:root {
    color-scheme: light;
    --bg-start: #fffbeb;
    --bg-mid: #fff7ed;
    --bg-end: #ffffff;
    --text: #3f2f16;
    --muted: #8a6a35;
    --brand: #d97706;
    --brand-strong: #b45309;
    --brand-soft: #fef3c7;
    --accent: #f59e0b;
    --line: rgba(217, 119, 6, 0.18);
    --panel: rgba(255, 255, 255, 0.82);
    --shadow: 0 24px 60px rgba(120, 53, 15, 0.14);
    --radius-lg: 28px;
    --radius-md: 20px;
    --radius-sm: 14px;
    --max-width: 1240px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(251, 191, 36, 0.22), transparent 34rem),
        linear-gradient(180deg, var(--bg-start), var(--bg-mid) 42%, var(--bg-end));
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
    -webkit-font-smoothing: antialiased;
}

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

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

button,
input {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(217, 119, 6, 0.12);
    background: rgba(255, 251, 235, 0.82);
    backdrop-filter: blur(18px);
}

.header-shell {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    gap: 24px;
}

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

.brand-mark {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, #f59e0b, #eab308);
    box-shadow: 0 18px 36px rgba(217, 119, 6, 0.3);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

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

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

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

.nav-link,
.mobile-nav-link {
    color: #6b4a18;
    font-weight: 700;
    transition: color 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active,
.mobile-nav-link:hover,
.mobile-nav-link.is-active {
    color: var(--brand);
}

.header-search,
.mobile-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
}

.header-search input,
.mobile-search input,
.inline-filter input,
.hero-search input {
    min-width: 0;
    border: 0;
    outline: 0;
    color: var(--text);
    background: transparent;
}

.header-search input {
    width: 190px;
    padding: 9px 4px 9px 14px;
}

.header-search button,
.mobile-search button,
.hero-search button,
.inline-filter button {
    border: 0;
    color: #fff;
    border-radius: 999px;
    padding: 9px 16px;
    cursor: pointer;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    box-shadow: 0 10px 22px rgba(217, 119, 6, 0.22);
}

.mobile-menu-button {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    background: rgba(245, 158, 11, 0.12);
}

.mobile-menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    border-radius: 2px;
    background: var(--brand-strong);
}

.mobile-nav {
    display: none;
    padding: 0 22px 18px;
    border-top: 1px solid var(--line);
}

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

main {
    overflow: hidden;
}

.hero-shell {
    position: relative;
    max-width: var(--max-width);
    min-height: 620px;
    margin: 28px auto 0;
    padding: 0 22px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
}

.hero-carousel {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    background: #1f160a;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 72px;
    opacity: 0;
    visibility: hidden;
    background-size: cover;
    background-position: center;
    transition: opacity 0.65s ease, visibility 0.65s ease;
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.hero-content {
    width: min(680px, 100%);
    color: #fff;
}

.hero-kicker,
.page-hero span,
.detail-kicker,
.section-heading span,
.rank-entry-copy span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fbbf24;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-content h1 {
    margin: 16px 0 18px;
    font-size: clamp(42px, 6vw, 78px);
    line-height: 0.95;
    letter-spacing: -0.08em;
}

.hero-content p {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.85;
}

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

.hero-tags {
    margin: 24px 0;
}

.hero-tags span,
.detail-tags span,
.movie-tags span {
    border: 1px solid rgba(251, 191, 36, 0.32);
    border-radius: 999px;
    color: #92400e;
    background: rgba(254, 243, 199, 0.82);
}

.hero-tags span,
.detail-tags span {
    padding: 7px 12px;
    color: #fff7ed;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
}

.hero-actions,
.detail-buttons,
.movie-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.primary-button,
.ghost-button,
.movie-actions a,
.category-block-head a,
.section-heading a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primary-button,
.movie-actions a,
.category-block-head a,
.section-heading a {
    color: #fff;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    box-shadow: 0 16px 30px rgba(217, 119, 6, 0.28);
}

.ghost-button {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
}

.primary-button:hover,
.ghost-button:hover,
.movie-card:hover .movie-actions a,
.category-block-head a:hover,
.section-heading a:hover {
    transform: translateY(-2px);
}

.hero-panel {
    min-height: 620px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(254, 243, 199, 0.72));
    box-shadow: var(--shadow);
}

.hero-panel > span {
    color: var(--brand);
    font-weight: 900;
}

