:root {
  --r80-ink: #151626;
  --r80-ink-soft: #4f5062;
  --r80-night: #10111f;
  --r80-night-2: #252742;
  --r80-paper: #f4f0e8;
  --r80-paper-2: #fffdf8;
  --r80-line: #d7d0c4;
  --r80-pink: #f04c89;
  --r80-cyan: #23c8d4;
  --r80-gold: #f2b84b;
  --r80-violet: #8b7cf6;
  --r80-serif: "Iowan Old Style", Charter, "Bitstream Charter", Georgia, serif;
  --r80-display: "Avenir Next Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --r80-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --r80-shell: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--r80-ink); background: var(--r80-paper); font-family: var(--r80-serif); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover { color: #a72c5c; }
button { font: inherit; }
.r80-shell { width: min(calc(100% - 40px), var(--r80-shell)); margin-inline: auto; }
.r80-skip { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--r80-gold); color: var(--r80-night); padding: 10px 16px; font: 800 14px/1 var(--r80-display); }
.r80-skip:focus { top: 12px; }

.r80-header { position: sticky; top: 0; z-index: 30; color: var(--r80-ink); background: rgba(255, 253, 248, .96); border-bottom: 1px solid var(--r80-line); backdrop-filter: blur(14px); }
.r80-header__top { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.r80-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.r80-brand__disc { position: relative; width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; color: var(--r80-paper-2); background: var(--r80-night); border-radius: 50%; box-shadow: inset 0 0 0 3px var(--r80-pink), inset 0 0 0 7px var(--r80-night); }
.r80-brand__disc::before, .r80-brand__disc::after { content: ""; position: absolute; left: 6px; right: 6px; height: 2px; background: var(--r80-cyan); }
.r80-brand__disc::before { top: 14px; }
.r80-brand__disc::after { bottom: 13px; }
.r80-brand__disc b { position: relative; z-index: 1; font: 900 15px/1 var(--r80-display); }
.r80-brand__disc i { position: absolute; right: 5px; bottom: 3px; width: 7px; height: 7px; border-radius: 50%; background: var(--r80-gold); }
.r80-brand > span:last-child { display: grid; line-height: 1.05; }
.r80-brand strong { font: 900 18px/1 var(--r80-display); letter-spacing: .055em; }
.r80-brand small { margin-top: 5px; color: var(--r80-ink-soft); font: 600 10px/1 var(--r80-mono); letter-spacing: .12em; text-transform: uppercase; }
.r80-utility { display: flex; align-items: center; gap: 22px; font: 750 13px/1 var(--r80-display); letter-spacing: .025em; }
.r80-utility a { text-decoration: none; }
.r80-topics { border-top: 1px solid var(--r80-line); }
.r80-topics__track { height: 46px; display: grid; grid-template-columns: repeat(6, minmax(max-content, 1fr)); align-items: stretch; overflow-x: auto; scrollbar-width: none; }
.r80-topics__track::-webkit-scrollbar { display: none; }
.r80-topics a { min-width: max-content; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 0 13px; border-right: 1px solid var(--r80-line); text-decoration: none; font: 800 12px/1 var(--r80-display); letter-spacing: .015em; }
.r80-topics a:first-child { border-left: 1px solid var(--r80-line); }
.r80-topics a span { color: var(--r80-pink); font: 700 10px/1 var(--r80-mono); }

.r80-kicker { margin: 0 0 10px; color: #a72c5c; font: 800 11px/1.2 var(--r80-mono); letter-spacing: .14em; text-transform: uppercase; }
.r80-hero { position: relative; height: 330px; overflow: hidden; color: white; background: var(--r80-night); }
.r80-hero__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }
.r80-hero__veil { position: absolute; inset: 0; background: linear-gradient(91deg, rgba(16,17,31,.94) 0%, rgba(16,17,31,.82) 43%, rgba(16,17,31,.32) 72%, rgba(16,17,31,.18) 100%); }
.r80-hero__body { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.r80-hero .r80-kicker { color: var(--r80-gold); }
.r80-hero h1 { max-width: 690px; margin: 0; font: 900 clamp(42px, 5.2vw, 70px)/.92 var(--r80-display); letter-spacing: -.035em; }
.r80-hero p:not(.r80-kicker) { max-width: 690px; margin: 16px 0 0; font-size: 18px; line-height: 1.45; color: #f4f0e8; }
.r80-hero__links { display: flex; align-items: center; gap: 18px; margin-top: 18px; font: 800 13px/1 var(--r80-display); }
.r80-hero__links > a:not(.r80-action) { color: white; }
.r80-action { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 17px; color: var(--r80-night); background: var(--r80-gold); border: 1px solid var(--r80-gold); text-decoration: none; font: 900 12px/1 var(--r80-display); letter-spacing: .035em; text-transform: uppercase; }
.r80-action:hover { color: white; background: var(--r80-pink); border-color: var(--r80-pink); }
.r80-action--dark { color: white; background: var(--r80-night); border-color: var(--r80-night); }

.r80-section { padding-block: 58px; }
.r80-section--doors { padding-top: 34px; }
.r80-section__head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); gap: 40px; align-items: end; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--r80-line); }
.r80-section__head h2 { margin: 0; font: 900 clamp(31px, 4vw, 48px)/.98 var(--r80-display); letter-spacing: -.025em; }
.r80-section__head > p { max-width: 580px; margin: 0; color: var(--r80-ink-soft); font-size: 15px; line-height: 1.5; }
.r80-doors { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.r80-door { position: relative; min-width: 0; background: var(--r80-paper-2); border: 1px solid var(--r80-line); border-bottom: 4px solid var(--door); }
.r80-media { margin: 0; aspect-ratio: 8 / 5; overflow: hidden; background: #d9d4ca; }
.r80-media img { width: 100%; height: 100%; object-fit: cover; }
.r80-door .r80-media { aspect-ratio: 1 / .72; }
.r80-door__body { padding: 13px 13px 15px; }
.r80-door__body > span { display: block; margin-bottom: 7px; color: var(--door); font: 800 10px/1 var(--r80-mono); }
.r80-door h3 { margin: 0; font: 900 20px/1.02 var(--r80-display); }
.r80-door h3 a { text-decoration: none; }
.r80-door p { margin: 7px 0 0; color: var(--r80-ink-soft); font: 650 11px/1.35 var(--r80-display); }
.r80-door:hover img, .r80-story:hover img { transform: scale(1.025); }
.r80-door img, .r80-story img { transition: transform .35s ease; }

.r80-section--ink { color: #f9f7f1; background: var(--r80-night); }
.r80-section--ink .r80-section__head { border-color: #393b58; }
.r80-section--ink .r80-section__head > p { color: #bbbcd0; }
.r80-section--ink .r80-kicker { color: var(--r80-cyan); }
.r80-stories { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 18px; }
.r80-story { min-width: 0; border-top: 4px solid var(--story); }
.r80-story .r80-media { margin-top: 10px; }
.r80-story__body { padding: 15px 2px 0; }
.r80-story__meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 9px; color: #a7a8ba; font: 700 10px/1.2 var(--r80-mono); letter-spacing: .04em; text-transform: uppercase; }
.r80-story__meta a { color: var(--story); text-decoration: none; }
.r80-story h3 { margin: 0; font: 900 25px/1.04 var(--r80-display); letter-spacing: -.015em; }
.r80-story h3 a { text-decoration-thickness: 1px; }
.r80-story p { margin: 10px 0 0; color: #c9c9d5; font-size: 14px; line-height: 1.48; }
.r80-story--featured { grid-column: span 2; display: grid; grid-template-columns: 1.35fr 1fr; gap: 18px; align-items: stretch; }
.r80-story--featured .r80-media { min-height: 320px; margin-top: 10px; }
.r80-story--featured .r80-story__body { align-self: end; padding-bottom: 8px; }
.r80-story--featured h3 { font-size: 36px; }

.r80-signature { display: grid; grid-template-columns: .82fr 1.18fr; gap: 54px; align-items: center; }
.r80-signature h2 { margin: 0 0 15px; font: 900 clamp(34px, 4vw, 52px)/.95 var(--r80-display); }
.r80-signature p:not(.r80-kicker) { color: var(--r80-ink-soft); }
.r80-signature__years { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--r80-line); background: var(--r80-paper-2); }
.r80-signature__years span { display: grid; place-items: center; aspect-ratio: 1.4; border-right: 1px solid var(--r80-line); border-bottom: 1px solid var(--r80-line); color: var(--r80-pink); font: 900 clamp(18px, 2.5vw, 31px)/1 var(--r80-display); }
.r80-section--desk { padding-block: 42px 54px; background: var(--r80-paper-2); border-top: 1px solid var(--r80-line); }
.r80-desk-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--r80-line); }
.r80-desk-links a { min-height: 92px; display: flex; flex-direction: column; justify-content: center; padding: 18px 20px; border-right: 1px solid var(--r80-line); border-bottom: 1px solid var(--r80-line); text-decoration: none; }
.r80-desk-links a:nth-child(3n) { border-right: 0; }
.r80-desk-links a:nth-last-child(-n+3) { border-bottom: 0; }
.r80-desk-links b { font: 900 20px/1.05 var(--r80-display); }
.r80-desk-links span { margin-top: 7px; color: var(--r80-ink-soft); font: 650 12px/1.35 var(--r80-display); }
.r80-desk-links a:hover { color: white; background: var(--r80-night-2); }
.r80-desk-links a:hover span { color: #d7d7e1; }

.r80-page { padding-block: 30px 72px; }
.r80-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 34px; color: var(--r80-ink-soft); font: 700 11px/1.3 var(--r80-mono); }
.r80-crumbs a { text-decoration: none; }
.r80-crumbs b { color: var(--r80-pink); }
.r80-page__head { max-width: 850px; margin: 0 0 42px; }
.r80-page__head h1, .r80-trust h1 { margin: 0; font: 900 clamp(46px, 7vw, 86px)/.9 var(--r80-display); letter-spacing: -.04em; }
.r80-page__head > p:last-child { max-width: 760px; margin: 20px 0 0; color: var(--r80-ink-soft); font-size: 19px; }
.r80-stories--index .r80-story, .r80-stories--category .r80-story, .r80-stories--related .r80-story { color: var(--r80-ink); }
.r80-stories--index .r80-story p, .r80-stories--category .r80-story p, .r80-stories--related .r80-story p { color: var(--r80-ink-soft); }
.r80-stories--index .r80-story__meta, .r80-stories--category .r80-story__meta, .r80-stories--related .r80-story__meta { color: #777888; }

.r80-category { display: grid; grid-template-columns: 1.05fr .95fr; gap: 42px; align-items: center; margin-bottom: 42px; padding: 22px 0 36px; border-bottom: 6px solid var(--category); }
.r80-category h1 { margin: 0; font: 900 clamp(48px, 7vw, 88px)/.88 var(--r80-display); letter-spacing: -.045em; }
.r80-category > div > p:last-child { max-width: 620px; margin: 20px 0 0; color: var(--r80-ink-soft); font-size: 19px; }
.r80-category__image { box-shadow: 16px 16px 0 var(--category); }
.r80-category__intro { display: grid; grid-template-columns: 1fr 1fr; column-gap: 50px; margin: 0 0 18px; padding: 0 0 12px; }
.r80-category__intro h2 { grid-column: 1 / -1; margin: 0 0 18px; font: 900 36px/1 var(--r80-display); }
.r80-category__intro p { margin: 0 0 18px; color: var(--r80-ink-soft); }
.r80-stories--category { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.r80-era-strip { margin-top: 40px; padding: 28px; color: white; background: var(--r80-night-2); }
.r80-era-strip h2 { margin: 0 0 18px; font: 900 30px/1 var(--r80-display); }
.r80-era-strip article { display: grid; grid-template-columns: 70px 1fr; gap: 16px; padding: 12px 0; border-top: 1px solid #464862; }
.r80-era-strip time { color: var(--r80-gold); font: 800 18px/1.5 var(--r80-mono); }
.r80-era-strip p { margin: 0; color: #d7d7e1; }
.r80-era-strip > a { display: inline-block; margin-top: 18px; color: var(--r80-cyan); }

.r80-article-head { display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: end; margin-bottom: 42px; padding: 0 0 36px; border-bottom: 6px solid var(--category); }
.r80-article-head h1 { margin: 0; font: 900 clamp(46px, 6.8vw, 82px)/.91 var(--r80-display); letter-spacing: -.042em; }
.r80-article-head > div > p:not(.r80-kicker) { margin: 20px 0 0; color: var(--r80-ink-soft); font-size: 20px; line-height: 1.45; }
.r80-article-head .r80-kicker a { text-decoration: none; }
.r80-article-head__image { box-shadow: 14px 14px 0 var(--category); }
.r80-byline { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 19px; font: 700 11px/1.3 var(--r80-mono); }
.r80-byline a { color: #a72c5c; }
.r80-article-grid { display: grid; grid-template-columns: minmax(0, 760px) 250px; gap: 70px; align-items: start; justify-content: center; }
.r80-prose { max-width: 760px; font-size: 18px; line-height: 1.75; }
.r80-prose > p:first-child { font-size: 21px; line-height: 1.62; color: #2b2c3b; }
.r80-prose p { margin: 0 0 1.28em; }
.r80-prose h2 { margin: 2.1em 0 .65em; padding-top: .5em; border-top: 1px solid var(--r80-line); font: 900 36px/1.03 var(--r80-display); letter-spacing: -.02em; }
.r80-prose h3 { margin: 1.8em 0 .55em; font: 900 25px/1.08 var(--r80-display); }
.r80-prose a { color: #8f2650; }
.r80-prose ul, .r80-prose ol { padding-left: 1.3em; }
.r80-prose li { margin-bottom: .55em; }
.r80-prose blockquote { margin: 2em 0; padding: 20px 24px; border-left: 6px solid var(--r80-pink); background: var(--r80-paper-2); font-size: 20px; }
.r80-drop { float: left; margin: .08em .12em 0 0; color: var(--r80-pink); font: 900 3.5em/.75 var(--r80-display); }
.r80-table { width: 100%; margin: 1.8em 0; border-collapse: collapse; font-size: 15px; }
.r80-table th, .r80-table td { padding: 10px 12px; border-bottom: 1px solid var(--r80-line); text-align: left; vertical-align: top; }
.r80-table th { color: white; background: var(--r80-night-2); font-family: var(--r80-display); }
.r80-timeline { position: relative; list-style: none; margin: 2em 0; padding: 0; }
.r80-timeline li { padding: 0 0 18px 32px; border-left: 2px solid var(--r80-cyan); }
.r80-timeline li::before { content: ""; position: absolute; left: -5px; width: 8px; height: 8px; border-radius: 50%; background: var(--r80-pink); }
.r80-note, .r80-source-note { margin: 2em 0; padding: 20px 24px; background: var(--r80-paper-2); border: 1px solid var(--r80-line); border-left: 6px solid var(--r80-gold); }
.r80-source-note h2 { margin-top: 0; padding-top: 0; border-top: 0; font-size: 27px; }
.r80-article-rail { position: sticky; top: 140px; padding: 22px; color: white; background: var(--r80-night-2); }
.r80-article-rail dl { margin: 0 0 18px; }
.r80-article-rail dl div { padding: 11px 0; border-bottom: 1px solid #44465f; }
.r80-article-rail dt { color: #aaaabd; font: 700 10px/1 var(--r80-mono); text-transform: uppercase; }
.r80-article-rail dd { margin: 6px 0 0; font: 800 15px/1.3 var(--r80-display); }
.r80-article-rail > a { color: var(--r80-cyan); font-size: 14px; }
.r80-related { margin-top: 68px; padding-top: 28px; border-top: 1px solid var(--r80-line); }
.r80-stories--related { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.r80-resource-head { display: grid; grid-template-columns: 1fr .88fr; gap: 48px; align-items: center; margin-bottom: 42px; }
.r80-resource-head h1 { margin: 0; font: 900 clamp(50px, 7vw, 88px)/.9 var(--r80-display); letter-spacing: -.04em; }
.r80-resource-head > div > p:last-child { max-width: 680px; color: var(--r80-ink-soft); font-size: 19px; }
.r80-resource-intro { margin: 0 0 34px; }
.r80-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0; }
.r80-filters button { padding: 9px 13px; color: var(--r80-ink); background: transparent; border: 1px solid #aaa59c; cursor: pointer; font: 800 12px/1 var(--r80-display); }
.r80-filters button[aria-pressed="true"] { color: white; background: var(--r80-night); border-color: var(--r80-night); }
.r80-era { border-top: 1px solid var(--r80-line); }
.r80-era article { display: grid; grid-template-columns: 130px 1fr; gap: 30px; padding: 24px 0; border-bottom: 1px solid var(--r80-line); }
.r80-era article[hidden] { display: none; }
.r80-era time { color: var(--era); font: 900 44px/1 var(--r80-display); }
.r80-era article p { margin: 0 0 6px; }
.r80-era article small { color: var(--r80-ink-soft); font: 700 10px/1.3 var(--r80-mono); }
.r80-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.r80-choice-grid button { min-height: 126px; padding: 20px; text-align: left; color: var(--r80-ink); background: var(--r80-paper-2); border: 1px solid var(--r80-line); border-top: 5px solid var(--choice); cursor: pointer; }
.r80-choice-grid button:hover, .r80-choice-grid button[aria-pressed="true"] { color: white; background: var(--r80-night-2); }
.r80-choice-grid b { display: block; font: 900 26px/1 var(--r80-display); }
.r80-choice-grid span { display: block; margin-top: 8px; font-size: 14px; }
.r80-choice-result { margin-top: 15px; color: var(--r80-ink-soft); }
.r80-poll-copy { margin-top: 20px; }

.r80-trust { min-height: 70vh; }
.r80-trust .r80-page__head { margin-bottom: 28px; }
.r80-trust .r80-prose { padding: 30px 34px; background: var(--r80-paper-2); border: 1px solid var(--r80-line); }
.r80-trust code { padding: 2px 5px; color: var(--r80-pink); background: #ece7df; font-family: var(--r80-mono); }
.r80-contact-mail { font: 900 clamp(27px, 4vw, 48px)/1 var(--r80-display); overflow-wrap: anywhere; }
.r80-error { min-height: 60vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.r80-error h1 { max-width: 760px; margin: 0; font: 900 clamp(50px, 8vw, 96px)/.85 var(--r80-display); }
.r80-error > p:not(.r80-kicker) { max-width: 620px; }

.r80-footer { color: #e9e7ee; background: #0b0c16; border-top: 5px solid var(--r80-pink); }
.r80-footer__grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 46px; padding-block: 48px 34px; }
.r80-footer__brand b { font: 900 28px/1 var(--r80-display); }
.r80-footer__brand p { max-width: 360px; color: #aeb0c2; }
.r80-footer h2 { margin: 0 0 12px; color: var(--r80-gold); font: 800 11px/1 var(--r80-mono); letter-spacing: .13em; text-transform: uppercase; }
.r80-footer > .r80-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.r80-footer a { margin: 5px 0; color: #ceced8; font-size: 14px; }
.r80-footer__end { display: flex; justify-content: space-between; gap: 20px; padding-block: 16px 24px; border-top: 1px solid #303246; color: #87899e; font: 700 10px/1.3 var(--r80-mono); letter-spacing: .1em; text-transform: uppercase; }

::selection { color: white; background: var(--r80-pink); }

@media (max-width: 1100px) {
  .r80-doors { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .r80-article-grid { grid-template-columns: minmax(0, 720px) 220px; gap: 36px; }
  .r80-footer__grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
}

@media (max-width: 820px) {
  body { font-size: 16px; }
  .r80-shell { width: min(calc(100% - 28px), var(--r80-shell)); }
  .r80-header__top { min-height: 58px; }
  .r80-utility { gap: 14px; }
  .r80-utility a:nth-child(3) { display: none; }
  .r80-topics__track { width: 100%; height: 42px; }
  .r80-topics a { justify-content: flex-start; }
  .r80-hero { height: 360px; }
  .r80-hero__veil { background: rgba(16,17,31,.78); }
  .r80-hero h1 { font-size: clamp(40px, 11vw, 66px); }
  .r80-section__head { grid-template-columns: 1fr; gap: 12px; }
  .r80-stories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .r80-story--featured { grid-column: 1 / -1; }
  .r80-signature, .r80-category, .r80-article-head, .r80-resource-head { grid-template-columns: 1fr; }
  .r80-category__intro { grid-template-columns: 1fr; }
  .r80-article-grid { grid-template-columns: 1fr; }
  .r80-article-rail { position: static; }
  .r80-choice-grid { grid-template-columns: repeat(2, 1fr); }
  .r80-desk-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .r80-desk-links a:nth-child(3n) { border-right: 1px solid var(--r80-line); }
  .r80-desk-links a:nth-child(2n) { border-right: 0; }
  .r80-desk-links a:nth-last-child(-n+3) { border-bottom: 1px solid var(--r80-line); }
  .r80-desk-links a:nth-last-child(-n+2) { border-bottom: 0; }
  .r80-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .r80-brand small { display: none; }
  .r80-utility a:nth-child(2) { display: none; }
  .r80-hero { height: 410px; }
  .r80-hero__links { align-items: flex-start; flex-direction: column; }
  .r80-doors, .r80-stories, .r80-stories--category, .r80-stories--related { grid-template-columns: 1fr; }
  .r80-door { display: grid; grid-template-columns: 42% 58%; }
  .r80-door .r80-media { height: 100%; aspect-ratio: auto; }
  .r80-story--featured { display: block; }
  .r80-story--featured .r80-media { min-height: 0; }
  .r80-story--featured h3 { font-size: 28px; }
  .r80-signature__years { grid-template-columns: repeat(2, 1fr); }
  .r80-category h1, .r80-article-head h1, .r80-resource-head h1, .r80-page__head h1, .r80-trust h1 { font-size: clamp(42px, 16vw, 68px); }
  .r80-category__image, .r80-article-head__image { box-shadow: 8px 8px 0 var(--category); }
  .r80-prose { font-size: 17px; }
  .r80-prose h2 { font-size: 31px; }
  .r80-era article { grid-template-columns: 82px 1fr; gap: 14px; }
  .r80-era time { font-size: 31px; }
  .r80-choice-grid { grid-template-columns: 1fr; }
  .r80-desk-links { grid-template-columns: 1fr; }
  .r80-desk-links a, .r80-desk-links a:nth-child(2n), .r80-desk-links a:nth-child(3n), .r80-desk-links a:nth-last-child(-n+2), .r80-desk-links a:nth-last-child(-n+3) { border-right: 0; border-bottom: 1px solid var(--r80-line); }
  .r80-desk-links a:last-child { border-bottom: 0; }
  .r80-trust .r80-prose { padding: 22px 18px; }
  .r80-footer__grid { grid-template-columns: 1fr; gap: 26px; }
  .r80-footer__end { flex-direction: column; }
}
