.dancemania-page {
    background: #060504;
}

.dancemania-page .site-nav {
    background: rgba(251, 248, 241, 0.84);
}

.dancemania-main {
    --dm-black: #060504;
    --dm-ink: #161209;
    --dm-gold: #e8ad00;
    --dm-gold-soft: #f1cf75;
    --dm-paper: #f4edde;
    --dm-ivory: #fbf8f1;
    --dm-muted: rgba(244, 237, 222, 0.82);
    --dm-line: rgba(22, 18, 9, 0.13);
    overflow: hidden;
    background: var(--dm-paper);
    color: var(--dm-ink);
}

.dancemania-eyebrow {
    margin: 0;
    color: var(--dm-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.dancemania-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: var(--dm-paper);
}

.dancemania-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dancemania-hero-veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 5, 4, 0.62) 0%, rgba(6, 5, 4, 0.22) 36%, rgba(6, 5, 4, 0.92) 100%),
        radial-gradient(circle at 72% 42%, rgba(232, 173, 0, 0.2), transparent 28rem);
}

.dancemania-hero-inner {
    position: relative;
    z-index: 1;
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    padding: clamp(136px, 16vw, 176px) 0 clamp(58px, 8vh, 88px);
}

.dancemania-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: clamp(24px, 4vw, 42px);
    color: rgba(244, 237, 222, 0.68);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dancemania-breadcrumb a {
    color: inherit;
}

.dancemania-hero h1 {
    margin: 18px 0 24px;
    color: #ffffff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(56px, 11vw, 154px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.88;
}

.dancemania-hero h1 em,
.dancemania-app-band h2 em,
.dancemania-story h2 em {
    font-family: "Playfair Display Italic", Georgia, serif;
    color: var(--dm-gold);
    font-style: italic;
}

.dancemania-prize-copy h2 em {
    font-family: "Playfair Display Italic", Georgia, serif;
    color: var(--dm-gold);
    font-style: italic;
}

.dancemania-hero-lede {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    max-width: 1040px;
    padding-top: 22px;
    border-top: 1px solid rgba(244, 237, 222, 0.25);
}

.dancemania-hero-lede p {
    max-width: 56ch;
    margin: 0;
    color: rgba(244, 237, 222, 0.9);
    font-size: clamp(16px, 1.3vw, 19px);
    line-height: 1.7;
}

