:root {
    --bg: #f8f1e7;
    --surface: rgba(255, 252, 246, 0.9);
    --surface-dark: rgba(255, 255, 255, 0.08);
    --line: rgba(124, 74, 41, 0.14);
    --text: #2a1c16;
    --muted: #6f5a4a;
    --brand: #0d398b;
    --brand-deep: #082a67;
    --gold: #d9ab58;
    --shadow: 0 20px 60px rgba(78, 44, 19, 0.12);
    --radius-lg: 24px;
    --radius-md: 18px;
    --container: min(1280px, calc(100% - 40px));
}

/* Organization chart final desktop row */
@media (min-width: 1081px) {
    body[data-page="organization"] .org-level-2 {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 20px !important;
    }

    body[data-page="organization"] .org-level-2 .org-branch {
        min-width: 0 !important;
    }

    body[data-page="organization"] .org-level-2 .org-node-center {
        width: 100% !important;
        min-width: 0 !important;
        white-space: nowrap !important;
    }

    body[data-page="organization"] .org-level-2::before {
        left: calc((100% - 60px) / 8) !important;
        right: calc((100% - 60px) / 8) !important;
    }
}

/* Organization chart final desktop row override */
@media (min-width: 1081px) {
    body[data-page="organization"] .org-level-2 {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 20px !important;
    }

    body[data-page="organization"] .org-level-2 .org-branch {
        min-width: 0 !important;
    }

    body[data-page="organization"] .org-level-2 .org-node-center {
        width: 100% !important;
        min-width: 0 !important;
        white-space: nowrap !important;
    }

    body[data-page="organization"] .org-level-2::before {
        left: calc((100% - 60px) / 8) !important;
        right: calc((100% - 60px) / 8) !important;
    }
}

/* ===== About CMG content page ===== */
body[data-page="media-duty"] .cmg-intro-section { padding-top: 34px !important; }
body[data-page="media-duty"] .cmg-intro-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 72px; }
body[data-page="media-duty"] .cmg-intro-copy h2, body[data-page="media-duty"] .cmg-section-heading h2 { margin: 0 0 14px; color: #10233f; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.2; }
body[data-page="media-duty"] .cmg-intro-copy p:not(.eyebrow), body[data-page="media-duty"] .cmg-section-heading > p:last-child { color: #58677d; line-height: 1.9; }
body[data-page="media-duty"] .cmg-intro-image { position: relative; min-height: 300px; overflow: hidden; border-radius: 24px; box-shadow: 0 20px 42px rgba(15, 38, 84, .14); }
body[data-page="media-duty"] .cmg-intro-image img { display: block; width: 100%; height: 340px; object-fit: cover; }
body[data-page="media-duty"] .cmg-intro-image span { position: absolute; right: 18px; bottom: 18px; padding: 10px 14px; color: #fff; background: rgba(10, 35, 76, .82); font-size: .92rem; }
body[data-page="media-duty"] .cmg-section-heading { margin-bottom: 24px; }
body[data-page="media-duty"] .cmg-topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-bottom: 74px; }
body[data-page="media-duty"] .cmg-topic-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 300px; padding: 24px 22px; border: 1px solid rgba(13,57,139,.14); border-radius: 8px; background: #fff; color: #10233f; text-align: left; box-shadow: 0 10px 25px rgba(15,38,84,.06); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
body[data-page="media-duty"] .cmg-topic-card:hover { transform: translateY(-4px); border-color: #d9ab58; box-shadow: 0 16px 34px rgba(13,57,139,.13); }
body[data-page="media-duty"] .cmg-topic-card span { color: #c9943e; font-weight: 800; }
body[data-page="media-duty"] .cmg-topic-card strong { margin: 20px 0 8px; font-size: 1.35rem; }
body[data-page="media-duty"] .cmg-topic-card small { color: #64748b; line-height: 1.6; }
body[data-page="media-duty"] .cmg-topic-card:last-child { grid-column: 1 / -1; }
body[data-page="media-duty"] .cmg-topic-links { display: grid; width: 100%; gap: 8px; margin-top: 18px; }
body[data-page="media-duty"] .cmg-topic-links button { position: relative; width: 100%; padding: 11px 30px 11px 12px; border: 0; border-bottom: 1px solid #e6ebf2; background: transparent; color: #34445b; text-align: left; line-height: 1.5; cursor: pointer; }
body[data-page="media-duty"] .cmg-topic-links button::after { content: '›'; position: absolute; right: 8px; color: #b77b29; font-size: 1.25rem; }
body[data-page="media-duty"] .cmg-topic-links button:hover { color: #0d398b; background: #f6f9fe; }
body[data-page="media-duty"] .media-duty-lower { margin-top: 0; }
.cmg-modal { position: fixed; inset: 0; z-index: 1000; display: none; }
.cmg-modal.is-open { display: block; }
.cmg-modal-backdrop { position: absolute; inset: 0; background: rgba(8, 24, 50, .68); }
.cmg-modal-dialog { position: relative; width: min(900px, calc(100% - 32px)); max-height: min(820px, calc(100vh - 48px)); margin: 24px auto; padding: 38px 44px 44px; overflow: auto; border-radius: 8px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.cmg-modal-close { position: absolute; top: 14px; right: 18px; width: 36px; height: 36px; border: 0; background: transparent; color: #526176; font-size: 26px; cursor: pointer; }
.cmg-modal-kicker { margin: 0 0 8px; color: #b77b29; font-size: .9rem; }
.cmg-modal-dialog h2 { margin: 0 0 26px; color: #10233f; font-size: 2rem; }
.cmg-modal-content h3 { margin: 0 0 18px; color: #0d398b; font-size: 1.3rem; }
.cmg-modal-content h4 { margin: 24px 0 8px; color: #10233f; font-size: 1.05rem; }
.cmg-modal-content p { margin: 0 0 13px; color: #46566d; line-height: 1.9; }
@media (max-width: 900px) { body[data-page="media-duty"] .cmg-topic-grid { grid-template-columns: 1fr; } body[data-page="media-duty"] .cmg-topic-card:last-child { grid-column: auto; } }
@media (max-width: 780px) { body[data-page="media-duty"] .cmg-intro-layout { grid-template-columns: 1fr; gap: 26px; margin-bottom: 48px; } body[data-page="media-duty"] .cmg-intro-image img { height: 230px; } body[data-page="media-duty"] .cmg-topic-grid { grid-template-columns: 1fr; margin-bottom: 48px; } body[data-page="media-duty"] .cmg-topic-card:last-child { grid-column: auto; } .cmg-modal-dialog { width: calc(100% - 20px); max-height: calc(100vh - 20px); margin: 10px auto; padding: 34px 20px 28px; } }
body[data-page="about-cmg"] .cmg-intro-section { padding-top: 34px !important; }
body[data-page="about-cmg"] .cmg-intro-layout {grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 72px; }
body[data-page="about-cmg"] .cmg-intro-copy h2, body[data-page="about-cmg"] .cmg-section-heading h2 { margin: 0 0 14px; color: #10233f; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.2; }
body[data-page="about-cmg"] .cmg-intro-copy p:not(.eyebrow), body[data-page="about-cmg"] .cmg-section-heading > p:last-child { color: #58677d; line-height: 1.9; }
body[data-page="about-cmg"] .cmg-intro-image { position: relative; overflow: hidden; border-radius: 24px; box-shadow: 0 20px 42px rgba(15, 38, 84, .14); }
body[data-page="about-cmg"] .cmg-intro-image img { display: block; width: 100%; height: 340px; object-fit: cover; }
body[data-page="about-cmg"] .cmg-intro-image span { position: absolute; right: 18px; bottom: 18px; padding: 10px 14px; color: #fff; background: rgba(10, 35, 76, .82); font-size: .92rem; }
body[data-page="about-cmg"] .cmg-section-heading { margin-bottom: 24px; }
body[data-page="about-cmg"] .cmg-topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-bottom: 74px; }
body[data-page="about-cmg"] .cmg-topic-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 300px; padding: 24px 22px; border: 1px solid rgba(13,57,139,.14); border-radius: 8px; background: #fff; color: #10233f; text-align: left; box-shadow: 0 10px 25px rgba(15,38,84,.06); }
body[data-page="about-cmg"] .cmg-topic-card span { color: #c9943e; font-weight: 800; }
body[data-page="about-cmg"] .cmg-topic-card strong { margin: 20px 0 8px; font-size: 1.35rem; }
body[data-page="about-cmg"] .cmg-topic-card small { color: #64748b; line-height: 1.6; }
body[data-page="about-cmg"] .cmg-topic-card:last-child { grid-column: 1 / -1; }
body[data-page="about-cmg"] .cmg-topic-links { display: grid; width: 100%; gap: 8px; margin-top: 18px; }
body[data-page="about-cmg"] .cmg-topic-links button { position: relative; width: 100%; padding: 11px 30px 11px 12px; border: 0; border-bottom: 1px solid #e6ebf2; background: transparent; color: #34445b; text-align: left; line-height: 1.5; cursor: pointer; }
body[data-page="about-cmg"] .cmg-topic-links button::after { content: '›'; position: absolute; right: 8px; color: #b77b29; font-size: 1.25rem; }
body[data-page="about-cmg"] .cmg-topic-links button:hover { color: #0d398b; background: #f6f9fe; }
@media (max-width: 900px) { body[data-page="about-cmg"] .cmg-topic-grid { grid-template-columns: 1fr; } body[data-page="about-cmg"] .cmg-topic-card:last-child { grid-column: auto; } }
@media (max-width: 780px) { body[data-page="about-cmg"] .cmg-intro-layout { grid-template-columns: 1fr; gap: 26px; margin-bottom: 48px; } body[data-page="about-cmg"] .cmg-intro-image img { height: 230px; } body[data-page="about-cmg"] .cmg-topic-grid { grid-template-columns: 1fr; margin-bottom: 48px; } body[data-page="about-cmg"] .cmg-topic-card:last-child { grid-column: auto; } }

/* About CMG modal: responsive reading surface */
body[data-page="about-cmg"].modal-open { overflow: hidden; }
body[data-page="about-cmg"] .cmg-modal { z-index: 1200; padding: 16px; box-sizing: border-box; }
body[data-page="about-cmg"] .cmg-modal-backdrop { background: rgba(7, 22, 48, .74); backdrop-filter: blur(4px); }
body[data-page="about-cmg"] .cmg-modal-dialog { display: flex; flex-direction: column; width: min(920px, 100%); height: min(820px, calc(100vh - 32px)); max-height: none; margin: 0 auto; padding: 42px 54px 34px; border: 1px solid rgba(255,255,255,.65); border-radius: 18px; background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); box-shadow: 0 28px 90px rgba(0, 18, 52, .3); box-sizing: border-box; }
body[data-page="about-cmg"] .cmg-modal-close { top: 14px; right: 16px; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(13,57,139,.1); border-radius: 50%; background: #f4f7fc; color: #34445b; font-size: 25px; line-height: 1; transition: background .2s ease, color .2s ease, transform .2s ease; }
body[data-page="about-cmg"] .cmg-modal-close:hover, body[data-page="about-cmg"] .cmg-modal-close:focus-visible { background: #0d398b; color: #fff; transform: rotate(90deg); outline: none; }
body[data-page="about-cmg"] .cmg-modal-kicker { flex: 0 0 auto; margin: 0 0 9px; color: #b77b29; font-size: .88rem; font-weight: 700; letter-spacing: .08em; }
body[data-page="about-cmg"] .cmg-modal-dialog h2 { flex: 0 0 auto; margin: 0; padding-right: 44px; color: #10233f; font-size: clamp(1.45rem, 2.5vw, 2.05rem); font-weight: 800; line-height: 1.35; }
body[data-page="about-cmg"] .cmg-modal-content { flex: 1 1 auto; min-height: 0; margin-top: 24px; padding: 24px 26px 8px; overflow: auto; border-radius: 2px; scrollbar-width: thin; scrollbar-color: #9bb4d8 transparent; }
body[data-page="about-cmg"] .cmg-modal-content::-webkit-scrollbar { width: 8px; }
body[data-page="about-cmg"] .cmg-modal-content::-webkit-scrollbar-thumb { border-radius: 99px; background: #9bb4d8; }
body[data-page="about-cmg"] .cmg-modal-content p { margin: 0 0 18px; color: #46566d; font-size: 1rem; line-height: 1.95; text-align: justify; text-justify: inter-ideograph; overflow-wrap: anywhere; }
body[data-page="about-cmg"] .cmg-modal-content h4 { position: relative; margin: 25px 0 10px; padding-left: 13px; color: #10233f; font-size: 1.06rem; line-height: 1.55; }
body[data-page="about-cmg"] .cmg-modal-content h4::before { content: ''; position: absolute; left: 0; top: .3em; width: 4px; height: 1.05em; border-radius: 4px; background: #c9943e; }
@media (max-width: 780px) {
    body[data-page="home"] .media-carousel-page {
        grid-template-rows: repeat(6, minmax(70px, auto)) !important;
    }

    body[data-page="home"] .media-carousel-page > a:nth-child(n + 7) {
        display: flex !important;
    }
}

/* Final media carousel mobile paging */
@media (max-width: 780px) {
    body[data-page="home"] .media-carousel-track {
        display: flex !important;
        width: 100% !important;
        transition: transform .55s ease !important;
    }

    body[data-page="home"] .media-carousel-page {
        display: grid !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(6, minmax(70px, auto)) !important;
        gap: 10px !important;
    }

    body[data-page="home"] .media-carousel-page > a:nth-child(n + 7) {
        display: flex !important;
    }
}
    body[data-page="about-cmg"] .cmg-modal { padding: max(34px, env(safe-area-inset-top) + 18px) max(20px, env(safe-area-inset-right) + 12px) max(34px, env(safe-area-inset-bottom) + 18px) max(20px, env(safe-area-inset-left) + 12px); }
    body[data-page="about-cmg"] .cmg-modal-backdrop { backdrop-filter: none; -webkit-backdrop-filter: none; }
    body[data-page="about-cmg"] .cmg-modal-dialog { height: min(760px, calc(100vh - 68px)); padding: 5%; border-radius: 16px; transform: none; filter: none; opacity: 1; }
    body[data-page="about-cmg"] .cmg-modal-close { top: 10px; right: 10px; width: 36px; height: 36px; font-size: 22px; }
    body[data-page="about-cmg"] .cmg-modal-kicker { margin-bottom: 6px; font-size: .78rem; }
    body[data-page="about-cmg"] .cmg-modal-dialog h2 { padding-right: 38px; font-size: 1.35rem; }
    body[data-page="about-cmg"] .cmg-modal-content { margin-top: 18px; padding: 18px 4px 4px; transform: none; filter: none; opacity: 1; -webkit-overflow-scrolling: touch; border-top: 0; }
    body[data-page="about-cmg"] .cmg-modal-content p,
    body[data-page="about-cmg"] .cmg-modal-content h4 { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
    body[data-page="about-cmg"] .cmg-modal-content p { margin-bottom: 15px; font-size: .96rem; font-weight: 400; line-height: 1.85; text-align: left; }
    body[data-page="about-cmg"] .cmg-modal-content h4 { margin: 21px 0 8px; font-size: 1rem; font-weight: 700; }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
    color: var(--text);
    background: radial-gradient(circle at top left, rgba(217, 171, 88, 0.14), transparent 26%), linear-gradient(180deg, #fffbf5 0%, #f7eee2 46%, #fbf6ef 100%);
}

img {
    display: block;
    max-width: 100%;
}

button {
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

.container {
    width: var(--container);
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(16px);
    background: linear-gradient(180deg, rgba(0, 45, 130, 0.96), rgba(6, 56, 148, 0.92));
    border-bottom: 1px solid rgba(173, 204, 255, 0.18);
}

.nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 92px;
}

.brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    color: inherit;
    text-decoration: none;
}

.brand-logo {
    display: block;
    width: auto;
    height: 54px;
    max-width: 360px;
    object-fit: contain;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.12));
}

.nav-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 8px 14px;
    border-radius: 999px;
}

    .nav-menu a {
        position: relative;
        padding: 10px 18px;
        border-radius: 999px;
        color: #edf4ff;
        text-decoration: none;
        font-size: 1.06rem;
        font-weight: 600;
        letter-spacing: 0.04em;
        transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
    }

        .nav-menu a::after {
            display: none;
        }

        .nav-menu a:hover,
        .nav-menu a.active {
            color: #002d82;
            background: linear-gradient(135deg, rgba(255, 243, 214, 0.98), rgba(241, 209, 143, 0.96));
            transform: translateY(-1px);
        }

.nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.6);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
}

    .nav-toggle span {
        width: 20px;
        height: 2px;
        background: var(--text);
    }

.hero {
    position: relative;
    overflow: hidden;
    padding: 78px 0 56px;
}

.hero-home {
    isolation: isolate;
    min-height: 100vh;
    min-height: 100svh;
    padding: 0;
    overflow: hidden;
}

.hero-backdrop {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 74% 18%, rgba(255, 224, 164, 0.34), rgba(255, 224, 164, 0) 26%), radial-gradient(circle at 18% 72%, rgba(255, 77, 54, 0.28), rgba(255, 77, 54, 0) 20%), linear-gradient(135deg, rgba(89, 0, 4, 0.88), rgba(185, 12, 23, 0.58) 42%, rgba(255, 174, 79, 0.24));
    clip-path: ellipse(95% 100% at 50% 0%);
}

.hero-home::before,
.hero-home::after {
    display: none;
}

.hero-home::before {
    display: none;
}

.hero-home::after {
    display: none;
}

.hero-light,
.hero-ribbon {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.hero-light {
    border-radius: 999px;
    filter: blur(12px);
    opacity: 0.8;
    animation: heroPulse 7s ease-in-out infinite;
}

.hero-light-a {
    top: 148px;
    left: 6%;
    width: 240px;
    height: 10px;
    background: linear-gradient(90deg, rgba(255, 238, 196, 0), rgba(255, 238, 196, 0.96), rgba(255, 238, 196, 0));
}

.hero-light-b {
    top: 102px;
    right: 14%;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 213, 137, 0.28), rgba(255, 213, 137, 0));
    filter: blur(0);
    animation-duration: 10s;
}

.hero-ribbon {
    height: 90px;
    background: linear-gradient(90deg, rgba(140, 0, 8, 0.8), rgba(255, 21, 22, 0.96), rgba(255, 201, 119, 0.24));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 0 50px rgba(255, 64, 49, 0.2);
    animation: ribbonFloat 9s ease-in-out infinite;
}

.hero-ribbon-a {
    top: 108px;
    left: -6%;
    width: 48%;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

.hero-ribbon-b {
    top: 216px;
    left: 24%;
    width: 42%;
    opacity: 0.84;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
    animation-delay: -2s;
}

.hero-ribbon-c {
    top: 164px;
    right: -4%;
    width: 28%;
    height: 170px;
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 100% 82%, 85% 82%, 85% 100%, 70% 82%, 0 82%);
    opacity: 0.94;
    animation-delay: -1s;
}

.hero-layout,
.subhero-layout,
.split-layout,
.footer-layout,
.player-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: center;
}

.eyebrow {
    margin: 0 0 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 0.8rem;
}

    .eyebrow.red {
        color: var(--brand);
    }

    .eyebrow.gold {
        color: #f4d69d;
    }

.hero-copy h1,
.subhero h1 {
    margin: 0;
    line-height: 1.08;
}

.hero-copy h1 {
    max-width: 11ch;
    color: #fff8ee;
    font-size: clamp(2.9rem, 5vw, 5.2rem);
    text-shadow: 0 10px 34px rgba(73, 0, 6, 0.28);
}

.subhero h1 {
    font-size: clamp(2.2rem, 4vw, 3.6rem);
}

.hero-text,
.subhero p,
.section-title p,
.feature-card p,
.host-card p,
.metric-card p,
.detail-card p,
.detail-card li,
.program-card p,
.people-card p,
.people-card span,
.process-card p,
.video-card p,
.player-copy p,
.related-list a {
    line-height: 1.9;
}

.hero-text {
    margin-top: 18px;
    color: rgba(255, 248, 238, 0.88);
}

.hero-actions,
.detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border-radius: 999px;
    text-decoration: none;
}

.button-primary {
    color: #fff;
    background: linear-gradient(135deg, #f5c874, #d89a3a);
}

.button-secondary {
    color: #fff7ec;
    border: 1px solid rgba(255, 249, 238, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

.dark-outline {
    color: #fff;
    border-color: rgba(13, 57, 139, 0.2);
}

.hero-stat-grid,
.metrics-grid,
.feature-grid,
.host-grid,
.detail-grid,
.process-grid,
.program-grid,
.video-grid {
    display: grid;
    gap: 20px;
}

.hero-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
}

    .hero-stat-grid article,
    .feature-card,
    .host-card,
    .side-card,
    .metric-card,
    .detail-card,
    .process-card,
    .table-card,
    .program-card,
    .ribbon-layout,
    .video-card,
    .video-player-box,
    .listing-toolbar {
        border-radius: var(--radius-lg);
        box-shadow: var(--shadow);
    }

    .hero-stat-grid article {
        padding: 18px;
        background: rgba(255, 252, 246, 0.12);
        border: 1px solid rgba(255, 239, 212, 0.12);
        backdrop-filter: blur(10px);
    }

    .hero-stat-grid strong {
        display: block;
        color: #fff8ee;
        font-size: 1.8rem;
    }

    .hero-stat-grid span {
        color: rgba(255, 248, 238, 0.72);
    }

.hero-visual {
    align-self: stretch;
}

.hero-visual-frame {
    position: relative;
    min-height: 100%;
    padding: 26px 26px 0;
    border: 1px solid rgba(255, 231, 188, 0.16);
    border-radius: 32px 32px 0 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(78, 0, 5, 0.16));
    box-shadow: 0 24px 70px rgba(64, 0, 4, 0.22);
    overflow: hidden;
}

    .hero-visual-frame::before {
        content: "";
        position: absolute;
        inset: 18px 18px auto auto;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(255, 213, 137, 0.2), rgba(255, 213, 137, 0));
    }

.hero-visual-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    padding: 10px 18px;
    border: 1px solid rgba(255, 231, 188, 0.2);
    border-radius: 999px;
    color: #ffedc9;
    background: rgba(117, 0, 8, 0.34);
    backdrop-filter: blur(8px);
}

.hero-visual-frame img {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 22px 22px 0 0;
    transform: translateY(10px);
}

.hero-visual-lines {
    position: absolute;
    inset: auto 0 16px 0;
    height: 130px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 214, 140, 0.08));
}

    .hero-visual-lines::before,
    .hero-visual-lines::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, rgba(255, 227, 179, 0), rgba(255, 227, 179, 0.68), rgba(255, 227, 179, 0));
    }

    .hero-visual-lines::before {
        top: 34px;
    }

    .hero-visual-lines::after {
        top: 82px;
    }

.subhero-layout img,
.feature-card img,
.side-card img {
    width: 100%;
    border-radius: 28px;
}

.section {
    padding: 82px 0;
}

.news-ribbon {
    padding-top: 28px;
}

.ribbon-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 22px;
    padding: 24px 28px;
    background: linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(247, 237, 223, 0.96));
}

.ribbon-layout-news {
    grid-template-columns: 0.78fr 1.22fr;
    align-items: stretch;
    padding: 30px;
    border: 1px solid rgba(13, 57, 139, 0.08);
    background: radial-gradient(circle at top right, rgba(217, 171, 88, 0.16), transparent 24%), linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(246, 237, 225, 0.98));
}

.news-intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: 6px 18px 6px 2px;
}

    .news-intro h2 {
        margin: 0;
        font-size: clamp(2rem, 3.8vw, 2.8rem);
    }

.news-intro-text {
    margin: 0;
    color: var(--muted);
    line-height: 1.9;
}

.news-more {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 12px 20px;
    border-radius: 999px;
    color: #fff8ef;
    text-decoration: none;
    background: linear-gradient(135deg, var(--brand), #cf4339);
    box-shadow: 0 16px 28px rgba(155, 20, 29, 0.18);
}

.news-list-block {
    display: grid;
    gap: 0;
    border-left: 1px solid rgba(13, 57, 139, 0.08);
    padding-left: 26px;
}

.news-list-item {
    padding: 20px 0 22px;
    border-bottom: 1px solid rgba(13, 57, 139, 0.1);
}

    .news-list-item:last-child {
        border-bottom: none;
    }

.news-list-item-featured {
    padding-top: 6px;
}

.news-list-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

    .news-list-meta time {
        color: #9a7e68;
        font-size: 0.92rem;
    }

.news-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    background: rgba(13, 57, 139, 0.08);
    color: var(--brand-deep);
}

.news-list-item-featured .news-badge {
    background: linear-gradient(135deg, rgba(13, 57, 139, 0.96), rgba(43, 97, 193, 0.96));
    color: #fff8ef;
}

.news-list-item h3 {
    margin: 0 0 10px;
    font-size: 1.24rem;
    line-height: 1.55;
}

.news-list-item-featured h3 {
    color: var(--brand-deep);
}

.news-list-item p {
    margin: 0;
    line-height: 1.85;
    color: var(--muted);
}

.footer-links,
.filter-chips,
.player-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    .footer-links a,
    .chip {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 11px 16px;
        border-radius: 999px;
    }

.section-title {
    margin-bottom: 28px;
    text-align: center;
}

    .section-title.left,
    .compact {
        text-align: left;
    }

    .section-title h2,
    .listing-toolbar h2 {
        margin: 0 0 12px;
        font-size: clamp(2rem, 4vw, 3rem);
    }

.feature-grid.three,
.metrics-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.program-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card,
.host-card,
.side-card,
.metric-card,
.detail-card,
.process-card,
.table-card,
.listing-toolbar,
.video-card {
    padding: 26px;
    background: var(--surface);
}

    .feature-card a,
    .footer-links a,
    .site-footer a,
    .video-body a,
    .related-list a {
        color: var(--brand);
        text-decoration: none;
    }

.section-warm {
    background: linear-gradient(180deg, rgba(255, 250, 244, 0.65), rgba(247, 238, 227, 0.88));
}

.host-grid,
.detail-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.host-avatar {
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    border-radius: 28px;
    color: #fff8ef;
    font-weight: 700;
}

    .host-avatar.red {
        background: linear-gradient(145deg, var(--brand), #dd6456);
    }

    .host-avatar.gold {
        background: linear-gradient(145deg, #9f6b20, #e1b365);
    }

.plain-list {
    margin: 0;
    padding-left: 18px;
}

.dark-band,
.dark-subhero,
.party-subhero {
    color: #fff8ef;
    background: radial-gradient(circle at top, rgba(217, 171, 88, 0.16), transparent 26%), linear-gradient(180deg, #23130f 0%, #2f1111 50%, #1a1f2d 100%);
}

.metric-card,
.program-card,
.table-card {
    background: var(--surface-dark);
}

.subhero {
    padding: 56px 0 36px;
}

.subhero-layout {
    padding: 24px 0;
}

    .subhero-layout img {
        max-width: 520px;
        justify-self: end;
    }

.process-grid {
    position: relative;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.process-card {
    position: relative;
    min-height: 260px;
    padding: 34px 30px 32px;
    overflow: visible;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 252, 247, 0.92)), radial-gradient(circle at 18% 18%, rgba(13, 57, 139, 0.08), transparent 36%);
    border: 1px solid rgba(13, 57, 139, 0.1);
    border-radius: 28px;
    box-shadow: 0 22px 52px rgba(47, 35, 24, 0.1);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

    .process-card::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -34px;
        width: 42px;
        height: 18px;
        transform: translateY(-50%);
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='18' viewBox='0 0 42 18'%3E%3Cpath d='M1 9h36' stroke='%230d398b' stroke-width='2' stroke-linecap='round' stroke-dasharray='5 5'/%3E%3Cpath d='M32 2l8 7-8 7' fill='none' stroke='%23d9ab58' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
        pointer-events: none;
    }

    .process-card:last-child::after {
        content: none;
    }

    .process-card:hover {
        transform: translateY(-8px);
        border-color: rgba(13, 57, 139, 0.22);
        box-shadow: 0 30px 70px rgba(13, 57, 139, 0.14);
    }

    .process-card span {
        display: inline-flex;
        width: 56px;
        height: 56px;
        align-items: center;
        justify-content: center;
        margin-bottom: 22px;
        border-radius: 18px;
        color: #fff9f1;
        background: linear-gradient(135deg, #0d398b, #174fb5 52%, #d9ab58);
        box-shadow: 0 14px 26px rgba(13, 57, 139, 0.18);
        font-weight: 700;
    }

.red-card {
    background: linear-gradient(160deg, rgba(13, 57, 139, 0.95), rgba(8, 42, 103, 0.94));
    color: #fff9ef;
}

.people-card {
    padding: 18px 20px;
    border-radius: var(--radius-md);
}

    .people-card + .people-card {
        margin-top: 12px;
    }

.table-card {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 16px 14px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-links a {
    color: #fff6eb;
    background: rgba(255, 255, 255, 0.08);
}

.dark-links a {
    color: var(--brand);
    background: rgba(13, 57, 139, 0.08);
}

.video-grid-home {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-grid-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-card {
    padding: 0;
    overflow: hidden;
}

.video-cover {
    position: relative;
    display: block;
    min-height: 220px;
    background: linear-gradient(145deg, rgba(129, 10, 16, 0.88), rgba(205, 48, 42, 0.84) 52%, rgba(242, 192, 107, 0.52)), url("http://czw.zkcmg.com/wz/xinpandeng/assets/party-card-bg-hover.jpg") center/cover no-repeat;
}

.alt-cover {
    background: linear-gradient(145deg, rgba(139, 104, 59, 0.48), rgba(255, 255, 255, 0.1) 52%, rgba(242, 192, 107, 0.4)), url("http://czw.zkcmg.com/wz/xinpandeng/assets/party-card-bg-default.jpg") center/cover no-repeat;
}

.video-cover::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 70%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(25, 10, 10, 0.55));
}

.play-badge,
.video-tag {
    position: absolute;
    z-index: 1;
    border-radius: 999px;
}

.play-badge {
    left: 20px;
    bottom: 20px;
    padding: 10px 18px;
    color: #fff8ef;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.26);
}

.video-tag {
    top: 18px;
    left: 18px;
    padding: 8px 14px;
    color: #fff8ef;
    background: rgba(123, 8, 14, 0.7);
}

.video-body {
    padding: 22px 24px 24px;
}

    .video-body h3 {
        margin: 0 0 10px;
        font-size: 1.34rem;
        line-height: 1.4;
    }

    .video-body p {
        margin: 0;
        color: var(--muted);
    }

.video-meta,
.detail-meta {
    color: #8f7562;
    font-size: 0.92rem;
}

.video-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(124, 74, 41, 0.12);
}

.section-cta {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.listing-toolbar {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 24px;
    margin-bottom: 24px;
}

.chip {
    background: rgba(13, 57, 139, 0.08);
    color: var(--brand-deep);
}

    .chip.active {
        color: #fff8ef;
        background: linear-gradient(135deg, var(--brand), #d04a3c);
    }

.player-layout {
    align-items: start;
}

.player-main {
    display: grid;
    gap: 24px;
}

.video-player-box {
    padding: 18px;
    background: #140d0c;
}

.player-screen {
    display: grid;
    place-items: center;
    min-height: 500px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(129, 10, 16, 0.92), rgba(27, 18, 19, 0.92)), url("http://czw.zkcmg.com/wz/xinpandeng/assets/party-card-bg-hover.jpg") center/cover no-repeat;
}

.player-screen-inner {
    max-width: 520px;
    text-align: center;
    color: #fff8ef;
}

.player-label {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
}

.player-screen-inner strong {
    display: block;
    margin: 18px 0 12px;
    font-size: clamp(3rem, 6vw, 5.8rem);
    letter-spacing: 0.16em;
}

.player-copy h2 {
    margin: 12px 0;
    font-size: 1.8rem;
}

.player-side .side-card {
    position: sticky;
    top: 104px;
}

.related-list {
    display: grid;
    gap: 14px;
}

    .related-list a {
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(124, 74, 41, 0.12);
    }

.site-footer {
    padding: 34px 0 46px;
    color: #f5ebde;
    background: linear-gradient(180deg, rgba(0, 33, 96, 0.94), rgba(4, 44, 112, 0.9));
}

.reveal {
    transform: translateY(18px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

    .reveal.visible {
        opacity: 1;
        transform: translateY(0);
        border-radius: 10px;
    }


.site-header-home {
    position: absolute;
    inset: 0 0 auto 0;
    background: transparent;
    border-bottom: none;
    backdrop-filter: none;
}

.nav-shell-home {
    justify-content: flex-end;
    min-height: 104px;
}

.nav-menu-home {
    gap: 14px;
    padding: 10px 14px;
}

    .nav-menu-home a {
        padding: 10px 18px;
        border-radius: 999px;
        color: #f3f7ff;
        font-size: 1.08rem;
        font-weight: 600;
        letter-spacing: 0.04em;
        transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
    }

        .nav-menu-home a::after {
            display: none;
        }

        .nav-menu-home a:hover,
        .nav-menu-home a.active {
            color: #082a67;
            background: linear-gradient(135deg, rgba(255, 228, 182, 0.96), rgba(245, 199, 109, 0.96));
            transform: translateY(-1px);
        }

.nav-toggle-home {
    border-color: rgba(255, 241, 219, 0.32);
    background: rgba(104, 9, 14, 0.4);
}

    .nav-toggle-home span {
        background: #fff7eb;
    }

.hero-home {
    isolation: isolate;
    min-height: 100vh;
    min-height: 100svh;
    padding: 0;
    overflow: hidden;
}

    .hero-home::before {
        display: none;
    }

    .hero-home::after {
        display: none;
    }

.hero-home-slider,
.hero-home-poster,
.hero-image-mask {
    position: absolute;
    inset: 0;
}

.hero-home-slider {
    overflow: hidden;
}

.hero-home-poster {
    background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/home-hero3.jpg") center center/cover no-repeat;
    opacity: 0;
    transition: opacity 0.8s ease;
    transform: none;
    animation: none;
}

    .hero-home-poster.hero-home-poster-alt {
        background-image: url("http://czw.zkcmg.com/wz/xinpandeng/assets/home-hero.jpg");
    }

    .hero-home-poster.hero-home-poster-third {
        background-image: url("http://czw.zkcmg.com/wz/xinpandeng/assets/home-hero.jpg");
    }

    .hero-home-poster.is-active {
        opacity: 1;
    }

.hero-image-mask {
    display: none;
}

.hero-layout-poster {
    min-height: 100vh;
    min-height: 100svh;
    height: 100%;
    width: 100%;
    grid-template-columns: 1fr;
    align-items: flex-end;
}

.hero-copy-poster {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 5.8vh;
}

.hero-actions-poster {
    margin-top: 0;
}

.hero-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 2.2%;
    z-index: 3;
    display: flex;
    gap: 12px;
    transform: translateX(-50%);
}

.hero-slider-dot {
    width: 14px;
    height: 14px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgba(255, 244, 221, 0.38);
    box-shadow: inset 0 0 0 1px rgba(120, 13, 18, 0.18);
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

    .hero-slider-dot:hover,
    .hero-slider-dot.is-active {
        background: linear-gradient(135deg, #f7d79f, #e6b04d);
        box-shadow: 0 0 0 3px rgba(255, 231, 188, 0.22);
        transform: scale(1.08);
    }

.hero-home .hero-backdrop,
.hero-home .hero-light,
.hero-home .hero-ribbon,
.hero-home .hero-visual,
.hero-home .hero-stat-grid,
.hero-home .eyebrow,
.hero-home h1,
.hero-home .hero-text {
    display: none;
}

@keyframes heroFloat {
    0%, 100% {
        transform: scale(1) translateY(0);
    }

    50% {
        transform: scale(1.05) translateY(-8px);
    }
}

@keyframes heroPulse {
    0%, 100% {
        transform: translateX(0) scaleX(1);
        opacity: 0.78;
    }

    50% {
        transform: translateX(14px) scaleX(1.08);
        opacity: 1;
    }
}

@keyframes ribbonFloat {
    0%, 100% {
        transform: translateX(0) translateY(0);
    }

    50% {
        transform: translateX(12px) translateY(-4px);
    }
}

@media (max-width: 1080px) {
    .hero-layout,
    .subhero-layout,
    .split-layout,
    .footer-layout,
    .ribbon-layout,
    .feature-grid.three,
    .metrics-grid,
    .program-grid,
    .detail-grid.two,
    .host-grid,
    .process-grid,
    .video-grid-home,
    .video-grid-list,
    .listing-toolbar,
    .player-layout {
        grid-template-columns: 1fr;
    }

    .hero-ribbon-a,
    .hero-ribbon-b,
    .hero-ribbon-c {
        width: 70%;
    }

    .process-grid {
        gap: 42px;
    }

    .process-card::after {
        top: auto;
        right: 50%;
        bottom: -34px;
        width: 18px;
        height: 42px;
        transform: translateX(50%);
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='42' viewBox='0 0 18 42'%3E%3Cpath d='M9 1v36' stroke='%230d398b' stroke-width='2' stroke-linecap='round' stroke-dasharray='5 5'/%3E%3Cpath d='M2 32l7 8 7-8' fill='none' stroke='%23d9ab58' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    }
}

@media (max-width: 780px) {
    .site-header {
        position: sticky;
        top: 0;
        display: block;
        background: linear-gradient(180deg, rgba(0, 45, 130, 0.96), rgba(6, 56, 148, 0.92));
        border-bottom: 1px solid rgba(173, 204, 255, 0.18);
        backdrop-filter: blur(16px);
        box-shadow: none;
    }

    .nav-shell {
        min-height: 72px;
        padding: 0;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
    }

    .brand,
    .brand-logo {
        display: block;
    }

    .brand {
        display: inline-flex;
        align-items: center;
        flex: 0 0 auto;
        justify-content: flex-start;
        padding-top: 0;
    }

    .brand-logo {
        height: 38px;
        width: auto;
        max-width: 220px;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .nav-menu {
        position: absolute;
        top: calc(100% + 8px);
        right: 20px;
        left: 20px;
        display: none;
        flex-direction: column;
        gap: 8px;
        width: auto;
        padding: 14px;
        border-radius: 18px;
        transform: none;
        background: linear-gradient(180deg, rgba(0, 45, 130, 0.98), rgba(6, 56, 148, 0.96));
        box-shadow: 0 18px 32px rgba(3, 20, 56, 0.24);
        z-index: 70;
        overflow: visible;
    }

        .nav-menu.open {
            display: flex;
        }

        .nav-menu a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            min-height: 46px;
            padding: 0 14px;
            border-radius: 12px;
            font-size: 1rem;
            line-height: 1.4;
            text-align: center;
            color: #edf4ff;
            background: transparent;
            border: none;
            box-shadow: none;
            text-decoration: none;
            overflow: visible;
            white-space: normal;
            transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
        }

            .nav-menu a::before,
            .nav-menu a::after {
                content: none;
            }

            .nav-menu a:hover,
            .nav-menu a.active {
                color: #002d82;
                background: linear-gradient(135deg, rgba(255, 243, 214, 0.98), rgba(241, 209, 143, 0.96));
                transform: none;
            }

    body[data-page="home"] .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: none;
        background: transparent;
        border-bottom: none;
        backdrop-filter: none;
    }

    body[data-page="home"] .nav-shell {
        min-height: 72px;
        justify-content: flex-end;
        gap: 12px;
        pointer-events: none;
    }

    body[data-page="home"] .nav-toggle,
    body[data-page="home"] .brand,
    body[data-page="home"] .brand-logo {
        display: none;
    }

    body[data-page="home"] .nav-menu {
        position: fixed;
        right: 12px;
        left: auto;
        top: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        width: auto;
        padding: 0;
        border-radius: 0;
        transform: none;
        background: transparent;
        box-shadow: none;
        pointer-events: auto;
        overflow: visible;
    }

        body[data-page="home"] .nav-menu.is-scrolling {
            opacity: 0;
            transform: translateX(26px) scaleX(0.72);
            pointer-events: none;
        }

        body[data-page="home"] .nav-menu a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            min-height: 28px;
            padding: 0;
            font-size: 0;
            line-height: 1;
            text-align: center;
            color: transparent;
            background: transparent;
            border: none;
            box-shadow: none;
            text-decoration: none;
            white-space: nowrap;
            overflow: visible;
        }

            body[data-page="home"] .nav-menu a::before {
                content: attr(data-short);
                position: relative;
                font-size: 0.92rem;
                font-weight: 700;
                line-height: 1;
                letter-spacing: 0;
                writing-mode: horizontal-tb;
                text-orientation: mixed;
                white-space: nowrap;
                color: rgba(255, 255, 255, 0.92);
                text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
            }

            body[data-page="home"] .nav-menu a::after {
                content: none;
            }

            body[data-page="home"] .nav-menu a:hover,
            body[data-page="home"] .nav-menu a.active {
                color: transparent;
                background: transparent;
                transform: translateX(-2px);
            }

                body[data-page="home"] .nav-menu a:hover::before,
                body[data-page="home"] .nav-menu a.active::before {
                    color: #f3d27a;
                }
}

.org-page {
    background: #fffdf9;
}

.org-hero-section {
    padding-bottom: 28px;
}

.org-chart {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.org-chart-head {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    min-height: 72px;
    padding: 0 26px;
    color: #082a67;
    font-size: 1.52rem;
    font-weight: 700;
    background: linear-gradient(180deg, #0f3f99, #082f73);
    box-shadow: 0 14px 24px rgba(13, 57, 139, 0.18);
}

.org-chart-trunk {
    width: 2px;
    height: 44px;
    margin: 0 auto;
    background: #0d398b;
}

.org-chart-row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 14px;
}

    .org-chart-row::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 55px;
        right: 55px;
        height: 2px;
        background: #0d398b;
    }

    .org-chart-row span {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        padding: 0 10px;
        color: #48423c;
        background: #f7f5f1;
        border: 1px solid #ebe4da;
        transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
    }

        .org-chart-row span:hover {
            color: #082a67;
            background: #0d398b;
            border-color: #0d398b;
        }

        .org-chart-row span::before {
            content: "";
            position: absolute;
            top: -20px;
            left: 50%;
            width: 2px;
            height: 20px;
            transform: translateX(-50%);
            background: #0d398b;
        }

.org-chart-row-top {
    margin-top: 10px;
}

.org-chart-row-bottom {
    margin-top: 34px;
}

.org-detail-section {
    padding-top: 8px;
}

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

.org-card {
    min-height: 146px;
    padding: 24px 22px;
    background: #ffffff;
    border: 1px solid #ebe2d7;
    border-top: 4px solid #0d398b;
}

    .org-card h3 {
        margin: 0 0 14px;
        color: #0d398b;
        font-size: 1.42rem;
    }

    .org-card p {
        margin: 0;
        color: #7f766d;
        line-height: 1.9;
    }

@media (max-width: 1080px) {
    .org-chart-row,
    .org-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

        .org-chart-row::before {
            left: 24px;
            right: 24px;
        }
}

@media (max-width: 780px) {
    .org-chart-head {
        min-width: 100%;
        font-size: 1.24rem;
    }

    .org-chart-row,
    .org-card-grid {
        grid-template-columns: 1fr;
    }

        .org-chart-row::before {
            display: none;
        }

        .org-chart-row span::before {
            display: none;
        }
}


.duty-page {
    background: #fffdf9;
}

.duty-section {
    padding-top: 92px;
}

.duty-panel {
    padding: 38px 34px 32px;
    margin-bottom: 28px;
    border: 1px solid #e7dfd5;
    background: #ffffff;
}

    .duty-panel h3 {
        margin: 0 0 30px;
        text-align: center;
        color: #0d398b;
        font-size: 2.1rem;
    }

.duty-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 22px;
}

.duty-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    min-height: 68px;
    background: #f8f6f3;
}

    .duty-item span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        margin-left: 12px;
        color: #082a67;
        font-weight: 700;
        background: #0d398b;
    }

    .duty-item p {
        margin: 0;
        padding: 0 18px 0 6px;
        color: #222222;
        line-height: 1.8;
    }

@media (max-width: 780px) {
    .duty-list-grid {
        grid-template-columns: 1fr;
    }

    .duty-panel {
        padding: 24px 18px;
    }
}



.party-news-section,
.party-member-section {
    background: #fffdf9;
}

.party-news-grid,
.party-member-grid {
    display: grid;
    gap: 22px;
}

.party-news-grid {
    grid-template-columns: 1fr 1fr;
}

.party-news-card {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 18px;
    align-items: center;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e8dfd5;
        border-radius: 10px;
}

    .party-news-card img {
        width: 100%;
        height: 112px;
        object-fit: cover;
            border-radius: 10px;
    }

.party-news-body h3 {
    margin: 0 0 14px;
    font-size: 1.42rem;
    line-height: 1.6;
    color: #111111;
}

.party-news-body time {
    color: #8d7f70;
    font-size: 1.02rem;
}

.party-member-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.party-member-card {
    padding: 34px 28px 30px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e8dfd5;
}

.party-member-avatar {
    width: 96px;
    height: 96px;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #d1a34e;
    font-size: 2rem;
    background: #f7f3eb;
}

.party-member-card h3 {
    margin: 0 0 8px;
    font-size: 1.7rem;
    color: #111111;
}

.party-member-role {
    margin: 0 0 16px;
    color: #d1a34e;
    font-size: 1.02rem;
}

.party-member-card p:last-child {
    margin: 0;
    color: #6f655d;
    line-height: 1.95;
}

@media (max-width: 1080px) {
    .party-news-grid,
    .party-member-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .party-news-card {
        grid-template-columns: 1fr;
    }

        .party-news-card img {
            height: 180px;
        }
}

.showcase-section {
    padding: 76px 0;
    background: #ffffff;
}

.preview-section,
.hosts-section,
.enterprise-section,
.media-section {
    background: #ffffff;
}

.news-section,
.highlights-section {
    background: #f7f5f2;
}

.home-section-title {
    text-align: center;
    margin: 0 auto 44px;
}

    .home-section-title h2 {
        margin: 0;
        font-size: clamp(2rem, 3vw, 2.8rem);
        color: #222222;
    }

    .home-section-title p:last-child {
        margin: 10px auto 0;
        max-width: 560px;
        color: #8e857c;
        line-height: 1.9;
    }

.home-title-line {
    display: inline-block;
    width: 92px;
    height: 3px;
    margin: 14px 0 10px;
    background: linear-gradient(90deg, rgba(13, 57, 139, 0), rgba(13, 57, 139, 0.85), rgba(13, 57, 139, 0));
}

.preview-grid,
.news-card-grid,
.host-circle-grid,
.highlight-video-grid,
.enterprise-logo-grid,
.media-link-grid {
    display: grid;
    gap: 22px;
}

.preview-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.preview-card {
    padding: 24px 20px;
    border-top: 3px solid #0d398b;
    border-left: 1px solid #ebe5dd;
    border-right: 1px solid #ebe5dd;
    border-bottom: 1px solid #ebe5dd;
    background: #ffffff;
    border-radius: 5px;
}

    .preview-card h3 {
        margin: 0 0 16px;
        font-size: 1.08rem;
        color: #222222;
    }

    .preview-card p {
        margin: 8px 0 0;
        color: #8e857c;
        line-height: 1.75;
    }

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

.news-card {
    background: #ffffff;
    border: 1px solid #ebe5dd;
    border-radius: 5px;
    overflow: hidden;
}

    .news-card img {
        width: 100%;
        aspect-ratio: 1.55 / 1;
        object-fit: cover;
    }

.news-card-body {
    padding: 16px 18px 18px;
}

    .news-card-body span {
        color: #0d398b;
        font-size: 0.85rem;
    }

    .news-card-body h3 {
        margin: 10px 0 12px;
        font-size: 1.05rem;
        line-height: 1.65;
        color: #202020;
            height: 50px;
            overflow: hidden;
    }

    .news-card-body p {
        margin: 0;
        color: #8e857c;
        line-height: 1.8;
            max-height: 60px;
    overflow: hidden;
    }

    .news-card-body time {
        display: block;
        margin-top: 14px;
        color: #b2aaa0;
        font-size: 0.88rem;
    }

.host-circle-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    row-gap: 34px;
}

.host-circle-card {
    text-align: center;
}

    .host-circle-card img {
        width: 98px;
        height: 98px;
        margin: 0 auto 14px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #f0ece6;
    }

    .host-circle-card h3 {
        margin: 0 0 6px;
        font-size: 1rem;
        color: #272727;
    }

    .host-circle-card p {
        margin: 0;
        color: #b79e6a;
        font-size: 0.92rem;
    }

.home-section-action {
    text-align: center;
    margin-top: 32px;
}

    .home-section-action a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 130px;
        min-height: 42px;
        border: 1px solid #0d398b;
        color: #0d398b;
        text-decoration: none;
        background: #ffffff;
        border-radius: 5px;
    }

.highlight-video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.highlight-video-card {
    background: #ffffff;
    border-radius: 5px;
        overflow: hidden;
}

.video-thumb {
    position: relative;
}

    .video-thumb img {
        width: 100%;
        aspect-ratio: 1.72 / 1;
        object-fit: cover;
    }

    .video-thumb span {
        position: absolute;
        right: 8px;
        bottom: 8px;
        padding: 3px 8px;
        color: #ffffff;
        font-size: 0.82rem;
        background: rgba(0, 0, 0, 0.68);
    }

.highlight-video-card h3 {
    margin: 14px 0 8px;
    padding: 0 26px;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #212121;
        height: 65px;
}

.highlight-video-card p {
    margin: 0;
    padding: 0 26px 24px;
    color: #8e857c;
    line-height: 1.8;
}

.enterprise-logo-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 16px;
}

    .enterprise-logo-grid span,
    .media-link-grid a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 76px;
        border: 1px solid #ebe5dd;
        color: #7c746b;
        background: #ffffff;
    }

.media-link-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    justify-content: center;
}

    .media-link-grid a {
        min-height: 56px;
        text-decoration: none;
    }

.site-footer {
    padding: 44px 0 24px;
    color: #d9d1c8;
    background: linear-gradient(180deg, rgba(0, 33, 96, 0.94), rgba(4, 44, 112, 0.9));
}

.shared-footer-top,
.shared-footer-links {
    display: grid;
    gap: 24px;
}

.shared-footer-top {
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
    align-items: start;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.shared-footer-brand p,
.shared-footer-column p,
.shared-footer-column a {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.9;
}

.shared-footer-logo {
    height: 42px;
    width: auto;
    margin-bottom: 14px;
}

.shared-footer-column h3 {
    margin: 0 0 14px;
    color: #f0cf75;
    font-size: 1rem;
}

.shared-footer-column a {
    display: block;
    text-decoration: none;
}

.shared-footer-links {
    grid-template-columns: repeat(10, minmax(0, 1fr));
    padding: 20px 0;
}

    .shared-footer-links a {
        color: rgba(255, 255, 255, 0.78);
        text-decoration: none;
        font-size: 0.88rem;
    }

.shared-footer-bottom {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
}

    .shared-footer-bottom p {
        margin: 0;
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.86rem;
    }

@media (max-width: 1080px) {
    .preview-grid,
    .news-card-grid,
    .highlight-video-grid,
    .enterprise-logo-grid,
    .media-link-grid,
    .shared-footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .host-circle-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .shared-footer-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 780px) {
    .showcase-section {
        padding: 54px 0;
    }

    .preview-grid,
    .news-card-grid,
    .highlight-video-grid,
    .enterprise-logo-grid,
    .media-link-grid,
    .shared-footer-top,
    .shared-footer-links {
        grid-template-columns: 1fr;
    }

    .host-circle-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-section-title {
        margin-bottom: 30px;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .hero-home {
        min-height: 100vh;
        min-height: 100svh;
        background: #061a56;
    }

    body[data-page="home"] .hero-home-poster,
    body[data-page="home"] .hero-home-poster.hero-home-poster-alt,
    body[data-page="home"] .hero-home-poster.hero-home-poster-third {
        background-image: url("http://czw.zkcmg.com/wz/xinpandeng/assets/h.jpg") !important;
        background-position: center center !important;
        background-size: cover !important;
    }

        body[data-page="home"] .hero-home-poster:not(.is-active) {
            display: none !important;
        }

    body[data-page="home"] .hero-layout-poster {
        min-height: 100vh;
        min-height: 100svh;
        width: 100%;
        padding: 0 16px;
    }

    body[data-page="home"] .hero-copy-poster {
        padding: 0 0 78px;
    }

    body[data-page="home"] .hero-slider-dots {
        display: none !important;
    }

    body[data-page="home"] .nav-menu {
        right: 10px;
        gap: 18px;
        transition: opacity 0.26s ease, transform 0.32s ease;
        transform-origin: right center;
    }

        body[data-page="home"] .nav-menu a {
            position: relative;
            width: 42px;
            height: 42px;
            min-height: 42px;
            overflow: visible;
            background: linear-gradient(180deg, rgba(243, 221, 165, 0.98), rgba(226, 197, 122, 0.98));
            border: 1px solid rgba(255, 246, 214, 0.95);
            box-shadow: 0 8px 18px rgba(4, 18, 48, 0.18);
            transform: rotate(45deg);
            border-radius: 0;
            transition: transform 0.28s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
        }

            body[data-page="home"] .nav-menu a::after {
                content: none;
            }

            body[data-page="home"] .nav-menu a::before {
                position: relative;
                z-index: 1;
                color: #0d398b;
                text-shadow: none;
                transform: rotate(-45deg);
            }

            body[data-page="home"] .nav-menu a:hover,
            body[data-page="home"] .nav-menu a.active {
                background: linear-gradient(180deg, rgba(255, 243, 214, 1), rgba(243, 221, 165, 1));
                border-color: rgba(255, 248, 228, 1);
                transform: rotate(45deg) translateX(-2px);
            }

                body[data-page="home"] .nav-menu a:hover::before,
                body[data-page="home"] .nav-menu a.active::before {
                    color: #082a67;
                }

    body[data-page="home"] .showcase-section {
        padding: 54px 0;
    }

    body[data-page="home"] .preview-grid,
    body[data-page="home"] .news-card-grid,
    body[data-page="home"] .highlight-video-grid,
    body[data-page="home"] .enterprise-logo-grid,
    body[data-page="home"] .media-link-grid,
    body[data-page="home"] .shared-footer-top,
    body[data-page="home"] .shared-footer-links {
        grid-template-columns: 1fr;
    }

    body[data-page="home"] .host-circle-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body[data-page="home"] .home-section-title {
        margin-bottom: 30px;
    }

        body[data-page="home"] .home-section-title h2 {
            font-size: clamp(1.8rem, 7vw, 2.2rem);
            line-height: 1.35;
        }

        body[data-page="home"] .home-section-title p:last-child {
            max-width: none;
            line-height: 1.85;
        }
}

@media (max-width: 780px) {
    body[data-page="home"] .nav-menu.is-scrolling {
        opacity: 0;
        transform: translateX(26px) scaleX(0.72);
        pointer-events: none;
    }
}

@media (max-width: 780px) {
    .highlight-video-card h3 {
        padding: 0 18px;
    }

    .highlight-video-card p {
        padding: 0 18px 20px;
    }

    body[data-page="home"] .nav-menu {
        right: 16px;
        gap: 24px;
    }
}

@media (max-width: 780px) {
    .shared-footer-column:nth-child(2),
    .shared-footer-column:nth-child(3),
    .shared-footer-links {
        display: none;
    }
}

@media (min-width: 781px) {
    body[data-page="home"] .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-18px);
        pointer-events: none;
        background: linear-gradient(180deg, rgba(0, 45, 130, 0.82), rgba(6, 56, 148, 0.76));
        border-bottom: 1px solid rgba(173, 204, 255, 0.16);
        backdrop-filter: blur(10px);
        transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
    }

        body[data-page="home"] .site-header.is-visible {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            pointer-events: auto;
        }
}

.preview-card {
    overflow: hidden;
    padding: 0;
    border: 1px solid #ebe5dd;
    border-top: none;
    background: #ffffff;
}

    .preview-card img {
        width: 100%;
        object-fit: cover;
    }

.preview-card-body {
    padding: 18px 18px 20px;
}

    .preview-card-body span {
        color: #0d398b;
        font-size: 0.84rem;
        font-weight: 700;
    }

    .preview-card-body h3 {
        margin: 10px 0 10px;
        font-size: 1.08rem;
        color: #222222;
    }

    .preview-card-body p {
        margin: 0;
        color: #8e857c;
        line-height: 1.75;
    }

.enterprise-logo-grid span {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0d398b;
    background: linear-gradient(180deg, #ffffff, #f8f6f2);
}

.media-link-grid a {
    flex-direction: column;
    gap: 6px;
    text-align: center;
    color: #0d398b;
    background: linear-gradient(180deg, #ffffff, #f8f6f2);
}

    .media-link-grid a strong {
        font-size: 1rem;
        font-weight: 700;
    }

    .media-link-grid a span {
        color: #8e857c;
        font-size: 0.78rem;
        letter-spacing: 0.08em;
    }

.duty-item span {
    color: #ffffff;
}

.org-chart-head {
    color: #ffffff;
}

.org-chart-row span:hover {
    color: #ffffff;
}

.org-recruit-section {
    padding-top: 28px;
    background: #fffdf9;
}

.org-recruit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.org-recruit-card {
    position: relative;
    min-height: 196px;
    padding: 30px 28px 28px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e6ded3;
    border-top: 4px solid #0d398b;
}

    .org-recruit-card::after {
        content: "";
        position: absolute;
        right: -42px;
        bottom: -42px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: rgba(13, 57, 139, 0.06);
    }

    .org-recruit-card span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin-bottom: 20px;
        color: #ffffff;
        font-weight: 700;
        background: #0d398b;
    }

    .org-recruit-card h3 {
        margin: 0 0 12px;
        color: #0d398b;
        font-size: 1.42rem;
    }

    .org-recruit-card p {
        position: relative;
        z-index: 1;
        margin: 0;
        color: #746a61;
        line-height: 1.9;
    }

@media (max-width: 1080px) {
    .org-recruit-grid {
        grid-template-columns: 1fr;
    }
}

.recruit-board {
    display: grid;
    gap: 24px;
}

.recruit-panel {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e6ded3;
    border-top: 4px solid #0d398b;
}

.recruit-panel-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

    .recruit-panel-head > span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        color: #ffffff;
        font-weight: 700;
        background: #0d398b;
    }

    .recruit-panel-head p {
        margin: 0 0 6px;
        color: #0d398b;
        font-size: 0.86rem;
        letter-spacing: 0.16em;
    }

    .recruit-panel-head h3 {
        margin: 0;
        color: #202020;
        font-size: 1.55rem;
    }

.recruit-news-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

    .recruit-news-list article {
        min-height: 150px;
        padding: 22px 20px;
        background: #f8f6f3;
        border: 1px solid #eee6dc;
    }

    .recruit-news-list time {
        display: block;
        margin-bottom: 12px;
        color: #0d398b;
        font-weight: 700;
    }

    .recruit-news-list strong {
        display: block;
        margin-bottom: 10px;
        color: #202020;
        font-size: 1.1rem;
    }

    .recruit-news-list p {
        margin: 0;
        color: #746a61;
        line-height: 1.8;
    }

.recruit-table-wrap {
    overflow-x: auto;
    border: 1px solid #e8dfd5;
}

.recruit-table {
    min-width: 760px;
    background: #ffffff;
}

    .recruit-table th,
    .recruit-table td {
        padding: 16px 18px;
        color: #242424;
        border-bottom: 1px solid #eee6dc;
    }

    .recruit-table th {
        color: #ffffff;
        background: #0d398b;
        font-weight: 700;
    }

    .recruit-table tbody tr:nth-child(even) {
        background: #f8f6f3;
    }

    .recruit-table tbody tr:hover {
        background: rgba(13, 57, 139, 0.06);
    }

@media (max-width: 1080px) {
    .recruit-news-list {
        grid-template-columns: 1fr;
    }

    .recruit-panel {
        padding: 24px 18px;
    }

    .recruit-panel-head h3 {
        font-size: 1.28rem;
    }
}

.recruit-job-link {
    display: inline-flex;
    align-items: center;
    padding: 0;
    color: #0d398b;
    font: inherit;
    font-weight: 700;
    background: transparent;
    border: 0;
    cursor: pointer;
}

    .recruit-job-link::after {
        content: "查看详情";
        padding: 3px 8px;
        color: #ffffff;
        font-size: 0.78rem;
        font-weight: 500;
        background: #0d398b;
        border-radius: 999px;
        opacity: 0;
        transform: translateX(-6px);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .recruit-job-link:hover::after,
    .recruit-job-link:focus-visible::after {
        opacity: 1;
        transform: translateX(0);
    }

.recruit-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

    .recruit-modal.is-open {
        opacity: 1;
        pointer-events: auto;
    }

.recruit-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 18, 48, 0.62);
    backdrop-filter: blur(4px);
}

.recruit-modal-dialog {
    position: relative;
    width: 700px;
    max-height: min(82vh, 820px);
    padding: 34px 38px 38px;
    overflow: auto;
    background: #ffffff;
    border-top: 6px solid #0d398b;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
    transform: translateY(18px) scale(0.98);
    transition: transform 0.22s ease;
}

.recruit-modal.is-open .recruit-modal-dialog {
    transform: translateY(0) scale(1);
}

.recruit-modal-close {
    position: sticky;
    top: 0;
    float: right;
    width: 40px;
    height: 40px;
    margin: -12px -14px 0 20px;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1;
    background: #0d398b;
    border: 0;
    cursor: pointer;
}

.recruit-modal-kicker {
    margin-bottom: 8px;
    color: #0d398b;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.recruit-modal h2 {
    margin: 0 0 22px;
    color: #111827;
    font-size: clamp(1.8rem, 3vw, 2.45rem);
}

.recruit-modal-body h3 {
    margin: 24px 0 12px;
    padding: 10px 14px;
    color: #ffffff;
    font-size: 1.1rem;
    background: linear-gradient(135deg, #0d398b, #1f5fc2);
}

.recruit-modal-body p {
    margin: 0 0 10px;
    color: #303846;
    line-height: 1.9;
}

.recruit-modal-item {
    padding-left: 12px;
    border-left: 3px solid rgba(13, 57, 139, 0.18);
}

body.modal-open {
    overflow: hidden;
}

@media (max-width: 780px) {
    .recruit-modal {
        padding: 12px;
    }

    .recruit-modal-dialog {
        max-height: 86vh;
        padding: 26px 18px 28px;
        width: inherit;
        margin: 0 7px;
    }

    .recruit-job-link::after {
        display: none;
    }
}

.review-showcase-section {
    padding: 72px 0 82px;
    background: #f7f7f7;
}

.review-title {
    margin-bottom: 42px;
    text-align: center;
}

    .review-title h1 {
        margin: 0;
        color: #0d1b2a;
        font-size: clamp(2rem, 3.2vw, 2.65rem);
        font-weight: 800;
        letter-spacing: 0.03em;
    }

    .review-title span {
        position: relative;
        display: block;
        width: 96px;
        height: 1px;
        margin: 16px auto 14px;
        background: #d19a43;
    }

        .review-title span::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 9px;
            height: 9px;
            background: #c79644;
            transform: translate(-50%, -50%) rotate(45deg);
            box-shadow: 0 0 0 10px #f7f7f7;
        }

    .review-title p {
        margin: 0;
        color: #5d6470;
        font-size: 1rem;
    }

.review-filter {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 34px;
}

    .review-filter button,
    .review-filter a {
        position: relative;
        padding: 0 0 14px;
        color: #263242;
        font: inherit;
        font-weight: 700;
        background: transparent;
        border: 0;
        cursor: pointer;
    }

        .review-filter button::after,
        .review-filter a::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 28px;
            height: 2px;
            background: #d19a43;
            opacity: 0;
            transform: translateX(-50%);
        }

        .review-filter button.is-active,
        .review-filter button:hover,
        .review-filter a.is-active,
        .review-filter a:hover {
            color: #d71920;
        }

            .review-filter button.is-active::after,
            .review-filter button:hover::after,
            .review-filter a.is-active::after,
            .review-filter a:hover::after {
                opacity: 1;
            }

.review-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px 30px;
}

.review-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dedede;
    box-shadow: 0 7px 18px rgba(16, 24, 40, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .review-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 32px rgba(16, 24, 40, 0.12);
    }

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

.review-cover {
    position: relative;
    display: block;
    overflow: hidden;
    background: #dfe6f0;
}

    .review-cover img {
        object-fit: cover;
        transition: transform 0.35s ease;    height: 228px;
    width: 100%;
    }

.review-card:hover .review-cover img {
    transform: scale(1.055);
}

.review-label {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    background: #d71920;
}

.review-duration {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    padding: 4px 8px;
    color: #ffffff;
    font-size: 0.85rem;
    line-height: 1;
    background: rgba(0, 0, 0, 0.78);
}

.review-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 58px;
    height: 58px;
    background: #c9c9c994;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 12px 28px rgba(215, 25, 32, 0.28);
}

    .review-play::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 52%;
        width: 0;
        height: 0;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-left: 16px solid #ffffff;
        transform: translate(-50%, -50%);
    }

.review-card-body {
    padding: 18px 18px 16px;
}

    .review-card-body h2 {
        margin: 5px 0 5px;
        font-size: 1.05rem;
        line-height: 1.45;
    }

        .review-card-body h2 a {
            color: #111827;
        }

            .review-card-body h2 a:hover {
                color: #d71920;
            }

.review-meta {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: #6b7280;
    font-size: 0.92rem;
}

    .review-meta span:last-child {
        white-space: nowrap;
    }

@media (max-width: 1080px) {
    .review-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .review-cover img {height:auto;
    width: inherit;
    }
    .review-showcase-section {
        padding: 46px 0 58px;
    }
.pagination .page-arrow {
    display: none !important;
  }
    .review-filter {
        gap: 22px;
        margin-bottom: 26px;
    }

    .review-card-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .review-meta {
        font-size: 0.88rem;
    }
}

.host-team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.host-profile-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(13, 57, 139, 0.12);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

.host-profile-media {
    display: block;
    height: 320px;
    overflow: hidden;
    background: linear-gradient(180deg, #eef4ff, #ffffff);
}

    .host-profile-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        transition: transform 0.35s ease;
    }

.host-profile-card:hover .host-profile-media img {
    transform: scale(1.04);
}

.host-profile-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.host-role {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 12px;
    padding: 6px 12px;
    color: #0d398b;
    font-size: 0.9rem;
    font-weight: 700;
    background: rgba(13, 57, 139, 0.08);
    border-left: 3px solid #0d398b;
}

.host-profile-body h3 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 1.45rem;
}

    .host-profile-body h3 a {
        color: inherit;
    }

        .host-profile-body h3 a:hover {
            color: #0d398b;
        }

.host-profile-body > p:not(.host-role) {
    margin: 0;
    color: #5f6b7a;
    line-height: 1.85;
}

.host-profile-body .detail-actions {
    margin-top: auto;
    padding-top: 22px;
}

.host-profile-body .button {
    width: 100%;
    justify-content: center;
}

@media (max-width: 1080px) {
    .host-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .host-team-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .host-profile-media {
        height: 300px;
    }

    .host-profile-body {
        padding: 20px;
    }
}

.query-center-section {
    position: relative;
    min-height: calc(100vh - 80px);
    padding: 78px 0 88px;
    overflow: hidden;
    background: radial-gradient(circle at 16% 46%, rgba(13, 57, 139, 0.06), transparent 18%), radial-gradient(circle at 78% 58%, rgba(211, 160, 82, 0.12), transparent 18%), #f5f7fb;
}

.query-title {
    position: relative;
    margin-bottom: 72px;
    text-align: center;
}

    .query-title p {
        position: relative;
        z-index: 2;
        margin: 0;
        color: #1d2430;
        font-size: clamp(2.2rem, 5vw, 3.15rem);
        font-weight: 500;
        letter-spacing: 0.04em;
    }

    .query-title h1 {
        position: relative;
        z-index: 2;
        margin: 4px 0 0;
        color: #c7954a;
        font-size: clamp(1.55rem, 3vw, 2.15rem);
        line-height: 1;
        letter-spacing: 0.03em;
    }

    .query-title > span {
        position: absolute;
        left: 50%;
        top: 42%;
        z-index: 1;
        color: rgba(13, 57, 139, 0.035);
        font-size: clamp(4.6rem, 12vw, 9.2rem);
        font-weight: 900;
        letter-spacing: 0.04em;
        white-space: nowrap;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }

.query-search-card {
    position: relative;
    z-index: 2;
    width: min(900px, 100%);
    margin: 0 auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(13, 57, 139, 0.08);
    border-radius: 14px;
    box-shadow: 0 28px 70px rgba(13, 57, 139, 0.12);
}

    .query-search-card::before,
    .query-search-card::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        background: rgba(13, 57, 139, 0.06);
        pointer-events: none;
    }

    .query-search-card::before {
        left: 70px;
        top: 44px;
        width: 150px;
        height: 150px;
    }

    .query-search-card::after {
        right: 84px;
        bottom: -18px;
        width: 82px;
        height: 82px;
    }

.query-card-head {
    position: relative;
    z-index: 2;
    padding: 22px 24px;
    color: #0d398b;
    font-size: 1.16rem;
    font-weight: 800;
    text-align: center;
    background: rgba(13, 57, 139, 0.045);
}

.query-form {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 136px;
    align-items: center;
    margin: 32px 30px;
    background: #ffffff;
    border: 2px solid rgba(13, 57, 139, 0.16);
    border-radius: 999px;
}

    .query-form input {
        min-width: 0;
        height: 60px;
        padding: 0 28px;
        color: #1d2430;
        font: inherit;
        background: transparent;
        border: 0;
        outline: 0;
    }

    .query-form button {
        height: 60px;
        margin: -2px -2px -2px 0;
        color: #ffffff;
        font: inherit;
        font-weight: 800;
        background: linear-gradient(135deg, #0d398b, #1f5fc2);
        border: 0;
        border-radius: 999px;
        cursor: pointer;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    }

        .query-form button:hover {
            background: linear-gradient(135deg, #123f98, #2c70d8);
        }

.query-tip {
    position: relative;
    z-index: 2;
    margin: -16px 32px 28px;
    color: #7a8493;
    font-size: 0.94rem;
    text-align: center;
}

.query-result-card {
    position: relative;
    z-index: 2;
    width: min(900px, 100%);
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 28px 70px rgba(13, 57, 139, 0.14);
}

    .query-result-card[hidden] {
        display: none;
    }

.query-result-hero {
    padding: 34px 28px 36px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(135deg, rgba(13, 57, 139, 0.94), rgba(38, 104, 199, 0.88)), radial-gradient(circle at 20% 10%, rgba(211, 160, 82, 0.45), transparent 24%);
}

    .query-result-hero img {
        width: 152px;
        height: 152px;
        object-fit: cover;
        object-position: center top;
        margin-bottom: 24px;
        border: 6px solid rgba(255, 255, 255, 0.72);
        border-radius: 50%;
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
    }

    .query-result-hero h2 {
        margin: 0 0 20px;
        font-size: clamp(2rem, 4vw, 2.65rem);
    }

    .query-result-hero p {
        margin: 8px 0 0;
        font-size: 1.12rem;
        font-weight: 700;
    }

.query-result-body {
    display: grid;
    grid-template-columns: 104px 1fr;
    gap: 18px;
    padding: 38px 40px 30px;
    color: #344054;
    background: #eef5ff;
    border-bottom: 1px solid rgba(13, 57, 139, 0.1);
}

    .query-result-body strong {
        color: #1f2937;
        font-size: 1.08rem;
    }

    .query-result-body p {
        margin: 0;
        line-height: 1.9;
    }

.query-reset {
    display: block;
    margin: 26px auto 34px;
    color: #0d398b;
    font: inherit;
    font-weight: 700;
    background: transparent;
    border: 0;
    cursor: pointer;
}

    .query-reset:hover {
        color: #c7954a;
    }

@media (max-width: 780px) {
    .query-center-section {
        min-height: auto;
        padding: 52px 0 64px;
    }

    .query-title {
        margin-bottom: 46px;
    }

        .query-title > span {
            font-size: 4.2rem;
        }

    .query-form {
        grid-template-columns: 1fr;
        gap: 14px;
        margin: 24px 18px;
        padding: 14px;
        border-radius: 24px;
    }

        .query-form input,
        .query-form button {
            width: 100%;
            height: 52px;
            margin: 0;
            border-radius: 16px;
        }

    .query-result-body {
        grid-template-columns: 1fr;
        padding: 28px 22px 24px;
    }
}

.query-subhero img {
    max-width: 360px;
    padding: 34px;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(13, 57, 139, 0.14);
}

.query-workbench-section {
    background: linear-gradient(180deg, rgba(247, 250, 255, 0.96), rgba(239, 245, 255, 0.92)), radial-gradient(circle at 18% 12%, rgba(13, 57, 139, 0.08), transparent 30%);
}

.query-workbench {
    display: grid;
    gap: 28px;
}

.query-panel,
.query-result-panel {
    border: 1px solid rgba(13, 57, 139, 0.12);
    background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.query-panel-title {
    max-width: 720px;
    margin-bottom: 26px;
}

    .query-panel-title h2 {
        margin: 0 0 12px;
        color: #10233f;
        font-size: clamp(1.8rem, 3.4vw, 2.7rem);
    }

    .query-panel-title p:last-child {
        margin: 0;
        color: #667085;
        line-height: 1.8;
    }

.query-inline-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 16px;
    align-items: end;
    padding: 22px;
    background: rgba(13, 57, 139, 0.045);
    border: 1px solid rgba(13, 57, 139, 0.1);
    border-radius: 20px;
}

    .query-inline-form label {
        display: grid;
        gap: 10px;
        margin: 0;
    }

        .query-inline-form label span {
            color: #10233f;
            font-weight: 700;
        }

    .query-inline-form input {
        height: 52px;
        padding: 0 18px;
        color: #1f2937;
        font: inherit;
        background: #ffffff;
        border: 1px solid rgba(13, 57, 139, 0.18);
        border-radius: 12px;
        outline: none;
    }

        .query-inline-form input:focus {
            border-color: #0d398b;
            box-shadow: 0 0 0 4px rgba(13, 57, 139, 0.1);
        }

    .query-inline-form .button {
        width: 100%;
        height: 52px;
        border: 0;
        cursor: pointer;
    }

.query-note-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

    .query-note-grid article {
        padding: 18px;
        background: #ffffff;
        border: 1px solid rgba(13, 57, 139, 0.1);
        border-left: 4px solid #0d398b;
        border-radius: 14px;
    }

    .query-note-grid strong {
        display: block;
        margin-bottom: 8px;
        color: #0d398b;
        font-size: 1.04rem;
    }

    .query-note-grid span {
        color: #667085;
        line-height: 1.7;
    }

.query-result-panel[hidden] {
    display: none;
}

.query-result-header {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 28px;
    align-items: center;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(13, 57, 139, 0.12);
}

    .query-result-header img {
        width: 150px;
        height: 150px;
        object-fit: cover;
        object-position: center top;
        border: 6px solid #ffffff;
        border-radius: 22px;
        box-shadow: 0 18px 40px rgba(13, 57, 139, 0.18);
    }

    .query-result-header h2 {
        margin: 0 0 16px;
        color: #10233f;
        font-size: clamp(2rem, 4vw, 3rem);
    }

.query-result-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    .query-result-tags span {
        display: inline-flex;
        align-items: center;
        min-height: 38px;
        padding: 8px 14px;
        color: #0d398b;
        font-weight: 700;
        background: rgba(13, 57, 139, 0.08);
        border: 1px solid rgba(13, 57, 139, 0.12);
        border-radius: 999px;
    }

.query-result-summary {
    margin-top: 28px;
    padding: 24px;
    background: rgba(13, 57, 139, 0.045);
    border-radius: 18px;
}

    .query-result-summary h3 {
        margin: 0 0 12px;
        color: #10233f;
        font-size: 1.35rem;
    }

    .query-result-summary p {
        margin: 0;
        color: #465568;
        line-height: 1.9;
    }

.query-result-panel .detail-actions {
    margin-top: 26px;
}

    .query-result-panel .detail-actions button {
        border: 0;
        cursor: pointer;
    }

@media (max-width: 1080px) {
    .query-note-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .query-subhero img {
        max-width: 220px;
        padding: 22px;
    }

    .query-inline-form {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .query-result-header {
        grid-template-columns: 1fr;
        text-align: center;
    }

        .query-result-header img {
            margin: 0 auto;
        }

    .query-result-tags {
        justify-content: center;
    }
}

.query-subhero .subhero-layout img {
    max-width: min(38vw, 420px);
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 780px) {
    .query-subhero .subhero-layout img {
        max-width: 220px;
        padding: 0;
    }
}

.producer-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 24px;
    align-items: stretch;
}

.producer-lead-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    min-height: 430px;
    overflow: hidden;
    color: #ffffff;
    background: radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.18), transparent 22%), linear-gradient(135deg, #0d398b 0%, #174fae 58%, #063075 100%);
    border-radius: 26px;
    box-shadow: 0 28px 68px rgba(13, 57, 139, 0.22);
}

    .producer-lead-card::before {
        content: "";
        position: absolute;
        inset: 24px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 20px;
        pointer-events: none;
    }

.producer-lead-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px 42px;
}

    .producer-lead-copy > span {
        width: fit-content;
        margin-bottom: 18px;
        padding: 7px 14px;
        color: #0d398b;
        font-weight: 800;
        background: #ffffff;
        border-radius: 999px;
    }

    .producer-lead-copy h3 {
        margin: 0 0 12px;
        font-size: clamp(2.3rem, 4vw, 3.4rem);
        letter-spacing: 0.08em;
    }

.producer-role {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.84);
    font-weight: 700;
}

.producer-lead-copy p:last-child {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    line-height: 1.9;
}

.producer-portrait {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 34px 26px 0 0;
}

    .producer-portrait::before {
        content: "";
        position: absolute;
        right: 18px;
        bottom: 36px;
        width: 210px;
        height: 210px;
        background: rgba(255, 255, 255, 0.14);
        border-radius: 50%;
    }

    .producer-portrait img {
        position: relative;
        z-index: 2;
        max-height: 360px;
        object-fit: contain;
        filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.24));
        transition: transform 0.35s ease;
    }

.producer-lead-card:hover .producer-portrait img {
    transform: translateY(-8px) scale(1.03);
}

.producer-side-list {
    display: grid;
    gap: 24px;
}

.producer-duty-card {
    position: relative;
    min-height: 203px;
    padding: 30px 28px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(13, 57, 139, 0.12);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(13, 57, 139, 0.1);
    transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

    .producer-duty-card::after {
        content: "";
        position: absolute;
        right: -34px;
        bottom: -34px;
        width: 108px;
        height: 108px;
        background: rgba(13, 57, 139, 0.07);
        border-radius: 50%;
    }

    .producer-duty-card span {
        display: inline-flex;
        margin-bottom: 22px;
        color: #0d398b;
        font-size: 2.2rem;
        font-weight: 900;
        line-height: 1;
    }

    .producer-duty-card h3 {
        margin: 0 0 12px;
        color: #13233a;
        font-size: 1.42rem;
    }

    .producer-duty-card p {
        margin: 0;
        color: #667085;
        line-height: 1.85;
    }

    .producer-duty-card:hover {
        color: #ffffff;
        background: linear-gradient(135deg, #0d398b, #1b58b9);
        box-shadow: 0 24px 58px rgba(13, 57, 139, 0.2);
        transform: translateY(-6px);
    }

        .producer-duty-card:hover span,
        .producer-duty-card:hover h3,
        .producer-duty-card:hover p {
            color: #ffffff;
        }

.producer-metric-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

    .producer-metric-row article {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 22px 26px;
        background: #ffffff;
        border: 1px solid rgba(13, 57, 139, 0.1);
        border-left: 5px solid #0d398b;
        border-radius: 18px;
        box-shadow: 0 14px 36px rgba(13, 57, 139, 0.08);
    }

    .producer-metric-row strong {
        color: #0d398b;
        font-size: 2rem;
        line-height: 1;
    }

    .producer-metric-row span {
        color: #5f6b7a;
        font-weight: 700;
    }

@media (max-width: 1080px) {
    .producer-feature,
    .producer-lead-card {
        grid-template-columns: 1fr;
    }

    .producer-portrait {
        justify-content: flex-end;
        padding: 0 34px 0;
    }

    .producer-metric-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .producer-lead-card {
        min-height: auto;
    }

    .producer-lead-copy {
        padding: 34px 24px 12px;
    }

    .producer-portrait {
        justify-content: center;
        padding: 0 20px;
    }

        .producer-portrait img {
            max-height: 280px;
        }

    .producer-duty-card,
    .producer-metric-row article {
        border-radius: 18px;
    }

    .producer-metric-row article {
        align-items: flex-start;
        flex-direction: column;
    }
}

.producer-directory {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(13, 57, 139, 0.12);
    border-radius: 26px;
    box-shadow: 0 24px 60px rgba(13, 57, 139, 0.12);
}

.producer-directory-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 28px;
    align-items: center;
    padding: 30px 34px;
    color: #ffffff;
    background: radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.18), transparent 24%), linear-gradient(135deg, #0d398b, #1b58b9);
}

    .producer-directory-head span {
        display: block;
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.82rem;
        font-weight: 800;
        letter-spacing: 0.18em;
    }

    .producer-directory-head h3 {
        margin: 0 0 10px;
        font-size: clamp(1.45rem, 3vw, 2.15rem);
    }

    .producer-directory-head p {
        max-width: 720px;
        margin: 0;
        color: rgba(255, 255, 255, 0.84);
        line-height: 1.8;
    }

.producer-directory-stats {
    display: grid;
    place-items: center;
    min-height: 132px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
}

    .producer-directory-stats strong {
        color: #ffffff;
        font-size: 3rem;
        line-height: 1;
    }

    .producer-directory-stats span {
        margin: 0;
        color: rgba(255, 255, 255, 0.84);
        letter-spacing: 0.04em;
    }

.producer-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(13, 57, 139, 0.1);
}

.producer-mini-card {
    position: relative;
    min-height: 210px;
    padding: 28px 26px;
    overflow: hidden;
    background: #ffffff;
    transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

    .producer-mini-card::after {
        content: "";
        position: absolute;
        right: -28px;
        bottom: -28px;
        width: 90px;
        height: 90px;
        background: rgba(13, 57, 139, 0.06);
        border-radius: 50%;
        transition: background 0.22s ease;
    }

    .producer-mini-card > span {
        display: inline-flex;
        margin-bottom: 18px;
        color: #0d398b;
        font-size: 1.65rem;
        font-weight: 900;
        line-height: 1;
    }

    .producer-mini-card h3 {
        margin: 0 0 8px;
        color: #111827;
        font-size: 1.34rem;
    }

    .producer-mini-card .producer-role {
        margin: 0 0 14px;
        color: #0d398b;
        font-weight: 800;
    }

    .producer-mini-card p:last-child {
        margin: 0;
        color: #657083;
        line-height: 1.76;
    }

    .producer-mini-card:hover {
        z-index: 2;
        color: #ffffff;
        background: linear-gradient(135deg, #0d398b, #1f5fc2);
        transform: translateY(-4px);
    }

        .producer-mini-card:hover::after {
            background: rgba(255, 255, 255, 0.1);
        }

        .producer-mini-card:hover > span,
        .producer-mini-card:hover h3,
        .producer-mini-card:hover .producer-role,
        .producer-mini-card:hover p:last-child {
            color: #ffffff;
        }

@media (max-width: 1080px) {
    .producer-directory-head,
    .producer-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .producer-directory-head,
    .producer-card-grid {
        grid-template-columns: 1fr;
    }

    .producer-directory-head {
        padding: 26px 22px;
    }

    .producer-mini-card {
        min-height: auto;
        padding: 24px 22px;
    }
}

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

.producer-person-card {
    position: relative;
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    min-height: 260px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(13, 57, 139, 0.12);
    border-radius: 26px;
    box-shadow: 0 20px 54px rgba(13, 57, 139, 0.1);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

    .producer-person-card::before {
        content: "";
        position: absolute;
        inset: 0 auto 0 0;
        width: 38%;
        background: linear-gradient(135deg, rgba(13, 57, 139, 0.1), rgba(31, 95, 194, 0.03));
        pointer-events: none;
    }

.producer-person-photo {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 24px 10px 0;
    background: radial-gradient(circle at 50% 42%, rgba(13, 57, 139, 0.14), transparent 48%), linear-gradient(180deg, #f5f9ff, #ffffff);
}

    .producer-person-photo img {
        max-width: 150px;
        max-height: 230px;
        object-fit: contain;
        filter: drop-shadow(0 16px 18px rgba(13, 57, 139, 0.16));
        transition: transform 0.28s ease;
    }

.producer-person-info {
    position: relative;
    z-index: 2;
    padding: 28px 28px 24px;
}

    .producer-person-info > span {
        display: inline-flex;
        margin-bottom: 12px;
        color: #0d398b;
        font-size: 0.82rem;
        font-weight: 900;
        letter-spacing: 0.14em;
    }

    .producer-person-info h3 {
        margin: 0 0 8px;
        color: #10233f;
        font-size: 1.75rem;
    }

    .producer-person-info .producer-role {
        margin: 0 0 14px;
        color: #0d398b;
        font-weight: 800;
    }

    .producer-person-info p:not(.producer-role) {
        margin: 0 0 18px;
        color: #5f6b7a;
        line-height: 1.78;
    }

    .producer-person-info div {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .producer-person-info em {
        display: inline-flex;
        padding: 6px 10px;
        color: #0d398b;
        font-style: normal;
        font-size: 0.84rem;
        font-weight: 700;
        background: rgba(13, 57, 139, 0.08);
        border-radius: 999px;
    }

.producer-person-card:hover {
    border-color: rgba(13, 57, 139, 0.32);
    box-shadow: 0 28px 68px rgba(13, 57, 139, 0.16);
    transform: translateY(-6px);
}

    .producer-person-card:hover .producer-person-photo img {
        transform: translateY(-6px) scale(1.04);
    }

@media (max-width: 1080px) {
    .producer-person-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .producer-person-card {
        grid-template-columns: 1fr;
    }

        .producer-person-card::before {
            width: 100%;
            height: 160px;
        }

    .producer-person-photo {
        min-height: 210px;
    }

    .producer-person-info {
        padding: 24px 22px;
    }
}

.party-member-section .producer-person-card {
    background: linear-gradient(180deg, #fffaf5, #ffffff);
    border-color: rgba(190, 30, 45, 0.18);
    box-shadow: 0 20px 54px rgba(150, 28, 38, 0.1);
}

    .party-member-section .producer-person-card::before {
        background: radial-gradient(circle at 40% 32%, rgba(211, 160, 82, 0.18), transparent 30%), linear-gradient(135deg, rgba(190, 30, 45, 0.14), rgba(211, 160, 82, 0.05));
    }

.party-member-section .producer-person-photo {
    background: radial-gradient(circle at 50% 40%, rgba(211, 160, 82, 0.2), transparent 45%), linear-gradient(180deg, #fff4e8, #fffaf5);
}

    .party-member-section .producer-person-photo img {
        filter: drop-shadow(0 16px 18px rgba(150, 28, 38, 0.16));
    }

.party-member-section .producer-person-info > span {
    color: #b91c1c;
}

.party-member-section .producer-person-info h3 {
    color: #3b1717;
}

.party-member-section .producer-person-info .producer-role {
    color: #b91c1c;
}

.party-member-section .producer-person-info p:not(.producer-role) {
    color: #6f4d43;
}

.party-member-section .producer-person-info em {
    color: #9a3412;
    background: rgba(211, 160, 82, 0.16);
    border: 1px solid rgba(211, 160, 82, 0.24);
}

.party-member-section .producer-person-card:hover {
    border-color: rgba(190, 30, 45, 0.36);
    box-shadow: 0 28px 68px rgba(150, 28, 38, 0.18);
}

    .party-member-section .producer-person-card:hover::before {
        background: radial-gradient(circle at 40% 32%, rgba(255, 232, 170, 0.24), transparent 34%), linear-gradient(135deg, rgba(190, 30, 45, 0.9), rgba(139, 17, 24, 0.78));
    }

    .party-member-section .producer-person-card:hover .producer-person-info > span,
    .party-member-section .producer-person-card:hover .producer-person-info h3,
    .party-member-section .producer-person-card:hover .producer-person-info .producer-role {
        color: #8b1118;
    }

    .party-member-section .producer-person-card:hover .producer-person-info em {
        color: #ffffff;
        background: linear-gradient(135deg, #b91c1c, #d89a3a);
        border-color: transparent;
    }

.party-member-section .producer-person-card {
    grid-template-columns: 185px minmax(0, 1fr);
    isolation: isolate;
}

    .party-member-section .producer-person-card::before {
        z-index: 0;
        width: 185px;
        background: radial-gradient(circle at 50% 38%, rgba(211, 160, 82, 0.2), transparent 42%), linear-gradient(180deg, #fff1e4, #fffaf5);
    }

.party-member-section .producer-person-photo {
    z-index: 2;
    background: transparent;
}

.party-member-section .producer-person-info {
    z-index: 3;
    padding-left: 34px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), #ffffff 38%);
}

    .party-member-section .producer-person-info > span {
        padding: 0;
        background: transparent;
    }

.party-member-section .producer-person-card:hover::before {
    width: 185px;
    background: radial-gradient(circle at 50% 38%, rgba(255, 232, 170, 0.22), transparent 42%), linear-gradient(180deg, #b91c1c, #7f1018);
}

.party-member-section .producer-person-card:hover .producer-person-info {
    background: linear-gradient(90deg, rgba(255, 250, 245, 0.98), #ffffff 38%);
}

@media (max-width: 780px) {
    .party-member-section .producer-person-card {
        grid-template-columns: 1fr;
    }

        .party-member-section .producer-person-card::before,
        .party-member-section .producer-person-card:hover::before {
            width: 100%;
            height: 210px;
        }

    .party-member-section .producer-person-info {
        padding-left: 22px;
        background: #ffffff;
    }
}

.producer-person-photo img {
    max-width: 200px;
    max-height: 230px;
}

.program-watch-subhero img {
    max-width: min(38vw, 420px);
}

.enterprise-watch-section {
    background: linear-gradient(180deg, rgba(247, 250, 255, 0.96), rgba(241, 246, 255, 0.92)), radial-gradient(circle at 12% 12%, rgba(13, 57, 139, 0.08), transparent 30%);
}

.enterprise-watch-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.75fr);
    gap: 28px;
    align-items: start;
}

.enterprise-video-main,
.enterprise-profile-card,
.enterprise-topic-card {
    background: #ffffff;
    border: 1px solid rgba(13, 57, 139, 0.12);
    border-radius: 24px;
    box-shadow: 0 22px 56px rgba(13, 57, 139, 0.11);
}

.enterprise-video-main {
    overflow: hidden;
}

.enterprise-video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #0b1933;
}

    .enterprise-video-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.enterprise-video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.enterprise-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 82px;
    height: 82px;
    background: linear-gradient(135deg, #0d398b, #1f5fc2);
    border: 4px solid rgba(255, 255, 255, 0.78);
    border-radius: 50%;
    box-shadow: 0 18px 42px rgba(13, 57, 139, 0.34);
    cursor: pointer;
    transform: translate(-50%, -50%);
}

    .enterprise-play-button::after {
        content: "";
        position: absolute;
        left: 54%;
        top: 50%;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 22px solid #ffffff;
        transform: translate(-50%, -50%);
    }

.enterprise-video-time {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    padding: 7px 11px;
    color: #ffffff;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.72);
    border-radius: 6px;
}

.enterprise-program-copy {
    padding: 28px 32px 34px;
}

    .enterprise-program-copy h2 {
        margin: 24px 0 12px;
        color: #10233f;
        font-size: clamp(1.7rem, 3vw, 2.25rem);
    }

    .enterprise-program-copy p {
        margin: 0;
        color: #536173;
        line-height: 1.9;
    }

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

.enterprise-profile-card,
.enterprise-topic-card {
    padding: 28px;
}

    .enterprise-profile-card h2 {
        margin: 0 0 14px;
        color: #10233f;
        font-size: 2rem;
    }

    .enterprise-profile-card > p:not(.eyebrow) {
        margin: 0 0 22px;
        color: #5f6b7a;
        line-height: 1.85;
    }

.enterprise-info-list {
    display: grid;
    gap: 12px;
}

    .enterprise-info-list span {
        display: grid;
        gap: 4px;
        padding: 14px 16px;
        color: #344054;
        background: rgba(13, 57, 139, 0.055);
        border-left: 4px solid #0d398b;
        border-radius: 12px;
    }

    .enterprise-info-list strong {
        color: #0d398b;
    }

.enterprise-topic-card h3 {
    margin: 0 0 16px;
    color: #10233f;
    font-size: 1.4rem;
}

.enterprise-topic-card ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.enterprise-topic-card li {
    position: relative;
    padding-left: 22px;
    color: #536173;
    line-height: 1.75;
}

    .enterprise-topic-card li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.72em;
        width: 8px;
        height: 8px;
        background: #0d398b;
        transform: rotate(45deg);
    }

@media (max-width: 1080px) {
    .enterprise-watch-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .enterprise-program-copy,
    .enterprise-profile-card,
    .enterprise-topic-card {
        padding: 22px;
    }

    .enterprise-play-button {
        width: 64px;
        height: 64px;
    }
}

.enterprise-single-layout {
    display: grid;
    gap: 26px;
}

.enterprise-program-intro {
    background: #ffffff;
    border: 1px solid rgba(13, 57, 139, 0.12);
    border-radius: 24px;
    box-shadow: 0 18px 46px rgba(13, 57, 139, 0.1);
}

.enterprise-video-full {
    width: 100%;
}

    .enterprise-video-full .enterprise-video-frame {
        aspect-ratio: 16 / 8.2;
    }

@media (max-width: 780px) {
    .enterprise-video-full .enterprise-video-frame {
        aspect-ratio: 16 / 9;
    }
}

.content-list-section,
.content-detail-section {
    background: linear-gradient(180deg, rgba(247, 250, 255, 0.98), rgba(241, 246, 255, 0.94));
}

.common-list-grid {
    display: grid;
    gap: 24px;
}

.common-list-card {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(13, 57, 139, 0.12);
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(13, 57, 139, 0.1);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

    .common-list-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 26px 62px rgba(13, 57, 139, 0.15);
    }

    .common-list-card > a {
        display: block;
        overflow: hidden;
    }

    .common-list-card img {
        width: 100%;
        height: 100%;
        transition: transform 0.32s ease;
    }

    .common-list-card:hover img {
        transform: scale(1.045);
    }

    .common-list-card > div {
        padding: 28px 30px;
    }

    .common-list-card span,
    .common-detail-meta span {
        color: #0d398b;
        font-weight: 800;
    }

    .common-list-card h2 {
        margin: 12px 0 14px;
        font-size: clamp(1.35rem, 2.4vw, 1.9rem);
        line-height: 1.42;
    }

        .common-list-card h2 a,
        .preview-card-body h3 a,
        .news-card-body h3 a {
            color: inherit;
        }

            .common-list-card h2 a:hover,
            .preview-card-body h3 a:hover,
            .news-card-body h3 a:hover {
                color: #0d398b;
            }

    .common-list-card p {
        margin: 0;
        color: #5f6b7a;
        line-height: 1.85;
        height: 87px;
        overflow: hidden;
    }

.common-detail-card {
    max-width: 980px;
    padding: 0 0 34px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(13, 57, 139, 0.12);
    border-radius: 26px;
    box-shadow: 0 24px 64px rgba(13, 57, 139, 0.12);
}

.common-detail-cover {
    width: 100%;
    max-height: 430px;
    object-fit: cover;
}

.common-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 28px 34px 6px;
}

    .common-detail-meta span {
        padding: 8px 14px;
        background: rgba(13, 57, 139, 0.08);
        border-radius: 999px;
    }

.common-detail-card h2,
.common-detail-card p,
.common-detail-card .detail-actions {
    margin-left: 34px;
    margin-right: 34px;
}

.common-detail-card h2 {
    margin-top: 24px;
    margin-bottom: 16px;
    color: #10233f;
    font-size: clamp(1.8rem, 3vw, 2.45rem);
}

.common-detail-card p {
    color: #4d5b6e;
    line-height: 1.95;
}

.common-detail-card .detail-actions {
    margin-top: 28px;
}

@media (max-width: 780px) {
    .common-list-card {
        grid-template-columns: 1fr;
    }

        .common-list-card > a {
            min-height: 190px;
        }

        .common-list-card > div,
        .common-detail-meta {
            padding: 22px;
        }

    .common-detail-card h2,
    .common-detail-card p,
    .common-detail-card .detail-actions {
        margin-left: 22px;
        margin-right: 22px;
    }
}

.news-article-section {
    background: linear-gradient(180deg, rgba(247, 250, 255, 0.98), rgba(241, 246, 255, 0.94));
}

.news-article-card {
    max-width: 980px;
    padding: 46px 58px 52px;
    background: #ffffff;
    border: 1px solid rgba(13, 57, 139, 0.1);
    border-radius: 24px;
    box-shadow: 0 24px 64px rgba(13, 57, 139, 0.12);
}

.news-article-header {
    text-align: center;
    border-bottom: 1px solid rgba(13, 57, 139, 0.12);
    padding-bottom: 26px;
    margin-bottom: 30px;
}

    .news-article-header h2 {
        margin: 10px 0 18px;
        color: #10233f;
        font-size: clamp(2rem, 4vw, 3rem);
        line-height: 1.28;
    }

.news-article-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 22px;
    color: #667085;
    font-size: 0.94rem;
}

.news-article-figure {
    margin: 0 0 34px;
}

    .news-article-figure img {
        width: 100%;
        max-height: 460px;
        object-fit: cover;
        border-radius: 18px;
    }

    .news-article-figure figcaption {
        margin-top: 12px;
        color: #7a8493;
        font-size: 0.92rem;
        text-align: center;
    }

    .news-article-content {
        color: #344054;
        font-size: 1.05rem;
        line-height: 2.05;
    }

    .news-article-content p {
        margin: 0 0 20px;
        text-indent: 2em;
    }

    .news-article-footer {
        display: flex;
        justify-content: center;
        gap: 14px;
        margin-top: 34px;
        padding-top: 28px;
        border-top: 1px solid rgba(13, 57, 139, 0.1);
    }

    @media (max-width: 780px) {
        .news-article-card {
            padding: 30px 20px 34px;
        }

        .news-article-content {
            font-size: 1rem;
        }

        .news-article-footer {
            flex-direction: column;
        }
    }

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 34px;
}

    .pagination a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 42px;
        height: 42px;
        padding: 0 14px;
        color: #0d398b;
        font-weight: 800;
        background: #ffffff;
        border: 1px solid rgba(13, 57, 139, 0.16);
        border-radius: 999px;
    }

    .pagination .is-active {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 42px;
        height: 42px;
        padding: 0 14px;
        color: #0d398b;
        font-weight: 800;
        background: #ffffff;
        border: 1px solid rgba(13, 57, 139, 0.16);
        border-radius: 999px;
        box-shadow: 0 10px 24px rgba(13, 57, 139, 0.08);
        background: linear-gradient(135deg, #0d398b, #1f5fc2);
        border-color: transparent;
        color: #ffffff;
        background: linear-gradient(135deg, #0d398b, #1f5fc2);
        border-color: transparent;
    }

    .pagination a:hover,
    .pagination a.is-active {
        color: #ffffff;
        background: linear-gradient(135deg, #0d398b, #1f5fc2);
        border-color: transparent;
    }

    .pagination .page-arrow {
        min-width: 82px;
    }

    .pagination a[disabled="disabled"] {
        color: #9aa4b2;
        pointer-events: none;
        background: #f2f5f9;
        box-shadow: none;
    }

@media (max-width: 780px) {
  .pagination {
    flex-wrap: nowrap !important;
    justify-content: center;
    gap: 3px;
    max-width: 100%;
    overflow: visible;
    padding: 2px 4px 8px;
  }

  .pagination a,
  .pagination span {
    flex: 0 1 auto;
    min-width: 26px;
    height: 28px;
    padding: 0 7px;
    font-size: 0.76rem;
    line-height: 1;
    white-space: nowrap;
  }

  .pagination .page-arrow {
    min-width: 44px;
    padding: 0 8px;
  }
}

@media (max-width: 390px) {
  .pagination {
    gap: 2px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pagination a,
  .pagination span {
    min-width: 0px!important;
    height: 20px!important;
    padding: 0 2px;
    font-size: 0.72rem;
    margin-bottom: 10px;
  }

  .pagination .page-arrow {
    min-width: 40px;
    padding: 0 7px;
  }
}

.duty-page {
    background: #f7f9fd;
}

.duty-subhero {
    padding: 78px 0 88px;
    background: radial-gradient(circle at 12% 12%, rgba(211, 160, 82, 0.16), transparent 32%), linear-gradient(105deg, #fff8ee 0%, #fffaf4 48%, #ffffff 100%);
}

    .duty-subhero + .duty-section {
        padding-top: 86px;
        background: linear-gradient(180deg, #f7f9fd 0%, #ffffff 100%);
    }

    .duty-subhero .subhero-layout {
        min-height: 360px;
        align-items: center;
    }

        .duty-subhero .subhero-layout img {
            max-width: min(38vw, 520px);
        }

@media (max-width: 780px) {
        .duty-subhero {
        padding: 48px 0 58px;
        }

        .duty-subhero .subhero-layout {
            min-height: auto;
        }

        .duty-subhero + .duty-section {
            padding-top: 48px;
        }
}

.logo-image-grid span,
.logo-image-grid a {
    min-height: 92px;
    padding: 14px 18px;
    background: #ffffff;
    border: 1px solid rgba(13, 57, 139, 0.1);
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(13, 57, 139, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

    .logo-image-grid span:hover,
    .logo-image-grid a:hover {
        transform: translateY(-4px);
        border-color: rgba(13, 57, 139, 0.22);
        box-shadow: 0 18px 34px rgba(13, 57, 139, 0.12);
    }

.logo-image-grid img {
    display: block;
    max-width: 100%;
    max-height: 62px;
    object-fit: contain;
}

.media-logo-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

    .media-logo-grid a {
        min-height: 86px;
    }

@media (max-width: 1080px) {
    .media-logo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .media-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .logo-image-grid span,
    .logo-image-grid a {
        min-height: 78px;
    }
}

.enterprise-logo-grid.logo-image-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (max-width: 1080px) {
    .enterprise-logo-grid.logo-image-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .enterprise-logo-grid.logo-image-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


.logo-image-grid img {
    display: block;
    max-width: 100%;
    max-height: 90px;
}

.media-logo-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (max-width: 1080px) {
    .media-logo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .media-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

body[data-page="home"] .hosts-section {
    background: radial-gradient(circle at 10% 12%, rgba(213, 174, 94, 0.2), transparent 28%), radial-gradient(circle at 90% 8%, rgba(13, 57, 139, 0.12), transparent 26%), linear-gradient(180deg, #fffaf2 0%, #ffffff 54%, #f7faff 100%);
}

body[data-page="home"] .home-host-stage {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.host-stage-card {
    position: relative;
    overflow: hidden;
    min-height: 460px;
    padding: 0;
    text-align: left;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(13, 57, 139, 0.12);
    border-radius: 26px;
    box-shadow: 0 22px 56px rgba(13, 57, 139, 0.1);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

    .host-stage-card::before {
        content: "";
        position: absolute;
        inset: 0 0 116px;
        background: linear-gradient(135deg, rgba(13, 57, 139, 0.1), rgba(213, 174, 94, 0.16)), radial-gradient(circle at 50% 38%, rgba(13, 57, 139, 0.14), transparent 44%), linear-gradient(180deg, #eef4ff, #ffffff);
    }

    .host-stage-card a {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        height: 330px;
        padding: 26px 16px 0;
    }

    .host-stage-card img {
        width: auto;
        height: 100%;
        max-width: 100%;
        margin: 0;
        object-fit: contain;
        object-position: center bottom;
        border: 0;
        border-radius: 0;
        filter: drop-shadow(0 18px 22px rgba(13, 57, 139, 0.18));
        transition: transform 0.28s ease;
    }

    .host-stage-card > div {
        position: relative;
        z-index: 3;
        padding: 22px 22px 24px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), #ffffff);
        border-top: 1px solid rgba(13, 57, 139, 0.08);
    }

    .host-stage-card span {
        display: inline-flex;
        margin-bottom: 8px;
        color: #0d398b;
        font-size: 0.86rem;
        font-weight: 800;
    }

    .host-stage-card h3 {
        margin: 0 0 8px;
        color: #10233f;
        font-size: 1.55rem;
    }

    .host-stage-card p {
        margin: 0;
        color: #5f6b7a;
        line-height: 1.75;
        font-size: 0.95rem;
    }

    .host-stage-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 30px 70px rgba(13, 57, 139, 0.16);
    }

        .host-stage-card:hover img {
            transform: translateY(-6px) scale(1.03);
        }

@media (max-width: 1080px) {
    body[data-page="home"] .home-host-stage {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .home-host-stage {
        grid-template-columns: 1fr;
    }

    .host-stage-card {
        min-height: auto;
    }

        .host-stage-card a {
            height: 360px;
        }
}

.host-detail-subhero {
    min-height: calc(100vh - 96px);
    padding: 86px 0 92px;
    color: #ffffff;
    background: radial-gradient(circle at 18% 14%, rgba(217, 171, 88, 0.24), transparent 28%), radial-gradient(circle at 82% 18%, rgba(87, 145, 255, 0.22), transparent 30%), linear-gradient(135deg, #0d398b 0%, #4581ef 48%, #123f96 100%);
}

.host-detail-hero {
    align-items: center;
    gap: 56px;
}

.host-detail-copy {
    max-width: 680px;
}

    .host-detail-copy h1 {
        margin: 10px 0 22px;
        color: #ffffff;
        font-size: clamp(3rem, 5.6vw, 5.8rem);
        letter-spacing: 0.04em;
    }

    .host-detail-copy p {
        max-width: 62ch;
        color: rgba(255, 255, 255, 0.9);
        font-size: 1.04rem;
        line-height: 2;
    }

.host-detail-lead {
    margin-top: 24px;
}

.host-detail-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 22px;
}

    .host-detail-meta-row span {
        display: inline-flex;
        align-items: center;
        min-height: 36px;
        padding: 0 16px;
        color: #fff8e6;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 999px;
        backdrop-filter: blur(10px);
    }

.host-detail-actions {
    margin-top: 34px;
}

.host-detail-photo-wrap {
    position: relative;
    justify-self: end;
    width: min(460px, 100%);
    overflow: hidden;
    background: linear-gradient(180deg, #eef4ff 0%, #dce8ff 100%);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 34px;
    box-shadow: 0 34px 80px rgba(0, 20, 70, 0.28);
}

    .host-detail-photo-wrap img {
        width: 100%;
        height: min(64vh, 620px);
        object-fit: cover;
        object-position: center top;
        border-radius: 0;
    }

@media (max-width: 1080px) {
    .host-detail-subhero {
        min-height: auto;
    }

    .host-detail-hero {
        grid-template-columns: 1fr;
    }

    .host-detail-photo-wrap {
        justify-self: start;
        width: min(420px, 100%);
    }
}

@media (max-width: 780px) {
    .host-detail-subhero {
        padding: 54px 0 64px;
    }

    .host-detail-copy h1 {
        font-size: clamp(2.45rem, 13vw, 4rem);
    }

    .host-detail-copy p {
        font-size: 0.98rem;
        line-height: 1.9;
    }

    .host-detail-photo-wrap img {
        height: 430px;
    }
}

.process-card h3 {
    margin: 0 0 16px;
    color: #1d1d1d;
    font-size: 1.22rem;
}

.process-card p {
    margin: 0;
    color: #4f443b;
}

.about-promo-section {
    padding-top: 18px;
    background: radial-gradient(circle at 12% 16%, rgba(217, 171, 88, 0.16), transparent 30%), linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

.about-promo-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
    gap: 42px;
    align-items: center;
    padding: 42px;
    overflow: hidden;
    color: #ffffff;
    background: radial-gradient(circle at 12% 10%, rgba(217, 171, 88, 0.22), transparent 32%), linear-gradient(135deg, #0d398b 0%, #082a67 48%, #174fb5 100%);
    border-radius: 34px;
    box-shadow: 0 30px 80px rgba(13, 57, 139, 0.18);
}

.about-promo-copy h2 {
    margin: 12px 0 18px;
    color: #ffffff;
    font-size: clamp(2rem, 3.3vw, 3.2rem);
    line-height: 1.22;
}

.about-promo-copy p:not(.eyebrow) {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.95;
}

.about-promo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

    .about-promo-tags span {
        padding: 8px 14px;
        color: #fff7df;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 999px;
    }

.about-promo-player {
    position: relative;
    padding: 12px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 28px;
    box-shadow: 0 24px 58px rgba(0, 16, 54, 0.24);
}

    .about-promo-player video {
        display: block;
        width: 100%;
        background: #061b42;
        border-radius: 20px;
    }

@media (max-width: 1080px) {
    .about-promo-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .about-promo-layout {
        padding: 24px;
        border-radius: 24px;
    }

    .about-promo-player {
        padding: 8px;
        border-radius: 20px;
    }

        .about-promo-player video {
            border-radius: 14px;
        }
}


/* 首页主持阵容：竖版人物卡片 */
body[data-page="home"] .hosts-section {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.78), transparent 24%), radial-gradient(circle at 18% 18%, rgba(217, 171, 88, 0.2), transparent 28%), radial-gradient(circle at 84% 22%, rgba(13, 57, 139, 0.18), transparent 32%), linear-gradient(135deg, #f7fbff 0%, #eef5ff 45%, #fff7ea 100%);
}

    body[data-page="home"] .hosts-section::before {
        content: "";
        position: absolute;
        inset: 42px -12% auto;
        height: 460px;
        border: 1px solid rgba(255, 255, 255, 0.72);
        border-radius: 50%;
        box-shadow: 0 0 34px rgba(255, 255, 255, 0.68), inset 0 0 30px rgba(13, 57, 139, 0.08);
        pointer-events: none;
    }

body[data-page="home"] .home-host-stage {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 0.92fr 1.14fr 0.92fr 0.92fr;
    gap: 28px;
    align-items: end;
    max-width: 1240px;
    margin: 0 auto;
}

body[data-page="home"] .host-stage-card {
    position: relative;
    min-height: 478px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(246, 250, 255, 0.86) 58%, rgba(255, 255, 255, 0.94) 100%);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 28px;
    box-shadow: 0 22px 56px rgba(13, 57, 139, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.84);
    transform: translateY(18px) scale(0.94);
    transition: transform 0.32s ease, box-shadow 0.32s ease, background 0.32s ease, border-color 0.32s ease;
}

    body[data-page="home"] .host-stage-card:nth-child(2) {
        min-height: 560px;
        transform: translateY(0) scale(1.02);
        background: linear-gradient(180deg, rgba(255, 249, 236, 0.78) 0%, rgba(255, 255, 255, 0.96) 62%, #ffffff 100%);
        border-color: rgba(217, 171, 88, 0.44);
        box-shadow: 0 34px 84px rgba(13, 57, 139, 0.18), 0 0 0 1px rgba(217, 171, 88, 0.16);
    }

    body[data-page="home"] .host-stage-card::before {
        content: "";
        position: absolute;
        inset: 0 0 35%;
        background: linear-gradient(180deg, rgba(235, 243, 255, 0.82), rgba(255, 255, 255, 0.1));
        opacity: 1;
    }

    body[data-page="home"] .host-stage-card::after {
        content: "";
        position: absolute;
        top: 18px;
        right: 18px;
        width: 58px;
        height: 58px;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.92), rgba(217, 171, 88, 0));
        opacity: 0;
        transition: opacity 0.28s ease;
        pointer-events: none;
    }

    body[data-page="home"] .host-stage-card a {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        height: 280px;
        padding: 0;
    }

    body[data-page="home"] .host-stage-card:nth-child(2) a {
        height: 360px;
    }

    body[data-page="home"] .host-stage-card img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
        object-position: center top;
        filter: drop-shadow(0 20px 24px rgba(13, 57, 139, 0.16));
        transition: transform 0.32s ease;
    }

    body[data-page="home"] .host-stage-card > div {
        position: relative;
        z-index: 3;
        min-height: 184px;
        padding: 24px 28px 28px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 249, 255, 0.94));
        border-top: 1px solid rgba(13, 57, 139, 0.08);
    }

    body[data-page="home"] .host-stage-card span {
        display: inline-flex;
        margin-bottom: 14px;
        padding: 7px 14px;
        color: #ffffff;
        background: linear-gradient(135deg, #0d398b, #3266b6);
        border-radius: 8px;
        font-size: 0.9rem;
        font-weight: 700;
    }

    body[data-page="home"] .host-stage-card h3 {
        margin: 0 0 14px;
        color: #0d398b;
        font-size: clamp(1.7rem, 2.6vw, 2.45rem);
        line-height: 1.1;
    }

    body[data-page="home"] .host-stage-card p {
        margin: 0;
        color: #5d6877;
        line-height: 1.9;
    }

    body[data-page="home"] .host-stage-card:hover {
        z-index: 4;
        transform: translateY(-14px) scale(1.04);
        background: linear-gradient(180deg, rgba(255, 250, 238, 0.88), rgba(255, 255, 255, 0.98));
        border-color: rgba(217, 171, 88, 0.58);
        box-shadow: 0 38px 92px rgba(13, 57, 139, 0.2), 0 0 0 1px rgba(217, 171, 88, 0.2);
    }

        body[data-page="home"] .host-stage-card:hover::after {
            opacity: 1;
        }

        body[data-page="home"] .host-stage-card:hover img {
            transform: translateY(-8px) scale(1.04);
        }

@media (max-width: 1080px) {
    body[data-page="home"] .home-host-stage {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body[data-page="home"] .host-stage-card,
    body[data-page="home"] .host-stage-card:nth-child(2) {
        min-height: 500px;
        transform: none;
    }

        body[data-page="home"] .host-stage-card a,
        body[data-page="home"] .host-stage-card:nth-child(2) a {
            height: 320px;
        }
}

@media (max-width: 780px) {
    body[data-page="home"] .home-host-stage {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    body[data-page="home"] .host-stage-card,
    body[data-page="home"] .host-stage-card:nth-child(2) {
        min-height: auto;
    }

        body[data-page="home"] .host-stage-card a,
        body[data-page="home"] .host-stage-card:nth-child(2) a {
            height: 360px;
        }
}

/* Page-specific top backgrounds */
body[data-page="about"] .subhero {
    background: radial-gradient(circle at 12% 18%, rgba(13, 57, 139, 0.12), transparent 28%), radial-gradient(circle at 84% 24%, rgba(217, 171, 88, 0.24), transparent 24%), linear-gradient(135deg, #fffaf1 0%, #fdf8ee 45%, #eef4ff 100%);
}

body[data-page="contact"] .subhero {
    background: radial-gradient(circle at 78% 18%, rgba(13, 57, 139, 0.22), transparent 26%), radial-gradient(circle at 16% 72%, rgba(217, 171, 88, 0.18), transparent 22%), linear-gradient(135deg, #f7fbff 0%, #ecf4ff 48%, #fff9ef 100%);
}

body[data-page="hosts"] .subhero {
    background: radial-gradient(circle at 18% 18%, rgba(13, 57, 139, 0.18), transparent 24%), radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.8), transparent 20%), linear-gradient(135deg, #f7fbff 0%, #eef6ff 46%, #fff8ee 100%);
}

body[data-page="jobs"] .subhero {
    background: linear-gradient(135deg, rgba(13, 57, 139, 0.06), rgba(13, 57, 139, 0) 34%), linear-gradient(135deg, #fbfdff 0%, #eef5ff 42%, #fff7eb 100%);
}

body[data-page="news-list"] .subhero,
body[data-page="news-detail"] .subhero {
    background: radial-gradient(circle at 10% 18%, rgba(13, 57, 139, 0.12), transparent 24%), radial-gradient(circle at 86% 22%, rgba(217, 171, 88, 0.16), transparent 22%), linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

body[data-page="preview-list"] .subhero,
body[data-page="preview-detail"] .subhero {
    background: radial-gradient(circle at 78% 18%, rgba(217, 171, 88, 0.18), transparent 24%), radial-gradient(circle at 16% 66%, rgba(13, 57, 139, 0.14), transparent 20%), linear-gradient(135deg, #fffaf4 0%, #f7fbff 52%, #eef5ff 100%);
}

body[data-page="party"] .party-subhero {
    background: radial-gradient(circle at 16% 16%, rgba(255, 222, 128, 0.22), transparent 22%), radial-gradient(circle at 84% 18%, rgba(13, 57, 139, 0.18), transparent 24%), linear-gradient(135deg, #2b1011 0%, #5d1117 46%, #1b2340 100%);
}

body[data-page="media-duty"] .duty-subhero {
    background: radial-gradient(circle at 16% 20%, rgba(255, 214, 140, 0.18), transparent 22%), radial-gradient(circle at 82% 20%, rgba(13, 57, 139, 0.2), transparent 24%), linear-gradient(135deg, #f9fbff 0%, #eef4ff 42%, #ffffff 100%);
}

body[data-page="query"] .query-subhero {
    background: radial-gradient(circle at 82% 18%, rgba(255, 216, 123, 0.22), transparent 24%), radial-gradient(circle at 18% 72%, rgba(255, 255, 255, 0.16), transparent 20%), linear-gradient(135deg, #083a92 0%, #0a4db0 48%, #f4f8ff 100%);
}

body[data-page="programs"] .subhero,
body[data-page="program-detail"] .program-watch-subhero {
    background: radial-gradient(circle at 18% 18%, rgba(255, 208, 115, 0.12), transparent 22%), radial-gradient(circle at 84% 20%, rgba(21, 36, 78, 0.46), transparent 28%), linear-gradient(135deg, #0c1736 0%, #1a2b59 48%, #eef3ff 100%);
}

body[data-page="organization"] .org-hero-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(13, 57, 139, 0.04), rgba(13, 57, 139, 0.04)), linear-gradient(135deg, #fbfdff 0%, #eef5ff 54%, #fffaf2 100%);
}

    body[data-page="organization"] .org-hero-section::before {
        content: "";
        position: absolute;
        inset: 18% 8% auto;
        height: 220px;
        background: linear-gradient(90deg, transparent 0, transparent 48%, rgba(13, 57, 139, 0.08) 48%, rgba(13, 57, 139, 0.08) 49%, transparent 49%), linear-gradient(180deg, transparent 0, transparent 48%, rgba(13, 57, 139, 0.08) 48%, rgba(13, 57, 139, 0.08) 49%, transparent 49%);
        background-size: 96px 96px;
        opacity: 0.8;
        pointer-events: none;
    }

body[data-page="host-detail"] .host-detail-subhero {
    background: radial-gradient(circle at 18% 16%, rgba(255, 224, 168, 0.22), transparent 24%), radial-gradient(circle at 84% 20%, rgba(87, 145, 255, 0.24), transparent 26%), linear-gradient(135deg, #09245f 0%, #0d398b 48%, #1f5fc2 100%);
}

@media (max-width: 780px) {
    body[data-page="organization"] .org-hero-section::before {
        inset: 12% 4% auto;
        height: 160px;
        background-size: 72px 72px;
    }
}

/* 通用内页头部：蓝白山峦视觉 */
body:not([data-page="home"]) .subhero {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    padding: 118px 0 88px;
    background: radial-gradient(circle at 86% 28%, rgba(210, 228, 255, 0.68) 0 10%, transparent 10.5%), radial-gradient(circle at 86% 28%, transparent 0 16%, rgba(210, 228, 255, 0.42) 16.5% 22%, transparent 22.5%), radial-gradient(circle at 86% 28%, transparent 0 30%, rgba(210, 228, 255, 0.26) 30.5% 38%, transparent 38.5%), linear-gradient(180deg, #ffffff 0%, #f8fbff 46%, #edf5ff 100%);
}

    body:not([data-page="home"]) .subhero::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 245px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 300' preserveAspectRatio='none'%3E%3Cpath d='M0 238L140 190L220 232L360 150L520 236L680 170L820 230L980 110L1160 214L1300 164L1440 230V300H0Z' fill='%23eaf3ff'/%3E%3Cpath d='M0 238L140 190L220 232L360 150L520 236L680 170L820 230L980 110L1160 214L1300 164L1440 230' fill='none' stroke='%231f5fc2' stroke-width='1.4' opacity='.38'/%3E%3Cpath d='M360 150L420 236M980 110L1035 226M1300 164L1348 232M140 190L182 236M680 170L724 236' stroke='%231f5fc2' stroke-width='.9' opacity='.25'/%3E%3Cpath d='M60 268C270 222 452 246 650 258C868 272 1010 244 1240 228C1330 222 1390 230 1440 238' fill='none' stroke='%23ffffff' stroke-width='2' opacity='.85'/%3E%3Cpath d='M0 286C240 250 420 260 620 276C850 294 1028 266 1235 250C1325 244 1396 250 1440 256' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.72'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
        pointer-events: none;
    }

    body:not([data-page="home"]) .subhero::after {
        content: "";
        position: absolute;
        right: 17%;
        top: 48%;
        width: 82px;
        height: 82px;
        background-image: radial-gradient(circle, rgba(31, 95, 194, 0.38) 2px, transparent 2.4px);
        background-size: 16px 16px;
        opacity: 0.55;
        pointer-events: none;
    }

body:not([data-page="home"]) .subhero-layout {
    min-height: 300px;
    align-items: center;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
}

body:not([data-page="home"]) .subhero .eyebrow {
    color: #0d398b;
    letter-spacing: 0.12em;
}

    body:not([data-page="home"]) .subhero .eyebrow::after {
        content: "";
        display: block;
        width: 54px;
        height: 4px;
        margin-top: 12px;
        background: #0d398b;
        border-radius: 999px;
    }

body:not([data-page="home"]) .subhero h1 {
    max-width: 760px;
    margin-top: 30px;
    color: #0b2b6f;
    font-size: clamp(3.1rem, 4vw, 5.5rem);
    line-height: 1.12;
    letter-spacing: 0.03em;
}

body:not([data-page="home"]) .subhero p:not(.eyebrow) {
    max-width: 760px;
    color: #445066;
    font-size: 1.05rem;
    line-height: 2;
}

body:not([data-page="home"]) .subhero-layout > img {
    max-width: min(36vw, 430px);
    padding: 30px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(13, 57, 139, 0.1);
    border-radius: 34px;
    box-shadow: 0 24px 70px rgba(13, 57, 139, 0.1);
}

body[data-page="party"] .party-subhero,
body[data-page="program-detail"] .program-watch-subhero,
body[data-page="host-detail"] .host-detail-subhero {
    background: radial-gradient(circle at 86% 28%, rgba(210, 228, 255, 0.68) 0 10%, transparent 10.5%), radial-gradient(circle at 86% 28%, transparent 0 16%, rgba(210, 228, 255, 0.42) 16.5% 22%, transparent 22.5%), linear-gradient(180deg, #ffffff 0%, #f8fbff 48%, #edf5ff 100%);
    color: #0b2b6f;
}

body[data-page="host-detail"] .host-detail-copy h1,
body[data-page="host-detail"] .host-detail-copy p {
    color: inherit;
}

@media (max-width: 1080px) {
    body:not([data-page="home"]) .subhero-layout {
        grid-template-columns: 1fr;
    }

        body:not([data-page="home"]) .subhero-layout > img {
            justify-self: start;
            max-width: min(420px, 100%);
        }
}

@media (max-width: 780px) {
    body:not([data-page="home"]) .subhero {
        min-height: auto;
        padding: 66px 0 120px;
    }

        body:not([data-page="home"]) .subhero h1 {
            font-size: clamp(2.3rem, 12vw, 3.4rem);
        }

        body:not([data-page="home"]) .subhero::before {
            height: 150px;
        }

        body:not([data-page="home"]) .subhero::after {
            display: none;
        }
}

/* Override: inner page header uses supplied common-header image */
body:not([data-page="home"]) .subhero {
    min-height: 720px;
    padding: 84px 0 0;
    background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/common-header.jpg") center top / cover no-repeat !important;
}

    body:not([data-page="home"]) .subhero::before,
    body:not([data-page="home"]) .subhero::after {
        content: none !important;
        display: none !important;
    }

body:not([data-page="home"]) .subhero-layout {
    min-height: 720px;
    align-items: center;
    padding: 148px 0 120px;
}

body:not([data-page="home"]) .subhero .eyebrow {
    color: #1f5fc2;
}

body:not([data-page="home"]) .subhero h1 {
    max-width: 760px;
    color: #12306d;
    font-size: clamp(3rem, 5.5vw, 5.8rem);
    line-height: 1.1;
}

body:not([data-page="home"]) .subhero p:not(.eyebrow) {
    max-width: 720px;
    color: #566175;
}

@media (max-width: 780px) {
    body:not([data-page="home"]) .subhero {
        min-height: 540px;
        padding-top: 70px;
    }

    body:not([data-page="home"]) .subhero-layout {
        min-height: 540px;
        padding: 120px 0 72px;
    }
}

/* CSS-drawn reference-style inner header */
body:not([data-page="home"]) .subhero,
body[data-page="organization"] .org-hero-section {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    padding: 88px 0 0;
    background: radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.96) 0 52%, rgba(255, 255, 255, 0.6) 53%, transparent 54%), radial-gradient(circle at 82% 32%, rgba(230, 238, 255, 0.98) 0 18%, rgba(230, 238, 255, 0.34) 19%, transparent 20%), linear-gradient(180deg, #ffffff 0%, #fdfefe 48%, #eef5ff 100%) !important;
}

    body:not([data-page="home"]) .subhero::before,
    body[data-page="organization"] .org-hero-section::before {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        height: 320px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(246, 250, 255, 0.48) 34%, rgba(228, 238, 252, 0.95) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath d='M0 260C120 224 210 230 320 250C420 268 518 244 612 214C736 174 836 128 948 112C1100 91 1240 138 1440 208V320H0Z' fill='none' stroke='%231f5fc2' stroke-width='1.5' opacity='.34'/%3E%3Cpath d='M36 278L118 236L196 274L286 214L382 268L478 228L572 272L670 188L782 246L892 166L994 236L1100 202L1188 248L1302 220L1400 254' fill='none' stroke='%231f5fc2' stroke-width='1.1' opacity='.26'/%3E%3Cpath d='M0 296C232 266 438 276 646 292C848 308 1044 284 1242 260C1338 248 1396 248 1440 256' fill='none' stroke='%23ffffff' stroke-width='2.2' opacity='.96'/%3E%3Cpath d='M0 288C224 260 432 268 640 286C844 304 1036 282 1238 258C1340 246 1398 248 1440 252' fill='none' stroke='%23ffffff' stroke-width='1.3' opacity='.72'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
        pointer-events: none;
    }

    body:not([data-page="home"]) .subhero::after,
    body[data-page="organization"] .org-hero-section::after {
        content: "";
        position: absolute;
        right: 8%;
        top: 18%;
        width: 240px;
        height: 240px;
        background: radial-gradient(circle at 50% 50%, rgba(31, 95, 194, 0.34) 0 2px, transparent 2.4px), radial-gradient(circle at 50% 50%, rgba(31, 95, 194, 0.34) 0 2px, transparent 2.4px), radial-gradient(circle at 50% 50%, rgba(31, 95, 194, 0.34) 0 2px, transparent 2.4px), radial-gradient(circle at 50% 50%, rgba(31, 95, 194, 0.34) 0 2px, transparent 2.4px), radial-gradient(circle at 50% 50%, rgba(31, 95, 194, 0.34) 0 2px, transparent 2.4px), radial-gradient(circle at 50% 50%, rgba(31, 95, 194, 0.34) 0 2px, transparent 2.4px), radial-gradient(circle at 50% 50%, rgba(31, 95, 194, 0.34) 0 2px, transparent 2.4px), radial-gradient(circle at 50% 50%, rgba(31, 95, 194, 0.34) 0 2px, transparent 2.4px), radial-gradient(circle at 50% 50%, rgba(244, 219, 150, 0.82) 0 18%, transparent 18.5%), radial-gradient(circle at 50% 50%, rgba(225, 235, 255, 0.64) 0 40%, transparent 40.5%);
        background-size: 22px 22px, 22px 22px, 22px 22px, 22px 22px, 22px 22px, 22px 22px, 22px 22px, 22px 22px, 170px 170px, 240px 240px;
        background-position: 142px 126px, 164px 126px, 186px 126px, 208px 126px, 142px 148px, 164px 148px, 186px 148px, 208px 148px, center center, center center;
        background-repeat: no-repeat;
        opacity: 0.9;
        pointer-events: none;
    }

    body:not([data-page="home"]) .subhero-layout,
    body[data-page="organization"] .org-hero-section .container {
        position: relative;
        z-index: 1;
        min-height: 760px;
        align-items: center;
        grid-template-columns: minmax(0, 0.88fr) minmax(300px, 0.62fr);
        padding: 170px 0 145px;
    }

    body:not([data-page="home"]) .subhero .eyebrow,
    body[data-page="organization"] .org-hero-section .eyebrow {
        color: #1f5fc2;
        letter-spacing: 0.16em;
        font-weight: 700;
    }

        body:not([data-page="home"]) .subhero .eyebrow::after,
        body[data-page="organization"] .org-hero-section .eyebrow::after {
            content: "";
            display: block;
            width: 42px;
            height: 5px;
            margin-top: 14px;
            background: #1f5fc2;
            border-radius: 999px;
        }

    body:not([data-page="home"]) .subhero h1,
    body[data-page="organization"] .org-hero-section h2 {
        max-width: 760px;
        margin: 16px 0 0;
        color: #10265f;
        font-size: clamp(2.6rem, 4.4vw, 4.6rem);
        line-height: 1.12;
        letter-spacing: 0.02em;
    }

    body:not([data-page="home"]) .subhero p:not(.eyebrow),
    body[data-page="organization"] .org-hero-section p {
        max-width: 700px;
        margin-top: 20px;
        color: #576178;
        font-size: 0.98rem;
        line-height: 1.9;
    }

    body:not([data-page="home"]) .subhero-layout > img,
    body[data-page="organization"] .org-hero-section img {
        align-self: end;
        max-width: min(35vw, 460px);
        padding: 0;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

@media (max-width: 1080px) {
    body:not([data-page="home"]) .subhero,
    body[data-page="organization"] .org-hero-section {
        min-height: 680px;
    }

        body:not([data-page="home"]) .subhero-layout,
        body[data-page="organization"] .org-hero-section .container {
            min-height: 680px;
            grid-template-columns: 1fr;
            padding: 150px 0 100px;
        }

            body:not([data-page="home"]) .subhero-layout > img,
            body[data-page="organization"] .org-hero-section img {
                justify-self: start;
                max-width: min(520px, 100%);
            }
}

@media (max-width: 780px) {
    body:not([data-page="home"]) .subhero,
    body[data-page="organization"] .org-hero-section {
        min-height: 560px;
        padding-top: 74px;
    }

        body:not([data-page="home"]) .subhero-layout,
        body[data-page="organization"] .org-hero-section .container {
            min-height: 560px;
            padding: 120px 0 80px;
        }

        body:not([data-page="home"]) .subhero::before,
        body[data-page="organization"] .org-hero-section::before {
            height: 220px;
        }

        body:not([data-page="home"]) .subhero::after,
        body[data-page="organization"] .org-hero-section::after {
            right: 4%;
            top: 16%;
            width: 128px;
            height: 128px;
            background-size: 14px 14px, 14px 14px, 14px 14px, 14px 14px, 14px 14px, 14px 14px, 14px 14px, 14px 14px, 96px 96px, 132px 132px;
            background-position: 76px 66px, 90px 66px, 104px 66px, 118px 66px, 76px 80px, 90px 80px, 104px 80px, 118px 80px, center center, center center;
        }
}

/* page-header image override */
body:not([data-page="home"]) .subhero,
body[data-page="organization"] .org-hero-section {
    position: relative;
    overflow: hidden;
    min-height: 450px;
    height: 450px;
    padding: 0;
    background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/page-header.jpg") center top / cover no-repeat !important;
}

    body:not([data-page="home"]) .subhero::before,
    body:not([data-page="home"]) .subhero::after,
    body[data-page="organization"] .org-hero-section::before,
    body[data-page="organization"] .org-hero-section::after {
        content: none !important;
        display: none !important;
    }

    body:not([data-page="home"]) .subhero-layout,
    body[data-page="organization"] .org-hero-section .container {
        min-height: 450px;
        padding: 50px 0 66px;
        align-items: center;
    }

        body:not([data-page="home"]) .subhero-layout > img,
        body[data-page="organization"] .org-hero-section img {
            padding: 0;
            background: transparent;
            border: 0;
            box-shadow: none;
        }

@media (max-width: 1080px) {
    body:not([data-page="home"]) .subhero-layout,
    body[data-page="organization"] .org-hero-section .container {
        padding: 98px 0 58px;
    }
}

@media (max-width: 780px) {
    body:not([data-page="home"]) .subhero,
    body[data-page="organization"] .org-hero-section {
        min-height: 450px;
        height: 450px;
    }

        body:not([data-page="home"]) .subhero-layout,
        body[data-page="organization"] .org-hero-section .container {
            min-height: 450px;
            padding: 92px 0 42px;
            grid-template-columns: 1fr;
        }
}





/* Remove right-side hero images and tighten hero text layout */
body:not([data-page="home"]) .subhero-layout {
    grid-template-columns: 1fr;
}

    body:not([data-page="home"]) .subhero-layout > img {
        display: none !important;
    }

body:not([data-page="home"]) .subhero .eyebrow {
    margin-bottom: 8px;
}

body:not([data-page="home"]) .subhero h1 {
    font-size: clamp(2.9rem, 2.8vw, 5rem);
}

body:not([data-page="home"]) .subhero p:not(.eyebrow) {
    max-width: 58ch;
    font-size: 0.98rem;
    line-height: 1.9;
}

body[data-page="organization"] .subhero-layout {
    grid-template-columns: 1fr;
}

body[data-page="organization"] .org-chart-section {
    padding-top: 32px;
}

/* host carousel override */
body[data-page="home"] .hosts-section {
    position: relative;
    overflow: hidden;
    background: #f6f8fc;
}

    body[data-page="home"] .hosts-section::before {
        content: none;
    }

body[data-page="home"] .host-carousel {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 54px;
    align-items: center;
    gap: 16px;
}

body[data-page="home"] .host-carousel-viewport {
    overflow: hidden;
    padding: 12px 0 18px;
    margin: -12px 0 -18px;
}

body[data-page="home"] .host-carousel-track {
    display: flex;
    width: 100%;
    will-change: transform;
    transition: transform 0.86s cubic-bezier(0.2, 0.8, 0.22, 1);
}

body[data-page="home"] .host-carousel-page {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    min-width: 100%;
    transition: transform 0.86s cubic-bezier(0.2, 0.8, 0.22, 1), opacity 0.86s ease;
}

body[data-page="home"] .host-carousel-arrow {
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(13, 57, 139, 0.12);
    box-shadow: 0 10px 24px rgba(13, 57, 139, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

    body[data-page="home"] .host-carousel-arrow.is-disabled,
    body[data-page="home"] .host-carousel-arrow:disabled {
        opacity: 0.9;
        background: rgba(255, 255, 255, 0.72);
        border-color: rgba(13, 57, 139, 0.1);
        box-shadow: 0 10px 24px rgba(13, 57, 139, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.88);
        cursor: default;
    }

body[data-page="home"] .host-stage-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(13, 57, 139, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    body[data-page="home"] .host-stage-card::before,
    body[data-page="home"] .host-stage-card::after {
        content: none;
    }

    body[data-page="home"] .host-stage-card a {
        display: block;
        width: 100%;
        aspect-ratio: 0.78;
        overflow: hidden;
        background: #fff;
    }

    body[data-page="home"] .host-stage-card img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        transform: none;
    }

    body[data-page="home"] .host-stage-card > div {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 18px 18px 22px;
        background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
    }

    body[data-page="home"] .host-stage-card span {
        display: inline-flex;
        align-self: flex-start;
        margin: 0;
        padding: 5px 12px;
        border-radius: 999px;
        background: rgba(13, 57, 139, 0.1);
        color: #0d398b;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.08em;
    }

    body[data-page="home"] .host-stage-card h3 {
        margin: 0;
        color: #12213a;
        font-size: clamp(1.05rem, 1.45vw, 1.28rem);
        line-height: 1.2;
    }

    body[data-page="home"] .host-stage-card p {
        margin: 0;
        color: #5d6877;
        line-height: 1.65;
        font-size: 0.95rem;
    }

    body[data-page="home"] .host-stage-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 24px 56px rgba(13, 57, 139, 0.16);
    }

        body[data-page="home"] .host-stage-card:hover img {
            transform: scale(1.03);
        }

    body[data-page="home"] .host-stage-card:nth-child(2) {
        min-height: 0;
        transform: none;
        background: #fff;
    }

        body[data-page="home"] .host-stage-card:nth-child(2) a {
            aspect-ratio: 0.78;
        }

        body[data-page="home"] .host-stage-card:nth-child(2) > div {
            min-height: 0;
        }


@media (max-width: 1080px) {
    body[data-page="home"] .host-carousel-page {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body[data-page="home"] .host-stage-card a {
        aspect-ratio: 0.82;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .host-carousel {
        grid-template-columns: 1fr;
    }

    body[data-page="home"] .host-carousel-arrow {
        display: none;
    }

    body[data-page="home"] .host-carousel-page {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    body[data-page="home"] .host-stage-card a {
        aspect-ratio: 0.82;
    }
}

/* Home host cards: keep section background, remove inner blue photo panel */
body[data-page="home"] .hosts-section {
    background: radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.78), transparent 24%), radial-gradient(circle at 18% 18%, rgba(217, 171, 88, 0.2), transparent 28%), radial-gradient(circle at 84% 22%, rgba(13, 57, 139, 0.18), transparent 32%), linear-gradient(135deg, #f7fbff 0%, #eef5ff 45%, #fff7ea 100%);
    position: relative;
    overflow: hidden;
}

body[data-page="home"] .host-stage-card,
body[data-page="home"] .host-stage-card:nth-child(2) {
    background: #ffffff;
    border-color: rgba(217, 171, 88, 0.34);
    transform: none;
}

    body[data-page="home"] .host-stage-card::before,
    body[data-page="home"] .host-stage-card::after {
        display: none;
    }

    body[data-page="home"] .host-stage-card a,
    body[data-page="home"] .host-stage-card:nth-child(2) a {
        height: auto;
        padding: 0;
        background: #ffffff;
        aspect-ratio: 0.78;
    }

    body[data-page="home"] .host-stage-card img {
        filter: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    body[data-page="home"] .host-stage-card > div,
    body[data-page="home"] .host-stage-card:nth-child(2) > div {
        min-height: 0;
        background: #ffffff;
    }

body[data-page="home"] .hosts-section::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 42px -12% auto;
    height: 460px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    box-shadow: 0 0 34px rgba(255, 255, 255, 0.68), inset 0 0 30px rgba(13, 57, 139, 0.08);
    pointer-events: none;
}

body[data-page="home"] .hosts-section .container {
    position: relative;
    z-index: 1;
}

body[data-page="home"] .host-stage-card,
body[data-page="home"] .host-stage-card:nth-child(2) {
    box-shadow: none;
}

    body[data-page="home"] .host-stage-card:hover,
    body[data-page="home"] .host-stage-card:nth-child(2):hover {
        box-shadow: none;
        transform: translateY(-6px);
    }

font-size: 2.05rem;
line-height: 1;
font-weight: 500;

body[data-page="home"] .host-carousel-arrow:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(13, 57, 139, 0.2);
    box-shadow: 0 14px 30px rgba(13, 57, 139, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

body[data-page="home"] .host-carousel-arrow:active {
    transform: translateY(0) scale(0.96);
    box-shadow: 0 8px 18px rgba(13, 57, 139, 0.12), inset 0 2px 6px rgba(13, 57, 139, 0.08);
}

body[data-page="home"] .host-carousel-arrow::before {
    content: "";
    width: 16px;
    height: 16px;
    border-top: 1.75px solid #0d398b;
    border-right: 1.75px solid #0d398b;
    transform: rotate(45deg);
    transition: transform 0.24s ease, border-color 0.24s ease;
}

body[data-page="home"] .host-carousel-prev::before {
    transform: rotate(-135deg);
}

body[data-page="home"] .host-carousel-arrow:hover::before {
    border-color: #0840a0;
}

body[data-page="home"] .host-carousel-next:hover::before {
    transform: translateX(2px) rotate(45deg);
}

body[data-page="home"] .host-carousel-prev:hover::before {
    transform: translateX(-2px) rotate(-135deg);
}

body[data-page="home"] .host-carousel-arrow.is-disabled::before,
body[data-page="home"] .host-carousel-arrow:disabled::before {
    border-color: #a9bde2;
}

body[data-page="home"] .host-carousel-track.is-arc-sliding .host-carousel-page {
    animation: hostArcFloat 0.86s cubic-bezier(0.2, 0.8, 0.22, 1);
}

@keyframes hostArcFloat {
    0% {
        transform: translateY(0);
    }

    42% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Home host carousel: curved stage layout */
body[data-page="home"] .host-carousel {
    grid-template-columns: 58px minmax(0, 1fr) 58px;
    gap: 20px;
    align-items: center;
}

body[data-page="home"] .host-carousel-viewport {
    overflow: hidden;
    padding: 44px 0 28px;
    margin: -44px 0 -28px;
}

body[data-page="home"] .host-carousel-track {
    overflow: visible;
}

body[data-page="home"] .host-carousel-lane {
    display: flex;
    gap: 22px;
    align-items: center;
    perspective: 1200px;
    will-change: transform;
    transition: transform 0.92s cubic-bezier(0.18, 0.82, 0.2, 1);
}

body[data-page="home"] .host-stage-card {
    transform-origin: center bottom;
    transition: transform 0.5s ease, border-color 0.3s ease;
}

body[data-page="home"] .host-carousel-lane > .host-stage-card:nth-child(1) {
    transform: translateY(28px) scale(0.88) rotate(-2.5deg);
}

body[data-page="home"] .host-carousel-lane > .host-stage-card:nth-child(2) {
    transform: translateY(-10px) scale(1.02) rotate(-0.8deg);
    border-color: rgba(217, 171, 88, 0.48);
}

body[data-page="home"] .host-carousel-lane > .host-stage-card:nth-child(3) {
    transform: translateY(-10px) scale(1.02) rotate(0.8deg);
    border-color: rgba(217, 171, 88, 0.48);
}

body[data-page="home"] .host-carousel-lane > .host-stage-card:nth-child(4) {
    transform: translateY(28px) scale(0.88) rotate(2.5deg);
}

body[data-page="home"] .host-carousel-lane > .host-stage-card:nth-child(n+5) {
    transform: translateY(44px) scale(0.78);
}

body[data-page="home"] .host-carousel-lane.is-sliding .host-stage-card {
    animation: hostStageBreathe 0.92s cubic-bezier(0.18, 0.82, 0.2, 1);
}

body[data-page="home"] .host-stage-card:hover {
    transform: translateY(-18px) scale(1.04);
    border-color: rgba(13, 57, 139, 0.24);
}

@keyframes hostStageBreathe {
    0% {
        filter: saturate(1);
    }

    45% {
        filter: saturate(1.05);
    }

    100% {
        filter: saturate(1);
    }
}

@media (max-width: 1080px) {
    body[data-page="home"] .host-carousel-lane > .host-stage-card:nth-child(n) {
        transform: none;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .host-carousel-viewport {
        padding: 0;
        margin: 0;
    }
}

body[data-page="home"] .host-carousel-lane > .host-stage-card {
    flex: 0 0 calc((100% - 66px) / 4);
}

@media (max-width: 1080px) {
    body[data-page="home"] .host-carousel-lane > .host-stage-card {
        flex-basis: calc((100% - 22px) / 2);
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .host-carousel-lane > .host-stage-card {
        flex-basis: 100%;
    }
}

/* Safety: keep host carousel grouped by pages */
body[data-page="home"] .host-carousel-track > .host-carousel-page {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
}

body[data-page="home"] .host-carousel-track > .host-stage-card {
    flex: 0 0 auto;
}

body[data-page="home"] .host-carousel-track {
    overflow: visible;
}

body[data-page="home"] .host-carousel-lane {
    display: flex;
    gap: 22px;
    will-change: transform;
    transition: transform 0.92s cubic-bezier(0.18, 0.82, 0.2, 1);
}

    body[data-page="home"] .host-carousel-lane > .host-stage-card {
        flex: 0 0 calc((100% - 66px) / 4);
    }

@media (max-width: 1080px) {
    body[data-page="home"] .host-carousel-lane > .host-stage-card {
        flex-basis: calc((100% - 22px) / 2);
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .host-carousel-lane > .host-stage-card {
        flex-basis: 100%;
    }
}

/* Host card hover unified to featured-card style */
body[data-page="home"] .host-stage-card:hover,
body[data-page="home"] .host-carousel-page .host-stage-card:hover,
body[data-page="home"] .host-carousel-page .host-stage-card:nth-child(1):hover,
body[data-page="home"] .host-carousel-page .host-stage-card:nth-child(2):hover,
body[data-page="home"] .host-carousel-page .host-stage-card:nth-child(3):hover,
body[data-page="home"] .host-carousel-page .host-stage-card:nth-child(4):hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.02);
    background: linear-gradient(180deg, rgba(255, 249, 236, 0.78) 0%, rgba(255, 255, 255, 0.96) 62%, #ffffff 100%);
    border-color: rgba(217, 171, 88, 0.44);
    box-shadow: 0 34px 84px rgba(13, 57, 139, 0.18), 0 0 0 1px rgba(217, 171, 88, 0.16);
}

    body[data-page="home"] .host-stage-card:hover img,
    body[data-page="home"] .host-carousel-page .host-stage-card:hover img {
        transform: translateY(-6px) scale(1.03);
    }

    body[data-page="home"] .host-stage-card:hover > div,
    body[data-page="home"] .host-carousel-page .host-stage-card:hover > div {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 249, 255, 0.96));
        border-top-color: rgba(13, 57, 139, 0.08);
    }

/* Homepage enterprise shortlist: vertical rail refinement */
body[data-page="home"] .enterprise-split-layout {
    grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
    gap: 24px;
}

body[data-page="home"] .enterprise-split-copy {
    padding: 42px 36px;
}

body[data-page="home"] .enterprise-split-desc {
    max-width: 19em;
}

body[data-page="home"] .enterprise-split-grid {
    min-height: 648px;
    padding: 20px 22px 20px 28px;
    background: linear-gradient(90deg, rgba(13, 57, 139, 0.05), rgba(255, 255, 255, 0.82) 18%, rgba(255, 255, 255, 0.95) 32%, rgba(255, 255, 255, 0.95) 100%), #f8fbff;
}

    body[data-page="home"] .enterprise-split-grid::before {
        right: -40px;
        top: -50px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(13, 57, 139, 0.1), rgba(13, 57, 139, 0) 70%);
    }

    body[data-page="home"] .enterprise-split-grid.logo-image-grid {
        display: grid;
        grid-template-columns: minmax(0, 128px) 1fr;
        grid-auto-rows: minmax(0, auto);
        gap: 0;
        align-content: start;
        justify-items: start;
    }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid span {
            width: 100%;
            min-height: 62px;
            margin-bottom: 8px;
            padding: 8px 12px;
            background: transparent;
            border: none;
            border-radius: 0 16px 16px 0;
            box-shadow: none;
            justify-content: flex-start;
        }

            body[data-page="home"] .enterprise-split-grid.logo-image-grid span:hover {
                background: rgba(255, 255, 255, 0.72);
                box-shadow: 0 12px 26px rgba(13, 57, 139, 0.08);
            }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid img {
            max-height: 34px;
        }

@media (max-width: 1080px) {
    body[data-page="home"] .enterprise-split-grid.logo-image-grid {
        grid-template-columns: minmax(0, 120px) 1fr;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .enterprise-split-grid {
        min-height: 520px;
    }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid {
            grid-template-columns: minmax(0, 108px) 1fr;
        }
}

/* Homepage enterprise shortlist: left copy + right logo wall */
body[data-page="home"] .enterprise-split-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
    gap: 30px;
    align-items: stretch;
}

body[data-page="home"] .enterprise-split-copy {
    position: relative;
    padding: 44px 38px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
    border: 1px solid rgba(13, 57, 139, 0.1);
    border-radius: 28px;
    box-shadow: 0 18px 42px rgba(13, 57, 139, 0.08);
    overflow: hidden;
}

    body[data-page="home"] .enterprise-split-copy::after {
        content: "";
        position: absolute;
        right: -70px;
        bottom: -90px;
        width: 240px;
        height: 240px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(13, 57, 139, 0.14), rgba(13, 57, 139, 0) 70%);
        pointer-events: none;
    }

    body[data-page="home"] .enterprise-split-copy h2 {
        margin: 0 0 14px;
        color: #10233f;
        font-size: clamp(1.9rem, 2.8vw, 2.55rem);
    }

body[data-page="home"] .enterprise-split-desc {
    margin: 16px 0 0;
    max-width: 24em;
    color: #5e6a7a;
    line-height: 1.9;
}

body[data-page="home"] .enterprise-split-arrows {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

body[data-page="home"] .enterprise-split-arrow {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(13, 57, 139, 0.18);
    border-radius: 50%;
    background: linear-gradient(180deg, #ffffff, #edf3ff);
    color: #0d398b;
    font-size: 1.7rem;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(13, 57, 139, 0.08);
}

body[data-page="home"] .enterprise-split-grid {
    position: relative;
    padding: 30px;
    background: linear-gradient(135deg, rgba(13, 57, 139, 0.05), rgba(255, 255, 255, 0.78)), #f8fbff;
    border: 1px solid rgba(13, 57, 139, 0.08);
    border-radius: 28px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 18px 42px rgba(13, 57, 139, 0.08);
    overflow: hidden;
}

    body[data-page="home"] .enterprise-split-grid::before {
        content: "";
        position: absolute;
        right: -80px;
        top: -90px;
        width: 300px;
        height: 300px;
        border-radius: 42% 58% 48% 52%;
        background: linear-gradient(135deg, rgba(13, 57, 139, 0.1), rgba(226, 181, 93, 0.08));
        pointer-events: none;
    }

    body[data-page="home"] .enterprise-split-grid.logo-image-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
    }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid span {
            position: relative;
            z-index: 1;
            min-height: 86px;
        }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid img {
            max-height: 56px;
        }

@media (max-width: 1080px) {
    body[data-page="home"] .enterprise-split-layout {
        grid-template-columns: 1fr;
    }

    body[data-page="home"] .enterprise-split-grid.logo-image-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .enterprise-split-copy {
        padding: 26px;
    }

    body[data-page="home"] .enterprise-split-grid {
        padding: 18px;
    }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
}

/* Final enterprise layout override: reference-style vertical rail */
body[data-page="home"] .enterprise-split-layout {
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    gap: 24px;
}

body[data-page="home"] .enterprise-split-copy {
    padding: 42px 36px;
}

body[data-page="home"] .enterprise-split-desc {
    max-width: 19em;
}

body[data-page="home"] .enterprise-split-grid {
    min-height: 648px;
    padding: 20px 22px 20px 28px;
    background: linear-gradient(90deg, rgba(13, 57, 139, 0.05), rgba(255, 255, 255, 0.82) 18%, rgba(255, 255, 255, 0.96) 34%, rgba(255, 255, 255, 0.96) 100%), #f8fbff;
}

    body[data-page="home"] .enterprise-split-grid::before {
        right: -40px;
        top: -50px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(13, 57, 139, 0.1), rgba(13, 57, 139, 0) 70%);
    }

    body[data-page="home"] .enterprise-split-grid.logo-image-grid {
        display: grid;
        grid-template-columns: minmax(0, 128px) 1fr;
        gap: 0;
        align-content: start;
        justify-items: start;
    }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid span {
            width: 100%;
            min-height: 62px;
            margin-bottom: 8px;
            padding: 8px 12px;
            background: transparent;
            border: none;
            border-radius: 0 16px 16px 0;
            box-shadow: none;
            justify-content: flex-start;
        }

            body[data-page="home"] .enterprise-split-grid.logo-image-grid span:hover {
                background: rgba(255, 255, 255, 0.72);
                box-shadow: 0 12px 26px rgba(13, 57, 139, 0.08);
            }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid img {
            max-height: 34px;
        }

@media (max-width: 1080px) {
    body[data-page="home"] .enterprise-split-layout {
        grid-template-columns: 1fr;
    }

    body[data-page="home"] .enterprise-split-grid.logo-image-grid {
        grid-template-columns: minmax(0, 120px) 1fr;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .enterprise-split-grid {
        min-height: 520px;
    }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid {
            grid-template-columns: minmax(0, 108px) 1fr;
        }
}

/* Final fix: force enterprise logos into a single left rail */
body[data-page="home"] .enterprise-split-grid.logo-image-grid {
    grid-template-columns: minmax(0, 120px) 1fr !important;
    column-gap: 14px;
}

    body[data-page="home"] .enterprise-split-grid.logo-image-grid span {
        grid-column: 1 !important;
        width: 100%;
        margin-bottom: 8px;
    }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid span img {
            max-width: 100%;
            max-height: 34px;
            object-fit: contain;
        }

    body[data-page="home"] .enterprise-split-grid.logo-image-grid::after {
        content: "";
        grid-column: 2;
        grid-row: 1 / span 18;
    }

/* Final correction: enterprise logos use flex rail, no grid placement */
body[data-page="home"] .enterprise-split-grid.logo-image-grid {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    min-height: 648px;
    padding-left: 40px;
}

    body[data-page="home"] .enterprise-split-grid.logo-image-grid span {
        display: inline-flex !important;
        flex: 0 0 auto;
        width: 70px;
        min-height: 58px;
        margin: 0;
        padding: 6px 0;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        align-items: center;
        justify-content: center;
    }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid span:hover {
            transform: none;
            background: rgba(255, 255, 255, 0.68) !important;
            box-shadow: 0 10px 22px rgba(13, 57, 139, 0.08) !important;
        }

    body[data-page="home"] .enterprise-split-grid.logo-image-grid img {
        max-width: 58px;
        max-height: 38px;
        object-fit: contain;
    }

    body[data-page="home"] .enterprise-split-grid.logo-image-grid::after {
        display: none !important;
    }

@media (max-width: 780px) {
    body[data-page="home"] .enterprise-split-grid.logo-image-grid {
        min-height: auto;
        padding-left: 22px;
    }
}

/* Final enterprise tuning: two compact logo rails */
body[data-page="home"] .enterprise-split-grid.logo-image-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(72px, 84px)) 1fr;
    column-gap: 22px;
    row-gap: 16px;
    align-content: start;
    justify-content: start;
    min-height: 648px;
    padding-left: 32px;
}

    body[data-page="home"] .enterprise-split-grid.logo-image-grid span {
        display: inline-flex !important;
        width: 84px;
        min-height: 58px;
        margin: 0;
        padding: 6px 0;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        align-items: center;
        justify-content: center;
    }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid span:nth-child(odd) {
            grid-column: 1;
        }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid span:nth-child(even) {
            grid-column: 2;
        }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid span:hover {
            transform: none;
            background: rgba(255, 255, 255, 0.72) !important;
            box-shadow: 0 10px 22px rgba(13, 57, 139, 0.08) !important;
        }

    body[data-page="home"] .enterprise-split-grid.logo-image-grid img {
        max-width: 100%;
        max-height: 38px;
        object-fit: contain;
    }

    body[data-page="home"] .enterprise-split-grid.logo-image-grid::after {
        display: block !important;
        grid-column: 3;
        grid-row: 1 / -1;
    }

@media (max-width: 1080px) {
    body[data-page="home"] .enterprise-split-grid.logo-image-grid {
        grid-template-columns: repeat(2, minmax(72px, 84px));
    }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid::after {
            display: none !important;
        }
}

@media (max-width: 780px) {
    body[data-page="home"] .enterprise-split-grid.logo-image-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: auto;
        padding-left: 18px;
        column-gap: 14px;
    }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid span {
            width: 100%;
        }
}

/* Enterprise logos larger for readability */
body[data-page="home"] .enterprise-split-grid.logo-image-grid {
    grid-template-columns: repeat(2, minmax(110px, 132px)) 1fr;
    column-gap: 28px;
    row-gap: 18px;
}

    body[data-page="home"] .enterprise-split-grid.logo-image-grid span {
        width: 132px;
        min-height: 78px;
    }

    body[data-page="home"] .enterprise-split-grid.logo-image-grid img {
        max-height: 52px;
    }

@media (max-width: 780px) {
    body[data-page="home"] .enterprise-split-grid.logo-image-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 16px;
        row-gap: 14px;
    }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid span {
            width: 100%;
            min-height: 70px;
        }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid img {
            max-height: 44px;
        }
}

/* Fix enterprise logos: visible size and correct two-column rail */
body[data-page="home"] .enterprise-split-grid.logo-image-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(120px, 150px)) 1fr !important;
    column-gap: 34px !important;
    row-gap: 18px !important;
    align-content: start !important;
    justify-content: start !important;
    min-height: 648px !important;
    padding-left: 34px !important;
}

    body[data-page="home"] .enterprise-split-grid.logo-image-grid span {
        display: inline-flex !important;
        width: 150px !important;
        min-height: 82px !important;
        margin: 0 !important;
        padding: 8px 10px !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        align-items: center !important;
        justify-content: center !important;
    }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid span:nth-child(odd) {
            grid-column: 1 !important;
        }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid span:nth-child(even) {
            grid-column: 2 !important;
        }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid span img {
            width: auto !important;
            height: auto !important;
            max-width: 120px !important;
            max-height: 72px !important;
            object-fit: contain !important;
        }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid span:hover {
            transform: none !important;
            background: rgba(255, 255, 255, 0.72) !important;
            box-shadow: 0 10px 22px rgba(13, 57, 139, 0.08) !important;
        }

    body[data-page="home"] .enterprise-split-grid.logo-image-grid::after {
        display: block !important;
        grid-column: 3 !important;
        grid-row: 1 / -1 !important;
    }

@media (max-width: 1080px) {
    body[data-page="home"] .enterprise-split-grid.logo-image-grid {
        grid-template-columns: repeat(2, minmax(110px, 140px)) !important;
        padding-left: 24px !important;
    }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid::after {
            display: none !important;
        }
}

@media (max-width: 780px) {
    body[data-page="home"] .enterprise-split-grid.logo-image-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 16px !important;
        row-gap: 14px !important;
        padding-left: 18px !important;
        min-height: auto !important;
    }

        body[data-page="home"] .enterprise-split-grid.logo-image-grid span {
            width: 100% !important;
            min-height: 70px !important;
        }

            body[data-page="home"] .enterprise-split-grid.logo-image-grid span img {
                max-width: 100px !important;
                max-height: 52px !important;
            }
}

/* Enterprise carousel replacement: no outer frame, 6 logos per page */
body[data-page="home"] .enterprise-carousel-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    gap: 22px;
    align-items: stretch;
}

body[data-page="home"] .enterprise-carousel-copy {
    position: relative;
    padding: 42px 36px;
    background: transparent;
}

body[data-page="home"] .enterprise-carousel-arrows {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

body[data-page="home"] .enterprise-carousel-arrow {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(13, 57, 139, 0.2);
    border-radius: 50%;
    background: #ffffff;
    color: #0d398b;
    font-size: 1.75rem;
    box-shadow: 0 10px 24px rgba(13, 57, 139, 0.08);
}

body[data-page="home"] .enterprise-carousel-panel {
    overflow: hidden;
    background: transparent;
}

body[data-page="home"] .enterprise-carousel-track {
    display: flex;
    width: 300%;
    transform: translateX(0);
    transition: transform 0.55s ease;
}

body[data-page="home"] .enterprise-carousel-page {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 18px;
    padding: 10px 14px 10px 8px;
}

    body[data-page="home"] .enterprise-carousel-page span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 92px;
        padding: 16px 18px;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

        body[data-page="home"] .enterprise-carousel-page span img {
            display: block;
            width: auto;
            max-width: 150px;
            max-height: 82px;
            object-fit: contain;
        }

@media (max-width: 1080px) {
    body[data-page="home"] .enterprise-carousel-layout {
        grid-template-columns: 1fr;
    }

    body[data-page="home"] .enterprise-carousel-page {
        column-gap: 18px;
        row-gap: 16px;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .enterprise-carousel-copy {
        padding: 24px 0 10px;
    }

    body[data-page="home"] .enterprise-carousel-page {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 14px;
        row-gap: 14px;
        padding: 0;
    }

        body[data-page="home"] .enterprise-carousel-page span {
            min-height: 74px;
            padding: 12px;
        }

            body[data-page="home"] .enterprise-carousel-page span img {
                max-width: 120px;
                max-height: 62px;
            }
}

/* Enterprise carousel final layout */
body[data-page="home"] .enterprise-carousel-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
    gap: 18px;
    align-items: stretch;
}

body[data-page="home"] .enterprise-carousel-copy {
    padding: 32px 0 0 6px;
}

body[data-page="home"] .enterprise-carousel-panel {
    padding: 6px 0 0;
}

body[data-page="home"] .enterprise-carousel-track {
    display: flex;
    width: 300%;
    transition: transform 0.55s ease;
}

body[data-page="home"] .enterprise-carousel-page {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 24px;
    padding: 4px 0 4px 2px;
}

    body[data-page="home"] .enterprise-carousel-page span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 96px;
        padding: 14px 18px;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

        body[data-page="home"] .enterprise-carousel-page span img {
            display: block;
            width: auto;
            max-width: 150px;
            max-height: 82px;
            object-fit: contain;
        }

        body[data-page="home"] .enterprise-carousel-page span:hover {
            background: rgba(255, 255, 255, 0.62);
        }

@media (max-width: 1080px) {
    body[data-page="home"] .enterprise-carousel-layout {
        grid-template-columns: 1fr;
    }

    body[data-page="home"] .enterprise-carousel-copy {
        padding: 0 0 18px;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .enterprise-carousel-page {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

        body[data-page="home"] .enterprise-carousel-page span {
            min-height: 76px;
            padding: 12px;
        }

            body[data-page="home"] .enterprise-carousel-page span img {
                max-width: 118px;
                max-height: 64px;
            }
}

/* Enterprise carousel final layout */
body[data-page="home"] .enterprise-carousel-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
    gap: 18px;
    align-items: stretch;
}

body[data-page="home"] .enterprise-carousel-copy {
    padding: 32px 0 0 6px;
}

body[data-page="home"] .enterprise-carousel-desc {
    max-width: 20em;
    color: #5e6a7a;
    line-height: 1.9;
}

body[data-page="home"] .enterprise-carousel-arrows {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

body[data-page="home"] .enterprise-carousel-arrow {
    width: 46px;
    height: 46px;
    padding-top: 0px;
    border: 1px solid rgba(13, 57, 139, 0.2);
    border-radius: 50%;
    background: #ffffff;
    color: #0d398b;
    font-size: 1.6rem;
    box-shadow: 0 10px 24px rgba(13, 57, 139, 0.08);
}

body[data-page="home"] .enterprise-carousel-panel {
    overflow: hidden;
    background: transparent;
}

body[data-page="home"] .enterprise-carousel-track {
    display: flex;
    width: 300%;
    transform: translateX(0);
    transition: transform 0.55s ease;
}

body[data-page="home"] .enterprise-carousel-page {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 24px;
    padding: 4px 0 4px 2px;
}

    body[data-page="home"] .enterprise-carousel-page span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 96px;
        padding: 14px 18px;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

        body[data-page="home"] .enterprise-carousel-page span img {
            display: block;
            width: auto;
            max-width: 150px;
            max-height: 82px;
            object-fit: contain;
        }

        body[data-page="home"] .enterprise-carousel-page span:hover {
            background: rgba(255, 255, 255, 0.62);
        }

@media (max-width: 1080px) {
    body[data-page="home"] .enterprise-carousel-layout {
        grid-template-columns: 1fr;
    }

    body[data-page="home"] .enterprise-carousel-copy {
        padding: 0 0 18px;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .enterprise-carousel-page {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

        body[data-page="home"] .enterprise-carousel-page span {
            min-height: 76px;
            padding: 12px;
        }

            body[data-page="home"] .enterprise-carousel-page span img {
                max-width: 118px;
                max-height: 64px;
            }
}

/* Enterprise carousel correction: preserve title scale and show 6 logos per page */
body[data-page="home"] .enterprise-carousel-layout {
    grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr) !important;
    gap: 36px !important;
    align-items: center !important;
}

body[data-page="home"] .enterprise-carousel-copy {
    padding: 0 !important;
}

    body[data-page="home"] .enterprise-carousel-copy h2 {
        margin: 0 0 16px;
        color: #10233f;
        font-size: clamp(2.45rem, 4vw, 3.65rem);
        font-weight: 500;
        line-height: 1.12;
    }

body[data-page="home"] .enterprise-carousel-desc {
    max-width: 24em !important;
    margin: 18px 0 0;
    color: #5e6a7a;
    line-height: 1.95;
}

body[data-page="home"] .enterprise-carousel-panel {
    width: 100%;
    overflow: hidden !important;
    padding: 0 !important;
    background: transparent !important;
}

body[data-page="home"] .enterprise-carousel-track {
    display: flex !important;
    width: 100% !important;
    will-change: transform;
}

body[data-page="home"] .enterprise-carousel-page {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(120px, 1fr)) !important;
    grid-template-rows: repeat(2, 118px) !important;
    gap: 22px 34px !important;
    padding: 0 !important;
}

    body[data-page="home"] .enterprise-carousel-page span {
        min-height: 118px !important;
        padding: 12px 16px !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

        body[data-page="home"] .enterprise-carousel-page span img {
            max-width: 170px !important;
            max-height: 90px !important;
        }

@media (max-width: 1080px) {
    body[data-page="home"] .enterprise-carousel-layout {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .enterprise-carousel-copy h2 {
        font-size: 2.2rem;
    }

    body[data-page="home"] .enterprise-carousel-page {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(3, 86px) !important;
        gap: 14px !important;
    }

        body[data-page="home"] .enterprise-carousel-page span {
            min-height: 86px !important;
        }

            body[data-page="home"] .enterprise-carousel-page span img {
                max-width: 120px !important;
                max-height: 64px !important;
            }
}

/* Final override for enterprise section */
body[data-page="home"] .enterprise-carousel-copy .eyebrow {
    margin-bottom: 14px;
}

body[data-page="home"] .enterprise-carousel-copy h2 {
    font-size: 3rem !important;
}

body[data-page="home"] .enterprise-carousel-copy .home-title-line {
    margin: 16px 0 22px;
}

body[data-page="home"] .enterprise-carousel-panel {
    min-width: 0;
}

body[data-page="home"] .enterprise-carousel-track {
    width: 300% !important;
}

body[data-page="home"] .enterprise-carousel-page {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, minmax(110px, 1fr)) !important;
    gap: 20px 28px !important;
}

    body[data-page="home"] .enterprise-carousel-page span {
        min-height: 110px !important;
    }

        body[data-page="home"] .enterprise-carousel-page span img {
            max-width: 160px !important;
            max-height: 84px !important;
        }

    body[data-page="home"] .enterprise-carousel-page:nth-child(2),
    body[data-page="home"] .enterprise-carousel-page:nth-child(3) {
        width: 100%;
    }

/* Fix enterprise carousel viewport: show full 6-logo page */
body[data-page="home"] .enterprise-carousel-panel {
    overflow: hidden !important;
    width: 100% !important;
}

body[data-page="home"] .enterprise-carousel-track {
    display: flex !important;
    width: 100% !important;
}

body[data-page="home"] .enterprise-carousel-page {
    box-sizing: border-box;
    flex: 0 0 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    grid-template-columns: repeat(3, minmax(150px, 1fr)) !important;
    grid-template-rows: repeat(2, 112px) !important;
    gap: 20px 34px !important;
    padding: 0 !important;
}

    body[data-page="home"] .enterprise-carousel-page span {
        min-width: 0 !important;
        min-height: 112px !important;
    }

        body[data-page="home"] .enterprise-carousel-page span img {
            max-width: 170px !important;
            max-height: 86px !important;
        }

@media (max-width: 780px) {
    body[data-page="home"] .enterprise-carousel-page {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(3, 86px) !important;
        gap: 14px !important;
        width: 100% !important;
    }
}

/* Absolute final fix: carousel track must use viewport width */
body[data-page="home"] .enterprise-carousel-track {
    width: 100% !important;
}

body[data-page="home"] .enterprise-carousel-page {
    flex-basis: 100% !important;
    max-width: 100% !important;
}

/* Enterprise final visual tuning */
body[data-page="home"] .enterprise-section {
    position: relative;
    overflow: hidden;
    padding-top: 96px;
    padding-bottom: 108px;
    background: radial-gradient(circle at 14% 20%, rgba(13, 57, 139, 0.08), transparent 22%), radial-gradient(circle at 82% 18%, rgba(211, 160, 82, 0.14), transparent 24%), radial-gradient(circle at 84% 72%, rgba(13, 57, 139, 0.05), transparent 20%), linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

    body[data-page="home"] .enterprise-section::before {
        content: "";
        position: absolute;
        inset: 48px 6% 48px 6%;
        border: 1px solid rgba(13, 57, 139, 0.08);
        border-radius: 34px;
        background: radial-gradient(circle at 18% 18%, rgba(13, 57, 139, 0.04), transparent 22%), radial-gradient(circle at 84% 28%, rgba(211, 160, 82, 0.06), transparent 24%);
        pointer-events: none;
    }

body[data-page="home"] .enterprise-carousel-layout {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr) !important;
    gap: 44px !important;
    align-items: center !important;
}

body[data-page="home"] .enterprise-carousel-copy h2 {
    font-size: clamp(2.45rem, 4vw, 3.65rem) !important;
}

body[data-page="home"] .enterprise-carousel-desc {
    max-width: 22em !important;
}

body[data-page="home"] .enterprise-carousel-page {
    grid-template-columns: repeat(3, minmax(140px, 1fr)) !important;
    grid-template-rows: repeat(2, minmax(122px, 1fr)) !important;
    gap: 26px 38px !important;
}

    body[data-page="home"] .enterprise-carousel-page span {
        min-height: 122px !important;
        padding: 18px 20px !important;
    }

        body[data-page="home"] .enterprise-carousel-page span img {
            max-width: 180px !important;
            max-height: 96px !important;
        }

body[data-page="home"] .enterprise-carousel-arrows {
    margin-top: 34px;
}

@media (max-width: 1080px) {
    body[data-page="home"] .enterprise-section {
        padding-top: 72px;
        padding-bottom: 80px;
    }

        body[data-page="home"] .enterprise-section::before {
            inset: 28px 16px;
        }
}

@media (max-width: 780px) {
    body[data-page="home"] .enterprise-section {
        padding-top: 54px;
        padding-bottom: 60px;
    }

        body[data-page="home"] .enterprise-section::before {
            inset: 18px 12px;
            border-radius: 22px;
        }

    body[data-page="home"] .enterprise-carousel-page {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(3, minmax(90px, 1fr)) !important;
        gap: 16px !important;
    }

        body[data-page="home"] .enterprise-carousel-page span {
            min-height: 90px !important;
            padding: 12px 14px !important;
        }

            body[data-page="home"] .enterprise-carousel-page span img {
                max-width: 130px !important;
                max-height: 72px !important;
            }
}

/* Refined enterprise background pattern */
body[data-page="home"] .enterprise-section {
    background: radial-gradient(circle at 14% 22%, rgba(13, 57, 139, 0.08), transparent 18%), radial-gradient(circle at 84% 18%, rgba(211, 160, 82, 0.12), transparent 16%), radial-gradient(circle at 82% 72%, rgba(13, 57, 139, 0.05), transparent 18%), linear-gradient(180deg, #ffffff 0%, #fbfdff 42%, #f5f9ff 100%) !important;
}

    body[data-page="home"] .enterprise-section::before {
        inset: 44px 6% 46px 6% !important;
        border-radius: 30px !important;
        border: 1px solid rgba(13, 57, 139, 0.08) !important;
        background: radial-gradient(circle at 11% 20%, rgba(13, 57, 139, 0.04), transparent 20%), radial-gradient(circle at 89% 26%, rgba(211, 160, 82, 0.05), transparent 18%), linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(246, 250, 255, 0.96)) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    }

body[data-page="home"] .enterprise-carousel-panel {
    position: relative;
}

    body[data-page="home"] .enterprise-carousel-panel::before {
        content: "";
        position: absolute;
        inset: 26px 18px;
        border-radius: 24px;
        border: 1px dashed rgba(13, 57, 139, 0.08);
        background: linear-gradient(135deg, rgba(13, 57, 139, 0.03), transparent 28%), linear-gradient(315deg, rgba(211, 160, 82, 0.03), transparent 28%);
        pointer-events: none;
    }

body[data-page="home"] .enterprise-carousel-track,
body[data-page="home"] .enterprise-carousel-page {
    position: relative;
    z-index: 1;
}

/* Enterprise animated background refinement */
body[data-page="home"] .enterprise-section {
    background: linear-gradient(120deg, rgba(13, 57, 139, 0.06), transparent 24%, rgba(211, 160, 82, 0.08) 52%, transparent 78%), radial-gradient(circle at 18% 18%, rgba(13, 57, 139, 0.09), transparent 20%), radial-gradient(circle at 82% 24%, rgba(211, 160, 82, 0.13), transparent 22%), linear-gradient(180deg, #ffffff 0%, #f8fbff 54%, #f1f6ff 100%) !important;
    background-size: 180% 180%, auto, auto, auto;
    animation: enterpriseAurora 14s ease-in-out infinite alternate;
}

    body[data-page="home"] .enterprise-section::before {
        inset: 42px 5.6% 42px 5.6% !important;
        border-radius: 34px !important;
        border: 1px solid rgba(13, 57, 139, 0.07) !important;
        background: linear-gradient(90deg, rgba(13, 57, 139, 0.035) 1px, transparent 1px), linear-gradient(0deg, rgba(13, 57, 139, 0.03) 1px, transparent 1px), radial-gradient(circle at 20% 24%, rgba(255, 255, 255, 0.72), transparent 26%), radial-gradient(circle at 86% 28%, rgba(211, 160, 82, 0.08), transparent 24%), rgba(255, 255, 255, 0.58) !important;
        background-size: 34px 34px, 34px 34px, auto, auto, auto;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
        animation: enterpriseGridDrift 18s linear infinite;
    }

    body[data-page="home"] .enterprise-section::after {
        content: "";
        position: absolute;
        z-index: 0;
        inset: 16% 8% 18% 52%;
        border-radius: 999px;
        background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.62) 44%, transparent 70%);
        filter: blur(10px);
        opacity: 0.62;
        transform: translateX(-18%);
        animation: enterpriseLightSweep 7.5s ease-in-out infinite;
        pointer-events: none;
    }

body[data-page="home"] .enterprise-carousel-layout {
    position: relative;
    z-index: 1;
    width: 84%;
}

body[data-page="home"] .enterprise-carousel-panel::before {
    border: 0 !important;
    background: radial-gradient(circle at 12% 16%, rgba(13, 57, 139, 0.055), transparent 20%), radial-gradient(circle at 84% 36%, rgba(211, 160, 82, 0.07), transparent 22%) !important;
    animation: enterprisePanelPulse 9s ease-in-out infinite alternate;
}

@keyframes enterpriseAurora {
    0% {
        background-position: 0% 42%, 0 0, 0 0, 0 0;
    }

    100% {
        background-position: 100% 58%, 0 0, 0 0, 0 0;
    }
}

@keyframes enterpriseGridDrift {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
    }

    100% {
        background-position: 34px 34px, 34px 34px, 0 0, 0 0, 0 0;
    }
}

@keyframes enterpriseLightSweep {
    0%, 18% {
        transform: translateX(-34%) skewX(-12deg);
        opacity: 0;
    }

    42% {
        opacity: 0.58;
    }

    72%, 100% {
        transform: translateX(34%) skewX(-12deg);
        opacity: 0;
    }
}

/* ===== Mobile home host images use one responsive ratio ===== */
@media (max-width: 780px) {
    body[data-page="home"] .host-stage-card img,
    body[data-page="home"] .host-carousel-page .host-stage-card img,
    body[data-page="home"] .host-carousel-fullbleed .host-stage-card img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
        object-fit: cover !important;
        object-position: center top !important;
    }

    body[data-page="home"] .host-stage-card a,
    body[data-page="home"] .host-carousel-page .host-stage-card a,
    body[data-page="home"] .host-carousel-fullbleed .host-stage-card a {
        height: auto !important;
        aspect-ratio: 3 / 3.75 !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }
}

@keyframes enterprisePanelPulse {
    from {
        opacity: 0.72;
        transform: scale(0.995);
    }

    to {
        opacity: 1;
        transform: scale(1.01);
    }
}

@media (prefers-reduced-motion: reduce) {
    body[data-page="home"] .enterprise-section,
    body[data-page="home"] .enterprise-section::before,
    body[data-page="home"] .enterprise-section::after,
    body[data-page="home"] .enterprise-carousel-panel::before {
        animation: none !important;
    }
}

/* Restore media spread logo images */
body[data-page="home"] .media-logo-grid.logo-image-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

    body[data-page="home"] .media-logo-grid.logo-image-grid a {
        min-height: 94px;
        padding: 14px 18px;
        background: #ffffff;
        border: 1px solid rgba(13, 57, 139, 0.1);
        border-radius: 10px;
        box-shadow: 0 10px 24px rgba(13, 57, 139, 0.06);
    }

    body[data-page="home"] .media-logo-grid.logo-image-grid img {
        display: block;
        max-width: 100%;
        max-height: 90px;
        object-fit: contain;
    }

@media (max-width: 1080px) {
    body[data-page="home"] .media-logo-grid.logo-image-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .media-logo-grid.logo-image-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Final media logo count/layout: 24 logos, 6 per row */
body[data-page="home"] .media-logo-grid.logo-image-grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

    body[data-page="home"] .media-logo-grid.logo-image-grid a {
        min-height: 104px !important;
        padding: 14px 18px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body[data-page="home"] .media-logo-grid.logo-image-grid img {
        max-width: 100% !important;
        max-height: 92px !important;
        object-fit: contain !important;
    }

@media (max-width: 1080px) {
    body[data-page="home"] .media-logo-grid.logo-image-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .media-logo-grid.logo-image-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Enterprise carousel final requested tweaks */
body[data-page="home"] .enterprise-carousel-page span img {
    max-width: 180px !important;
    max-height: 120px !important;
}

body[data-page="home"] .enterprise-carousel-panel::before {
    content: none !important;
    display: none !important;
}

/* Media carousel: 24 logos, 12 per page, auto + manual */
body[data-page="home"] .media-carousel-layout {
    position: relative;
    width: 100%;
    padding: 0 58px;
    box-sizing: border-box;
}

body[data-page="home"] .media-carousel-head {
    display: none !important;
}

body[data-page="home"] .media-carousel-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 42px;    padding-top: 0;
    height: 42px;
    margin-top: -21px;
    border: 1px solid rgba(13, 57, 139, 0.18);
    border-radius: 999px;
    background: linear-gradient(180deg, #eef5ff, #dce9ff);
    color: #0d398b;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(13, 57, 139, 0.1);
    transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
}

body[data-page="home"] .media-carousel-arrow-prev {
    left: 0;
}

body[data-page="home"] .media-carousel-arrow-next {
    right: 0;
}

body[data-page="home"] .media-carousel-arrow:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, #e4f0ff, #cfe2ff);
    color: #0a2f75;
    opacity: 1;
}

body[data-page="home"] .media-carousel-viewport {
    overflow: hidden;
    width: 100%;
}

body[data-page="home"] .media-carousel-track {
    display: flex;
    width: 100%;
    transition: transform 0.55s ease;
    will-change: transform;
}

body[data-page="organization"] .org-card[data-org-center="converge"] .org-card-top span {
    background: rgba(22, 122, 117, 0.1);
    color: #167a75;
}

/* Organization chart: four centers in one desktop row */
@media (min-width: 1081px) {
    body[data-page="organization"] .org-level-2 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 20px !important;
    }

    body[data-page="organization"] .org-level-2::before {
        left: calc((100% - 60px) / 8) !important;
        right: calc((100% - 60px) / 8) !important;
    }

    body[data-page="organization"] .org-node-center {
        min-width: 0 !important;
        width: 100% !important;
        white-space: nowrap;
    }
}

body[data-page="home"] .media-carousel-page {
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

/* Media pages: desktop shows all logos, mobile switches six at a time. */
@media (min-width: 781px) {
    body[data-page="home"] .media-carousel-layout {
        padding: 0 !important;
    }

    body[data-page="home"] .media-carousel-arrow {
        display: none !important;
    }

    body[data-page="home"] .media-carousel-viewport {
        width: 100% !important;
        overflow: visible !important;
    }

    body[data-page="home"] .media-carousel-track {
        display: grid !important;
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        gap: 18px !important;
        width: 100% !important;
        transform: none !important;
        transition: none !important;
    }

    body[data-page="home"] .media-carousel-page {
        display: contents !important;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .media-carousel-layout {
        display: grid !important;
        grid-template-columns: 36px minmax(0, 1fr) 36px !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 0 !important;
    }

    body[data-page="home"] .media-carousel-arrow {
        display: grid !important;
        place-items: center !important;
        position: static !important;
        width: 36px !important;
        height: 36px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 50% !important;
    }

    body[data-page="home"] .media-carousel-viewport {
        width: 100% !important;
        overflow: hidden !important;
        padding: 1px !important;
        box-sizing: border-box !important;
    }

    body[data-page="home"] .media-carousel-track {
        display: block !important;
        width: 100% !important;
        transform: none !important;
        transition: none !important;
    }

    body[data-page="home"] .media-carousel-page {
        display: none !important;
        width: 100% !important;
        min-width: 0 !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(3, minmax(70px, auto)) !important;
        gap: 10px !important;
        align-content: start !important;
    }

    body[data-page="home"] .media-carousel-page.is-active {
        display: grid !important;
    }

    body[data-page="home"] .media-carousel-page > a:nth-child(n + 7) {
        display: flex !important;
    }

    body[data-page="home"] .media-carousel-page a {
        display: flex !important;
        min-height: 70px !important;
        height: auto !important;
        padding: 10px 8px !important;
        border-radius: 12px !important;
        box-sizing: border-box !important;
    }

    body[data-page="home"] .media-carousel-page img {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        max-width: 100% !important;
        max-height: 42px !important;
        object-fit: contain !important;
    }
}

    body[data-page="home"] .media-carousel-page a {
        min-height: 104px !important;
        padding: 14px 18px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #fff;
        border: 1px solid rgba(13, 57, 139, 0.08);
        border-radius: 12px;
        box-shadow: 0 8px 18px rgba(13, 57, 139, 0.06);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

        body[data-page="home"] .media-carousel-page a:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 24px rgba(13, 57, 139, 0.12);
        }

    body[data-page="home"] .media-carousel-page img {
        display: block;
        max-width: 100% !important;
        max-height: 92px !important;
        object-fit: contain !important;
    }

@media (max-width: 1080px) {
    body[data-page="home"] .media-carousel-page {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .media-carousel-page {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

        body[data-page="home"] .media-carousel-page a {
            min-height: 88px !important;
            padding: 12px 14px !important;
        }

        body[data-page="home"] .media-carousel-page img {
            max-height: 72px !important;
        }
}

/* Enterprise logo patterned frames */
body[data-page="home"] .enterprise-carousel-page span {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 128px !important;
    padding: 18px 16px !important;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(135deg, rgba(13, 57, 139, 0.22), rgba(211, 160, 82, 0.34), rgba(13, 57, 139, 0.22)) border-box !important;
    border: 1px solid transparent !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 20px rgba(13, 57, 139, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.9) !important;
    overflow: hidden !important;
}

    body[data-page="home"] .enterprise-carousel-page span::before {
        content: "" !important;
        position: absolute !important;
        inset: 6px !important;
        border: 1px solid rgba(13, 57, 139, 0.12) !important;
        border-radius: 7px !important;
        background: radial-gradient(circle at 0 0, rgba(211, 160, 82, 0.28) 0 2px, transparent 2.5px), radial-gradient(circle at 100% 0, rgba(211, 160, 82, 0.28) 0 2px, transparent 2.5px), radial-gradient(circle at 0 100%, rgba(211, 160, 82, 0.28) 0 2px, transparent 2.5px), radial-gradient(circle at 100% 100%, rgba(211, 160, 82, 0.28) 0 2px, transparent 2.5px), linear-gradient(90deg, rgba(13, 57, 139, 0.08), transparent 18%, transparent 82%, rgba(13, 57, 139, 0.08)), linear-gradient(180deg, rgba(13, 57, 139, 0.08), transparent 18%, transparent 82%, rgba(13, 57, 139, 0.08)) !important;
        pointer-events: none !important;
        z-index: 0 !important;
    }

    body[data-page="home"] .enterprise-carousel-page span::after {
        content: "" !important;
        position: absolute !important;
        inset: 10px !important;
        border: 1px dashed rgba(13, 57, 139, 0.14) !important;
        border-radius: 5px !important;
        pointer-events: none !important;
        z-index: 0 !important;
    }

    body[data-page="home"] .enterprise-carousel-page span img {
        position: relative !important;
        z-index: 1 !important;
        max-width: 180px !important;
        max-height: 120px !important;
        object-fit: contain !important;
    }

    body[data-page="home"] .enterprise-carousel-page span:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 12px 26px rgba(13, 57, 139, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.95) !important;
    }

        body[data-page="home"] .enterprise-carousel-page span:hover::before {
            border-color: rgba(13, 57, 139, 0.2) !important;
        }

        body[data-page="home"] .enterprise-carousel-page span:hover::after {
            border-color: rgba(211, 160, 82, 0.45) !important;
        }

@media (max-width: 780px) {
    body[data-page="home"] .enterprise-carousel-page span {
        min-height: 96px !important;
        padding: 12px 10px !important;
    }

        body[data-page="home"] .enterprise-carousel-page span::before {
            inset: 4px !important;
        }

        body[data-page="home"] .enterprise-carousel-page span::after {
            inset: 8px !important;
        }

        body[data-page="home"] .enterprise-carousel-page span img {
            max-width: 130px !important;
            max-height: 72px !important;
        }
}

/* Host carousel cinematic scroll upgrade */
body[data-page="home"] .host-carousel {
    perspective: 1400px;
}

body[data-page="home"] .host-carousel-viewport {
    overflow: hidden;
    padding: 28px 6px 34px !important;
    margin: -28px -6px -34px !important;
    mask-image: linear-gradient(90deg, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
}

body[data-page="home"] .host-carousel-track {
    display: flex !important;
    width: 100% !important;
    will-change: transform;
    transition: transform 0.78s cubic-bezier(0.16, 0.84, 0.22, 1) !important;
    transform-style: preserve-3d;
}

body[data-page="home"] .host-carousel-page {
    position: relative;
    min-width: 100% !important;
    flex: 0 0 100% !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
    opacity: 0.42;
    transform: scale(0.96) translateZ(-40px);
    filter: saturate(0.9) blur(0.2px);
    transition: opacity 0.55s ease, transform 0.78s cubic-bezier(0.16, 0.84, 0.22, 1), filter 0.55s ease !important;
}

    body[data-page="home"] .host-carousel-page.is-active {
        opacity: 1;
        transform: scale(1) translateZ(0);
        filter: none;
    }

    body[data-page="home"] .host-carousel-page .host-stage-card {
        opacity: 0.86;
        transform: translateY(18px) scale(0.96);
        transition: transform 0.55s cubic-bezier(0.16, 0.84, 0.22, 1), opacity 0.45s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease !important;
    }

    body[data-page="home"] .host-carousel-page.is-active .host-stage-card {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

body[data-page="home"] .host-carousel-track.is-fx-next .host-carousel-page.is-active .host-stage-card:nth-child(1) {
    transition-delay: 0.02s;
}

body[data-page="home"] .host-carousel-track.is-fx-next .host-carousel-page.is-active .host-stage-card:nth-child(2) {
    transition-delay: 0.08s;
}

body[data-page="home"] .host-carousel-track.is-fx-next .host-carousel-page.is-active .host-stage-card:nth-child(3) {
    transition-delay: 0.14s;
}

body[data-page="home"] .host-carousel-track.is-fx-next .host-carousel-page.is-active .host-stage-card:nth-child(4) {
    transition-delay: 0.2s;
}

body[data-page="home"] .host-carousel-track.is-fx-prev .host-carousel-page.is-active .host-stage-card:nth-child(1) {
    transition-delay: 0.2s;
}

body[data-page="home"] .host-carousel-track.is-fx-prev .host-carousel-page.is-active .host-stage-card:nth-child(2) {
    transition-delay: 0.14s;
}

body[data-page="home"] .host-carousel-track.is-fx-prev .host-carousel-page.is-active .host-stage-card:nth-child(3) {
    transition-delay: 0.08s;
}

body[data-page="home"] .host-carousel-track.is-fx-prev .host-carousel-page.is-active .host-stage-card:nth-child(4) {
    transition-delay: 0.02s;
}

body[data-page="home"] .host-carousel-track.is-arc-sliding .host-carousel-page.is-active {
    animation: hostPageSweep 0.78s cubic-bezier(0.16, 0.84, 0.22, 1);
}

    body[data-page="home"] .host-carousel-track.is-arc-sliding .host-carousel-page.is-active .host-stage-card {
        animation: hostCardRise 0.78s cubic-bezier(0.16, 0.84, 0.22, 1) both;
    }

body[data-page="home"] .host-carousel-track.is-fx-next.is-arc-sliding .host-carousel-page.is-active .host-stage-card:nth-child(1) {
    animation-delay: 0.02s;
}

body[data-page="home"] .host-carousel-track.is-fx-next.is-arc-sliding .host-carousel-page.is-active .host-stage-card:nth-child(2) {
    animation-delay: 0.08s;
}

body[data-page="home"] .host-carousel-track.is-fx-next.is-arc-sliding .host-carousel-page.is-active .host-stage-card:nth-child(3) {
    animation-delay: 0.14s;
}

body[data-page="home"] .host-carousel-track.is-fx-next.is-arc-sliding .host-carousel-page.is-active .host-stage-card:nth-child(4) {
    animation-delay: 0.2s;
}

body[data-page="home"] .host-carousel-track.is-fx-prev.is-arc-sliding .host-carousel-page.is-active .host-stage-card:nth-child(1) {
    animation-delay: 0.2s;
}

body[data-page="home"] .host-carousel-track.is-fx-prev.is-arc-sliding .host-carousel-page.is-active .host-stage-card:nth-child(2) {
    animation-delay: 0.14s;
}

body[data-page="home"] .host-carousel-track.is-fx-prev.is-arc-sliding .host-carousel-page.is-active .host-stage-card:nth-child(3) {
    animation-delay: 0.08s;
}

body[data-page="home"] .host-carousel-track.is-fx-prev.is-arc-sliding .host-carousel-page.is-active .host-stage-card:nth-child(4) {
    animation-delay: 0.02s;
}

@keyframes hostPageSweep {
    0% {
        filter: blur(1.2px) saturate(0.85);
    }

    100% {
        filter: none;
    }
}

@keyframes hostCardRise {
    0% {
        opacity: 0;
        transform: translateY(28px) scale(0.94) rotateX(8deg);
    }

    62% {
        opacity: 1;
        transform: translateY(-6px) scale(1.01) rotateX(0deg);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotateX(0deg);
    }
}

body[data-page="home"] .host-stage-card {
    border: 1px solid rgba(217, 171, 88, 0.28) !important;
    border-radius: 22px !important;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(160deg, rgba(217, 171, 88, 0.55), rgba(13, 57, 139, 0.16), rgba(217, 171, 88, 0.35)) border-box !important;
    box-shadow: 0 16px 36px rgba(13, 57, 139, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    overflow: hidden !important;
}

    body[data-page="home"] .host-stage-card a {
        position: relative;
        overflow: hidden;
    }

        body[data-page="home"] .host-stage-card a::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, transparent 55%, rgba(8, 28, 72, 0.18) 100%);
            opacity: 0.55;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }

    body[data-page="home"] .host-stage-card img {
        transition: transform 0.55s cubic-bezier(0.16, 0.84, 0.22, 1) !important;
    }

    body[data-page="home"] .host-stage-card > div {
        position: relative;
        background: radial-gradient(circle at 12% 0%, rgba(217, 171, 88, 0.12), transparent 42%), linear-gradient(180deg, #ffffff 0%, #f7faff 100%) !important;
    }

    body[data-page="home"] .host-stage-card:hover,
    body[data-page="home"] .host-carousel-page .host-stage-card:hover {
        z-index: 5;
        transform: translateY(-12px) scale(1.03) !important;
        box-shadow: 0 28px 60px rgba(13, 57, 139, 0.18), 0 0 0 1px rgba(217, 171, 88, 0.22) !important;
    }

        body[data-page="home"] .host-stage-card:hover a::after {
            opacity: 0.2;
        }

        body[data-page="home"] .host-stage-card:hover img {
            transform: scale(1.06) translateY(-4px) !important;
        }

body[data-page="home"] .host-carousel-arrow {
    width: 52px !important;
    height: 52px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.82) !important;
    border: 1px solid rgba(13, 57, 139, 0.14) !important;
    box-shadow: 0 12px 28px rgba(13, 57, 139, 0.12) !important;
    backdrop-filter: blur(10px);
}

    body[data-page="home"] .host-carousel-arrow:hover {
        transform: translateY(-2px) scale(1.04) !important;
        background: rgba(238, 245, 255, 0.96) !important;
        border-color: rgba(13, 57, 139, 0.24) !important;
    }

@media (max-width: 1080px) {
    body[data-page="home"] .host-carousel-page {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .host-carousel-page {
        grid-template-columns: 1fr !important;
    }

    body[data-page="home"] .host-carousel-viewport {
        mask-image: none;
    }
}

/* Host carousel: one-by-one continuous scroll */
body[data-page="home"] .host-carousel-viewport {
    overflow: hidden !important;
    mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
}

body[data-page="home"] .host-carousel-track {
    display: flex !important;
    width: max-content !important;
    transform: translate3d(0, 0, 0);
    transition: transform 0.72s cubic-bezier(0.16, 0.84, 0.22, 1) !important;
    will-change: transform;
}

body[data-page="home"] .host-carousel-page {
    display: contents !important;
    min-width: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
}

body[data-page="home"] .host-stage-card {
    opacity: 0.72;
    transform: translateY(10px) scale(0.97);
    transition: transform 0.45s cubic-bezier(0.16, 0.84, 0.22, 1), opacity 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease !important;
}

    body[data-page="home"] .host-stage-card.is-in-view {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    body[data-page="home"] .host-stage-card.is-lead {
        box-shadow: 0 22px 48px rgba(13, 57, 139, 0.16), 0 0 0 1px rgba(217, 171, 88, 0.22) !important;
    }

    body[data-page="home"] .host-stage-card.is-in-view:nth-child(4n + 1),
    body[data-page="home"] .host-stage-card.is-in-view:nth-child(4n + 2),
    body[data-page="home"] .host-stage-card.is-in-view:nth-child(4n + 3),
    body[data-page="home"] .host-stage-card.is-in-view:nth-child(4n + 4) {
        animation: hostOneByOneIn 0.62s cubic-bezier(0.16, 0.84, 0.22, 1) both;
    }

@keyframes hostOneByOneIn {
    0% {
        opacity: 0.35;
        transform: translateY(16px) scale(0.96);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .host-carousel-viewport {
        mask-image: none;
    }
}

/* Fix host card one-line intro white bottom gap */
body[data-page="home"] .host-stage-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

    body[data-page="home"] .host-stage-card a {
        flex: 0 0 auto !important;
    }

    body[data-page="home"] .host-stage-card > div {
        flex: 1 1 auto !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        padding: 16px 18px 18px !important;
        box-sizing: border-box !important;
    }

    body[data-page="home"] .host-stage-card span {
        margin-bottom: 8px !important;
    }

    body[data-page="home"] .host-stage-card h3 {
        margin: 0 0 8px !important;
    }

    body[data-page="home"] .host-stage-card p {
        margin: 0 !important;
        min-height: calc(1.65em * 2) !important;
        line-height: 1.65 !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        overflow: hidden !important;
    }

/* Hosts full-bleed cinematic 3D stage */
body[data-page="home"] .hosts-section-fullbleed {
    width: 100%;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    body[data-page="home"] .hosts-section-fullbleed .container {
        width: min(1280px, calc(100% - 40px));
    }

body[data-page="home"] .host-carousel-fullbleed {
    width: 100%;
    max-width: 100%;
    margin: 8px 0 10px;
    padding: 0;
}

    body[data-page="home"] .host-carousel-fullbleed .host-carousel {
        width: 100%;
        max-width: 100%;
        display: grid !important;
        grid-template-columns: 64px minmax(0, 1fr) 64px !important;
        gap: 8px !important;
        align-items: center !important;
        padding: 0 12px;
        box-sizing: border-box;
        perspective: 1800px;
    }

    body[data-page="home"] .host-carousel-fullbleed .host-carousel-viewport {
        overflow: hidden !important;
        width: 100% !important;
        padding: 42px 0 48px !important;
        margin: -42px 0 -48px !important;
        mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
        perspective: 1800px;
    }

    body[data-page="home"] .host-carousel-fullbleed .host-carousel-track {
        display: flex !important;
        width: max-content !important;
        transform-style: preserve-3d !important;
        will-change: transform;
    }

    body[data-page="home"] .host-carousel-fullbleed .host-carousel-page {
        display: contents !important;
        min-width: 0 !important;
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        animation: none !important;
    }

    body[data-page="home"] .host-carousel-fullbleed .host-stage-card {
        position: relative;
        transform-style: preserve-3d;
        transform-origin: center center;
        backface-visibility: hidden;
        will-change: transform, opacity;
        box-shadow: 0 22px 48px rgba(13, 57, 139, 0.14), 0 0 0 1px rgba(217, 171, 88, 0.18) !important;
    }

        body[data-page="home"] .host-carousel-fullbleed .host-stage-card.is-side {
            filter: saturate(0.92);
        }

        body[data-page="home"] .host-carousel-fullbleed .host-stage-card.is-lead {
            box-shadow: 0 30px 70px rgba(13, 57, 139, 0.22), 0 0 0 1px rgba(217, 171, 88, 0.28) !important;
        }

        body[data-page="home"] .host-carousel-fullbleed .host-stage-card::after {
            content: "";
            position: absolute;
            left: 12%;
            right: 12%;
            bottom: -18px;
            height: 28px;
            border-radius: 50%;
            background: radial-gradient(ellipse at center, rgba(13, 57, 139, 0.22), transparent 72%);
            filter: blur(2px);
            opacity: 0.55;
            pointer-events: none;
            z-index: -1;
            transition: opacity 0.35s ease, transform 0.35s ease;
        }

        body[data-page="home"] .host-carousel-fullbleed .host-stage-card.is-lead::after {
            opacity: 0.85;
            transform: scaleX(1.08);
        }

    body[data-page="home"] .host-carousel-fullbleed .host-carousel-arrow {
        width: 56px !important;
        height: 56px !important;
        z-index: 5;
    }

@media (max-width: 1080px) {
    body[data-page="home"] .host-carousel-fullbleed .host-carousel {
        grid-template-columns: 48px minmax(0, 1fr) 48px !important;
        padding: 0 8px;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .host-carousel-fullbleed .host-carousel {
        grid-template-columns: 1fr !important;
        padding: 0 16px;
    }

    body[data-page="home"] .host-carousel-fullbleed .host-carousel-arrow {
        display: none !important;
    }

    body[data-page="home"] .host-carousel-fullbleed .host-carousel-viewport {
        mask-image: none;
        padding: 18px 0 24px !important;
        margin: -18px 0 -24px !important;
    }
}

/* Host arrows: single chevron only + cards shadow only on hover */
body[data-page="home"] .host-carousel-arrow {
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    text-indent: 0 !important;
}

    body[data-page="home"] .host-carousel-arrow::before {
        content: "" !important;
        display: block !important;
        width: 9px !important;
        height: 9px !important;
        border-top: 2px solid #0d398b !important;
        border-right: 2px solid #0d398b !important;
        background: none !important;
        box-shadow: none !important;
    }

body[data-page="home"] .host-carousel-prev::before {
    transform: rotate(-135deg) !important;
    margin-left: 4px;
}

body[data-page="home"] .host-carousel-next::before {
    transform: rotate(45deg) !important;
    margin-right: 4px;
}

body[data-page="home"] .host-carousel-prev:hover::before {
    transform: translateX(-2px) rotate(-135deg) !important;
}

body[data-page="home"] .host-carousel-next:hover::before {
}

body[data-page="home"] .host-stage-card,
body[data-page="home"] .host-stage-card.is-lead,
body[data-page="home"] .host-stage-card.is-side,
body[data-page="home"] .host-carousel-fullbleed .host-stage-card,
body[data-page="home"] .host-carousel-fullbleed .host-stage-card.is-lead,
body[data-page="home"] .host-carousel-fullbleed .host-stage-card.is-side {
    box-shadow: none !important;
}

    body[data-page="home"] .host-stage-card::after,
    body[data-page="home"] .host-carousel-fullbleed .host-stage-card::after,
    body[data-page="home"] .host-carousel-fullbleed .host-stage-card.is-lead::after {
        content: none !important;
        display: none !important;
        opacity: 0 !important;
        box-shadow: none !important;
    }

    body[data-page="home"] .host-stage-card:hover,
    body[data-page="home"] .host-carousel-page .host-stage-card:hover,
    body[data-page="home"] .host-carousel-fullbleed .host-stage-card:hover {
        box-shadow: 0 22px 48px rgba(13, 57, 139, 0.16), 0 0 0 1px rgba(217, 171, 88, 0.22) !important;
    }

body[data-page="home"] .host-carousel-arrow::after {
    content: none !important;
    display: none !important;
}

/* Host photo hover: zoom from top to bottom */
body[data-page="home"] .host-stage-card a {
    overflow: hidden !important;
}

body[data-page="home"] .host-stage-card img {
    transform-origin: top center !important;
    transition: transform 0.55s cubic-bezier(0.16, 0.84, 0.22, 1) !important;
    will-change: transform;
}

body[data-page="home"] .host-stage-card:hover img,
body[data-page="home"] .host-carousel-page .host-stage-card:hover img,
body[data-page="home"] .host-carousel-fullbleed .host-stage-card:hover img {
    transform: scale(1.12) translateY(0) !important;
}

/* QA page: left list + right sidebar layout */
body[data-page="qa"] .qa-section {
    padding-top: 36px;
    padding-bottom: 72px;
    background: #f5f7fb;
}

body[data-page="qa"] .qa-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
    align-items: start;
}

body[data-page="qa"] .qa-main {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #ffffff;
    border: 1px solid rgba(13, 57, 139, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(13, 57, 139, 0.05);
    overflow: hidden;
}

body[data-page="qa"] .qa-item {
    padding: 28px 30px 26px;
    border-bottom: 1px solid rgba(13, 57, 139, 0.08);
}

    body[data-page="qa"] .qa-item:last-child {
        border-bottom: 0;
    }

    body[data-page="qa"] .qa-item h2 {
        margin: 0 0 12px;
        color: #17233d;
        font-size: clamp(1.15rem, 1.5vw, 1.35rem);
        line-height: 1.45;
        font-weight: 700;
    }

    body[data-page="qa"] .qa-item p {
        margin: 0;
        color: #5d6877;
        font-size: 0.98rem;
        line-height: 1.85;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    body[data-page="qa"] .qa-item p::after {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0; /* 或者 top: 50%; transform: translateY(-50%); 实现垂直居中 */
    background: linear-gradient(to right, transparent, white 20px); /* 渐变遮罩，避免覆盖文字 */
    padding-left: 10px;
}
    body[data-page="qa"] .qa-item a {
        color: #0d398b;
        text-decoration: none;
        font-weight: 600;
    }

        body[data-page="qa"] .qa-item a:hover {
            text-decoration: underline;
        }

body[data-page="qa"] .qa-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

body[data-page="qa"] .qa-side-card {
    background: #ffffff;
    border: 1px solid rgba(13, 57, 139, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(13, 57, 139, 0.05);
    padding: 20px 18px;
}

body[data-page="qa"] .qa-side-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

body[data-page="qa"] .qa-side-card h3 {
    margin: 0;
    color: #17233d;
    font-size: 1.05rem;
}

body[data-page="qa"] .qa-side-refresh {
    border: 0;
    background: transparent;
    color: #6b7788;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0;
}

    body[data-page="qa"] .qa-side-refresh:hover {
        color: #0d398b;
    }

body[data-page="qa"] .qa-hot-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    body[data-page="qa"] .qa-hot-list li {
        display: grid;
        grid-template-columns: 22px minmax(0, 1fr);
        gap: 10px;
        align-items: start;
    }

    body[data-page="qa"] .qa-hot-list a {
        color: #2b3648;
        text-decoration: none;
        line-height: 1.55;
        font-size: 0.95rem;
    }

        body[data-page="qa"] .qa-hot-list a:hover {
            color: #0d398b;
        }

    body[data-page="qa"] .qa-hot-list .hot,
    body[data-page="qa"] .qa-hot-list .new {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 22px;
        height: 20px;
        border-radius: 4px;
        font-size: 0.72rem;
        font-weight: 700;
        color: #fff;
    }

    body[data-page="qa"] .qa-hot-list .hot {
        background: #e85d4c;
    }

    body[data-page="qa"] .qa-hot-list .new {
        background: #3f8cff;
    }

body[data-page="qa"] .qa-side-contact p {
    margin: 10px 0 16px;
    color: #5d6877;
    line-height: 1.7;
    font-size: 0.94rem;
}

body[data-page="qa"] .qa-side-contact .button {
    width: 100%;
    justify-content: center;
}

body[data-page="qa"] .qa-side-link-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
}

    body[data-page="qa"] .qa-side-link-grid a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        border: 1px solid rgba(13, 57, 139, 0.14);
        border-radius: 10px;
        color: #0d398b;
        text-decoration: none;
        background: #f7faff;
        font-size: 0.92rem;
        font-weight: 600;
    }

        body[data-page="qa"] .qa-side-link-grid a:hover {
            background: #eef5ff;
            border-color: rgba(13, 57, 139, 0.24);
        }

@media (max-width: 1080px) {
    body[data-page="qa"] .qa-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    body[data-page="qa"] .qa-item {
        padding: 22px 18px 20px;
    }

    body[data-page="qa"] .qa-side-link-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Unified inner-page title format: big title + blue underline + desc + mountain header */
body:not([data-page="home"]) .subhero,
body[data-page="organization"] .org-hero-section {
    position: relative !important;
    overflow: hidden !important;
    min-height: 450px !important;
    padding: 0 !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(247,251,255,0.35) 48%, rgba(236,244,255,0.72) 100%), url("http://czw.zkcmg.com/wz/xinpandeng/assets/common-header.jpg") center top / cover no-repeat !important;
}

    body:not([data-page="home"]) .subhero::before,
    body:not([data-page="home"]) .subhero::after,
    body[data-page="organization"] .org-hero-section::before,
    body[data-page="organization"] .org-hero-section::after {
        content: none !important;
        display: none !important;
    }

    body:not([data-page="home"]) .subhero-layout,
    body[data-page="organization"] .org-hero-section .container {
        position: relative !important;
        z-index: 1 !important;
        min-height: 450px !important;
        display: flex !important;
        align-items: center !important;
        grid-template-columns: none !important;
        padding: 120px 0 96px !important;
    }

        body:not([data-page="home"]) .subhero-layout > div,
        body:not([data-page="home"]) .host-detail-copy {
            max-width: 760px;
        }

        body:not([data-page="home"]) .subhero-layout > img,
        body:not([data-page="home"]) .subhero-layout .host-detail-photo-wrap {
            display: none !important;
        }

    body:not([data-page="home"]) .subhero h1,
    body:not([data-page="home"]) .host-detail-copy h1,
    body[data-page="organization"] .org-hero-section h2 {
        position: relative;
        max-width: 820px !important;
        margin: 0 0 28px !important;
        padding-bottom: 18px !important;
        color: #12306d !important;
        font-size: clamp(2.6rem, 4.2vw, 4rem) !important;
        line-height: 1.18 !important;
        letter-spacing: 0.02em !important;
        font-weight: 700 !important;
    }

        body:not([data-page="home"]) .subhero h1::after,
        body:not([data-page="home"]) .host-detail-copy h1::after,
        body[data-page="organization"] .org-hero-section h2::after {
            content: "" !important;
            position: absolute !important;
            left: 0 !important;
            bottom: 0 !important;
            width: 58px !important;
            height: 5px !important;
            border-radius: 999px !important;
            background: #1f5fc2 !important;
        }

    body:not([data-page="home"]) .subhero p,
    body:not([data-page="home"]) .host-detail-lead,
    body:not([data-page="home"]) .host-detail-copy > p:not(.eyebrow),
    body[data-page="organization"] .org-hero-section p {
        max-width: 640px !important;
        margin: 0 !important;
        color: #4f5d73 !important;
        font-size: 1.05rem !important;
        line-height: 1.9 !important;
    }

    body:not([data-page="home"]) .subhero .eyebrow,
    body:not([data-page="home"]) .subhero .eyebrow::after {
        display: none !important;
    }

/* host detail meta stays under title style */
body[data-page="host-detail"] .host-detail-meta-row {
    margin: 0 0 18px !important;
}

body[data-page="host-detail"] .host-detail-copy > p[data-host-copy-1] {
    margin-top: 16px !important;
}

body[data-page="host-detail"] .host-detail-actions {
    margin-top: 24px !important;
}

/* programs page no longer needs old title block styles for hero */
body[data-page="programs"] .review-showcase-section {
    padding-top: 36px;
}

/* party page: ensure people-theme works with standard subhero */
body[data-page="party"] .people-theme > .subhero {
    margin-bottom: 0;
}

@media (max-width: 780px) {
    body:not([data-page="home"]) .subhero,
    body[data-page="organization"] .org-hero-section {
        min-height: 360px !important;
    }

        body:not([data-page="home"]) .subhero-layout,
        body[data-page="organization"] .org-hero-section .container {
            min-height: 360px !important;
            padding: 96px 0 72px !important;
        }

        body:not([data-page="home"]) .subhero h1,
        body:not([data-page="home"]) .host-detail-copy h1 {
            font-size: clamp(2.1rem, 10vw, 2.8rem) !important;
            margin-bottom: 22px !important;
        }
}

/* Keep host detail photo visible in hero */
body[data-page="host-detail"] .subhero-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px) !important;
    gap: 32px !important;
    align-items: center !important;
}

    body[data-page="host-detail"] .subhero-layout .host-detail-photo-wrap {
        display: block !important;
    }

body[data-page="host-detail"] .host-detail-photo-wrap img {
    display: block;
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
}

@media (max-width: 900px) {
    body[data-page="host-detail"] .subhero-layout {
        grid-template-columns: 1fr !important;
    }
}

/* Fix inner title layout to match reference: clean mountain bg + title/line/desc */
body:not([data-page="home"]) .subhero,
body[data-page="organization"] .org-hero-section {
    position: relative !important;
    overflow: hidden !important;
    min-height: 420px !important;
    padding: 0 !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(248,251,255,0.22) 42%, rgba(255,255,255,0.55) 100%), url("http://czw.zkcmg.com/wz/xinpandeng/assets/page-header.jpg") center center / cover no-repeat !important;
}

    body:not([data-page="home"]) .subhero-layout,
    body[data-page="organization"] .org-hero-section .container {
        min-height: 420px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        grid-template-columns: none !important;
        padding: 108px 0 88px !important;
    }

        body:not([data-page="home"]) .subhero-layout > div {
            max-width: 720px !important;
            display: flex !important;
            flex-direction: column !important;
            align-items: flex-start !important;
        }

    body:not([data-page="home"]) .subhero h1,
    body:not([data-page="home"]) .host-detail-copy h1,
    body[data-page="organization"] .org-hero-section h2 {
        position: relative !important;
        max-width: none !important;
        margin: 0 0 0 !important;
        padding: 0 0 18px !important;
        color: #163a7a !important;
        font-size: clamp(2.8rem, 4.6vw, 4.2rem) !important;
        line-height: 1.15 !important;
        letter-spacing: 0.04em !important;
        font-weight: 700 !important;
    }

        body:not([data-page="home"]) .subhero h1::after,
        body:not([data-page="home"]) .host-detail-copy h1::after,
        body[data-page="organization"] .org-hero-section h2::after {
            content: "" !important;
            position: absolute !important;
            left: 0 !important;
            bottom: 0 !important;
            width: 46px !important;
            height: 5px !important;
            border-radius: 999px !important;
            background: #1f5fc2 !important;
        }

    body:not([data-page="home"]) .subhero-layout > div > p,
    body:not([data-page="home"]) .subhero p,
    body[data-page="organization"] .org-hero-section p {
        max-width: 560px !important;
        margin: 22px 0 0 !important;
        color: #5a6780 !important;
        font-size: 1.02rem !important;
        line-height: 1.95 !important;
        letter-spacing: 0.01em !important;
    }

/* host detail keeps title style but photo visible */
body[data-page="host-detail"] .subhero-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 340px) !important;
    gap: 28px !important;
    align-items: center !important;
}

    body[data-page="host-detail"] .subhero-layout .host-detail-photo-wrap {
        display: block !important;
    }

body[data-page="host-detail"] .host-detail-copy h1 {
    margin-bottom: 0 !important;
}

body[data-page="host-detail"] .host-detail-meta-row {
    margin-top: 22px !important;
}

body[data-page="host-detail"] .host-detail-lead {
    margin-top: 18px !important;
    max-width: 560px !important;
}

@media (max-width: 780px) {
    body:not([data-page="home"]) .subhero,
    body[data-page="organization"] .org-hero-section {
        min-height: 320px !important;
    }

        body:not([data-page="home"]) .subhero-layout,
        body[data-page="organization"] .org-hero-section .container {
            min-height: 320px !important;
            padding: 92px 0 64px !important;
        }

        body:not([data-page="home"]) .subhero h1,
        body:not([data-page="home"]) .host-detail-copy h1 {
            font-size: clamp(2.2rem, 10vw, 2.9rem) !important;
            padding-bottom: 14px !important;
        }

            body:not([data-page="home"]) .subhero h1::after,
            body:not([data-page="home"]) .host-detail-copy h1::after {
                width: 38px !important;
                height: 4px !important;
            }

        body:not([data-page="home"]) .subhero-layout > div > p,
        body:not([data-page="home"]) .subhero p {
            margin-top: 16px !important;
            font-size: 0.96rem !important;
            max-width: 100% !important;
        }
}

/* QA title links to news detail */
body[data-page="qa"] .qa-item h2 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

    body[data-page="qa"] .qa-item h2 a:hover {
        color: #0d398b;
        text-decoration: none;
    }

body[data-page="qa"] .qa-item p a {
    display: none !important;
}

/* QA side: news + review content cards */
body[data-page="qa"] .qa-side-more {
    color: #6b7788;
    text-decoration: none;
    font-size: 0.9rem;
}

    body[data-page="qa"] .qa-side-more:hover {
        color: #0d398b;
    }

body[data-page="qa"] .qa-content-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    body[data-page="qa"] .qa-content-list li a {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-areas:
            "tag time"
            "title title";
        gap: 6px 10px;
        padding: 12px 12px;
        border-radius: 12px;
        background: #f7faff;
        border: 1px solid rgba(13, 57, 139, 0.06);
        text-decoration: none;
        transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }

        body[data-page="qa"] .qa-content-list li a:hover {
            background: #eef5ff;
            border-color: rgba(13, 57, 139, 0.14);
            transform: translateY(-1px);
        }

body[data-page="qa"] .qa-content-tag {
    grid-area: tag;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(13, 57, 139, 0.1);
    color: #0d398b;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}

body[data-page="qa"] .qa-content-list strong {
    grid-area: title;
    color: #1c2b44;
    font-size: 0.95rem;
    line-height: 1.55;
    font-weight: 600;
}

body[data-page="qa"] .qa-content-list em {
    grid-area: time;
    justify-self: end;
    color: #7a8699;
    font-style: normal;
    font-size: 0.8rem;
    white-space: nowrap;
}

body[data-page="qa"] .qa-side-contact,
body[data-page="qa"] .qa-side-links {
    display: none !important;
}

/* Host carousel: more space from half-hidden side cards */
body[data-page="home"] .host-carousel-fullbleed .host-carousel {
    gap: 18px !important;
    padding: 0 18px !important;
}

body[data-page="home"] .host-carousel-fullbleed .host-carousel-viewport {
    padding: 48px 8px 56px !important;
    margin: -48px -8px -56px !important;
    mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%) !important;
}

body[data-page="home"] .host-carousel-fullbleed .host-carousel-track {
    gap: 52px !important;
}

body[data-page="home"] .host-carousel-fullbleed .host-stage-card {
    margin: 0 4px !important;
}

@media (max-width: 1080px) {
    body[data-page="home"] .host-carousel-fullbleed .host-carousel-track {
        gap: 36px !important;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .host-carousel-fullbleed .host-carousel-track {
        gap: 22px !important;
    }
}

/* QA pagination */
body[data-page="qa"] .qa-main-wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

body[data-page="qa"] .qa-pagination {
    margin: 0;
    justify-content: center;
    padding: 8px 0 2px;
}

body[data-page="qa"] .qa-item[hidden] {
    display: none !important;
}

/* News detail: article width align with site container/nav */
body[data-page="news"] .news-article-section {
    padding-top: 28px;
    padding-bottom: 72px;
}

body[data-page="news"] .news-article-card {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}

body[data-page="news"] .news-article-header,
body[data-page="news"] .news-article-content,
body[data-page="news"] .news-article-figure,
body[data-page="news"] .news-article-footer {
    max-width: none !important;
    width: 100% !important;
}

    body[data-page="news"] .news-article-header h2 {
        max-width: none !important;
    }

/* News detail article width force align with nav container */
body[data-page="news"] .news-article-section > .container {
    width: var(--container) !important;
    max-width: none !important;
}

body[data-page="news"] .news-article-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* News detail footer secondary button on light background */
body[data-page="news"] .news-article-footer .button-secondary,
body[data-page="news"] .news-article-footer .dark-outline {
    color: #0d398b !important;
    background: #ffffff !important;
    border: 1px solid rgba(13, 57, 139, 0.28) !important;
    box-shadow: none !important;
}

    body[data-page="news"] .news-article-footer .button-secondary:hover,
    body[data-page="news"] .news-article-footer .dark-outline:hover {
        color: #0d398b !important;
        background: #f3f7ff !important;
        border-color: rgba(13, 57, 139, 0.42) !important;
    }

/* Home section titles unified: single title + gradient line + desc */
body[data-page="home"] .home-section-title {
    text-align: center !important;
    margin: 0 auto 48px !important;
    max-width: 820px;
}

    body[data-page="home"] .home-section-title .eyebrow,
    body[data-page="home"] .enterprise-carousel-copy .eyebrow {
        display: none !important;
    }

    body[data-page="home"] .home-section-title h2,
    body[data-page="home"] .enterprise-carousel-copy h2 {
        margin: 0 !important;
        color: #1f2430 !important;
        font-size: clamp(2.2rem, 3.2vw, 3rem) !important;
        font-weight: 600 !important;
        line-height: 1.25 !important;
        letter-spacing: 0.08em !important;
    }

    body[data-page="home"] .home-section-title .home-title-line,
    body[data-page="home"] .enterprise-carousel-copy .home-title-line {
        display: block !important;
        width: 72px !important;
        height: 4px !important;
        margin: 16px auto 0 !important;
        border-radius: 999px !important;
        background: linear-gradient(90deg, rgba(13, 57, 139, 0), rgba(13, 57, 139, 0.95), rgba(13, 57, 139, 0)) !important;
    }

    body[data-page="home"] .home-section-title p,
    body[data-page="home"] .home-section-title p:last-child {
        margin: 18px auto 0 !important;
        max-width: 640px !important;
        color: #8a847c !important;
        font-size: 1rem !important;
        line-height: 1.95 !important;
    }

/* Enterprise left title keeps left alignment in split layout */
body[data-page="home"] .enterprise-carousel-copy {
    text-align: left !important;
}

    body[data-page="home"] .enterprise-carousel-copy h2 {
        text-align: left !important;
    }

    body[data-page="home"] .enterprise-carousel-copy .home-title-line {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body[data-page="home"] .enterprise-carousel-copy .enterprise-carousel-desc,
    body[data-page="home"] .enterprise-carousel-copy p {
        margin-top: 18px !important;
        color: #8a847c !important;
        font-size: 1rem !important;
        line-height: 1.95 !important;
    }

@media (max-width: 780px) {
    body[data-page="home"] .home-section-title {
        margin-bottom: 32px !important;
    }

        body[data-page="home"] .home-section-title h2,
        body[data-page="home"] .enterprise-carousel-copy h2 {
            font-size: clamp(1.9rem, 8vw, 2.4rem) !important;
            letter-spacing: 0.04em !important;
        }
}

/* Unified section titles across pages (same as homepage style) */
.home-section-title,
.section-title {
    text-align: center !important;
    margin: 0 auto 40px !important;
    max-width: 860px;
}

    .home-section-title.left,
    .section-title.left {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .home-section-title .eyebrow,
    .section-title .eyebrow {
        display: none !important;
    }

    .home-section-title h2,
    .section-title h2,
    .about-promo-copy h2 {
        margin: 0 !important;
        color: #1f2430 !important;
        font-size: clamp(2.1rem, 3vw, 2.9rem) !important;
        font-weight: 600 !important;
        line-height: 1.25 !important;
        letter-spacing: 0.08em !important;
    }

    .home-section-title .home-title-line,
    .section-title .home-title-line,
    .about-promo-copy .home-title-line {
        display: block !important;
        width: 72px !important;
        height: 4px !important;
        margin: 16px auto 0 !important;
        border-radius: 999px !important;
        background: linear-gradient(90deg, rgba(13, 57, 139, 0), rgba(13, 57, 139, 0.95), rgba(13, 57, 139, 0)) !important;
    }

    .home-section-title.left .home-title-line,
    .section-title.left .home-title-line,
    .about-promo-copy .home-title-line {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .home-section-title p,
    .home-section-title p:last-child,
    .section-title p,
    .section-title p:last-child,
    .about-promo-copy > p {
        margin: 18px auto 0 !important;
        max-width: 680px !important;
        color: #8a847c !important;
        font-size: 1rem !important;
        line-height: 1.95 !important;
    }

    .home-section-title.left p,
    .section-title.left p,
    .about-promo-copy > p {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

/* About page: dark promo title colors + process title not clipped */
body[data-page="about"] .about-promo-copy h2 {
    color: #ffffff !important;
    letter-spacing: 0.12em !important;
}

body[data-page="about"] .about-promo-copy .home-title-line {
    margin-left: 0 !important;
    margin-right: auto !important;
    background: linear-gradient(90deg, rgba(245, 200, 116, 0), rgba(245, 200, 116, 0.95), rgba(245, 200, 116, 0)) !important;
}

body[data-page="about"] .about-promo-copy > p {
    color: rgba(255, 244, 220, 0.9) !important;
    max-width: 28em !important;
}

body[data-page="about"] .home-section-title {
    text-align: center !important;
    overflow: visible !important;
    padding: 0 12px !important;
}

    body[data-page="about"] .home-section-title h2 {
        color: #1f2430 !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    body[data-page="about"] .home-section-title .home-title-line {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body[data-page="about"] .home-section-title p {
        color: #8a847c !important;
        text-align: center !important;
    }

/* Party page entrepreneur title force center */
body[data-page="party"] .home-section-title {
    text-align: center !important;
    overflow: visible !important;
    padding: 0 12px !important;
}

    body[data-page="party"] .home-section-title h2 {
        overflow: visible !important;
        white-space: normal !important;
    }

    body[data-page="party"] .home-section-title .home-title-line {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body[data-page="party"] .home-section-title p {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

/* Hosts list page: plain grid, not homepage carousel */
body[data-page="hosts"] .host-list-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 28px !important;
    align-items: stretch !important;
    width: 100% !important;
    margin: 0 auto !important;
}

    body[data-page="hosts"] .host-list-grid .host-profile-card {
        height: 100%;
        min-width: 0;
        transform: none !important;
        opacity: 1 !important;
        filter: none !important;
    }

    body[data-page="hosts"] .host-list-grid .host-profile-media {
        position: relative;
        height: 300px;
    }

    body[data-page="hosts"] .host-list-grid .host-profile-overlay {
        position: absolute;
        inset: auto 16px 16px auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        padding: 0 12px;
        border-radius: 999px;
        background: rgba(13, 57, 139, 0.88);
        color: #fff;
        font-size: 0.84rem;
        font-weight: 600;
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    body[data-page="hosts"] .host-list-grid .host-profile-card:hover .host-profile-overlay {
        opacity: 1;
    }

body[data-page="hosts"] .host-carousel,
body[data-page="hosts"] .host-carousel-arrow,
body[data-page="hosts"] .pagination {
    display: none !important;
}

@media (max-width: 1080px) {
    body[data-page="hosts"] .host-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 780px) {
    body[data-page="hosts"] .host-list-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

        body[data-page="hosts"] .host-list-grid .host-profile-media {
            height: 280px;
        }
}

/* ===== Hosts list + host detail page alignment fix 2026-08-14 ===== */
body[data-page="hosts"] .hosts-list-section,
body[data-page="host-detail"] .host-detail-section {
    padding-top: 48px;
    padding-bottom: 72px;
}

body[data-page="hosts"] .host-list-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 28px !important;
    align-items: stretch !important;
    width: 100% !important;
    margin: 0 auto !important;
    max-width: none !important;
}

    body[data-page="hosts"] .host-list-grid .host-profile-card {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-width: 0;
        transform: none !important;
        opacity: 1 !important;
        filter: none !important;
        background: #ffffff;
        border: 1px solid rgba(13, 57, 139, 0.12);
        border-radius: 18px;
        box-shadow: 0 14px 34px rgba(15, 38, 84, 0.08);
        overflow: hidden;
    }

    body[data-page="hosts"] .host-list-grid .host-profile-media {
        position: relative;
        display: block;
        height: 300px;
        overflow: hidden;
        background: #eef3fb;
    }

        body[data-page="hosts"] .host-list-grid .host-profile-media img {
            width: 100%;
            height: inherit;
            object-fit: cover;
            object-position: center top;
            transition: transform 0.35s ease;
        }

    body[data-page="hosts"] .host-list-grid .host-profile-card:hover .host-profile-media img {
        transform: scale(1.04);
    }

    body[data-page="hosts"] .host-list-grid .host-profile-overlay {
        position: absolute;
        inset: auto 16px 16px auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        padding: 0 12px;
        border-radius: 999px;
        background: rgba(13, 57, 139, 0.88);
        color: #fff;
        font-size: 0.84rem;
        font-weight: 600;
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    body[data-page="hosts"] .host-list-grid .host-profile-card:hover .host-profile-overlay {
        opacity: 1;
    }

    body[data-page="hosts"] .host-list-grid .host-profile-body {
        display: flex;
        flex: 1;
        flex-direction: column;
        padding: 22px 20px 24px;
    }

        body[data-page="hosts"] .host-list-grid .host-profile-body h3 {
            margin: 0 0 10px;
            font-size: 1.28rem;
            color: #111827;
        }

            body[data-page="hosts"] .host-list-grid .host-profile-body h3 a {
                color: inherit;
            }

                body[data-page="hosts"] .host-list-grid .host-profile-body h3 a:hover {
                    color: #0d398b;
                }

        body[data-page="hosts"] .host-list-grid .host-profile-body > p:not(.host-role) {
            margin: 0;
            color: #5f6b7a;
            line-height: 1.8;
            font-size: 0.96rem;
        }

body[data-page="hosts"] .host-carousel,
body[data-page="hosts"] .host-carousel-arrow,
body[data-page="hosts"] .pagination,
body[data-page="hosts"] .home-section-title {
    display: none !important;
}

/* host detail: normal page title + content card, no hero photo collision */
body[data-page="host-detail"] .subhero-layout {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    grid-template-columns: none !important;
    gap: 0 !important;
}

    body[data-page="host-detail"] .subhero-layout > div {
        max-width: 720px !important;
    }

body[data-page="host-detail"] .host-detail-panel {
    display: grid;
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    gap: 36px;
    align-items: start;
    padding: 36px;
    background: #ffffff;
    border: 1px solid rgba(13, 57, 139, 0.12);
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(15, 38, 84, 0.08);
}

body[data-page="host-detail"] .host-detail-photo-wrap {
    display: block !important;
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
    background: #eef3fb;
    box-shadow: none;
}

    body[data-page="host-detail"] .host-detail-photo-wrap img {
        display: block;
        width: 100%;
        height: 420px;
        object-fit: cover;
        object-position: center top;
        border-radius: 18px;
    }

body[data-page="host-detail"] .host-detail-copy {
    max-width: none !important;
    padding-top: 4px;
}

    body[data-page="host-detail"] .host-detail-copy .host-role {
        margin-bottom: 14px;
    }

    body[data-page="host-detail"] .host-detail-copy h2 {
        margin: 0 0 16px;
        color: #12306d;
        font-size: clamp(1.9rem, 2.6vw, 2.4rem);
        line-height: 1.25;
        font-weight: 700;
    }

        body[data-page="host-detail"] .host-detail-copy h2::after {
            display: none !important;
            content: none !important;
        }

body[data-page="host-detail"] .host-detail-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px !important;
}

    body[data-page="host-detail"] .host-detail-meta-row span {
        display: inline-flex;
        align-items: center;
        min-height: 32px;
        padding: 0 12px;
        color: #0d398b;
        font-size: 0.9rem;
        font-weight: 600;
        background: rgba(13, 57, 139, 0.08);
        border-radius: 999px;
    }

body[data-page="host-detail"] .host-detail-lead,
body[data-page="host-detail"] .host-detail-copy > p:not(.host-role) {
    max-width: none !important;
    margin: 0 0 14px !important;
    color: #4f5d73 !important;
    font-size: 1.02rem !important;
    line-height: 1.9 !important;
}

body[data-page="host-detail"] .host-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px !important;
}

@media (max-width: 1080px) {
    body[data-page="hosts"] .host-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px) {
    body[data-page="host-detail"] .host-detail-panel {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px;
    }

    body[data-page="host-detail"] .host-detail-photo-wrap img {
        height: 360px;
    }
}

@media (max-width: 780px) {
    body[data-page="hosts"] .host-list-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

        body[data-page="hosts"] .host-list-grid .host-profile-media {
            height: 280px;
        }

    body[data-page="host-detail"] .host-detail-actions {
        width: 100%;
    }

        body[data-page="host-detail"] .host-detail-actions .button {
            width: 100%;
            justify-content: center;
        }
}

/* Host detail secondary button visibility on light background */
body[data-page="host-detail"] .host-detail-actions .button-secondary,
body[data-page="host-detail"] .host-detail-actions .dark-outline {
    color: #0d398b !important;
    border: 1px solid rgba(13, 57, 139, 0.28) !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

    body[data-page="host-detail"] .host-detail-actions .button-secondary:hover,
    body[data-page="host-detail"] .host-detail-actions .dark-outline:hover {
        color: #ffffff !important;
        background: #0d398b !important;
        border-color: #0d398b !important;
    }

/* Ensure host list cards not affected by home host stage transforms */
body[data-page="hosts"] .host-list-grid,
body[data-page="hosts"] .host-list-grid * {
    perspective: none !important;
}

/* ===== Hosts list compact cards: full photo + name/role only 2026-08-14b ===== */
body[data-page="hosts"] .hosts-list-section {
    padding-top: 48px;
    padding-bottom: 72px;
}

    body[data-page="hosts"] .hosts-list-section > .container.host-list-grid {
        width: var(--container) !important;
        max-width: var(--container) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }

body[data-page="hosts"] .host-list-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 28px !important;
    align-items: stretch !important;
}

    body[data-page="hosts"] .host-list-grid .host-profile-card {
        display: flex !important;
        flex-direction: column !important;
        height: 100%;
        min-width: 0;
        transform: none !important;
        opacity: 1 !important;
        filter: none !important;
        background: #ffffff;
        border: 1px solid rgba(13, 57, 139, 0.12);
        border-radius: 18px;
        box-shadow: 0 14px 34px rgba(15, 38, 84, 0.08);
        overflow: hidden;
    }

    body[data-page="hosts"] .host-list-grid .host-profile-media {
        position: relative;
        display: block;
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        overflow: hidden;
        background: #f4f7fc;
    }

        body[data-page="hosts"] .host-list-grid .host-profile-media img {
            width: 100% !important;
            height: inherit !important;
            object-fit: contain !important;
            object-position: center center !important;
            transition: transform 0.35s ease;
            background: #f4f7fc;
        }

    body[data-page="hosts"] .host-list-grid .host-profile-card:hover .host-profile-media img {
        transform: scale(1.03);
    }

    body[data-page="hosts"] .host-list-grid .host-profile-overlay {
        display: none !important;
    }

    body[data-page="hosts"] .host-list-grid .host-profile-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 18px 16px 22px !important;
        text-align: center;
    }

        body[data-page="hosts"] .host-list-grid .host-profile-body .host-role {
            margin: 0 !important;
        }

        body[data-page="hosts"] .host-list-grid .host-profile-body h3 {
            margin: 0 !important;
            font-size: 1.28rem;
            color: #111827;
        }

            body[data-page="hosts"] .host-list-grid .host-profile-body h3 a {
                color: inherit;
            }

                body[data-page="hosts"] .host-list-grid .host-profile-body h3 a:hover {
                    color: #0d398b;
                }

        /* hide any leftover intro paragraphs if present */
        body[data-page="hosts"] .host-list-grid .host-profile-body > p:not(.host-role) {
            display: none !important;
        }

@media (max-width: 1080px) {
    body[data-page="hosts"] .host-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 780px) {
    body[data-page="hosts"] .host-list-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

        body[data-page="hosts"] .host-list-grid .host-profile-media {
            aspect-ratio: 3 / 4;
        }
}

/* ===== Query result panel polish 2026-08-14 ===== */
body[data-page="query"] .query-workbench-section {
    padding-top: 42px;
    padding-bottom: 88px;
}

body[data-page="query"] .query-workbench {
    width: var(--container);
    max-width: var(--container);
    margin: 0 auto;
    gap: 24px;
}

body[data-page="query"] .query-panel,
body[data-page="query"] .query-result-panel {
    padding: 34px 36px 32px;
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(15, 38, 84, 0.08);
}

body[data-page="query"] .query-result-panel {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 100% 0%, rgba(13, 57, 139, 0.08), transparent 34%), linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(13, 57, 139, 0.12);
    animation: queryResultIn 0.42s ease both;
}

@keyframes queryResultIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body[data-page="query"] .query-result-status {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding: 14px 16px;
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.18);
    border-radius: 14px;
}

body[data-page="query"] .query-result-panel.is-reference .query-result-status {
    background: rgba(217, 171, 88, 0.12);
    border-color: rgba(217, 171, 88, 0.28);
}

body[data-page="query"] .query-status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    color: #047857;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    background: rgba(16, 185, 129, 0.14);
    border-radius: 999px;
    white-space: nowrap;
}

body[data-page="query"] .query-result-panel.is-reference .query-status-pill {
    color: #9a6700;
    background: rgba(217, 171, 88, 0.2);
}

body[data-page="query"] .query-result-status p {
    margin: 0;
    color: #475467;
    line-height: 1.7;
}

body[data-page="query"] .query-result-header {
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr) !important;
    gap: 24px !important;
    align-items: center;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(13, 57, 139, 0.1);
}

body[data-page="query"] .query-result-avatar {
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.28), transparent 36%), linear-gradient(145deg, #0d398b 0%, #1d5fd0 55%, #0a2f78 100%);
    border: 5px solid #ffffff;
    border-radius: 28px;
    box-shadow: 0 18px 36px rgba(13, 57, 139, 0.22);
}

body[data-page="query"] .query-result-main .eyebrow {
    margin: 0 0 10px;
}

body[data-page="query"] .query-result-main h2 {
    margin: 0 0 16px;
    color: #10233f;
    font-size: clamp(2rem, 3.8vw, 2.7rem);
    line-height: 1.15;
}

body[data-page="query"] .query-result-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    body[data-page="query"] .query-result-tags span {
        display: inline-flex;
        align-items: center;
        min-height: 36px;
        padding: 6px 14px;
        color: #0d398b;
        font-weight: 700;
        background: rgba(13, 57, 139, 0.07);
        border: 1px solid rgba(13, 57, 139, 0.12);
        border-radius: 999px;
    }

body[data-page="query"] .query-result-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

    body[data-page="query"] .query-result-meta-grid article {
        padding: 16px 18px;
        background: #ffffff;
        border: 1px solid rgba(13, 57, 139, 0.1);
        border-radius: 16px;
        box-shadow: 0 8px 20px rgba(15, 38, 84, 0.04);
    }

    body[data-page="query"] .query-result-meta-grid span {
        display: block;
        margin-bottom: 8px;
        color: #667085;
        font-size: 0.92rem;
    }

    body[data-page="query"] .query-result-meta-grid strong {
        display: block;
        color: #10233f;
        font-size: 1.08rem;
        line-height: 1.5;
        word-break: break-word;
    }

body[data-page="query"] .query-result-summary {
    margin-top: 20px;
    padding: 22px 24px;
    background: linear-gradient(180deg, rgba(13, 57, 139, 0.04), rgba(13, 57, 139, 0.02)), #ffffff;
    border: 1px solid rgba(13, 57, 139, 0.1);
    border-radius: 18px;
}

    body[data-page="query"] .query-result-summary h3 {
        margin: 0 0 12px;
        color: #10233f;
        font-size: 1.2rem;
    }

    body[data-page="query"] .query-result-summary p {
        margin: 0;
        color: #475467;
        line-height: 1.9;
        font-size: 1.02rem;
    }

body[data-page="query"] .query-result-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

    body[data-page="query"] .query-result-actions .button {
        min-width: 140px;
        justify-content: center;
    }

    body[data-page="query"] .query-result-actions .button-secondary.dark-outline {
        color: #0d398b;
        border: 1px solid rgba(13, 57, 139, 0.22);
        background: #ffffff;
    }

        body[data-page="query"] .query-result-actions .button-secondary.dark-outline:hover {
            background: rgba(13, 57, 139, 0.05);
        }

@media (max-width: 900px) {
    body[data-page="query"] .query-result-meta-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    body[data-page="query"] .query-panel,
    body[data-page="query"] .query-result-panel {
        padding: 24px 18px 22px;
    }

    body[data-page="query"] .query-result-header {
        grid-template-columns: 1fr !important;
        justify-items: center;
        text-align: center;
    }

    body[data-page="query"] .query-result-tags {
        justify-content: center;
    }

    body[data-page="query"] .query-result-status {
        flex-direction: column;
        align-items: flex-start;
    }

    body[data-page="query"] .query-result-actions {
        flex-direction: column;
    }

        body[data-page="query"] .query-result-actions .button {
            width: 100%;
        }
}

/* ===== Query result static beautify 2026-08-14c ===== */
body[data-page="query"] .query-workbench-section {
    padding-top: 48px;
    padding-bottom: 96px;
    background: radial-gradient(circle at 12% 8%, rgba(13, 57, 139, 0.08), transparent 28%), radial-gradient(circle at 88% 18%, rgba(217, 171, 88, 0.12), transparent 24%), linear-gradient(180deg, #f7faff 0%, #eef4ff 48%, #ffffff 100%);
}

body[data-page="query"] .query-workbench {
    width: var(--container) !important;
    max-width: var(--container) !important;
    margin: 0 auto !important;
}

body[data-page="query"] .query-panel,
body[data-page="query"] .query-result-panel {
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(13, 57, 139, 0.12);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 22px 56px rgba(15, 38, 84, 0.1);
}

body[data-page="query"] .query-panel {
    padding: 36px 38px 34px !important;
}

body[data-page="query"] .query-result-panel {
    position: relative;
}

    body[data-page="query"] .query-result-panel[hidden] {
        display: none !important;
    }

body[data-page="query"] .query-result-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: 24px;
    align-items: center;
    padding: 34px 38px;
    color: #ffffff;
    background: radial-gradient(circle at 86% 20%, rgba(255, 255, 255, 0.18), transparent 28%), radial-gradient(circle at 12% 80%, rgba(217, 171, 88, 0.22), transparent 30%), linear-gradient(135deg, #0a2f78 0%, #0d398b 46%, #1a5bc4 100%);
}

body[data-page="query"] .query-result-banner-copy .eyebrow {
    margin: 0 0 12px;
    color: rgba(255, 236, 196, 0.95);
}

body[data-page="query"] .query-result-banner-copy h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(2.1rem, 4vw, 3rem);
    line-height: 1.12;
    letter-spacing: 0.02em;
}

body[data-page="query"] .query-result-lead {
    margin: 0;
    max-width: 48ch;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.8;
    font-size: 1.02rem;
}

body[data-page="query"] .query-result-avatar {
    display: grid;
    place-items: center;
    width: 132px;
    height: 132px;
    color: #0d398b;
    font-size: 3rem;
    font-weight: 800;
    background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.82)), linear-gradient(145deg, #fff8e8, #ffffff);
    border: 4px solid rgba(255, 255, 255, 0.55);
    border-radius: 32px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

body[data-page="query"] .query-result-body {
    padding: 30px 38px 34px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

body[data-page="query"] .query-result-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

    body[data-page="query"] .query-result-meta-grid article {
        position: relative;
        padding: 20px 18px 18px;
        background: #ffffff;
        border: 1px solid rgba(13, 57, 139, 0.1);
        border-radius: 18px;
        box-shadow: 0 10px 24px rgba(15, 38, 84, 0.05);
        overflow: hidden;
    }

        body[data-page="query"] .query-result-meta-grid article::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 4px;
            background: linear-gradient(180deg, #0d398b, #d9ab58);
        }

    body[data-page="query"] .query-result-meta-grid span {
        display: block;
        margin-bottom: 10px;
        color: #667085;
        font-size: 0.92rem;
        letter-spacing: 0.04em;
    }

    body[data-page="query"] .query-result-meta-grid strong {
        display: block;
        color: #10233f;
        font-size: 1.16rem;
        line-height: 1.45;
        word-break: break-word;
    }

body[data-page="query"] .query-result-summary {
    margin-top: 18px;
    padding: 24px 24px 22px;
    background: linear-gradient(135deg, rgba(13, 57, 139, 0.035), rgba(217, 171, 88, 0.05)), #ffffff;
    border: 1px solid rgba(13, 57, 139, 0.1);
    border-radius: 20px;
}

body[data-page="query"] .query-result-summary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

    body[data-page="query"] .query-result-summary-head h3 {
        margin: 0;
        color: #10233f;
        font-size: 1.22rem;
    }

    body[data-page="query"] .query-result-summary-head span {
        display: inline-flex;
        align-items: center;
        min-height: 30px;
        padding: 0 12px;
        color: #0d398b;
        font-size: 0.86rem;
        font-weight: 700;
        background: rgba(13, 57, 139, 0.08);
        border-radius: 999px;
    }

body[data-page="query"] .query-result-summary p {
    margin: 0;
    color: #475467;
    line-height: 1.95;
    font-size: 1.04rem;
}

body[data-page="query"] .query-result-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

    body[data-page="query"] .query-result-actions .button {
        min-width: 148px;
        justify-content: center;
    }

    body[data-page="query"] .query-result-actions .button-secondary.dark-outline {
        color: #0d398b !important;
        border: 1px solid rgba(13, 57, 139, 0.22) !important;
        background: #ffffff !important;
    }

        body[data-page="query"] .query-result-actions .button-secondary.dark-outline:hover {
            background: rgba(13, 57, 139, 0.05) !important;
        }

/* keep old conflicting header rules from breaking layout */
body[data-page="query"] .query-result-header {
    display: none !important;
}

@media (max-width: 900px) {
    body[data-page="query"] .query-result-meta-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    body[data-page="query"] .query-panel {
        padding: 24px 18px 22px !important;
    }

    body[data-page="query"] .query-result-banner {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        padding: 28px 20px;
    }

    body[data-page="query"] .query-result-lead {
        max-width: none;
    }

    body[data-page="query"] .query-result-body {
        padding: 22px 18px 24px;
    }

    body[data-page="query"] .query-result-summary-head {
        flex-direction: column;
        align-items: flex-start;
    }

    body[data-page="query"] .query-result-actions {
        flex-direction: column;
    }

        body[data-page="query"] .query-result-actions .button {
            width: 100%;
        }
}

/* ===== Query result card match reference 2026-08-14d ===== */
body[data-page="query"] .query-workbench-section {
    padding-top: 48px;
    padding-bottom: 96px;
    background: radial-gradient(circle at 14% 10%, rgba(13, 57, 139, 0.06), transparent 26%), linear-gradient(180deg, #f5f7fb 0%, #eef3f8 100%);
}

body[data-page="query"] .query-workbench {
    width: var(--container) !important;
    max-width: var(--container) !important;
    margin: 0 auto !important;
}

body[data-page="query"] .query-panel {
    padding: 36px 38px 34px !important;
    border: 1px solid rgba(13, 57, 139, 0.1);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 38, 84, 0.08);
}

body[data-page="query"] .query-result-panel {
    display: grid;
    justify-items: center;
    gap: 22px;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

    body[data-page="query"] .query-result-panel[hidden] {
        display: none !important;
    }

body[data-page="query"] .query-profile-card {
    width: min(100%, 760px);
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(31, 45, 61, 0.14);
}

body[data-page="query"] .query-profile-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    padding: 48px 28px 42px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(115deg, #d7b06a 0%, #8fba8f 42%, #3ec7c4 100%);
}

body[data-page="query"] .query-profile-avatar {
  width: 100px !important;
  height: 140px !important;
  aspect-ratio: 5 / 7;
  flex: 0 0 100px;
  border-radius: 4px !important;
  overflow: hidden;
  background: #f5f7fb;
}

body[data-page="query"] .query-profile-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

body[data-page="query"] .query-profile-hero h2 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
}

body[data-page="query"] .query-profile-id,
body[data-page="query"] .query-profile-org {
    margin: 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: 1.08rem;
    line-height: 1.7;
    font-weight: 500;
}

body[data-page="query"] .query-profile-id {
    margin-bottom: 6px;
}

body[data-page="query"] .query-profile-bio {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px 18px;
    align-items: start;
    padding: 28px 36px 32px;
    background: #f7f9fc;
}

body[data-page="query"] .query-profile-bio-label {
    color: #1f2937;
    font-size: 1.05rem;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1.9;
}

body[data-page="query"] .query-profile-bio p {
    margin: 0;
    color: #4b5563;
    font-size: 1.02rem;
    line-height: 1.9;
}

body[data-page="query"] .query-result-actions {
    display: flex;
    justify-content: center;
}

    body[data-page="query"] .query-result-actions .button {
        min-width: 148px;
        justify-content: center;
    }

/* neutralize older conflicting result styles */
body[data-page="query"] .query-result-banner,
body[data-page="query"] .query-result-header,
body[data-page="query"] .query-result-meta-grid,
body[data-page="query"] .query-result-status,
body[data-page="query"] .query-result-summary {
    display: none !important;
}

@media (max-width: 780px) {
    body[data-page="query"] .query-panel {
        padding: 24px 18px 22px !important;
    }

    body[data-page="query"] .query-profile-hero {
        min-height: 320px;
        padding: 40px 20px 34px;
    }

    body[data-page="query"] .query-profile-avatar {
        width: 86px !important;
    height: 120px !important;
    flex-basis: 86px;
    }

    body[data-page="query"] .query-profile-bio {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 22px 18px 24px;
    }

    body[data-page="query"] .query-result-actions .button {
        width: 100%;
    }
}

/* ===== Query result restyle to site blue/gold language 2026-08-14e ===== */
body[data-page="query"] .query-workbench-section {
    padding-top: 48px;
    padding-bottom: 96px;
    background: radial-gradient(circle at 12% 10%, rgba(13, 57, 139, 0.07), transparent 28%), radial-gradient(circle at 88% 16%, rgba(217, 171, 88, 0.12), transparent 24%), linear-gradient(180deg, #f7faff 0%, #eef4ff 52%, #ffffff 100%);
}

body[data-page="query"] .query-workbench {
    width: var(--container) !important;
    max-width: var(--container) !important;
    margin: 0 auto !important;
    display: grid;
    gap: 24px;
}

body[data-page="query"] .query-panel {
    padding: 36px 38px 34px !important;
    border: 1px solid rgba(13, 57, 139, 0.12);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff, #fbfdff);
    box-shadow: 0 18px 48px rgba(15, 38, 84, 0.08);
}

body[data-page="query"] .query-result-panel {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

    body[data-page="query"] .query-result-panel[hidden] {
        display: none !important;
    }

body[data-page="query"] .query-profile-card {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(13, 57, 139, 0.12);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 52px rgba(15, 38, 84, 0.1);
}

body[data-page="query"] .query-profile-top {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 34px 36px 28px;
    background: radial-gradient(circle at 100% 0%, rgba(13, 57, 139, 0.08), transparent 36%), linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(13, 57, 139, 0.1);
}

body[data-page="query"] .query-profile-avatar {
    width: 148px;
    height: 148px;
    overflow: hidden;
    border-radius: 22px;
    border: 4px solid #ffffff;
    background: linear-gradient(180deg, #eef4ff, #ffffff);
    box-shadow: 0 16px 36px rgba(13, 57, 139, 0.16);
}

    body[data-page="query"] .query-profile-avatar img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

body[data-page="query"] .query-profile-info .eyebrow {
    margin: 0 0 10px;
}

body[data-page="query"] .query-profile-info h2 {
    margin: 0 0 16px;
    color: #10233f;
    font-size: clamp(2rem, 3.6vw, 2.7rem);
    line-height: 1.15;
    letter-spacing: 0.04em;
}

body[data-page="query"] .query-profile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    body[data-page="query"] .query-profile-tags span {
        display: inline-flex;
        align-items: center;
        min-height: 36px;
        padding: 6px 14px;
        color: #0d398b;
        font-weight: 700;
        background: rgba(13, 57, 139, 0.07);
        border: 1px solid rgba(13, 57, 139, 0.12);
        border-radius: 999px;
    }

    body[data-page="query"] .query-profile-tags strong {
        font-weight: 800;
    }

body[data-page="query"] .query-profile-bio {
    padding: 28px 36px 8px;
}

    body[data-page="query"] .query-profile-bio h3 {
        position: relative;
        margin: 0 0 14px;
        padding-left: 14px;
        color: #10233f;
        font-size: 1.22rem;
    }

        body[data-page="query"] .query-profile-bio h3::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.28em;
            width: 4px;
            height: 1.1em;
            border-radius: 999px;
            background: linear-gradient(180deg, #0d398b, #d9ab58);
        }

    body[data-page="query"] .query-profile-bio p {
        margin: 0;
        padding: 20px 22px;
        color: #475467;
        font-size: 1.04rem;
        line-height: 1.95;
        background: linear-gradient(135deg, rgba(13, 57, 139, 0.035), rgba(217, 171, 88, 0.05)), #f8fbff;
        border: 1px solid rgba(13, 57, 139, 0.1);
        border-radius: 16px;
    }

body[data-page="query"] .query-result-actions {
    display: flex;
    justify-content: flex-start;
    padding: 24px 36px 32px;
}

    body[data-page="query"] .query-result-actions .button {
        min-width: 148px;
        justify-content: center;
    }

/* kill previous green/teal result styles */
body[data-page="query"] .query-profile-hero,
body[data-page="query"] .query-result-banner,
body[data-page="query"] .query-result-header,
body[data-page="query"] .query-result-meta-grid,
body[data-page="query"] .query-result-status {
    display: none !important;
}

@media (max-width: 780px) {
    body[data-page="query"] .query-panel {
        padding: 24px 18px 22px !important;
    }

    body[data-page="query"] .query-profile-top {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        padding: 28px 20px 24px;
    }

    body[data-page="query"] .query-profile-tags {
        justify-content: center;
    }

    body[data-page="query"] .query-profile-bio {
        padding: 22px 18px 6px;
    }

        body[data-page="query"] .query-profile-bio h3 {
            text-align: left;
        }

    body[data-page="query"] .query-result-actions {
        padding: 20px 18px 24px;
    }

        body[data-page="query"] .query-result-actions .button {
            width: 100%;
        }
}

/* ===== Query result full-width polish aligned to nav 2026-08-14f ===== */
body[data-page="query"] .query-workbench {
    width: var(--container) !important;
    max-width: var(--container) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

body[data-page="query"] .query-panel,
body[data-page="query"] .query-result-panel,
body[data-page="query"] .query-profile-card {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}

body[data-page="query"] .query-result-panel {
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

    body[data-page="query"] .query-result-panel[hidden] {
        display: none !important;
    }

body[data-page="query"] .query-profile-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(13, 57, 139, 0.12) !important;
    border-radius: 28px !important;
    background: radial-gradient(circle at 100% 0%, rgba(13, 57, 139, 0.06), transparent 34%), linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
    box-shadow: 0 24px 56px rgba(15, 38, 84, 0.1) !important;
}

    body[data-page="query"] .query-profile-card::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 4px;
        background: linear-gradient(90deg, #0d398b 0%, #1f5fc2 48%, #d9ab58 100%);
    }

body[data-page="query"] .query-profile-top {
    display: grid !important;
    grid-template-columns: 168px minmax(0, 1fr) !important;
    gap: 32px !important;
    align-items: center !important;
    padding: 40px 42px 32px !important;
    background: radial-gradient(circle at 92% 18%, rgba(13, 57, 139, 0.08), transparent 28%), radial-gradient(circle at 8% 80%, rgba(217, 171, 88, 0.1), transparent 24%), linear-gradient(180deg, #f7faff 0%, #ffffff 100%) !important;
    border-bottom: 1px solid rgba(13, 57, 139, 0.1) !important;
}

body[data-page="query"] .query-profile-avatar {
      width: 160px !important;
    height: 200px !important;
  aspect-ratio: 5 / 7;
  flex: 0 0 100px;
  border-radius: 4px !important;
  overflow: hidden;
  background: #f5f7fb;
}

body[data-page="query"] .query-profile-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

body[data-page="query"] .query-profile-info .eyebrow {
    margin: 0 0 12px !important;
    color: #0d398b !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
}

body[data-page="query"] .query-profile-info h2 {
    margin: 0 0 18px !important;
    color: #10233f !important;
    font-size: clamp(2.2rem, 3.8vw, 3rem) !important;
    line-height: 1.12 !important;
    letter-spacing: 0.06em !important;
    font-weight: 700 !important;
}

body[data-page="query"] .query-profile-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

    body[data-page="query"] .query-profile-tags span {
        display: inline-flex !important;
        align-items: center !important;
        min-height: 40px !important;
        padding: 8px 16px !important;
        color: #0d398b !important;
        font-size: 0.98rem !important;
        font-weight: 700 !important;
        background: rgba(13, 57, 139, 0.07) !important;
        border: 1px solid rgba(13, 57, 139, 0.12) !important;
        border-radius: 999px !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    }

    body[data-page="query"] .query-profile-tags strong {
        margin-left: 2px;
        font-weight: 800;
    }

body[data-page="query"] .query-profile-bio {
    padding: 30px 42px 8px !important;
}

    body[data-page="query"] .query-profile-bio h3 {
        position: relative !important;
        margin: 0 0 16px !important;
        padding-left: 16px !important;
        color: #10233f !important;
        font-size: 1.28rem !important;
        font-weight: 700 !important;
    }

        body[data-page="query"] .query-profile-bio h3::before {
            content: "" !important;
            position: absolute !important;
            left: 0 !important;
            top: 0.25em !important;
            width: 4px !important;
            height: 1.15em !important;
            border-radius: 999px !important;
            background: linear-gradient(180deg, #0d398b, #d9ab58) !important;
        }

    body[data-page="query"] .query-profile-bio p {
        margin: 0 !important;
        padding: 22px 24px !important;
        color: #4b5568 !important;
        font-size: 1.06rem !important;
        line-height: 2 !important;
        background: linear-gradient(135deg, rgba(13, 57, 139, 0.03), rgba(217, 171, 88, 0.05)), #f7faff !important;
        border: 1px solid rgba(13, 57, 139, 0.1) !important;
        border-radius: 18px !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }

body[data-page="query"] .query-result-actions {
    display: flex !important;
    justify-content: flex-start !important;
    padding: 26px 42px 36px !important;
}

    body[data-page="query"] .query-result-actions .button {
        min-width: 156px !important;
        min-height: 48px !important;
        justify-content: center !important;
        border: 0 !important;
        box-shadow: 0 10px 24px rgba(184, 132, 42, 0.28);
    }

@media (max-width: 780px) {
    body[data-page="query"] .query-profile-top {
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        text-align: center !important;
        gap: 20px !important;
        padding: 28px 20px 24px !important;
    }

    body[data-page="query"] .query-profile-avatar {
        width: 132px !important;
        height: 165px !important;
    }

    body[data-page="query"] .query-profile-tags {
        justify-content: center !important;
    }

    body[data-page="query"] .query-profile-bio {
        padding: 22px 18px 6px !important;
    }

        body[data-page="query"] .query-profile-bio h3 {
            text-align: left !important;
        }

    body[data-page="query"] .query-result-actions {
        padding: 20px 18px 24px !important;
    }

        body[data-page="query"] .query-result-actions .button {
            width: 100% !important;
        }
}

/* ===== Query reset button center 2026-08-14g ===== */
body[data-page="query"] .query-result-actions {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    padding: 26px 42px 36px !important;
}

    body[data-page="query"] .query-result-actions .button {
        min-width: 156px !important;
        justify-content: center !important;
    }

@media (max-width: 780px) {
    body[data-page="query"] .query-result-actions {
        padding: 20px 18px 24px !important;
    }

        body[data-page="query"] .query-result-actions .button {
            width: min(100%, 280px) !important;
        }
}

/* ===== Query multiple personnel results ===== */
body[data-page="query"] .query-results {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    width: 100%;
}

body[data-page="query"] .query-results .query-profile-card {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    justify-self: stretch;
    box-sizing: border-box;
}

/* ===== Media duty page redesign 2026-08-14 ===== */
body[data-page="media-duty"] .duty-page {
    background: radial-gradient(circle at 12% 12%, rgba(13, 57, 139, 0.05), transparent 28%), radial-gradient(circle at 88% 18%, rgba(217, 171, 88, 0.1), transparent 24%), linear-gradient(180deg, #f7faff 0%, #eef4ff 46%, #ffffff 100%);
}

body[data-page="media-duty"] .duty-section {
    padding: 48px 0 96px !important;
    background: transparent !important;
}

body[data-page="media-duty"] .duty-shell {
    width: var(--container) !important;
    max-width: var(--container) !important;
    margin: 0 auto !important;
    display: grid;
    gap: 28px;
}

body[data-page="media-duty"] .duty-panel {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(13, 57, 139, 0.12) !important;
    border-radius: 28px !important;
    background: radial-gradient(circle at 100% 0%, rgba(13, 57, 139, 0.06), transparent 34%), linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
    box-shadow: 0 22px 52px rgba(15, 38, 84, 0.08);
}

    body[data-page="media-duty"] .duty-panel::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 4px;
        background: linear-gradient(90deg, #0d398b 0%, #1f5fc2 50%, #d9ab58 100%);
    }

body[data-page="media-duty"] .duty-panel-head {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    padding: 34px 36px 24px;
    border-bottom: 1px solid rgba(13, 57, 139, 0.08);
    background: linear-gradient(180deg, rgba(247, 250, 255, 0.95), rgba(255, 255, 255, 0.4));
}

body[data-page="media-duty"] .duty-panel-index {
    display: grid;
    place-items: center;
    width: 92px;
    height: 92px;
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    border-radius: 24px;
    background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.24), transparent 36%), linear-gradient(145deg, #0d398b 0%, #1a57b8 55%, #082a67 100%);
    box-shadow: 0 16px 32px rgba(13, 57, 139, 0.22);
}

body[data-page="media-duty"] .duty-panel-head .eyebrow {
    margin: 0 0 8px;
}

body[data-page="media-duty"] .duty-panel-head h2 {
    margin: 0 0 8px;
    color: #10233f;
    font-size: clamp(1.8rem, 3vw, 2.3rem);
    line-height: 1.2;
    letter-spacing: 0.04em;
}

body[data-page="media-duty"] .duty-panel-head p:last-child {
    margin: 0;
    color: #667085;
    line-height: 1.75;
}

body[data-page="media-duty"] .duty-list-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    padding: 24px 28px 30px;
}

body[data-page="media-duty"] .duty-item {
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;
    align-items: center !important;
    min-height: 84px !important;
    padding: 14px 16px 14px 12px !important;
    background: linear-gradient(180deg, #ffffff, #f8fbff) !important;
    border: 1px solid rgba(13, 57, 139, 0.1) !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 24px rgba(15, 38, 84, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

    body[data-page="media-duty"] .duty-item:hover {
        transform: translateY(-3px);
        border-color: rgba(13, 57, 139, 0.22) !important;
        box-shadow: 0 16px 34px rgba(13, 57, 139, 0.1);
    }

    body[data-page="media-duty"] .duty-item span {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 42px !important;
        height: 42px !important;
        margin: 0 !important;
        color: #ffffff !important;
        font-size: 0.95rem !important;
        font-weight: 800 !important;
        letter-spacing: 0.04em;
        border-radius: 14px !important;
        background: linear-gradient(145deg, #0d398b, #174fae) !important;
        box-shadow: 0 8px 18px rgba(13, 57, 139, 0.2);
    }

    body[data-page="media-duty"] .duty-item p {
        margin: 0 !important;
        padding: 0 4px 0 8px !important;
        color: #243247 !important;
        font-size: 1.02rem !important;
        line-height: 1.75 !important;
    }

/* odd last item in politics (7 items) can span full width on desktop for balance */
body[data-page="media-duty"] .duty-panel[data-duty-block="politics"] .duty-item:last-child {
    grid-column: 1 / -1;
}

@media (max-width: 900px) {
    body[data-page="media-duty"] .duty-list-grid {
        grid-template-columns: 1fr !important;
    }

    body[data-page="media-duty"] .duty-panel[data-duty-block="politics"] .duty-item:last-child {
        grid-column: auto;
    }
}

@media (max-width: 780px) {
    body[data-page="media-duty"] .duty-section {
        padding: 28px 0 64px !important;
    }

    body[data-page="media-duty"] .duty-panel-head {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 16px;
        padding: 24px 20px 18px;
    }

    body[data-page="media-duty"] .duty-panel-index {
        width: 72px;
        height: 72px;
        font-size: 1.35rem;
        border-radius: 18px;
    }

    body[data-page="media-duty"] .duty-list-grid {
        padding: 16px 16px 20px;
        gap: 12px !important;
    }

    body[data-page="media-duty"] .duty-item {
        min-height: 76px !important;
        padding: 12px !important;
    }
}

/* ===== Media duty remove big panel numbers 2026-08-14 ===== */
body[data-page="media-duty"] .duty-panel-index {
    display: none !important;
}

body[data-page="media-duty"] .duty-panel-head,
body[data-page="media-duty"] .duty-panel-head-plain {
    display: block !important;
    grid-template-columns: none !important;
    padding: 32px 36px 20px !important;
}

    body[data-page="media-duty"] .duty-panel-head > div,
    body[data-page="media-duty"] .duty-panel-head-plain > div {
        max-width: 760px;
    }

@media (max-width: 780px) {
    body[data-page="media-duty"] .duty-panel-head,
    body[data-page="media-duty"] .duty-panel-head-plain {
        padding: 24px 20px 16px !important;
    }
}

/* ===== Program detail tertiary: page title above, episode title below 2026-08-14 ===== */
body[data-page="program-detail"] .program-watch-subhero h1 {
    max-width: 12ch;
}

body[data-page="program-detail"] .enterprise-program-intro {
    padding-top: 8px;
}

body[data-page="program-detail"] .program-detail-title {
    margin: 0 0 18px;
    color: #10233f;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    line-height: 1.35;
    letter-spacing: 0.02em;
    font-weight: 700;
}

body[data-page="program-detail"] .program-detail-subtitle {
    margin: 18px 0 12px;
    color: #10233f;
    font-size: 1.35rem;
    font-weight: 700;
}

body[data-page="program-detail"] .enterprise-program-intro .player-meta-row {
    margin-bottom: 6px;
}

@media (max-width: 780px) {
    body[data-page="program-detail"] .program-detail-title {
        font-size: 1.45rem;
    }
}

/* ===== Program detail intro centered, no 节目简介 2026-08-14 ===== */
body[data-page="program-detail"] .enterprise-program-intro {
    text-align: center !important;
}

body[data-page="program-detail"] .program-detail-title {
    margin: 0 auto 18px !important;
    text-align: center !important;
    color: #10233f;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: 700;
}

body[data-page="program-detail"] .enterprise-program-intro .player-meta-row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px 16px !important;
    margin: 0 auto 18px !important;
}

body[data-page="program-detail"] .enterprise-program-intro p,
body[data-page="program-detail"] .enterprise-program-intro [data-program-desc] {
    margin: 0 auto !important;
    max-width: 52ch;
    text-align: center !important;
    color: #4b5568;
    font-size: 1.04rem;
    line-height: 1.95;
}

body[data-page="program-detail"] .program-detail-subtitle {
    display: none !important;
}

/* ===== Program detail more top space, no intro text 2026-08-14 ===== */
body[data-page="program-detail"] .enterprise-watch-section {
    padding-top: 56px !important;
}

body[data-page="program-detail"] .enterprise-program-intro {
    padding-top: 36px !important;
    padding-bottom: 28px !important;
    margin-top: 12px !important;
}

body[data-page="program-detail"] .program-detail-title {
    margin-top: 8px !important;
    margin-bottom: 20px !important;
}

body[data-page="program-detail"] .enterprise-program-intro .player-meta-row {
    margin-bottom: 0 !important;
}

body[data-page="program-detail"] .enterprise-program-intro p,
body[data-page="program-detail"] .enterprise-program-intro [data-program-desc] {
    display: none !important;
}

/* ===== Mobile music + reference side nav 2026-08-14 ===== */
.site-music-btn {
    position: fixed;
    top: 18px;
    right: 16px;
    z-index: 1200;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

    .site-music-btn img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
    }

    .site-music-btn.is-playing img {
        animation: siteMusicSpin 4.8s linear infinite;
    }

@keyframes siteMusicSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Desktop: keep music subtle at top-right */
@media (min-width: 781px) {
    .site-music-btn {
        top: 22px;
        right: 22px;
        width: 36px;
        height: 36px;
    }
}

/* Mobile reference-site diamond side nav on all pages */
@media (max-width: 780px) {
    body.is-mobile-nav .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 900;
        background: transparent !important;
        border-bottom: none !important;
        backdrop-filter: none !important;
        box-shadow: none !important;
        pointer-events: none;
    }

    body.is-mobile-nav .nav-shell {
        min-height: 64px;
        justify-content: flex-end;
        pointer-events: none;
    }

    body.is-mobile-nav .brand,
    body.is-mobile-nav .brand-logo,
    body.is-mobile-nav .nav-toggle {
        display: none !important;
    }

    body.is-mobile-nav .nav-menu,
    body.is-mobile-nav .nav-menu.mobile-side-nav,
    body.is-mobile-nav .nav-menu.open {
        position: fixed !important;
        right: 8px !important;
        left: auto !important;
        top: 50% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
        width: 42px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        transform: translateY(-50%) !important;
        pointer-events: auto !important;
        overflow: visible !important;
        z-index: 1100 !important;
    }

        body.is-mobile-nav .nav-menu.is-scrolling {
            opacity: 0.18;
            transform: translate(18px, -50%) scaleX(0.82) !important;
            pointer-events: none !important;
        }

        body.is-mobile-nav .nav-menu a {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 40px !important;
            height: 46px !important;
            min-height: 46px !important;
            padding: 0 !important;
            margin: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            color: #2b1c00 !important;
            font-size: 12px !important;
            font-weight: 700 !important;
            line-height: 1 !important;
            text-align: center !important;
            text-decoration: none !important;
            white-space: nowrap !important;
            background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/music/nav-black.png") center / contain no-repeat !important;
            box-shadow: none !important;
            overflow: visible !important;
        }

            body.is-mobile-nav .nav-menu a::before {
                content: attr(data-short) !important;
                position: relative !important;
                color: #313131 !important;
                font-size: 12px !important;
                font-weight: 700 !important;
                line-height: 1 !important;
                letter-spacing: 0 !important;
                text-shadow: none !important;
                writing-mode: horizontal-tb !important;
            }

            body.is-mobile-nav .nav-menu a::after {
                content: none !important;
            }

        /* hide original full text, show short labels only */
        body.is-mobile-nav .nav-menu a {
            font-size: 0 !important;
            color: transparent !important;
        }

            body.is-mobile-nav .nav-menu a:hover,
            body.is-mobile-nav .nav-menu a.active,
            body.is-mobile-nav .nav-menu a.on {
                background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/music/nav-yellow.png") center / contain no-repeat !important;
                color: transparent !important;
                transform: none !important;
            }

                body.is-mobile-nav .nav-menu a:hover::before,
                body.is-mobile-nav .nav-menu a.active::before {
                    color: #2b1c00 !important;
                }

    /* keep content from sitting under side nav */
    body.is-mobile-nav main {
        padding-right: 0;
    }

    /* music sits above side nav */
    .site-music-btn {
        top: 14px;
        right: 12px;
        width: 32px;
        height: 32px;
    }
}

/* ===== Hide music on PC 2026-08-14 ===== */
@media (min-width: 781px) {
    .site-music-btn,
    #site-music-btn {
        display: none !important;
    }
}

@media (max-width: 780px) {
    .site-music-btn,
    #site-music-btn {
        display: inline-flex !important;
    }
}

/* ===== Inner pages keep mobile header; side nav only on home 2026-08-14 ===== */
@media (max-width: 780px) {
    body:not([data-page="home"]).is-mobile-nav .site-header,
    body:not([data-page="home"]) .site-header {
        position: sticky;
        top: 0;
        pointer-events: auto;
        background: rgba(255, 252, 246, 0.96);
        border-bottom: 1px solid rgba(13, 57, 139, 0.08);
        backdrop-filter: blur(10px);
    }

    body:not([data-page="home"]) .nav-shell {
        min-height: 64px;
        justify-content: space-between;
        pointer-events: auto;
    }

    body:not([data-page="home"]) .brand,
    body:not([data-page="home"]) .brand-logo,
    body:not([data-page="home"]) .nav-toggle {
        display: inline-flex !important;
        pointer-events: auto;
    }

    body:not([data-page="home"]) .nav-menu {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        right: 20px !important;
        left: 20px !important;
        width: auto !important;
        transform: none !important;
        display: none !important;
        flex-direction: column !important;
        gap: 8px !important;
        padding: 14px !important;
        border-radius: 18px !important;
        background: linear-gradient(180deg, rgba(0, 45, 130, 0.98), rgba(6, 56, 148, 0.96)) !important;
        box-shadow: 0 18px 32px rgba(3, 20, 56, 0.24) !important;
    }

        body:not([data-page="home"]) .nav-menu.open {
            display: flex !important;
        }

        body:not([data-page="home"]) .nav-menu a {
            width: 100% !important;
            height: auto !important;
            min-height: 46px !important;
            padding: 0 14px !important;
            border-radius: 12px !important;
            font-size: 1rem !important;
            color: #edf4ff !important;
            background: transparent !important;
        }

            body:not([data-page="home"]) .nav-menu a::before {
                content: none !important;
            }

            body:not([data-page="home"]) .nav-menu a:hover,
            body:not([data-page="home"]) .nav-menu a.active {
                color: #002d82 !important;
                background: linear-gradient(135deg, rgba(255, 243, 214, 0.98), rgba(241, 209, 143, 0.96)) !important;
            }
}

/* ===== Mobile all pages: side nav only, no top dropdown header 2026-08-14 ===== */
@media (max-width: 780px) {
    body.is-mobile-nav .site-header,
    body[data-page] .site-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 900 !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: none !important;
        background: transparent !important;
        border-bottom: none !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
    }

    body.is-mobile-nav .nav-shell,
    body[data-page] .nav-shell {
        min-height: 56px !important;
        justify-content: flex-end !important;
        pointer-events: none !important;
    }

    body.is-mobile-nav .brand,
    body.is-mobile-nav .brand-logo,
    body.is-mobile-nav .nav-toggle,
    body[data-page] .brand,
    body[data-page] .brand-logo,
    body[data-page] .nav-toggle {
        display: none !important;
    }

    body.is-mobile-nav .nav-menu,
    body.is-mobile-nav .nav-menu.mobile-side-nav,
    body.is-mobile-nav .nav-menu.open,
    body[data-page] .nav-menu,
    body[data-page] .nav-menu.open {
        position: fixed !important;
        right: 8px !important;
        left: auto !important;
        top: 50% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
        width: 42px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        transform: translateY(-50%) !important;
        pointer-events: auto !important;
        overflow: visible !important;
        z-index: 1100 !important;
    }

        body.is-mobile-nav .nav-menu.is-scrolling,
        body[data-page] .nav-menu.is-scrolling {
            opacity: 0.18 !important;
            transform: translate(18px, -50%) scaleX(0.82) !important;
            pointer-events: none !important;
        }

        body.is-mobile-nav .nav-menu a,
        body[data-page] .nav-menu a {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 40px !important;
            height: 46px !important;
            min-height: 46px !important;
            padding: 0 !important;
            margin: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            font-size: 0 !important;
            line-height: 1 !important;
            color: transparent !important;
            text-decoration: none !important;
            white-space: nowrap !important;
            background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/music/nav-black.png") center / contain no-repeat !important;
            box-shadow: none !important;
        }

            body.is-mobile-nav .nav-menu a::before,
            body[data-page] .nav-menu a::before {
                content: attr(data-short) !important;
                position: relative !important;
                color: #313131 !important;
                font-size: 12px !important;
                font-weight: 700 !important;
                line-height: 1 !important;
                letter-spacing: 0 !important;
                text-shadow: none !important;
            }

            body.is-mobile-nav .nav-menu a::after,
            body[data-page] .nav-menu a::after {
                content: none !important;
            }

            body.is-mobile-nav .nav-menu a:hover,
            body.is-mobile-nav .nav-menu a.active,
            body[data-page] .nav-menu a:hover,
            body[data-page] .nav-menu a.active {
                background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/music/nav-yellow.png") center / contain no-repeat !important;
                color: transparent !important;
                transform: none !important;
            }

                body.is-mobile-nav .nav-menu a:hover::before,
                body.is-mobile-nav .nav-menu a.active::before,
                body[data-page] .nav-menu a:hover::before,
                body[data-page] .nav-menu a.active::before {
                    color: #2b1c00 !important;
                }

    /* 内页顶部内容头（山峦标题区）保持显示，不吃顶部导航高度 */
    body:not([data-page="home"]) .subhero,
    body:not([data-page="home"]) .duty-subhero,
    body:not([data-page="home"]) .party-subhero,
    body:not([data-page="home"]) .query-subhero {
        padding-top: 72px !important;
    }
}

/* ===== Unify home mobile side nav with other pages (no CSS rotate twist) 2026-08-14 ===== */
@media (max-width: 780px) {
    body[data-page="home"].is-mobile-nav .nav-menu,
    body[data-page="home"] .nav-menu,
    body[data-page="home"] .nav-menu.mobile-side-nav,
    body[data-page="home"] .nav-menu.open {
        position: fixed !important;
        right: 8px !important;
        left: auto !important;
        top: 50% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
        width: 42px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        transform: translateY(-50%) !important;
        transform-origin: center center !important;
        pointer-events: auto !important;
        overflow: visible !important;
        z-index: 1100 !important;
    }

        body[data-page="home"].is-mobile-nav .nav-menu.is-scrolling,
        body[data-page="home"] .nav-menu.is-scrolling {
            opacity: 0.18 !important;
            transform: translate(18px, -50%) scaleX(0.82) !important;
            pointer-events: none !important;
        }

        body[data-page="home"].is-mobile-nav .nav-menu a,
        body[data-page="home"] .nav-menu a {
            position: relative !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 40px !important;
            height: 46px !important;
            min-height: 46px !important;
            padding: 0 !important;
            margin: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            font-size: 0 !important;
            line-height: 1 !important;
            color: transparent !important;
            text-decoration: none !important;
            white-space: nowrap !important;
            overflow: visible !important;
            background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/music/nav-black.png") center / contain no-repeat !important;
            box-shadow: none !important;
            transform: none !important;
        }

            body[data-page="home"].is-mobile-nav .nav-menu a::before,
            body[data-page="home"] .nav-menu a::before {
                content: attr(data-short) !important;
                position: relative !important;
                z-index: 1 !important;
                color: #313131 !important;
                font-size: 12px !important;
                font-weight: 700 !important;
                line-height: 1 !important;
                letter-spacing: 0 !important;
                text-shadow: none !important;
                writing-mode: horizontal-tb !important;
                text-orientation: mixed !important;
                transform: none !important;
            }

            body[data-page="home"].is-mobile-nav .nav-menu a::after,
            body[data-page="home"] .nav-menu a::after {
                content: none !important;
            }

            body[data-page="home"].is-mobile-nav .nav-menu a:hover,
            body[data-page="home"].is-mobile-nav .nav-menu a.active,
            body[data-page="home"] .nav-menu a:hover,
            body[data-page="home"] .nav-menu a.active {
                background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/music/nav-yellow.png") center / contain no-repeat !important;
                border: 0 !important;
                color: transparent !important;
                box-shadow: none !important;
                transform: none !important;
            }

                body[data-page="home"].is-mobile-nav .nav-menu a:hover::before,
                body[data-page="home"].is-mobile-nav .nav-menu a.active::before,
                body[data-page="home"] .nav-menu a:hover::before,
                body[data-page="home"] .nav-menu a.active::before {
                    color: #2b1c00 !important;
                    transform: none !important;
                }
}

/* ===== Mobile: keep top logo header on inner pages + side diamond nav 2026-08-14 ===== */
@media (max-width: 780px) {
    /* 内页恢复顶部 logo 头，不恢复汉堡下拉 */
    body:not([data-page="home"]).is-mobile-nav .site-header,
    body:not([data-page="home"]) .site-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1000 !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        background: rgba(255, 252, 246, 0.96) !important;
        border-bottom: 1px solid rgba(13, 57, 139, 0.1) !important;
        box-shadow: 0 8px 24px rgba(15, 38, 84, 0.08) !important;
        backdrop-filter: blur(12px) !important;
    }

    body:not([data-page="home"]).is-mobile-nav .nav-shell,
    body:not([data-page="home"]) .nav-shell {
        min-height: 58px !important;
        justify-content: space-between !important;
        align-items: center !important;
        pointer-events: auto !important;
        padding-right: 52px !important; /* leave room for music button */
    }

    body:not([data-page="home"]).is-mobile-nav .brand,
    body:not([data-page="home"]).is-mobile-nav .brand-logo,
    body:not([data-page="home"]) .brand,
    body:not([data-page="home"]) .brand-logo {
        display: inline-flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body:not([data-page="home"]).is-mobile-nav .brand-logo,
    body:not([data-page="home"]) .brand-logo {
        height: 34px !important;
        width: auto !important;
        max-width: 180px !important;
    }

    /* 仍然汉堡和下拉菜单，导航走侧边菱形 */
    body:not([data-page="home"]).is-mobile-nav .nav-toggle,
    body:not([data-page="home"]) .nav-toggle {
        display: none !important;
    }

    body:not([data-page="home"]).is-mobile-nav .nav-menu,
    body:not([data-page="home"]).is-mobile-nav .nav-menu.mobile-side-nav,
    body:not([data-page="home"]).is-mobile-nav .nav-menu.open,
    body:not([data-page="home"]) .nav-menu,
    body:not([data-page="home"]) .nav-menu.open {
        position: fixed !important;
        right: 8px !important;
        left: auto !important;
        top: 50% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
        width: 42px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        transform: translateY(-50%) !important;
        pointer-events: auto !important;
        overflow: visible !important;
        z-index: 1100 !important;
    }

        body:not([data-page="home"]).is-mobile-nav .nav-menu a,
        body:not([data-page="home"]) .nav-menu a {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 40px !important;
            height: 46px !important;
            min-height: 46px !important;
            padding: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            font-size: 0 !important;
            color: transparent !important;
            background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/music/nav-black.png") center / contain no-repeat !important;
            box-shadow: none !important;
            transform: none !important;
        }

            body:not([data-page="home"]).is-mobile-nav .nav-menu a::before,
            body:not([data-page="home"]) .nav-menu a::before {
                content: attr(data-short) !important;
                color: #313131 !important;
                font-size: 12px !important;
                font-weight: 700 !important;
                transform: none !important;
            }

            body:not([data-page="home"]).is-mobile-nav .nav-menu a::after,
            body:not([data-page="home"]) .nav-menu a::after {
                content: none !important;
            }

            body:not([data-page="home"]).is-mobile-nav .nav-menu a:hover,
            body:not([data-page="home"]).is-mobile-nav .nav-menu a.active,
            body:not([data-page="home"]) .nav-menu a:hover,
            body:not([data-page="home"]) .nav-menu a.active {
                background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/music/nav-yellow.png") center / contain no-repeat !important;
                color: transparent !important;
                transform: none !important;
            }

                body:not([data-page="home"]).is-mobile-nav .nav-menu a:hover::before,
                body:not([data-page="home"]).is-mobile-nav .nav-menu a.active::before,
                body:not([data-page="home"]) .nav-menu a:hover::before,
                body:not([data-page="home"]) .nav-menu a.active::before {
                    color: #2b1c00 !important;
                }

    /* 标题区给顶部 logo 头留空，避免被挡住 */
    body:not([data-page="home"]) .subhero,
    body:not([data-page="home"]) .duty-subhero,
    body:not([data-page="home"]) .party-subhero,
    body:not([data-page="home"]) .query-subhero,
    body:not([data-page="home"]) .org-hero-section,
    body:not([data-page="home"]) .host-detail-subhero,
    body:not([data-page="home"]) .program-watch-subhero {
        padding-top: 0 !important;
    }

        body:not([data-page="home"]) .subhero-layout,
        body:not([data-page="home"]) .org-hero-section .container {
            padding-top: 88px !important;
        }

    /* 首页仍不显示顶部 logo 头，只保留侧边导航 */
    body[data-page="home"].is-mobile-nav .site-header {
        background: transparent !important;
        border-bottom: none !important;
        box-shadow: none !important;
        pointer-events: none !important;
    }

    body[data-page="home"].is-mobile-nav .brand,
    body[data-page="home"].is-mobile-nav .brand-logo,
    body[data-page="home"].is-mobile-nav .nav-toggle {
        display: none !important;
    }
}

/* ===== Mobile inner header blue like PC + fix side nav center 2026-08-14 ===== */
@media (max-width: 780px) {
    /* 内页顶部头：与 PC 同款蓝色渐变 */
    body:not([data-page="home"]).is-mobile-nav .site-header,
    body:not([data-page="home"]) .site-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1000 !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        background: linear-gradient(180deg, rgba(0, 45, 130, 0.96), rgba(6, 56, 148, 0.92)) !important;
        border-bottom: 1px solid rgba(173, 204, 255, 0.18) !important;
        box-shadow: 0 10px 28px rgba(3, 20, 56, 0.18) !important;
        backdrop-filter: blur(16px) !important;
    }

    body:not([data-page="home"]).is-mobile-nav .nav-shell,
    body:not([data-page="home"]) .nav-shell {
        min-height: 58px !important;
        justify-content: space-between !important;
        align-items: center !important;
        pointer-events: auto !important;
        padding-right: 52px !important;
                padding-left: 20px;
    }

    body:not([data-page="home"]).is-mobile-nav .brand,
    body:not([data-page="home"]).is-mobile-nav .brand-logo,
    body:not([data-page="home"]) .brand,
    body:not([data-page="home"]) .brand-logo {
        display: inline-flex !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body:not([data-page="home"]) .brand-logo {
        height: 34px !important;
        max-width: 180px !important;
        filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.18)) !important;
    }

    body:not([data-page="home"]) .nav-toggle {
        display: none !important;
    }

    /* 侧边导航：真正垂直居中，避开顶部蓝头与音乐按钮 */
    body.is-mobile-nav .nav-menu,
    body.is-mobile-nav .nav-menu.mobile-side-nav,
    body.is-mobile-nav .nav-menu.open,
    body[data-page] .nav-menu,
    body[data-page] .nav-menu.open,
    body[data-page="home"] .nav-menu,
    body:not([data-page="home"]) .nav-menu {
        position: fixed !important;
        right: 8px !important;
        left: auto !important;
        top: 50% !important;
        bottom: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        width: 42px !important;
        max-height: calc(100vh - 120px) !important;
        max-height: calc(100svh - 120px) !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        transform: translateY(-50%) !important;
        transform-origin: center center !important;
        pointer-events: auto !important;
        overflow: visible !important;
        z-index: 1100 !important;
    }

        body.is-mobile-nav .nav-menu.is-scrolling,
        body[data-page] .nav-menu.is-scrolling,
        body[data-page="home"] .nav-menu.is-scrolling {
            opacity: 0.18 !important;
            transform: translate(18px, -50%) scaleX(0.82) !important;
            pointer-events: none !important;
        }

        body.is-mobile-nav .nav-menu a,
        body[data-page] .nav-menu a,
        body[data-page="home"] .nav-menu a,
        body:not([data-page="home"]) .nav-menu a {
            flex: 0 0 auto !important;
            width: 38px !important;
            height: 42px !important;
            min-height: 42px !important;
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            font-size: 0 !important;
            color: transparent !important;
            background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/music/nav-black.png") center / contain no-repeat !important;
            box-shadow: none !important;
            transform: none !important;
        }

            body.is-mobile-nav .nav-menu a::before,
            body[data-page] .nav-menu a::before,
            body[data-page="home"] .nav-menu a::before,
            body:not([data-page="home"]) .nav-menu a::before {
                content: attr(data-short) !important;
                color: #313131 !important;
                font-size: 12px !important;
                font-weight: 700 !important;
                transform: none !important;
                text-shadow: none !important;
            }

            body.is-mobile-nav .nav-menu a::after,
            body[data-page] .nav-menu a::after,
            body[data-page="home"] .nav-menu a::after,
            body:not([data-page="home"]) .nav-menu a::after {
                content: none !important;
            }

            body.is-mobile-nav .nav-menu a:hover,
            body.is-mobile-nav .nav-menu a.active,
            body[data-page] .nav-menu a:hover,
            body[data-page] .nav-menu a.active,
            body[data-page="home"] .nav-menu a:hover,
            body[data-page="home"] .nav-menu a.active,
            body:not([data-page="home"]) .nav-menu a:hover,
            body:not([data-page="home"]) .nav-menu a.active {
                background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/music/nav-yellow.png") center / contain no-repeat !important;
                color: transparent !important;
                transform: none !important;
            }

                body.is-mobile-nav .nav-menu a:hover::before,
                body.is-mobile-nav .nav-menu a.active::before,
                body[data-page] .nav-menu a:hover::before,
                body[data-page] .nav-menu a.active::before,
                body[data-page="home"] .nav-menu a:hover::before,
                body[data-page="home"] .nav-menu a.active::before,
                body:not([data-page="home"]) .nav-menu a:hover::before,
                body:not([data-page="home"]) .nav-menu a.active::before {
                    color: #2b1c00 !important;
                    transform: none !important;
                }

    /* 标题区避开蓝色顶头 */
    body:not([data-page="home"]) .subhero-layout,
    body:not([data-page="home"]) .org-hero-section .container {
        padding-top: 92px !important;
    }

    /* 音乐按钮在蓝头内右上角 */
    body:not([data-page="home"]) .site-music-btn,
    body:not([data-page="home"]) #site-music-btn {
        top: 12px !important;
        right: 12px !important;
        z-index: 1205 !important;
    }

    /* 首页仍无蓝色顶头 */
    body[data-page="home"].is-mobile-nav .site-header {
        background: transparent !important;
        border-bottom: none !important;
        box-shadow: none !important;
        pointer-events: none !important;
    }

    body[data-page="home"].is-mobile-nav .brand,
    body[data-page="home"].is-mobile-nav .brand-logo,
    body[data-page="home"].is-mobile-nav .nav-toggle {
        display: none !important;
    }
}

/* ===== Mobile side nav: below blue header, fully visible, true center 2026-08-14 ===== */
@media (max-width: 780px) {
    body.is-mobile-nav .nav-menu,
    body.is-mobile-nav .nav-menu.mobile-side-nav,
    body.is-mobile-nav .nav-menu.open,
    body[data-page] .nav-menu,
    body[data-page] .nav-menu.open,
    body[data-page="home"] .nav-menu,
    body[data-page="home"] .nav-menu.open,
    body:not([data-page="home"]) .nav-menu,
    body:not([data-page="home"]) .nav-menu.open {
        position: fixed !important;
        right: 6px !important;
        left: auto !important;
        /* 内页有蓝头：从顶栏下方到屏幕底部之间居中；首页无蓝头同样可用 */
        top: 64px !important;
        bottom: 12px !important;
        height: auto !important;
        max-height: none !important;
        width: 40px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        transform: none !important;
        transform-origin: center center !important;
        pointer-events: auto !important;
        overflow: visible !important;
        z-index: 1100 !important;
    }

    /* 首页没有蓝头，侧栏可用更靠上的区域 */
    body[data-page="home"].is-mobile-nav .nav-menu,
    body[data-page="home"] .nav-menu {
        top: 56px !important;
        bottom: 12px !important;
    }

        body.is-mobile-nav .nav-menu.is-scrolling,
        body[data-page] .nav-menu.is-scrolling,
        body[data-page="home"] .nav-menu.is-scrolling,
        body:not([data-page="home"]) .nav-menu.is-scrolling {
            opacity: 0.2 !important;
            transform: translateX(14px) !important;
            pointer-events: none !important;
        }

        body.is-mobile-nav .nav-menu a,
        body[data-page] .nav-menu a,
        body[data-page="home"] .nav-menu a,
        body:not([data-page="home"]) .nav-menu a {
            flex: 0 0 auto !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 38px !important;
            height: 42px !important;
            min-height: 42px !important;
            max-height: 42px !important;
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            font-size: 0 !important;
            line-height: 1 !important;
            color: transparent !important;
            text-decoration: none !important;
            white-space: nowrap !important;
            background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/music/nav-black.png") center / contain no-repeat !important;
            box-shadow: none !important;
            transform: none !important;
            overflow: visible !important;
        }

            body.is-mobile-nav .nav-menu a::before,
            body[data-page] .nav-menu a::before,
            body[data-page="home"] .nav-menu a::before,
            body:not([data-page="home"]) .nav-menu a::before {
                content: attr(data-short) !important;
                position: relative !important;
                z-index: 1 !important;
                color: #313131 !important;
                font-size: 12px !important;
                font-weight: 700 !important;
                line-height: 1 !important;
                letter-spacing: 0 !important;
                text-shadow: none !important;
                writing-mode: horizontal-tb !important;
                transform: none !important;
            }

            body.is-mobile-nav .nav-menu a::after,
            body[data-page] .nav-menu a::after,
            body[data-page="home"] .nav-menu a::after,
            body:not([data-page="home"]) .nav-menu a::after {
                content: none !important;
                display: none !important;
            }

            body.is-mobile-nav .nav-menu a:hover,
            body.is-mobile-nav .nav-menu a.active,
            body[data-page] .nav-menu a:hover,
            body[data-page] .nav-menu a.active,
            body[data-page="home"] .nav-menu a:hover,
            body[data-page="home"] .nav-menu a.active,
            body:not([data-page="home"]) .nav-menu a:hover,
            body:not([data-page="home"]) .nav-menu a.active {
                background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/music/nav-yellow.png") center / contain no-repeat !important;
                color: transparent !important;
                transform: none !important;
            }

                body.is-mobile-nav .nav-menu a:hover::before,
                body.is-mobile-nav .nav-menu a.active::before,
                body[data-page] .nav-menu a:hover::before,
                body[data-page] .nav-menu a.active::before,
                body[data-page="home"] .nav-menu a:hover::before,
                body[data-page="home"] .nav-menu a.active::before,
                body:not([data-page="home"]) .nav-menu a:hover::before,
                body:not([data-page="home"]) .nav-menu a.active::before {
                    color: #2b1c00 !important;
                    transform: none !important;
                }

    /* 更小屏再压缩，确保 9 项都在屏内 */
    @media (max-height: 720px) {
        body.is-mobile-nav .nav-menu,
        body[data-page] .nav-menu,
        body[data-page="home"] .nav-menu,
        body:not([data-page="home"]) .nav-menu {
            gap: 4px !important;
        }

            body.is-mobile-nav .nav-menu a,
            body[data-page] .nav-menu a,
            body[data-page="home"] .nav-menu a,
            body:not([data-page="home"]) .nav-menu a {
                width: 34px !important;
                height: 38px !important;
                min-height: 38px !important;
                max-height: 38px !important;
            }

                body.is-mobile-nav .nav-menu a::before,
                body[data-page] .nav-menu a::before,
                body[data-page="home"] .nav-menu a::before,
                body:not([data-page="home"]) .nav-menu a::before {
                    font-size: 11px !important;
                }
    }
}

/* ===== Side nav as body child (not inside header) 2026-08-14 ===== */
@media (max-width: 780px) {
    /* header 只保留 logo + 音乐，不再承载导航列表 */
    body.is-mobile-nav .site-header .nav-menu {
        display: none !important;
    }

    /* 挂到 body 上的侧边导航 */
    body > .nav-menu.mobile-side-nav,
    body.is-mobile-nav > .nav-menu,
    .nav-menu.mobile-side-nav {
        position: fixed !important;
        top: 50% !important;
        right: 8px !important;
        left: auto !important;
        bottom: auto !important;
        width: 42px !important;
        height: auto !important;
        max-height: calc(100vh - 24px) !important;
        max-height: calc(100svh - 24px) !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        transform: translateY(-50%) !important;
        z-index: 1200 !important;
        pointer-events: auto !important;
        overflow: visible !important;
    }

        body > .nav-menu.mobile-side-nav.is-scrolling,
        body.is-mobile-nav > .nav-menu.is-scrolling,
        .nav-menu.mobile-side-nav.is-scrolling {
            opacity: 0.18 !important;
            transform: translate(16px, -50%) !important;
            pointer-events: none !important;
        }

        body > .nav-menu.mobile-side-nav a,
        body.is-mobile-nav > .nav-menu a,
        .nav-menu.mobile-side-nav a {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 40px !important;
            height: 46px !important;
            min-height: 46px !important;
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            font-size: 0 !important;
            color: transparent !important;
            text-decoration: none !important;
            background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/music/nav-black.png") center / contain no-repeat !important;
            box-shadow: none !important;
            transform: none !important;
        }

            body > .nav-menu.mobile-side-nav a::before,
            body.is-mobile-nav > .nav-menu a::before,
            .nav-menu.mobile-side-nav a::before {
                content: attr(data-short) !important;
                color: #313131 !important;
                font-size: 12px !important;
                font-weight: 700 !important;
                line-height: 1 !important;
                transform: none !important;
                text-shadow: none !important;
            }

            body > .nav-menu.mobile-side-nav a::after,
            body.is-mobile-nav > .nav-menu a::after,
            .nav-menu.mobile-side-nav a::after {
                content: none !important;
                display: none !important;
            }

            body > .nav-menu.mobile-side-nav a:hover,
            body > .nav-menu.mobile-side-nav a.active,
            body.is-mobile-nav > .nav-menu a:hover,
            body.is-mobile-nav > .nav-menu a.active,
            .nav-menu.mobile-side-nav a:hover,
            .nav-menu.mobile-side-nav a.active {
                background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/music/nav-yellow.png") center / contain no-repeat !important;
                color: transparent !important;
                transform: none !important;
            }

                body > .nav-menu.mobile-side-nav a:hover::before,
                body > .nav-menu.mobile-side-nav a.active::before,
                body.is-mobile-nav > .nav-menu a:hover::before,
                body.is-mobile-nav > .nav-menu a.active::before,
                .nav-menu.mobile-side-nav a:hover::before,
                .nav-menu.mobile-side-nav a.active::before {
                    color: #2b1c00 !important;
                }

    @media (max-height: 720px) {
        body > .nav-menu.mobile-side-nav,
        body.is-mobile-nav > .nav-menu,
        .nav-menu.mobile-side-nav {
            gap: 4px !important;
        }

            body > .nav-menu.mobile-side-nav a,
            body.is-mobile-nav > .nav-menu a,
            .nav-menu.mobile-side-nav a {
                width: 34px !important;
                height: 38px !important;
                min-height: 38px !important;
            }

                body > .nav-menu.mobile-side-nav a::before,
                body.is-mobile-nav > .nav-menu a::before,
                .nav-menu.mobile-side-nav a::before {
                    font-size: 11px !important;
                }
    }
}

/* PC 保持导航在 header 内，不受影响 */
@media (min-width: 781px) {
    body > .nav-menu.mobile-side-nav {
        /* 若异常残留在 body，resize 回 PC 时由 JS 收回 header */
    }
}

/* ===== Unify mobile side-nav hide animation for home + inner pages 2026-08-14 ===== */
@media (max-width: 780px) {
    body > .nav-menu.mobile-side-nav,
    body.is-mobile-nav > .nav-menu,
    .nav-menu.mobile-side-nav,
    body[data-page="home"] .nav-menu.mobile-side-nav,
    body:not([data-page="home"]) .nav-menu.mobile-side-nav {
        transition: opacity 0.22s ease, transform 0.28s ease !important;
    }

        /* 统一隐藏：向右滑出并变淡，首页/内页完全一致 */
        body > .nav-menu.mobile-side-nav.is-scrolling,
        body.is-mobile-nav > .nav-menu.is-scrolling,
        .nav-menu.mobile-side-nav.is-scrolling,
        body[data-page="home"] .nav-menu.is-scrolling,
        body[data-page="home"] .nav-menu.mobile-side-nav.is-scrolling,
        body:not([data-page="home"]) .nav-menu.is-scrolling,
        body:not([data-page="home"]) .nav-menu.mobile-side-nav.is-scrolling,
        body.is-mobile-nav .nav-menu.is-scrolling,
        body[data-page] .nav-menu.is-scrolling {
            opacity: 0 !important;
            visibility: hidden !important;
            transform: translate(28px, -50%) !important;
            pointer-events: none !important;
        }
}

/* ===== Home side-nav: pure right horizontal hide (no top-right diagonal) 2026-08-14 ===== */
@media (max-width: 780px) {
    /* kill old home-only origin/scale that makes it look like sliding from top-right */
    body[data-page="home"] .nav-menu,
    body[data-page="home"] .nav-menu.mobile-side-nav,
    body[data-page="home"].is-mobile-nav .nav-menu,
    body[data-page="home"].is-mobile-nav > .nav-menu,
    body[data-page="home"] > .nav-menu.mobile-side-nav {
        transform-origin: center center !important;
        top: 50% !important;
        right: 8px !important;
        transform: translateY(-50%) !important;
    }

        body[data-page="home"] .nav-menu.is-scrolling,
        body[data-page="home"] .nav-menu.mobile-side-nav.is-scrolling,
        body[data-page="home"].is-mobile-nav .nav-menu.is-scrolling,
        body[data-page="home"].is-mobile-nav > .nav-menu.is-scrolling,
        body[data-page="home"] > .nav-menu.mobile-side-nav.is-scrolling {
            opacity: 0 !important;
            visibility: hidden !important;
            /* only move right horizontally, keep vertical center */
            transform: translate(28px, -50%) !important;
            scale: none !important;
            pointer-events: none !important;
        }
}

/* ===== Ensure all 9 mobile side-nav items visible (fix missing 问答) 2026-08-14 ===== */
@media (max-width: 780px) {
    body > .nav-menu.mobile-side-nav,
    body.is-mobile-nav > .nav-menu,
    .nav-menu.mobile-side-nav {
        top: 50% !important;
        bottom: auto !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        gap: 5px !important;
        transform: translateY(-50%) !important;
    }

        body > .nav-menu.mobile-side-nav a,
        body.is-mobile-nav > .nav-menu a,
        .nav-menu.mobile-side-nav a,
        body > .nav-menu.mobile-side-nav a[data-nav="qa"],
        body.is-mobile-nav > .nav-menu a[data-nav="qa"],
        .nav-menu.mobile-side-nav a[data-nav="qa"],
        body > .nav-menu.mobile-side-nav a[data-short="问答"],
        body.is-mobile-nav > .nav-menu a[data-short="问答"],
        .nav-menu.mobile-side-nav a[data-short="问答"] {
            display: flex !important;
            visibility: visible !important;
            opacity: 1 !important;
            width: 36px !important;
            height: 40px !important;
            min-height: 40px !important;
            max-height: 40px !important;
        }

            body > .nav-menu.mobile-side-nav a::before,
            body.is-mobile-nav > .nav-menu a::before,
            .nav-menu.mobile-side-nav a::before {
                font-size: 11px !important;
            }

    /* 9 items total height roughly 40*9 + 5*8 = 400px, fits common phones */
    @media (max-height: 700px) {
        body > .nav-menu.mobile-side-nav,
        body.is-mobile-nav > .nav-menu,
        .nav-menu.mobile-side-nav {
            gap: 3px !important;
        }

            body > .nav-menu.mobile-side-nav a,
            body.is-mobile-nav > .nav-menu a,
            .nav-menu.mobile-side-nav a {
                width: 32px !important;
                height: 36px !important;
                min-height: 36px !important;
                max-height: 36px !important;
            }

                body > .nav-menu.mobile-side-nav a::before,
                body.is-mobile-nav > .nav-menu a::before,
                .nav-menu.mobile-side-nav a::before {
                    font-size: 10px !important;
                }
    }
}

/* ===== Home host cards bigger, still 4 visible 2026-08-17 ===== */
body[data-page="home"] .host-carousel-fullbleed {
    width: min(100%, 1480px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}

body[data-page="home"] .host-carousel {
    grid-template-columns: 48px minmax(0, 1fr) 48px !important;
    gap: 12px !important;
}

body[data-page="home"] .host-carousel-viewport {
    overflow: hidden !important;
    padding: 18px 0 28px !important;
    margin: -18px 0 -28px !important;
}

body[data-page="home"] .host-carousel-page {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

body[data-page="home"] .host-stage-card,
body[data-page="home"] .host-stage-card:nth-child(2) {
    border-radius: 24px !important;
    box-shadow: 0 22px 48px rgba(13, 57, 139, 0.12) !important;
}

    body[data-page="home"] .host-stage-card a,
    body[data-page="home"] .host-stage-card:nth-child(2) a {
        aspect-ratio: 0.72 !important; /* 更高一点，人物更大 */
        min-height: 320px;
    }

    body[data-page="home"] .host-stage-card img {
        object-fit: cover !important;
        object-position: center top !important;
    }

    body[data-page="home"] .host-stage-card > div,
    body[data-page="home"] .host-stage-card:nth-child(2) > div {
        gap: 12px !important;
        padding: 20px 18px 24px !important;
    }

    body[data-page="home"] .host-stage-card span {
        font-size: 0.86rem !important;
        padding: 6px 12px !important;
    }

    body[data-page="home"] .host-stage-card h3 {
        font-size: clamp(1.2rem, 1.6vw, 1.45rem) !important;
    }

    body[data-page="home"] .host-stage-card p {
        font-size: 1rem !important;
        line-height: 1.7 !important;
    }

    /* 取消过小 depth 缩放，让可见卡片更接近同大 */
    body[data-page="home"] .host-stage-card.is-in-view {
        transform: none !important;
        opacity: 1 !important;
        filter: none !important;
    }

@media (max-width: 1080px) {
    body[data-page="home"] .host-carousel-page {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body[data-page="home"] .host-stage-card a,
    body[data-page="home"] .host-stage-card:nth-child(2) a {
        min-height: 280px;
        aspect-ratio: 0.75 !important;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .host-carousel-fullbleed {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    body[data-page="home"] .host-carousel-page {
        grid-template-columns: 1fr !important;
    }

    body[data-page="home"] .host-stage-card a,
    body[data-page="home"] .host-stage-card:nth-child(2) a {
        min-height: 360px;
        aspect-ratio: 0.78 !important;
    }
}

/* ===== Home hosts 100% fluid adaptive 2026-08-17 ===== */
body[data-page="home"] .hosts-section.hosts-section-fullbleed {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body[data-page="home"] .hosts-section .home-section-title {
    width: var(--container) !important;
    max-width: var(--container) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body[data-page="home"] .host-carousel-fullbleed {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 clamp(12px, 2.2vw, 28px) !important;
    box-sizing: border-box !important;
}

    body[data-page="home"] .host-carousel-fullbleed .host-carousel,
    body[data-page="home"] .host-carousel {
        width: 100% !important;
        max-width: none !important;
        display: grid !important;
        grid-template-columns: clamp(40px, 3.2vw, 54px) minmax(0, 1fr) clamp(40px, 3.2vw, 54px) !important;
        gap: clamp(8px, 1vw, 16px) !important;
        align-items: center !important;
        padding: 0 !important;
    }

    body[data-page="home"] .host-carousel-fullbleed .host-carousel-viewport,
    body[data-page="home"] .host-carousel-viewport {
        width: 100% !important;
        overflow: hidden !important;
        padding: clamp(12px, 1.8vw, 28px) 0 !important;
        margin: 0 !important;
        mask-image: none !important;
        perspective: none !important;
    }

    body[data-page="home"] .host-carousel-fullbleed .host-carousel-track,
    body[data-page="home"] .host-carousel-track {
        width: 100% !important;
        max-width: none !important;
        gap: 0 !important; /* gap 由 JS flex 计算，避免双重间距把卡片压小 */
        transform-style: flat !important;
    }

    body[data-page="home"] .host-carousel-fullbleed .host-carousel-page,
    body[data-page="home"] .host-carousel-page {
        display: contents !important;
        min-width: 0 !important;
    }

    body[data-page="home"] .host-carousel-fullbleed .host-stage-card,
    body[data-page="home"] .host-stage-card,
    body[data-page="home"] .host-stage-card:nth-child(2) {
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        border-radius: clamp(16px, 1.4vw, 24px) !important;
        box-shadow: 0 1.2vw 2.8vw rgba(13, 57, 139, 0.12) !important;
        transform: none !important;
        opacity: 1 !important;
        filter: none !important;
    }

        body[data-page="home"] .host-carousel-fullbleed .host-stage-card a,
        body[data-page="home"] .host-stage-card a,
        body[data-page="home"] .host-stage-card:nth-child(2) a {
            width: 100% !important;
            height: auto !important;
            min-height: 0 !important;
            max-height: none !important;
            aspect-ratio: 3 / 4 !important; /* 竖版全身照比例，随宽度自适应高度 */
            padding: 0 !important;
            background: #fff !important;
        }

        body[data-page="home"] .host-carousel-fullbleed .host-stage-card img,
        body[data-page="home"] .host-stage-card img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
            object-position: center top !important;
        }

        body[data-page="home"] .host-stage-card > div,
        body[data-page="home"] .host-stage-card:nth-child(2) > div {
            gap: clamp(8px, 0.8vw, 12px) !important;
            padding: clamp(14px, 1.2vw, 22px) clamp(12px, 1vw, 18px) clamp(16px, 1.4vw, 24px) !important;
            text-align: center;
        }

        body[data-page="home"] .host-stage-card span {
            font-size: clamp(0.78rem, 0.85vw, 0.92rem) !important;
            margin: 0 auto;
        }

        body[data-page="home"] .host-stage-card h3 {
            font-size: clamp(1.05rem, 1.35vw, 1.45rem) !important;
        }

        body[data-page="home"] .host-stage-card p {
            font-size: clamp(0.9rem, 1vw, 1.05rem) !important;
            line-height: 1.7 !important;
        }

    body[data-page="home"] .host-carousel-fullbleed .host-carousel-arrow,
    body[data-page="home"] .host-carousel-arrow {
        width: clamp(40px, 3.2vw, 54px) !important;
        height: clamp(40px, 3.2vw, 54px) !important;
    }

    /* 取消之前固定 min-height / 限宽把卡片做小 */
    body[data-page="home"] .host-carousel-fullbleed .host-stage-card.is-side,
    body[data-page="home"] .host-carousel-fullbleed .host-stage-card.is-lead {
        transform: none !important;
        filter: none !important;
        opacity: 1 !important;
    }

@media (max-width: 1080px) {
    body[data-page="home"] .host-carousel-fullbleed .host-carousel,
    body[data-page="home"] .host-carousel {
        grid-template-columns: clamp(36px, 4vw, 48px) minmax(0, 1fr) clamp(36px, 4vw, 48px) !important;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .host-carousel-fullbleed {
        padding: 0 16px !important;
    }

        body[data-page="home"] .host-carousel-fullbleed .host-carousel,
        body[data-page="home"] .host-carousel {
            grid-template-columns: 1fr !important;
        }

        body[data-page="home"] .host-carousel-fullbleed .host-carousel-arrow,
        body[data-page="home"] .host-carousel-arrow {
            display: none !important;
        }

    body[data-page="home"] .host-stage-card a,
    body[data-page="home"] .host-stage-card:nth-child(2) a {
        aspect-ratio: 3 / 4 !important;
    }
}

/* ===== Host carousel linked peek + spacing restore 2026-08-17 ===== */
body[data-page="home"] .host-carousel-fullbleed {
    width: 100% !important;
    max-width: none !important;
    padding: 0 clamp(8px, 1.2vw, 18px) !important;
}

    body[data-page="home"] .host-carousel-fullbleed .host-carousel,
    body[data-page="home"] .host-carousel {
        grid-template-columns: clamp(40px, 3vw, 54px) minmax(0, 1fr) clamp(40px, 3vw, 54px) !important;
        gap: clamp(8px, 1vw, 14px) !important;
        padding: 0 !important;
    }

    body[data-page="home"] .host-carousel-fullbleed .host-carousel-viewport,
    body[data-page="home"] .host-carousel-viewport {
        overflow: hidden !important;
        padding: clamp(18px, 2vw, 36px) 0 !important;
        margin: 0 !important;
        /* 左右微弱羽化，强化半露联动 */
        mask-image: linear-gradient(90deg, transparent 0, #000 2.5%, #000 97.5%, transparent 100%) !important;
    }

    body[data-page="home"] .host-carousel-fullbleed .host-carousel-track,
    body[data-page="home"] .host-carousel-track {
        gap: 0 !important; /* 间距交给 JS step/gap，避免双重间距 */
        width: max-content !important;
    }

    body[data-page="home"] .host-carousel-fullbleed .host-stage-card,
    body[data-page="home"] .host-stage-card {
        margin: 0 !important;
        min-height: 0 !important;
        border-radius: clamp(16px, 1.2vw, 22px) !important;
        transition: transform 0.82s cubic-bezier(0.16, 0.84, 0.22, 1), opacity 0.45s ease, box-shadow 0.35s ease !important;
    }

        body[data-page="home"] .host-stage-card a,
        body[data-page="home"] .host-stage-card:nth-child(2) a {
            aspect-ratio: 3 / 4 !important;
            min-height: 0 !important;
        }

        body[data-page="home"] .host-stage-card.is-in-view {
            opacity: 1 !important;
        }

        body[data-page="home"] .host-stage-card.is-side {
            filter: saturate(0.92);
        }

        body[data-page="home"] .host-stage-card.is-lead {
            box-shadow: 0 22px 48px rgba(13, 57, 139, 0.16) !important;
        }

@media (max-width: 780px) {
    body[data-page="home"] .host-carousel-fullbleed {
        padding: 0 12px !important;
    }

        body[data-page="home"] .host-carousel-fullbleed .host-carousel,
        body[data-page="home"] .host-carousel {
            grid-template-columns: 1fr !important;
        }

        body[data-page="home"] .host-carousel-fullbleed .host-carousel-viewport {
            mask-image: linear-gradient(90deg, #000 0, #000 88%, transparent 100%) !important;
        }
}

/* ===== Host cards: real gap + slightly smaller 2026-08-17b ===== */
body[data-page="home"] .host-carousel-fullbleed .host-carousel-track,
body[data-page="home"] .host-carousel-track {
    gap: clamp(18px, 1.8vw, 32px) !important;
    column-gap: clamp(18px, 1.8vw, 32px) !important;
    row-gap: 0 !important;
}

body[data-page="home"] .host-carousel-fullbleed .host-stage-card,
body[data-page="home"] .host-stage-card,
body[data-page="home"] .host-stage-card:nth-child(2) {
    margin: 0 !important;
    box-sizing: border-box !important;
}

    body[data-page="home"] .host-stage-card a,
    body[data-page="home"] .host-stage-card:nth-child(2) a {
        aspect-ratio: 3 / 4.05 !important;
    }

/* 取消可能把卡撑满导致看起来无缝贴合的规则 */
body[data-page="home"] .host-carousel-fullbleed .host-carousel-page {
    gap: 0 !important;
}

body[data-page="home"] .host-carousel-viewport {
    mask-image: linear-gradient(90deg, transparent 0, #000 1.5%, #000 98.5%, transparent 100%) !important;
}

@media (max-width: 780px) {
    body[data-page="home"] .host-carousel-fullbleed .host-carousel-track,
    body[data-page="home"] .host-carousel-track {
        gap: 14px !important;
        column-gap: 14px !important;
    }
}

/* ===== Host photo hover: slow gentle zoom 2026-08-17 ===== */
body[data-page="home"] .host-stage-card a,
body[data-page="home"] .host-carousel-page .host-stage-card a,
body[data-page="home"] .host-carousel-fullbleed .host-stage-card a {
    overflow: hidden !important;
}

body[data-page="home"] .host-stage-card img,
body[data-page="home"] .host-carousel-page .host-stage-card img,
body[data-page="home"] .host-carousel-fullbleed .host-stage-card img {
    transform: scale(1) translateY(0) !important;
    transform-origin: center top !important;
    transition: transform 1.15s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
    will-change: transform;
}

body[data-page="home"] .host-stage-card:hover img,
body[data-page="home"] .host-carousel-page .host-stage-card:hover img,
body[data-page="home"] .host-carousel-fullbleed .host-stage-card:hover img {
    transform: scale(1.08) translateY(0) !important;
    transition: transform 1.25s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}
/* ===== Fix: 2nd host card hover lift blocked by nth-child(2) 2026-08-17 ===== */
/* Base lock must not outrank hover; unify whole-card lift for every card */
body[data-page="home"] .host-stage-card,
body[data-page="home"] .host-stage-card:nth-child(2),
body[data-page="home"] .host-carousel-page .host-stage-card,
body[data-page="home"] .host-carousel-page .host-stage-card:nth-child(2),
body[data-page="home"] .host-carousel-fullbleed .host-stage-card,
body[data-page="home"] .host-carousel-fullbleed .host-stage-card:nth-child(2),
body[data-page="home"] .host-stage-card.is-in-view,
body[data-page="home"] .host-stage-card.is-in-view:nth-child(2) {
    transform: none;
}

    body[data-page="home"] .host-stage-card:hover,
    body[data-page="home"] .host-stage-card:nth-child(2):hover,
    body[data-page="home"] .host-carousel-page .host-stage-card:hover,
    body[data-page="home"] .host-carousel-page .host-stage-card:nth-child(1):hover,
    body[data-page="home"] .host-carousel-page .host-stage-card:nth-child(2):hover,
    body[data-page="home"] .host-carousel-page .host-stage-card:nth-child(3):hover,
    body[data-page="home"] .host-carousel-page .host-stage-card:nth-child(4):hover,
    body[data-page="home"] .host-carousel-fullbleed .host-stage-card:hover,
    body[data-page="home"] .host-carousel-fullbleed .host-stage-card:nth-child(2):hover,
    body[data-page="home"] .host-stage-card.is-in-view:hover,
    body[data-page="home"] .host-stage-card.is-in-view:nth-child(2):hover,
    body[data-page="home"] .host-stage-card.is-side:hover {
        z-index: 6 !important;
        transform: translateY(-10px) scale(1.03) !important;
        box-shadow: 0 22px 48px rgba(13, 57, 139, 0.16), 0 0 0 1px rgba(217, 171, 88, 0.22) !important;
    }

        /* Keep slow photo zoom on every card including 2nd */
        body[data-page="home"] .host-stage-card:hover img,
        body[data-page="home"] .host-stage-card:nth-child(2):hover img,
        body[data-page="home"] .host-carousel-page .host-stage-card:hover img,
        body[data-page="home"] .host-carousel-page .host-stage-card:nth-child(2):hover img,
        body[data-page="home"] .host-carousel-fullbleed .host-stage-card:hover img,
        body[data-page="home"] .host-carousel-fullbleed .host-stage-card:nth-child(2):hover img {
            transform: scale(1.08) translateY(0) !important;
            transition: transform 1.25s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
        }

/* ===== Mobile-only home: hosts / enterprise / media 2026-08-17 ===== */
@media (max-width: 780px) {
    /* ---- Host team ---- */
    body[data-page="home"] .hosts-section {
        padding-top: 42px !important;
        padding-bottom: 36px !important;
    }

        body[data-page="home"] .hosts-section .home-section-title {
            width: min(100% - 32px, var(--container)) !important;
            padding: 0 4px !important;
            margin-bottom: 8px !important;
        }

            body[data-page="home"] .hosts-section .home-section-title h2 {
                font-size: 1.55rem !important;
            }

            body[data-page="home"] .hosts-section .home-section-title p {
                font-size: 0.92rem !important;
                line-height: 1.7 !important;
            }

    body[data-page="home"] .host-carousel-fullbleed {
        padding: 0 0 0 16px !important;
    }

        body[data-page="home"] .host-carousel-fullbleed .host-carousel,
        body[data-page="home"] .host-carousel {
            grid-template-columns: 1fr !important;
            gap: 0 !important;
        }

        body[data-page="home"] .host-carousel-fullbleed .host-carousel-arrow,
        body[data-page="home"] .host-carousel-arrow {
            display: none !important;
        }

        body[data-page="home"] .host-carousel-fullbleed .host-carousel-viewport,
        body[data-page="home"] .host-carousel-viewport {
            padding: 10px 0 18px !important;
            mask-image: linear-gradient(90deg, #000 0, #000 78%, transparent 100%) !important;
        }

        body[data-page="home"] .host-carousel-fullbleed .host-carousel-track,
        body[data-page="home"] .host-carousel-track {
            gap: 14px !important;
            column-gap: 14px !important;
        }

        body[data-page="home"] .host-stage-card,
        body[data-page="home"] .host-stage-card:nth-child(2),
        body[data-page="home"] .host-carousel-fullbleed .host-stage-card {
            border-radius: 18px !important;
            box-shadow: 0 12px 28px rgba(13, 57, 139, 0.12) !important;
            background: #fff !important;
            overflow: hidden !important;
        }

            body[data-page="home"] .host-stage-card a,
            body[data-page="home"] .host-stage-card:nth-child(2) a {
                aspect-ratio: 3 / 3.7 !important;
                min-height: 0 !important;
            }

            body[data-page="home"] .host-stage-card > div,
            body[data-page="home"] .host-stage-card:nth-child(2) > div {
                padding: 14px 14px 16px !important;
                gap: 8px !important;
            }

            body[data-page="home"] .host-stage-card span {
                font-size: 0.78rem !important;
                padding: 5px 10px !important;
            }

            body[data-page="home"] .host-stage-card h3 {
                font-size: 1.18rem !important;
                margin: 0 !important;
            }

            body[data-page="home"] .host-stage-card p {
                display: -webkit-box !important;
                -webkit-line-clamp: 2 !important;
                -webkit-box-orient: vertical !important;
                overflow: hidden !important;
                font-size: 0.88rem !important;
                line-height: 1.55 !important;
                margin: 0 !important;
            }

    body[data-page="home"] .hosts-section .home-section-action {
        margin-top: 30px !important;
    }

    /* ---- Enterprise shortlist ---- */
    body[data-page="home"] .enterprise-section {
        padding-top: 42px !important;
        padding-bottom: 48px !important;
    }

        body[data-page="home"] .enterprise-section::before {
            inset: 16px 12px !important;
            border-radius: 20px !important;
        }

    body[data-page="home"] .enterprise-carousel-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
        width: 100% !important;
    }

    body[data-page="home"] .enterprise-carousel-copy {
        order: 1 !important;
        width: 100% !important;
        padding: 0 4px !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

        body[data-page="home"] .enterprise-carousel-copy h2 {
            font-size: 1.55rem !important;
            text-align: center !important;
        }

        body[data-page="home"] .enterprise-carousel-copy .home-title-line {
            margin-left: auto !important;
            margin-right: auto !important;
        }

        body[data-page="home"] .enterprise-carousel-desc,
        body[data-page="home"] .enterprise-carousel-copy p {
            max-width: 34em !important;
            margin: 0 auto !important;
            text-align: center !important;
            font-size: 0.92rem !important;
            line-height: 1.7 !important;
        }

    body[data-page="home"] .enterprise-carousel-arrows {
        order: 3 !important;
        justify-content: center !important;
        margin-top: 4px !important;
        gap: 14px !important;
    }

    body[data-page="home"] .enterprise-carousel-arrow {
        width: 42px !important;
        height: 42px !important;
        font-size: 1.5rem !important;
        background: linear-gradient(180deg, #eef5ff, #dce9ff) !important;
        border: 1px solid rgba(13, 57, 139, 0.16) !important;
        color: #0d398b !important;
        box-shadow: 0 8px 16px rgba(13, 57, 139, 0.08) !important;
    }

    body[data-page="home"] .enterprise-carousel-panel {
        order: 2 !important;
        width: 100% !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

        body[data-page="home"] .enterprise-carousel-panel::before {
            display: none !important;
        }

    body[data-page="home"] .enterprise-carousel-track {
        width: 300% !important;
    }

    body[data-page="home"] .enterprise-carousel-page {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(3, minmax(0, auto)) !important;
        gap: 12px !important;
        padding: 2px 2px 6px !important;
    }

        body[data-page="home"] .enterprise-carousel-page span {
            min-height: 86px !important;
            padding: 12px 10px !important;
            border-radius: 14px !important;
            background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(135deg, rgba(13, 57, 139, 0.2), rgba(211, 160, 82, 0.3), rgba(13, 57, 139, 0.18)) border-box !important;
            border: 1px solid transparent !important;
            box-shadow: 0 8px 18px rgba(13, 57, 139, 0.06) !important;
        }

            body[data-page="home"] .enterprise-carousel-page span::before,
            body[data-page="home"] .enterprise-carousel-page span::after {
                display: none !important;
            }

            body[data-page="home"] .enterprise-carousel-page span img {
                max-width: 118px !important;
                max-height: 58px !important;
                width: auto !important;
            }

    /* ---- Media spread ---- */
    body[data-page="home"] .media-section {
        padding-top: 42px !important;
        padding-bottom: 52px !important;
    }

        body[data-page="home"] .media-section .home-section-title {
            width: min(100% - 32px, var(--container)) !important;
            margin-bottom: 16px !important;
        }

            body[data-page="home"] .media-section .home-section-title h2 {
                font-size: 1.55rem !important;
            }

            body[data-page="home"] .media-section .home-section-title p {
                font-size: 0.92rem !important;
            }

    body[data-page="home"] .media-carousel-layout {
        display: grid !important;
        grid-template-columns: 40px minmax(0, 1fr) 40px !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 0 !important;
        width: 100% !important;
    }

    body[data-page="home"] .media-carousel-arrow,
    body[data-page="home"] .media-carousel-arrow-prev,
    body[data-page="home"] .media-carousel-arrow-next {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        margin: 0 !important;
        width: 40px !important;
        height: 40px !important;
        font-size: 24px !important;
        background: linear-gradient(180deg, #eef5ff, #dce9ff) !important;
        border: 1px solid rgba(13, 57, 139, 0.16) !important;
        color: #0d398b !important;
        box-shadow: 0 8px 16px rgba(13, 57, 139, 0.08) !important;
        flex-shrink: 0 !important;
    }

    body[data-page="home"] .media-carousel-viewport {
        width: 100% !important;
        overflow: hidden !important;
    }

    body[data-page="home"] .media-carousel-page {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

        body[data-page="home"] .media-carousel-page a {
            min-height: 78px !important;
            padding: 10px 12px !important;
            border-radius: 12px !important;
            box-shadow: 0 8px 16px rgba(13, 57, 139, 0.06) !important;
        }

        body[data-page="home"] .media-carousel-page img {
            max-height: 52px !important;
            max-width: 100% !important;
        }
}

/* ===== Mobile fix: enterprise unified block + media 6/page 2026-08-17 ===== */
@media (max-width: 780px) {
    /* 入围企业：标题+文案+logo+箭头合成一体，不再上下割裂 */
    body[data-page="home"] .enterprise-section {
        padding: 28px 12px 36px !important;
    }

        body[data-page="home"] .enterprise-section::before {
            inset: 12px !important;
            border-radius: 18px !important;
        }

        body[data-page="home"] .enterprise-section > .container.enterprise-carousel-layout,
        body[data-page="home"] .enterprise-carousel-layout {
            display: flex !important;
            flex-direction: column !important;
            align-items: stretch !important;
            gap: 0 !important;
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 auto !important;
            padding: 22px 16px 20px !important;
            box-sizing: border-box !important;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.98)) !important;
            border: 1px solid rgba(13, 57, 139, 0.1) !important;
            border-radius: 18px !important;
            box-shadow: 0 12px 28px rgba(13, 57, 139, 0.08) !important;
        }

    body[data-page="home"] .enterprise-carousel-copy {
        order: 1 !important;
        width: 100% !important;
        padding: 0 4px 14px !important;
        margin: 0 !important;
        text-align: center !important;
        background: transparent !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

        body[data-page="home"] .enterprise-carousel-copy h2 {
            font-size: 1.5rem !important;
            line-height: 1.25 !important;
            margin: 0 0 8px !important;
            text-align: center !important;
        }

        body[data-page="home"] .enterprise-carousel-copy .home-title-line {
            margin: 0 auto 12px !important;
        }

        body[data-page="home"] .enterprise-carousel-desc,
        body[data-page="home"] .enterprise-carousel-copy p {
            max-width: 100% !important;
            margin: 0 !important;
            padding: 0 2px !important;
            text-align: center !important;
            font-size: 0.9rem !important;
            line-height: 1.65 !important;
            color: #5d6877 !important;
        }

    /* 箭头放到整块底部，和 logo 连成一体 */
    body[data-page="home"] .enterprise-carousel-arrows {
        order: 3 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 14px !important;
        margin: 14px 0 0 !important;
        padding-top: 14px !important;
        border-top: 1px solid rgba(13, 57, 139, 0.08) !important;
        width: 100% !important;
    }

    body[data-page="home"] .enterprise-carousel-arrow {
        width: 40px !important;
        height: 40px !important;
        border-radius: 999px !important;
        font-size: 1.4rem !important;
        line-height: 1 !important;
        background: linear-gradient(180deg, #eef5ff, #dce9ff) !important;
        border: 1px solid rgba(13, 57, 139, 0.16) !important;
        color: #0d398b !important;
        box-shadow: none !important;
    }

    body[data-page="home"] .enterprise-carousel-panel {
        order: 2 !important;
        width: 100% !important;
        min-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        background: transparent !important;
    }

        body[data-page="home"] .enterprise-carousel-panel::before {
            content: none !important;
            display: none !important;
        }

    body[data-page="home"] .enterprise-carousel-track {
        display: flex !important;
        width: 100% !important;
        transform: translateX(0);
    }

    body[data-page="home"] .enterprise-carousel-page {
        flex: 0 0 100% !important;
        min-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(3, minmax(72px, auto)) !important;
        gap: 10px !important;
        padding: 0 !important;
        align-content: start !important;
    }

        body[data-page="home"] .enterprise-carousel-page span {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 100% !important;
            min-width: 0 !important;
            min-height: 72px !important;
            height: auto !important;
            padding: 10px 8px !important;
            margin: 0 !important;
            border-radius: 12px !important;
            background: #fff !important;
            border: 1px solid rgba(13, 57, 139, 0.08) !important;
            box-shadow: 0 4px 12px rgba(13, 57, 139, 0.05) !important;
        }

            body[data-page="home"] .enterprise-carousel-page span::before,
            body[data-page="home"] .enterprise-carousel-page span::after {
                content: none !important;
                display: none !important;
            }

            body[data-page="home"] .enterprise-carousel-page span img {
                display: block !important;
                width: auto !important;
                max-width: 100% !important;
                max-height: 46px !important;
                object-fit: contain !important;
            }

    /* 媒体传播：手机一屏 6 个（2列x3行） */
    body[data-page="home"] .media-section {
        padding-top: 36px !important;
        padding-bottom: 48px !important;
    }

    body[data-page="home"] .media-carousel-layout {
        display: grid !important;
        grid-template-columns: 36px minmax(0, 1fr) 36px !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 0 !important;
        width: 100% !important;
    }

    body[data-page="home"] .media-carousel-arrow,
    body[data-page="home"] .media-carousel-arrow-prev,
    body[data-page="home"] .media-carousel-arrow-next {
        position: static !important;
        width: 36px !important;
        height: 36px !important;
        margin: 0 !important;
        font-size: 22px !important;
        background: linear-gradient(180deg, #eef5ff, #dce9ff) !important;
        border: 1px solid rgba(13, 57, 139, 0.16) !important;
        color: #0d398b !important;
        box-shadow: none !important;
    }

    body[data-page="home"] .media-carousel-viewport {
        overflow: hidden !important;
        width: 100% !important;
    }

    body[data-page="home"] .media-carousel-page {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(3, minmax(70px, auto)) !important;
        gap: 10px !important;
        align-content: start !important;
    }

        /* 每屏只展示前 6 个，其余屏仍由切换控制；当前页内若超过 6 个则隐藏第 7 个起 */
        body[data-page="home"] .media-carousel-page > a:nth-child(n + 7) {
            display: none !important;
        }

        body[data-page="home"] .media-carousel-page a {
            min-height: 70px !important;
            height: auto !important;
            padding: 10px 8px !important;
            border-radius: 12px !important;
            background: #fff !important;
            border: 1px solid rgba(13, 57, 139, 0.08) !important;
            box-shadow: 0 4px 12px rgba(13, 57, 139, 0.05) !important;
        }

        body[data-page="home"] .media-carousel-page img {
            max-height: 42px !important;
            max-width: 100% !important;
            object-fit: contain !important;
        }
}

/* ===== Mobile enterprise solid grid lock 2026-08-17c ===== */
@media (max-width: 780px) {
    body[data-page="home"] .enterprise-carousel-layout {
        display: flex !important;
        flex-direction: column !important;
    }

    body[data-page="home"] .enterprise-carousel-panel,
    body[data-page="home"] .enterprise-carousel-track,
    body[data-page="home"] .enterprise-carousel-page {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body[data-page="home"] .enterprise-carousel-track {
        display: flex !important;
    }

    body[data-page="home"] .enterprise-carousel-page {
        flex: 0 0 100% !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        grid-auto-rows: minmax(72px, auto) !important;
        grid-template-rows: none !important;
        gap: 10px !important;
    }

        body[data-page="home"] .enterprise-carousel-page > span {
            width: auto !important;
            max-width: none !important;
            min-width: 0 !important;
            min-height: 72px !important;
        }

    /* media: true 2x3 */
    body[data-page="home"] .media-carousel-page {
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: none !important;
        grid-auto-rows: minmax(70px, auto) !important;
        gap: 10px !important;
    }

        body[data-page="home"] .media-carousel-page > a:nth-child(n + 7) {
            display: flex !important; /* pages rebuilt to 6; do not hard-hide */
        }
}

/* ===== Mobile logos bigger 2026-08-17 ===== */
@media (max-width: 780px) {
    body[data-page="home"] .enterprise-carousel-page {
        gap: 12px !important;
        grid-auto-rows: minmax(96px, auto) !important;
    }

        body[data-page="home"] .enterprise-carousel-page > span,
        body[data-page="home"] .enterprise-carousel-page span {
            min-height: 96px !important;
            padding: 14px 12px !important;
        }

            body[data-page="home"] .enterprise-carousel-page span img {
                max-width: 100% !important;
                max-height: 96px !important;
            }

    body[data-page="home"] .media-carousel-page {
        gap: 12px !important;
        grid-auto-rows: minmax(92px, auto) !important;
        grid-template-rows: none !important;
    }

        body[data-page="home"] .media-carousel-page a {
            min-height: 92px !important;
            padding: 14px 12px !important;
        }

        body[data-page="home"] .media-carousel-page img {
            max-height: 64px !important;
            max-width: 100% !important;
        }
}

/* ===== Mobile enterprise: remove outer frame, full width like media 2026-08-17 ===== */
@media (max-width: 780px) {
    body[data-page="home"] .enterprise-section {
        padding: 36px 16px 44px !important;
    }

        body[data-page="home"] .enterprise-section::before {
            content: none !important;
            display: none !important;
        }

        body[data-page="home"] .enterprise-section > .container.enterprise-carousel-layout,
        body[data-page="home"] .enterprise-carousel-layout {
            display: flex !important;
            flex-direction: column !important;
            align-items: stretch !important;
            gap: 0 !important;
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
            box-sizing: border-box !important;
            background: transparent !important;
            border: 0 !important;
            border-radius: 0 !important;
            box-shadow: none !important;
        }

    body[data-page="home"] .enterprise-carousel-copy {
        order: 1 !important;
        width: 100% !important;
        padding: 0 0 14px !important;
        margin: 0 !important;
        text-align: center !important;
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
    }

    body[data-page="home"] .enterprise-carousel-arrows {
        order: 3 !important;
        margin: 14px 0 0 !important;
        padding-top: 0 !important;
        border-top: 0 !important;
        justify-content: center !important;
    }

    body[data-page="home"] .enterprise-carousel-panel {
        order: 2 !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        overflow: hidden !important;
    }

        body[data-page="home"] .enterprise-carousel-panel::before {
            content: none !important;
            display: none !important;
        }

    body[data-page="home"] .enterprise-carousel-page {
        width: 100% !important;
        gap: 12px !important;
    }

        body[data-page="home"] .enterprise-carousel-page span,
        body[data-page="home"] .enterprise-carousel-page > span {
            min-height: 96px !important;
            border-radius: 12px !important;
            background: #fff !important;
            border: 1px solid rgba(13, 57, 139, 0.08) !important;
            box-shadow: 0 4px 12px rgba(13, 57, 139, 0.05) !important;
        }
}

/* ===== Mobile hosts: one card + arrows + swipe 2026-08-17 ===== */
@media (max-width: 780px) {
    body[data-page="home"] .hosts-section {
        padding-top: 77px !important;
        padding-bottom: 36px !important;
    }

    body[data-page="home"] .host-carousel-fullbleed {
        width: 100% !important;
        padding: 0 12px !important;
        box-sizing: border-box !important;
    }

        body[data-page="home"] .host-carousel-fullbleed .host-carousel,
        body[data-page="home"] .host-carousel {
            display: grid !important;
            grid-template-columns: 40px minmax(0, 1fr) 40px !important;
            align-items: center !important;
            gap: 8px !important;
            width: 100% !important;
        }

        body[data-page="home"] .host-carousel-fullbleed .host-carousel-arrow,
        body[data-page="home"] .host-carousel-arrow,
        body[data-page="home"] .host-carousel-prev,
        body[data-page="home"] .host-carousel-next {
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            position: static !important;
            width: 40px !important;
            height: 40px !important;
            min-width: 40px !important;
            margin: 0 !important;
            border-radius: 999px !important;
            border: 1px solid rgba(13, 57, 139, 0.16) !important;
            background: linear-gradient(180deg, #eef5ff, #dce9ff) !important;
            box-shadow: 0 8px 16px rgba(13, 57, 139, 0.08) !important;
            color: #0d398b !important;
            opacity: 1 !important;
            visibility: visible !important;
            pointer-events: auto !important;
            z-index: 5 !important;
        }

        body[data-page="home"] .host-carousel-fullbleed .host-carousel-viewport,
        body[data-page="home"] .host-carousel-viewport {
            width: 100% !important;
            overflow: hidden !important;
            padding: 8px 0 12px !important;
            touch-action: pan-y !important;
            cursor: grab !important;
            mask-image: none !important;
        }

            body[data-page="home"] .host-carousel-viewport:active {
                cursor: grabbing !important;
            }

        body[data-page="home"] .host-carousel-fullbleed .host-carousel-track,
        body[data-page="home"] .host-carousel-track {
            gap: 14px !important;
            column-gap: 14px !important;
        }

        body[data-page="home"] .host-stage-card,
        body[data-page="home"] .host-stage-card:nth-child(2),
        body[data-page="home"] .host-carousel-fullbleed .host-stage-card {
            width: 100% !important;
            max-width: 100% !important;
            border-radius: 18px !important;
            opacity: 1 !important;
            box-shadow: 0 12px 28px rgba(13, 57, 139, 0.12) !important;
        }

            body[data-page="home"] .host-stage-card a,
            body[data-page="home"] .host-stage-card:nth-child(2) a {
                aspect-ratio: 3 / 3.75 !important;
                min-height: 0 !important;
            }

            body[data-page="home"] .host-stage-card > div,
            body[data-page="home"] .host-stage-card:nth-child(2) > div {
                padding: 14px 14px 16px !important;
            }

            body[data-page="home"] .host-stage-card h3 {
                font-size: 1.2rem !important;
            }

            body[data-page="home"] .host-stage-card p {
                display: -webkit-box !important;
                -webkit-line-clamp: 2 !important;
                -webkit-box-orient: vertical !important;
                overflow: hidden !important;
                font-size: 0.9rem !important;
                line-height: 1.55 !important;
            }
}

/* ===== PC host carousel: grab cursor + drag affordance 2026-08-17 ===== */
body[data-page="home"] .host-carousel-fullbleed .host-carousel-viewport,
body[data-page="home"] .host-carousel-viewport {
    cursor: grab !important;
    touch-action: pan-y !important;
    user-select: none;
}

    body[data-page="home"] .host-carousel-fullbleed .host-carousel-viewport:active,
    body[data-page="home"] .host-carousel-viewport:active,
    body[data-page="home"] .host-carousel-fullbleed .host-carousel-viewport.is-dragging,
    body[data-page="home"] .host-carousel-viewport.is-dragging {
        cursor: grabbing !important;
    }

    body[data-page="home"] .host-carousel-viewport .host-stage-card a {
        cursor: grab;
    }

    body[data-page="home"] .host-carousel-viewport.is-dragging .host-stage-card a {
        cursor: grabbing;
        pointer-events: none;
    }

/* ===== Host card links stay clickable; grab only on drag 2026-08-17 ===== */
body[data-page="home"] .host-carousel-fullbleed .host-carousel-viewport,
body[data-page="home"] .host-carousel-viewport {
    cursor: grab !important;
}

    body[data-page="home"] .host-carousel-viewport .host-stage-card a,
    body[data-page="home"] .host-carousel-fullbleed .host-stage-card a {
        cursor: pointer !important;
        pointer-events: auto !important;
    }

    body[data-page="home"] .host-carousel-viewport.is-dragging,
    body[data-page="home"] .host-carousel-fullbleed .host-carousel-viewport.is-dragging {
        cursor: grabbing !important;
    }

        /* only while actively dragging, block link click */
        body[data-page="home"] .host-carousel-viewport.is-dragging .host-stage-card a,
        body[data-page="home"] .host-carousel-fullbleed .host-carousel-viewport.is-dragging .host-stage-card a {
            pointer-events: none !important;
            cursor: grabbing !important;
        }

/* ===== About process flow: premium animated timeline 2026-08-17 ===== */
body[data-page="about"] .process-showcase {
    position: relative;
    overflow: hidden;
    padding-top: 72px;
    padding-bottom: 96px;
    background: radial-gradient(circle at 12% 18%, rgba(13, 57, 139, 0.08), transparent 24%), radial-gradient(circle at 88% 22%, rgba(217, 171, 88, 0.14), transparent 22%), radial-gradient(circle at 50% 100%, rgba(13, 57, 139, 0.06), transparent 36%), linear-gradient(180deg, #f7faff 0%, #eef4ff 48%, #fffaf2 100%);
}

    body[data-page="about"] .process-showcase::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(13, 57, 139, 0.03) 1px, transparent 1px), linear-gradient(0deg, rgba(13, 57, 139, 0.025) 1px, transparent 1px);
        background-size: 48px 48px;
        mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
        opacity: 0.55;
        pointer-events: none;
    }

    body[data-page="about"] .process-showcase .container {
        position: relative;
        z-index: 1;
    }

body[data-page="about"] .process-flow {
    position: relative;
    margin-top: 18px;
    padding: 28px 8px 8px;
}

body[data-page="about"] .process-flow-rail {
    position: absolute;
    left: 6%;
    right: 6%;
    top: 62px;
    height: 4px;
    z-index: 0;
    pointer-events: none;
}

body[data-page="about"] .process-flow-rail-line {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(13, 57, 139, 0.12), rgba(217, 171, 88, 0.55), rgba(13, 57, 139, 0.12));
    overflow: hidden;
}

    body[data-page="about"] .process-flow-rail-line::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -30%;
        width: 30%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
        animation: processRailShine 3.6s ease-in-out infinite;
    }

body[data-page="about"] .process-flow-rail-glow {
    position: absolute;
    inset: -10px 0;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(217, 171, 88, 0.28), transparent);
    filter: blur(10px);
    opacity: 0.7;
    animation: processRailPulse 3.6s ease-in-out infinite;
}

body[data-page="about"] .process-flow-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}

body[data-page="about"] .process-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s cubic-bezier(0.16, 0.84, 0.22, 1), transform 0.7s cubic-bezier(0.16, 0.84, 0.22, 1);
    transition-delay: calc((var(--step, 1) - 1) * 0.12s);
}

body[data-page="about"] .process-flow.reveal.visible .process-step,
body[data-page="about"] .process-flow.visible .process-step {
    opacity: 1;
    transform: translateY(0);
}

body[data-page="about"] .process-step-node {
    position: relative;
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    z-index: 2;
}

body[data-page="about"] .process-step-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(217, 171, 88, 0.45);
    background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.95), transparent 42%), linear-gradient(145deg, rgba(255, 252, 245, 0.96), rgba(236, 244, 255, 0.92));
    box-shadow: 0 10px 24px rgba(13, 57, 139, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    animation: processRingPulse 3.2s ease-in-out infinite;
    animation-delay: calc((var(--step, 1) - 1) * 0.25s);
}

    body[data-page="about"] .process-step-ring::after {
        content: "";
        position: absolute;
        inset: -8px;
        border-radius: 50%;
        border: 1px dashed rgba(13, 57, 139, 0.18);
        animation: processRingSpin 12s linear infinite;
    }

body[data-page="about"] .process-step-core {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    background: linear-gradient(145deg, #0d398b 0%, #174fb5 48%, #d9ab58 130%);
    box-shadow: 0 12px 24px rgba(13, 57, 139, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

body[data-page="about"] .process-step-card {
    position: relative;
    width: 100%;
    min-height: 250px;
    padding: 28px 24px 26px;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.94));
    border: 1px solid rgba(13, 57, 139, 0.1);
    box-shadow: 0 18px 40px rgba(13, 57, 139, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.45s cubic-bezier(0.16, 0.84, 0.22, 1), box-shadow 0.45s ease, border-color 0.35s ease;
}

    body[data-page="about"] .process-step-card::before {
        content: "";
        position: absolute;
        inset: 0 auto auto 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, #0d398b, #d9ab58, #0d398b);
        background-size: 200% 100%;
        animation: processCardBar 4.5s linear infinite;
        animation-delay: calc((var(--step, 1) - 1) * 0.3s);
    }

    body[data-page="about"] .process-step-card::after {
        content: "";
        position: absolute;
        right: -30px;
        bottom: -40px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(217, 171, 88, 0.16), transparent 68%);
        pointer-events: none;
    }

body[data-page="about"] .process-step-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: #0d398b;
    background: linear-gradient(145deg, rgba(13, 57, 139, 0.08), rgba(217, 171, 88, 0.12));
    border: 1px solid rgba(13, 57, 139, 0.08);
    transition: transform 0.4s ease, color 0.3s ease, background 0.3s ease;
}

    body[data-page="about"] .process-step-icon svg {
        width: 28px;
        height: 28px;
    }

body[data-page="about"] .process-step-card h3 {
    margin: 0 0 12px;
    color: #0d398b;
    font-size: 1.28rem;
    letter-spacing: 0.02em;
}

body[data-page="about"] .process-step-card p {
    margin: 0 0 18px;
    color: #526074;
    line-height: 1.85;
    font-size: 0.98rem;
}

body[data-page="about"] .process-step-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #0d398b;
    background: rgba(13, 57, 139, 0.06);
    border: 1px solid rgba(13, 57, 139, 0.08);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

body[data-page="about"] .process-step:hover .process-step-card {
    transform: translateY(-10px);
    border-color: rgba(217, 171, 88, 0.42);
    box-shadow: 0 28px 56px rgba(13, 57, 139, 0.16), 0 0 0 1px rgba(217, 171, 88, 0.12);
}

body[data-page="about"] .process-step:hover .process-step-icon {
    transform: translateY(-2px) scale(1.05);
    color: #174fb5;
    background: linear-gradient(145deg, rgba(13, 57, 139, 0.12), rgba(217, 171, 88, 0.18));
}

body[data-page="about"] .process-step:hover .process-step-ring {
    border-color: rgba(217, 171, 88, 0.7);
    box-shadow: 0 14px 28px rgba(13, 57, 139, 0.16), 0 0 0 6px rgba(217, 171, 88, 0.08);
}

@keyframes processRailShine {
    0% {
        left: -30%;
    }

    100% {
        left: 110%;
    }
}

@keyframes processRailPulse {
    0%, 100% {
        opacity: 0.35;
    }

    50% {
        opacity: 0.85;
    }
}

@keyframes processRingPulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
    }
}

@keyframes processRingSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes processCardBar {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

@media (max-width: 1080px) {
    body[data-page="about"] .process-flow-rail {
        display: none;
    }

    body[data-page="about"] .process-flow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 20px;
    }
}

@media (max-width: 780px) {
    body[data-page="about"] .process-showcase {
        padding-top: 48px;
        padding-bottom: 64px;
    }

    body[data-page="about"] .process-flow {
        padding: 8px 0 0;
    }

    body[data-page="about"] .process-flow-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    body[data-page="about"] .process-step {
        display: grid;
        grid-template-columns: 56px minmax(0, 1fr);
        align-items: start;
        gap: 14px;
    }

    body[data-page="about"] .process-step-node {
        width: 56px;
        height: 56px;
        margin-top: 18px;
    }

    body[data-page="about"] .process-step-core {
        width: 40px;
        height: 40px;
        font-size: 0.86rem;
    }

    body[data-page="about"] .process-step-card {
        min-height: 0;
        padding: 22px 18px 20px;
        border-radius: 18px;
    }

    body[data-page="about"] .process-step-icon {
        width: 42px;
        height: 42px;
        margin-bottom: 14px;
        border-radius: 14px;
    }

    body[data-page="about"] .process-step-card h3 {
        font-size: 1.12rem;
    }

    body[data-page="about"] .process-step-card p {
        font-size: 0.94rem;
        line-height: 1.75;
    }
}

/* ===== Hosts list + detail: pure white background 2026-08-17 ===== */
body[data-page="hosts"],
body[data-page="host-detail"] {
    background: #ffffff !important;
}

    body[data-page="hosts"] .subhero,
    body[data-page="host-detail"] .subhero,
    body[data-page="host-detail"] .host-detail-subhero {
        background: #ffffff !important;
        color: #0b2b6f !important;
    }

    body[data-page="hosts"] .hosts-list-section,
    body[data-page="host-detail"] .host-detail-section,
    body[data-page="hosts"] .section-warm,
    body[data-page="host-detail"] .section-warm {
        background: #ffffff !important;
    }

    body[data-page="hosts"] main,
    body[data-page="host-detail"] main {
        background: #ffffff !important;
    }

/* ===== Restore host pages top header bg, keep content white 2026-08-17 ===== */
body[data-page="hosts"],
body[data-page="host-detail"] {
    background: #ffffff !important;
}

    /* Keep the shared page-header image on top banner */
    body[data-page="hosts"] .subhero,
    body[data-page="host-detail"] .subhero,
    body[data-page="host-detail"] .host-detail-subhero {
        position: relative !important;
        overflow: hidden !important;
        min-height: 420px !important;
        padding: 0 !important;
        color: #0b2b6f !important;
        background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(248,251,255,0.22) 42%, rgba(255,255,255,0.55) 100%), url("http://czw.zkcmg.com/wz/xinpandeng/assets/page-header.jpg") center center / cover no-repeat !important;
    }

    /* Content areas stay pure white, no warm yellow */
    body[data-page="hosts"] .hosts-list-section,
    body[data-page="host-detail"] .host-detail-section,
    body[data-page="hosts"] .section-warm,
    body[data-page="host-detail"] .section-warm,
    body[data-page="hosts"] main,
    body[data-page="host-detail"] main {
        background: #ffffff !important;
    }

    /* ===== Inner page header: full width, height follows image 2026-08-17 ===== */
    body:not([data-page="home"]) .subhero,
    body[data-page="organization"] .org-hero-section,
    body[data-page="hosts"] .subhero,
    body[data-page="host-detail"] .subhero,
    body[data-page="host-detail"] .host-detail-subhero,
    body[data-page="party"] .party-subhero,
    body[data-page="media-duty"] .duty-subhero,
    body[data-page="query"] .query-subhero,
    body[data-page="program-detail"] .program-watch-subhero {
        width: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        height: auto !important;
        aspect-ratio: 1920 / 451 !important; /* page-header.jpg natural ratio */
        padding: 0 !important;
        box-sizing: border-box !important;
        background-image: url("http://czw.zkcmg.com/wz/xinpandeng/assets/page-header.jpg") !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
        background-color: #ffffff !important;
    }

        body:not([data-page="home"]) .subhero::before,
        body:not([data-page="home"]) .subhero::after,
        body[data-page="organization"] .org-hero-section::before,
        body[data-page="organization"] .org-hero-section::after {
            content: none !important;
            display: none !important;
        }

        body:not([data-page="home"]) .subhero-layout,
        body[data-page="organization"] .org-hero-section .container {
            min-height: 0 !important;
            height: 100% !important;
            width: var(--container, 1280px) !important;
            max-width: calc(100% - 32px) !important;
            margin-left: auto !important;
            margin-right: auto !important;
            padding: clamp(72px, 8vw, 120px) 0 clamp(48px, 5vw, 80px) !important;
            display: flex !important;
            align-items: center !important;
            box-sizing: border-box !important;
        }

@media (max-width: 780px) {
    body:not([data-page="home"]) .subhero,
    body[data-page="organization"] .org-hero-section,
    body[data-page="hosts"] .subhero,
    body[data-page="host-detail"] .subhero,
    body[data-page="host-detail"] .host-detail-subhero,
    body[data-page="party"] .party-subhero,
    body[data-page="media-duty"] .duty-subhero,
    body[data-page="query"] .query-subhero,
    body[data-page="program-detail"] .program-watch-subhero {
        width: 100% !important;
        aspect-ratio: 1920 / 451 !important;
        min-height: 0 !important;
        background-size: 100% 100% !important;
    }

        body:not([data-page="home"]) .subhero-layout,
        body[data-page="organization"] .org-hero-section .container {
            min-height: 0 !important;
            height: 100% !important;
            padding: clamp(56px, 12vw, 88px) 0 clamp(28px, 6vw, 48px) !important;
        }
}

/* ===== Mobile header: min-height + right-aligned bg image 2026-08-17 ===== */
@media (max-width: 780px) {
    body:not([data-page="home"]) .subhero,
    body[data-page="organization"] .org-hero-section,
    body[data-page="hosts"] .subhero,
    body[data-page="host-detail"] .subhero,
    body[data-page="host-detail"] .host-detail-subhero,
    body[data-page="party"] .party-subhero,
    body[data-page="media-duty"] .duty-subhero,
    body[data-page="query"] .query-subhero,
    body[data-page="program-detail"] .program-watch-subhero {
        width: 100% !important;
        min-height: 280px !important;
        height: auto !important;
        aspect-ratio: auto !important;
        background-image: url("http://czw.zkcmg.com/wz/xinpandeng/assets/page-header.jpg") !important;
        background-repeat: no-repeat !important;
        background-position: right center !important;
        background-size: cover !important;
        background-color: #ffffff !important;
    }

        body:not([data-page="home"]) .subhero-layout,
        body[data-page="organization"] .org-hero-section .container {
            min-height: 280px !important;
            height: auto !important;
            display: flex !important;
            align-items: center !important;
            padding: 88px 0 36px !important;
        }

            body:not([data-page="home"]) .subhero-layout > div {
                max-width: min(92%, 420px) !important;
                position: relative !important;
                z-index: 2 !important;
            }

        body:not([data-page="home"]) .subhero h1,
        body[data-page="organization"] .org-hero-section h2 {
            font-size: clamp(2rem, 9vw, 2.6rem) !important;
            line-height: 1.18 !important;
            margin-bottom: 10px !important;
        }

        body:not([data-page="home"]) .subhero p:not(.eyebrow),
        body:not([data-page="home"]) .subhero-layout > div > p {
            font-size: 0.94rem !important;
            line-height: 1.7 !important;
            max-width: 100% !important;
        }
}

/* ===== About process section: light blue bg instead of yellow 2026-08-17 ===== */
body[data-page="about"] .process-showcase {
    background: radial-gradient(circle at 12% 18%, rgba(13, 57, 139, 0.08), transparent 24%), radial-gradient(circle at 88% 22%, rgba(31, 95, 194, 0.1), transparent 22%), radial-gradient(circle at 50% 100%, rgba(13, 57, 139, 0.05), transparent 36%), linear-gradient(180deg, #f7faff 0%, #eef4ff 48%, #e8f1ff 100%) !important;
}

/* ===== About page mid section bg white 2026-08-17 ===== */
body[data-page="about"] {
    background: #ffffff !important;
}

    body[data-page="about"] main,
    body[data-page="about"] .section:not(.process-showcase):not(.about-promo-section) {
        background: #ffffff !important;
    }

    body[data-page="about"] .detail-card {
        background: #ffffff !important;
    }

/* ===== Detail secondary button visible on white cards 2026-08-17 ===== */
.common-detail-card .button-secondary,
.common-detail-card .dark-outline,
.content-detail-section .button-secondary,
.content-detail-section .dark-outline,
body[data-page="preview"] .detail-actions .button-secondary,
body[data-page="preview"] .detail-actions .dark-outline,
body[data-page="news"] .detail-actions .button-secondary,
body[data-page="news"] .detail-actions .dark-outline {
    color: #0d398b !important;
    background: #ffffff !important;
    border: 1px solid rgba(13, 57, 139, 0.22) !important;
    box-shadow: none !important;
}

    .common-detail-card .button-secondary:hover,
    .common-detail-card .dark-outline:hover,
    .content-detail-section .button-secondary:hover,
    .content-detail-section .dark-outline:hover,
    body[data-page="preview"] .detail-actions .button-secondary:hover,
    body[data-page="preview"] .detail-actions .dark-outline:hover {
        color: #ffffff !important;
        background: #0d398b !important;
        border-color: #0d398b !important;
    }

/* ===== QA detail page styles 2026-08-17 ===== */
body[data-page="qa-detail"] .qa-detail-section {
    background: #ffffff;
}

body[data-page="qa-detail"] .common-detail-card {
    max-width: 980px;
    padding-top: 8px;
    box-sizing: border-box;
  padding: 34px 36px 38px !important;
  overflow: hidden;
}
body[data-page="qa-detail"] .common-detail-card h2,
body[data-page="qa-detail"] .common-detail-card p[data-qa-answer],
body[data-page="qa-detail"] .common-detail-card .detail-actions {
  box-sizing: border-box;
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

    body[data-page="qa-detail"] .common-detail-card h2 {
        color: #0d398b;
        font-size: clamp(1.5rem, 2.6vw, 2.1rem);
        line-height: 1.45;
        margin-top: 18px !important;
    }

    body[data-page="qa-detail"] .common-detail-card p[data-qa-answer] {
        color: #4d5b6e;
        line-height: 2;
        font-size: 1.02rem;
        display: block;
  margin-top: 0;
  white-space: pre-line;
  word-break: break-word;
  overflow-wrap: anywhere;
    }

body[data-page="qa-detail"] .common-detail-meta span {
    color: #0d398b;
    background: rgba(13, 57, 139, 0.08);
}

body[data-page="qa-detail"] .detail-actions .button-secondary,
body[data-page="qa-detail"] .detail-actions .dark-outline {
    color: #0d398b !important;
    background: #ffffff !important;
    border: 1px solid rgba(13, 57, 139, 0.22) !important;
}

    body[data-page="qa-detail"] .detail-actions .button-secondary:hover,
    body[data-page="qa-detail"] .detail-actions .dark-outline:hover {
        color: #ffffff !important;
        background: #0d398b !important;
        border-color: #0d398b !important;
    }

/* ===== Organization chart hierarchy 3 levels 2026-08-17 ===== */
body[data-page="organization"] .org-chart {
    max-width: 1180px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

body[data-page="organization"] .org-level {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 18px;
}

body[data-page="organization"] .org-level-1 {
    margin-bottom: 0;
}

body[data-page="organization"] .org-node {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 700;
    box-sizing: border-box;
}

body[data-page="organization"] .org-node-root {
    min-width: 280px;
    min-height: 72px;
    color: #ffffff;
    font-size: 1.45rem;
    background: linear-gradient(180deg, #0f3f99, #082f73);
    box-shadow: 0 14px 28px rgba(13, 57, 139, 0.18);
    border-radius: 12px;
}

body[data-page="organization"] .org-node-center {
    min-width: 180px;
    color: #0d398b;
    background: linear-gradient(180deg, #eef5ff, #dce9ff);
    border: 1px solid rgba(13, 57, 139, 0.18);
    box-shadow: 0 10px 22px rgba(13, 57, 139, 0.08);
}

body[data-page="organization"] .org-connector {
    margin: 0 auto;
    background: #0d398b;
}

body[data-page="organization"] .org-connector-v {
    width: 2px;
    height: 36px;
}

    body[data-page="organization"] .org-connector-v.short {
        height: 24px;
    }

body[data-page="organization"] .org-level-2 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
    padding-top: 18px;
}

    body[data-page="organization"] .org-level-2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 16.5%;
        right: 16.5%;
        height: 2px;
        background: #0d398b;
    }

body[data-page="organization"] .org-branch {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    body[data-page="organization"] .org-branch::before {
        content: "";
        position: absolute;
        top: -18px;
        left: 50%;
        width: 2px;
        height: 18px;
        transform: translateX(-50%);
        background: #0d398b;
    }

body[data-page="organization"] .org-level-3 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

    body[data-page="organization"] .org-level-3 span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        padding: 10px 12px;
        color: #3d4a5c;
        background: #ffffff;
        border: 1px solid rgba(13, 57, 139, 0.12);
        border-radius: 10px;
        box-shadow: 0 8px 18px rgba(13, 57, 139, 0.06);
        transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
    }

        body[data-page="organization"] .org-level-3 span:hover {
            color: #ffffff;
            background: #0d398b;
            border-color: #0d398b;
            box-shadow: 0 12px 24px rgba(13, 57, 139, 0.16);
        }

@media (max-width: 1080px) {
    body[data-page="organization"] .org-level-2 {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 0;
    }

        body[data-page="organization"] .org-level-2::before,
        body[data-page="organization"] .org-branch::before {
            display: none;
        }

    body[data-page="organization"] .org-level-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    body[data-page="organization"] .org-node-root {
        min-width: 100%;
        font-size: 1.2rem;
    }

    body[data-page="organization"] .org-node-center {
        min-width: 100%;
    }

    body[data-page="organization"] .org-level-3 {
        grid-template-columns: 1fr;
    }
}

/* ===== Party member producers beautify 2026-08-17 ===== */
body[data-page="party"] .party-member-section {
    position: relative;
    overflow: hidden;
    padding-top: 72px;
    padding-bottom: 96px;
    background: radial-gradient(circle at 12% 18%, rgba(190, 30, 45, 0.08), transparent 24%), radial-gradient(circle at 88% 20%, rgba(217, 171, 88, 0.14), transparent 22%), linear-gradient(180deg, #fff9f6 0%, #fff4ef 48%, #ffffff 100%) !important;
}

    body[data-page="party"] .party-member-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(190, 30, 45, 0.035) 1px, transparent 1px), linear-gradient(0deg, rgba(190, 30, 45, 0.025) 1px, transparent 1px);
        background-size: 42px 42px;
        mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
        opacity: 0.45;
        pointer-events: none;
    }

    body[data-page="party"] .party-member-section .container {
        position: relative;
        z-index: 1;
    }

    body[data-page="party"] .party-member-section .producer-person-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px !important;
    }

    body[data-page="party"] .party-member-section .producer-person-card {
        position: relative !important;
        display: grid !important;
        grid-template-columns: 210px minmax(0, 1fr) !important;
        min-height: 280px !important;
        overflow: hidden !important;
        border-radius: 24px !important;
        border: 1px solid rgba(190, 30, 45, 0.14) !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 246, 0.98)) !important;
        box-shadow: 0 18px 42px rgba(150, 28, 38, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
        transition: transform 0.35s cubic-bezier(0.16, 0.84, 0.22, 1), box-shadow 0.35s ease, border-color 0.3s ease !important;
    }

        body[data-page="party"] .party-member-section .producer-person-card::before {
            content: "" !important;
            position: absolute !important;
            left: 0 !important;
            top: 0 !important;
            bottom: 0 !important;
            width: 210px !important;
            background: radial-gradient(circle at 50% 28%, rgba(255, 232, 170, 0.35), transparent 36%), linear-gradient(165deg, #8f1219 0%, #b91c1c 48%, #7a0f16 100%) !important;
            z-index: 0 !important;
            transition: filter 0.35s ease, opacity 0.35s ease !important;
        }

        body[data-page="party"] .party-member-section .producer-person-card::after {
            content: "";
            position: absolute;
            right: -40px;
            bottom: -50px;
            width: 160px;
            height: 160px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(217, 171, 88, 0.18), transparent 68%);
            pointer-events: none;
            z-index: 0;
        }

    body[data-page="party"] .party-member-section .producer-person-photo {
        position: relative !important;
        z-index: 2 !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        min-height: 280px !important;
        padding: 28px 16px 0 !important;
        background: transparent !important;
    }

    body[data-page="party"] .party-member-section .producer-photo-frame {
        position: relative;
        width: 168px;
        height: 220px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        border-radius: 18px 18px 8px 8px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02));
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 18px 30px rgba(80, 10, 16, 0.22);
        overflow: hidden;
    }

        body[data-page="party"] .party-member-section .producer-photo-frame::before {
            content: "";
            position: absolute;
            inset: 0;
            border: 1px solid rgba(255, 232, 170, 0.28);
            border-radius: inherit;
            pointer-events: none;
        }

    body[data-page="party"] .party-member-section .producer-person-photo img {
        position: relative;
        z-index: 1;
        width: 100% !important;
        max-width: 168px !important;
        height: 100% !important;
        max-height: 220px !important;
        object-fit: cover !important;
        object-position: center top !important;
        filter: none !important;
        transition: transform 0.45s cubic-bezier(0.16, 0.84, 0.22, 1) !important;
    }

    body[data-page="party"] .party-member-section .producer-person-info {
        position: relative !important;
        z-index: 2 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        padding: 30px 28px 28px 26px !important;
        background: transparent !important;
    }

        body[data-page="party"] .party-member-section .producer-badge,
        body[data-page="party"] .party-member-section .producer-person-info > span {
            display: inline-flex !important;
            align-self: flex-start !important;
            margin: 0 0 14px !important;
            padding: 7px 14px !important;
            color: #ffffff !important;
            font-size: 0.8rem !important;
            font-weight: 800 !important;
            letter-spacing: 0.12em !important;
            border-radius: 999px !important;
            background: linear-gradient(135deg, #b91c1c, #d89a3a) !important;
            box-shadow: 0 8px 16px rgba(150, 28, 38, 0.16) !important;
        }

        body[data-page="party"] .party-member-section .producer-person-info h3 {
            margin: 0 0 8px !important;
            color: #3b1717 !important;
            font-size: clamp(1.5rem, 2.2vw, 1.9rem) !important;
            line-height: 1.2 !important;
        }

        body[data-page="party"] .party-member-section .producer-person-info .producer-role {
            margin: 0 0 14px !important;
            color: #b91c1c !important;
            font-size: 1rem !important;
            font-weight: 800 !important;
        }

        body[data-page="party"] .party-member-section .producer-desc,
        body[data-page="party"] .party-member-section .producer-person-info p:not(.producer-role) {
            margin: 0 0 18px !important;
            color: #6f4d43 !important;
            font-size: 0.96rem !important;
            line-height: 1.85 !important;
        }

        body[data-page="party"] .party-member-section .producer-tags,
        body[data-page="party"] .party-member-section .producer-person-info div {
            display: flex !important;
            flex-wrap: wrap !important;
            gap: 8px !important;
            margin: 0 !important;
        }

            body[data-page="party"] .party-member-section .producer-tags em,
            body[data-page="party"] .party-member-section .producer-person-info em {
                display: inline-flex !important;
                padding: 7px 12px !important;
                color: #9a3412 !important;
                font-style: normal !important;
                font-size: 0.82rem !important;
                font-weight: 700 !important;
                background: rgba(217, 171, 88, 0.16) !important;
                border: 1px solid rgba(217, 171, 88, 0.28) !important;
                border-radius: 999px !important;
            }

    body[data-page="party"] .party-member-section .producer-person-card:hover {
        transform: translateY(-8px) !important;
        border-color: rgba(190, 30, 45, 0.34) !important;
        box-shadow: 0 28px 64px rgba(150, 28, 38, 0.18), 0 0 0 1px rgba(217, 171, 88, 0.12) !important;
    }

        body[data-page="party"] .party-member-section .producer-person-card:hover .producer-person-photo img {
            transform: scale(1.05) translateY(-4px) !important;
        }

        body[data-page="party"] .party-member-section .producer-person-card:hover .producer-tags em,
        body[data-page="party"] .party-member-section .producer-person-card:hover .producer-person-info em {
            color: #ffffff !important;
            background: linear-gradient(135deg, #b91c1c, #d89a3a) !important;
            border-color: transparent !important;
        }

@media (max-width: 1080px) {
    body[data-page="party"] .party-member-section .producer-person-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 780px) {
    body[data-page="party"] .party-member-section {
        padding-top: 48px;
        padding-bottom: 64px;
    }

        body[data-page="party"] .party-member-section .producer-person-card {
            grid-template-columns: 1fr !important;
            min-height: 0 !important;
        }

            body[data-page="party"] .party-member-section .producer-person-card::before {
                width: 100% !important;
                height: 230px !important;
                bottom: auto !important;
            }

        body[data-page="party"] .party-member-section .producer-person-photo {
            min-height: 230px !important;
            padding: 24px 16px 0 !important;
        }

        body[data-page="party"] .party-member-section .producer-photo-frame {
            width: 150px;
            height: 196px;
        }

        body[data-page="party"] .party-member-section .producer-person-info {
            padding: 22px 20px 22px !important;
        }
}

/* ===== Party Producers full redesign 2026-08-17 ===== */
body[data-page="party"] .pp-section {
    position: relative;
    overflow: hidden;
    padding: 84px 0 100px;
    background: linear-gradient(180deg, #fff8f4 0%, #fff1ea 42%, #ffffff 100%);
}

body[data-page="party"] .pp-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

body[data-page="party"] .pp-grid {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(185, 28, 28, 0.04) 1px, transparent 1px), linear-gradient(0deg, rgba(185, 28, 28, 0.03) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent);
    opacity: 0.55;
}

body[data-page="party"] .pp-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
}

body[data-page="party"] .pp-orb-a {
    width: 320px;
    height: 320px;
    top: -80px;
    left: -60px;
    background: radial-gradient(circle, rgba(185, 28, 28, 0.16), transparent 68%);
}

body[data-page="party"] .pp-orb-b {
    width: 360px;
    height: 360px;
    right: -80px;
    top: 120px;
    background: radial-gradient(circle, rgba(217, 171, 88, 0.2), transparent 70%);
}

body[data-page="party"] .pp-section .container {
    position: relative;
    z-index: 1;
}

body[data-page="party"] .pp-stage {
    display: grid;
    gap: 28px;
}

body[data-page="party"] .pp-stage-banner {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: 0;
    min-height: 360px;
    overflow: hidden;
    border-radius: 28px;
    background: radial-gradient(circle at 18% 20%, rgba(255, 232, 170, 0.18), transparent 28%), linear-gradient(135deg, #7f1018 0%, #b91c1c 46%, #8b1118 100%);
    box-shadow: 0 28px 70px rgba(127, 16, 24, 0.22);
    color: #fff8ef;
}

body[data-page="party"] .pp-stage-copy {
    padding: 48px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body[data-page="party"] .pp-kicker {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 232, 170, 0.35);
    border-radius: 999px;
    color: #f8d79c;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
    font-weight: 700;
}

body[data-page="party"] .pp-stage-copy h3 {
    margin: 0 0 16px;
    font-size: clamp(2rem, 3.4vw, 3rem);
    line-height: 1.18;
    letter-spacing: 0.02em;
}

body[data-page="party"] .pp-stage-copy > p {
    margin: 0 0 28px;
    max-width: 34em;
    color: rgba(255, 248, 239, 0.86);
    line-height: 1.9;
    font-size: 1rem;
}

body[data-page="party"] .pp-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

    body[data-page="party"] .pp-stats div {
        padding: 16px 14px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 232, 170, 0.16);
        backdrop-filter: blur(6px);
    }

    body[data-page="party"] .pp-stats strong {
        display: block;
        margin-bottom: 6px;
        color: #ffe8aa;
        font-size: 1.35rem;
        line-height: 1.1;
    }

    body[data-page="party"] .pp-stats span {
        color: rgba(255, 248, 239, 0.78);
        font-size: 0.88rem;
    }

body[data-page="party"] .pp-stage-visual {
    position: relative;
    min-height: 360px;
    display: grid;
    place-items: end center;
    padding: 28px 28px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.12));
}

body[data-page="party"] .pp-stage-frame {
    position: relative;
    width: min(100%, 300px);
    height: 320px;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    background: radial-gradient(circle at 50% 20%, rgba(255, 232, 170, 0.22), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.18);
}

    body[data-page="party"] .pp-stage-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

body[data-page="party"] .pp-stage-plate {
    position: absolute;
    left: 28px;
    bottom: 28px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 232, 170, 0.28);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

    body[data-page="party"] .pp-stage-plate span {
        display: block;
        margin-bottom: 4px;
        color: #ffe8aa;
        font-size: 0.78rem;
        letter-spacing: 0.12em;
    }

    body[data-page="party"] .pp-stage-plate strong {
        color: #fff8ef;
        font-size: 1rem;
    }

body[data-page="party"] .pp-grid-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

body[data-page="party"] .pp-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-rows: 220px auto;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(185, 28, 28, 0.12);
    box-shadow: 0 18px 42px rgba(127, 16, 24, 0.08);
    transition: transform 0.35s cubic-bezier(0.16, 0.84, 0.22, 1), box-shadow 0.35s ease, border-color 0.3s ease;
}

    body[data-page="party"] .pp-card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 4px;
        background: linear-gradient(90deg, #b91c1c, #d9ab58, #b91c1c);
        background-size: 200% 100%;
        animation: ppBar 5s linear infinite;
        z-index: 3;
    }

body[data-page="party"] .pp-card-media {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 50% 20%, rgba(255, 232, 170, 0.28), transparent 36%), linear-gradient(165deg, #8b1118 0%, #b91c1c 50%, #6f0d14 100%);
}

    body[data-page="party"] .pp-card-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        transition: transform 0.55s cubic-bezier(0.16, 0.84, 0.22, 1);
    }

body[data-page="party"] .pp-card-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.16) 48%, transparent 66%);
    transform: translateX(-60%);
    transition: transform 0.7s ease;
    pointer-events: none;
}

body[data-page="party"] .pp-card-body {
    position: relative;
    padding: 22px 22px 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
}

body[data-page="party"] .pp-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

body[data-page="party"] .pp-badge {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    background: linear-gradient(135deg, #b91c1c, #d89a3a);
    box-shadow: 0 8px 16px rgba(185, 28, 28, 0.16);
}

body[data-page="party"] .pp-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(185, 28, 28, 0.28), transparent);
}

body[data-page="party"] .pp-card h3 {
    margin: 0 0 6px;
    color: #3b1717;
    font-size: 1.45rem;
    line-height: 1.2;
}

body[data-page="party"] .pp-role {
    margin: 0 0 12px;
    color: #b91c1c;
    font-weight: 800;
    font-size: 0.98rem;
}

body[data-page="party"] .pp-desc {
    margin: 0 0 16px;
    color: #6f4d43;
    line-height: 1.8;
    font-size: 0.94rem;
    min-height: 5.4em;
}

body[data-page="party"] .pp-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    body[data-page="party"] .pp-tags em {
        display: inline-flex;
        padding: 6px 11px;
        border-radius: 999px;
        color: #9a3412;
        font-style: normal;
        font-size: 0.8rem;
        font-weight: 700;
        background: rgba(217, 171, 88, 0.14);
        border: 1px solid rgba(217, 171, 88, 0.28);
    }

body[data-page="party"] .pp-card:hover {
    transform: translateY(-10px);
    border-color: rgba(185, 28, 28, 0.28);
    box-shadow: 0 30px 64px rgba(127, 16, 24, 0.16);
}

    body[data-page="party"] .pp-card:hover .pp-card-media img {
        transform: scale(1.06);
    }

    body[data-page="party"] .pp-card:hover .pp-card-shine {
        transform: translateX(60%);
    }

    body[data-page="party"] .pp-card:hover .pp-tags em {
        color: #ffffff;
        background: linear-gradient(135deg, #b91c1c, #d89a3a);
        border-color: transparent;
    }

body[data-page="party"] .pp-card.is-featured {
    box-shadow: 0 22px 52px rgba(127, 16, 24, 0.12);
}

@keyframes ppBar {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

@media (max-width: 1080px) {
    body[data-page="party"] .pp-stage-banner {
        grid-template-columns: 1fr;
    }

    body[data-page="party"] .pp-stage-visual {
        min-height: 300px;
    }

    body[data-page="party"] .pp-grid-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    body[data-page="party"] .pp-section {
        padding: 52px 0 68px;
    }

    body[data-page="party"] .pp-stage-copy {
        padding: 28px 22px;
    }

    body[data-page="party"] .pp-stats {
        grid-template-columns: 1fr;
    }

    body[data-page="party"] .pp-stage-visual {
        padding: 12px 18px 0;
    }

    body[data-page="party"] .pp-stage-frame {
        width: min(100%, 240px);
        height: 260px;
    }

    body[data-page="party"] .pp-stage-plate {
        left: 18px;
        bottom: 18px;
    }

    body[data-page="party"] .pp-grid-cards {
        grid-template-columns: 1fr;
    }

    body[data-page="party"] .pp-desc {
        min-height: 0;
    }
}

/* ===== Party producers: no banner, 3-col full photos 2026-08-17 ===== */
body[data-page="party"] .pp-stage-banner {
    display: none !important;
}

body[data-page="party"] .pp-stage {
    display: block !important;
    gap: 0 !important;
}

body[data-page="party"] .pp-grid-cards {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

body[data-page="party"] .pp-card {
    display: flex !important;
    flex-direction: column !important;
    grid-template-rows: none !important;
}

body[data-page="party"] .pp-card-media {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: radial-gradient(circle at 50% 18%, rgba(255, 232, 170, 0.22), transparent 36%), linear-gradient(165deg, #8b1118 0%, #b91c1c 50%, #6f0d14 100%) !important;
}

    body[data-page="party"] .pp-card-media img {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center top !important;
        display: block !important;
    }

body[data-page="party"] .pp-card-body {
    flex: 1 1 auto !important;
}

@media (max-width: 1080px) {
    body[data-page="party"] .pp-grid-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 780px) {
    body[data-page="party"] .pp-grid-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }
}

/* ===== Party producers: 4 per row 2026-08-17 ===== */
body[data-page="party"] .pp-grid-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

body[data-page="party"] .pp-card-body {
    padding: 18px 16px 20px !important;
}

body[data-page="party"] .pp-card h3 {
    font-size: 1.28rem !important;
}

body[data-page="party"] .pp-desc {
    font-size: 0.9rem !important;
    min-height: 0 !important;
    line-height: 1.7 !important;
}

@media (max-width: 1200px) {
    body[data-page="party"] .pp-grid-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px) {
    body[data-page="party"] .pp-grid-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 780px) {
    body[data-page="party"] .pp-grid-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }


    body[data-page="party"] .pp-card-body {
        padding: 12px 10px 14px !important;
    }

    body[data-page="party"] .pp-card h3 {
        font-size: 1.05rem !important;
    }

    body[data-page="party"] .pp-role,
    body[data-page="party"] .pp-desc {
        font-size: 0.82rem !important;
        line-height: 1.55 !important;
    }

    body[data-page="party"] .pp-tags {
        gap: 6px !important;
    }

        body[data-page="party"] .pp-tags em {
            font-size: 0.72rem !important;
            padding: 3px 7px !important;
        }
}

/* ===== Mobile host text: solid and clear 2026-08-18 ===== */
@media (max-width: 780px) {
    body[data-page="home"] .host-stage-card > div,
    body[data-page="home"] .host-stage-card:nth-child(2) > div {
        background: #ffffff !important;
        opacity: 1 !important;
        -webkit-font-smoothing: antialiased !important;
        text-rendering: optimizeLegibility !important;
    }

    body[data-page="home"] .host-stage-card span,
    body[data-page="home"] .host-stage-card h3,
    body[data-page="home"] .host-stage-card p {
        opacity: 1 !important;
        filter: none !important;
        text-shadow: none !important;
        -webkit-text-fill-color: currentColor !important;
    }

    body[data-page="home"] .host-stage-card span {
        color: #ffffff !important;
        background: #0d398b !important;
        font-weight: 700 !important;
    }

    body[data-page="home"] .host-stage-card h3 {
        color: #0d398b !important;
        font-weight: 700 !important;
        -webkit-line-clamp: unset !important;
    }

    body[data-page="home"] .host-stage-card p {
        color: #2f3b4d !important;
        font-weight: 500 !important;
        display: block !important;
        -webkit-line-clamp: unset !important;
        overflow: visible !important;
    }
}

/* ===== Unified mobile side-nav = homepage style (all pages) 2026-08-18 ===== */
@media (max-width: 780px) {
    body.is-mobile-nav > .nav-menu,
    body.is-mobile-nav > .nav-menu.mobile-side-nav,
    body > .nav-menu.mobile-side-nav,
    .nav-menu.mobile-side-nav,
    body[data-page="home"] .nav-menu.mobile-side-nav,
    body:not([data-page="home"]) .nav-menu.mobile-side-nav {
        position: fixed !important;
        top: 50% !important;
        right: 8px !important;
        left: auto !important;
        bottom: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
        width: 42px !important;
        height: auto !important;
        max-height: none !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        z-index: 2400 !important;
        transform: translateY(-50%) !important;
        transform-origin: center center !important;
    }

        body.is-mobile-nav > .nav-menu.is-scrolling,
        body.is-mobile-nav > .nav-menu.mobile-side-nav.is-scrolling,
        body > .nav-menu.mobile-side-nav.is-scrolling,
        .nav-menu.mobile-side-nav.is-scrolling,
        body[data-page="home"] .nav-menu.mobile-side-nav.is-scrolling,
        body:not([data-page="home"]) .nav-menu.mobile-side-nav.is-scrolling {
            opacity: 0 !important;
            visibility: hidden !important;
            transform: translate(28px, -50%) !important;
            pointer-events: none !important;
        }

        body.is-mobile-nav > .nav-menu a,
        body.is-mobile-nav > .nav-menu.mobile-side-nav a,
        body > .nav-menu.mobile-side-nav a,
        .nav-menu.mobile-side-nav a,
        body[data-page="home"] .nav-menu.mobile-side-nav a,
        body:not([data-page="home"]) .nav-menu.mobile-side-nav a {
            position: relative !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 40px !important;
            height: 46px !important;
            min-height: 46px !important;
            max-height: 46px !important;
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            font-size: 0 !important;
            line-height: 1 !important;
            color: transparent !important;
            text-decoration: none !important;
            white-space: nowrap !important;
            overflow: visible !important;
            background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/music/nav-black.png") center / contain no-repeat !important;
            box-shadow: none !important;
            transform: none !important;
            opacity: 1 !important;
            visibility: visible !important;
        }

            body.is-mobile-nav > .nav-menu a::before,
            body.is-mobile-nav > .nav-menu.mobile-side-nav a::before,
            body > .nav-menu.mobile-side-nav a::before,
            .nav-menu.mobile-side-nav a::before,
            body[data-page="home"] .nav-menu.mobile-side-nav a::before,
            body:not([data-page="home"]) .nav-menu.mobile-side-nav a::before {
                content: attr(data-short) !important;
                position: relative !important;
                z-index: 1 !important;
                color: #313131 !important;
                font-size: 12px !important;
                font-weight: 700 !important;
                line-height: 1 !important;
                letter-spacing: 0 !important;
                text-shadow: none !important;
                writing-mode: horizontal-tb !important;
                text-orientation: mixed !important;
                transform: none !important;
            }

            body.is-mobile-nav > .nav-menu a::after,
            body.is-mobile-nav > .nav-menu.mobile-side-nav a::after,
            body > .nav-menu.mobile-side-nav a::after,
            .nav-menu.mobile-side-nav a::after {
                content: none !important;
                display: none !important;
            }

            body.is-mobile-nav > .nav-menu a:hover,
            body.is-mobile-nav > .nav-menu a.active,
            body.is-mobile-nav > .nav-menu.mobile-side-nav a:hover,
            body.is-mobile-nav > .nav-menu.mobile-side-nav a.active,
            body > .nav-menu.mobile-side-nav a:hover,
            body > .nav-menu.mobile-side-nav a.active,
            .nav-menu.mobile-side-nav a:hover,
            .nav-menu.mobile-side-nav a.active {
                background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/music/nav-yellow.png") center / contain no-repeat !important;
                border: 0 !important;
                color: transparent !important;
                box-shadow: none !important;
                transform: none !important;
            }

                body.is-mobile-nav > .nav-menu a:hover::before,
                body.is-mobile-nav > .nav-menu a.active::before,
                body.is-mobile-nav > .nav-menu.mobile-side-nav a:hover::before,
                body.is-mobile-nav > .nav-menu.mobile-side-nav a.active::before,
                body > .nav-menu.mobile-side-nav a:hover::before,
                body > .nav-menu.mobile-side-nav a.active::before,
                .nav-menu.mobile-side-nav a:hover::before,
                .nav-menu.mobile-side-nav a.active::before {
                    color: #2b1c00 !important;
                    transform: none !important;
                }

    @media (max-height: 700px) {
        body.is-mobile-nav > .nav-menu,
        body > .nav-menu.mobile-side-nav,
        .nav-menu.mobile-side-nav {
            gap: 3px !important;
        }

            body.is-mobile-nav > .nav-menu a,
            body > .nav-menu.mobile-side-nav a,
            .nav-menu.mobile-side-nav a {
                width: 32px !important;
                height: 36px !important;
                min-height: 36px !important;
                max-height: 36px !important;
            }

                body.is-mobile-nav > .nav-menu a::before,
                body > .nav-menu.mobile-side-nav a::before,
                .nav-menu.mobile-side-nav a::before {
                    font-size: 10px !important;
                }
    }

    /* Keep organization recruit mobile adaptive */
    body[data-page="organization"] .recruit-panel {
        padding: 18px 14px !important;
    }

    body[data-page="organization"] .recruit-panel-head {
        gap: 12px !important;
        margin-bottom: 16px !important;
    }

        body[data-page="organization"] .recruit-panel-head > span {
            width: 42px !important;
            height: 42px !important;
            flex: 0 0 42px !important;
        }

        body[data-page="organization"] .recruit-panel-head h3 {
            font-size: 1.18rem !important;
        }

    body[data-page="organization"] .recruit-table-wrap {
        overflow: visible !important;
        border: 0 !important;
    }

    body[data-page="organization"] .recruit-table {
        min-width: 0 !important;
        width: 100% !important;
        border-collapse: separate !important;
        border-spacing: 0 10px !important;
    }

        body[data-page="organization"] .recruit-table thead {
            display: none !important;
        }

        body[data-page="organization"] .recruit-table tbody,
        body[data-page="organization"] .recruit-table tr,
        body[data-page="organization"] .recruit-table td {
            display: block !important;
                    margin-bottom: 10px;
        }

            body[data-page="organization"] .recruit-table tbody tr {
                padding: 14px 14px 12px !important;
                background: #ffffff !important;
                border: 1px solid #e6ded3 !important;
                border-radius: 12px !important;
                box-shadow: 0 8px 18px rgba(13, 57, 139, 0.06) !important;
            }

        body[data-page="organization"] .recruit-table td {
            padding: 4px 0 !important;
            border: 0 !important;
            color: #3d4a5c !important;
        }

            body[data-page="organization"] .recruit-table td:first-child {
                margin-bottom: 6px !important;
            }

            body[data-page="organization"] .recruit-table td:nth-child(2)::before {
                content: "招聘人数：";
                color: #0d398b;
                font-weight: 700;
            }

            body[data-page="organization"] .recruit-table td:nth-child(3)::before {
                content: "工作地点：";
                color: #0d398b;
                font-weight: 700;
            }

            body[data-page="organization"] .recruit-table td:nth-child(4)::before {
                content: "发布时间：";
                color: #0d398b;
                font-weight: 700;
            }

    body[data-page="organization"] .recruit-job-link {
        font-size: 1.05rem !important;
    }

    body[data-page="organization"] .org-card-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    body[data-page="organization"] .org-card {
        min-height: 0 !important;
        padding: 18px 16px !important;
    }
}



/* ===== Final unified mobile side-nav layer (must stay last) 2026-08-18 ===== */
@media (max-width: 780px) {
    body.is-mobile-nav > .nav-menu,
    body.is-mobile-nav > .nav-menu.mobile-side-nav,
    body.is-mobile-nav .nav-menu,
    body.is-mobile-nav .nav-menu.mobile-side-nav,
    body.is-mobile-nav .nav-menu.open,
    body > .nav-menu.mobile-side-nav,
    .nav-menu.mobile-side-nav,
    body[data-page="home"].is-mobile-nav .nav-menu,
    body[data-page="home"].is-mobile-nav > .nav-menu,
    body[data-page="home"] .nav-menu.mobile-side-nav,
    body[data-page="home"] > .nav-menu.mobile-side-nav,
    body:not([data-page="home"]).is-mobile-nav .nav-menu,
    body:not([data-page="home"]).is-mobile-nav .nav-menu.mobile-side-nav,
    body:not([data-page="home"]).is-mobile-nav > .nav-menu,
    body:not([data-page="home"]) .nav-menu.mobile-side-nav {
        position: fixed !important;
        top: 50% !important;
        right: 8px !important;
        left: auto !important;
        bottom: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
        width: 42px !important;
        height: auto !important;
        max-height: none !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        z-index: 2400 !important;
        transform: translateY(-50%) !important;
        transform-origin: center center !important;
    }

        body.is-mobile-nav > .nav-menu.is-scrolling,
        body.is-mobile-nav .nav-menu.is-scrolling,
        body > .nav-menu.mobile-side-nav.is-scrolling,
        .nav-menu.mobile-side-nav.is-scrolling,
        body[data-page="home"] .nav-menu.mobile-side-nav.is-scrolling,
        body:not([data-page="home"]) .nav-menu.mobile-side-nav.is-scrolling {
            opacity: 0 !important;
            visibility: hidden !important;
            transform: translate(28px, -50%) !important;
            pointer-events: none !important;
        }

        body.is-mobile-nav > .nav-menu a,
        body.is-mobile-nav .nav-menu a,
        body.is-mobile-nav > .nav-menu.mobile-side-nav a,
        body.is-mobile-nav .nav-menu.mobile-side-nav a,
        body > .nav-menu.mobile-side-nav a,
        .nav-menu.mobile-side-nav a,
        body[data-page="home"].is-mobile-nav .nav-menu a,
        body[data-page="home"] .nav-menu.mobile-side-nav a,
        body:not([data-page="home"]).is-mobile-nav .nav-menu a,
        body:not([data-page="home"]).is-mobile-nav .nav-menu.mobile-side-nav a,
        body:not([data-page="home"]) .nav-menu.mobile-side-nav a {
            position: relative !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 40px !important;
            height: 46px !important;
            min-height: 46px !important;
            max-height: 46px !important;
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            font-size: 0 !important;
            line-height: 1 !important;
            color: transparent !important;
            text-decoration: none !important;
            white-space: nowrap !important;
            background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/music/nav-black.png") center / contain no-repeat !important;
            box-shadow: none !important;
            transform: none !important;
            opacity: 1 !important;
            visibility: visible !important;
        }

            body.is-mobile-nav > .nav-menu a::before,
            body.is-mobile-nav .nav-menu a::before,
            body.is-mobile-nav > .nav-menu.mobile-side-nav a::before,
            body.is-mobile-nav .nav-menu.mobile-side-nav a::before,
            body > .nav-menu.mobile-side-nav a::before,
            .nav-menu.mobile-side-nav a::before,
            body[data-page="home"].is-mobile-nav .nav-menu a::before,
            body[data-page="home"] .nav-menu.mobile-side-nav a::before,
            body:not([data-page="home"]).is-mobile-nav .nav-menu a::before,
            body:not([data-page="home"]).is-mobile-nav .nav-menu.mobile-side-nav a::before,
            body:not([data-page="home"]) .nav-menu.mobile-side-nav a::before {
                content: attr(data-short) !important;
                position: relative !important;
                z-index: 1 !important;
                color: #313131 !important;
                font-size: 12px !important;
                font-weight: 700 !important;
                line-height: 1 !important;
                letter-spacing: 0 !important;
                text-shadow: none !important;
                transform: none !important;
            }

            body.is-mobile-nav > .nav-menu a::after,
            body.is-mobile-nav .nav-menu a::after,
            body > .nav-menu.mobile-side-nav a::after,
            .nav-menu.mobile-side-nav a::after {
                content: none !important;
                display: none !important;
            }

            body.is-mobile-nav > .nav-menu a:hover,
            body.is-mobile-nav > .nav-menu a.active,
            body.is-mobile-nav .nav-menu a:hover,
            body.is-mobile-nav .nav-menu a.active,
            body.is-mobile-nav > .nav-menu.mobile-side-nav a:hover,
            body.is-mobile-nav > .nav-menu.mobile-side-nav a.active,
            body > .nav-menu.mobile-side-nav a:hover,
            body > .nav-menu.mobile-side-nav a.active,
            .nav-menu.mobile-side-nav a:hover,
            .nav-menu.mobile-side-nav a.active,
            body[data-page="home"].is-mobile-nav .nav-menu a:hover,
            body[data-page="home"].is-mobile-nav .nav-menu a.active,
            body[data-page="home"] .nav-menu.mobile-side-nav a:hover,
            body[data-page="home"] .nav-menu.mobile-side-nav a.active,
            body:not([data-page="home"]).is-mobile-nav .nav-menu a:hover,
            body:not([data-page="home"]).is-mobile-nav .nav-menu a.active,
            body:not([data-page="home"]).is-mobile-nav .nav-menu.mobile-side-nav a:hover,
            body:not([data-page="home"]).is-mobile-nav .nav-menu.mobile-side-nav a.active,
            body:not([data-page="home"]) .nav-menu.mobile-side-nav a:hover,
            body:not([data-page="home"]) .nav-menu.mobile-side-nav a.active {
                background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/music/nav-yellow.png") center / contain no-repeat !important;
                border: 0 !important;
                color: transparent !important;
                box-shadow: none !important;
                transform: none !important;
            }

                body.is-mobile-nav > .nav-menu a:hover::before,
                body.is-mobile-nav > .nav-menu a.active::before,
                body.is-mobile-nav .nav-menu a:hover::before,
                body.is-mobile-nav .nav-menu a.active::before,
                body.is-mobile-nav > .nav-menu.mobile-side-nav a:hover::before,
                body.is-mobile-nav > .nav-menu.mobile-side-nav a.active::before,
                body > .nav-menu.mobile-side-nav a:hover::before,
                body > .nav-menu.mobile-side-nav a.active::before,
                .nav-menu.mobile-side-nav a:hover::before,
                .nav-menu.mobile-side-nav a.active::before,
                body[data-page="home"].is-mobile-nav .nav-menu a:hover::before,
                body[data-page="home"].is-mobile-nav .nav-menu a.active::before,
                body[data-page="home"] .nav-menu.mobile-side-nav a:hover::before,
                body[data-page="home"] .nav-menu.mobile-side-nav a.active::before,
                body:not([data-page="home"]).is-mobile-nav .nav-menu a:hover::before,
                body:not([data-page="home"]).is-mobile-nav .nav-menu a.active::before,
                body:not([data-page="home"]).is-mobile-nav .nav-menu.mobile-side-nav a:hover::before,
                body:not([data-page="home"]).is-mobile-nav .nav-menu.mobile-side-nav a.active::before,
                body:not([data-page="home"]) .nav-menu.mobile-side-nav a:hover::before,
                body:not([data-page="home"]) .nav-menu.mobile-side-nav a.active::before {
                    color: #2b1c00 !important;
                    transform: none !important;
                }
}

/* ===== Footer friend links: single-line no wrap (PC) 2026-08-19 ===== */
@media (min-width: 781px) {
    .shared-footer-links {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
    }

        .shared-footer-links a {
            display: inline-block !important;
            flex: 0 0 auto !important;
            white-space: nowrap !important;
            font-size: 0.86rem !important;
        }
}

/* ===== Party page red header design 2026-08-19 ===== */
body[data-page="party"] .subhero,
body[data-page="party"] .party-subhero {
    position: relative !important;
    overflow: hidden !important;
    min-height: 450px !important;
    height: auto !important;
    aspect-ratio: 1920 / 451 !important;
    padding: 0 !important;
    background: linear-gradient(90deg, rgba(78, 8, 14, 0.42) 0%, rgba(120, 18, 26, 0.18) 38%, rgba(120, 18, 26, 0.08) 100%), url("http://czw.zkcmg.com/wz/xinpandeng/assets/party-header.jpg") center top / cover no-repeat !important;
}


    body[data-page="party"] .subhero::after,
    body[data-page="party"] .party-subhero::after {
        content: none !important;
        display: none !important;
    }

body[data-page="party"] .subhero-layout {
    position: relative !important;
    z-index: 1 !important;
    min-height: 450px !important;
    display: flex !important;
    align-items: center !important;
    padding: 120px 0 96px !important;
}

body[data-page="party"] .subhero h1 {
    color: #fff7e8 !important;
    text-shadow: 0 8px 24px rgba(48, 4, 10, 0.28) !important;
}

    body[data-page="party"] .subhero h1::after {
        background: linear-gradient(90deg, #f0c45a, #ffe09a) !important;
        box-shadow: 0 0 12px rgba(240, 196, 90, 0.45);
    }

body[data-page="party"] .subhero p,
body[data-page="party"] .subhero p:not(.eyebrow) {
    color: rgba(255, 244, 230, 0.92) !important;
    text-shadow: 0 4px 16px rgba(48, 4, 10, 0.22) !important;
}

@media (max-width: 780px) {
    body[data-page="party"] .subhero,
    body[data-page="party"] .party-subhero {
        min-height: 280px !important;
        aspect-ratio: 1920 / 451 !important;
        background-position: right center !important;
    }

    body[data-page="party"] .subhero-layout {
        min-height: 280px !important;
        padding: 96px 0 48px !important;
    }

    body[data-page="party"] .subhero h1 {
        font-size: clamp(2.1rem, 9vw, 2.6rem) !important;
    }

    body[data-page="party"] .subhero p,
    body[data-page="party"] .subhero p:not(.eyebrow) {
        font-size: 0.95rem !important;
        max-width: 30ch !important;
    }
}

/* ===== QA list titles: wrap on mobile 2026-08-19 ===== */
@media (max-width: 780px) {
    body[data-page="qa"] .qa-item {
        padding: 20px 16px 18px !important;
    }

        body[data-page="qa"] .qa-item h2 {
            margin: 0 0 10px !important;
            font-size: 1.08rem !important;
            line-height: 1.55 !important;
            overflow: visible !important;
        }

            body[data-page="qa"] .qa-item h2 a,
            body[data-page="qa"] .qa-item a {
                display: inline !important;
                white-space: normal !important;
                overflow: visible !important;
                text-overflow: clip !important;
                word-break: break-word !important;
                overflow-wrap: anywhere !important;
                line-height: 1.55 !important;
            }

        body[data-page="qa"] .qa-item p {
            font-size: 0.92rem !important;
            line-height: 1.75 !important;
        }
}

/* Media carousel: stop at edges */
body[data-page="home"] .media-carousel-arrow:disabled,
body[data-page="home"] .media-carousel-arrow[aria-disabled="true"] {
    opacity: 0.35;
    cursor: default;
    transform: none;
    box-shadow: none;
    pointer-events: none;
}

/* Media spread: show every outlet in one responsive grid */
body[data-page="home"] .media-carousel-layout {
    padding: 0 !important;
}

body[data-page="home"] .media-carousel-viewport {
    overflow: visible !important;
}

body[data-page="home"] .media-carousel-track {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
    transform: none !important;
    transition: none !important;
}

body[data-page="home"] .media-carousel-page {
    display: contents !important;
}

body[data-page="home"] .media-carousel-page a {
    min-width: 0 !important;
}

@media (max-width: 1080px) {
    body[data-page="home"] .media-carousel-track {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .media-carousel-track {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }
}

/* ===== Organization PC polish: department + recruit 2026-08-20 ===== */
@media (min-width: 781px) {
    body[data-page="organization"] .org-detail-section {
        padding-top: 18px;
        padding-bottom: 28px;
    }

    body[data-page="organization"] .org-card-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-rows: 1fr;
        align-items: stretch;
        gap: 20px;
    }

    body[data-page="organization"] .org-card {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 22px 22px 24px;
        border: 1px solid rgba(13, 57, 139, 0.12);
        border-top: 0;
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96)), #ffffff;
        box-shadow: 0 12px 28px rgba(13, 57, 139, 0.06);
        overflow: hidden;
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

        body[data-page="organization"] .org-card::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #0d398b, #2f6fd6);
        }

        body[data-page="organization"] .org-card:hover {
            transform: translateY(-4px);
            border-color: rgba(13, 57, 139, 0.22);
            box-shadow: 0 18px 34px rgba(13, 57, 139, 0.12);
        }

    body[data-page="organization"] .org-card-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 16px;
    }

        body[data-page="organization"] .org-card-top em {
            font-style: normal;
            color: rgba(13, 57, 139, 0.28);
            font-size: 1.35rem;
            font-weight: 800;
            letter-spacing: 0.04em;
            line-height: 1;
        }

        body[data-page="organization"] .org-card-top span {
            display: inline-flex;
            align-items: center;
            min-height: 28px;
            padding: 0 10px;
            border-radius: 999px;
            background: rgba(13, 57, 139, 0.08);
            color: #0d398b;
            font-size: 0.78rem;
            font-weight: 700;
            letter-spacing: 0.08em;
        }

    body[data-page="organization"] .org-card[data-org-center="produce"] .org-card-top span {
        background: rgba(20, 98, 180, 0.1);
        color: #145fb0;
    }

    body[data-page="organization"] .org-card[data-org-center="operate"] .org-card-top span {
        background: rgba(8, 74, 150, 0.1);
        color: #084a96;
    }

    body[data-page="organization"] .org-card h3 {
        margin: 0 0 12px;
        color: #10284f;
        font-size: 1.28rem;
    }

    body[data-page="organization"] .org-card p {
        flex: 1;
        color: #5d6b7c;
        line-height: 1.85;
    }

    body[data-page="organization"] .org-recruit-section {
        padding-top: 12px;
        padding-bottom: 72px;
    }

    body[data-page="organization"] .recruit-board {
        gap: 22px;
    }

    body[data-page="organization"] .recruit-panel {
        padding: 28px 28px 26px;
        border: 1px solid rgba(13, 57, 139, 0.12);
        border-top: 0;
        border-radius: 18px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.96));
        box-shadow: 0 14px 30px rgba(13, 57, 139, 0.07);
        overflow: hidden;
    }

        body[data-page="organization"] .recruit-panel::before {
            content: "";
            display: block;
            height: 4px;
            margin: -28px -28px 24px;
            background: linear-gradient(90deg, #0d398b, #3a78df);
        }

    body[data-page="organization"] .recruit-panel-head {
        gap: 16px;
        margin-bottom: 20px;
    }

        body[data-page="organization"] .recruit-panel-head > span {
            width: 48px;
            height: 48px;
            border-radius: 14px;
            background: linear-gradient(180deg, #184ea8, #0d398b);
            box-shadow: 0 8px 16px rgba(13, 57, 139, 0.18);
        }

        body[data-page="organization"] .recruit-panel-head p {
            letter-spacing: 0.18em;
        }

        body[data-page="organization"] .recruit-panel-head h3 {
            color: #14284a;
            font-size: 1.42rem;
        }

    body[data-page="organization"] .recruit-news-list {
        gap: 16px;
    }

        body[data-page="organization"] .recruit-news-list article {
            min-height: 168px;
            padding: 20px 18px;
            border: 1px solid rgba(13, 57, 139, 0.1);
            border-radius: 14px;
            background: linear-gradient(180deg, #ffffff, #f4f8ff);
            transition: transform 0.22s ease, box-shadow 0.22s ease;
        }

            body[data-page="organization"] .recruit-news-list article:hover {
                transform: translateY(-3px);
                box-shadow: 0 12px 24px rgba(13, 57, 139, 0.1);
            }

    body[data-page="organization"] .recruit-news-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 12px;
    }

        body[data-page="organization"] .recruit-news-meta time {
            margin: 0;
            color: #0d398b;
            font-weight: 700;
        }

        body[data-page="organization"] .recruit-news-meta em {
            font-style: normal;
            display: inline-flex;
            align-items: center;
            min-height: 24px;
            padding: 0 10px;
            border-radius: 999px;
            background: rgba(13, 57, 139, 0.08);
            color: #0d398b;
            font-size: 0.76rem;
            font-weight: 700;
        }

    body[data-page="organization"] .recruit-news-list strong {
        color: #152c4b;
    }

    body[data-page="organization"] .recruit-job-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
        align-items: start;
    }

    body[data-page="organization"] .recruit-table-wrap {
        overflow: hidden;
        border: 1px solid rgba(13, 57, 139, 0.12);
        border-radius: 12px;
    }

    body[data-page="organization"] .recruit-table {
        min-width: 100%;
        width: 100%;
        border-collapse: collapse;
    }

        body[data-page="organization"] .recruit-table th {
            background: linear-gradient(180deg, #184ea8, #0d398b);
        }

        body[data-page="organization"] .recruit-table th,
        body[data-page="organization"] .recruit-table td {
            padding: 15px 16px;
        }

        body[data-page="organization"] .recruit-table tbody tr:nth-child(even) {
            background: #f5f8fd;
        }

        body[data-page="organization"] .recruit-table tbody tr:hover {
            background: rgba(13, 57, 139, 0.08);
        }

    body[data-page="organization"] .recruit-job-link {
        color: #0d398b;
    }

        body[data-page="organization"] .recruit-job-link::after {
            background: linear-gradient(180deg, #184ea8, #0d398b);
        }
}

@media (min-width: 781px) and (max-width: 1180px) {
    body[data-page="organization"] .org-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body[data-page="organization"] .recruit-job-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== Organization mobile department cards fix 2026-08-20 ===== */
@media (max-width: 780px) {
    body[data-page="organization"] .org-detail-section,
    body[data-page="organization"] .org-detail-section .container,
    body[data-page="organization"] .org-detail-section .home-section-title,
    body[data-page="organization"] .org-detail-section .org-card-grid {
        overflow: visible !important;
    }

        body[data-page="organization"] .org-detail-section .home-section-title {
            max-width: 100% !important;
            margin-bottom: 24px !important;
            padding: 0 8px !important;
            transform: none !important;
            opacity: 1 !important;
        }

            body[data-page="organization"] .org-detail-section .home-section-title h2 {
                display: block !important;
                width: max-content !important;
                max-width: 100% !important;
                margin-left: auto !important;
                margin-right: auto !important;
                padding: 4px 18px !important;
                box-sizing: content-box !important;
                font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif !important;
                font-size: 1.55rem !important;
                font-weight: 700 !important;
                letter-spacing: 0 !important;
                line-height: 1.5 !important;
                overflow: visible !important;
                white-space: nowrap !important;
                text-align: center !important;
                text-indent: 0 !important;
            }

            body[data-page="organization"] .org-detail-section .home-section-title .home-title-line {
                margin-top: 12px !important;
            }

            body[data-page="organization"] .org-detail-section .home-section-title p {
                max-width: 100% !important;
                padding: 0 10px !important;
                font-size: 0.9rem !important;
                line-height: 1.7 !important;
                letter-spacing: 0 !important;
                overflow: visible !important;
                word-break: break-word !important;
            }

    body[data-page="organization"] .org-card-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        align-items: stretch !important;
    }

    body[data-page="organization"] .org-card {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 18px 16px 16px !important;
        border: 1px solid rgba(13, 57, 139, 0.12) !important;
        border-radius: 14px !important;
        background: #ffffff !important;
        box-shadow: 0 8px 18px rgba(13, 57, 139, 0.06) !important;
        overflow: visible !important;
        transform: none !important;
    }

        body[data-page="organization"] .org-card::before {
            display: none !important;
        }

    body[data-page="organization"] .org-card-top {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
        margin: 0 0 12px !important;
        width: 100% !important;
    }

        body[data-page="organization"] .org-card-top em {
            display: inline-block !important;
            flex: 0 0 auto !important;
            margin: 0 !important;
            color: rgba(13, 57, 139, 0.28) !important;
            font-style: normal !important;
            font-size: 1.1rem !important;
            font-weight: 800 !important;
            letter-spacing: 0 !important;
            line-height: 1 !important;
            white-space: nowrap !important;
        }

        body[data-page="organization"] .org-card-top span {
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            flex: 0 0 auto !important;
            min-height: 26px !important;
            padding: 0 10px !important;
            border-radius: 999px !important;
            background: rgba(13, 57, 139, 0.08) !important;
            color: #0d398b !important;
            font-size: 0.75rem !important;
            font-weight: 700 !important;
            letter-spacing: 0.04em !important;
            white-space: nowrap !important;
            line-height: 1 !important;
        }

    body[data-page="organization"] .org-card h3 {
        margin: 0 0 8px !important;
        color: #10284f !important;
        font-size: 1.18rem !important;
        line-height: 1.4 !important;
        letter-spacing: 0 !important;
        white-space: normal !important;
        word-break: break-word !important;
    }

    body[data-page="organization"] .org-card p {
        margin: 0 !important;
        color: #5d6b7c !important;
        font-size: 0.92rem !important;
        line-height: 1.75 !important;
        letter-spacing: 0 !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }
}

/* ===== News text board redesign: home + list ===== */
body[data-page="home"] .home-news-board {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 18px 22px;
    align-items: stretch;
}

body[data-page="home"] .home-news-item,
body[data-page="news"] .news-text-item {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    border: 1px solid rgba(13, 57, 139, 0.1);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body[data-page="home"] .home-news-item {
    padding: 22px 24px 20px;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(13, 57, 139, 0.05);
}

    body[data-page="home"] .home-news-item.is-featured {
        grid-column: 1;
        grid-row: 1 / -1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 30px 32px 28px;
        background: linear-gradient(180deg, rgba(13, 57, 139, 0.06), rgba(255, 255, 255, 0.96) 42%), #ffffff;
        border-color: rgba(13, 57, 139, 0.16);
        box-shadow: 0 18px 42px rgba(13, 57, 139, 0.1);
    }

body[data-page="home"] .home-news-meta,
body[data-page="news"] .news-text-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

body[data-page="home"] .home-news-tag,
body[data-page="news"] .news-text-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(13, 57, 139, 0.08);
    color: #0d398b;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

body[data-page="home"] .home-news-item.is-featured .home-news-tag,
body[data-page="news"] .news-text-item.is-featured .news-text-tag {
    background: linear-gradient(135deg, rgba(13, 57, 139, 0.96), rgba(43, 97, 193, 0.96));
    color: #ffffff;
}

body[data-page="home"] .home-news-item time,
body[data-page="news"] .news-text-item time {
    color: #8a94a3;
    font-size: 0.88rem;
    white-space: nowrap;
}

body[data-page="home"] .home-news-item h3,
body[data-page="news"] .news-text-item h2 {
    margin: 0 0 12px;
    color: #17233d;
    line-height: 1.55;
    font-weight: 700;
}

body[data-page="home"] .home-news-item h3 {
    font-size: 1.08rem;
}

body[data-page="home"] .home-news-item.is-featured h3 {
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.45;
}

body[data-page="home"] .home-news-item p,
body[data-page="news"] .news-text-item p {
    margin: 0;
    color: #667181;
    line-height: 1.85;
    font-size: 0.95rem;
}

body[data-page="home"] .home-news-item.is-featured p {
    margin-top: auto;
    padding-top: 18px;
    font-size: 1rem;
    color: #5a6678;
}

body[data-page="home"] .home-news-item:hover,
body[data-page="news"] .news-text-item:hover {
    transform: translateY(-3px);
    border-color: rgba(13, 57, 139, 0.2);
    box-shadow: 0 18px 40px rgba(13, 57, 139, 0.12);
}

    body[data-page="home"] .home-news-item:hover h3,
    body[data-page="news"] .news-text-item:hover h2 {
        color: #0d398b;
    }

body[data-page="news"] .news-text-board {
    display: grid;
    gap: 18px;
}

body[data-page="news"] .news-text-item {
    padding: 26px 28px 24px;
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(13, 57, 139, 0.06);
    position: relative;
    overflow: hidden;
}

    body[data-page="news"] .news-text-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: linear-gradient(180deg, #0d398b, rgba(13, 57, 139, 0.25));
        opacity: 0.7;
    }

    body[data-page="news"] .news-text-item.is-featured {
        padding: 30px 32px 28px;
        background: linear-gradient(90deg, rgba(13, 57, 139, 0.06), rgba(255, 255, 255, 0.96) 28%), #ffffff;
        border-color: rgba(13, 57, 139, 0.16);
    }

        body[data-page="news"] .news-text-item.is-featured::before {
            width: 5px;
            opacity: 1;
        }

    body[data-page="news"] .news-text-item h2 {
        font-size: clamp(1.28rem, 2.2vw, 1.72rem);
    }

    body[data-page="news"] .news-text-item.is-featured h2 {
        font-size: clamp(1.45rem, 2.5vw, 2rem);
    }

    body[data-page="news"] .news-text-item p {
        max-width: 980px;
    }

body[data-page="party"] .party-news-list-page .news-text-item {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 26px 28px 24px;
    color: inherit;
    text-decoration: none !important;
    background: #ffffff;
    border: 1px solid rgba(13, 57, 139, 0.1);
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(13, 57, 139, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

    body[data-page="party"] .party-news-list-page .news-text-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: linear-gradient(180deg, #0d398b, rgba(13, 57, 139, 0.25));
        opacity: 0.7;
    }

    body[data-page="party"] .party-news-list-page .news-text-item.is-featured {
        padding: 30px 32px 28px;
        background: linear-gradient(90deg, rgba(13, 57, 139, 0.06), rgba(255, 255, 255, 0.96) 28%), #ffffff;
        border-color: rgba(13, 57, 139, 0.16);
    }

        body[data-page="party"] .party-news-list-page .news-text-item.is-featured::before {
            width: 5px;
            opacity: 1;
        }

    body[data-page="party"] .party-news-list-page .news-text-item time {
        color: #8a94a3;
        font-size: 0.88rem;
        white-space: nowrap;
    }

    body[data-page="party"] .party-news-list-page .news-text-item h2 {
        margin: 0 0 12px;
        color: #17233d;
        font-size: clamp(1.28rem, 2.2vw, 1.72rem);
        line-height: 1.55;
        font-weight: 700;
    }

    body[data-page="party"] .party-news-list-page .news-text-item.is-featured h2 {
        font-size: clamp(1.45rem, 2.5vw, 2rem);
    }

    body[data-page="party"] .party-news-list-page .news-text-item p {
        max-width: 980px;
        margin: 0;
        color: #667181;
        line-height: 1.85;
        font-size: 0.95rem;
    }

    body[data-page="party"] .party-news-list-page .news-text-item:hover {
        transform: translateY(-3px);
        border-color: rgba(13, 57, 139, 0.2);
        box-shadow: 0 18px 40px rgba(13, 57, 139, 0.12);
    }

        body[data-page="party"] .party-news-list-page .news-text-item:hover h2 {
            color: #0d398b;
        }

    body[data-page="party"] .party-news-list-page .news-text-item h2 {
        max-width: 100%;
    }

body[data-page="party"] .party-news-list-page .pagination {
    margin-top: 30px;
}

@media (max-width: 980px) {
    body[data-page="home"] .home-news-board {
        grid-template-columns: 1fr;
    }

    body[data-page="home"] .home-news-item.is-featured {
        grid-row: auto;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .home-news-item,
    body[data-page="news"] .news-text-item {
        padding: 18px 18px 16px;
        border-radius: 14px;
    }

        body[data-page="home"] .home-news-item.is-featured,
        body[data-page="news"] .news-text-item.is-featured {
            padding: 20px 18px 18px;
        }

    body[data-page="home"] .home-news-meta,
    body[data-page="news"] .news-text-meta {
        margin-bottom: 10px;
    }

    body[data-page="home"] .home-news-item h3 {
        font-size: 1.02rem;
    }

    body[data-page="home"] .home-news-item.is-featured h3,
    body[data-page="news"] .news-text-item.is-featured h2 {
        font-size: 1.22rem;
    }

    body[data-page="news"] .news-text-item h2 {
        font-size: 1.12rem;
    }

    body[data-page="home"] .home-news-item p,
    body[data-page="news"] .news-text-item p {
        font-size: 0.9rem;
        line-height: 1.75;
    }
}

/* Mobile home hero: single image only */
@media (max-width: 780px) {
    body[data-page="home"] .hero-home-slider {
        background: url("http://czw.zkcmg.com/wz/xinpandeng/assets/h.jpg") center center / cover no-repeat !important;
    }

    body[data-page="home"] .hero-home-poster {
        background-image: url("http://czw.zkcmg.com/wz/xinpandeng/assets/h.jpg") !important;
        background-position: center center !important;
        background-size: cover !important;
    }

        body[data-page="home"] .hero-home-poster:not(.is-active) {
            display: none !important;
            opacity: 0 !important;
        }

    body[data-page="home"] .hero-slider-dots {
        display: none !important;
    }
}

/* Preview text cards: no cover, no category */
body[data-page="home"] .preview-text-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

body[data-page="home"] .preview-text-card,
body[data-page="preview"] .preview-text-item {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    border: 1px solid rgba(13, 57, 139, 0.1);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body[data-page="home"] .preview-text-card {
    padding: 28px 24px 24px;
    border-top: 3px solid #0d398b;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 10px 28px rgba(13, 57, 139, 0.05);
    min-height: 188px;
}

    body[data-page="home"] .preview-text-card h3,
    body[data-page="preview"] .preview-text-item h2 {
        margin: 0 0 14px;
        color: #17233d;
        line-height: 1.5;
        font-weight: 700;
    }

    body[data-page="home"] .preview-text-card h3 {
        font-size: 1.12rem;
    }

    body[data-page="home"] .preview-text-card p,
    body[data-page="preview"] .preview-text-item p {
        margin: 0;
        color: #667181;
        line-height: 1.8;
    }

    body[data-page="home"] .preview-text-card em,
    body[data-page="preview"] .preview-text-item em {
        display: block;
        margin-top: 18px;
        color: #0d398b;
        font-style: normal;
        font-size: 0.9rem;
        font-weight: 700;
    }

    body[data-page="home"] .preview-text-card:hover,
    body[data-page="preview"] .preview-text-item:hover {
        transform: translateY(-3px);
        border-color: rgba(13, 57, 139, 0.2);
        box-shadow: 0 18px 40px rgba(13, 57, 139, 0.12);
    }

        body[data-page="home"] .preview-text-card:hover h3,
        body[data-page="preview"] .preview-text-item:hover h2 {
            color: #0d398b;
        }

body[data-page="preview"] .preview-text-board {
    display: grid;
    gap: 18px;
}

body[data-page="preview"] .preview-text-item {
    position: relative;
    overflow: hidden;
    padding: 28px 30px 24px;
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(13, 57, 139, 0.06);
}

    body[data-page="preview"] .preview-text-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: linear-gradient(180deg, #0d398b, rgba(13, 57, 139, 0.25));
    }

    body[data-page="preview"] .preview-text-item h2 {
        font-size: clamp(1.28rem, 2.2vw, 1.72rem);
    }

    body[data-page="preview"] .preview-text-item p {
        max-width: 980px;
    }

@media (max-width: 1080px) {
    body[data-page="home"] .preview-text-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .preview-text-grid {
        grid-template-columns: 1fr;
    }

    body[data-page="home"] .preview-text-card,
    body[data-page="preview"] .preview-text-item {
        padding: 20px 18px 18px;
        min-height: 0;
    }

        body[data-page="home"] .preview-text-card h3 {
            font-size: 1.05rem;
        }

        body[data-page="preview"] .preview-text-item h2 {
            font-size: 1.16rem;
        }
}


/* News center without category tags */
body[data-page="home"] .home-news-time,
body[data-page="news"] .news-text-time {
    display: inline-block;
    margin: 0 0 12px;
    color: #0d398b;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

body[data-page="home"] .home-news-item.is-featured .home-news-time,
body[data-page="news"] .news-text-item.is-featured .news-text-time {
    color: #0d398b;
}

body[data-page="home"] .home-news-meta,
body[data-page="news"] .news-text-meta,
body[data-page="home"] .home-news-tag,
body[data-page="news"] .news-text-tag {
    display: none !important;
}


/* Home news: remove leftover blank by stretching featured card */
body[data-page="home"] .home-news-board {
    grid-template-columns: 1.15fr 1fr;
    align-items: stretch;
}

body[data-page="home"] .home-news-item.is-featured {
    grid-column: 1;
    grid-row: 1 / -1;
    height: 100%;
    min-height: 100%;
}

body[data-page="home"] .home-news-item:not(.is-featured) {
    grid-column: 2;
}

@media (max-width: 980px) {
    body[data-page="home"] .home-news-item.is-featured,
    body[data-page="home"] .home-news-item:not(.is-featured) {
        grid-column: auto;
        grid-row: auto;
        height: auto;
        min-height: 0;
    }
}


/* Home news two-column layout: no leftover blank */
body[data-page="home"] .home-news-board {
    display: grid !important;
    grid-template-columns: 1.15fr 1fr !important;
    gap: 18px 22px !important;
    align-items: stretch !important;
}

body[data-page="home"] .home-news-side {
    display: grid !important;
    gap: 18px !important;
    align-content: stretch !important;
}

body[data-page="home"] .home-news-item.is-featured {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    height: 100% !important;
    min-height: 100% !important;
    grid-column: auto !important;
    grid-row: auto !important;
}

body[data-page="home"] .home-news-item:not(.is-featured) {
    grid-column: auto !important;
}

body[data-page="home"] .home-news-item.is-featured p {
    margin-top: auto !important;
}

@media (max-width: 980px) {
    body[data-page="home"] .home-news-board {
        grid-template-columns: 1fr !important;
    }

    body[data-page="home"] .home-news-item.is-featured {
        height: auto !important;
        min-height: 0 !important;
    }
}


/* Home news equal two columns: left 4 + right 4, no cover */
body[data-page="home"] .home-news-board {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 48px !important;
    align-items: start !important;
    background: #ffffff !important;
    border: 1px solid rgba(13, 57, 139, 0.1) !important;
    border-radius: 18px !important;
    padding: 8px 28px !important;
    box-shadow: 0 12px 34px rgba(13, 57, 139, 0.05) !important;
}

body[data-page="home"] .home-news-col {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
}

body[data-page="home"] .home-news-side {
    display: none !important;
}

body[data-page="home"] .home-news-item,
body[data-page="home"] .home-news-item.is-featured {
    display: grid !important;
    grid-template-columns: 108px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(13, 57, 139, 0.08) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: 0 !important;
    height: auto !important;
    transform: none !important;
    text-decoration: none !important;
}

body[data-page="home"] .home-news-col .home-news-item:last-child {
    border-bottom: 0 !important;
}

body[data-page="home"] .home-news-item time,
body[data-page="home"] .home-news-item .home-news-time {
    display: block !important;
    margin: 0 !important;
    color: #0d398b !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

body[data-page="home"] .home-news-item h3 {
    margin: 0 !important;
    color: #1c2b44 !important;
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
    font-weight: 600 !important;
}

body[data-page="home"] .home-news-item p,
body[data-page="home"] .home-news-item .home-news-tag,
body[data-page="home"] .home-news-item .home-news-meta,
body[data-page="home"] .home-news-item img {
    display: none !important;
}

body[data-page="home"] .home-news-item:hover,
body[data-page="home"] .home-news-item.is-featured:hover {
    transform: none !important;
    box-shadow: none !important;
    border-color: rgba(13, 57, 139, 0.08) !important;
}

    body[data-page="home"] .home-news-item:hover h3 {
        color: #0d398b !important;
    }

@media (max-width: 980px) {
    body[data-page="home"] .home-news-board {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        padding: 4px 18px !important;
    }
}


/* Home news screenshot style: 8 equal items, date + title */
body[data-page="home"] .home-news-board {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 36px !important;
    align-items: stretch !important;
    padding: 6px 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    position: relative !important;
}

    body[data-page="home"] .home-news-board::before {
        content: "" !important;
        position: absolute !important;
        top: 8px !important;
        bottom: 8px !important;
        left: 50% !important;
        width: 1px !important;
        background: rgba(13, 57, 139, 0.12) !important;
        transform: translateX(-0.5px) !important;
    }

body[data-page="home"] .home-news-col {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
}

body[data-page="home"] .home-news-item,
body[data-page="home"] .home-news-item.is-featured {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 18px 8px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(13, 57, 139, 0.12) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: 0 !important;
    height: auto !important;
    transform: none !important;
    text-decoration: none !important;
}

body[data-page="home"] .home-news-col .home-news-item:last-child {
    border-bottom: 1px solid rgba(13, 57, 139, 0.12) !important;
}

body[data-page="home"] .home-news-item time,
body[data-page="home"] .home-news-item .home-news-time {
    flex: 0 0 auto !important;
    display: inline-block !important;
    margin: 0 !important;
    color: #0d398b !important;
    font-size: 0.98rem !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    white-space: nowrap !important;
}

body[data-page="home"] .home-news-item h3 {
    flex: 1 1 auto !important;
    margin: 0 !important;
    color: #222222 !important;
    font-size: 1.02rem !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body[data-page="home"] .home-news-item p,
body[data-page="home"] .home-news-item .home-news-tag,
body[data-page="home"] .home-news-item .home-news-meta,
body[data-page="home"] .home-news-item img {
    display: none !important;
}

body[data-page="home"] .home-news-item:hover,
body[data-page="home"] .home-news-item.is-featured:hover {
    transform: none !important;
    box-shadow: none !important;
    background: rgba(13, 57, 139, 0.03) !important;
}

    body[data-page="home"] .home-news-item:hover h3 {
        color: #0d398b !important;
    }

@media (max-width: 980px) {
    body[data-page="home"] .home-news-board {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

        body[data-page="home"] .home-news-board::before {
            display: none !important;
        }

    body[data-page="home"] .home-news-item h3 {
        white-space: normal !important;
    }
}


/* Final home news item style from screenshot */
body[data-page="home"] .home-news-board {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 56px !important;
    row-gap: 0 !important;
    align-items: start !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

    body[data-page="home"] .home-news-board::before {
        display: none !important;
    }

body[data-page="home"] .home-news-col {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
}

body[data-page="home"] .home-news-item,
body[data-page="home"] .home-news-item.is-featured {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 22px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: 0 !important;
    height: auto !important;
    transform: none !important;
    text-decoration: none !important;
}

body[data-page="home"] .home-news-col .home-news-item:last-child {
    border-bottom: 1px solid #d7d7d7 !important;
}

body[data-page="home"] .home-news-item time,
body[data-page="home"] .home-news-item .home-news-time {
    flex: 0 0 108px !important;
    width: 108px !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #0d398b !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
}

body[data-page="home"] .home-news-item h3 {
    flex: 1 1 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #222222 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body[data-page="home"] .home-news-item p,
body[data-page="home"] .home-news-item .home-news-tag,
body[data-page="home"] .home-news-item .home-news-meta,
body[data-page="home"] .home-news-item img,
body[data-page="home"] .home-news-side {
    display: none !important;
}

body[data-page="home"] .home-news-item:hover,
body[data-page="home"] .home-news-item.is-featured:hover {
    background: transparent !important;
    transform: none !important;
    box-shadow: none !important;
}

    body[data-page="home"] .home-news-item:hover h3 {
        color: #0d398b !important;
    }

@media (max-width: 980px) {
    body[data-page="home"] .home-news-board {
        grid-template-columns: 1fr !important;
        column-gap: 0 !important;
    }

    body[data-page="home"] .home-news-item {
        gap: 16px !important;
        padding: 18px 0 !important;
    }

        body[data-page="home"] .home-news-item time,
        body[data-page="home"] .home-news-item .home-news-time {
            flex-basis: 96px !important;
            width: 96px !important;
            font-size: 15px !important;
        }

        body[data-page="home"] .home-news-item h3 {
            white-space: normal !important;
            font-size: 15px !important;
        }
}


/* Home news outer frame like screenshot */
body[data-page="home"] .home-news-board {
    border: 1px solid #d9d9d9 !important;
    background: #ffffff !important;
    padding: 8px 28px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

@media (max-width: 980px) {
    body[data-page="home"] .home-news-board {
        padding: 4px 16px !important;
    }
}


/* Each news item is an independent bordered card */
body[data-page="home"] .home-news-board {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 28px !important;
    row-gap: 0 !important;
    align-items: start !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

    body[data-page="home"] .home-news-board::before {
        display: none !important;
    }

body[data-page="home"] .home-news-col {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    min-width: 0 !important;
}

body[data-page="home"] .home-news-item,
body[data-page="home"] .home-news-item.is-featured {
    display: flex !important;
    align-items: center !important;
    gap: 22px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 18px 22px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    min-height: 0 !important;
    height: auto !important;
    transform: none !important;
    text-decoration: none !important;
}

body[data-page="home"] .home-news-col .home-news-item:last-child {
    border: 1px solid #d9d9d9 !important;
}

body[data-page="home"] .home-news-item time,
body[data-page="home"] .home-news-item .home-news-time {
    flex: 0 0 108px !important;
    width: 108px !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #0d398b !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    white-space: nowrap !important;
}

body[data-page="home"] .home-news-item h3 {
    flex: 1 1 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #222222 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body[data-page="home"] .home-news-item p,
body[data-page="home"] .home-news-item .home-news-tag,
body[data-page="home"] .home-news-item .home-news-meta,
body[data-page="home"] .home-news-item img,
body[data-page="home"] .home-news-side {
    display: none !important;
}

body[data-page="home"] .home-news-item:hover,
body[data-page="home"] .home-news-item.is-featured:hover {
    border-color: #0d398b !important;
    background: #ffffff !important;
    transform: none !important;
    box-shadow: none !important;
}

    body[data-page="home"] .home-news-item:hover h3 {
        color: #0d398b !important;
    }

@media (max-width: 980px) {
    body[data-page="home"] .home-news-board {
        grid-template-columns: 1fr !important;
        column-gap: 0 !important;
    }

    body[data-page="home"] .home-news-col {
        gap: 12px !important;
    }

    body[data-page="home"] .home-news-item {
        gap: 14px !important;
        padding: 16px 14px !important;
    }

        body[data-page="home"] .home-news-item time,
        body[data-page="home"] .home-news-item .home-news-time {
            flex-basis: 96px !important;
            width: 96px !important;
            font-size: 15px !important;
        }

        body[data-page="home"] .home-news-item h3 {
            white-space: normal !important;
            font-size: 15px !important;
        }
}


/* Match screenshot item style exactly */
body[data-page="home"] .news-section .home-news-board {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 24px !important;
    row-gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

    body[data-page="home"] .news-section .home-news-board::before {
        content: none !important;
        display: none !important;
    }

body[data-page="home"] .news-section .home-news-col {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    min-width: 0 !important;
}

body[data-page="home"] .news-section .home-news-item,
body[data-page="home"] .news-section .home-news-item.is-featured {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 28px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 30px 24px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    min-height: 58px !important;
    height: auto !important;
    transform: none !important;
    text-decoration: none !important;
}

body[data-page="home"] .news-section .home-news-col .home-news-item:last-child {
    border: 1px solid #e5e5e5 !important;
}

body[data-page="home"] .news-section .home-news-item time,
body[data-page="home"] .news-section .home-news-item .home-news-time {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 96px !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #0d398b !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
}

body[data-page="home"] .news-section .home-news-item h3 {
    flex: 1 1 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333333 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body[data-page="home"] .news-section .home-news-item p,
body[data-page="home"] .news-section .home-news-item .home-news-tag,
body[data-page="home"] .news-section .home-news-item .home-news-meta,
body[data-page="home"] .news-section .home-news-item img,
body[data-page="home"] .news-section .home-news-side {
    display: none !important;
}

body[data-page="home"] .news-section .home-news-item:hover,
body[data-page="home"] .news-section .home-news-item.is-featured:hover {
    border-color: #e5e5e5 !important;
    background: #fff !important;
    transform: none !important;
    box-shadow: none !important;
}

    body[data-page="home"] .news-section .home-news-item:hover h3 {
        color: #0d398b !important;
    }

@media (max-width: 980px) {
    body[data-page="home"] .news-section .home-news-board {
        grid-template-columns: 1fr !important;
        column-gap: 0 !important;
    }

    body[data-page="home"] .news-section .home-news-col {
        gap: 12px !important;
    }

    body[data-page="home"] .news-section .home-news-item {
        gap: 16px !important;
        padding: 14px 16px !important;
        min-height: 52px !important;
    }

        body[data-page="home"] .news-section .home-news-item h3 {
            white-space: normal !important;
        }
}


/* Make independent news borders clearly visible */
body[data-page="home"] .news-section .home-news-item,
body[data-page="home"] .news-section .home-news-item.is-featured,
body[data-page="home"] .news-section .home-news-col .home-news-item:last-child {
    border: 1px solid #c8c8c8 !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

    body[data-page="home"] .news-section .home-news-item:hover,
    body[data-page="home"] .news-section .home-news-item.is-featured:hover {
        border-color: #0d398b !important;
    }


/* Light-gray independent news cards (visible on white section) */
body[data-page="home"] .news-section {
    background: #ffffff !important;
}

    body[data-page="home"] .news-section .home-news-board {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    body[data-page="home"] .news-section .home-news-item,
    body[data-page="home"] .news-section .home-news-item.is-featured,
    body[data-page="home"] .news-section .home-news-col .home-news-item:last-child {
        border: 1px solid #e5e5e5 !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }

        body[data-page="home"] .news-section .home-news-item:hover,
        body[data-page="home"] .news-section .home-news-item.is-featured:hover {
            border-color: #e5e5e5 !important;
            background: #ffffff !important;
        }

            body[data-page="home"] .news-section .home-news-item:hover h3 {
                color: #0d398b !important;
            }


/* Home news item border = news list page border style */
body[data-page="home"] .news-section {
    background: #f7f5f2 !important;
}

    body[data-page="home"] .news-section .home-news-board {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    body[data-page="home"] .news-section .home-news-item,
    body[data-page="home"] .news-section .home-news-item.is-featured,
    body[data-page="home"] .news-section .home-news-col .home-news-item:last-child {
        border: 1px solid rgba(13, 57, 139, 0.12) !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        box-shadow: 0 12px 34px rgba(13, 57, 139, 0.06) !important;
    }

        body[data-page="home"] .news-section .home-news-item:hover,
        body[data-page="home"] .news-section .home-news-item.is-featured:hover {
            border-color: rgba(13, 57, 139, 0.2) !important;
            box-shadow: 0 18px 40px rgba(13, 57, 139, 0.12) !important;
            background: #ffffff !important;
            transform: translateY(-2px) !important;
        }

/* Party producers final layout */
body[data-page="party"] .pp-grid-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

@media (max-width: 900px) {
    body[data-page="party"] .pp-grid-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 560px) {
    body[data-page="party"] .pp-grid-cards {
        grid-template-columns: 1fr !important;
    }
}

/* Organization chart connector fix */
body[data-page="organization"] .org-chart {
    --org-branch-gap: 20px;
    --org-line: #0d398b;
}

body[data-page="organization"] .org-level-2 {
    gap: var(--org-branch-gap) !important;
    padding-top: 20px !important;
}

    body[data-page="organization"] .org-level-2::before {
        top: 0 !important;
        left: calc((100% - (var(--org-branch-gap) * 2)) / 6) !important;
        right: calc((100% - (var(--org-branch-gap) * 2)) / 6) !important;
        height: 2px !important;
        background: var(--org-line) !important;
    }

body[data-page="organization"] .org-branch::before {
    top: -20px !important;
    height: 20px !important;
    background: var(--org-line) !important;
}

body[data-page="organization"] .org-connector-v {
    background: var(--org-line) !important;
}

    body[data-page="organization"] .org-connector-v.short {
        height: 28px !important;
    }

@media (max-width: 1080px) {
    body[data-page="organization"] .org-level-2 {
        padding-top: 0 !important;
    }
}

/* Party news alignment and spacing fix */
body[data-page="party"] .party-news-section .party-news-grid {
    align-items: stretch !important;
    gap: 22px 24px !important;
}

body[data-page="party"] .party-news-section .party-news-card {
    min-height: 146px !important;
    color: inherit !important;
    text-decoration: none !important;
    align-items: center !important;
}

    body[data-page="party"] .party-news-section .party-news-card img {
        align-self: center !important;
        object-position: center !important;
    }

body[data-page="party"] .party-news-section .party-news-body {
    display: flex !important;
    min-height: 112px !important;
    flex-direction: column !important;
    justify-content: center !important;
}

    body[data-page="party"] .party-news-section .party-news-body h3 {
        margin-bottom: 14px !important;
    }

body[data-page="party"] .party-news-section .section-actions {
    display: flex !important;
    justify-content: center !important;
    margin-top: 60px !important;
}

body[data-page="party"] .party-news-list-page .news-text-board {
    display: grid !important;
    gap: 18px !important;
}

body[data-page="party"] .party-news-list-page .news-text-item {
    min-height: 148px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

body[data-page="party"] .news-article-section {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
}

    body[data-page="party"] .news-article-section > .container {
        display: flex !important;
        justify-content: center !important;
    }

body[data-page="party"] .news-article-card {
    width: min(980px, 100%) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body[data-page="party"] .news-article-footer .button-secondary,
body[data-page="party"] .news-article-footer .dark-outline {
    min-width: 146px !important;
    color: #0d398b !important;
    background: #ffffff !important;
    border: 1px solid rgba(13, 57, 139, 0.28) !important;
    box-shadow: none !important;
}

    body[data-page="party"] .news-article-footer .button-secondary:hover,
    body[data-page="party"] .news-article-footer .dark-outline:hover {
        color: #ffffff !important;
        background: #0d398b !important;
        border-color: #0d398b !important;
    }

@media (max-width: 780px) {
    body[data-page="party"] .party-news-section .party-news-card {
        min-height: 0 !important;
    }

    body[data-page="party"] .party-news-section .party-news-body {
        min-height: 0 !important;
    }

    body[data-page="party"] .party-news-list-page .news-text-item {
        min-height: 0 !important;
        padding: 20px 18px 18px !important;
    }

    body[data-page="party"] .news-article-section {
        padding-top: 42px !important;
        padding-bottom: 48px !important;
    }
}

/* Program detail video player cover state */
.enterprise-video-frame video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000000;
}

.enterprise-video-frame--player::after {
  display: none;
}

.enterprise-video-frame--player .enterprise-play-button {
  display: none;
}

body[data-page="party"] .party-entrepreneurs-actions {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 50px auto 0;
}

body[data-page="party"] .party-entrepreneurs-actions .button {
  margin: 0 auto;
  border: none;
}


body[data-page="party"] .party-news-list-page .news-text-item {
  display: grid !important;
  grid-template-columns: 240px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
}

body[data-page="party"] .party-news-list-page .news-text-cover {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 14px;
}

body[data-page="party"] .party-news-list-page .news-text-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

body[data-page="party"] .party-news-list-page .news-text-copy h2 {
  margin-top: 8px;
}

body[data-page="party"] .party-news-list-page .news-text-copy p {
  margin-bottom: 0;
}

body[data-page="party"] .party-news-list-page .news-text-item.is-featured {
  grid-template-columns: 280px minmax(0, 1fr) !important;
}

body[data-page="party"] .party-news-list-page .news-text-item.is-featured .news-text-cover {
  height: 188px;
}

@media (max-width: 780px) {
  body[data-page="party"] .party-news-list-page .news-text-item {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body[data-page="party"] .party-news-list-page .news-text-cover {
    height: 180px;
  }
}

/* ===== Final mobile home host image alignment ===== */
@media (max-width: 780px) {
    body[data-page="home"] .host-stage-card a,
    body[data-page="home"] .host-stage-card:nth-child(2) a,
    body[data-page="home"] .host-carousel-page .host-stage-card a,
    body[data-page="home"] .host-carousel-fullbleed .host-stage-card a {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: 3 / 3.75 !important;
        overflow: hidden !important;
    }

    body[data-page="home"] .host-stage-card img,
    body[data-page="home"] .host-stage-card:nth-child(2) img,
    body[data-page="home"] .host-carousel-page .host-stage-card img,
    body[data-page="home"] .host-carousel-fullbleed .host-stage-card img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
        object-fit: cover !important;
        object-position: center top !important;
    }
}

/* Organization chart final desktop row, last override */
@media (min-width: 1081px) {
    body[data-page="organization"] .org-level-2 {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 20px !important;
    }

    body[data-page="organization"] .org-level-2 .org-branch {
        min-width: 0 !important;
    }

    body[data-page="organization"] .org-level-2 .org-node-center {
        width: 100% !important;
        min-width: 0 !important;
        white-space: nowrap !important;
    }

    body[data-page="organization"] .org-level-2::before {
        left: calc((100% - 60px) / 8) !important;
        right: calc((100% - 60px) / 8) !important;
    }
}

/* Converged media center uses the same department card color */
body[data-page="organization"] .org-card[data-org-center="converge"] .org-card-top span {
    background: rgba(13, 57, 139, 0.08) !important;
    color: #0d398b !important;
}

body[data-page="organization"] .org-card[data-org-center="converge"] {
    border-top-color: #0d398b !important;
}

/* Mobile media spread: four outlets per row */
@media (max-width: 780px) {
    body[data-page="home"] .media-section .container {
        width: calc(100% - 20px) !important;
        max-width: none !important;
    }

    body[data-page="home"] .media-carousel-layout,
    body[data-page="home"] .media-carousel-viewport {
        width: 100% !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    body[data-page="home"] .media-carousel-track {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 7px !important;
        width: 100% !important;
        transform: none !important;
    }

    body[data-page="home"] .media-carousel-page {
        display: contents !important;
    }

    body[data-page="home"] .media-carousel-page a,
    body[data-page="home"] .media-carousel-page > a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 62px !important;
        height: 62px !important;
        padding: 6px !important;
        border-radius: 8px !important;
        box-sizing: border-box !important;
    }

    body[data-page="home"] .media-carousel-page > a:nth-child(n + 7) {
        display: flex !important;
    }

    body[data-page="home"] .media-carousel-page img,
    body[data-page="home"] .media-carousel-page a img,
    body[data-page="home"] .media-carousel-page > a img {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 65px !important;
        object-fit: contain !important;
    }
}

body[data-page="home"] .media-static-grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
    transform: none !important;
}

body[data-page="home"] .media-static-grid a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    min-height: 104px !important;
    padding: 14px 18px !important;
}

body[data-page="home"] .media-static-grid a img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 92px !important;
    object-fit: contain !important;
}

body[data-page="home"] .media-static-grid a > img {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}

/* Media carousel uses viewport scrolling on mobile */
@media (min-width: 781px) {
    body[data-page="home"] .media-carousel-arrow {
        display: none !important;
    }
}

@media (max-width: 780px) {
    body[data-page="home"] .media-carousel-viewport {
        overflow-x: hidden !important;
        overflow-y: visible !important;
        scroll-behavior: smooth;
    }

    body[data-page="home"] .media-carousel-track {
        display: flex !important;
        width: 100% !important;
        transform: none !important;
        transition: none !important;
    }

    body[data-page="home"] .media-carousel-page {
        display: grid !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(3, minmax(70px, auto)) !important;
        gap: 10px !important;
    }

    body[data-page="home"] .media-carousel-page > a:nth-child(n + 7) {
        display: none !important;
    }
}

/* Final media layout: PC all visible, mobile two-page carousel */
@media (min-width: 781px) {
    body[data-page="home"] .media-carousel-layout { padding: 0 !important; }
    body[data-page="home"] .media-carousel-viewport { overflow: visible !important; }
    body[data-page="home"] .media-carousel-track { display: grid !important; grid-template-columns: repeat(6, minmax(0, 1fr)) !important; gap: 18px !important; width: 100% !important; transform: none !important; transition: none !important; }
    body[data-page="home"] .media-carousel-page { display: contents !important; }
    body[data-page="home"] .media-carousel-page a { display: flex !important; min-width: 0 !important; min-height: 104px !important; }
}

@media (max-width: 780px) {
    body[data-page="home"] .media-carousel-layout { display: grid !important; grid-template-columns: 36px minmax(0, 1fr) 36px !important; align-items: center !important; gap: 8px !important; padding: 0 !important; }
    body[data-page="home"] .media-carousel-arrow { display: grid !important; place-items: center !important; position: static !important; width: 36px !important; height: 36px !important; margin: 0 !important; padding: 0 !important; border-radius: 50% !important; }
    body[data-page="home"] .media-carousel-viewport { overflow: hidden !important; width: 100% !important; }
    body[data-page="home"] .media-carousel-track { display: flex !important; width: 100% !important; transition: transform .55s ease !important; }
    body[data-page="home"] .media-carousel-page { display: grid !important; flex: 0 0 100% !important; width: 100% !important; min-width: 100% !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; grid-template-rows: repeat(3, minmax(70px, auto)) !important; gap: 10px !important; align-content: start !important; }
    body[data-page="home"] .media-carousel-page > a:nth-child(n + 7) { display: none !important; }
    body[data-page="home"] .media-carousel-page a { display: flex !important; min-height: 70px !important; height: auto !important; padding: 10px 8px !important; border-radius: 12px !important; }
    body[data-page="home"] .media-carousel-page img { display: block !important; visibility: visible !important; opacity: 1 !important; max-width: 100% !important; max-height: 42px !important; object-fit: contain !important; }
}

/* Mobile footer navigation: show the two navigation columns */
@media (max-width: 780px) {
    .site-footer .shared-footer-top {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 20px 24px !important;
        align-items: start !important;
    }

    .site-footer .shared-footer-brand,
    .site-footer .shared-footer-column:nth-child(4) {
        display: block !important;
        grid-column: 1 / -1 !important;
    }

    .site-footer .shared-footer-column:nth-child(2),
    .site-footer .shared-footer-column:nth-child(3) {
        display: block !important;
        grid-column: auto !important;
        min-width: 0 !important;
                margin-bottom: 20px;
    }

    .site-footer .shared-footer-column h3 {
        margin-bottom: 10px !important;
    }

    .site-footer .shared-footer-column a,
    .site-footer .shared-footer-column p {
        overflow-wrap: anywhere !important;
    }
}

/* Party news list mobile side navigation */
@media (max-width: 780px) {
    body[data-page="party"].is-mobile-nav > .nav-menu.mobile-side-nav {
        display: flex !important;
        position: fixed !important;
        top: 50% !important;
        right: 8px !important;
        left: auto !important;
        z-index: 2600 !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(-50%) !important;
    }

    body[data-page="party"].is-mobile-nav > .nav-menu.mobile-side-nav.is-scrolling {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translate(28px, -50%) !important;
    }
}

@media (max-width: 1080px) {
    body[data-page="home"] .media-static-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 780px) {
    body[data-page="home"] .media-static-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 7px !important;
    }

    body[data-page="home"] .media-static-grid a {
        min-height: 62px !important;
        height: 62px !important;
        padding: 6px !important;
        border-radius: 8px !important;
    }

    body[data-page="home"] .media-static-grid a img {
        max-width: 100% !important;
        max-height: 46px !important;
    }
}

/* Media spread: mobile restores the original two-page carousel */
@media (max-width: 780px) {
    body[data-page="home"] .media-carousel-layout {
        display: grid !important;
        grid-template-columns: 36px minmax(0, 1fr) 36px !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 0 !important;
    }

    body[data-page="home"] .media-carousel-arrow,
    body[data-page="home"] .media-carousel-arrow-prev,
    body[data-page="home"] .media-carousel-arrow-next {
        display: grid !important;
        place-items: center !important;
        position: static !important;
        width: 36px !important;
        height: 36px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 50% !important;
        font-size: 22px !important;
        line-height: 1 !important;
    }

    body[data-page="home"] .media-carousel-viewport {
        overflow: hidden !important;
        width: 100% !important;
    }

    body[data-page="home"] .media-carousel-track {
        display: flex !important;
        width: 100% !important;
        transition: transform .55s ease !important;
    }

    body[data-page="home"] .media-carousel-page {
        display: grid !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(3, minmax(70px, auto)) !important;
        gap: 10px !important;
        align-content: start !important;
    }

    body[data-page="home"] .media-carousel-page > a:nth-child(n + 7) {
        display: none !important;
    }

    body[data-page="home"] .media-carousel-page a {
        display: flex !important;
        min-height: 70px !important;
        height: auto !important;
        padding: 10px 8px !important;
        border-radius: 12px !important;
    }

    body[data-page="home"] .media-carousel-page img {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        max-width: 100% !important;
        max-height: 42px !important;
        object-fit: contain !important;
    }
}

/* Mobile media cards: preserve the complete outer border */
@media (max-width: 780px) {
    body[data-page="home"] .media-carousel-viewport {
        width: calc(100% - 2px) !important;
        margin-left: 1px !important;
        margin-right: 1px !important;
        overflow-x: hidden !important;
        overflow-y: visible !important;
        box-sizing: border-box !important;
    }

    body[data-page="home"] .media-carousel-page {
        padding: 1px !important;
        box-sizing: border-box !important;
    }

    body[data-page="home"] .media-carousel-page a {
        box-sizing: border-box !important;
    }
}

/* Mobile media carousel: exact full-page alignment */
@media (max-width: 780px) {
    body[data-page="home"] .media-carousel-viewport {
        width: 100% !important;
        margin: 0 !important;
        padding: 1px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    body[data-page="home"] .media-carousel-track {
        display: flex !important;
        width: 100% !important;
        transition: transform .45s ease !important;
        will-change: transform;
    }

    body[data-page="home"] .media-carousel-page {
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
}

/* Final media paging override */
@media (min-width: 781px) {
    body[data-page="home"] .media-carousel-layout { display: grid !important; grid-template-columns: 1fr !important; padding: 0 !important; }
    body[data-page="home"] .media-carousel-arrow { display: none !important; }
    body[data-page="home"] .media-carousel-viewport { width: 100% !important; overflow: visible !important; }
    body[data-page="home"] .media-carousel-track { display: grid !important; grid-template-columns: repeat(6, minmax(0, 1fr)) !important; gap: 18px !important; width: 100% !important; transform: none !important; transition: none !important; }
    body[data-page="home"] .media-carousel-page { display: contents !important; }
}

@media (max-width: 780px) {
    body[data-page="home"] .media-carousel-layout { display: grid !important; grid-template-columns: 36px minmax(0, 1fr) 36px !important; align-items: center !important; gap: 8px !important; padding: 0 !important; }
    body[data-page="home"] .media-carousel-arrow { display: grid !important; place-items: center !important; position: static !important; width: 36px !important; height: 36px !important; margin: 0 !important; padding: 0 !important; border-radius: 50% !important; }
    body[data-page="home"] .media-carousel-viewport { width: 100% !important; overflow: hidden !important; padding: 1px !important; box-sizing: border-box !important; }
    body[data-page="home"] .media-carousel-track { display: flex !important; width: 100% !important; gap: 0 !important; column-gap: 0 !important; row-gap: 0 !important; transform: translate3d(0, 0, 0) !important; transition: transform .82s cubic-bezier(.16, .84, .22, 1) !important; will-change: transform; }
    body[data-page="home"] .media-carousel-page { display: grid !important; flex: 0 0 100% !important; width: 100% !important; min-width: 100% !important; margin: 0 !important; padding: 0 !important; box-sizing: border-box !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; grid-template-rows: repeat(3, minmax(70px, auto)) !important; gap: 10px !important; align-content: start !important; }
    body[data-page="home"] .media-carousel-page a { display: flex !important; min-height: 70px !important; height: auto !important; padding: 10px 8px !important; border-radius: 12px !important; box-sizing: border-box !important; }
    body[data-page="home"] .media-carousel-page img { display: block !important; visibility: visible !important; opacity: 1 !important; max-width: 100% !important; max-height: 42px !important; object-fit: contain !important; }
}

/* Final media paging override */
@media (min-width: 781px) {
    body[data-page="home"] .media-carousel-layout { display: grid !important; grid-template-columns: 1fr !important; padding: 0 !important; }
    body[data-page="home"] .media-carousel-arrow { display: none !important; }
    body[data-page="home"] .media-carousel-viewport { width: 100% !important; overflow: visible !important; }
    body[data-page="home"] .media-carousel-track { display: grid !important; grid-template-columns: repeat(6, minmax(0, 1fr)) !important; gap: 18px !important; width: 100% !important; transform: none !important; transition: none !important; }
    body[data-page="home"] .media-carousel-page { display: contents !important; }
}

@media (max-width: 780px) {
    body[data-page="home"] .media-carousel-layout { display: grid !important; grid-template-columns: 36px minmax(0, 1fr) 36px !important; align-items: center !important; gap: 8px !important; padding: 0 !important; }
    body[data-page="home"] .media-carousel-arrow { display: grid !important; place-items: center !important; position: static !important; width: 36px !important; height: 36px !important; margin: 0 !important; padding: 0 !important; border-radius: 50% !important; }
    body[data-page="home"] .media-carousel-viewport { width: 100% !important; overflow: hidden !important; padding: 1px !important; box-sizing: border-box !important; }
    body[data-page="home"] .media-carousel-track { position: relative !important; display: block !important; width: 100% !important; min-height: 230px !important; transform: none !important; transition: none !important; }
    body[data-page="home"] .media-carousel-page { position: absolute !important; inset: 0 auto auto 0 !important; display: grid !important; width: 100% !important; min-width: 100% !important; margin: 0 !important; padding: 0 !important; box-sizing: border-box !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; grid-template-rows: repeat(3, minmax(70px, auto)) !important; gap: 10px !important; align-content: start !important; opacity: 0 !important; pointer-events: none !important; transform: translate3d(100%, 0, 0) !important; transition: transform .72s cubic-bezier(.16, .84, .22, 1), opacity .28s ease !important; }
    body[data-page="home"] .media-carousel-page.is-before { transform: translate3d(-100%, 0, 0) !important; }
    body[data-page="home"] .media-carousel-page.is-after { transform: translate3d(100%, 0, 0) !important; }
    body[data-page="home"] .media-carousel-page.is-active { position: relative !important; opacity: 1 !important; pointer-events: auto !important; transform: translate3d(0, 0, 0) !important; }
    body[data-page="home"] .media-carousel-page a { display: flex !important; min-height: 70px !important; height: auto !important; padding: 10px 8px !important; border-radius: 12px !important; box-sizing: border-box !important; }
    body[data-page="home"] .media-carousel-page img { display: block !important; visibility: visible !important; opacity: 1 !important; max-width: 100% !important; max-height: 42px !important; object-fit: contain !important; }
}
