:root {
    --ink: #141513;
    --ink-soft: #20211f;
    --paper: #f2eee6;
    --paper-deep: #e7dfd2;
    --white: #fffdf9;
    --muted: #7f7c74;
    --line: rgba(20, 21, 19, 0.16);
    --line-light: rgba(255, 253, 249, 0.18);
    --red: #982b2d;
    --red-dark: #681c1e;
    --gold: #b3945f;
    --serif: "Noto Serif SC", "Source Han Serif SC", "Songti SC", STSong, serif;
    --sans: Inter, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
    --container: min(1240px, calc(100vw - 80px));
    --section-space: clamp(84px, 10vw, 150px);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html:not(.aos-ready) [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

html.aos-ready [data-aos="fade-up"] {
    transform: translate3d(0, 20px, 0);
}

html.aos-ready [data-aos="fade-right"] {
    transform: translate3d(-22px, 0, 0);
}

html.aos-ready [data-aos="fade-left"] {
    transform: translate3d(22px, 0, 0);
}

html.aos-ready [data-aos].aos-animate {
    transform: none;
}

html {
    scroll-behavior: smooth;
    background: var(--ink);
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.page-trailer {
    color: var(--white);
    background: var(--ink);
}

body.page-trailers {
    color: var(--ink);
    background: var(--paper);
}

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

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

button,
input {
    color: inherit;
    font: inherit;
}

button,
summary {
    cursor: pointer;
}

h1,
h2,
h3,
p,
figure {
    margin-top: 0;
}

h1,
h2,
h3 {
    font-family: var(--serif);
    font-weight: 500;
    line-height: 1.15;
}

::selection {
    color: var(--white);
    background: var(--red);
}

:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 4px;
}

.container {
    width: var(--container);
    margin-inline: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    padding: 10px 16px;
    color: var(--white);
    background: var(--red);
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--red);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    line-height: 1.2;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 28px;
    height: 1px;
    background: currentColor;
    content: "";
}

.page-trailers .eyebrow,
.page-trailer .eyebrow {
    color: var(--gold);
}

.section-index {
    color: var(--muted);
    font-family: var(--serif);
    font-size: 14px;
    letter-spacing: 0.1em;
}

.section-head {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr) auto;
    align-items: end;
    gap: 24px;
    margin-bottom: clamp(42px, 6vw, 74px);
}

.section-head h1,
.section-head h2 {
    max-width: 780px;
    margin: 10px 0 0;
    font-size: clamp(40px, 5.6vw, 78px);
    letter-spacing: -0.045em;
}

.section-head > a,
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 6px;
    border-bottom: 1px solid currentColor;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.section-head > a span,
.text-link span {
    transition: transform 180ms ease;
}

.section-head > a:hover span,
.text-link:hover span {
    transform: translateX(4px);
}

.site-header-stack {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    font-family: var(--serif);
    box-shadow: 0 10px 28px rgba(20, 21, 19, 0.18);
}

.site-topbar {
    height: 34px;
    color: rgba(255, 253, 249, 0.72);
    background: #181313;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.site-topbar .container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.site-topbar a {
    display: flex;
    height: 34px;
    align-items: center;
    gap: 12px;
    padding-inline: 18px;
    color: var(--white);
    background: #6f2325;
}

.site-topbar a:hover {
    background: #571b1d;
}

.site-header-spacer {
    height: 120px;
}

.site-header {
    position: relative;
    height: 86px;
    color: var(--ink);
    background: var(--white);
    border-bottom: 1px solid var(--line);
}

.header-inner {
    display: flex;
    height: 100%;
    align-items: center;
    gap: clamp(24px, 4vw, 60px);
}

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

.brand-custom {
    width: auto;
    max-width: 210px;
    height: 52px;
    object-fit: contain;
}

.site-header .brand-custom {
    width: 64px;
    height: 64px;
    margin-right: 0;
}

.site-header .brand {
    gap: 14px;
}

.header-brand-copy {
    display: grid;
    gap: 5px;
    justify-items: start;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
}

.header-brand-copy strong {
    display: block;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.header-brand-copy small {
    display: block;
    margin: 0;
    padding-left: 3px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.14em;
}

.desktop-nav {
    display: flex;
    align-self: stretch;
    align-items: center;
    gap: clamp(24px, 3vw, 44px);
    margin-left: auto;
}

.desktop-nav a {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    color: #4f504b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.desktop-nav a::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: var(--red);
    content: "";
    transform: scaleX(0);
    transition: transform 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
    color: var(--red);
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
    transform: scaleX(1);
}

.header-contact {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 11px 17px;
    color: var(--white);
    background: var(--red);
    border: 1px solid var(--red);
    font-size: 12px;
    letter-spacing: 0.1em;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.header-contact:hover {
    color: var(--white);
    background: var(--red-dark);
    border-color: var(--red-dark);
}

.mobile-nav {
    display: none;
    margin-left: auto;
}

.mobile-nav summary {
    display: grid;
    width: 42px;
    height: 42px;
    place-content: center;
    gap: 7px;
    list-style: none;
    border: 1px solid var(--line);
}

.mobile-nav summary::-webkit-details-marker {
    display: none;
}

.mobile-nav summary span:not(.sr-only) {
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease;
}

.mobile-nav[open] summary span:first-child {
    transform: translateY(4px) rotate(45deg);
}

.mobile-nav[open] summary span:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
}

.mobile-nav nav {
    position: fixed;
    inset: 120px 0 auto;
    display: grid;
    padding: 18px max(24px, calc((100vw - var(--container)) / 2));
    color: var(--white);
    background: var(--ink);
    border-top: 1px solid var(--line-light);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}

.mobile-nav nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line-light);
    font-size: 18px;
    font-weight: 700;
}

