:root {
    --bg: #fffaf6;
    --text: #171717;
    --muted: #6b7280;
    --line: #ece7df;
    --card: rgba(255, 255, 255, 0.92);
    --orange: #ea580c;
    --orange-dark: #c2410c;
    --amber: #f59e0b;
    --shadow: 0 24px 70px rgba(15, 23, 42, 0.13);
    --soft-shadow: 0 14px 40px rgba(15, 23, 42, 0.09);
    --radius: 24px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(251, 146, 60, 0.18), transparent 34rem),
        linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body.no-scroll {
    overflow: hidden;
}

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

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(229, 231, 235, 0.9);
    backdrop-filter: blur(18px);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
}

.nav-shell {
    width: min(1240px, calc(100% - 32px));
    height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
}

.brand-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 14px;
    background: linear-gradient(135deg, #fb923c, #f59e0b);
    box-shadow: 0 10px 24px rgba(234, 88, 12, 0.28);
}

.brand-text {
    display: grid;
    line-height: 1.1;
}

.brand-text strong {
    font-size: 20px;
    letter-spacing: -0.03em;
    background: linear-gradient(90deg, #ea580c, #d97706);
    -webkit-background-clip: text;
    color: transparent;
}

.brand-text small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 12px;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #374151;
    font-size: 15px;
    font-weight: 650;
}

.desktop-nav a,
.mobile-nav a {
    transition: color 0.2s ease, background 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a.active {
    color: var(--orange);
}

.mobile-menu-button {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 14px;
    background: #fff7ed;
}

.mobile-menu-button span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: #7c2d12;
    border-radius: 999px;
}

.mobile-nav {
    display: none;
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto 16px;
    padding: 12px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: var(--soft-shadow);
}

.mobile-nav.open {
    display: grid;
    gap: 6px;
}

.mobile-nav a {
    padding: 12px 14px;
    border-radius: 14px;
    color: #374151;
    font-weight: 700;
}

.mobile-nav a:hover,
.mobile-nav a.active {
    background: #fff7ed;
    color: var(--orange);
}

.hero-shell {
    position: relative;
    min-height: 70vh;
    overflow: hidden;
    background: #0f172a;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.75s ease;
}

