.interest-page {
    --mc-green: #a2d026;
    --mc-orange: #f57e20;
    --mc-yellow: #fdf224;
    --mc-red: #e24b00;
    background: #0b0a08;
    color: #f4efe6;
    padding-bottom: 5rem;
}

.interest-page .navbar.interest-nav {
    top: 1rem;
}

.interest-page .logo-img {
    height: 50px;
}

.interest-page .interest-nav-cta,
.interest-page .cta-button {
    background: var(--mc-orange);
    color: #111 !important;
}

.interest-page .interest-nav-cta:hover,
.interest-page .cta-button:hover {
    background: #ff9326;
}

.interest-page .interest-nav-discord {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1.5rem;
    border-radius: 8px;
    background: #5865f2;
    color: #fff !important;
    font-weight: 700;
}

.interest-page .interest-nav-discord:hover {
    background: #6d75f4;
    color: #fff !important;
}

.interest-page .interest-nav-discord img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.mc-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding: 8.5rem 1.5rem 4rem;
    overflow: hidden;
}

.mc-hero-media {
    position: absolute;
    inset: 0;
    background:
        url('images/monsterchaos/CanyonWith.png') center / cover no-repeat;
}

.mc-hero-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 0%, transparent 62%, rgba(11, 10, 8, 0.28) 82%, #0b0a08 100%);
}

.mc-hero-shapes,
.mc-invite-shapes {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.mc-blob,
.mc-shard,
.mc-dot {
    position: absolute;
    display: block;
}

.mc-blob {
    border-radius: 50%;
    filter: saturate(1.1);
}

.mc-blob-1 {
    width: 150px;
    height: 150px;
    left: 6%;
    top: 18%;
    background: radial-gradient(circle at 35% 30%, var(--mc-yellow), var(--mc-green));
    opacity: 0.78;
}

.mc-blob-2 {
    width: 78px;
    height: 78px;
    left: 16%;
    top: 36%;
    background: var(--mc-green);
    opacity: 0.7;
}

.mc-blob-3 {
    width: 42px;
    height: 42px;
    left: 9%;
    bottom: 28%;
    background: var(--mc-yellow);
    opacity: 0.8;
}

.mc-blob-4 {
    width: 180px;
    height: 180px;
    left: -40px;
    top: -50px;
    background: radial-gradient(circle at 40% 35%, var(--mc-yellow), var(--mc-green));
    opacity: 0.55;
}

.mc-shard {
    background: linear-gradient(135deg, var(--mc-yellow), var(--mc-orange) 55%, var(--mc-red));
    clip-path: polygon(50% 0, 100% 38%, 78% 100%, 22% 100%, 0 38%);
}

.mc-shard-1 {
    width: 120px;
    height: 150px;
    right: 7%;
    top: 16%;
    transform: rotate(18deg);
    opacity: 0.82;
}

.mc-shard-2 {
    width: 64px;
    height: 80px;
    right: 16%;
    top: 38%;
    transform: rotate(-12deg);
    opacity: 0.7;
}

.mc-shard-3 {
    width: 140px;
    height: 160px;
    right: -20px;
    bottom: -40px;
    transform: rotate(28deg);
    opacity: 0.5;
}

.mc-dot {
    border-radius: 50%;
    background: var(--mc-yellow);
}

.mc-dot-1 { width: 18px; height: 18px; left: 24%; top: 14%; background: var(--mc-orange); }
.mc-dot-2 { width: 12px; height: 12px; left: 28%; bottom: 34%; background: var(--mc-green); }
.mc-dot-3 { width: 16px; height: 16px; right: 26%; top: 12%; }
.mc-dot-4 { width: 10px; height: 10px; right: 22%; bottom: 30%; background: var(--mc-orange); }
.mc-dot-5 { width: 14px; height: 14px; left: 46%; top: 18%; background: var(--mc-yellow); }

.mc-hero-logo {
    position: absolute;
    z-index: 2;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -52%);
    text-align: center;
    pointer-events: none;
}

.mc-hero-logo-mark {
    display: block;
    width: min(780px, 90vw);
    height: auto;
    margin: 0 auto;
    -webkit-mask-image: radial-gradient(ellipse 70% 64% at 50% 48%, #000 54%, transparent 80%);
    mask-image: radial-gradient(ellipse 70% 64% at 50% 48%, #000 54%, transparent 80%);
    filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.45));
}

.mc-logo-prototype {
    position: relative;
    z-index: 1;
    margin: -0.4rem 0 0;
    color: #fff;
    font-size: clamp(1rem, 2.4vw, 1.45rem);
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-shadow: 0 2px 0 #111, 0 8px 16px rgba(0, 0, 0, 0.45);
}

