:root {
  --bg: #f2eee2;
  --bg-soft: #f7f3e8;
  --bg-card: #f5f0e4;
  --navy: #121f44;
  --navy-2: #0f1b3a;
  --text: #162040;
  --muted: #5b5f6d;
  --accent: #c8a96e;
  --accent-soft: #9c7f4e;
  --alert: #c73a25;
  --teal: #1b8a84;
  --border: rgba(17, 31, 68, 0.18);
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  --radius: 14px;
  --container: 1280px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

[id] {
  scroll-margin-top: 160px;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

h1,
h2,
h3 {
  font-family: Oswald, Impact, "Arial Narrow", sans-serif;
  letter-spacing: -0.02em;
  margin-top: 0;
  text-transform: uppercase;
}

a {
  color: inherit;
}

.container {
  width: calc(100% - 4rem);
  max-width: none;
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 12px;
  background: var(--accent);
  color: #1a1a1a;
  padding: 0.5rem 0.85rem;
  border-radius: 6px;
  z-index: 1000;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--navy);
  border-bottom: 0;
  backdrop-filter: blur(12px);
}

.top-ticker {
  border-bottom: 1px solid rgba(241, 238, 226, 0.12);
}

.ticker-wrap {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(241, 238, 226, 0.68);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-wrap {
  position: relative;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3rem;
  text-decoration: none;
  font-family: Oswald, sans-serif;
  font-size: clamp(2.25rem, 2.8vw, 2.85rem);
  color: #f1eedf;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.brand-liars {
  color: #f1eedf;
}

.brand-ledger {
  color: var(--accent);
}

.brand-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--accent);
  margin-left: 0.5rem;
  margin-bottom: 0.55rem;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.primary-nav a {
  text-decoration: none;
  color: #ece7db;
  font-size: 0.7rem;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border);
  color: #ece7db;
  border-radius: 8px;
  padding: 0.45rem 0.75rem;
  font-weight: 600;
}

.hero {
  padding: 3.5rem 0 4.1rem;
  background: var(--bg-soft);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(0, 1fr);
  gap: 2.8rem;
  align-items: start;
}

.eyebrow {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  margin-bottom: 0.85rem;
  font-family: "IBM Plex Mono", monospace;
}

h1 {
  font-size: clamp(2.8rem, 7vw, 5.45rem);
  line-height: 0.92;
  margin-bottom: 1.25rem;
  color: var(--navy);
  text-transform: uppercase;
  max-width: 8.8ch;
}

.title-line {
  display: block;
}

.title-rust {
  color: var(--alert);
}

.gold-underline {
  box-shadow: inset 0 -0.16em 0 rgba(200, 169, 110, 0.96);
}

.lead {
  color: #1f2a47;
  max-width: 54ch;
  font-size: 1.03rem;
  line-height: 1.72;
}

.sub-lead {
  color: var(--accent);
  font-weight: 600;
}

