/*
Theme Name: Midnight Cats Studio
Theme URI: https://example.com/midnight-cats
Author: Midnight Cats Studio
Description: A character-driven WordPress theme for Midnight Cats, the flagship animated sitcom from Midnight Cats Studio.
Version: 1.1.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: midnight-cats-studio
*/

:root {
    --mc-bg: #05050a;
    --mc-bg-2: #080711;
    --mc-ink: #fff7ff;
    --mc-muted: #cfc3ea;
    --mc-dim: #9286b5;
    --mc-line: rgba(255, 255, 255, 0.16);
    --mc-panel: rgba(14, 11, 24, 0.82);
    --mc-panel-strong: rgba(20, 15, 32, 0.94);
    --mc-pink: #ff62c7;
    --mc-violet: #b062ff;
    --mc-blue: #7f95ff;
    --mc-amber: #ffa43a;
    --mc-green: #75f0ce;
    --mc-shadow: 0 22px 90px rgba(0, 0, 0, 0.5);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(255, 98, 199, 0.16), transparent 28rem),
        linear-gradient(180deg, #05050a 0%, #090815 48%, #05050a 100%);
    color: var(--mc-ink);
    font-family:
        ui-rounded,
        "SF Pro Rounded",
        "Avenir Next",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

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

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

p,
h1,
h2,
h3,
span,
a,
label,
input,
textarea,
button {
    letter-spacing: 0;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    transform: translateY(-160%);
    border-radius: 6px;
    background: var(--mc-ink);
    color: #080711;
    font-weight: 900;
    padding: 10px 12px;
}

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

.mc-site-header {
    position: fixed;
    z-index: 50;
    top: 16px;
    left: 50%;
    display: flex;
    width: min(1180px, calc(100% - 32px));
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    transform: translateX(-50%);
    border: 1px solid var(--mc-line);
    border-radius: 8px;
    background: rgba(6, 5, 12, 0.76);
    box-shadow: 0 12px 50px rgba(0, 0, 0, 0.35);
    padding: 10px 12px;
    backdrop-filter: blur(18px);
}

.admin-bar .mc-site-header {
    top: 48px;
}

.mc-brand {
    display: grid;
    gap: 1px;
    min-width: 172px;
}

.mc-brand span {
    color: var(--mc-dim);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-brand strong {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 950;
}

.mc-nav-toggle {
    display: none;
    border: 1px solid var(--mc-line);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 900;
    padding: 8px 10px;
}

.mc-menu,
.mc-footer-menu {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mc-menu a,
.mc-footer-menu a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 6px;
    color: var(--mc-muted);
    font-size: 0.86rem;
    font-weight: 850;
    padding: 8px 9px;
}

.mc-menu a:hover,
.mc-menu a:focus-visible,
.mc-footer-menu a:hover,
.mc-footer-menu a:focus-visible {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    outline: none;
}

.mc-main {
    min-height: 80vh;
}

.mc-hero,
.mc-page-hero,
.mc-profile-hero {
    position: relative;
    min-height: 88vh;
    overflow: hidden;
    background: var(--mc-bg);
}

.mc-compact-hero {
    min-height: 52vh;
    background:
        linear-gradient(135deg, rgba(255, 98, 199, 0.22), transparent 46%),
        linear-gradient(225deg, rgba(127, 149, 255, 0.22), transparent 48%),
        var(--mc-bg);
}

.mc-hero > img,
.mc-page-hero > img,
.mc-profile-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.mc-hero-overlay,
.mc-page-hero-overlay,
.mc-profile-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 5, 10, 0.9), rgba(5, 5, 10, 0.4) 48%, rgba(5, 5, 10, 0.78)),
        linear-gradient(180deg, rgba(5, 5, 10, 0.08), rgba(5, 5, 10, 0.15) 45%, #05050a 100%);
}

.mc-hero-content,
.mc-page-hero-copy,
.mc-profile-copy {
    position: relative;
    z-index: 2;
    display: flex;
    width: min(760px, calc(100% - 48px));
    min-height: inherit;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: max(24px, calc((100vw - 1180px) / 2));
    padding: 150px 0 96px;
}

