/* REACH final funnel and interface convergence layer. */

:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 88px;
  --conv-dark: #0d0f12;
  --conv-dark-soft: #14171c;
  --conv-dark-line: rgba(255, 255, 255, 0.12);
  --conv-card: rgba(255, 255, 255, 0.9);
  --conv-card-line: rgba(29, 29, 31, 0.09);
  --conv-max: 1240px;
  --max: var(--conv-max);
}

[hidden] {
  display: none !important;
}

.page-home--converged {
  background: #f5f5f7;
  color: #1d1d1f;
  letter-spacing: 0;
  overflow-x: clip;
}

.page-home--converged::before {
  background:
    radial-gradient(64rem 34rem at 82% -8%, rgba(1, 111, 208, 0.09), transparent 64%),
    linear-gradient(180deg, #fbfbfd 0, #f5f5f7 40rem, #f5f5f7 100%);
}

.page-home--converged h1,
.page-home--converged h2,
.page-home--converged h3,
.page-home--converged h4 {
  color: inherit;
  font-kerning: normal;
  text-wrap: balance;
}

.page-home--converged h1 {
  font-size: clamp(3.65rem, 6.2vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.038em;
}

.page-home--converged h2 {
  font-size: clamp(2.6rem, 4.7vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.042em;
}

.page-home--converged h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.12;
  letter-spacing: -0.024em;
}

.page-home--converged p,
.page-home--converged li,
.page-home--converged summary,
.page-home--converged dd {
  text-wrap: pretty;
}

.page-home--converged .shell {
  max-width: var(--conv-max);
  padding-inline: clamp(24px, 4vw, 56px);
}

.page-home--converged section[id] {
  scroll-margin-top: 76px;
}

.conv-section {
  padding-block: clamp(80px, 7vw, 112px);
}

.conv-heading {
  display: grid;
  gap: var(--space-4);
  max-width: 790px;
}

.conv-heading .eyebrow {
  margin-bottom: 0;
}

.conv-heading .lead {
  max-width: 680px;
}

.conv-heading--center {
  margin-inline: auto;
  text-align: center;
  justify-items: center;
}

.page-home--converged .eyebrow {
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 720;
  letter-spacing: 0.18em;
}

.page-home--converged .lead {
  color: #65666c;
  font-size: clamp(1.06rem, 1.5vw, 1.22rem);
  line-height: 1.58;
}

.page-home--converged .btn,
.page-home--converged .header-cta {
  white-space: nowrap;
}

.page-home--converged .btn {
  min-height: 52px;
  padding-inline: 24px;
}

.page-home--converged .btn:disabled {
  opacity: 0.42;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.mobile-rail-hint {
  display: none;
}

.page-home--converged .skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: #1d1d1f;
  font-weight: 650;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.page-home--converged .skip-link:focus {
  transform: translateY(0);
}

.conv-cta-row {
  gap: var(--space-3);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding-block: 10px;
  color: var(--accent);
  font-size: 0.93rem;
  font-weight: 650;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(3px);
}

/* Section-aware header */

.page-home--converged .site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  color: #1d1d1f;
  background: rgba(250, 250, 252, 0.82);
  border-bottom: 1px solid rgba(29, 29, 31, 0.09);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.58);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.page-home--converged .header-inner {
  min-height: 60px;
}

.page-home--converged .brand,
.page-home--converged .header-cta {
  min-height: 48px;
}

.page-home--converged .brand,
.page-home--converged .brand img,
.page-home--converged .brand-text,
.page-home--converged .brand-sub,
.page-home--converged .site-nav a {
  transition: color 220ms ease, border-color 220ms ease, filter 220ms ease, opacity 220ms ease;
}

.page-home--converged .brand-sub {
  display: inline-flex;
}

.page-home--converged .site-nav {
  display: flex;
}

.page-home--converged .site-nav a {
  color: #5f6065;
}

.page-home--converged .site-nav a:hover {
  color: var(--accent);
}

.page-home--converged .page-progress {
  height: 1px;
  background: transparent;
}

.page-home--converged .page-progress span {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--accent);
  transform: scaleX(var(--page-progress, 0));
  transform-origin: left center;
}

.page-home--converged .site-header.is-dark {
  color: #fff;
  background: rgba(12, 14, 17, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
}

.page-home--converged .site-header.is-dark .brand img {
  filter: brightness(0) invert(1);
}

.page-home--converged .site-header.is-dark .brand-text,
.page-home--converged .site-header.is-dark .site-nav a {
  color: #fff;
}

.page-home--converged .site-header.is-dark .brand-sub {
  color: rgba(255, 255, 255, 0.68);
  border-left-color: rgba(255, 255, 255, 0.2);
}

.page-home--converged .site-header.is-dark .site-nav a:hover {
  color: #75b9f6;
}

/* Hero */

.conv-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: max(720px, calc(100svh - 61px));
  padding-block: clamp(64px, 7vw, 96px) clamp(54px, 6vw, 72px);
  overflow: hidden;
}

.conv-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(180deg, transparent, rgba(231, 235, 242, 0.48));
}

.hero-atmosphere {
  position: absolute;
  z-index: -1;
  inset: 5% -8% 0;
  pointer-events: none;
}

.hero-atmosphere i {
  position: absolute;
  top: 13%;
  left: 50%;
  border: 1px solid rgba(1, 111, 208, 0.11);
  border-radius: 50%;
  transform: translateX(-50%);
}

.hero-atmosphere i:nth-child(1) { width: min(1120px, 92vw); height: 540px; }
.hero-atmosphere i:nth-child(2) { top: 22%; width: min(880px, 76vw); height: 420px; }
.hero-atmosphere i:nth-child(3) { top: 31%; width: min(640px, 58vw); height: 300px; }

.conv-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: var(--space-5);
  text-align: center;
}

.conv-hero h1 {
  max-width: 13.2ch;
}

.conv-hero .hero-sub {
  max-width: 780px;
  color: #616268;
  font-size: clamp(1.12rem, 1.7vw, 1.36rem);
  line-height: 1.56;
}

