:root {
  --product-ink: oklch(14% 0.035 260);
  --product-panel: oklch(20% 0.045 258);
  --product-line: oklch(63% 0.105 248);
  --product-node: oklch(48% 0.145 274);
  --product-measure: oklch(70% 0.145 70);
  --product-glow: oklch(76% 0.105 235);
  --product-success: oklch(70% 0.16 150);
  --product-grid: oklch(100% 0 0 / 0.08);
  --reference-ink: oklch(12.9% 0.041 264.7);
  --reference-ink-2: oklch(21% 0.032 264.7);
  --reference-cyan: oklch(75.4% 0.139 232.7);
  --reference-teal: oklch(78.5% 0.133 181.9);
  --reference-blue: oklch(71.4% 0.143 254.6);
  --reference-amber: oklch(83.7% 0.164 84.4);
  --reference-green: oklch(77.3% 0.153 163.2);
  --ink-soft: oklch(0% 0 0 / 0.08);
  --shadow-soft: 0 24px 70px oklch(0% 0 0 / 0.12);
  --shadow-product: 0 34px 90px oklch(14% 0.035 260 / 0.35);
  --surface-mist: oklch(97.8% 0.006 248);
  --surface-mist-border: oklch(88% 0.012 248 / 0.72);
}

* { box-sizing: border-box; }

html {
  color: var(--fg);
  background: var(--bg);
  font-family: var(--font-body);
  font-feature-settings: "kern";
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--fg);
  font-size: var(--text-base);
  line-height: 1.5;
  letter-spacing: -0.14px;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  left: var(--space-4);
  top: var(--space-4);
  z-index: 20;
  transform: translateY(-160%);
  background: var(--fg);
  color: var(--accent-on);
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  transition: transform var(--motion-base) var(--ease-standard);
}

.skip-link:focus { transform: translateY(0); outline: 2px dashed var(--fg); outline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: oklch(100% 0 0 / 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border-soft);
}

.nav {
  width: min(100%, var(--container-max));
  margin: 0 auto;
  padding: 18px var(--container-gutter-desktop);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--space-6);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 540;
  letter-spacing: -0.18px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--fg);
  color: var(--accent-on);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 330;
}

.nav-links a { text-decoration: none; }
.nav-actions { display: flex; justify-content: flex-end; align-items: center; gap: 12px; }

.btn {
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 20px 11px;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 450;
  letter-spacing: -0.14px;
  text-decoration: none;
  transition: transform var(--motion-fast) var(--ease-standard), background var(--motion-fast) var(--ease-standard), border-color var(--motion-fast) var(--ease-standard);
  white-space: nowrap;
}

.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(1px); }
.btn:focus-visible, button:focus-visible, input:focus-visible { outline: 2px dashed var(--fg); outline-offset: 3px; }
.btn-black { background: var(--accent); color: var(--accent-on); }
.btn-black:hover { background: var(--accent-hover); }
.btn-white { background: var(--surface); color: var(--fg); border-color: var(--border); }
.btn-white:hover { background: var(--accent-active); }

.icon-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--fg);
  display: none;
  place-items: center;
  cursor: pointer;
}

.container {
  width: min(100%, var(--container-max));
  margin: 0 auto;
  padding-inline: var(--container-gutter-desktop);
}

.section {
  padding-block: var(--section-y-desktop);
  background: var(--section-bg, var(--surface-mist));
}

.section + .section { border-top: 1px solid var(--surface-mist-border); }

#audiences {
  padding-top: clamp(56px, 5vw, 72px);
  padding-bottom: clamp(40px, 4vw, 56px);
  background:
    radial-gradient(circle at 16% 0%, oklch(75.4% 0.139 232.7 / 0.12), transparent 32%),
    radial-gradient(circle at 84% 18%, oklch(68% 0.08 158 / 0.08), transparent 34%),
    linear-gradient(180deg, oklch(12% 0.045 254), oklch(8.8% 0.034 260));
  color: oklch(96% 0.004 248);
}

#audiences .section-header .eyebrow {
  color: oklch(82% 0.075 224);
}

#audiences .section-header h2 {
  color: oklch(98% 0.003 248);
}

#audiences .section-header .lead {
  color: oklch(90% 0.008 248 / 0.78);
}

#waitlist {
  padding-top: clamp(40px, 4vw, 56px);
}

.eyebrow, .mono-label {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: var(--text-xs);
  color: var(--fg);
  line-height: 1.2;
}

h1, h2, h3, p { margin: 0; }

h1, h2, h3 {
  font-family: var(--font-display);
  color: var(--fg);
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-display);
  font-weight: 400;
}

h2 {
  font-size: clamp(36px, 5.2vw, var(--text-3xl));
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 400;
}

h3 {
  font-size: clamp(22px, 2.2vw, 26px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 540;
}

.lead {
  max-width: 660px;
  color: var(--fg);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.38;
  letter-spacing: -0.26px;
  font-weight: 340;
  text-wrap: pretty;
}

.muted {
  color: var(--muted);
  font-weight: 330;
  line-height: 1.48;
  text-wrap: pretty;
}

.hero {
  min-height: auto;
  margin-top: 0;
  padding-top: clamp(44px, 5.5vw, 78px);
  padding-bottom: clamp(24px, 3.5vw, 40px);
  display: grid;
  align-items: start;
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at 78% 12%, oklch(75.4% 0.139 232.7 / 0.2), transparent 28%),
    radial-gradient(circle at 20% 100%, oklch(78.5% 0.133 181.9 / 0.13), transparent 36%),
    linear-gradient(180deg, var(--reference-ink-2), var(--reference-ink));
  border: 0;
  border-bottom: 1px solid oklch(71.1% 0.035 256.8 / 0.42);
  box-shadow: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
}

