:root {
  --rcs-font-body: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  --rcs-font-serif: "Source Serif 4", Georgia, serif;
  --rcs-font-display: "Playfair Display", Georgia, serif;
  --rcs-font-mono: "DM Mono", monospace;
  --rcs-bg: #090909;
  --rcs-surface: #141414;
  --rcs-surface-2: #1e1e1e;
  --rcs-paper: #f3eee6;
  --rcs-paper-2: #fbf8f2;
  --rcs-paper-rule: #d8d0c3;
  --rcs-ink: #151515;
  --rcs-ink-soft: #534c44;
  --rcs-ink-inverse: #f6f2ea;
  --rcs-ink-inverse-soft: rgba(246, 242, 234, 0.84);
  --rcs-ink-inverse-muted: rgba(246, 242, 234, 0.74);
  --rcs-red: #9e1c31;
  --rcs-red-bright: #b32439;
  --rcs-gold: #c89b3c;
  --rcs-gold-soft: #d7a644;
  --rcs-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
  --rcs-shell: min(1440px, calc(100vw - 64px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--rcs-bg);
  color: var(--rcs-ink);
  scroll-behavior: smooth;
}

body.rcs-figma-site {
  margin: 0;
  min-width: 320px;
  background: var(--rcs-bg);
  color: var(--rcs-ink);
  font-family: var(--rcs-font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.rcs2-shell {
  width: var(--rcs-shell);
  margin: 0 auto;
}

.rcs2-home {
  overflow-x: clip;
}

.rcs2-topbar {
  display: none;
  background: #f8f4ee;
  border-bottom: 1px solid var(--rcs-paper-rule);
}

.rcs2-topbar__inner,
.rcs2-topbar__nav,
.rcs2-topbar__meta {
  display: flex;
  align-items: center;
}

.rcs2-topbar__inner {
  justify-content: space-between;
  min-height: 42px;
  gap: 20px;
}

.rcs2-topbar__nav,
.rcs2-topbar__meta {
  gap: 22px;
}

.rcs2-topbar a,
.rcs2-topbar span {
  font-family: var(--rcs-font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rcs-ink-soft);
}

.rcs2-topbar__meta a {
  color: var(--rcs-ink);
}

.rcs2-masthead {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(9, 9, 9, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.rcs2-masthead__inner {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.rcs2-mobile-toggle {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.rcs2-mobile-toggle span {
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
}

.rcs2-wordmark {
  color: #fff;
  font-family: var(--rcs-font-display);
  font-size: clamp(28px, 4vw, 60px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
}

.rcs2-contact-dot {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #fff;
  display: block;
  flex: 0 0 auto;
}

.rcs2-breaking-bar {
  background: #0d0d0d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  overflow: hidden;
}

.rcs2-breaking-bar__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  position: relative;
}

.rcs2-breaking-bar__inner strong,
.rcs2-breaking-bar__track span {
  font-family: var(--rcs-font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rcs2-breaking-bar__inner strong {
  color: #ff4e4e;
  flex: 0 0 auto;
  min-width: 84px;
  position: relative;
  z-index: 3;
  background: #0d0d0d;
  padding-right: 10px;
  box-shadow: 12px 0 0 #0d0d0d;
}

.rcs2-breaking-bar__viewport {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  padding-left: 8px;
}

.rcs2-breaking-bar__viewport::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 24px;
  background: linear-gradient(90deg, #0d0d0d 0%, #0d0d0d 68%, rgba(13, 13, 13, 0) 100%);
  pointer-events: none;
  z-index: 2;
}

.rcs2-breaking-bar__track {
  display: flex;
  gap: 32px;
  white-space: nowrap;
  animation: rcs2Ticker 30s linear infinite;
  width: max-content;
}

.rcs2-hero {
  position: relative;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.26) 100%),
    var(--rcs2-hero-image) 58% center/cover no-repeat;
  overflow: hidden;
}

.rcs2-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 24%, rgba(255, 219, 165, 0.08), transparent 22%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.03) 48%, rgba(0, 0, 0, 0.3) 100%);
  pointer-events: none;
}

.rcs2-hero__grid {
  position: relative;
  z-index: 1;
  min-height: 720px;
  display: grid;
  align-items: stretch;
  gap: 32px;
  padding: 16px 0 40px;
}

.rcs2-hero__feature {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: end;
}

.rcs2-hero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 62px 0 18px 24px;
}

.rcs2-label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  font-family: var(--rcs-font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rcs2-label--hero,
.rcs2-label--news,
.rcs2-label--dark {
  color: #fff;
  background: var(--rcs-red);
}

.rcs2-hero h1 {
  margin: 16px 0 18px;
  max-width: 700px;
  color: #fff;
  font-family: var(--rcs-font-display);
  font-size: clamp(46px, 6.2vw, 82px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-wrap: balance;
}

.rcs2-hero__content p {
  margin: 0;
  max-width: 520px;
  color: rgba(246, 242, 234, 0.86);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.48;
}

.rcs2-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
}

.rcs2-hero__meta span {
  color: rgba(246, 242, 234, 0.88);
  font-family: var(--rcs-font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rcs2-hero__meta span+span::before,
.rcs2-news-card__meta span+span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--rcs-gold);
  vertical-align: middle;
}

.rcs2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 4px;
  background: var(--rcs-red);
  color: #fff;
  font-family: var(--rcs-font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease;
}

.rcs2-button:hover {
  transform: translateY(-1px);
  background: var(--rcs-red-bright);
}

.rcs2-button--hero {
  margin-top: 18px;
}

.rcs2-hero__rail {
  align-self: start;
  width: 100%;
  max-width: 340px;
  margin-left: auto;
  margin-top: 84px;
  padding: 18px 16px 16px;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.98) 0%, rgba(12, 12, 12, 0.97) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.rcs2-hero__rail-title {
  margin-bottom: 10px;
  color: var(--rcs-gold);
  font-family: var(--rcs-font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rcs2-hero__rail-note {
  margin: 0 0 14px;
  color: rgba(246, 242, 234, 0.84);
  font-size: 12px;
  line-height: 1.45;
}

.rcs2-hero__rail-list {
  display: grid;
  gap: 12px;
}

.rcs2-hero-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 10px;
  background: rgba(28, 28, 28, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  transition: background-color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.rcs2-hero-card:hover {
  background: rgba(42, 42, 42, 0.98);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateX(2px);
}

.rcs2-hero-card img {
  width: 96px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
}

.rcs2-hero-card__copy {
  min-width: 0;
}

.rcs2-hero-card__tag {
  color: #ef596e;
  font-family: var(--rcs-font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rcs2-hero-card strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-family: var(--rcs-font-display);
  font-size: 17px;
  line-height: 1.12;
}

.rcs2-hero-card__meta {
  display: inline-block;
  margin-top: 8px;
  color: rgba(246, 242, 234, 0.72);
  font-family: var(--rcs-font-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rcs2-hero__rail-link {
  display: inline-block;
  margin-top: 16px;
  color: rgba(246, 242, 234, 0.92);
  font-family: var(--rcs-font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rcs2-newsfeed {
  background: var(--rcs-paper);
  padding: 42px 0 64px;
}

.rcs2-section-head,
.rcs2-data__header {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 28px;
}

.rcs2-section-head span,
.rcs2-data__header span {
  width: 4px;
  height: 28px;
  background: var(--rcs-red);
  flex: 0 0 auto;
}

.rcs2-section-head h2,
.rcs2-data__header h2,
.rcs2-resources__help h2,
.rcs2-tracker__header h2,
.rcs2-footer__brand h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.rcs2-section-head h2 {
  font-size: 16px;
  text-transform: uppercase;
}

.rcs2-newsfeed__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 248px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.rcs2-newsfeed__column {
  display: grid;
  gap: 26px;
}

.rcs2-news-card {
  --rcs2-card-heading: var(--rcs-ink);
  --rcs2-card-copy: var(--rcs-ink-soft);
  --rcs2-card-meta: var(--rcs-ink-soft);
  padding-bottom: 22px;
  border-bottom: 1px solid var(--rcs-paper-rule);
}

.rcs2-news-card h3 {
  margin: 10px 0 10px;
  color: var(--rcs2-card-heading);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  line-height: 1.01;
  letter-spacing: -0.03em;
}

.rcs2-news-card h3 a {
  color: inherit;
  transition: color 180ms ease;
}

.rcs2-news-card p {
  margin: 0 0 12px;
  color: var(--rcs2-card-copy);
  font-size: 15px;
  line-height: 1.55;
}

.rcs2-news-card:hover h3 a {
  color: var(--rcs-red);
}

.rcs2-news-card--lead {
  padding-bottom: 28px;
}

.rcs2-news-card--lead h3 {
  margin-top: 12px;
  font-size: 44px;
  line-height: 0.95;
}

.rcs2-news-card--lead p {
  max-width: 34ch;
  font-size: 15px;
  line-height: 1.58;
}

.rcs2-news-card--secondary h3 {
  font-size: 24px;
  line-height: 1.02;
}

.rcs2-news-card--secondary p {
  font-size: 14px;
  line-height: 1.5;
}

.rcs2-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.rcs2-news-card__meta span {
  color: var(--rcs2-card-meta);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rcs2-hero__rail .rcs2-news-card,
.rcs2-tracker .rcs2-news-card,
.rcs2-footer .rcs2-news-card {
  --rcs2-card-heading: var(--rcs-ink-inverse);
  --rcs2-card-copy: var(--rcs-ink-inverse-soft);
  --rcs2-card-meta: var(--rcs-ink-inverse-muted);
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.rcs2-hero__rail .rcs2-news-card:hover h3 a,
.rcs2-tracker .rcs2-news-card:hover h3 a,
.rcs2-footer .rcs2-news-card:hover h3 a {
  color: var(--rcs-gold-soft);
}

.rcs2-stat-card {
  align-self: start;
  min-height: 330px;
  padding: 26px 22px;
  background: #fff;
  border: 1px solid var(--rcs-paper-rule);
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(32, 24, 12, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}

.rcs2-stat-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--rcs-red) 0%, rgba(158, 28, 49, 0) 70%);
}

.rcs2-stat-card__kicker {
  color: var(--rcs-red);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rcs2-stat-card__value {
  color: var(--rcs-red);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(72px, 7vw, 112px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.rcs2-stat-card h3 {
  margin: 18px auto 16px;
  max-width: 180px;
  color: var(--rcs-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  line-height: 1.12;
}

.rcs2-stat-card a,
.rcs2-resource-card a {
  color: var(--rcs-red);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rcs2-newsfeed__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
}

.rcs2-search {
  max-width: 360px;
  width: 100%;
}

.rcs2-search input,
.rcs2-resources__search input,
.rcs2-footer__newsletter input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--rcs-paper-rule);
  background: #fff;
  color: var(--rcs-ink);
}

.rcs2-tracker {
  background: #161616;
  padding: 74px 0 84px;
  color: #fff;
}

.rcs2-tracker__header {
  margin-bottom: 34px;
}

.rcs2-kicker {
  margin: 0 0 10px;
  color: var(--rcs-gold);
  font-family: "DM Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rcs2-tracker__header h2 {
  font-size: clamp(34px, 4.2vw, 72px);
  color: #fff;
  line-height: 0.98;
  max-width: 760px;
}

.rcs2-tracker__header p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 18px;
  line-height: 1.65;
}

.rcs2-tracker__timeline {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  padding: 0;
  margin: 0 0 36px;
}

.rcs2-tracker__timeline li {
  position: relative;
  padding-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.22);
}

.rcs2-tracker__timeline li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.rcs2-tracker__timeline li span {
  color: rgba(255, 255, 255, 0.66);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rcs2-tracker__timeline li.is-current {
  border-top-color: var(--rcs-red);
}

.rcs2-tracker__timeline li.is-current::before {
  background: var(--rcs-red);
  box-shadow: 0 0 0 8px rgba(158, 28, 49, 0.22);
}

.rcs2-tracker__timeline li.is-current span {
  color: #fff;
}

.rcs2-tracker__feature {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  padding: 38px;
  border: 1px solid rgba(215, 166, 68, 0.85);
  border-radius: 18px;
  background: #0f0f10;
}

.rcs2-tracker__feature img {
  width: 100%;
  aspect-ratio: 220 / 190;
  object-fit: cover;
  filter: grayscale(100%);
}

.rcs2-tracker__feature h3 {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 3vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.rcs2-tracker__status {
  margin: 0 0 18px;
  color: var(--rcs-red-bright);
  font-family: "DM Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rcs2-tracker__feature dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 24px;
}

.rcs2-tracker__feature dt {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.44);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rcs2-tracker__feature dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
}

.rcs2-tracker__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.rcs2-tracker-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #111;
}

.rcs2-tracker-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: grayscale(100%);
}

.rcs2-tracker-card__body {
  padding: 18px;
}

.rcs2-tracker-card__body h3 {
  margin: 12px 0 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  line-height: 1.02;
  color: #fff;
  letter-spacing: -0.03em;
}

.rcs2-tracker-card__body p {
  margin: 0;
  color: var(--rcs-gold);
  font-family: "DM Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rcs2-data {
  background: var(--rcs-paper);
  padding: 72px 0 84px;
}

.rcs2-data__header h2 {
  font-size: clamp(34px, 4vw, 68px);
  color: var(--rcs-ink);
}

.rcs2-data__header p {
  margin: 8px 0 0;
  color: var(--rcs-ink-soft);
  font-size: 18px;
}

.rcs2-data__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 44px;
}

.rcs2-metric-card {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--rcs-paper-rule);
  border-radius: 6px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.04);
}

.rcs2-metric-card strong {
  display: block;
  color: var(--rcs-red);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(44px, 4vw, 72px);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.rcs2-metric-card span {
  display: block;
  margin-top: 10px;
  color: var(--rcs-ink);
  font-family: "DM Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rcs2-data__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.95fr);
  gap: 30px;
}

.rcs2-chart-card,
.rcs2-insight-card,
.rcs2-resource-card {
  background: #fff;
  border: 1px solid var(--rcs-paper-rule);
  border-radius: 6px;
}

.rcs2-chart-card {
  padding: 32px;
}

.rcs2-chart-card h3 {
  margin: 0 0 26px;
  color: var(--rcs-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 2.4vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.rcs2-bars {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 14px;
  min-height: 320px;
}

.rcs2-bars__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.rcs2-bars__bar {
  width: 100%;
  max-width: 78px;
  height: max(88px, min(calc(var(--bar-height) * 2.15px), 260px));
  border-radius: 2px 2px 0 0;
  background: #1a1a1a;
  transform-origin: bottom center;
}

.rcs2-bars__item.is-highlight .rcs2-bars__bar {
  background: var(--rcs-red);
}

.rcs2-bars__item span {
  color: var(--rcs-ink-soft);
  font-family: "DM Mono", monospace;
  font-size: 12px;
}

.rcs2-data__insights {
  display: grid;
  gap: 18px;
}

.rcs2-insight-card {
  padding: 24px;
}

.rcs2-insight-card span {
  color: var(--rcs-red);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rcs2-insight-card h3 {
  margin: 12px 0 10px;
  color: var(--rcs-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.rcs2-insight-card p {
  margin: 0;
  color: var(--rcs-ink-soft);
  font-size: 15px;
  line-height: 1.55;
}

.rcs2-insight-card.is-dark {
  background: #171717;
  border-color: #171717;
}

.rcs2-insight-card.is-dark span,
.rcs2-insight-card.is-dark h3 {
  color: #fff;
}

.rcs2-insight-card.is-dark p {
  color: rgba(255, 255, 255, 0.66);
}

.rcs2-resources {
  background: #1c1c1c;
  padding-top: 44px;
}

.rcs2-resources__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: 30px;
  align-items: end;
  padding: 0 0 64px;
}

.rcs2-resources__search-copy {
  max-width: 620px;
}

.rcs2-resources__search-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--rcs-gold);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rcs2-resources__search p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.5;
}

.rcs2-resources__search h2 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 4vw, 62px);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.rcs2-resources__search form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 0;
  padding: 10px;
  background: linear-gradient(180deg, rgba(27, 27, 29, 0.96) 0%, rgba(17, 17, 18, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.rcs2-resources__search input {
  min-height: 62px;
  border: 0;
  background: #0f0f10;
  color: #fff;
  border-radius: 6px 0 0 6px;
  outline: none;
}

.rcs2-resources__search input:-webkit-autofill,
.rcs2-resources__search input:-webkit-autofill:hover,
.rcs2-resources__search input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #0f0f10 inset;
  box-shadow: 0 0 0 1000px #0f0f10 inset;
  transition: background-color 9999s ease-in-out 0s;
}

.rcs2-resources__search button,
.rcs2-footer__newsletter button {
  min-height: 58px;
  border: 0;
  background: var(--rcs-red);
  color: #fff;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.rcs2-resources__search button {
  min-height: 62px;
  border-radius: 0 6px 6px 0;
}

.rcs2-resources__help {
  padding: 68px 24px 78px;
  background: var(--rcs-paper);
}

.rcs2-resources__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 34px;
}

.rcs2-resources__header {
  max-width: 660px;
}

.rcs2-resources__eyebrow,
.rcs2-hotline__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--rcs-red);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rcs2-resources__help h2 {
  font-size: clamp(34px, 4vw, 64px);
  color: var(--rcs-ink);
}

.rcs2-resources__help p {
  margin: 10px 0 0;
  color: var(--rcs-ink-soft);
  font-size: 18px;
}

.rcs2-hotline {
  padding: 28px 30px;
  background: var(--rcs-red);
  border: 2px solid var(--rcs-gold);
  border-radius: 6px;
  color: #fff;
  box-shadow: 0 18px 42px rgba(123, 14, 35, 0.18);
  align-self: start;
}

.rcs2-hotline__eyebrow {
  color: rgba(255, 255, 255, 0.84);
}

.rcs2-hotline strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.rcs2-hotline p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.88);
}

.rcs2-resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.rcs2-resource-card {
  min-height: 214px;
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  border-top: 3px solid rgba(158, 28, 49, 0.18);
  box-shadow: 0 12px 28px rgba(33, 23, 12, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.rcs2-resource-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(33, 23, 12, 0.08);
  border-top-color: var(--rcs-red);
}

.rcs2-resource-card span {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 26px;
  padding: 0 12px;
  color: var(--rcs-red);
  background: rgba(158, 28, 49, 0.07);
  border: 1px solid rgba(158, 28, 49, 0.12);
  border-radius: 999px;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rcs2-resource-card h3 {
  margin: 16px 0 12px;
  color: var(--rcs-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.rcs2-resource-card p {
  margin: 0 0 18px;
  color: var(--rcs-ink-soft);
  font-size: 15px;
  line-height: 1.6;
  max-width: 40ch;
}

.rcs2-resource-card a {
  margin-top: auto;
}

.rcs2-footer {
  background: #0d0d0d;
  color: #fff;
  padding: 56px 0 36px;
}

.rcs2-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rcs2-footer__brand h2 {
  font-size: clamp(30px, 4vw, 58px);
  text-transform: uppercase;
}

.rcs2-footer__brand p,
.rcs2-footer__newsletter span,
.rcs2-footer__bottom p,
.rcs2-footer__bottom a {
  color: rgba(255, 255, 255, 0.68);
}

.rcs2-footer__brand p {
  max-width: 540px;
  font-size: 18px;
  line-height: 1.6;
}

.rcs2-footer__newsletter span {
  display: block;
  margin-bottom: 14px;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rcs2-footer__newsletter form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
}

.rcs2-footer__newsletter input {
  border-color: rgba(255, 255, 255, 0.16);
  background: #121212;
  color: #fff;
}

.rcs2-footer__links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  padding: 32px 0;
}

.rcs2-footer__column h3 {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
}

.rcs2-footer__column a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.rcs2-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.rcs2-footer__bottom div {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.rcs2-mobile-panel {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(420px, 100vw);
  transform: translateX(100%);
  transition: transform 220ms ease;
  background: rgba(9, 9, 9, 0.98);
  z-index: 80;
}

.rcs2-mobile-panel.is-open {
  transform: translateX(0);
}

.rcs2-mobile-panel__inner {
  padding: 28px 24px;
  display: grid;
  gap: 28px;
}

.rcs2-mobile-panel__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.rcs2-mobile-panel__brand {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  text-transform: uppercase;
}

.rcs2-mobile-panel__note {
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.5;
  margin: 12px 0 0;
}

.rcs2-mobile-panel__close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 34px;
  cursor: pointer;
}

.rcs2-mobile-panel__links {
  display: grid;
  gap: 14px;
}

.rcs2-mobile-panel__links a {
  color: #fff;
  font-family: "DM Mono", monospace;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rcs2-reveal {
  opacity: 1;
  transform: none;
}

.rcs2-reveal--hero {
  animation: rcs2HeroSettle 720ms ease both;
}

@keyframes rcs2Ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes rcs2HeroSettle {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1279px) {

  .rcs2-newsfeed__grid,
  .rcs2-data__grid,
  .rcs2-footer__top,
  .rcs2-resource-grid,
  .rcs2-footer__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rcs2-tracker__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1099px) {
  .rcs2-hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .rcs2-hero__rail {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .rcs2-newsfeed__grid {
    grid-template-columns: 1fr;
  }

  .rcs2-stat-card {
    min-height: 0;
  }

  .rcs2-tracker__feature {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 900px) {
  .rcs2-topbar {
    display: block;
  }

  .rcs2-masthead {
    top: 42px;
  }

  .rcs2-hero__grid {
    grid-template-columns: minmax(0, 1fr) 340px;
  }

  .rcs2-hero__feature {
    min-height: 600px;
  }

  .rcs2-hero__content {
    padding-left: 0;
    padding-top: 54px;
  }
}

@media (max-width: 768px) {
  :root {
    --rcs-shell: min(100vw - 20px, 720px);
  }

  .rcs2-wordmark {
    font-size: 24px;
  }

  .rcs2-contact-dot {
    width: 16px;
    height: 16px;
  }

  .rcs2-breaking-bar__inner {
    gap: 12px;
  }

  .rcs2-breaking-bar__inner strong,
  .rcs2-breaking-bar__track span {
    font-size: 11px;
  }

  .rcs2-hero__content {
    max-width: 100%;
    padding: 32px 0 0;
  }

  .rcs2-hero h1 {
    max-width: 100%;
    font-size: clamp(28px, 11.8vw, 58px);
    line-height: 0.95;
    text-wrap: pretty;
  }

  .rcs2-hero__content p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }

  .rcs2-hero__rail {
    width: 100%;
    max-width: 100%;
    margin-top: 12px;
    padding: 14px;
  }

  .rcs2-hero-card {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .rcs2-hero-card__summary {
    display: none;
  }

  .rcs2-news-card h3,
  .rcs2-tracker-card__body h3,
  .rcs2-resource-card h3 {
    font-size: 22px;
  }

  .rcs2-newsfeed__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .rcs2-newsfeed__column {
    gap: 18px;
  }

  .rcs2-news-card--lead h3,
  .rcs2-news-card--secondary h3 {
    font-size: 22px;
    line-height: 1.02;
  }

  .rcs2-stat-card {
    min-height: 0;
    order: 2;
  }

  .rcs2-data__metrics,
  .rcs2-data__grid,
  .rcs2-resources__intro,
  .rcs2-resource-grid,
  .rcs2-footer__top,
  .rcs2-footer__links,
  .rcs2-tracker__cards,
  .rcs2-tracker__feature dl {
    grid-template-columns: 1fr;
  }

  .rcs2-bars {
    min-height: 220px;
  }

  .rcs2-bars__bar {
    max-width: 50px;
  }

  .rcs2-resources__search form,
  .rcs2-footer__newsletter form {
    grid-template-columns: 1fr;
  }

  .rcs2-resources__search {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rcs2-resources__search input,
  .rcs2-resources__search button {
    border-radius: 6px;
  }

  .rcs2-resource-card {
    padding: 24px 22px 20px;
  }

  .rcs2-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .rcs2-reveal {
    opacity: 1;
    transform: none;
  }

  .rcs2-reveal--hero {
    animation: none;
  }
}
