: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;
}

body {
  background: var(--warm-white);
}

.site-header {
  background: var(--warm-white);
}

.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);
}

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

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

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

.button.primary {
  background: var(--graphite);
  border-color: var(--graphite);
  color: var(--paper);
}

.button.signal {
  background: var(--signal);
  border-color: var(--signal);
  color: var(--graphite);
}

.eyebrow {
  color: var(--signal);
}

.eyebrow.dark {
  background: var(--graphite);
  color: var(--paper);
}

.label,
.decision-title,
.service-card .number,
.pattern-card .number {
  color: var(--steel);
}

.paper-panel,
.card,
.field-card,
.contact-details-panel,
.problem-item,
.fit-item {
  background: var(--paper);
}

.service-card,
.service-card.card,
.fit-column.good,
.proof-line,
.status-card.ready {
  border-color: var(--signal);
}

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

.outcome,
.green-note,
.fit-column.good .node,
.method-strip .flow-item.active small {
  color: var(--muted-green);
}

.node.signal,
.pill.signal,
.button.signal,
.decision-step.active .node.signal {
  background: var(--signal);
  border-color: var(--signal);
  color: var(--graphite);
}

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

.graphite-panel,
.decision-panel {
  background: 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;
}

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

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

.v3-home .hero .decision-title,
.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;
}

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

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

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

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

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

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

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

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

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

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

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

.v3-home .hero .owned-next,
.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) {
  .v3-home .hero .decision-panel,
  .v3-page .hero .decision-panel {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 620px;
    padding: 62px 52px 42px 66px;
    overflow: hidden;
  }

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

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

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

.v3-section-header {
  max-width: 920px;
}

.v3-section-header .eyebrow,
.v3-section-header .label {
  margin-bottom: var(--label-title-gap);
}

.v3-section-header h2 {
  margin-bottom: 32px;
}

.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;
}

body.v3 .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;
}

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

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

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

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

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

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

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

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

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

body.v3 .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;
}

body.v3 .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;
}

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

body.v3 a[href],
body.v3 button,
body.v3 .button,
body.v3 [role="button"],
body.v3 summary {
  cursor: pointer;
}

body.v3 input,
body.v3 textarea {
  cursor: text;
}

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

body.v3 .button,
body.v3 .nav-links a,
body.v3 .menu-toggle,
body.v3 .card,
body.v3 .field-card,
body.v3 .contact-detail-field input,
body.v3 .field-card textarea,
body.v3 .check-row,
body.v3 .flow-line,
body.v3 .process-step strong::after,
body.v3 .decision-copy,
body.v3 .node,
body.v3 .owned-next {
  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 .card:hover,
body.v3 .fit-item:hover,
body.v3 .check-row:hover {
  border-color: color-mix(in srgb, var(--steel-line) 62%, var(--graphite));
}

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

body.v3 .graphite-panel .check-row:hover,
body.v3 .decision-panel:hover .decision-step.active .decision-copy,
body.v3 .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 .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: 82px;
    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 20px 60px rgb(12 13 13 / 12%);
    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 {
    padding: 20px 22px;
    border-bottom: 1px solid var(--steel-line);
    border-radius: 0;
  }

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

  .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;
  }

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

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

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

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

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

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

  .v3-home .hero .owned-next,
  .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;
  }

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

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

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

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

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

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

  body.v3 .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;
  }

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

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

@media (prefers-reduced-motion: reduce) {
  body.v3 .v3-home,
  body.v3 .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;
  }
}
