:root {
  --ink: #151515;
  --paper: #f5f0e7;
  --paper-2: #ece4d7;
  --signal: #b93a2f;
  --signal-dark: #83271f;
  --deep: #17201d;
  --deep-2: #202c28;
  --line: rgba(21, 21, 21, 0.16);
  --muted: #66625c;
  --white: #fffdf8;
  --shadow: 0 24px 70px rgba(24, 25, 22, 0.14);
  --radius: 18px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; }
a { color: inherit; }
code { overflow-wrap: anywhere; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 12px;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: 8px;
}
.skip-link:focus { left: 12px; }

.shell { width: var(--shell); margin: 0 auto; }
.narrow { max-width: 900px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 240, 231, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 0.9rem; letter-spacing: 0.14em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 0.72rem; }
.primary-nav { display: flex; gap: 22px; align-items: center; }
.primary-nav a {
  text-decoration: none;
  font-size: 0.9rem;
  color: #2e2d2a;
}
.primary-nav a:hover, .primary-nav a:focus { color: var(--signal); }
.nav-toggle { display: none; }

.hero {
  position: relative;
  padding: 100px 0 90px;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  right: -180px;
  top: -120px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(185, 58, 47, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(185, 58, 47, 0.035), 0 0 0 180px rgba(185, 58, 47, 0.025);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.55fr 0.8fr;
  gap: 78px;
  align-items: center;
}
.eyebrow, .section-label {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--signal-dark);
}
.hero h1 {
  margin: 18px 0 24px;
  max-width: 880px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  font-weight: 500;
}
.hero-lede {
  max-width: 760px;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  color: #3c3934;
}
.hero-actions, .paper-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid var(--ink);
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ink); color: var(--white); }
.button.primary:hover { background: var(--signal-dark); border-color: var(--signal-dark); }
.button.secondary { background: transparent; }
.button.secondary:hover { background: var(--white); }
.microcopy {
  margin-top: 22px;
  font-size: 0.76rem;
  color: var(--muted);
  max-width: 760px;
}

