:root {
    color-scheme: light;
    --bg-soft: #f8fafc;
    --bg-page: #f3f4f6;
    --ink: #111827;
    --muted: #64748b;
    --line: #e5e7eb;
    --slate-950: #020617;
    --slate-900: #0f172a;
    --slate-800: #1e293b;
    --slate-700: #334155;
    --orange: #f97316;
    --orange-deep: #ea580c;
    --red: #dc2626;
    --blue: #2563eb;
    --teal: #0d9488;
    --purple: #9333ea;
    --pink: #db2777;
    --green: #16a34a;
    --gold: #d97706;
    --radius: 18px;
    --shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
    --shadow-soft: 0 10px 25px rgba(15, 23, 42, 0.08);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    color: var(--ink);
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 50%, #f8fafc 100%);
}

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

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

button,
input {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(90deg, var(--slate-950), var(--slate-800), var(--slate-950));
    box-shadow: 0 12px 30px rgba(2, 6, 23, 0.25);
}

.site-nav {
    width: min(1280px, calc(100% - 32px));
    height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 22px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.brand-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--orange), var(--red));
    box-shadow: 0 12px 25px rgba(249, 115, 22, 0.28);
}

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

.brand-text strong,
.footer-brand strong {
    font-size: 20px;
    background: linear-gradient(90deg, #fb923c, #ef4444);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.brand-text em {
    margin-top: 4px;
    font-size: 12px;
    font-style: normal;
    color: #94a3b8;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
    flex: 1 1 auto;
    overflow-x: auto;
    scrollbar-width: none;
}

.nav-menu::-webkit-scrollbar {
    display: none;
}

.nav-menu a {
    white-space: nowrap;
    color: #cbd5e1;
    font-weight: 600;
    transition: color 0.2s ease;
}

.nav-menu a:hover,
.nav-menu a.is-active {
    color: #fb923c;
}

.nav-search {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.nav-search input,
.search-box input,
.filter-tools input {
    width: 220px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 12px;
    padding: 10px 12px;
    color: #fff;
    background: rgba(51, 65, 85, 0.88);
    outline: none;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.search-box input,
.filter-tools input {
    width: 100%;
    color: var(--ink);
    background: #fff;
}

.nav-search input:focus,
.search-box input:focus,
.filter-tools input:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.18);
}

.nav-search button,
.search-box button,
.btn,
.watch-small,
.category-overview-head a {
    border: 0;
    border-radius: 12px;
    padding: 10px 16px;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(90deg, var(--orange), var(--red));
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.nav-search button:hover,
.search-box button:hover,
.btn:hover,
.watch-small:hover,
.category-overview-head a:hover {
    transform: translateY(-1px) scale(1.02);
    filter: brightness(1.05);
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    border-radius: 10px;
    background: #e2e8f0;
}

.hero-wrap,
.page-shell,
.detail-shell {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
}

.hero-wrap {
    padding: 32px 0 18px;
}

.hero-slider {
    position: relative;
    min-height: 430px;
    height: min(62vw, 620px);
    overflow: hidden;
    border-radius: 28px;
    background: #0f172a;
    box-shadow: var(--shadow);
}

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

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

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-shade {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 70% 20%, rgba(249, 115, 22, 0.18), transparent 32%),
        linear-gradient(0deg, rgba(2, 6, 23, 0.94) 0%, rgba(2, 6, 23, 0.42) 45%, rgba(2, 6, 23, 0.15) 100%);
}

.hero-content {
    position: absolute;
    left: clamp(24px, 5vw, 72px);
    right: clamp(24px, 30vw, 520px);
    bottom: clamp(28px, 7vw, 88px);
    color: #fff;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    border-radius: 999px;
    padding: 8px 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    background: linear-gradient(90deg, var(--orange), #ef4444);
}

.hero-content h1,
.page-hero h1,
.detail-intro h1 {
    margin: 0 0 16px;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.hero-content p,
.page-hero p,
.detail-intro .one-line {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.8;
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-glass {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
}

.hero-arrow {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    background: rgba(0, 0, 0, 0.45);
    transform: translateY(-50%);
    cursor: pointer;
}

.hero-arrow--prev {
    left: 18px;
}

.hero-arrow--next {
    right: 18px;
}

.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.hero-dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    transition: width 0.2s ease, background 0.2s ease;
}

.hero-dot.is-active {
    width: 32px;
    background: var(--orange);
}

.content-section {
    width: min(1280px, calc(100% - 32px));
    margin: 34px auto;
    border-radius: 28px;
    padding: clamp(22px, 4vw, 40px);
}

.white-section {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-soft);
}

.gradient-section {
    color: #fff;
    box-shadow: var(--shadow);
}

.gradient-section--blue {
    background: linear-gradient(135deg, #2563eb, #0d9488);
}

.gradient-section--purple {
    background: linear-gradient(135deg, #9333ea, #db2777);
}

.gradient-section--green {
    background: linear-gradient(135deg, #16a34a, #2563eb);
}

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

.section-head h2 {
    margin: 0;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.1;
}

.section-head p {
    margin: 8px 0 0;
    color: currentColor;
    opacity: 0.72;
}

.white-section .section-head p {
    color: var(--muted);
    opacity: 1;
}

.section-more {
    white-space: nowrap;
    border-radius: 999px;
    padding: 10px 16px;
    color: #fff;
    font-weight: 700;
    background: rgba(15, 23, 42, 0.16);
}

.white-section .section-more {
    color: var(--orange-deep);
    background: #ffedd5;
}

.video-grid {
    display: grid;
    gap: 20px;
}

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

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

.video-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow-soft);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.video-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.video-cover {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background:
        radial-gradient(circle at 28% 20%, rgba(249, 115, 22, 0.25), transparent 30%),
        linear-gradient(135deg, #111827, #334155);
}

.video-cover img,
.horizontal-cover img,
.category-tile img,
.detail-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.42s ease;
}

.video-card:hover .video-cover img,
.horizontal-card:hover .horizontal-cover img,
.category-tile:hover img {
    transform: scale(1.08);
}

.video-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.55));
    opacity: 0.85;
}

.play-mark {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    background: rgba(249, 115, 22, 0.92);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.88);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.video-card:hover .play-mark {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.year-badge,
.rank-badge {
    position: absolute;
    z-index: 3;
    border-radius: 999px;
    padding: 5px 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    background: rgba(0, 0, 0, 0.68);
}

.year-badge {
    right: 10px;
    bottom: 10px;
}

.rank-badge {
    left: 10px;
    top: 10px;
    background: linear-gradient(90deg, var(--orange), var(--red));
}

.video-info {
    display: flex;
    min-height: 180px;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
}

.video-title {
    display: -webkit-box;
    min-height: 48px;
    overflow: hidden;
    color: #111827;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.2s ease;
}

.video-title:hover,
.horizontal-title:hover {
    color: var(--orange-deep);
}

.video-info p {
    display: -webkit-box;
    min-height: 44px;
    margin: 0;
    overflow: hidden;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-card--large .video-info p {
    min-height: 66px;
    -webkit-line-clamp: 3;
}

.video-meta,
.tag-row,
.detail-meta,
.detail-tags,
.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.video-meta {
    margin-top: auto;
    color: #64748b;
    font-size: 13px;
}

.video-meta a,
.video-meta span,
.tag-row span,
.detail-tags a,
.detail-meta span,
.hero-stats span {
    border-radius: 999px;
    padding: 5px 9px;
    background: #f1f5f9;
}

.video-meta a {
    color: var(--orange-deep);
    background: #ffedd5;
    font-weight: 700;
}

.tag-row span {
    color: #475569;
    font-size: 12px;
}

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

.horizontal-card {
    display: grid;
    grid-template-columns: auto 150px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    overflow: hidden;
    border-radius: 18px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-soft);
}

.gradient-section .horizontal-card {
    color: var(--ink);
}

.list-rank {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--orange), var(--red));
}

