* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #17243b;
    background: #f8f5eb;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

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

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

button {
    font: inherit;
}

.adorn {
    position: sticky;
    top: 0;
    z-index: 30;
    color: #ffffff;
    background: #142846;
    border-bottom: 2px solid #c7a84b;
}

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

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

.crest img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border: 2px solid #c7a84b;
    border-radius: 50%;
}

.crest span {
    display: grid;
    font-family: Georgia, "Microsoft YaHei", serif;
    font-size: 16px;
    line-height: 1;
}

.crest small {
    margin-top: 7px;
    color: #68c2b1;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 9px;
}

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

.docket a:hover {
    color: #ddc56d;
}

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

.folio {
    width: 42px;
    height: 42px;
    padding: 0;
    display: none;
    color: #142846;
    background: #ddc56d;
    border: 0;
    font-size: 22px;
}

.gavel {
    padding: 72px 0 0;
    overflow: hidden;
    background: #f8f5eb;
    border-bottom: 2px solid #142846;
}

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

.ivory {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.ivory > span {
    color: #288979;
    font-size: 10px;
    font-weight: 900;
}

.ivory h1 {
    margin: 22px 0 18px;
    color: #142846;
    font-family: Georgia, "Microsoft YaHei", serif;
    font-size: 60px;
    line-height: 1.04;
    letter-spacing: 0;
}

.ivory h1 b {
    margin-top: 14px;
    display: block;
    color: #9a3b44;
    font-size: 29px;
    line-height: 1.35;
}

.ivory > p {
    max-width: 700px;
    margin: 0 auto;
    color: #65675f;
    font-size: 16px;
    line-height: 1.9;
}

.jewel {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.jewel a {
    min-width: 210px;
    min-height: 54px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #ffffff;
    background: #9a3b44;
    border: 1px solid #6d2630;
    font-weight: 900;
}

.jewel span {
    color: #65675f;
    font-size: 12px;
}

.jewel span i {
    color: #288979;
}

.knurl {
    height: 350px;
    margin-top: 50px;
    position: relative;
    background: #142846;
    border-radius: 4px 4px 0 0;
}

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

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

.label small {
    color: #68c2b1;
}

.medal,
.noble {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    background: #ffffff;
    border: 7px solid #f8f5eb;
    box-shadow: 0 0 0 1px #667387;
}

.medal {
    left: 25%;
    width: 205px;
}

.noble {
    right: 25%;
    width: 190px;
}

.medal img,
.noble img {
    width: 100%;
    height: auto;
}

.optic {
    position: absolute;
    top: 93px;
    left: 50%;
    display: grid;
    grid-template-columns: 35px auto;
    align-items: center;
    gap: 10px;
    color: #cbd4e0;
    transform: translateX(-50%);
    font-size: 9px;
}

.optic i {
    color: #ddc56d;
    font-size: 24px;
}

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

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

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

.ruler::after {
    content: "OFFICIAL EDITION";
    margin: 12px auto 0;
    display: block;
    color: #9a3b44;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 9px;
}

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

.stage figure {
    margin: 0;
    padding: 9px;
    background: #ffffff;
    border: 1px solid #a9aa9f;
}

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

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

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

.tempo {
    background: #ffffff;
}

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

.ultra article {
    min-height: 230px;
    padding: 27px;
    position: relative;
    background: #f8f5eb;
    border-top: 4px solid #ddc56d;
}

.ultra article > span {
    position: absolute;
    top: 22px;
    right: 24px;
    color: #9a3b44;
    font-family: Georgia, serif;
    font-size: 25px;
    font-weight: 900;
}

.ultra article > i {
    color: #288979;
    font-size: 30px;
}

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

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

.vivid {
    color: #ffffff;
    background: #142846;
}

.vivid .ruler {
    color: #ffffff;
}

.waltz article {
    min-height: 260px;
    padding: 25px;
    background: #203a60;
    border-top: 4px solid #ddc56d;
}

.waltz article > div {
    display: flex;
    justify-content: space-between;
    color: #ddc56d;
    font-size: 10px;
    font-weight: 900;
}

.waltz article > div i {
    color: #68c2b1;
    font-size: 28px;
}

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

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

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

.xerox {
    background: #dff1ed;
}

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

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

.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: #142846;
    background: #ddc56d;
    border: 3px solid #142846;
    border-radius: 50%;
    font-family: Georgia, serif;
    font-weight: 900;
}

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

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

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

.zesty {
    max-width: 980px;
    margin: 0 auto;
    border-top: 1px solid #a9aa9f;
}

.zesty article {
    border-bottom: 1px solid #a9aa9f;
}

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

.zesty button span {
    color: #288979;
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: 900;
}

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

.zesty button i {
    color: #9a3b44;
    font-size: 22px;
}

.zesty article > p {
    max-height: 0;
    margin: 0 40px 0 70px;
    overflow: hidden;
    color: #65675f;
    font-size: 14px;
    line-height: 1.8;
    transition: max-height .25s ease, margin .25s ease;
}

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

.zesty .openx button i {
    transform: rotate(45deg);
}

.amber {
    background: #9a3b44;
}

.amber .ruler {
    color: #ffffff;
}

.amber .ruler::after {
    color: #ddc56d;
}

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

.brisk article {
    min-height: 200px;
    padding: 26px;
    background: #f8f5eb;
    border-left: 5px solid #68c2b1;
}

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

.brisk time {
    color: #686a64;
    font-weight: 500;
}

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

.brisk article > p {
    margin: 12px 0 0;
    color: #65675f;
    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-top: 4px solid #ddc56d;
    break-inside: avoid;
}

.caper article:nth-child(2n) {
    background: #e8f4f1;
    border-color: #68c2b1;
}

.caper article:nth-child(3n) {
    background: #fff0ec;
    border-color: #9a3b44;
}

.caper article > i {
    color: #9a3b44;
    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 #cbc7b9;
    font-size: 11px;
}

.caper time {
    color: #686a64;
}

.delta {
    padding: 47px 0 25px;
    color: #ffffff;
    background: #142846;
    border-top: 3px solid #ddc56d;
}

.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: #ccd7e5;
    font-size: 12px;
}

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

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

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

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

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

    .docket.ready {
        display: grid;
    }

    .docket a {
        padding: 13px 8px;
        border-bottom: 1px solid #3f5371;
    }

    .brass > .entry {
        display: none;
    }

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

    .gavel {
        padding-top: 54px;
    }

    .honor {
        width: 100%;
        min-height: 0;
    }

    .ivory {
        padding: 0 20px;
    }

    .ivory h1 {
        font-size: 40px;
    }

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

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

    .jewel {
        display: block;
    }

    .jewel a {
        width: 100%;
    }

    .jewel span {
        margin-top: 17px;
        display: block;
    }

    .knurl {
        height: 370px;
        margin-top: 42px;
    }

    .medal {
        left: 8%;
        width: 44%;
    }

    .noble {
        right: 8%;
        width: 41%;
    }

    .optic {
        top: 82px;
    }

    .panel {
        padding: 64px 0;
    }

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

    .ruler {
        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 87px;
        text-align: left;
    }

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

    .zesty button {
        grid-template-columns: 47px 1fr 32px;
    }

    .zesty article > p,
    .zesty .openx > p {
        margin-right: 32px;
        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 .entry {
        width: 100%;
    }

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