:root {
  --paper: #f4f0e7;
  --paper-strong: #fffdf8;
  --ink: #172a45;
  --ink-deep: #0d1828;
  --text: #18202b;
  --muted: #5d6470;
  --cobalt: #2f73d0;
  --cobalt-deep: #1e54a3;
  --citron: #c7f04c;
  --coral: #ee6f58;
  --line: rgba(23, 42, 69, 0.2);
  --shadow: 0 20px 60px rgba(13, 24, 40, 0.14);
  --display: "Bahnschrift", "Arial Narrow", "Segoe UI", sans-serif;
  --body: "Segoe UI", Tahoma, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --container: min(1720px, calc(100vw - 72px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 16px;
  background: var(--citron);
  color: var(--ink-deep);
  font-weight: 800;
  transform: translateY(-160%);
}

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

:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.site-header {
  position: relative;
  z-index: 10;
  width: var(--container);
  min-height: 88px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr auto;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}

.brand {
  width: 210px;
}

.brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.desktop-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.2vw, 44px);
  font-size: 0.86rem;
  font-weight: 700;
}

.desktop-nav a,
.header-action,
.button {
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.desktop-nav a:hover {
  color: var(--cobalt-deep);
}

.header-action {
  min-height: 52px;
  padding: 8px 18px;
  display: grid;
  align-content: center;
  background: var(--ink);
  color: white;
  border: 2px solid var(--ink);
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.05;
}

.header-action:hover {
  transform: translateY(-2px);
  background: var(--cobalt-deep);
  border-color: var(--cobalt-deep);
}

.header-phone {
  margin-top: 4px;
  color: var(--citron);
  font-family: var(--body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero {
  width: var(--container);
  min-height: 760px;
  margin: 0 auto;
  padding: clamp(56px, 6vw, 108px) 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(470px, 0.82fr);
  align-items: center;
  gap: clamp(56px, 7vw, 132px);
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--cobalt-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 680;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

h1 {
  max-width: 900px;
  margin: 0;
  color: var(--ink-deep);
  font-size: clamp(3.9rem, 4.4vw, 5.35rem);
}

h1 span {
  display: block;
}

h1 span:last-child {
  color: var(--cobalt-deep);
}

.hero-lede {
  max-width: 720px;
  margin: 30px 0 0;
  font-size: clamp(1.08rem, 1.2vw, 1.28rem);
  line-height: 1.55;
}

.hero-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 54px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  font-family: var(--display);
  font-size: 0.93rem;
  font-weight: 750;
  letter-spacing: -0.01em;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  background: var(--citron);
  color: var(--ink-deep);
  box-shadow: 7px 7px 0 var(--ink);
}

.button-primary:hover {
  background: white;
}

.button-secondary {
  background: transparent;
}

.button-secondary:hover {
  background: var(--ink);
  color: white;
}

.hero-assurances {
  margin-top: 34px;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.hero-assurances span {
  padding: 0 15px;
  border-right: 1px solid var(--line);
}

.hero-assurances span:first-child {
  padding-left: 0;
}

.hero-assurances span:last-child {
  border-right: 0;
}

.hero-specimen {
  position: relative;
  min-height: 570px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hero-specimen::before {
  content: "";
  position: absolute;
  inset: 6% 0 3% 11%;
  z-index: -2;
  background: var(--coral);
  transform: rotate(2.6deg);
}

.specimen-window {
  position: relative;
  width: min(560px, 92%);
  min-height: 445px;
  overflow: hidden;
  background: var(--paper-strong);
  border: 2px solid var(--ink);
  box-shadow: var(--shadow);
  transform: rotate(-1.3deg);
}

.specimen-topbar {
  height: 42px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--ink);
}

.specimen-topbar span {
  width: 8px;
  height: 8px;
  background: var(--paper);
  border-radius: 50%;
}

.specimen-body {
  padding: clamp(30px, 4vw, 54px);
}

.specimen-kicker {
  margin: 0 0 16px;
  color: var(--cobalt-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.specimen-headline {
  max-width: 390px;
  margin: 0;
  color: var(--ink-deep);
  font-family: var(--display);
  font-size: clamp(2.4rem, 3vw, 3.65rem);
  font-weight: 680;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.specimen-action {
  width: fit-content;
  margin-top: 28px;
  padding: 10px 14px;
  background: var(--citron);
  border: 2px solid var(--ink);
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 750;
}

.specimen-content {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.specimen-block {
  height: 42px;
  background: #dfe6f0;
}

.specimen-block-wide {
  grid-column: 1 / -1;
  height: 64px;
  background: var(--cobalt);
}

.specimen-note {
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: 2;
  min-width: 230px;
  padding: 18px 22px 20px;
  background: var(--ink);
  color: white;
  box-shadow: 9px 9px 0 rgba(13, 24, 40, 0.2);
}

.note-label {
  display: block;
  margin-bottom: 8px;
  color: var(--citron);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.specimen-note strong {
  font-family: var(--display);
  font-size: 1.18rem;
  line-height: 1.15;
}

.specimen-zero {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  padding: 13px 18px;
  background: var(--citron);
  color: var(--ink-deep);
  border: 2px solid var(--ink);
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 800;
  transform: rotate(3deg);
}

.founding-offer {
  padding: clamp(72px, 8vw, 136px) max(36px, calc((100vw - min(1720px, calc(100vw - 72px))) / 2));
  background: var(--ink);
  color: white;
}

.offer-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.65fr);
  align-items: end;
  gap: 60px;
}

.offer-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -28px;
  color: var(--citron);
}

.offer-intro h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(3rem, 4vw, 5.2rem);
}

.offer-intro > p:last-child {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.08rem;
}

.offer-quartet {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 2px solid white;
}

.offer-beat {
  min-height: 285px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 2px solid var(--ink);
}

.offer-beat:last-child {
  border-right: 0;
}

.offer-label {
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-beat strong {
  max-width: 310px;
  font-family: var(--display);
  font-size: clamp(1.8rem, 2.2vw, 2.65rem);
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 1;
}

.offer-beat-cobalt {
  background: var(--cobalt);
  color: white;
}

.offer-beat-paper {
  background: var(--paper-strong);
  color: var(--ink-deep);
}

.offer-beat-citron {
  background: var(--citron);
  color: var(--ink-deep);
}

.offer-beat-ink {
  background: var(--coral);
  color: var(--ink-deep);
}

.offer-limit {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

@media (max-width: 1121px) {
  :root {
    --container: min(100% - 48px, 1080px);
  }

  .site-header {
    grid-template-columns: 210px 1fr auto;
  }

  .desktop-nav {
    gap: 18px;
    font-size: 0.76rem;
  }

  .hero {
    min-height: 690px;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
    gap: 42px;
  }

  h1 {
    font-size: clamp(3.2rem, 5vw, 4.2rem);
  }

  .hero-specimen {
    min-height: 500px;
  }

  .offer-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .offer-intro .eyebrow {
    margin-bottom: -8px;
  }

  .offer-quartet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-beat:nth-child(2) {
    border-right: 0;
  }

  .offer-beat:nth-child(-n + 2) {
    border-bottom: 2px solid var(--ink);
  }
}

@media (max-width: 820px) {
  :root {
    --container: calc(100% - 32px);
  }

  body {
    font-size: 16px;
  }

  .site-header {
    min-height: 72px;
    grid-template-columns: minmax(132px, 1fr) auto;
    gap: 16px;
  }

  .brand {
    width: 154px;
  }

  .desktop-nav {
    display: none;
  }

  .header-action {
    min-height: 46px;
    padding: 8px 13px;
    font-size: 0.82rem;
  }

  .header-phone {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 48px 0 42px;
    display: block;
  }

  .eyebrow {
    margin-bottom: 15px;
    font-size: 0.68rem;
  }

  h1 {
    font-size: clamp(2.65rem, 12vw, 3.35rem);
    line-height: 0.92;
  }

  .hero-lede {
    margin-top: 22px;
    font-size: 1.02rem;
    line-height: 1.48;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .button {
    min-height: 50px;
  }

  .button-primary {
    box-shadow: 5px 5px 0 var(--ink);
  }

  .hero-assurances {
    margin-top: 28px;
    padding-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 14px;
    font-size: 0.72rem;
  }

  .hero-assurances span {
    padding: 0;
    border-right: 0;
  }

  .hero-assurances span:last-child {
    grid-column: 1 / -1;
  }

  .hero-specimen {
    display: none;
  }

  .founding-offer {
    padding: 64px 16px 72px;
  }

  .offer-intro {
    display: block;
  }

  .offer-intro .eyebrow {
    margin-bottom: 16px;
  }

  .offer-intro h2 {
    font-size: clamp(2.45rem, 10vw, 3.2rem);
    line-height: 0.96;
  }

  .offer-intro > p:last-child {
    margin-top: 20px;
    font-size: 0.98rem;
  }

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

  .offer-beat {
    min-height: 188px;
    padding: 22px;
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .offer-beat:nth-child(-n + 2) {
    border-bottom: 2px solid var(--ink);
  }

  .offer-beat:last-child {
    border-bottom: 0;
  }

  .offer-beat strong {
    max-width: 330px;
    font-size: 2rem;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 2.56rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .button {
    padding: 12px 13px;
    font-size: 0.8rem;
  }
}

/* Portfolio-pressure reauthor: the offer is the first-screen mechanism. */

.hero {
  min-height: auto;
  padding: clamp(56px, 5.5vw, 92px) 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.58fr);
  grid-template-areas:
    "heading heading"
    "decision founder"
    "offer offer";
  align-items: end;
  gap: 42px clamp(64px, 9vw, 150px);
}

.hero-heading {
  grid-area: heading;
}

.hero-heading h1 {
  max-width: 1550px;
  font-size: clamp(4.4rem, 5.3vw, 6.75rem);
  line-height: 0.92;
}

.hero-decision {
  grid-area: decision;
  padding-bottom: 10px;
}

.hero-decision .hero-lede {
  max-width: 780px;
  margin-top: 0;
}

.hero-founder {
  grid-area: founder;
  min-height: 150px;
  padding: 8px 0 10px 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-left: 3px solid var(--coral);
}

.hero-founder span {
  color: var(--cobalt-deep);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-founder strong {
  max-width: 510px;
  margin-top: 18px;
  color: var(--ink-deep);
  font-family: var(--display);
  font-size: clamp(1.25rem, 1.7vw, 1.9rem);
  line-height: 1.13;
}

.hero-offer {
  grid-area: offer;
  margin-top: 14px;
  display: grid;
  grid-template-columns: 0.9fr repeat(4, minmax(0, 1fr));
  border: 2px solid var(--ink);
}

.hero-offer-intro,
.hero-offer-beat {
  min-height: 194px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-right: 2px solid var(--ink);
}

.hero-offer-beat:last-child {
  border-right: 0;
}

.hero-offer-intro {
  justify-content: space-between;
  background: var(--ink);
  color: white;
}

.hero-offer-intro > span,
.hero-offer-beat > span {
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-offer-intro > span {
  color: var(--citron);
}

.hero-offer-intro > strong {
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1.05;
}

.hero-offer-intro > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  line-height: 1.35;
}

.hero-offer-beat {
  justify-content: space-between;
  color: var(--ink-deep);
}

.hero-offer-beat > strong {
  max-width: 280px;
  font-family: var(--display);
  font-size: clamp(1.55rem, 1.8vw, 2.15rem);
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.hero-offer-cobalt {
  background: var(--cobalt);
  color: white;
}

.hero-offer-paper {
  background: var(--paper-strong);
}

.hero-offer-citron {
  background: var(--citron);
}

.hero-offer-coral {
  background: var(--coral);
}

.trust-gap-heading,
.starting-heading {
  grid-template-columns: minmax(0, 1fr);
}

.trust-gap-heading > div,
.starting-heading > div {
  max-width: 1260px;
}

.trust-gap-body,
.starting-paths {
  margin-left: 0;
}

.process {
  background: var(--paper-strong);
  border-top: 14px solid var(--coral);
}

.process-speed .eyebrow {
  color: var(--cobalt-deep);
}

.care {
  grid-template-columns: minmax(380px, 1.05fr) minmax(320px, 0.65fr);
}

.care-details {
  grid-column: auto;
}

.growth-next {
  padding-top: clamp(58px, 6vw, 88px);
  padding-bottom: clamp(58px, 6vw, 88px);
}

.answer-list {
  border-top: 0;
  columns: 2;
  column-gap: clamp(44px, 6vw, 90px);
}

.answer-item {
  padding: 28px 0 34px;
  break-inside: avoid;
  border-top: 1px solid var(--ink);
}

.answer-item > span {
  color: var(--coral);
  font-family: var(--serif);
  font-size: 0.78rem;
  font-style: italic;
}

.answer-item h3 {
  margin: 14px 0 0;
  color: var(--ink-deep);
  font-family: var(--display);
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  line-height: 1.12;
}

.answer-item p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.close {
  background: var(--paper-strong);
  color: var(--ink-deep);
  border-top: 1px solid var(--ink);
}

.close-copy .eyebrow {
  color: var(--cobalt-deep);
}

.close-copy > p:last-child {
  color: var(--muted);
}

.close-actions {
  border-top-color: var(--ink);
}

.close-actions > a {
  border-bottom-color: var(--line);
}

.close-actions > a:hover {
  background: var(--ink);
  color: white;
}

.close-actions .close-primary {
  background: var(--cobalt-deep);
  color: white;
  border-bottom-color: var(--cobalt);
}

.close-actions .close-primary strong {
  color: var(--citron);
}

@media (max-width: 1121px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
    gap: 38px 48px;
  }

  .hero-heading h1 {
    font-size: clamp(3.8rem, 6.1vw, 5.2rem);
  }

  .hero-offer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-offer-intro {
    grid-column: 1 / -1;
    min-height: 142px;
  }

  .hero-offer-intro,
  .hero-offer-beat {
    border-bottom: 2px solid var(--ink);
  }

  .hero-offer-beat:nth-child(3),
  .hero-offer-beat:last-child {
    border-right: 0;
  }

  .hero-offer-beat:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .trust-gap-body,
  .starting-paths {
    margin-left: 0;
  }

  .care {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .hero {
    padding-top: 44px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "decision"
      "offer"
      "founder";
    gap: 30px;
  }

  .hero-heading h1 {
    font-size: clamp(2.65rem, 11.4vw, 3.45rem);
    line-height: 0.93;
  }

  .hero-decision .hero-lede {
    margin-top: 0;
  }

  .hero-founder {
    min-height: auto;
    margin-bottom: 48px;
    padding: 22px 0 0;
    border-top: 2px solid var(--coral);
    border-left: 0;
  }

  .hero-offer {
    margin-top: 0;
  }

  .hero-offer-intro,
  .hero-offer-beat {
    min-height: 170px;
    padding: 20px;
  }

  .hero-offer-intro {
    min-height: 132px;
  }

  .hero-offer-beat > strong {
    font-size: 1.55rem;
  }

  .care {
    grid-template-columns: 1fr;
  }

  .answer-list {
    columns: 1;
  }

  .answer-item {
    padding: 24px 0 28px;
  }
}

@media (max-width: 430px) {
  .hero {
    padding-bottom: 0;
  }

  .hero-offer {
    width: 100%;
    margin-left: 0;
  }

  .hero-offer-beat {
    min-height: 184px;
    padding: 18px 16px;
  }

  .hero-offer-beat > strong {
    font-size: 1.38rem;
  }

  .hero-offer-intro {
    padding: 20px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Buyer journey */

.trust-gap,
.full-scope,
.plans,
.process,
.starting-point,
.care,
.growth-next,
.answers,
.close {
  padding-right: max(36px, calc((100vw - min(1720px, calc(100vw - 72px))) / 2));
  padding-left: max(36px, calc((100vw - min(1720px, calc(100vw - 72px))) / 2));
}

.trust-gap {
  padding-top: clamp(76px, 7vw, 128px);
  padding-bottom: clamp(76px, 7vw, 128px);
  background: var(--paper-strong);
}

.trust-gap-heading,
.starting-heading {
  display: grid;
  grid-template-columns: clamp(110px, 10vw, 180px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(34px, 5vw, 88px);
}

.chapter-number {
  margin: -14px 0 0;
  color: var(--coral);
  font-family: var(--display);
  font-size: clamp(5.5rem, 9vw, 10rem);
  font-weight: 300;
  letter-spacing: -0.08em;
  line-height: 0.86;
}

.trust-gap h2,
.starting-point h2 {
  max-width: 980px;
  margin: 0;
  color: var(--ink-deep);
  font-size: clamp(2.8rem, 3.8vw, 4.8rem);
}

.trust-gap-body {
  margin-top: clamp(48px, 5vw, 76px);
  margin-left: clamp(144px, 15vw, 270px);
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(560px, 1fr);
  align-items: start;
  gap: clamp(54px, 8vw, 130px);
}

.trust-gap-lede {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 1.8vw, 2rem);
  line-height: 1.45;
}

.signal-list {
  border-top: 2px solid var(--ink);
}

.signal-row {
  min-height: 98px;
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid var(--line);
}

.signal-before,
.signal-after {
  position: relative;
  display: block;
  padding-left: 28px;
}

.signal-before {
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-color: var(--coral);
  text-decoration-thickness: 2px;
}

.signal-after {
  color: var(--ink-deep);
  font-family: var(--display);
  font-size: 1.12rem;
  font-weight: 720;
  line-height: 1.2;
}

.signal-before::before,
.signal-after::before {
  position: absolute;
  left: 0;
  top: 0.05em;
  font-weight: 800;
}

.signal-before::before {
  content: "-";
  color: var(--coral);
}

.signal-after::before {
  content: "+";
  color: var(--cobalt-deep);
}

.transformation {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(480px, 0.96fr);
  background: var(--cobalt-deep);
  color: white;
}

.transformation-media {
  min-height: 820px;
  padding: clamp(54px, 6vw, 112px) clamp(34px, 5vw, 90px) clamp(54px, 6vw, 112px) max(36px, calc((100vw - min(1720px, calc(100vw - 72px))) / 2));
  display: grid;
  align-items: center;
  background: var(--coral);
}

.transformation figure {
  position: relative;
  margin: 0;
}

.transformation figure::before {
  content: "";
  position: absolute;
  inset: -18px 22px 22px -18px;
  z-index: 0;
  border: 2px solid var(--ink);
}

.transformation img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 2px solid var(--ink);
  filter: saturate(0.94) contrast(1.02);
}

.transformation figcaption {
  position: relative;
  z-index: 2;
  width: fit-content;
  max-width: calc(100% - 28px);
  margin: -28px 0 0 28px;
  padding: 16px 20px;
  background: var(--ink);
  color: white;
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 720;
}

.transformation-copy {
  padding: clamp(72px, 8vw, 140px) max(36px, calc((100vw - min(1720px, calc(100vw - 72px))) / 2)) clamp(72px, 8vw, 140px) clamp(48px, 6vw, 110px);
  align-self: center;
}

.transformation-copy .eyebrow {
  color: var(--citron);
}

.transformation-copy h2,
.scope-heading h2,
.plans-heading h2,
.process h2,
.care h2,
.growth-next h2,
.answers h2,
.close h2 {
  margin: 0;
  font-size: clamp(3rem, 4.1vw, 5.4rem);
}

.process h2 {
  font-size: clamp(2.1rem, 3vw, 4.2rem);
}

.transformation-copy > p:not(.eyebrow) {
  max-width: 690px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
}

.input-flow {
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.input-flow li {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.input-flow span {
  color: var(--citron);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.input-flow strong {
  font-weight: 560;
  line-height: 1.4;
}

.full-scope {
  padding-top: clamp(80px, 7vw, 120px);
  padding-bottom: clamp(80px, 7vw, 120px);
  background: var(--ink-deep);
  color: white;
}

.scope-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.55fr);
  align-items: end;
  gap: clamp(50px, 9vw, 160px);
}

.scope-product {
  margin: clamp(54px, 5vw, 84px) 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 22px;
}

.scope-product img {
  width: 100%;
  height: auto;
  max-height: 620px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.48);
}

.scope-product figcaption {
  max-width: 210px;
  padding-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.45;
}

.scope-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -24px;
  color: var(--citron);
}

.scope-heading h2 {
  max-width: 1050px;
}

.scope-heading > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
}

.scope-rail {
  margin-top: clamp(68px, 8vw, 120px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

.scope-rail article {
  min-height: 360px;
  padding: 28px 26px 34px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.32);
}

.scope-rail article:last-child {
  border-right: 0;
}

.scope-rail article:nth-child(3) {
  background: var(--cobalt);
}

.scope-rail article > span {
  color: var(--citron);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 800;
}

.scope-rail h3 {
  margin: auto 0 18px;
  font-family: var(--display);
  font-size: clamp(1.45rem, 1.7vw, 2rem);
  line-height: 1.05;
}

.scope-rail p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.45;
}

.plans {
  padding-top: clamp(96px, 10vw, 180px);
  padding-bottom: clamp(96px, 10vw, 180px);
  background: var(--paper);
}

.plans-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.48fr);
  align-items: end;
  gap: clamp(48px, 8vw, 140px);
}

.plans-heading h2 {
  max-width: 980px;
  color: var(--ink-deep);
}

.plans-heading > p {
  margin: 0;
  color: var(--muted);
}

.plan-comparison {
  margin-top: clamp(66px, 7vw, 112px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  border: 2px solid var(--ink);
}

.plan {
  min-height: 720px;
  padding: clamp(34px, 4vw, 70px);
  display: flex;
  flex-direction: column;
}

.plan-starter {
  background: var(--paper-strong);
  border-right: 2px solid var(--ink);
}

.plan-growth {
  background: var(--ink);
  color: white;
}

.plan-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid currentColor;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.plan h3 {
  margin: 48px 0 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 3.2vw, 4.1rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.plan-fit {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
}

.plan-growth .plan-fit {
  color: rgba(255, 255, 255, 0.7);
}

.plan-price {
  margin: 44px 0 0;
  padding: 24px 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  font-size: 0.92rem;
}

.plan-price strong {
  display: inline-block;
  margin: 0 6px;
  color: var(--cobalt-deep);
  font-family: var(--display);
  font-size: clamp(2.2rem, 3vw, 3.8rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.plan-growth .plan-price strong {
  color: var(--citron);
}

.plan-price s {
  color: var(--muted);
}

.plan-growth .plan-price s {
  color: rgba(255, 255, 255, 0.6);
}

.plan ul {
  margin: 34px 0 42px;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.plan li {
  position: relative;
  padding-left: 26px;
}

.plan li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--cobalt-deep);
  font-weight: 900;
}

.plan-growth li::before {
  color: var(--citron);
}

.button-plan {
  width: 100%;
  margin-top: auto;
  background: transparent;
}

.button-plan:hover {
  background: var(--ink);
  color: white;
}

.button-plan-accent {
  background: var(--citron);
  color: var(--ink-deep);
  border-color: var(--citron);
}

.button-plan-accent:hover {
  background: white;
  color: var(--ink-deep);
  border-color: white;
}

.plan-footnote {
  max-width: 850px;
  margin: 28px 0 0 auto;
  color: var(--muted);
  font-size: 0.83rem;
  text-align: right;
}

.process {
  padding-top: clamp(76px, 7vw, 118px);
  padding-bottom: clamp(76px, 7vw, 118px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 0.78fr);
  align-items: start;
  gap: clamp(54px, 7vw, 112px);
  background: var(--coral);
  color: var(--ink-deep);
}

.process-speed {
  max-width: 1280px;
}

.process-speed .eyebrow {
  color: var(--ink);
}

.process-speed > p:last-child {
  max-width: 780px;
  margin: 32px 0 0;
  font-size: 1.08rem;
}

.process-steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  border-top: 2px solid var(--ink);
}

.process-steps li {
  min-height: 122px;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  gap: 20px;
  border-bottom: 1px solid rgba(13, 24, 40, 0.45);
}

.process-steps li + li {
  padding-left: 0;
}

.process-steps li:last-child {
  border-bottom: 0;
}

.process-steps li > span {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-style: italic;
}

.process-steps li > div {
  margin-top: 0;
}

.process-steps h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.5rem;
  line-height: 1.08;
}

.process-steps p {
  margin: 14px 0 0;
  font-size: 0.92rem;
  line-height: 1.48;
}

.process-assurances {
  grid-column: 1 / -1;
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 2px solid var(--ink);
}

.process-assurances p {
  min-height: 104px;
  margin: 0;
  padding: 28px;
  display: flex;
  align-items: center;
  font-family: var(--display);
  font-size: clamp(1.35rem, 1.8vw, 2.1rem);
  font-weight: 700;
  line-height: 1.08;
}

.process-assurances p:first-child {
  background: var(--citron);
  border-right: 2px solid var(--ink);
}

.process-assurances p:last-child {
  background: var(--paper-strong);
}

.starting-point {
  padding-top: clamp(76px, 7vw, 118px);
  padding-bottom: clamp(76px, 7vw, 118px);
  background: var(--paper-strong);
}

.starting-stage {
  margin-top: clamp(48px, 5vw, 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(480px, 0.76fr);
  align-items: stretch;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.starting-media {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  background: var(--ink-deep);
}

.starting-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.starting-media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 340px;
  padding: 18px 22px;
  background: var(--ink-deep);
  color: white;
  font-size: 0.82rem;
  line-height: 1.4;
}

.starting-paths {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  border-left: 1px solid var(--ink);
}

.starting-paths article {
  min-height: 0;
  padding: clamp(30px, 3vw, 50px);
}

.starting-paths article:first-child {
  border-right: 0;
  border-bottom: 1px solid var(--ink);
}

.path-label {
  margin: 0 0 24px;
  color: var(--cobalt-deep);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.starting-paths h3 {
  max-width: 620px;
  margin: 0;
  color: var(--ink-deep);
  font-family: var(--display);
  font-size: clamp(1.8rem, 2vw, 2.7rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.starting-paths article > p:last-child {
  max-width: 610px;
  margin: 28px 0 0;
  color: var(--muted);
}

.care {
  padding-top: clamp(84px, 9vw, 150px);
  padding-bottom: clamp(84px, 9vw, 150px);
  display: grid;
  grid-template-columns: 0.35fr minmax(360px, 0.9fr) minmax(320px, 0.65fr);
  align-items: center;
  gap: clamp(40px, 6vw, 110px);
  background: var(--cobalt-deep);
  color: white;
}

.care-number {
  color: var(--citron);
  font-family: var(--display);
  font-size: clamp(7rem, 12vw, 15rem);
  font-weight: 280;
  letter-spacing: -0.09em;
  line-height: 0.75;
}

.care-copy .eyebrow {
  color: var(--citron);
}

.care-copy > p:last-child {
  max-width: 760px;
  margin: 30px 0 0;
  font-size: 1.08rem;
}

.care-details {
  padding-left: clamp(30px, 4vw, 70px);
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}

.care-details > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.care-choice {
  margin-top: 38px;
  padding: 26px;
  background: var(--paper-strong);
  color: var(--ink-deep);
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--citron);
}

.care-choice strong,
.care-choice span {
  display: block;
}

.care-choice strong {
  font-family: var(--display);
  font-size: 1.3rem;
}

.care-choice span {
  margin-top: 8px;
  font-size: 0.9rem;
}

.growth-next {
  padding-top: clamp(70px, 7vw, 118px);
  padding-bottom: clamp(70px, 7vw, 118px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
  align-items: end;
  gap: clamp(48px, 9vw, 160px);
  background: var(--citron);
  color: var(--ink-deep);
}

.growth-next .eyebrow {
  color: var(--ink);
}

.growth-next > p {
  margin: 0;
  font-size: 1.08rem;
}

.growth-links {
  grid-column: 1 / -1;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.growth-links span {
  padding: 9px 14px;
  border: 1px solid var(--ink);
  font-size: 0.76rem;
  font-weight: 750;
}

.answers {
  padding-top: clamp(80px, 7vw, 124px);
  padding-bottom: clamp(80px, 7vw, 124px);
  display: grid;
  grid-template-columns: minmax(320px, 0.55fr) minmax(560px, 1fr);
  align-items: start;
  gap: clamp(70px, 11vw, 190px);
  background: var(--paper);
}

.answers-heading {
  position: sticky;
  top: 50px;
}

.answers-heading h2 {
  color: var(--ink-deep);
}

.answers-heading > p:last-child {
  max-width: 520px;
  margin: 30px 0 0;
  color: var(--muted);
}

.answer-list {
  border-top: 2px solid var(--ink);
}

.answer-list details {
  border-bottom: 1px solid var(--ink);
}

.answer-list summary {
  min-height: 96px;
  padding: 25px 56px 25px 0;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  color: var(--ink-deep);
  font-family: var(--display);
  font-size: clamp(1.2rem, 1.5vw, 1.65rem);
  font-weight: 700;
  line-height: 1.12;
  list-style: none;
  position: relative;
}

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

.answer-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  color: var(--cobalt-deep);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 400;
}

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

.answer-list summary:hover {
  color: var(--cobalt-deep);
}

.answer-list summary span {
  color: var(--coral);
  font-family: var(--serif);
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 400;
}

.answer-list details > div {
  padding: 0 60px 32px 74px;
}

.answer-list details > div p {
  max-width: 740px;
  margin: 0;
  color: var(--muted);
}

.close {
  padding-top: clamp(92px, 9vw, 160px);
  padding-bottom: clamp(92px, 9vw, 160px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.58fr);
  align-items: end;
  gap: clamp(64px, 10vw, 180px);
  background: var(--ink);
  color: white;
}

.close-copy .eyebrow {
  color: var(--citron);
}

.close-copy > p:last-child {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.close-actions {
  border-top: 2px solid white;
}

.close-actions > a {
  min-height: 94px;
  padding: 20px 18px;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition: background-color 180ms ease, color 180ms ease, padding-left 180ms ease;
}

.close-actions > a:hover {
  padding-left: 28px;
  background: white;
  color: var(--ink-deep);
}

.close-actions .close-primary {
  background: var(--citron);
  color: var(--ink-deep);
  border-bottom-color: var(--citron);
}

.close-actions span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.close-actions strong {
  font-family: var(--display);
  font-size: 1.15rem;
  text-align: right;
}

.site-footer {
  padding: 74px max(36px, calc((100vw - min(1720px, calc(100vw - 72px))) / 2)) 34px;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto minmax(230px, auto);
  gap: clamp(40px, 8vw, 140px);
  background: var(--ink-deep);
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-brand img {
  width: 210px;
  height: auto;
  object-fit: contain;
}

.footer-brand p {
  max-width: 390px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

.footer-nav,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 13px;
  font-size: 0.86rem;
}

.footer-nav a:hover,
.footer-contact a:hover,
.footer-bottom a:hover {
  color: var(--citron);
}

.footer-contact {
  grid-template-columns: 1fr auto;
}

.footer-contact > a:not(.facebook-link) {
  grid-column: 1;
}

.facebook-link {
  grid-column: 2;
  grid-row: 1 / span 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  align-self: start;
  background: var(--cobalt);
  color: white;
}

.facebook-link svg {
  width: 24px;
  height: 24px;
}

.footer-bottom {
  grid-column: 1 / -1;
  margin-top: 48px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.76rem;
}

@media (max-width: 1366px) {
  .trust-gap-body,
  .starting-paths {
    margin-left: 0;
  }

  .transformation-media {
    min-height: 720px;
  }

  .scope-rail article {
    min-height: 330px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .scope-rail h3 {
    font-size: 1.45rem;
  }

  .scope-rail p {
    font-size: 0.82rem;
  }

  .plan {
    min-height: 680px;
  }

  .care {
    grid-template-columns: 0.24fr minmax(360px, 0.9fr) minmax(300px, 0.65fr);
  }
}

@media (max-width: 1121px) {
  .trust-gap,
  .full-scope,
  .plans,
  .process,
  .starting-point,
  .care,
  .growth-next,
  .answers,
  .close {
    padding-right: 24px;
    padding-left: 24px;
  }

  .trust-gap-body {
    grid-template-columns: 0.65fr 1fr;
    gap: 46px;
  }

  .transformation {
    grid-template-columns: 1fr;
  }

  .transformation-media {
    min-height: auto;
    padding-right: 24px;
    padding-left: 24px;
  }

  .transformation figure {
    max-width: 900px;
    margin: 0 auto;
  }

  .transformation-copy {
    padding-right: 24px;
    padding-left: 24px;
  }

  .scope-heading,
  .plans-heading,
  .process,
  .growth-next,
  .answers,
  .close {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .scope-heading .eyebrow {
    margin-bottom: -10px;
  }

  .scope-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scope-rail article {
    min-height: 280px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  }

  .scope-rail article:nth-child(2n) {
    border-right: 0;
  }

  .scope-rail article:last-child {
    border-bottom: 0;
  }

  .plan-comparison {
    grid-template-columns: 1fr;
  }

  .plan-starter {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .process-steps {
    margin-top: 54px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-steps li {
    padding-right: 24px;
    border-bottom: 1px solid rgba(13, 24, 40, 0.34);
  }

  .process-steps li:nth-child(odd) {
    border-right: 1px solid rgba(13, 24, 40, 0.34);
  }

  .process-steps li:nth-child(even) {
    padding-left: 24px;
  }

  .process-steps li:nth-child(2) {
    border-right: 0;
  }

  .care {
    grid-template-columns: 0.25fr 1fr;
  }

  .care-details {
    grid-column: 2;
  }

  .growth-links {
    grid-column: 1;
  }

  .answers-heading {
    position: static;
  }

  .site-footer {
    grid-template-columns: 1fr 0.5fr 0.7fr;
    padding-right: 24px;
    padding-left: 24px;
    gap: 40px;
  }
}

@media (max-width: 820px) {
  .trust-gap,
  .full-scope,
  .plans,
  .process,
  .starting-point,
  .care,
  .growth-next,
  .answers,
  .close {
    padding-right: 16px;
    padding-left: 16px;
  }

  .trust-gap-heading,
  .starting-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .chapter-number {
    font-size: 5.4rem;
  }

  .trust-gap h2,
  .starting-point h2,
  .transformation-copy h2,
  .scope-heading h2,
  .plans-heading h2,
  .process h2,
  .care h2,
  .growth-next h2,
  .answers h2,
  .close h2 {
    font-size: clamp(2.55rem, 10.5vw, 3.35rem);
    line-height: 0.97;
  }

  .trust-gap-body {
    margin-top: 50px;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .trust-gap-lede {
    font-size: 1.32rem;
  }

  .signal-row {
    min-height: 118px;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 0;
  }

  .transformation-media {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .transformation figure::before {
    inset: -10px 12px 14px -8px;
  }

  .transformation figcaption {
    margin-left: 14px;
    font-size: 0.82rem;
  }

  .transformation-copy {
    padding: 72px 16px 80px;
  }

  .input-flow li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .scope-rail {
    grid-template-columns: 1fr;
  }

  .scope-rail article,
  .scope-rail article:nth-child(2n) {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  }

  .scope-rail h3 {
    margin-top: 62px;
  }

  .plan {
    min-height: auto;
    padding: 34px 24px;
  }

  .plan h3 {
    margin-top: 36px;
  }

  .plan-price {
    line-height: 1.75;
  }

  .plan-price strong {
    font-size: 2.45rem;
  }

  .plan-footnote {
    text-align: left;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-steps li,
  .process-steps li + li {
    min-height: 150px;
    padding: 22px 0 28px;
    border-right: 0;
  }

  .process-steps li:nth-child(even) {
    padding-left: 0;
  }

  .process-steps li:nth-child(odd) {
    border-right: 0;
  }

  .process-assurances {
    grid-template-columns: 1fr;
  }

  .process-assurances p:first-child {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .starting-paths {
    grid-template-columns: 1fr;
  }

  .starting-paths article {
    min-height: auto;
    padding: 44px 4px;
  }

  .starting-paths article:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .care {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .care-number {
    font-size: 7rem;
  }

  .care-details {
    grid-column: 1;
    padding: 32px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    border-left: 0;
  }

  .growth-next {
    align-items: start;
  }

  .answer-list summary {
    min-height: 88px;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding-right: 36px;
    font-size: 1.12rem;
  }

  .answer-list details > div {
    padding: 0 16px 28px 46px;
  }

  .close-actions > a {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .close-actions strong {
    text-align: left;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-contact {
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 430px) {
  .trust-gap,
  .full-scope,
  .plans,
  .process,
  .starting-point,
  .care,
  .growth-next,
  .answers,
  .close {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .transformation-media {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .transformation-copy {
    padding-top: 70px;
    padding-bottom: 76px;
  }

  .scope-rail,
  .plan-comparison,
  .starting-paths,
  .process-assurances {
    margin-top: 46px;
  }

  .plan-price strong {
    display: block;
    margin: 5px 0;
  }

  .growth-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .growth-links span {
    text-align: center;
  }

  .site-footer {
    padding: 58px 16px 30px;
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-nav,
  .footer-contact {
    grid-column: 1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Final cascade for the portfolio-pressure chapter reauthor. */

.trust-gap-heading,
.starting-heading {
  grid-template-columns: minmax(0, 1fr);
}

.trust-gap-heading > div,
.starting-heading > div {
  max-width: 1260px;
}

.trust-gap-body,
.starting-paths {
  margin-left: clamp(80px, 11vw, 210px);
}

.process {
  background: var(--paper-strong);
  border-top: 14px solid var(--coral);
}

.process-speed .eyebrow {
  color: var(--cobalt-deep);
}

.care {
  grid-template-columns: minmax(380px, 1.05fr) minmax(320px, 0.65fr);
}

.care-details {
  grid-column: auto;
}

.growth-next {
  padding-top: clamp(58px, 6vw, 88px);
  padding-bottom: clamp(58px, 6vw, 88px);
}

.answer-list {
  border-top: 0;
}

.close {
  background: var(--paper-strong);
  color: var(--ink-deep);
  border-top: 1px solid var(--ink);
}

.close-copy .eyebrow {
  color: var(--cobalt-deep);
}

.close-copy > p:last-child {
  color: var(--muted);
}

.close-actions {
  border-top-color: var(--ink);
}

.close-actions > a {
  border-bottom-color: var(--line);
}

.close-actions > a:hover {
  background: var(--ink);
  color: white;
}

.close-actions .close-primary {
  background: var(--cobalt);
  color: white;
  border-bottom-color: var(--cobalt);
}

.close-actions .close-primary strong {
  color: var(--citron);
}

@media (max-width: 1121px) {
  .trust-gap-body,
  .starting-paths {
    margin-left: 0;
  }

  .care {
    grid-template-columns: 1fr 1fr;
  }
}

/* Wide-canvas repair: use the extra width to keep the service statement intact. */
@media (min-width: 1680px) {
  .hero-heading h1 {
    max-width: none;
  }
}

@media (max-width: 820px) {
  .care {
    grid-template-columns: 1fr;
  }

  .care-details {
    grid-column: 1;
  }
}

.scope-sequence {
  margin-top: clamp(52px, 5vw, 82px);
}

.scope-move {
  width: 72%;
  min-height: 172px;
  padding: 26px 0 30px;
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(36px, 5vw, 80px);
  border-top: 2px solid rgba(255, 255, 255, 0.78);
}

.scope-move-make {
  margin-left: 14%;
  border-top-color: var(--cobalt);
}

.scope-move-finish {
  margin-left: 28%;
  border-top-color: var(--citron);
}

.scope-verb {
  color: var(--citron);
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.4vw, 2.8rem);
  font-style: italic;
  line-height: 1;
}

.scope-move-make .scope-verb {
  color: #74a7ee;
}

.scope-move h3 {
  max-width: 820px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.85rem, 2.3vw, 2.9rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.scope-move p {
  max-width: 850px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1121px) {
  .scope-product {
    grid-template-columns: 1fr;
  }

  .scope-product figcaption {
    max-width: 520px;
  }

  .starting-stage {
    grid-template-columns: 1fr;
  }

  .starting-media {
    min-height: 460px;
  }

  .starting-paths {
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .starting-paths article:first-child {
    border-right: 1px solid var(--ink);
    border-bottom: 0;
  }
}

.scope-move p span {
  color: white;
  font-weight: 720;
}

@media (max-width: 1121px) {
  .scope-move {
    width: 84%;
  }

  .scope-move-make {
    margin-left: 8%;
  }

  .scope-move-finish {
    margin-left: 16%;
  }
}

@media (max-width: 820px) {
  .scope-product {
    margin-top: 42px;
  }

  .scope-product img {
    aspect-ratio: 4 / 3;
  }

  .scope-product figcaption {
    padding-bottom: 0;
  }

  .starting-media {
    min-height: 380px;
  }

  .starting-paths {
    grid-template-columns: 1fr;
  }

  .starting-paths article:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .scope-sequence {
    margin-top: 58px;
  }

  .scope-move,
  .scope-move-make,
  .scope-move-finish {
    width: calc(100% - 28px);
    min-height: auto;
    padding: 28px 0 34px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .scope-move,
  .scope-move-finish {
    margin-left: 0;
    margin-right: 28px;
  }

  .scope-move-make {
    margin-right: 0;
    margin-left: 28px;
  }

  .scope-verb {
    font-size: 2rem;
  }

  .scope-move h3 {
    font-size: 1.9rem;
  }
}

@media (max-width: 430px) {
  .site-footer {
    padding: 48px 16px 24px;
    grid-template-columns: 1fr 1fr;
    gap: 30px 22px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-nav {
    grid-column: 1;
  }

  .footer-contact {
    grid-column: 2;
  }

  .footer-bottom {
    grid-column: 1 / -1;
    margin-top: 14px;
    align-items: center;
    flex-direction: row;
  }
}

.close-mark {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 28px;
}

.footer-signoff {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-signoff img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

@media (max-width: 430px) {
  .close-mark {
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
  }

  .footer-signoff {
    max-width: 210px;
  }
}

/* Interaction paint changes color only; controls keep identical geometry. */
.header-action:hover,
.button:hover {
  transform: none;
}

.close-actions > a:hover {
  padding-left: 18px;
}

/* Owner-authorized proof, service-media, and company-voice revision. */
.process {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "speed"
    "steps"
    "assurances";
  gap: clamp(38px, 4vw, 64px);
}

.process-speed {
  grid-area: speed;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.52fr);
  align-items: end;
  column-gap: clamp(64px, 9vw, 160px);
}

.process-speed .eyebrow {
  grid-column: 1 / -1;
}

.process-speed h2 {
  grid-column: 1;
  max-width: 1120px;
  margin: 0;
}

.process-speed > p:last-child {
  grid-column: 2;
  margin: 0 0 8px;
}

.process-steps {
  grid-area: steps;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid rgba(13, 24, 40, 0.45);
}

.process-steps li,
.process-steps li + li {
  min-height: 0;
  padding: 0 20px 28px;
  display: block;
  border-right: 1px solid rgba(13, 24, 40, 0.45);
  border-bottom: 0;
}

.process-steps li:first-child {
  padding-left: 0;
}

.process-steps li:last-child {
  padding-right: 0;
  border-right: 0;
}

.process-step-media {
  position: relative;
  margin: 0 0 24px;
  overflow: hidden;
  background: #eee9df;
  border-bottom: 3px solid var(--cobalt);
}

.process-step-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.process-live-state {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--ink-deep);
  color: #fff;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(13, 24, 40, 0.2);
}

.process-live-state i {
  width: 8px;
  height: 8px;
  background: var(--citron);
  border-radius: 50%;
}

.process-step-copy {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: start;
  gap: 16px;
}

.process-step-copy > span {
  font-family: var(--serif);
  font-size: 1.08rem;
  font-style: italic;
}

.process-assurances {
  grid-area: assurances;
  grid-column: auto;
  margin-top: 0;
}

.client-proof {
  padding: clamp(78px, 8vw, 136px) max(36px, calc((100vw - min(1720px, calc(100vw - 72px))) / 2));
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(560px, 1fr);
  align-items: start;
  gap: clamp(70px, 10vw, 180px);
  background: var(--ink);
  color: white;
}

.client-proof .eyebrow {
  color: var(--citron);
}

.client-proof h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(2.7rem, 3.8vw, 4.8rem);
  line-height: 0.96;
}

.client-proof-intro > p:last-child {
  max-width: 520px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.client-proof blockquote {
  margin: 0;
  padding: 30px 0 0;
  border-top: 3px solid var(--coral);
}

.client-proof blockquote p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.35vw, 2.8rem);
  line-height: 1.3;
}

.client-proof cite {
  display: block;
  margin-top: 30px;
  color: var(--citron);
  font-family: var(--body);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.answer-item-offer {
  padding-right: 24px;
  padding-left: 24px;
  background: rgba(199, 240, 76, 0.22);
  border-top: 3px solid var(--coral);
}

@media (max-width: 1121px) {
  .process {
    grid-template-areas:
      "speed"
      "steps"
      "assurances";
  }

  .process-speed {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .process-speed h2,
  .process-speed > p:last-child {
    grid-column: 1;
  }

  .process-steps {
    grid-template-columns: 1fr 1fr;
  }

  .process-steps li:nth-child(2) {
    border-right: 0;
  }

  .process-steps li:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(13, 24, 40, 0.45);
  }

  .client-proof {
    padding-right: 24px;
    padding-left: 24px;
    grid-template-columns: 1fr;
    gap: 54px;
  }
}

@media (max-width: 820px) {
  .client-proof {
    padding: 76px 16px;
    gap: 42px;
  }

  .client-proof h2 {
    font-size: clamp(2.55rem, 10.5vw, 3.35rem);
  }

  .client-proof blockquote p {
    font-size: clamp(1.45rem, 6.3vw, 2rem);
  }

  .process-steps {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .process-steps li,
  .process-steps li + li,
  .process-steps li:first-child {
    min-height: 0;
    padding: 28px 0;
    display: block;
    border-right: 0;
    border-bottom: 1px solid rgba(13, 24, 40, 0.45);
  }

  .process-step-media {
    margin-bottom: 20px;
  }

  .process-step-copy {
    grid-template-columns: 34px 1fr;
    gap: 14px;
  }

  .answer-item-offer {
    padding-right: 16px;
    padding-left: 16px;
  }
}