.home-banner {
    position: relative;
    height: clamp(360px, 36vw, 560px);
    overflow: hidden;
    color: var(--white);
    background: var(--ink-soft);
}

.banner-slides,
.banner-slide {
    position: absolute;
    inset: 0;
}

.banner-slide {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.035);
}

.banner-slide.is-active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.banner-slide.is-active.from-next {
    animation: banner-enter-next 1050ms cubic-bezier(.22, .74, .2, 1) both;
}

.banner-slide.is-active.from-prev {
    animation: banner-enter-prev 1050ms cubic-bezier(.22, .74, .2, 1) both;
}

.banner-slide.is-leaving {
    z-index: 1;
    visibility: visible;
    pointer-events: none;
}

.banner-slide.is-leaving.to-prev {
    animation: banner-leave-prev 900ms cubic-bezier(.4, 0, .3, 1) both;
}

.banner-slide.is-leaving.to-next {
    animation: banner-leave-next 900ms cubic-bezier(.4, 0, .3, 1) both;
}

@keyframes banner-enter-next {
    from { opacity: 0.2; clip-path: inset(0 0 0 18%); transform: translateX(2.5%) scale(1.055); filter: brightness(0.72) saturate(0.82); }
    46% { opacity: 1; filter: brightness(1.06) saturate(1.03); }
    to { opacity: 1; clip-path: inset(0); transform: translateX(0) scale(1); filter: brightness(1) saturate(1); }
}

@keyframes banner-enter-prev {
    from { opacity: 0.2; clip-path: inset(0 18% 0 0); transform: translateX(-2.5%) scale(1.055); filter: brightness(0.72) saturate(0.82); }
    46% { opacity: 1; filter: brightness(1.06) saturate(1.03); }
    to { opacity: 1; clip-path: inset(0); transform: translateX(0) scale(1); filter: brightness(1) saturate(1); }
}

@keyframes banner-leave-prev {
    from { opacity: 1; transform: translateX(0) scale(1); filter: brightness(1); }
    to { opacity: 0; transform: translateX(-2%) scale(1.025); filter: brightness(0.68); }
}

@keyframes banner-leave-next {
    from { opacity: 1; transform: translateX(0) scale(1); filter: brightness(1); }
    to { opacity: 0; transform: translateX(2%) scale(1.025); filter: brightness(0.68); }
}

.banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-slide.is-active img {
    animation: banner-image-drift 6s cubic-bezier(.2, .65, .25, 1) both;
}

.banner-slide::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(105deg, transparent 30%, rgba(255, 253, 249, 0.16) 49%, transparent 68%);
    content: "";
    opacity: 0;
    pointer-events: none;
    transform: translateX(-75%);
}

.banner-slide.is-active::after {
    animation: banner-light-pass 1150ms ease-out both;
}

@keyframes banner-image-drift {
    from { transform: scale(1.045); }
    to { transform: scale(1); }
}

@keyframes banner-light-pass {
    0%, 18% { opacity: 0; transform: translateX(-75%); }
    46% { opacity: 0.7; }
    100% { opacity: 0; transform: translateX(75%); }
}

.banner-hit {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.banner-controls {
    position: absolute;
    right: 0;
    bottom: 28px;
    left: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    gap: 7px;
    pointer-events: none;
}

.banner-arrow {
    position: absolute;
    top: 50%;
    z-index: 6;
    display: grid;
    width: 46px;
    height: 46px;
    place-content: center;
    padding: 0;
    color: var(--white);
    background: rgba(25, 27, 28, 0.28);
    border: 1px solid rgba(255, 253, 249, 0.24);
    border-radius: 50%;
    backdrop-filter: blur(6px);
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 220ms ease, background 220ms ease, transform 220ms ease;
}

.banner-arrow span {
    width: 10px;
    height: 10px;
    border-top: 1.5px solid currentColor;
    border-left: 1.5px solid currentColor;
}

.banner-prev span {
    transform: rotate(-45deg) translate(2px, 2px);
}

.banner-next span {
    transform: rotate(135deg) translate(2px, 2px);
}

.banner-prev {
    left: 20px;
    transform: translate(-8px, -50%);
}

.banner-next {
    right: 20px;
    transform: translate(8px, -50%);
}

.home-banner:hover .banner-arrow,
.banner-arrow:focus-visible {
    opacity: 1;
    transform: translate(0, -50%);
}

.banner-arrow:hover {
    color: var(--white);
    background: rgba(25, 27, 28, 0.62);
    border-color: rgba(255, 253, 249, 0.5);
}

.banner-controls button {
    width: 34px;
    height: 20px;
    padding: 0;
    background: transparent;
    border: 0;
    pointer-events: auto;
}

.banner-controls button span {
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(255, 253, 249, 0.45);
    transition: background 180ms ease, transform 180ms ease;
}

.banner-controls button.is-active span {
    background: var(--white);
    transform: scaleY(2);
}

.home-films,
.home-news {
    padding-block: var(--section-space);
}

.home-films {
    padding: 64px 0 76px;
    background: var(--paper);
}

.page-home .section-head {
    margin-bottom: 34px;
}

.page-home .section-head h1,
.page-home .section-head h2 {
    margin-top: 8px;
    font-size: clamp(34px, 3.8vw, 52px);
}

.home-films .film-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px 18px;
}

