.apple-content-page {
  --sub-ink: #0b0b0c;
  --sub-muted: #65676c;
  --sub-paper: #f3f2ef;
  --sub-paper-deep: #e8e6e1;
  --sub-card: #fbfbf9;
  --sub-line: rgba(17, 18, 20, .1);
  min-width: 320px;
  color: var(--sub-ink);
  background: var(--sub-paper);
}

.apple-content-page main {
  overflow: clip;
  background: var(--sub-paper);
}

.apple-content-page .particle-field {
  display: none;
}

.apple-content-page .page-shell {
  width: min(100% - var(--gutter) * 2, 1180px);
}

.apple-content-page .eyebrow {
  display: inline-block;
  min-height: 0;
  padding: 0;
  color: #787b80;
  border: 0;
  border-radius: 0;
  background: none;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .14em;
}

.apple-content-page .page-hero {
  position: relative;
  min-height: 830px;
  padding: 176px var(--gutter) 112px;
  overflow: hidden;
  color: var(--sub-ink);
  background:
    radial-gradient(circle at 50% 70%, rgba(255, 255, 255, .96), transparent 35%),
    radial-gradient(circle at 15% 20%, rgba(255, 222, 171, .22), transparent 28%),
    linear-gradient(180deg, #f8f7f4 0%, #eeece7 100%);
  isolation: isolate;
}

.apple-content-page .page-hero::before {
  position: absolute;
  z-index: -1;
  bottom: -560px;
  left: 50%;
  width: min(1320px, 94vw);
  aspect-ratio: 1;
  content: "";
  transform: translateX(-50%);
  border: 1px solid rgba(17, 18, 20, .07);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(255, 255, 255, .16),
    0 0 0 91px rgba(17, 18, 20, .035),
    0 0 0 180px rgba(255, 255, 255, .1);
  pointer-events: none;
}

.apple-content-page .page-hero::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 160px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--sub-paper));
  pointer-events: none;
}

.apple-content-page .page-hero__content {
  width: min(100%, 1040px);
  text-align: center;
}

.apple-content-page .page-hero h1 {
  max-width: 1020px;
  margin: 32px auto 27px;
  color: #070708;
  font-size: clamp(66px, 7.5vw, 100px);
  font-weight: 630;
  letter-spacing: -.073em;
  line-height: .94;
}

.apple-content-page .page-hero__lede {
  max-width: 730px;
  margin-inline: auto;
  color: var(--sub-muted);
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.55;
}

.apple-content-page .page-hero__actions {
  margin-top: 36px;
}

.apple-content-page .button {
  min-height: 50px;
  padding-inline: 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 670;
  box-shadow: none;
}

.apple-content-page .button--primary,
.apple-content-page .button--outline {
  color: #fff;
  border-color: #09090a;
  background: #09090a;
}

.apple-content-page .button--primary:hover,
.apple-content-page .button--outline:hover {
  color: #fff;
  border-color: #292a2d;
  background: #292a2d;
}

.apple-content-page .button--ghost {
  color: #282a2d;
  border: 1px solid rgba(17, 18, 20, .12);
  background: rgba(255, 255, 255, .52);
}

.apple-content-page .button--ghost:hover {
  color: #060607;
  background: #fff;
}

.apple-content-page .page-section {
  position: relative;
  padding: 138px 0;
  border: 0;
  color: var(--sub-ink);
  background: var(--sub-paper);
}

.apple-content-page .page-section + .page-section {
  border-top: 1px solid rgba(17, 18, 20, .07);
}

.apple-content-page .page-section--compact {
  padding-block: 104px 132px;
}

.apple-content-page .page-section--surface {
  background: var(--sub-paper-deep);
}

.apple-content-page .page-heading {
  max-width: 780px;
  margin-bottom: 62px;
}

.apple-content-page .page-heading h2 {
  margin: 22px 0 19px;
  color: #0b0b0c;
  font-size: clamp(48px, 5.4vw, 70px);
  font-weight: 620;
  letter-spacing: -.064em;
  line-height: .98;
}

.apple-content-page .page-heading p {
  max-width: 700px;
  margin: 0;
  color: var(--sub-muted);
  font-size: 18px;
  line-height: 1.62;
}

.apple-content-page .page-heading--center {
  margin-inline: auto;
  text-align: center;
}

/* How it works: a calm, editorial operating sequence. */
.how-page .page-hero {
  background:
    radial-gradient(circle at 50% 68%, rgba(255, 255, 255, .98), transparent 34%),
    radial-gradient(circle at 82% 16%, rgba(166, 208, 244, .2), transparent 25%),
    linear-gradient(180deg, #f8f7f4, #ebeae6);
}

.how-page .workflow-list {
  max-width: 1080px;
  margin: 0 auto;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--sub-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 30px 80px rgba(39, 35, 29, .06);
}

.how-page .workflow-list::before {
  display: none;
}

.how-page .workflow-step {
  position: relative;
  min-height: 174px;
  padding: 39px 44px;
  align-items: start;
  grid-template-columns: 64px 142px minmax(0, 1fr);
  border: 0;
  border-bottom: 1px solid rgba(17, 18, 20, .08);
  border-radius: 0;
  background: transparent;
  transition: background-color 240ms ease;
}

.how-page .workflow-step:last-child {
  border-bottom: 0;
}

.how-page .workflow-step:hover {
  background: rgba(17, 18, 20, .025);
}

.how-page .workflow-step__number {
  position: static;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  padding: 0;
  transform: none;
  color: #888b90;
  border: 0;
  border-radius: 0;
  background: none;
  font-size: 13px;
  font-weight: 690;
  letter-spacing: .08em;
}

.how-page .workflow-step > strong {
  color: #383a3e;
  font-size: 13px;
  font-weight: 720;
  letter-spacing: .12em;
}

.how-page .workflow-step h3 {
  margin: -4px 0 10px;
  color: #0d0e0f;
  font-size: 25px;
  font-weight: 620;
  letter-spacing: -.035em;
}

.how-page .workflow-step p {
  max-width: 650px;
  margin: 0;
  color: #686b70;
  font-size: 16px;
  line-height: 1.58;
}

.how-page .page-section--surface {
  color: #f3f4f5;
  background: #111315;
}

.how-page .page-section--surface .eyebrow {
  color: #898f97;
}

.how-page .page-section--surface .page-heading h2 {
  color: #f2f3f4;
}

.how-page .page-section--surface .page-heading p {
  color: #969ca5;
}

.how-page .loop-flow {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 28px;
  background: #181a1d;
}

.how-page .loop-flow::after {
  display: none;
}

.how-page .loop-flow__item {
  min-height: 188px;
  padding: 31px 24px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .08);
  border-radius: 0;
  background: transparent;
}

.how-page .loop-flow__item:last-child {
  border-right: 0;
}

.how-page .loop-flow__item::after {
  display: none;
}

.how-page .loop-flow__item strong {
  margin-bottom: 44px;
  color: #6eb8fa;
  font-size: 12px;
  letter-spacing: .11em;
}

.how-page .loop-flow__item span {
  color: #a0a6ae;
  font-size: 14px;
  line-height: 1.5;
}

.how-page .benefit-grid,
.about-page .philosophy-grid,
.pilot-page .benefit-grid,
.pilot-page .pilot-grid {
  gap: 14px;
}