.mc-page-hero-copy {
    width: min(820px, calc(100% - 48px));
}

.mc-kicker {
    margin: 0 0 12px;
    color: var(--accent, var(--mc-pink));
    font-size: 0.8rem;
    font-weight: 950;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    margin: 0;
    color: #fff;
    font-weight: 950;
}

h1 {
    max-width: 920px;
    font-size: 5.3rem;
    line-height: 0.94;
    text-shadow: 0 0 34px rgba(176, 98, 255, 0.44);
}

h2 {
    font-size: 2.65rem;
    line-height: 1.04;
}

h3 {
    font-size: 1.38rem;
    line-height: 1.16;
}

.mc-hero-text,
.mc-page-hero-copy p:not(.mc-kicker),
.mc-profile-copy p:not(.mc-kicker):not(.mc-profile-title) {
    max-width: 680px;
    margin: 22px 0 0;
    color: #f3edff;
    font-size: 1.22rem;
    font-weight: 700;
    line-height: 1.58;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.58);
}

.mc-profile-title {
    margin: 14px 0 0;
    color: var(--accent);
    font-size: 1.6rem;
    font-weight: 950;
    text-shadow: 0 0 22px var(--glow);
}

.mc-profile-copy blockquote {
    max-width: 700px;
    margin: 28px 0 0;
    border-left: 4px solid var(--accent);
    color: #fff;
    font-size: 1.36rem;
    font-weight: 900;
    line-height: 1.45;
    padding: 6px 0 6px 20px;
}

.mc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.mc-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.94rem;
    font-weight: 950;
    padding: 12px 18px;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.mc-button:hover,
.mc-button:focus-visible {
    transform: translateY(-2px);
    outline: none;
}

.mc-button-primary {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: var(--mc-pink);
    color: #130817;
    box-shadow: 0 0 32px rgba(255, 98, 199, 0.34);
}

.mc-button-secondary {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.mc-hero-strip {
    position: absolute;
    z-index: 2;
    right: max(24px, calc((100vw - 1180px) / 2));
    bottom: 20px;
    left: max(24px, calc((100vw - 1180px) / 2));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.mc-hero-strip span {
    min-height: 40px;
    border: 1px solid var(--mc-line);
    border-radius: 6px;
    background: rgba(8, 7, 15, 0.72);
    color: #eee7ff;
    font-size: 0.88rem;
    font-weight: 900;
    padding: 10px 12px;
    text-align: center;
    backdrop-filter: blur(14px);
}

.mc-section {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 78px 0;
}

.mc-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.7fr);
    gap: 28px;
    align-items: end;
    margin-bottom: 30px;
}

.mc-section-heading p:not(.mc-kicker),
.mc-video-feature p,
.mc-about-split p,
.mc-contact-copy p,
.mc-merch-cta p,
.mc-community-cta p,
.mc-content-page p {
    color: var(--mc-muted);
    font-size: 1.04rem;
    font-weight: 650;
    line-height: 1.7;
}

.mc-video-grid,
.mc-featured-episode,
.mc-about-split,
.mc-signup-merch,
.mc-contact-grid,
.mc-community-cta {
    display: grid;
    grid-template-columns: minmax(290px, 0.94fr) minmax(300px, 1fr);
    gap: 30px;
    align-items: center;
}

.mc-video-frame,
.mc-featured-poster,
.mc-wallpaper-card,
.mc-character-card,
.mc-mini-character,
.mc-product-grid article,
.mc-studio-grid article,
.mc-community-grid article,
.mc-blog-card,
.mc-empty-state,
.mc-profile-panel,
.mc-contact-form,
.mc-signup-panel,
.mc-merch-teaser,
.mc-episode-card,
.mc-shorts-grid article {
    border: 1px solid var(--mc-line);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
        var(--mc-panel);
    box-shadow: var(--mc-shadow);
}

.mc-video-frame {
    position: relative;
    overflow: hidden;
    min-height: 440px;
}

.mc-video-frame img,
.mc-video-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
}

