:root {
  --paper: #f3ecd9;
  --paper-deep: #e7dcc2;
  --ink: #17352d;
  --ink-soft: #496158;
  --moss: #2e5b43;
  --leaf: #6d8b55;
  --sun: #f0bd43;
  --red: #bd4d32;
  --blue: #41677c;
  --line: rgba(23, 53, 45, 0.22);
  --shadow: 0 22px 60px rgba(53, 47, 32, 0.12);
  --display: "Iowan Old Style", "Baskerville", "Songti SC", "STSong", serif;
  --body: "Avenir Next", "PingFang SC", "Hiragino Sans GB", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 12% 18%, rgba(240, 189, 67, 0.12) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 63%, rgba(46, 91, 67, 0.09) 0 1px, transparent 2px);
  background-size: 31px 31px, 23px 23px;
  font-family: var(--body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
::selection { background: var(--sun); color: var(--ink); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: white; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 4.75rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 max(4vw, 1.25rem);
  border-bottom: 1px solid var(--line);
  background: rgba(243, 236, 217, 0.91);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; font-weight: 700; letter-spacing: .04em; }
.brand i { display: grid; place-items: center; width: 2.35rem; aspect-ratio: 1; border-radius: 50%; color: var(--paper); background: var(--ink); font-family: var(--display); font-style: normal; font-size: .8rem; }
.site-header nav { display: flex; align-items: center; gap: 1.8rem; }
.site-header nav a { position: relative; text-decoration: none; font-size: .82rem; font-weight: 700; letter-spacing: .08em; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 2px; background: var(--red); transition: right .22s ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { right: 0; }
.edition { justify-self: end; font-size: .7rem; letter-spacing: .13em; color: var(--ink-soft); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: min(820px, calc(100svh - 4.75rem));
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: clamp(2rem, 6vw, 8rem);
  align-items: center;
  padding: clamp(4.5rem, 9vw, 9rem) max(5vw, 1.25rem);
  border-bottom: 1px solid var(--line);
}
.hero-copy { position: relative; z-index: 2; max-width: 880px; }
.eyebrow { margin: 0 0 1.25rem; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin-bottom: 2rem; font-family: var(--display); font-size: clamp(3.1rem, 6.7vw, 7.6rem); font-weight: 500; line-height: .96; letter-spacing: -.045em; }
.hero h1 em { color: var(--moss); font-weight: 400; }
.hero-lede { max-width: 760px; margin-bottom: 2.3rem; color: var(--ink-soft); font-size: clamp(1rem, 1.4vw, 1.22rem); line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 3rem; padding: .75rem 1.3rem; border: 1px solid var(--ink); text-decoration: none; font-weight: 750; letter-spacing: .03em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 5px 5px 0 var(--sun); }
.button-ink { background: var(--ink); color: var(--paper); }
.button-paper { background: transparent; color: var(--ink); }
.field-card { position: relative; z-index: 3; align-self: stretch; max-height: 610px; padding: clamp(2rem, 3.4vw, 3.5rem); border: 1px solid var(--ink); background: rgba(250, 246, 233, .88); box-shadow: 13px 13px 0 var(--moss), var(--shadow); transform: rotate(1.3deg); }
.field-card h2 { margin: 3.1rem 0 1rem; font-family: var(--display); font-size: 2rem; font-weight: 500; }
.field-card > p:not(.stamp) { color: var(--ink-soft); }
.field-card ol { margin: 1.7rem 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.field-card li { display: grid; grid-template-columns: 2.2rem 1fr auto; gap: .65rem; padding: .8rem 0; border-bottom: 1px solid var(--line); font-size: .83rem; }
.field-card li span { color: var(--red); font-weight: 800; }
.field-card li b { font-family: var(--display); font-size: 1.1rem; }
.field-card small { display: block; color: var(--ink-soft); line-height: 1.55; }
.stamp { position: absolute; top: 1.2rem; right: 1.2rem; margin: 0; padding: .5rem .65rem; border: 2px solid var(--red); border-radius: 50%; color: var(--red); font-size: .6rem; font-weight: 900; letter-spacing: .12em; line-height: 1.1; text-align: center; transform: rotate(9deg); }
.orbit { position: absolute; border: 1px dashed rgba(46, 91, 67, .24); border-radius: 50%; pointer-events: none; }
.orbit::after { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 6px rgba(240, 189, 67, .15); }
.orbit-one { width: 620px; height: 620px; right: -240px; top: -230px; animation: orbit 55s linear infinite; }
.orbit-one::after { left: 105px; bottom: 36px; }
.orbit-two { width: 280px; height: 280px; left: 45%; bottom: -190px; animation: orbit 38s linear infinite reverse; }
.orbit-two::after { right: 30px; top: 45px; background: var(--red); box-shadow: none; }
@keyframes orbit { to { transform: rotate(360deg); } }

.stat-band { display: grid; grid-template-columns: repeat(6, 1fr); padding: 0 max(4vw, 1.25rem); border-bottom: 1px solid var(--line); background: var(--ink); color: var(--paper); }
.stat-band div { padding: 1.45rem 1rem; border-right: 1px solid rgba(243, 236, 217, .18); text-align: center; }
.stat-band div:last-child { border: 0; }
.stat-band strong { display: block; font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.6rem); line-height: 1; }
.stat-band span { display: block; margin-top: .45rem; color: rgba(243, 236, 217, .68); font-size: .68rem; letter-spacing: .09em; }

.section { padding: clamp(5rem, 9vw, 9rem) max(5vw, 1.25rem); border-bottom: 1px solid var(--line); }
.methodology { display: grid; grid-template-columns: minmax(240px, .62fr) minmax(0, 1.38fr); gap: clamp(3rem, 8vw, 9rem); }
.section-intro { position: sticky; top: 7rem; align-self: start; }
.section-intro h2, .section-head h2, .control h2 { margin-bottom: 1.4rem; font-family: var(--display); font-size: clamp(2.7rem, 5vw, 5.4rem); font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
.section-intro > p:last-child, .section-head > p, .section-head > div + p { max-width: 660px; color: var(--ink-soft); font-size: 1rem; line-height: 1.85; }
.lens-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); }
.lens-grid article { position: relative; min-height: 220px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lens-grid article:nth-child(even) { border-right: 0; }
.lens-grid article:last-child { grid-column: span 2; min-height: 180px; }
.lens-grid article > span { color: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .15em; }
.lens-grid article > i { position: absolute; top: 1.7rem; right: 1.8rem; font-family: var(--display); font-size: 1.4rem; font-style: normal; }
.lens-grid h3 { margin: 3rem 0 .7rem; font-family: var(--display); font-size: 1.65rem; font-weight: 600; }
.lens-grid p { max-width: 32rem; margin: 0; color: var(--ink-soft); }
.method-note { grid-column: 2; display: grid; grid-template-columns: 120px 1fr; gap: 1.5rem; margin-top: -4rem; padding: 1.5rem 0 0; border-top: 3px solid var(--sun); }
.method-note b { font-size: .75rem; letter-spacing: .12em; }
.method-note p { margin: 0; color: var(--ink-soft); }

.section-head { display: grid; grid-template-columns: 1fr minmax(280px, .65fr); align-items: end; gap: 4rem; margin-bottom: clamp(3rem, 6vw, 6rem); }
.section-head h2 { margin-bottom: 0; }
.section-head > p { justify-self: end; margin: 0; }
.ranking { background: rgba(248, 243, 228, .6); }
.ranking-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.series-card { position: relative; display: flex; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid var(--line); background: rgba(243, 236, 217, .7); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.series-card:hover { border-color: var(--ink); transform: translateY(-3px); box-shadow: var(--shadow); }
.series-number { position: absolute; top: 1.25rem; right: 1.5rem; color: rgba(23, 53, 45, .12); font-family: var(--display); font-size: clamp(3.2rem, 6vw, 6rem); line-height: 1; }
.series-heading { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: start; gap: 1rem; min-height: 105px; }
.series-role { margin-bottom: .35rem; color: var(--red); font-size: .67rem; font-weight: 800; letter-spacing: .09em; }
.series-heading h3 { margin: 0; font-family: var(--display); font-size: clamp(1.75rem, 3vw, 2.75rem); font-weight: 550; line-height: 1.05; }
.series-original { margin: .3rem 0 0; color: var(--ink-soft); font-size: .8rem; }
.total-score { position: relative; display: flex; align-items: baseline; margin-right: 4.3rem; }
.total-score strong { font-family: var(--display); font-size: 2.4rem; }
.total-score span { color: var(--ink-soft); font-size: .65rem; }
.score-bars { display: grid; gap: .7rem; }
.score-row { display: grid; grid-template-columns: 8.5rem 1fr 3rem; gap: .75rem; align-items: center; font-size: .72rem; }
.score-row > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.score-track { width: 100%; height: 5px; border: 0; border-radius: 0; appearance: none; background: rgba(23, 53, 45, .1); }
.score-track::-webkit-progress-bar { background: rgba(23, 53, 45, .1); }
.score-track::-webkit-progress-value { background: var(--leaf); }
.score-track::-moz-progress-bar { background: var(--leaf); }
.score-row strong { text-align: right; font-family: var(--display); font-size: 1rem; }
.score-row small { color: var(--ink-soft); font-size: .6rem; font-weight: 400; }
.series-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.series-copy h4 { margin: 0 0 .6rem; font-size: .7rem; letter-spacing: .1em; }
.series-copy ul { margin: 0; padding-left: 1rem; color: var(--ink-soft); font-size: .76rem; }
.series-copy li + li { margin-top: .35rem; }
.unit-ribbon { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 1.5rem; border: 1px solid var(--line); }
.unit-ribbon a { min-height: 70px; padding: .7rem; border-right: 1px solid var(--line); text-decoration: none; font-size: .68rem; line-height: 1.4; }
.unit-ribbon a:last-child { border: 0; }
.unit-ribbon a:hover, .unit-ribbon a:focus-visible { background: var(--sun); }
.unit-ribbon b { display: block; margin-bottom: .25rem; color: var(--red); }
.series-evidence { margin-top: 1.2rem; }
.series-evidence summary { cursor: pointer; font-size: .72rem; font-weight: 800; letter-spacing: .06em; }
.series-evidence[open] summary { margin-bottom: 1rem; }
.rationale-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.rationale-grid p { margin: 0; padding: .75rem; background: rgba(255,255,255,.28); color: var(--ink-soft); font-size: .7rem; }
.rationale-grid b { display: block; color: var(--ink); }
.evidence-links { padding: 0; list-style: none; }
.evidence-links li { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; border-bottom: 1px dotted var(--line); font-size: .7rem; }
.evidence-links a, .text-link { text-decoration-thickness: 1px; text-underline-offset: .2em; }
.evidence-links span { color: var(--red); white-space: nowrap; }
.text-link { font-size: .72rem; font-weight: 700; }

.atlas { background: var(--paper-deep); }
.filter-panel { position: sticky; top: 5.6rem; z-index: 20; display: grid; grid-template-columns: minmax(240px, 1.4fr) repeat(4, minmax(120px, .75fr)) auto; gap: .75rem; padding: 1rem; border: 1px solid var(--ink); background: rgba(243, 236, 217, .96); box-shadow: 0 12px 30px rgba(44, 46, 34, .1); backdrop-filter: blur(12px); }
.filter-panel label { min-width: 0; }
.filter-panel label > span { display: block; margin-bottom: .32rem; color: var(--ink-soft); font-size: .6rem; font-weight: 800; letter-spacing: .08em; }
.filter-panel input, .filter-panel select { width: 100%; height: 2.65rem; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: .76rem; }
.filter-panel input:focus, .filter-panel select:focus { border-bottom: 3px solid var(--red); }
.filter-actions { display: flex; align-items: end; gap: .4rem; }
.filter-actions .button { min-height: 2.65rem; padding: .5rem .85rem; border: 0; font-size: .72rem; }
.text-button { height: 2.65rem; border: 0; background: none; color: var(--ink-soft); font-size: .7rem; text-decoration: underline; text-underline-offset: .2em; }
.result-line { display: flex; justify-content: space-between; align-items: baseline; margin: 2.2rem 0 1rem; }
.result-line p { margin: 0; }
.result-line strong { font-family: var(--display); font-size: 2rem; }
.result-line span { color: var(--ink-soft); font-size: .72rem; }
.content-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--ink); background: var(--ink); }
.content-card { min-width: 0; padding: 1.4rem; background: var(--paper); transition: background .18s ease; }
.content-card:hover { background: #faf4df; }
.content-card-backup { background: #e9e0ca; }
.content-topline { display: flex; align-items: center; gap: .65rem; color: var(--ink-soft); font-size: .65rem; }
.tier { padding: .18rem .42rem; color: white; background: var(--moss); font-size: .58rem; font-weight: 800; letter-spacing: .08em; }
.tier-extension { background: var(--blue); }
.tier-backup { color: var(--ink); background: var(--sun); }
.content-series { margin: 1.25rem 0 .25rem; color: var(--red); font-size: .65rem; font-weight: 750; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.content-card h3 { margin: 0; font-family: var(--display); font-size: 1.55rem; font-weight: 550; line-height: 1.15; }
.content-original { min-height: 2.8em; margin: .25rem 0 1rem; color: var(--ink-soft); font-size: .7rem; }
.phrase-list { display: flex; flex-wrap: wrap; gap: .35rem; min-height: 4.5rem; align-content: start; }
.phrase-list span { padding: .3rem .48rem; border: 1px solid var(--line); background: rgba(255,255,255,.25); font-family: var(--display); font-size: .7rem; }
.parent-action { display: grid; grid-template-columns: 4rem 1fr; gap: .7rem; min-height: 5.3rem; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.parent-action b { font-size: .62rem; letter-spacing: .08em; }
.parent-action p { margin: 0; color: var(--ink-soft); font-size: .7rem; line-height: 1.55; }
.content-footer { display: flex; justify-content: space-between; gap: .7rem; margin-top: .8rem; padding-top: .8rem; border-top: 1px dotted var(--line); font-size: .63rem; }
.rights-state { color: var(--red); font-weight: 750; }
.content-footer a { text-underline-offset: .2em; }
.load-more { display: flex; justify-content: space-between; width: 100%; margin-top: 1rem; padding: 1.1rem 1.4rem; border: 1px solid var(--ink); background: transparent; color: var(--ink); font-weight: 800; }
.load-more:hover, .load-more:focus-visible { color: var(--paper); background: var(--ink); }
.load-more span { font-family: var(--display); font-weight: 400; }
.empty-state { padding: 5rem; border: 1px solid var(--ink); text-align: center; }
.empty-state b { font-family: var(--display); font-size: 2rem; }
.empty-state p { color: var(--ink-soft); }

.control { color: var(--paper); background: var(--ink); }
.control .eyebrow { color: var(--sun); }
.control .section-head > p { color: rgba(243,236,217,.68); }
.control-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; margin: 4rem 0; border: 1px solid rgba(243,236,217,.28); }
.control-flow > div { min-height: 185px; padding: 2rem; text-align: center; }
.control-flow > i { color: var(--sun); font-family: var(--display); font-size: 2rem; font-style: normal; }
.control-flow span, .control-flow small { display: block; }
.control-flow span { color: rgba(243,236,217,.68); font-size: .7rem; letter-spacing: .1em; }
.control-flow strong { display: block; margin: 1rem 0 .3rem; font-family: var(--display); font-size: 4rem; line-height: .8; }
.control-flow small { color: rgba(243,236,217,.55); font-size: .64rem; }
.control-flow .blocked { color: var(--sun); background: rgba(189,77,50,.28); }
.control-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(243,236,217,.22); }
.control-grid article { min-height: 260px; padding: 2rem; background: var(--ink); }
.control-grid article > span { color: var(--sun); font-size: .65rem; font-weight: 900; letter-spacing: .18em; }
.control-grid h3 { margin: 4rem 0 1rem; font-family: var(--display); font-size: 1.8rem; font-weight: 500; }
.control-grid p { margin: 0; color: rgba(243,236,217,.68); font-size: .82rem; }
code { padding: .12rem .28rem; color: var(--ink); background: var(--sun); font-size: .72rem; }
.decision-box { position: relative; display: grid; grid-template-columns: 150px 1fr; gap: 2rem; margin-top: 4rem; padding: 2.4rem; border: 1px solid var(--sun); }
.stamp-small { position: static; width: 88px; height: 88px; display: grid; place-items: center; padding: 0; color: var(--sun); border-color: var(--sun); }
.decision-box h3 { margin: 0 0 .65rem; font-family: var(--display); font-size: 2rem; font-weight: 500; }
.decision-box p { margin: 0; color: rgba(243,236,217,.7); }

.rights-batch { position: relative; overflow: hidden; background: var(--sun); }
.rights-batch::before { content: "PERMISSION PENDING"; position: absolute; top: 5.5rem; right: -2.2rem; padding: .7rem 3rem; border: 1px solid rgba(23,53,45,.35); color: rgba(23,53,45,.55); font-size: .58rem; font-weight: 900; letter-spacing: .2em; transform: rotate(7deg); }
.rights-head { position: relative; z-index: 1; }
.rights-head .eyebrow { color: var(--red); }
.rights-ledger { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ink); background: var(--paper); box-shadow: 10px 10px 0 var(--moss); }
.rights-ledger > div { min-height: 150px; padding: 1.45rem; border-right: 1px solid var(--ink); }
.rights-ledger > div:last-child { border-right: 0; }
.rights-ledger span, .rights-ledger small { display: block; }
.rights-ledger span { font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.rights-ledger strong { display: block; margin: 1.2rem 0 .15rem; font-family: var(--display); font-size: 3.8rem; font-weight: 500; line-height: .72; }
.rights-ledger small { color: var(--ink-soft); font-size: .67rem; }
.rights-ledger .rights-zero { color: var(--paper); background: var(--red); }
.rights-ledger .rights-zero small { color: rgba(243,236,217,.72); }
.rights-holder-card { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); margin: 5rem 0 2rem; padding: clamp(1.6rem, 3vw, 3rem); border: 1px solid var(--ink); background: rgba(243,236,217,.88); }
.rights-kicker { margin: 0 0 1rem; color: var(--red); font-size: .63rem; font-weight: 900; letter-spacing: .14em; }
.rights-holder-card h3, .rights-ask-grid h3 { margin: 0 0 1rem; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 500; line-height: 1; }
.rights-holder-card > div:first-child > p:last-child { max-width: 630px; color: var(--ink-soft); }
.rights-contact-links { border-top: 1px solid var(--ink); }
.rights-contact-links a { display: grid; grid-template-columns: 2rem 1fr auto; gap: .75rem; align-items: center; padding: .85rem 0; border-bottom: 1px solid var(--ink); text-decoration: none; font-size: .75rem; }
.rights-contact-links a:hover span, .rights-contact-links a:focus-visible span { text-decoration: underline; text-underline-offset: .25em; }
.rights-contact-links b { color: var(--red); font-size: .62rem; }
.rights-contact-links i { font-family: var(--display); font-size: 1.2rem; font-style: normal; }
.rights-view-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--ink); background: var(--ink); }
.rights-view-grid article { min-width: 0; padding: 1.25rem; background: var(--paper); }
.rights-view-grid header { min-height: 170px; }
.rights-view-grid header > span { display: block; color: var(--red); font-size: .62rem; font-weight: 900; letter-spacing: .14em; }
.rights-view-grid h3 { margin: 2.6rem 0 .65rem; font-family: var(--display); font-size: 1.7rem; font-weight: 550; line-height: 1; }
.rights-view-grid header p { margin: 0; color: var(--ink-soft); font-size: .7rem; }
.rights-view-grid ol { margin: 1rem 0 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.rights-view-grid li { display: grid; grid-template-columns: 1fr auto; gap: .5rem; align-items: start; min-height: 88px; padding: .8rem 0; border-bottom: 1px dotted var(--line); }
.rights-view-grid li b, .rights-view-grid li small { display: block; }
.rights-view-grid li b { font-size: .72rem; }
.rights-view-grid li small { margin-top: .22rem; color: var(--ink-soft); font-size: .61rem; }
.rights-view-grid li a { text-decoration: none; font-family: var(--display); }
.rights-ask-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 2rem; border: 1px solid var(--ink); background: var(--ink); }
.rights-ask-grid article { padding: clamp(1.6rem, 3vw, 3rem); background: var(--paper); }
.rights-ask-grid ul, .rights-ask-grid ol { margin: 1.8rem 0 0; padding-left: 1.2rem; color: var(--ink-soft); font-size: .76rem; }
.rights-ask-grid li + li { margin-top: .65rem; }
.scope-line { margin: 2rem 0 0; padding-top: 1rem; border-top: 3px solid var(--sun); color: var(--ink-soft); font-size: .7rem; }
.scope-line b { display: block; margin-bottom: .3rem; color: var(--ink); font-size: .61rem; letter-spacing: .1em; }
.outreach-draft { margin-top: 2rem; border: 1px solid var(--ink); background: rgba(243,236,217,.88); }
.outreach-draft summary { display: flex; justify-content: space-between; gap: 2rem; padding: 1.35rem 1.5rem; cursor: pointer; list-style: none; }
.outreach-draft summary::-webkit-details-marker { display: none; }
.outreach-draft summary span { font-family: var(--display); font-size: 1.35rem; }
.outreach-draft summary i { color: var(--ink-soft); font-size: .68rem; font-style: normal; }
.outreach-draft[open] summary { border-bottom: 1px solid var(--ink); }
.outreach-draft > div { display: grid; grid-template-columns: minmax(180px, .35fr) 1fr; gap: 2rem; padding: 1.5rem; }
.outreach-draft p { margin: 0; color: var(--ink-soft); font-size: .78rem; }
.outreach-draft p b { display: block; margin-bottom: .45rem; color: var(--red); font-size: .62rem; letter-spacing: .1em; }
.outreach-draft pre { margin: 0; overflow-x: auto; color: var(--ink-soft); font: .72rem/1.7 var(--body); white-space: pre-wrap; }
.rights-stopline { display: grid; grid-template-columns: 120px 1fr; gap: 2rem; margin-top: 2rem; padding: 1.5rem; color: var(--paper); background: var(--ink); }
.rights-stopline > span { color: var(--sun); font-size: .65rem; font-weight: 900; letter-spacing: .16em; }
.rights-stopline p { margin: 0; color: rgba(243,236,217,.72); font-size: .76rem; }

