:root {
    --bg: #fff7ed;
    --bg-soft: #fffbeb;
    --text: #1f2937;
    --muted: #6b7280;
    --line: rgba(180, 83, 9, 0.18);
    --amber: #d97706;
    --amber-dark: #92400e;
    --orange: #ea580c;
    --gold: #fbbf24;
    --white: #ffffff;
    --shadow: 0 24px 60px rgba(120, 53, 15, 0.18);
    --radius: 22px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background: linear-gradient(135deg, #fff7ed 0%, #fffbeb 45%, #fef3c7 100%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

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

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

button,
input,
select {
    font: inherit;
}

.layout {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    color: #ffffff;
    background: linear-gradient(90deg, #78350f 0%, #9a3412 48%, #78350f 100%);
    box-shadow: 0 18px 38px rgba(120, 53, 15, 0.28);
}

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

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
}

.brand-mark {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 24px;
    background: linear-gradient(135deg, #fbbf24, #ea580c);
    box-shadow: 0 12px 26px rgba(251, 191, 36, 0.34);
    transition: transform 0.3s ease;
}

.brand:hover .brand-mark {
    transform: scale(1.08) rotate(-4deg);
}

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

.brand-text strong {
    font-size: 22px;
    letter-spacing: 0.02em;
    color: #fef3c7;
}

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

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

.nav-link {
    padding: 10px 14px;
    border-radius: 999px;
    color: #fffbeb;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.nav-link:hover,
.nav-link.is-active {
    color: #78350f;
    background: #fef3c7;
    transform: translateY(-1px);
}

.header-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    border: 1px solid rgba(254, 243, 199, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.header-search input {
    width: 150px;
    border: 0;
    outline: 0;
    color: #ffffff;
    background: transparent;
}

.header-search input::placeholder {
    color: #fde68a;
}

.header-search button {
    border: 0;
    color: #78350f;
    background: #fef3c7;
    border-radius: 999px;
    padding: 7px 14px;
    cursor: pointer;
    font-weight: 700;
}

.menu-toggle {
    display: none;
    margin-left: auto;
    border: 0;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    padding: 8px 12px;
    cursor: pointer;
}

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

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

.mobile-nav-link {
    padding: 12px 14px;
    border-radius: 14px;
    color: #fffbeb;
    background: rgba(255, 255, 255, 0.1);
}

.mobile-nav-link.is-active {
    color: #78350f;
    background: #fef3c7;
}

.hero-section {
    position: relative;
    min-height: 610px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    background: radial-gradient(circle at 15% 18%, rgba(251, 191, 36, 0.35), transparent 30%), linear-gradient(100deg, #78350f 0%, #9a3412 50%, #713f12 100%);
}

.hero-grid-bg {
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image: linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
    background-size: 46px 46px;
    animation: gridFloat 16s linear infinite;
}

@keyframes gridFloat {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-46px, -46px, 0);
    }
}

.hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
    gap: 52px;
    align-items: center;
    padding: 72px 0;
}

.hero-kicker,
.page-hero span,
.detail-hero span,
.section-head span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    color: #78350f;
    background: #fef3c7;
}

.hero-copy h1 {
    margin: 0 0 24px;
    font-size: clamp(42px, 7vw, 72px);
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: #fef3c7;
}

.hero-copy p {
    max-width: 680px;
    margin: 0 0 24px;
    font-size: 20px;
    line-height: 1.8;
    color: #fde68a;
}

.hero-search {
    display: flex;
    max-width: 640px;
    margin-bottom: 22px;
    padding: 8px;
    border: 1px solid rgba(254, 243, 199, 0.26);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 44px rgba(69, 26, 3, 0.22);
    backdrop-filter: blur(12px);
}

.hero-search input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    padding: 0 18px;
    color: #ffffff;
    background: transparent;
}

.hero-search input::placeholder {
    color: #fde68a;
}

.hero-search button,
.primary-action,
.ghost-action,
.cta-inner a,
.aside-link,
.section-more {
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 800;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.hero-search button,
.primary-action,
.cta-inner a,
.aside-link {
    color: #ffffff;
    background: linear-gradient(90deg, #f59e0b, #ea580c);
    padding: 13px 24px;
    box-shadow: 0 16px 34px rgba(234, 88, 12, 0.32);
}

.hero-search button:hover,
.primary-action:hover,
.cta-inner a:hover,
.aside-link:hover,
.section-more:hover {
    transform: translateY(-2px);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
}

.ghost-action {
    color: #ffffff;
    padding: 13px 24px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

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

.hero-tags a {
    padding: 8px 13px;
    border-radius: 999px;
    color: #fef3c7;
    background: rgba(255, 255, 255, 0.12);
}

.hero-showcase {
    position: relative;
    min-height: 520px;
}

.hero-glow {
    position: absolute;
    inset: 9% 8% 3%;
    border-radius: 40px;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.42), rgba(234, 88, 12, 0.2));
    filter: blur(28px);
}

.hero-slides {
    position: relative;
    min-height: 500px;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: end;
    overflow: hidden;
    border: 1px solid rgba(254, 243, 199, 0.28);
    border-radius: 34px;
    background: #111827;
    box-shadow: 0 32px 70px rgba(69, 26, 3, 0.45);
    opacity: 0;
    transform: translateY(18px) scale(0.98);
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

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

.hero-poster-link {
    position: absolute;
    inset: 0;
}

.hero-poster-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.82;
    transform: scale(1.02);
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(17, 24, 39, 0.95), rgba(17, 24, 39, 0.18) 55%, rgba(17, 24, 39, 0.08));
}

.hero-slide-caption {
    position: relative;
    z-index: 2;
    padding: 28px;
}

.hero-slide-caption span {
    color: #fde68a;
    font-weight: 700;
}

.hero-slide-caption h2 {
    margin: 10px 0 12px;
    font-size: 30px;
    color: #ffffff;
}

.hero-slide-caption p {
    margin: 0 0 18px;
    color: #fffbeb;
    line-height: 1.7;
}

.hero-slide-caption a {
    display: inline-flex;
    padding: 11px 18px;
    border-radius: 999px;
    color: #78350f;
    background: #fef3c7;
    font-weight: 800;
}

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

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

.hero-dot.is-active {
    width: 30px;
    background: #fef3c7;
}

.page-hero,
.detail-hero {
    color: #ffffff;
    background: radial-gradient(circle at 20% 0%, rgba(251, 191, 36, 0.34), transparent 32%), linear-gradient(100deg, #78350f 0%, #9a3412 54%, #713f12 100%);
}

.page-hero .layout,
.detail-hero .layout {
    padding: 64px 0;
}

.page-hero h1,
.detail-hero h1 {
    max-width: 900px;
    margin: 0 0 18px;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.08;
    color: #fef3c7;
}

.page-hero p,
.detail-hero p {
    max-width: 820px;
    margin: 0;
    color: #fde68a;
    font-size: 18px;
    line-height: 1.8;
}

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

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

.breadcrumb em {
    color: #ffffff;
    font-style: normal;
}

.section {
    padding: 72px 0;
}

.section-white {
    background: rgba(255, 255, 255, 0.72);
}

.section-warm {
    background: linear-gradient(135deg, #fef3c7, #ffedd5);
}

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

.section-head h2 {
    margin: 0;
    color: #1f2937;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
}

.section-head p {
    max-width: 720px;
    margin: 12px 0 0;
    color: var(--muted);
    line-height: 1.8;
}

.section-more {
    display: inline-flex;
    min-width: max-content;
    padding: 11px 18px;
    color: #92400e;
    background: #fef3c7;
    border: 1px solid rgba(217, 119, 6, 0.2);
}

.movie-grid,
.rank-grid,
.category-grid {
    display: grid;
    gap: 22px;
}

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

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

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

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

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

.movie-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(120, 53, 15, 0.1);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.movie-card:hover {
    transform: translateY(-7px);
    border-color: rgba(217, 119, 6, 0.35);
    box-shadow: var(--shadow);
}

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

.movie-card.is-compact .movie-card-body p {
    min-height: auto;
}

.movie-poster {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #78350f, #ea580c);
}

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

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

.poster-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent 58%);
    opacity: 0.82;
}

.poster-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #78350f;
    background: rgba(254, 243, 199, 0.94);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

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

.poster-category,
.poster-duration {
    position: absolute;
    bottom: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

.poster-category {
    left: 12px;
    padding: 6px 10px;
    background: linear-gradient(90deg, #f59e0b, #ea580c);
}

.poster-duration {
    right: 12px;
    padding: 6px 9px;
    background: rgba(0, 0, 0, 0.62);
}

.rank-badge {
    position: absolute;
    left: -6px;
    top: -6px;
    z-index: 4;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #fbbf24, #ea580c);
    box-shadow: 0 14px 28px rgba(234, 88, 12, 0.3);
    font-size: 19px;
    font-weight: 900;
}

.movie-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.movie-meta-line,
.movie-card-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #92400e;
    font-size: 13px;
}

.movie-meta-line span {
    padding: 4px 8px;
    border-radius: 999px;
    background: #fffbeb;
}

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

.movie-card h3 a:hover {
    color: #d97706;
}

.movie-card p {
    flex: 1;
    min-height: 66px;
    margin: 0 0 16px;
    color: #6b7280;
    line-height: 1.65;
    font-size: 14px;
}

.movie-card-foot {
    justify-content: space-between;
    margin-top: auto;
}

.movie-card-foot strong {
    color: #d97706;
}

.category-tile {
    display: block;
    min-height: 250px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff, #fffbeb);
    box-shadow: 0 16px 38px rgba(120, 53, 15, 0.1);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.category-tile:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.category-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    border-radius: 18px;
    font-size: 28px;
    background: linear-gradient(135deg, #fef3c7, #fed7aa);
}

.category-tile strong {
    display: block;
    margin-bottom: 10px;
    color: #1f2937;
    font-size: 21px;
}

.category-tile p {
    margin: 0 0 16px;
    color: var(--muted);
    line-height: 1.7;
}

.category-tile ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-tile li {
    color: #92400e;
    font-size: 14px;
}

.category-tile li a:hover {
    color: #ea580c;
}

.filter-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px 200px;
    gap: 16px;
    margin-bottom: 28px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(120, 53, 15, 0.08);
}

.filter-field {
    display: grid;
    gap: 8px;
}

.filter-field label {
    color: #92400e;
    font-size: 13px;
    font-weight: 800;
}

.filter-field input,
.filter-field select {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(217, 119, 6, 0.24);
    border-radius: 14px;
    outline: 0;
    padding: 0 14px;
    color: #1f2937;
    background: #fffbeb;
}

.filter-field input:focus,
.filter-field select:focus {
    border-color: #f59e0b;
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
}

.empty-state {
    display: none;
    margin-top: 26px;
    padding: 28px;
    border-radius: 22px;
    color: #92400e;
    text-align: center;
    background: #fffbeb;
}

.empty-state.is-visible {
    display: block;
}

.cta-section {
    color: #ffffff;
    background: linear-gradient(90deg, #78350f, #9a3412, #713f12);
}

.cta-inner {
    text-align: center;
}

.cta-inner h2 {
    margin: 0 0 14px;
    font-size: clamp(30px, 5vw, 48px);
    color: #fef3c7;
}

.cta-inner p {
    margin: 0 auto 26px;
    max-width: 680px;
    color: #fde68a;
    line-height: 1.8;
}

.cta-inner a {
    display: inline-flex;
}

.detail-section {
    padding-top: 44px;
}

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

.player-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #050505;
    box-shadow: 0 28px 68px rgba(17, 24, 39, 0.32);
}

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

.player-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    border: 0;
    color: #78350f;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.48));
    cursor: pointer;
}

.player-overlay span {
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    padding-left: 5px;
    border-radius: 50%;
    color: #78350f;
    background: #fef3c7;
    font-size: 34px;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.34);
    transition: transform 0.25s ease;
}