.mc-video-frame iframe {
    border: 0;
}

.mc-play-badge {
    position: absolute;
    right: 18px;
    bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 6px;
    background: rgba(255, 98, 199, 0.9);
    color: #140816;
    font-weight: 950;
    padding: 10px 12px;
}

.mc-episode-notes {
    border-left: 4px solid var(--mc-pink);
    padding-left: 26px;
}

.mc-episode-notes p {
    margin: 16px 0 0;
}

.mc-episode-notes ul,
.mc-profile-panel ul,
.mc-content-page ul {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.mc-episode-notes li,
.mc-profile-panel li,
.mc-content-page li {
    position: relative;
    color: #f4efff;
    font-weight: 750;
    line-height: 1.55;
    padding-left: 22px;
}

.mc-episode-notes li::before,
.mc-profile-panel li::before,
.mc-content-page li::before {
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent, var(--mc-pink));
    box-shadow: 0 0 14px var(--glow, rgba(255, 98, 199, 0.36));
    content: "";
}

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

.mc-character-card {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    box-shadow: 0 0 30px var(--glow);
    isolation: isolate;
}

.mc-character-card::after,
.mc-mini-character::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 24%, rgba(4, 3, 8, 0.44) 62%, rgba(4, 3, 8, 0.96) 100%);
    content: "";
}

.mc-character-card img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    object-position: center top;
    transition: transform 240ms ease;
}

.mc-character-card:hover img,
.mc-character-card:focus-visible img,
.mc-mini-character:hover img,
.mc-mini-character:focus-visible img {
    transform: scale(1.035);
}

.mc-character-card:focus-visible,
.mc-mini-character:focus-visible,
.mc-text-link:focus-visible {
    outline: 2px solid var(--accent, var(--mc-pink));
    outline-offset: 3px;
}

.mc-character-card span,
.mc-character-card h3,
.mc-character-card p {
    position: absolute;
    z-index: 2;
    right: 16px;
    left: 16px;
}

.mc-character-card span {
    bottom: 86px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
    font-weight: 900;
}

.mc-character-card h3 {
    bottom: 42px;
    color: var(--accent);
    font-size: 2rem;
    text-shadow: 0 0 18px var(--glow);
}

.mc-character-card p {
    bottom: 16px;
    margin: 0;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 850;
}

.mc-shorts-grid,
.mc-product-grid,
.mc-studio-grid,
.mc-community-grid,
.mc-episode-grid,
.mc-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mc-shorts-grid article,
.mc-product-grid article,
.mc-studio-grid article,
.mc-community-grid article,
.mc-empty-state {
    padding: 24px;
}

.mc-shorts-grid span,
.mc-product-grid span,
.mc-studio-grid span {
    color: var(--mc-amber);
    font-size: 0.82rem;
    font-weight: 950;
    text-transform: uppercase;
}

.mc-shorts-grid h3,
.mc-product-grid h2,
.mc-studio-grid h3,
.mc-community-grid h2 {
    margin-top: 12px;
}

.mc-shorts-grid p,
.mc-product-grid p,
.mc-studio-grid p,
.mc-community-grid p {
    color: var(--mc-muted);
    font-weight: 650;
    line-height: 1.65;
}

.mc-text-link {
    display: inline-flex;
    margin-top: 16px;
    color: var(--accent, var(--mc-pink));
    font-weight: 950;
}

.mc-signup-panel,
.mc-merch-teaser,
.mc-contact-form,
.mc-profile-panel {
    padding: 24px;
}

.mc-newsletter label,
.mc-contact-form label {
    display: grid;
    gap: 8px;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 900;
}

.mc-newsletter div {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.mc-newsletter input,
.mc-contact-form input,
.mc-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font: inherit;
    padding: 13px 14px;
}

.mc-contact-form {
    display: grid;
    gap: 16px;
}

.mc-newsletter button,
.mc-contact-form button {
    border: 0;
}

.mc-newsletter p,
.mc-merch-teaser p {
    margin: 12px 0 0;
    color: var(--mc-muted);
    font-size: 0.94rem;
    line-height: 1.55;
}

