@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #18120c;
  --bg-2: #1e160f;
  --card: rgba(42, 31, 21, 0.76);
  --card-solid: #241a11;
  --gold: #d8b84e;
  --muted-gold: #bfa15a;
  --ivory: #f5efe3;
  --muted: #d6cbb8;
  --quiet: #afa18d;
  --line: rgba(217, 181, 82, 0.24);
  --line-strong: rgba(217, 181, 82, 0.42);
  --green: #86b889;
  --amber: #b98c4a;
  --red: #c97968;
  --shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ivory);
  background:
    linear-gradient(rgba(217, 181, 82, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 181, 82, 0.012) 1px, transparent 1px),
    radial-gradient(circle at 78% 6%, rgba(216, 184, 78, 0.1), transparent 30rem),
    linear-gradient(180deg, rgba(30, 22, 15, 0.88), rgba(24, 18, 12, 0.94) 760px),
    var(--bg);
  background-size: 56px 56px, 56px 56px, auto, auto;
  font-size: clamp(15px, 0.35vw + 14px, 18px);
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 50;
  padding: 0.8rem 1rem;
  background: var(--gold);
  color: #17130f;
}
.skip-link:focus { top: 1rem; }

.navbar {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}
.navbar.is-scrolled {
  background: rgba(24, 18, 12, 0.92);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.nav-shell, .section-inner, .stats-inner, .footer-inner, .footer-disclaimer {
  width: min(1180px, calc(100% - clamp(28px, 5vw, 80px)));
  margin: 0 auto;
}
.nav-shell {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.brand > span:last-child span:first-child { color: var(--ivory); }
.brand > span:last-child span:last-child { color: var(--muted-gold); }
.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  color: var(--muted);
  font-size: 0.92rem;
}
.nav-links a:not(.button):hover { color: var(--ivory); }
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.65rem;
}
.menu-toggle span {
  display: block;
  height: 1px;
  background: var(--ivory);
  margin: 6px 0;
}

.section { padding: clamp(56px, 7vw, 96px) 0; }
.hero {
  min-height: min(860px, calc(100vh - 72px));
  display: flex;
  align-items: center;
  padding-top: clamp(56px, 7vw, 88px);
  padding-bottom: clamp(48px, 7vw, 88px);
  background:
    radial-gradient(circle at 75% 20%, rgba(216, 184, 78, 0.11), transparent 32%),
    linear-gradient(180deg, rgba(27, 20, 13, 0.72), rgba(24, 18, 12, 0));
}
.page-hero { min-height: auto; padding: 82px 0 54px; }
.hero-grid, .brief-grid, .split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.95fr);
  gap: clamp(1.75rem, 5vw, 4.5rem);
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 800;
}
h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
h1 { font-size: clamp(3.1rem, 5.7vw, 5.75rem); max-width: 820px; }
h2 { font-size: clamp(2.25rem, 4.2vw, 3.8rem); }
h3 { font-size: clamp(1.35rem, 1.2vw, 1.72rem); }
h4 {
  margin: 0 0 0.7rem;
  color: var(--gold);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
p { color: var(--muted); line-height: 1.65; }
ul { margin: 0; padding-left: 1.1rem; color: var(--muted); line-height: 1.65; }
.hero-subhead { max-width: 680px; font-size: 1.12rem; margin: 1.25rem 0 0; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.2rem;
  border: 1px solid rgba(216, 184, 78, 0.68);
  border-radius: 6px;
  background: linear-gradient(135deg, #e5c95f, #b6963f 58%, #7c6321);
  color: #11100c;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(216, 184, 78, 0.13);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(216, 184, 78, 0.2); }
.button:disabled { cursor: not-allowed; opacity: 0.68; transform: none; }
.button-small { min-height: 40px; padding: 0.62rem 0.9rem; }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.text-link { color: var(--gold); font-weight: 800; border-bottom: 1px solid var(--line-strong); }
.microcopy { font-size: 0.9rem; margin-top: 0.85rem; color: var(--muted); }
.expert-line {
  margin: 1rem 0 0;
  color: var(--ivory);
  font-weight: 800;
  font-size: clamp(1rem, 1vw, 1.16rem);
}
.trust-line {
  margin-top: 1.35rem;
  padding-left: 1rem;
  border-left: 1px solid var(--gold);
  color: var(--muted);
}

.signup-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 0.75rem;
  align-items: end;
  margin-top: 1.8rem;
  text-align: left;
}
.signup-form label span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  margin-bottom: 0.45rem;
}
.hero-signup {
  max-width: 620px;
  grid-template-columns: minmax(190px, 1fr) minmax(180px, 0.8fr);
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(18, 16, 13, 0.76);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.25);
}
.hero-signup .button { grid-column: 1 / -1; }
.hero-signup .form-message, .final-signup .form-message, .brief-signup .form-message { grid-column: 1 / -1; }
input, select {
  width: 100%;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #1a130d;
  color: var(--ivory);
  padding: 0 0.85rem;
}
input::placeholder { color: rgba(200, 191, 175, 0.6); }
.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.form-message {
  min-height: 24px;
  margin: 0.1rem 0 0;
  font-weight: 800;
}
.form-message.success { color: var(--green); }
.form-message.error { color: var(--red); }