.sources {
  margin-top: 1.95rem;
  color: var(--muted);
  font-size: 0.74rem;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.sources span {
  color: var(--accent);
  margin-right: 0.55rem;
  font-weight: 600;
}

.hero-actions {
  margin-top: 2.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 1px solid transparent;
  background: var(--alert);
  color: #fff6ef;
  padding: 0.95rem 1.45rem;
  text-decoration: none;
  font-weight: 700;
  transition: 180ms ease;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}

.btn:hover {
  transform: translateY(-1px);
  background: #d3482f;
}

.btn:focus-visible,
.btn-ghost:focus-visible,
.primary-nav a:focus-visible,
.text-link:focus-visible,
.menu-toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.btn-ghost {
  border-color: var(--navy);
  background: #f7f3e8;
  color: #141b32;
  border-top-color: var(--navy);
  border-bottom-color: var(--navy);
}

.btn-ghost:hover {
  background: #ece6d8;
}

.btn-small {
  font-size: 0.88rem;
  padding: 0.58rem 0.9rem;
}

.date-strip {
  background: var(--teal);
  color: #e8f7f2;
  border-top: 1px solid rgba(200, 169, 110, 0.45);
}

.date-strip-wrap {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
}

.date-strip a {
  text-decoration: none;
  color: inherit;
}

.hero-visual {
  display: grid;
  gap: 0.75rem;
  position: relative;
}

.mockup-frame {
  border: 2px solid var(--navy);
  border-radius: 0;
  background: #f6f2e7;
  box-shadow: 0 30px 60px -20px rgba(27, 39, 69, 0.45);
  overflow: hidden;
  position: relative;
}

.video-frame {
  border: 2px solid var(--navy);
  background: #f6f2e7;
  box-shadow: 0 30px 60px -20px rgba(27, 39, 69, 0.45);
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 9;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.source-stamp {
  position: absolute;
  top: -24px;
  left: -24px;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  border: 2px solid var(--alert);
  background: var(--bg);
  color: var(--alert);
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 0.53rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: "IBM Plex Mono", monospace;
  line-height: 1.3;
  transform: rotate(-8deg);
}

.mockup-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0.9rem;
  border-bottom: 1px solid rgba(17, 31, 68, 0.2);
  background: #f1ecdd;
}

.mockup-header p {
  margin: 0 0 0 0.4rem;
  color: var(--muted);
  font-size: 0.65rem;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(17, 31, 68, 0.3);
}

.mockup-article {
  padding: 1.15rem 1.1rem 2.9rem;
}

.mockup-url {
  margin: 0 0 0.8rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.line {
  height: 10px;
  border-radius: 999px;
  margin-bottom: 0.62rem;
  background: rgba(17, 31, 68, 0.14);
}

.w-100 { width: 100%; }
.w-90 { width: 90%; }
.w-80 { width: 80%; }
.w-75 { width: 75%; }
.w-65 { width: 65%; }

.mockup-bar {
  border-top: 2px solid #d3bd90;
  background: var(--navy);
  padding: 0.9rem 1rem 1rem;
}

.bar-title {
  margin: 0;
  font-size: 0.79rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  font-family: "IBM Plex Mono", monospace;
}

.mockup-bar h3 {
  margin: 0.35rem 0 0.4rem;
  font-size: 1.05rem;
  color: #f1eedf;
}

.bar-text {
  margin: 0.35rem 0 0.25rem;
  font-size: 0.92rem;
  color: #c4c9d7;
}

.bar-link {
  color: #e8c98f;
  font-size: 0.9rem;
}

.vote-row {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.vote-row p {
  margin: 0;
  font-size: 0.78rem;
  color: #c4c9d7;
}

.vote-row strong {
  color: #f1eedf;
}

.mockup-note {
  margin: 0;
  color: #5a5f6e;
  font-size: 0.82rem;
}

.video-note {
  margin: 0;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
  cursor: pointer;
  width: 100%;
}

.video-note:hover,
.video-note:focus-visible {
  color: var(--accent-soft);
  text-decoration: underline;
}

.section {
  padding: 5.2rem 0;
}

.section-label {
  margin: 0 0 0.4rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
  font-weight: 700;
  font-family: "IBM Plex Mono", monospace;
  color: var(--alert);
}

h2 {
  font-size: clamp(2.1rem, 4.5vw, 3.6rem);
  line-height: 0.98;
  margin-bottom: 0.5rem;
}

.section-intro {
  color: var(--muted);
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.how-head {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  margin-bottom: 1.6rem;
}

#how-it-works h2 {
  margin-bottom: 0;
}

#how-it-works .section-intro {
  margin-top: 0.9rem;
  margin-bottom: 0;
  max-width: 62ch;
  font-size: 1.04rem;
  line-height: 1.68;
}

.metrics {
  padding: 0;
  background: var(--navy-2);
  color: #efe9dd;
  border-top: 2px solid rgba(200, 169, 110, 0.45);
  border-bottom: 2px solid rgba(200, 169, 110, 0.45);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.metric {
  border-right: 1px solid rgba(239, 233, 221, 0.12);
  border-radius: 0;
  padding: 1.9rem 1.7rem 1.75rem;
  background: transparent;
}

.metric:last-child {
  border-right: 0;
}

.metric-value {
  margin: 0;
  font-family: Oswald, sans-serif;
  color: var(--accent);
  font-size: clamp(2.5rem, 3.2vw, 3.9rem);
  letter-spacing: -0.02em;
  line-height: 0.95;
}

.metric-label {
  margin: 0.35rem 0 0;
  color: #b8bdcb;
  font-size: 0.66rem;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.card-grid {
  display: grid;
  gap: 1px;
  background: rgba(17, 31, 68, 0.14);
  border: 1px solid rgba(17, 31, 68, 0.14);
}

.steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tiers-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 0.95rem;
  background: transparent;
  border: 0;
}

.card {
  border: 0;
  border-radius: 0;
  padding: 1.2rem;
  background: #f7f3e8;
}

.step-num {
  color: var(--accent);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  font-family: Oswald, sans-serif;
}

.step-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}

.step-icon {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(17, 31, 68, 0.34);
  color: #1a2444;
  margin-top: 0.2rem;
}

.step-icon svg {
  width: 1rem;
  height: 1rem;
}

.step h3 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.75rem, 2vw, 2.25rem);
  line-height: 0.96;
}

