.article-page {
  --article-width: 760px;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(23, 47, 74, 0.035) 50%, transparent calc(50% + 1px)),
    var(--rice);
}

.reading-line {
  position: fixed;
  z-index: 80;
  top: 68px;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
}

.reading-line span {
  width: 0;
  height: 100%;
  display: block;
  background: var(--mustard);
  transform-origin: left;
}

.article-bar {
  position: sticky;
}

.article-nav a[aria-current="true"] {
  color: var(--paper);
}

.article-nav a[aria-current="true"]::after {
  transform: scaleX(1);
}

.article-cover {
  position: relative;
  min-height: min(850px, calc(100svh - 68px));
  display: grid;
  overflow: hidden;
  padding: clamp(76px, 10vw, 138px) clamp(22px, 5vw, 80px) 82px;
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 0.85fr);
  gap: clamp(52px, 8vw, 136px);
  align-items: center;
  background:
    radial-gradient(circle at 82% 24%, rgba(197, 164, 65, 0.14), transparent 22%),
    radial-gradient(circle at 14% 76%, rgba(71, 117, 148, 0.12), transparent 24%),
    var(--rice);
  border-bottom: 1px solid var(--line);
}

.article-cover::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 43%;
  width: 1px;
  content: "";
  background: rgba(23, 47, 74, 0.09);
}