.home-films .film-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.home-films .film-card h3 {
    min-height: 2.7em;
    margin: 12px 0 0;
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.35;
}

.home-films .film-card h3 a {
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-films .film-play,
.film-card-clean .film-play {
    z-index: 4;
}

.film-card-clean {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.film-card-clean h2,
.film-card-clean h3 {
    min-height: 2.7em;
    margin: 14px 0 0;
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.35;
}

.film-card-clean h2 a,
.film-card-clean h3 a {
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.film-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(34px, 4vw, 60px) clamp(18px, 2.5vw, 34px);
}

.film-card {
    min-width: 0;
}

.film-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 8 / 5;
    background: #292a28;
}

.film-image::after {
    position: absolute;
    inset: 0;
    background: rgba(12, 13, 12, 0.18);
    content: "";
    transition: background 240ms ease;
}

.film-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(.2, .7, .2, 1);
}

.film-image:hover img {
    transform: scale(1.045);
}

.film-image:hover::after {
    background: rgba(12, 13, 12, 0.03);
}

.film-status-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 4;
    padding: 5px 9px;
    color: var(--white);
    background: var(--red);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.film-hover-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    padding: 38px 12px 12px;
    color: rgba(255, 253, 249, 0.88);
    background: linear-gradient(180deg, transparent, rgba(12, 13, 12, 0.94) 46%);
    font-size: 11px;
    line-height: 1.55;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 260ms ease, transform 320ms cubic-bezier(.2, .7, .2, 1);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.film-image:hover .film-hover-copy,
.film-image:focus-visible .film-hover-copy {
    opacity: 1;
    transform: translateY(0);
}

.home-films .film-tag,
.film-card-clean .film-tag {
    top: 12px;
    right: 12px;
    bottom: auto;
    left: auto;
    z-index: 4;
}

.home-films .film-duration,
.film-card-clean .film-duration {
    right: 12px;
    bottom: 12px;
    z-index: 4;
    transition: opacity 180ms ease;
}

.home-films .film-image:hover .film-duration,
.film-card-clean .film-image:hover .film-duration {
    opacity: 0;
}

.image-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    color: rgba(255, 253, 249, 0.45);
    text-align: center;
}

.image-fallback::before,
.image-fallback::after {
    position: absolute;
    background: rgba(255, 253, 249, 0.1);
    content: "";
}

.image-fallback::before {
    inset: 12% 50%;
    width: 1px;
}

.image-fallback::after {
    inset: 50% 12%;
    height: 1px;
}

.image-fallback span {
    position: relative;
    z-index: 1;
    font-family: var(--serif);
    font-size: 32px;
    letter-spacing: 0.25em;
}

.image-fallback small {
    position: relative;
    z-index: 1;
    font-size: 9px;
    letter-spacing: 0.18em;
}

.film-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: grid;
    width: 54px;
    height: 54px;
    place-content: center;
    padding-left: 3px;
    color: var(--white);
    background: rgba(20, 21, 19, 0.42);
    border: 1px solid rgba(255, 253, 249, 0.72);
    border-radius: 50%;
    font-size: 13px;
    transform: translate(-50%, -50%);
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.film-image:hover .film-play {
    color: var(--ink);
    background: var(--white);
    transform: translate(-50%, -50%) scale(1.06);
}

.film-tag,
.film-duration {
    position: absolute;
    z-index: 2;
    bottom: 14px;
    padding: 4px 8px;
    color: var(--white);
    background: rgba(20, 21, 19, 0.72);
    font-size: 10px;
    letter-spacing: 0.08em;
}

.film-tag {
    left: 14px;
}

.film-duration {
    right: 14px;
    font-variant-numeric: tabular-nums;
}

.film-card h2,
.film-card h3 {
    margin: 8px 0 9px;
    font-size: clamp(23px, 2.1vw, 32px);
}

.film-card h2 a,
.film-card h3 a {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size 240ms ease;
}

.film-card h2 a:hover,
.film-card h3 a:hover {
    background-size: 100% 1px;
}

.film-card p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0;
    color: var(--muted);
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page-trailers .film-card p,
.page-trailer .film-card p {
    color: rgba(255, 253, 249, 0.5);
}

.genre-section {
    padding: 58px 0 64px;
    color: var(--white);
    background: #681f21;
}

.genre-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 28px;
}

.genre-head h2 {
    margin: 8px 0 0;
    font-size: clamp(32px, 3.4vw, 46px);
}