.mc-notice {
    border: 1px solid rgba(117, 240, 206, 0.34);
    border-radius: 6px;
    background: rgba(117, 240, 206, 0.12);
    color: #d9fff7;
    font-weight: 850;
    margin: 0 0 14px;
    padding: 12px 14px;
}

.mc-notice-error {
    border-color: rgba(255, 98, 199, 0.36);
    background: rgba(255, 98, 199, 0.12);
    color: #ffe1f5;
}

.mc-character-directory {
    display: grid;
    gap: 18px;
}

.mc-character-row {
    display: grid;
    grid-template-columns: minmax(220px, 0.42fr) minmax(300px, 1fr);
    gap: 24px;
    align-items: center;
    border: 1px solid var(--mc-line);
    border-radius: 8px;
    background: var(--mc-panel);
    box-shadow: 0 0 30px var(--glow);
    overflow: hidden;
}

.mc-character-row-image {
    height: 420px;
    overflow: hidden;
}

.mc-character-row-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.mc-character-row-copy {
    padding: 24px 24px 24px 0;
}

.mc-character-row-copy p {
    color: var(--mc-muted);
    font-weight: 650;
    line-height: 1.7;
}

.mc-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.mc-pill-row span {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 850;
    padding: 8px 10px;
}

.mc-profile-grid,
.mc-episode-detail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.mc-profile-panel-wide {
    grid-column: span 2;
}

.mc-profile-panel p,
.mc-profile-panel div,
.mc-content-page {
    color: var(--mc-muted);
    font-weight: 650;
    line-height: 1.72;
}

.mc-episode-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.mc-episode-chip-list a {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    font-weight: 900;
    padding: 10px 12px;
}

.mc-episode-chip-list span {
    color: var(--accent, var(--mc-pink));
    margin-right: 6px;
}

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

.mc-mini-character {
    position: relative;
    min-height: 275px;
    overflow: hidden;
    box-shadow: 0 0 24px var(--glow);
}

.mc-mini-character img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    object-position: center top;
    transition: transform 220ms ease;
}

.mc-mini-character span {
    position: absolute;
    z-index: 2;
    bottom: 14px;
    left: 14px;
    color: var(--accent);
    font-size: 1.4rem;
    font-weight: 950;
}

.mc-featured-poster {
    overflow: hidden;
}

.mc-featured-poster img {
    width: 100%;
    max-height: 720px;
    object-fit: cover;
    object-position: center top;
}

.mc-featured-copy p,
.mc-episode-card p,
.mc-blog-card p {
    color: var(--mc-muted);
    font-weight: 650;
    line-height: 1.65;
}

.mc-featured-copy .mc-button {
    margin-top: 12px;
}

.mc-episode-card,
.mc-blog-card {
    overflow: hidden;
}

.mc-episode-card img,
.mc-blog-thumb img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center top;
}

.mc-episode-card div,
.mc-blog-card div {
    padding: 20px;
}

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

.mc-wallpaper-card {
    overflow: hidden;
}

.mc-wallpaper-card img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center top;
}

.mc-wallpaper-card div {
    padding: 18px;
}

.mc-wallpaper-card h2 {
    font-size: 1.25rem;
}

.mc-merch-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
    border: 1px solid var(--mc-line);
    border-radius: 8px;
    background: var(--mc-panel);
    padding: 18px;
}

.mc-footer {
    display: flex;
    width: min(1180px, calc(100% - 40px));
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin: 0 auto;
    border-top: 1px solid var(--mc-line);
    color: var(--mc-muted);
    padding: 30px 0 42px;
}

.mc-footer-brand {
    color: #fff;
    font-weight: 950;
}

.mc-footer p {
    margin: 8px 0 0;
    font-weight: 650;
}

.mc-pagination {
    margin-top: 28px;
}

.mc-pagination .nav-links {
    display: flex;
    gap: 8px;
}

.mc-pagination a,
.mc-pagination span {
    border: 1px solid var(--mc-line);
    border-radius: 6px;
    color: #fff;
    font-weight: 850;
    padding: 8px 10px;
}