.hero-panel > strong {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.hero-search {
    display: flex;
    gap: 8px;
    margin: 28px 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
}

.hero-search input {
    flex: 1;
    padding: 12px;
}

.hero-category-links {
    display: grid;
    gap: 10px;
}

.hero-category-links a {
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 16px;
    color: #6b4a18;
    background: rgba(255, 255, 255, 0.62);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.hero-category-links a:hover {
    transform: translateX(4px);
    border-color: rgba(217, 119, 6, 0.42);
    background: #fff;
}

.hero-dots {
    position: absolute;
    left: 64px;
    bottom: 34px;
    display: flex;
    gap: 10px;
    z-index: 3;
}

.hero-dot {
    width: 34px;
    height: 7px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.38);
}

.hero-dot.is-active {
    background: #fbbf24;
}

.content-section {
    max-width: var(--max-width);
    margin: 46px auto;
    padding: 0 22px;
}

.hot-rank-entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(120, 53, 15, 0.94), rgba(217, 119, 6, 0.86));
    color: #fff;
    box-shadow: var(--shadow);
}

.rank-entry-copy h2 {
    margin: 8px 0;
    font-size: 34px;
    letter-spacing: -0.04em;
}

.rank-entry-copy p {
    color: rgba(255, 255, 255, 0.82);
}

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

.section-heading h2 {
    margin-top: 8px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.1;
    letter-spacing: -0.05em;
}

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

.preview-grid,
.rank-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.movie-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--panel);
    box-shadow: 0 12px 30px rgba(120, 53, 15, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.movie-card:hover {
    transform: translateY(-7px);
    border-color: rgba(217, 119, 6, 0.36);
    box-shadow: 0 24px 54px rgba(120, 53, 15, 0.16);
}

.movie-cover {
    position: relative;
    display: block;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, #78350f, #f59e0b);
}

.movie-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.movie-card:hover .movie-cover img {
    transform: scale(1.08);
}

.cover-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.58));
}

.play-dot {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(245, 158, 11, 0.92);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.26);
}

.rank-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
    min-width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #f59e0b, #b45309);
}

.movie-info {
    padding: 16px;
}

.movie-meta-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

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

.movie-info p {
    min-height: 48px;
    color: #76572a;
    font-size: 14px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.movie-tags {
    margin-top: 12px;
}

.movie-tags span {
    padding: 5px 8px;
    font-size: 12px;
}

.movie-actions {
    justify-content: space-between;
    margin-top: 14px;
}

.movie-actions a {
    min-height: 36px;
    padding: 0 14px;
    font-size: 14px;
}

.movie-actions em {
    color: var(--brand-strong);
    font-style: normal;
    font-weight: 900;
}

.card-compact .movie-info h3 {
    font-size: 16px;
}

.card-compact .movie-info p {
    min-height: 42px;
    font-size: 13px;
}

.page-hero {
    max-width: var(--max-width);
    margin: 28px auto 0;
    padding: 70px 22px;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

.small-hero,
.category-hero,
.search-hero,
.rank-hero {
    color: #fff;
    background:
        radial-gradient(circle at 12% 18%, rgba(251, 191, 36, 0.42), transparent 32rem),
        linear-gradient(135deg, #431407, #92400e 54%, #f59e0b);
}

.page-hero h1 {
    margin: 12px 0 14px;
    max-width: 860px;
    font-size: clamp(38px, 6vw, 70px);
    line-height: 1;
    letter-spacing: -0.07em;
}

.page-hero p {
    max-width: 780px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.8;
}

.inline-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.inline-filter input {
    min-width: min(460px, 100%);
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
}

.inline-filter input::placeholder {
    color: rgba(255, 255, 255, 0.68);
}

.inline-filter button {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.18);
    box-shadow: none;
}

.category-directory {
    display: grid;
    gap: 26px;
}

.category-block {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--panel);
    box-shadow: 0 18px 46px rgba(120, 53, 15, 0.1);
}

.category-block-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.category-block-head h2 {
    margin: 0 0 8px;
    font-size: 30px;
    letter-spacing: -0.04em;
}

.category-block-head p {
    color: var(--muted);
    line-height: 1.7;
}

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

.podium-card {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 26px;
    border-radius: var(--radius-lg);
    color: #fff;
    box-shadow: var(--shadow);
    background: #1f160a;
}

.podium-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.podium-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.82));
    z-index: 1;
}

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

.podium-card span {
    color: #fbbf24;
    font-weight: 900;
}

.podium-card strong {
    margin: 8px 0;
    font-size: 30px;
    line-height: 1.1;
}

.podium-card em {
    font-style: normal;
    color: rgba(255, 255, 255, 0.8);
}

.rank-list {
    display: grid;
    gap: 12px;
}

.rank-filter input {
    color: var(--text);
    border-color: var(--line);
    background: #fff;
}

.rank-filter input::placeholder {
    color: var(--muted);
}

.rank-row {
    display: grid;
    grid-template-columns: 54px 64px minmax(0, 1fr) 70px;
    align-items: center;
    gap: 16px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.rank-row:hover {
    transform: translateY(-2px);
    border-color: rgba(217, 119, 6, 0.38);
    box-shadow: 0 14px 36px rgba(120, 53, 15, 0.1);
}

.rank-row b {
    color: var(--brand);
    text-align: center;
    font-size: 18px;
}

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

.rank-row span {
    min-width: 0;
}

.rank-row strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank-row small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
}