.hero-copy {
  display: grid;
  gap: 18px;
  max-width: min(100%, 1180px);
  margin-inline: auto;
  padding-bottom: 0;
  justify-items: center;
  text-align: center;
}

.hero-copy h1 {
  max-width: 980px;
  font-size: clamp(52px, 5vw, 76px);
  line-height: 1;
  text-wrap: balance;
}

.hero-copy .lead {
  max-width: 780px;
  font-size: clamp(19px, 1.35vw, 24px);
  font-weight: 340;
}

.hero h1,
.hero .eyebrow,
.hero .lead {
  color: oklch(98.5% 0.002 247.8);
}

.hero .lead {
  color: oklch(92.8% 0.006 264.5 / 0.82);
}

.hero .btn-waitlist-blue {
  min-width: 190px;
  min-height: 58px;
  border-color: oklch(88% 0.09 220 / 0.72);
  border-radius: 12px;
  padding-inline: 1.75rem;
  background: linear-gradient(180deg, oklch(82% 0.118 220), oklch(72% 0.135 226));
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.28),
    0 18px 36px oklch(72% 0.135 226 / 0.22),
    0 0 42px oklch(72% 0.135 226 / 0.18);
  color: oklch(9% 0.034 264);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.hero .btn-waitlist-blue:hover {
  background: linear-gradient(180deg, oklch(84% 0.118 220), oklch(74% 0.135 226));
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.34),
    0 22px 42px oklch(72% 0.135 226 / 0.28),
    0 0 48px oklch(72% 0.135 226 / 0.22);
}

.hero .btn-white {
  background: oklch(100% 0 0 / 0.07);
  color: oklch(98.5% 0.002 247.8);
  border-color: oklch(100% 0 0 / 0.22);
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.hero-visual {
  position: relative;
  min-height: 0;
  display: grid;
  align-items: start;
  gap: 16px;
  order: 1;
}

.hero-demo {
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  align-items: start;
  grid-template-columns: minmax(0, 1fr);
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hero-choice-note {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: oklch(95.5% 0.006 264.5 / 0.82);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.35;
  font-weight: 450;
  letter-spacing: -0.01em;
  text-align: center;
}

.flow-step-text {
  font-weight: 540;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.2;
}

.flow-step-number {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: oklch(99% 0.002 247.8);
  background: color-mix(in srgb, var(--reference-cyan) 22%, var(--reference-ink));
  border: 1px solid color-mix(in srgb, var(--reference-cyan) 62%, transparent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--reference-cyan) 20%, transparent);
  font-size: 13px;
  line-height: 1;
  font-weight: 540;
  letter-spacing: 0;
}

.hero-visual {
  display: grid;
  gap: 8px;
}

.view-label {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid oklch(75.4% 0.139 232.7 / 0.34);
  background: oklch(9.8% 0.033 264 / 0.74);
  color: oklch(94% 0.027 232);
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.06),
    0 10px 24px oklch(0% 0 0 / 0.16);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
}

.hero-visual > .view-label {
  margin-bottom: -26px;
  position: relative;
  z-index: 2;
}

.view-label--client {
  margin-top: 4px;
}

.product-frame {
  position: relative;
  margin: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.product-frame img {
  display: block;
  width: 100%;
  height: clamp(280px, 42vw, 560px);
  object-fit: contain;
  border-radius: 18px;
  border: 0;
  background: transparent;
}

.mobile-builder-card {
  display: none;
}

.journey-connector {
  display: grid;
  place-items: center;
  gap: 0;
  min-height: 54px;
  margin-top: -28px;
  margin-bottom: -4px;
  color: oklch(78% 0.15 232.7 / 0.96);
  filter: drop-shadow(0 0 14px oklch(75.4% 0.139 232.7 / 0.44));
}

.journey-connector span {
  width: 4px;
  height: 48px;
  border-radius: 999px;
  background: linear-gradient(180deg, oklch(75.4% 0.139 232.7 / 0.22), currentColor);
}

.journey-connector svg {
  width: 36px;
  height: 26px;
}

.journey-connector path {
  stroke-width: 4;
}

.journey-outcome {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 16px 18px 18px;
  border-radius: 18px;
  border: 1px solid oklch(75.4% 0.139 232.7 / 0.28);
  background:
    linear-gradient(180deg, oklch(75.4% 0.139 232.7 / 0.08), oklch(100% 0 0 / 0.045)),
    var(--reference-ink);
  box-shadow:
    inset 0 0 0 1px oklch(100% 0 0 / 0.06),
    0 14px 34px oklch(0% 0 0 / 0.16);
}

.journey-outcome-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: oklch(99% 0.002 247.8);
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.2;
  font-weight: 540;
  letter-spacing: -0.02em;
  text-align: center;
}

.journey-outcome-copy {
  color: oklch(92.8% 0.006 264.5 / 0.72);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.45;
  text-align: center;
}

.participant-preview {
  width: min(100%, 1120px);
  margin: 10px 0 0;
}

.participant-preview picture {
  display: block;
}

.participant-preview img {
  display: block;
  width: 100%;
  max-height: clamp(300px, 42vw, 560px);
  object-fit: contain;
  border-radius: 12px;
}

@media (min-width: 960px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(26px, 3vw, 40px);
  }

  .hero-copy {
    align-self: start;
    max-width: 1180px;
  }

  .hero-visual {
    min-width: 0;
  }

}

.hero-capability-grid {
  margin-top: 0;
  align-self: start;
  align-content: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  order: 1;
}

