@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

img, svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

body {
  background: #ede5d3;
  color: #14110d;
  font-family: "Newsreader", Georgia, serif;
  font-size: 18px;
  line-height: 1.55;
  font-feature-settings: "ss01", "kern", "liga";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.045 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 200px 200px;
  background-blend-mode: multiply;
}

::selection {
  background: #d9341a;
  color: #f4eedf;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

.status {
  background: #14110d;
  color: #f4eedf;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
.status__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 8px clamp(20px, 4vw, 56px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}
.status__brand {
  color: #d9341a;
  font-weight: 600;
  text-decoration: none;
}
.status a.status__brand:hover {
  color: #f4eedf;
}
.status__sep {
  opacity: 0.45;
}
.status__live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d9341a;
}
.status__live .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d9341a;
  box-shadow: 0 0 0 0 rgba(217, 52, 26, 0.9);
  animation: pulse 1.6s infinite;
}
.status__spacer {
  flex: 1 1 auto;
}
.status__weather {
  color: rgba(244, 238, 223, 0.75);
  text-transform: none;
  letter-spacing: 0;
  font-style: italic;
  font-family: "Newsreader", Georgia, serif;
  font-size: 13px;
}
.status__weather strong {
  color: #d9341a;
  font-style: normal;
  font-weight: 600;
}
.status em {
  font-style: italic;
  color: #f4eedf;
  opacity: 0.9;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(217, 52, 26, 0.55);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(217, 52, 26, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(217, 52, 26, 0);
  }
}
.masthead {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px) clamp(20px, 4vw, 56px) clamp(12px, 2vw, 22px);
  text-align: center;
}
.masthead__rule {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #6f6657;
}
.masthead__rule .dash {
  flex: 0 1 90px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}
.masthead__rule--lower {
  margin-top: 8px;
}
.masthead__title {
  margin: 6px 0 4px;
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(80px, 22vw, 320px);
  line-height: 0.82;
  letter-spacing: -0.04em;
  font-variation-settings: "opsz" 144;
  color: #14110d;
}
.masthead__title .word {
  display: inline-block;
}
.masthead__title .word--em em {
  font-style: italic;
  font-weight: 300;
  font-variation-settings: "opsz" 144, "SOFT" 100;
}
.masthead__motto {
  margin-top: 18px;
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-size: 16px;
  color: #6f6657;
}