.player-overlay:hover span {
    transform: scale(1.08);
}

.player-overlay.is-hidden {
    display: none;
}

.content-card,
.detail-cover-card {
    margin-top: 24px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(120, 53, 15, 0.08);
}

.content-card h2,
.detail-cover-card h2 {
    margin: 0 0 16px;
    color: #1f2937;
    font-size: 24px;
}

.content-card p,
.detail-cover-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.9;
}

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

.detail-aside {
    position: sticky;
    top: 100px;
}

.detail-cover-card {
    margin-top: 0;
}

.detail-cover-card img {
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 20px;
    object-fit: cover;
    background: linear-gradient(135deg, #78350f, #ea580c);
}

.detail-cover-card h2 {
    margin-top: 20px;
}

.detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 20px 0;
}

.detail-tags span {
    padding: 7px 10px;
    border-radius: 999px;
    color: #92400e;
    background: #fffbeb;
    font-size: 13px;
    font-weight: 700;
}

.aside-link {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
}

.site-footer {
    color: #fde68a;
    background: linear-gradient(135deg, #1c1917, #451a03 52%, #1c1917);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr repeat(3, 1fr);
    gap: 30px;
    padding: 52px 0;
}

.site-footer h2,
.site-footer h3 {
    margin: 0 0 16px;
    color: #fef3c7;
}

.site-footer p {
    margin: 0;
    color: #fde68a;
    line-height: 1.8;
}

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

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

.footer-bottom {
    display: flex;
    justify-content: center;
    gap: 22px;
    padding: 18px;
    border-top: 1px solid rgba(253, 230, 138, 0.14);
    color: #fcd34d;
    font-size: 14px;
}

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

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

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

    .hero-showcase {
        min-height: 440px;
    }

    .hero-slides {
        min-height: 440px;
    }

    .detail-aside {
        position: static;
    }
}

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

    .menu-toggle {
        display: inline-flex;
    }

    .header-inner {
        min-height: 68px;
    }

    .hero-layout {
        gap: 30px;
        padding: 48px 0;
    }

    .hero-search {
        border-radius: 24px;
        flex-direction: column;
        align-items: stretch;
    }

    .hero-search input {
        min-height: 46px;
    }

    .hero-search button {
        width: 100%;
    }

    .section-head {
        display: block;
    }

    .section-more {
        margin-top: 18px;
    }

    .movie-grid,
    .rank-grid,
    .rank-grid-large,
    .category-grid,
    .category-grid-large,
    .related-grid,
    .footer-grid,
    .filter-panel {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
}

@media (max-width: 560px) {
    .layout {
        width: min(100% - 22px, 1180px);
    }

    .brand-text em {
        display: none;
    }

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

    .brand-mark {
        width: 42px;
        height: 42px;
    }

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

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

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

    .hero-actions a {
        width: 100%;
        justify-content: center;
    }

    .hero-showcase,
    .hero-slides {
        min-height: 390px;
    }

    .hero-slide-caption {
        padding: 22px;
    }

    .hero-slide-caption h2 {
        font-size: 24px;
    }

    .section {
        padding: 52px 0;
    }

    .page-hero .layout,
    .detail-hero .layout {
        padding: 46px 0;
    }

    .content-card,
    .detail-cover-card {
        padding: 20px;
    }
}
