.story-page {
    margin: 0;
    background: #f7f3ec;
    color: #151515;
    font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "SimSun", "PingFang SC", "Microsoft Yahei", serif;
    letter-spacing: .04em;
    -webkit-font-smoothing: antialiased;
}

/* Final readable story layer - terminal override. */
.story-page,
.story-main,
.topic-path-container {
    background: var(--zg-paper, #f5eee2) !important;
    color: var(--zg-ink, #17120e) !important;
}

.story-title,
.story-section-copy h2,
.topic-path {
    color: var(--zg-ink, #17120e) !important;
}

.story-section-copy p,
.story-breadcrumb,
.topic-path {
    color: var(--zg-muted, #5f554a) !important;
}

.story-section-image img {
    filter: saturate(.96) contrast(1.02) sepia(.04) brightness(1) !important;
}


/* Final readable story layer - terminal override. */
.story-page,
.story-main,
.topic-path-container {
    background: var(--zg-paper, #f5eee2) !important;
    color: var(--zg-ink, #17120e) !important;
}

.story-title,
.story-section-copy h2,
.topic-path {
    color: var(--zg-ink, #17120e) !important;
}

.story-section-copy p,
.story-breadcrumb,
.topic-path {
    color: var(--zg-muted, #5f554a) !important;
}

.story-section-image img {
    filter: saturate(.96) contrast(1.02) sepia(.04) brightness(1) !important;
}


/* Final readable story layer. */
.story-page,
.story-main,
.topic-path-container {
    background: var(--zg-paper, #f5eee2) !important;
    color: var(--zg-ink, #17120e) !important;
}

.story-title,
.story-section-copy h2,
.topic-path {
    color: var(--zg-ink, #17120e) !important;
}

.story-section-copy p,
.story-breadcrumb,
.topic-path {
    color: var(--zg-muted, #5f554a) !important;
}

.story-section-image img {
    filter: saturate(.96) contrast(1.02) sepia(.04) brightness(1) !important;
}

/* Walnut gold theme: color-only overrides. */
.story-page, .story-main, .topic-path-container { background: var(--zg-deep, #050302); color: var(--zg-ink, #f0e5d2); }
.story-title, .story-section-copy h2, .story-breadcrumb, .topic-path { color: var(--zg-ink, #f0e5d2); }
.story-title::after, .story-section-copy h2::before, .story-breadcrumb a::after { color: var(--zg-gold, #bd9a62); }
.story-section-copy p, .story-breadcrumb, .topic-path { color: var(--zg-muted, #9a876d); }
.story-section::after { background: linear-gradient(90deg, transparent, var(--zg-line, rgba(189,154,98,.38)), transparent); }
.story-section-image { background: linear-gradient(145deg, #1b120c, #624026 54%, var(--zg-deep, #050302)); border-color: var(--zg-line, rgba(189,154,98,.38)); box-shadow: 0 24px 70px rgba(0,0,0,.34); }
.story-section-image::after { border-color: var(--zg-line, rgba(189,154,98,.38)); }
.story-section-image img { filter: saturate(.82) contrast(1.08) sepia(.14) brightness(.82); }
.story-cookie { background: var(--zg-deep-soft, #0e0804); color: var(--zg-ink, #f0e5d2); border-color: var(--zg-line, rgba(189,154,98,.38)); }
.story-cookie a, .story-cookie-actions button { color: var(--zg-gold, #bd9a62); border-color: var(--zg-gold, #bd9a62); }

/* Native wood story refresh */
.story-page {
    background: radial-gradient(circle at 12% 2%, rgba(198, 167, 123, .18), transparent 28%), var(--zg-paper, #f3ebdd);
    color: var(--zg-ink, #17120e);
}

.story-main {
    padding-top: 126px;
}

.topic-path-container {
    background: var(--zg-paper, #f3ebdd);
    border-bottom: 1px solid rgba(122, 86, 53, .12);
}

.topic-path {
    color: rgba(23, 18, 14, .54);
}

.story-title {
    color: var(--zg-ink, #17120e);
    text-shadow: 0 18px 42px rgba(122, 86, 53, .08);
}

.story-title::after {
    content: 'NATIVE WOOD TONE';
    display: block;
    margin-top: 18px;
    color: var(--zg-gold, #b08a55);
    font-family: Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
    font-size: 11px;
    letter-spacing: .34em;
}

.story-section {
    position: relative;
    padding-bottom: 116px;
}

.story-section::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 54px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(122, 86, 53, .22), transparent);
}

.story-section-image {
    position: relative;
    border: 1px solid rgba(176, 138, 85, .26);
    background: linear-gradient(145deg, #2a1b11, #b8945f 54%, #17100b);
    box-shadow: 0 28px 70px rgba(67, 45, 26, .16);
}

.story-section-image::after {
    content: '';
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(243, 235, 221, .24);
    pointer-events: none;
}

.story-section-image img {
    filter: saturate(.86) contrast(1.04) sepia(.08);
}

.story-section-copy h2 {
    color: var(--zg-ink, #17120e);
}

.story-section-copy h2::before {
    content: 'CRAFTED STORY';
    display: block;
    margin-bottom: 16px;
    color: var(--zg-gold, #b08a55);
    font-family: Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
    font-size: 10px;
    letter-spacing: .28em;
}

.story-section-copy p {
    color: rgba(23, 18, 14, .74);
    line-height: 2.32;
}

.story-cookie {
    background: rgba(20, 16, 12, .96);
    color: var(--zg-paper, #f3ebdd);
    border: 1px solid rgba(194, 160, 106, .2);
}

.story-cookie a {
    color: var(--zg-gold-soft, #c2a06a);
}

.story-cookie-actions button {
    border-color: rgba(194, 160, 106, .72);
    color: var(--zg-paper, #f3ebdd);
}

.story-cookie-actions button:hover {
    background: var(--zg-gold, #b08a55);
    color: #120d09;
}

@media (max-width: 900px) {
    .story-main {
        padding-top: 74px;
    }

    .story-title::after {
        letter-spacing: .22em;
    }

    .story-section::after {
        bottom: 42px;
    }
}

.story-page *,
.story-page *::before,
.story-page *::after {
    box-sizing: border-box;
}

.story-page a {
    color: inherit;
    text-decoration: none;
}

.story-header {
    position: relative;
    z-index: 1000;
}

.story-header-pc {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1088px;
    height: 44px;
    background: rgba(8, 8, 8, .94);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.story-header .gnav-ttl.is-active {
    color: #d8bd87;
}

.story-header-links {
    display: flex;
    align-items: center;
    gap: 14px;
    position: absolute;
    right: 28px;
    top: 0;
    height: 44px;
    color: rgba(255, 255, 255, .72);
    font-family: Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
    font-size: 10px;
    letter-spacing: .06em;
}

.story-header-links a:hover {
    color: #fff;
}

.story-mega small {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    line-height: 1.4;
}

.story-culture-menu .site-nav-dropdown-inner {
    gap: 13px;
}

.story-main {
    padding: 112px 0 96px;
}

.story-breadcrumb {
    display: flex;
    gap: 12px;
    align-items: center;
    width: min(1060px, calc(100% - 56px));
    margin: 0 auto 54px;
    color: #777;
    font-family: Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
    font-size: 11px;
    letter-spacing: .12em;
}

.story-breadcrumb a::after {
    content: '>';
    margin-left: 12px;
    color: #b7aa96;
}

.story-title {
    width: min(1060px, calc(100% - 56px));
    margin: 0 auto 76px;
    color: #202020;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(54px, 9vw, 118px);
    font-weight: 400;
    letter-spacing: .16em;
    line-height: 1;
}

.story-sections {
    width: min(1060px, calc(100% - 56px));
    margin: 0 auto;
}

.story-section {
    display: grid;
    grid-template-columns: minmax(0, 52%) minmax(320px, 1fr);
    gap: clamp(34px, 6vw, 82px);
    align-items: center;
    padding: 0 0 98px;
}

.story-section + .story-section {
    padding-top: 10px;
}

.story-section:nth-child(even) {
    grid-template-columns: minmax(320px, 1fr) minmax(0, 52%);
}

.story-section:nth-child(even) .story-section-image {
    order: 2;
}

.story-section-image {
    margin: 0;
    background: #ddd0bd;
    overflow: hidden;
}

.story-section-image img {
    display: block;
    width: 100%;
    height: auto;
}

.story-section-copy h2 {
    margin: 0 0 28px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 400;
    letter-spacing: .12em;
}

.story-section-copy p {
    margin: 0;
    color: #333;
    font-size: 15px;
    line-height: 2.25;
}

.story-section-copy p + p {
    margin-top: 24px;
}

.story-cookie {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 8800;
    width: min(560px, calc(100vw - 48px));
    padding: 20px 22px;
    background: rgba(20, 18, 15, .96);
    color: #efe7d8;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .28);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.story-cookie.is-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
}

.story-cookie p {
    margin: 0 0 14px;
    font-size: 12px;
    line-height: 1.8;
}

.story-cookie a {
    color: #d8bd87;
    text-decoration: underline;
}

.story-cookie-actions {
    display: flex;
    gap: 10px;
}

.story-cookie-actions button {
    border: 1px solid rgba(216, 189, 135, .72);
    background: transparent;
    color: #f7f3ec;
    padding: 7px 18px;
    font: inherit;
    font-size: 12px;
    cursor: pointer;
}

.story-cookie-actions button:hover {
    background: #d8bd87;
    color: #151515;
}

.story-footer {
    background: #0d0d0d;
    color: #eee;
    padding: 64px 0 42px;
}

.story-footer-inner {
    width: min(1120px, calc(100% - 56px));
    margin: 0 auto;
}

.story-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 44px;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: .16em;
}

.story-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px;
}

.story-footer-grid div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.story-footer-grid a,
.story-footer-grid strong {
    color: rgba(255, 255, 255, .72);
    font-family: Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: .06em;
    font-weight: 400;
}

.story-footer-grid a:hover {
    color: #fff;
}

.story-copyright {
    margin: 46px 0 0;
    color: rgba(255, 255, 255, .42);
    font-family: Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
    font-size: 11px;
    letter-spacing: .08em;
}

@media (max-width: 900px) {
    .story-header-pc,
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .story-main {
        padding: 24vw 0 18vw;
    }

    .story-breadcrumb,
    .story-title,
    .story-sections,
    .story-footer-inner {
        width: min(100% - 8vw, 680px);
    }

    .story-breadcrumb {
        margin-bottom: 10vw;
    }

    .story-title {
        margin-bottom: 14vw;
        font-size: 15vw;
    }

    .story-section,
    .story-section:nth-child(even) {
        display: block;
        padding-bottom: 18vw;
    }

    .story-section:nth-child(even) .story-section-image {
        order: initial;
    }

    .story-section-image {
        margin-bottom: 8vw;
    }

    .story-section-copy h2 {
        margin-bottom: 5vw;
        font-size: 8vw;
    }

    .story-section-copy p {
        font-size: 3.8vw;
        line-height: 2.05;
    }

    .story-cookie {
        left: 4vw;
        bottom: 4vw;
        width: 92vw;
        padding: 4.8vw;
    }

    .story-cookie-actions {
        flex-wrap: wrap;
    }

    .story-footer {
        padding: 14vw 0 22vw;
    }

    .story-footer-grid {
        grid-template-columns: 1fr;
        gap: 8vw;
    }
}

.story-header-pc {
    display: grid !important;
    grid-template-columns: 220px minmax(0, 1fr) 220px !important;
    align-items: center !important;
    height: 80px !important;
    padding: 0 42px !important;
    color: #151515 !important;
    background: rgba(255, 255, 255, .97) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .08) !important;
}

.story-header .gnav-ttl.is-active {
    color: #151515 !important;
}

.story-main {
    padding-top: 74px;
}

@media (max-width: 900px) {
    .story-main {
        padding-top: 12vw;
    }
}

@media (min-width: 901px) {
    .story-header-pc {
        position: static !important;
        height: 94px !important;
        color: #fff !important;
        background: #000 !important;
        border-bottom: 0 !important;
    }

    .story-header .gnav-ttl,
    .story-header .gnav-ttl > a,
    .story-header .gnav-ttl.is-active,
    .story-header .site-nav-dropdown-toggle,
    .story-header .header-logo,
    .story-header .logo-mark,
    .story-header .logo-text,
    .story-header-links,
    .story-header-links a {
        color: #fff !important;
    }

    .story-header .gnav-sub,
    .story-header .site-nav-dropdown-menu {
        top: 94px !important;
        color: #fff !important;
        background: #1f2529 !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .story-header .gnav-sub-list a,
    .story-header .site-nav-dropdown-inner a,
    .story-header .site-nav-dropdown-menu a,
    .story-mega small {
        color: #fff !important;
    }

    .story-header .gnav-pc-item:hover .gnav-ttl,
    .story-header .gnav-ttl:hover,
    .story-header-links a:hover,
    .story-header .gnav-sub-list a:hover,
    .story-header .site-nav-dropdown-inner a:hover,
    .story-header .site-nav-dropdown-menu a:hover {
        opacity: .6 !important;
    }
}

/* Final readable story layer - terminal override. */
.story-page,
.story-main,
.topic-path-container {
    background: var(--zg-paper, #f5eee2) !important;
    color: var(--zg-ink, #17120e) !important;
}

.story-title,
.story-section-copy h2,
.topic-path {
    color: var(--zg-ink, #17120e) !important;
}

.story-section-copy p,
.story-breadcrumb,
.topic-path {
    color: var(--zg-muted, #5f554a) !important;
}

.story-section-image img {
    filter: saturate(.96) contrast(1.02) sepia(.04) brightness(1) !important;
}

/* Requested story page text colors. */
.story-title,
.story-section-copy h2 {
    color: var(--zg-gold, #bd9a62) !important;
}

.story-section-copy p {
    color: #fff !important;
}