.genre-head > a {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 253, 249, 0.55);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.genre-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-content: start;
    border-top: 1px solid var(--line-light);
}

.genre-list a {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-right: 1px solid var(--line-light);
    border-bottom: 1px solid var(--line-light);
    font-family: var(--sans);
    font-size: 17px;
    font-weight: 600;
    transition: color 180ms ease, background 180ms ease;
}

.genre-list a:nth-child(4n + 1) {
    border-left: 1px solid var(--line-light);
}

.genre-list a:hover {
    color: var(--red-dark);
    background: var(--paper);
}

.genre-list small {
    color: var(--gold);
    font-family: var(--sans);
    font-size: 9px;
    letter-spacing: 0.1em;
}

.home-about {
    position: relative;
    padding: 72px 0 78px;
    overflow: hidden;
    background: var(--paper-deep);
}

.home-about::before {
    position: absolute;
    top: -0.25em;
    right: -0.04em;
    color: rgba(20, 21, 19, 0.035);
    content: "XRPA";
    font-family: var(--serif);
    font-size: min(32vw, 480px);
    line-height: 1;
}

.home-about-grid {
    position: relative;
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: clamp(48px, 8vw, 110px);
}

.home-about h2 {
    margin: 12px 0 0;
    font-size: clamp(38px, 4.8vw, 64px);
    letter-spacing: -0.05em;
}

.home-about-copy > p {
    max-width: 680px;
    margin-bottom: 24px;
    font-family: var(--serif);
    font-size: clamp(19px, 2.1vw, 28px);
    line-height: 1.65;
}

.value-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 32px 0 28px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.value-row div {
    padding: 18px 10px 18px 0;
}

.value-row div + div {
    padding-left: 24px;
    border-left: 1px solid var(--line);
}

.value-row strong {
    display: block;
    margin-bottom: 3px;
    color: var(--red);
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 500;
}

.value-row span {
    color: var(--muted);
    font-size: 11px;
    letter-spacing: 0.1em;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--line);
}

.news-card {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 24px;
    padding: 24px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.news-card:nth-child(odd) {
    border-left: 1px solid var(--line);
}

.news-card-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--paper-deep);
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.news-card:hover .news-card-image img {
    transform: scale(1.05);
}

.news-card time,
.news-item time {
    color: var(--red);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.news-card h3 {
    margin: 9px 0 12px;
    font-size: clamp(20px, 1.8vw, 27px);
}

.news-card p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0;
    color: var(--muted);
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-news {
    padding: 68px 0 76px;
}

.page-hero {
    position: relative;
    padding: 42px 0 46px;
    overflow: hidden;
    color: var(--white);
    background: linear-gradient(90deg, rgba(12, 13, 12, 0.94), rgba(12, 13, 12, 0.58)), url("/static/company/cinema.jpg") center / cover;
    animation: page-hero-enter 720ms cubic-bezier(.2, .7, .2, 1) both;
}

.page-hero::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(255, 253, 249, 0.32);
    content: "";
    pointer-events: none;
    animation: page-hero-flash 720ms ease-out both;
}

@keyframes page-hero-enter {
    from { opacity: 0.35; transform: translateY(-10px); filter: brightness(1.3); }
    to { opacity: 1; transform: translateY(0); filter: brightness(1); }
}

@keyframes page-hero-flash {
    from { opacity: 0.85; }
    to { opacity: 0; }
}

.page-hero::after {
    position: absolute;
    right: -0.04em;
    bottom: -0.34em;
    color: rgba(255, 253, 249, 0.025);
    content: attr(data-word);
    font-family: var(--serif);
    font-size: min(22vw, 320px);
    line-height: 1;
    white-space: nowrap;
}

.page-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
    gap: 60px;
    align-items: end;
}

.page-hero h1 {
    margin: 12px 0 0;
    font-size: clamp(38px, 4.5vw, 60px);
    letter-spacing: -0.04em;
}

.page-hero p {
    margin-bottom: 5px;
    color: rgba(255, 253, 249, 0.62);
    font-family: var(--serif);
    font-size: 16px;
}

.listing-shell {
    padding: clamp(58px, 7vw, 96px) 0 var(--section-space);
}

.listing-tools {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: clamp(48px, 6vw, 76px);
    padding-bottom: 22px;
    border-bottom: 1px solid currentColor;
}

.category-nav {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 9px 28px;
}

