@charset "utf-8";

/* Monumental brand pass: fewer boxes, larger canvases, verified work. */
:root { --shell: min(1440px, calc(100vw - 56px)); }

.site-header { height: 96px; }
.header-inner { max-width: 1440px; }
.brand { width: 188px; }

/* A full-width thesis instead of a split SaaS hero. */
.v4-hero {
  min-height: 0;
  padding: 158px 0 0;
  background:
    radial-gradient(circle at 88% 4%, rgba(135, 208, 244, .48), transparent 25%),
    linear-gradient(180deg, #fbfdfe 0%, #f2f9fc 100%);
}
.v4-hero::before {
  top: -20vw;
  right: -18vw;
  width: 72vw;
  height: 72vw;
  box-shadow: 0 0 0 110px rgba(0, 159, 232, .025), 0 0 0 220px rgba(0, 159, 232, .016);
}
.v4-hero-layout { display: block; }
.v4-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: clamp(70px, 10vw, 160px);
  align-items: end;
  max-width: none;
}
.v4-kicker { grid-column: 1 / -1; margin-bottom: 34px; }
.v4-hero h1 {
  grid-column: 1 / -1;
  max-width: 1220px;
  font-size: clamp(92px, 8.8vw, 134px);
  font-weight: 680;
  letter-spacing: -.082em;
  line-height: .96;
}
.v4-hero h1 span { display: block; }
.v6-two-line-title .v6-title-line {
  display: block;
  white-space: nowrap;
}
.v4-hero h1.v6-two-line-title .v6-title-line:first-child { color: var(--v5-ink); }
.v4-hero h1.v6-two-line-title .v6-title-line:last-child { color: var(--v5-blue); }
.v4-hero-lede {
  align-self: start;
  max-width: 610px;
  margin: 46px 0 0;
  font-size: 18px;
  line-height: 1.9;
}
.v4-hero-actions {
  align-self: start;
  justify-self: end;
  margin: 46px 0 0;
}
.v4-button { min-height: 62px; padding: 0 31px; }
.v4-hero-principles {
  grid-column: 1 / -1;
  width: min(920px, 100%);
  margin-top: 60px;
}

