:root {
  color-scheme: light;
  --ink: #252b2d;
  --muted: #596568;
  --teal: #3f5f68;
  --gold: #c7a96b;
  --dark: #1c272b;
  --paper: #f5f2ea;
  --wash: #e9eee9;
  --rust: #a3462d;
  --accent: #d66a4a;
  --line: #d7dcd6;
  --white: #fffdf8;
  --radius: 5px;
  --width: 1220px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.75; font-size: 16px; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--rust); }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .6; }
img { display: block; max-width: 100%; object-fit: cover; }
figure, blockquote { margin: 0; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.35; font-weight: 650; overflow-wrap: anywhere; }
h1 { font-family: "Songti SC", "Noto Serif CJK SC", "SimSun", serif; font-weight: 700; letter-spacing: -.025em; }
h2 { letter-spacing: -.015em; }
p + p { margin-top: 1em; }
ul, ol { padding-left: 1.4em; }
::selection { background: #d5c493; color: var(--dark); }
:focus-visible { outline: 3px solid var(--rust); outline-offset: 5px; border-radius: 2px; }
[hidden] { display: none !important; }
.js-only { display: none !important; }
.js .js-only { display: inline-flex !important; }
.js section.js-only, .js div.js-only { display: block !important; }
.js [hidden].js-only { display: none !important; }
.skip-link { position: absolute; top: -80px; left: 16px; z-index: 20; background: var(--white); color: var(--dark); padding: 12px 20px; }
.skip-link:focus { top: 8px; }
.site-header { background: var(--dark); color: var(--paper); border-bottom: 1px solid #ffffff18; }
.header-inner { max-width: var(--width); min-height: 96px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 18px 0; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; text-decoration: none; }
.brand img { width: 42px; height: 42px; border-radius: 50%; background: #ffffff0b; }
.brand > span { font-size: 27px; line-height: 1.2; font-weight: 700; letter-spacing: .08em; }
.brand small { display: block; font-size: 9px; color: var(--gold); margin-top: 7px; letter-spacing: .17em; font-weight: 500; }
.brand:hover, .primary-nav a:hover { color: var(--gold); }
.primary-nav { display: flex; align-items: center; gap: 36px; }
.primary-nav a { text-decoration: none; font-size: 14px; display: flex; align-items: center; gap: 10px; min-height: 44px; border-bottom: 2px solid transparent; }
.primary-nav a[aria-current] { color: var(--gold); border-color: var(--gold); }
.primary-nav a:last-child { font-size: 13px; padding-left: 28px; border-left: 1px solid #ffffff24; }
.nav-toggle { border: 1px solid #ffffff40; background: none; color: var(--paper); padding: 8px 14px; gap: 10px; min-height: 44px; }
.js .nav-toggle { display: none !important; }
.site-main { max-width: var(--width); margin: auto; min-height: 55vh; outline: none; }
.home-intro { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; padding: 54px 0 30px; align-items: center; }
.eyebrow { text-transform: uppercase; color: var(--teal); font-size: 11px; font-weight: 650; letter-spacing: .15em; margin-bottom: 14px; }
.intro-copy h1 { font-size: clamp(36px, 4.15vw, 59px); line-height: 1.35; }
.intro-text { color: var(--muted); margin-top: 27px; font-size: 16px; line-height: 1.9; }
.actions { display: flex; flex-wrap: wrap; gap: 17px; align-items: center; margin-top: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 13px 21px; border: 1px solid var(--teal); border-radius: 3px; background: var(--teal); color: #fff; text-decoration: none; font-size: 14px; font-weight: 550; line-height: 1.5; min-height: 46px; }
.button:hover { background: #294850; color: #fff; border-color: #294850; }
.button.secondary { color: var(--teal); background: transparent; border-color: #92a4a5; }
.button.secondary:hover { background: var(--wash); }
.text-link { font-size: 14px; color: var(--teal); font-weight: 650; text-decoration: none; padding: 9px 0; display: inline-block; }
.text-link:hover { text-decoration: underline; }
.text-button { border: 0; background: transparent; color: var(--teal); font-size: 13px; line-height: 1.5; padding: 10px 3px; min-height: 40px; text-decoration: underline; text-underline-offset: 4px; }
.intro-caption { font-size: 11px; color: var(--muted); margin-top: 27px; letter-spacing: .07em; }
.intro-visual { position: relative; min-height: 390px; background: #3f5f68; overflow: hidden; border-radius: 80px 4px 4px 4px; }
.intro-visual img { width: 100%; height: 410px; }
.visual-caption { position: absolute; bottom: 0; padding: 60px 28px 26px; width: 100%; background: linear-gradient(transparent, #1c272bec); color: var(--paper); }
.visual-caption span { font-size: 11px; color: var(--gold); letter-spacing: .13em; }
.visual-caption p { font-family: "Songti SC", "SimSun", serif; font-size: 22px; margin-top: 7px; line-height: 1.5; }
.image-unavailable { opacity: 0; }
.section-block { margin-top: 52px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.section-heading .eyebrow { margin-bottom: 8px; }
.section-heading h2 { font-size: 27px; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.video-card { min-width: 0; overflow: hidden; }
.cover-link { text-decoration: none; display: block; }
.cover { position: relative; background: #c6d0cb; aspect-ratio: 1.6; border-radius: var(--radius); overflow: hidden; }
.cover img { width: 100%; height: 100%; transition: transform .3s ease; }
.cover-link:hover img { transform: scale(1.025); }
.cover::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, #1c272b96); pointer-events: none; }
.cover-label { position: absolute; top: 13px; left: 13px; background: var(--paper); padding: 4px 9px; font-size: 10px; color: var(--dark); letter-spacing: .08em; }
.media-state { position: absolute; bottom: 13px; left: 15px; z-index: 1; color: white; font-size: 11px; letter-spacing: .06em; }
.video-card-body { padding: 19px 1px 8px; }
.kicker { color: var(--rust); font-size: 10px; letter-spacing: .06em; }
.kicker span { color: var(--muted); }
.video-card h3 { font-size: 19px; margin: 7px 0 10px; }
.video-card h3 a { text-decoration: none; }
.video-card-body > p:not(.kicker) { font-size: 13px; line-height: 1.9; color: var(--muted); }
.card-bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; border-top: 1px solid var(--line); padding-top: 13px; margin-top: 18px; }
.card-bottom span { font-size: 10px; color: var(--muted); }
.card-bottom a { font-size: 11px; color: var(--teal); text-decoration: none; }
.card-bottom a span { color: var(--rust); }
.home-video-grid { grid-template-columns: 1.18fr 1fr 1fr; }
.community-preview { display: grid; grid-template-columns: 270px 1fr; gap: 65px; border-top: 1px solid var(--line); padding-top: 40px; }
.community-intro h2 { font-size: 29px; line-height: 1.5; }
.community-intro > p:not(.eyebrow) { font-size: 13px; color: var(--muted); margin-top: 20px; }
.community-intro .text-link { margin-top: 18px; }
.thread-list { min-width: 0; }
.discussion-row { display: grid; grid-template-columns: 30px 1fr 34px; gap: 17px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.discussion-row:first-child { padding-top: 0; }
.discussion-marker { color: var(--teal); background: var(--wash); width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; margin-top: 4px; }
.discussion-row h3 { font-size: 18px; margin: 6px 0 9px; }
.discussion-row h3 a { text-decoration: none; }
.discussion-row p:not(.kicker) { color: var(--muted); font-size: 13px; line-height: 1.85; }
.row-arrow { align-self: center; text-decoration: none; color: var(--rust); display: grid; place-items: center; min-height: 44px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.tags > span, .tags > a { display: inline-block; font-size: 10px; color: var(--teal); background: var(--wash); border: 1px solid #dce3dd; padding: 3px 9px; text-decoration: none; border-radius: 2px; }
.crosslink-band { margin-top: 55px; background: var(--dark); color: var(--paper); padding: 35px 42px; border-left: 4px solid var(--gold); }
.crosslink-band .eyebrow { color: var(--gold); }
.crosslink-band h2 { font-size: 26px; }
.crosslink-band > p:not(.eyebrow) { color: #c3cfcd; margin-top: 14px; font-size: 14px; }
.crosslink-band .button.secondary { color: var(--paper); border-color: #8d9e9f; }
.crosslink-band .button.secondary:hover { color: var(--dark); }
.crosslink-band .text-link { color: var(--gold); }
.access-strip { display: flex; gap: 30px; justify-content: space-between; align-items: center; margin: 35px 0 60px; border-bottom: 1px solid var(--line); padding: 0 0 29px; }
.access-strip h2 { font-size: 18px; }
.access-strip p { font-size: 12px; color: var(--muted); margin-top: 8px; }
.site-footer { background: #e6e8df; border-top: 1px solid #d9ddd3; margin-top: 70px; }
.footer-inner { max-width: var(--width); margin: auto; padding: 37px 0 40px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { font-size: 24px; text-decoration: none; color: var(--teal); font-weight: 700; }
.footer-brand span { font-size: 10px; letter-spacing: .16em; margin-left: 7px; font-weight: 400; }
.footer-inner p { font-size: 11px; color: var(--muted); margin-top: 8px; }
.footer-inner nav { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-inner nav a { font-size: 12px; text-decoration: none; }
.footer-domain { text-align: right; letter-spacing: .04em; }
.footer-domain span { font-size: 10px; }
.breadcrumbs { font-size: 11px; color: var(--muted); margin: 28px 0; }
.breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.breadcrumbs li + li::before { content: "/"; color: #7c8584; margin-right: 10px; }
.breadcrumbs a { text-decoration: none; }
.page-intro { max-width: 780px; margin: 43px 0 34px; }
.page-intro h1 { font-size: 44px; }
.page-intro > p:last-child { margin-top: 17px; color: var(--muted); font-size: 15px; }
.filter-nav { display: flex; gap: 10px; flex-wrap: wrap; border-bottom: 1px solid var(--line); padding-bottom: 19px; margin-bottom: 12px; }
.filter-nav a { padding: 9px 17px; color: var(--teal); text-decoration: none; font-size: 12px; background: var(--wash); border-radius: 3px; min-height: 42px; }
.filter-nav a[aria-current] { color: var(--paper); background: var(--teal); }
.results-line { display: flex; justify-content: space-between; gap: 16px; margin: 22px 0; color: var(--muted); font-size: 11px; }
.results-line p + p { margin-top: 0; }
.pagination { display: flex; justify-content: center; gap: 9px; margin: 38px 0; }
.pagination a { display: grid; place-items: center; min-width: 42px; min-height: 42px; text-decoration: none; border: 1px solid var(--line); color: var(--teal); font-size: 13px; }
.pagination a[aria-current] { background: var(--teal); border-color: var(--teal); color: white; }
.reading-invite { margin-top: 50px; background: var(--wash); padding: 28px; }
.reading-invite h2 { font-size: 22px; }
.reading-invite p { font-size: 14px; color: var(--muted); margin-top: 10px; }
.reading-invite a { margin-top: 8px; }
.story-heading { max-width: 910px; margin: 46px auto 32px; }
.story-heading h1, .discussion-article h1 { font-size: clamp(30px, 3.4vw, 46px); }
.story-lead { color: var(--muted); font-size: 17px; margin-top: 22px; }
.story-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 25px; margin-top: 19px; font-size: 11px; color: var(--muted); }
.story-cover { position: relative; height: 440px; background: #3f5f68; overflow: hidden; border-radius: 3px; }
.story-cover img { width: 100%; height: 100%; }
.story-cover-caption { position: absolute; bottom: 0; width: 100%; padding: 65px 36px 28px; background: linear-gradient(transparent, #1c272bef); color: var(--paper); }
.story-cover-caption span { font-size: 11px; color: var(--gold); }
.story-cover-caption p { font-size: 24px; max-width: 750px; font-family: "Songti SC", "SimSun", serif; }
.media-caption { color: var(--muted); font-size: 11px; margin-top: 9px; }
.video-player { width: 100%; display: block; aspect-ratio: 16 / 9; background: var(--dark); }
.article-layout { display: grid; grid-template-columns: 235px minmax(0, 780px); gap: 70px; align-items: start; margin-top: 44px; }
.article-aside { position: sticky; top: 24px; }
.table-of-contents { border-top: 2px solid var(--teal); padding-top: 12px; }
.table-of-contents summary { font-weight: 650; font-size: 13px; cursor: pointer; min-height: 35px; }
.table-of-contents ol { padding-left: 20px; font-size: 12px; line-height: 1.8; }
.table-of-contents li { margin: 10px 0; }
.table-of-contents a { text-decoration: none; color: var(--muted); }
.margin-note { font-size: 11px; color: var(--muted); margin-top: 28px; border-left: 2px solid var(--gold); padding-left: 13px; }
.article-body { min-width: 0; font-size: 16px; line-height: 1.95; }
.opening { font-size: 18px; line-height: 1.9; border-bottom: 1px solid var(--line); padding-bottom: 28px; }
.article-section { margin-top: 36px; scroll-margin-top: 26px; }
.article-section h2 { font-size: 25px; margin-bottom: 20px; }
.article-section p { margin: 17px 0; }
.article-list { margin: 20px 0; }
.article-list li { margin: 10px 0; padding-left: 3px; }
.article-list li::marker { color: var(--rust); }
.article-note { background: var(--wash); border-left: 3px solid var(--gold); padding: 14px 23px; margin: 24px 0; font-size: 14px; }
.article-note p { margin: 0; }
.table-scroll { overflow-x: auto; margin: 24px 0; max-width: 100%; }
table { border-collapse: collapse; width: 100%; font-size: 13px; line-height: 1.75; }
th, td { border-bottom: 1px solid var(--line); padding: 13px 15px; text-align: left; vertical-align: top; min-width: 115px; }
th { background: var(--wash); color: var(--teal); font-weight: 650; }
.shot-plan { border-top: 1px solid var(--line); padding-top: 29px; margin-top: 45px; }
.shot-plan h2 { margin: 0 0 22px; font-size: 24px; }
.shot-plan details, .access-section details { border-bottom: 1px solid var(--line); }
.shot-plan summary, .access-section summary { padding: 18px 0; cursor: pointer; font-size: 15px; font-weight: 550; }
.shot-plan summary span { color: var(--rust); font-size: 11px; margin-right: 15px; }
.shot-plan details > div { padding: 0 0 22px 32px; font-size: 14px; }
.shot-plan details p { margin: 10px 0; }
.shot-plan strong { color: var(--teal); }
.discussion-link { background: var(--dark); color: var(--paper); padding: 30px; margin-top: 40px; }
.discussion-link .eyebrow { color: var(--gold); }
.discussion-link h2 { font-size: 24px; }
.discussion-link > p:not(.eyebrow) { color: #c3cfcd; margin-top: 15px; font-size: 14px; }
.discussion-link a { color: var(--gold); margin-top: 12px; }
.notebook { border: 1px solid var(--line); border-radius: 3px; padding: 28px; margin-top: 40px; background: var(--white); }
.notebook .section-heading { margin-bottom: 15px; }
.notebook h2 { font-size: 23px; }
.muted { color: var(--muted); font-size: 13px; }
.notebook label { display: block; font-size: 13px; font-weight: 550; margin: 19px 0 7px; }
textarea { resize: vertical; min-height: 155px; width: 100%; border: 1px solid #a9b4b1; background: #fffefa; border-radius: 2px; padding: 12px 14px; color: var(--ink); font-size: 15px; line-height: 1.8; }
textarea::placeholder { color: #73807c; }
.note-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: 10px; color: var(--muted); margin-top: 5px; }
.notebook .actions { gap: 13px; }
.notebook .button { font-size: 12px; min-height: 42px; padding: 10px 14px; }
.related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 800px; }
.community-header { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 90px; align-items: center; margin: 44px 0 35px; }
.community-header h1 { font-size: 43px; }
.community-header > div > p:last-child { color: var(--muted); font-size: 15px; margin-top: 15px; max-width: 710px; }
.community-note { padding: 23px; border-left: 2px solid var(--gold); background: var(--wash); }
.community-note span { color: var(--teal); font-size: 12px; font-weight: 700; }
.community-header .community-note p { font-size: 12px !important; margin-top: 7px !important; }
.community-body { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 64px; margin-top: 34px; }
.community-side { border-top: 2px solid var(--teal); padding-top: 15px; font-size: 12px; color: var(--muted); }
.community-side h2 { font-size: 17px; color: var(--ink); }
.community-side ol { padding-left: 19px; }
.community-side li { margin: 12px 0; }
.community-side .text-link { font-size: 12px; }
.discussion-article { max-width: 850px; margin: 46px auto; }
.discussion-context { border-top: 2px solid var(--teal); background: var(--wash); padding: 27px 30px; margin: 28px 0; }
.discussion-context h2 { font-size: 18px; margin-bottom: 13px; }
.discussion-context p { font-size: 15px; }
.perspectives { margin-top: 35px; }
.perspectives h2, .prompts h2, .connected-reading h2 { font-size: 23px; margin-bottom: 20px; }
.perspective { padding: 21px 0 21px 21px; border-left: 2px solid var(--gold); margin: 20px 0; }
.perspective h3 { font-size: 18px; color: var(--teal); margin-bottom: 11px; }
.perspective p { font-size: 15px; }
.prompts { margin-top: 35px; background: var(--wash); padding: 25px; }
.prompts ol { margin: 10px 0 0; }
.prompts li { font-size: 15px; padding: 7px 0; }
.connected-reading { margin-top: 35px; border-top: 1px solid var(--line); padding-top: 25px; }
.connected-reading a { color: var(--teal); font-size: 17px; font-weight: 600; }
.connected-reading p { font-size: 13px; color: var(--muted); margin: 8px 0 20px; }
.search-header { max-width: 850px; margin: 50px auto 35px; }
.search-header h1 { font-size: 37px; }
.search-form { margin-top: 30px; }
.search-form > label { font-size: 12px; font-weight: 550; }
.search-line { display: flex; gap: 10px; margin-top: 9px; }
.search-line input { min-width: 0; flex: 1; background: var(--white); border: 1px solid #91a4a1; border-radius: 3px; padding: 14px; color: var(--ink); }
.search-form fieldset { border: 0; padding: 0; margin: 19px 0 0; display: flex; flex-wrap: wrap; gap: 15px; font-size: 13px; }
.search-form legend { float: left; margin-right: 18px; color: var(--muted); }
.search-form input[type="radio"] { accent-color: var(--teal); }
.search-results, .search-suggestions { max-width: 850px; margin: 40px auto; }
.search-results > h2, .search-suggestions h2 { font-size: 20px; }
.search-results > p { margin-top: 9px; }
.search-result { border-bottom: 1px solid var(--line); padding: 24px 0; }
.search-result h3 { font-size: 21px; margin: 7px 0 10px; }
.search-result h3 a { text-decoration: none; }
.search-result > p:last-child { font-size: 14px; color: var(--muted); }
.search-suggestions .tags a { font-size: 13px; padding: 9px 18px; }
.empty-state { padding: 30px 0; }
.empty-state h3 { font-size: 19px; }
.empty-state p { font-size: 14px; margin-top: 10px; }
.access-header { max-width: 950px; margin: 45px 0; }
.access-header h1 { font-size: 43px; }
.access-header > p:last-of-type { color: var(--muted); margin-top: 17px; }
.address-card { padding: 24px; display: flex; gap: 18px; align-items: center; flex-wrap: wrap; margin-top: 27px; background: var(--wash); border-left: 3px solid var(--gold); }
.address-card > span { width: 100%; font-size: 11px; color: var(--muted); }
.address-card strong { margin-right: auto; font-size: 18px; color: var(--teal); overflow-wrap: anywhere; }
.address-card .button { font-size: 12px; }
.access-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; max-width: 950px; }
.access-columns h2 { font-size: 24px; margin-bottom: 17px; }
.access-columns p { font-size: 14px; color: var(--muted); }
.access-section { max-width: 950px; margin-top: 45px; border-top: 1px solid var(--line); padding-top: 27px; }
.access-section h2 { font-size: 25px; margin-bottom: 20px; }
.access-section > p, .access-section details p { font-size: 14px; margin-bottom: 17px; }
.access-section summary { font-size: 16px; }
.saved-shelf { border: 1px solid var(--line); padding: 23px; background: var(--white); margin-top: 27px; }
.saved-shelf h3 { font-size: 17px; margin-bottom: 12px; }
.saved-shelf ul { list-style: none; margin: 0; padding: 0; }
.saved-shelf li { padding: 10px 0; display: flex; align-items: center; gap: 20px; justify-content: space-between; border-bottom: 1px solid var(--line); }
.saved-shelf li:last-child { border: 0; }
.saved-shelf li a { color: var(--teal); font-size: 14px; }
.saved-shelf li button { flex-shrink: 0; }
.error-page { max-width: 800px; padding: 110px 0; }
.error-page h1 { font-size: 45px; }
.error-page > p:not(.eyebrow) { margin-top: 23px; color: var(--muted); }
.toast { position: fixed; z-index: 100; bottom: 25px; left: 50%; transform: translateX(-50%); width: max-content; max-width: calc(100% - 32px); background: var(--dark); color: var(--paper); padding: 12px 20px; border: 1px solid #82928b; border-radius: 4px; font-size: 13px; box-shadow: 0 8px 30px #1c272b20; }
.back-top { position: fixed; bottom: 23px; right: 21px; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid #b7c2bc; background: var(--wash); color: var(--teal); border-radius: 50%; }
.clipboard-helper { position: fixed; width: 1px; height: 1px; left: -10000px; top: 0; }
@media (max-width: 1330px) {
  .header-inner, .footer-inner, .site-main { margin-left: 40px; margin-right: 40px; }
  .home-intro { gap: 40px; }
  .primary-nav { gap: 27px; }
}
@media (max-width: 1000px) {
  .header-inner, .footer-inner, .site-main { margin-left: 26px; margin-right: 26px; }
  .home-intro { gap: 28px; }
  .intro-copy h1 { font-size: 41px; }
  .intro-visual, .intro-visual img { min-height: 340px; height: 340px; }
  .intro-copy .actions { gap: 12px; }
  .intro-copy .button { font-size: 12px; padding: 13px 14px; }
  .video-grid, .home-video-grid { gap: 18px; }
  .video-card h3 { font-size: 17px; }
  .card-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .community-preview { grid-template-columns: 215px minmax(0, 1fr); gap: 30px; }
  .community-body { grid-template-columns: minmax(0, 1fr) 210px; gap: 35px; }
  .community-header { gap: 40px; grid-template-columns: minmax(0, 1fr) 230px; }
  .article-layout { grid-template-columns: 185px minmax(0, 1fr); gap: 30px; }
  .story-cover { height: 370px; }
  .footer-inner { align-items: flex-start; }
  .footer-inner nav { flex-direction: column; gap: 7px; }
}
@media (max-width: 720px) {
  body { font-size: 15px; }
  .header-inner, .footer-inner, .site-main { margin-left: 20px; margin-right: 20px; }
  .header-inner { min-height: 82px; flex-wrap: wrap; padding: 17px 0; gap: 15px; }
  .brand > span { font-size: 24px; }
  .brand small { font-size: 8px; }
  .brand img { width: 35px; height: 35px; }
  .primary-nav { flex-basis: 100%; gap: 0; justify-content: space-between; border-top: 1px solid #ffffff20; padding-top: 8px; }
  .primary-nav a { font-size: 12px; }
  .primary-nav a:last-child { font-size: 12px; border-left: 0; padding-left: 0; }
  .js .nav-toggle { display: inline-flex !important; }
  .nav-ready .primary-nav { display: none; }
  .nav-ready .primary-nav.is-open { display: flex; }
  .home-intro { grid-template-columns: 1fr; padding-top: 35px; gap: 26px; }
  .intro-copy h1 { font-size: clamp(35px, 8vw, 48px); }
  .intro-text { font-size: 14px; margin-top: 19px; }
  .intro-caption { font-size: 10px; margin-top: 19px; }
  .intro-visual { border-radius: 45px 3px 3px; min-height: 230px; height: 260px; }
  .intro-visual img { min-height: 0; height: 100%; }
  .visual-caption { padding: 40px 22px 22px; }
  .visual-caption p { font-size: 20px; }
  .section-block { margin-top: 32px; }
  .section-heading { gap: 16px; flex-wrap: wrap; margin-bottom: 21px; }
  .section-heading h2 { font-size: 23px; }
  .section-heading .text-link { font-size: 12px; }
  .video-grid, .home-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 15px; }
  .home-video-grid .video-card-feature { grid-column: 1 / -1; }
  .video-card-feature .cover { aspect-ratio: 1.85; }
  .video-card h3 { font-size: 16px; }
  .video-card-body { padding-top: 13px; }
  .video-card-body > p:not(.kicker) { font-size: 12px; line-height: 1.8; }
  .cover-label { top: 8px; left: 8px; padding: 2px 6px; font-size: 9px; }
  .media-state { bottom: 9px; left: 9px; font-size: 10px; }
  .community-preview { grid-template-columns: 1fr; gap: 27px; padding-top: 30px; }
  .community-intro h2 { font-size: 26px; }
  .community-intro h2 br { display: none; }
  .community-intro > p:not(.eyebrow) { margin-top: 13px; }
  .community-intro .text-link { margin-top: 8px; }
  .discussion-row { grid-template-columns: 25px minmax(0, 1fr) 24px; gap: 10px; padding: 21px 0; }
  .discussion-marker { width: 25px; height: 25px; font-size: 10px; }
  .discussion-row h3 { font-size: 17px; }
  .discussion-row p:not(.kicker) { font-size: 12px; }
  .crosslink-band { padding: 26px; margin-top: 35px; }
  .crosslink-band h2 { font-size: 23px; }
  .crosslink-band .actions { gap: 12px; }
  .crosslink-band .text-link { font-size: 12px; }
  .access-strip { align-items: flex-start; flex-direction: column; gap: 9px; margin-bottom: 30px; }
  .footer-inner { flex-wrap: wrap; padding: 29px 0; gap: 22px; }
  .footer-domain { width: 100%; text-align: left; border-top: 1px solid #cfd6cb; padding-top: 15px; }
  .site-footer { margin-top: 45px; }
  .breadcrumbs { margin: 23px 0; font-size: 10px; }
  .page-intro { margin: 30px 0; }
  .page-intro h1 { font-size: 34px; }
  .filter-nav { gap: 7px; }
  .filter-nav a { font-size: 11px; padding: 9px 12px; }
  .results-line { font-size: 10px; flex-direction: column; gap: 0; }
  .story-heading { margin-top: 31px; }
  .story-heading h1, .discussion-article h1 { font-size: 32px; }
  .story-lead { font-size: 15px; margin-top: 17px; }
  .story-meta { gap: 5px 16px; }
  .story-cover { height: 275px; }
  .story-cover-caption { padding: 50px 23px 20px; }
  .story-cover-caption p { font-size: 20px; }
  .article-layout { grid-template-columns: 1fr; gap: 15px; margin-top: 28px; }
  .article-aside { position: static; }
  .table-of-contents { border: 1px solid var(--line); padding: 12px 17px; background: var(--wash); }
  .table-of-contents ol { columns: 2; gap: 25px; margin-top: 5px; }
  .table-of-contents li { break-inside: avoid; font-size: 11px; }
  .margin-note { margin: 17px 0; }
  .article-body { font-size: 15px; }
  .opening { font-size: 17px; }
  .article-section { margin-top: 29px; }
  .article-section h2 { font-size: 23px; }
  .article-note { padding: 15px 18px; }
  .discussion-link { padding: 23px; }
  .discussion-link h2 { font-size: 22px; }
  .notebook { padding: 21px; }
  .notebook .actions { gap: 8px; }
  .notebook .text-button { font-size: 11px; }
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .community-header { grid-template-columns: 1fr; gap: 23px; margin-top: 31px; }
  .community-header h1 { font-size: 35px; }
  .community-note { padding: 15px 20px; }
  .community-note p br { display: none; }
  .community-body { grid-template-columns: 1fr; gap: 29px; }
  .community-side { max-width: 450px; }
  .discussion-article { margin: 30px 0; }
  .discussion-context { padding: 22px; }
  .discussion-context p { font-size: 14px; }
  .perspective { padding-left: 16px; }
  .perspectives h2, .prompts h2, .connected-reading h2 { font-size: 22px; }
  .search-header { margin: 33px auto; }
  .search-header h1 { font-size: 32px; }
  .search-line input { padding: 12px; }
  .search-line .button { padding: 12px 16px; }
  .search-form fieldset { gap: 10px; font-size: 12px; }
  .search-form legend { margin-right: 10px; }
  .search-result h3 { font-size: 19px; }
  .access-header { margin-top: 30px; }
  .access-header h1 { font-size: 34px; }
  .address-card { padding: 20px; gap: 14px; }
  .address-card strong { width: 100%; font-size: 17px; }
  .access-columns { grid-template-columns: 1fr; gap: 30px; }
  .access-section h2 { font-size: 23px; }
  .saved-shelf { padding: 18px; }
  .error-page { padding: 70px 0; }
  .error-page h1 { font-size: 36px; }
  .back-top { right: 14px; bottom: 14px; width: 38px; height: 38px; }
  .toast { bottom: 61px; }
}
@media (max-width: 400px) {
  .header-inner, .footer-inner, .site-main { margin-left: 16px; margin-right: 16px; }
  .video-grid:not(.related-grid), .home-video-grid { grid-template-columns: 1fr; }
  .video-card .cover { aspect-ratio: 1.75; }
  .card-bottom { flex-direction: row; align-items: center; }
  .table-of-contents ol { columns: 1; }
  .primary-nav a { font-size: 11px; }
  .notebook .actions { align-items: stretch; }
  .intro-copy .actions { flex-direction: column; align-items: flex-start; }
  .search-form legend { float: none; margin-bottom: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
@media print {
  body { background: white; color: black; font-size: 11pt; }
  .site-header, .site-footer, .breadcrumbs, .article-aside, .notebook, .toast, .back-top, .story-meta button, .related-grid, .skip-link { display: none !important; }
  .site-main { max-width: none; margin: 0; }
  .article-layout { display: block; }
  .story-cover { height: 200px; }
  .story-cover-caption { background: none; color: black; }
  .story-cover-caption span { color: black; }
  .story-heading, .discussion-article { margin-top: 0; }
  .article-section, .perspective, .prompts { break-inside: avoid-page; }
  a { color: black; }
  h1 { font-size: 24pt !important; }
  h2 { font-size: 17pt !important; }
  .discussion-link { color: black; background: none; border: 1px solid #aaa; }
  .discussion-link p, .discussion-link a, .discussion-link .eyebrow { color: black; }
}
