* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

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

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

button {
    font: inherit;
}

.anvil {
    position: sticky;
    top: 0;
    z-index: 30;
    background: #eef0eb;
    border-bottom: 1px solid #9ca49a;
}

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

.caden {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #153e33;
    font-weight: 900;
}

.caden img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 4px 4px 0 #9bb2a9;
}

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

.caden small {
    margin-top: 7px;
    color: #8f3040;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 9px;
}

.diver {
    margin-left: auto;
    display: flex;
    gap: 20px;
    color: #465049;
    font-size: 13px;
    font-weight: 700;
}

.diver a:hover {
    color: #8f3040;
}

.elmox {
    min-height: 43px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #ffffff;
    background: #8f3040;
    border: 1px solid #702332;
    font-size: 13px;
    font-weight: 800;
}

.froth {
    width: 42px;
    height: 42px;
    padding: 0;
    display: none;
    color: #ffffff;
    background: #153e33;
    border: 0;
    font-size: 22px;
}

.glint {
    padding: 70px 0 0;
    overflow: hidden;
    background: #dfe5de;
    border-bottom: 1px solid #9ca49a;
}

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

.ivern {
    max-width: 870px;
    margin: 0 auto;
    text-align: center;
}

.ivern > span {
    color: #315f8c;
    font-family: Georgia, serif;
    font-size: 11px;
    font-weight: 900;
}

.ivern h1 {
    margin: 21px 0 18px;
    color: #153e33;
    font-family: Georgia, "Microsoft YaHei", serif;
    font-size: 65px;
    line-height: 1.04;
    letter-spacing: 0;
}

.ivern h1 b {
    margin-top: 13px;
    display: block;
    color: #242724;
    font-size: 30px;
    line-height: 1.35;
}

.ivern > p {
    max-width: 680px;
    margin: 0 auto;
    color: #566159;
    font-size: 16px;
    line-height: 1.85;
}

.jabot {
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
}

.jabot a {
    min-width: 180px;
    min-height: 52px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #ffffff;
    background: #8f3040;
    font-weight: 800;
}

.jabot span {
    color: #526057;
    font-size: 12px;
}

.jabot span i {
    color: #315f8c;
}

.kappa {
    height: 330px;
    margin-top: 49px;
    position: relative;
    background: #153e33;
    border-radius: 150px 150px 0 0;
}

.linen,
.maven {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    background: #ffffff;
    border: 8px solid #eef0eb;
    box-shadow: 0 0 0 1px #91a098;
}

.linen {
    left: 24%;
    width: 205px;
    transform: rotate(-4deg);
}

.maven {
    right: 24%;
    width: 185px;
    transform: rotate(4deg);
}

.linen img,
.maven img {
    width: 100%;
    height: auto;
}

.nudge {
    position: absolute;
    top: 72px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    transform: translateX(-50%);
    font-family: Georgia, serif;
    font-size: 12px;
}

.nudge img {
    width: 62px;
    height: 62px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #dfe5de;
}

.nudge b {
    color: #aabed2;
}

.oaken {
    padding: 90px 0;
    border-bottom: 1px solid #aeb5ac;
}

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

.quill {
    margin-bottom: 46px;
    color: #153e33;
    text-align: center;
    font-family: Georgia, "Microsoft YaHei", serif;
    font-size: 34px;
    font-weight: 900;
}

.quill::after {
    content: "";
    width: 36px;
    height: 2px;
    margin: 13px auto 0;
    display: block;
    background: #8f3040;
}

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

.radii figure {
    margin: 0;
}

.radii img {
    width: 100%;
    height: auto;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #9ca49a;
}

.radii figcaption {
    padding: 15px 3px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.radii figcaption span {
    color: #315f8c;
    font-size: 11px;
}

.radii figcaption b {
    color: #153e33;
    font-size: 14px;
}

.sable {
    background: #ffffff;
}

.tulip,
.vireo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.tulip article {
    min-height: 230px;
    padding: 31px 28px;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 20px;
    border-right: 1px solid #b7beb6;
    border-bottom: 1px solid #b7beb6;
}

.tulip article:nth-child(3n) {
    border-right: 0;
}

.tulip article:nth-child(n+4) {
    border-bottom: 0;
}

.tulip article > span {
    color: #8f3040;
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 900;
}

.tulip article i {
    color: #315f8c;
    font-size: 28px;
}

.tulip article b {
    margin-top: 25px;
    display: block;
    color: #153e33;
    font-size: 18px;
}

.tulip article p {
    margin: 12px 0 0;
    color: #5b635d;
    font-size: 14px;
    line-height: 1.8;
}

.umbra {
    color: #ffffff;
    background: #153e33;
}

.umbra .quill {
    color: #ffffff;
}

.vireo {
    gap: 18px;
}

.vireo article {
    min-height: 260px;
    padding: 25px;
    color: #242724;
    background: #eef0eb;
    border-top: 5px solid #aabed2;
}

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

.vireo article > div i {
    color: #8f3040;
    font-size: 27px;
}

.vireo article > b {
    margin-top: 30px;
    display: block;
    color: #153e33;
    font-size: 18px;
}

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

.vireo article > a {
    padding-top: 14px;
    display: flex;
    justify-content: space-between;
    color: #8f3040;
    border-top: 1px solid #aab1aa;
    font-size: 13px;
    font-weight: 800;
}

.wixen {
    background: #dce5ee;
}

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

.xylem::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 9%;
    left: 9%;
    height: 1px;
    background: #6983a0;
}

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