.article-cover::after {
  position: absolute;
  right: -8vw;
  bottom: -16vw;
  width: 35vw;
  height: 35vw;
  content: "";
  border: 1px solid rgba(23, 47, 74, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 5vw rgba(23, 47, 74, 0.025), 0 0 0 10vw rgba(23, 47, 74, 0.02);
}

.article-cover__register {
  position: absolute;
  top: 18px;
  right: clamp(22px, 5vw, 80px);
  left: clamp(22px, 5vw, 80px);
  display: flex;
  justify-content: space-between;
  color: rgba(23, 47, 74, 0.56);
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.article-cover__copy,
.concept-plate {
  position: relative;
  z-index: 2;
}

.article-back {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  margin-bottom: 42px;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.article-back:hover span {
  transform: translateX(-4px);
}

.article-back span {
  transition: transform 180ms var(--motion-out);
}

.article-cover h1 {
  max-width: 800px;
  margin: 0;
  color: var(--indigo-deep);
  font-family: var(--display);
  font-size: clamp(48px, 6.2vw, 96px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.article-cover h1 span {
  display: block;
}

.article-cover__dek {
  max-width: 670px;
  margin: 34px 0 0;
  color: rgba(23, 47, 74, 0.76);
  font-family: var(--display);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.8;
}

.article-meta {
  max-width: 670px;
  display: grid;
  margin: 46px 0 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.article-meta div {
  padding: 14px 12px 16px 0;
}

.article-meta div + div {
  padding-left: 14px;
  border-left: 1px solid var(--line);
}

.article-meta dt {
  margin-bottom: 4px;
  color: rgba(23, 47, 74, 0.5);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.article-meta dd {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}

.concept-plate {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  padding: 26px;
  color: var(--paper);
  background: var(--indigo-deep);
  border: 1px solid var(--indigo-deep);
  box-shadow: 20px 20px 0 rgba(185, 77, 66, 0.16);
}

.concept-plate::after {
  position: absolute;
  inset: 7px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(247, 240, 227, 0.13);
}

.concept-plate__head {
  position: relative;
  z-index: 1;
  display: flex;
  padding-bottom: 14px;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(247, 240, 227, 0.24);
}

.concept-plate__head p,
.concept-plate__head span {
  margin: 0;
  font-family: var(--utility);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.concept-plate__head span {
  color: rgba(247, 240, 227, 0.48);
}

.concept-plate h2 {
  position: relative;
  z-index: 1;
  margin: 28px 0 30px;
  font-family: var(--display);
  font-size: clamp(34px, 3.5vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.concept-plate h2 em {
  color: var(--mustard);
  font-style: normal;
}

.concept-stack {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
}

.concept-layer {
  width: 100%;
  min-height: 78px;
  display: grid;
  padding: 13px 16px;
  grid-template-columns: 34px 1fr auto;
  gap: 12px;
  align-items: center;
  text-align: left;
  border: 1px solid rgba(247, 240, 227, 0.3);
  transition: transform 220ms var(--motion-out), filter 220ms ease, opacity 220ms ease;
}

.concept-layer--identity {
  width: 88%;
  color: var(--indigo-deep);
  background: var(--mustard);
}

.concept-layer--incongruence {
  width: 94%;
  margin-left: 3%;
  color: var(--paper);
  background: var(--blue);
}

.concept-layer--dysphoria {
  width: 88%;
  margin-left: 12%;
  color: var(--paper);
  background: var(--vermilion);
}

.concept-stack:has(.concept-layer:hover) .concept-layer:not(:hover),
.concept-stack:has(.concept-layer:focus-visible) .concept-layer:not(:focus-visible) {
  opacity: 0.55;
}

.concept-layer:hover,
.concept-layer:focus-visible,
.concept-layer.is-active {
  z-index: 3;
  filter: saturate(1.12);
  transform: translateX(-10px);
}

.concept-layer__no {
  align-self: stretch;
  display: grid;
  place-items: center;
  border-right: 1px solid currentColor;
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 800;
}

.concept-layer strong,
.concept-layer small {
  display: block;
}

.concept-layer strong {
  font-family: var(--display);
  font-size: 20px;
  line-height: 1.2;
}

.concept-layer small {
  margin-top: 3px;
  font-size: 10px;
  font-weight: 700;
  opacity: 0.66;
}

.concept-layer__tag {
  font-family: var(--utility);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.concept-note {
  position: relative;
  z-index: 1;
  min-height: 76px;
  display: grid;
  margin-top: 22px;
  padding-top: 14px;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  border-top: 1px solid rgba(247, 240, 227, 0.24);
}

.concept-note span {
  color: var(--mustard);
  font-family: var(--utility);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.concept-note p {
  margin: 0;
  color: rgba(247, 240, 227, 0.72);
  font-size: 12px;
  line-height: 1.65;
}

.concept-equation {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: rgba(247, 240, 227, 0.42);
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: right;
}

.concept-equation b {
  padding: 0 9px;
  color: var(--mustard);
}

.article-cover__margin {
  position: absolute;
  right: 13px;
  bottom: 22px;
  margin: 0;
  color: rgba(23, 47, 74, 0.38);
  font-family: var(--utility);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  writing-mode: vertical-rl;
}

.reader {
  background: var(--paper);
}

.reader-switch-wrap {
  position: relative;
  z-index: 20;
  display: grid;
  padding: 48px clamp(22px, 5vw, 80px);
  grid-template-columns: minmax(280px, 0.8fr) minmax(520px, 1fr);
  gap: 80px;
  align-items: end;
  background: var(--indigo-deep);
  border-bottom: 1px solid rgba(247, 240, 227, 0.24);
}

.reader-switch__intro h2 {
  max-width: 550px;
  margin: 0;
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(25px, 2.4vw, 38px);
  line-height: 1.2;
}

.reader-switch {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(247, 240, 227, 0.36);
}

.reader-switch button {
  min-height: 104px;
  display: grid;
  padding: 15px 17px;
  grid-template-columns: auto 1fr;
  column-gap: 6px;
  align-content: center;
  color: rgba(247, 240, 227, 0.65);
  background: transparent;
  border: 0;
  text-align: left;
}

.reader-switch button + button {
  border-left: 1px solid rgba(247, 240, 227, 0.24);
}

.reader-switch button:hover,
.reader-switch button.is-active {
  color: var(--indigo-deep);
  background: var(--mustard);
}

.reader-switch button span {
  font-family: var(--utility);
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
}

.reader-switch button strong {
  align-self: end;
  font-family: var(--display);
  font-size: 15px;
}

.reader-switch button small {
  grid-column: 1 / -1;
  margin-top: 7px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.06em;
}

.reader-layout {
  width: min(100%, 1320px);
  display: grid;
  margin: 0 auto;
  padding: 82px clamp(22px, 4vw, 58px) 110px;
  grid-template-columns: 210px minmax(0, var(--article-width));
  gap: clamp(70px, 9vw, 135px);
  justify-content: center;
  align-items: start;
}

.reader-rail {
  position: sticky;
  top: 100px;
}

.reader-progress {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.reader-progress > span,
.reader-toc > p {
  color: rgba(23, 47, 74, 0.48);
  font-family: var(--utility);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.reader-progress strong {
  display: block;
  margin: 7px 0 12px;
  color: var(--vermilion);
  font-family: var(--utility);
  font-size: 30px;
  line-height: 1;
}

.reader-progress > div {
  height: 3px;
  overflow: hidden;
  background: rgba(23, 47, 74, 0.13);
}

.reader-progress i {
  width: 0;
  height: 100%;
  display: block;
  background: var(--vermilion);
}

.reader-toc {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.reader-toc > p {
  margin: 0 0 14px;
}

.reader-toc ol {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 3px;
  list-style: none;
  counter-reset: toc;
}

.reader-toc li {
  counter-increment: toc;
}

.reader-toc a {
  min-height: 34px;
  display: grid;
  padding: 7px 0;
  grid-template-columns: 22px 1fr;
  gap: 4px;
  color: rgba(23, 47, 74, 0.58);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

.reader-toc a::before {
  content: counter(toc, decimal-leading-zero);
  color: rgba(23, 47, 74, 0.32);
  font-family: var(--utility);
  font-size: 8px;
}

.reader-toc a:hover,
.reader-toc a.is-current {
  color: var(--vermilion);
}

.glossary-hint {
  display: flex;
  margin: 16px 0 0;
  align-items: flex-start;
  gap: 8px;
  color: rgba(23, 47, 74, 0.53);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.55;
}

.glossary-hint span {
  color: var(--vermilion);
  font-size: 16px;
  line-height: 1;
}

.source-ticket {
  width: 100%;
  display: grid;
  margin-top: 22px;
  padding: 15px;
  gap: 3px;
  color: var(--paper);
  background: var(--blue);
  border: 0;
  text-align: left;
}

.source-ticket span,
.source-ticket small {
  font-family: var(--utility);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  opacity: 0.68;
}

.source-ticket strong {
  font-family: var(--display);
  font-size: 14px;
}

.source-ticket:hover {
  background: var(--vermilion);
}

.reader-paper {
  min-width: 0;
}

.glossary-term {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0 0.06em 0.03em;
  color: inherit;
  background: linear-gradient(to top, rgba(197, 164, 65, 0.2) 0.36em, transparent 0.36em);
  border: 0;
  border-bottom: 1px dashed currentColor;
  border-radius: 0;
  font: inherit;
  text-align: inherit;
  text-decoration: none;
  cursor: help;
}

.glossary-term::after {
  position: relative;
  top: -0.45em;
  margin-left: 0.08em;
  content: "◌";
  color: var(--vermilion);
  font-family: var(--utility);
  font-size: 0.48em;
  font-weight: 900;
  line-height: 0;
}

.glossary-term:hover,
.glossary-term:focus-visible {
  color: var(--vermilion);
  background-color: rgba(197, 164, 65, 0.14);
  border-bottom-style: solid;
}

.bluf .glossary-term::after,
.deep-section--last .glossary-term::after,
.care-boundary .glossary-term::after {
  color: var(--mustard);
}

.reader-panel[hidden] {
  display: none;
}

.reader-panel.is-active {
  animation: paper-in 440ms var(--motion-out) both;
}

@keyframes paper-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.panel-head {
  position: relative;
  margin-bottom: 46px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.panel-head::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 92px;
  height: 4px;
  content: "";
  background: var(--vermilion);
}

.panel-head p,
.deep-section__eyebrow,
.article-verification > div > p {
  margin: 0 0 12px;
  color: var(--vermilion);
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.panel-head h2 {
  margin: 0;
  color: var(--indigo-deep);
  font-family: var(--display);
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.article-lead {
  margin: 0 0 66px;
  color: var(--indigo-deep);
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 650;
  line-height: 1.75;
}

.article-lead::first-letter {
  float: left;
  margin: 5px 10px 0 0;
  color: var(--vermilion);
  font-size: 4.2em;
  font-weight: 900;
  line-height: 0.78;
}

.prose-section {
  display: grid;
  margin: 0 0 72px;
  grid-template-columns: 50px 1fr;
  gap: 25px;
}

.section-number {
  padding-top: 7px;
  color: var(--vermilion);
  font-family: var(--utility);
  font-size: 11px;
  font-weight: 850;
  border-top: 3px solid var(--vermilion);
}

.prose-section h2,
.deep-section h2 {
  margin: 0 0 25px;
  color: var(--indigo-deep);
  font-family: var(--display);
  font-size: clamp(27px, 3.3vw, 42px);
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.prose-section p,
.deep-section > p:not(.deep-section__eyebrow),
.boundary-note p,
.crisis-note p {
  color: rgba(23, 47, 74, 0.82);
  font-family: var(--display);
  font-size: 18px;
  line-height: 2;
}

.prose-section p {
  margin: 0 0 1.25em;
}

.definition-bands {
  margin: 0 0 78px;
  border-top: 1px solid var(--indigo);
}

.definition-bands div {
  display: grid;
  padding: 17px 18px;
  grid-template-columns: 90px 142px 1fr;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.definition-bands div:nth-child(1) { background: rgba(197, 164, 65, 0.16); }
.definition-bands div:nth-child(2) { background: rgba(71, 117, 148, 0.12); }
.definition-bands div:nth-child(3) { background: rgba(185, 77, 66, 0.11); }

.definition-bands span {
  font-family: var(--utility);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.definition-bands strong {
  font-family: var(--display);
  font-size: 18px;
}

.definition-bands p {
  margin: 0;
  color: rgba(23, 47, 74, 0.7);
  font-size: 13px;
  line-height: 1.7;
}

.pull-quote {
  position: relative;
  margin: 92px 0;
  padding: 48px 60px;
  color: var(--paper);
  background: var(--indigo-deep);
}

.pull-quote::before,
.pull-quote::after {
  position: absolute;
  width: 42px;
  height: 42px;
  content: "";
  border-color: var(--mustard);
}

.pull-quote::before { top: 12px; left: 12px; border-top: 2px solid; border-left: 2px solid; }
.pull-quote::after { right: 12px; bottom: 12px; border-right: 2px solid; border-bottom: 2px solid; }

.pull-quote span {
  color: var(--mustard);
  font-family: var(--utility);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.pull-quote p {
  margin: 13px 0 0;
  font-family: var(--display);
  font-size: clamp(25px, 4vw, 40px);
  font-weight: 850;
  line-height: 1.65;
}

.pull-quote b {
  padding: 0 8px;
  color: var(--mustard);
}

.myth-notes {
  margin: 0;
}

.myth-notes div {
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.myth-notes dt {
  color: var(--vermilion);
  font-family: var(--display);
  font-size: 17px;
  font-weight: 850;
}

.myth-notes dd {
  margin: 8px 0 0;
  color: rgba(23, 47, 74, 0.72);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.8;
}

.mode-next {
  display: grid;
  margin-top: 85px;
  padding: 26px 0;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
  border-top: 1px solid var(--indigo);
  border-bottom: 1px solid var(--indigo);
}

.mode-next p {
  margin: 0;
  font-family: var(--display);
  font-size: 15px;
}

.mode-next button,
.article-verification button {
  min-height: 46px;
  padding: 0 18px;
  color: var(--paper);
  background: var(--vermilion);
  border: 0;
  font-size: 12px;
  font-weight: 800;
}

.mode-next button:hover,
.article-verification button:hover {
  background: var(--indigo-deep);
}

.bluf {
  margin: 0 0 65px;
  padding: 34px 38px;
  color: var(--paper);
  background: var(--indigo-deep);
  border: 0;
}

.bluf span {
  color: var(--mustard);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.bluf p {
  margin: 15px 0 0;
  font-family: var(--display);
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 850;
  line-height: 1.6;
}

.quick-block {
  margin: 0 0 28px;
  border: 1px solid var(--line);
}

.quick-block h2 {
  display: flex;
  margin: 0;
  padding: 16px 20px;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-size: 24px;
  border-bottom: 1px solid var(--line);
}

.quick-block h2 span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--indigo);
  font-family: var(--utility);
  font-size: 15px;
}

.quick-block ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick-block li {
  position: relative;
  padding: 17px 20px 17px 48px;
  color: rgba(23, 47, 74, 0.8);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.85;
}

.quick-block li + li {
  border-top: 1px solid var(--line);
}

.quick-block li::before {
  position: absolute;
  top: 27px;
  left: 22px;
  width: 8px;
  height: 8px;
  content: "";
  background: currentColor;
  border-radius: 50%;
  opacity: 0.45;
}

.quick-block--yes { background: rgba(120, 129, 91, 0.1); }
.quick-block--no { background: rgba(185, 77, 66, 0.08); }
.quick-block--must { background: rgba(197, 164, 65, 0.12); }

.boundary-note {
  display: grid;
  margin: -20px 0 78px;
  padding: 22px 24px;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  color: var(--paper);
  background: var(--blue);
}

.boundary-note strong {
  font-family: var(--display);
  font-size: 18px;
}

.boundary-note p {
  margin: 0;
  color: rgba(247, 240, 227, 0.82);
  font-size: 14px;
  line-height: 1.8;
}

.deep-section {
  margin: 0 0 88px;
}

.deep-section__eyebrow {
  padding-top: 13px;
  border-top: 1px solid var(--line);
}

.deep-section > p:not(.deep-section__eyebrow) {
  margin: 0 0 1.3em;
}

.deep-section strong {
  color: var(--indigo-deep);
}

.debate-grid {
  display: grid;
  margin: 34px 0;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
}

.debate-grid div {
  padding: 26px;
}

.debate-grid div + div {
  border-left: 1px solid var(--line);
}

.debate-grid span {
  width: 28px;
  height: 28px;
  display: grid;
  margin-bottom: 22px;
  place-items: center;
  color: var(--paper);
  background: var(--vermilion);
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 900;
}

.debate-grid strong {
  display: block;
  font-family: var(--display);
  font-size: 20px;
}

.debate-grid p {
  margin: 12px 0 0;
  color: rgba(23, 47, 74, 0.74);
  font-family: var(--display);
  font-size: 15px;
  line-height: 1.8;
}

.deep-section--local {
  padding: 36px;
  background: rgba(197, 164, 65, 0.14);
  border-top: 4px solid var(--mustard);
}

.care-boundary {
  padding: 17px 20px;
  color: var(--paper) !important;
  background: var(--indigo-deep);
  font-size: 14px !important;
  line-height: 1.75 !important;
}

.care-boundary strong {
  color: var(--mustard);
}

.deep-section--last {
  padding: 46px;
  color: var(--paper);
  background: var(--indigo-deep);
}

.deep-section--last .deep-section__eyebrow,
.deep-section--last h2,
.deep-section--last > p {
  color: var(--paper) !important;
}

.deep-section--last .deep-section__eyebrow {
  border-color: rgba(247, 240, 227, 0.28);
}

.crisis-note {
  display: grid;
  margin-top: 60px;
  padding: 22px;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  border: 1px solid var(--vermilion);
}

.crisis-note > span {
  color: var(--vermilion);
  font-family: var(--display);
  font-size: 16px;
  font-weight: 900;
}

.crisis-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.article-verification {
  display: grid;
  margin-top: 110px;
  padding: 36px 0;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  border-top: 4px solid var(--indigo-deep);
  border-bottom: 1px solid var(--indigo-deep);
}

.article-verification h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 27px;
  line-height: 1.35;
}

.article-verification dl {
  margin: 0;
}

.article-verification dl div {
  display: flex;
  padding: 8px 0;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}

.article-verification dd {
  margin: 0;
  font-weight: 800;
}

.article-verification button {
  grid-column: 1 / -1;
  justify-self: start;
}

.article-after {
  padding: 75px clamp(22px, 5vw, 80px) 90px;
  color: var(--paper);
  background: var(--indigo-deep);
}

.article-after > p {
  margin: 0 0 36px;
  color: var(--mustard);
  font-family: var(--display);
  font-size: clamp(27px, 3.5vw, 48px);
  font-weight: 900;
}

.article-after > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(247, 240, 227, 0.24);
  border-bottom: 1px solid rgba(247, 240, 227, 0.24);
}

.article-after a {
  min-height: 118px;
  display: grid;
  padding: 25px 0;
  align-content: center;
  text-decoration: none;
}

.article-after a + a {
  padding-left: 40px;
  border-left: 1px solid rgba(247, 240, 227, 0.24);
}

.article-after a span {
  color: rgba(247, 240, 227, 0.46);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.article-after a strong {
  margin-top: 7px;
  font-family: var(--display);
  font-size: 22px;
}

.article-after a:hover strong {
  color: var(--mustard);
}

.sources-drawer {
  width: min(760px, 100%);
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0 0 0 auto;
  padding: 0;
  color: var(--indigo);
  background: var(--paper);
  border: 0;
  box-shadow: -30px 0 80px rgba(15, 33, 53, 0.3);
}

.sources-drawer[open] {
  animation: drawer-in 360ms var(--motion-out) both;
}

@keyframes drawer-in {
  from { opacity: 0; transform: translateX(35px); }
  to { opacity: 1; transform: translateX(0); }
}

.sources-drawer::backdrop {
  background: rgba(15, 33, 53, 0.72);
  backdrop-filter: blur(3px);
}

.glossary-sheet {
  width: min(560px, calc(100% - 36px));
  max-width: none;
  margin: auto;
  padding: 0;
  overflow: visible;
  color: var(--indigo);
  background: var(--paper);
  border: 1px solid var(--indigo-deep);
  box-shadow: 18px 18px 0 rgba(197, 164, 65, 0.34), 0 30px 90px rgba(15, 33, 53, 0.28);
}

.glossary-sheet[open] {
  animation: glossary-in 240ms var(--motion-out) both;
}

@keyframes glossary-in {
  from { opacity: 0; transform: translateY(15px) rotate(-0.7deg); }
  to { opacity: 1; transform: translateY(0) rotate(0); }
}

.glossary-sheet::backdrop {
  background: rgba(15, 33, 53, 0.56);
  backdrop-filter: blur(2px);
}

.glossary-sheet__bar {
  min-height: 56px;
  display: flex;
  padding: 0 18px 0 22px;
  justify-content: space-between;
  align-items: center;
  color: var(--paper);
  background: var(--indigo-deep);
}

.glossary-sheet__bar > span {
  color: rgba(247, 240, 227, 0.64);
  font-family: var(--utility);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.glossary-sheet__bar button {
  min-height: 42px;
  padding: 0 0 0 16px;
  color: var(--paper);
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(247, 240, 227, 0.26);
  font-size: 11px;
  font-weight: 750;
}

.glossary-sheet__bar button:hover {
  color: var(--mustard);
}

.glossary-sheet__body {
  position: relative;
  padding: 28px 34px 34px;
}

.glossary-sheet__body::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 52px;
  height: 52px;
  content: "释";
  display: grid;
  place-items: center;
  color: rgba(185, 77, 66, 0.22);
  border: 2px solid rgba(185, 77, 66, 0.18);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 900;
  transform: rotate(-8deg);
}

.glossary-sheet__register {
  display: flex;
  padding-bottom: 14px;
  justify-content: space-between;
  color: rgba(23, 47, 74, 0.42);
  border-bottom: 1px solid var(--line);
  font-family: var(--utility);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.glossary-sheet__kicker {
  margin: 25px 0 6px;
  color: var(--vermilion);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.glossary-sheet h2 {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 12px;
  color: var(--indigo-deep);
  font-family: var(--display);
  font-size: clamp(32px, 5.5vw, 50px);
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.glossary-sheet h2 small {
  color: var(--blue);
  font-family: var(--utility);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.glossary-sheet__rule {
  display: grid;
  margin: 24px 0;
  grid-template-columns: 2fr 1fr 0.4fr;
  gap: 4px;
}

.glossary-sheet__rule i {
  height: 5px;
  background: var(--indigo-deep);
}

.glossary-sheet__rule i:nth-child(2) { background: var(--mustard); }
.glossary-sheet__rule i:nth-child(3) { background: var(--vermilion); }

.glossary-sheet__definition {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(23, 47, 74, 0.82);
  font-family: var(--display);
  font-size: 18px;
  line-height: 1.9;
}

.glossary-sheet__foot {
  max-width: 380px;
  margin: 25px 0 0;
  color: rgba(23, 47, 74, 0.46);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.65;
}

.sources-drawer__bar {
  position: sticky;
  z-index: 2;
  top: 0;
  min-height: 68px;
  display: flex;
  padding: 0 25px;
  justify-content: space-between;
  align-items: center;
  color: var(--paper);
  background: var(--indigo-deep);
}

.sources-drawer__bar div {
  display: flex;
  gap: 14px;
  font-family: var(--utility);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.sources-drawer__bar span {
  color: var(--mustard);
}

.sources-drawer__bar button {
  min-height: 44px;
  padding: 0 4px 0 20px;
  color: var(--paper);
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(247, 240, 227, 0.25);
  font-size: 11px;
  font-weight: 750;
}

.sources-drawer__body {
  padding: 50px clamp(22px, 6vw, 60px) 80px;
}

.sources-drawer__body header {
  padding-bottom: 30px;
  border-bottom: 4px solid var(--indigo-deep);
}

.sources-drawer__body header p,
.sources-drawer__body header span {
  margin: 0;
  color: var(--vermilion);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.sources-drawer__body header h2 {
  margin: 7px 0 12px;
  font-family: var(--display);
  font-size: clamp(34px, 6vw, 52px);
  line-height: 1.15;
}

.source-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.source-list li {
  display: grid;
  padding: 18px 0;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  border-bottom: 1px solid var(--line);
}

.source-list li > span {
  color: var(--vermilion);
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 900;
}

.source-list p {
  margin: 0;
  color: rgba(23, 47, 74, 0.72);
  font-family: var(--display);
  font-size: 14px;
  line-height: 1.7;
}

.source-list strong {
  display: block;
  color: var(--indigo-deep);
  font-size: 15px;
}

.sources-disclaimer {
  margin-top: 38px;
  padding: 24px;
  color: var(--paper);
  background: var(--indigo-deep);
}

.sources-disclaimer strong {
  color: var(--mustard);
  font-family: var(--display);
  font-size: 18px;
}

.sources-disclaimer p {
  margin: 10px 0 0;
  color: rgba(247, 240, 227, 0.72);
  font-size: 13px;
  line-height: 1.75;
}

.article-toast {
  position: fixed;
  z-index: 90;
  right: 18px;
  bottom: 18px;
  max-width: min(360px, calc(100vw - 36px));
  padding: 12px 16px;
  color: var(--paper);
  background: var(--indigo-deep);
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms var(--motion-out);
}

.article-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.article-page--synced { --article-accent: var(--blue); }
.article-page--synced[data-article-category="intro"] { --article-accent: var(--mustard); }
.article-page--synced[data-article-category="hrt"] { --article-accent: var(--vermilion); }
.article-page--synced[data-article-category="body"] { --article-accent: #71658c; }
.article-page--synced[data-article-category="health"] { --article-accent: #78815b; }
.article-page--synced[data-article-category="mind"] { --article-accent: #9c6d73; }
.article-page--synced[data-article-category="coping"] { --article-accent: #477594; }
.article-page--synced[data-article-category="law"] { --article-accent: #8a6847; }
.article-page--synced[data-article-category="research"] { --article-accent: #46667d; }

.article-dossier {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  color: var(--paper);
  background: var(--indigo-deep);
  border: 1px solid var(--indigo-deep);
  box-shadow: 18px 18px 0 color-mix(in srgb, var(--article-accent) 30%, transparent);
}

.article-dossier::after {
  position: absolute;
  inset: 7px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(247, 240, 227, 0.12);
}

.article-dossier > header,
.article-dossier > footer {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 18px 24px;
  justify-content: space-between;
  gap: 18px;
  font-family: var(--utility);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.article-dossier > header { border-bottom: 1px solid rgba(247, 240, 227, 0.22); }
.article-dossier > header span:last-child,
.article-dossier > footer strong { color: var(--mustard); }
.article-dossier > footer { border-top: 1px solid rgba(247, 240, 227, 0.22); }

.article-dossier__number {
  position: relative;
  z-index: 1;
  min-height: 220px;
  display: grid;
  padding: 30px 28px;
  grid-template-columns: 1fr auto;
  align-items: center;
  overflow: hidden;
}

.article-dossier__number span {
  align-self: start;
  color: rgba(247, 240, 227, 0.48);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.article-dossier__number strong {
  position: relative;
  z-index: 2;
  color: var(--article-accent);
  font-family: var(--display);
  font-size: clamp(108px, 12vw, 174px);
  line-height: 0.72;
  letter-spacing: -0.1em;
}

.article-dossier__number i {
  position: absolute;
  right: 20px;
  bottom: 25px;
  width: 54%;
  height: 38%;
  border: 1px solid rgba(247, 240, 227, 0.2);
  border-right: 0;
  border-bottom: 0;
  transform: skewX(-18deg);
}

.article-dossier ol {
  position: relative;
  z-index: 1;
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  border-top: 1px solid rgba(247, 240, 227, 0.22);
}

.article-dossier li { min-width: 0; padding: 17px 18px 20px; }
.article-dossier li + li { border-left: 1px solid rgba(247, 240, 227, 0.22); }
.article-dossier li span,
.article-dossier li strong { display: block; }
.article-dossier li span { color: var(--article-accent); font-family: var(--utility); font-size: 9px; font-weight: 900; }
.article-dossier li strong { margin-top: 8px; font-family: var(--display); font-size: 13px; line-height: 1.35; }

.markdown-prose > p:first-child {
  margin: 0 0 58px;
  color: var(--indigo-deep);
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 650;
  line-height: 1.75;
}

.markdown-prose h2 {
  margin: 72px 0 24px;
  padding-top: 24px;
  color: var(--indigo-deep);
  font-family: var(--display);
  font-size: clamp(29px, 3.2vw, 42px);
  line-height: 1.22;
  letter-spacing: -0.025em;
  border-top: 1px solid var(--line);
}

.markdown-prose h2:first-child { margin-top: 0; }
.markdown-prose h3 { margin: 44px 0 17px; color: var(--indigo-deep); font-family: var(--display); font-size: 24px; line-height: 1.35; }
.markdown-prose p,
.markdown-prose li {
  color: rgba(23, 47, 74, 0.82);
  font-family: var(--display);
  font-size: 18px;
  line-height: 2;
}

.markdown-prose p { margin: 0 0 1.35em; }
.markdown-prose ul,
.markdown-prose ol { margin: 0 0 34px; padding-left: 1.45em; }
.markdown-prose li { margin: 0.45em 0; padding-left: 0.25em; }
.markdown-prose li::marker { color: var(--article-accent); font-family: var(--utility); font-weight: 900; }
.markdown-prose strong { color: var(--indigo-deep); font-weight: 850; }
.markdown-prose a { color: var(--blue); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
.markdown-prose a:hover { color: var(--vermilion); }
.markdown-prose hr { height: 0; margin: 58px 0; border: 0; border-top: 1px solid var(--line); }

.markdown-prose blockquote {
  margin: 48px 0;
  padding: 28px 32px;
  color: var(--paper);
  background: var(--indigo-deep);
  border-left: 7px solid var(--article-accent);
}

.markdown-prose blockquote p,
.markdown-prose blockquote li,
.markdown-prose blockquote strong { color: inherit; }
.markdown-prose blockquote p { margin: 0.6em 0; font-size: 16px; line-height: 1.85; }
.markdown-prose code { padding: 0.12em 0.3em; color: var(--vermilion); background: rgba(185, 77, 66, 0.08); font-family: var(--utility); font-size: 0.86em; }

.markdown-prose--s30 h2[data-note] {
  margin: 28px 0 0;
  padding: 17px 21px;
  font-size: 24px;
  border: 1px solid var(--line);
}

.markdown-prose--s30 h2[data-note] + ul { margin: 0 0 27px; padding: 19px 25px 23px 48px; border: 1px solid var(--line); border-top: 0; }
.markdown-prose--s30 h2[data-note="yes"] { background: rgba(120, 129, 91, 0.12); }
.markdown-prose--s30 h2[data-note="no"] { background: rgba(185, 77, 66, 0.09); }
.markdown-prose--s30 h2[data-note="must"] { background: rgba(197, 164, 65, 0.14); }

.article-table-wrap { max-width: 100%; margin: 38px 0 52px; overflow-x: auto; border: 1px solid var(--line); }
.markdown-prose table { width: 100%; min-width: 600px; border-collapse: collapse; font-family: var(--display); }
.markdown-prose th,
.markdown-prose td { padding: 14px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.markdown-prose th { color: var(--paper); background: var(--indigo-deep); font-size: 12px; }
.markdown-prose td { color: rgba(23, 47, 74, 0.78); font-size: 13px; line-height: 1.7; }
.markdown-prose tr:last-child td { border-bottom: 0; }
.markdown-prose th:last-child,
.markdown-prose td:last-child { border-right: 0; }

.dynamic-source-content > p:first-child { display: none; }
.dynamic-source-content ul { margin: 0; padding: 0; list-style: none; counter-reset: source; }
.dynamic-source-content li { display: grid; padding: 18px 0; grid-template-columns: 48px 1fr; gap: 18px; color: rgba(23, 47, 74, 0.76); font-family: var(--display); font-size: 14px; line-height: 1.75; border-bottom: 1px solid var(--line); counter-increment: source; }
.dynamic-source-content li::before { content: counter(source, decimal-leading-zero); color: var(--vermilion); font-family: var(--utility); font-size: 11px; font-weight: 900; }
.dynamic-source-content > p:last-child { margin: 28px 0 0; padding: 24px; color: var(--paper); background: var(--indigo-deep); font-size: 13px; line-height: 1.75; }

.article-missing { min-height: calc(100vh - 68px); display: grid; padding: 80px 7vw; place-content: center; text-align: center; }
.article-missing span { color: var(--vermilion); font-size: 10px; font-weight: 900; letter-spacing: 0.14em; }
.article-missing h1 { max-width: 10ch; margin: 20px auto; font-family: var(--display); font-size: clamp(48px, 8vw, 100px); line-height: 0.95; }
.article-missing p { color: rgba(23, 47, 74, 0.65); }
.article-missing a { width: fit-content; margin: 25px auto 0; padding: 14px 18px; color: var(--paper); background: var(--indigo-deep); text-decoration: none; }

@media (max-width: 1100px) {
  .article-cover {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.85fr);
    gap: 48px;
  }

  .article-cover h1 {
    font-size: clamp(48px, 6.7vw, 74px);
  }

  .article-meta {
    grid-template-columns: 1fr 1fr;
  }

  .article-meta div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .article-meta div:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .reader-switch-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .reader-layout {
    grid-template-columns: 170px minmax(0, var(--article-width));
    gap: 55px;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 65px;
  }

  .reading-line {
    top: 64px;
  }

  .article-bar {
    min-height: 64px;
    grid-template-columns: 1fr auto;
  }

  .article-nav {
    display: none;
  }

  .article-cover {
    min-height: 0;
    padding: 72px 20px 68px;
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .article-cover::before {
    display: none;
  }

  .article-cover__register {
    top: 15px;
    right: 20px;
    left: 20px;
  }

  .article-cover__register span:last-child {
    display: none;
  }

  .article-back {
    margin-bottom: 25px;
  }

  .article-cover h1 {
    font-size: clamp(43px, 12.4vw, 70px);
    line-height: 1.03;
  }

  .article-cover__dek {
    margin-top: 24px;
    font-size: 16px;
  }

  .article-meta {
    margin-top: 32px;
  }

  .concept-plate {
    padding: 20px;
    box-shadow: 11px 11px 0 rgba(185, 77, 66, 0.16);
  }

  .concept-plate h2 {
    margin: 23px 0;
    font-size: 35px;
  }

  .concept-layer {
    min-height: 72px;
  }

  .article-cover__margin {
    display: none;
  }

  .reader-switch-wrap {
    padding: 36px 20px 20px;
  }

  .reader-switch__intro h2 {
    font-size: 26px;
  }

  .reader-switch {
    margin: 0 -20px;
    border-right: 0;
    border-left: 0;
  }

  .reader-switch button {
    min-height: 92px;
    padding: 13px 12px;
  }

  .reader-switch button span {
    font-size: 23px;
  }

  .reader-switch button small {
    font-size: 8px;
  }

  .reader-layout {
    display: block;
    padding: 55px 20px 78px;
  }

  .reader-rail {
    position: static;
    display: grid;
    margin-bottom: 55px;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: end;
  }

  .reader-progress {
    padding-bottom: 13px;
  }

  .reader-progress strong {
    font-size: 22px;
  }

  .reader-toc {
    display: none;
  }

  .glossary-hint {
    display: none;
  }

  .source-ticket {
    width: auto;
    min-width: 174px;
    margin: 0;
  }

  .panel-head {
    margin-bottom: 35px;
  }

  .panel-head h2 {
    font-size: 39px;
  }

  .article-lead {
    margin-bottom: 52px;
    font-size: 20px;
  }

  .prose-section {
    display: block;
    margin-bottom: 60px;
  }

  .section-number {
    width: 42px;
    margin-bottom: 18px;
  }

  .prose-section p,
  .deep-section > p:not(.deep-section__eyebrow) {
    font-size: 17px;
    line-height: 1.95;
  }

  .definition-bands div {
    grid-template-columns: 70px 1fr;
  }

  .definition-bands p {
    grid-column: 1 / -1;
  }

  .pull-quote {
    margin: 68px 0;
    padding: 42px 32px;
  }

  .mode-next {
    grid-template-columns: 1fr;
  }

  .boundary-note,
  .crisis-note {
    grid-template-columns: 1fr;
  }

  .debate-grid {
    grid-template-columns: 1fr;
  }

  .debate-grid div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .deep-section--local,
  .deep-section--last {
    padding: 28px 22px;
  }

  .article-verification {
    grid-template-columns: 1fr;
  }

  .article-after {
    padding: 60px 20px 70px;
  }

  .article-after > div {
    grid-template-columns: 1fr;
  }

  .article-after a + a {
    padding-left: 0;
    border-top: 1px solid rgba(247, 240, 227, 0.24);
    border-left: 0;
  }
}

@media (max-width: 460px) {
  .article-bar {
    padding: 0 14px;
    gap: 12px;
  }

  .article-bar .assembly-mark {
    gap: 8px;
    font-size: 13px;
  }

  .article-bar .assembly-mark__edition {
    width: 34px;
  }

  .article-bar .privacy-switch {
    padding-left: 10px;
  }

  .article-meta {
    grid-template-columns: 1fr 1fr;
  }

  .article-meta div {
    min-width: 0;
  }

  .concept-plate__head span {
    display: none;
  }

  .concept-layer {
    width: 100%;
    margin-left: 0;
    grid-template-columns: 28px 1fr auto;
  }

  .concept-layer strong {
    font-size: 17px;
  }

  .concept-layer__tag {
    max-width: 70px;
    text-align: right;
  }

  .concept-note {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .reader-switch button {
    grid-template-columns: 1fr;
  }

  .reader-switch button strong {
    display: none;
  }

  .reader-switch button small {
    margin-top: 5px;
  }

  .reader-rail {
    display: block;
  }

  .source-ticket {
    width: 100%;
    margin-top: 15px;
  }

  .definition-bands div {
    padding: 15px 12px;
  }

  .bluf {
    padding: 26px 22px;
  }

  .quick-block li {
    padding-right: 15px;
    padding-left: 42px;
  }

  .article-verification h2 {
    font-size: 23px;
  }

  .glossary-sheet {
    width: 100%;
    max-height: min(78dvh, 620px);
    margin: auto 0 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    box-shadow: 0 -10px 60px rgba(15, 33, 53, 0.28);
  }

  .glossary-sheet__body {
    padding: 24px 22px 30px;
  }

  .glossary-sheet h2 {
    display: block;
    font-size: 39px;
  }

  .glossary-sheet h2 small {
    display: block;
    margin-top: 7px;
  }

  .glossary-sheet__definition {
    font-size: 16px;
  }
}

@media (max-width: 820px) {
  .article-dossier { max-width: none; margin: 0; box-shadow: 10px 10px 0 color-mix(in srgb, var(--article-accent) 30%, transparent); }
  .article-dossier__number { min-height: 180px; }
  .article-dossier__number strong { font-size: clamp(100px, 29vw, 150px); }
  .markdown-prose > p:first-child { margin-bottom: 45px; font-size: 20px; }
  .markdown-prose h2 { margin-top: 58px; font-size: 31px; }
  .markdown-prose h3 { font-size: 22px; }
  .markdown-prose p,
  .markdown-prose li { font-size: 17px; line-height: 1.92; }
  .markdown-prose blockquote { margin: 38px -4px; padding: 24px 22px; }
  .dynamic-source-content li { grid-template-columns: 36px 1fr; gap: 12px; }
}

@media (max-width: 460px) {
  .article-dossier ol { grid-template-columns: 1fr; }
  .article-dossier li { display: grid; padding: 13px 18px; grid-template-columns: 64px 1fr; gap: 13px; align-items: baseline; }
  .article-dossier li + li { border-top: 1px solid rgba(247, 240, 227, 0.22); border-left: 0; }
  .article-dossier li strong { margin: 0; }
  .article-dossier > footer { padding: 15px 18px; }
  .markdown-prose h2 { font-size: 28px; }
  .markdown-prose p,
  .markdown-prose li { font-size: 16px; }
  .markdown-prose--s30 h2[data-note] { padding: 15px 16px; font-size: 22px; }
  .markdown-prose--s30 h2[data-note] + ul { padding: 16px 18px 20px 38px; }
}

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