@media (max-width: 1150px) {
    .wrap {
        width: calc(100% - 48px);
    }
    .main-nav {
        gap: 24px;
        overflow-x: auto;
    }
    .poster-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .hero-copy {
        width: 57%;
    }
    .rank-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .mobile-band {
        flex-wrap: wrap;
    }
    .mobile-actions {
        display: flex;
        margin-left: 0;
        flex-wrap: wrap;
    }
    .footer-grid {
        grid-template-columns: 2fr 1fr 1fr;
    }
    .footer-grid > div:last-child {
        display: none;
    }
}

@media (max-width: 760px) {
    .wrap {
        width: calc(100% - 32px);
    }
    .topbar {
        flex-wrap: wrap;
        gap: 14px;
        padding: 18px 0;
    }
    .brand, .brand-title {
        font-size: 18px;
    }
    .brand img {
        width: 32px;
        height: 32px;
    }
    .history-link {
        margin-left: auto;
        font-size: 12px;
    }
    .search-form {
        width: 100%;
        order: 3;
    }
    .main-nav {
        gap: 24px;
        font-size: 14px;
        min-height: 52px;
    }
    .main-nav .icon {
        width: 17px;
        height: 17px;
    }
    .hero {
        min-height: 500px;
        aspect-ratio: 3/4;
        max-height: 640px;
        margin-top: 18px;
    }
    .hero-image {
        object-position: 60% 30%;
    }
    .hero-shade {
        background: linear-gradient(0deg, #0c1713 3%, #0c1713d9 45%, #0c171330);
    }
    .hero-copy {
        width: calc(100% - 42px);
        left: 21px;
        top: auto;
        bottom: 67px;
    }
    .hero-copy h2 {
        font-size: 38px;
        margin-top: 16px;
    }
    .hero-copy .eyebrow {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .hero-tagline {
        font-size: 17px;
    }
    .hero-description {
        font-size: 13px;
    }
    .hero-buttons {
        gap: 10px;
        margin-top: 18px;
    }
    .hero-buttons .button {
        padding: 10px 19px;
    }
    .hero-controls {
        right: 18px;
        gap: 9px;
    }
    .hero-index {
        left: 22px;
    }
    .quick-lanes {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 10px;
        padding: 25px 0;
    }
    .quick-lanes a {
        gap: 12px;
        justify-content: flex-start;
        border: 0;
    }
    .quick-lanes strong {
        font-size: 14px;
    }
    .quick-lanes .icon {
        height: 23px;
        width: 23px;
    }
    .content-section {
        margin-block: 32px;
    }
    .section-heading {
        gap: 10px;
        margin-bottom: 17px;
    }
    .section-heading h2 {
        font-size: 21px;
    }
    .section-heading p {
        font-size: 12px;
    }
    .section-heading .more {
        font-size: 12px;
    }
    .poster-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 23px 12px;
    }
    .card-title h3 {
        font-size: 14px;
    }
    .card-title span {
        font-size: 12px;
    }
    .tagline {
        display: none;
    }
    .editorial-feature {
        height: 350px;
    }
    .editorial-feature > div {
        padding: 30px 22px;
        background: linear-gradient(90deg, #112c25ed, #112c2599);
    }
    .editorial-feature h2 {
        font-size: 29px;
    }
    .ranking-home {
        padding: 20px;
    }
    .rank-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .rank-item {
        border-bottom: 1px solid var(--line);
    }
    .updates-strip {
        grid-template-columns: 1fr;
        padding: 23px;
        gap: 0;
    }
    .updates-strip a {
        gap: 10px;
        flex-wrap: wrap;
    }
    .updates-strip time {
        display: none;
    }
    .about-band h2 {
        font-size: 25px;
    }
    .mobile-band {
        padding: 24px;
        gap: 20px;
    }
    .mobile-band h2 {
        font-size: 23px;
    }
    .app-mark {
        width: 58px;
        height: 58px;
        border-radius: 12px;
    }
    .app-mark .icon {
        width: 30px;
        height: 30px;
    }
    .mobile-actions {
        width: 100%;
    }
    .mobile-actions .button {
        width: 100%;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 26px;
    }
    .footer-grid > div:first-child {
        grid-column: 1 / -1;
    }
    .footer-bottom {
        display: block;
    }
    .footer-bottom span {
        display: block;
    }
    .detail-hero {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px;
    }
    .detail-poster {
        width: 180px;
    }
    .detail-copy h1, .reading-page h1 {
        font-size: 32px;
        overflow-wrap: anywhere;
    }
    .film-facts {
        grid-template-columns: 1fr;
    }
    .stills {
        grid-template-columns: 1fr;
    }
    .adjacent {
        flex-direction: column;
    }
    .page-search {
        flex-wrap: wrap;
    }
    .page-search label {
        width: 100%;
    }
    .page-heading h1 {
        font-size: 30px;
    }
    .filter-group {
        gap: 9px;
    }
    .filter {
        padding: 7px 13px;
    }
    .sort-row {
        gap: 12px;
        flex-wrap: wrap;
    }
}

@media (max-width: 440px) {
    .poster-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px 14px;
    }
    .hero {
        min-height: 520px;
    }
    .section-heading .muted {
        display: none;
    }
    .history-link {
        font-size: 12px;
        gap: 3px;
    }
    .brand {
        font-size: 16px;
        gap: 7px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}