.nav {
  border-top: 1px solid #2a261e;
  border-bottom: 3px double #2a261e;
  background: #ede5d3;
  position: sticky;
  top: 0;
  z-index: 30;
}
.nav ul {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(12px, 2.4vw, 28px);
}
.nav li {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.nav a {
  display: inline-block;
  padding: 14px 0;
  text-decoration: none;
  color: #14110d;
  border-bottom: 2px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.nav a:hover {
  color: #d9341a;
  border-bottom-color: #d9341a;
}
.nav a.is-current {
  color: #d9341a;
  border-bottom-color: #d9341a;
}
.nav__push {
  margin-left: auto;
}
.nav__sub {
  color: #f4eedf !important;
  background: #14110d;
  padding: 6px 12px !important;
  border-radius: 1px;
}
.nav__sub:hover {
  background: #d9341a;
  border-bottom-color: transparent !important;
}

.ticker {
  display: flex;
  align-items: stretch;
  background: #14110d;
  color: #f4eedf;
  border-bottom: 1px solid #000;
  overflow: hidden;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 13px;
}
.ticker__label {
  flex: 0 0 auto;
  padding: 10px 18px;
  background: #d9341a;
  color: #f4eedf;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  align-items: center;
  position: relative;
}
.ticker__label::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #d9341a;
  transform: translateY(50%);
}
.ticker__viewport {
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  padding-left: 18px;
  mask-image: linear-gradient(to right, transparent 0, #000 30px, #000 calc(100% - 60px), transparent 100%);
}
.ticker__track {
  display: inline-flex;
  gap: 42px;
  padding: 10px 0;
  white-space: nowrap;
  animation: marquee 70s linear infinite;
}
.ticker__item {
  color: rgba(244, 238, 223, 0.92);
}
.ticker__item a {
  color: inherit;
  text-decoration: none;
}
.ticker__item:hover, .ticker__item a:hover {
  color: #d9341a;
}
.ticker__item--hot a {
  color: #d9341a;
}
.ticker__item--hot a strong {
  color: #f4eedf;
  background: #d9341a;
  padding: 1px 6px;
}
.ticker__item--hot a:hover strong {
  background: #f4eedf;
  color: #d9341a;
}

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.section-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin: clamp(48px, 6vw, 80px) 0 clamp(20px, 2.6vw, 32px);
  padding-bottom: 6px;
  border-bottom: 1px solid #2a261e;
}
.section-head__num {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  color: #d9341a;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.section-head__title {
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 44px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1;
}
.section-head__rule {
  flex: 1 1 auto;
  height: 0;
  border-top: 1px solid #2a261e;
  margin: 0 6px;
  align-self: center;
  opacity: 0.5;
}
.section-head__date {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #6f6657;
}
.section-head--inverse {
  color: #f4eedf;
  border-bottom-color: rgba(244, 238, 223, 0.35);
}
.section-head--inverse .section-head__num {
  color: #d9341a;
}
.section-head--inverse .section-head__date {
  color: rgba(244, 238, 223, 0.7);
}
.section-head--inverse .section-head__rule {
  border-top-color: rgba(244, 238, 223, 0.3);
}

.block {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}
.block--inverse {
  background: #14110d;
  color: #f4eedf;
  max-width: none;
  padding: 0 clamp(20px, 4vw, 56px) clamp(60px, 7vw, 100px);
  margin-top: clamp(60px, 7vw, 100px);
}
.block--inverse .section-head {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.block--inverse .numbers {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #d9341a;
  margin-bottom: 18px;
}
.kicker__num {
  font-weight: 600;
}
.kicker__pipe {
  width: 22px;
  height: 1px;
  background: #d9341a;
}
.kicker__cat {
  color: #14110d;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 64px);
  padding: clamp(36px, 5vw, 64px) 0 clamp(24px, 3vw, 40px);
  border-bottom: 3px double #2a261e;
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }
}
.hero__main {
  min-width: 0;
}
.hero__headline {
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(44px, 7.4vw, 116px);
  line-height: 0.94;
  letter-spacing: -0.025em;
  margin: 0 0 22px;
  font-variation-settings: "opsz" 144, "SOFT" 30;
}
.hero__headline em {
  font-style: italic;
  font-weight: 300;
  color: #d9341a;
}
.hero__dek {
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 300;
  line-height: 1.38;
  color: #2a261e;
  margin: 0 0 22px;
  max-width: 30em;
  font-style: italic;
}
.hero__meta {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6f6657;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  border-top: 1px solid #2a261e;
  border-bottom: 1px solid #2a261e;
  padding: 10px 0;
  margin-bottom: 28px;
}
.hero__meta strong {
  color: #14110d;
  font-weight: 600;
}
.hero__meta-sep {
  opacity: 0.5;
}
.hero__art {
  color: #14110d;
  margin: 8px 0 22px;
  border-top: 1px solid #2a261e;
  border-bottom: 1px solid #2a261e;
  padding: 18px 0;
}
.hero__art svg {
  width: 100%;
  height: auto;
}
.hero__lede {
  font-family: "Newsreader", Georgia, serif;
  font-size: 18.5px;
  line-height: 1.6;
  color: #2a261e;
  max-width: 36em;
  margin: 0 0 18px;
}
.hero__lede em {
  color: #14110d;
  font-style: italic;
}
.hero__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #d9341a;
  text-decoration: none;
  border-bottom: 1px solid #d9341a;
  padding-bottom: 4px;
  transition: gap 0.2s ease;
}
.hero__more:hover {
  gap: 16px;
}
.hero__more .arrow {
  font-size: 14px;
}

.dropcap {
  float: left;
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 5.4em;
  line-height: 0.85;
  padding: 6px 12px 0 0;
  color: #d9341a;
  font-variation-settings: "opsz" 144, "SOFT" 80;
}

