:root {
    color-scheme: light;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    color: #31261f;
    background: #f7f2ea;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    background:
        radial-gradient(circle at 8% 10%, rgba(211, 88, 43, .1), transparent 22rem),
        radial-gradient(circle at 91% 22%, rgba(215, 157, 53, .12), transparent 20rem),
        #f7f2ea;
}

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

.maple-shell {
    overflow: hidden;
}

.maple-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.maple-header {
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid rgba(83, 55, 39, .1);
    background: rgba(247, 242, 234, .9);
    backdrop-filter: blur(16px);
}

.maple-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    gap: 32px;
}

.maple-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-family: Georgia, "Songti SC", serif;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: .08em;
}

.maple-brand-mark {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 8px 15px 8px 15px;
    background: #b9472e;
    color: #fff8ef;
    font-size: 17px;
    transform: rotate(-10deg);
}

.maple-nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    color: #785d4b;
    font-size: 14px;
}

.maple-nav-links a:hover {
    color: #b9472e;
}

.maple-hero {
    position: relative;
    padding: 108px 0 90px;
}

.maple-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr);
    align-items: center;
    gap: 64px;
}

.maple-eyebrow {
    margin: 0 0 19px;
    color: #b9472e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
}

.maple-hero h1 {
    max-width: 660px;
    margin: 0;
    font-family: Georgia, "Songti SC", serif;
    font-size: clamp(45px, 5vw, 72px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.04em;
}

.maple-hero h1 em {
    color: #b9472e;
    font-style: normal;
}

.maple-hero-copy {
    max-width: 530px;
    margin: 27px 0 0;
    color: #715d50;
    font-size: 16px;
    line-height: 2;
}

.maple-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 36px;
}

.maple-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid #b9472e;
    border-radius: 999px;
    color: #b9472e;
    font-size: 14px;
    font-weight: 700;
    transition: .2s ease;
}

.maple-button:hover {
    background: #b9472e;
    color: #fff8ef;
    transform: translateY(-2px);
}

.maple-button-primary {
    background: #b9472e;
    color: #fff8ef;
}

.maple-button-primary:hover {
    background: #8f3624;
    border-color: #8f3624;
}

.maple-visual {
    position: relative;
    min-height: 376px;
}

.maple-sun {
    position: absolute;
    top: 28px;
    right: 42px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #eab851;
    opacity: .9;
}

.maple-hill {
    position: absolute;
    right: -55px;
    bottom: 0;
    left: 0;
    height: 240px;
    border-radius: 50% 50% 0 0 / 64% 54% 0 0;
    background: #554235;
}

.maple-hill::before,
.maple-hill::after {
    position: absolute;
    bottom: 0;
    width: 220px;
    height: 166px;
    border-radius: 50% 50% 0 0 / 75% 75% 0 0;
    content: "";
}

.maple-hill::before {
    left: -36px;
    background: #73523d;
}

.maple-hill::after {
    right: 52px;
    background: #382d28;
}

.maple-leaf {
    position: absolute;
    z-index: 2;
    width: 33px;
    height: 33px;
    border-radius: 4px 18px 4px 18px;
    background: #c85131;
    transform: rotate(32deg);
}

.maple-leaf::after {
    position: absolute;
    top: 27px;
    left: 15px;
    width: 2px;
    height: 22px;
    background: #77503b;
    content: "";
    transform: rotate(-30deg);
    transform-origin: top;
}

.maple-leaf-one {
    top: 10px;
    left: 56px;
    background: #c85131;
}

.maple-leaf-two {
    top: 112px;
    left: 12px;
    width: 23px;
    height: 23px;
    background: #e0a343;
    transform: rotate(-18deg);
}

.maple-leaf-three {
    right: 7px;
    bottom: 92px;
    background: #ac3e2b;
    transform: rotate(78deg);
}

.maple-section {
    padding: 84px 0;
}

.maple-section-tint {
    background: rgba(236, 222, 202, .46);
}

.maple-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.maple-kicker {
    margin: 0 0 10px;
    color: #b9472e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
}

.maple-section h2 {
    margin: 0;
    font-family: Georgia, "Songti SC", serif;
    font-size: 34px;
    letter-spacing: -.03em;
}