.signal-card, .opportunity-card, .brief-preview, .feature-card, .audience-card, .proof-card, .step-card, .signup-inner, .plan-card, .library-card, .education-card, .inline-signup, .test-grid div {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(42, 31, 21, 0.94), rgba(30, 22, 15, 0.94));
  box-shadow: var(--shadow);
  border-radius: 8px;
}
.hero-panel {
  position: relative;
  display: grid;
  gap: 1rem;
}
.signal-card {
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
.hero-card { max-width: 560px; margin-left: auto; }
.mini-hero-card {
  width: min(78%, 390px);
  margin-left: auto;
  margin-top: -1.4rem;
  background: linear-gradient(145deg, rgba(46, 34, 23, 0.96), rgba(30, 22, 15, 0.98));
}
.inside-brief-card { padding: 1.1rem; }
.inside-brief-card ul { margin-top: 0.8rem; }
.mini-hero-card h3 { font-size: clamp(1.25rem, 1.8vw, 1.55rem); }
.mini-hero-card p { margin-bottom: 0; font-size: 0.92rem; }
.card-topline, .brief-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.card-topline {
  margin-bottom: 0.9rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 800;
}
.signal-card img {
  border-radius: 6px;
  aspect-ratio: 16 / 10;
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.06);
}
.signal-card img.lead-listing-photo {
  height: clamp(260px, 27vw, 320px);
  object-fit: contain;
  background: #100b07;
  padding: 0.25rem;
}
.signal-body { padding: 1rem 0.15rem 0.2rem; }
.signal-body h2 { font-size: clamp(2rem, 4vw, 2.9rem); margin: 0.75rem 0 0; }
.card-note { margin: 0.6rem 0; font-size: 0.94rem; }
.card-note strong { color: var(--ivory); }

.metric-grid, .detail-list, .brief-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem;
  margin: 1rem 0;
}
.metric-grid div, .detail-list div, .brief-stats div {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.82rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 6px;
}
.metric-grid span, .detail-list span, .brief-stats span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  margin-bottom: 0.3rem;
}
.badge-row { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.33rem 0.58rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--gold);
  background: rgba(216, 184, 78, 0.08);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
  font-weight: 800;
}
.badge.warning { color: var(--amber); border-color: rgba(185, 140, 74, 0.42); }
.badge.neutral { color: var(--muted); border-color: rgba(200, 191, 175, 0.18); background: rgba(200, 191, 175, 0.055); }
.badge.success { color: var(--green); border-color: rgba(134, 184, 137, 0.36); }