.wire {
  border-left: 1px solid #2a261e;
  padding-left: clamp(20px, 2.4vw, 32px);
  position: relative;
  align-self: start;
}
@media (max-width: 900px) {
  .wire {
    border-left: none;
    border-top: 3px double #2a261e;
    padding-left: 0;
    padding-top: 24px;
    margin-top: 12px;
  }
}
.wire__head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #d9341a;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2a261e;
}
.wire__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9341a;
  box-shadow: 0 0 0 0 rgba(217, 52, 26, 0.6);
  animation: pulse 1.4s infinite;
}
.wire__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.wire__list li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(42, 38, 30, 0.35);
}
.wire__list li:last-child {
  border-bottom: none;
}
.wire__list .wire__hot {
  background: rgba(217, 52, 26, 0.07);
  margin: 0 -10px;
  padding: 12px 10px;
  border-bottom: 1px solid rgba(217, 52, 26, 0.3);
}
.wire__list .wire__hot time {
  color: #d9341a;
  font-weight: 600;
}
.wire__list .wire__hot a {
  color: #14110d;
}
.wire__list .wire__hot strong {
  color: #d9341a;
  font-weight: 600;
}
.wire__list time {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  color: #d9341a;
  letter-spacing: 0.06em;
}
.wire__list a {
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.25;
  text-decoration: none;
  color: #14110d;
  letter-spacing: -0.005em;
}
.wire__list a:hover {
  color: #d9341a;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wire__more {
  display: inline-block;
  margin-top: 14px;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #14110d;
  text-decoration: none;
  border-bottom: 1px solid #14110d;
  padding-bottom: 2px;
}
.wire__more:hover {
  color: #d9341a;
  border-color: #d9341a;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  gap: 0;
  border-top: 1px solid #2a261e;
}
@media (max-width: 900px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}

