* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #211c25;
    background: #fffdf7;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

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

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

button {
    font: inherit;
}

.agora {
    position: sticky;
    top: 0;
    z-index: 30;
    color: #ffffff;
    background: #431631;
    border-bottom: 3px solid #efc94a;
}

.bloom {
    width: min(1200px, calc(100% - 40px));
    min-height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 28px;
}

.crown {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 11px;
    font-weight: 900;
}

.crown img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border: 3px solid #efc94a;
    border-radius: 50%;
}

.crown span {
    display: grid;
    font-size: 16px;
    line-height: 1;
}

.crown small {
    margin-top: 7px;
    color: #62d8c3;
    font-size: 9px;
}

.dolly {
    margin-left: auto;
    display: flex;
    gap: 19px;
    color: #eadde7;
    font-size: 13px;
    font-weight: 700;
}

.dolly a:hover {
    color: #efc94a;
}

.event {
    min-height: 43px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #211c25;
    background: #efc94a;
    font-size: 13px;
    font-weight: 900;
}

.fable {
    width: 42px;
    height: 42px;
    padding: 0;
    display: none;
    color: #431631;
    background: #efc94a;
    border: 0;
    font-size: 22px;
}

.gloss {
    overflow: hidden;
    background: #fffdf7;
    border-bottom: 3px solid #431631;
}

