@charset "UTF-8";
:root {
  --ink: #252B2D;
  --muted: #586567;
  --quiet: #6C7779;
  --paper: #F5F2EA;
  --mist: #E9EEE9;
  --brand: #3F5F68;
  --night: #1C272B;
  --sand: #C7A96B;
  --accent: #D66A4A;
  --action: #AC482D;
  --line: #d5d8d0;
  --white: #fffdf8;
  --radius: .4rem;
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 1.5rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 1rem; line-height: 1.75; overflow-wrap: break-word; }
body.reading-large .prose { font-size: 1.2rem; }
button, input, select, textarea { font: inherit; color: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-underline-offset: .25em; text-decoration-thickness: 1px; }
a:hover { color: var(--action); }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .6; }
button, a { touch-action: manipulation; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--action); outline-offset: 4px; }
img, video { max-width: 100%; display: block; }
img { object-fit: cover; color: var(--brand); font-size: .875rem; }
img[data-failed] { opacity: .35; }
video { width: 100%; background: var(--night); }
[hidden] { display: none !important; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { line-height: 1.35; font-weight: 650; overflow-wrap: anywhere; }
h1 { font-size: clamp(2.15rem, 4.1vw, 3.6rem); letter-spacing: -.045em; margin-bottom: 1.3rem; }
h2 { font-size: clamp(1.45rem, 2.3vw, 2rem); letter-spacing: -.025em; margin-bottom: 1rem; }
h3 { font-size: 1.2rem; margin-bottom: .65rem; }
p { margin-bottom: 1.2rem; }
ul, ol { padding-left: 1.35rem; }
li + li { margin-top: .55rem; }
::selection { background: #e7d7b3; color: var(--night); }
.wrap { width: min(1240px, calc(100% - 5rem)); margin-inline: auto; }
.small { font-size: .875rem; }
.muted { color: var(--muted); }
.eyebrow { font-size: .8rem; letter-spacing: .09em; font-weight: 650; color: var(--brand); margin-bottom: .8rem; }
.lede { color: var(--muted); font-size: 1.1rem; line-height: 1.95; max-width: 47rem; }
.skip-link { position: absolute; top: .6rem; left: 1rem; z-index: 20; transform: translateY(-160%); padding: .75rem 1.2rem; background: var(--white); color: var(--night); border-radius: var(--radius); }
.skip-link:focus { transform: none; }
.site-header { background: var(--night); color: var(--paper); border-bottom: 3px solid var(--sand); }
.header-line { display: flex; align-items: center; gap: 3rem; min-height: 94px; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font-size: 1.5rem; font-weight: 700; line-height: 1.1; white-space: nowrap; }
.brand:hover { color: var(--sand); }
.brand-emblem { font-family: serif; display: grid; place-items: center; width: 2.9rem; height: 2.9rem; border: 1px solid var(--sand); border-radius: 50%; color: var(--sand); font-size: 1.4rem; }
.brand small { display: block; margin-top: .45rem; font-size: .625rem; letter-spacing: .23em; font-weight: 400; }
.primary-nav { display: flex; align-items: stretch; gap: 1.75rem; margin-left: 1.6rem; }
.primary-nav a { display: flex; align-items: center; min-height: 94px; position: relative; text-decoration: none; color: #e4e6df; font-size: .95rem; }
.primary-nav a:hover { color: var(--sand); }
.primary-nav a[aria-current] { color: var(--sand); }
.primary-nav a[aria-current]::after { content: ""; height: 3px; background: var(--sand); bottom: 17px; inset-inline: 0; position: absolute; }
.search-entry { margin-left: auto; display: flex; gap: .6rem; align-items: center; text-decoration: none; font-size: .875rem; white-space: nowrap; }
.search-entry > span:first-child { font-size: 1.9rem; line-height: 1; }
.search-entry:hover { color: var(--sand); }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.4rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 1rem; padding: .8rem 1.3rem; border-radius: var(--radius); border: 1px solid var(--action); text-decoration: none; color: var(--white); background: var(--action); min-height: 46px; font-weight: 600; font-size: .95rem; }
.button:hover { background: #903b25; border-color: #903b25; color: #fff; }
.button.secondary { border-color: var(--brand); color: var(--brand); background: transparent; }
.button.secondary:hover { background: var(--brand); color: var(--white); }
.text-link { color: var(--brand); font-weight: 600; font-size: .95rem; text-decoration: none; display: inline-block; padding-block: .4rem; }
.text-link:hover { text-decoration: underline; }
.plain-button { border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--brand); padding: .6rem .15rem; font-size: .9rem; }
.home-opening { display: grid; grid-template-columns: 1fr 1.07fr; gap: 5rem; align-items: center; padding-block: 4.3rem 3.6rem; }
.opening-copy .eyebrow { padding-left: 2.6rem; position: relative; margin-bottom: 1.35rem; }
.opening-copy .eyebrow::before { content: ""; position: absolute; left: 0; top: .65rem; width: 1.75rem; height: 2px; background: var(--accent); }
.opening-copy h1 { line-height: 1.35; }
.opening-copy .lede { margin-bottom: 2rem; }
.opening-footnote { margin-top: 1.75rem; font-size: .8rem; color: var(--muted); letter-spacing: .08em; margin-bottom: 0; }
.opening-visual { min-width: 0; background: var(--brand); position: relative; padding: 1.2rem 1.2rem 0; }
.opening-visual img { width: 100%; height: 360px; background: #637b7d; color: var(--paper); }
.visual-caption { padding: 1.1rem 0; color: var(--paper); display: flex; align-items: baseline; justify-content: space-between; gap: .6rem; flex-wrap: wrap; }
.visual-caption > span { font-size: .8rem; color: #e4d2aa; }
.visual-caption a { text-decoration: none; font-size: .95rem; }
.visual-caption a:hover { color: #eadbbd; }
.section-block { padding-block: 3.5rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.8rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading .eyebrow { margin-bottom: .55rem; }
.section-heading > a { white-space: nowrap; font-size: .9rem; color: var(--brand); }
.home-video-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 1.8rem; }
.video-card { min-width: 0; }
.cover-link { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #d6ded7; text-decoration: none; }
.cover { width: 100%; height: 100%; transition: transform .3s ease; }
.cover-link:hover .cover { transform: scale(1.025); }
.cover-label { position: absolute; top: .7rem; left: .7rem; background: var(--night); color: var(--paper); font-size: .75rem; padding: .2rem .6rem; border-radius: 2px; }
.cover-symbol { position: absolute; right: .8rem; bottom: .8rem; width: 2.3rem; height: 2.3rem; display: grid; place-items: center; background: var(--paper); border-radius: 50%; color: var(--brand); }
.card-copy { padding-top: 1.2rem; }
.card-copy .eyebrow { font-size: .75rem; }
.card-copy h3 a { text-decoration: none; }
.card-copy h3 a:hover { text-decoration: underline; }
.card-copy > p:not(.eyebrow) { color: var(--muted); font-size: .92rem; line-height: 1.9; margin-bottom: .8rem; }
.featured-card .cover-link { aspect-ratio: 16 / 11; }
.featured-card h3 { font-size: 1.4rem; }
.community-band { background: var(--mist); margin-block: 2rem 0; }
.community-preview { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5rem; padding-block: 4rem; }
.community-intro h2 { font-size: 2rem; line-height: 1.55; }
.community-intro > p:not(.eyebrow) { color: var(--muted); }
.thread-list { border-top: 1px solid var(--line); }
.thread-row { display: grid; grid-template-columns: 2.5rem minmax(0,1fr) 2.3rem; column-gap: 1.25rem; padding-block: 1.6rem; border-bottom: 1px solid var(--line); }
.thread-row .eyebrow { font-size: .75rem; margin-bottom: .5rem; }
.thread-row h3 { font-size: 1.12rem; line-height: 1.6; }
.thread-row h3 a { text-decoration: none; }
.thread-row h3 a:hover { text-decoration: underline; }
.thread-row p:not(.eyebrow) { color: var(--muted); font-size: .9rem; margin-bottom: .6rem; }
.thread-marker { margin-top: .3rem; display: grid; place-items: center; width: 2.5rem; height: 2.5rem; font-family: serif; font-size: 1.05rem; border: 1px solid #a5b8b5; color: var(--brand); }
.thread-tags { display: flex; flex-wrap: wrap; gap: .5rem 1rem; color: var(--muted); font-size: .78rem; }
.thread-tags span::before { content: "#"; margin-right: .25rem; color: var(--brand); }
.row-arrow { align-self: center; text-decoration: none; font-size: 1.5rem; min-height: 44px; display: grid; place-items: center; }
.cross-path { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; padding-top: 5rem; }
.cross-path h2 { line-height: 1.5; }
.cross-path > div > p:not(.eyebrow) { color: var(--muted); }
.cross-links { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.cross-links a { display: flex; flex-direction: column; text-decoration: none; padding: 1.5rem; background: var(--white); border-top: 3px solid var(--brand); }
.cross-links a:nth-child(2) { border-top-color: var(--sand); }
.cross-links strong { display: block; font-size: 1.25rem; margin-block: .75rem 1.5rem; line-height: 1.65; }
.cross-links a > span { color: var(--muted); font-size: .875rem; }
.cross-links a > span:last-child { margin-top: auto; }
.access-strip { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-block: 2.5rem; gap: 2rem; margin-bottom: 2rem; }
.access-strip h2 { font-size: 1.3rem; margin-block: .4rem; }
.access-strip p { margin: 0; color: var(--muted); }
.site-footer { margin-top: 3rem; background: var(--night); color: #dfe5df; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .8fr; gap: 2rem; padding-block: 3rem; }
.footer-brand { display: inline-flex; gap: .8rem; align-items: baseline; font-size: 1.5rem; text-decoration: none; }
.footer-brand span { color: var(--sand); font-size: .8rem; letter-spacing: .13em; }
.footer-grid p { color: #b4c1bd; font-size: .875rem; margin-block: .8rem 0; }
.footer-grid nav { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; align-content: start; padding-top: .65rem; font-size: .875rem; }
.footer-grid nav a, .footer-note a { text-decoration: none; }
.site-footer a:hover { color: var(--sand); }
.footer-note { display: flex; flex-direction: column; align-items: end; gap: .7rem; font-size: .8rem; color: #b4c1bd; padding-top: .65rem; }
.breadcrumbs { padding-block: 1.25rem .3rem; color: var(--muted); font-size: .85rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; gap: .4rem .65rem; }
.breadcrumbs li { margin: 0; }
.breadcrumbs li + li::before { content: "/"; margin-right: .65rem; color: #8a9592; }
.breadcrumbs a { text-decoration: none; }
.page-opening { padding-block: 2.8rem 2.3rem; }
.page-opening .lede { margin-bottom: 0; }
.filter-nav { display: flex; flex-wrap: wrap; gap: .65rem; padding-block: .3rem 1.5rem; border-bottom: 1px solid var(--line); }
.filter-nav a { text-decoration: none; color: var(--brand); padding: .5rem 1.1rem; border: 1px solid #becac3; border-radius: 2rem; font-size: .92rem; min-height: 44px; }
.filter-nav a[aria-current] { background: var(--brand); border-color: var(--brand); color: var(--white); }
.filter-nav a:hover { background: var(--mist); color: var(--night); }
.list-meta { display: flex; gap: 1rem; justify-content: space-between; font-size: .85rem; color: var(--muted); padding-block: 1.4rem; }
.video-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 2.8rem 1.8rem; }
.video-section { padding-bottom: 2.5rem; }
.inline-note { padding: 1.8rem 2rem; background: var(--mist); border-left: 3px solid var(--brand); margin-block: 2rem; }
.inline-note h2 { font-size: 1.35rem; }
.inline-note p { margin-bottom: .75rem; }
.inline-note a { color: var(--brand); }
.detail-heading { padding-block: 2.5rem 1.25rem; }
.detail-heading h1 { max-width: 54rem; }
.detail-meta { display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; color: var(--muted); font-size: .85rem; margin-block: 1rem; }
.detail-meta span + span { padding-left: 1.2rem; border-left: 1px solid var(--line); }
.reading-tools { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.5rem; }
.reading-tools button { background: transparent; border: 1px solid #b9c5bf; padding: .45rem .9rem; color: var(--brand); font-size: .85rem; border-radius: var(--radius); min-height: 42px; }
.reading-tools button:hover, .reading-tools button[aria-pressed="true"] { background: var(--brand); border-color: var(--brand); color: #fff; }
.status-line { min-height: 1.5rem; margin-block: .5rem 0; color: var(--brand); }
.detail-cover { margin-bottom: 3rem; }
.detail-cover img { width: 100%; height: auto; aspect-ratio: 2.25; background: #c9d4cd; }
.detail-cover video { max-height: 70vh; }
.detail-cover figcaption { display: flex; flex-wrap: wrap; gap: .5rem 2rem; justify-content: space-between; padding-top: .7rem; color: var(--muted); font-size: .8rem; }
.reading-layout { display: grid; grid-template-columns: 235px minmax(0,780px); gap: 4rem; justify-content: center; align-items: start; }
.reading-aside { font-size: .9rem; }
.toc { border-block: 1px solid #b8c5bd; padding-block: 1rem; }
.toc summary { font-weight: 650; font-size: 1rem; cursor: pointer; color: var(--brand); padding-block: .2rem; }
.toc ol { margin-bottom: 0; padding-left: 1.4rem; }
.toc li { padding-left: .2rem; }
.toc li + li { margin-top: .75rem; }
.toc a { text-decoration: none; }
.toc a:hover { text-decoration: underline; }
.aside-note { margin-top: 2rem; border-bottom: 1px solid var(--line); padding-bottom: 1.5rem; }
.aside-note h2 { font-size: 1rem; }
.aside-note dl { margin: 0; }
.aside-note dt { color: var(--brand); font-size: .8rem; margin-top: 1rem; }
.aside-note dd { margin: .3rem 0 0; color: var(--muted); }
.aside-article { display: block; color: var(--brand); padding-block: .4rem; }
.prose { font-size: 1.04rem; line-height: 2; min-width: 0; }
.prose h2 { font-size: 1.6em; margin-bottom: 1.2rem; line-height: 1.5; }
.prose h3 { font-size: 1.15em; }
.prose-section { margin-bottom: 3rem; scroll-margin-top: 1.7rem; }
.prose-section p { margin-bottom: 1.35rem; }
.prose-list li { margin-bottom: .7rem; }
.prose blockquote { margin: 1.7rem 0; border-left: 3px solid var(--sand); background: var(--white); padding: 1.25rem 1.6rem; color: var(--brand); }
.prose blockquote p { margin-bottom: 0; }
.shot-list { list-style: none; padding-left: 0; counter-reset: shot; border-top: 1px solid var(--line); }
.shot-list li { padding-block: 1.3rem; border-bottom: 1px solid var(--line); margin: 0; }
.shot-heading { display: flex; align-items: baseline; flex-wrap: wrap; gap: .65rem 1rem; margin-bottom: .7rem; }
.shot-heading::before { counter-increment: shot; content: counter(shot, decimal-leading-zero); color: var(--action); font-size: .8rem; font-variant-numeric: tabular-nums; font-weight: 700; }
.shot-heading > span { color: var(--brand); font-size: .85rem; }
.shot-heading strong { font-weight: 600; }
.shot-list p { margin-bottom: .8rem; }
.shot-sound { color: var(--muted); font-size: .95em; }
.shot-sound span { font-size: .8rem; background: var(--mist); color: var(--brand); padding: .2rem .45rem; margin-right: .6rem; }
.shot-list p:last-child { margin-bottom: 0; }
.table-scroll { overflow-x: auto; margin-block: 1.5rem; border: 1px solid var(--line); }
table { border-collapse: collapse; width: 100%; text-align: left; font-size: .9em; line-height: 1.8; }
th, td { padding: .85rem 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
thead th { background: var(--brand); color: var(--white); font-weight: 550; }
tbody th { font-weight: 600; min-width: 6.5rem; background: var(--mist); }
tbody tr:last-child > * { border-bottom: 0; }
.practice-box { background: var(--mist); border-top: 3px solid var(--brand); padding: 1.7rem 2rem; margin-top: 3rem; }
.practice-box h2 { font-size: 1.3em; }
.practice-box ul { margin-bottom: 0; }
.related-discussion { padding-block: 2.5rem; margin-top: 1.4rem; border-bottom: 1px solid var(--line); }
.related-discussion h2 { font-size: 1.35em; }
.related-discussion h2 a { text-decoration: none; }
.related-discussion p:last-child { margin-bottom: 0; color: var(--muted); }
.compact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.related-videos { max-width: 980px; margin-top: 2rem; }
.community-heading { display: grid; grid-template-columns: 1fr 230px; gap: 4rem; align-items: center; padding-block: 3rem; }
.community-heading h1 { font-size: clamp(2rem,3.5vw,3rem); }
.community-heading .lede { max-width: 45rem; }
.community-index { border-left: 1px solid var(--line); padding-left: 2rem; display: flex; flex-direction: column; }
.community-index strong { font-family: Georgia,serif; font-weight: 400; font-size: 3.5rem; color: var(--brand); line-height: 1.2; }
.community-index > span { color: var(--muted); font-size: .85rem; }
.community-index a { font-size: .85rem; margin-top: 1rem; color: var(--brand); }
.community-columns { display: grid; grid-template-columns: minmax(0,1fr) 250px; gap: 4rem; padding-top: 2rem; }
.community-main .thread-row { padding-block: 1.9rem; }
.community-main .thread-row h3 { font-size: 1.23rem; }
.community-side { padding: 1.5rem; background: var(--mist); align-self: start; }
.community-side h2 { font-size: 1.1rem; margin-top: 1.5rem; }
.community-side h2:first-child { margin-top: 0; }
.community-side p { color: var(--muted); font-size: .9rem; }
.community-side a { color: var(--brand); font-size: .9rem; }
.side-rule { height: 1px; background: #bcc9c0; margin-block: 1.8rem; }
.discussion-heading { max-width: 980px; padding-block: 2.5rem 2rem; }
.discussion-heading h1 { font-size: clamp(2rem,3.2vw,3rem); line-height: 1.5; }
.discussion-question { padding: 1.5rem 1.8rem; background: var(--mist); border-left: 3px solid var(--sand); margin-bottom: 3rem; }
.discussion-question > p:last-child { margin: 0; font-size: 1.1em; }
.reflection { border-top: 1px solid var(--line); padding-top: 2rem; }
.reflection h2 { font-size: 1.4em; }
.draft-panel { background: var(--white); border: 1px solid var(--line); padding: 2rem; margin-top: 3rem; }
.draft-panel h2 { font-size: 1.4em; }
label { display: block; font-size: .9rem; font-weight: 600; margin-bottom: .5rem; }
input[type="search"], select, textarea { width: 100%; border: 1px solid #acbcb5; border-radius: var(--radius); background: var(--white); padding: .75rem .9rem; line-height: 1.6; min-height: 48px; }
textarea { resize: vertical; max-width: 100%; }
.draft-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .4rem 1rem; font-size: .8rem; color: var(--muted); margin-block: .5rem 1rem; }
.article-next { display: grid; gap: 1rem; margin-top: 3rem; }
.article-next a { display: block; text-decoration: none; padding: 1.2rem 1.5rem; border-block: 1px solid var(--line); }
.article-next span { display: block; font-size: .8rem; color: var(--muted); margin-bottom: .3rem; }
.article-next strong { font-size: 1em; font-weight: 550; }
.topic-index { border-top: 1px solid var(--line); margin-top: 1rem; }
.topic-index-row { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; padding-block: 2.7rem; border-bottom: 1px solid var(--line); }
.topic-index-row h2 { font-size: 1.65rem; }
.topic-index-row p:not(.eyebrow) { color: var(--muted); }
.topic-index-links { display: grid; gap: 1.25rem; }
.paired-links { padding: .3rem 0 1.2rem; border-bottom: 1px dashed var(--line); }
.paired-links:last-child { border-bottom: 0; }
.paired-links a { display: flex; gap: 1rem; text-decoration: none; align-items: baseline; }
.paired-links a + a { margin-top: .6rem; color: var(--muted); font-size: .9rem; }
.paired-links a span { flex-shrink: 0; font-size: .75rem; color: var(--brand); width: 2rem; }
.paired-links strong { font-size: 1.12rem; font-weight: 600; }
.saved-section { margin-top: 3rem; padding: 2rem; background: var(--mist); }
.saved-list { list-style: none; padding: 0; }
.saved-list li { display: flex; gap: 1rem; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding: .7rem 0; }
.saved-list li a { font-weight: 550; color: var(--brand); }
.saved-list button { flex-shrink: 0; }
.access-page { max-width: 1100px; }
.address-card { background: var(--brand); color: var(--paper); padding: 2rem 2.5rem; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.address-card h2 { font-size: 1rem; font-weight: 450; color: #e6e9da; }
.site-address { font-size: clamp(1.2rem,2.3vw,1.8rem); margin: 0; overflow-wrap: anywhere; }
.address-card .button { border-color: var(--sand); background: var(--sand); color: var(--night); flex-shrink: 0; }
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; padding-top: 3.5rem; }
.access-grid h2 { font-size: 1.45rem; }
.access-grid p { color: var(--muted); }
.access-grid a { color: var(--brand); }
.access-grid details { padding-block: .8rem; border-bottom: 1px solid var(--line); }
.access-grid summary { cursor: pointer; color: var(--brand); font-weight: 550; }
.access-grid details p { margin: 1rem 0 .3rem; font-size: .95rem; }
.search-page { max-width: 1000px; min-height: 65vh; }
.search-form { display: grid; grid-template-columns: minmax(0,1fr) 180px auto; gap: 1rem; align-items: end; }
.search-form .button { min-height: 50px; }
.search-form + p { margin-top: .75rem; }
.search-suggestions { margin-top: 2.5rem; }
.search-suggestions h2 { font-size: 1.2rem; }
.tag-links { display: flex; gap: .7rem; flex-wrap: wrap; }
.tag-links a { padding: .4rem 1rem; border: 1px solid var(--line); border-radius: 2rem; text-decoration: none; color: var(--brand); }
.search-results { margin-top: 2.5rem; }
.search-results > h2 { font-size: 1.3rem; border-bottom: 1px solid var(--line); padding-bottom: 1rem; }
.search-result { border-bottom: 1px solid var(--line); padding-block: 1.4rem; }
.search-result h3 { line-height: 1.6; }
.search-result h3 a { text-decoration: none; }
.search-result p:not(.eyebrow) { color: var(--muted); margin-bottom: 0; }
.search-result .eyebrow { font-size: .75rem; }
.empty-state { background: var(--mist); padding: 2rem; }
.error-page { min-height: 65vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-block: 5rem; }
.error-page > .eyebrow { font-family: Georgia,serif; font-size: 4rem; font-weight: 400; color: var(--action); line-height: 1; }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 3rem); }
  .header-line { gap: 1.75rem; }
  .primary-nav { margin-left: 0; gap: 1.4rem; }
  .home-opening { gap: 2.8rem; }
  .opening-visual img { height: 330px; }
  .home-video-grid { gap: 1.4rem; }
  .community-preview, .cross-path { gap: 3rem; }
  .reading-layout { grid-template-columns: 205px minmax(0,1fr); gap: 2.5rem; }
  .community-columns { grid-template-columns: minmax(0,1fr) 220px; gap: 2.5rem; }
  .topic-index-row { gap: 3rem; }
}
@media (max-width: 800px) {
  .header-line { min-height: 82px; flex-wrap: wrap; gap: 0; padding-top: 1rem; }
  .brand { font-size: 1.3rem; }
  .brand-emblem { height: 2.5rem; width: 2.5rem; }
  .search-entry { margin-left: auto; }
  .primary-nav { order: 3; width: 100%; justify-content: space-between; gap: .75rem; margin-top: .6rem; }
  .primary-nav a { min-height: 52px; font-size: .92rem; padding: .3rem .1rem; }
  .primary-nav a[aria-current]::after { bottom: 6px; }
  .home-opening { grid-template-columns: 1fr 1fr; gap: 2rem; padding-top: 2.8rem; }
  .home-opening h1 { font-size: 2.2rem; }
  .opening-copy .lede { font-size: 1rem; }
  .opening-visual { padding: .75rem .75rem 0; }
  .opening-visual img { height: 350px; }
  .visual-caption { display: block; }
  .visual-caption a { display: block; margin-top: .25rem; }
  .home-video-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2rem 1.4rem; }
  .home-video-grid .featured-card { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: center; }
  .featured-card .card-copy { padding-top: 0; }
  .featured-card .cover-link { aspect-ratio: 16 / 11; }
  .video-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2rem 1.5rem; }
  .community-preview { grid-template-columns: 1fr; gap: 2rem; }
  .community-intro { max-width: 36rem; }
  .community-intro h2 br { display: none; }
  .cross-path { grid-template-columns: 1fr; gap: 1.5rem; }
  .cross-path h2 br { display: none; }
  .access-strip { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-note { align-items: flex-start; grid-column: 1/-1; flex-direction: row; justify-content: space-between; border-top: 1px solid #4d5e5c; padding-top: 1.2rem; }
  .reading-layout { grid-template-columns: 1fr; gap: 2rem; }
  .reading-aside { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2rem; }
  .aside-note { margin-top: 0; padding-top: 1rem; border-top: 1px solid #b8c5bd; }
  .detail-cover img { aspect-ratio: 16/9; }
  .community-heading { grid-template-columns: 1fr; gap: 1rem; }
  .community-index { flex-direction: row; align-items: baseline; gap: .9rem; padding-left: 0; border-left: 0; }
  .community-index strong { font-size: 2rem; }
  .community-index a { margin-top: 0; margin-left: auto; }
  .community-columns { grid-template-columns: 1fr; gap: 2rem; }
  .community-side { display: none; }
  .topic-index-row { grid-template-columns: 1fr; gap: 1rem; }
  .topic-index-row > div > p:not(.eyebrow) { max-width: 40rem; }
  .address-card { padding: 1.75rem; flex-wrap: wrap; }
  .access-grid { gap: 2.5rem; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 2rem); }
  .brand small { font-size: .6rem; }
  .search-entry { font-size: .8rem; }
  .primary-nav a { font-size: .875rem; }
  .home-opening { grid-template-columns: 1fr; padding-block: 2.2rem; gap: 2rem; }
  .home-opening h1 { font-size: 2.5rem; }
  .opening-visual img { height: auto; aspect-ratio: 16/10; }
  .visual-caption { display: flex; }
  .visual-caption a { margin: 0; }
  .opening-footnote { margin-top: 1.1rem; }
  .section-block { padding-block: 2.4rem; }
  .section-heading { gap: 1rem; flex-wrap: wrap; align-items: start; margin-bottom: 1.3rem; }
  .section-heading h2 { font-size: 1.5rem; }
  .home-video-grid, .video-grid { grid-template-columns: 1fr; gap: 2rem; }
  .home-video-grid .featured-card { display: block; }
  .home-video-grid .featured-card .card-copy { padding-top: 1.1rem; }
  .featured-card .cover-link, .cover-link { aspect-ratio: 16/10; }
  .card-copy h3, .featured-card h3 { font-size: 1.3rem; }
  .card-copy > p:not(.eyebrow) { font-size: 1rem; }
  .community-preview { padding-block: 2.6rem; }
  .community-intro h2 { font-size: 1.75rem; }
  .thread-row { grid-template-columns: minmax(0,1fr) 1.5rem; gap: .5rem; padding-block: 1.5rem; }
  .thread-marker { display: none; }
  .thread-row h3, .community-main .thread-row h3 { font-size: 1.15rem; }
  .thread-row p:not(.eyebrow) { font-size: .95rem; }
  .thread-tags { font-size: .8rem; }
  .cross-links { grid-template-columns: 1fr; gap: 1rem; }
  .cross-links a { padding: 1.3rem; }
  .cross-links strong { margin-block: .45rem 1rem; }
  .access-strip { flex-direction: column; gap: 1rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; padding-block: 2rem; }
  .footer-grid nav { gap: 1.2rem; }
  .footer-note { grid-column: auto; font-size: .75rem; }
  .breadcrumbs { font-size: .8rem; }
  .page-opening { padding-block: 2rem; }
  .page-opening h1, .detail-heading h1 { font-size: 2.2rem; }
  .filter-nav { gap: .5rem; }
  .filter-nav a { font-size: .85rem; padding: .45rem .8rem; }
  .list-meta { font-size: .8rem; gap: .5rem; flex-wrap: wrap; }
  .inline-note { padding: 1.4rem; }
  .detail-heading { padding-top: 1.7rem; }
  .detail-meta { gap: .5rem .75rem; }
  .detail-meta span + span { padding-left: .75rem; }
  .reading-tools { gap: .45rem; }
  .reading-tools button { font-size: .8rem; padding-inline: .7rem; }
  .detail-cover { margin-bottom: 1.5rem; }
  .detail-cover figcaption { font-size: .8rem; }
  .reading-aside { grid-template-columns: 1fr; gap: 1rem; }
  .reading-aside .aside-note { display: none; }
  .toc ol { display: grid; grid-template-columns: 1fr; }
  .prose { font-size: 1rem; }
  .prose h2 { font-size: 1.5em; }
  .prose-section { margin-bottom: 2.4rem; }
  .shot-heading { gap: .45rem .7rem; }
  .shot-heading strong { flex-basis: 100%; }
  .practice-box { padding: 1.4rem; }
  .prose blockquote { padding: 1.1rem 1.25rem; }
  th, td { padding: .7rem .75rem; }
  .community-heading { padding-block: 1.8rem; }
  .community-heading h1 { font-size: 2rem; }
  .community-index { flex-wrap: wrap; gap: .5rem; }
  .community-index a { margin-left: .5rem; font-size: .8rem; }
  .community-columns { padding-top: 1.5rem; }
  .discussion-heading { padding-top: 1.5rem; }
  .discussion-heading h1 { font-size: 1.95rem; }
  .discussion-question { padding: 1.2rem; }
  .draft-panel { padding: 1.2rem; }
  .draft-panel .actions { gap: .7rem; }
  .draft-panel .button { font-size: .85rem; padding-inline: 1rem; }
  .saved-section { padding: 1.4rem; }
  .saved-list li { align-items: flex-start; }
  .saved-list a { font-size: .95rem; }
  .access-grid { grid-template-columns: 1fr; padding-top: 2.5rem; }
  .address-card { padding: 1.5rem; gap: 1.2rem; }
  .search-form { grid-template-columns: minmax(0,1fr) auto; }
  .search-form > div:first-child { grid-column: 1/-1; }
  .search-form .button { padding-inline: 1.5rem; }
  .error-page h1 { font-size: 2rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (forced-colors: active) {
  .button, .filter-nav a, .brand-emblem { border: 1px solid ButtonText; }
  .cover-label, .cover-symbol { background: Canvas; color: CanvasText; }
}
@media print {
  :root { color-scheme: light; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .site-header, .site-footer, .breadcrumbs, .reading-tools, .status-line, .draft-panel, .reading-aside, .related-videos, .saved-section, .skip-link { display: none !important; }
  .wrap { width: 100%; max-width: none; }
  .reading-layout { display: block; }
  .detail-cover { max-width: 65%; margin-inline: 0; }
  .detail-cover img[data-failed] { display: none; }
  .detail-heading, .discussion-heading { padding-top: 0; }
  h1 { font-size: 24pt; }
  h2 { font-size: 17pt; break-after: avoid; }
  h3 { break-after: avoid; }
  p { orphans: 3; widows: 3; }
  .shot-list li, blockquote, tr { break-inside: avoid; }
  .prose { font-size: 11pt; }
  .prose a { text-decoration: underline; color: #000; }
  .table-scroll { overflow: visible; }
  .practice-box, .discussion-question { border: 1px solid #888; background: #fff; }
}