.hero-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.hero-image,
.hero-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-image {
    background:
        radial-gradient(circle at 20% 30%, rgba(251, 146, 60, 0.45), transparent 30rem),
        linear-gradient(120deg, #111827, #431407 55%, #0f172a);
}

.hero-image img {
    object-fit: cover;
    opacity: 0.78;
    transform: scale(1.04);
}

.hero-image.no-image::after,
.poster-frame.no-image::after,
.detail-poster.no-image::after,
.podium-card.no-image::after {
    content: "日韩精选片库";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 800;
    letter-spacing: 0.08em;
    background: linear-gradient(135deg, #111827, #9a3412);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.54) 48%, rgba(0, 0, 0, 0.12) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 45%);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(1240px, calc(100% - 32px));
    min-height: 70vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #ffffff;
    padding: 80px 0 110px;
}

.hero-kicker,
.eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 14px;
    color: #ffffff;
    border-radius: 999px;
    background: rgba(234, 88, 12, 0.9);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.eyebrow {
    margin-bottom: 14px;
    color: var(--orange-dark);
    background: #ffedd5;
}

.hero-content h1 {
    width: min(760px, 100%);
    margin: 26px 0 18px;
    font-size: clamp(42px, 7vw, 76px);
    line-height: 1.02;
    letter-spacing: -0.07em;
}

.hero-content p {
    width: min(700px, 100%);
    margin: 0 0 26px;
    color: #e5e7eb;
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.8;
}

.hero-tags,
.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-tags span,
.tag-row span {
    padding: 6px 10px;
    color: #7c2d12;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    background: #fff7ed;
    font-size: 12px;
    font-weight: 750;
}

.hero-tags span {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

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

.primary-button,
.ghost-button,
.home-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 999px;
    border: 0;
    font-weight: 850;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primary-button,
.home-search button {
    color: #ffffff;
    background: linear-gradient(135deg, #ea580c, #f59e0b);
    box-shadow: 0 12px 28px rgba(234, 88, 12, 0.32);
}

.primary-button:hover,
.home-search button:hover,
.ghost-button:hover {
    transform: translateY(-2px);
}

.ghost-button {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.ghost-button.light {
    color: #7c2d12;
    border-color: #fed7aa;
    background: #ffffff;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    color: #fde68a;
    font-weight: 750;
}

.hero-stats span {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.24);
}

.hero-controls {
    position: absolute;
    z-index: 4;
    right: max(24px, calc((100vw - 1240px) / 2));
    bottom: 34px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.hero-controls button {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    font-size: 24px;
    cursor: pointer;
}

.hero-dots {
    display: flex;
    gap: 8px;
}

.hero-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.44);
}

.hero-dots button.active {
    width: 28px;
    background: #fb923c;
}

.quick-search-section,
.content-section,
.detail-grid-section {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
}

.quick-search-section {
    margin-top: -54px;
    position: relative;
    z-index: 6;
}

.quick-search-card {
    display: grid;
    grid-template-columns: 1fr minmax(320px, 520px);
    gap: 28px;
    align-items: center;
    padding: 30px;
    border: 1px solid rgba(254, 215, 170, 0.9);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--shadow);
}

.quick-search-card h2,
.section-heading h2,
.page-hero h1,
.detail-info h1 {
    margin: 0;
    color: #111827;
    letter-spacing: -0.05em;
}

.quick-search-card h2 {
    font-size: clamp(28px, 4vw, 42px);
}

.quick-search-card p,
.section-heading p,
.page-hero p {
    color: var(--muted);
    line-height: 1.8;
}

.home-search {
    display: flex;
    padding: 8px;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    background: #fff7ed;
}

.home-search input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    padding: 0 16px;
    background: transparent;
    font-size: 16px;
}

.content-section {
    padding: 72px 0;
}

.tinted-section {
    width: 100%;
    padding-left: max(16px, calc((100vw - 1240px) / 2));
    padding-right: max(16px, calc((100vw - 1240px) / 2));
    background: linear-gradient(135deg, rgba(255, 247, 237, 0.95), rgba(255, 255, 255, 0.8));
}

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.section-heading h2 {
    font-size: clamp(30px, 4vw, 46px);
}

.section-heading p {
    margin: 10px 0 0;
}

.section-link {
    color: var(--orange);
    font-weight: 850;
}

.movie-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 22px;
}

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

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

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

.movie-card {
    overflow: hidden;
    border: 1px solid rgba(229, 231, 235, 0.8);
    border-radius: 24px;
    background: var(--card);
    box-shadow: var(--soft-shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.movie-card:hover {
    transform: translateY(-7px);
    border-color: rgba(251, 146, 60, 0.6);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}

.poster-link {
    display: block;
}

.poster-frame {
    position: relative;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, #111827, #9a3412);
}

.poster-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.movie-card:hover .poster-frame img {
    transform: scale(1.07);
}

.poster-shine {
    position: absolute;
    inset: auto 0 0;
    height: 40%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.rank-badge {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    padding: 6px 9px;
    color: #ffffff;
    border-radius: 999px;
    background: rgba(234, 88, 12, 0.92);
    font-size: 12px;
}

.movie-card-body {
    padding: 18px;
}

.movie-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 750;
}

.movie-card h3 {
    margin: 10px 0 8px;
    font-size: 19px;
    line-height: 1.35;
}

.movie-card p {
    display: -webkit-box;
    min-height: 48px;
    margin: 0 0 14px;
    overflow: hidden;
    color: var(--muted);
    line-height: 1.7;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
}

.card-foot strong {
    color: var(--orange);
    font-size: 20px;
}

.card-foot a {
    color: var(--orange-dark);
    font-weight: 850;
}

.category-tile-grid,
.category-overview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.category-tile,
.category-overview-card {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    padding: 24px;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: var(--soft-shadow);
}

.category-tile::before,
.category-overview-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background: radial-gradient(circle at top right, currentColor, transparent 55%);
}

.category-tile span,
.category-tile strong,
.category-tile small {
    position: relative;
    display: block;
}

.category-tile span {
    font-size: 20px;
    font-weight: 850;
}

.category-tile strong {
    margin: 16px 0;
    font-size: 46px;
    letter-spacing: -0.05em;
}

.category-tile small {
    color: var(--muted);
    line-height: 1.7;
}

.accent-orange,
.accent-amber {
    color: #ea580c;
}

.accent-rose,
.accent-pink,
.accent-red {
    color: #e11d48;
}

.accent-purple {
    color: #7c3aed;
}

.accent-green {
    color: #059669;
}

.accent-slate {
    color: #334155;
}

.accent-sky,
.accent-blue {
    color: #0284c7;
}

.ranking-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 28px;
    align-items: start;
}

