/* Stage Hero — 全幅轮播 + 左侧浮层分类（覆盖旧 cinematic 首屏） */
.db-home--cinematic {
    background: #f4f2ee !important;
    padding-top: 1.25rem !important;
    padding-bottom: 4rem;
    overflow-x: clip;
}

.gr-cine-hero,
.gr-cine-cats { display: none !important; }

.gr-stage { padding: 0 0 0.5rem; }

.gr-stage-frame {
    position: relative;
    border-radius: 1.25rem;
    overflow: visible;
    min-height: 420px;
    box-shadow: 0 18px 48px rgba(15, 45, 107, 0.12);
    background: transparent;
}

.gr-stage-cats {
    position: absolute;
    left: 1.15rem;
    top: 1.15rem;
    bottom: 1.15rem;
    z-index: 6;
    width: 232px;
    display: none;
    flex-direction: column;
    border-radius: 1rem;
    overflow: visible;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

@media (min-width: 992px) {
    .gr-stage-cats.d-lg-flex { display: flex !important; }
}

.gr-stage-cats-head {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.95rem 1.05rem;
    background: linear-gradient(135deg, #0f172a 0%, #0F2D6B 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 1rem 1rem 0 0;
}

.gr-stage-cats-head i { color: #e8c547; font-size: 1.05rem; }

.gr-stage-cats-list {
    list-style: none;
    margin: 0;
    padding: 0.35rem 0;
    flex: 1;
    overflow-y: auto;
    overflow-x: visible;
    background: #fff;
    border-radius: 0 0 1rem 1rem;
}

.gr-stage-cats-list li { position: relative; }

.gr-stage-cats-list a {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.78rem 1.05rem;
    color: #1e293b;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.gr-stage-cats-list a > i:first-child {
    width: 1.15rem;
    text-align: center;
    color: #c9a227;
    font-size: 1rem;
}

.gr-stage-cats-list a span { flex: 1; }
.gr-stage-cats-arrow { font-size: 0.75rem; color: #cbd5e1; }

.gr-stage-cats-list a:hover {
    background: #f8fafc;
    color: #0F2D6B;
    padding-left: 1.25rem;
}

.gr-stage-cats-list a:hover .gr-stage-cats-arrow { color: #c9a227; }

.gr-stage-cats-all { border-top: 1px solid #f1f5f9; margin-top: 0.2rem; }
.gr-stage-cats-all a { font-weight: 600; }

.gr-stage-cats .db-cat-flyout {
    left: calc(100% + 0.35rem);
    top: 0;
    z-index: 8;
    min-width: 280px;
}

.gr-stage-slider {
    height: 100%;
    min-height: 420px;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #1a2332;
    box-shadow: 0 18px 48px rgba(15, 45, 107, 0.12);
}

.gr-carousel,
.gr-slide,
.gr-slide--fallback {
    display: block;
    position: relative;
    width: 100%;
    height: 420px;
    min-height: 420px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}

.gr-carousel .carousel-inner,
.gr-carousel .carousel-item,
.gr-carousel .carousel-item.active { height: 100%; }

.gr-slide-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gr-slide-bg { position: absolute; inset: 0; }

.gr-slide-bg--1 {
    background:
        radial-gradient(ellipse 60% 50% at 70% 40%, rgba(148, 163, 184, 0.35), transparent 60%),
        linear-gradient(110deg, #1a2332 0%, #3a4558 48%, #8a93a3 100%);
}

.gr-slide-bg--2 {
    background:
        radial-gradient(ellipse 55% 45% at 75% 30%, rgba(201, 162, 39, 0.22), transparent 55%),
        linear-gradient(120deg, #0f172a 0%, #1e3a5f 50%, #64748b 100%);
}

.gr-slide-bg--3 {
    background: linear-gradient(115deg, #111827 0%, #334155 45%, #94a3b8 100%);
}

.gr-slide-veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0.35) 42%, rgba(15, 23, 42, 0.08) 70%, transparent 100%);
    pointer-events: none;
}

.gr-slide-copy {
    position: absolute;
    left: 280px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 420px;
    padding-right: 1rem;
}

.gr-slide-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: #c9a227;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.gr-slide-copy h2 {
    margin: 0 0 0.65rem;
    font-family: var(--site-font, "Source Han Sans SC", "Noto Sans SC", "思源黑体", "Microsoft YaHei", sans-serif);
    font-size: clamp(1.55rem, 2.6vw, 2.15rem);
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.gr-slide-copy p {
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
}

.gr-slide-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.75rem 1.35rem;
    border-radius: 0.65rem;
    background: #e8c547;
    color: #1a1408;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(201, 162, 39, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.gr-slide-btn:hover {
    background: #f0d56a;
    color: #1a1408;
    transform: translateY(-2px);
}

.gr-slide-full-link { position: absolute; inset: 0; z-index: 1; }

.gr-carousel-nav {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(6px);
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.gr-carousel-nav:hover { background: rgba(255, 255, 255, 0.3); }
.gr-carousel-nav i { font-size: 1.2rem; color: #fff; }
.carousel-control-prev.gr-carousel-nav { left: 1rem; }
.carousel-control-next.gr-carousel-nav { right: 1.15rem; }

.gr-carousel-indicators { margin-bottom: 1.1rem; gap: 0.4rem; }
.gr-carousel-indicators [data-bs-target] {
    width: 28px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
}
.gr-carousel-indicators .active { background: #e8c547; width: 36px; }

.gr-stage-cats-mobile { margin-top: 0.85rem; }
.gr-stage-cats-rail {
    display: flex;
    gap: 0.55rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}
.gr-stage-cat-chip {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(15, 45, 107, 0.08);
    color: #0f172a;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
}
.gr-stage-cat-chip i { color: #c9a227; }

@media (max-width: 1199.98px) {
    .gr-slide-copy { left: 260px; max-width: 360px; }
    .gr-stage-cats { width: 210px; }
}

@media (max-width: 991.98px) {
    .gr-stage-frame,
    .gr-stage-slider,
    .gr-carousel,
    .gr-slide,
    .gr-slide--fallback { min-height: 300px; height: 300px; }
    .gr-slide-copy { left: 1.35rem; max-width: 78%; }
    .gr-slide-copy h2 { font-size: 1.35rem; }
}

@media (max-width: 575.98px) {
    .db-home--cinematic { padding-top: 0.75rem !important; }
    .gr-stage-slider { border-radius: 1rem; }
    .gr-stage-frame,
    .gr-stage-slider,
    .gr-carousel,
    .gr-slide,
    .gr-slide--fallback { min-height: 240px; height: 240px; }
    .gr-slide-copy { left: 1rem; max-width: 85%; }
    .gr-slide-copy h2 { font-size: 1.15rem; }
    .gr-slide-btn { padding: 0.55rem 1rem; font-size: 0.85rem; }
}