.horizontal-cover {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 14px;
    background: #0f172a;
}

.horizontal-title {
    display: inline-block;
    margin-bottom: 8px;
    color: #111827;
    font-size: 18px;
    font-weight: 900;
}

.horizontal-info p {
    display: -webkit-box;
    margin: 0 0 10px;
    overflow: hidden;
    color: #64748b;
    line-height: 1.6;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.watch-small {
    white-space: nowrap;
}

.category-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.category-tile {
    position: relative;
    min-height: 150px;
    overflow: hidden;
    border-radius: 20px;
    padding: 18px;
    color: #fff;
    background: #0f172a;
    box-shadow: var(--shadow-soft);
}

.category-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.18), rgba(15, 23, 42, 0.88));
}

.category-tile img {
    position: absolute;
    inset: 0;
}

.category-tile span,
.category-tile strong {
    position: relative;
    z-index: 2;
    display: block;
}

.category-tile span {
    margin-top: 58px;
    font-size: 20px;
    font-weight: 900;
}

.category-tile strong {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.78);
}

.tab-bar,
.filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.tab-button,
.filter-chip {
    border: 0;
    border-radius: 999px;
    padding: 10px 16px;
    color: #475569;
    font-weight: 800;
    background: #f1f5f9;
    cursor: pointer;
}

