/* 麻豆 MADOU FILMS - 全局样式 */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    background: #000000;
    color: #DDDDDD;
    line-height: 1.7;
    font-size: 16px;
    min-height: 100vh;
    overflow-x: hidden;
}

body.panel-open {
    overflow: hidden;
}

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

a {
    color: #C7C7C7;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #FFFFFF;
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid #FFFFFF;
    outline-offset: 2px;
}

ul, ol {
    list-style: none;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
    color: inherit;
}

/* ========== 顶部信息栏 ========== */
.top-info-bar {
    background: #000000;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    height: 36px;
    font-size: 12px;
    color: #A5A5A5;
    position: relative;
    z-index: 100;
}

.top-info-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-info-left {
    flex: 1;
}

.top-info-center {
    display: flex;
    gap: 24px;
}

.top-info-center a {
    color: #A5A5A5;
}

.top-info-center a:hover {
    color: #FFFFFF;
}

.top-info-right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    justify-content: flex-end;
}

.top-info-right a,
.search-trigger {
    color: #A5A5A5;
    font-size: 12px;
}

.top-info-right a:hover,
.search-trigger:hover {
    color: #FFFFFF;
}

.top-info-mobile {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.top-brand-short {
    color: #A5A5A5;
}

.top-mobile-link {
    color: #A5A5A5;
    margin-right: 16px;
}

/* ========== 品牌导航 ========== */
.brand-nav {
    background: #050505;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    position: sticky;
    top: 0;
    z-index: 90;
    height: 64px;
}

.brand-nav-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-nav-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    min-width: 0;
}

.menu-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 12px;
    color: #DDDDDD;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 6px;
    font-size: 13px;
}

.menu-trigger:hover {
    border-color: rgba(255,255,255,0.45);
    color: #FFFFFF;
}

.menu-icon {
    width: 16px;
    height: 12px;
    position: relative;
}

.menu-icon::before,
.menu-icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: currentColor;
}

.menu-icon::before {
    top: 0;
    box-shadow: 0 5px 0 currentColor;
}

.menu-icon::after {
    bottom: 0;
}

.current-channel {
    font-size: 13px;
    color: #A5A5A5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-nav-center {
    flex: 0 0 auto;
    text-align: center;
}

.logo-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    height: 36px;
    width: auto;
    object-fit: contain;
}

.logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
}

.logo-cn {
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0.12em;
}

.logo-en {
    font-size: 10px;
    color: #A5A5A5;
    letter-spacing: 0.2em;
    margin-top: 2px;
}

.brand-nav-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    justify-content: flex-end;
}

.nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 18px;
    font-size: 13px;
    border-radius: 6px;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.nav-btn-outline {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.45);
    color: #FFFFFF;
}

.nav-btn-outline:hover {
    background: rgba(255,255,255,0.08);
    color: #FFFFFF;
}

.nav-btn-solid {
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #FFFFFF;
    font-weight: 600;
}

.nav-btn-solid:hover {
    background: #EDEDED;
    color: #000000;
}

/* ========== 影视频道导航 ========== */
.channel-nav {
    background: #0B0B0B;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    position: relative;
    z-index: 80;
}

.channel-nav-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    height: 48px;
}

.channel-scroll {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.channel-scroll::-webkit-scrollbar {
    display: none;
}

.channel-item {
    display: inline-flex;
    align-items: center;
    height: 48px;
    padding: 0 14px;
    font-size: 14px;
    color: #A5A5A5;
    white-space: nowrap;
    position: relative;
    flex-shrink: 0;
}

.channel-item:hover {
    color: #FFFFFF;
}

.channel-item.active {
    color: #FFFFFF;
}

.channel-item.active::after {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 0;
    height: 2px;
    background: #FFFFFF;
}

.channel-more-wrap {
    position: relative;
    flex-shrink: 0;
    margin-left: 8px;
}

.channel-more-btn {
    height: 36px;
    padding: 0 14px;
    font-size: 13px;
    color: #A5A5A5;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px;
}

.channel-more-btn:hover {
    color: #FFFFFF;
    border-color: rgba(255,255,255,0.4);
}

.more-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #121212;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    padding: 8px 0;
    min-width: 160px;
    box-shadow: 0 18px 46px rgba(0,0,0,0.48);
    z-index: 100;
}

