/* ============ AI JUMPSTART PAGE ============ */

.badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  font: 500 12px/1 "Neue Montreal", system-ui, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(57,122,231,0.1);
  color: #397ae7;
  border: 1px solid rgba(57,122,231,0.25);
}
.badge--blue { background: #e8f0ff; color: #397ae7; }
.badge--white { background: rgba(255,255,255,0.16); color: #fff; border-color: rgba(255,255,255,0.25); }

.h-display {
  font: 500 50px/1.18 "Neue Montreal", system-ui, sans-serif;
  letter-spacing: -0.01em;
  margin: 0;
  color: #000;
}
.lead {
  font: 400 18px/24px "Neue Montreal", system-ui, sans-serif;
  color: #656567;
  letter-spacing: -0.002em;
  margin: 0;
}
.eyebrow {
  display: inline-block;
  font: 600 14px/1 "Neue Montreal", system-ui, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #397ae7;
}

/* HERO */
.js-hero { padding: 64px 80px 96px; background: #fdfcf8; }
.js-hero__inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 760px; gap: 56px;
  align-items: center;
}
.js-hero__copy { display: flex; flex-direction: column; gap: 20px; max-width: 540px; align-items: flex-start; }
.js-hero__title { font: 500 80px/1 "Neue Montreal", system-ui, sans-serif; letter-spacing: -0.02em; margin: 0; color: #000; }
.js-hero__sub { font: 400 18px/26px "Neue Montreal", system-ui, sans-serif; color: #656567; margin: 0; }
.js-hero__cta { display: flex; gap: 12px; margin-top: 12px; }
.js-hero__art {
  /* free-floating hero animation: no card frame. aspect-ratio matches the
     animation canvas (1536x1024 = 3:2) so the scene fits naturally. */
  aspect-ratio: 3 / 2;
  position: relative;
}

/* WHAT YOU GET */
.walk { background: #f7f4e8; padding: 128px 80px; }
.walk__head { max-width: 671px; margin: 0 auto 64px; text-align: center; display: flex; flex-direction: column; gap: 20px; align-items: center; }
.walk__head .h-display { font-size: 50px; }
.walk__rail { position: relative; max-width: 1062px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.walk__line {
  position: absolute; left: 50%; top: 0; bottom: 0;
  width: 1.5px;
  background: repeating-linear-gradient(to bottom, rgba(0,0,0,0.18) 0 6px, transparent 6px 12px);
  transform: translateX(-50%);
}
.walk__row {
  display: grid; gap: 40px;
  grid-template-columns: 461px 60px 461px;
  align-items: center;
  height: 300px;
}
.walk__row--right .walk__text { text-align: right; align-items: flex-end; }
.walk__art {
  width: 461px; height: 300px;
  border: 1.5px solid #000;
  border-radius: 8px;
  background: #fdfcf8;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.walk__art img {
  max-width: 70%;
  max-height: 70%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.walk__num {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: #fdfcf8;
  border: 1.5px solid rgba(0,0,0,0.12);
  display: grid; place-items: center;
  position: relative;
  z-index: 2;
  justify-self: center;
}
.walk__num span {
  font: 500 32px/1 "Neue Montreal", system-ui, sans-serif;
  letter-spacing: -0.01em;
  color: #397ae7;
}
.walk__num--muted span { color: #8f8f91; }
.walk__text { display: flex; flex-direction: column; gap: 8px; max-width: 461px; }
.walk__text h3 {
  font: 500 32px/1.2 "Neue Montreal", system-ui, sans-serif;
  letter-spacing: -0.01em;
  color: #000;
  margin: 0;
}
.walk__text p {
  font: 400 18px/24px "Neue Montreal", system-ui, sans-serif;
  letter-spacing: -0.002em;
  color: #656567;
  margin: 0;
}

/* SCOPES */
.scopes { background: #fdfcf8; padding: 128px 80px 96px; }
.scopes__head { max-width: 720px; margin: 0 auto 48px; text-align: center; display: flex; flex-direction: column; gap: 20px; align-items: center; }
.scopes__panel {
  max-width: 1280px;
  margin: 0 auto;
  background: #397ae7;
  border-radius: 16px;
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.scope-card {
  background: #fdfcf8;
  border-radius: 12px;
  min-width: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.scope-card__head { display: flex; align-items: center; justify-content: space-between; }
.scope-card__head h3 { font: 500 24px/1.2 "Neue Montreal", system-ui, sans-serif; letter-spacing: -0.01em; margin: 0; color: #000; }
.scope-card__pill {
  font: 500 11px/1 "Neue Montreal", system-ui, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #e8f0ff;
  color: #397ae7;
  padding: 6px 10px;
  border-radius: 999px;
}
.scope-card__art {
  background: #f7f4e8;
  border-radius: 8px;
  height: 180px;
  display: grid; place-items: center;
}
.scope-card__art svg { width: auto; height: auto; max-width: 70%; max-height: 70%; }
.scope-card__list {
  margin: 0;
  display: grid; grid-template-columns: 110px 1fr; gap: 16px 12px;
  align-items: start;
}
.scope-card__list dt {
  /* line-height 18 on 13px gives the same half-leading (2.5px) as dd's
     22px on 17px — so the glyph tops sit at the same y inside the row,
     even though the fonts are different sizes. */
  font: 500 13px/18px "Neue Montreal", system-ui, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8f8f91;
  margin-bottom: 4px;
}
.scope-card__list dd {
  margin: 0;
  font: 400 17px/22px "Neue Montreal", system-ui, sans-serif;
  color: #000;
  letter-spacing: -0.002em;
}
.scopes__foot { text-align: center; margin: 32px 0 0; color: #656567; font: 400 17px/1.5 "Neue Montreal", system-ui, sans-serif; letter-spacing: -0.002em; }
.scopes__link { color: var(--blue); font-weight: 500; text-decoration: none; }
.scopes__link:hover { text-decoration: underline; }

/* WHY A PROTOTYPE (ported from v3) */
.wp { background: var(--cream); padding: 130px 80px; }
.wp__inner { max-width: 1200px; margin: 0 auto; }
.wp__eyebrow {
  color: var(--blue);
  display: inline-block;
  margin-bottom: 18px;
}
.wp__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 72px;
  align-items: center;
}
.wp__card {
  position: relative;
  background: #fdfcf8;
  border: 1.75px solid var(--ink);
  border-radius: 20px;
  padding: 44px 44px 36px;
  box-shadow: 12px 12px 0 -2px rgba(0,0,0,0.06);
}
.wp__title {
  font-family: "Neue Montreal", system-ui, sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  color: var(--ink);
}
.wp__body p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(0,0,0,0.78);
  max-width: 44ch;
}
.wp__body p:last-child { margin-bottom: 0; }
.wp__body strong { font-weight: 500; color: var(--ink); }
.wp__divider { height: 1px; background: rgba(0,0,0,0.08); margin: 32px 0 28px; }
.wp__unlocks-h {
  font-family: "Neue Montreal", system-ui, sans-serif;
  font-size: 14px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); margin: 0 0 20px;
}
.wp__unlocks {
  list-style: none; padding: 0; margin: 0 0 36px;
  display: flex; flex-direction: column; gap: 16px;
}
.wp__unlocks li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px; align-items: start;
  font-size: 15.5px; line-height: 1.5;
  color: rgba(0,0,0,0.78);
}
.wp__unlocks li strong { color: var(--ink); font-weight: 500; }
.wp__tick {
  width: 22px; height: 22px; border-radius: 6px;
  background: var(--blue); color: #fff;
  display: inline-grid; place-items: center;
  margin-top: 1px;
}
.wp__tick svg { width: 12px; height: 12px; }
.wp__cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--blue); color: #fff;
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 15px; font-weight: 500;
  text-decoration: none;
  border: 1.75px solid var(--blue);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.wp__cta:hover { background: var(--blue-deep); border-color: var(--blue-deep); transform: translateY(-1px); }
.wp__arrow { transition: transform .2s ease; }
.wp__cta:hover .wp__arrow { transform: translateX(3px); }
.wp__media { padding-top: 8px; }
.wp__stack {
  display: flex; flex-direction: column; gap: 48px;
  align-items: center; position: relative;
}
.wp__connector {
  width: 1.5px; height: 48px;
  background: var(--ink);
  margin: -48px 0;
  z-index: 0;
}
.wp__frame {
  position: relative;
  background: #fff;
  border: 1.75px solid var(--ink);
  border-radius: 6px;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  z-index: 1;
  box-shadow: 10px 10px 0 -2px rgba(0,0,0,0.06);
}
.wp__frame--storyboard { transform: rotate(-1.2deg); }
.wp__frame--final { transform: rotate(1deg); }
.wp__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.wp__caption {
  position: absolute;
  left: calc(100% + 16px);
  top: 50%;
  transform: translateY(-50%);
  font-family: "Neue Montreal", system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  white-space: nowrap;
}
.wp__caption .wp__num { color: var(--ink); font-weight: 600; margin-right: 8px; }
.wp__frame--final .wp__caption,
.wp__frame--final .wp__caption .wp__num { color: var(--blue); }

@media (max-width: 900px) {
  .wp__split { grid-template-columns: 1fr; gap: 48px; }
  .wp__caption { position: static; transform: none; margin-top: 12px; }
}

/* PROVED IT */
.proved { background: #fdfcf8; padding: 64px 80px; }
.proved__panel {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  background: var(--blue);
  border-radius: 18px;
  padding: 80px 88px;
  min-height: 560px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 620px) 1fr;
  gap: 48px;
  align-items: center;
  color: #fff;
}
.proved__copy-col { display: flex; flex-direction: column; gap: 24px; align-items: flex-start; max-width: 620px; }
.proved__eyebrow {
  font: 500 13px/1 "Neue Montreal", system-ui, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.92;
}
.proved__title {
  font: 500 52px/1.08 "Neue Montreal", system-ui, sans-serif;
  letter-spacing: -0.02em;
  margin: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.proved__title span { white-space: nowrap; }
.proved__body {
  font: 400 17px/1.55 "Neue Montreal", system-ui, sans-serif;
  letter-spacing: -0.002em;
  color: rgba(255,255,255,0.86);
  margin: 0;
  max-width: 560px;
}
.proved__cta {
  display: inline-block;
  padding: 14px 28px;
  border: 1.5px solid #fff;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font: 500 15px/1 "Neue Montreal", system-ui, sans-serif;
  letter-spacing: -0.002em;
  margin-top: 12px;
  transition: background .2s ease, color .2s ease;
}
.proved__cta:hover { background: #fff; color: var(--blue); }
.proved__graphic {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  max-width: 60%;
  pointer-events: none;
  object-fit: contain;
  object-position: right center;
}

@media (max-width: 1000px) {
  .proved__panel { grid-template-columns: 1fr; padding: 56px 40px; min-height: 0; }
  .proved__title { font-size: 44px; }
  .proved__graphic { position: relative; width: 100%; max-width: 100%; height: auto; margin-top: 24px; }
}

/* ENGAGEMENTS */
.engagements { background: #fdfcf8; padding: 128px 80px; }
.engagements__head { max-width: 800px; margin: 0 auto 48px; text-align: center; display: flex; flex-direction: column; gap: 20px; align-items: center; }
.engagements__grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.engagement {
  background: #fdfcf8; border: 1.5px solid #000; border-radius: 12px; padding: 24px;
  display: flex; flex-direction: column; gap: 12px;
}
.engagement__tag { font: 500 10px/1 "Neue Montreal", system-ui, sans-serif; letter-spacing: 0.12em; text-transform: uppercase; color: #8f8f91; }
.engagement__num { font: 500 56px/1 "Neue Montreal", system-ui, sans-serif; letter-spacing: -0.02em; color: #000; }
.engagement__copy { font: 500 16px/22px "Neue Montreal", system-ui, sans-serif; color: #000; margin: 0; }
.engagement__sub { font: 400 13px/18px "Neue Montreal", system-ui, sans-serif; color: #656567; margin: 0; }
.engagement__link { color: #000; text-decoration: none; font: 500 13px/1 "Neue Montreal", system-ui, sans-serif; border-top: 1px solid rgba(0,0,0,0.1); padding-top: 12px; margin-top: auto; }

/* CLOSER */
.closer { background: #f7f4e8; padding: 128px 80px; text-align: center; }
.closer__inner { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; align-items: center; }
.closer__cta { display: flex; gap: 12px; margin-top: 12px; }

/* FAQ */
.js-faq { background: #fdfcf8; padding: 96px 80px 128px; }
.js-faq__head { max-width: 800px; margin: 0 auto 32px; text-align: center; display: flex; flex-direction: column; gap: 16px; align-items: center; }
.js-faq__head .h-display { font-size: 56px; }
.js-faq__list { max-width: 1062px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.js-faq__item {
  background: #f7f4e8; border: 1.5px solid #000; border-radius: 14px;
  overflow: hidden;
}
.js-faq__btn {
  width: 100%;
  display: grid; grid-template-columns: 24px 1fr; gap: 16px; align-items: center;
  padding: 24px 28px;
  background: transparent; border: 0;
  cursor: pointer;
  text-align: left;
  color: #000;
  font: 500 24px/1.3 "Neue Montreal", system-ui, sans-serif; letter-spacing: -0.01em;
}
.js-faq__tri {
  display: inline-block; width: 0; height: 0;
  border-left: 8px solid #397ae7;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform-origin: 30% 50%;
  transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-faq__item.open .js-faq__tri { transform: rotate(90deg); }
.js-faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .55s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-faq__item.open .js-faq__panel { grid-template-rows: 1fr; }
.js-faq__panel-inner {
  min-height: 0;
  overflow: hidden;
}
.js-faq__body {
  padding: 0 28px 24px 68px;
  font: 400 18px/26px "Neue Montreal", system-ui, sans-serif;
  color: #656567;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .35s ease .05s, transform .5s cubic-bezier(0.16, 1, 0.3, 1) .05s;
}
.js-faq__item.open .js-faq__body {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   RESPONSIVE — desktop-first, mirrors the landing-page breakpoints
   in styles/responsive.css (1024 / 860 / 640 / 420). We keep the
   pre-existing 1100 collapse for the 2-col layouts (hero is wider
   than the landing hero so it collapses earlier).
   ============================================================ */

/* ≤1100 — collapse hero + major 2-col grids to single column */
@media (max-width: 1100px) {
  /* minmax(0, 1fr) — without the 0 min, grid items refuse to shrink below
     their intrinsic min-content (the SVG's design size leaks out and pushes
     the column wider than the viewport, causing horizontal scroll). */
  .js-hero__inner { grid-template-columns: minmax(0, 1fr); }
  .js-hero__art { width: 100%; }
  /* Single-column stack: art on top of each step, then number, then text —
     for BOTH the --left and --right rows. Centered alignment everywhere on
     mobile so the alternating zigzag (which only reads as a zigzag at
     desktop widths) doesn't end up as a confusing right-aligned block. */
  .walk__row {
    grid-template-columns: 1fr;
    height: auto;
    justify-items: center;
    text-align: center;
    gap: 16px;
  }
  .walk__art { width: 100%; order: 1; }
  .walk__num { order: 2; }
  .walk__text {
    order: 3;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
  /* Override the desktop right-row right-alignment so mobile right-rows
     match left-rows. */
  .walk__row--right .walk__text {
    text-align: center;
    align-items: center;
  }
  .walk__line { display: none; }
  .scopes__panel, .engagements__grid { grid-template-columns: 1fr; }
  .process__inner { grid-template-columns: 1fr; }
}

/* ≤1024 — pull side padding inward, scale display headings down */
@media (max-width: 1024px) {
  .js-hero { padding: 56px 48px 80px; }
  .js-hero__title { font-size: clamp(48px, 7vw, 64px); }
  .walk, .scopes, .wp, .proved, .engagements, .closer, .js-faq {
    padding-left: 48px;
    padding-right: 48px;
  }
  .walk__head .h-display,
  .scopes__head .h-display,
  .js-faq__head .h-display,
  .engagements__head .h-display,
  .closer__inner .h-display { font-size: clamp(36px, 4.4vw, 44px); }
  .proved__title { font-size: clamp(36px, 4.4vw, 44px); }
  .proved__panel { padding: 56px 48px; min-height: 0; }
  .engagement__num { font-size: 48px; }
}

/* ≤700 — tight phone-landscape layout: CTAs stack, fonts shrink,
   .proved graphic hides since the panel becomes too narrow for it */
@media (max-width: 700px) {
  .js-hero { padding: 44px 24px 64px; }
  .js-hero__title { font-size: clamp(34px, 9vw, 44px); }
  .js-hero__sub { font-size: 16px; }
  .js-hero__cta { flex-direction: column; align-items: stretch; width: 100%; gap: 10px; }
  .js-hero__cta .btn { width: 100%; justify-content: center; }

  .walk, .scopes, .wp, .engagements, .closer, .js-faq {
    padding-left: 24px;
    padding-right: 24px;
  }
  .walk { padding-top: 80px; padding-bottom: 80px; }
  .scopes, .wp, .engagements { padding-top: 88px; padding-bottom: 88px; }
  .closer { padding: 88px 24px; }
  .js-faq { padding: 72px 24px 96px; }

  .walk__head .h-display,
  .scopes__head .h-display,
  .js-faq__head .h-display,
  .engagements__head .h-display,
  .closer__inner .h-display { font-size: clamp(30px, 6.5vw, 36px); }

  /* Proved CTA panel — drop the right-side graphic, untighten layout */
  .proved { padding: 48px 24px; }
  .proved__panel { padding: 40px 28px; border-radius: 14px; }
  .proved__title { font-size: clamp(30px, 6.5vw, 36px); }
  .proved__title span { white-space: normal; }
  .proved__copy-col { max-width: 100%; gap: 16px; }
  .proved__body { font-size: 16px; }
  .proved__graphic { display: none; }

  .closer__cta { flex-direction: column; align-items: stretch; width: 100%; gap: 10px; }
  .closer__cta .btn { width: 100%; justify-content: center; }

  /* Engagements grid: tighter num scale */
  .engagement { padding: 20px 16px; }
  .engagement__num { font-size: 40px; }

  /* FAQ */
  .js-faq__btn { padding: 18px 22px; font-size: 16px; gap: 12px; }
  .js-faq__body { padding: 0 22px 22px 22px; font-size: 15px; }

  /* Walk text */
  .walk__text h3 { font-size: 26px; }
  .walk__text p { font-size: 15px; }
  .walk__num { font-size: 64px; }

  /* WP storyboard frames stack better */
  .wp__split { grid-template-columns: 1fr; gap: 32px; }
  .wp__card { padding: 32px 24px; }
  .wp__title { font-size: 30px; }
}

/* ≤420 — small phone (baseline 375) */
@media (max-width: 420px) {
  .js-hero { padding: 36px 20px 56px; }
  .js-hero__title { font-size: 32px; }
  .walk, .scopes, .wp, .engagements, .closer, .js-faq {
    padding-left: 20px;
    padding-right: 20px;
  }
  .proved { padding: 40px 20px; }
  .proved__panel { padding: 32px 20px; }
  .scope-card { padding: 18px; }
  .scopes__panel { padding: 14px; }
}