.rank-row em {
    color: var(--brand-strong);
    font-style: normal;
    font-weight: 900;
    text-align: right;
}

.detail-hero {
    min-height: 610px;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.detail-hero-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 34px 22px 70px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.breadcrumb a:hover {
    color: #fbbf24;
}

.detail-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    align-items: end;
    gap: 42px;
    padding-top: 70px;
}

.detail-poster {
    overflow: hidden;
    border: 6px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-lg);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.detail-poster img {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

.detail-copy h1 {
    margin: 12px 0 16px;
    max-width: 850px;
    font-size: clamp(42px, 7vw, 86px);
    line-height: 0.95;
    letter-spacing: -0.08em;
}

.detail-copy p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.85;
}

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

.player-section {
    margin-top: -74px;
}

.player-shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(251, 191, 36, 0.28);
    border-radius: var(--radius-lg);
    background: #080502;
    box-shadow: 0 30px 70px rgba(30, 20, 8, 0.28);
}

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

.player-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 14px;
    border: 0;
    color: #fff;
    cursor: pointer;
    background: radial-gradient(circle, rgba(217, 119, 6, 0.34), rgba(0, 0, 0, 0.45));
}

.player-overlay span {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    padding-left: 5px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    box-shadow: 0 20px 46px rgba(245, 158, 11, 0.34);
}

.player-overlay strong {
    font-size: 18px;
}

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

.detail-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 26px;
}

.detail-main-text,
.detail-side {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 46px rgba(120, 53, 15, 0.08);
}

.detail-main-text article + article {
    margin-top: 28px;
}

.detail-main-text h2,
.detail-side h2 {
    margin: 0 0 14px;
    font-size: 26px;
    letter-spacing: -0.04em;
}

.detail-main-text p {
    color: #65451b;
    line-height: 1.95;
    font-size: 16px;
}

.detail-side ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.detail-side li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
}

.detail-side span {
    color: var(--muted);
}

.detail-side strong {
    text-align: right;
}

.site-footer {
    margin-top: 70px;
    color: #fef3c7;
    background: linear-gradient(135deg, #2b1604, #78350f);
}

.footer-grid {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 50px 22px 34px;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 34px;
}

.site-footer h3 {
    margin: 0 0 14px;
    color: #fde68a;
    font-size: 20px;
}

.site-footer p {
    color: rgba(254, 243, 199, 0.78);
    line-height: 1.8;
}

.footer-links {
    display: grid;
    gap: 10px;
}

.footer-links a {
    color: rgba(254, 243, 199, 0.82);
}

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

.footer-bottom {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 18px 22px 28px;
    border-top: 1px solid rgba(254, 243, 199, 0.14);
    color: rgba(254, 243, 199, 0.64);
    font-size: 14px;
}

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

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

    .hero-shell {
        grid-template-columns: 1fr;
    }

    .hero-panel {
        min-height: auto;
    }

    .hero-category-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

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

    .mobile-menu-button {
        display: block;
        margin-left: auto;
    }

    .header-shell {
        gap: 14px;
    }

    .brand-text strong {
        font-size: 18px;
    }

    .hero-shell {
        min-height: auto;
        margin-top: 18px;
    }

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

    .hero-slide {
        padding: 34px;
    }

    .hero-dots {
        left: 44px;
    }

    .hot-rank-entry,
    .section-heading,
    .category-block-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .movie-grid,
    .preview-grid,
    .rank-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .podium-grid,
    .detail-layout,
    .detail-content,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .detail-layout {
        padding-top: 42px;
    }

    .detail-poster {
        width: min(260px, 72vw);
    }

    .player-section {
        margin-top: -44px;
    }
}

@media (max-width: 560px) {
    .header-shell {
        padding-inline: 16px;
    }

    .brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .brand-text small {
        display: none;
    }

    .hero-shell,
    .content-section,
    .page-hero,
    .detail-hero-inner {
        padding-inline: 16px;
    }

    .hero-carousel {
        min-height: 500px;
        border-radius: 22px;
    }

    .hero-slide {
        padding: 26px;
    }

    .hero-content p,
    .page-hero p,
    .detail-copy p {
        font-size: 16px;
    }

    .hero-panel,
    .category-block,
    .detail-main-text,
    .detail-side {
        padding: 20px;
        border-radius: 22px;
    }

    .hero-category-links {
        grid-template-columns: 1fr;
    }

    .movie-grid,
    .preview-grid,
    .rank-grid {
        grid-template-columns: 1fr;
    }

    .rank-row {
        grid-template-columns: 38px 54px minmax(0, 1fr);
    }

    .rank-row em {
        display: none;
    }

    .rank-row img {
        width: 54px;
        height: 74px;
    }
}
