:root {
    --bg: #f5f7fb;
    --card: #ffffff;
    --text: #1f2937;
    --muted: #6b7280;
    --border: #e5e7eb;
    --accent: #0f766e;
    --accent-soft: #dff4f1;
    --accent-strong: #134e4a;
    --shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

body {
    margin: 0;
    font-family: 'Courier Prime', 'Courier New', monospace;
    background: var(--bg);
    color: var(--text);
    --page-pad-y: 16px;
    --page-pad-x: 0px;
    padding: var(--page-pad-y) var(--page-pad-x) 20px;
}

.home-page {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #d9d3cb;
    background: var(--bg);
    box-shadow: 0 20px 40px rgba(68, 52, 52, 0.08);
}

.home-header {
    padding: 20px 20px 10px;
    text-align: center;
}

.home-logo {
    margin: 0;
    font-family: 'Palatino Linotype', 'Book Antiqua', serif;
    font-size: clamp(2.1rem, 5vw, 2.9rem);
    color: #7f4f4f;
    letter-spacing: 0.03em;
    line-height: 1;
}

.home-tagline {
    margin: 6px 0 0;
    font-family: 'Courier Prime', 'Courier New', monospace;
    color: #bc7f7f;
    letter-spacing: 0.01em;
    font-size: clamp(0.72rem, 1.6vw, 0.95rem);
}

.home-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 8px 12px;
    width: calc(100% - 24px);
    margin: 0 auto;
    box-sizing: border-box;
    background: #c7d2e2;
    border-top: 1px solid #b8c4d5;
    border-bottom: 1px solid #b8c4d5;
}

.home-nav__link {
    font-family: 'Courier Prime', 'Courier New', monospace;
    font-size: 0.78rem;
    color: #6f5151;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 6px;
    letter-spacing: 0.02em;
}

.home-nav__link:hover,
.home-nav__link:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.home-nav__link--active {
    color: #9a9a9a;
    background: rgba(255, 255, 255, 0.55);
}

.home-search {
    padding: 12px;
}

.home-search input {
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: #bac8dc;
    color: #5f4a4a;
    padding: 10px 16px;
    font-family: 'Courier Prime', 'Courier New', monospace;
    font-size: 0.82rem;
}

.home-search input::placeholder {
    color: #7f6969;
}

.home-poster-strip,
.home-project__visuals {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 12px;
}

.home-project__visuals {
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
}

.home-project-banner {
    margin: 0;
    height: clamp(120px, 22vh, 33vh);
    max-height: 33vh;
    overflow: hidden;
    border: 1px solid #d4cfc6;
    background: #e9e2dc;
}

.home-project-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-poster-strip__rail {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    align-items: stretch;
}

.home-poster-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    border: 1px solid #d4cfc6;
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(68, 52, 52, 0.08);
    transition: transform 140ms ease, box-shadow 140ms ease;
}

.home-poster-card:hover,
.home-poster-card:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(68, 52, 52, 0.12);
}

.home-poster-card__img {
    display: block;
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    background: #e9e2dc;
}

.home-poster-card__caption {
    display: block;
    padding: 8px 10px 10px;
    font-family: 'Courier Prime', 'Courier New', monospace;
    color: #8e6f6f;
    font-size: 0.72rem;
    line-height: 1.25;
    text-align: center;
}

.home-poster-strip__error {
    margin: 0;
    padding: 16px 12px;
    border: 1px dashed #c8b9b0;
    color: #8e6f6f;
    font-family: 'Courier Prime', 'Courier New', monospace;
    text-align: center;
}

.home-story {
    padding: 44px 28px 26px;
    text-align: center;
}

.home-story h1 {
    margin: 0;
    font-family: 'Courier Prime', 'Courier New', monospace;
    color: #ba7d7d;
    font-weight: 500;
    font-size: clamp(1.95rem, 4.6vw, 3.05rem);
    line-height: 1.2;
    letter-spacing: 0.03em;
}

.home-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    padding: 26px 28px 12px;
}

.home-stat {
    text-align: center;
}

.home-stat__value {
    margin: 0;
    font-family: 'Palatino Linotype', 'Book Antiqua', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #723e3f;
}

