@font-face {
    font-family: "ViewCamera Text";
    src: url("LXGWZhenKai-ViewCamera.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

:root {
    color-scheme: light;
    --text: #454e57;
    --muted: #727c85;
    --line: #d8dadc;
    --link: #369ad8;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    margin: 0;
}

body {
    background: #fff;
    color: var(--text);
    font-family: "ViewCamera Text", "Kaiti SC", STKaiti, KaiTi, serif;
    font-size: 16px;
    letter-spacing: .2px;
}

html.font-full-ready body {
    font-family: "LXGW ZhenKai Full", "Kaiti SC", STKaiti, KaiTi, serif;
}

img {
    max-width: 100%;
}

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

a:hover,
a:focus-visible {
    color: var(--link);
}

.page-shell {
    display: flex;
    flex-direction: column;
    width: 720px;
    max-width: calc(100% - 48px);
    min-height: 100vh;
    margin: 0 auto;
}

.site-header {
    position: relative;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    height: 135px;
    border-bottom: 1px solid var(--line);
}

.brand-link,
.brand-logo {
    display: block;
    width: 80px;
    height: 80px;
}

.store-link {
    display: block;
    line-height: 0;
}

.store-link img {
    display: block;
    width: 100%;
    height: auto;
}

.store-link-header {
    position: absolute;
    right: 0;
    width: 78px;
}

.home-content {
    padding: 38px 0 32px;
    text-align: center;
}

.product-title {
    margin: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.45;
}

.product-preview {
    display: block;
    width: 282px;
    height: auto;
    margin: 25px auto 0;
    border: 1px solid #8f969c;
}

.more-link {
    display: inline-block;
    margin-top: 25px;
    font-size: 20px;
    line-height: 1.5;
}

.site-footer {
    flex: 0 0 auto;
    margin-top: auto;
    padding-top: 18px;
    text-align: center;
}

.store-link-footer {
    width: 100px;
    margin: 0 auto 9px;
}

.footer-meta {
    padding: 8px 0 5px;
    border-top: 1px solid var(--line);
    color: #65717b;
    font-size: 13px;
    line-height: 1.35;
}

.footer-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 12px;
    margin: 0;
}

.footer-line a {
    color: var(--link);
}

.footer-email {
    display: block;
    width: 150px;
    height: auto;
    margin: 3px auto 0;
}

.legal-content {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 34px 0 52px;
    line-height: 1.8;
}

.legal-content h1 {
    margin: 0 0 6px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
}

.legal-updated {
    margin: 0 0 30px;
    color: var(--muted);
    font-size: 13px;
    text-align: center;
}

.legal-content section {
    margin-top: 25px;
}

.legal-content h2 {
    margin: 0 0 7px;
    font-size: 18px;
    font-weight: 400;
}

.legal-content p,
.legal-content ul {
    margin: 0;
}

.legal-content ul {
    padding-left: 1.4em;
}

.legal-back {
    margin-top: 32px;
    text-align: center;
}

.legal-back a {
    color: var(--link);
}

@media screen and (max-width: 600px) {
    .page-shell {
        max-width: calc(100% - 32px);
    }

    .site-header {
        height: 106px;
    }

    .brand-link,
    .brand-logo {
        width: 68px;
        height: 68px;
    }

    .store-link-header {
        width: 64px;
    }

    .home-content {
        padding-top: 30px;
    }

    .product-title {
        font-size: 17px;
    }

    .product-preview {
        width: 280px;
        max-width: 100%;
    }

    .legal-content {
        padding-top: 28px;
    }

    .legal-content h1 {
        font-size: 22px;
    }
}