/* Panoramic buyer-discovery band. */
.v5-query-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr) minmax(300px, .82fr);
  gap: clamp(46px, 6vw, 90px);
  align-items: center;
  width: 100vw;
  min-height: 370px;
  margin: 84px 0 0 calc(50% - 50vw);
  padding: 86px max(28px, calc((100vw - 1384px) / 2)) 70px;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 94% 0%, rgba(0, 159, 232, .34), transparent 28%),
    linear-gradient(120deg, #182126 0%, #222d32 56%, #17272f 100%);
  box-shadow: none;
}
.v5-query-stage::after {
  right: -100px;
  bottom: -190px;
  width: 420px;
  height: 420px;
}
.v5-stage-head {
  position: absolute;
  top: 28px;
  right: max(28px, calc((100vw - 1384px) / 2));
  left: max(28px, calc((100vw - 1384px) / 2));
}
.v5-buyer-query {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.v5-buyer-query span { font-size: 11px; }
.v5-buyer-query p {
  max-width: 500px;
  margin-top: 16px;
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 570;
  line-height: 1.28;
}
.v5-discovery-flow {
  margin: 0;
  padding: 0 34px;
  border-right: 1px solid rgba(255, 255, 255, .10);
  border-left: 1px solid rgba(255, 255, 255, .10);
}
.v5-discovery-flow div { min-height: 68px; }
.v5-discovery-flow b { font-size: 16px; }
.v5-live-result { grid-template-columns: 126px 1fr; padding: 11px; }
.v5-live-result img { width: 126px; height: 94px; }
.v5-live-result b { font-size: 17px; }
.v5-stage-foot {
  position: absolute;
  right: max(28px, calc((100vw - 1384px) / 2));
  bottom: 22px;
  justify-content: flex-end;
}
.v4-discovery-route { display: none; }

/* Larger editorial rhythm. */
.v4-section { padding: clamp(138px, 12vw, 190px) 0; }
.v4-section h2,
.v4-contact h2 { font-size: clamp(58px, 5.4vw, 80px); }
.v4-coverage-intro h2,
.v4-faq-intro h2 { font-size: clamp(48px, 4vw, 60px); }
.v4-section-heading { margin-bottom: 82px; }

/* Problems read as four decisive statements, not template cards. */
.v4-diagnosis { padding-top: 170px; }
.v4-diagnosis-list {
  display: block;
  border-top: 1px solid var(--v5-line);
}
.v4-diagnosis-list a,
.v4-diagnosis-list a:nth-child(2),
.v4-diagnosis-list a:nth-child(4) {
  display: grid;
  grid-template-columns: 150px minmax(300px, .95fr) minmax(260px, .75fr) 180px;
  grid-template-areas: "tag title copy result";
  gap: 38px;
  align-items: center;
  min-height: 154px;
  padding: 30px 8px;
  border: 0;
  border-bottom: 1px solid var(--v5-line);
  border-radius: 0;
  background: transparent;
  transform: none;
}
.v4-diagnosis-list a::after { display: none; }
.v4-diagnosis-list a:hover,
.v4-diagnosis-list a:focus-visible,
.v4-diagnosis-list a:nth-child(2):hover,
.v4-diagnosis-list a:nth-child(2):focus-visible,
.v4-diagnosis-list a:nth-child(4):hover,
.v4-diagnosis-list a:nth-child(4):focus-visible {
  padding-right: 26px;
  padding-left: 26px;
  background: var(--v5-mist);
  box-shadow: none;
  transform: none;
}
.v4-diagnosis-list h3 { margin: 0; font-size: clamp(28px, 2.65vw, 39px); }
.v4-diagnosis-list p { margin: 0; }
.v4-diagnosis-list b { justify-self: end; }

/* Founder / field practice */
.v4-founder-layout {
  grid-template-columns: minmax(430px, .8fr) minmax(0, 1.2fr);
  gap: clamp(76px, 10vw, 150px);
}
.v4-founder-portrait,
.v4-founder-portrait img { min-height: 760px; height: 760px; }
.v4-founder-portrait img {
  object-position: center top;
  filter: none;
}
.v6-field-proof {
  position: relative;
  grid-column: 1 / -1;
  height: clamp(440px, 44vw, 650px);
  margin: 46px 0 0;
  border-radius: 40px 40px 140px 40px;
  background: #1d2022;
  overflow: hidden;
}
.v6-field-proof::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 16, 18, .80), transparent 58%), linear-gradient(0deg, rgba(13, 16, 18, .42), transparent 45%);
  content: "";
}
.v6-field-proof img { width: 100%; height: 100%; object-fit: cover; }
.v6-field-proof figcaption {
  position: absolute;
  z-index: 2;
  bottom: 52px;
  left: 52px;
  display: grid;
  gap: 12px;
  max-width: 620px;
  color: #fff;
}
.v6-field-proof figcaption span { color: var(--v5-sky); font-family: var(--utility); font-size: 10px; font-weight: 760; letter-spacing: .18em; }
.v6-field-proof figcaption b { font-size: clamp(28px, 3vw, 44px); font-weight: 590; letter-spacing: -.04em; line-height: 1.35; }
.v6-field-proof figcaption small { color: rgba(255, 255, 255, .68); font-size: 12px; }