.dancemania-hero-lede span,
.dancemania-app-band span {
    color: var(--dm-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.dancemania-steps {
    padding: clamp(72px, 9vw, 112px) clamp(24px, 5vw, 64px) clamp(54px, 7vw, 80px);
    background: var(--dm-paper);
}

.dancemania-section-head {
    max-width: 760px;
    margin: 0 auto clamp(34px, 5vw, 60px);
    text-align: center;
}

.dancemania-section-head h2 {
    margin: 12px 0 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(34px, 5vw, 48px);
    line-height: 1;
}

.dancemania-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(1200px, 100%);
    margin: 0 auto;
    border-top: 1px solid var(--dm-line);
}

.dancemania-steps-grid article {
    text-align: center;
    min-height: 250px;
    padding: clamp(28px, 4vw, 44px) clamp(22px, 3vw, 32px);
    border-right: 1px solid var(--dm-line);
    border-bottom: 1px solid var(--dm-line);
}

.dancemania-steps-grid article:last-child {
    border-right: 0;
}

.dancemania-steps-grid span {
    text-align: center;
    display: block;
    color: #a67f32;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.dancemania-steps-grid h3 {
    margin: 18px 0 12px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1;
}

.dancemania-steps-grid p {
    max-width: 360px;
    margin: 0;
    color: rgba(22, 18, 9, 0.62);
    font-size: 15px;
    line-height: 1.7;
}

.dancemania-prize {
    position: relative;
    min-height: clamp(480px, 72vh, 720px);
    display: grid;
    align-items: center;
    overflow: hidden;
    color: var(--dm-paper);
}

.dancemania-prize img,
.dancemania-prize-veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.dancemania-prize img {
    object-fit: cover;
}

.dancemania-prize-veil {
    background:
        linear-gradient(90deg, rgba(6, 5, 4, 0.88), rgba(6, 5, 4, 0.24) 62%, rgba(6, 5, 4, 0.62)),
        linear-gradient(180deg, rgba(6, 5, 4, 0.14), rgba(6, 5, 4, 0.72));
}

.dancemania-prize-copy {
    position: relative;
    z-index: 1;
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.dancemania-prize h2 {
    max-width: 650px;
    margin: 16px 0 18px;
    color: #ffffff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(40px, 6vw, 78px);
    line-height: 0.96;
}

.dancemania-prize p:last-child {
    max-width: 48ch;
    margin: 0;
    color: rgba(244, 237, 222, 0.9);
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.72;
}

.dancemania-app-band {
    padding: clamp(64px, 8vw, 92px) clamp(24px, 5vw, 64px);
    background: var(--dm-ink);
    color: var(--dm-paper);
}

.dancemania-app-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(34px, 6vw, 72px);
    width: min(1200px, 100%);
    margin: 0 auto;
}

.dancemania-app-band h2 {
    max-width: 640px;
    margin: 14px 0 16px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1;
}

.dancemania-app-band p:not(.dancemania-eyebrow) {
    max-width: 58ch;
    margin: 0 0 20px;
    color: rgba(244, 237, 222, 0.78);
    font-size: 16px;
    line-height: 1.7;
}

.dancemania-apps {
    display: grid;
    gap: 14px;
    min-width: 218px;
}

.dancemania-store {
    display: block;
    width: 218px;
    height: 64px;

    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.04);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.dancemania-store:hover,
.dancemania-store:focus-visible {
    border-color: rgba(232, 173, 0, 0.72);
    background-color: rgba(232, 173, 0, 0.1);
    transform: translateY(-2px);
}

.dancemania-store-ios {
    background-image: url("../images/ios_ps_btn.png");
}

.dancemania-store-android {
    background-image: url("../images/android_ps_btn.png");
}

.dancemania-story {
    padding: clamp(70px, 9vw, 112px) clamp(24px, 5vw, 64px);
    background:
        radial-gradient(circle at 88% 14%, rgba(232, 173, 0, 0.11), transparent 22rem),
        linear-gradient(180deg, #fbf8f1, #f6efe1);
    color: var(--dm-ink);
}

.dancemania-story-inner {
    display: grid;
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(34px, 6vw, 80px);
    width: min(1120px, 100%);
    margin: 0 auto;
    align-items: start;
}

.dancemania-story h2 {
    position: sticky;
    top: 120px;
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 0.94;
}

.dancemania-story-copy {
    display: grid;
    gap: 20px;
}

.dancemania-story-copy p {
    margin: 0;
    color: rgba(22, 18, 9, 0.72);
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.2;
}

.dancemania-story-copy p:first-child {
    color: rgba(22, 18, 9, 0.86);
    font-size: clamp(18px, 1.4vw, 21px);
}

.dancemania-main,
.dancemania-hero,
.dancemania-hero-inner,
.dancemania-steps-grid,
.dancemania-prize,
.dancemania-prize-copy,
.dancemania-app-inner,
.dancemania-story-inner {
    min-width: 0;
}

@media (max-width: 1180px) {
    .dancemania-steps-grid {
        grid-template-columns: 1fr;
    }

    .dancemania-steps-grid article,
    .dancemania-steps-grid article:last-child {
        border-right: 0;
    }

    .dancemania-app-inner,
    .dancemania-story-inner {
        grid-template-columns: 1fr;
    }

    .dancemania-story h2 {
        position: static;
    }
}

@media (max-width: 760px) {
    .dancemania-hero {
        min-height: 92vh;
        min-height: 92svh;
    }

    .dancemania-hero-inner,
    .dancemania-prize-copy {
        width: min(100% - 32px, 560px);
    }

    .dancemania-hero h1 {
        font-size: clamp(50px, 16vw, 78px);
    }

    .dancemania-hero-lede {
        align-items: flex-start;
        flex-direction: column;
    }

    .dancemania-hero-lede span,
    .dancemania-app-band span {
        white-space: normal;
    }

    .dancemania-steps,
    .dancemania-app-band,
    .dancemania-story {
        padding-inline: 18px;
    }

    .dancemania-prize {
        min-height: 520px;
    }

    .dancemania-apps {
        width: 100%;
        min-width: 0;
    }

    .dancemania-store {
        width: min(218px, 100%);
    }

    .dancemania-page .site-nav {
        background: rgba(251, 248, 241, 0.92);
    }

    .dancemania-hero {
        min-height: auto;
        align-items: flex-end;
    }

    .dancemania-hero-inner {
        width: min(100% - 32px, 560px);
        padding-top: clamp(128px, 34vw, 164px);
        padding-bottom: 42px;
    }

    .dancemania-breadcrumb {
        flex-wrap: wrap;
        margin-bottom: 24px;
        line-height: 1.4;
    }

    .dancemania-hero h1 {
        max-width: 100%;
        margin-bottom: 20px;
        font-size: clamp(46px, 13.5vw, 68px);
        line-height: 0.94;
        overflow-wrap: anywhere;
    }

    .dancemania-hero-lede {
        gap: 16px;
        padding-top: 18px;
    }

    .dancemania-hero-lede p {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.56;
    }

    .dancemania-steps {
        padding-block: 52px 44px;
    }

    .dancemania-section-head {
        text-align: left;
    }

    .dancemania-steps-grid article {
        min-height: 0;
        padding: 28px 0;
    }

    .dancemania-steps-grid p {
        max-width: 100%;
        line-height: 1.6;
    }

    .dancemania-prize {
        min-height: 0;
        padding: 260px 0 42px;
        align-items: end;
    }

    .dancemania-prize img {
        height: 100%;
        object-position: center top;
    }

    .dancemania-prize-veil {
        background:
            linear-gradient(180deg, rgba(6, 5, 4, 0.08) 0%, rgba(6, 5, 4, 0.4) 42%, rgba(6, 5, 4, 0.94) 100%);
    }

    .dancemania-prize h2,
    .dancemania-app-band h2,
    .dancemania-story h2 {
        max-width: 100%;
        font-size: clamp(34px, 10vw, 48px);
        line-height: 1;
    }

    .dancemania-prize p:last-child,
    .dancemania-app-band p:not(.dancemania-eyebrow),
    .dancemania-story-copy p,
    .dancemania-story-copy p:first-child {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.62;
    }

    .dancemania-app-inner,
    .dancemania-story-inner {
        gap: 28px;
    }

    .dancemania-apps {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        width: 100%;
    }

    .dancemania-store {
        flex: 1 1 180px;
        width: auto;
        max-width: 218px;
        min-width: 0;
    }

    .dancemania-hero-inner,
    .dancemania-prize-copy {
        width: min(100% - 28px, 560px);
    }

    .dancemania-store {
        max-width: none;
    }

    .dancemania-hero-inner,
    .dancemania-prize-copy,
    .dancemania-app-inner,
    .dancemania-story-inner {
        max-width: calc(100% - 32px);
    }

    .dancemania-hero h1,
    .dancemania-prize h2,
    .dancemania-app-band h2,
    .dancemania-story h2 {
        max-width: 100%;
        overflow-wrap: normal;
        word-break: normal;
    }

    .dancemania-hero h1 {
        font-size: clamp(40px, 11vw, 54px);
        line-height: 0.98;
    }
}