@media (min-width: 960px) {
  .hero-capability-grid {
    order: 1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-visual { order: 2; }
}

.section-header {
  display: grid;
  gap: 18px;
  max-width: 900px;
  margin-bottom: 42px;
}

.section-header--flush {
  margin-bottom: 0;
}

.outcomes-section {
  overflow: hidden;
  padding-block: clamp(54px, 7vw, 92px);
  background:
    radial-gradient(circle at 82% 16%, oklch(88% 0.038 232 / 0.54), transparent 32%),
    linear-gradient(180deg, oklch(99% 0.003 248), oklch(96.8% 0.01 248));
  color: var(--fg);
}

.outcomes-container {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1.18fr);
  align-items: center;
  gap: clamp(28px, 5vw, 78px);
}

.outcomes-copy {
  max-width: 620px;
  margin-bottom: 0;
}

.outcomes-copy .eyebrow {
  color: oklch(31% 0.042 250 / 0.72);
}

.outcomes-copy h2 {
  color: var(--fg);
}

.outcomes-copy .lead {
  color: oklch(28% 0.028 250 / 0.74);
}

.outcomes-question {
  margin-top: 20px;
}

.outcomes-question strong {
  color: var(--fg);
  font-weight: 700;
}

.outcomes-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid oklch(70% 0.05 248 / 0.24);
  border-radius: 34px;
  background:
    radial-gradient(circle at 72% 8%, oklch(75.4% 0.139 232.7 / 0.18), transparent 34%),
    linear-gradient(180deg, oklch(18% 0.043 257), oklch(10.5% 0.036 262));
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.09),
    0 28px 72px oklch(14% 0.035 260 / 0.16);
}

.outcomes-visual::before {
  content: "";
  position: absolute;
  inset: auto 9% 8%;
  height: 28%;
  border-radius: 50%;
  background: oklch(75.4% 0.139 232.7 / 0.16);
  filter: blur(30px);
  transform: translateY(18px);
  pointer-events: none;
}

.outcomes-visual img {
  position: relative;
  display: block;
  width: min(100%, 648px);
  height: auto;
  filter: drop-shadow(0 30px 64px oklch(0% 0 0 / 0.36));
}

.audience-filter {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  max-width: 100%;
  margin: -12px 0 24px;
  padding: 6px;
  border: 1px solid oklch(86% 0.014 248);
  border-radius: 18px;
  background: oklch(100% 0 0 / 0.72);
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.82),
    0 14px 34px oklch(14% 0.035 260 / 0.08);
}

#audiences .audience-filter {
  border-color: oklch(75.4% 0.139 232.7 / 0.18);
  background: oklch(100% 0 0 / 0.055);
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.08),
    0 18px 42px oklch(0% 0 0 / 0.18);
}

.audience-filter-label {
  flex: 0 0 auto;
  padding: 0 6px 0 10px;
  color: oklch(30% 0.025 260 / 0.72);
  font-size: 14px;
  font-weight: 540;
  letter-spacing: -0.01em;
}

#audiences .audience-filter-label {
  color: oklch(96% 0.004 248 / 0.82);
}

.audience-filter-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6px;
}

.audience-filter-btn {
  --role-bg: oklch(12.5% 0.048 250);
  --role-line: oklch(68% 0.085 242 / 0.36);
  --role-glow: oklch(66% 0.09 242 / 0.14);
  --role-label: oklch(80% 0.055 238 / 0.86);
  --role-tint: color-mix(in oklch, var(--role-label), white 62%);
  min-height: 40px;
  border: 1px solid color-mix(in oklch, var(--role-label), transparent 42%);
  border-radius: 12px;
  padding: 0 16px;
  background: var(--role-tint);
  color: var(--role-bg);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition:
    transform 180ms var(--ease-standard),
    background 180ms var(--ease-standard),
    border-color 180ms var(--ease-standard),
    color 180ms var(--ease-standard),
    box-shadow 180ms var(--ease-standard);
}

#audiences .audience-filter-btn {
  background: color-mix(in oklch, var(--role-bg), white 7%);
  color: var(--role-label);
}

.audience-filter-btn[data-audience-filter="coach"] {
  --role-bg: oklch(12.5% 0.048 250);
  --role-line: oklch(68% 0.085 242 / 0.36);
  --role-glow: oklch(66% 0.09 242 / 0.14);
  --role-label: oklch(80% 0.055 238 / 0.86);
}

.audience-filter-btn[data-audience-filter="org"] {
  --role-bg: oklch(14% 0.052 162);
  --role-line: oklch(70% 0.075 158 / 0.34);
  --role-glow: oklch(68% 0.08 158 / 0.12);
  --role-label: oklch(82% 0.052 155 / 0.84);
}

.audience-filter-btn[data-audience-filter="researcher"] {
  --role-bg: oklch(13% 0.056 24);
  --role-line: oklch(69% 0.075 26 / 0.34);
  --role-glow: oklch(68% 0.08 26 / 0.12);
  --role-label: oklch(82% 0.048 28 / 0.84);
}

.audience-filter-btn:hover {
  transform: translateY(-1px);
  border-color: color-mix(in oklch, var(--role-label), transparent 18%);
  background: color-mix(in oklch, var(--role-label), white 54%);
  color: color-mix(in oklch, var(--role-bg), black 18%);
}

#audiences .audience-filter-btn:hover {
  background: color-mix(in oklch, var(--role-bg), white 12%);
  color: oklch(98% 0.003 248);
}

.audience-filter-btn:focus-visible {
  outline: 2px dashed color-mix(in oklch, var(--role-label), var(--role-bg) 16%);
  outline-offset: 3px;
}

.audience-filter-btn.is-active {
  border-color: var(--role-line);
  background: linear-gradient(180deg, color-mix(in oklch, var(--role-bg), white 8%), var(--role-bg));
  color: oklch(99% 0.003 248);
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.22),
    0 12px 26px var(--role-glow);
}

.audience-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  transition: padding-bottom 220ms var(--ease-standard);
}

