* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: Inter, "Noto Sans SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #1f2937;
    background:
        radial-gradient(circle at 12% 8%, rgba(255, 179, 217, 0.42), transparent 28rem),
        radial-gradient(circle at 85% 12%, rgba(168, 230, 206, 0.38), transparent 26rem),
        linear-gradient(135deg, #fff5f8 0%, #ffffff 44%, #ffe5ec 100%);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

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

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

button,
input {
    font: inherit;
}

button {
    border: 0;
    cursor: pointer;
}

.section-container {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
}

.glass-effect {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 179, 217, 0.28);
    box-shadow: 0 18px 50px rgba(255, 179, 217, 0.22);
    backdrop-filter: blur(14px);
}

.gradient-text,
.brand-name,
.footer-brand {
    background: linear-gradient(135deg, #ff8dc7, #ffb347, #ffe66d, #a8e6ce, #87ceeb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 179, 217, 0.18);
    color: #db2777;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.candy-button,
.ghost-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 800;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.candy-button {
    color: #ffffff;
    background: linear-gradient(90deg, #ff8dc7, #ffb347, #a8e6ce);
    box-shadow: 0 12px 30px rgba(255, 141, 199, 0.42);
}

.candy-button:hover,
.ghost-button:hover,
.video-card:hover {
    transform: translateY(-6px);
}

.ghost-button {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.42);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid rgba(255, 179, 217, 0.24);
    box-shadow: 0 12px 32px rgba(255, 179, 217, 0.16);
    backdrop-filter: blur(16px);
}

.header-inner {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 72px;
}

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 26px;
    font-weight: 900;
}

.brand-mark {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #ff8dc7, #ffe66d, #a8e6ce);
    box-shadow: 0 8px 24px rgba(255, 141, 199, 0.34);
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-left: auto;
}

.nav-link,
.mobile-nav-link {
    color: #4b5563;
    font-weight: 700;
    transition: color 0.25s ease;
}

.nav-link:hover,
.nav-link.is-active,
.mobile-nav-link:hover,
.mobile-nav-link.is-active {
    color: #db2777;
}

.header-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(255, 179, 217, 0.42);
}

.header-search input,
.mobile-search input,
.search-gateway input,
.catalog-tools input,
.search-page-panel input {
    border: 0;
    outline: 0;
    color: #374151;
    background: transparent;
}

.header-search input {
    width: 220px;
    padding: 8px 6px 8px 14px;
}

.header-search button,
.mobile-search button {
    padding: 8px 16px;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 700;
    background: linear-gradient(90deg, #ff8dc7, #ffb347);
}

.mobile-menu-button {
    display: none;
    margin-left: auto;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: #db2777;
    background: rgba(255, 179, 217, 0.16);
}

.mobile-nav {
    display: none;
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    padding: 0 0 18px;
}

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

.mobile-search {
    display: flex;
    gap: 8px;
    padding: 8px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(255, 179, 217, 0.34);
}

.mobile-search input {
    flex: 1;
    min-width: 0;
    padding: 8px;
}

.hero-carousel {
    position: relative;
    min-height: 680px;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-items: center;
    opacity: 0;
    transform: scale(1.04);
    pointer-events: none;
    transition: opacity 0.75s ease, transform 0.75s ease;
}

.hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.1);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(12, 12, 20, 0.82), rgba(45, 22, 48, 0.58), rgba(255, 179, 217, 0.22)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 44%);
}

.hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
    align-items: center;
    gap: 56px;
    padding-top: 82px;
    padding-bottom: 82px;
}

.hero-copy {
    max-width: 760px;
    color: #ffffff;
}

.hero-copy h1 {
    margin: 0 0 12px;
    font-size: clamp(34px, 5vw, 66px);
    line-height: 1.05;
    text-shadow: 0 6px 24px rgba(0, 0, 0, 0.42);
}

.hero-copy h2 {
    margin: 0 0 18px;
    font-size: clamp(28px, 3.6vw, 50px);
    line-height: 1.08;
}

