:root {
  --warm-white: #faf8f1;
  --paper: #f4f2eb;
  --graphite: #0e0f0f;
  --ink-soft: #141617;
  --steel: #74808c;
  --steel-dark: #52595e;
  --steel-line: #c7c9c2;
  --signal: #e8b94a;
  --muted-green: #7c5e14;
  --outcome-subtle: #f4eacf;
  --error: #b75b4c;
  --section-gap: 168px;
  --section-gap-tight: 112px;
  --section-internal-gap: 88px;
  --label-title-gap: 48px;
}

.nav {
  justify-content: flex-start;
  gap: clamp(52px, 7vw, 110px);
}

.nav-links {
  gap: 38px;
  color: var(--graphite);
}

.brand-v2 {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  letter-spacing: 0.18em;
}

.brand-mark {
  width: 3px;
  height: 36px;
  display: inline-grid;
  align-content: center;
  gap: 3px;
  flex: 0 0 auto;
}

.brand-mark span {
  width: 3px;
  border-radius: 2px;
  background: var(--graphite);
}

.brand-mark span:nth-child(1) {
  height: 14px;
}

.brand-mark span:nth-child(2) {
  height: 10px;
  opacity: 0.45;
}

.brand-mark span:nth-child(3) {
  height: 6px;
  background: var(--signal);
}

:is(.graphite-panel, .decision-panel) .brand-mark span {
  background: var(--paper);
}

:is(.graphite-panel, .decision-panel) .brand-mark span:nth-child(2) {
  opacity: 0.45;
}

:is(.graphite-panel, .decision-panel) .brand-mark span:nth-child(3) {
  background: var(--signal);
  opacity: 1;
}

.service-card,
.service-card.card {
  border-color: var(--signal);
}

.owned-next {
  background: var(--signal);
  border-radius: 6px;
  color: var(--graphite);
}

.v3-page,
.v3-home {
  max-width: var(--max);
  min-height: auto;
  height: auto;
  padding: 0 clamp(32px, 8.333vw, 120px) 120px;
  overflow: visible;
}

.v3-home > section {
  position: static;
  margin-top: var(--section-gap);
}

.v3-home > .hero {
  margin-top: 0;
}

.v3-home .hero {
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(0, 660px) 520px;
  align-items: start;
  justify-content: space-between;
  gap: 64px;
  padding-top: 96px;
}

.v3-page > .hero {
  grid-template-columns: minmax(0, 560px) minmax(0, 520px);
  gap: clamp(56px, 7vw, 96px);
}

.v3-home .hero h1 {
  width: auto;
  height: auto;
  margin-bottom: 64px;
  font-size: clamp(72px, 6.8vw, 98px);
  line-height: 0.99;
  letter-spacing: -0.02em;
}

.v3-home .hero .lead {
  max-width: 650px;
  margin-bottom: 40px;
}

:is(.v3-home, .v3-page) .hero .decision-panel {
  position: relative;
  width: 100%;
  max-width: 520px;
  min-height: 620px;
  padding: 0;
}

:is(.v3-home, .v3-page) .hero .decision-panel::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 62px;
  bottom: 48px;
  width: 5px;
  border-radius: 3px;
  background: var(--signal);
}