.tab-button.is-active,
.filter-chip.is-active {
    color: #fff;
    background: linear-gradient(90deg, var(--orange), var(--red));
}

.tab-panel {
    display: none;
}

.tab-panel.is-active {
    display: block;
}

.page-shell {
    padding: 32px 0;
}

.page-hero {
    overflow: hidden;
    border-radius: 28px;
    padding: clamp(30px, 6vw, 70px);
    color: #fff;
    background:
        radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.14), transparent 34%),
        linear-gradient(135deg, #0f172a, #1e293b);
    box-shadow: var(--shadow);
}

.page-hero--categories,
.page-hero--search {
    background: linear-gradient(135deg, #2563eb, #0d9488);
}

.page-hero--ranking {
    background: linear-gradient(135deg, #f97316, #dc2626);
}

.page-hero--orange,
.page-hero--gold {
    background: linear-gradient(135deg, #f97316, #dc2626);
}

.page-hero--blue,
.page-hero--teal,
.page-hero--indigo {
    background: linear-gradient(135deg, #2563eb, #0d9488);
}

.page-hero--purple,
.page-hero--pink {
    background: linear-gradient(135deg, #9333ea, #db2777);
}

.page-hero--green {
    background: linear-gradient(135deg, #16a34a, #2563eb);
}

.page-hero--red,
.page-hero--slate {
    background: linear-gradient(135deg, #111827, #dc2626);
}

.overview-stack {
    display: grid;
    gap: 28px;
    margin-top: 30px;
}

.category-overview-card {
    border-radius: 28px;
    padding: clamp(22px, 4vw, 34px);
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.category-overview-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: start;
}

.category-overview-head h2 {
    margin: 0 0 8px;
    font-size: 30px;
}

.category-overview-head p {
    max-width: 760px;
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.category-count {
    margin: 18px 0;
    color: var(--orange-deep);
    font-weight: 900;
}

.filter-tools {
    display: grid;
    gap: 14px;
    margin-bottom: 24px;
}

.filter-count,
.search-summary {
    color: var(--muted);
    font-weight: 800;
}

.search-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin-bottom: 18px;
}

.detail-shell {
    padding: 26px 0 38px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 18px;
    color: #64748b;
    font-size: 14px;
}

.breadcrumb a:hover {
    color: var(--orange-deep);
}

.detail-hero {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 30px;
    overflow: hidden;
    border-radius: 28px;
    padding: clamp(22px, 4vw, 42px);
    color: #fff;
    background:
        radial-gradient(circle at 80% 20%, rgba(249, 115, 22, 0.18), transparent 32%),
        linear-gradient(135deg, #020617, #1e293b);
    box-shadow: var(--shadow);
}

.detail-poster {
    overflow: hidden;
    aspect-ratio: 3 / 4;
    border-radius: 22px;
    background: linear-gradient(135deg, #111827, #334155);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.34);
}

.detail-intro {
    align-self: center;
}

.detail-intro .one-line {
    max-width: 820px;
}

.detail-meta {
    margin: 18px 0;
}

.detail-meta span,
.detail-tags a,
.hero-stats span {
    color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.14);
}

.detail-tags {
    margin-bottom: 24px;
}

.player-section,
.detail-content,
.prose-section {
    margin-top: 28px;
}

.player-heading {
    margin-bottom: 14px;
}

.player-heading h2,
.story-card h2,
.prose-section h2 {
    margin: 0 0 8px;
    font-size: 28px;
}

.player-heading p {
    margin: 0;
    color: var(--muted);
}

.player {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #000;
    box-shadow: var(--shadow);
}

.player-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.player-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    gap: 12px;
    border: 0;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72));
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.player-overlay span {
    display: inline-flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    justify-self: center;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--orange), var(--red));
    box-shadow: 0 18px 35px rgba(249, 115, 22, 0.3);
}

.player.is-playing .player-overlay {
    opacity: 0;
    pointer-events: none;
}

.player-status {
    position: absolute;
    right: 14px;
    bottom: 14px;
    border-radius: 999px;
    padding: 6px 10px;
    color: #fff;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.58);
}

.detail-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.story-card,
.prose-section {
    border-radius: 24px;
    padding: clamp(20px, 4vw, 34px);
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.story-card p,
.prose-section p {
    margin: 0;
    color: #475569;
    line-height: 1.95;
    white-space: pre-line;
}

.site-footer {
    margin-top: 52px;
    color: #cbd5e1;
    background: linear-gradient(180deg, var(--slate-900), var(--slate-950));
}

.footer-grid {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 28px;
    padding: 44px 0 28px;
}

.footer-brand {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.site-footer h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 17px;
}

.site-footer p {
    margin: 0;
    color: #94a3b8;
    line-height: 1.7;
}

.site-footer a {
    display: block;
    margin: 8px 0;
    color: #cbd5e1;
}

.site-footer a:hover {
    color: #fb923c;
}

.footer-bottom {
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    padding: 18px 16px;
    text-align: center;
}

.is-hidden {
    display: none !important;
}

@media (max-width: 1100px) {
    .video-grid--three,
    .video-grid--four {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .nav-search input {
        width: 170px;
    }
}

@media (max-width: 860px) {
    .site-nav {
        height: auto;
        min-height: 68px;
        flex-wrap: wrap;
        padding: 12px 0;
    }

    .nav-toggle {
        display: inline-block;
        margin-left: auto;
    }

    .nav-menu {
        display: none;
        order: 3;
        width: 100%;
        flex: 0 0 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 10px 0;
    }

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

    .nav-menu a {
        border-radius: 12px;
        padding: 10px 12px;
        background: rgba(255, 255, 255, 0.06);
    }

    .nav-search {
        order: 4;
        width: 100%;
    }

    .nav-search input {
        width: 100%;
        flex: 1;
    }

    .hero-slider {
        min-height: 520px;
        height: auto;
    }

    .hero-content {
        right: 24px;
    }

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

    .horizontal-card {
        grid-template-columns: auto 110px minmax(0, 1fr);
    }

    .watch-small {
        display: none;
    }

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

    .detail-poster {
        max-width: 360px;
    }

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

@media (max-width: 600px) {
    .brand-text strong {
        font-size: 18px;
    }

    .hero-wrap,
    .page-shell,
    .detail-shell,
    .content-section {
        width: min(100% - 22px, 1280px);
    }

    .hero-slider {
        min-height: 560px;
        border-radius: 22px;
    }

    .hero-content h1,
    .page-hero h1,
    .detail-intro h1 {
        font-size: 34px;
    }

    .hero-arrow {
        display: none;
    }

    .content-section,
    .page-hero,
    .detail-hero {
        border-radius: 22px;
    }

    .video-grid--three,
    .video-grid--four,
    .category-strip {
        grid-template-columns: 1fr;
    }

    .horizontal-card {
        grid-template-columns: 1fr;
    }

    .horizontal-cover {
        width: 100%;
    }

    .section-head,
    .category-overview-head,
    .search-box {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }

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