.audience-card {
  --selected-index: 0;
  --tuck-index: 0;
  position: relative;
  min-height: 0;
  border-radius: 24px;
  border: 1px solid var(--audience-line);
  padding: clamp(22px, 2.6vw, 30px);
  display: grid;
  grid-template-rows: auto auto auto auto auto;
  align-content: start;
  gap: 13px;
  background: var(--audience-bg);
  color: oklch(96% 0.004 248);
  box-shadow:
    inset 0 0 0 1px oklch(100% 0 0 / 0.055),
    inset 0 1px 0 oklch(100% 0 0 / 0.08),
    0 18px 52px oklch(0% 0 0 / 0.18),
    0 0 22px var(--audience-glow);
  transition:
    transform 240ms var(--ease-standard),
    opacity 220ms var(--ease-standard),
    filter 220ms var(--ease-standard),
    box-shadow 220ms var(--ease-standard);
}

.audience-cards.is-filtered .audience-card.is-selected {
  z-index: calc(10 - var(--selected-index));
  transform: translateY(-4px);
  box-shadow:
    inset 0 0 0 1px oklch(100% 0 0 / 0.07),
    inset 0 1px 0 oklch(100% 0 0 / 0.12),
    0 26px 66px oklch(0% 0 0 / 0.24),
    0 0 30px var(--audience-glow);
}

.audience-cards.is-filtered .audience-card.is-tucked {
  z-index: calc(3 - var(--tuck-index));
  transform: translateY(calc(12px + (var(--tuck-index) * 6px))) scale(0.965);
  opacity: 0.82;
  filter: saturate(1.04) brightness(0.94);
  pointer-events: none;
}

.audience-card--coach {
  --audience-bg: oklch(12.5% 0.048 250);
  --audience-line: oklch(68% 0.085 242 / 0.36);
  --audience-glow: oklch(66% 0.09 242 / 0.14);
  --audience-label: oklch(80% 0.055 238 / 0.86);
}

.audience-card--org {
  --audience-bg: oklch(14% 0.052 162);
  --audience-line: oklch(70% 0.075 158 / 0.34);
  --audience-glow: oklch(68% 0.08 158 / 0.12);
  --audience-label: oklch(82% 0.052 155 / 0.84);
}

.audience-card--researcher {
  --audience-bg: oklch(13% 0.056 24);
  --audience-line: oklch(69% 0.075 26 / 0.34);
  --audience-glow: oklch(68% 0.08 26 / 0.12);
  --audience-label: oklch(82% 0.048 28 / 0.84);
}

.audience-card .mono-label {
  justify-self: center;
  color: var(--audience-label);
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 540;
  letter-spacing: 0.12em;
  text-align: center;
}
.audience-card h3 { color: oklch(98% 0.003 248); }

.audience-challenge-card {
  position: relative;
  padding: 15px 16px;
  border: 1px solid color-mix(in oklch, var(--audience-label), white 4%);
  border-radius: 18px;
  background:
    linear-gradient(180deg, oklch(100% 0 0 / 0.065), oklch(100% 0 0 / 0.024)),
    color-mix(in oklch, var(--audience-bg), var(--audience-label) 12%);
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.08),
    0 0 22px color-mix(in oklch, var(--audience-label), transparent 80%);
}

.audience-challenge {
  margin: 0;
  color: oklch(91% 0.006 248 / 0.84);
  font-size: 15px;
  line-height: 1.42;
  letter-spacing: -0.01em;
  text-wrap: pretty;
}

.audience-challenge strong {
  color: var(--audience-label);
  font-weight: 700;
}

.audience-solution-label {
  margin: 2px 0 -6px;
  color: color-mix(in oklch, var(--audience-label), white 8%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}

.audience-points {
  display: grid;
  align-content: start;
  align-self: stretch;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: oklch(89% 0.006 248 / 0.84);
}

.audience-points li {
  position: relative;
  min-height: 52px;
  padding: 13px 14px 13px 42px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  border: 1px solid color-mix(in oklch, var(--audience-label), transparent 68%);
  border-radius: 18px;
  background:
    linear-gradient(180deg, oklch(100% 0 0 / 0.035), oklch(100% 0 0 / 0.012)),
    color-mix(in oklch, var(--audience-bg), white 4%);
  box-shadow: inset 0 1px 0 oklch(100% 0 0 / 0.06);
}

.audience-points li:first-child {
  border-color: color-mix(in oklch, var(--audience-label), white 12%);
  box-shadow:
    inset 0 0 0 1px color-mix(in oklch, var(--audience-label), transparent 74%),
    inset 0 1px 0 oklch(100% 0 0 / 0.08),
    0 0 20px color-mix(in oklch, var(--audience-label), transparent 78%);
}

.audience-points li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 1.55em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--audience-label);
  box-shadow:
    0 0 0 4px color-mix(in oklch, var(--audience-label), transparent 84%),
    0 0 12px color-mix(in oklch, var(--audience-label), transparent 58%);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: oklch(100% 0 0 / 0.1);
  border: 1px solid oklch(71.1% 0.035 256.8 / 0.42);
  border-radius: 30px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px oklch(75.4% 0.139 232.7 / 0.12),
    0 20px 52px oklch(14% 0.035 260 / 0.12);
}