.house {
    width: min(1200px, calc(100% - 40px));
    min-height: 675px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.intro {
    padding: 98px 68px 80px 0;
    align-self: center;
}

.intro > span {
    color: #198b7d;
    font-size: 11px;
    font-weight: 900;
}

.intro h1 {
    margin: 25px 0 22px;
    color: #431631;
    font-family: Georgia, "Microsoft YaHei", serif;
    font-size: 61px;
    line-height: 1.03;
    letter-spacing: 0;
}

.intro h1 b {
    margin-top: 15px;
    display: block;
    color: #d54858;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 29px;
    line-height: 1.35;
}

.intro > p {
    max-width: 570px;
    margin: 0;
    color: #625b63;
    font-size: 16px;
    line-height: 1.9;
}

.jolly {
    margin-top: 33px;
}

.jolly a {
    width: 205px;
    min-height: 58px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    background: #d54858;
    box-shadow: 7px 7px 0 #431631;
    font-weight: 900;
}

.jolly span {
    margin-top: 18px;
    display: block;
    color: #686168;
    font-size: 12px;
}

.jolly span i {
    color: #198b7d;
}

.kites {
    min-height: 675px;
    position: relative;
    background: #62d8c3;
    border-right: 4px solid #431631;
    border-left: 4px solid #431631;
}

.label {
    position: absolute;
    top: 29px;
    right: 27px;
    left: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #431631;
    font-size: 10px;
    font-weight: 900;
}

.label b {
    color: #fffdf7;
    font-family: Georgia, serif;
    font-size: 78px;
    line-height: .9;
}

.label small {
    padding: 6px 9px;
    color: #ffffff;
    background: #d54858;
}

.movie,
.night {
    position: absolute;
    overflow: hidden;
    background: #ffffff;
    border: 4px solid #431631;
}

.movie {
    top: 120px;
    left: 43px;
    width: 245px;
    box-shadow: 10px 10px 0 #efc94a;
}

.night {
    right: 30px;
    bottom: 57px;
    width: 180px;
    box-shadow: 8px 8px 0 #d54858;
}

.movie img,
.night img {
    width: 100%;
    height: auto;
}

.opera {
    position: absolute;
    right: 27px;
    bottom: 18px;
    left: 27px;
    display: flex;
    justify-content: space-between;
    color: #431631;
    font-size: 10px;
    font-weight: 900;
}

.panel {
    padding: 88px 0;
    border-bottom: 1px solid #c9c0c6;
}

.quilt {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.rally {
    margin-bottom: 44px;
    color: #431631;
    text-align: center;
    font-family: Georgia, "Microsoft YaHei", serif;
    font-size: 34px;
    font-weight: 900;
}

.rally::after {
    content: "";
    width: 58px;
    height: 4px;
    margin: 13px auto 0;
    display: block;
    background: #d54858;
    border-right: 20px solid #62d8c3;
}

.stage {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.stage figure {
    margin: 0;
    padding: 10px;
    background: #ffffff;
    border: 2px solid #431631;
}

.stage figure > span {
    padding: 3px 2px 10px;
    display: block;
    color: #198b7d;
    font-size: 10px;
    font-weight: 900;
}

.stage img {
    width: 100%;
    height: auto;
}

.stage figcaption {
    padding: 14px 3px 4px;
    color: #431631;
    font-size: 14px;
    font-weight: 900;
}

.tango {
    background: #efc94a;
}

.ultra,
.waltz {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ultra article {
    min-height: 230px;
    padding: 27px;
    background: #fffdf7;
    border: 2px solid #431631;
}

.ultra article > div {
    display: flex;
    justify-content: space-between;
}

.ultra article > div span {
    color: #d54858;
    font-family: Georgia, serif;
    font-size: 25px;
    font-weight: 900;
}

.ultra article > div i {
    color: #198b7d;
    font-size: 29px;
}

.ultra article > b {
    margin-top: 31px;
    display: block;
    color: #431631;
    font-size: 18px;
}

.ultra article > p {
    margin: 12px 0 0;
    color: #625b63;
    font-size: 14px;
    line-height: 1.8;
}

.vixen {
    color: #ffffff;
    background: #431631;
}

.vixen .rally {
    color: #ffffff;
}

.waltz article {
    min-height: 260px;
    padding: 25px;
    position: relative;
    background: #5b2043;
    border-top: 5px solid #62d8c3;
}

.waltz article > span {
    color: #efc94a;
    font-size: 10px;
    font-weight: 900;
}

.waltz article > i {
    position: absolute;
    top: 21px;
    right: 23px;
    color: #62d8c3;
    font-size: 28px;
}

.waltz article > b {
    margin-top: 36px;
    display: block;
    font-size: 18px;
}

.waltz article > p {
    min-height: 50px;
    margin: 12px 0 20px;
    color: #decdd9;
    font-size: 14px;
    line-height: 1.8;
}

.waltz article > a {
    padding-top: 14px;
    display: flex;
    justify-content: space-between;
    color: #efc94a;
    border-top: 1px solid #80536f;
    font-size: 13px;
    font-weight: 900;
}

.xerox {
    background: #d7f2ec;
}

.yodel {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.yodel::before {
    content: "";
    position: absolute;
    top: 31px;
    right: 9%;
    left: 9%;
    height: 2px;
    background: #431631;
}

.yodel article {
    position: relative;
    z-index: 1;
    text-align: center;
}

.yodel article > span {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #d54858;
    border: 3px solid #431631;
    border-radius: 50%;
    font-family: Georgia, serif;
    font-weight: 900;
}

.yodel article > i {
    color: #198b7d;
    font-size: 25px;
}

.yodel article > b {
    margin: 10px 0 8px;
    display: block;
    color: #431631;
}

.yodel article > p {
    margin: 0;
    color: #625b63;
    font-size: 13px;
    line-height: 1.7;
}

.zebra {
    max-width: 980px;
    margin: 0 auto;
    border-top: 2px solid #431631;
}

.zebra article {
    border-bottom: 2px solid #431631;
}

.zebra button {
    width: 100%;
    min-height: 76px;
    padding: 0 5px;
    display: grid;
    grid-template-columns: 65px 1fr 38px;
    align-items: center;
    color: #211c25;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.zebra button span {
    color: #198b7d;
    font-family: Georgia, serif;
    font-size: 17px;
    font-weight: 900;
}

.zebra button b {
    font-size: 16px;
}

.zebra button i {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #d54858;
    border-radius: 50%;
    font-size: 20px;
}

.zebra article > p {
    max-height: 0;
    margin: 0 43px 0 70px;
    overflow: hidden;
    color: #625b63;
    font-size: 14px;
    line-height: 1.8;
    transition: max-height .25s ease, margin .25s ease;
}

.zebra .focus > p {
    max-height: 130px;
    margin-top: -5px;
    margin-bottom: 22px;
}

.zebra .focus button i {
    background: #431631;
    transform: rotate(45deg);
}

.amber {
    background: #d54858;
}

.amber .rally {
    color: #ffffff;
}

.amber .rally::after {
    background: #efc94a;
    border-right-color: #62d8c3;
}

.brisk {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.brisk article {
    min-height: 200px;
    padding: 26px;
    background: #fffdf7;
    border-left: 6px solid #62d8c3;
}

.brisk article > div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: #198b7d;
    font-size: 10px;
    font-weight: 900;
}

.brisk time {
    color: #6d656d;
    font-weight: 500;
}

.brisk article > b {
    margin-top: 29px;
    display: block;
    color: #431631;
    font-size: 18px;
}

.brisk article > p {
    margin: 12px 0 0;
    color: #625b63;
    font-size: 14px;
    line-height: 1.8;
}

.caper {
    columns: 3;
    column-gap: 18px;
}

.caper article {
    width: 100%;
    margin: 0 0 18px;
    padding: 24px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #431631;
    break-inside: avoid;
}

.caper article:nth-child(2n) {
    background: #e5f8f4;
}

.caper article:nth-child(3n) {
    background: #fff3c8;
}

.caper article > i {
    color: #d54858;
    font-size: 26px;
}

.caper article > p {
    margin: 14px 0 23px;
    font-size: 14px;
    line-height: 1.85;
}

.caper article > div {
    padding-top: 14px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #c9c0c6;
    font-size: 11px;
}

.caper time {
    color: #6d656d;
}

.drama {
    padding: 47px 0 25px;
    color: #ffffff;
    background: #431631;
    border-top: 3px solid #efc94a;
}

.ember {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 28px;
}

.ember nav {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 19px;
    color: #decdd9;
    font-size: 12px;
}

.drama > p {
    width: min(1200px, calc(100% - 40px));
    margin: 32px auto 0;
    padding-top: 20px;
    color: #a9839a;
    border-top: 1px solid #70405f;
    text-align: center;
    font-size: 11px;
}

@media (max-width: 767px) {
    .bloom {
        width: calc(100% - 28px);
        min-height: 68px;
        gap: 10px;
    }

    .crown img {
        width: 39px;
        height: 39px;
    }

    .crown span {
        font-size: 14px;
    }

    .dolly {
        position: absolute;
        top: 68px;
        right: 0;
        left: 0;
        padding: 11px 14px 17px;
        display: none;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        color: #eadde7;
        background: #431631;
        border-bottom: 3px solid #efc94a;
    }

    .dolly.livey {
        display: grid;
    }

    .dolly a {
        padding: 13px 8px;
        border-bottom: 1px solid #70405f;
    }

    .bloom > .event {
        display: none;
    }

    .fable {
        margin-left: auto;
        display: block;
    }

    .house {
        width: 100%;
        min-height: 0;
        display: block;
    }

    .intro {
        padding: 58px 20px 48px;
    }

    .intro h1 {
        font-size: 42px;
    }

    .intro h1 b {
        font-size: 23px;
    }

    .intro > p {
        font-size: 15px;
    }

    .jolly a {
        width: 100%;
    }

    .kites {
        min-height: 560px;
        border-right: 0;
        border-left: 0;
        border-top: 4px solid #431631;
    }

    .movie {
        left: 23px;
        width: 58%;
    }

    .night {
        right: 20px;
        width: 41%;
    }

    .panel {
        padding: 64px 0;
    }

    .quilt {
        width: calc(100% - 28px);
    }

    .rally {
        margin-bottom: 34px;
        font-size: 28px;
    }

    .stage {
        margin-right: -14px;
        padding-right: 14px;
        display: flex;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .stage figure {
        flex: 0 0 76%;
        scroll-snap-align: start;
    }

    .ultra,
    .waltz,
    .brisk {
        grid-template-columns: 1fr;
    }

    .ultra article,
    .waltz article {
        min-height: 0;
    }

    .waltz article > p {
        min-height: 0;
    }

    .yodel {
        display: block;
    }

    .yodel::before {
        top: 31px;
        bottom: 31px;
        left: 31px;
        width: 2px;
        height: auto;
    }

    .yodel article {
        min-height: 125px;
        padding: 4px 0 27px 86px;
        text-align: left;
    }

    .yodel article > span {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
    }

    .zebra button {
        grid-template-columns: 47px 1fr 36px;
    }

    .zebra article > p,
    .zebra .focus > p {
        margin-right: 36px;
        margin-left: 47px;
    }

    .brisk article > div {
        display: block;
    }

    .brisk time {
        margin-top: 7px;
        display: block;
    }

    .caper {
        columns: 1;
    }

    .ember {
        width: calc(100% - 28px);
        display: grid;
    }

    .ember nav {
        margin: 8px 0;
        justify-content: flex-start;
    }

    .ember .event {
        width: 100%;
    }

    .drama > p {
        width: calc(100% - 28px);
        text-align: left;
        line-height: 1.7;
    }
}