.ranking-list {
    margin: 0;
    padding: 20px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: var(--soft-shadow);
}

.ranking-list li {
    list-style: none;
}

.ranking-list a {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #f3f4f6;
}

.ranking-list li:last-child a {
    border-bottom: 0;
}

.ranking-list b {
    color: var(--orange);
    font-size: 22px;
}

.ranking-list em {
    color: #111827;
    font-style: normal;
    font-weight: 850;
}

.page-main,
.detail-main {
    padding-bottom: 40px;
}

.page-hero {
    width: min(1240px, calc(100% - 32px));
    margin: 34px auto 0;
    padding: clamp(36px, 8vw, 74px);
    color: #ffffff;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(251, 191, 36, 0.42), transparent 26rem),
        linear-gradient(135deg, #111827, #7c2d12 62%, #ea580c);
    box-shadow: var(--shadow);
}

.page-hero .eyebrow {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
}

.page-hero h1 {
    color: #ffffff;
    font-size: clamp(42px, 7vw, 72px);
}

.page-hero p {
    width: min(780px, 100%);
    color: #ffedd5;
    font-size: 18px;
}

.filter-panel {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 460px);
    gap: 18px;
    align-items: center;
    margin-bottom: 24px;
    padding: 18px;
    border: 1px solid #fed7aa;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: var(--soft-shadow);
}

.filter-panel strong {
    display: block;
    font-size: 20px;
}

.filter-panel span {
    color: var(--muted);
}

.search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    background: #fff7ed;
}

.search-box span {
    color: #9a3412;
    font-weight: 800;
}

.search-box input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

.category-overview-main {
    position: relative;
    display: grid;
    gap: 18px;
}

.category-overview-main span {
    color: currentColor;
    font-weight: 850;
}

.category-overview-main h2 {
    margin: 8px 0;
    color: #111827;
}

.category-overview-main p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.mini-posters {
    display: flex;
    min-height: 120px;
    align-items: center;
}

.mini-posters img {
    width: 72px;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border: 4px solid #ffffff;
    border-radius: 16px;
    box-shadow: var(--soft-shadow);
}

.mini-posters img + img {
    margin-left: -20px;
}

.all-count {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 32px;
    background: linear-gradient(135deg, #ea580c, #f59e0b);
    font-size: 34px;
    font-weight: 900;
}

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

.podium-card {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    border-radius: 28px;
    background: #111827;
    box-shadow: var(--shadow);
}

.podium-card a,
.podium-card img {
    position: absolute;
    inset: 0;
}

.podium-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.68;
}

.podium-card a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 26px;
    color: #ffffff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.82), transparent 66%);
}

.podium-card span,
.podium-card h2,
.podium-card p,
.podium-card strong {
    position: relative;
    z-index: 2;
}

.podium-card span {
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(234, 88, 12, 0.92);
    font-weight: 850;
}

.podium-card h2 {
    margin: 16px 0 8px;
    font-size: 28px;
}

.podium-card p {
    color: #e5e7eb;
    line-height: 1.7;
}

.podium-card strong {
    color: #fbbf24;
    font-size: 32px;
}

.table-wrap {
    overflow-x: auto;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: var(--soft-shadow);
}

.ranking-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 780px;
}

.ranking-table th,
.ranking-table td {
    padding: 16px;
    border-bottom: 1px solid #f3f4f6;
    text-align: left;
}

.ranking-table th {
    color: #7c2d12;
    background: #fff7ed;
}

.ranking-table td b,
.ranking-table td strong {
    color: var(--orange);
}

.breadcrumb {
    width: min(1240px, calc(100% - 32px));
    margin: 26px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--muted);
    font-size: 14px;
}

.breadcrumb a {
    color: var(--orange-dark);
    font-weight: 800;
}

.detail-hero {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(240px, 360px) 1fr;
    gap: 34px;
    align-items: center;
    padding: 34px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(251, 146, 60, 0.24), transparent 24rem),
        #ffffff;
    box-shadow: var(--shadow);
}