.how-page .benefit-card,
.about-page .principle-card,
.pilot-page .benefit-card,
.pilot-page .pilot-card {
  min-height: 258px;
  padding: 34px;
  border: 1px solid var(--sub-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, .72);
  box-shadow: inset 0 1px rgba(255, 255, 255, .8);
}

.how-page .benefit-card h3,
.about-page .principle-card h3,
.pilot-page .benefit-card h3,
.pilot-page .pilot-card h3 {
  margin: 0 0 16px;
  color: #101113;
  font-size: 22px;
  font-weight: 620;
  letter-spacing: -.035em;
}

.how-page .benefit-card p,
.about-page .principle-card p,
.pilot-page .benefit-card p,
.pilot-page .pilot-card p {
  color: #686b70;
  font-size: 16px;
  line-height: 1.62;
}

/* About: more editorial, fewer UI containers. */
.about-page .page-hero {
  background:
    radial-gradient(circle at 22% 26%, rgba(255, 217, 157, .23), transparent 27%),
    radial-gradient(circle at 75% 72%, rgba(255, 255, 255, .96), transparent 34%),
    linear-gradient(180deg, #f7f6f3, #eceae5);
}

.about-page .about-manifesto {
  max-width: 1040px;
}

.about-page .about-manifesto > p {
  max-width: 790px;
  color: #65686d;
  font-size: 21px;
  line-height: 1.64;
}

.about-page .about-manifesto__statement {
  max-width: 960px;
  margin: 90px 0 52px;
  color: #080809;
  font-size: clamp(54px, 6.8vw, 88px);
  font-weight: 610;
  letter-spacing: -.071em;
  line-height: .96;
}

.about-page .about-questions {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--sub-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, .72);
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.about-page .about-questions span {
  min-height: 142px;
  padding: 27px 22px;
  color: #383a3e;
  border: 0;
  border-right: 1px solid rgba(17, 18, 20, .08);
  border-radius: 0;
  background: transparent;
  font-size: 15px;
  line-height: 1.5;
}

.about-page .about-questions span:last-child {
  border-right: 0;
}

.about-page .page-card-grid {
  gap: 14px;
}

.about-page .page-card {
  min-height: 320px;
  padding: 38px;
  border: 1px solid rgba(17, 18, 20, .09);
  border-radius: 28px;
  background: rgba(255, 255, 255, .66);
  box-shadow: none;
}

.about-page .page-card:hover {
  transform: none;
  border-color: rgba(17, 18, 20, .17);
  background: rgba(255, 255, 255, .84);
}

.about-page .page-card__number {
  min-width: 0;
  min-height: 0;
  padding: 0;
  color: #797c81;
  border: 0;
  background: none;
  font-size: 13px;
  letter-spacing: .1em;
}

.about-page .page-card h3 {
  margin: 88px 0 14px;
  color: #111214;
  font-size: 25px;
  font-weight: 620;
  letter-spacing: -.04em;
}

.about-page .page-card p {
  color: #66696e;
  font-size: 16px;
  line-height: 1.6;
}

.about-page .philosophy-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-page .principle-card {
  min-height: 290px;
}

.about-page .page-section:last-of-type.page-section--surface {
  color: #f2f3f4;
  background: #111315;
}

.about-page .page-section:last-of-type.page-section--surface .eyebrow,
.about-page .page-section:last-of-type.page-section--surface .page-heading p,
.about-page .page-section:last-of-type.page-section--surface .pilot-copy p {
  color: #9299a2;
}

.about-page .page-section:last-of-type.page-section--surface .page-heading h2,
.about-page .page-section:last-of-type.page-section--surface .pilot-copy h2 {
  color: #f2f3f4;
}

/* Contact: one generous form, one dark context panel. */
.contact-page .page-hero {
  min-height: 660px;
  padding-bottom: 78px;
}

.contact-page .page-hero::before {
  bottom: -720px;
}

.contact-page .page-section--compact {
  padding-top: 40px;
  background: var(--sub-paper);
}

.contact-page .contact-layout {
  align-items: stretch;
  grid-template-columns: minmax(0, 1.3fr) minmax(310px, .7fr);
  gap: 18px;
}

.contact-page .contact-form,
.contact-page .contact-aside {
  padding: clamp(34px, 4.6vw, 58px);
  border: 1px solid var(--sub-line);
  border-radius: 30px;
  box-shadow: none;
}

.contact-page .contact-form {
  color: #17181a;
  background: rgba(255, 255, 255, .78);
}

.contact-page .form-grid {
  gap: 25px 16px;
}

.contact-page .form-field label,
.contact-page .form-group > legend {
  color: #47494e;
  font-size: 13px;
  font-weight: 650;
}

.contact-page .form-field input,
.contact-page .form-field select,
.contact-page .form-field textarea {
  min-height: 58px;
  padding: 15px 16px;
  color: #151618;
  border: 1px solid rgba(17, 18, 20, .1);
  border-radius: 13px;
  background: #f0efeb;
  font-size: 15px;
}

.contact-page .form-field input::placeholder,
.contact-page .form-field textarea::placeholder {
  color: #8a8c91;
}

.contact-page .form-field input:focus,
.contact-page .form-field select:focus,
.contact-page .form-field textarea:focus {
  border-color: rgba(17, 18, 20, .32);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(17, 18, 20, .045);
}

.contact-page .checkbox-grid label {
  min-height: 50px;
  color: #4c4e52;
  border: 1px solid rgba(17, 18, 20, .08);
  border-radius: 12px;
  background: #f4f3f0;
  font-size: 14px;
}

.contact-page .checkbox-grid label:has(input:checked) {
  color: #0b0b0c;
  border-color: rgba(17, 18, 20, .26);
  background: #e8e7e3;
}

.contact-page .form-consent {
  color: #74777c;
  font-size: 13px;
  line-height: 1.55;
}

.contact-page .contact-aside {
  color: #eef0f2;
  border-color: rgba(255, 255, 255, .1);
  background: #111315;
}

.contact-page .contact-aside h2 {
  color: #f2f3f4;
  font-size: clamp(38px, 4vw, 50px);
  font-weight: 620;
  letter-spacing: -.055em;
}

.contact-page .expectation {
  padding: 31px 0 31px 42px;
  border-bottom-color: rgba(255, 255, 255, .09);
}

.contact-page .expectation::before {
  top: 32px;
  color: #737a84;
  font-size: 13px;
}

.contact-page .expectation h3 {
  color: #e7eaed;
  font-size: 18px;
  font-weight: 620;
}

.contact-page .expectation p {
  color: #9299a2;
  font-size: 15px;
  line-height: 1.58;
}

.contact-page .direct-contact {
  border-top-color: rgba(255, 255, 255, .09);
}

.contact-page .direct-contact span {
  color: #868d96;
  font-size: 13px;
}

.contact-page .direct-contact a {
  color: #fff;
  font-size: 17px;
}

/* Pilot: product-led offer with a clear commercial story. */
.pilot-page .page-hero {
  background:
    radial-gradient(circle at 74% 70%, rgba(255, 255, 255, .98), transparent 34%),
    radial-gradient(circle at 18% 23%, rgba(153, 205, 249, .22), transparent 26%),
    linear-gradient(180deg, #f8f7f4, #ebe9e4);
}

.pilot-page .pilot-offer {
  align-items: center;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(58px, 9vw, 124px);
}

.pilot-page .pilot-duration {
  min-height: 470px;
  padding: 48px;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 32px;
  background: #111315;
  box-shadow: 0 40px 90px rgba(26, 24, 21, .12);
}

.pilot-page .pilot-duration strong {
  color: #f4f5f6;
  font-size: clamp(96px, 11vw, 142px);
  font-weight: 610;
  letter-spacing: -.08em;
}

.pilot-page .pilot-duration span {
  color: #9da3ac;
  font-size: 18px;
  line-height: 1.5;
}

.pilot-page .pilot-copy h2 {
  color: #0a0a0b;
  font-size: clamp(48px, 5.5vw, 70px);
  font-weight: 620;
  letter-spacing: -.064em;
  line-height: .98;
}

.pilot-page .pilot-copy p {
  color: #65686d;
  font-size: 17px;
  line-height: 1.65;
}

.pilot-page #included .pilot-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pilot-page #included .pilot-card {
  min-height: 280px;
  background: rgba(255, 255, 255, .6);
}

.pilot-page .signal-list {
  gap: 0;
  border-bottom: 1px solid rgba(17, 18, 20, .1);
}

.pilot-page .signal-list span {
  min-height: 72px;
  padding: 0 2px;
  color: #37393d;
  border: 0;
  border-top: 1px solid rgba(17, 18, 20, .1);
  border-radius: 0;
  background: transparent;
  font-size: 16px;
}

.pilot-page .signal-list span::before {
  width: 7px;
  height: 7px;
  background: #168df3;
  box-shadow: none;
}

.pilot-page .page-section:nth-of-type(4) {
  color: #eff1f3;
  background: #111315;
}

.pilot-page .page-section:nth-of-type(4) .eyebrow {
  color: #8d949d;
}

.pilot-page .page-section:nth-of-type(4) .page-heading h2 {
  color: #f3f4f5;
}

.pilot-page .pilot-process {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 28px;
  background: #181a1d;
}

.pilot-page .pilot-process article {
  min-height: 300px;
  padding: 34px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .08);
  border-radius: 0;
  background: transparent;
}