.capability-grid.hero-capability-grid {
  align-self: start;
  align-content: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 960px) {
  .capability-grid.hero-capability-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.capability {
  --step-accent: var(--reference-cyan);
  position: relative;
  min-height: 0;
  width: 100%;
  border: 0;
  appearance: none;
  padding: clamp(12px, 1.25vw, 16px) clamp(18px, 1.8vw, 24px) clamp(14px, 1.35vw, 18px);
  background:
    linear-gradient(180deg, oklch(100% 0 0 / 0.04), transparent),
    var(--reference-ink);
  display: grid;
  align-content: start;
  gap: 12px;
  color: oklch(98.5% 0.002 247.8);
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 color-mix(in srgb, var(--step-accent) 0%, transparent);
  transition: box-shadow var(--motion-base) var(--ease-standard), background var(--motion-base) var(--ease-standard);
}

.capability::before,
.capability::after {
  content: "";
  position: absolute;
  z-index: 1;
  transition: transform var(--motion-base) var(--ease-standard), background var(--motion-base) var(--ease-standard), border-color var(--motion-base) var(--ease-standard), box-shadow var(--motion-base) var(--ease-standard);
}

.capability::before {
  top: 26px;
  right: 16px;
  width: 44px;
  height: 24px;
  border-radius: var(--radius-pill);
  border: 1px solid color-mix(in srgb, var(--step-accent) 42%, oklch(100% 0 0 / 0.22));
  background: oklch(0% 0 0 / 0.24);
}

.capability::after {
  top: 30px;
  right: 40px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: oklch(94% 0.006 264.5 / 0.86);
}

.capability:nth-child(2) { --step-accent: var(--reference-teal); }
.capability:nth-child(3) { --step-accent: var(--reference-blue); }
.capability:nth-child(4) { --step-accent: var(--reference-amber); }

.capability:first-child { border-radius: 29px 0 0 29px; }
.capability:last-child { border-radius: 0 29px 29px 0; }

.hero-capability-grid .capability:first-child { border-radius: 29px 29px 0 0; }
.hero-capability-grid .capability:nth-child(2),
.hero-capability-grid .capability:nth-child(3) { border-radius: 0; }
.hero-capability-grid .capability:last-child { border-radius: 0 0 29px 29px; }

@media (min-width: 960px) {
  .hero-capability-grid .capability:first-child { border-radius: 29px 0 0 29px; }
  .hero-capability-grid .capability:nth-child(2),
  .hero-capability-grid .capability:nth-child(3) { border-radius: 0; }
  .hero-capability-grid .capability:last-child { border-radius: 0 29px 29px 0; }
}

.capability:hover,
.capability[aria-pressed="true"] {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--step-accent) 9%, transparent), transparent 72%),
    var(--reference-ink);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--step-accent) 72%, transparent),
    inset 0 0 28px color-mix(in srgb, var(--step-accent) 22%, transparent);
}

.capability[aria-pressed="true"]::before {
  border-color: color-mix(in srgb, var(--step-accent) 88%, transparent);
  background: color-mix(in srgb, var(--step-accent) 26%, oklch(0% 0 0 / 0.24));
  box-shadow: 0 0 18px color-mix(in srgb, var(--step-accent) 22%, transparent);
}

.capability[aria-pressed="true"]::after {
  transform: translateX(20px);
  background: var(--step-accent);
}

.capability:focus-visible {
  outline: 2px dashed color-mix(in srgb, var(--step-accent) 78%, white 22%);
  outline-offset: -6px;
}

.capability-top {
  display: grid;
  grid-template-columns: minmax(54px, 1fr) auto minmax(54px, 1fr);
  align-items: center;
  justify-items: center;
  row-gap: 12px;
}

.capability-copy {
  display: grid;
  gap: 0;
}

.capability-title {
  grid-column: 1 / -1;
  color: oklch(98.5% 0.002 247.8);
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.14;
  font-weight: 540;
  letter-spacing: -0.02em;
  text-align: center;
}

.capability .muted {
  color: oklch(92.8% 0.006 264.5 / 0.72);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.45;
  text-align: center;
}

.capability-icon {
  grid-column: 2;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--step-accent) 74%, transparent);
  display: grid;
  place-items: center;
  color: oklch(98.5% 0.002 247.8);
  background: color-mix(in srgb, var(--step-accent) 12%, transparent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--step-accent) 24%, transparent);
}

.capability-icon svg { width: 21px; height: 21px; stroke-width: 1.75; }

.waitlist {
  border-radius: 34px;
  padding: clamp(30px, 6vw, 72px);
  border: 1px solid oklch(75.4% 0.139 232.7 / 0.16);
  background:
    radial-gradient(circle at 78% 18%, oklch(75.4% 0.139 232.7 / 0.16), transparent 34%),
    radial-gradient(circle at 14% 86%, oklch(78.5% 0.133 181.9 / 0.1), transparent 32%),
    linear-gradient(180deg, oklch(15.5% 0.046 258), oklch(9.5% 0.036 262));
  color: var(--accent-on);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  min-width: 0;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.06),
    0 28px 80px oklch(14% 0.035 260 / 0.12);
}

.waitlist h2, .waitlist .eyebrow { color: var(--accent-on); }
.waitlist h2 { overflow-wrap: anywhere; }
.waitlist .lead { color: oklch(100% 0 0 / 0.72); }
.waitlist > * { min-width: 0; }

.waitlist-form {
  display: grid;
  gap: 0.9rem;
  border-radius: 24px;
  border: 1px solid oklch(75.4% 0.139 232.7 / 0.18);
  background:
    linear-gradient(125deg, oklch(75.4% 0.139 232.7 / 0.08), transparent 42%),
    linear-gradient(180deg, oklch(12.5% 0.04 264 / 0.96), oklch(9% 0.034 264 / 0.98));
  color: oklch(98% 0.003 248);
  padding: 20px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.05),
    0 16px 38px oklch(0% 0 0 / 0.18);
}

.waitlist-field {
  display: grid;
  gap: 0.45rem;
}

.waitlist-label {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  line-height: 1.2;
  color: oklch(96% 0.006 248 / 0.66);
  padding-left: 1rem;
}

.waitlist-label--primary {
  margin-bottom: -0.35rem;
}

.waitlist-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
}

input,
.waitlist-select,
.waitlist-submit {
  width: 100%;
  min-height: 52px;
  border-radius: var(--radius-sm);
}