.stats-strip {
  border-block: 1px solid var(--line);
  background: rgba(30, 22, 15, 0.78);
}
.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stats-inner div {
  padding: 1rem 1.2rem;
  border-right: 1px solid var(--line);
}
.stats-inner div:first-child { border-left: 1px solid var(--line); }
.stats-inner strong {
  display: block;
  color: var(--ivory);
  font-size: 1.05rem;
}
.stats-inner span {
  color: var(--muted-gold);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.7rem;
}

.section-heading { max-width: 760px; margin-bottom: 2.35rem; }
.section-heading p, .section-copy p { max-width: 650px; }
.band {
  background: linear-gradient(180deg, rgba(30, 22, 15, 0.78), rgba(24, 18, 12, 0.5));
  border-block: 1px solid rgba(216, 184, 78, 0.08);
}
.step-grid, .criteria-grid, .feature-grid, .audience-grid, .proof-grid, .plan-grid, .library-grid, .education-grid, .test-grid, .type-grid, .desk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.desk-grid { grid-template-columns: repeat(4, 1fr); }
.criteria-grid { grid-template-columns: repeat(3, 1fr); }
.step-card, .feature-card, .audience-card, .proof-card, .plan-card, .library-card, .education-card, .test-grid div, .type-card {
  min-height: 164px;
  padding: 1.25rem;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.step-card:hover, .feature-card:hover, .audience-card:hover, .proof-card:hover, .plan-card:hover, .library-card:hover, .education-card:hover, .type-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-2px);
  box-shadow: 0 22px 58px rgba(0,0,0,0.32);
}
.step-card span, .feature-card span, .proof-card span, .plan-card span, .library-card span, .type-card span {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 800;
}
.step-card > span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--bg-2);
}
.feature-card h3, .audience-card h3, .step-card h3 { margin-bottom: 0.7rem; }
.feature-card p, .audience-card p, .step-card p, .plan-card p { margin-bottom: 0; }
.type-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(42, 31, 21, 0.86), rgba(30, 22, 15, 0.94));
  min-height: 0;
  padding: 0;
}
.type-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: brightness(0.92) contrast(1.05) saturate(0.98);
  border-bottom: 1px solid rgba(216, 184, 78, 0.16);
}
.type-card > div { padding: 1.1rem; }
.type-card h3 { margin: 0.5rem 0 0.6rem; }
.type-card p { margin: 0; }
.type-card strong {
  display: block;
  margin-top: 0.85rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.opportunity-card {
  overflow: hidden;
  max-width: 680px;
}
.opportunity-content { padding: 1.35rem; }
.opportunity-content h3 { margin: 0.9rem 0 0; }
.insight-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.15rem;
}
.disclaimer { font-size: 0.86rem; color: var(--quiet); }

.brief-preview { padding: 1.2rem; }
.brief-signup-copy {
  margin-top: 1.4rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}
.brief-signup-copy h3 { margin-bottom: 0.45rem; }
.brief-signup-copy p { margin: 0; }
.brief-signup {
  grid-template-columns: 1fr 0.82fr;
  max-width: 650px;
  margin-top: 1.1rem;
}
.brief-signup .button { grid-column: 1 / -1; }
.email-chrome { display: flex; gap: 0.38rem; margin-bottom: 1rem; }
.email-chrome span { width: 10px; height: 10px; border-radius: 50%; background: rgba(244, 239, 228, 0.22); }
.subject-line {
  margin: 0 0 1rem;
  padding: 0.78rem;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 6px;
  color: var(--ivory);
  background: rgba(255,255,255,0.03);
  font-size: 0.9rem;
}
.brief-stats { grid-template-columns: repeat(3, 1fr); }
.brief-summary {
  margin: 1rem 0 0;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 6px;
  color: var(--ivory);
  background: rgba(255,255,255,0.05);
  font-weight: 800;
}
.brief-row, .brief-block, .mini-row, .locked-panel {
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.045);
  border-radius: 6px;
  padding: 0.9rem;
  margin-top: 0.75rem;
}
.brief-row strong, .brief-row span { display: block; }
.brief-row span { margin-top: 0.32rem; color: var(--muted); }
.locked-panel {
  min-height: 64px;
  display: grid;
  place-items: center;
  color: var(--muted);
  text-align: center;
  background: rgba(255,255,255,0.045);
}