.category-nav a {
    position: relative;
    padding: 6px 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.category-nav a:hover,
.category-nav a[aria-current="page"] {
    color: currentColor;
}

.category-nav a[aria-current="page"]::after {
    position: absolute;
    right: 0;
    bottom: -23px;
    left: 0;
    height: 3px;
    background: var(--red);
    content: "";
}

.search-form {
    display: flex;
    flex: 0 1 320px;
    min-width: 240px;
    align-items: center;
    border-bottom: 1px solid var(--line);
}

.page-trailers .search-form {
    border-color: var(--line-light);
}

.search-form label {
    display: flex;
    flex: 1;
    align-items: center;
}

.search-label {
    flex: 0 0 auto;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.search-form input {
    width: 100%;
    padding: 10px 6px;
    background: transparent;
    border: 0;
    outline: 0;
}

.search-form button {
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 19px;
}

.search-summary {
    margin: -30px 0 44px;
    color: var(--muted);
    font-size: 13px;
}

.search-summary strong {
    color: currentColor;
}

.search-summary a {
    margin-left: 12px;
    color: var(--red);
    border-bottom: 1px solid currentColor;
}

.page-trailers .listing-shell {
    padding: 48px 0 78px;
}

.page-trailers .listing-tools {
    align-items: center;
    gap: 24px;
    margin-bottom: 38px;
    padding-bottom: 0;
    border-bottom: 0;
}

.page-trailers .category-nav {
    gap: 8px;
}

.page-trailers .category-nav a {
    padding: 8px 13px;
    border: 1px solid var(--line);
    letter-spacing: 0.04em;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.page-trailers .category-nav a:hover,
.page-trailers .category-nav a[aria-current="page"] {
    color: var(--white);
    background: var(--red);
    border-color: var(--red);
}

.page-trailers .category-nav a[aria-current="page"]::after {
    display: none;
}

.page-trailers .search-form {
    min-width: 280px;
    overflow: hidden;
    border: 1px solid var(--line);
}

.page-trailers .search-form label {
    padding-left: 14px;
}

.page-trailers .search-form input {
    padding: 10px 8px;
}

.page-trailers .search-form button {
    width: 62px;
    height: 43px;
    padding: 0 12px;
    color: var(--white);
    background: var(--red);
    font-size: 12px;
    font-weight: 700;
}

.page-trailers .search-summary {
    margin: -18px 0 32px;
}

.trailer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px 18px;
}

.news-list {
    border-top: 1px solid var(--line);
}

.news-item {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) 260px;
    gap: clamp(24px, 4vw, 64px);
    align-items: center;
    padding: 32px 0;
    border-bottom: 1px solid var(--line);
}

.news-item-copy {
    min-width: 0;
}

.news-item h2 {
    margin: 0 0 13px;
    font-size: clamp(25px, 2.7vw, 39px);
}

.news-item h2 a {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size 240ms ease;
}

.news-item:hover h2 a {
    background-size: 100% 1px;
}

.news-item p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0;
    color: var(--muted);
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-item-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: var(--paper-deep);
}

.news-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms ease;
}

.news-item:hover .news-item-image img {
    transform: scale(1.04);
}

.empty-state {
    display: grid;
    min-height: 310px;
    place-content: center;
    padding: 60px 24px;
    text-align: center;
    border: 1px solid var(--line);
}

.page-trailers .empty-state,
.page-trailer .empty-state {
    border-color: var(--line-light);
}

.empty-state span {
    color: var(--red);
    font-family: var(--serif);
    font-size: 62px;
    line-height: 1;
}

.empty-state h2 {
    margin: 18px 0 8px;
    font-size: 28px;
}

.empty-state p {
    margin-bottom: 0;
    color: var(--muted);
}

.pagination-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 42px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}

.pagination-meta {
    display: flex;
    flex-wrap: wrap;
    min-height: 42px;
    align-items: center;
    gap: 10px 24px;
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.06em;
}

.pagination-meta > span {
    display: inline-flex;
    height: 42px;
    align-items: center;
}

.pagination-meta strong {
    display: inline-block;
    margin: 0 4px;
    color: var(--ink);
    font-size: 15px;
    line-height: 1;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.pagination a,
.pagination span {
    display: grid;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 1px solid var(--line);
    font-size: 12px;
}

.page-trailers .pagination a,
.page-trailers .pagination span {
    border-color: var(--line);
}

.pagination span[aria-current="page"],
.pagination a:hover {
    color: var(--white);
    background: var(--red);
    border-color: var(--red);
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 50px;
    color: var(--muted);
    font-size: 11px;
    letter-spacing: 0.08em;
}

.breadcrumbs a:hover {
    color: var(--red);
}

.trailer-hero {
    display: flex;
    min-height: clamp(270px, 28vw, 360px);
    align-items: flex-end;
    padding: 40px 0 48px;
    background: #0c0d0c;
}

.trailer-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
}

.trailer-hero::before {
    z-index: 1;
    background: linear-gradient(180deg, rgba(12, 13, 12, 0.2) 0%, rgba(12, 13, 12, 0.52) 58%, #0c0d0c 100%);
    animation: none;
}

.trailer-hero::after {
    z-index: 1;
}

.trailer-hero-content {
    position: relative;
    z-index: 2;
}

.trailer-breadcrumbs {
    margin: 0 0 30px;
    color: rgba(255, 253, 249, 0.62);
}

.trailer-heading {
    grid-template-columns: minmax(0, 1fr);
}

.trailer-hero .trailer-heading h1 {
    max-width: 860px;
    margin-top: 10px;
    font-size: clamp(40px, 5.5vw, 72px);
    overflow-wrap: anywhere;
}

.trailer-heading .original-title {
    margin-top: 8px;
}

.trailer-heading-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 18px;
}