input {
  border: 1px solid var(--border);
  padding: 13px 18px;
  font: 330 16px/1.2 var(--font-body);
  color: var(--fg);
  background: var(--surface);
}

.waitlist-form input,
.waitlist-select {
  min-height: 3.7rem;
  border-radius: 18px;
  border: 1px solid oklch(75.4% 0.139 232.7 / 0.2);
  background:
    linear-gradient(180deg, oklch(17% 0.042 264 / 0.96), oklch(11% 0.036 264 / 0.98)),
    oklch(10% 0.035 264);
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.045),
    0 12px 24px oklch(0% 0 0 / 0.16);
  color: oklch(98% 0.003 248);
  font: 330 16px/1.2 var(--font-body);
  transition:
    border-color 220ms var(--ease-standard),
    background 220ms var(--ease-standard),
    box-shadow 220ms var(--ease-standard),
    transform 220ms var(--ease-standard);
}

.waitlist-form input {
  padding: 0 1rem;
}

.waitlist-form input::placeholder {
  color: oklch(96% 0.006 248 / 0.36);
}

.select-shell {
  position: relative;
}

.select-shell::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.62rem;
  height: 0.62rem;
  pointer-events: none;
  border-right: 2px solid oklch(75.4% 0.139 232.7 / 0.74);
  border-bottom: 2px solid oklch(75.4% 0.139 232.7 / 0.74);
  transform: translateY(-62%) rotate(45deg);
  transition: border-color 220ms var(--ease-standard), opacity 220ms var(--ease-standard);
}

.waitlist-select {
  appearance: none;
  padding: 0 2.7rem 0 1rem;
}

.waitlist-select option {
  background: oklch(12% 0.035 264);
  color: oklch(98% 0.003 248);
}

.waitlist-form input:hover:not(:disabled),
.waitlist-select:hover:not(:disabled) {
  border-color: oklch(75.4% 0.139 232.7 / 0.44);
  background:
    linear-gradient(180deg, oklch(18.5% 0.044 264 / 0.98), oklch(12.5% 0.038 264 / 0.99)),
    oklch(10% 0.035 264);
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.06),
    0 14px 28px oklch(0% 0 0 / 0.18),
    0 0 0 1px oklch(75.4% 0.139 232.7 / 0.08);
}

.select-shell:hover::after,
.select-shell:focus-within::after {
  border-color: oklch(82% 0.118 220 / 0.92);
  opacity: 1;
}

.waitlist-submit {
  width: auto;
  min-width: 190px;
  min-height: 58px;
  border: 1px solid oklch(88% 0.09 220 / 0.72);
  border-radius: 12px;
  padding: 0 1.75rem;
  background: linear-gradient(180deg, oklch(82% 0.118 220), oklch(72% 0.135 226));
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.28),
    0 18px 36px oklch(72% 0.135 226 / 0.22),
    0 0 42px oklch(72% 0.135 226 / 0.18);
  color: oklch(9% 0.034 264);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition:
    transform var(--motion-fast) var(--ease-standard),
    box-shadow var(--motion-fast) var(--ease-standard),
    filter var(--motion-fast) var(--ease-standard);
}

.waitlist-submit:hover:not(:disabled),
.waitlist-submit:focus-visible:not(:disabled) {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.34),
    0 22px 42px oklch(72% 0.135 226 / 0.28),
    0 0 48px oklch(72% 0.135 226 / 0.22);
  filter: saturate(1.05);
}

.waitlist-submit:disabled,
.waitlist-form input:disabled,
.waitlist-select:disabled {
  cursor: wait;
  opacity: 0.76;
}

.waitlist-form input:focus-visible,
.waitlist-select:focus-visible {
  outline: none;
  border-color: oklch(82% 0.118 220 / 0.72);
  background:
    linear-gradient(180deg, oklch(19% 0.046 264 / 0.98), oklch(12% 0.038 264 / 0.99)),
    oklch(10% 0.035 264);
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.075),
    0 16px 34px oklch(0% 0 0 / 0.2),
    0 0 0 3px oklch(75.4% 0.139 232.7 / 0.18),
    0 0 26px oklch(75.4% 0.139 232.7 / 0.18);
}

.waitlist-privacy {
  margin: 0;
  color: oklch(96% 0.006 248 / 0.52);
  font-size: 13px;
  line-height: 1.45;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: oklch(96% 0.006 248 / 0.58);
  font-size: 14px;
  font-weight: 330;
  line-height: 1.45;
}

.form-note[data-status="success"] {
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  border: 1px solid oklch(78.5% 0.133 181.9 / 0.42);
  background: oklch(78.5% 0.133 181.9 / 0.12);
  color: oklch(96% 0.04 180);
}

.form-note[data-status="error"] {
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  border: 1px solid oklch(72% 0.14 25 / 0.44);
  background: oklch(72% 0.14 25 / 0.12);
  color: oklch(96% 0.035 25);
}