.audience-grid { grid-template-columns: repeat(4, 1fr); }
.not-for {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}
.not-for strong { color: var(--ivory); }
.not-for span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.52rem 0.78rem;
  color: var(--muted);
  background: rgba(255,255,255,0.025);
}

.pricing-logic {
  color: var(--ivory);
  font-weight: 700;
}
.pricing-panel {
  position: relative;
  padding: 1rem;
  border: 1px solid rgba(216, 184, 78, 0.12);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 18%, rgba(216, 184, 78, 0.1), transparent 24rem),
    rgba(30, 22, 15, 0.6);
}
.plan-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.55rem;
}
.plan-card.featured {
  border-color: rgba(216, 184, 78, 0.48);
  background: linear-gradient(145deg, rgba(50, 38, 25, 0.98), rgba(34, 25, 16, 0.98));
  transform: translateY(-8px);
  box-shadow: 0 30px 76px rgba(0,0,0,0.36), 0 0 0 1px rgba(216,184,78,0.1);
}
.plan-card.elite-card { border-color: rgba(200, 191, 175, 0.28); }
.plan-card small {
  color: var(--muted);
  line-height: 1.45;
  margin: 0.8rem 0 0.35rem;
}
.plan-card h3 { margin: 0.35rem 0 0.2rem; }
.plan-card h3 + h3 {
  color: var(--gold);
  font-family: "Inter", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
}
.plan-card ul { margin-bottom: 0; }
.plan-card li { margin: 0.25rem 0; }
.plan-card li::marker { color: var(--gold); content: "✓  "; }
.plan-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.34rem 0.6rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(216, 184, 78, 0.08);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.feature-group {
  width: 100%;
  padding: 0.95rem 0;
  border-top: 1px solid rgba(217,181,82,0.12);
}
.feature-group:first-of-type { margin-top: 0.35rem; }
.feature-group strong {
  display: block;
  color: var(--ivory);
  margin-bottom: 0.4rem;
}
.button-secondary {
  background: rgba(216, 184, 78, 0.08);
  color: var(--ivory);
  box-shadow: none;
}
.button-outline {
  background: transparent;
  color: var(--gold);
  box-shadow: none;
}
.plan-note {
  margin: 0.85rem 0 0;
  color: var(--quiet);
  font-size: 0.82rem;
}
.comparison-table {
  margin-top: 1.35rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(30, 22, 15, 0.76);
}
.comparison-table > div {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, 1fr);
  border-top: 1px solid rgba(216, 184, 78, 0.12);
}
.comparison-table > div:first-child { border-top: 0; }
.comparison-table span {
  padding: 0.8rem;
  color: var(--muted);
  border-left: 1px solid rgba(216, 184, 78, 0.1);
  font-size: 0.86rem;
}
.comparison-table span:first-child {
  border-left: 0;
  color: var(--ivory);
  font-weight: 800;
}
.comparison-head span {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 800;
}

.signup-section { padding: 64px 0 88px; }
.signup-inner {
  position: relative;
  max-width: 760px;
  text-align: center;
  padding: clamp(1.8rem, 5vw, 3.4rem);
  overflow: hidden;
}
.signup-inner p { margin-inline: auto; }
.final-signup {
  max-width: 610px;
  margin-inline: auto;
}

.faq-inner { max-width: 900px; }
.faq-list { border-top: 1px solid var(--line); }
details {
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}
summary {
  cursor: pointer;
  color: var(--ivory);
  font-weight: 800;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  float: right;
  color: var(--gold);
}
details[open] summary::after { content: "-"; }
details p { margin-bottom: 0; }