.mc-content-page {
    max-width: 820px;
}

.mc-content-page a {
    color: var(--mc-pink);
    font-weight: 900;
}

.mc-content-page h2,
.mc-content-page h3 {
    margin-top: 1.3em;
}

@media (max-width: 1120px) {
    .mc-character-grid,
    .mc-wallpaper-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mc-character-card,
    .mc-character-card img {
        min-height: 470px;
    }

    .mc-menu a {
        font-size: 0.8rem;
        padding-right: 7px;
        padding-left: 7px;
    }
}

@media (max-width: 900px) {
    h1 {
        font-size: 4rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    .mc-site-header {
        align-items: flex-start;
    }

    .mc-nav-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .mc-primary-nav {
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        left: 0;
        display: none;
        border: 1px solid var(--mc-line);
        border-radius: 8px;
        background: rgba(7, 6, 14, 0.96);
        padding: 10px;
    }

    .mc-primary-nav.is-open {
        display: block;
    }

    .mc-menu {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .mc-menu a {
        justify-content: center;
        border-color: rgba(255, 255, 255, 0.12);
    }

    .mc-section-heading,
    .mc-video-grid,
    .mc-featured-episode,
    .mc-about-split,
    .mc-signup-merch,
    .mc-contact-grid,
    .mc-community-cta,
    .mc-character-row {
        grid-template-columns: 1fr;
    }

    .mc-character-row-copy {
        padding: 0 22px 24px;
    }

    .mc-shorts-grid,
    .mc-product-grid,
    .mc-studio-grid,
    .mc-community-grid,
    .mc-episode-grid,
    .mc-blog-grid,
    .mc-profile-grid,
    .mc-episode-detail {
        grid-template-columns: 1fr;
    }

    .mc-profile-panel-wide {
        grid-column: auto;
    }

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

@media (max-width: 640px) {
    .admin-bar .mc-site-header,
    .mc-site-header {
        top: 10px;
        width: calc(100% - 20px);
    }

    .mc-brand {
        min-width: 132px;
    }

    .mc-brand span {
        font-size: 0.64rem;
    }

    .mc-brand strong {
        font-size: 0.95rem;
    }

    .mc-hero,
    .mc-page-hero,
    .mc-profile-hero {
        min-height: 88vh;
    }

    .mc-compact-hero {
        min-height: 50vh;
    }

    .mc-hero-content,
    .mc-page-hero-copy,
    .mc-profile-copy {
        width: calc(100% - 28px);
        margin-left: 14px;
        padding-top: 128px;
        padding-bottom: 112px;
    }

    .mc-compact-hero .mc-page-hero-copy {
        padding-bottom: 54px;
    }

    h1 {
        font-size: 3rem;
        line-height: 1;
    }

    h2 {
        font-size: 1.9rem;
        line-height: 1.1;
    }

    .mc-hero-text,
    .mc-page-hero-copy p:not(.mc-kicker),
    .mc-profile-copy p:not(.mc-kicker):not(.mc-profile-title) {
        font-size: 1.02rem;
    }

    .mc-profile-copy blockquote {
        font-size: 1.06rem;
        padding-left: 14px;
    }

    .mc-hero-strip {
        right: 10px;
        bottom: 10px;
        left: 10px;
        grid-template-columns: 1fr;
    }

    .mc-hero-strip span {
        min-height: 32px;
        font-size: 0.76rem;
        padding: 7px 8px;
    }

    .mc-section {
        width: calc(100% - 24px);
        padding: 54px 0;
    }

    .mc-character-grid,
    .mc-wallpaper-grid,
    .mc-mini-character-grid {
        grid-template-columns: 1fr;
    }

    .mc-character-card,
    .mc-character-card img {
        min-height: 520px;
    }

    .mc-video-frame,
    .mc-video-frame img,
    .mc-video-frame iframe {
        min-height: 310px;
    }

    .mc-newsletter div,
    .mc-merch-cta,
    .mc-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .mc-footer {
        width: calc(100% - 24px);
    }

    .mc-footer-menu {
        flex-wrap: wrap;
    }
}