.card {
  position: relative;
  padding: 24px clamp(16px, 1.6vw, 28px) 28px;
  border-bottom: 1px solid #2a261e;
  border-right: 1px solid #2a261e;
  background: transparent;
  transition: background 0.25s ease;
}
.card:nth-child(3n) {
  border-right: none;
}
@media (max-width: 900px) {
  .card:nth-child(3n) {
    border-right: 1px solid #2a261e;
  }
  .card:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 600px) {
  .card {
    border-right: none !important;
  }
}
.card:hover {
  background: rgba(227, 217, 193, 0.7);
}
.card:hover .card__title a {
  color: #d9341a;
}
.card__num {
  position: absolute;
  top: 16px;
  right: 18px;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  color: #6f6657;
  letter-spacing: 0.1em;
}
.card__kicker {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #d9341a;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(42, 38, 30, 0.35);
}
.card__title {
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0 0 12px;
}
.card__title em {
  font-style: italic;
  color: #d9341a;
  font-weight: 300;
}
.card__title a {
  text-decoration: none;
  color: #14110d;
  background-image: linear-gradient(to right, #d9341a, #d9341a);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.35s ease, color 0.25s ease;
}
.card__title a:hover {
  background-size: 100% 1px;
}
.card__dek {
  font-family: "Newsreader", Georgia, serif;
  font-size: 15.5px;
  line-height: 1.5;
  color: #2a261e;
  margin: 0 0 14px;
}
.card__meta {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6f6657;
}
.card__meta strong {
  color: #14110d;
  font-weight: 600;
}
.card__art {
  margin-top: 16px;
  padding: 12px;
  background: #14110d;
  color: #f4eedf;
}
.card__art svg {
  width: 100%;
  height: auto;
}
.card--feature {
  grid-column: span 2;
  background: #f4eedf;
}
@media (max-width: 900px) {
  .card--feature {
    grid-column: span 2;
  }
}
@media (max-width: 600px) {
  .card--feature {
    grid-column: auto;
  }
}
.card--feature .card__title {
  font-size: clamp(28px, 3vw, 40px);
}

.analysis {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 64px);
  padding-top: 8px;
}
@media (max-width: 900px) {
  .analysis {
    grid-template-columns: 1fr;
  }
}
.analysis__main {
  min-width: 0;
}
.analysis__title {
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 300;
  font-size: clamp(40px, 5.6vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.022em;
  margin: 6px 0 18px;
  font-variation-settings: "opsz" 144;
}
.analysis__title em {
  font-style: italic;
  color: #d9341a;
}
.analysis__stand {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.35;
  color: #2a261e;
  max-width: 32em;
  margin: 0 0 18px;
  font-weight: 300;
}
.analysis__meta {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #6f6657;
  margin-bottom: 28px;
}
.analysis__meta strong {
  color: #14110d;
}
.analysis__body {
  font-family: "Newsreader", Georgia, serif;
  font-size: 18px;
  line-height: 1.65;
  color: #2a261e;
  max-width: 36em;
  margin: 0 0 16px;
}
.analysis__body a {
  color: #d9341a;
  text-decoration: none;
  border-bottom: 1px solid #d9341a;
}
.analysis__body a:hover {
  background: #d9341a;
  color: #f4eedf;
}
.analysis__side {
  min-width: 0;
}

.pullquote {
  margin: 28px 0;
  padding: 14px 18px 22px 0;
  border-top: 3px double #2a261e;
  border-bottom: 3px double #2a261e;
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.18;
  color: #14110d;
  position: relative;
}
.pullquote__open, .pullquote__close {
  color: #d9341a;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 0;
  vertical-align: -0.1em;
}
.pullquote cite {
  display: block;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(42, 38, 30, 0.25);
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #6f6657;
}

.side-block {
  border-top: 3px double #2a261e;
  padding: 18px 0 22px;
}
.side-block__head {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #d9341a;
  margin-bottom: 14px;
}
.side-block__body {
  font-family: "Newsreader", Georgia, serif;
  font-size: 15.5px;
  line-height: 1.55;
  color: #2a261e;
  margin: 0 0 12px;
}
.side-block__link {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #14110d;
  text-decoration: none;
  border-bottom: 1px solid #14110d;
  padding-bottom: 2px;
}
.side-block__link:hover {
  color: #d9341a;
  border-color: #d9341a;
}
.side-block--alt {
  background: #f4eedf;
  padding: 18px;
  border: 1px solid #2a261e;
  border-top-width: 3px;
}

.side-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: side;
}
.side-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(42, 38, 30, 0.35);
}
.side-list li:last-child {
  border-bottom: none;
}
.side-list__num {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-style: italic;
  font-size: 13px;
  color: #d9341a;
}
.side-list__by {
  display: block;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #6f6657;
  margin-top: 6px;
}
.side-list a {
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.25;
  color: #14110d;
  text-decoration: none;
  letter-spacing: -0.005em;
}
.side-list a strong {
  font-weight: 500;
}
.side-list a:hover {
  color: #d9341a;
}

.numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(244, 238, 223, 0.25);
  border-left: 1px solid rgba(244, 238, 223, 0.25);
}
@media (max-width: 800px) {
  .numbers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .numbers {
    grid-template-columns: 1fr;
  }
}

.num {
  margin: 0;
  padding: 32px clamp(18px, 2vw, 30px) 30px;
  border-right: 1px solid rgba(244, 238, 223, 0.25);
  border-bottom: 1px solid rgba(244, 238, 223, 0.25);
  position: relative;
}
.num__big {
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(64px, 9vw, 132px);
  line-height: 0.86;
  letter-spacing: -0.04em;
  color: #f4eedf;
  margin-bottom: 14px;
  font-variation-settings: "opsz" 144;
}
.num__suffix {
  font-style: normal;
  font-weight: 400;
  color: #d9341a;
  margin-left: 4px;
  font-size: 0.7em;
}
.num figcaption {
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(244, 238, 223, 0.82);
  max-width: 22em;
}
.num figcaption em {
  font-style: italic;
  color: #f4eedf;
}
.num__note {
  display: inline-block;
  margin-left: 4px;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #d9341a;
}

.signals {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid #2a261e;
}
@media (max-width: 700px) {
  .signals {
    grid-template-columns: 1fr;
  }
}