.signal-card {
  position: relative;
  background: var(--deep);
  color: var(--white);
  padding: 30px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.signal-kicker {
  margin-bottom: 18px;
  color: #d8d1c4;
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .16em;
  font-weight: 800;
}
.signal-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.16);
}
.signal-row strong { font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.signal-row.emphasis strong { color: #f4a196; }
.signal-card p { margin: 18px 0 0; color: #cfc9be; font-size: .9rem; }

.thesis-strip { background: var(--signal); color: white; }
.thesis-inner {
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-family: Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
}
.thesis-inner strong { font-weight: 600; }

.section { padding: 110px 0; }
.section h2 {
  margin: 12px 0 20px;
  font-family: Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.035em;
}
.section p { font-size: 1.05rem; }
.section-intro { max-width: 760px; color: #46423c; }
.subtitle { font-size: 1.28rem !important; color: #47433d; max-width: 680px; }
.split-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: start;
}
.pending-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px dashed rgba(21,21,21,.35);
  border-radius: 999px;
  color: var(--muted);
  font-size: .9rem;
}

.finding-card {
  background: var(--white);
  padding: 34px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.finding-number {
  color: var(--signal);
  font-family: Georgia, serif;
  font-size: 3rem;
  line-height: 1;
}
.finding-card h3 { font-family: Georgia, serif; font-size: 2rem; margin: 16px 0; }
.finding-card dl { margin: 26px 0 0; }
.finding-card dl div {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
.finding-card dt { color: var(--muted); }
.finding-card dd { margin: 0; font-weight: 800; }

.dark-section { background: var(--deep); color: var(--white); }
.section-label.light { color: #f0a69c; }
.dark-section blockquote {
  margin: 40px 0 55px;
  padding: 0 0 0 28px;
  border-left: 3px solid var(--signal);
  font-family: Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  line-height: 1.34;
}
.meaning-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.meaning-grid article { border-top: 1px solid rgba(255,255,255,.22); padding-top: 24px; }
.meaning-grid h3 { font-family: Georgia, serif; font-size: 1.45rem; margin: 0 0 12px; }
.meaning-grid p { color: #cbc8c0; font-size: .98rem; }

.cards.three-up { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.evidence-card {
  min-height: 300px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.35);
}
.evidence-card.flagship { background: var(--white); box-shadow: var(--shadow); }
.evidence-card h3 { margin: 28px 0 14px; font-family: Georgia, serif; font-size: 2rem; }
.status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.status.established { background: #d6eadc; color: #174c2b; }
.status.supported { background: #f3dfd2; color: #7b2d22; }

.methods-section { background: var(--paper-2); }
.method-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 40px; }
.method-grid article {
  padding: 28px;
  background: rgba(255,255,255,.44);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.method-index { font-family: Georgia, serif; font-size: 2.3rem; color: var(--signal); }
.method-grid h3 { margin: 8px 0 10px; font-family: Georgia, serif; font-size: 1.65rem; }

.open-section { background: #f8f6f0; }
.open-layout { align-items: center; }
.open-list { border-top: 1px solid var(--line); }
.open-list > div { padding: 22px 0; border-bottom: 1px solid var(--line); }
.open-list span { display: block; color: var(--signal-dark); font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.open-list strong { display: block; margin-top: 7px; font-family: Georgia, serif; font-size: 1.45rem; }
.open-list p { margin: 6px 0 0; color: var(--muted); font-size: .94rem; }

.about-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.text-link { color: var(--signal-dark); font-weight: 800; }
.dhh-card { background: var(--signal); color: white; padding: 36px; border-radius: var(--radius); }
.dhh-mark { font-family: Georgia, serif; font-size: 4rem; line-height: 1; letter-spacing: -.05em; }
.dhh-card h3 { font-family: Georgia, serif; font-size: 2rem; margin: 18px 0 10px; }

.site-footer { background: #101513; color: #dedbd4; padding: 34px 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-inner > div:first-child { display: flex; flex-direction: column; }
.footer-inner strong { color: white; }
.footer-meta { display: flex; gap: 20px; font-size: .82rem; color: #aaa79f; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 28px, 760px); }
  .primary-nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 14px;
    right: 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow);
    padding: 10px;
  }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px; }
  .nav-toggle {
    display: inline-flex;
    border: 1px solid var(--ink);
    background: transparent;
    border-radius: 999px;
    padding: 9px 14px;
    font-weight: 700;
  }
  .hero { padding: 70px 0; }
  .hero-grid, .split-layout, .about-grid { grid-template-columns: 1fr; gap: 46px; }
  .signal-card { max-width: 540px; }
  .cards.three-up, .meaning-grid { grid-template-columns: 1fr; }
  .method-grid { grid-template-columns: 1fr; }
  .thesis-inner { flex-direction: column; align-items: flex-start; justify-content: center; padding: 24px 0; gap: 6px; }
  .footer-inner, .footer-meta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 540px) {
  .brand-copy small { display: none; }
  .hero h1 { font-size: 3.15rem; }
  .section { padding: 78px 0; }
  .finding-card dl div { flex-direction: column; gap: 2px; }
  .hero-actions .button, .paper-actions .button { width: 100%; }
  .pending-link { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Pre-registered depth chart, v2.6 */
.depth-chart {
  margin: 44px 0 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.48);
  box-shadow: 0 18px 50px rgba(24,25,22,.08);
}
.depth-chart figcaption { display: grid; gap: 7px; margin-bottom: 24px; }
.chart-kicker {
  color: var(--signal-dark);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .68rem;
  font-weight: 850;
}
.depth-chart figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.6vw, 2.05rem);
  line-height: 1.12;
  font-weight: 600;
}
.depth-chart figcaption > span:last-child { max-width: 780px; color: var(--muted); font-size: .93rem; }
.chart-reading-key {
  display: grid;
  grid-template-columns: minmax(190px,.7fr) minmax(300px,1.3fr);
  gap: 16px;
  margin: 0 0 22px;
}
.chart-reading-key > div {
  padding: 15px 17px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--white);
}
.key-label {
  display: block;
  color: var(--signal-dark);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .62rem;
  font-weight: 850;
}
.chart-reading-key strong { display: block; margin-top: 4px; font-size: .9rem; }
.chart-reading-key small { display: block; margin-top: 2px; color: var(--muted); font-size: .74rem; line-height: 1.35; }
.depth-chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  margin: 2px 0 13px 94px;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 700;
}
.depth-chart-legend span { display: inline-flex; align-items: center; gap: 7px; }
.legend-swatch { width: 22px; height: 8px; border-radius: 999px; }
.legend-swatch.positive { background: #6f8f7c; }
.legend-swatch.negative { background: var(--signal); }
.legend-zero { width: 2px; height: 14px; background: var(--ink); opacity: .55; }
.depth-axis {
  position: relative;
  height: 23px;
  margin: 0 80px 0 92px;
  color: #827d75;
  font-size: .62rem;
  font-variant-numeric: tabular-nums;
}
.depth-axis span { position: absolute; left: var(--x); transform: translateX(-50%); }
.depth-axis .axis-zero { color: var(--ink); font-weight: 850; }
.depth-rows { border-top: 1px solid var(--line); }
.depth-row {
  display: grid;
  grid-template-columns: 80px minmax(280px,1fr) 74px;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  border-bottom: 1px solid var(--line);
}
.depth-bin { display: flex; align-items: baseline; gap: 6px; }
.depth-bin strong { font-size: .95rem; font-variant-numeric: tabular-nums; }
.depth-bin span { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .07em; }
.depth-plot {
  position: relative;
  height: 32px;
  border-radius: 9px;
  background:
    linear-gradient(to right, transparent 24.8%, rgba(21,21,21,.08) 25%, transparent 25.2%),
    linear-gradient(to right, transparent 49.8%, rgba(21,21,21,.08) 50%, transparent 50.2%),
    linear-gradient(to right, transparent 74.8%, rgba(21,21,21,.08) 75%, transparent 75.2%),
    rgba(21,21,21,.035);
  overflow: visible;
}
.depth-zero { position: absolute; z-index: 3; top: -6px; bottom: -6px; left: 80%; width: 2px; background: var(--ink); opacity: .55; }
.depth-bar {
  position: absolute;
  z-index: 2;
  top: 8px;
  bottom: 8px;
  left: var(--start);
  width: max(var(--size), 5px);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(21,21,21,.12);
}
.depth-bar.positive { background: #6f8f7c; }
.depth-bar.negative { background: var(--signal); }
.phase-flag {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(255,253,248,.9);
  color: var(--signal-dark);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .54rem;
  font-weight: 850;
  box-shadow: 0 1px 6px rgba(21,21,21,.08);
}
.deep-row .phase-flag { left: auto; right: 8px; }
.depth-value { text-align: right; font-variant-numeric: tabular-nums; line-height: 1.05; }
.depth-value strong { display: block; font-size: .95rem; }
.depth-value span { display: block; margin-top: 4px; color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .07em; }
.depth-value.positive strong { color: #3f6d54; }
.depth-value.negative strong { color: var(--signal-dark); }
.chart-translation {
  margin-top: 20px;
  padding: 16px 18px;
  border-left: 4px solid var(--signal);
  background: rgba(185,58,47,.06);
  color: #3d3934;
  font-size: .86rem;
  line-height: 1.55;
}
.depth-chart-note { margin: 13px 0 0; color: var(--muted); font-size: .72rem !important; }

@media (max-width: 720px) {
  .depth-chart { padding: 22px 16px; }
  .chart-reading-key { grid-template-columns: 1fr; }
  .depth-chart-legend { margin-left: 0; }
  .depth-axis { margin-left: 76px; margin-right: 58px; }
  .depth-row { grid-template-columns: 64px minmax(170px,1fr) 56px; gap: 8px; }
  .depth-bin { display: grid; gap: 0; }
  .depth-bin span { font-size: .55rem; }
  .phase-flag { display: none; }
}

/* Cite section */
.cite-section { background: var(--paper-2); }
.cite-line { max-width: 760px; }
.cite-line a { color: var(--signal-dark); font-weight: 700; }
.bibtex { margin: 26px 0 18px; padding: 24px; background: var(--deep); color: #e8e4da; border-radius: var(--radius); overflow-x: auto; font-size: .85rem; line-height: 1.55; }
.footer-meta a { color: #d8d1c4; }


/* Full abstract for scholarly discovery */
.abstract-section { background: var(--white); border-bottom: 1px solid var(--line); }
.abstract-section h2 { font-size: clamp(2.3rem, 4.5vw, 4rem); }
.abstract-text { max-width: 860px; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem !important; line-height: 1.8; color: #2e2b27; }


/* Public-language and paragraph-level translation layer, v2.6 */
.reader-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: .88rem;
}
.hero-lede strong { color: var(--ink); }

.hot-hand-section { background: var(--white); }
.hot-hand-section h2 { max-width: 860px; }
.question-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}
.question-grid article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}
.question-grid article.new-question {
  background: var(--deep);
  color: var(--white);
  box-shadow: var(--shadow);
}
.question-grid span {
  display: block;
  color: var(--signal-dark);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .72rem;
  font-weight: 800;
}
.question-grid .new-question span { color: #f0a69c; }
.question-grid h3 {
  margin: 14px 0 12px;
  font-family: Georgia, serif;
  font-size: clamp(1.55rem, 2.7vw, 2.25rem);
  line-height: 1.15;
}
.question-grid p { margin-bottom: 0; }
.question-grid .new-question p { color: #d4d0c8; }

.language-switch { margin: 24px 0 8px; }
.translation-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 18px;
  margin-bottom: 12px;
}
.translation-scope {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .62rem;
  font-weight: 850;
}
.plain-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 39px;
  padding: 6px 13px 6px 7px;
  border: 1px solid rgba(21,21,21,.26);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: .76rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 5px 16px rgba(21,21,21,.07);
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.plain-toggle::after {
  content: "→";
  color: var(--signal-dark);
  font-size: .9rem;
  transition: transform .18s ease;
}
.plain-toggle[aria-pressed="true"]::after { content: "↺"; }
.plain-toggle:hover, .plain-toggle:focus-visible {
  transform: translateY(-1px);
  background: #fff;
  border-color: var(--signal);
  box-shadow: 0 8px 20px rgba(21,21,21,.1);
  outline: none;
}
.plain-toggle:hover::after { transform: translateX(2px); }
.plain-toggle[aria-pressed="true"]:hover::after { transform: rotate(-28deg); }
.plain-toggle-icon {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  flex: 0 0 27px;
  border-radius: 50%;
  background: var(--signal);
  color: white;
  font-family: Georgia, serif;
  font-size: .72rem;
  letter-spacing: -.04em;
}
.language-copy {
  position: relative;
  padding: 16px 18px;
  border-left: 3px solid rgba(185,58,47,.58);
  background: rgba(255,255,255,.32);
  transition: opacity .14s ease, transform .14s ease;
}
.language-copy.is-switching {
  opacity: 0;
  transform: translateY(3px);
}
.language-copy p:first-child, .language-copy blockquote:first-child { margin-top: 0; }
.language-copy p:last-child, .language-copy blockquote:last-child { margin-bottom: 0; }
.plain-version { color: inherit; }
.card-language-switch { margin-top: 18px; }
.card-language-switch .translation-toolbar { align-items: flex-start; }
.card-language-switch .translation-scope { max-width: 170px; }
.card-language-switch .plain-toggle { width: 100%; justify-content: flex-start; }
.compact-language-switch { margin: 22px 0; }
.definition-language-switch { margin: 35px 0 55px; }
.definition-language-switch .translation-scope { color: #bdb9b0; }
.definition-language-switch .plain-toggle {
  color: var(--white);
  border-color: rgba(255,255,255,.3);
  background: rgba(255,255,255,.08);
  box-shadow: none;
}
.definition-language-switch .plain-toggle:hover,
.definition-language-switch .plain-toggle:focus-visible {
  background: rgba(255,255,255,.15);
  border-color: #f0a69c;
}
.definition-language-switch .language-copy {
  padding: 0;
  border-left: 0;
  background: transparent;
}
.definition-language-switch blockquote { margin: 22px 0 0; }
.dark-section .plain-version { color: var(--white); }

@media (max-width: 900px) {
  .question-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .translation-toolbar { align-items: flex-start; }
  .translation-scope { width: 100%; }
  .plain-toggle { width: 100%; justify-content: flex-start; }
}

/* Randomized opening sports quotation, v2.5 */
.js body.intro-active { overflow: hidden; }
.intro-splash { display: none; }
.js .intro-splash {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--deep);
  color: var(--white);
  opacity: 1;
  visibility: visible;
  transition: opacity .9s cubic-bezier(.4, 0, .2, 1), visibility 0s linear .9s;
}
.js .intro-splash::before,
.js .intro-splash::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(240, 166, 156, .16);
  border-radius: 50%;
  pointer-events: none;
}
.js .intro-splash::before {
  width: min(72vw, 850px);
  height: min(72vw, 850px);
  right: -24vw;
  top: -36vw;
  box-shadow: 0 0 0 90px rgba(185, 58, 47, .025), 0 0 0 180px rgba(185, 58, 47, .018);
}
.js .intro-splash::after {
  width: min(44vw, 520px);
  height: min(44vw, 520px);
  left: -22vw;
  bottom: -26vw;
}
.intro-splash-inner {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100% - 48px));
  text-align: center;
}
.intro-quote {
  margin: 0;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .9s ease, transform .9s cubic-bezier(.22, 1, .36, 1);
}
.intro-quote p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5.6vw, 5.6rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.intro-quote.is-long p {
  font-size: clamp(1.9rem, 4.6vw, 4.65rem);
  line-height: 1.11;
}
.intro-quote.is-xlong p {
  font-size: clamp(1.65rem, 3.8vw, 3.75rem);
  line-height: 1.14;
}
.intro-quote cite {
  display: block;
  margin-top: 28px;
  color: #d5cec2;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(.78rem, 1.4vw, .95rem);
  font-style: normal;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.intro-splash.is-visible .intro-quote {
  opacity: 1;
  transform: translateY(0);
}
.intro-splash.is-leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.intro-splash.is-leaving .intro-quote {
  opacity: 0;
  transform: translateY(-12px);
  transition-duration: .65s;
}
.intro-skip {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  padding: 8px 12px;
  border: 0;
  background: transparent;
  color: rgba(255, 253, 248, .62);
  font: inherit;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  transition: opacity .5s ease, color .2s ease;
}
.intro-splash.is-visible .intro-skip { opacity: 1; }
.intro-skip:hover,
.intro-skip:focus-visible {
  color: var(--white);
  outline: 1px solid rgba(255, 255, 255, .45);
  outline-offset: 4px;
}

@media (max-width: 540px) {
  .intro-splash-inner { width: min(100% - 34px, 620px); }
  .intro-quote p { font-size: clamp(2rem, 10vw, 3.2rem); }
  .intro-quote.is-long p { font-size: clamp(1.7rem, 8.4vw, 2.8rem); }
  .intro-quote.is-xlong p { font-size: clamp(1.45rem, 7.2vw, 2.35rem); }
  .intro-skip { right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .js .intro-splash { transition-duration: .15s; }
  .intro-quote { transition-duration: .15s; transform: none; }
  .intro-splash.is-leaving .intro-quote { transform: none; }
}