.more-menu a {
    display: block;
    padding: 10px 18px;
    font-size: 14px;
    color: #DDDDDD;
}

.more-menu a:hover {
    background: #1A1A1A;
    color: #FFFFFF;
}

/* ========== 主内容 ========== */
.main-content {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px 80px;
}

/* ========== 通用区块 ========== */
.section {
    padding: 48px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.section:last-of-type {
    border-bottom: none;
}

.section-header {
    margin-bottom: 28px;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #F7F7F7;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.section-desc {
    font-size: 15px;
    color: #A5A5A5;
    max-width: 720px;
}

.section-more {
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    font-size: 14px;
    color: #C7C7C7;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 2px;
}

.section-more:hover {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

/* ========== 主视觉 ========== */
.hero {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    padding: 40px 0 48px;
    align-items: center;
}

.hero-visual {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #121212;
    aspect-ratio: 16 / 10;
    border: 1px solid rgba(255,255,255,0.12);
}

.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(30%) contrast(1.05);
}

.hero-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #0B0B0B 0%, #1A1A1A 100%);
    color: #727272;
    font-size: 14px;
    letter-spacing: 0.1em;
}

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

.hero-title {
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0.06em;
    line-height: 1.3;
}

.hero-intro {
    font-size: 15px;
    color: #DDDDDD;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 24px;
    font-size: 14px;
    border-radius: 6px;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.btn-primary {
    background: #FFFFFF;
    color: #000000;
    font-weight: 600;
}

.btn-primary:hover {
    background: #EDEDED;
    color: #000000;
}

.btn-secondary {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.45);
    color: #FFFFFF;
}

.btn-secondary:hover {
    background: rgba(255,255,255,0.08);
    color: #FFFFFF;
}

.hero-news {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}

.hero-news-item {
    display: block;
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.hero-news-item:first-child {
    border-top: none;
    padding-top: 0;
}

.hero-news-label {
    font-size: 12px;
    color: #727272;
    margin-bottom: 4px;
    letter-spacing: 0.06em;
}

.hero-news-text {
    font-size: 14px;
    color: #C7C7C7;
    line-height: 1.6;
}

.hero-news-item:hover .hero-news-text {
    color: #FFFFFF;
}

/* ========== 卡片网格 ========== */
.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.card-grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

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

.card {
    background: #0B0B0B;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s, background 0.2s;
}

.card:hover {
    border-color: rgba(255,255,255,0.4);
    background: #121212;
}

.card-media {
    aspect-ratio: 16 / 9;
    background: #121212;
    overflow: hidden;
}

.card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%);
}

.card-media-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #121212;
    color: #727272;
    font-size: 13px;
}

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