.trailer-heading-tags span {
    padding: 6px 11px;
    color: rgba(255, 253, 249, 0.78);
    border: 1px solid var(--line-light);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.trailer-heading-tags span:first-child {
    color: var(--white);
    background: var(--red);
    border-color: var(--red);
}

.film-detail {
    padding: clamp(58px, 7vw, 88px) 0 76px;
    color: var(--ink);
    background: var(--paper);
}

.film-detail > .container {
    position: relative;
}

.film-profile {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: clamp(28px, 4vw, 58px);
    align-items: start;
    padding-bottom: clamp(52px, 6vw, 76px);
    border-bottom: 1px solid var(--line);
}

.film-poster {
    display: grid;
    width: 100%;
    min-height: 294px;
    margin: 0;
    overflow: hidden;
    place-items: center;
    aspect-ratio: 3 / 4;
    color: var(--muted);
    background: #ded7cc;
    font-size: 12px;
}

.film-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.film-profile-copy h2 {
    margin: 10px 0 28px;
    font-size: clamp(30px, 3.5vw, 44px);
}

.film-detail .eyebrow,
.related-films .eyebrow {
    color: var(--red);
}

.original-title {
    margin-bottom: 0;
    color: rgba(255, 253, 249, 0.48);
    font-family: var(--serif);
    font-size: clamp(17px, 1.8vw, 23px);
    letter-spacing: 0.06em;
}

.film-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(20px, 3vw, 38px);
    margin: 0;
    border-top: 1px solid var(--line);
}

.film-facts div {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    align-items: baseline;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
}

.film-facts dt {
    color: var(--muted);
    font-size: 9px;
    letter-spacing: 0.14em;
}

.film-facts dd {
    margin: 0;
    font-family: var(--serif);
    font-size: 15px;
}

.film-story-copy {
    max-width: 920px;
    color: #464740;
    font-family: var(--serif);
    font-size: 17px;
    line-height: 1.9;
}

.film-story-copy > *:first-child {
    margin-top: 0;
}

.film-story-copy img {
    max-width: 100%;
    margin: 2em 0;
}

.trailer-preview {
    position: absolute;
    z-index: 4;
    top: -190px;
    right: 0;
    width: min(320px, 30vw);
    overflow: hidden;
    background: #111;
    box-shadow: 0 18px 46px rgba(20, 21, 19, 0.24);
}

.trailer-video-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    color: var(--white);
    background: #111;
    border: 0;
}

.trailer-video-trigger img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 450ms ease;
}

.trailer-video-trigger:hover img {
    transform: scale(1.035);
}

.trailer-video-shade {
    position: absolute;
    inset: 0;
    background: rgba(12, 13, 12, 0.34);
}

.trailer-play-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 253, 249, 0.82);
    border-radius: 50%;
    background: rgba(12, 13, 12, 0.28);
    transform: translate(-50%, -50%);
}

.trailer-play-mark::after {
    position: absolute;
    top: 50%;
    left: 52%;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid currentColor;
    content: "";
    transform: translate(-40%, -50%);
}

.film-tabs-shell {
    margin-top: clamp(46px, 6vw, 72px);
}

.trailer-tabs {
    display: flex;
    gap: 34px;
    border-bottom: 1px solid var(--line);
}

.trailer-tabs button {
    position: relative;
    min-width: 108px;
    padding: 0 4px 16px;
    color: var(--muted);
    background: transparent;
    border: 0;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.trailer-tabs button::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: var(--red);
    content: "";
    transform: scaleX(0);
    transition: transform 180ms ease;
}

.trailer-tabs button:hover,
.trailer-tabs button[aria-selected="true"] {
    color: var(--red);
}

.trailer-tabs button[aria-selected="true"]::after {
    transform: scaleX(1);
}

.trailer-tab-panel {
    min-height: 220px;
    padding-top: clamp(34px, 4vw, 52px);
}

.trailer-tab-panel[hidden] {
    display: none;
}

.trailer-tab-empty {
    color: var(--muted);
    font-family: var(--serif);
}

.trailer-video-dialog {
    width: min(1000px, 94vw);
    max-width: none;
    padding: 0;
    overflow: hidden;
    color: var(--white);
    background: #080908;
    border: 0;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
}

.trailer-video-dialog::backdrop {
    background: rgba(8, 9, 8, 0.82);
    backdrop-filter: blur(5px);
}

.trailer-video-dialog header {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 16px 10px 20px;
}

.trailer-video-dialog h2 {
    margin: 0;
    overflow: hidden;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.trailer-video-dialog header button {
    padding: 5px 8px;
    color: rgba(255, 253, 249, 0.7);
    background: transparent;
    border: 0;
    font-size: 12px;
}

.trailer-video-dialog video {
    width: 100%;
    max-height: calc(92vh - 52px);
    aspect-ratio: 16 / 9;
    background: #000;
}

.trailer-video-error {
    margin: 0;
    padding: 10px 18px;
    color: #ffd7d7;
    background: #41191b;
    font-size: 12px;
}

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

.still-grid figure {
    grid-column: auto;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #292a28;
}

.still-open {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
}

.still-grid figure:nth-child(5n + 1),
.still-grid figure:nth-child(5n + 2) {
    grid-column: auto;
}

.still-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms ease;
}

.still-grid figure:hover img,
.still-open:focus-visible img {
    transform: scale(1.035);
}