.hero-copy p {
    max-width: 680px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.8;
}

.hero-tags,
.detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-tags span,
.detail-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    color: #be185d;
    background: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 800;
}

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

.hero-poster {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    min-height: 420px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
    transform: rotate(2deg);
    transition: transform 0.3s ease;
}

.hero-poster:hover {
    transform: rotate(0deg) scale(1.02);
}

.hero-poster img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.hero-play,
.poster-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #db2777;
    background: rgba(255, 255, 255, 0.92);
    transform: translate(-50%, -50%);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
}

.hero-play {
    width: 74px;
    height: 74px;
    font-size: 28px;
}

.hero-controls {
    position: absolute;
    left: 50%;
    bottom: 32px;
    z-index: 4;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

.hero-dot {
    width: 42px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.36);
    transition: width 0.25s ease, background 0.25s ease;
}

.hero-dot.is-active {
    width: 72px;
    background: linear-gradient(90deg, #ff8dc7, #ffe66d);
}

.search-gateway {
    margin-top: -42px;
    position: relative;
    z-index: 5;
}

.search-gateway-card {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(280px, 1fr);
    gap: 22px;
    align-items: center;
    padding: 28px;
    border-radius: 28px;
}

.search-gateway-card h2,
.section-heading h2,
.page-hero h1,
.detail-info h1,
.article-card h2,
.detail-sidebar h2 {
    margin: 0;
    color: #111827;
}

.search-gateway-card form,
.search-page-panel form {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 8px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(255, 179, 217, 0.42);
}

.search-gateway-card input,
.search-page-panel input {
    flex: 1;
    min-width: 0;
    padding: 14px 16px;
}

.feature-section,
.category-section,
.split-section {
    margin-top: 72px;
}

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

.section-heading h2 {
    font-size: clamp(28px, 3.8vw, 44px);
}

.section-heading a {
    color: #db2777;
    font-weight: 900;
}

.compact-heading h2 {
    font-size: 28px;
}

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

.video-card {
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 179, 217, 0.28);
    box-shadow: 0 14px 34px rgba(255, 179, 217, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
    box-shadow: 0 24px 54px rgba(255, 141, 199, 0.34);
}

.poster-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: rgba(255, 179, 217, 0.16);
}

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

.video-card:hover .poster-wrap img {
    transform: scale(1.08);
}

.poster-badge,
.poster-duration {
    position: absolute;
    top: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

.poster-badge {
    left: 12px;
    background: linear-gradient(90deg, #ff8dc7, #ffb347);
}

.poster-duration {
    right: 12px;
    background: rgba(17, 24, 39, 0.72);
}

.poster-play {
    width: 58px;
    height: 58px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-card:hover .poster-play {
    opacity: 1;
}

.card-body {
    padding: 18px;
}

.card-body h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 18px;
    line-height: 1.35;
}

.card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 48px;
    margin: 0 0 14px;
    overflow: hidden;
    color: #5b6472;
    font-size: 14px;
    line-height: 1.7;
}

.card-meta,
.detail-meta,
.ranking-info div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.card-meta span,
.detail-meta span,
.ranking-info div span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 9px;
    border-radius: 999px;
    color: #be185d;
    background: rgba(255, 179, 217, 0.18);
    font-size: 12px;
    font-weight: 800;
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.8fr);
    gap: 28px;
}

.panel-card,
.rank-panel {
    border-radius: 28px;
    padding: 26px;
}

.horizontal-scroll {
    display: grid;
    grid-auto-columns: minmax(260px, 1fr);
    grid-auto-flow: column;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 12px;
    scrollbar-width: thin;
}

.video-card.is-compact {
    min-width: 260px;
}

.rank-list,
.related-list,
.footer-links {
    display: grid;
    gap: 12px;
}

.rank-row {
    display: grid;
    grid-template-columns: 42px 72px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.58);
    transition: background 0.25s ease, transform 0.25s ease;
}