/* Real work from the formal 2026 proposal. */
.v4-case-grid {
  display: block;
}
.v4-case-featured {
  display: block;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.v4-case-featured figure { aspect-ratio: 2.18 / 1; }
.v4-case-featured figure img {
  object-position: center top;
  transform: scale(1.025);
  transform-origin: center top;
}
.v4-case-featured:hover figure img { transform: scale(1.025); }
.v4-case-featured > div {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  gap: 50px;
  align-items: start;
  padding: 28px 4px 0;
}
.v4-case-featured > div > p,
.v4-case-featured > div > h3 { grid-column: 1; }
.v4-case-featured > div > small,
.v4-case-featured > div > strong { grid-column: 2; }
.v4-case-featured > div > small { grid-row: 1 / span 2; align-self: center; margin: 0; font-size: 14px; }
.v4-case-featured > div > strong { margin-top: 0; }
.v4-case-featured h3 { margin-top: 18px; font-size: clamp(34px, 3.2vw, 48px); }
.v4-case-grid > .v4-case:not(.v4-case-featured) {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
  margin-top: 92px;
  padding: 0 0 92px;
  border-bottom: 1px solid var(--v5-line);
}
.v4-case-grid > .v4-case:nth-child(odd):not(.v4-case-featured) figure { order: 2; }
.v4-case-grid > .v4-case:nth-child(odd):not(.v4-case-featured) > div { order: 1; }
.v4-case:not(.v4-case-featured) figure { aspect-ratio: 1.72 / 1; }
.v4-case:not(.v4-case-featured) > div { padding: 0; }
.v4-case:not(.v4-case-featured) h3 { margin-top: 22px; font-size: clamp(34px, 3.4vw, 49px); }
.v4-case:not(.v4-case-featured) small { max-width: 520px; margin-top: 19px; font-size: 14px; }
.v4-case:not(.v4-case-featured) strong { margin-top: 31px; }

/* Project dossiers: real work without exposing client URLs. */
.v4-case-content { min-width: 0; }
.v4-case .v4-case-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  color: #777273;
  font-size: 11px;
  line-height: 1.55;
}
.v4-case .v4-case-meta b {
  color: var(--v5-blue);
  font-family: var(--utility);
  font-weight: 680;
  letter-spacing: .02em;
}
.v4-case-summary {
  max-width: 620px;
  margin: 20px 0 0;
  color: #5f5b5c;
  font-size: 14px;
  line-height: 1.9;
}
.v4-case-details {
  display: grid;
  margin: 28px 0 0;
  border-top: 1px solid var(--v5-line);
}
.v4-case-details > div {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--v5-line);
}
.v4-case-details dt {
  color: #858081;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .08em;
}
.v4-case-details dd {
  margin: 0;
  color: #343132;
  font-size: 12px;
  line-height: 1.7;
}
.v4-case-scope {
  display: block;
  margin-top: 22px;
  color: var(--v5-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
}
.v4-case-featured > .v4-case-content {
  grid-template-rows: auto auto 1fr;
  row-gap: 0;
}
.v4-case-featured .v4-case-meta,
.v4-case-featured h3,
.v4-case-featured .v4-case-scope { grid-column: 1; }
.v4-case-featured .v4-case-meta { grid-row: 1; }
.v4-case-featured h3 { grid-row: 2; }
.v4-case-featured .v4-case-scope { grid-row: 3; align-self: end; }
.v4-case-featured .v4-case-summary,
.v4-case-featured .v4-case-details { grid-column: 2; }
.v4-case-featured .v4-case-summary { grid-row: 1; margin-top: 0; }
.v4-case-featured .v4-case-details { grid-row: 2 / span 2; margin-top: 22px; }

.v4-domain-list > div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 82px;
  padding: 0 4px;
  border-bottom: 1px solid #cedde4;
  color: var(--v5-ink);
}
.v4-domain-list > div span { font-size: 18px; font-weight: 570; }
.v4-domain-list > div b { color: #777273; font-family: var(--utility); font-size: 11px; font-weight: 550; }

.v6-results {
  margin-top: clamp(130px, 12vw, 180px);
  padding: clamp(48px, 6vw, 82px);
  border-radius: 42px 42px 140px 42px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 159, 232, .33), transparent 28%),
    var(--v5-night);
}
.v6-results-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .55fr);
  gap: clamp(60px, 10vw, 140px);
  align-items: end;
  margin-bottom: 56px;
}
.v6-results-heading .v4-section-index { color: var(--v5-sky); }
.v6-results-heading h3 { margin: 0; font-size: clamp(44px, 4.7vw, 68px); font-weight: 610; letter-spacing: -.055em; line-height: 1.13; }
.v6-results-heading > p { margin: 0; color: rgba(255, 255, 255, .62); font-size: 12px; line-height: 1.9; }
.v6-result-grid { display: grid; gap: 18px; }
.v6-result-grid article {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
  min-height: 330px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 28px;
  background: rgba(255, 255, 255, .055);
}
.v6-result-grid article:nth-child(even) img { order: 2; }
.v6-result-grid article:nth-child(even) > div { order: 1; padding-left: 30px; }
.v6-result-grid img { display: block; width: 100%; aspect-ratio: 1.95 / 1; border-radius: 18px; object-fit: cover; }
.v6-result-grid article > div { display: grid; gap: 9px; padding: 28px 24px; }
.v6-result-grid span { color: var(--v5-sky); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.v6-result-grid strong { font-size: clamp(28px, 3vw, 43px); font-weight: 590; letter-spacing: -.035em; line-height: 1.3; }
.v6-result-grid small { color: rgba(255, 255, 255, .56); font-size: 12px; line-height: 1.8; }

/* Let the final blue statement breathe on a larger canvas. */
.v4-contact { padding: clamp(145px, 13vw, 205px) 0; }
.v4-contact h2 { font-size: clamp(68px, 7vw, 100px); }

@media (max-width: 1120px) {
  .v4-hero h1 { font-size: clamp(82px, 10vw, 112px); }
  .v4-hero-copy { grid-template-columns: 1fr; }
  .v4-hero-lede { grid-column: 1; }
  .v4-hero-actions { grid-column: 1; justify-self: start; margin-top: 28px; }
  .v5-query-stage { grid-template-columns: 1fr 1fr; }
  .v5-live-result { grid-column: 1 / -1; width: min(520px, 100%); }
  .v4-diagnosis-list a,
  .v4-diagnosis-list a:nth-child(2),
  .v4-diagnosis-list a:nth-child(4) { grid-template-columns: 110px 1fr 1fr; grid-template-areas: "tag title result" ". copy copy"; gap: 17px 30px; }
  .v4-diagnosis-list b { justify-self: end; }
  .v4-founder-layout { grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); gap: 60px; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 920px); }
  .brand { width: 160px; }
  .v4-hero { padding-top: 126px; }
  .v4-hero h1 { font-size: clamp(72px, 11.6vw, 102px); }
  .v5-query-stage { padding-right: 22px; padding-left: 22px; }
  .v4-founder-layout { grid-template-columns: 1fr; }
  .v4-founder-portrait { width: min(580px, 100%); }
  .v6-field-proof { height: 480px; }
  .v4-case-featured > div { display: block; }
  .v4-case-featured .v4-case-summary { margin-top: 18px; }
  .v4-case-featured .v4-case-details { margin-top: 24px; }
  .v4-case-featured .v4-case-scope { margin-top: 20px; }
  .v4-case-featured > div > small { margin-top: 15px; }
  .v4-case-featured > div > strong { margin-top: 22px; }
  .v4-case-grid > .v4-case:not(.v4-case-featured) {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    gap: 44px;
  }
  .v6-results-heading { grid-template-columns: 1fr; gap: 26px; }
  .v6-result-grid article { grid-template-columns: 1fr; }
  .v6-result-grid article:nth-child(even) img,
  .v6-result-grid article:nth-child(even) > div { order: initial; }
  .v6-result-grid article:nth-child(even) > div { padding-left: 24px; }
}