.maple-text-link {
    color: #9a452f;
    font-size: 14px;
    font-weight: 700;
}

.maple-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.maple-article-card {
    display: flex;
    min-height: 290px;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    border: 1px solid rgba(83, 55, 39, .1);
    border-radius: 20px;
    background: #fffdf9;
    box-shadow: 0 13px 35px rgba(91, 61, 39, .055);
    transition: transform .2s ease, box-shadow .2s ease;
}

.maple-article-card:hover {
    box-shadow: 0 18px 40px rgba(91, 61, 39, .12);
    transform: translateY(-5px);
}

.maple-card-number {
    display: block;
    margin-bottom: 32px;
    color: #d3b7a0;
    font-family: Georgia, serif;
    font-size: 28px;
    font-style: italic;
}

.maple-tag {
    display: inline-block;
    margin-bottom: 13px;
    color: #a14731;
    font-size: 12px;
    font-weight: 700;
}

.maple-article-card h3 {
    margin: 0;
    font-family: Georgia, "Songti SC", serif;
    font-size: 23px;
    line-height: 1.35;
}

.maple-article-card p {
    margin: 14px 0 24px;
    color: #786558;
    font-size: 14px;
    line-height: 1.8;
}

.maple-card-meta {
    color: #ae9887;
    font-size: 12px;
}

.maple-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 54px;
}

.maple-entry-list {
    border-top: 1px solid rgba(83, 55, 39, .14);
}

.maple-entry {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr) 30px;
    gap: 22px;
    align-items: start;
    padding: 27px 0;
    border-bottom: 1px solid rgba(83, 55, 39, .14);
}

.maple-entry time {
    padding-top: 5px;
    color: #a88874;
    font-size: 12px;
}

.maple-entry h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.4;
}

.maple-entry p {
    margin: 0;
    color: #806d60;
    font-size: 14px;
    line-height: 1.75;
}

.maple-entry-arrow {
    padding-top: 3px;
    color: #b9472e;
    font-size: 23px;
}

.maple-sidebar {
    display: grid;
    align-content: start;
    gap: 20px;
}

.maple-panel {
    padding: 25px;
    border: 1px solid rgba(83, 55, 39, .1);
    border-radius: 18px;
    background: #fffdf9;
}

.maple-panel h3 {
    margin: 0 0 17px;
    font-family: Georgia, "Songti SC", serif;
    font-size: 20px;
}

.maple-panel p {
    margin: 0;
    color: #796659;
    font-size: 14px;
    line-height: 1.9;
}

.maple-book-list {
    display: grid;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.maple-book-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #695446;
    font-size: 14px;
}

.maple-book-list span {
    color: #b9472e;
    font-size: 12px;
}

.maple-note {
    background: #b9472e;
    color: #fff8ef;
}

.maple-note p,
.maple-note .maple-kicker {
    color: inherit;
}

.maple-footer {
    padding: 38px 0 48px;
    border-top: 1px solid rgba(83, 55, 39, .1);
    color: #9c8472;
    font-size: 13px;
}

.maple-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.maple-footer-links {
    display: flex;
    gap: 18px;
}

@media (max-width: 991px) {
    .maple-hero {
        padding: 76px 0 64px;
    }

    .maple-hero-grid,
    .maple-content-grid {
        grid-template-columns: 1fr;
    }

    .maple-visual {
        max-width: 560px;
        min-height: 320px;
    }

    .maple-feature-grid {
        grid-template-columns: 1fr;
    }

    .maple-article-card {
        min-height: 230px;
    }

    .maple-sidebar {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .maple-container {
        width: min(100% - 32px, 1180px);
    }

    .maple-nav {
        min-height: 64px;
    }

    .maple-nav-links {
        display: none;
    }

    .maple-hero h1 {
        font-size: 43px;
    }

    .maple-section {
        padding: 58px 0;
    }

    .maple-section-head,
    .maple-footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .maple-entry {
        grid-template-columns: 1fr 25px;
        gap: 10px;
    }

    .maple-entry time {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .maple-entry > div {
        grid-column: 1;
        grid-row: 2;
    }

    .maple-entry-arrow {
        grid-column: 2;
        grid-row: 2;
    }

    .maple-sidebar {
        grid-template-columns: 1fr;
    }
}