.signal {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  align-items: baseline;
  padding: 16px clamp(16px, 1.6vw, 24px);
  border-bottom: 1px solid #2a261e;
  border-right: 1px solid #2a261e;
  background: transparent;
  transition: background 0.25s ease;
}
.signal:nth-child(2n) {
  border-right: none;
}
@media (max-width: 700px) {
  .signal {
    border-right: none;
  }
}
.signal:hover {
  background: #f4eedf;
}
.signal__tag {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #d9341a;
  border: 1px solid #d9341a;
  padding: 3px 8px;
  align-self: center;
  justify-self: start;
  border-radius: 1px;
  white-space: nowrap;
}
.signal a {
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.25;
  text-decoration: none;
  color: #14110d;
  letter-spacing: -0.005em;
}
.signal a:hover {
  color: #d9341a;
}

.newsletter {
  margin: clamp(40px, 5vw, 70px) 0 0;
  padding: clamp(32px, 4vw, 56px) clamp(24px, 3vw, 44px);
  background: #14110d;
  color: #f4eedf;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.newsletter::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(244, 238, 223, 0.08) 1px, transparent 0);
  background-size: 14px 14px;
  pointer-events: none;
}
@media (max-width: 800px) {
  .newsletter {
    grid-template-columns: 1fr;
  }
}
.newsletter__copy {
  position: relative;
  z-index: 1;
}
.newsletter__title {
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 300;
  font-size: clamp(30px, 3.4vw, 50px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 6px 0 14px;
}
.newsletter__title em {
  font-style: italic;
  color: #d9341a;
}
.newsletter__dek {
  font-family: "Newsreader", Georgia, serif;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(244, 238, 223, 0.8);
  margin: 0;
  max-width: 32em;
}
.newsletter__dek strong {
  color: #d9341a;
  font-weight: 500;
}
.newsletter__form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}
.newsletter__form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(244, 238, 223, 0.65);
}
.newsletter__form input {
  font-family: "Newsreader", Georgia, serif;
  font-size: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(244, 238, 223, 0.25);
  background: rgba(244, 238, 223, 0.04);
  color: #f4eedf;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.newsletter__form input::placeholder {
  color: rgba(244, 238, 223, 0.4);
  font-style: italic;
}
.newsletter__form input:focus {
  border-color: #d9341a;
  background: rgba(217, 52, 26, 0.08);
}
.newsletter__form button {
  cursor: pointer;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 14px 20px;
  background: #d9341a;
  color: #f4eedf;
  border: none;
  transition: transform 0.15s ease, background 0.15s ease;
}
.newsletter__form button:hover {
  background: rgb(229.7061728395, 69.187654321, 43.8938271605);
  transform: translateY(-1px);
}
.newsletter__fine {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10.5px;
  color: rgba(244, 238, 223, 0.55);
  line-height: 1.4;
  margin: 4px 0 0;
}

.colophon {
  margin-top: clamp(60px, 7vw, 100px);
  padding: clamp(40px, 5vw, 70px) clamp(20px, 4vw, 56px) clamp(32px, 4vw, 50px);
  background: #ede5d3;
  border-top: 3px double #2a261e;
}
.colophon__top {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 2fr);
  gap: clamp(28px, 4vw, 60px);
}
@media (max-width: 800px) {
  .colophon__top {
    grid-template-columns: 1fr;
  }
}
.colophon__logo {
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: #14110d;
  text-decoration: none;
  display: inline-block;
}
.colophon__logo em {
  font-style: italic;
  font-weight: 300;
  color: #d9341a;
}
.colophon__logo:hover em {
  color: #14110d;
}
.colophon__logo:hover {
  color: #d9341a;
}
.colophon__tag {
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-size: 14px;
  color: #6f6657;
  margin: 14px 0 0;
  line-height: 1.5;
}
.colophon__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2vw, 40px);
}
@media (max-width: 600px) {
  .colophon__cols {
    grid-template-columns: 1fr 1fr;
  }
}
.colophon__cols h5 {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #d9341a;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2a261e;
}
.colophon__cols ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.colophon__cols a {
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: 16px;
  text-decoration: none;
  color: #14110d;
  letter-spacing: -0.005em;
}
.colophon__cols a span {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  color: #6f6657;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-left: 4px;
}
.colophon__cols a:hover {
  color: #d9341a;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.colophon__rule {
  max-width: 1320px;
  margin: clamp(36px, 4vw, 56px) auto clamp(20px, 2vw, 28px);
  height: 0;
  border-top: 3px double #2a261e;
}
.colophon__bottom {
  max-width: 1320px;
  margin: 0 auto;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  line-height: 1.6;
  color: #6f6657;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.colophon__bottom p {
  margin: 0 0 8px;
}
.colophon__bottom strong {
  color: #14110d;
  font-weight: 500;
}
.colophon__bottom .dot-sep {
  color: #d9341a;
  padding: 0 6px;
}
.colophon__disclaimer {
  text-transform: none;
  letter-spacing: 0;
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-size: 13px;
  color: #6f6657;
  margin-top: 12px !important;
  max-width: 60em;
}

