.news-page {
    --paper: #f5f2eb;
    --paper-soft: #ebe7de;
    --ink: #242520;
    --muted: #666a62;
    --brass: #9b7548;
    --line: #d7d3c8;
    --moss: #5d6853;
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.65;
}

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

.news-page img { display: block; max-width: 100%; }
.news-page button { color: inherit; font: inherit; }
.news-page .site-shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.news-page h1,
.news-page h2,
.news-page h3 { font-family: "Songti SC", "STSong", "Noto Serif SC", serif; font-weight: 500; }

.news-page ::selection { background: #d9c9ae; color: var(--ink); }
.news-page :focus-visible { outline: 2px solid var(--brass); outline-offset: 4px; }

body.site-page.immersive-page.news-page { padding-top: 0; }

body.site-page.immersive-page.news-page .site-header:not(.scrolled) {
    background: rgba(245, 242, 235, .34);
    border-bottom-color: rgba(255, 255, 255, .36);
    backdrop-filter: blur(10px);
}

.news-page .site-immersive-hero.news-immersive-hero {
    position: relative;
    height: 100svh;
    min-height: max(710px, 100svh);
    overflow: hidden;
    border-bottom: 1px solid var(--line);
}

.news-page .site-immersive-visual,
.news-page .site-immersive-visual img { width: 100%; height: 100%; }

.news-page .site-immersive-hero-media {
    max-width: none;
    object-fit: cover;
    object-position: center;
}

.news-page .site-immersive-hero-inner {
    position: relative;
    z-index: 1;
    min-height: max(710px, 100svh);
    padding-top: 148px;
    padding-bottom: 62px;
    display: flex;
    align-items: center;
}

.news-page .news-immersive-copy { width: min(650px, 46vw); }

.news-page .site-immersive-hero h1 {
    margin: 0;
    font-size: clamp(48px, 4.5vw, 72px);
    line-height: 1.16;
    letter-spacing: -.035em;
}

.news-page .news-immersive-lede {
    max-width: 535px;
    margin: 27px 0 0;
    color: #515950;
    font-size: 16px;
    line-height: 1.95;
}

.news-page .immersive-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.news-page .immersive-primary {
    min-height: 46px;
    padding: 0 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--moss);
    background: var(--moss);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.news-page .immersive-primary:hover { background: #4f5948; border-color: #4f5948; }

.news-page .immersive-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 0 5px;
    border-bottom: 1px solid #83877d;
    color: var(--ink);
    text-decoration: none;
    font-size: 14px;
}

.news-page .immersive-tags {
    margin-top: 51px;
    padding-top: 17px;
    border-top: 1px solid rgba(80, 86, 77, .38);
    display: flex;
    flex-wrap: wrap;
    font-family: "Songti SC", "STSong", "Noto Serif SC", serif;
    font-size: 15px;
}

.news-page .immersive-tags span + span::before {
    content: "/";
    margin: 0 18px;
    color: var(--brass);
}

.news-page #latest { scroll-margin-top: 90px; }

.text-link,
.outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--ink);
    text-decoration: none;
}

.text-link i,
.outline-button i { transition: transform .22s ease; }
.text-link:hover i,
.outline-button:hover i { transform: translateX(3px); }

.news-content { padding-block: 44px 82px; }