.mc-hero-inner {
    position: relative;
    z-index: 3;
    width: min(1280px, calc(100% - 2rem));
    margin: 0 auto;
    overflow: visible;
}

.mc-shape-title {
    max-width: none;
    margin: 0 0 0.55rem;
    font-size: clamp(2.2rem, 5.8vw, 4.4rem);
    line-height: 0.94;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: var(--mc-yellow);
    text-shadow:
        0 4px 0 #111,
        0 10px 22px rgba(0, 0, 0, 0.45);
}

.mc-title-green {
    color: var(--mc-green);
    text-shadow: 0 3px 0 #111, 0 8px 16px rgba(0, 0, 0, 0.35);
}

.mc-kicker,
.mc-update-meta,
.mc-chip {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.mc-kicker {
    color: #ffcc00;
    margin-bottom: 0.6rem;
}

.mc-tagline,
.mc-lead,
.mc-section-copy {
    color: #d8d0c4;
    max-width: 42rem;
}

.mc-tagline {
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
}

.mc-invite-text {
    color: #d8d0c4;
    max-width: none;
    margin-bottom: 2.25rem;
    font-size: 1.15rem;
}

.mc-lead,
.mc-section-copy {
    margin-bottom: 2.25rem;
}

.mc-join-panel {
    position: relative;
    width: 100%;
    max-width: none;
    overflow: visible;
    padding: 1.25rem 1.3rem;
    border-radius: 28px;
    background: rgba(11, 10, 8, 0.78);
    border: 3px solid var(--mc-orange);
    box-shadow: 0 0 0 4px rgba(245, 126, 32, 0.12);
    backdrop-filter: blur(8px);
}

.mc-join-decor {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: visible;
}

.mc-blob-join-a {
    width: 36px;
    height: 36px;
    left: -12px;
    top: -14px;
    background: radial-gradient(circle at 35% 30%, var(--mc-yellow), var(--mc-green));
}

.mc-blob-join-b {
    width: 38px;
    height: 38px;
    right: 18%;
    bottom: -16px;
    background: var(--mc-green);
}

.mc-shard-join {
    width: 46px;
    height: 58px;
    right: -14px;
    top: -22px;
    transform: rotate(16deg);
}

.mc-dot-join-a {
    width: 14px;
    height: 14px;
    left: 22%;
    top: -7px;
    background: var(--mc-orange);
}

.mc-dot-join-b {
    width: 11px;
    height: 11px;
    left: -5px;
    bottom: 18px;
    background: var(--mc-yellow);
}

.mc-join-panel .newsletter-form {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: stretch;
}

.mc-join-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    width: 456px;
}

.mc-join-actions .newsletter-submit,
.mc-join-actions .mc-discord-btn {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    height: 56px;
    min-height: 56px;
    padding: 0 0.85rem;
    margin: 0;
    white-space: nowrap;
    font-size: 0.95rem;
    line-height: 1;
}

.mc-join-panel h2 {
    font-size: 1.4rem;
    margin-bottom: 0.85rem;
}

.mc-wip-box {
    position: relative;
    z-index: 1;
    margin-bottom: 0.85rem;
    padding: 0.7rem 0.95rem;
    border-radius: 14px;
    border: 2px solid var(--mc-yellow);
    background: rgba(253, 242, 36, 0.12);
    color: #f4efe6;
    font-size: 0.95rem;
    line-height: 1.45;
}

.mc-wip-box strong {
    display: block;
    margin-bottom: 0.15rem;
    color: var(--mc-yellow);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mc-join-panel .newsletter-input {
    min-height: 56px;
    border-radius: 14px;
    background: #fff;
    border: 2px solid var(--mc-orange);
    color: #1a1612;
}

.mc-join-panel .newsletter-input::placeholder {
    color: #9a8b7a;
}

.mc-join-panel .newsletter-input:focus {
    border-color: var(--mc-orange);
    box-shadow: 0 0 0 3px rgba(245, 126, 32, 0.28);
}

.mc-join-panel .newsletter-message {
    grid-column: 1 / -1;
    color: #d8d0c4;
}

.mc-join-panel .newsletter-message[data-state="success"] {
    color: var(--mc-green);
}

.mc-join-panel .newsletter-message[data-state="error"] {
    color: #ff8a65;
}

.mc-yellow-btn,
.mc-join-panel .newsletter-submit.mc-yellow-btn {
    background: var(--mc-orange);
    color: #111;
    border: none;
    border-radius: 14px;
    font-weight: 800;
}

.mc-yellow-btn:hover,
.mc-join-panel .newsletter-submit.mc-yellow-btn:hover:not(:disabled) {
    background: #ff9326;
}

.mc-discord-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin-top: 0.75rem;
    padding: 0.85rem 1.2rem;
    border-radius: 14px;
    background: #5865f2;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
}

.mc-join-actions .mc-discord-btn img {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
}