.hero__headline a {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(to right, #d9341a, #d9341a);
  background-size: 0 3px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.5s ease;
}
.hero__headline a:hover {
  background-size: 100% 3px;
}

.page-article {
  background-color: #ede5d3;
}

.article-mast {
  background: #ede5d3;
  border-bottom: 1px solid #2a261e;
}
.article-mast__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(14px, 2vw, 22px) clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}
.article-mast__logo {
  justify-self: start;
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #14110d;
  text-decoration: none;
}
.article-mast__logo em {
  font-style: italic;
  font-weight: 300;
  color: #d9341a;
}
.article-mast__center {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #6f6657;
  text-align: center;
}
.article-mast__sub {
  justify-self: end;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #f4eedf;
  background: #14110d;
  padding: 8px 14px;
  text-decoration: none;
  transition: background 0.15s ease;
}
.article-mast__sub:hover {
  background: #d9341a;
}
@media (max-width: 700px) {
  .article-mast__inner {
    grid-template-columns: 1fr auto;
  }
  .article-mast__center {
    display: none;
  }
}

.article-hero {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 56px) clamp(20px, 4vw, 56px) clamp(20px, 2.4vw, 36px);
  border-bottom: 3px double #2a261e;
}
.article-hero__breadcrumbs {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #6f6657;
  margin-bottom: 22px;
}
.article-hero__breadcrumbs a {
  color: #6f6657;
  text-decoration: none;
}
.article-hero__breadcrumbs a:hover {
  color: #d9341a;
}
.article-hero__breadcrumbs > span {
  padding: 0 6px;
  opacity: 0.55;
}
.article-hero__title {
  font-family: "Fraunces", "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(40px, 7.4vw, 116px);
  line-height: 0.94;
  letter-spacing: -0.025em;
  margin: 6px 0 22px;
  font-variation-settings: "opsz" 144, "SOFT" 30;
  max-width: 14em;
}
.article-hero__title em {
  font-style: italic;
  font-weight: 300;
  color: #d9341a;
}
.article-hero__dek {
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 300;
  line-height: 1.36;
  color: #2a261e;
  margin: 0 0 28px;
  max-width: 30em;
  font-style: italic;
}
.article-hero__byline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px 24px;
  padding: 12px 0;
  border-top: 1px solid #2a261e;
  border-bottom: 1px solid #2a261e;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6f6657;
}
.article-hero__byline strong {
  color: #14110d;
  font-weight: 600;
}
.article-hero__byline .byline-by {
  color: #6f6657;
}
.article-hero__byline .byline-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.article-hero__byline .byline-meta .dot {
  color: #d9341a;
  opacity: 0.6;
}
.article-hero__art {
  margin: clamp(28px, 3.4vw, 44px) 0 0;
  padding: 0;
}
.article-hero__art figcaption {
  margin-top: 12px;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #6f6657;
}
.article-hero__art svg {
  width: 100%;
  height: auto;
  display: block;
  background: transparent;
}

.article-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 72px);
  padding: clamp(36px, 5vw, 64px) clamp(20px, 4vw, 56px);
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .article-grid {
    grid-template-columns: 1fr;
  }
}

