:root { color-scheme: light; --ink: #292419; --paper: #eee2c5; --rule: #81765e; }
* { box-sizing: border-box; }
body { margin: 0; background: #302819; color: var(--ink); font-family: 'EB Garamond', Georgia, serif; font-size: 19px; line-height: 1.45; }
a { color: inherit; text-underline-offset: 4px; }
a:focus-visible, [tabindex]:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.skip-link { position: absolute; top: -100px; padding: 12px; background: var(--paper); z-index: 2; }
.skip-link:focus { top: 8px; }
.edition-nav { max-width: 1240px; margin: auto; padding: 20px 0; display: flex; justify-content: space-between; color: var(--paper); font: 12px 'Archivo', sans-serif; text-transform: uppercase; letter-spacing: .09em; }
.edition-nav a { text-decoration: none; }
.edition-nav a:hover { text-decoration: underline; }
.paper { max-width: 1240px; margin: 0 auto 48px; padding: 30px 42px 22px; background: var(--paper); background-image: radial-gradient(ellipse at top left, #fff7df66, transparent 65%); box-shadow: 0 12px 50px #0003; }
.masthead { border-top: 3px solid var(--ink); }
.masthead-top, .edition-line, .paper-footer { display: flex; justify-content: space-between; gap: 16px; font: 10px 'Archivo', sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.masthead-top { padding: 8px 0; border-bottom: 1px solid var(--rule); }
.nameplate { margin: 0; text-align: center; font-size: clamp(48px, 8.5vw, 108px); font-weight: 700; line-height: 1.2; letter-spacing: -0.045em; }
.edition-line { border-top: 1px solid var(--ink); border-bottom: 4px double var(--ink); padding: 10px 0; }
.headline { text-align: center; padding: 26px 16px 20px; }
.kicker { font: 11px 'Archivo', sans-serif; text-transform: uppercase; letter-spacing: .18em; margin: 0 0 16px; }
h1 { font-size: clamp(42px, 5.6vw, 72px); line-height: .98; letter-spacing: -0.02em; margin: 0 auto; max-width: 1000px; }
h1 span { display: block; font-size: .72em; line-height: 1.08; margin-top: 10px; }
.byline { font-size: 15px; margin: 18px 0 0; }
p { margin: 0 0 15px; }
.keep-together { break-inside: avoid; }
.columns { column-count: 3; column-gap: 34px; column-rule: 1px solid var(--rule); }
.opening { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 34px; align-items: stretch; padding: 22px 0; border-top: 1px solid var(--ink); }
.opening__text { min-width: 0; }
.opening__text p:last-child { margin-bottom: 0; }
.opening__picture { position: relative; min-width: 0; }
.opening__picture img { position: absolute; top: 0; right: 0; width: 100%; height: auto; max-height: 100%; object-fit: contain; object-position: top right; }
@media(max-width: 640px) {
  .opening { grid-template-columns: 1fr; gap: 20px; }
  .opening__text { grid-column: auto; column-count: 1; }
  .opening__picture { grid-column: auto; aspect-ratio: auto; }
  .opening__picture img { position: static; display: block; width: 100%; height: auto; max-height: none; }
}
.dropcap::first-letter { float: left; font-size: 66px; line-height: .85; padding: 7px 7px 0 0; font-weight: 700; }
article > section { border-top: 3px double var(--ink); padding: 20px 0; }
h2 { font-size: 31px; line-height: 1.1; margin: 0 0 18px; letter-spacing: -.025em; }
.definition > h2 { text-align: center; }
.definition__closing { break-inside: avoid; }
.definition__ornament { display: block; width: 65%; max-width: 225px; height: auto; margin: 10px auto 0; transform: translate(-20px, -8px); mix-blend-mode: multiply; }
h3 { font-size: 23px; line-height: 1.12; margin: 0 0 14px; }
blockquote { margin: 0 0 16px; border-left: 3px solid var(--ink); padding-left: 14px; font-style: italic; }
.definition blockquote { background: var(--ink); color: var(--paper); border: 0; padding: 18px; break-inside: avoid; font-style: normal; }
.table-scroll { overflow-x: auto; margin-top: 20px; }
table { width: 100%; border-collapse: collapse; font-size: 18px; }
th, td { text-align: left; vertical-align: top; padding: 12px 14px; border: 1px solid var(--rule); }
thead { background: var(--ink); color: var(--paper); font-family: 'Archivo', sans-serif; font-size: 15px; }
tbody th { width: 20%; }
.chain-layout { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; align-items: stretch; }
.chain-layout__picture { position: relative; min-width: 0; background: #81765e0d; }
.chain-layout__picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.chain-layout__body { grid-column: span 2; min-width: 0; }
.chain-layout__body > p { margin-bottom: 0; }
.chain-layout__intro { margin-bottom: 10px !important; }
.chain-layout__text { column-count: 2; column-gap: 34px; column-rule: 1px solid var(--rule); column-fill: balance; margin-top: 0; }
.chain-layout__text h3 { break-after: avoid; }
.chain-layout__text section { margin-bottom: 24px; }
.chain-layout__text section:last-child { margin-bottom: 0; }
@media(min-width: 641px) {
  .chain-layout__text section:last-child { transform: translateY(20px); }
}
.chain-layout__text .editorial-mark { break-inside: avoid; }
@media(max-width: 640px) {
  .chain-layout { grid-template-columns: 1fr; gap: 20px; }
  .chain-layout__picture { aspect-ratio: auto; }
  .chain-layout__picture img { position: static; display: block; width: 100%; height: auto; }
  .chain-layout__body { grid-column: auto; }
  .chain-layout__text { column-count: 1; }
}
.three-stages { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; margin-top: 24px; }
.three-stages > section + section { border-left: 1px solid var(--rule); padding-left: 24px; }
ul { padding-left: 19px; margin: 0; }
li { margin-bottom: 14px; }
.editorial-mark { margin-top: 30px; border-block: 4px double var(--ink); padding: 24px 0; font-size: 37px; font-weight: 700; line-height: 1.05; letter-spacing: -.04em; }
.verdict { text-align: center; }
.verdict p { max-width: 870px; margin: auto; font-size: 23px; }
.pdf-download { display: flex; justify-content: center; margin: -2px 0 14px; text-align: center; font: 20px 'EB Garamond', Georgia, serif; }
.pdf-download a { text-decoration: none; }
.pdf-download a:hover,
.pdf-download a:focus-visible { text-decoration: underline; }
.paper-footer { border-top: 4px double var(--ink); padding-top: 14px; margin-top: 10px; }
@media(max-width: 1280px) { .paper { margin-inline: 20px; } .edition-nav { margin-inline: 24px; } }
@media(max-width: 900px) { .columns { column-count: 2; } .three-stages { gap: 20px; } .three-stages > section + section { padding-left: 16px; } .edition-line span:last-child { display: none; } .paper { padding: 24px; } }
@media(max-width: 640px) { body { font-size: 18px; } .paper { margin: 0 10px 20px; padding: 16px; } .edition-nav { margin-inline: 16px; } .masthead-top { font-size: 8px; letter-spacing: .02em; } .masthead-top span:first-child { max-width: 55%; } .nameplate { font-size: clamp(38px, 10vw, 64px); } .edition-line { font-size: 8px; letter-spacing: .02em; } .headline { padding: 24px 0; } h1 { font-size: 43px; } h2 { font-size: 28px; } .columns { column-count: 1; } .three-stages { grid-template-columns: 1fr; gap: 24px; } .three-stages > section + section { border-left: 0; border-top: 1px solid var(--rule); padding: 20px 0 0; } .editorial-mark { font-size: 32px; margin-top: 20px; } table { min-width: 540px; } .paper-footer { font-size: 8px; } .verdict p { font-size: 21px; } }
@media print { body { background: white; color: black; } .edition-nav, .skip-link, .pdf-download { display: none; } .paper { margin: 0; padding: 0; box-shadow: none; max-width: none; background: white; } .three-stages { break-inside: avoid; } a { text-decoration: none; } }