.hero-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: var(--space-5);
  padding: 14px 20px;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 44px rgba(20, 24, 32, 0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero-trust span {
  padding-inline: 18px;
  color: #6a6b71;
  font-size: 0.88rem;
}

.hero-trust span + span {
  border-left: 1px solid rgba(29, 29, 31, 0.1);
}

.hero-trust strong {
  color: #1d1d1f;
}

/* Problems */

.problems-section {
  background: #fff;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4);
  margin-top: clamp(34px, 3vw, 44px);
}

.problem-card {
  display: grid;
  align-content: start;
  gap: var(--space-4);
  min-height: 330px;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid var(--conv-card-line);
  border-radius: 30px;
  background: linear-gradient(145deg, #fff, #f9f9fb);
  box-shadow: 0 18px 54px rgba(22, 25, 31, 0.06);
  transition: border-color 220ms ease, box-shadow 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.problem-card.is-selected {
  border-color: rgba(1, 111, 208, 0.38);
  box-shadow: 0 22px 60px rgba(1, 111, 208, 0.11);
  transform: translateY(-2px);
}

.problem-grid.has-selection .problem-card:not(.is-selected) {
  opacity: 0.7;
}

.card-number,
.capability-grid article > span,
.process-grid li > span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 740;
  letter-spacing: 0.12em;
}

.problem-card h3 {
  max-width: 19ch;
}

.problem-card > p {
  max-width: 53ch;
  color: #65666c;
  line-height: 1.55;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chip-list li {
  padding: 6px 10px;
  border: 1px solid rgba(29, 29, 31, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #696a70;
  font-size: 0.76rem;
}

.problem-card .text-link {
  align-self: end;
  margin-top: auto;
}

/* Inspectable proof */

.proof-section {
  background: #f5f5f7;
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: end;
  gap: clamp(44px, 7vw, 90px);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--conv-card-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 22px 64px rgba(22, 25, 31, 0.06);
}

.proof-strip article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 270px;
  padding: 30px;
}

.proof-strip article + article {
  border-left: 1px solid var(--conv-card-line);
}

.proof-strip article > span,
.case-card header span {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 730;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.proof-strip p {
  color: #66676d;
  line-height: 1.55;
}

.proof-strip .text-link {
  align-self: end;
  margin-top: auto;
}

/* Starting points and Media Starter */

.starting-section {
  background: linear-gradient(180deg, #fbfbfd, #f1f2f5);
}

.media-offer {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: var(--space-5);
  margin-top: var(--space-8);
}

.media-offer__visual,
.media-offer__card {
  border: 1px solid var(--conv-card-line);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 24px 72px rgba(22, 25, 31, 0.07);
}

.media-offer__visual {
  align-self: start;
  overflow: hidden;
}

.production-figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #fff;
}

.production-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}

.production-copy {
  display: grid;
  gap: 10px;
  padding: 28px 30px 32px;
}

.production-copy h3 {
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
}

.production-copy > p:last-child {
  color: #67686e;
  line-height: 1.58;
}

.media-offer__card {
  display: grid;
  gap: var(--space-5);
  padding: clamp(30px, 4vw, 48px);
}

.offer-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: var(--space-5);
}

.offer-heading > div:first-child {
  display: grid;
  gap: 12px;
}

.offer-heading h3 {
  max-width: 20ch;
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
}

.offer-price {
  display: grid;
  justify-items: end;
  gap: 4px;
}

.offer-price strong {
  font-size: clamp(2.8rem, 4vw, 4rem);
  font-weight: 610;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.offer-price span {
  color: #77787e;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.payment-line {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.payment-line span {
  padding: 13px 15px;
  border-radius: 14px;
  background: #f3f7fc;
  color: #5f6268;
  font-size: 0.82rem;
  line-height: 1.4;
}

.payment-line strong {
  display: block;
  color: var(--accent);
  font-size: 1rem;
}

.deliverables-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-block: 1px solid var(--conv-card-line);
  list-style: none;
}

.deliverables-list li {
  display: grid;
  gap: 4px;
  min-height: 94px;
  padding: 19px 16px 19px 0;
}

.deliverables-list li:nth-child(even) {
  padding-left: 16px;
  border-left: 1px solid var(--conv-card-line);
}

.deliverables-list li:nth-child(n + 3) {
  border-top: 1px solid var(--conv-card-line);
}

.deliverables-list strong {
  font-size: 0.95rem;
}

.deliverables-list span {
  color: #707177;
  font-size: 0.82rem;
  line-height: 1.42;
}

.approval-note {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  border-left: 2px solid var(--accent);
}

.approval-note h4 {
  font-size: 1.03rem;
  letter-spacing: -0.014em;
}

.approval-note p {
  color: #68696f;
  font-size: 0.88rem;
  line-height: 1.52;
}

.offer-action {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
}

.offer-action p {
  color: #77787e;
  font-size: 0.78rem;
  line-height: 1.48;
}

.gap-review-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1.25fr) minmax(220px, 0.85fr) auto;
  align-items: center;
  gap: clamp(22px, 3vw, 42px);
  margin-top: var(--space-5);
  padding: 30px 34px;
  border: 1px solid rgba(1, 111, 208, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(30rem 16rem at 0 0, rgba(1, 111, 208, 0.1), transparent 72%),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 54px rgba(22, 25, 31, 0.06);
}

.gap-review-card > div {
  display: grid;
  gap: 10px;
}

.gap-review-card > p {
  color: #64656b;
  line-height: 1.55;
}

.gap-review-card > ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #5e6066;
  font-size: 0.82rem;
  list-style: none;
}

.gap-review-card li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--accent);
  font-weight: 740;
}

.starting-principle {
  margin-top: 28px;
  color: #67686e;
  text-align: center;
}

/* Compact customer path */

.journey-section {
  color: #fff;
  background:
    radial-gradient(42rem 28rem at 12% 18%, rgba(1, 111, 208, 0.2), transparent 70%),
    linear-gradient(145deg, #15181d, #090b0e 66%);
}

.journey-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
}

.journey-section .lead {
  color: rgba(255, 255, 255, 0.66);
}

.journey-section .eyebrow,
.founder-section .eyebrow {
  color: #72b9f9;
}

.journey-timeline {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey-timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 24px;
  width: 1px;
  background: linear-gradient(var(--accent), rgba(255, 255, 255, 0.14));
}

.journey-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  padding: 22px 0;
}

.journey-timeline li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.journey-timeline li > span {
  z-index: 1;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(1, 111, 208, 0.55);
  border-radius: 50%;
  background: #0d1014;
  color: #72b9f9;
  font-size: 0.7rem;
  font-weight: 740;
  letter-spacing: 0.1em;
}

.journey-timeline li > div {
  display: grid;
  align-content: center;
  gap: 6px;
}

.journey-timeline h3 {
  color: #fff;
}

.journey-timeline p {
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.48;
}

/* Capabilities */

.capabilities-section {
  background: #fff;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--space-4);
  margin-top: var(--space-7);
}

