:root {
  --ink: #252b2d;
  --muted: #5c696c;
  --brand: #3f5f68;
  --dark: #1c272b;
  --sand: #c7a96b;
  --paper: #f5f2ea;
  --surface: #e9eee9;
  --accent: #d66a4a;
  --accent-ink: #9f4329;
  --line: #d7dbd3;
  --white: #fffefa;
  --radius: 5px;
  --max: 1200px;
  --shadow: 0 18px 45px rgb(28 39 43 / 7%);
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 26px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 16px; line-height: 1.75; -webkit-text-size-adjust: 100%; }
body, input, textarea, button, select { font-kerning: normal; }
[hidden] { display: none !important; }
::selection { color: var(--dark); background: #dfd0b0; }
a { color: inherit; text-decoration: none; text-underline-offset: .22em; }
a:hover { color: var(--accent-ink); }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button { color: inherit; }
button:disabled { cursor: wait; opacity: .65; }
input, textarea, select { min-width: 0; max-width: 100%; color: var(--ink); background: var(--white); border: 1px solid #899697; border-radius: var(--radius); }
input, select { min-height: 48px; padding: 10px 14px; }
textarea { padding: 14px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #697577; opacity: 1; }
input:focus, textarea:focus, select:focus { border-color: var(--brand); }
:focus-visible { outline: 3px solid var(--accent-ink); outline-offset: 5px; }
img, video { display: block; max-width: 100%; }
img { color: var(--brand); font-size: 14px; }
figure, blockquote { margin: 0; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.35; font-weight: 650; letter-spacing: -.025em; overflow-wrap: anywhere; }
h1 { font-size: clamp(2rem, 4.4vw, 3.5rem); }
h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
h3 { font-size: 1.15rem; }
p { margin-bottom: 1em; overflow-wrap: anywhere; }
ul, ol { padding-left: 1.4em; }
li + li { margin-top: .45em; }
.wrap { width: min(var(--max), calc(100% - 88px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 16px; z-index: 100; padding: 10px 16px; background: var(--dark); color: var(--white); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); color: var(--white); }
.eyebrow { display: block; color: var(--brand); font-size: .72rem; line-height: 1.6; letter-spacing: .14em; font-weight: 600; margin-bottom: 18px; }
.label { display: inline-block; font-size: .72rem; color: var(--brand); background: var(--surface); padding: 3px 9px; margin-bottom: 15px; }
.muted { color: var(--muted); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; gap: 26px; padding: 12px 21px; border: 1px solid var(--brand); border-radius: var(--radius); color: var(--white); background: var(--brand); font-size: .87rem; font-weight: 600; text-align: center; transition: background .18s, color .18s; }
.button:hover { color: var(--white); background: var(--dark); border-color: var(--dark); }
.button-quiet { background: transparent; color: var(--brand); border-color: #93a0a0; }
.button-quiet:hover { background: var(--surface); color: var(--dark); }
.text-link { display: inline-block; font-size: .86rem; color: var(--brand); font-weight: 600; padding: 8px 0; }
.text-link:hover { text-decoration: underline; }
.site-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.header-inner { min-height: 97px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; gap: 12px; align-items: center; color: var(--dark); font-size: 1.52rem; font-weight: 700; letter-spacing: .13em; flex-shrink: 0; }
.brand small { display: block; font-size: .53rem; letter-spacing: .12em; font-weight: 500; line-height: 1.3; margin-top: 2px; }
.brand-mark { width: 43px; height: 45px; display: grid; place-items: center; color: var(--paper); background: var(--brand); border-radius: 2px 13px 2px 2px; font-size: 1.55rem; letter-spacing: 0; font-family: Georgia, "Songti SC", "SimSun", serif; font-weight: 400; }
.main-nav { display: flex; align-self: stretch; gap: 30px; }
.main-nav a { display: flex; align-items: center; padding: 5px 0 0; border-bottom: 3px solid transparent; font-size: .86rem; white-space: nowrap; }
.main-nav a[aria-current] { color: var(--brand); border-color: var(--accent); font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: 22px; font-size: .79rem; }
.search-link { white-space: nowrap; }
.search-link span { font-size: 1.2rem; margin-left: 5px; }
.menu-toggle { border: 1px solid var(--line); border-radius: 3px; background: transparent; min-width: 54px; min-height: 44px; }
.home-opening { display: grid; grid-template-columns: .88fr 1.12fr; gap: 8%; align-items: center; padding-top: 62px; padding-bottom: 68px; }
.opening-copy { padding: 12px 0 30px; }
.opening-copy .eyebrow { margin-bottom: 28px; }
.opening-copy h1 { font-size: clamp(2.5rem, 4.2vw, 3.85rem); font-weight: 550; line-height: 1.42; letter-spacing: -.045em; margin-bottom: 23px; font-family: Georgia, "Songti SC", "STSong", "SimSun", serif; }
.opening-copy h1 span { color: var(--brand); }
.opening-lead { color: var(--muted); font-size: .97rem; line-height: 1.95; margin-bottom: 32px; }
.opening-note { display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: .66rem; letter-spacing: .04em; margin-top: 48px; }
.small-rule { width: 24px; height: 1px; background: var(--sand); flex-shrink: 0; }
.opening-feature { min-width: 0; }
.opening-image { display: block; position: relative; }
.cover { width: 100%; overflow: hidden; aspect-ratio: 16 / 10; background: var(--surface); border-radius: 3px; }
.cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.cover img.media-missing { padding: 24px; object-fit: contain; }
.opening-image .cover { aspect-ratio: 1.28; border-radius: 2px 34px 2px 2px; background: #d5dfd9; }
.image-kicker { position: absolute; left: 20px; bottom: 20px; padding: 5px 12px; color: var(--white); background: var(--dark); border-radius: 2px; font-size: .71rem; letter-spacing: .1em; }
.feature-caption { padding: 21px 0 0; border-bottom: 1px solid var(--line); }
.feature-caption .eyebrow { font-size: .64rem; margin-bottom: 7px; }
.feature-caption h2 { font-size: 1.25rem; margin-bottom: 8px; }
.feature-caption p { color: var(--muted); font-size: .8rem; padding-bottom: 7px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 25px; margin-bottom: 27px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading .eyebrow { margin-bottom: 9px; }
.section-heading > .text-link { flex-shrink: 0; }
.video-section { padding-top: 20px; padding-bottom: 76px; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 39px 28px; }
.video-card { min-width: 0; }
.card-cover { display: block; position: relative; }
.card-cover:hover img { transform: scale(1.035); }
.card-cover .cover { aspect-ratio: 1.58; }
.cover-label { position: absolute; right: 12px; bottom: 12px; font-size: .63rem; line-height: 1.3; padding: 5px 8px; border-radius: 2px; color: var(--white); background: var(--dark); }
.card-meta { display: flex; gap: 9px; align-items: center; font-size: .63rem; color: var(--muted); margin-top: 17px; margin-bottom: 9px; }
.card-meta span:first-child { color: var(--accent-ink); }
.card-meta span + span { border-left: 1px solid var(--line); padding-left: 9px; }
.video-card h3 { margin-bottom: 11px; font-size: 1.1rem; line-height: 1.55; }
.video-card > p { font-size: .8rem; color: var(--muted); line-height: 1.9; margin-bottom: 12px; }
.card-bottom { display: flex; justify-content: space-between; align-items: center; gap: 14px; border-top: 1px solid var(--line); padding-top: 7px; }
.card-bottom .text-link { font-size: .73rem; }
.save-button, .copy-button { border: 0; background: transparent; padding: 10px 3px; min-height: 44px; color: var(--brand); font-size: .75rem; text-decoration: underline; text-decoration-color: transparent; }
.save-button:hover, .copy-button:hover { text-decoration-color: currentColor; }
.save-button[aria-pressed="true"] { color: var(--accent-ink); font-weight: 700; }
.community-band { padding: 64px 0 68px; background: var(--surface); border-top: 1px solid #dce1d9; border-bottom: 1px solid #dce1d9; }
.community-layout { display: grid; grid-template-columns: .73fr 1.27fr; gap: 9%; }
.community-intro h2 { margin: 14px 0 24px; font-family: Georgia, "Songti SC", "SimSun", serif; line-height: 1.65; font-weight: 550; font-size: 2rem; }
.community-intro > p { max-width: 305px; font-size: .87rem; color: var(--muted); line-height: 1.95; }
.margin-note { margin-top: 38px; padding-left: 13px; border-left: 2px solid var(--sand); font-size: .74rem !important; }
.topic-list { border-top: 1px solid #aab8b6; }
.topic-row { display: grid; grid-template-columns: 66px 1fr 32px; align-items: start; gap: 17px; padding: 24px 0; border-bottom: 1px solid #c7d2cd; }
.topic-kind { margin-top: 5px; font-size: .65rem; color: var(--brand); white-space: nowrap; }
.topic-row h3 { font-size: 1.04rem; line-height: 1.65; margin-bottom: 9px; }
.topic-row p { font-size: .79rem; color: var(--muted); line-height: 1.85; margin-bottom: 9px; }
.topic-meta { display: flex; gap: 16px; color: var(--muted); font-size: .63rem; }
.topic-arrow { display: grid; place-items: center; min-height: 44px; font-size: 1.25rem; color: var(--brand); }
.reading-pair { display: grid; grid-template-columns: 1.04fr 1fr 1fr; gap: 38px; padding-top: 68px; padding-bottom: 62px; }
.pair-label h2 { font-size: 1.7rem; line-height: 1.6; }
.reading-pair article { padding: 6px 0 0 26px; border-left: 1px solid var(--line); }
.reading-pair h3 { line-height: 1.65; font-size: 1.08rem; }
.reading-pair p { font-size: .83rem; color: var(--muted); }
.visit-strip { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; border-top: 1px solid var(--line); padding-block: 31px 44px; }
.visit-strip h2 { font-size: 1.14rem; margin-bottom: 6px; }
.visit-strip p { font-size: .8rem; color: var(--muted); margin-bottom: 0; }
.visit-strip .button { font-size: .76rem; }
.site-footer { color: #e9eee9; background: var(--dark); padding-top: 44px; }
.footer-grid { display: flex; justify-content: space-between; gap: 35px; padding-bottom: 32px; }
.footer-brand { font-size: 1.7rem; font-family: Georgia, "Songti SC", serif; }
.footer-brand span { font: .62rem -apple-system, BlinkMacSystemFont, sans-serif; letter-spacing: .18em; margin-left: 15px; }
.footer-grid p { font-size: .74rem; color: #bdc8c5; margin-top: 10px; }
.footer-grid nav { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 23px; padding-top: 9px; font-size: .74rem; }
.site-footer a:hover { color: #eadbb5; }
.footer-note { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; font-size: .65rem; color: #bdc8c5; border-top: 1px solid #3b4a4c; }
.breadcrumbs { margin-top: 25px; font-size: .67rem; color: var(--muted); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; padding: 0; margin: 0; }
.breadcrumbs li { display: flex; gap: 7px; margin: 0; }
.breadcrumbs li + li::before { content: "/"; color: #7b8988; }
.breadcrumbs [aria-current] { color: var(--brand); }
.page-heading { padding-top: 52px; padding-bottom: 38px; }
.page-heading h1 { margin-bottom: 23px; max-width: 950px; font-family: Georgia, "Songti SC", "SimSun", serif; font-weight: 550; }
.page-heading p { max-width: 660px; color: var(--muted); font-size: .94rem; line-height: 1.95; }
.listing-section { padding-bottom: 36px; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 7px 26px; border-bottom: 1px solid var(--line); margin-bottom: 20px; }
.filter-tabs a { display: inline-flex; align-items: center; min-height: 47px; padding: 8px 1px 12px; border-bottom: 3px solid transparent; color: var(--muted); font-size: .84rem; }
.filter-tabs a[aria-current] { border-color: var(--accent); color: var(--brand); font-weight: 650; }
.listing-summary { display: flex; justify-content: space-between; gap: 20px; margin: 23px 0; font-size: .7rem; color: var(--muted); }
.pagination { display: flex; justify-content: center; gap: 12px; margin-top: 45px; }
.pagination a { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 3px; }
.pagination a[aria-current] { color: var(--white); background: var(--brand); border-color: var(--brand); }
.callout { margin-top: 23px; margin-bottom: 64px; background: var(--surface); padding: 30px 35px; }
.callout .eyebrow { margin-bottom: 10px; }
.callout h2 { font-size: 1.35rem; }
.callout p { color: var(--muted); font-size: .88rem; }
.article-heading { padding-top: 39px; padding-bottom: 30px; max-width: 980px; }
.article-heading h1 { font-family: Georgia, "Songti SC", "SimSun", serif; font-size: clamp(1.9rem, 3.6vw, 2.9rem); font-weight: 550; line-height: 1.5; margin-bottom: 20px; }
.article-deck { max-width: 780px; font-size: 1rem; color: var(--muted); line-height: 1.95; }
.article-tools { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 23px; font-size: .72rem; color: var(--brand); }
.article-tools > span { margin-right: auto; color: var(--muted); }
.article-tools a { min-height: 44px; display: inline-flex; align-items: center; }
.detail-media { max-width: 980px; }
.detail-media .cover { aspect-ratio: 2.06; background: #dce3dd; }
.detail-media video { width: 100%; max-height: 72vh; background: var(--dark); aspect-ratio: 16 / 9; }
.article-layout { max-width: 980px; display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 50px; padding-block: 42px 62px; }
.article-toc { position: sticky; top: 26px; margin-top: 7px; }
.article-toc .eyebrow { margin-bottom: 12px; }
.article-toc ol { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.article-toc li { padding: 10px 0; margin: 0; border-bottom: 1px solid var(--line); font-size: .72rem; color: var(--muted); }
.toc-related { display: block; margin-top: 27px; padding-top: 18px; font-size: .73rem; color: var(--brand); }
.toc-related strong { display: block; font-size: .7rem; margin-bottom: 12px; }
.toc-related a { display: block; margin: 12px 0; line-height: 1.9; }
.prose { min-width: 0; font-size: .96rem; line-height: 2.05; }
.prose p { margin-bottom: 1.4em; }
.prose a:not(.button) { text-decoration: underline; text-decoration-color: #b3bfb8; }
.prose a:not(.button):hover { text-decoration-color: currentColor; }
.prose h2 { font-size: 1.4rem; margin-bottom: 20px; line-height: 1.6; }
.prose h3 { font-size: 1.06rem; }
.article-lead { padding-left: 21px; border-left: 3px solid var(--sand); color: var(--brand); font-size: 1.06rem; line-height: 1.9; }
.article-section { margin-top: 43px; }
.article-section:target h2 { color: var(--accent-ink); }
.shot-list { border-top: 1px solid var(--line); }
.shot { display: grid; grid-template-columns: 36px 1fr; gap: 17px; border-bottom: 1px solid var(--line); padding: 21px 0 15px; }
.shot-index { font-family: Georgia, serif; font-size: 1.4rem; color: #7b725f; }
.shot h3 { margin-bottom: 7px; }
.shot p { font-size: .84rem; margin-bottom: 6px; }
.sound-note { color: var(--brand); background: var(--surface); padding: 20px 23px; font-size: .86rem; margin-top: 24px; }
.question-box { background: var(--surface); border-top: 3px solid var(--sand); margin: 36px 0 0; padding: 26px; }
.question-box h2 { font-size: 1.3rem; }
.question-box ul { margin-bottom: 0; font-size: .89rem; }
.question-box .eyebrow { margin-bottom: 14px; }
.next-stories { margin-bottom: 68px; padding-top: 35px; border-top: 1px solid var(--line); }
.community-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.community-heading > .text-link { flex-shrink: 0; margin-bottom: 20px; }
.discussion-layout { display: grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 66px; padding-bottom: 76px; }
.discussion-layout .topic-list { border-top: 0; }
.discussion-layout .filter-tabs { margin-bottom: 0; }
.discussion-aside { border-top: 3px solid var(--sand); padding-top: 22px; margin-top: 4px; }
.discussion-aside h2 { font-size: 1.34rem; line-height: 1.65; }
.discussion-aside p { color: var(--muted); font-size: .8rem; }
.discussion-aside .eyebrow { margin-bottom: 12px; }
.discussion-aside .text-link { font-size: .78rem; }
.aside-note { border-top: 1px solid var(--line); margin-top: 32px; padding-top: 21px; }
.aside-note h3 { font-size: .9rem; }
.topic-heading { border-bottom: 1px solid var(--line); }
.topic-heading .article-tools { justify-content: flex-start; }
.comments { margin-top: 48px; padding-top: 30px; border-top: 1px solid var(--line); }
.comments .section-heading { align-items: center; margin-bottom: 22px; }
.comments .section-heading > span { font-size: .7rem; }
.empty-note { color: var(--muted); background: var(--surface); padding: 23px; font-size: .86rem; }
.empty-note p:last-child { margin-bottom: 0; }
.comment { padding: 22px 0; border-bottom: 1px solid var(--line); }
.comment p { white-space: normal; overflow-wrap: anywhere; font-size: .9rem; margin: 11px 0 0; }
.comment-byline { display: flex; gap: 20px; justify-content: space-between; align-items: center; font-size: .83rem; }
.comment-byline time { color: var(--muted); font-size: .67rem; }
.comment-form { margin-top: 35px; }
.comment-form h3 { margin-bottom: 14px; }
.form-hint { font-size: .73rem; color: var(--muted); line-height: 1.9; }
.comment-form label:not(.draft-opt) { display: block; font-size: .84rem; margin: 20px 0 7px; }
.comment-form label span { font-size: .69rem; color: var(--muted); margin-left: 9px; }
.comment-form input:not([type="checkbox"]), .comment-form textarea { width: 100%; }
.comment-form input[name="name"] { max-width: 330px; }
.field-meta { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: .68rem; margin-top: 7px; }
.draft-opt { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .74rem; margin-top: 19px; margin-bottom: 18px; }
.draft-opt input { width: 17px; height: 17px; min-height: 17px; accent-color: var(--brand); flex-shrink: 0; }
.draft-status { color: var(--brand); font-size: .7rem; min-height: 1.5em; margin: 10px 0; }
.form-notice { border-left: 3px solid var(--brand); background: var(--surface); padding: 17px; font-size: .88rem; }
.trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.search-page { max-width: 940px; padding-block: 55px 80px; min-height: 70vh; }
.search-page h1 { font-size: clamp(1.75rem, 3vw, 2.5rem); margin-bottom: 30px; line-height: 1.5; }
.search-form { display: grid; grid-template-columns: minmax(0, 1fr) 150px auto; gap: 10px; }
.search-form input { font-size: 1rem; }
.search-suggestions { padding-top: 45px; }
.search-suggestions h2 { font-size: 1.2rem; }
.search-suggestions p { margin-top: 30px; color: var(--muted); font-size: .83rem; }
.search-suggestions p a { text-decoration: underline; }
.tag-links { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-links a { padding: 9px 15px; background: var(--surface); font-size: .82rem; border-radius: 3px; }
.search-summary { display: flex; align-items: baseline; flex-wrap: wrap; justify-content: space-between; gap: 16px; margin-top: 39px; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.search-summary h2 { font-size: 1.2rem; margin: 0; }
.search-summary span { font-size: .72rem; color: var(--muted); }
.search-result { padding: 24px 0; border-bottom: 1px solid var(--line); }
.search-result .eyebrow { margin-bottom: 9px; font-size: .65rem; }
.search-result h3 { font-size: 1.15rem; }
.search-result p { color: var(--muted); font-size: .87rem; margin-bottom: 0; }
.index-layout { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 65px; margin-bottom: 70px; }
.index-nav { display: flex; flex-direction: column; gap: 11px; align-self: start; border-top: 3px solid var(--sand); padding-top: 16px; position: sticky; top: 24px; }
.index-nav a { font-size: .82rem; padding: 5px 0; }
.index-section { border-top: 1px solid var(--line); padding: 30px 0 25px; }
.index-section > p { max-width: 750px; color: var(--muted); font-size: .87rem; }
.index-section .section-heading { margin-bottom: 20px; }
.index-entries { list-style: none; padding: 0; }
.index-entries li { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 24px; margin: 0; padding: 21px 0; border-bottom: 1px solid var(--line); }
.index-title { font-size: 1.07rem; font-weight: 600; }
.index-entries p { font-size: .81rem; color: var(--muted); margin: 8px 0 0; max-width: 620px; }
.index-discuss { font-size: .72rem; color: var(--brand); }
.compact-topics { margin-top: 27px; }
.compact-topics > a { display: grid; grid-template-columns: 86px 1fr 25px; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: .89rem; }
.compact-topics span { font-size: .71rem; color: var(--muted); }
.visit-page { max-width: 960px; padding-block: 54px 76px; }
.visit-page h1 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
.address-box { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 28px; padding: 25px; background: var(--surface); margin-top: 30px; }
.address-box > span { font-size: .73rem; color: var(--muted); }
.address-box > a { font: 1.4rem Georgia, serif; overflow-wrap: anywhere; color: var(--brand); }
.address-box button { margin-left: auto; font-size: .73rem; }
.entry-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 37px 0 50px; }
.entry-links > a { border-top: 2px solid var(--sand); padding: 20px 0; display: flex; flex-direction: column; align-items: flex-start; }
.entry-links span:first-child { font-size: .72rem; color: var(--muted); margin-bottom: 11px; }
.entry-links strong { font-size: 1.04rem; line-height: 1.8; }
.entry-links span:last-child { font-size: 1.4rem; color: var(--brand); margin-top: 12px; }
.faq-list h2 { font-size: 1.5rem; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; padding: 21px 3px; font-size: .94rem; font-weight: 600; }
.faq-list details[open] summary { color: var(--brand); }
.faq-list details p { font-size: .87rem; color: var(--muted); margin: 0 0 24px; max-width: 760px; }
.faq-list details a { text-decoration: underline; }
.saved-page { padding-block: 49px 70px; }
.saved-page h1 { font-size: clamp(1.9rem, 3.4vw, 2.8rem); }
.saved-status { color: var(--muted); font-size: .82rem; }
.saved-empty { margin-top: 32px; padding: 32px; }
.saved-empty h2 { font-size: 1.5rem; }
.saved-group { margin-top: 38px; }
.saved-group > h2 { font-size: 1.4rem; margin-bottom: 25px; }
.policy-page { max-width: 790px; padding-block: 52px 65px; }
.policy-page h1 { font-size: clamp(1.85rem, 3.5vw, 2.65rem); line-height: 1.5; margin-bottom: 27px; }
.policy-page > section { margin-top: 37px; }
.empty-page { padding-block: 90px 110px; min-height: 66vh; }
.empty-page h1 { font-size: clamp(2rem, 4vw, 3rem); }
.empty-page > p { color: var(--muted); max-width: 650px; margin-bottom: 28px; }
.toast { position: fixed; bottom: 24px; left: 50%; z-index: 99; transform: translateX(-50%); padding: 12px 22px; max-width: calc(100vw - 36px); width: max-content; border-radius: 4px; color: var(--white); background: var(--dark); box-shadow: var(--shadow); font-size: .85rem; pointer-events: none; }
@media (min-width: 1450px) { :root { --max: 1250px; } .home-opening { gap: 10%; } }
@media (max-width: 1080px) {
  .wrap { width: calc(100% - 56px); }
  .header-inner { gap: 24px; }
  .main-nav { gap: 21px; }
  .header-actions { gap: 15px; }
  .home-opening { gap: 6%; }
  .opening-copy h1 { font-size: 3rem; }
  .community-layout { grid-template-columns: .75fr 1.25fr; gap: 5%; }
  .community-intro h2 { font-size: 1.7rem; }
  .discussion-layout { grid-template-columns: minmax(0, 1fr) 210px; gap: 36px; }
  .footer-grid { flex-direction: column; gap: 10px; }
  .article-layout { grid-template-columns: 170px minmax(0, 1fr); gap: 33px; }
  .index-layout { gap: 38px; }
}
@media (max-width: 800px) {
  .brand { font-size: 1.35rem; gap: 9px; }
  .brand small { font-size: .46rem; }
  .brand-mark { width: 37px; height: 41px; font-size: 1.35rem; }
  .header-inner { min-height: 83px; gap: 15px; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .78rem; }
  .saved-link { display: none; }
  .home-opening { padding-top: 42px; padding-bottom: 44px; }
  .opening-copy h1 { font-size: 2.55rem; }
  .opening-lead { font-size: .88rem; }
  .opening-note { margin-top: 26px; font-size: .59rem; }
  .opening-copy .button-row { gap: 10px; }
  .opening-copy .button { padding-inline: 15px; }
  .opening-copy .text-link { font-size: .76rem; }
  .feature-caption h2 { font-size: 1.1rem; }
  .feature-caption p { font-size: .73rem; }
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 24px; }
  .home-opening + .video-section .video-card:last-child { display: block; }
  .community-layout { grid-template-columns: 1fr; gap: 28px; }
  .community-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 35px; }
  .community-intro .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
  .community-intro h2 { grid-row: 2 / 4; margin: 0; }
  .community-intro > p { margin: 0; max-width: none; }
  .community-intro .text-link { justify-self: start; }
  .community-intro .margin-note { display: none; }
  .reading-pair { grid-template-columns: 1fr 1fr; gap: 22px; }
  .pair-label { grid-column: 1 / -1; }
  .pair-label h2 br { display: none; }
  .pair-label h2 { margin-bottom: 0; font-size: 1.5rem; }
  .reading-pair article { padding-left: 20px; }
  .discussion-layout { grid-template-columns: 1fr; gap: 36px; }
  .discussion-aside { max-width: 500px; }
  .community-heading { display: block; }
  .community-heading > .text-link { margin: 0; }
  .article-layout { grid-template-columns: 1fr; gap: 28px; }
  .article-layout > aside { border-bottom: 1px solid var(--line); padding-bottom: 20px; }
  .article-toc { position: static; }
  .article-toc ol { display: flex; flex-wrap: wrap; gap: 8px 22px; border: 0; }
  .article-toc li { padding: 0; border: 0; }
  .toc-related { margin-top: 10px; padding-top: 10px; }
  .toc-related a { display: inline-block; margin: 5px 20px 0 0; }
  .index-layout { grid-template-columns: 1fr; gap: 27px; }
  .index-nav { position: static; flex-direction: row; flex-wrap: wrap; gap: 10px 24px; }
  .entry-links { gap: 18px; }
  .entry-links strong { font-size: .95rem; }
}
@media (max-width: 620px) {
  .wrap { width: calc(100% - 36px); }
  .header-inner { min-height: 77px; flex-wrap: wrap; gap: 0; padding-block: 13px; }
  .header-actions { margin-left: auto; gap: 15px; }
  .main-nav { order: 3; width: 100%; justify-content: space-between; margin-top: 13px; gap: 8px; border-top: 1px solid var(--line); }
  .main-nav a { min-height: 49px; font-size: .85rem; padding-top: 10px; }
  html.has-js .main-nav { display: none; }
  html.has-js .main-nav.is-open { display: flex; }
  .home-opening { grid-template-columns: 1fr; padding-top: 32px; padding-bottom: 37px; gap: 25px; }
  .opening-copy { padding: 0; }
  .opening-copy .eyebrow { margin-bottom: 20px; }
  .opening-copy h1 { font-size: clamp(2.4rem, 9.6vw, 3rem); margin-bottom: 19px; line-height: 1.35; }
  .opening-copy h1 br { display: none; }
  .opening-copy h1 span { display: block; }
  .opening-lead { font-size: .91rem; margin-bottom: 23px; }
  .opening-copy .button-row { gap: 23px; }
  .opening-note { margin-top: 24px; font-size: .61rem; }
  .opening-image .cover { aspect-ratio: 1.55; border-top-right-radius: 25px; }
  .image-kicker { left: 14px; bottom: 14px; font-size: .62rem; }
  .feature-caption { padding-top: 16px; }
  .feature-caption h2 { font-size: 1.16rem; }
  .section-heading { gap: 16px; margin-bottom: 21px; }
  .section-heading h2 { font-size: 1.43rem; }
  .section-heading > .text-link { font-size: .7rem; }
  .section-heading .eyebrow { font-size: .63rem; }
  .video-section { padding-top: 8px; padding-bottom: 42px; }
  .video-grid { grid-template-columns: 1fr; gap: 30px; }
  .card-cover .cover { aspect-ratio: 1.75; }
  .video-card h3 { font-size: 1.13rem; }
  .video-card > p { font-size: .85rem; }
  .card-meta { font-size: .66rem; margin-top: 13px; }
  .card-bottom .text-link { font-size: .77rem; }
  .community-band { padding-block: 37px 40px; }
  .community-intro { display: block; }
  .community-intro h2 { font-size: 1.7rem; margin: 15px 0; }
  .community-intro > p { font-size: .87rem; margin-bottom: 10px; }
  .topic-row { grid-template-columns: minmax(0, 1fr) 27px; gap: 7px 12px; padding: 21px 0; }
  .topic-kind { grid-column: 1; margin: 0; }
  .topic-row > div:nth-child(2) { grid-column: 1; }
  .topic-arrow { grid-column: 2; grid-row: 1 / 3; align-self: center; }
  .topic-row h3 { font-size: 1.04rem; }
  .topic-row p { font-size: .82rem; }
  .reading-pair { display: block; padding-block: 39px 28px; }
  .pair-label { margin-bottom: 25px; }
  .reading-pair article { margin-bottom: 24px; padding-left: 18px; }
  .reading-pair article h3 { margin-bottom: 9px; }
  .reading-pair article .label { margin-bottom: 10px; }
  .visit-strip { display: block; padding-block: 26px 35px; }
  .visit-strip .button-row { margin-top: 18px; }
  .footer-grid { padding-bottom: 24px; }
  .footer-grid nav { gap: 11px 21px; font-size: .75rem; }
  .footer-grid nav a { min-height: 36px; display: flex; align-items: center; }
  .footer-note { font-size: .63rem; }
  .breadcrumbs { margin-top: 19px; font-size: .64rem; }
  .breadcrumbs ol { gap: 5px; }
  .page-heading { padding-top: 31px; padding-bottom: 22px; }
  .page-heading h1 { font-size: 2rem; line-height: 1.45; margin-bottom: 18px; }
  .page-heading p { font-size: .9rem; }
  .page-heading .eyebrow { margin-bottom: 15px; }
  .filter-tabs { gap: 7px 21px; }
  .filter-tabs a { font-size: .8rem; }
  .listing-summary { font-size: .68rem; }
  .callout { margin-bottom: 40px; padding: 23px; }
  .callout h2 { font-size: 1.21rem; }
  .article-heading { padding-top: 29px; padding-bottom: 22px; }
  .article-heading h1 { font-size: 1.95rem; line-height: 1.5; }
  .article-heading .eyebrow { font-size: .66rem; margin-bottom: 16px; }
  .article-deck { font-size: .92rem; }
  .article-tools { font-size: .68rem; gap: 8px 16px; }
  .article-tools > span { width: 100%; }
  .detail-media .cover { aspect-ratio: 1.6; }
  .article-layout { padding-block: 25px 39px; gap: 22px; }
  .article-toc ol { display: block; }
  .article-toc li { padding: 6px 0; font-size: .78rem; }
  .article-toc .eyebrow { margin-bottom: 6px; }
  .prose { font-size: .94rem; line-height: 2; }
  .prose h2 { font-size: 1.3rem; }
  .article-lead { font-size: .99rem; padding-left: 16px; }
  .article-section { margin-top: 34px; }
  .question-box { padding: 22px; }
  .question-box h2 { font-size: 1.24rem; }
  .sound-note { padding: 20px; font-size: .86rem; }
  .next-stories { padding-top: 25px; margin-bottom: 45px; }
  .discussion-layout { padding-bottom: 43px; }
  .discussion-aside { margin-top: 0; }
  .search-page { padding-block: 34px 45px; }
  .search-page h1 { font-size: 1.85rem; line-height: 1.6; }
  .search-form { grid-template-columns: minmax(0, 1fr) 92px; gap: 10px; }
  .search-form input { grid-column: 1 / -1; }
  .search-form select { width: 100%; }
  .search-result { padding-block: 22px; }
  .search-result h3 { font-size: 1.08rem; }
  .index-layout { margin-bottom: 45px; gap: 16px; }
  .index-nav { gap: 9px 20px; }
  .index-nav a { font-size: .78rem; }
  .index-section { padding-block: 23px; }
  .index-entries li { grid-template-columns: 1fr; gap: 10px; }
  .index-discuss { justify-self: start; }
  .compact-topics > a { grid-template-columns: 1fr 20px; gap: 7px; }
  .compact-topics span:first-child { grid-column: 1 / -1; }
  .visit-page { padding-block: 35px 45px; }
  .visit-page h1 { font-size: 1.9rem; }
  .address-box { gap: 11px 20px; padding: 22px; }
  .address-box > span { width: 100%; }
  .address-box > a { font-size: 1.5rem; }
  .address-box button { margin-left: 0; }
  .entry-links { grid-template-columns: 1fr; gap: 8px; margin-block: 30px 35px; }
  .entry-links > a { display: grid; grid-template-columns: 1fr 30px; gap: 6px 15px; padding-block: 15px; }
  .entry-links span:first-child { margin: 0; }
  .entry-links strong { grid-column: 1; }
  .entry-links span:last-child { grid-column: 2; grid-row: 1 / 3; align-self: center; margin: 0; }
  .saved-page { padding-block: 34px 45px; }
  .policy-page { padding-block: 32px 43px; }
  .policy-page h1 { font-size: 1.9rem; }
  .empty-page { padding-block: 58px 70px; }
  .empty-page h1 { font-size: 2rem; }
  .comment-form .button-row { align-items: stretch; }
  .comment-form .button { font-size: .79rem; }
  .toast { bottom: max(18px, env(safe-area-inset-bottom)); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .card-cover:hover img { transform: none; }
}
@media (prefers-contrast: more) {
  :root { --muted: #384649; --line: #7c8b88; }
  a { text-decoration-thickness: 2px; }
}
@media print {
  body { background: white; color: black; font-size: 11pt; }
  .wrap { width: 100%; max-width: none; }
  .site-header, .site-footer, .article-tools, .article-layout > aside, .next-stories, .comment-form, .toast, .skip-link, .filter-tabs, .save-button { display: none !important; }
  .article-layout { display: block; padding: 0; }
  h1, h2, h3 { break-after: avoid; }
  p, li { orphans: 3; widows: 3; }
  .cover { max-height: 7cm; }
  .article-heading { padding-top: 0; }
  .question-box, .shot, .comment { break-inside: avoid; }
  a { color: black; }
}