.candidates { background: #efe5ce; }
.candidates details { border-top: 1px solid var(--ink); }
.candidates details:last-child { border-bottom: 1px solid var(--ink); }
.candidates summary { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 1.5rem 0; cursor: pointer; list-style: none; }
.candidates summary::-webkit-details-marker { display: none; }
.candidates summary span { font-family: var(--display); font-size: 1.5rem; }
.candidates summary b { margin-right: 1rem; color: var(--red); font-family: var(--body); font-size: .65rem; letter-spacing: .1em; }
.candidates summary i { color: var(--ink-soft); font-size: .7rem; font-style: normal; }
.table-scroll { overflow-x: auto; padding-bottom: 2rem; }
table { width: 100%; border-collapse: collapse; font-size: .74rem; }
th { padding: .7rem; background: var(--ink); color: var(--paper); text-align: left; }
td { padding: .75rem; border-bottom: 1px solid var(--line); vertical-align: top; }
td:nth-child(2) { font-family: var(--display); font-size: 1.1rem; }
td small { display: block; color: var(--ink-soft); }
.candidate-status { display: inline-block; padding: .2rem .4rem; border: 1px solid var(--line); white-space: nowrap; }
.status-selected { color: white; background: var(--moss); }
.status-excluded { color: white; background: var(--red); }
.appendix-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding: 1rem 0 2rem; color: var(--ink-soft); }
.appendix-copy a { color: var(--ink); font-weight: 700; }