.capability-grid article {
  display: grid;
  align-content: start;
  gap: 14px;
  grid-column: span 2;
  min-height: 245px;
  padding: 30px;
  border: 1px solid var(--conv-card-line);
  border-radius: 26px;
  background: linear-gradient(145deg, #fff, #f8f9fb);
}

.capability-grid article:nth-child(-n + 2) {
  grid-column: span 3;
}

.capability-grid p {
  color: #67686e;
  line-height: 1.56;
}

/* Mini case studies */

.case-section {
  background: #f5f5f7;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4);
  margin-top: clamp(34px, 3vw, 44px);
}

.case-card {
  display: grid;
  align-content: start;
  gap: 26px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--conv-card-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 58px rgba(22, 25, 31, 0.055);
}

.case-card header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--conv-card-line);
}

.case-card header > div {
  display: grid;
  gap: 8px;
}

.case-card header p {
  max-width: 190px;
  color: #717278;
  font-size: 0.8rem;
  text-align: right;
}

.case-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.case-card dl > div {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 18px;
  padding-block: 15px;
}

.case-card dl > div + div {
  border-top: 1px solid var(--conv-card-line);
}

.case-card dt {
  font-size: 0.76rem;
  font-weight: 690;
}

.case-card dd {
  margin: 0;
  color: #68696f;
  font-size: 0.88rem;
  line-height: 1.52;
}

.case-proof-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: -8px 0 0;
  padding: 13px 15px;
  border: 1px solid rgba(1, 111, 208, 0.14);
  border-radius: 15px;
  background: rgba(1, 111, 208, 0.05);
  color: #66676d;
  font-size: 0.8rem;
}

.case-proof-line span,
.case-proof-line a {
  font-weight: 680;
}

.case-proof-line a {
  color: var(--accent);
}

/* Four-step process */

.process-section {
  background: #fff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-4);
  margin-top: clamp(34px, 3vw, 44px);
  padding-left: clamp(24px, 4vw, 56px);
  list-style: none;
}

.process-grid li {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--conv-card-line);
  border-radius: 26px;
  background: #fafafd;
}

.process-grid p {
  color: #67686e;
  line-height: 1.56;
}

/* Founder */

.founder-section {
  color: #fff;
  background: #080a0b;
}

.founder-layout {
  display: grid;
  grid-template-columns: minmax(0, 42fr) minmax(220px, 25fr) minmax(0, 33fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
}

.founder-intro {
  display: grid;
  gap: var(--space-4);
}

.founder-intro h2 {
  color: #fff;
}

.founder-portrait {
  position: relative;
  align-self: end;
  margin: 0;
  overflow: visible;
  background: transparent;
}

.founder-portrait img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  object-position: center top;
  mix-blend-mode: normal;
  -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
}

.founder-portrait::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 26%;
  pointer-events: none;
  background: linear-gradient(transparent, #080a0b);
}