.rank-row:hover,
.related-row:hover {
    background: rgba(255, 179, 217, 0.16);
    transform: translateX(4px);
}

.rank-row img {
    width: 72px;
    height: 46px;
    border-radius: 12px;
    object-fit: cover;
}

.rank-number,
.ranking-index {
    color: #db2777;
    font-weight: 950;
}

.rank-title {
    overflow: hidden;
    color: #111827;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank-score {
    color: #f59e0b;
    font-weight: 900;
}

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

.category-tile,
.category-overview-card {
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(255, 179, 217, 0.26);
    box-shadow: 0 16px 36px rgba(255, 179, 217, 0.18);
}

.category-tile {
    padding: 22px;
}

.category-tile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.category-tile h3,
.category-overview-card h2 {
    margin: 0;
    color: #111827;
    font-size: 22px;
}

.category-tile a,
.category-overview-card span {
    color: #db2777;
    font-weight: 900;
}

.category-tile p,
.category-overview-card p {
    color: #5b6472;
    line-height: 1.75;
}

.mini-card-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.mini-card {
    position: relative;
    overflow: hidden;
    min-height: 92px;
    border-radius: 16px;
}

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

.mini-card span {
    position: absolute;
    inset: auto 0 0;
    padding: 18px 10px 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent);
}

.page-main {
    padding-top: 42px;
    padding-bottom: 56px;
}

.page-hero {
    margin-bottom: 32px;
    padding: 38px;
    border-radius: 32px;
}

.page-hero h1 {
    margin-bottom: 16px;
    font-size: clamp(34px, 5vw, 58px);
}

.page-hero p {
    max-width: 820px;
    color: #5b6472;
    font-size: 18px;
    line-height: 1.8;
}

.category-overview-card {
    display: grid;
    grid-template-rows: 190px 1fr;
}

.category-overview-card > div:last-child {
    padding: 22px;
}

.category-cover-stack {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    overflow: hidden;
}

.category-cover-stack img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

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

.breadcrumb a {
    color: #db2777;
    font-weight: 800;
}

.catalog-tools {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(320px, 1fr);
    gap: 22px;
    align-items: end;
    margin-bottom: 28px;
    padding: 24px;
    border-radius: 26px;
}

.catalog-tools label {
    display: block;
    margin-bottom: 10px;
    color: #111827;
    font-weight: 900;
}

.catalog-tools input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(255, 179, 217, 0.42);
}

.catalog-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.catalog-filter-buttons button {
    padding: 10px 16px;
    border-radius: 999px;
    color: #4b5563;
    font-weight: 800;
    background: rgba(255, 179, 217, 0.16);
}

.catalog-filter-buttons button.is-active {
    color: #ffffff;
    background: linear-gradient(90deg, #ff8dc7, #ffb347);
}

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

.ranking-list {
    display: grid;
    gap: 16px;
}

.ranking-card {
    display: grid;
    grid-template-columns: 54px 160px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 18px;
    border-radius: 24px;
}

.ranking-card img {
    width: 160px;
    height: 94px;
    border-radius: 18px;
    object-fit: cover;
}

.ranking-index {
    font-size: 30px;
}

.ranking-info h2 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 22px;
}

.ranking-info p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 12px;
    overflow: hidden;
    color: #5b6472;
    line-height: 1.65;
}

.ranking-card strong {
    color: #f59e0b;
    font-size: 22px;
}

.search-page-panel {
    margin-bottom: 28px;
    padding: 24px;
    border-radius: 28px;
}

.search-results:empty {
    display: none;
}

.empty-state {
    margin-bottom: 48px;
    padding: 32px;
    border-radius: 28px;
    text-align: center;
}

.empty-state h2 {
    margin: 0 0 10px;
}

.empty-state p {
    margin: 0;
    color: #6b7280;
}

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
}

.detail-content {
    display: grid;
    gap: 22px;
}