.pilot-page .pilot-process article:last-child {
  border-right: 0;
}

.pilot-page .pilot-process span {
  color: #69b7fa;
  font-size: 13px;
}

.pilot-page .pilot-process h3 {
  margin-top: 80px;
  color: #eef0f2;
  font-size: 21px;
  font-weight: 620;
}

.pilot-page .pilot-process p,
.pilot-page .pilot-note {
  color: #969da6;
  font-size: 15px;
  line-height: 1.6;
}

.pilot-page .pilot-note {
  max-width: 870px;
  margin: 32px auto 0;
  text-align: center;
}

/* Shared final conversion moment. */
.apple-content-page .page-final-cta {
  padding: 150px var(--gutter) 164px;
  color: var(--sub-ink);
  border: 0;
  border-top: 1px solid rgba(17, 18, 20, .08);
  background:
    radial-gradient(circle at 50% 115%, rgba(255, 206, 129, .27), transparent 34%),
    #f4f3ef;
}

.apple-content-page .page-final-cta h2 {
  max-width: 930px;
  margin: 26px auto 22px;
  color: #09090a;
  font-size: clamp(58px, 6.8vw, 88px);
  font-weight: 620;
  letter-spacing: -.07em;
  line-height: .94;
}

.apple-content-page .page-final-cta p {
  max-width: 680px;
  margin: 0 auto 36px;
  color: #676a6f;
  font-size: 18px;
  line-height: 1.58;
}

