:root {
  --paper: #f8f8f5;
  --white: #fff;
  --ink: #191a18;
  --muted: #60615c;
  --line: #d9d9d2;
  --accent: #c63124;
  --dark: #171a18;
  --max: 1320px;
  --gutter: clamp(22px, 4.4vw, 72px);
  --body: 'Assistant', Arial, sans-serif;
  --display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 152px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 1.125rem/1.65 var(--body); -webkit-font-smoothing: antialiased; }
::selection { color: #fff; background: var(--accent); }
a { color: inherit; text-underline-offset: 4px; }
button, summary { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
img { display: block; max-width: 100%; }
svg { flex-shrink: 0; }
p, h1, h2, h3, figure { margin: 0; }
.wrap { width: min(calc(100% - var(--gutter) * 2), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; inset-inline-start: 20px; z-index: 1000; padding: 12px 22px; background: var(--ink); color: #fff; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.top { position: sticky; top: 0; z-index: 40; background: var(--paper); border-bottom: 1px solid var(--line); }
.toprow { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex-direction: column; flex-shrink: 0; text-decoration: none; line-height: 1; }
.logo { font-family: var(--display); font-weight: 700; font-size: 2rem; letter-spacing: -.035em; direction: ltr; }
.logo b { color: var(--accent); font-weight: inherit; }
.brand-caption { margin-top: 7px; font-size: .75rem; font-weight: 600; letter-spacing: .06em; }
.header-nav { display: flex; gap: clamp(16px, 2vw, 32px); font-size: .9375rem; font-weight: 600; }
.header-nav a { text-decoration: none; }
.header-nav a:hover { color: var(--accent); }
.language-picker { position: relative; min-width: 110px; font-size: .9375rem; }
.language-picker summary { display: flex; align-items: center; justify-content: end; gap: 9px; padding: 12px 0; cursor: pointer; list-style: none; }
.language-picker summary::-webkit-details-marker { display: none; }
.language-picker summary::after { content: '⌄'; font-family: Arial, sans-serif; margin-inline-start: 8px; }
.language-picker[open] summary::after { transform: rotate(180deg); }
.langs { position: absolute; inset-inline-end: 0; top: calc(100% + 12px); width: 185px; padding: 7px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 10px 24px #00000014; }
.lang { display: flex; align-items: center; justify-content: space-between; padding: 9px 12px; text-decoration: none; border-radius: 2px; }
.lang:hover { background: var(--paper); }
.lang.active { color: var(--accent); font-weight: 800; }
.lang.active::after { content: '✓'; }
.progress { position: absolute; bottom: -1px; inset-inline: 0; height: 2px; pointer-events: none; }
.progress i { display: block; width: 0; height: 100%; background: var(--accent); }
.hero { padding-top: 42px; }
.hero-dateline { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 30px; font-size: .8125rem; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }
.hero-dateline .edition { color: var(--muted); }
.kicker { display: flex; align-items: center; gap: 10px; }
.kicker::before { content: ''; width: 8px; height: 8px; background: var(--accent); }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(36px, 5.5vw, 84px); align-items: stretch; }
.hero-text { padding-block: 5px 28px; display: flex; flex-direction: column; align-items: start; }
.hero-subject { color: var(--muted); margin-bottom: 20px; font-size: .875rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
h1 { font: 700 clamp(4rem, 6.8vw, 6.7rem)/.95 var(--display); letter-spacing: -.022em; text-transform: uppercase; overflow-wrap: break-word; }
h1 em { color: var(--accent); font-style: normal; }
.hero-copy { max-width: 560px; margin-top: 26px; font-size: 1.1875rem; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-height: 52px; padding: 12px 22px; background: var(--ink); color: var(--white); font-size: 1rem; font-weight: 600; text-decoration: none; transition: background .15s; }
.button:hover { background: var(--accent); }
.button .arrow { font-size: 1.4rem; }
.text-link { display: inline-flex; gap: 13px; align-items: center; font-size: 1rem; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--line); padding-block: 8px; }
.text-link:hover { color: var(--accent); border-color: var(--accent); }
.portrait { position: relative; isolation: isolate; min-height: 545px; overflow: hidden; background: #bbbcb6; }
.portrait::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, #111c 0, transparent 35%); pointer-events: none; }
.portrait img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 25%; filter: grayscale(1) contrast(1.07); }
.portrait-marker { position: absolute; z-index: 1; inset-inline-start: 22px; top: 22px; border: 1px solid #ffffffa0; padding: 5px 10px; color: #fff; font-size: .8125rem; font-weight: 600; letter-spacing: .07em; }
.portrait figcaption { position: absolute; inset-inline: 26px; bottom: 24px; z-index: 1; color: #fff; border-top: 1px solid #ffffff66; padding-top: 14px; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.portrait figcaption strong { font-size: 1.0625rem; font-weight: 600; }
.portrait figcaption span { font-size: .75rem; max-width: 140px; color: #e4e4de; }
.metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid var(--ink); margin-top: 42px; padding-block: 25px; }
.metric { padding-inline: 28px; border-inline-start: 1px solid var(--line); }
.metric:first-child { padding-inline-start: 0; border: 0; }
.metric strong { display: block; font: 700 2.5rem/1 var(--display); margin-bottom: 10px; font-variant-numeric: tabular-nums; }
.metric span { display: block; max-width: 230px; font-size: .9375rem; line-height: 1.35; color: var(--muted); }
.metric a { text-decoration: none; }
.metric a:hover { color: var(--accent); }
.chapter-nav { position: sticky; top: 86px; z-index: 30; border-bottom: 1px solid var(--line); background: var(--paper); }
.chapter-nav .wrap { display: flex; gap: 30px; align-items: center; min-height: 58px; }
.nav-label { font-size: .75rem; color: var(--muted); white-space: nowrap; font-weight: 600; letter-spacing: .06em; }
.chapter-links { display: flex; flex: 1; gap: 24px; overflow-x: auto; scrollbar-width: thin; }
.chapter-links a { display: inline-flex; gap: 9px; flex-shrink: 0; align-items: center; min-height: 58px; border-bottom: 2px solid transparent; text-decoration: none; font-size: .9375rem; font-weight: 600; white-space: nowrap; }
.chapter-links a span { color: var(--muted); font-size: .75rem; font-variant-numeric: tabular-nums; }
.chapter-links a:hover, .chapter-links a[aria-current="location"] { color: var(--accent); border-color: var(--accent); }
.section { padding-block: 90px; border-bottom: 1px solid var(--line); }
.micro { color: var(--accent); font-size: .8125rem; letter-spacing: .085em; text-transform: uppercase; font-weight: 800; margin-bottom: 18px; }
.section-label { padding-top: 6px; display: flex; align-items: start; gap: 12px; }
.section-label::before { content: '+'; font-size: 1.1rem; line-height: 1.3; }
.method { background: #eeefe9; }
.method-grid { display: grid; grid-template-columns: .7fr 1.8fr; gap: 70px; }
.big { font-size: clamp(2.3rem, 4.4vw, 4rem); line-height: 1.06; font-weight: 800; letter-spacing: -.035em; }
.method .big { font-size: 2.6rem; }
.prose { margin-top: 22px; font-size: 1.125rem; color: var(--muted); }
.prose b { color: var(--ink); }
.legend { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 28px; padding-top: 22px; border-top: 1px solid #d0d2c8; }
.chip { display: inline-flex; align-items: center; gap: 8px; font-size: .875rem; color: #454940; }
.chip::before { content: ''; width: 6px; height: 6px; background: #46634c; }
.chip:nth-child(2)::before { background: #5a666e; }
.chip:nth-child(3)::before { background: #b16c24; }
.chip:nth-child(4)::before { background: var(--accent); }
.chapter-head { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 42px; margin-bottom: 50px; align-items: start; }
.chapter-num { font: 700 7rem/.9 var(--display); color: #c9cbc2; letter-spacing: -.035em; direction: ltr; }
.chapter-head .micro { margin-bottom: 14px; }
.chapter-desc { max-width: 760px; margin-top: 22px; color: var(--muted); font-size: 1.125rem; }
.feed { border-top: 2px solid var(--ink); }
.story { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 42px; padding-block: 36px; border-bottom: 1px solid var(--line); }
.story:last-child { border-bottom: 0; padding-bottom: 0; }
.story-meta { display: flex; flex-direction: column; align-items: start; }
.story-no { font: 700 2rem/1 var(--display); color: #787b70; margin-bottom: 16px; }
.date { display: block; font-weight: 800; font-size: .9375rem; margin-bottom: 12px; }
.badge { display: inline-block; padding: 4px 8px; max-width: 100%; font-size: .8125rem; line-height: 1.4; color: var(--muted); border: 1px solid #d3d5cc; }
.story-content { max-width: 870px; }
.story h3 { font-size: 1.9rem; line-height: 1.22; font-weight: 800; letter-spacing: -.025em; margin-bottom: 18px; }
.story p { color: var(--muted); }
.source-links { display: flex; gap: 10px 20px; flex-wrap: wrap; margin-top: 20px; }
.source-links a { color: #51584c; font-size: .875rem; line-height: 1.45; text-decoration-color: #babeb2; overflow-wrap: anywhere; }
.source-links a:hover { color: var(--accent); text-decoration-color: var(--accent); }
.arrow { display: inline-block; font-family: Arial, sans-serif; }
.day { background: var(--dark); color: #f5f6ef; border-bottom: 0; }
.day .micro { color: #ff8576; }
.day .chapter-num { color: #686e65; }
.day .chapter-desc { color: #b3b9ae; }
.timeline { max-width: 960px; margin-inline-start: auto; }
.moment { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 50px; }
.time { direction: ltr; text-align: end; font: 700 3.2rem/1 var(--display); color: #ff8576; padding-top: 6px; font-variant-numeric: tabular-nums; }
.moment-body { position: relative; padding: 6px 0 40px 0; border-inline-start: 1px solid #555d50; padding-inline-start: 35px; }
.moment-body::before { content: ''; position: absolute; inset-inline-start: -5px; top: 19px; width: 9px; height: 9px; background: #ff8576; }
.moment:last-child .moment-body { border-color: transparent; }
.moment h3 { font-size: 1.5rem; font-weight: 800; margin-bottom: 12px; line-height: 1.2; }
.moment p { color: #bcc2b7; line-height: 1.65; }
.wakeup { margin-block: 30px 0; margin-inline-start: auto; max-width: 960px; padding: 30px 34px; border: 1px solid #555d50; border-inline-start: 3px solid #ff8576; }
.wakeup h3 { font-size: 1.65rem; line-height: 1.2; margin-bottom: 18px; }
.wakeup p { margin-top: 12px; color: #bcc2b7; }
.day .source-links { max-width: 960px; margin-inline-start: auto; }
.day .source-links a { color: #d3d7cb; text-decoration-color: #727b68; }
.quote { padding-block: 76px; color: white; background: var(--accent); }
.quote .micro { color: #fff; margin-bottom: 28px; opacity: .8; }
.quote strong { display: block; max-width: 1050px; font-size: clamp(2.6rem, 5.5vw, 5rem); font-weight: 800; line-height: 1.06; letter-spacing: -.025em; }
.quote small { display: block; max-width: 740px; margin-top: 28px; font-size: 1.0625rem; line-height: 1.6; color: #ffe7e3; }
.limits { background: #eeefe9; }
.limits-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 75px; }
.limits .big { font-size: 2.6rem; }
.limit { padding-block: 18px; border-top: 1px solid #cbd0c2; color: #5a6054; font-size: 1.0625rem; }
.limit b { color: var(--ink); font-weight: 600; }
.sources-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 38px; }
.sources-head .big { font-size: 3.3rem; }
.source-count { color: var(--muted); font-size: .875rem; white-space: nowrap; }
.refgrid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 44px; }
.ref { display: flex; align-items: start; gap: 16px; text-decoration: none; padding-block: 21px; border-top: 1px solid var(--line); }
.ref-number { color: var(--muted); font-size: .8125rem; min-width: 23px; padding-top: 3px; }
.ref-content { flex: 1; }
.ref b { display: block; font-size: 1.0625rem; line-height: 1.3; font-weight: 600; margin-bottom: 7px; }
.ref-domain { font-size: .8125rem; color: var(--muted); direction: ltr; display: block; overflow-wrap: anywhere; }
.ref .arrow { font-size: 1.2rem; color: var(--muted); }
.ref:hover b, .ref:hover .arrow { color: var(--accent); }
footer { padding-block: 45px 30px; background: var(--ink); color: #f8f8f5; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 30px; }
.footer-top .logo { font-size: 2.8rem; }
footer .logo b { color: #ff8576; }
footer .text-link { border-color: #53574c; }
.footer-bottom { display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; border-top: 1px solid #45493f; padding-top: 24px; }
.footer-bottom p { max-width: 700px; font-size: .875rem; color: #b2b9a8; }
.footer-bottom .footer-note { text-align: end; }
[dir='rtl'] { --display: 'Assistant', Arial, sans-serif; }
[dir='rtl'] .logo, [dir='rtl'] .chapter-num, [dir='rtl'] .story-no, [dir='rtl'] .time { font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif; }
[dir='rtl'] h1 { font-size: clamp(4rem, 7.3vw, 6.8rem); line-height: .97; font-weight: 800; letter-spacing: -.05em; }
[lang='ru'] h1 { font-family: Arial, sans-serif; font-size: clamp(2.75rem, 5vw, 4.8rem); font-weight: 900; line-height: 1; letter-spacing: -.05em; }
[lang='am'] { --body: 'Noto Sans Ethiopic', Arial, sans-serif; }
[lang='am'] h1 { font-family: var(--body); font-size: clamp(2.75rem, 4.8vw, 4.6rem); line-height: 1.15; }
[lang='am'] .big, [lang='am'] .story h3 { line-height: 1.4; }
[lang='am'] .header-nav { font-size: .875rem; }
@media (min-width: 1500px) { .hero { padding-top: 50px; } .portrait { min-height: 590px; } }
@media (max-width: 1100px) {
  .hero-inner { gap: 35px; }
  .portrait { min-height: 510px; }
  .hero-copy { font-size: 1.125rem; }
  .chapter-head, .story { grid-template-columns: 145px minmax(0, 1fr); gap: 32px; }
  .method-grid { grid-template-columns: .7fr 1.8fr; gap: 40px; }
  .chapter-nav .wrap { gap: 20px; }
  .chapter-links { gap: 21px; }
  .nav-label { display: none; }
  .portrait figcaption { flex-direction: column; align-items: start; gap: 4px; }
  .portrait figcaption span { max-width: none; }
  .limits-grid { gap: 40px; }
}
@media (max-width: 780px) {
  html { scroll-padding-top: 132px; }
  .toprow { min-height: 72px; }
  .header-nav { display: none; }
  .logo { font-size: 1.8rem; }
  .brand-caption { font-size: .75rem; letter-spacing: 0; }
  .chapter-nav { top: 72px; }
  .hero { padding-top: 26px; }
  .hero-dateline { font-size: .75rem; margin-bottom: 26px; }
  .hero-dateline .edition { display: none; }
  .hero-inner { grid-template-columns: minmax(0, 1fr) minmax(0, .75fr); gap: 22px; }
  h1 { font-size: clamp(3rem, 7.1vw, 4.4rem); }
  [dir='rtl'] h1 { font-size: clamp(3.2rem, 7.3vw, 4.4rem); }
  [lang='ru'] h1, [lang='am'] h1 { font-size: clamp(2rem, 4.4vw, 3rem); }
  .hero-subject { font-size: .75rem; margin-bottom: 17px; }
  .hero-copy { font-size: 1.0625rem; margin-top: 20px; }
  .portrait { min-height: 410px; }
  .portrait img { object-position: 46% center; }
  .portrait figcaption { inset-inline: 17px; bottom: 18px; }
  .portrait-marker { inset-inline-start: 15px; top: 15px; font-size: .75rem; }
  .hero-actions { gap: 12px; margin-top: 24px; }
  .button { padding-inline: 16px; gap: 20px; }
  .metrics { margin-top: 27px; padding-block: 22px; }
  .metric { padding-inline: 16px; }
  .metric strong { font-size: 2.1rem; }
  .metric span { font-size: .875rem; }
  .section { padding-block: 62px; }
  .method-grid { grid-template-columns: 1fr; gap: 15px; }
  .method .big { font-size: 2.1rem; }
  .chapter-head, .story { grid-template-columns: 90px minmax(0, 1fr); gap: 25px; }
  .chapter-num { font-size: 5rem; }
  .big { font-size: 2.55rem; }
  .story h3 { font-size: 1.6rem; }
  .moment { grid-template-columns: 100px minmax(0, 1fr); gap: 26px; }
  .time { font-size: 2.6rem; }
  .moment-body { padding-inline-start: 25px; }
  .limits-grid { grid-template-columns: 1fr; gap: 30px; }
  .refgrid { column-gap: 28px; }
  .ref { gap: 10px; }
}
@media (max-width: 680px) {
  body { font-size: 1.0625rem; }
  .hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .hero-text { padding: 0; }
  .hero-subject { margin-bottom: 18px; }
  h1 { font-size: clamp(2.375rem, 12vw, 4rem); }
  [dir='rtl'] h1 { font-size: clamp(3.6rem, 15vw, 5.6rem); }
  [lang='ru'] h1 { font-size: clamp(2.3rem, 8.8vw, 3.4rem); }
  [lang='am'] h1 { font-size: clamp(2.6rem, 10vw, 3.4rem); }
  .hero-copy { font-size: 1.125rem; }
  .hero-actions { gap: 18px; }
  .text-link { font-size: .9375rem; }
  .portrait { min-height: 0; height: 340px; }
  .portrait img { object-position: 50% 30%; }
  .portrait figcaption { flex-direction: row; align-items: end; }
  .portrait figcaption span { max-width: 135px; }
  .metrics { grid-template-columns: 1fr 1fr; gap: 23px 0; padding-block: 24px; }
  .metric { padding-inline: 22px; }
  .metric:nth-child(3) { border: 0; padding-inline-start: 0; }
  .metric strong { font-size: 2.3rem; }
  .chapter-links { gap: 22px; }
  .chapter-links a { font-size: .875rem; min-height: 54px; }
  .chapter-nav .wrap { min-height: 54px; }
  .section { padding-block: 50px; }
  .chapter-head { display: block; margin-bottom: 34px; }
  .chapter-num { font-size: 4.3rem; margin-bottom: 26px; }
  .big { font-size: 2.35rem; }
  .chapter-desc, .prose { font-size: 1.0625rem; }
  .story { display: block; padding-block: 28px; }
  .story-meta { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 8px 12px; margin-bottom: 19px; }
  .story-no { margin: 0; font-size: 1.5rem; }
  .date { margin: 0; font-size: .875rem; }
  .badge { padding: 3px 7px; font-size: .75rem; }
  .story h3 { font-size: 1.6rem; }
  .moment { grid-template-columns: 75px minmax(0, 1fr); gap: 17px; }
  .time { font-size: 2.1rem; }
  .moment-body { padding-inline-start: 21px; padding-bottom: 34px; }
  .moment h3 { font-size: 1.3rem; }
  .moment p { font-size: 1rem; }
  .wakeup { padding: 22px; margin-top: 10px; }
  .wakeup h3 { font-size: 1.4rem; }
  .quote { padding-block: 50px; }
  .quote strong { font-size: 2.5rem; }
  .quote strong br { display: none; }
  .limits .big { font-size: 2.2rem; }
  .sources-head { align-items: start; flex-direction: column; gap: 20px; }
  .sources-head .big { font-size: 2.7rem; }
  .refgrid { grid-template-columns: 1fr; }
  .footer-top { gap: 20px; }
  .footer-top .logo { font-size: 2rem; }
  .footer-bottom { grid-template-columns: 1fr; gap: 18px; }
  .footer-bottom .footer-note { text-align: start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
@media print {
  :root { --paper: #fff; --ink: #000; --muted: #333; }
  html { scroll-padding-top: 0; }
  body { font-size: 11pt; }
  .top, .chapter-nav, .hero-actions, .portrait, .skip-link, .footer-top .text-link { display: none; }
  .hero-inner { display: block; }
  .wrap { width: 100%; }
  .hero, .section, .quote { padding-block: 25px; }
  h1, [dir='rtl'] h1, [lang='ru'] h1, [lang='am'] h1 { font-size: 40pt; }
  .big, .quote strong { font-size: 24pt; }
  .day, .quote, footer { background: #fff; color: #000; }
  .day .chapter-desc, .moment p, .wakeup p, .quote small, .day .source-links a { color: #333; }
  .story, .moment, .ref { break-inside: avoid; }
}