.journal-heading {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.journal-heading h2 { margin: 0; font-size: 28px; line-height: 1.25; }

.filter-rail {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.filter-button {
    min-height: 38px;
    padding: 7px 13px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font-size: 13px;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.filter-button:hover { color: var(--ink); border-color: var(--line); }
.filter-button.active { background: var(--moss); color: #fff; }

.featured-story {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
    min-height: 420px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    align-items: stretch;
}

.featured-story[hidden],
.story-row[hidden] { display: none; }

.feature-media {
    min-height: 390px;
    overflow: hidden;
}

.feature-media img,
.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s cubic-bezier(.16, 1, .3, 1);
}

.featured-story:hover .feature-media img,
.story-row:hover .story-image img { transform: scale(1.025); }

.feature-copy {
    padding: clamp(40px, 5vw, 68px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.featured-story.featured-story-no-media { grid-template-columns: minmax(0, 760px); justify-content: center; }
.featured-story-no-media .feature-copy { padding-inline: 0; }

.news-page time {
    color: var(--brass);
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em;
}

.story-tag {
    margin: 7px 0 13px;
    color: var(--moss);
    font-size: 12px;
    letter-spacing: .12em;
}

.feature-copy h2 {
    max-width: 13.5em;
    margin: 0 0 20px;
    font-size: clamp(29px, 3vw, 41px);
    line-height: 1.25;
    letter-spacing: -.025em;
    text-wrap: balance;
}

.news-headline-leading,
.news-headline-tail,
.news-headline-single {
    display: block;
}

.news-headline-tail { margin-top: .08em; }

.feature-copy > p:not(.story-tag),
.story-body > p:not(.story-tag) { margin: 0; color: var(--muted); }

.feature-copy > p:not(.story-tag) { max-width: 44em; line-height: 1.9; }

.text-link {
    width: max-content;
    margin-top: 27px;
    padding-bottom: 4px;
    border-bottom: 1px solid #8c9185;
    font-size: 14px;
}

.text-link:hover { color: var(--moss); border-color: var(--moss); }

.story-list {
    margin-top: 44px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(28px, 4vw, 52px);
    row-gap: 48px;
}

.story-row {
    min-width: 0;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--line);
    display: flex;
    flex-direction: column;
}

.story-image {
    aspect-ratio: 1.62;
    margin-bottom: 24px;
    overflow: hidden;
    background: var(--paper-soft);
}

.story-body h3 {
    margin: 7px 0 13px;
    font-size: clamp(24px, 2.2vw, 31px);
    line-height: 1.32;
    letter-spacing: -.02em;
    text-wrap: balance;
}

.story-body {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.story-body .text-link {
    margin-top: auto;
    padding-top: 27px;
}

.story-body > p:not(.story-tag) {
    max-width: 44em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.85;
}

.story-row-no-media { padding-top: 4px; }

.news-page.news-data-loading .featured-story,
.news-page.news-data-loading .story-list { opacity: .64; }

.news-load-state {
    grid-column: 1 / -1;
    min-height: 220px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    color: var(--muted);
    text-align: center;
}

.news-load-state strong { color: var(--ink); font-size: 18px; }
.news-load-state p { margin: 0; }

.outline-button {
    min-height: 44px;
    padding: 9px 20px;
    border: 1px solid #999c91;
    background: transparent;
    font-size: 14px;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.outline-button:hover { background: var(--moss); border-color: var(--moss); color: #fff; }

.news-contact {
    margin-bottom: 82px;
    padding: 35px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.news-contact h2 { margin: 0; font-size: 26px; line-height: 1.35; }
.news-contact p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }
.news-contact .outline-button { flex: 0 0 auto; min-width: 180px; }

@media (max-width: 900px) {
    .news-page .site-shell { width: min(100% - 40px, 720px); }
    .news-page .news-immersive-copy { width: min(570px, 62vw); }
    .journal-heading { align-items: flex-start; flex-direction: column; }
    .filter-rail { width: 100%; justify-content: flex-start; overflow-x: auto; padding: 2px 0 8px; scrollbar-width: none; }
    .filter-rail::-webkit-scrollbar { display: none; }
    .filter-button { flex: 0 0 auto; }
    .featured-story { grid-template-columns: 1fr; }
    .feature-media { min-height: 0; aspect-ratio: 1.55; }
    .feature-copy { padding: 34px 4px 38px; }
    .story-list { column-gap: 28px; }
}

@media (max-width: 620px) {
    .news-page .site-shell { width: calc(100% - 30px); }
    body.site-page.immersive-page.news-page .site-immersive-hero.news-immersive-hero {
        height: 100svh;
        min-height: 640px;
    }
    body.site-page.immersive-page.news-page .site-immersive-hero.news-immersive-hero > .site-immersive-hero-inner {
        height: 100svh;
        min-height: 640px;
        padding-top: calc(var(--header-h) + 24px);
        padding-bottom: 28px;
        align-items: flex-end;
    }
    .news-page .site-immersive-hero-media { object-position: center; }
    .news-page .news-immersive-copy {
        width: 100%;
        padding: 22px 20px 21px;
        border: 1px solid rgba(215, 211, 200, .8);
        background: rgba(245, 242, 235, .9);
        backdrop-filter: blur(12px);
    }
    html.motion-enabled .news-page .news-immersive-copy > * {
        opacity: 1;
        transform: none;
        animation: none;
    }
    .news-page .site-immersive-hero h1 { font-size: 32px; line-height: 1.22; }
    .news-page .news-immersive-lede { margin-top: 14px; font-size: 13px; line-height: 1.7; }
    .news-page .immersive-actions { margin-top: 17px; }
    .news-page .immersive-actions .immersive-text-link,
    .news-page .immersive-tags { display: none; }
    .news-page .immersive-primary { min-height: 42px; }
    .news-content { padding-block: 34px 58px; }
    .journal-heading { margin-bottom: 22px; gap: 18px; }
    .journal-heading h2 { font-size: 24px; }
    .filter-rail { margin-right: -15px; padding-right: 15px; }
    .featured-story { min-height: 0; }
    .feature-media { aspect-ratio: 1.38; }
    .feature-copy { padding: 27px 0 31px; }
    .feature-copy h2 { font-size: 28px; line-height: 1.3; }
    .feature-copy > p:not(.story-tag) { font-size: 14px; }
    .story-list { margin-top: 34px; grid-template-columns: 1fr; row-gap: 34px; }
    .story-row { padding-bottom: 28px; }
    .story-image { margin-bottom: 20px; }
    .story-body h3 { font-size: 25px; line-height: 1.34; }
    .story-body > p:not(.story-tag) { font-size: 14px; }
    .text-link { margin-top: 20px; }
    .news-contact { margin-bottom: 58px; padding-block: 28px; align-items: flex-start; flex-direction: column; }
    .news-contact h2 { font-size: 24px; }
    .news-contact .outline-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .feature-media img,
    .story-image img,
    .text-link i,
    .outline-button i { transition: none; }
}

@media (max-height: 700px) and (min-width: 621px) {
    .news-page .site-immersive-hero-inner {
        padding-top: calc(var(--header-h) + 28px);
        padding-bottom: 28px;
    }
    .news-page .site-immersive-hero h1 { font-size: clamp(44px, 4.1vw, 60px); }
    .news-page .news-immersive-lede { margin-top: 18px; line-height: 1.7; }
    .news-page .immersive-actions { margin-top: 20px; }
    .news-page .immersive-tags { margin-top: 24px; padding-top: 12px; }
}

@media (max-height: 700px) and (max-width: 620px) {
    body.site-page.immersive-page.news-page .site-immersive-hero.news-immersive-hero > .site-immersive-hero-inner {
        padding-top: calc(var(--header-h) + 18px);
        padding-bottom: 18px;
    }
    .news-page .site-immersive-hero h1 { font-size: 31px; }
    .news-page .news-immersive-lede { margin-top: 13px; line-height: 1.6; }
    .news-page .immersive-actions { margin-top: 15px; }
}