@media (max-width: 720px) {
  .v4-hero { padding-top: 112px; }
  .v4-hero-copy { display: block; }
  .v4-kicker { margin-bottom: 24px; }
  .v4-hero h1 { font-size: clamp(36px, 11.7vw, 50px); line-height: 1.02; }
  .v4-hero-lede { margin-top: 28px; font-size: 15px; }
  .v4-hero-actions { display: grid; margin-top: 28px; }
  .v4-hero-principles { margin-top: 42px; }

  .v5-query-stage {
    display: block;
    min-height: 0;
    margin-top: 54px;
    padding: 76px 18px 66px;
  }
  .v5-stage-head { top: 24px; right: 18px; left: 18px; }
  .v5-buyer-query p { font-size: 25px; }
  .v5-discovery-flow { margin-top: 28px; padding: 0; border-right: 0; border-left: 0; }
  .v5-live-result { margin-top: 24px; }
  .v5-stage-foot { right: 18px; bottom: 18px; }

  .v4-section { padding: 108px 0; }
  .v4-diagnosis { padding-top: 115px; }
  .v4-section-heading { margin-bottom: 52px; }
  .v4-section h2,
  .v4-contact h2 { font-size: clamp(32px, 10vw, 42px); line-height: 1.08; }
  .v4-diagnosis-list a,
  .v4-diagnosis-list a:nth-child(2),
  .v4-diagnosis-list a:nth-child(4) {
    grid-template-columns: 1fr auto;
    grid-template-areas: "tag result" "title title" "copy copy";
    gap: 0;
    min-height: 0;
    padding: 28px 0;
  }
  .v4-diagnosis-list a:hover,
  .v4-diagnosis-list a:focus-visible,
  .v4-diagnosis-list a:nth-child(2):hover,
  .v4-diagnosis-list a:nth-child(2):focus-visible,
  .v4-diagnosis-list a:nth-child(4):hover,
  .v4-diagnosis-list a:nth-child(4):focus-visible { padding: 28px 16px; }
  .v4-diagnosis-list h3 { margin: 28px 0 11px; font-size: 28px; }
  .v4-diagnosis-list b { align-self: start; }

  .v4-founder-portrait,
  .v4-founder-portrait img { min-height: 540px; height: 540px; }
  .v6-field-proof { height: 330px; margin-top: 12px; border-radius: 28px 28px 78px 28px; }
  .v6-field-proof figcaption { right: 24px; bottom: 27px; left: 24px; gap: 8px; }
  .v6-field-proof figcaption b { font-size: 23px; }
  .v6-field-proof figcaption small { font-size: 10px; }

  .v4-case-featured figure { aspect-ratio: 1.22 / 1; }
  .v4-case-grid > .v4-case:not(.v4-case-featured) {
    display: block;
    margin-top: 58px;
    padding-bottom: 58px;
  }
  .v4-case-grid > .v4-case:nth-child(odd):not(.v4-case-featured) figure,
  .v4-case-grid > .v4-case:nth-child(odd):not(.v4-case-featured) > div { order: initial; }
  .v4-case:not(.v4-case-featured) figure { aspect-ratio: 1.35 / 1; }
  .v4-case:not(.v4-case-featured) > div { padding-top: 22px; }
  .v4-case:not(.v4-case-featured) h3 { font-size: 30px; }
  .v4-case .v4-case-meta { display: grid; gap: 5px; }
  .v4-case-summary { margin-top: 15px; font-size: 13px; line-height: 1.82; }
  .v4-case-details { margin-top: 22px; }
  .v4-case-details > div { grid-template-columns: 70px minmax(0, 1fr); gap: 12px; }
  .v4-domain-list > div { min-height: 72px; gap: 16px; }
  .v4-domain-list > div span { font-size: 16px; }
  .v4-domain-list > div b { max-width: 150px; text-align: right; }
  .v6-results { margin-top: 105px; padding: 28px 18px 64px; border-radius: 28px 28px 78px 28px; }
  .v6-results-heading { margin-bottom: 36px; }
  .v6-results-heading h3 { font-size: 39px; }
  .v6-result-grid article { border-radius: 19px; }
  .v6-result-grid img { border-radius: 12px; }
  .v6-result-grid article > div,
  .v6-result-grid article:nth-child(even) > div { padding: 19px 10px 15px; }
  .v6-result-grid strong { font-size: 26px; }

  .v4-contact { padding: 112px 0; }
}
