:root {
  --paper: #f4f0e8;
  --surface: #fffdf9;
  --ink: #1c1b19;
  --muted: #6f6b64;
  --line: #d8d0c3;
  --accent: #9f2f24;
  --accent-dark: #6f1f19;
  --green: #2d5b4d;
  --gold: #bd8b43;
  --shadow: 0 18px 60px rgba(41, 31, 21, .12);
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --serif: ui-serif, "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  --sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; left: 16px; top: 12px; transform: translateY(-140%); background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 4px; transition: transform 160ms var(--ease-out); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(159,47,36,.42); outline-offset: 3px; }
.topline { background: var(--ink); color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .08em; }
.topline-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topline a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.35); }
.site-header { background: rgba(244,240,232,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(16px); }
.brand-row { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.brand-symbol { position: relative; width: 48px; height: 48px; flex: none; transform: rotate(-5deg); }
.brand-symbol i { position: absolute; display: block; width: 25px; height: 32px; border: 2px solid var(--accent); border-radius: 70% 30% 62% 38%; background: transparent; }
.brand-symbol i:nth-child(1) { left: 3px; top: 5px; transform: rotate(-26deg); }
.brand-symbol i:nth-child(2) { right: 3px; top: 4px; transform: rotate(28deg); }
.brand-symbol i:nth-child(3) { left: 12px; bottom: 1px; transform: rotate(4deg); border-color: var(--gold); }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font: 800 clamp(24px, 3vw, 38px)/1 var(--serif); letter-spacing: -.03em; white-space: nowrap; }
.brand-copy small { font-size: 9px; letter-spacing: .28em; color: var(--muted); }
.header-search { width: min(390px, 40vw); display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--ink); }
.header-search input { min-width: 0; border: 0; background: transparent; padding: 12px 2px; color: var(--ink); outline: 0; }
.header-search input::placeholder { color: #918a7f; }
.header-search button { border: 0; background: transparent; color: var(--accent); font-weight: 700; padding: 0 0 0 18px; }
.nav-wrap { border-top: 1px solid var(--line); }
.primary-nav { display: flex; align-items: center; gap: clamp(26px, 5vw, 64px); overflow-x: auto; scrollbar-width: none; }
.primary-nav::-webkit-scrollbar { display: none; }
.primary-nav a { position: relative; flex: none; padding: 14px 0 13px; font-weight: 700; font-size: 14px; letter-spacing: .08em; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 2px; background: var(--accent); transition: right 180ms var(--ease-out); }
.primary-nav a:hover::after, .primary-nav a.is-active::after { right: 0; }
.hero-section { padding: clamp(32px, 5vw, 70px) 0 56px; }
.section-kicker { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; color: var(--accent); }
.section-kicker::after { content: ""; height: 1px; background: var(--line); flex: 1; }
.section-kicker span { font-weight: 800; letter-spacing: .08em; }
.section-kicker em { font: 10px/1 var(--sans); letter-spacing: .22em; color: var(--muted); font-style: normal; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .72fr); gap: 28px; align-items: stretch; }
.lead-story { position: relative; min-height: 590px; background: #222; overflow: hidden; box-shadow: var(--shadow); }
.lead-media, .lead-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.lead-media img { object-fit: cover; }
.lead-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 32%, rgba(10,9,8,.18) 52%, rgba(10,9,8,.88) 100%); pointer-events: none; }
.lead-copy { position: absolute; z-index: 2; left: clamp(24px, 5vw, 54px); right: clamp(24px, 5vw, 54px); bottom: clamp(28px, 5vw, 52px); color: #fff; }
.lead-copy h1 { margin: 10px 0 12px; max-width: 740px; font: 800 clamp(34px, 5vw, 62px)/1.1 var(--serif); letter-spacing: -.035em; }
.lead-copy p { max-width: 650px; margin: 0; color: rgba(255,255,255,.78); font-size: 16px; }
.story-meta { display: flex; align-items: center; gap: 12px; font-size: 12px; color: var(--muted); letter-spacing: .06em; }
.story-meta a { color: var(--accent); font-weight: 800; }
.story-meta a::after { content: ""; display: inline-block; width: 22px; height: 1px; margin-left: 12px; vertical-align: middle; background: currentColor; }
.story-meta.inverse { color: rgba(255,255,255,.66); }
.story-meta.inverse a { color: #ffd6c9; }
.hero-side { display: grid; gap: 28px; }
.story-card { min-width: 0; background: var(--surface); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform 180ms var(--ease-out), box-shadow 180ms var(--ease-out); }
.story-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(42,34,25,.1); }
.story-card.compact { height: 100%; }
.card-media { display: block; aspect-ratio: 16/10; overflow: hidden; background: #e9e3d8; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 280ms var(--ease-out); }
.card-media.fit-contain img { object-fit: contain; background: #eee8dd; }
.story-card:hover .card-media img { transform: scale(1.025); }
.card-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { margin: 10px 0 10px; font: 800 clamp(20px, 2vw, 28px)/1.25 var(--serif); letter-spacing: -.02em; }
.card-body h3 a:hover { color: var(--accent); }
.card-body p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.text-link { margin-top: auto; font-size: 13px; font-weight: 800; color: var(--accent); }
.text-link span { display: inline-block; transition: transform 160ms var(--ease-out); }
.text-link:hover span { transform: translateX(4px); }
.trust-strip { background: var(--ink); color: #fff; }
.trust-grid { min-height: 132px; display: grid; grid-template-columns: .75fr .85fr .9fr 1.8fr; align-items: center; gap: 26px; }
.trust-grid > div { display: grid; gap: 2px; }
.trust-grid strong { color: #f0b27f; font: 800 28px/1 var(--serif); }
.trust-grid span { color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .06em; }
.trust-grid p { border-left: 1px solid rgba(255,255,255,.18); padding-left: 28px; margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.content-section, .source-section { padding: clamp(56px, 8vw, 100px) 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 30px; }
.section-heading span, .eyebrow { display: block; color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.section-heading h2 { margin: 4px 0 0; font: 800 clamp(30px, 4vw, 48px)/1.12 var(--serif); letter-spacing: -.03em; }
.section-heading > a { font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--ink); }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.source-section { padding-top: 0; }
.source-panel { background: var(--green); color: #fff; padding: clamp(30px, 6vw, 72px); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: clamp(42px, 8vw, 90px); box-shadow: var(--shadow); }
.source-panel h2 { font: 800 clamp(32px, 4.5vw, 58px)/1.1 var(--serif); letter-spacing: -.035em; margin: 12px 0 18px; }
.source-panel p { color: rgba(255,255,255,.72); max-width: 620px; }
.source-panel .eyebrow { color: #f1c48e; }
.button-link { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 0 20px; background: var(--accent); color: #fff; font-weight: 800; transition: transform 150ms var(--ease-out), background 150ms var(--ease-out); }
.button-link:hover { background: var(--accent-dark); }
.button-link:active, button:active { transform: scale(.97); }
.source-panel ol { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.2); }
.source-panel li { border-bottom: 1px solid rgba(255,255,255,.2); }
.source-panel li a { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 16px 0; font-weight: 700; }
.source-panel li span { color: #f1c48e; font-size: 12px; }
.page-main { padding: 30px 0 clamp(70px, 10vw, 120px); min-height: 60vh; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: var(--muted); font-size: 12px; margin-bottom: clamp(36px, 6vw, 72px); }
.breadcrumb a:hover { color: var(--accent); }
.page-hero { max-width: 780px; margin-bottom: clamp(38px, 7vw, 74px); }
.page-hero h1 { margin: 10px 0 16px; font: 800 clamp(46px, 8vw, 92px)/1 var(--serif); letter-spacing: -.05em; }
.page-hero p { margin: 0; font-size: clamp(16px, 2vw, 20px); color: var(--muted); }
.article-main { min-height: 70vh; }
.article-shell { padding-top: 30px; }
.article-header { max-width: 930px; margin: 0 auto clamp(36px, 6vw, 66px); text-align: center; }
.article-header .story-meta { justify-content: center; }
.article-header h1 { margin: 18px auto; font: 800 clamp(40px, 6.5vw, 78px)/1.12 var(--serif); letter-spacing: -.045em; }
.article-deck { max-width: 760px; margin: 0 auto; color: var(--muted); font: 18px/1.8 var(--serif); }
.article-byline { display: flex; justify-content: center; gap: 20px; margin-top: 24px; color: var(--muted); font-size: 12px; }
.article-figure { margin: 0 auto; max-width: 1100px; background: #ddd5c9; }
.article-figure img { width: 100%; max-height: 720px; object-fit: cover; }
.article-figure.is-contain { background: #ebe4d9; }
.article-figure.is-contain img { object-fit: contain; max-height: none; }
.article-figure figcaption { padding: 12px 16px 14px; background: var(--ink); color: rgba(255,255,255,.7); font-size: 12px; }
.article-layout { max-width: 1000px; margin: 0 auto; padding: clamp(46px, 8vw, 90px) 0; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(50px, 8vw, 90px); align-items: start; }
.article-content { font: 18px/2 var(--serif); }
.article-content > p { margin: 0 0 1.55em; }
.article-content > p:first-of-type::first-letter { float: left; color: var(--accent); font: 800 4.2em/.82 var(--serif); padding: .11em .1em 0 0; }
.article-summary { border-left: 4px solid var(--accent); background: var(--surface); padding: 20px 24px; margin-bottom: 34px; font-family: var(--sans); }
.article-summary strong { color: var(--accent); font-size: 12px; letter-spacing: .12em; }
.article-summary p { margin: 5px 0 0; font-size: 15px; line-height: 1.7; color: var(--muted); }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 40px; font-family: var(--sans); }
.article-tags span { border: 1px solid var(--line); background: var(--surface); padding: 6px 10px; font-size: 12px; color: var(--muted); }
.article-aside { position: sticky; top: 190px; display: grid; gap: 20px; }
.fact-card, .source-card { background: var(--surface); border: 1px solid var(--line); padding: 24px; }
.fact-card h2, .source-card h2 { margin: 6px 0 18px; font: 800 24px/1.2 var(--serif); }
.fact-card dl { margin: 0; }
.fact-card dl div { padding: 13px 0; border-top: 1px solid var(--line); }
.fact-card dt { color: var(--muted); font-size: 11px; letter-spacing: .08em; }
.fact-card dd { margin: 4px 0 0; font-weight: 800; }
.source-card > p { color: var(--muted); font-size: 12px; }
.source-card ul { list-style: none; padding: 0; margin: 0; }
.source-card li + li { margin-top: 10px; }
.source-card a { display: flex; justify-content: space-between; gap: 12px; color: var(--accent); font-size: 13px; font-weight: 800; }
.related-section { background: #ebe5da; padding: clamp(60px, 8vw, 100px) 0; }
.search-large { max-width: 760px; border: 1px solid var(--line); background: var(--surface); padding: 20px; margin-bottom: 26px; }
.search-large label { display: block; font-size: 12px; font-weight: 800; color: var(--muted); margin-bottom: 8px; }
.search-large > div { display: grid; grid-template-columns: 1fr auto; }
.search-large input { min-width: 0; border: 1px solid var(--line); padding: 14px 16px; background: #fff; outline: 0; }
.search-large button { border: 0; background: var(--accent); color: #fff; padding: 0 24px; font-weight: 800; }
.search-status { color: var(--muted); margin: 18px 0; }
.search-results { display: grid; gap: 16px; }
.search-result { display: grid; grid-template-columns: 190px 1fr; background: var(--surface); border: 1px solid var(--line); }
.search-result img { width: 100%; height: 100%; min-height: 135px; object-fit: cover; background: #e8e0d5; }
.search-result div { padding: 20px; }
.search-result span { color: var(--accent); font-size: 11px; font-weight: 800; }
.search-result h2 { margin: 4px 0 8px; font: 800 24px/1.25 var(--serif); }
.search-result p { margin: 0; color: var(--muted); font-size: 13px; }
.empty-state { padding: 60px; text-align: center; background: var(--surface); border: 1px solid var(--line); }
.principle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.principle-grid section { background: var(--surface); border: 1px solid var(--line); padding: clamp(24px, 4vw, 42px); }
.principle-grid section > span { color: var(--accent); font: 800 34px/1 var(--serif); }
.principle-grid h2 { font: 800 28px/1.3 var(--serif); }
.principle-grid p { color: var(--muted); }
.template-note { margin-top: 24px; padding: clamp(30px, 5vw, 60px); background: var(--ink); color: #fff; }
.template-note h2 { font: 800 34px/1.2 var(--serif); }
.template-note p { color: rgba(255,255,255,.72); max-width: 820px; }
.not-found { min-height: 65vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.not-found > span { color: var(--accent); font: 800 clamp(50px, 10vw, 120px)/1 var(--serif); }
.not-found h1 { font: 800 clamp(34px, 6vw, 66px)/1.1 var(--serif); margin: 16px 0; }
.not-found p { color: var(--muted); }
.site-footer { background: #171715; color: #fff; padding-top: 58px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 60px; padding-bottom: 46px; }
.footer-brand { font: 800 34px/1 var(--serif); }
.footer-grid p { max-width: 460px; color: rgba(255,255,255,.58); font-size: 13px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.footer-grid strong { margin-bottom: 5px; color: #e3b071; }
.footer-grid a { color: rgba(255,255,255,.66); }
.footer-grid a:hover { color: #fff; }
.footer-bottom { min-height: 62px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; align-items: center; gap: 20px; color: rgba(255,255,255,.42); font-size: 11px; }
.back-top { position: fixed; z-index: 80; right: 22px; bottom: 22px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--accent); color: #fff; box-shadow: 0 10px 28px rgba(75,28,23,.28); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity 160ms var(--ease-out), transform 160ms var(--ease-out); }
.back-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-side { grid-template-columns: repeat(2, 1fr); }
  .lead-story { min-height: 540px; }
  .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-grid { grid-template-columns: repeat(3, 1fr); padding: 28px 0; }
  .trust-grid p { grid-column: 1/-1; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding: 18px 0 0; }
  .source-panel { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1180px); }
  .topline-inner { min-height: 30px; font-size: 10px; }
  .topline-inner span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .brand-row { min-height: 76px; gap: 16px; }
  .brand-symbol { width: 38px; height: 38px; }
  .brand-symbol i { width: 20px; height: 27px; }
  .brand-copy strong { font-size: 24px; }
  .brand-copy small { font-size: 7px; }
  .header-search { width: auto; flex: 1; }
  .header-search input { width: 100%; font-size: 13px; }
  .header-search button { font-size: 12px; }
  .primary-nav { gap: 28px; }
  .hero-section { padding-top: 28px; }
  .lead-story { min-height: 480px; }
  .lead-copy h1 { font-size: clamp(32px, 10vw, 48px); }
  .hero-side, .story-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .trust-grid strong { font-size: 22px; }
  .trust-grid span { font-size: 10px; }
  .section-heading { align-items: flex-start; }
  .source-panel { margin-inline: -14px; }
  .page-main { padding-top: 22px; }
  .article-shell { padding-top: 22px; }
  .article-header { text-align: left; }
  .article-header .story-meta { justify-content: flex-start; }
  .article-header h1 { font-size: clamp(36px, 11vw, 54px); }
  .article-byline { justify-content: flex-start; flex-wrap: wrap; gap: 8px 16px; }
  .article-figure { margin-inline: -14px; }
  .article-figure img { max-height: 68vh; }
  .article-figure.is-contain img { max-height: none; }
  .article-layout { padding-top: 44px; }
  .article-content { font-size: 17px; line-height: 1.9; }
  .article-aside { grid-template-columns: 1fr; }
  .search-result { grid-template-columns: 110px 1fr; }
  .search-result div { padding: 14px; }
  .search-result h2 { font-size: 18px; }
  .search-result p { display: none; }
  .principle-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
}
@media (max-width: 480px) {
  .topline-inner a { display: none; }
  .brand-row { flex-wrap: wrap; padding: 12px 0; }
  .brand { width: 100%; }
  .header-search { width: 100%; }
  .lead-story { min-height: 430px; }
  .lead-copy { left: 20px; right: 20px; bottom: 24px; }
  .lead-copy p { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p { grid-column: auto; }
  .section-heading > a { display: none; }
  .search-large > div { grid-template-columns: 1fr; gap: 8px; }
  .search-large button { min-height: 46px; }
  .search-result { grid-template-columns: 1fr; }
  .search-result img { height: 180px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
