:root {
  --strand-ink: #17222c;
  --strand-ink-soft: #42515b;
  --strand-paper: #f5f1e8;
  --strand-card: #fffdf8;
  --strand-blue: #1f5b70;
  --strand-blue-deep: #123c4a;
  --strand-coral: #d56b50;
  --strand-gold: #d8a94e;
  --strand-mint: #cfe1d6;
  --strand-rule: #d9d2c4;
  --strand-shadow: 0 18px 42px rgba(23, 34, 44, .1);
  --strand-serif: Charter, "Bitstream Charter", "Iowan Old Style", Georgia, serif;
  --strand-sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --strand-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--strand-paper); color: var(--strand-ink); font-family: var(--strand-sans); font-size: 16px; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: var(--strand-blue); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:hover { color: var(--strand-coral); }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--strand-coral); outline-offset: 4px; }
h1, h2, h3 { font-family: var(--strand-serif); line-height: 1.05; letter-spacing: -.02em; }
h1, h2, h3, p { overflow-wrap: anywhere; }

.strand-frame { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.strand-skip { position: absolute; z-index: 20; top: -72px; left: 20px; padding: 10px 14px; background: var(--strand-ink); color: #fff; text-decoration: none; }
.strand-skip:focus { top: 18px; }

.strand-mast { position: sticky; top: 0; z-index: 10; height: 74px; background: rgba(255, 253, 248, .94); border-bottom: 1px solid var(--strand-rule); backdrop-filter: blur(14px); }
.strand-mast-inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.strand-mark { display: inline-flex; align-items: center; gap: 10px; color: var(--strand-ink); font-family: var(--strand-serif); font-size: 1.27rem; font-weight: 700; line-height: 1; text-decoration: none; white-space: nowrap; }
.strand-mark-bead { width: 18px; height: 18px; display: inline-block; border: 4px solid var(--strand-blue); border-radius: 50%; background: var(--strand-gold); box-shadow: 4px 4px 0 var(--strand-coral); }
.strand-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.strand-nav a { color: var(--strand-ink-soft); font-size: .76rem; font-weight: 700; text-decoration: none; }
.strand-nav a:hover { color: var(--strand-blue); }
.strand-ledger-link, .strand-action-primary { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; background: var(--strand-blue); color: #fff !important; font-size: .76rem; font-weight: 800; letter-spacing: .02em; text-decoration: none; box-shadow: 5px 5px 0 var(--strand-coral); }
.strand-ledger-link { margin-left: 4px; }
.strand-menu { display: none; position: relative; }
.strand-menu summary { padding: 9px 12px; border: 1px solid var(--strand-rule); background: var(--strand-card); color: var(--strand-ink); cursor: pointer; font-size: .77rem; font-weight: 800; list-style: none; }
.strand-menu summary::-webkit-details-marker { display: none; }
.strand-menu-panel { position: absolute; top: calc(100% + 12px); right: 0; width: min(280px, calc(100vw - 30px)); padding: 18px; background: var(--strand-card); border: 1px solid var(--strand-rule); box-shadow: var(--strand-shadow); }
.strand-menu-panel a { display: block; padding: 8px 0; border-bottom: 1px solid var(--strand-rule); color: var(--strand-ink); font-size: .86rem; font-weight: 700; text-decoration: none; }

.strand-main { padding: 28px 0 80px; }
.strand-hero { position: relative; height: 360px; min-height: 0; overflow: hidden; background: var(--strand-ink); color: #fff; }
.strand-hero-photo, .strand-hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.strand-hero-photo img { opacity: .88; }
.strand-hero-veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23, 34, 44, .9) 0%, rgba(23, 34, 44, .78) 39%, rgba(23, 34, 44, .18) 86%); }
.strand-hero-copy { position: relative; z-index: 1; padding-top: 42px; padding-bottom: 44px; }
.strand-hero-copy h1 { max-width: 900px; margin: 8px 0 14px; color: #fffdf8; font-size: clamp(2.7rem, 4vw, 4.4rem); }
.strand-hero-copy > p:not(.strand-kicker) { max-width: 560px; margin: 0 0 24px; color: #f8f2e7; font-size: 1.08rem; }
.strand-kicker { margin: 0 0 10px; color: var(--strand-coral); font-family: var(--strand-mono); font-size: .68rem; font-weight: 800; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.strand-hero .strand-kicker { color: #f3c66e; }
.strand-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.strand-action-plain { color: #fffdf8; font-weight: 800; }
.strand-action-plain:hover { color: #f3c66e; }
.strand-spec-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -22px; background: var(--strand-card); border: 1px solid var(--strand-rule); box-shadow: var(--strand-shadow); }
.strand-spec-strip div { display: flex; align-items: center; gap: 14px; min-height: 62px; padding: 12px 20px; border-right: 1px solid var(--strand-rule); color: var(--strand-ink-soft); font-size: .84rem; font-weight: 700; }
.strand-spec-strip div:last-child { border-right: 0; }
.strand-spec-strip b { color: var(--strand-blue); font-family: var(--strand-mono); font-size: .74rem; }

.strand-section { padding: 58px 0; }
.strand-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.strand-section-head h2 { max-width: 700px; margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); }
.strand-section-note { max-width: 250px; margin: 0; color: var(--strand-ink-soft); font-size: .87rem; }
.strand-tray-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.strand-tray { position: relative; min-width: 0; padding: 12px 12px 18px; background: var(--strand-card); border: 1px solid var(--strand-rule); box-shadow: 5px 5px 0 rgba(31, 91, 112, .12); }
.strand-tray:nth-child(2n) { transform: translateY(10px); }
.strand-tray figure, .strand-entry figure, .strand-note figure, .strand-topic-grid figure { margin: 0; }
.strand-tray figure { position: relative; overflow: hidden; aspect-ratio: 1 / .82; background: var(--strand-mint); }
.strand-tray figure img { width: 100%; height: 100%; object-fit: cover; }
.strand-tray figcaption, .strand-entry figcaption, .strand-note figcaption, .strand-topic-grid figcaption { position: absolute; right: 10px; bottom: 10px; padding: 4px 7px; background: rgba(255, 253, 248, .9); color: var(--strand-blue-deep); font-family: var(--strand-mono); font-size: .58rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.strand-tray h2 { margin: 8px 0 6px; font-size: 1.45rem; }
.strand-tray p:not(.strand-kicker) { min-height: 76px; margin: 0 0 12px; color: var(--strand-ink-soft); font-size: .82rem; line-height: 1.5; }
.strand-text-link { font-weight: 800; }
.strand-ledger-band { padding: 48px 0; background: var(--strand-blue-deep); color: #fffdf8; }
.strand-ledger-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.strand-ledger-band h2 { max-width: 660px; margin: 0 0 8px; font-size: clamp(2rem, 4vw, 3rem); }
.strand-ledger-band p:not(.strand-kicker) { max-width: 650px; margin: 0; color: #d7e3e5; }
.strand-ledger-band .strand-kicker { color: #f3c66e; }
.strand-notes-section { padding-top: 72px; }
.strand-note-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.strand-note { min-width: 0; background: var(--strand-card); border-top: 4px solid var(--strand-gold); }
.strand-note figure { position: relative; aspect-ratio: 1.25 / 1; overflow: hidden; background: var(--strand-mint); }
.strand-note figure img { width: 100%; height: 100%; object-fit: cover; }
.strand-note > div { padding: 14px 15px 18px; }
.strand-note time { color: var(--strand-coral); font-family: var(--strand-mono); font-size: .7rem; font-weight: 800; }
.strand-note h3 { margin: 6px 0 8px; font-size: 1.28rem; }
.strand-note h3 a { color: var(--strand-ink); text-decoration: none; }
.strand-note h3 a:hover { color: var(--strand-blue); }
.strand-note p { margin: 0; color: var(--strand-ink-soft); font-size: .8rem; line-height: 1.5; }
.strand-trustline { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 42px 0 0; border-top: 1px solid var(--strand-rule); }
.strand-trustline h2 { margin: 0 0 10px; font-size: 2rem; }
.strand-trustline p:not(.strand-kicker) { max-width: 650px; margin: 0; color: var(--strand-ink-soft); }
.strand-trustline-links { display: grid; gap: 10px; min-width: 190px; }
.strand-trustline-links a { font-weight: 800; }

.strand-crumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 2px 0 30px; color: var(--strand-ink-soft); font-family: var(--strand-mono); font-size: .7rem; }
.strand-crumb a { color: var(--strand-ink-soft); }
.strand-article-head, .strand-hub-intro, .strand-support-head, .strand-author-hero, .strand-topic-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); align-items: center; gap: 54px; padding: 8px 0 40px; border-bottom: 1px solid var(--strand-rule); }
.strand-article-head h1, .strand-hub-intro h1, .strand-support-head h1, .strand-author-hero h1, .strand-topic-hero h1 { max-width: 780px; margin: 6px 0 15px; font-size: clamp(2.65rem, 6vw, 5rem); }
.strand-dek { max-width: 690px; margin: 0 0 18px; color: var(--strand-ink-soft); font-family: var(--strand-serif); font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.35; }
.strand-byline { margin: 0; color: var(--strand-ink-soft); font-size: .79rem; }
.strand-article-figure, .strand-hub-intro figure, .strand-support-head figure, .strand-author-hero figure, .strand-topic-hero figure { margin: 0; }
.strand-article-figure img, .strand-hub-intro figure img, .strand-support-head figure img, .strand-author-hero figure img, .strand-topic-hero figure img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; }
.strand-article-figure figcaption, .strand-hub-intro figcaption, .strand-support-head figcaption, .strand-author-hero figcaption, .strand-topic-hero figcaption { margin-top: 9px; color: var(--strand-ink-soft); font-size: .73rem; line-height: 1.45; }
.strand-answer { max-width: 780px; margin: 34px 0 0; padding: 23px 26px 25px; border-left: 5px solid var(--strand-coral); background: var(--strand-card); box-shadow: 8px 8px 0 rgba(216, 169, 78, .16); }
.strand-answer h2 { margin: 0 0 8px; font-size: 1.65rem; }
.strand-answer p:last-child { margin: 0; color: var(--strand-ink-soft); }
.strand-reading-grid { display: grid; grid-template-columns: minmax(0, 760px) minmax(220px, 285px); gap: 74px; align-items: start; padding-top: 42px; }
.strand-reading-grid > .strand-source-rail { grid-column: 2; grid-row: 1; }
.strand-reading-grid > .strand-prose { grid-column: 1; grid-row: 1; }
.strand-prose { min-width: 0; color: var(--strand-ink); font-size: 1.02rem; }
.strand-prose > h2, .strand-prose section > h2 { margin: 1.7em 0 .45em; font-size: 2rem; }
.strand-prose > h2:first-child { margin-top: 0; }
.strand-prose p { margin: 0 0 1.1em; }
.strand-source-rail { position: sticky; top: 98px; min-width: 0; padding-top: 14px; border-top: 4px solid var(--strand-blue); color: var(--strand-ink-soft); font-size: .8rem; }
.strand-source-rail h2 { margin: 5px 0 8px; color: var(--strand-ink); font-size: 1.5rem; }
.strand-source-rail > p:not(.strand-kicker) { margin: 0 0 12px; }
.strand-source-list { padding: 0; margin: 0; list-style: none; }
.strand-source-list li { padding: 12px 0; border-bottom: 1px solid var(--strand-rule); }
.strand-source-list a { display: inline; font-weight: 800; }
.strand-source-list span, .strand-source-list small { display: block; margin-top: 4px; color: var(--strand-ink-soft); font-size: .74rem; line-height: 1.45; }
.strand-source-list small { color: #65727a; }
.strand-source-rail .strand-text-link { display: inline-block; margin-top: 15px; }
.strand-checklist { margin: 32px 0; padding: 22px 25px 24px; background: var(--strand-mint); border: 1px solid #b4d0bd; }
.strand-checklist h2 { margin: 0 0 10px !important; font-size: 1.6rem !important; }
.strand-checklist ol { padding-left: 24px; margin: 0; }
.strand-checklist li { margin: 8px 0; }
.strand-caution { margin: 32px 0; padding: 3px 0 3px 22px; border-left: 3px solid var(--strand-gold); }
.strand-caution h2 { margin: 4px 0 8px !important; font-size: 1.65rem !important; }
.strand-source-notes { padding-top: 18px; border-top: 1px solid var(--strand-rule); }
.strand-source-notes h2 { margin-top: 4px !important; }
.strand-related { padding-top: 18px; margin-top: 42px; border-top: 1px solid var(--strand-rule); }
.strand-related h2 { margin: 4px 0 8px !important; }
.strand-related ul { padding-left: 20px; }
.strand-related li { margin: 9px 0; }

.strand-ledger { margin: 36px -28px; padding: 30px 28px; background: var(--strand-card); border: 1px solid var(--strand-rule); box-shadow: var(--strand-shadow); }
.strand-ledger-head { display: flex; align-items: start; justify-content: space-between; gap: 24px; }
.strand-ledger h2 { margin: 4px 0 7px !important; }
.strand-ledger-head p:not(.strand-kicker) { max-width: 630px; margin: 0; color: var(--strand-ink-soft); }
.strand-ledger-filter { min-width: 150px; border: 1px solid var(--strand-rule); background: var(--strand-paper); }
.strand-ledger-filter summary { padding: 10px 12px; cursor: pointer; color: var(--strand-blue-deep); font-size: .75rem; font-weight: 800; }
.strand-ledger-filter p { max-width: 230px; padding: 0 12px 12px; margin: 0; color: var(--strand-ink-soft); font-size: .75rem; }
.strand-table-wrap { overflow-x: auto; }
.strand-ledger table { width: 100%; min-width: 680px; margin-top: 22px; border-collapse: collapse; font-size: .8rem; }
.strand-ledger caption { margin-bottom: 8px; color: var(--strand-ink-soft); text-align: left; }
.strand-ledger th, .strand-ledger td { padding: 12px 10px; border-top: 1px solid var(--strand-rule); text-align: left; vertical-align: top; }
.strand-ledger thead th { color: var(--strand-blue-deep); font-family: var(--strand-mono); font-size: .65rem; letter-spacing: .07em; text-transform: uppercase; }
.strand-ledger tbody th { color: var(--strand-coral); font-family: var(--strand-mono); font-size: .72rem; }
.strand-ledger-note { margin: 15px 0 0; color: var(--strand-ink-soft); font-size: .76rem; }

.strand-entry-list { padding-top: 54px; }
.strand-entry { display: grid; grid-template-columns: 225px minmax(0, 1fr); gap: 24px; padding: 18px 0; border-top: 1px solid var(--strand-rule); }
.strand-entry figure { position: relative; aspect-ratio: 1.35 / 1; overflow: hidden; background: var(--strand-mint); }
.strand-entry figure img { width: 100%; height: 100%; object-fit: cover; }
.strand-entry h3 { margin: 4px 0 8px; font-size: 1.8rem; }
.strand-entry h3 a { color: var(--strand-ink); text-decoration: none; }
.strand-entry p:not(.strand-kicker) { max-width: 700px; margin: 0 0 8px; color: var(--strand-ink-soft); }
.strand-entry-reason { font-size: .82rem; font-weight: 700; }
.strand-hub-method { max-width: 780px; margin-top: 48px; padding: 25px 28px; background: var(--strand-blue-deep); color: #fffdf8; }
.strand-hub-method h2 { margin: 0 0 10px; font-size: 1.8rem; }
.strand-hub-method p { margin: 0 0 15px; color: #d7e3e5; }
.strand-hub-method a { color: #f3c66e; font-weight: 800; }

.strand-narrow { max-width: 980px; }
.strand-support-body { display: grid; grid-template-columns: minmax(0, 720px) minmax(210px, 270px); gap: 64px; padding-top: 42px; }
.strand-support-links { align-self: start; position: sticky; top: 98px; padding: 15px 0 0; border-top: 4px solid var(--strand-coral); }
.strand-support-links h2 { margin: 5px 0 12px; font-size: 1.55rem; }
.strand-support-links a { display: block; padding: 7px 0; font-weight: 800; }
.strand-author-layout, .strand-topic-list { max-width: 1100px; }
.strand-author-reading { padding-top: 52px; }
.strand-author-reading h2, .strand-topic-list h2 { margin: 0; font-size: 2.5rem; }
.strand-mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 24px; }
.strand-mini-grid article { padding: 17px; background: var(--strand-card); border-top: 3px solid var(--strand-gold); }
.strand-mini-grid h3 { margin: 5px 0 8px; font-size: 1.3rem; }
.strand-mini-grid h3 a { color: var(--strand-ink); text-decoration: none; }
.strand-mini-grid p:last-child { margin: 0; color: var(--strand-ink-soft); font-size: .82rem; }
.strand-author-note { max-width: 780px; margin-top: 40px; padding: 24px 28px; background: var(--strand-mint); }
.strand-author-note h2 { margin: 0 0 8px; font-size: 1.8rem; }
.strand-author-note p { margin: 0; }
.strand-topic-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; max-width: 900px; padding: 32px 0; color: var(--strand-ink-soft); }
.strand-topic-intro p { margin: 0; }
.strand-topic-list { padding-top: 18px; }
.strand-topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px; }
.strand-topic-grid article { background: var(--strand-card); border: 1px solid var(--strand-rule); }
.strand-topic-grid figure { position: relative; aspect-ratio: 1.35 / 1; overflow: hidden; background: var(--strand-mint); }
.strand-topic-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.strand-topic-grid article > p, .strand-topic-grid article > h3 { margin-inline: 16px; }
.strand-topic-grid article > .strand-kicker { margin-top: 15px; }
.strand-topic-grid h3 { margin-top: 6px; margin-bottom: 7px; font-size: 1.38rem; }
.strand-topic-grid h3 a { color: var(--strand-ink); text-decoration: none; }
.strand-topic-grid article > p:last-child { margin-bottom: 18px; color: var(--strand-ink-soft); font-size: .82rem; }

.strand-footer { padding: 50px 0; background: #e3ddd2; border-top: 1px solid var(--strand-rule); }
.strand-footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 34px; }
.strand-footer h2 { margin: 0 0 12px; font-size: 1.05rem; }
.strand-footer p, .strand-footer a { font-size: .8rem; line-height: 1.55; }
.strand-footer a:not(.strand-mark) { display: block; margin: 7px 0; }
.strand-footer-intro p { max-width: 330px; color: var(--strand-ink-soft); }
.strand-footer-note { color: var(--strand-blue) !important; font-family: var(--strand-mono); font-size: .68rem !important; }

@media (max-width: 1080px) {
  .strand-frame { width: min(100% - 44px, 1240px); }
  .strand-nav { gap: 14px; }
  .strand-tray-grid { grid-template-columns: repeat(3, 1fr); }
  .strand-tray:nth-child(2n) { transform: none; }
  .strand-tray:nth-child(2), .strand-tray:nth-child(5) { transform: translateY(10px); }
  .strand-note-grid { grid-template-columns: repeat(2, 1fr); }
  .strand-reading-grid, .strand-support-body { grid-template-columns: minmax(0, 1fr) 250px; gap: 42px; }
  .strand-mini-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .strand-mast { height: 66px; }
  .strand-nav { display: none; }
  .strand-ledger-link { margin-left: auto; }
  .strand-menu { display: block; }
  .strand-frame { width: min(100% - 32px, 720px); }
  .strand-hero { height: auto; min-height: 390px; }
  .strand-hero-copy { padding-top: 48px; }
  .strand-hero-copy h1 { max-width: 600px; font-size: clamp(2.7rem, 10vw, 4.4rem); }
  .strand-hero-veil { background: linear-gradient(90deg, rgba(23, 34, 44, .92) 0%, rgba(23, 34, 44, .78) 58%, rgba(23, 34, 44, .35) 100%); }
  .strand-article-head, .strand-hub-intro, .strand-support-head, .strand-author-hero, .strand-topic-hero { grid-template-columns: 1fr; gap: 24px; }
  .strand-article-head h1, .strand-hub-intro h1, .strand-support-head h1, .strand-author-hero h1, .strand-topic-hero h1 { font-size: clamp(2.6rem, 10vw, 4.4rem); }
  .strand-reading-grid, .strand-support-body { display: flex; flex-direction: column; align-items: stretch; gap: 30px; }
  .strand-source-rail, .strand-support-links { position: static; order: 2; width: 100%; }
  .strand-reading-grid > .strand-source-rail { order: 1; }
  .strand-reading-grid > .strand-prose { order: 2; width: 100%; }
  .strand-source-rail { padding-top: 14px; }
  .strand-source-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 20px; }
  .strand-entry { grid-template-columns: 180px minmax(0, 1fr); }
  .strand-topic-intro { grid-template-columns: 1fr; gap: 16px; }
  .strand-topic-grid { grid-template-columns: repeat(2, 1fr); }
  .strand-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .strand-footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .strand-frame { width: min(100% - 26px, 520px); }
  .strand-mast-inner { gap: 10px; }
  .strand-mark { font-size: 1.05rem; }
  .strand-mark-bead { width: 15px; height: 15px; border-width: 3px; box-shadow: 3px 3px 0 var(--strand-coral); }
  .strand-ledger-link { min-height: 40px; padding: 8px 10px; font-size: .64rem; box-shadow: 3px 3px 0 var(--strand-coral); }
  .strand-menu summary { padding: 8px 9px; font-size: .68rem; }
  .strand-hero { height: auto; min-height: 422px; }
  .strand-hero-copy { padding-top: 42px; }
  .strand-hero-copy h1 { font-size: 2.85rem; }
  .strand-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .strand-action-primary { min-height: 44px; }
  .strand-spec-strip { grid-template-columns: repeat(3, 1fr); margin-top: -14px; }
  .strand-spec-strip div { min-height: 58px; padding: 8px 7px; border-right: 1px solid var(--strand-rule); border-bottom: 0; flex-direction: column; align-items: flex-start; gap: 3px; font-size: .68rem; line-height: 1.2; }
  .strand-spec-strip div:last-child { border-right: 0; }
  .strand-section { padding: 42px 0; }
  .strand-section-head { display: block; }
  .strand-section-head h2 { font-size: 2rem; }
  .strand-section-note { margin-top: 12px; }
  .strand-tray-grid, .strand-note-grid, .strand-topic-grid { grid-template-columns: 1fr; }
  .strand-tray:nth-child(2), .strand-tray:nth-child(5) { transform: none; }
  .strand-tray p:not(.strand-kicker) { min-height: 0; }
  .strand-ledger-band-inner, .strand-trustline { display: block; }
  .strand-ledger-band .strand-action-primary { margin-top: 22px; }
  .strand-trustline-links { margin-top: 22px; }
  .strand-note { display: grid; grid-template-columns: 122px minmax(0, 1fr); }
  .strand-note figure { aspect-ratio: auto; min-height: 100%; }
  .strand-note figcaption { display: none; }
  .strand-note > div { padding: 12px; }
  .strand-note h3 { font-size: 1.1rem; }
  .strand-note p { font-size: .76rem; }
  .strand-article-head, .strand-hub-intro, .strand-support-head, .strand-author-hero, .strand-topic-hero { padding-bottom: 28px; }
  .strand-article-head h1, .strand-hub-intro h1, .strand-support-head h1, .strand-author-hero h1, .strand-topic-hero h1 { font-size: 2.7rem; }
  .strand-article-figure img, .strand-hub-intro figure img, .strand-support-head figure img, .strand-author-hero figure img, .strand-topic-hero figure img { aspect-ratio: 1.35 / 1; }
  .strand-answer { margin-top: 24px; padding: 18px 18px 19px; }
  .strand-answer h2 { font-size: 1.45rem; }
  .strand-reading-grid { padding-top: 30px; }
  .strand-prose { font-size: .98rem; }
  .strand-prose > h2, .strand-prose section > h2 { font-size: 1.75rem; }
  .strand-source-list { display: block; }
  .strand-ledger { margin: 28px 0; padding: 20px 16px; }
  .strand-ledger-head { display: block; }
  .strand-ledger-filter { margin-top: 18px; }
  .strand-entry { grid-template-columns: 1fr; gap: 15px; }
  .strand-entry figure { aspect-ratio: 1.5 / 1; }
  .strand-entry h3 { font-size: 1.55rem; }
  .strand-mini-grid { grid-template-columns: 1fr; }
  .strand-footer { padding: 38px 0; }
  .strand-footer-grid { grid-template-columns: 1fr 1fr; gap: 24px 18px; }
  .strand-footer-intro { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