.still-viewer {
    width: min(1120px, 94vw);
    max-width: none;
    padding: 0;
    overflow: visible;
    color: var(--white);
    background: #090a09;
    border: 0;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.58);
}

.still-viewer::backdrop {
    background: rgba(7, 8, 7, 0.88);
    backdrop-filter: blur(6px);
}

.still-viewer figure {
    display: grid;
    height: min(82vh, 780px);
    grid-template-rows: minmax(0, 1fr) auto;
    margin: 0;
}

.still-viewer figure > img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
}

.still-viewer figcaption {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 18px;
    color: rgba(255, 253, 249, 0.62);
    font-size: 11px;
}

.still-viewer figcaption strong {
    overflow: hidden;
    color: var(--white);
    font-family: var(--serif);
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.still-viewer-close,
.still-viewer-arrow {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    color: var(--white);
    background: rgba(9, 10, 9, 0.56);
    border: 1px solid rgba(255, 253, 249, 0.26);
    border-radius: 50%;
}

.still-viewer-close {
    top: -16px;
    right: -16px;
    width: 34px;
    height: 34px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
}

.still-viewer-arrow {
    top: 50%;
    width: 44px;
    height: 44px;
    padding: 0;
    transform: translateY(-50%);
}

.still-viewer-arrow[hidden] {
    display: none;
}

.still-viewer-prev {
    left: -58px;
}

.still-viewer-next {
    right: -58px;
}

.related-films {
    padding: 64px 0 76px;
    color: var(--ink);
    background: var(--paper);
    border-top: 1px solid var(--line);
}

.related-films .section-head {
    margin-bottom: 34px;
}

.related-films .section-head h2 {
    font-size: clamp(34px, 4vw, 52px);
}

.related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px 18px;
}

.contact-ribbon {
    padding: clamp(60px, 7vw, 92px) 0;
    color: var(--white);
    background: var(--red);
    font-family: var(--serif);
}

.contact-ribbon .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.contact-ribbon .eyebrow {
    color: rgba(255, 253, 249, 0.62);
}

.contact-ribbon h2 {
    margin: 14px 0 0;
    font-size: clamp(32px, 5vw, 67px);
}