.card-tag {
    font-size: 12px;
    color: #727272;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}

.card-title {
    font-size: 17px;
    font-weight: 600;
    color: #F7F7F7;
    margin-bottom: 8px;
    line-height: 1.4;
}

.card-text {
    font-size: 14px;
    color: #A5A5A5;
    line-height: 1.65;
}

.card-link {
    display: block;
    color: inherit;
}

.card-link:hover .card-title {
    color: #FFFFFF;
}

/* ========== 列表条目 ========== */
.list-items {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.list-item {
    display: flex;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

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

.list-item-num {
    flex: 0 0 36px;
    font-size: 20px;
    font-weight: 700;
    color: #727272;
    letter-spacing: 0.05em;
}

.list-item-content {
    flex: 1;
    min-width: 0;
}

.list-item-title {
    font-size: 18px;
    font-weight: 600;
    color: #F7F7F7;
    margin-bottom: 6px;
}

.list-item-text {
    font-size: 14px;
    color: #A5A5A5;
    line-height: 1.7;
}

.list-item-meta {
    font-size: 12px;
    color: #727272;
    margin-top: 8px;
}

/* ========== 页面头部 ========== */
.page-header {
    padding: 40px 0 32px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 32px;
}

.page-header h1 {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.page-header p {
    font-size: 15px;
    color: #A5A5A5;
    max-width: 680px;
    line-height: 1.75;
}

/* ========== 内容块 ========== */
.content-block {
    margin-bottom: 40px;
}

.content-block h2 {
    font-size: 20px;
    font-weight: 600;
    color: #F7F7F7;
    margin-bottom: 14px;
    letter-spacing: 0.03em;
}

.content-block h3 {
    font-size: 17px;
    font-weight: 600;
    color: #F7F7F7;
    margin: 20px 0 10px;
}

.content-block p {
    font-size: 15px;
    color: #DDDDDD;
    line-height: 1.85;
    margin-bottom: 14px;
}

.content-block ul {
    margin: 12px 0 16px 0;
}

.content-block li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #DDDDDD;
    line-height: 1.7;
}

.content-block li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #727272;
}

.note-box {
    background: #121212;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    padding: 18px 20px;
    margin: 20px 0;
    font-size: 14px;
    color: #A5A5A5;
    line-height: 1.7;
}

.note-box strong {
    color: #C7C7C7;
}

/* ========== FAQ ========== */
.faq-list details {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 16px 0;
}

.faq-list summary {
    font-size: 16px;
    font-weight: 600;
    color: #F7F7F7;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    content: '+';
    font-size: 20px;
    color: #A5A5A5;
    flex-shrink: 0;
}

.faq-list details[open] summary::after {
    content: '−';
}

.faq-list details p {
    margin-top: 12px;
    font-size: 14px;
    color: #A5A5A5;
    line-height: 1.8;
}

/* ========== 页脚 ========== */
.site-footer {
    background: #000000;
    border-top: 1px solid rgba(255,255,255,0.12);
    padding: 48px 0 100px;
    margin-top: 40px;
}

.footer-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-brand {
    margin-bottom: 36px;
}

.footer-logo {
    height: 32px;
    width: auto;
    margin-bottom: 8px;
}

.footer-logo-text {
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0.12em;
    display: block;
    margin-bottom: 4px;
}

.footer-en {
    font-size: 11px;
    color: #A5A5A5;
    letter-spacing: 0.18em;
    margin-bottom: 12px;
}

.footer-desc {
    font-size: 14px;
    color: #A5A5A5;
    max-width: 520px;
    line-height: 1.7;
}

.footer-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 40px;
}

.footer-col-title {
    font-size: 13px;
    font-weight: 600;
    color: #F7F7F7;
    letter-spacing: 0.06em;
    margin-bottom: 14px;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col a {
    font-size: 14px;
    color: #A5A5A5;
}

.footer-col a:hover {
    color: #FFFFFF;
}

.footer-note {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 24px;
}

.footer-note p {
    font-size: 13px;
    color: #727272;
    line-height: 1.7;
    margin-bottom: 10px;
}

.footer-copy {
    color: #727272 !important;
    font-size: 12px !important;
}

/* ========== 侧栏面板 ========== */
.panel-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s, visibility 0.25s;
}

.panel-overlay.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.side-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 500px;
    max-width: 90vw;
    height: 100%;
    background: #0B0B0B;
    border-right: 1px solid rgba(255,255,255,0.12);
    z-index: 210;
    transform: translateX(-100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.3s ease, visibility 0.3s;
    display: flex;
    flex-direction: column;
}

.side-panel.open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}

.side-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    flex-shrink: 0;
}

.side-panel-logo img {
    height: 28px;
    width: auto;
}

.side-logo-text {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0.1em;
}

.side-panel-close {
    width: 40px;
    height: 40px;
    font-size: 28px;
    color: #A5A5A5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.side-panel-close:hover {
    color: #FFFFFF;
    background: #1A1A1A;
}

.side-panel-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    -webkit-overflow-scrolling: touch;
}