.step p {
  font-size: 1.02rem;
  line-height: 1.65;
  color: #253054;
}

.step-tag {
  margin-top: 1.15rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(17, 31, 68, 0.14);
  color: var(--muted);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
  font-family: "IBM Plex Mono", monospace;
  position: relative;
}

.step-tag::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 999px;
  background: var(--alert);
  display: inline-block;
  margin-right: 0.45rem;
  vertical-align: middle;
}

.pricing .card ul {
  list-style: none;
  padding-left: 0;
  margin: 1.2rem 0 1.4rem;
}

.pricing .card li {
  margin-bottom: 0.52rem;
  padding-left: 1rem;
  position: relative;
  font-size: 0.88rem;
}

.pricing .card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.02rem;
  color: var(--accent);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
}

.price {
  margin: 0;
  font-size: 3.25rem;
  font-weight: 700;
  color: inherit;
  line-height: 0.9;
  font-family: Oswald, sans-serif;
  letter-spacing: -0.03em;
}

.price span {
  font-size: 0.78rem;
  color: inherit;
  opacity: 0.62;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.featured {
  position: relative;
  border: 2px solid var(--accent);
  background: #f4efdf;
  color: #162040;
  box-shadow: 0 28px 48px -20px rgba(0, 0, 0, 0.45);
  transform: translateY(-8px);
}

.badge {
  position: absolute;
  top: -0.8rem;
  left: 1.2rem;
  margin: 0;
  padding: 0.2rem 0.56rem;
  border-radius: 0;
  background: var(--alert);
  color: #fff6ef;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
}

.pricing {
  background: #17264f;
  color: #f3eee2;
  position: relative;
}

.pricing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.pricing .section-label {
  color: var(--accent);
}

.pricing .section-intro {
  color: rgba(243, 238, 226, 0.9);
  max-width: 76ch;
}

.pricing .tier {
  border: 2px solid rgba(243, 238, 226, 0.3);
  background: #1a2b59;
  color: #f3eee2;
  padding: 1.45rem 1.35rem 1.2rem;
  box-shadow: inset 0 0 0 1px rgba(200, 169, 110, 0.08);
}

.pricing .tier h3 {
  margin-bottom: 0.7rem;
  color: var(--accent);
  font-size: 2rem;
  line-height: 0.92;
}

.pricing .tier p {
  margin-top: 0.45rem;
  color: rgba(243, 238, 226, 0.88);
  font-size: 0.9rem;
}

.pricing .featured h3 {
  color: var(--alert);
}

.pricing .featured p,
.pricing .featured li {
  color: #2a3455;
}

.pricing .featured li::before {
  color: var(--alert);
}

.pricing .tier .btn {
  margin-top: auto;
  width: 100%;
  justify-content: center;
  padding-block: 0.75rem;
  border-top: 2px solid #e2c68e;
  border-bottom: 2px solid #e2c68e;
}

.pricing .tier .btn.btn-ghost {
  border-left: 0;
  border-right: 0;
  background: transparent;
  color: #ecd3a0;
}

.pricing .tier .btn.btn-ghost:hover {
  background: rgba(200, 169, 110, 0.1);
}

.pricing .featured .btn {
  border-top-color: #c73a25;
  border-bottom-color: #c73a25;
  background: #c73a25;
  color: #fff6ef;
}

.pricing .featured {
  border: 3px solid #f0d7a4;
  background: #f7f1e4;
  color: #162040;
  transform: translateY(-14px) scale(1.03);
  box-shadow:
    0 34px 60px -26px rgba(0, 0, 0, 0.5),
    0 0 0 2px rgba(199, 58, 37, 0.22);
  z-index: 2;
}

.pricing .featured .price {
  color: #12204a;
}

.pricing .featured .price span {
  color: rgba(22, 32, 64, 0.66);
}

.pricing .featured .btn:hover {
  background: #d3482f;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.35fr);
  gap: 2rem;
  background: transparent;
  border: 0;
  align-items: start;
}

.about-visual {
  margin: 0;
  border: 2px solid rgba(17, 31, 68, 0.85);
  background: #111;
  position: relative;
  min-height: 420px;
}

.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.08) brightness(0.72);
}

.about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 23, 50, 0.65), rgba(200, 169, 110, 0.12));
  pointer-events: none;
}

.about-visual figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.9rem;
  color: #f1eedf;
  z-index: 1;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-content > p {
  max-width: 74ch;
  color: #263153;
  line-height: 1.62;
  margin-top: 0.8rem;
}

.about-content > p + p {
  margin-top: 1rem;
}