@media (max-width: 1040px) {
  .apple-content-page .page-hero {
    min-height: 760px;
    padding-top: 154px;
  }

  .apple-content-page .page-section {
    padding-block: 112px;
  }

  .how-page .loop-flow {
    overflow-x: auto;
    grid-template-columns: repeat(6, 188px);
    scrollbar-width: none;
  }

  .how-page .loop-flow::-webkit-scrollbar {
    display: none;
  }

  .about-page .about-questions {
    overflow-x: auto;
    grid-template-columns: repeat(5, 190px);
    scrollbar-width: none;
  }

  .about-page .about-questions::-webkit-scrollbar {
    display: none;
  }

  .pilot-page .pilot-offer,
  .apple-content-page .page-split {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .pilot-page .pilot-duration {
    min-height: 360px;
  }

  .pilot-page .pilot-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pilot-page .pilot-process article:nth-child(2) {
    border-right: 0;
  }

  .pilot-page .pilot-process article:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .contact-page .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  /* Hero height comes from its content: a fixed 700px backstop left a large
     empty band under the CTA on short phone viewports. */
  .apple-content-page .page-hero {
    min-height: 0;
    padding: calc(var(--header-h) + 60px) var(--gutter) 84px;
  }

  .apple-content-page .page-hero h1 {
    margin: 22px auto 20px;
    font-size: clamp(44px, 8.4vw, 72px);
    letter-spacing: -.062em;
  }

  .apple-content-page .page-hero__lede {
    font-size: 18px;
  }

  .apple-content-page .page-hero__actions {
    margin-top: 30px;
  }

  .apple-content-page .page-section {
    padding-block: var(--space-section);
  }

  .apple-content-page .page-section--compact {
    padding-block: var(--space-section);
  }

  /* Contact's form sits directly under the hero and keeps its tighter lead-in. */
  .contact-page .page-section--compact {
    padding-top: 40px;
  }

  .apple-content-page .page-heading {
    margin-bottom: var(--space-block);
  }

  .apple-content-page .page-heading h2 {
    font-size: clamp(34px, 6.4vw, 56px);
    letter-spacing: -.055em;
  }

  .apple-content-page .page-heading p {
    font-size: 17px;
  }

  .apple-content-page .page-final-cta {
    padding: var(--space-section) var(--gutter) calc(var(--space-section) + 14px);
  }

  .apple-content-page .page-final-cta h2 {
    font-size: clamp(38px, 7vw, 62px);
    letter-spacing: -.06em;
  }

  .apple-content-page .page-final-cta p {
    font-size: 17px;
  }

  .how-page .workflow-step {
    padding: 33px 30px;
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .how-page .workflow-step > strong {
    margin-bottom: 12px;
  }

  .how-page .workflow-step > div {
    grid-column: 2;
  }

  .how-page .benefit-grid,
  .about-page .philosophy-grid,
  .pilot-page .benefit-grid,
  .pilot-page #included .pilot-grid {
    grid-template-columns: 1fr;
  }

  .about-page .page-card-grid {
    grid-template-columns: 1fr;
  }

  .about-page .page-card {
    min-height: 260px;
  }

  .about-page .page-card h3 {
    margin-top: 60px;
  }

  .contact-page .page-hero {
    padding-bottom: 64px;
  }
}

@media (max-width: 640px) {
  .apple-content-page .page-hero {
    padding: calc(var(--header-h) + 44px) var(--gutter) 64px;
  }

  .apple-content-page .page-hero h1 {
    margin: 18px auto 16px;
    font-size: clamp(36px, 10.6vw, 56px);
    line-height: .98;
    letter-spacing: -.055em;
  }

  .apple-content-page .page-hero__lede {
    font-size: 16.5px;
    line-height: 1.5;
  }

  /* Intrinsic-width buttons read better than two full-bleed bars. */
  .apple-content-page .page-hero__actions {
    margin-top: 26px;
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }

  .apple-content-page .page-hero__actions .button {
    width: min(100%, 300px);
    min-height: 48px;
  }

  .apple-content-page .page-heading h2 {
    font-size: clamp(30px, 8.2vw, 42px);
  }

  .apple-content-page .page-heading p {
    font-size: 16px;
  }

  .apple-content-page .page-final-cta h2 {
    font-size: clamp(32px, 8.8vw, 48px);
  }

  .apple-content-page .page-final-cta p {
    font-size: 16px;
  }

  .how-page .workflow-list,
  .about-page .about-questions,
  .about-page .page-card,
  .how-page .benefit-card,
  .about-page .principle-card,
  .pilot-page .benefit-card,
  .pilot-page .pilot-card,
  .contact-page .contact-form,
  .contact-page .contact-aside,
  .pilot-page .pilot-duration {
    border-radius: 22px;
  }

  .how-page .workflow-step {
    padding: 28px 23px;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .how-page .workflow-step h3 {
    font-size: 22px;
  }

  /* Bleeding to the right gutter makes the horizontal scroll read as deliberate
     rather than as a clipped desktop row. */
  .how-page .loop-flow,
  .about-page .about-questions {
    margin-right: calc(var(--gutter) * -1);
    border-radius: 22px 0 0 22px;
  }

  .about-page .about-manifesto > p {
    font-size: 18px;
  }

  .about-page .about-manifesto__statement {
    margin: 48px 0 32px;
    font-size: clamp(34px, 9.6vw, 52px);
  }

  .about-page .about-questions span {
    min-height: 0;
    padding: 22px 20px;
    font-size: 14.5px;
  }

  .about-page .page-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .about-page .page-card h3 {
    margin-top: 44px;
    font-size: 22px;
  }

  .about-page .page-card p,
  .how-page .benefit-card p,
  .about-page .principle-card p,
  .pilot-page .benefit-card p,
  .pilot-page .pilot-card p {
    font-size: 15px;
  }

  .how-page .benefit-card,
  .about-page .principle-card,
  .pilot-page .benefit-card,
  .pilot-page .pilot-card,
  .pilot-page #included .pilot-card {
    min-height: 0;
    padding: 26px 22px;
  }

  .how-page .benefit-card h3,
  .about-page .principle-card h3,
  .pilot-page .benefit-card h3,
  .pilot-page .pilot-card h3 {
    margin-bottom: 12px;
    font-size: 19px;
  }

  .how-page .loop-flow__item {
    min-height: 0;
    padding: 26px 22px;
  }

  .how-page .loop-flow__item strong {
    margin-bottom: 28px;
  }

  .contact-page .page-section--compact {
    padding-top: 24px;
  }

  .contact-page .contact-form,
  .contact-page .contact-aside {
    padding: 26px 20px;
  }

  .contact-page .form-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .contact-page .contact-aside h2 {
    margin-bottom: 22px;
    font-size: clamp(28px, 7.6vw, 38px);
  }

  .contact-page .expectation {
    padding: 24px 0 24px 38px;
  }

  .contact-page .expectation::before {
    top: 25px;
  }

  .pilot-page .pilot-duration {
    min-height: 0;
    padding: 30px 24px;
    gap: 20px;
  }

  .pilot-page .pilot-duration strong {
    font-size: clamp(68px, 19vw, 96px);
  }

  .pilot-page .pilot-duration span {
    font-size: 16px;
  }

  .pilot-page .pilot-copy h2 {
    font-size: clamp(30px, 8.2vw, 42px);
  }

  .pilot-page .pilot-copy p {
    font-size: 16px;
  }

  .pilot-page .pilot-process {
    grid-template-columns: minmax(0, 1fr);
    border-radius: 22px;
  }

  .pilot-page .pilot-process article,
  .pilot-page .pilot-process article:nth-child(2) {
    min-height: 0;
    padding: 26px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .pilot-page .pilot-process article:last-child {
    border-bottom: 0;
  }

  .pilot-page .pilot-process h3 {
    margin-top: 34px;
    font-size: 19px;
  }

  .pilot-page .signal-list span {
    min-height: 62px;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .how-page .workflow-step {
    transition: none;
  }
}

/* Apple-style motion and stronger light / grey / dark page rhythm. */
.apple-content-page {
  --hero-copy-y: 0px;
  --hero-copy-scale: 1;
  --hero-copy-opacity: 1;
  --hero-orbit-y: 0px;
  --hero-orbit-scale: 1;
}

.apple-content-page .page-hero__content {
  transform: translate3d(0, var(--hero-copy-y), 0) scale(var(--hero-copy-scale));
  opacity: var(--hero-copy-opacity);
  transform-origin: 50% 30%;
  will-change: transform, opacity;
}

.apple-content-page .page-hero::before {
  transform: translate3d(-50%, var(--hero-orbit-y), 0) scale(var(--hero-orbit-scale));
  will-change: transform;
}

.apple-content-page .page-section,
.apple-content-page .page-final-cta {
  --section-progress: 0;
  isolation: isolate;
}

.apple-content-page .page-section::after {
  position: absolute;
  z-index: -1;
  top: 12%;
  left: 50%;
  width: min(1040px, 88vw);
  height: 52%;
  content: "";
  transform: translate3d(-50%, var(--section-shift, 0px), 0);
  opacity: var(--section-opacity, .08);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, .78), transparent 68%);
  filter: blur(34px);
  pointer-events: none;
}

.apple-content-page .page-section.is-motion-visible::after {
  opacity: .2;
}

.apple-content-page .reveal {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    opacity 900ms cubic-bezier(.22, 1, .36, 1),
    transform 1050ms cubic-bezier(.22, 1, .36, 1),
    filter 900ms cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform, filter;
}

html.reveal-enabled .apple-content-page .reveal:not(.is-visible) {
  opacity: 0;
  filter: blur(9px);
  transform: translate3d(0, 34px, 0) scale(.988);
}

.apple-content-page .reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

html.reveal-enabled .apple-content-page .page-heading.reveal:not(.is-visible) {
  transform: translate3d(0, 48px, 0);
}

.apple-content-page .page-heading.reveal.is-visible {
  transform: translate3d(0, 0, 0);
}

.apple-content-page .page-card,
.apple-content-page .principle-card,
.apple-content-page .benefit-card,
.apple-content-page .pilot-card,
.apple-content-page .contact-form,
.apple-content-page .contact-aside,
.apple-content-page .pilot-duration {
  transition:
    transform 500ms cubic-bezier(.22, 1, .36, 1),
    border-color 350ms ease,
    background-color 350ms ease,
    box-shadow 500ms cubic-bezier(.22, 1, .36, 1),
    opacity 900ms cubic-bezier(.22, 1, .36, 1),
    filter 900ms cubic-bezier(.22, 1, .36, 1);
}

.apple-content-page .page-card.is-visible:hover,
.apple-content-page .principle-card.is-visible:hover,
.apple-content-page .benefit-card.is-visible:hover,
.apple-content-page .pilot-card.is-visible:hover {
  transform: translate3d(0, -7px, 0) scale(1.008);
  border-color: rgba(17, 18, 20, .18);
  box-shadow: 0 25px 65px rgba(35, 31, 27, .08);
}

.apple-content-page .button span[aria-hidden="true"] {
  display: inline-block;
  transition: transform 280ms cubic-bezier(.22, 1, .36, 1);
}

.apple-content-page .button:hover span[aria-hidden="true"] {
  transform: translateX(4px);
}

.apple-content-page .nav-shell {
  transition:
    transform 520ms cubic-bezier(.22, 1, .36, 1),
    box-shadow 420ms ease,
    background-color 420ms ease;
}

.apple-content-page .site-header.is-scrolled .nav-shell {
  transform: translateY(-4px) scale(.992);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 48px rgba(28, 25, 21, .1);
}

.how-page .page-section:nth-of-type(2) {
  background: #e2e1dc;
}

.how-page .page-section:nth-of-type(2)::after {
  background: radial-gradient(ellipse, rgba(255, 255, 255, .9), transparent 68%);
}

.how-page .workflow-list {
  position: relative;
}

.how-page .workflow-list::after {
  position: absolute;
  z-index: 2;
  top: 28px;
  bottom: 28px;
  left: 0;
  width: 3px;
  content: "";
  transform: scaleY(var(--section-progress, 0));
  transform-origin: top;
  border-radius: 999px;
  background: #17191b;
  transition: transform 120ms linear;
  pointer-events: none;
}

.how-page .workflow-step {
  transition: background-color 350ms ease, transform 650ms cubic-bezier(.22, 1, .36, 1);
}

.how-page .workflow-step.is-visible:hover {
  transform: translateX(6px);
  background: rgba(255, 255, 255, .52);
}

.how-page .workflow-step.is-visible:hover .workflow-step__number {
  color: #101113;
}

.how-page .page-section:nth-of-type(3)::after,
.about-page .page-section:nth-of-type(5)::after,
.pilot-page .page-section:nth-of-type(5)::after {
  opacity: var(--section-dark-opacity, .1);
  background: radial-gradient(ellipse, rgba(45, 143, 230, .2), transparent 68%);
}

.how-page .page-section:nth-of-type(4) {
  background: #f5f4f1;
}

.about-page .page-section:nth-of-type(2) {
  background: #f5f4f1;
}

.about-page .page-section:nth-of-type(3) {
  background: #dfded9;
}

.about-page .page-section:nth-of-type(4) {
  background: #f6f5f2;
}

.about-page .page-section:nth-of-type(5) {
  color: #f2f3f4;
  background: #111315;
}

.about-page .page-section:nth-of-type(5) .eyebrow,
.about-page .page-section:nth-of-type(5) .page-heading p,
.about-page .page-section:nth-of-type(5) .pilot-copy p {
  color: #9299a2;
}

.about-page .page-section:nth-of-type(5) .page-heading h2,
.about-page .page-section:nth-of-type(5) .pilot-copy h2 {
  color: #f2f3f4;
}

.about-page .about-questions span {
  transition: color 320ms ease, background-color 320ms ease, transform 500ms cubic-bezier(.22, 1, .36, 1);
}

.about-page .about-questions span:hover {
  color: #0a0b0c;
  background: rgba(255, 255, 255, .72);
  transform: translateY(-4px);
}

.about-page .about-manifesto__statement {
  background: linear-gradient(95deg, #080809 0%, #080809 45%, #6c7075 68%, #080809 88%);
  background-position: var(--section-position, 0%) 0;
  background-size: 220% 100%;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}

.contact-page .page-section:nth-of-type(2) {
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .72), transparent 26%),
    #deddd8;
}