.home-stat__text {
    margin: 8px 0 0;
    font-family: 'Courier Prime', 'Courier New', monospace;
    color: #987070;
    font-size: 0.68rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.home-project {
    padding: 14px 0 0;
}

.home-project h2 {
    margin: 0 0 14px;
    text-align: center;
    font-family: 'Courier Prime', 'Courier New', monospace;
    font-weight: 500;
    font-size: clamp(1.9rem, 4.3vw, 2.7rem);
    color: #be8282;
    letter-spacing: 0.03em;
}

.home-project p {
    margin: 28px auto 0;
    max-width: 760px;
    padding: 0 20px 30px;
    text-align: center;
    font-family: 'Courier Prime', 'Courier New', monospace;
    color: #af7c7c;
    font-size: clamp(0.83rem, 1.8vw, 1.04rem);
    line-height: 1.5;
    letter-spacing: 0.025em;
}

.home-footer {
    margin-top: 8px;
    padding: 18px;
    text-align: center;
    background: #c1ccdc;
}

.home-footer a {
    color: #786464;
    text-decoration: none;
    font-family: 'Courier Prime', 'Courier New', monospace;
    font-size: 0.95rem;
}

.home-footer a:hover,
.home-footer a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.about-search {
    padding: 12px;
}

.about-search input {
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: #bac8dc;
    color: #5f4a4a;
    padding: 10px 16px;
    font-family: 'Courier Prime', 'Courier New', monospace;
    font-size: 0.95rem;
}

.about-search input::placeholder {
    color: #7f6969;
}

.about-team {
    padding: 54px 28px 70px;
}

.about-team__row {
    display: flex;
    justify-content: center;
    gap: 88px;
}

.about-team__row + .about-team__row {
    margin-top: 52px;
}

.member-card {
    width: 180px;
    text-align: center;
}

.member-photo {
    margin: 0 auto;
    width: 92px;
    height: 92px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 4px solid #ddd6cc;
    box-shadow: 0 10px 24px rgba(68, 52, 52, 0.16);
}

.member-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-photo--ines {
    background: linear-gradient(135deg, #303847, #1f2530);
}

.member-photo--myriam {
    background: linear-gradient(135deg, #7b7f89, #505864);
}

.member-photo--clotilde {
    background: linear-gradient(135deg, #5a4f4d, #2f2d36);
}

.member-photo--gabrielle {
    background: linear-gradient(135deg, #4f4e57, #2f2f37);
}

.member-photo--paul {
    background: linear-gradient(135deg, #798ba1, #49576c);
}

.member-name {
    margin: 14px 0 6px;
    color: #bc7f7f;
    font-size: 1rem;
    letter-spacing: 0.03em;
}

.member-role {
    margin: 0;
    color: #6f5151;
    font-size: 0.95rem;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.about-footer {
    margin-top: 0;
}

.landing-page {
    min-height: 100vh;
    display: block;
    background: var(--bg);
}

.landing {
    width: min(1100px, 100%);
    margin: 0 auto;
}

.top-nav {
    position: relative;
    width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 24px;
    box-sizing: border-box;
    padding: 14px 12px 16px;
    border: 0;
    border-radius: 10px;
    background: #d7d9de;
    border-bottom: 1px solid rgba(31, 41, 55, 0.18);
}

.top-nav__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    text-align: center;
    margin-bottom: 12px;
}

.top-nav__site-name {
    margin: 0;
    font-family: 'XB Niloofar', serif;
    font-size: clamp(1.8rem, 3.8vw, 2.8rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
}

.top-nav__baseline {
    margin: 0;
    font-family: 'Cooperate gothic 32 BC', sans-serif;
    font-size: clamp(0.66rem, 1.25vw, 0.9rem);
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #374151;
}

.top-nav__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.top-nav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 10px;
    color: #1f2937;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(31, 41, 55, 0.12);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.top-nav__link:hover {
    background: #f3f4f6;
    color: #111827;
    border-color: rgba(31, 41, 55, 0.28);
    transform: translateY(-1px);
}

.top-nav__link--active {
    background: #374151;
    color: #fff;
    border-color: #374151;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.22);
}

.landing-eyebrow,
.eyebrow {
    margin: 0 0 10px 0;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    font-weight: 700;
}

.landing h1,
.page-header h1 {
    margin: 0;
    font-size: clamp(2.8rem, 7vw, 5.4rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.landing h1 {
    font-family: 'Cooperate gothic 32 BC', sans-serif;
}

.landing-baseline,
.page-intro {
    max-width: 680px;
    margin: 18px 0 0 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.6;
}

.landing-baseline {
    font-family: 'Cooperate gothic 32 BC', sans-serif;
}

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.kpi-card {
    border: 1px solid rgba(15, 118, 110, 0.15);
    background: rgba(255, 255, 255, 0.84);
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.kpi-value {
    display: block;
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    font-weight: 800;
    color: var(--accent-strong);
    letter-spacing: -0.02em;
}

.kpi-label {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 0.92rem;
}

.landing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.landing-card {
    display: block;
    position: relative;
    min-height: 120px;
    padding: 18px 10px 38px 18px;
    border-radius: 22px;
    border: 1px solid rgba(15, 118, 110, 0.12);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: var(--shadow);
    color: var(--text);
    text-decoration: none;
    backdrop-filter: blur(8px);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.landing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
    border-color: rgba(15, 118, 110, 0.28);
}

.landing-card h2 {
    margin: 0 0 8px 0;
    font-size: 1.35rem;
}

.landing-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.94rem;
    line-height: 1.45;
}

.landing-card .card-link {
    position: absolute;
    right: 14px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--accent-strong);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.landing-card .card-link::after {
    content: "→";
    font-size: 1em;
    transition: transform 0.18s ease;
}

.landing-card:hover .card-link::after {
    transform: translateX(2px);
}

.page-shell {
    width: 100%;
    margin: 0;
}

.film-page .page-shell > h1,
.film-page .page-shell > .controls,
.film-page .page-shell > #films-grid {
    width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
}

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
}

.page-nav {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 18px;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.9);
    color: var(--text);
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.back-link:hover {
    border-color: rgba(15, 118, 110, 0.25);
    color: var(--accent-strong);
}

h1 {
    margin: 0 0 20px 0;
    font-family: 'Cooperate gothic 32 BC', sans-serif;
}

.controls {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    align-items: end;
    margin: 0 0 20px 0;
}

.control-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.control-group label {
    font-size: 0.82rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.control-group select {
    min-width: 220px;
    padding: 10px 12px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
    color: var(--text);
    font: inherit;
}

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

.film-page #films-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.film-page #films-grid .film-card__odds {
    display: none;
}

.film-page .card,
.film-page .film-card__poster-wrap,
.film-page .film-card__poster,
.film-page .film-card__poster--empty,
.film-page .film-modal__dialog,
.film-page .film-modal__poster,
.film-page .modal-highlight,
.film-page .campaign-card {
    border-radius: 0;
}

body.modal-open {
    overflow: hidden;
}

.card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 18px;
    box-shadow: var(--shadow);
}

.film-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    cursor: pointer;
    text-align: left;
    color: inherit;
    font: inherit;
    appearance: none;
    -webkit-appearance: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.film-card:hover,
.film-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(15, 118, 110, 0.24);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
    outline: none;
}

.film-card__poster-wrap {
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #eef2f7;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.15);
}

.film-card__poster {
    display: block;
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: contain;
    object-position: center;
    border-radius: 14px;
    background: transparent;
}

.film-card__poster--empty {
    display: grid;
    place-items: center;
    min-height: 0;
    color: var(--muted);
    text-align: center;
    padding: 12px;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fafc, #edf2f7);
    line-height: 1.35;
    font-size: 0.9rem;
}

.film-card__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.film-card__title {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.film-card__odds {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.odd-tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--accent-soft);
    color: var(--accent-strong);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
}

.odd-tag--empty {
    background: #f3f4f6;
    color: var(--muted);
}

.film-modal[hidden] {
    display: none;
}

.film-modal {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: grid;
    place-items: center;
    padding: 24px;
}

.film-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(5px);
}

.film-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(980px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.24);
}

.film-modal__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px;
}

.film-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: var(--accent-soft);
    color: var(--accent-strong);
    font-size: 1.4rem;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.film-modal__close:hover,
.film-modal__close:focus-visible {
    background: #cdebe6;
    outline: none;
}

.film-modal__title {
    margin: 0;
    padding-right: 64px;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.film-modal__intro {
    display: grid;
    grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.film-modal__poster {
    display: block;
    width: 100%;
    max-width: 280px;
    border-radius: 18px;
    box-shadow: var(--shadow);
    background: #eef2f7;
}

.film-modal__summary {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.film-modal__odd-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.modal-highlight {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid var(--border);
}

.modal-highlight__label {
    color: var(--muted);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 700;
}

.modal-highlight__value {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.campaigns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 6px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
}

.campaign-title {
    margin: 0;
    font-size: 1rem;
}

.campaign-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
    background: #f9fafb;
    border: 1px solid var(--border);
    border-radius: 14px;
}

.campaign-card__title {
    margin: 0;
    font-size: 0.98rem;
}

.film-title {
    margin: 0 0 10px 0;
    font-size: 1.1rem;
    border-bottom: 1px solid var(--border);
    padding-bottom: 8px;
}

.attr-row {
    margin: 8px 0;
}

.attr-label {
    display: block;
    color: var(--muted);
    font-size: 0.82rem;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.attr-value {
    display: block;
    font-size: 0.95rem;
    line-height: 1.35;
    word-break: break-word;
    text-align: justify;
    text-justify: inter-word;
}

.film-image {
    display: block;
    width: auto;
    max-width: 240px;
    height: auto;
    border-radius: 10px;
    margin: 8px auto 0;
}

.campaigns {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid var(--border);
}

.campaign-title {
    margin: 0 0 10px 0;
    font-size: 0.95rem;
}

.campaign-card {
    margin-top: 12px;
    padding: 12px;
    background: #f9fafb;
    border: 1px solid var(--border);
    border-radius: 10px;
}

.empty {
    color: var(--muted);
    font-style: italic;
    margin: 0;
}

.organization-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.organizations-page .page-shell > h1,
.organizations-page .page-shell > .controls,
.organizations-page .page-shell > #org-grid {
    width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
}

.organizations-page .card,
.organizations-page .organization-card__logo-wrap,
.organizations-page .organization-card__logo {
    border-radius: 0;
}

.organization-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    cursor: pointer;
    text-align: left;
    color: inherit;
    font: inherit;
    appearance: none;
    -webkit-appearance: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.organization-card:hover,
.organization-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(15, 118, 110, 0.24);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
    outline: none;
}

.organization-card__logo-wrap {
    display: grid;
    place-items: center;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    background: #eef2f7;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.15);
    overflow: hidden;
}

.organization-card__logo {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.organization-card__title {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.org-link {
    color: var(--accent-strong);
    word-break: break-word;
}

.org-link:hover {
    text-decoration: underline;
}

@media (max-width: 1000px) {
    .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .film-page #films-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

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

    .page-header {
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    body {
        --page-pad-y: 20px;
        --page-pad-x: 20px;
        padding: var(--page-pad-y) var(--page-pad-x);
    }

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

    .film-page #films-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-card {
        min-height: auto;
    }

    .landing h1,
    .page-header h1 {
        font-size: clamp(2.4rem, 12vw, 4rem);
    }

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

    .film-modal {
        padding: 12px;
    }

    .film-modal__dialog {
        max-height: calc(100vh - 24px);
    }

    .film-modal__content {
        padding: 20px;
    }

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

    .film-modal__poster {
        max-width: 100%;
    }

    .home-page {
        box-shadow: none;
    }

    .home-nav {
        gap: 9px 14px;
    }

    .home-stats {
        grid-template-columns: 1fr;
    }

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

    .about-team {
        padding: 30px 18px 44px;
    }

    .about-team__row {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .about-team__row + .about-team__row {
        margin-top: 24px;
    }

    .home-story {
        padding-top: 30px;
    }

    .home-stat__text {
        font-size: 0.78rem;
    }
}

@media (max-width: 480px) {
    .home-poster-strip__rail {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .film-page #films-grid {
        grid-template-columns: 1fr;
    }
}