.detail-poster {
    position: relative;
    overflow: hidden;
    aspect-ratio: 2 / 3;
    border-radius: 28px;
    background: linear-gradient(135deg, #111827, #9a3412);
    box-shadow: 0 20px 54px rgba(15, 23, 42, 0.18);
}

.detail-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-info h1 {
    font-size: clamp(38px, 6vw, 64px);
}

.detail-one-line {
    color: var(--muted);
    font-size: 19px;
    line-height: 1.8;
}

.detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.detail-meta span,
.detail-meta strong {
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff7ed;
    color: #9a3412;
    font-weight: 850;
}

.detail-meta strong {
    color: #ffffff;
    background: linear-gradient(135deg, #ea580c, #f59e0b);
}

.player-section {
    scroll-margin-top: 96px;
}

.video-player {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 28px;
    background: #050505;
    box-shadow: var(--shadow);
}

.video-player video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000000;
}

.player-mask {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #ffffff;
    background: radial-gradient(circle, rgba(234, 88, 12, 0.32), rgba(0, 0, 0, 0.58));
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.video-player.is-playing .player-mask {
    opacity: 0;
    visibility: hidden;
}

.play-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 24px;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #ea580c, #f59e0b);
    box-shadow: 0 16px 36px rgba(234, 88, 12, 0.38);
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
}

.play-button span {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.detail-grid-section {
    display: grid;
    grid-template-columns: 1fr 1fr minmax(260px, 0.72fr);
    gap: 22px;
    padding: 0 0 72px;
}

.detail-copy,
.detail-sidebar {
    padding: 26px;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: var(--soft-shadow);
}

.detail-copy h2,
.detail-sidebar h2 {
    margin: 0 0 14px;
    font-size: 24px;
}

.detail-copy p {
    color: #4b5563;
    line-height: 2;
}

.detail-sidebar dl {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px;
    margin: 0 0 18px;
}

.detail-sidebar dt {
    color: var(--muted);
}

.detail-sidebar dd {
    margin: 0;
    font-weight: 800;
}

.site-footer {
    margin-top: 40px;
    color: #4b5563;
    background: linear-gradient(180deg, #fff7ed, #f8fafc);
    border-top: 1px solid #fed7aa;
}

.footer-grid {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 36px;
    padding: 46px 0;
}

.footer-brand span:last-child {
    color: #111827;
    font-size: 20px;
}

.footer-grid p {
    max-width: 520px;
    line-height: 1.8;
}

.footer-grid h3 {
    margin: 0 0 16px;
    color: #111827;
}

.footer-grid ul {
    margin: 0;
    padding: 0;
}

.footer-grid li {
    list-style: none;
    margin: 9px 0;
}

.footer-grid a:hover {
    color: var(--orange);
}

.footer-bottom {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid #fed7aa;
    font-size: 14px;
}

[data-card].is-hidden {
    display: none;
}

@media (max-width: 1060px) {
    .desktop-nav {
        display: none;
    }

    .mobile-menu-button {
        display: block;
    }

    .quick-search-card,
    .ranking-layout,
    .detail-hero,
    .detail-grid-section,
    .filter-panel,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .movie-grid-four,
    .movie-grid-three,
    .movie-grid-two,
    .podium-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .nav-shell {
        width: min(100% - 20px, 1240px);
        height: 64px;
    }

    .brand-text small {
        display: none;
    }

    .hero-content {
        min-height: 74vh;
        padding-bottom: 130px;
    }

    .hero-controls {
        left: 16px;
        right: auto;
    }

    .quick-search-section,
    .content-section,
    .detail-grid-section,
    .page-hero,
    .detail-hero,
    .breadcrumb {
        width: calc(100% - 20px);
    }

    .quick-search-card,
    .detail-hero,
    .page-hero {
        padding: 22px;
        border-radius: 24px;
    }

    .home-search {
        display: grid;
        gap: 8px;
        border-radius: 22px;
    }

    .home-search input {
        min-height: 42px;
    }

    .section-heading,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .movie-grid,
    .movie-grid-four,
    .movie-grid-three,
    .movie-grid-two,
    .podium-grid {
        grid-template-columns: 1fr;
    }

    .detail-info h1,
    .page-hero h1 {
        font-size: 38px;
    }

    .video-player {
        border-radius: 18px;
    }
}