.circle-link {
    display: grid;
    width: clamp(74px, 8vw, 108px);
    aspect-ratio: 1;
    flex: 0 0 auto;
    place-content: center;
    border: 1px solid rgba(255, 253, 249, 0.7);
    border-radius: 50%;
    font-size: 25px;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.circle-link:hover {
    color: var(--red);
    background: var(--white);
    transform: rotate(8deg);
}

.site-footer {
    color: var(--white);
    background: #0c0d0c;
    font-family: var(--serif);
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(240px, 1.2fr) minmax(130px, 0.55fr) minmax(170px, 0.75fr) minmax(190px, 0.85fr);
    gap: clamp(34px, 5vw, 76px);
    padding: clamp(64px, 8vw, 105px) 0;
}

.footer-brand p {
    margin: 30px 0 5px;
    color: rgba(255, 253, 249, 0.65);
    font-family: var(--serif);
    font-size: 19px;
}

.footer-company {
    color: rgba(255, 253, 249, 0.35);
    font-size: 11px;
}

.footer-links,
.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-contact {
    gap: 12px;
}

.footer-links h2,
.footer-contact h2 {
    width: 100%;
    margin-bottom: 16px;
    color: rgba(255, 253, 249, 0.36);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.footer-links a,
.footer-contact a,
.footer-contact p {
    margin: 0;
    color: rgba(255, 253, 249, 0.75);
    font-size: 13px;
}

.footer-links a {
    display: flex;
    width: 100%;
    min-height: 39px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid rgba(255, 253, 249, 0.1);
}

.footer-links a span {
    transition: transform 180ms ease;
}

.footer-links a small {
    color: rgba(179, 148, 95, 0.72);
    font-size: 8px;
    letter-spacing: 0.08em;
}

.footer-links a:hover span {
    transform: translateX(4px);
}

.footer-contact-action {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 13px;
    border: 1px solid rgba(255, 253, 249, 0.16);
}

.footer-contact-action small {
    color: var(--gold);
    font-size: 13px;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: var(--gold);
}

.footer-bottom {
    display: flex;
    min-height: 68px;
    align-items: center;
    gap: 28px;
    color: rgba(255, 253, 249, 0.38);
    border-top: 1px solid var(--line-light);
    font-size: 10px;
}

.footer-credit {
    margin-left: auto;
}

.back-top {
    display: grid;
    width: 32px;
    height: 32px;
    place-content: center;
    border: 1px solid var(--line-light);
}

@media (max-width: 760px) {
    :root {
        --container: calc(100% - 36px);
        --section-space: 78px;
    }

    body {
        font-size: 15px;
    }

    .desktop-nav,
    .header-contact {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .home-films {
        padding: 44px 0 52px;
    }

    .home-news,
    .home-about {
        padding: 52px 0 58px;
    }

    .genre-section {
        padding: 48px 0 52px;
    }

    .page-home .section-head {
        margin-bottom: 26px;
    }

    .page-trailers .listing-shell {
        padding: 36px 0 58px;
    }

    .page-trailers .listing-tools {
        display: grid;
        align-items: stretch;
        gap: 18px;
        margin-bottom: 28px;
    }

    .page-trailers .search-form {
        width: 100%;
        min-width: 0;
    }

    .pagination-panel {
        display: grid;
        gap: 16px;
        margin-top: 30px;
        padding-top: 16px;
    }

    .pagination-meta {
        justify-content: space-between;
    }

    .pagination {
        justify-content: flex-start;
    }

    .site-header {
        height: 72px;
    }

    .site-topbar {
        height: 30px;
    }

    .site-topbar a {
        height: 30px;
        padding-inline: 12px;
    }

    .site-header-spacer {
        height: 102px;
    }

    .header-inner {
        gap: 12px;
    }

    .site-header .brand {
        gap: 10px;
    }

    .brand-custom {
        max-width: 168px;
        height: 43px;
    }

    .site-header .brand-custom {
        width: 50px;
        height: 50px;
        margin-right: 0;
    }

    .header-brand-copy strong {
        font-size: 15px;
    }

    .header-brand-copy small {
        font-size: 7px;
    }

    .mobile-nav nav {
        inset: 102px 0 auto;
    }

    .home-banner {
        height: clamp(200px, 42vw, 300px);
    }

    .banner-controls {
        bottom: 10px;
        justify-content: center;
    }

    .banner-arrow {
        width: 36px;
        height: 36px;
        opacity: 0.82;
    }

    .banner-prev {
        left: 10px;
        transform: translate(0, -50%);
    }

    .banner-next {
        right: 10px;
        transform: translate(0, -50%);
    }

    .section-head {
        grid-template-columns: 1fr auto;
        gap: 16px;
    }

    .section-head .section-index {
        display: none;
    }

    .section-head h1,
    .section-head h2 {
        font-size: 39px;
    }

    .section-head > a {
        font-size: 10px;
    }

    .film-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .home-films .film-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 10px;
    }

    .home-films .film-card:nth-child(n + 7) {
        display: none;
    }

    .genre-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .genre-list {
        grid-template-columns: 1fr;
    }

    .genre-list a {
        border-left: 1px solid var(--line-light);
    }

    .value-row {
        grid-template-columns: 1fr;
    }

    .value-row div + div {
        padding-left: 0;
        border-top: 1px solid var(--line);
        border-left: 0;
    }

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

    .news-card {
        grid-template-columns: 1fr;
        padding: 18px 0;
        border-right: 0;
    }

    .news-card:nth-child(odd) {
        border-left: 0;
    }

    .news-card-image {
        aspect-ratio: 16 / 9;
    }

    .page-hero {
        padding: 34px 0 38px;
    }

    .page-hero-inner {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .page-hero h1 {
        font-size: 38px;
    }

    .listing-tools {
        display: grid;
        align-items: stretch;
    }

    .category-nav {
        gap: 4px 18px;
    }

    .category-nav a[aria-current="page"]::after {
        bottom: -7px;
    }

    .search-form {
        width: 100%;
        min-width: 0;
    }

    .news-item {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .news-item time {
        order: 2;
    }

    .news-item-copy {
        order: 1;
    }

    .news-item-image {
        order: 0;
    }

    .trailer-hero {
        min-height: 240px;
        padding: 30px 0 36px;
    }

    .trailer-breadcrumbs {
        margin-bottom: 22px;
    }

    .trailer-heading {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .trailer-hero .trailer-heading h1 {
        font-size: clamp(34px, 10vw, 48px);
    }

    .trailer-heading-tags {
        justify-content: flex-start;
    }

    .film-detail {
        padding: 50px 0 58px;
    }

    .film-profile {
        grid-template-columns: 108px minmax(0, 1fr);
        gap: 24px 20px;
    }

    .film-poster {
        min-height: 144px;
    }

    .film-profile-copy h2 {
        margin-bottom: 20px;
        font-size: 29px;
    }

    .film-facts {
        grid-template-columns: 1fr;
    }

    .film-facts div {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .trailer-preview {
        position: relative;
        top: auto;
        right: auto;
        width: min(320px, 100%);
        margin: -118px 0 38px auto;
    }

    .film-story-copy {
        font-size: 16px;
    }

    .film-tabs-shell {
        margin-top: 44px;
    }

    .trailer-tabs {
        gap: 18px;
    }

    .trailer-tabs button {
        min-width: 96px;
    }

    .related-films {
        padding: 50px 0 58px;
    }

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

    .still-grid figure,
    .still-grid figure:nth-child(5n + 1),
    .still-grid figure:nth-child(5n + 2) {
        grid-column: auto;
    }

    .still-viewer figure {
        height: min(74vh, 580px);
    }

    .still-viewer-close {
        top: 8px;
        right: 8px;
    }

    .still-viewer-prev {
        left: 8px;
    }

    .still-viewer-next {
        right: 8px;
    }

    .contact-ribbon .container {
        display: grid;
    }

    .contact-ribbon h2 {
        font-size: 34px;
    }

    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 24px;
    }

    .footer-brand,
    .footer-contact {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        min-height: 0;
        flex-wrap: wrap;
        padding: 22px 0;
    }

    .footer-credit {
        display: none;
    }

    .back-top {
        margin-left: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
    }
}