:is(.v3-home, .v3-page) .hero .decision-title {
  position: absolute;
  left: 78px;
  top: 62px;
  margin: 0;
  color: var(--steel);
  font-size: 14px;
  line-height: 16px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

:is(.v3-home, .v3-page) .hero .decision-list {
  position: absolute;
  left: 66px;
  top: 136px;
  width: 406px;
  margin: 0;
  padding: 0;
  border: 0;
}

:is(.v3-home, .v3-page) .hero .decision-step {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 30px;
  padding: 0;
}

:is(.v3-home, .v3-page) .hero .decision-step + .decision-step {
  margin-top: 18px;
  padding-top: 0;
}

:is(.v3-home, .v3-page) .hero .decision-step .node {
  width: 30px;
  height: 30px;
  background: var(--graphite);
  color: var(--steel);
  font-size: 11px;
}

:is(.v3-home, .v3-page) .hero .decision-step.active .node {
  background: var(--signal);
  color: var(--graphite);
}

:is(.v3-home, .v3-page) .hero .decision-copy {
  min-width: 0;
}

:is(.v3-home, .v3-page) .hero .decision-copy strong {
  margin: 6px 0 10px;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.04em;
}

:is(.v3-home, .v3-page) .hero .decision-copy span {
  color: #9aa4aa;
  font-size: 13px;
  line-height: 15px;
}

:is(.v3-home, .v3-page) .hero .decision-step:not(:last-child) .decision-copy {
  border-bottom: 1px solid #667078;
  padding-bottom: 16px;
}

:is(.v3-home, .v3-page) .hero .decision-step:nth-child(4) .decision-copy {
  border-bottom-color: var(--signal);
}

:is(.v3-home, .v3-page) .hero .decision-step.active :is(strong, span) {
  color: var(--signal);
}

:is(.v3-home, .v3-page) .hero .owned-next {
  position: absolute;
  right: 52px;
  bottom: 42px;
  min-width: 128px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

@media (min-width: 861px) {
  :is(.v3-home, .v3-page) .hero .decision-panel {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 620px;
    padding: 62px 52px 42px 66px;
    overflow: hidden;
  }

  :is(.v3-home, .v3-page) .hero .decision-title {
    position: static;
    margin: 0 0 48px 12px;
  }

  :is(.v3-home, .v3-page) .hero .decision-list {
    position: static;
    width: auto;
  }

  :is(.v3-home, .v3-page) .hero .owned-next {
    position: static;
    align-self: flex-end;
    margin-top: 24px;
  }
}

.problem-section.v3-problem {
  align-items: center;
}

.v3-problem .copy {
  max-width: 710px;
}

.v3-method-note {
  max-width: none;
  font-size: 20px;
  line-height: 28px;
}

.v3-service-detail {
  min-height: 290px;
  padding: 38px 38px 34px 42px;
}

.v3-service-detail h3 {
  margin-bottom: 28px;
}

.v3-service-detail .includes {
  margin-top: 24px;
  color: var(--steel-dark);
  font-size: 13px;
  line-height: 18px;
}

.v3-service-detail .outcome {
  margin-top: 24px;
}

.capability-list {
  display: grid;
  gap: 28px;
}

.capability-list .card {
  min-height: 0;
  padding: 34px 38px;
}

.capability-list h3 {
  margin: 0 0 18px;
  font-size: 22px;
}

.capability-list p {
  margin: 0;
  color: #242625;
  font-size: 15px;
  line-height: 22px;
}

.v3-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.v3-team-card {
  min-height: 280px;
}

.v3-team-card .role {
  color: var(--muted-green);
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
}

.v3-team-card p {
  font-size: 15px;
  line-height: 22px;
}

.v3-page .dark-model:not(.operating-model-panel) .model-steps {
  gap: 22px;
}

.v3-page .dark-model:not(.operating-model-panel) .model-steps .check-row {
  min-height: 72px;
  padding: 14px 16px;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 14px;
  overflow: hidden;
  font-size: 13px;
  line-height: 16px;
}

.v3-page .dark-model:not(.operating-model-panel) .model-steps .check-row span:last-child {
  min-width: 0;
  overflow-wrap: break-word;
}

.services-page .operating-model-panel {
  min-height: 430px;
  padding: clamp(54px, 4.8vw, 74px);
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(72px, 8vw, 124px);
  align-items: center;
}

.services-page .operating-model-panel .eyebrow {
  margin: 0 0 68px;
  color: var(--signal);
}

.services-page .operating-model-panel h2 {
  max-width: 600px;
  font-size: clamp(54px, 4.8vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.services-page .operating-model-panel .lead {
  max-width: 650px;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.48;
}

.services-page .operating-model-panel .model-steps {
  max-width: 650px;
  margin-top: 74px;
  column-gap: 34px;
}

.services-page .operating-model-panel .model-steps::before,
.services-page .operating-model-panel .model-steps::after {
  top: 16px;
  height: 1px;
}

.services-page .operating-model-panel .model-steps::before {
  left: calc(16.666% + 36px);
  right: calc(50% + 36px);
}

.services-page .operating-model-panel .model-steps::after {
  left: calc(50% + 36px);
  right: calc(16.666% + 36px);
}

.services-page .operating-model-panel .check-row {
  min-height: 86px;
  gap: 34px;
}

.services-page .operating-model-panel .check-row .node {
  width: 34px;
  height: 34px;
  font-size: 12px;
}

.services-page .operating-model-panel .check-row span:last-child {
  max-width: 180px;
  color: var(--paper);
  font-size: 14px;
  line-height: 17px;
  font-weight: 900;
}

.services-page .operating-model-panel .check-row.active span:last-child {
  color: var(--signal);
}

.final-panel-light {
  background: var(--paper);
  color: var(--graphite);
}

.final-panel-light h2,
.final-panel-light p,
.final-panel-light .lead {
  color: var(--graphite);
}

.final-panel-light .eyebrow {
  color: var(--muted-green);
}

.final-panel-light .checklist,
.final-panel-light .check-row {
  border-color: var(--steel-line);
}

.final-panel-light .check-row.active {
  border-color: var(--signal);
  color: var(--muted-green);
}

.v3-intake-form .contact-details-panel {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v3-intake-form .question-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v3-intake-form .field-card.wide {
  min-height: 320px;
}

.v3-intake-form .field-card textarea {
  min-height: 150px;
}

.after-send .mini-list {
  gap: 22px;
}

.footer strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-meta {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-meta a,
.privacy-note a,
.privacy-panel a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.privacy-note {
  max-width: 560px;
  margin-top: 16px;
  color: color-mix(in srgb, var(--paper) 72%, var(--steel));
  font-size: 13px;
  line-height: 19px;
}

.privacy-page .page-hero.single {
  max-width: 900px;
}

.privacy-panel {
  max-width: 980px;
  margin-top: var(--section-gap-tight);
  padding: clamp(40px, 5vw, 72px);
}

.privacy-panel > .label {
  margin-bottom: 42px;
}

.privacy-block + .privacy-block {
  margin-top: 52px;
}

.privacy-block h2 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.08;
}

.privacy-block p {
  max-width: 780px;
  margin: 0;
  color: #2f3232;
  font-size: 17px;
  line-height: 27px;
}

.privacy-block p + p {
  margin-top: 14px;
}

.privacy-details {
  max-width: 800px;
  margin: 28px 0 0;
  display: grid;
  gap: 14px;
}

.privacy-details div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 20px;
  border-top: 1px solid var(--steel-line);
  padding-top: 14px;
}

.privacy-details dt {
  color: var(--steel);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.privacy-details dd {
  margin: 0;
  color: var(--graphite);
  font-size: 15px;
  line-height: 22px;
}

.v3-home,
.v3-page {
  animation: caerus-page-in 260ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

body.v3 :is(
  .button,
  .nav-links a,
  .menu-toggle,
  .card,
  .field-card,
  .contact-detail-field input,
  .field-card textarea,
  .check-row,
  .flow-line,
  .decision-copy,
  .node,
  .owned-next
),
body.v3 .process-step strong::after {
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    opacity 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

body.v3 .button:hover {
  transform: translateY(-1px);
}

body.v3 .button.primary:hover {
  background: #242625;
  border-color: #242625;
}

body.v3 .button.signal:hover {
  background: #f0c753;
  border-color: #f0c753;
}

body.v3 .button:not(.primary):not(.signal):not(.ghost-dark):hover {
  border-color: var(--graphite);
}

body.v3 .button.ghost-dark:hover {
  border-color: var(--paper);
  background: rgb(244 242 235 / 7%);
}

body.v3 .nav-links a {
  border-radius: 999px;
}

body.v3 .nav-links a:hover {
  color: var(--muted-green);
}

body.v3 :is(.card, .fit-item, .check-row):hover {
  border-color: color-mix(in srgb, var(--steel-line) 62%, var(--graphite));
}

body.v3 :is(
  .service-card,
  .combine-card,
  .diagnostic-card,
  .pattern-card,
  .capability-list .card,
  .v3-team-card
):hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgb(14 15 15 / 7%);
}

body.v3 :is(
  .graphite-panel .check-row:hover,
  .decision-panel:hover .decision-step.active .decision-copy,
  .method-strip:hover .flow-item.active .flow-line
) {
  border-color: var(--signal);
}

body.v3 .process-device:hover .process-step.active strong::after {
  opacity: 1;
}

body.v3 .about-section .operating-block.process-device {
  align-self: start;
  min-height: 0;
  height: fit-content;
  padding: 48px 38px 42px 44px;
}

body.v3 .contact-detail-field input:focus,
body.v3 .field-card textarea:focus {
  box-shadow: 0 0 0 3px rgb(232 185 74 / 16%);
}

@keyframes caerus-page-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 860px) {
  :root {
    --section-gap: 124px;
    --section-gap-tight: 84px;
    --section-internal-gap: 68px;
    --label-title-gap: 40px;
  }

  .v3-page,
  .v3-home {
    width: auto;
    max-width: none;
    padding: 0 20px 96px;
    overflow: hidden;
  }

  body.v3 .nav-links {
    position: absolute;
    top: 92px;
    left: 20px;
    right: 20px;
    z-index: 10;
    display: grid;
    gap: 0;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-8px);
    border: 1px solid var(--steel-line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: 0 24px 70px rgb(12 13 13 / 14%);
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 180ms ease;
  }

  body.v3.menu-open .nav-links {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
  }

  body.v3 .nav-links a {
    min-height: 62px;
    padding: 0 22px;
    border-bottom: 1px solid var(--steel-line);
    border-radius: 0;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 650;
  }

  body.v3 .nav-links a:last-child {
    border-bottom: 0;
  }

  body.v3 .nav-links a:hover,
  body.v3 .nav-links a:focus-visible {
    background: rgb(232 185 74 / 10%);
    color: var(--graphite);
  }

  body.v3 .menu-toggle {
    min-width: 92px;
    justify-content: center;
    outline: 0;
    box-shadow: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition:
      background-color 180ms ease,
      border-color 180ms ease,
      color 180ms ease,
      transform 180ms ease;
  }

  body.v3 .menu-toggle:active {
    transform: translateY(1px);
  }

  body.v3.menu-open .menu-toggle {
    background: var(--signal);
    color: var(--graphite);
  }

  .v3-home .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 56px;
    padding-top: 64px;
  }

  .v3-page > .hero {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .v3-home .hero h1 {
    margin-bottom: 44px;
    font-size: 52px;
    line-height: 56px;
  }

  :is(.v3-home, .v3-page) .hero .decision-panel {
    width: 100%;
    min-height: auto;
    padding: 34px 32px;
  }

  :is(.v3-home, .v3-page) .hero .decision-panel::before {
    left: 32px;
    top: 106px;
    bottom: 32px;
    width: 4px;
  }

  :is(.v3-home, .v3-page) .hero .decision-title {
    position: static;
    margin-bottom: 46px;
    font-size: 12px;
  }

  :is(.v3-home, .v3-page) .hero .decision-list {
    position: static;
    width: auto;
    margin-left: 26px;
  }

  :is(.v3-home, .v3-page) .hero .decision-step {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 20px;
  }

  :is(.v3-home, .v3-page) .hero .decision-step + .decision-step {
    margin-top: 18px;
  }

  :is(.v3-home, .v3-page) .hero .owned-next {
    position: static;
    margin: 28px 0 0 76px;
    width: max-content;
    min-width: 0;
    padding: 0 16px;
  }

  .v3-service-detail,
  .capability-list .card {
    padding: 30px 28px;
  }

  .v3-team-grid,
  .v3-intake-form .contact-details-panel,
  .v3-intake-form .question-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner,
  .footer-meta,
  .privacy-details div {
    align-items: flex-start;
  }

  .footer-inner,
  .privacy-details div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .privacy-panel {
    padding: 34px 30px;
  }

  .privacy-block p {
    font-size: 15px;
    line-height: 24px;
  }

  .services-page .operating-model-panel {
    min-height: auto;
    padding: 44px 34px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .services-page .operating-model-panel .eyebrow {
    margin-bottom: 40px;
  }

  .services-page .operating-model-panel h2 {
    max-width: 340px;
    font-size: 48px;
    line-height: 52px;
  }

  .services-page .operating-model-panel .lead {
    max-width: none;
    font-size: 20px;
    line-height: 30px;
  }

  .services-page .operating-model-panel .model-steps {
    grid-template-columns: 1fr;
    margin-top: 44px;
    gap: 18px;
  }

  .services-page .operating-model-panel .model-steps::before,
  .services-page .operating-model-panel .model-steps::after {
    display: none;
  }

  .services-page .operating-model-panel .check-row {
    min-height: 72px;
    border: 1px solid var(--steel);
    padding: 16px 20px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 18px;
    justify-items: start;
    text-align: left;
  }

  .services-page .operating-model-panel .check-row .node {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  .services-page .operating-model-panel .check-row span:last-child {
    max-width: none;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v3-home,
  .v3-page {
    animation: none;
  }

  body.v3 *,
  body.v3 *::before,
  body.v3 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

body.v3 :is(
  a[href],
  a[href] *,
  button,
  button *,
  .button,
  .button *,
  [role="button"],
  [role="button"] *,
  [data-menu-toggle],
  [data-menu-toggle] *,
  summary,
  summary *,
  label[for],
  label[for] *,
  input[type="button"],
  input[type="reset"],
  input[type="submit"]
) {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent;
}

body.v3 :is(input:not([type="button"]):not([type="reset"]):not([type="submit"]), textarea) {
  cursor: text !important;
}

body.v3 :is([disabled], button:disabled, .button[aria-disabled="true"]) {
  cursor: not-allowed !important;
}

body.v3 .menu-toggle,
body.v3 .menu-toggle:focus,
body.v3 .menu-toggle:focus-visible,
body.v3 .menu-toggle:active {
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

html.caerus-cursor-pointer,
html.caerus-cursor-pointer body.v3,
html.caerus-cursor-pointer body.v3 * {
  cursor: pointer !important;
}

html.caerus-cursor-text,
html.caerus-cursor-text body.v3,
html.caerus-cursor-text body.v3 * {
  cursor: text !important;
}