.mc-discord-btn img {
    width: 22px;
    height: 22px;
}

.mc-section {
    padding: 4.5rem 1.5rem;
}

.mc-wrap {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.mc-section h2,
.mc-invite-band h2,
.mc-community h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    margin-bottom: 1rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.mc-overview {
    padding-top: 2rem;
}

.mc-developers {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.mc-developers-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.75rem;
    align-items: center;
}

.mc-developers-icon {
    width: 148px;
    height: 148px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--mc-green);
    box-shadow: 0 0 0 4px rgba(162, 208, 38, 0.18);
    background: #111;
}

.mc-developers-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.mc-developers-copy h2 {
    margin-bottom: 0.65rem;
}

.mc-developers-copy p {
    color: #d8d0c4;
    font-size: 1.15rem;
    line-height: 1.75;
    max-width: 38rem;
}

.mc-developers-copy a {
    color: var(--mc-green);
    font-weight: 700;
    text-decoration: none;
}

.mc-developers-copy a:hover {
    color: var(--mc-yellow);
}

.mc-story {
    display: grid;
    gap: 1rem;
    max-width: 46rem;
}

.mc-story p {
    color: #d8d0c4;
    font-size: 1.15rem;
    line-height: 1.75;
}

.mc-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1.25rem;
}

.mc-chip {
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(162, 208, 38, 0.16);
    color: var(--mc-green);
    font-size: 0.72rem;
}

.mc-chip:nth-child(2) {
    background: rgba(245, 126, 32, 0.16);
    color: var(--mc-orange);
}

.mc-chip:nth-child(3) {
    background: rgba(253, 242, 36, 0.14);
    color: var(--mc-yellow);
}

.mc-roster,
.mc-features,
.mc-media,
.mc-instagram {
    display: grid;
    gap: 1rem;
}

.mc-roster {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.mc-character,
.mc-feature,
.mc-update {
    background: #15130f;
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.mc-character {
    border-radius: 50px 50px 22px 22px;
    border-color: rgba(162, 208, 38, 0.28);
}

.mc-feature {
    border-radius: 8px 28px 8px 28px;
    border-color: rgba(245, 126, 32, 0.3);
}

.mc-update {
    border-radius: 22px;
    border: 2px solid var(--mc-orange);
}

.mc-character img,
.mc-feature img,
.mc-update img,
.mc-media img {
    width: 100%;
    display: block;
    object-fit: contain;
    background: #050508;
}

.mc-character img {
    aspect-ratio: 1;
    object-fit: contain;
    padding: 1rem;
}

.mc-character h3,
.mc-feature h3,
.mc-update h3,
.mc-character p,
.mc-feature p,
.mc-update p {
    padding: 0 1rem;
}

.mc-character h3,
.mc-feature h3,
.mc-update h3 {
    margin: 1rem 0 0.4rem;
}

.mc-character p,
.mc-feature p,
.mc-update p,
.mc-empty {
    color: #c9c1b4;
    padding-bottom: 1.1rem;
}

.mc-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.mc-feature img {
    height: 140px;
    object-fit: contain;
    padding: 1rem;
}

.mc-invite-band {
    position: relative;
    overflow: visible;
    padding: 3rem 1.5rem;
    background:
        linear-gradient(120deg, rgba(162, 208, 38, 0.16), rgba(245, 126, 32, 0.18)),
        #16130d;
}

.mc-invite-band-inner,
.mc-instagram-heading {
    display: grid;
    gap: 1.5rem;
}

.mc-instagram-heading {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.mc-instagram-heading h2 {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0;
}

.mc-instagram-logo {
    width: 1.15em;
    height: 1.15em;
}

.mc-itchio-logo {
    width: 1.35em;
    height: 1.35em;
    object-fit: contain;
    border-radius: 8px;
}

.mc-itchio-section {
    background:
        linear-gradient(120deg, rgba(250, 92, 92, 0.2), rgba(250, 92, 92, 0.06) 70%),
        #160f0f;
}

.mc-itchio-section h2 {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.mc-join-panel--itchio {
    max-width: 52rem;
    background:
        linear-gradient(135deg, rgba(250, 92, 92, 0.2), rgba(250, 92, 92, 0.06) 58%, rgba(11, 10, 8, 0.55)),
        rgba(16, 8, 8, 0.82);
}

.mc-join-panel--itchio .newsletter-form {
    grid-template-columns: minmax(0, 1fr) 220px;
}

.mc-join-panel--itchio .newsletter-submit {
    width: 100%;
    height: 56px;
    min-height: 56px;
    margin: 0;
}

.mc-invite-band-inner {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 2.25rem 1.5rem;
}

.mc-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.mc-media img,
.mc-update img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.mc-video {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #050508;
    border-radius: 18px;
    overflow: hidden;
}

.mc-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.mc-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1.25rem 0 1.5rem;
}

.mc-filter {
    border: 2px solid var(--mc-orange);
    background: transparent;
    color: #d8d0c4;
    border-radius: 999px;
    padding: 0.5rem 0.95rem;
    cursor: pointer;
    font: inherit;
}

.mc-filter.is-active {
    background: var(--mc-green);
    color: #111;
    border-color: var(--mc-orange);
}

.mc-updates {
    display: grid;
    gap: 1rem;
}

.mc-update-copy {
    padding-bottom: 0.4rem;
}

.mc-update-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1rem 0;
}

.mc-update-heading h3 {
    margin: 0;
    padding: 0;
    color: var(--mc-green);
}

.mc-update-meta {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    color: var(--mc-orange);
    font-size: 0.75rem;
    text-align: right;
    white-space: nowrap;
}

.mc-instagram {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
    margin-top: 1.25rem;
}

.mc-ig-embed {
    width: 100%;
    max-width: 300px;
    min-height: 400px;
    height: 400px;
    border: 0;
    border-radius: 18px;
    background: #fff;
    opacity: 1;
}

.mc-instagram:not(.is-expanded) .mc-ig-embed:nth-child(n+4) {
    display: none;
}

.mc-ig-more {
    display: none;
    width: fit-content;
    margin: 1.25rem auto 0;
}

@media (min-width: 701px) {
    .mc-instagram:not(.is-expanded).has-overflow-desktop + .mc-ig-more {
        display: flex;
    }
}

.mc-follow-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-end;
}

.mc-follow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.85rem 1.4rem;
    border: 2px solid var(--mc-orange);
    border-radius: 14px;
    background: var(--mc-orange);
    color: #111;
    text-decoration: none;
    font-weight: 800;
    white-space: nowrap;
}