.footer {
  border-top: 1px solid var(--line);
  padding: 44px 0 28px;
  background: #120d08;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 2rem;
}
.footer h3 {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold);
}
.footer a { display: block; color: var(--muted); margin: 0.55rem 0; }
.footer a:hover { color: var(--ivory); }
.footer-disclaimer {
  margin-top: 2.1rem;
  font-size: 0.82rem;
  border-top: 1px solid rgba(216, 184, 78, 0.12);
  padding-top: 1.15rem;
}

.library-card, .education-card {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.library-card strong {
  display: block;
  margin-top: 0.7rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  line-height: 1.05;
}
.education-grid { grid-template-columns: repeat(2, 1fr); }
.library-index-grid { grid-template-columns: repeat(4, 1fr); }
.inline-signup {
  margin: 42px auto;
  padding: 1.25rem;
}
.inline-signup .signup-form {
  grid-template-columns: 1fr auto;
  margin-top: 1rem;
}
.cta-row { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 520ms ease, transform 520ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 80ms; }
.delay-2 { transition-delay: 150ms; }
.delay-3 { transition-delay: 220ms; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 1ms !important; animation-duration: 1ms !important; }
}

@media (max-width: 1024px) {
  .hero-grid, .brief-grid, .split-section { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .stats-inner, .criteria-grid, .audience-grid, .feature-grid, .plan-grid, .library-grid, .library-index-grid, .type-grid, .desk-grid { grid-template-columns: repeat(2, 1fr); }
  .step-grid { grid-template-columns: 1fr; }
  .opportunity-card { max-width: none; }
  .opportunity-card img { aspect-ratio: 16 / 8; height: auto; }
  .hero-card { max-width: none; margin-left: 0; }
  .mini-hero-card { margin-left: 0; }
  .plan-card.featured { transform: none; }
}

@media (max-width: 720px) {
  body {
    background:
      linear-gradient(rgba(216, 184, 78, 0.008) 1px, transparent 1px),
      linear-gradient(90deg, rgba(216, 184, 78, 0.007) 1px, transparent 1px),
      var(--bg);
    background-size: 54px 54px, 54px 54px;
  }
  .nav-shell, .section-inner, .stats-inner, .footer-inner, .footer-disclaimer { width: min(100% - 28px, 1180px); }
  .menu-toggle { display: block; }
  .nav-links {
    position: fixed;
    inset: 72px 14px auto 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: rgba(11, 10, 6, 0.98);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }
  .nav-links.is-open { display: flex; }
  .section { padding: 56px 0; }
  .hero { padding-top: 56px; padding-bottom: 48px; }
  h1 { font-size: clamp(2.75rem, 13vw, 3.35rem); }
  h2 { font-size: clamp(2.1rem, 10vw, 2.8rem); }
  .hero-subhead { font-size: 1rem; }
  .signup-form, .hero-signup, .final-signup, .brief-signup, .inline-signup .signup-form { grid-template-columns: 1fr; }
  .button { width: 100%; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .criteria-grid, .audience-grid, .feature-grid, .proof-grid, .plan-grid, .library-grid, .education-grid, .library-index-grid, .test-grid, .type-grid, .desk-grid, .metric-grid, .brief-stats, .detail-list, .insight-grid, .footer-inner { grid-template-columns: 1fr; }
  .stats-inner div, .stats-inner div:first-child { border-left: 1px solid var(--line); }
  .brief-header { align-items: flex-start; flex-direction: column; }
  .opportunity-content { padding: 1rem; }
  .signal-card .badge-row .badge:first-child { display: none; }
  .mini-hero-card { width: 100%; margin-top: 0; }
  .pricing-panel { padding: 0; border: 0; background: transparent; }
  .plan-card.featured { order: -1; }
  .comparison-table { overflow-x: auto; }
  .comparison-table > div { min-width: 680px; }
}