.xylem article > span {
    width: 52px;
    height: 52px;
    margin: 0 auto 22px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #315f8c;
    border-radius: 50%;
    font-family: Georgia, serif;
    font-weight: 900;
}

.xylem article > div {
    padding: 22px 14px;
}

.xylem i {
    color: #8f3040;
    font-size: 25px;
}

.xylem b {
    margin: 10px 0 8px;
    display: block;
    color: #153e33;
}

.xylem p {
    margin: 0;
    color: #5b635d;
    font-size: 13px;
    line-height: 1.7;
}

.yarrow {
    max-width: 960px;
    margin: 0 auto;
    border-top: 1px solid #9ca49a;
}

.yarrow article {
    border-bottom: 1px solid #9ca49a;
}

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

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

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

.yarrow button i {
    color: #8f3040;
    font-size: 22px;
}

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

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

.yarrow .early button i {
    transform: rotate(180deg);
}

.zinnia {
    background: #8f3040;
}

.zinnia .quill {
    color: #ffffff;
}

.zinnia .quill::after {
    background: #dce5ee;
}

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

.amber article {
    min-height: 200px;
    padding: 26px;
    background: #eef0eb;
}

.amber article > div {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    color: #315f8c;
    font-size: 10px;
    font-weight: 900;
}

.amber time {
    color: #646b65;
    font-weight: 500;
}

.amber article > b {
    margin-top: 29px;
    display: block;
    color: #153e33;
    font-family: Georgia, "Microsoft YaHei", serif;
    font-size: 18px;
}

.amber article > p {
    margin: 12px 0 0;
    color: #5b635d;
    font-size: 14px;
    line-height: 1.8;
}

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

.bloom article {
    width: 100%;
    margin: 0 0 18px;
    padding: 24px;
    display: inline-block;
    background: #ffffff;
    border-left: 4px solid #315f8c;
    break-inside: avoid;
}

.bloom article:nth-child(2n) {
    border-color: #8f3040;
}

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

.bloom article > p {
    margin: 14px 0 23px;
    color: #424943;
    font-size: 14px;
    line-height: 1.85;
}

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

.bloom time {
    color: #6c756e;
}

.cedar {
    padding: 47px 0 25px;
    color: #ffffff;
    background: #153e33;
}

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

.cedar .caden {
    color: #ffffff;
}

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

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

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

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

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

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

    .diver.fresh {
        display: grid;
    }

    .diver a {
        padding: 13px 8px;
        border-bottom: 1px solid #c6ccc5;
    }

    .birch > .elmox {
        display: none;
    }

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

    .glint {
        padding-top: 54px;
    }

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

    .ivern {
        padding: 0 20px;
    }

    .ivern h1 {
        font-size: 43px;
    }

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

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

    .jabot {
        display: block;
    }

    .jabot a {
        width: 100%;
    }

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

    .kappa {
        height: 350px;
        margin-top: 42px;
        border-radius: 70px 70px 0 0;
    }

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

    .maven {
        right: 8%;
        width: 40%;
    }

    .nudge {
        top: 35px;
    }

    .oaken {
        padding: 64px 0;
    }

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

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

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

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

    .tulip,
    .vireo,
    .amber {
        grid-template-columns: 1fr;
    }

    .tulip article,
    .tulip article:nth-child(3n),
    .tulip article:nth-child(n+4) {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid #b7beb6;
    }

    .vireo article {
        min-height: 0;
    }

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

    .xylem {
        display: block;
    }

    .xylem::before {
        top: 26px;
        bottom: 30px;
        left: 25px;
        width: 1px;
        height: auto;
    }

    .xylem article {
        min-height: 120px;
        padding-left: 76px;
        text-align: left;
    }

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

    .xylem article > div {
        padding: 5px 0 25px;
    }

    .yarrow button {
        grid-template-columns: 47px 1fr 28px;
    }

    .yarrow article > p,
    .yarrow .early > p {
        margin-right: 28px;
        margin-left: 47px;
    }

    .amber article > div {
        display: block;
    }

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

    .bloom {
        columns: 1;
    }

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

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

    .dwell .elmox {
        width: 100%;
    }

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