.about-callout {
  border: 1px solid rgba(17, 31, 68, 0.14);
  border-radius: 0;
  padding: 0;
  margin-top: 1.55rem;
  background: #f6f1e3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  align-items: stretch;
}

.about-callout article {
  background: #f3eedf;
  padding: 0.95rem 0.82rem;
}

.about-icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  color: var(--alert);
  margin-bottom: 0.45rem;
}

.about-icon svg {
  width: 100%;
  height: 100%;
}

.about-callout h3 {
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
  color: #18244a;
}

.about-callout p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #3c4560;
}

.site-footer {
  padding: 2.5rem 0 1.6rem;
  border-top: 2px solid var(--accent);
  color: #c4c9d7;
  background: var(--navy-2);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(0, 1.8fr);
  gap: 1.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(239, 233, 221, 0.14);
}

.footer-logo {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: clamp(2.4rem, 3vw, 3rem);
  letter-spacing: -0.02em;
  line-height: 0.95;
  text-transform: uppercase;
  color: #f0eadf;
}

.footer-logo strong {
  color: var(--accent);
}

/* Tagline only - not .footer-logo (higher-specificity .footer-brand > p was winning over .footer-logo) */
.footer-brand > p:not(.footer-logo) {
  margin: 0.3rem 0 0;
  color: #c4c9d7;
  font-size: 0.8rem;
}

.footer-colophon {
  margin-top: 1.05rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(239, 233, 221, 0.14);
}

.footer-colophon p:last-child {
  margin-top: 0.35rem;
  max-width: 40ch;
  color: #9ea7bc;
  font-size: 0.66rem;
  line-height: 1.45;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 0.46rem;
}

.footer-heading {
  margin: 0 0 0.45rem;
  color: #9ea7bc;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.56rem;
}

.footer-links a {
  text-decoration: none;
  color: #d4d9e6;
  font-size: 0.78rem;
}

.footer-social {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 0.5rem;
}

.footer-social a {
  display: inline-grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  color: #d4d9e6;
  transition: color 0.15s, background 0.15s;
}

.footer-social a:hover {
  color: var(--accent);
  background: rgba(200, 169, 110, 0.08);
}

.footer-social a svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.footer-bottom {
  padding-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.62rem;
  color: #9ea7bc;
}

.footer-bottom p:last-child {
  color: var(--accent);
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cta-banner {
  padding-top: 0;
  background: var(--navy-2);
}

.cta-wrap {
  border: 2px solid rgba(200, 169, 110, 0.42);
  border-radius: 0;
  background: linear-gradient(135deg, #0f1b3a 0%, #121f44 72%, rgba(199, 58, 37, 0.22) 100%);
  color: #efe9dd;
  padding: 2.2rem;
}

.cta-wrap h2 {
  margin-bottom: 0.35rem;
}

.cta-wrap p {
  margin-top: 0;
  color: #c4c9d7;
}

.cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(240px, 0.8fr);
  align-items: center;
  gap: 1.8rem;
}

.cta-actions {
  display: flex;
  flex-direction: row;
  gap: 0.65rem;
  justify-self: end;
  align-items: center;
  width: auto;
}

.cta-actions .btn {
  width: auto;
}

@media (max-width: 900px) {
  .container {
    width: calc(100% - 2.5rem);
  }

  .source-stamp {
    display: none;
  }

  .how-head {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  #how-it-works .section-intro {
    margin-top: 0;
    max-width: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .about-visual {
    min-height: 300px;
  }

  .steps-grid,
  .tiers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .metric-grid {
    grid-template-columns: 1fr 1fr;
  }

  .metric:nth-child(2n) {
    border-right: 0;
  }

  .metric:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(239, 233, 221, 0.12);
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-callout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .container {
    width: calc(100% - 2rem);
  }

  .top-ticker,
  .date-strip {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .primary-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    background: var(--navy);
    border-bottom: 1px solid var(--border);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.9rem 1.1rem 1rem;
  }

  .primary-nav.is-open {
    display: flex;
  }

  .steps-grid,
  .tiers-grid,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    justify-self: start;
    width: 100%;
    max-width: 320px;
    flex-direction: column;
    align-items: stretch;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .metric {
    border-right: 0;
    border-bottom: 1px solid rgba(239, 233, 221, 0.12);
  }

  .metric:last-child {
    border-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .hero {
    padding-top: 3.9rem;
  }

  h1 {
    font-size: 5.6rem;
  }

  .metric-value {
    font-size: 4.15rem;
  }
}

@media (min-width: 1024px) {
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container.lg\:px-16 {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
}