@supports ((-webkit-mask-image: linear-gradient(#000, transparent)) or (mask-image: linear-gradient(#000, transparent))) {
  .founder-portrait::after { display: none; }
}

.founder-copy {
  display: grid;
  gap: 12px;
}

.founder-copy h3 {
  color: #fff;
  font-size: clamp(1.65rem, 2.6vw, 2.25rem);
}

.founder-role {
  color: #7fc0fb;
  font-weight: 650;
}

.founder-copy > p:not(.founder-role):not(.founder-location) {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.62;
}

.founder-location {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
}

.founder-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.founder-points li {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
}

/* FAQ and final CTA */

.faq-section {
  background: #f5f5f7;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  align-items: start;
  gap: clamp(48px, 8vw, 110px);
}

.faq-list {
  overflow: hidden;
  border: 1px solid var(--conv-card-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 58px rgba(22, 25, 31, 0.055);
}

.faq-list details + details {
  border-top: 1px solid var(--conv-card-line);
}

.faq-list summary {
  position: relative;
  padding: 21px 56px 21px 24px;
  color: #1d1d1f;
  font-weight: 620;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  color: var(--accent);
  font-size: 1.4rem;
  font-weight: 400;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after { content: "−"; }

.faq-list details p {
  max-width: 68ch;
  padding: 0 56px 22px 24px;
  color: #66676d;
  font-size: 0.92rem;
  line-height: 1.58;
}

.final-section {
  padding-bottom: calc(clamp(88px, 9vw, 132px) + env(safe-area-inset-bottom));
  background: #f5f5f7;
}

.final-card {
  display: grid;
  justify-items: center;
  gap: var(--space-4);
  padding-block: clamp(64px, 9vw, 108px);
  border: 1px solid rgba(1, 111, 208, 0.14);
  border-radius: 38px;
  background:
    radial-gradient(40rem 22rem at 50% 0, rgba(1, 111, 208, 0.12), transparent 70%),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 80px rgba(22, 25, 31, 0.075);
  text-align: center;
}

.final-card h2 {
  max-width: 12ch;
}

.final-card .lead {
  max-width: 670px;
}

.final-card .conv-cta-row {
  margin-top: 8px;
}

.page-home--converged .site-footer {
  padding-bottom: calc(30px + env(safe-area-inset-bottom));
}

.page-home--converged .footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
}

/* Calm entrance motion */

.js .page-home--converged [data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 400ms cubic-bezier(0.22, 1, 0.36, 1), transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js .page-home--converged [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Intermediate layouts */

@media (max-width: 1120px) {
  .gap-review-card { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gap-review-card .btn { justify-self: start; }
}

/* Tablet */

@media (max-width: 980px) {
  .page-home--converged .site-nav { display: none; }
  .proof-layout,
  .journey-layout,
  .faq-layout { grid-template-columns: 1fr; }
  .proof-strip { max-width: 760px; }
  .media-offer { grid-template-columns: 0.78fr 1.22fr; }
  .offer-heading { grid-template-columns: 1fr; }
  .offer-price { justify-items: start; }
  .gap-review-card { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gap-review-card .btn { justify-self: start; }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability-grid article,
  .capability-grid article:nth-child(-n + 2) { grid-column: auto; }
  .capability-grid article:last-child { grid-column: 1 / -1; min-height: auto; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .founder-layout { grid-template-columns: minmax(0, 1.15fr) minmax(210px, 0.85fr); }
  .founder-intro { grid-column: 1 / -1; }
}

/* Mobile */

@media (max-width: 767px) {
  :root {
    --pad-x: 20px;
  }

  .page-home--converged .shell {
    padding-inline: 20px;
  }

  .page-home--converged .header-inner {
    min-height: 58px;
  }

  .page-home--converged .brand-sub { display: none; }
  .page-home--converged .header-cta { min-height: 38px; padding-inline: 16px; }

  .page-home--converged h1 {
    font-size: clamp(2.55rem, 11vw, 3.35rem);
    line-height: 0.98;
    letter-spacing: -0.035em;
  }

  .page-home--converged h2 {
    font-size: clamp(2rem, 8.5vw, 2.65rem);
    line-height: 1.04;
    letter-spacing: -0.035em;
  }

  .page-home--converged h3,
  .problem-card h3,
  .capability-grid h3,
  .process-grid h3 {
    font-size: 1.35rem;
    line-height: 1.15;
  }

  .page-home--converged .lead,
  .conv-hero .hero-sub {
    font-size: 1.05rem;
    line-height: 1.58;
  }

  .conv-section {
    padding-block: 64px;
  }

  .conv-heading {
    gap: 0;
  }

  .conv-heading .eyebrow { margin-bottom: 12px; }
  .conv-heading h2 { margin-bottom: 16px; }

  .conv-hero {
    min-height: 0;
    padding-block: 72px;
  }

  .conv-hero__inner {
    justify-items: start;
    gap: 0;
    text-align: left;
  }

  .conv-hero .eyebrow { margin-bottom: 24px; }
  .conv-hero h1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-wrap: pretty;
  }
  .conv-hero .hero-sub {
    width: 100%;
    margin-bottom: 24px;
  }
  .conv-hero .conv-cta-row { margin-bottom: 32px; }

  .hero-atmosphere { inset: 8% -55% 0; }
  .hero-atmosphere i:nth-child(1) { width: 720px; height: 500px; }
  .hero-atmosphere i:nth-child(2) { width: 560px; height: 390px; }
  .hero-atmosphere i:nth-child(3) { width: 400px; height: 280px; }

  .conv-cta-row {
    display: grid;
    width: 100%;
    gap: 12px;
  }

  .conv-cta-row .btn {
    width: 100%;
  }

  .hero-trust {
    display: grid;
    width: 100%;
    gap: 0;
    margin-top: 0;
    padding: 8px 18px;
    border-radius: 24px;
  }

  .hero-trust span {
    padding: 10px 0;
    font-size: 0.82rem;
  }

  .hero-trust span + span {
    border-top: 1px solid rgba(29, 29, 31, 0.09);
    border-left: 0;
  }

  .problem-grid,
  .proof-strip,
  .media-offer,
  .payment-line,
  .deliverables-list,
  .gap-review-card,
  .capability-grid,
  .case-grid,
  .process-grid,
  .founder-layout {
    grid-template-columns: 1fr;
  }

  .problem-grid,
  .proof-strip,
  .media-offer,
  .case-grid,
  .process-grid {
    gap: 16px;
    margin-top: 32px;
  }

  .problem-card,
  .capability-grid article,
  .process-grid li {
    min-height: 0;
    padding: 24px;
    border-radius: 24px;
  }

  .problem-card { gap: 14px; }
  .problem-card .text-link { margin-top: 10px; }

  .proof-layout { gap: 32px; }
  .proof-strip { border-radius: 24px; }
  .proof-strip article { min-height: 0; padding: 24px; }
  .proof-strip article + article { border-top: 1px solid var(--conv-card-line); border-left: 0; }
  .proof-strip .text-link { margin-top: 10px; }

  .media-offer__visual,
  .media-offer__card { border-radius: 26px; }
  .production-figure { aspect-ratio: 4 / 3; }
  .production-copy { padding: 24px; }
  .media-offer__card { gap: 24px; padding: 24px; }
  .offer-heading { grid-template-columns: 1fr; gap: 20px; }
  .offer-price { justify-items: start; }
  .offer-price strong { font-size: 3rem; }
  .payment-line { gap: 8px; }
  .deliverables-list li,
  .deliverables-list li:nth-child(even) { min-height: 0; padding: 16px 0; border-left: 0; }
  .deliverables-list li + li { border-top: 1px solid var(--conv-card-line); }
  .offer-action { grid-template-columns: 1fr; gap: 12px; }
  .offer-action .btn { width: 100%; }

  .gap-review-card {
    gap: 20px;
    margin-top: 16px;
    padding: 24px;
    border-radius: 24px;
  }

  .gap-review-card .btn { width: 100%; }
  .starting-principle { margin-top: 24px; text-align: left; }

  .journey-layout { gap: 32px; }
  .journey-timeline::before { left: 17px; top: 26px; bottom: 26px; }
  .journey-timeline li { grid-template-columns: 36px 1fr; gap: 16px; padding: 22px 0; }
  .journey-timeline li > span { width: 36px; height: 36px; font-size: 0.62rem; }
  .journey-timeline h3 { font-size: 1.2rem; }
  .journey-timeline p { font-size: 0.92rem; }

  .capability-grid { gap: 16px; margin-top: 32px; }
  .capability-grid article,
  .capability-grid article:nth-child(-n + 2),
  .capability-grid article:last-child { grid-column: auto; }

  .case-card { gap: 22px; padding: 24px; border-radius: 24px; }
  .case-card header { align-items: start; flex-direction: column; }
  .case-card header p { max-width: none; text-align: left; }
  .case-card dl > div { grid-template-columns: 1fr; gap: 6px; }

  .process-grid { padding-inline: 20px; }

  .founder-layout {
    gap: 24px;
  }

  .founder-intro { grid-column: auto; }
  .founder-portrait { order: 2; justify-self: center; width: min(100%, 330px); }
  .founder-portrait img { max-height: 400px; object-position: center top; }
  .founder-copy { order: 3; gap: 12px; }

  .faq-layout { gap: 32px; }
  .faq-list { border-radius: 24px; }
  .faq-list summary { padding: 20px 52px 20px 20px; }
  .faq-list summary::after { right: 20px; }
  .faq-list details p { padding: 0 20px 20px; }

  .final-section {
    padding-block: 72px calc(72px + env(safe-area-inset-bottom));
  }

  .final-card {
    gap: 0;
    width: calc(100% - 40px);
    margin-inline: auto;
    padding: 48px 24px;
    border-radius: 28px;
  }

  .final-card .eyebrow { margin-bottom: 12px; }
  .final-card h2 { margin-bottom: 16px; }
  .final-card .lead { margin-bottom: 24px; }
}

@media (max-width: 430px) {
  .page-home--converged .header-cta { padding-inline: 14px; }
  .page-home--converged .brand-text { font-size: 0.9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .page-home--converged [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .page-home--converged *,
  .page-home--converged *::before,
  .page-home--converged *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Personalized funnel convergence */

.page-home--converged h1 {
  letter-spacing: -0.032em;
}

.page-home--converged h2 {
  letter-spacing: -0.035em;
}

.hero-context,
.problem-context {
  max-width: 720px;
  color: #74757b;
  font-size: 0.94rem;
  line-height: 1.55;
}

.conv-hero .hero-context {
  margin-top: -8px;
}

.problem-context {
  margin-top: 2px;
}

/* Path Finder */

.pathfinder-section {
  background: #fff;
}

.pathfinder-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(44px, 7vw, 96px);
}

.pathfinder-panel {
  min-width: 0;
  min-height: 500px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(29, 29, 31, 0.09);
  border-radius: 34px;
  background:
    radial-gradient(36rem 22rem at 100% 0%, rgba(1, 111, 208, 0.09), transparent 68%),
    linear-gradient(145deg, #fff, #f8f9fc);
  box-shadow: 0 24px 74px rgba(22, 25, 31, 0.08);
  scroll-margin-top: 76px;
}

.pathfinder-progress {
  display: none;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  color: #77787e;
  font-size: 0.76rem;
  font-weight: 680;
}

.pathfinder-panel.is-enhanced .pathfinder-progress {
  display: grid;
}

.pathfinder-progress i {
  display: block;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(29, 29, 31, 0.08);
}

.pathfinder-progress b {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
  transition: width 220ms ease;
}

.pathfinder-saved {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: -10px 0 24px;
  padding: 8px 11px;
  border: 1px solid rgba(1, 111, 208, 0.14);
  border-radius: 999px;
  background: rgba(1, 111, 208, 0.06);
  color: #356f9f;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.35;
}

.pathfinder-business {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: -10px 0 12px;
  padding: 10px 12px;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  color: #62636a;
  font-size: 0.78rem;
  font-weight: 620;
}

.pathfinder-business button {
  min-height: 36px;
  padding-inline: 10px;
  border: 0;
  border-radius: 10px;
  background: rgba(1, 111, 208, 0.08);
  color: var(--accent);
  font: inherit;
  cursor: pointer;
}

.pathfinder-business button:focus-visible {
  outline: 3px solid rgba(1, 111, 208, 0.24);
  outline-offset: 2px;
}

.pathfinder-form {
  display: grid;
  gap: 28px;
}

.pathfinder-step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.pathfinder-step + .pathfinder-step {
  padding-top: 26px;
  border-top: 1px solid var(--conv-card-line);
}

.pathfinder-panel.is-enhanced .pathfinder-step + .pathfinder-step {
  padding-top: 0;
  border-top: 0;
}

.pathfinder-step legend {
  display: grid;
  gap: 8px;
  width: 100%;
  margin-bottom: 20px;
  color: #1d1d1f;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 690;
  line-height: 1.14;
  letter-spacing: -0.025em;
}

.pathfinder-step legend span {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 730;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pathfinder-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pathfinder-options label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.pathfinder-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.pathfinder-options label > span {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(29, 29, 31, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  color: #4e4f54;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.pathfinder-options label:hover > span {
  border-color: rgba(1, 111, 208, 0.38);
  transform: translateY(-1px);
}

.pathfinder-options input:checked + span {
  border-color: rgba(1, 111, 208, 0.62);
  background: rgba(1, 111, 208, 0.09);
  color: #045da9;
  box-shadow: inset 0 0 0 1px rgba(1, 111, 208, 0.1);
}

.pathfinder-options input:focus-visible + span {
  outline: 3px solid rgba(1, 111, 208, 0.28);
  outline-offset: 3px;
}

.pathfinder-controls {
  display: none;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

.pathfinder-panel.is-enhanced .pathfinder-controls {
  display: flex;
}

.pathfinder-fallback {
  margin-top: 4px;
}

.pathfinder-panel.is-enhanced .pathfinder-fallback {
  display: none;
}

.pathfinder-result {
  display: grid;
  gap: 18px;
  min-height: 390px;
  align-content: start;
  outline: none;
}

.pathfinder-result-copy {
  display: grid;
  gap: 18px;
}

.pathfinder-result .result-label,
.pathfinder-result .result-path > span,
.pathfinder-result dt {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 730;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pathfinder-result h3 {
  font-size: clamp(2.25rem, 4vw, 3.6rem);
  letter-spacing: -0.035em;
}

.pathfinder-result-copy > p:not(.result-label) {
  max-width: 58ch;
  color: #606167;
  font-size: 1.03rem;
  line-height: 1.58;
}

.result-path {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(1, 111, 208, 0.16);
  border-radius: 18px;
  background: rgba(1, 111, 208, 0.06);
}

.result-path strong {
  color: #303137;
  font-size: 0.96rem;
  line-height: 1.48;
}

.pathfinder-result dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.pathfinder-result dl > div {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px;
  border-top: 1px solid var(--conv-card-line);
}

.pathfinder-result dd {
  margin: 0;
  color: #5f6066;
  font-size: 0.88rem;
  line-height: 1.5;
}

.pathfinder-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

/* Desired-state contrast */

.difference-section {
  background: #f5f5f7;
}

.difference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.difference-context {
  max-width: 48ch;
  margin-top: 14px;
  color: #65666c;
  font-size: 1rem;
  line-height: 1.52;
}

#media {
  scroll-margin-top: 76px;
}

.difference-card {
  display: grid;
  align-content: start;
  gap: 20px;
  min-height: 300px;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 30px;
}

.difference-card > span {
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 740;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.difference-card ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.difference-card li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 650;
  line-height: 1.35;
}

.difference-card li + li::before {
  content: "→";
  color: var(--accent);
}

.difference-card p {
  max-width: 54ch;
  line-height: 1.58;
}

.difference-card--before {
  border: 1px solid var(--conv-card-line);
  background: rgba(255, 255, 255, 0.88);
  color: #4e4f55;
}

.difference-card--before p {
  color: #72737a;
}

.difference-card--after {
  color: #fff;
  background:
    radial-gradient(28rem 18rem at 100% 0%, rgba(1, 111, 208, 0.42), transparent 74%),
    linear-gradient(145deg, #152536, #0a0e13);
  box-shadow: 0 24px 68px rgba(8, 12, 18, 0.18);
}

.difference-card--after p {
  color: rgba(255, 255, 255, 0.68);
}

.case-gap {
  color: #62636a;
  line-height: 1.56;
}

.case-gap strong {
  display: block;
  margin-bottom: 6px;
  color: #1d1d1f;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-details,
.offer-details {
  border-top: 1px solid var(--conv-card-line);
}

.case-details summary,
.offer-details summary {
  position: relative;
  min-height: 48px;
  padding: 15px 38px 15px 0;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 680;
  cursor: pointer;
  list-style: none;
}

.case-details summary::-webkit-details-marker,
.offer-details summary::-webkit-details-marker {
  display: none;
}

.case-details summary::after,
.offer-details summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 4px;
  font-size: 1.25rem;
  font-weight: 450;
  transform: translateY(-50%);
}

.case-details[open] summary::after,
.offer-details[open] summary::after {
  content: "−";
}

.case-details summary:focus-visible,
.offer-details summary:focus-visible {
  outline: 3px solid rgba(1, 111, 208, 0.25);
  outline-offset: 3px;
}

.problem-card .text-link {
  justify-self: start;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.93rem;
  font-weight: 650;
}

/* Starting offers */

.starting-section {
  background: #f5f5f7;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(36px, 3.4vw, 44px);
}

.offer-secondary-row {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.offer-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--conv-card-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 58px rgba(22, 25, 31, 0.06);
}

.offer-card--media {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
}

.offer-media-frame {
  min-height: 100%;
  margin: 0;
  background: #eef0f3;
}

.offer-media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.offer-card__body {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: clamp(28px, 4vw, 44px);
}

.offer-card__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--conv-card-line);
}

.offer-card__header > div:first-child {
  display: grid;
  gap: 10px;
}

.offer-card__header h3 {
  max-width: 22ch;
  font-size: clamp(1.6rem, 2.8vw, 2.5rem);
}

.offer-price {
  display: grid;
  flex: 0 0 auto;
  justify-items: end;
  gap: 3px;
}

.offer-price strong {
  color: #111216;
  font-size: clamp(2.5rem, 4vw, 3.7rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.offer-price span {
  color: #787980;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.offer-card__body > p {
  color: #64656b;
  line-height: 1.58;
}

.offer-checklist {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-highlights li {
  display: grid;
  place-items: center;
  min-height: 68px;
  padding: 10px;
  border: 1px solid rgba(1, 111, 208, 0.13);
  border-radius: 14px;
  background: rgba(1, 111, 208, 0.05);
  color: #404147;
  font-size: 0.78rem;
  font-weight: 640;
  line-height: 1.35;
  text-align: center;
}

.offer-details .offer-checklist {
  padding-bottom: 4px;
}

.offer-checklist li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-top: 1px solid var(--conv-card-line);
  color: #414248;
  font-size: 0.9rem;
  line-height: 1.48;
}

.offer-checklist li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.offer-payment,
.offer-examples {
  padding: 15px 17px;
  border-radius: 16px;
  background: #f5f7fa;
  font-size: 0.84rem;
}

.offer-card .btn {
  justify-self: start;
  margin-top: auto;
}

.offer-card--trust,
.offer-card--gap {
  display: grid;
}

.offer-card--trust .offer-card__body,
.offer-card--gap .offer-card__body {
  height: 100%;
}

/* Compact the two remaining frameworks */

.journey-section .journey-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.process-grid li {
  min-height: 220px;
}

/* Project form context handoff */

.page-form .project-context {
  display: grid;
  gap: 16px;
  margin: 0 0 26px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(1, 111, 208, 0.18);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(1, 111, 208, 0.08), rgba(255, 255, 255, 0.84));
}

.page-form .project-context legend {
  padding-inline: 6px;
  color: #1d1d1f;
  font-size: 1.2rem;
  font-weight: 680;
}

.page-form .project-context > p {
  color: #66676d;
  line-height: 1.5;
}

.page-form .project-optional {
  margin: 2px 0 0;
  padding: 0 18px;
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 18px;
  background: rgba(248, 249, 252, 0.78);
}

.page-form .project-optional summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  padding-right: 34px;
  color: #46474c;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}

.page-form .project-optional summary::-webkit-details-marker {
  display: none;
}

.page-form .project-optional summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  color: var(--accent);
  font-size: 1.25rem;
}

.page-form .project-optional[open] summary::after {
  content: "−";
}

.page-form .project-optional summary:focus-visible {
  outline: 3px solid rgba(1, 111, 208, 0.24);
  outline-offset: 3px;
  border-radius: 10px;
}

.page-form .project-optional-grid {
  margin: 2px 0 18px;
}

.page-form .context-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.page-form .context-recommendation {
  padding-top: 14px;
  border-top: 1px solid rgba(1, 111, 208, 0.14);
  font-size: 0.88rem;
}

@media (max-width: 980px) {
  .pathfinder-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pathfinder-heading {
    max-width: 720px;
  }

  .offer-card--media {
    grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr);
  }

  .offer-media-frame img {
    min-height: 100%;
  }

  .offer-card__header {
    flex-direction: column;
  }

  .offer-price {
    justify-items: start;
  }
}

@media (max-width: 767px) {
  .page-home--converged h1 {
    font-size: clamp(2.42rem, 10.2vw, 3rem);
    line-height: 1;
    letter-spacing: -0.024em;
  }

  .page-home--converged h2 {
    font-size: clamp(1.95rem, 8.1vw, 2.48rem);
    line-height: 1.045;
    letter-spacing: -0.026em;
  }

  .conv-hero {
    padding-block: 56px 60px;
  }

  .conv-hero .eyebrow {
    margin-bottom: 18px;
  }

  .conv-hero h1 {
    max-width: 100%;
    margin-bottom: 18px;
  }

  .conv-hero .hero-sub {
    margin-bottom: 16px;
  }

  .conv-hero .hero-context {
    margin: 0 0 24px;
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .conv-hero .conv-cta-row {
    margin-bottom: 24px;
  }

  .pathfinder-panel {
    min-height: 0;
    padding: 24px;
    border-radius: 26px;
  }

  .pathfinder-saved {
    margin: -8px 0 20px;
    white-space: normal;
  }

  .pathfinder-options,
  .pathfinder-options--business,
  .pathfinder-options--outcome {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pathfinder-options label > span {
    min-height: 50px;
    padding: 12px 14px;
  }

  .pathfinder-panel.is-enhanced .pathfinder-controls,
  .pathfinder-result-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .pathfinder-panel.is-enhanced .pathfinder-controls--split {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  }

  .pathfinder-controls .btn,
  .pathfinder-result-actions .btn,
  .pathfinder-fallback .btn {
    width: 100%;
  }

  .pathfinder-result {
    min-height: 0;
    gap: 16px;
  }

  .pathfinder-result h3 {
    font-size: 2.25rem;
    letter-spacing: -0.026em;
  }

  .pathfinder-result dl {
    grid-template-columns: 1fr;
  }

  .difference-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(80vw, 330px);
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 10px;
    scroll-padding-inline: 20px;
    scroll-snap-type: inline mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-top: 16px;
  }

  .difference-grid::-webkit-scrollbar,
  .problem-grid::-webkit-scrollbar,
  .case-grid::-webkit-scrollbar,
  .offer-secondary-row::-webkit-scrollbar {
    display: none;
  }

  .difference-card {
    min-height: 0;
    padding: 24px;
    border-radius: 24px;
    scroll-snap-align: start;
  }

  .difference-card ol {
    display: grid;
    gap: 8px;
  }

  .difference-section,
  .problems-section,
  .proof-section,
  .starting-section,
  .journey-section,
  .process-section,
  .faq-section {
    padding-block: 52px;
  }

  .pathfinder-section,
  .founder-section {
    padding-block: 60px;
  }

  .mobile-rail-hint {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    color: #7a7b81;
    font-size: 0.74rem;
    font-weight: 650;
    letter-spacing: 0.02em;
  }

  .conv-heading--center .mobile-rail-hint {
    justify-content: center;
  }

  .mobile-rail-hint span {
    color: var(--accent);
    font-size: 0.95rem;
  }

  .problem-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 320px);
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 10px;
    scroll-padding-inline: 20px;
    scroll-snap-type: inline mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-top: 16px;
  }

  .problem-card {
    gap: 10px;
    padding: 20px;
    scroll-snap-align: start;
  }

  .problem-card > p {
    font-size: 0.9rem;
    line-height: 1.48;
  }

  .problem-card .chip-list {
    gap: 6px;
  }

  .problem-card .chip-list li {
    padding: 5px 8px;
    font-size: 0.7rem;
  }

  .problem-card .text-link {
    min-height: 48px;
    margin-top: 2px;
  }

  .difference-card li + li::before {
    content: "↓";
    width: 16px;
  }

  .offer-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .offer-secondary-row {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(80vw, 330px);
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 10px;
    scroll-snap-type: inline mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .offer-secondary-row .offer-card {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .mobile-rail-hint--offers {
    grid-column: 1 / -1;
    margin: 10px 0 -2px;
  }

  .offer-card--media {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .offer-media-frame {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .offer-media-frame img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .offer-card,
  .offer-card__body {
    border-radius: 24px;
  }

  .offer-card__body {
    gap: 14px;
    padding: 22px;
  }

  .offer-card__header {
    gap: 14px;
    padding-bottom: 14px;
  }

  .offer-card__header h3 {
    font-size: 1.62rem;
  }

  .offer-price strong {
    font-size: 2.75rem;
  }

  .offer-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .offer-highlights li {
    min-height: 62px;
    padding: 8px 5px;
    font-size: 0.7rem;
  }

  .offer-payment,
  .offer-examples {
    padding: 12px 14px;
    font-size: 0.79rem;
  }

  .offer-card .btn {
    width: 100%;
  }

  .journey-section .journey-layout {
    grid-template-columns: 1fr;
  }

  .process-grid {
    gap: 0;
  }

  .process-grid li {
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 5px;
    min-height: 0;
    padding: 18px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .process-grid li + li {
    border-top: 1px solid var(--conv-card-line);
  }

  .process-grid li > span {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(1, 111, 208, 0.08);
  }

  .process-grid li h3,
  .process-grid li p {
    grid-column: 2;
  }

  .process-grid li p {
    font-size: 0.91rem;
  }

  .case-card {
    gap: 16px;
    padding: 20px;
  }

  .case-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(80vw, 330px);
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 10px;
    scroll-padding-inline: 20px;
    scroll-snap-type: inline mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-top: 16px;
  }

  .case-card {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .case-card header {
    gap: 8px;
    padding-bottom: 14px;
  }

  .case-gap {
    font-size: 0.9rem;
  }

  .journey-timeline li {
    padding-block: 16px;
  }

  .final-card {
    padding-block: 40px;
  }

  .final-section {
    padding-block: 64px calc(64px + env(safe-area-inset-bottom));
  }

  .page-form .context-grid {
    grid-template-columns: 1fr;
  }

  .page-form .project-context {
    padding: 18px;
    border-radius: 18px;
  }
}

@media (min-width: 768px) {
  #proof,
  #starting-points,
  #process {
    padding-top: clamp(68px, 6vw, 96px);
  }

  .problems-section,
  .starting-section {
    padding-bottom: clamp(72px, 6.5vw, 100px);
  }
}

@media (min-width: 981px) and (max-width: 1150px) {
  .pathfinder-layout {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 38px;
  }

  .pathfinder-heading h2 {
    font-size: clamp(2.8rem, 5vw, 3.35rem);
  }
}

@media (min-width: 1200px) {
  .founder-layout {
    grid-template-columns: minmax(0, 39fr) minmax(250px, 29fr) minmax(0, 32fr);
    gap: clamp(32px, 4vw, 58px);
  }

  .founder-intro h2 {
    font-size: clamp(3.35rem, 4.1vw, 3.9rem);
  }
}

@media (max-width: 767px) {
  .page-home--converged .brand,
  .page-home--converged .header-cta {
    min-height: 48px;
  }

  .conv-hero .hero-context {
    margin: 0 0 20px;
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .difference-grid,
  .offer-secondary-row {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 12px;
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .difference-section .mobile-rail-hint,
  .mobile-rail-hint--offers {
    display: none;
  }

  .problem-card,
  .difference-card {
    scroll-snap-stop: always;
  }

  .problem-grid.has-selection .problem-card:not(.is-selected) {
    opacity: 1;
  }

  .page-home--converged .process-grid li {
    min-height: 0;
    padding: 18px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .page-home--converged .process-grid li + li {
    border-top: 1px solid var(--conv-card-line);
  }

  .pathfinder-business {
    margin-top: -8px;
  }

  .case-proof-line {
    margin-top: -4px;
  }
}

@media (max-width: 430px) {
  .conv-hero h1 {
    font-size: clamp(2.34rem, 10vw, 2.7rem);
  }

  .pathfinder-panel,
  .difference-card,
  .offer-card__body,
  .problem-card,
  .case-card {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pathfinder-progress b,
  .pathfinder-options label > span {
    transition: none;
  }
}

/* Final clarity pass: one narrative, a calm proof-first rhythm, and a premium header entrance. */

.page-home--converged h2 {
  font-size: clamp(2.5rem, 4.15vw, 4.05rem);
}

.conv-hero {
  min-height: clamp(720px, calc(100svh - 61px), 860px);
}

.page-home--converged .site-header {
  will-change: opacity, transform;
}

.js .page-home--converged .site-header {
  animation: reach-header-materialize 680ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.js .page-home--converged .site-header .brand,
.js .page-home--converged .site-header .site-nav,
.js .page-home--converged .site-header .header-cta {
  animation: reach-header-item 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.js .page-home--converged .site-header .brand {
  animation-delay: 70ms;
}

.js .page-home--converged .site-header .site-nav {
  animation-delay: 125ms;
}

.js .page-home--converged .site-header .header-cta {
  animation-delay: 180ms;
}

.page-home--converged .page-progress {
  position: relative;
}

.js .page-home--converged .page-progress::after {
  content: "";
  position: absolute;
  inset: -1px 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(1, 111, 208, 0.38), #168be9, rgba(1, 111, 208, 0.38), transparent);
  filter: drop-shadow(0 0 8px rgba(1, 111, 208, 0.42));
  transform: scaleX(0);
  transform-origin: center;
  animation: reach-header-trace 880ms 110ms cubic-bezier(0.22, 1, 0.36, 1) both;
  pointer-events: none;
}

.page-home--converged .site-header.is-scrolled {
  background: rgba(250, 250, 252, 0.94);
  border-bottom-color: rgba(29, 29, 31, 0.12);
  box-shadow: 0 12px 34px rgba(22, 25, 31, 0.08);
}

.page-home--converged .site-header.is-dark.is-scrolled {
  background: rgba(12, 14, 17, 0.95);
  border-bottom-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

@keyframes reach-header-materialize {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes reach-header-item {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes reach-header-trace {
  0% { opacity: 0; transform: scaleX(0); }
  42% { opacity: 1; transform: scaleX(1); }
  100% { opacity: 0; transform: scaleX(1); }
}

.proof-section--early {
  position: relative;
  background: #fff;
  padding-block: clamp(72px, 6vw, 96px);
}

.proof-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: clamp(36px, 7vw, 92px);
}

.proof-intro .lead {
  max-width: 570px;
  justify-self: end;
}

.case-grid--compact {
  grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.78fr);
  gap: 18px;
  margin-top: clamp(32px, 4vw, 48px);
}

.case-grid--compact .case-card {
  min-height: 260px;
  gap: 22px;
  padding: clamp(26px, 3.2vw, 38px);
}

.case-grid--compact .case-card--primary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(36rem 18rem at 90% -10%, rgba(25, 139, 233, 0.2), transparent 62%),
    #101216;
  box-shadow: 0 28px 76px rgba(12, 14, 18, 0.2);
}

.case-grid--compact .case-card--primary header {
  border-bottom-color: rgba(255, 255, 255, 0.13);
}

.case-grid--compact .case-card--primary header p,
.case-grid--compact .case-card--primary .case-gap {
  color: rgba(255, 255, 255, 0.7);
}

.case-grid--compact .case-card--primary .case-gap strong {
  color: #fff;
}

.case-grid--compact .case-card--primary .case-proof-line {
  border-color: rgba(117, 185, 246, 0.24);
  background: rgba(117, 185, 246, 0.1);
  color: rgba(255, 255, 255, 0.72);
}

.case-grid--compact .case-card--primary .case-proof-line a,
.case-grid--compact .case-card--primary header span {
  color: #75b9f6;
}

.case-grid--compact .case-card--support {
  background:
    radial-gradient(28rem 18rem at 100% 0%, rgba(1, 111, 208, 0.1), transparent 65%),
    rgba(255, 255, 255, 0.96);
}

.difference-section {
  padding-block: clamp(68px, 6vw, 92px);
}

.difference-grid {
  margin-top: 28px;
}

.difference-card {
  min-height: 250px;
}

.offer-secondary-row .offer-card__body {
  gap: 16px;
  padding: clamp(24px, 3vw, 34px);
}

.offer-secondary-row .offer-card__header {
  gap: 18px;
  padding-bottom: 16px;
}

.offer-secondary-row .offer-card__header h3 {
  font-size: clamp(1.45rem, 2.1vw, 1.85rem);
}

.offer-secondary-row .offer-price strong {
  font-size: clamp(2.3rem, 3.2vw, 3rem);
}

.offer-secondary-row .offer-highlights li {
  min-height: 72px;
}

@media (max-width: 980px) {
  .proof-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .proof-intro .lead {
    justify-self: start;
  }

  .case-grid--compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .page-home--converged h2 {
    font-size: clamp(1.95rem, 8.1vw, 2.48rem);
  }

  .conv-hero {
    min-height: 0;
  }

  .proof-section--early {
    padding-block: 56px;
  }

  .proof-intro {
    gap: 16px;
  }

  .page-home--converged .case-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 12px;
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .case-grid--compact .case-card {
    min-height: 0;
    padding: 22px;
  }

  .difference-grid {
    margin-top: 20px;
  }

  .difference-section {
    padding-block: 52px;
  }

  .difference-card {
    min-height: 0;
    gap: 13px;
    padding: 20px;
  }

  .difference-card ol {
    gap: 6px;
  }

  .difference-card li {
    font-size: 0.84rem;
  }

  .difference-card p {
    font-size: 0.87rem;
    line-height: 1.46;
  }

  .offer-secondary-row .offer-card__body {
    gap: 12px;
    padding: 20px;
  }

  .offer-secondary-row .offer-card__header {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 12px;
  }

  .offer-secondary-row .offer-card__header h3 {
    font-size: 1.38rem;
  }

  .offer-secondary-row .offer-price strong {
    font-size: 2.35rem;
  }

  .offer-secondary-row .offer-highlights li {
    min-height: 56px;
  }

  .offer-secondary-row .offer-examples {
    margin: 0;
  }

  .offer-media-frame,
  .offer-media-frame img {
    aspect-ratio: 16 / 10;
  }

  .final-section {
    padding-block: 54px calc(54px + env(safe-area-inset-bottom));
  }

  .final-card {
    padding-block: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .page-home--converged .site-header,
  .js .page-home--converged .site-header .brand,
  .js .page-home--converged .site-header .site-nav,
  .js .page-home--converged .site-header .header-cta,
  .js .page-home--converged .page-progress::after {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