.panel-group {
    margin-bottom: 28px;
}

.panel-group-title {
    font-size: 12px;
    color: #727272;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.panel-link {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.panel-link:last-child {
    border-bottom: none;
}

.panel-link-name {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #F7F7F7;
    margin-bottom: 4px;
}

.panel-link-desc {
    display: block;
    font-size: 13px;
    color: #727272;
    line-height: 1.5;
}

.panel-link:hover .panel-link-name {
    color: #FFFFFF;
}

/* ========== 搜索面板 ========== */
.search-panel {
    position: fixed;
    inset: 0;
    background: #000000;
    z-index: 220;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s, visibility 0.25s;
    overflow-y: auto;
}

.search-panel.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.search-panel-inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 24px 80px;
    position: relative;
}

.search-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 32px;
    color: #A5A5A5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-close:hover {
    color: #FFFFFF;
}

.search-box {
    margin-bottom: 40px;
}

.search-box input {
    width: 100%;
    height: 52px;
    background: #121212;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    padding: 0 20px;
    font-size: 16px;
    color: #FFFFFF;
    outline: none;
}

.search-box input::placeholder {
    color: #727272;
}

.search-box input:focus {
    border-color: rgba(255,255,255,0.5);
}

.search-section {
    margin-bottom: 32px;
}

.search-section-title {
    font-size: 13px;
    color: #727272;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
}

.search-tags,
.search-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.search-tags a,
.search-quick a {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 16px;
    background: #121212;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    font-size: 13px;
    color: #C7C7C7;
}

.search-tags a:hover,
.search-quick a:hover {
    border-color: rgba(255,255,255,0.4);
    color: #FFFFFF;
}

.search-empty {
    font-size: 14px;
    color: #727272;
    margin-top: 20px;
}

/* ========== 手机底部导航 ========== */
.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(56px + env(safe-area-inset-bottom, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: #050505;
    border-top: 1px solid rgba(255,255,255,0.12);
    z-index: 150;
    justify-content: space-around;
    align-items: stretch;
}

.mb-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #727272;
    font-size: 11px;
    min-height: 48px;
}

.mb-item.active {
    color: #FFFFFF;
}

.mb-icon {
    font-size: 14px;
    font-weight: 600;
}

.mb-text {
    font-size: 11px;
}

/* ========== 两栏布局 ========== */
.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.three-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* ========== 响应式 ========== */
@media (max-width: 1024px) {
    .hero {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .hero-title {
        font-size: 28px;
    }
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .card-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-cols {
        grid-template-columns: repeat(2, 1fr);
    }
    .two-col {
        grid-template-columns: 1fr;
    }
    .three-col {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .top-info-left,
    .top-info-center,
    .top-info-right {
        display: none;
    }
    .top-info-mobile {
        display: flex;
    }
    .top-info-bar {
        height: 40px;
    }
    .brand-nav {
        height: 56px;
    }
    .brand-nav-right .nav-btn-outline {
        display: none;
    }
    .current-channel {
        display: none;
    }
    .main-content {
        padding: 0 14px 100px;
    }
    .hero-title {
        font-size: 24px;
    }
    .section {
        padding: 36px 0;
    }
    .section-title {
        font-size: 20px;
    }
    .page-header h1 {
        font-size: 26px;
    }
    .card-grid,
    .card-grid-2,
    .card-grid-4 {
        grid-template-columns: 1fr;
    }
    .footer-cols {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .site-footer {
        padding-bottom: 120px;
    }
    .mobile-bottom-nav {
        display: flex;
    }
    .three-col {
        grid-template-columns: 1fr;
    }
    .list-item {
        flex-direction: column;
        gap: 8px;
    }
    .channel-nav-inner {
        padding-right: 8px;
    }
}

@media (max-width: 480px) {
    .hero-actions {
        flex-direction: column;
    }
    .hero-actions .btn {
        width: 100%;
    }
    .footer-cols {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
    html {
        scroll-behavior: auto;
    }
}