.player-shell {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 30px;
    background: #000000;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

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

.player-overlay {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: grid;
    place-items: center;
    gap: 12px;
    color: #ffffff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.16));
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

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

.player-icon {
    display: grid;
    place-items: center;
    width: 84px;
    height: 84px;
    border-radius: 999px;
    color: #db2777;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
    font-size: 32px;
}

.detail-info,
.article-card,
.detail-sidebar {
    border-radius: 28px;
    padding: 26px;
}

.detail-title-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: start;
}

.detail-title-row strong {
    flex: 0 0 auto;
    padding: 10px 14px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(90deg, #ff8dc7, #ffb347);
}

.detail-info h1 {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.18;
}

.detail-info h2,
.article-card h2 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.detail-info p,
.article-card p {
    color: #374151;
    line-height: 1.9;
}

.detail-meta {
    margin-top: 18px;
    margin-bottom: 20px;
}

.detail-tags {
    margin-top: 18px;
}

.detail-sidebar {
    position: sticky;
    top: 96px;
}

.detail-sidebar h2 {
    margin-bottom: 18px;
}

.related-row {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 18px;
    transition: background 0.25s ease, transform 0.25s ease;
}

.related-row img {
    width: 92px;
    height: 58px;
    border-radius: 14px;
    object-fit: cover;
}

.related-row span {
    overflow: hidden;
    color: #111827;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.related-row small {
    color: #f59e0b;
    font-weight: 900;
}

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

.site-footer {
    margin-top: 72px;
    padding-top: 46px;
    border-top: 1px solid rgba(255, 179, 217, 0.24);
    background: linear-gradient(135deg, rgba(255, 179, 217, 0.14), rgba(255, 230, 109, 0.1), rgba(168, 230, 206, 0.12));
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 32px;
}

.footer-grid p {
    max-width: 460px;
    color: #5b6472;
    line-height: 1.8;
}

.footer-grid h2 {
    margin: 0 0 16px;
    font-size: 18px;
}

.footer-links a {
    color: #5b6472;
    font-weight: 700;
}

.footer-links a:hover {
    color: #db2777;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 32px;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 179, 217, 0.24);
    color: #6b7280;
    font-size: 14px;
}

@media (max-width: 1120px) {
    .header-search {
        display: none;
    }

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

    .split-section,
    .detail-layout {
        grid-template-columns: 1fr;
    }

    .detail-sidebar {
        position: static;
    }
}

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

    .mobile-menu-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .hero-carousel {
        min-height: 760px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-top: 54px;
        padding-bottom: 80px;
    }

    .hero-poster,
    .hero-poster img {
        min-height: 280px;
    }

    .search-gateway-card,
    .catalog-tools,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .video-grid,
    .category-grid,
    .category-overview-grid,
    .compact-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ranking-card {
        grid-template-columns: 44px 112px minmax(0, 1fr);
    }

    .ranking-card strong {
        grid-column: 3;
        width: fit-content;
    }

    .ranking-card img {
        width: 112px;
        height: 72px;
    }
}

@media (max-width: 560px) {
    .section-container {
        width: min(100% - 22px, 1280px);
    }

    .brand-name {
        font-size: 22px;
    }

    .hero-copy h1 {
        font-size: 34px;
    }

    .hero-copy p {
        font-size: 16px;
    }

    .hero-actions,
    .search-gateway-card form,
    .search-page-panel form,
    .footer-bottom {
        flex-direction: column;
        align-items: stretch;
    }

    .video-grid,
    .category-grid,
    .category-overview-grid,
    .compact-video-grid {
        grid-template-columns: 1fr;
    }

    .page-hero,
    .detail-info,
    .article-card,
    .detail-sidebar,
    .catalog-tools,
    .panel-card,
    .rank-panel,
    .search-page-panel {
        padding: 20px;
        border-radius: 22px;
    }

    .ranking-card {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .ranking-card img {
        grid-column: 1 / -1;
        width: 100%;
        height: 180px;
    }

    .related-row {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .related-row small {
        grid-column: 2;
    }
}