.article-body {
  min-width: 0;
  max-width: 38em;
}
.article-body > p {
  font-family: "Newsreader", Georgia, serif;
  font-size: 19px;
  line-height: 1.65;
  color: #2a261e;
  margin: 0 0 20px;
  font-feature-settings: "ss01", "kern", "liga", "onum";
}
.article-body > p em {
  color: #14110d;
  font-style: italic;
}
.article-body > p.lede {
  font-size: 21px;
  line-height: 1.55;
}
.article-body h2 {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin: 44px 0 14px;
  color: #14110d;
  font-variation-settings: "opsz" 144;
}
.article-body h2 em {
  font-style: italic;
  color: #d9341a;
}
.article-body h2::before {
  content: "§ ";
  color: #d9341a;
  font-style: normal;
  font-weight: 400;
}
.article-body h3 {
  font-family: "Fraunces", "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  margin: 28px 0 10px;
  color: #14110d;
}
.article-body a:not(.article-body__signoff a) {
  color: #d9341a;
  text-decoration: none;
  border-bottom: 1px solid #d9341a;
  transition: background 0.15s, color 0.15s;
}
.article-body a:not(.article-body__signoff a):hover {
  background: #d9341a;
  color: #f4eedf;
}
.article-body__signoff {
  margin-top: 36px !important;
  padding-top: 18px;
  border-top: 1px solid #2a261e;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6f6657 !important;
}

.article-figure {
  margin: 28px 0 32px;
  padding: 22px 24px 18px;
  background: #14110d;
  color: #f4eedf;
  border-radius: 1px;
  position: relative;
}
.article-figure::before {
  content: "TERMINAL TRANSCRIPT";
  position: absolute;
  top: -10px;
  left: 18px;
  background: #d9341a;
  color: #f4eedf;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 3px 8px;
}
.article-figure pre {
  margin: 4px 0 0;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 13.5px;
  line-height: 1.65;
  white-space: pre-wrap;
  color: #f4eedf;
  overflow-x: auto;
}
.article-figure code {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
}
.article-figure .cb-prompt {
  color: #d9341a;
  font-weight: 600;
}
.article-figure .cb-claude {
  color: #9aff5e;
  font-weight: 600;
}
.article-figure .cb-meta {
  color: rgba(244, 238, 223, 0.55);
}
.article-figure figcaption {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(244, 238, 223, 0.25);
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(244, 238, 223, 0.6);
}

.article-aside {
  align-self: start;
  position: sticky;
  top: 70px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 900px) {
  .article-aside {
    position: static;
    top: auto;
  }
}

.aside-box {
  border-top: 3px double #2a261e;
  padding: 14px 0 4px;
}
.aside-box__head {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #d9341a;
  margin-bottom: 12px;
}
.aside-box > p {
  font-family: "Newsreader", Georgia, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.5;
  color: #2a261e;
  margin: 0 0 12px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin-bottom: 6px;
}
.tags a {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #14110d;
  border: 1px solid #2a261e;
  padding: 4px 10px;
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}
.tags a:hover {
  border-color: #d9341a;
  color: #d9341a;
  background: rgba(217, 52, 26, 0.06);
}

.status-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #2a261e;
}
.status-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
}
.status-list__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6f6657;
  flex: 0 0 auto;
}
.status-list__dot--alarm {
  background: #d9341a;
  box-shadow: 0 0 0 0 rgba(217, 52, 26, 0.6);
  animation: pulse 1.4s infinite;
}
.status-list__dot--mute {
  background: #6f6657;
}

.aside-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: aside;
}
.aside-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(42, 38, 30, 0.35);
  counter-increment: aside;
}
.aside-list li:last-child {
  border-bottom: none;
}
.aside-list li::before {
  content: counter(aside, decimal-leading-zero);
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  color: #d9341a;
  letter-spacing: 0.08em;
}
.aside-list li a {
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.25;
  color: #14110d;
  text-decoration: none;
  letter-spacing: -0.005em;
}
.aside-list li a:hover {
  color: #d9341a;
}

@media (max-width: 600px) {
  body {
    font-size: 17px;
  }
  .ticker__label {
    font-size: 10px;
    padding: 8px 12px;
  }
  .nav ul {
    gap: 14px;
    padding-bottom: 6px;
    padding-top: 6px;
  }
  .nav a {
    padding: 10px 0;
  }
  .hero__lede {
    font-size: 17px;
  }
  .dropcap {
    font-size: 4em;
  }
}