.contact-page .contact-form,
.contact-page .contact-aside {
  box-shadow: 0 35px 90px rgba(29, 27, 24, .08);
}

.contact-page .contact-form:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 40px 100px rgba(29, 27, 24, .12);
}

.contact-page .contact-aside {
  position: sticky;
  top: 96px;
  align-self: start;
}

.contact-page .expectation {
  transition: background-color 300ms ease, padding-left 400ms cubic-bezier(.22, 1, .36, 1);
}

.contact-page .expectation:hover {
  padding-left: 48px;
  background: rgba(255, 255, 255, .025);
}

.pilot-page .page-section:nth-of-type(2) {
  background: #f6f5f2;
}

.pilot-page .page-section:nth-of-type(3) {
  background: #deddd8;
}

.pilot-page .page-section:nth-of-type(4) {
  color: var(--sub-ink);
  background: #f5f4f1;
}

.pilot-page .page-section:nth-of-type(4) .eyebrow {
  color: #787b80;
}

.pilot-page .page-section:nth-of-type(4) .page-heading h2 {
  color: #0b0b0c;
}

.pilot-page .page-section:nth-of-type(4) .page-heading p {
  color: var(--sub-muted);
}

.pilot-page .page-section:nth-of-type(5) {
  color: #eff1f3;
  background: #111315;
}

.pilot-page .page-section:nth-of-type(5) .eyebrow {
  color: #8d949d;
}

.pilot-page .page-section:nth-of-type(5) .page-heading h2 {
  color: #f3f4f5;
}

.pilot-page .page-section:nth-of-type(6) {
  background: #e2e1dc;
}

.pilot-page .pilot-duration {
  position: relative;
  overflow: hidden;
}

.pilot-page .pilot-duration::after {
  position: absolute;
  top: -40%;
  left: -75%;
  width: 55%;
  height: 180%;
  content: "";
  transform: rotate(18deg);
  opacity: .42;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .14), transparent);
  animation: pilotSheen 7s cubic-bezier(.22, 1, .36, 1) infinite 1.2s;
  pointer-events: none;
}

.pilot-page .pilot-process article {
  transition: background-color 350ms ease, transform 500ms cubic-bezier(.22, 1, .36, 1);
}

.pilot-page .pilot-process article:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, .025);
}

/* Product-led scenes shared by the secondary pages. */
.product-showcase-section {
  position: relative;
  z-index: 4;
  margin-top: -150px;
  padding: 0 0 138px;
  background: #e5e3de;
}

.product-showcase-section::before {
  position: absolute;
  z-index: -1;
  top: -90px;
  right: 0;
  left: 0;
  height: 220px;
  content: "";
  background: linear-gradient(180deg, transparent, #e5e3de 72%);
  pointer-events: none;
}

.product-scene {
  overflow: hidden;
  color: #101113;
  border: 1px solid rgba(17, 18, 20, .11);
  border-radius: 34px;
  background: #efeeea;
  box-shadow: 0 48px 110px rgba(37, 33, 28, .12);
}

.product-scene__bar {
  display: flex;
  min-height: 92px;
  padding: 22px 28px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(17, 18, 20, .09);
  background: rgba(255, 255, 255, .82);
}

.product-scene__bar > div {
  display: grid;
  gap: 7px;
}

.product-scene__bar strong {
  color: #101113;
  font-size: 20px;
  font-weight: 630;
  letter-spacing: -.025em;
}

.scene-kicker {
  color: #7d8187;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .13em;
}

.scene-live {
  display: inline-flex;
  min-height: 34px;
  padding: 0 13px;
  align-items: center;
  gap: 8px;
  color: #3f4246;
  border: 1px solid rgba(17, 18, 20, .09);
  border-radius: 999px;
  background: #f8f8f6;
  font-size: 13px;
  font-weight: 620;
}

.scene-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #27cb83;
  box-shadow: 0 0 0 5px rgba(39, 203, 131, .1);
  animation: sceneLivePulse 2.4s ease-in-out infinite;
}