.trap {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.site-footer {
  padding-block: 34px;
  border-top: 1px solid var(--border-soft);
}

.footer-row {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  flex-wrap: wrap;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms var(--ease-standard), transform 520ms var(--ease-standard);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .hero-grid, .waitlist {
    grid-template-columns: 1fr;
  }

  .hero-copy { padding-bottom: 0; }
  .hero-visual { min-height: auto; }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability-grid.hero-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability:first-child { border-radius: 29px 0 0 0; }
  .capability:nth-child(2) { border-radius: 0 29px 0 0; }
  .capability:nth-child(3) { border-radius: 0 0 0 29px; }
  .capability:last-child { border-radius: 0 0 29px 0; }
  .audience-cards { grid-template-columns: 1fr; }
}

@media (max-width: 959px) {
  .hero-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-capability-grid .capability:first-child { border-radius: 29px 0 0 0; }
  .hero-capability-grid .capability:nth-child(2) { border-radius: 0 29px 0 0; }
  .hero-capability-grid .capability:nth-child(3) { border-radius: 0 0 0 29px; }
  .hero-capability-grid .capability:last-child { border-radius: 0 0 29px 0; }
}

@media (min-width: 1181px) {
  .capability-grid.hero-capability-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hero-capability-grid .capability:first-child { border-radius: 29px 0 0 29px; }
  .hero-capability-grid .capability:nth-child(2),
  .hero-capability-grid .capability:nth-child(3) { border-radius: 0; }
  .hero-capability-grid .capability:last-child { border-radius: 0 29px 29px 0; }
  .audience-card.is-card-interactive {
    cursor: pointer;
  }
  .audience-card.is-card-interactive:focus-visible {
    outline: 2px dashed var(--audience-label);
    outline-offset: 5px;
  }
  .audience-cards.is-filtered .audience-card.is-tucked {
    opacity: 0.48;
    filter: saturate(0.58) brightness(0.72);
    pointer-events: auto;
    box-shadow:
      inset 0 0 0 1px oklch(100% 0 0 / 0.025),
      0 10px 28px oklch(0% 0 0 / 0.12);
  }
  .audience-cards.is-filtered .audience-card.is-tucked:hover,
  .audience-cards.is-filtered .audience-card.is-tucked:focus-visible {
    opacity: 0.66;
    filter: saturate(0.78) brightness(0.84);
    box-shadow:
      inset 0 0 0 1px oklch(100% 0 0 / 0.04),
      0 14px 34px oklch(0% 0 0 / 0.16),
      0 0 18px var(--audience-glow);
  }
}

@media (max-width: 860px) {
  .nav {
    grid-template-columns: 1fr auto;
    padding-inline: var(--container-gutter-tablet);
  }

  .nav-links {
    position: fixed;
    inset: 74px 18px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 18px;
    box-shadow: var(--shadow-soft);
  }

  body.menu-open .nav-links { display: flex; }
  .nav-actions .btn { display: none; }
  .icon-button { display: grid; }
  .container { padding-inline: var(--container-gutter-tablet); }
  .section { padding-block: var(--section-y-tablet); }
  .outcomes-container { grid-template-columns: 1fr; }
  .outcomes-copy { max-width: 720px; }
  .outcomes-visual { justify-items: start; }
  .outcomes-visual img { width: min(100%, 612px); }
  #audiences { padding-top: 52px; padding-bottom: 32px; }
  #waitlist { padding-top: 32px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid.hero-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability { min-height: auto; }
  .capability:first-child { border-radius: 29px 29px 0 0; }
  .capability:nth-child(2),
  .capability:nth-child(3) { border-radius: 0; }
  .capability:last-child { border-radius: 0 0 29px 29px; }
  .hero-capability-grid .capability:first-child { border-radius: 29px 0 0 0; }
  .hero-capability-grid .capability:nth-child(2) { border-radius: 0 29px 0 0; }
  .hero-capability-grid .capability:nth-child(3) { border-radius: 0 0 0 29px; }
  .hero-capability-grid .capability:last-child { border-radius: 0 0 29px 0; }
  .audience-cards.is-filtered {
    grid-template-columns: minmax(0, 1fr);
  }

  .audience-cards.is-filtered[data-selected-count="1"] {
    padding-bottom: 68px;
  }

  .audience-cards.is-filtered[data-selected-count="1"] .audience-card {
    grid-area: 1 / 1;
  }

  .audience-cards.is-filtered[data-selected-count="1"] .audience-card.is-selected {
    transform: translateY(0);
  }

  .audience-cards.is-filtered[data-selected-count="1"] .audience-card.is-tucked {
    transform:
      translateY(calc(34px + (var(--tuck-index) * 20px)))
      scale(calc(0.955 - (var(--tuck-index) * 0.025)));
    opacity: 0.9;
    filter: saturate(1.12) brightness(1.02);
    box-shadow:
      inset 0 0 0 1px oklch(100% 0 0 / 0.07),
      0 18px 42px color-mix(in oklch, var(--audience-label), transparent 76%);
  }
}

@media (max-width: 560px) {
  .nav { padding-inline: var(--container-gutter-phone); }
  .container { padding-inline: var(--container-gutter-phone); }
  .section { padding-block: 38px; }
  .outcomes-section { padding-block: 38px 34px; }
  .outcomes-container { gap: 18px; }
  .outcomes-copy { gap: 14px; }
  .outcomes-visual {
    margin-inline: 0;
    justify-items: center;
    padding: 12px;
    border-radius: 22px;
  }
  .outcomes-visual img {
    width: min(94%, 488px);
    max-width: 100%;
  }
  .outcomes-visual::before {
    inset: 16% 12%;
    filter: blur(22px);
  }
  #audiences { padding-top: 38px; padding-bottom: 24px; }
  #waitlist { padding-top: 24px; }
  h1 { font-size: 38px; line-height: 1.02; }
  h2 { font-size: 32px; line-height: 1.08; }
  h3 { font-size: 21px; }
  .lead { font-size: 17px; line-height: 1.45; }
  .hero { min-height: auto; padding-top: 32px; padding-bottom: 22px; border-radius: 0; }
  .hero-grid { gap: 22px; }
  .hero-copy { gap: 15px; max-width: 100%; }
  .hero-copy h1 {
    max-width: 10.5em;
    font-size: clamp(38px, 10vw, 46px);
    line-height: 1;
  }
  .hero-copy .lead {
    max-width: 33ch;
    font-size: 18px;
    line-height: 1.42;
  }
  .hero-actions {
    gap: 10px;
    align-items: stretch;
    flex-direction: column;
  }
  .hero-demo {
    gap: 14px;
    padding: 0;
    border-radius: 0;
  }
  .hero-visual {
    gap: 8px;
  }
  .hero-visual > .view-label {
    margin-bottom: -4px;
  }
  .product-frame {
    display: none;
  }
  .mobile-builder-card {
    display: grid;
    gap: 12px;
    width: 100%;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid oklch(75.4% 0.139 232.7 / 0.25);
    background:
      linear-gradient(180deg, oklch(75.4% 0.139 232.7 / 0.1), oklch(100% 0 0 / 0.035)),
      oklch(9.8% 0.033 264 / 0.82);
    box-shadow:
      inset 0 0 0 1px oklch(100% 0 0 / 0.05),
      0 14px 30px oklch(0% 0 0 / 0.14);
  }
  .mobile-builder-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .mobile-builder-kicker,
  .mobile-builder-status {
    font-family: var(--font-mono);
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .mobile-builder-kicker {
    color: oklch(94% 0.027 232);
  }
  .mobile-builder-status {
    color: oklch(92.8% 0.006 264.5 / 0.62);
  }
  .mobile-builder-list {
    display: grid;
    gap: 8px;
  }
  .mobile-builder-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
    padding: 10px 12px 10px 36px;
    border-radius: 14px;
    border: 1px solid oklch(100% 0 0 / 0.08);
    background: oklch(100% 0 0 / 0.045);
    color: oklch(92.8% 0.006 264.5 / 0.72);
    position: relative;
    transition:
      background var(--motion-fast) var(--ease-standard),
      border-color var(--motion-fast) var(--ease-standard),
      color var(--motion-fast) var(--ease-standard);
  }
  .mobile-builder-row::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 17px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: oklch(100% 0 0 / 0.18);
    box-shadow: 0 0 0 1px oklch(100% 0 0 / 0.12);
  }
  .mobile-builder-row.is-active {
    border-color: oklch(75.4% 0.139 232.7 / 0.34);
    background: oklch(75.4% 0.139 232.7 / 0.12);
    color: oklch(98.5% 0.002 247.8);
  }
  .mobile-builder-row.is-active::before {
    background: oklch(75.4% 0.139 232.7);
    box-shadow: 0 0 18px oklch(75.4% 0.139 232.7 / 0.32);
  }
  .mobile-builder-row span {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 540;
    letter-spacing: -0.01em;
  }
  .mobile-builder-row small {
    color: oklch(92.8% 0.006 264.5 / 0.6);
    font-size: 13px;
    line-height: 1.25;
  }
  .journey-connector {
    min-height: 30px;
    margin-top: -12px;
    margin-bottom: -2px;
  }
  .journey-connector span {
    height: 22px;
  }
  .journey-connector svg {
    width: 32px;
    height: 22px;
  }
  .journey-outcome {
    min-width: 0;
    overflow: hidden;
  }
  .participant-preview {
    justify-self: stretch;
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }
  .participant-preview img {
    max-height: min(84vh, 820px);
    border-radius: 18px;
  }
  .hero-choice-note {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: start;
    justify-content: start;
    justify-self: stretch;
    gap: 10px;
    text-align: left;
    max-width: 100%;
  }
  .hero-choice-note .flow-step-number { margin-top: 1px; }
  .flow-step-text {
    font-size: 18px;
    line-height: 1.22;
  }
  .footer-row { align-items: center; flex-direction: column; }
  .btn { width: 100%; }
  .product-frame { border-radius: 0; padding: 0; }
  .capability-grid.hero-capability-grid { grid-template-columns: 1fr; }
  .hero-capability-grid .capability:first-child { border-radius: 29px 29px 0 0; }
  .hero-capability-grid .capability:nth-child(2),
  .hero-capability-grid .capability:nth-child(3) { border-radius: 0; }
  .hero-capability-grid .capability:last-child { border-radius: 0 0 29px 29px; }
  .capability {
    padding: 12px 14px 14px;
    gap: 10px;
  }
  .capability .muted { font-size: 14px; line-height: 1.38; }
  .capability-title { font-size: 19px; }
  .audience-filter {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: -12px 0 18px;
    padding: 8px;
    gap: 7px;
  }
  .audience-filter-label {
    padding: 0;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
  }
  .audience-filter-actions {
    display: flex;
    width: 100%;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 4px;
    min-width: 0;
  }
  .audience-filter-btn {
    flex: 1 1 0;
    width: auto;
    min-height: 36px;
    padding-inline: 6px;
    font-size: 12px;
    white-space: nowrap;
  }
  .audience-cards.is-filtered[data-selected-count="1"] {
    padding-bottom: 58px;
  }
  .audience-card {
    border-radius: 22px;
    padding: 20px 16px;
    gap: 14px;
  }
  .audience-card .mono-label {
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
  .audience-card h3 {
    font-size: 20px;
    line-height: 1.16;
  }
  .audience-points {
    gap: 8px;
    align-self: start;
  }
  .audience-points li {
    min-height: auto;
    padding: 11px 12px 11px 34px;
    border-radius: 16px;
    font-size: 15px;
    line-height: 1.34;
  }
  .audience-points li::before {
    left: 15px;
    top: 18px;
    width: 7px;
    height: 7px;
  }
  .waitlist {
    border-radius: 24px;
    padding: 24px 14px;
    gap: 22px;
  }
  .waitlist .section-header {
    margin-bottom: 0;
  }
  .waitlist h2 {
    font-size: 31px;
    line-height: 1.06;
  }
  .waitlist-form {
    border-radius: 20px;
    padding: 14px;
  }
  .waitlist-row {
    grid-template-columns: 1fr;
  }
  .waitlist-submit {
    width: 100%;
  }
  input {
    min-height: 48px;
    padding-inline: 16px;
  }
}