.mc-follow-btn img {
    width: 22px;
    height: 22px;
}

.mc-follow-btn:hover {
    background: #ff9326;
}

.mc-follow-btn--secondary {
    background: transparent;
    color: #f4efe6;
    border: 2px solid var(--mc-orange);
}

.mc-follow-btn--secondary:hover {
    background: rgba(245, 126, 32, 0.16);
    color: #f4efe6;
}

.mc-community {
    padding-bottom: 6rem;
}

.mc-join-panel--wide,
.mc-join-panel--band {
    max-width: none;
}

.mc-join-panel--band .newsletter-form {
    grid-template-columns: 1fr;
}

.mc-join-panel--band .mc-join-actions {
    width: 100%;
}

.mc-sticky-bar {
    display: none;
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 40;
    gap: 0.6rem;
}

.mc-sticky-bar .mc-yellow-btn,
.mc-sticky-bar .mc-discord-btn {
    flex: 1;
    margin: 0;
    text-align: center;
    text-decoration: none;
}

.interest-page .nav-menu.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 0.6rem);
    right: 0;
    left: auto;
    min-width: 180px;
    padding: 1rem;
    background: rgba(18, 18, 24, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
}

@media (max-width: 960px) {
    .mc-roster,
    .mc-features,
    .mc-media,
    .mc-instagram,
    .mc-invite-band-inner {
        grid-template-columns: 1fr 1fr;
    }

    .mc-join-panel .newsletter-form {
        grid-template-columns: 1fr;
    }

    .mc-join-actions {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .interest-page {
        padding-bottom: 6.5rem;
    }

    .mc-hero {
        align-items: flex-end;
        min-height: 100svh;
        padding-top: 7rem;
    }

    .mc-hero-logo {
        top: 36%;
    }

    .mc-hero-logo-mark {
        width: min(640px, 96vw);
    }

    .mc-blob-1,
    .mc-shard-1 {
        transform: scale(0.75);
    }

    .mc-roster,
    .mc-features,
    .mc-media,
    .mc-instagram,
    .mc-invite-band-inner,
    .mc-instagram-heading,
    .mc-developers-card {
        grid-template-columns: 1fr;
    }

    .mc-follow-btns {
        justify-content: flex-start;
    }

    .mc-instagram:not(.is-expanded) .mc-ig-embed:nth-child(n+2) {
        display: none;
    }

    .mc-instagram:not(.is-expanded).has-overflow-mobile + .mc-ig-more {
        display: flex;
    }

    .mc-developers-card {
        justify-items: center;
        text-align: center;
    }

    .mc-developers-icon {
        width: 120px;
        height: 120px;
    }

    .mc-developers-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .mc-sticky-bar {
        display: flex;
    }

    .mc-join-actions {
        grid-template-columns: 1fr;
    }

    .mc-join-actions .newsletter-submit,
    .mc-join-actions .mc-discord-btn {
        font-size: 0.95rem;
        padding: 0 0.85rem;
    }
}