.product-scene__grid,
.about-scene-grid,
.pilot-scene-grid {
  display: grid;
  padding: 15px;
  gap: 14px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.scene-panel {
  position: relative;
  min-width: 0;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(17, 18, 20, .09);
  border-radius: 25px;
  background: rgba(255, 255, 255, .82);
  box-shadow: inset 0 1px rgba(255, 255, 255, .9);
  transition: transform 500ms cubic-bezier(.22, 1, .36, 1), box-shadow 500ms ease, border-color 350ms ease;
}

.scene-panel:hover {
  z-index: 2;
  transform: translateY(-5px);
  border-color: rgba(17, 18, 20, .16);
  box-shadow: 0 24px 54px rgba(28, 25, 22, .09);
}

.scene-panel p {
  margin: 0;
  color: #797d83;
  font-size: 14px;
  line-height: 1.55;
}

.scene-panel strong {
  color: #101113;
  font-weight: 620;
  letter-spacing: -.055em;
}

.scene-panel strong small {
  color: #757980;
  font-size: 14px;
  font-weight: 580;
  letter-spacing: 0;
}

.scene-panel--chart {
  min-height: 550px;
  grid-column: span 8;
  grid-row: span 2;
}

.scene-panel--loss,
.scene-panel--prediction {
  min-height: 268px;
  grid-column: span 4;
}

.scene-panel--diagnosis { min-height: 260px; grid-column: span 6; }
.scene-panel--impact { min-height: 260px; grid-column: span 4; }
.scene-panel--priority { min-height: 260px; grid-column: span 2; }

.scene-panel__heading {
  display: grid;
  gap: 56px;
}

.scene-panel__heading > span {
  color: #7c8086;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .13em;
}

.scene-panel__heading > b {
  color: #0d0e0f;
  font-size: clamp(52px, 6vw, 76px);
  font-weight: 610;
  letter-spacing: -.075em;
}

.scene-panel__heading > b small {
  color: #777b81;
  font-size: 16px;
  letter-spacing: 0;
}

.scene-chart {
  width: 100%;
  height: 250px;
  margin-top: 38px;
  overflow: visible;
}

.scene-gridlines path {
  fill: none;
  stroke: rgba(17, 18, 20, .085);
  stroke-width: 1;
}

.scene-expected,
.scene-actual {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scene-expected {
  stroke: #aeb2b7;
  stroke-width: 2.3;
  stroke-dasharray: 8 9;
}

.scene-actual {
  stroke: #168df3;
  stroke-width: 4;
  filter: drop-shadow(0 3px 6px rgba(22, 141, 243, .18));
}

.scene-axis {
  display: flex;
  margin-top: 2px;
  justify-content: space-between;
  color: #85898f;
  font-size: 13px;
}

.scene-panel--loss > strong {
  display: block;
  margin: 54px 0 23px;
  font-size: 48px;
}

.scene-panel--loss > p {
  max-width: 280px;
}

.scene-meter {
  height: 5px;
  margin-top: 28px;
  overflow: hidden;
  border-radius: 999px;
  background: #dededb;
}

.scene-meter i {
  display: block;
  width: var(--meter);
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  border-radius: inherit;
  background: #168df3;
}

.scene-panel--loss .scene-meter i { background: #ff943f; }

.scene-inline-value {
  display: grid;
  margin: 68px 0 30px;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 18px;
}

.scene-inline-value strong {
  font-size: 51px;
}

.scene-inline-value .scene-meter { margin: 0; }

.scene-panel--prediction h3,
.pilot-scene-free h3,
.pilot-scene-quotes h3 {
  margin: 0 0 12px;
  color: #242629;
  font-size: 19px;
  font-weight: 620;
  letter-spacing: -.025em;
}

.scene-diagnostic-path {
  display: flex;
  margin: 92px 0 18px;
  align-items: center;
  gap: 14px;
}

.scene-diagnostic-path b {
  min-height: 48px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  color: #4f5358;
  border: 1px solid rgba(17, 18, 20, .1);
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  font-weight: 620;
  white-space: nowrap;
}

.scene-diagnostic-path b.is-warning {
  color: #8e4c15;
  border-color: rgba(255, 148, 63, .3);
  background: #fff6ee;
}

.scene-diagnostic-path i {
  color: #a1a5aa;
  font-style: normal;
}

.scene-panel--impact > strong {
  display: block;
  margin: 47px 0 17px;
  font-size: 44px;
}

.scene-bars {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  display: flex;
  height: 58px;
  align-items: end;
  gap: 8px;
}

.scene-bars i {
  width: 100%;
  height: 28%;
  transform: scaleY(0);
  transform-origin: bottom;
  border-radius: 5px 5px 0 0;
  background: #d8eafa;
}

.scene-bars i:nth-child(2) { height: 43%; }
.scene-bars i:nth-child(3) { height: 38%; }
.scene-bars i:nth-child(4) { height: 60%; }
.scene-bars i:nth-child(5) { height: 72%; }
.scene-bars i:nth-child(6) { height: 65%; }
.scene-bars i:nth-child(7) { height: 94%; background: #168df3; }

.scene-panel--priority {
  color: #dfe3e7;
  border-color: rgba(255, 255, 255, .1);
  background: #17191b;
  box-shadow: none;
}

.scene-panel--priority .scene-kicker { color: #818893; }

.scene-panel--priority > strong {
  display: block;
  margin-top: 100px;
  color: #ffa451;
  font-size: 36px;
  letter-spacing: -.045em;
}

.scene-panel--priority > p {
  margin-top: 15px;
  color: #858c95;
}

.priority-dashes {
  position: absolute;
  right: 28px;
  bottom: 27px;
  left: 28px;
  display: flex;
  gap: 5px;
}

.priority-dashes i {
  width: 100%;
  height: 5px;
  border-radius: 999px;
  background: #ff9b45;
}

.priority-dashes i:last-child { opacity: .28; }

.product-scene.is-visible .scene-actual {
  stroke-dasharray: 1200;
  animation: sceneLineDraw 1.8s cubic-bezier(.22, 1, .36, 1) both .3s;
}

.product-scene.is-visible .scene-expected {
  animation: sceneExpectedIn 1s ease both .5s;
}

.product-scene.is-visible .scene-meter i {
  transform: scaleX(1);
  transition: transform 1.25s cubic-bezier(.22, 1, .36, 1) .6s;
}

.product-scene.is-visible .scene-bars i {
  transform: scaleY(1);
  transition: transform .85s cubic-bezier(.22, 1, .36, 1);
}

.product-scene.is-visible .scene-bars i:nth-child(1) { transition-delay: .35s; }
.product-scene.is-visible .scene-bars i:nth-child(2) { transition-delay: .42s; }
.product-scene.is-visible .scene-bars i:nth-child(3) { transition-delay: .49s; }
.product-scene.is-visible .scene-bars i:nth-child(4) { transition-delay: .56s; }
.product-scene.is-visible .scene-bars i:nth-child(5) { transition-delay: .63s; }
.product-scene.is-visible .scene-bars i:nth-child(6) { transition-delay: .7s; }
.product-scene.is-visible .scene-bars i:nth-child(7) { transition-delay: .77s; }

.product-showcase-section--about { background: #e1dfda; }
.product-showcase-section--about::before { background: linear-gradient(180deg, transparent, #e1dfda 72%); }

.about-scene-main {
  min-height: 520px;
  padding: 40px;
  grid-column: span 8;
  grid-row: span 2;
}

.about-scene-main h2 {
  max-width: 680px;
  margin: 64px 0 95px;
  color: #0d0e0f;
  font-size: clamp(42px, 5.2vw, 68px);
  font-weight: 620;
  letter-spacing: -.065em;
  line-height: .98;
}

.scene-loop-track {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.scene-loop-track::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 3%;
  left: 3%;
  height: 1px;
  content: "";
  background: #d4d5d3;
}

.scene-loop-track span {
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  color: #4f5358;
  border: 1px solid rgba(17, 18, 20, .1);
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 620;
}

.scene-loop-track i {
  position: relative;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #168df3;
}

.about-scene-stat {
  min-height: 250px;
  grid-column: span 4;
}

.about-scene-stat > strong {
  display: block;
  margin: 67px 0 14px;
  font-size: 27px;
  letter-spacing: -.04em;
}

.about-scene-goal {
  min-height: 520px;
  color: #eef0f2;
  border-color: rgba(255, 255, 255, .1);
  background: #17191b;
  grid-column: span 4;
  grid-row: span 2;
}

.about-scene-goal .scene-kicker { color: #858c95; }

.about-scene-goal > strong {
  display: block;
  margin-top: 250px;
  color: #67b7fa;
  font-size: 43px;
}

.about-scene-goal > p {
  margin-top: 18px;
  color: #8e959e;
  font-size: 16px;
}

.product-scene.is-visible .scene-loop-track i {
  animation: sceneNodePulse 2.6s ease-in-out infinite;
}

.product-scene.is-visible .scene-loop-track i:nth-of-type(2) { animation-delay: .35s; }
.product-scene.is-visible .scene-loop-track i:nth-of-type(3) { animation-delay: .7s; }
.product-scene.is-visible .scene-loop-track i:nth-of-type(4) { animation-delay: 1.05s; }

.product-showcase-section--pilot { background: #e7e5e0; }
.product-showcase-section--pilot::before { background: linear-gradient(180deg, transparent, #e7e5e0 72%); }

.pilot-scene-case {
  min-height: 520px;
  grid-column: span 8;
  grid-row: span 2;
}

.pilot-case-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.pilot-case-top h2 {
  margin: 12px 0 0;
  color: #111214;
  font-size: 29px;
  font-weight: 620;
  letter-spacing: -.045em;
}

.pilot-case-top > b {
  padding: 9px 11px;
  color: #935018;
  border: 1px solid rgba(255, 148, 63, .28);
  border-radius: 999px;
  background: #fff4ea;
  font-size: 12px;
  letter-spacing: .08em;
}

.pilot-timeline {
  position: relative;
  display: grid;
  margin-top: 94px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pilot-timeline::before {
  position: absolute;
  top: 18px;
  right: 8%;
  left: 8%;
  height: 2px;
  content: "";
  background: #dddeda;
}

.pilot-timeline > div {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.pilot-timeline i {
  display: inline-flex;
  width: 37px;
  height: 37px;
  align-items: center;
  justify-content: center;
  color: #8b8f95;
  border: 1px solid #d9dad7;
  border-radius: 50%;
  background: #f7f7f5;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.pilot-timeline .is-complete i {
  color: #fff;
  border-color: #168df3;
  background: #168df3;
}

.pilot-timeline .is-active i {
  color: #168df3;
  border-color: #168df3;
  background: #fff;
  box-shadow: 0 0 0 7px rgba(22, 141, 243, .09);
}

.pilot-timeline strong {
  margin: 17px 0 6px;
  color: #303236;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -.01em;
}

.pilot-timeline span {
  max-width: 110px;
  color: #888c92;
  font-size: 12px;
  line-height: 1.42;
}

.pilot-scene-free,
.pilot-scene-quotes {
  min-height: 253px;
  grid-column: span 4;
}

.pilot-scene-free > strong {
  display: block;
  margin: 38px 0 0;
  font-size: 72px;
}

.pilot-scene-free h3 { margin-top: -2px; }

.pilot-scene-quotes h3 {
  margin-top: 34px;
}

.pilot-scene-quotes > div {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #777b81;
  border-top: 1px solid rgba(17, 18, 20, .075);
  font-size: 13px;
}

.pilot-scene-quotes > div b {
  color: #33363a;
  font-size: 13px;
}

.pilot-scene-quotes > div.is-recommended span,
.pilot-scene-quotes > div.is-recommended b { color: #168df3; }

.pilot-scene-control {
  display: grid;
  min-height: 210px;
  align-items: end;
  grid-column: span 12;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .8fr) auto;
  gap: 30px;
}

.pilot-scene-control > strong {
  align-self: center;
  font-size: 35px;
}

.pilot-scene-control > p {
  align-self: center;
  font-size: 15px;
}

.pilot-scene-control > button {
  min-height: 46px;
  padding: 0 18px;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: #101113;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
}

/* Structural color targeting stays stable when showcase sections are added. */
.how-page .page-section:has(.workflow-list) { background: #e2e1dc; }
.how-page .page-section:has(.loop-flow) { color: #f3f4f5; background: #111315; }
.how-page .page-section:has(.benefit-grid) { background: #f5f4f1; }
.how-page .page-section:has(.loop-flow)::after,
.about-page .page-section:has(.page-split .pilot-copy)::after,
.pilot-page .page-section:has(.pilot-process)::after {
  opacity: var(--section-dark-opacity, .1);
  background: radial-gradient(ellipse, rgba(45, 143, 230, .2), transparent 68%);
}

.about-page .page-section:has(.about-manifesto) { background: #f5f4f1; }
.about-page .page-section:has(.page-card-grid) { background: #dfded9; }
.about-page .page-section:has(.philosophy-grid) { background: #f6f5f2; }
.about-page .page-section:has(.page-split .pilot-copy) { color: #f2f3f4; background: #111315; }
.about-page .page-section:has(.page-split .pilot-copy) .eyebrow,
.about-page .page-section:has(.page-split .pilot-copy) .page-heading p,
.about-page .page-section:has(.page-split .pilot-copy) .pilot-copy p { color: #9299a2; }
.about-page .page-section:has(.page-split .pilot-copy) .page-heading h2,
.about-page .page-section:has(.page-split .pilot-copy) .pilot-copy h2 { color: #f2f3f4; }

.pilot-page .page-section:has(.pilot-offer) { color: var(--sub-ink); background: #f6f5f2; }
.pilot-page #included { color: var(--sub-ink); background: #deddd8; }
.pilot-page .page-section:has(.signal-list) { color: var(--sub-ink); background: #f5f4f1; }
.pilot-page .page-section:has(.pilot-process) { color: #eff1f3; background: #111315; }
.pilot-page .page-section:has(.pilot-process) .eyebrow { color: #8d949d; }
.pilot-page .page-section:has(.pilot-process) .page-heading h2 { color: #f3f4f5; }
.pilot-page .page-section:has(.benefit-grid) { color: var(--sub-ink); background: #e2e1dc; }

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.contact-page .form-field textarea {
  min-height: 190px;
  resize: vertical;
}

.contact-page .form-status {
  min-height: 24px;
  margin: 20px 0 16px;
  color: #676b70;
  font-size: 14px;
  font-weight: 580;
  line-height: 1.5;
}

.contact-page .form-status:empty {
  display: none;
}

.contact-page .form-status.is-success { color: #158653; }
.contact-page .form-status.is-error { color: #b33b32; }
.contact-page .form-status.is-pending { color: #60646a; }

.contact-page [data-submit-button]:disabled {
  cursor: wait;
  opacity: .62;
}

@keyframes sceneLineDraw {
  from { stroke-dashoffset: 1200; }
  to { stroke-dashoffset: 0; }
}

@keyframes sceneExpectedIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes sceneLivePulse {
  0%, 100% { transform: scale(.84); opacity: .62; }
  50% { transform: scale(1.14); opacity: 1; }
}

@keyframes sceneNodePulse {
  0%, 100% { transform: scale(.9); box-shadow: 0 0 0 0 rgba(22, 141, 243, 0); }
  50% { transform: scale(1.18); box-shadow: 0 0 0 7px rgba(22, 141, 243, .1); }
}

@media (max-width: 1040px) {
  .scene-panel--chart {
    grid-column: span 12;
    grid-row: auto;
  }

  .scene-panel--loss,
  .scene-panel--prediction { grid-column: span 6; }
  .scene-panel--diagnosis { grid-column: span 12; }
  .scene-panel--impact { grid-column: span 7; }
  .scene-panel--priority { grid-column: span 5; }

  .about-scene-main {
    min-height: 470px;
    grid-column: span 12;
    grid-row: auto;
  }

  .about-scene-goal {
    min-height: 300px;
    grid-column: span 12;
    grid-row: auto;
  }

  .about-scene-goal > strong { margin-top: 92px; }

  .pilot-scene-case {
    grid-column: span 12;
    grid-row: auto;
  }

  .pilot-scene-free,
  .pilot-scene-quotes { grid-column: span 6; }
}

@media (max-width: 640px) {
  .product-showcase-section {
    margin-top: -82px;
    padding-bottom: var(--space-section);
  }

  .product-scene {
    border-radius: 24px;
  }

  .product-scene__bar {
    min-height: 82px;
    padding: 18px 20px;
  }

  .scene-live {
    min-height: 31px;
    padding-inline: 10px;
    font-size: 12px;
  }

  .product-scene__grid,
  .about-scene-grid,
  .pilot-scene-grid {
    padding: 8px;
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .scene-panel,
  .scene-panel--chart,
  .scene-panel--loss,
  .scene-panel--prediction,
  .scene-panel--diagnosis,
  .scene-panel--impact,
  .scene-panel--priority,
  .about-scene-main,
  .about-scene-stat,
  .about-scene-goal,
  .pilot-scene-case,
  .pilot-scene-free,
  .pilot-scene-quotes,
  .pilot-scene-control {
    grid-column: 1;
    grid-row: auto;
  }

  .scene-panel {
    padding: 24px 21px;
    border-radius: 19px;
  }

  .scene-panel:hover {
    transform: none;
  }

  /* The panels were sized by fixed min-heights plus large desktop margins, which
     on a phone produced tall, half-empty cards. Height now follows content. */
  .scene-panel--chart { min-height: 0; }
  .scene-panel--loss,
  .scene-panel--prediction,
  .scene-panel--diagnosis,
  .scene-panel--impact,
  .scene-panel--priority { min-height: 0; }

  .scene-panel__heading { gap: 22px; }
  .scene-panel__heading > b { font-size: clamp(40px, 12vw, 56px); }
  .scene-panel__heading > b small { font-size: 15px; }
  .scene-chart { height: 190px; margin-top: 22px; }
  .scene-panel p { font-size: 14px; }

  .scene-panel--loss > strong { margin: 26px 0 16px; font-size: 36px; }
  .scene-panel--loss > p { max-width: none; }
  .scene-meter { margin-top: 20px; }
  .scene-inline-value { margin: 28px 0 20px; gap: 14px; }
  .scene-inline-value strong { font-size: 36px; }

  .scene-diagnostic-path {
    margin: 28px 0 16px;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .scene-diagnostic-path b { justify-content: center; }
  .scene-diagnostic-path i { transform: rotate(90deg); align-self: center; }

  .scene-panel--impact > strong { margin: 26px 0 14px; font-size: 34px; }
  .scene-bars { position: static; margin-top: 20px; height: 48px; }
  .scene-panel--priority > strong { margin-top: 26px; font-size: 30px; }
  .priority-dashes { position: static; margin-top: 20px; }

  .about-scene-main {
    min-height: 0;
    padding: 26px 22px;
  }

  .about-scene-main h2 {
    margin: 30px 0 36px;
    font-size: clamp(28px, 8.4vw, 40px);
  }

  .scene-loop-track {
    margin-right: -22px;
    padding-right: 22px;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .scene-loop-track::-webkit-scrollbar { display: none; }
  .scene-loop-track::before { width: 620px; right: auto; left: 12px; }
  .scene-loop-track span { flex: 0 0 auto; }
  .scene-loop-track i { flex: 0 0 6px; }

  .about-scene-stat { min-height: 0; }
  .about-scene-stat > strong { margin: 26px 0 10px; font-size: 24px; }
  .about-scene-goal { min-height: 0; }
  .about-scene-goal > strong { margin-top: 30px; font-size: 34px; }
  .about-scene-goal > p { font-size: 15px; }

  .pilot-scene-case { min-height: 0; }
  .pilot-case-top { align-items: flex-start; flex-direction: column; gap: 14px; }
  .pilot-case-top h2 { font-size: 24px; }

  /* The 5-step timeline keeps its own scroll inside the panel. */
  .pilot-timeline {
    width: 620px;
    margin-top: 34px;
  }

  .pilot-scene-case {
    overflow-x: auto;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .pilot-scene-case::-webkit-scrollbar { display: none; }
  .pilot-scene-free,
  .pilot-scene-quotes { min-height: 0; }
  .pilot-scene-free > strong { margin-top: 22px; font-size: 56px; }
  .pilot-scene-quotes h3 { margin-top: 22px; }

  .pilot-scene-control {
    min-height: 0;
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .pilot-scene-control > strong { font-size: 28px; }
  .pilot-scene-control > button { justify-self: start; min-height: 46px; }
}

.apple-content-page .page-final-cta::before {
  position: absolute;
  z-index: -1;
  top: 44%;
  left: 50%;
  width: min(760px, 84vw);
  height: 380px;
  content: "";
  transform: translate3d(-50%, var(--section-cta-shift, 0px), 0);
  opacity: .42;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 217, 161, .6), transparent 68%);
  filter: blur(34px);
  pointer-events: none;
}

@keyframes pilotSheen {
  0%, 55% { left: -75%; opacity: 0; }
  68% { opacity: .42; }
  86%, 100% { left: 125%; opacity: 0; }
}

@media (max-width: 1040px) {
  .contact-page .contact-aside {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  html.reveal-enabled .apple-content-page .reveal:not(.is-visible) {
    filter: blur(6px);
    transform: translate3d(0, 24px, 0) scale(.992);
  }

  .how-page .workflow-list::after {
    display: none;
  }

  .how-page .workflow-step.is-visible:hover,
  .about-page .about-questions span:hover,
  .pilot-page .pilot-process article:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .apple-content-page .page-hero__content,
  .apple-content-page .page-hero::before,
  .apple-content-page .page-section::after,
  .apple-content-page .page-final-cta::before,
  .apple-content-page .reveal,
  .pilot-page .pilot-duration::after {
    animation: none;
    filter: none;
    transform: none;
    transition: none;
  }
}
/* End of subpage styles. */