footer { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; padding: clamp(5rem, 9vw, 8rem) max(5vw, 1.25rem); color: var(--paper); background: #10231e; }
footer h2 { margin: 0; font-family: var(--display); font-size: clamp(2.3rem, 5vw, 5rem); font-weight: 400; line-height: 1.05; }
footer > p { max-width: 570px; justify-self: end; margin: 0; color: rgba(243,236,217,.6); font-size: .78rem; }
.loading-shell { min-height: 100vh; display: grid; place-content: center; padding: 2rem; text-align: center; }
.loading-shell h1 { font-family: var(--display); font-size: clamp(2.4rem, 7vw, 6rem); font-weight: 400; }
.loading-shell p { color: var(--ink-soft); }
.error-shell .eyebrow { color: var(--red); }

:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .field-card { max-width: 620px; min-height: 520px; }
  .stat-band { grid-template-columns: repeat(3, 1fr); }
  .stat-band div:nth-child(3) { border-right: 0; }
  .methodology { grid-template-columns: 1fr; }
  .section-intro { position: static; }
  .method-note { grid-column: 1; margin-top: 0; }
  .filter-panel { position: static; grid-template-columns: 1fr 1fr 1fr; }
  .search-field { grid-column: span 2; }
  .filter-actions { justify-content: end; }
  .content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rights-view-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rights-view-grid article:last-child { grid-column: span 2; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 4.3rem; }
  .site-header { height: 4.1rem; padding: 0 1rem; }
  .brand span { font-size: .72rem; }
  .edition { font-size: .55rem; }
  .hero { min-height: auto; padding: 5rem 1.1rem 6rem; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5.4rem); }
  .hero-lede { font-size: .92rem; }
  .hero-actions .button { flex: 1; }
  .field-card { min-height: 0; padding: 1.7rem; transform: none; box-shadow: 8px 8px 0 var(--moss); }
  .field-card h2 { margin-top: 3.4rem; }
  .stat-band { grid-template-columns: repeat(2, 1fr); }
  .stat-band div:nth-child(odd) { border-right: 1px solid rgba(243,236,217,.18); }
  .stat-band div:nth-child(even) { border-right: 0; }
  .section { padding: 5rem 1.1rem; }
  .section-intro h2, .section-head h2, .control h2 { font-size: 3.1rem; }
  .lens-grid { grid-template-columns: 1fr; }
  .lens-grid article, .lens-grid article:nth-child(even) { border-right: 0; }
  .lens-grid article:last-child { grid-column: 1; }
  .method-note { grid-template-columns: 1fr; }
  .section-head { grid-template-columns: 1fr; gap: 1rem; }
  .section-head > p { justify-self: start; }
  .ranking-grid { grid-template-columns: 1fr; }
  .series-card { padding: 1.3rem; }
  .series-number { font-size: 4.4rem; }
  .total-score { margin-right: 3.6rem; }
  .series-copy { grid-template-columns: 1fr; }
  .rationale-grid { grid-template-columns: 1fr; }
  .unit-ribbon { grid-template-columns: 1fr; }
  .unit-ribbon a { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .unit-ribbon a:last-child { border-bottom: 0; }
  .filter-panel { grid-template-columns: 1fr 1fr; padding: .8rem; }
  .search-field { grid-column: span 2; }
  .filter-actions { justify-content: stretch; }
  .filter-actions .button { flex: 1; }
  .result-line { align-items: end; }
  .result-line span { text-align: right; }
  .content-grid { grid-template-columns: 1fr; }
  .control-flow { grid-template-columns: 1fr; }
  .control-flow > div { min-height: 140px; }
  .control-flow > i { transform: rotate(90deg); text-align: center; }
  .control-grid { grid-template-columns: 1fr; }
  .control-grid article { min-height: 220px; }
  .control-grid h3 { margin-top: 2rem; }
  .decision-box { grid-template-columns: 1fr; }
  .rights-batch::before { display: none; }
  .rights-ledger { grid-template-columns: 1fr 1fr; box-shadow: 7px 7px 0 var(--moss); }
  .rights-ledger > div { min-height: 125px; border-bottom: 1px solid var(--ink); }
  .rights-ledger > div:nth-child(even) { border-right: 0; }
  .rights-ledger > div:nth-last-child(-n + 2) { border-bottom: 0; }
  .rights-holder-card, .rights-ask-grid { grid-template-columns: 1fr; }
  .rights-view-grid { grid-template-columns: 1fr; }
  .rights-view-grid article:last-child { grid-column: auto; }
  .rights-view-grid header { min-height: 0; }
  .rights-view-grid h3 { margin-top: 1.4rem; }
  .outreach-draft summary { align-items: start; }
  .outreach-draft summary i { display: none; }
  .outreach-draft > div, .rights-stopline { grid-template-columns: 1fr; }
  .candidates summary { align-items: start; }
  .candidates summary span { font-size: 1.15rem; }
  .candidates summary i { display: none; }
  .appendix-copy { grid-template-columns: 1fr; gap: 1rem; }
  footer { grid-template-columns: 1fr; gap: 2.5rem; }
  footer > p { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
