:root {
  --font-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bg: #ebe3d2;
  --surface: #fff8ea;
  --surface-elevated: #f8f0df;
  --ink: #211d17;
  --soft: #51483c;
  --faint: #554c41;
  --line: rgba(33, 29, 23, 0.2);
  --line-soft: rgba(33, 29, 23, 0.11);
  --teal: #536e63;
  --teal-dark: #183f36;
  --rust: #863b2f;
  --cream: #fff8ea;
  --dark: #171914;
  --gold: #ad8641;
  --blue: #253f54;
  --focus-ring: #211d17;
  --focus-halo: #d6ab59;
  --gutter: clamp(20px, 5vw, 72px);
  --content-wide: 1280px;
  --content-standard: 1120px;
  --content-reading: 720px;
  --hero-next-lift: 150px;
  --radius-small: 4px;
  --radius-surface: 8px;
  --radius-large: 16px;
  --radius-pill: 999px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --motion-fast: 140ms;
  --motion-normal: 220ms;
  --button-sheen: inset 0 1px 0 rgba(255, 248, 234, 0.22);
  --button-shadow: var(--button-sheen), 0 1px 3px rgba(17, 18, 15, 0.22), 0 12px 28px rgba(33, 29, 23, 0.08);
  --button-shadow-hover: inset 0 1px 0 rgba(255, 248, 234, 0.32), 0 2px 5px rgba(17, 18, 15, 0.28), 0 16px 34px rgba(33, 29, 23, 0.12);
}

/* Keep the narrated film isolated from the site's mobile bottom-nav spacing. */
body.carnet-intro-body {
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  overflow: hidden !important;
  padding-bottom: 0 !important;
}

.carnet-embedded-root,
.carnet-embedded-body {
  overflow: hidden !important;
}

/* Research publications: editorial index and paper reading layout. */
.research-archive {
  padding-top: clamp(72px, 8vw, 118px);
  background: rgba(235, 227, 210, 0.36);
}

.research-archive .archive-hub-header {
  max-width: 1080px;
  gap: 20px;
}

.research-archive .archive-hub-header h1 {
  max-width: 980px;
  font-size: clamp(58px, 7.4vw, 104px);
  font-weight: 440;
  letter-spacing: -0.045em;
  line-height: 0.91;
}

.research-archive .archive-hub-header p:not(.label) {
  max-width: 760px;
  font-family: var(--font-sans);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.3;
}

.research-publication-heading,
.research-publication-list > a {
  display: grid;
  grid-template-columns: 124px minmax(130px, 0.42fr) minmax(0, 1.58fr) 28px;
  gap: clamp(18px, 2.4vw, 38px);
}

.research-publication-heading {
  align-items: center;
  margin-top: clamp(54px, 7vw, 88px);
  padding: 0 8px 12px;
  border-bottom: 1px solid var(--ink);
  color: var(--faint);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.research-publication-heading span:last-child {
  grid-column: 3;
}

.research-archive .archive-count {
  margin: 12px 8px 4px;
  font-size: 12px;
  font-weight: 600;
}

.research-publication-list {
  border-top: 1px solid var(--line-soft);
}

.research-publication-list > a {
  position: relative;
  align-items: start;
  padding: 25px 8px 28px;
  border-bottom: 1px solid var(--line);
  transition: background 150ms ease, padding 150ms ease;
}

.research-publication-list > a:hover,
.research-publication-list > a:focus-visible {
  padding-right: 14px;
  padding-left: 14px;
  background: rgba(255, 248, 234, 0.38);
}

.research-publication-list time,
.research-publication-list > a > strong {
  padding-top: 5px;
  color: var(--faint);
  font-size: 12px;
  font-style: normal;
  font-weight: 680;
  line-height: 1.35;
}

.research-publication-list > a > strong {
  color: var(--teal-dark);
}

.research-publication-list h2 {
  max-width: 780px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 480;
  letter-spacing: -0.025em;
  line-height: 1.03;
  text-wrap: balance;
}

.research-publication-list p {
  max-width: 680px;
  margin-top: 9px;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.46;
}

.research-publication-list i {
  justify-self: end;
  color: var(--teal-dark);
  font-family: var(--font-sans);
  font-size: 22px;
  font-style: normal;
  transition: transform 150ms ease;
}

.research-publication-list a:hover i,
.research-publication-list a:focus-visible i {
  transform: translate(2px, -2px);
}

.research-archive .archive-empty {
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
}

#researchArticleMain {
  border-bottom: 1px solid var(--line);
}

#researchArticleMain .substack-article {
  width: min(900px, calc(100% - 48px));
  padding-top: clamp(64px, 8vw, 112px);
}

#researchArticleMain .article-back-link {
  margin-bottom: clamp(54px, 7vw, 88px);
  text-decoration: none;
}

#researchArticleMain .article-back-link::before {
  content: "← ";
}

#researchArticleMain .article-header h1 {
  max-width: 900px;
  margin-top: 16px;
  font-size: clamp(54px, 7.4vw, 96px);
  font-weight: 440;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

#researchArticleMain .article-subtitle {
  max-width: 760px;
  font-size: clamp(22px, 2.4vw, 31px);
  line-height: 1.3;
}

#researchArticleMain .article-meta {
  margin-top: 34px;
  padding-top: 16px;
  border-color: var(--ink);
}

#researchArticleMain .article-header .article-cover {
  margin: clamp(42px, 6vw, 72px) 0 0;
  border-radius: 0;
  box-shadow: none;
}

#researchArticleMain .article-body {
  width: min(690px, 100%);
  margin: clamp(62px, 8vw, 96px) auto 0;
}

#researchArticleMain .article-body p,
#researchArticleMain .article-body li {
  font-size: clamp(19px, 1.8vw, 22px);
  line-height: 1.62;
}

@media (max-width: 760px) {
  .research-archive {
    padding-top: 54px;
  }

  .research-archive .archive-hub-header h1 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .research-publication-heading {
    display: none;
  }

  .research-archive .archive-count {
    margin-top: 48px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--ink);
  }

  .research-publication-list > a {
    grid-template-columns: 1fr auto;
    gap: 8px 18px;
    padding: 22px 2px 25px;
  }

  .research-publication-list time,
  .research-publication-list > a > strong {
    grid-row: 1;
    padding-top: 0;
  }

  .research-publication-list > a > strong {
    justify-self: end;
  }

  .research-publication-list > a > span {
    grid-column: 1 / -1;
  }

  .research-publication-list i {
    display: none;
  }

  .research-publication-list h2 {
    margin-top: 8px;
    font-size: 31px;
  }

  #researchArticleMain .substack-article {
    width: min(100% - 40px, 900px);
    padding-top: 48px;
  }

  #researchArticleMain .article-back-link {
    margin-bottom: 48px;
  }

  #researchArticleMain .article-header h1 {
    font-size: clamp(47px, 14vw, 66px);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Product shells retain their own horizontal containment. */
body.auth-body {
  overflow-x: clip;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(115deg, rgba(255, 248, 234, 0.3), rgba(33, 29, 23, 0.028)),
    linear-gradient(86deg, transparent 0 18%, rgba(33, 29, 23, 0.026) 18.1% 18.2%, transparent 18.34% 100%),
    linear-gradient(101deg, transparent 0 64%, rgba(173, 134, 65, 0.03) 64.08% 64.2%, transparent 64.38% 100%),
    repeating-linear-gradient(0deg, rgba(33, 29, 23, 0.017) 0 1px, transparent 1px 38px),
    repeating-linear-gradient(90deg, rgba(33, 29, 23, 0.011) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(17deg, rgba(255, 248, 234, 0.14) 0 1px, transparent 1px 11px);
  background-blend-mode: normal, multiply, multiply, multiply, multiply, soft-light;
  opacity: 0.52;
}

button,
textarea {
  font: inherit;
}

input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

p,
h1,
h2,
h3,
dl,
dd {
  margin: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--teal-dark);
  outline-offset: 4px;
}

.topbar {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 88px;
  padding: 0 42px;
}

.topbar::after {
  position: absolute;
  right: 42px;
  bottom: 0;
  left: 42px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(33, 29, 23, 0.18), rgba(33, 29, 23, 0.03), transparent);
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  white-space: nowrap;
}

.wordmark strong {
  font-family: var(--font-sans);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.wordmark span {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}

.topbar nav {
  display: flex;
  align-items: center;
  gap: 24px;
  transform: translateY(2px);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.topbar nav > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  color: var(--ink);
  line-height: 1;
}

.topbar nav > a:hover,
.topbar nav > a[aria-current="page"] {
  color: var(--teal-dark);
}

.nav-cta {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 17px;
  border: 1px solid rgba(33, 29, 23, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.74), rgba(255, 248, 234, 0.48)),
    rgba(251, 250, 244, 0.42);
  box-shadow: var(--button-shadow);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  border-color: rgba(33, 29, 23, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.92), rgba(255, 248, 234, 0.6)),
    rgba(251, 250, 244, 0.56);
  box-shadow: var(--button-shadow-hover);
  transform: translateY(-1px);
}

.nav-login {
  margin-left: auto;
  color: var(--soft);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-login:hover,
.nav-login[aria-current="page"] {
  color: var(--teal-dark);
}

.nav-login + .nav-cta {
  margin-left: 0;
}

.mobile-bottom-nav {
  display: none;
}

/* Carnet Map intro */

.carnet-intro-body {
  min-height: 100svh;
  overflow: hidden;
  background: #f2ead8;
}

.carnet-intro-body::before {
  opacity: 0.38;
}

.carnet-embedded-body .carnet-stage,
.carnet-embedded-body .carnet-intro {
  min-height: 100vh;
}

.carnet-embedded-root,
.carnet-embedded-body {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.carnet-embedded-body .carnet-brand {
  pointer-events: none;
}

.carnet-embedded-body .carnet-scene-cover .carnet-copy {
  display: none !important;
}

.carnet-intro {
  min-height: 100svh;
  color: var(--ink);
}

.carnet-stage {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(28px, 4vw, 58px);
}

.carnet-paper {
  position: absolute;
  inset: -5%;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(112deg, rgba(255, 251, 241, 0.78), rgba(235, 227, 210, 0.6)),
    radial-gradient(circle at 20% 18%, rgba(255, 248, 234, 0.9), transparent 34%),
    radial-gradient(circle at 80% 76%, rgba(173, 134, 65, 0.08), transparent 30%);
}

.carnet-paper::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    repeating-linear-gradient(0deg, rgba(33, 29, 23, 0.016) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(90deg, rgba(33, 29, 23, 0.012) 0 1px, transparent 1px 86px),
    repeating-linear-gradient(18deg, rgba(255, 248, 234, 0.14) 0 1px, transparent 1px 14px);
  opacity: 0.54;
}

.carnet-brand {
  position: absolute;
  top: 30px;
  left: 38px;
  z-index: 8;
}

.carnet-progress {
  position: absolute;
  right: 38px;
  bottom: 30px;
  left: 38px;
  z-index: 8;
  height: 1px;
  overflow: hidden;
  background: rgba(33, 29, 23, 0.12);
}

.carnet-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(24, 63, 54, 0.72), rgba(173, 134, 65, 0.74));
  transform: scaleX(0);
  transform-origin: left center;
}

.carnet-scene {
  position: absolute;
  inset: clamp(96px, 12vh, 136px) clamp(36px, 7vw, 118px) clamp(82px, 10vh, 118px);
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(390px, 0.98fr) minmax(390px, 1fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 520ms ease,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.carnet-scene.is-active {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.carnet-copy {
  max-width: 740px;
}

.carnet-kicker {
  display: none;
}

.carnet-copy h1,
.carnet-copy h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 420;
  letter-spacing: 0;
}

.carnet-copy h1 {
  font-size: clamp(64px, 7.4vw, 112px);
  line-height: 0.9;
}

.carnet-copy h2 {
  max-width: 820px;
  font-size: clamp(44px, 5.3vw, 78px);
  line-height: 0.94;
}

.carnet-line,
.carnet-copy > p:not(.carnet-kicker) {
  max-width: 560px;
  margin-top: 20px;
  color: var(--soft);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.34;
}

.carnet-visual {
  position: relative;
  min-height: min(420px, 52vh);
}

.carnet-generated-visual {
  min-height: min(410px, 50vh);
  overflow: hidden;
  border: 1px solid rgba(33, 29, 23, 0.1);
  border-radius: 20px;
  background: #f7f0e2;
  box-shadow: 0 24px 60px rgba(33, 29, 23, 0.08);
}

.carnet-generated-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.carnet-scene-cover,
.carnet-scene-begin {
  grid-template-columns: 1fr;
  place-items: center;
  text-align: center;
}

.carnet-scene-cover .carnet-copy,
.carnet-scene-begin .carnet-copy {
  display: grid;
  justify-items: center;
}

.carnet-cover-diagram {
  position: absolute;
  inset: 10% 5% 2%;
  z-index: -1;
  margin: 0;
  overflow: hidden;
  opacity: 0.2;
  mask-image: radial-gradient(ellipse at center, #000 20%, transparent 72%);
}

.carnet-cover-diagram img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carnet-cover-mark {
  position: absolute;
  right: clamp(80px, 12vw, 190px);
  bottom: clamp(86px, 16vh, 170px);
  width: 220px;
  height: 220px;
  pointer-events: none;
  opacity: 0.24;
}

.carnet-cover-mark span {
  position: absolute;
  border: 1px solid rgba(173, 134, 65, 0.42);
  border-radius: 999px;
}

.carnet-cover-mark span:nth-child(1) {
  inset: 14px;
}

.carnet-cover-mark span:nth-child(2) {
  inset: 52px;
  border-color: rgba(24, 63, 54, 0.3);
}

.carnet-cover-mark span:nth-child(3) {
  inset: 92px;
  background: rgba(173, 134, 65, 0.24);
}

.carnet-visual-map {
  min-height: 430px;
  border-left: 1px solid rgba(33, 29, 23, 0.12);
}

.map-pin,
.map-line {
  position: absolute;
  display: block;
}

.map-pin {
  width: 13px;
  height: 13px;
  border: 1px solid rgba(24, 63, 54, 0.56);
  border-radius: 999px;
  background: rgba(255, 248, 234, 0.9);
  box-shadow: 0 0 0 9px rgba(83, 110, 99, 0.055);
}

.map-pin-a {
  top: 28%;
  left: 16%;
}

.map-pin-b {
  top: 54%;
  left: 34%;
}

.map-pin-c {
  top: 36%;
  left: 62%;
}

.map-pin-d {
  top: 68%;
  left: 78%;
  border-color: rgba(173, 134, 65, 0.78);
  background: rgba(173, 134, 65, 0.72);
}

.map-line {
  height: 1px;
  background: rgba(24, 63, 54, 0.24);
  transform-origin: left center;
}

.map-line-a {
  top: 38%;
  left: 18%;
  width: 44%;
  transform: rotate(18deg);
}

.map-line-b {
  top: 55%;
  left: 35%;
  width: 32%;
  transform: rotate(-16deg);
}

.map-line-c {
  top: 50%;
  left: 63%;
  width: 24%;
  background: rgba(173, 134, 65, 0.34);
  transform: rotate(42deg);
}

.carnet-scope-panel,
.carnet-opportunity-stack {
  display: grid;
  align-content: center;
  gap: 10px;
}

.carnet-scope-panel article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 68px;
  padding: 0 18px;
  border: 1px solid rgba(33, 29, 23, 0.085);
  border-radius: var(--radius-surface);
  background: rgba(255, 253, 247, 0.46);
  box-shadow: 0 14px 34px rgba(33, 29, 23, 0.026);
}

.carnet-opportunity-stack article {
  display: grid;
  grid-template-columns: minmax(112px, 0.38fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 72px;
  padding: 0 20px;
  overflow: visible;
  border: 1px solid rgba(33, 29, 23, 0.085);
  border-radius: var(--radius-surface);
  background: rgba(255, 253, 247, 0.46);
  box-shadow: 0 14px 34px rgba(33, 29, 23, 0.026);
}

.carnet-scope-panel small,
.carnet-opportunity-stack small,
.use-case-bank small {
  color: var(--faint);
  font-size: 11px;
  font-weight: 790;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.carnet-opportunity-stack small {
  min-width: 0;
  overflow: visible;
  white-space: normal;
  line-height: 1.12;
}

.carnet-scope-panel strong,
.carnet-opportunity-stack strong {
  color: var(--ink);
  font-size: clamp(21px, 1.8vw, 28px);
  font-weight: 760;
  line-height: 1.04;
}

.carnet-link-flow {
  display: grid;
  align-content: center;
  gap: 14px;
}

.carnet-agent-link {
  display: inline-flex;
  width: min(100%, 390px);
  min-height: 52px;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(24, 63, 54, 0.16);
  border-radius: var(--radius-surface);
  background: rgba(255, 253, 247, 0.68);
  color: var(--teal-dark);
  box-shadow: 0 14px 34px rgba(33, 29, 23, 0.03);
  font-size: 14px;
  font-weight: 820;
}

.carnet-link-lines {
  display: grid;
  width: min(100%, 500px);
  gap: 10px;
  padding-left: 26px;
}

.carnet-link-lines i {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(24, 63, 54, 0.22), rgba(173, 134, 65, 0.28), transparent);
}

.carnet-link-lines i:nth-child(2) {
  width: 78%;
  margin-left: 42px;
  background: linear-gradient(90deg, rgba(173, 134, 65, 0.28), rgba(24, 63, 54, 0.16), transparent);
}

.carnet-staff-row,
.carnet-signal-row,
.carnet-value-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.carnet-staff-row span,
.carnet-signal-row span,
.carnet-value-panel span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(33, 29, 23, 0.095);
  border-radius: var(--radius-surface);
  background: rgba(255, 253, 247, 0.46);
  color: var(--ink);
  font-size: 13px;
  font-weight: 740;
  line-height: 1;
}

.carnet-signal-row {
  max-width: 520px;
}

.carnet-signal-row span {
  color: var(--soft);
  font-size: 12px;
  font-weight: 680;
}

.carnet-workflow-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-content: center;
  gap: 10px;
}

.workflow-node {
  display: grid;
  min-height: 70px;
  place-items: center;
  border: 1px solid rgba(33, 29, 23, 0.1);
  border-radius: var(--radius-surface);
  background: rgba(255, 253, 247, 0.48);
  color: var(--ink);
  font-size: 14px;
  font-weight: 760;
  text-align: center;
}

.carnet-workflow-map i {
  height: 1px;
  margin: 10px 0 16px;
  background: linear-gradient(90deg, rgba(33, 29, 23, 0.18), rgba(173, 134, 65, 0.32), transparent);
}

.carnet-workflow-map i:nth-of-type(1) {
  grid-column: 1 / 3;
}

.carnet-workflow-map i:nth-of-type(2) {
  grid-column: 2 / 4;
}

.carnet-workflow-map i:nth-of-type(3) {
  grid-column: 3 / 5;
}

.use-case-bank {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-left: 2px solid rgba(173, 134, 65, 0.72);
  background: rgba(255, 248, 234, 0.42);
}

.use-case-bank strong {
  font-family: var(--font-sans);
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 450;
  line-height: 0.98;
}

.carnet-value-panel {
  align-content: center;
  justify-content: flex-start;
}

.carnet-value-panel span {
  min-height: 78px;
  min-width: min(176px, 100%);
  padding: 0 20px;
  color: var(--teal-dark);
  font-family: var(--font-sans);
  font-size: clamp(28px, 2.8vw, 44px);
  font-weight: 440;
}

.carnet-start-button {
  display: inline-flex;
  min-width: 156px;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  border: 1px solid var(--dark);
  border-radius: var(--radius-surface);
  background: var(--dark);
  color: var(--cream);
  box-shadow: 0 22px 48px rgba(23, 25, 20, 0.18);
  font-size: 15px;
  font-weight: 820;
  line-height: 1;
}

.carnet-start-button:hover,
.carnet-start-button:focus-visible {
  background: #262820;
  transform: translateY(-1px);
}

.carnet-play-gate {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: grid;
  place-items: end center;
  padding: 0 24px clamp(76px, 10vh, 108px);
  pointer-events: none;
}

.carnet-play-gate[hidden] {
  display: none;
}

.carnet-play-button,
.carnet-pause-button,
.carnet-replay-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(33, 29, 23, 0.15);
  border-radius: var(--radius-surface);
  background: rgba(255, 253, 247, 0.78);
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(33, 29, 23, 0.055);
  font-size: 13px;
  font-weight: 820;
  pointer-events: auto;
}

.carnet-play-button svg {
  display: none;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.carnet-embedded-body .carnet-play-button {
  width: 54px;
  min-height: 54px;
  padding: 0;
  border-radius: 999px !important;
}

.carnet-embedded-body .carnet-play-button svg {
  display: block;
}

.carnet-embedded-body .carnet-play-button span {
  display: none;
}

.carnet-replay-button {
  position: absolute;
  right: 38px;
  bottom: 52px;
  z-index: 10;
}

.carnet-pause-button {
  position: absolute;
  right: 38px;
  bottom: 52px;
  z-index: 10;
}

.carnet-play-button[hidden],
.carnet-pause-button[hidden],
.carnet-replay-button[hidden] {
  display: none !important;
}

.carnet-intro.is-review-state .carnet-play-gate,
.carnet-intro.is-review-state .carnet-pause-button,
.carnet-intro.is-review-state .carnet-replay-button {
  display: none !important;
}

.carnet-intro.is-review-state .carnet-scene,
.carnet-intro.is-review-state .carnet-start-button {
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .carnet-scene,
  .carnet-start-button {
    transition: none;
  }
}

@media (max-width: 860px) {
  .carnet-stage {
    padding: 24px 20px 82px;
  }

  .carnet-brand {
    top: 22px;
    left: 20px;
  }

  .carnet-progress {
    right: 20px;
    bottom: 24px;
    left: 20px;
  }

  .carnet-scene {
    inset: 86px 20px 74px;
    grid-template-columns: 1fr;
    gap: 24px;
    align-content: center;
  }

  .carnet-copy h1 {
    font-size: clamp(56px, 14vw, 72px);
  }

  .carnet-copy h2 {
    font-size: clamp(38px, 9.4vw, 50px);
  }

  .carnet-line,
  .carnet-copy > p:not(.carnet-kicker) {
    font-size: 17px;
  }

  .carnet-visual {
    min-height: 230px;
  }

  .carnet-generated-visual {
    min-height: 230px;
    border-radius: 16px;
  }

  .carnet-cover-diagram {
    inset: 18% -26% 4%;
    opacity: 0.18;
  }

  .carnet-cover-mark {
    right: 18px;
    bottom: 118px;
    width: 140px;
    height: 140px;
  }

  .carnet-scope-panel article,
  .carnet-opportunity-stack article {
    min-height: 64px;
    padding: 0 14px;
  }

  .carnet-scope-panel article {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .carnet-opportunity-stack article {
    grid-template-columns: minmax(88px, 0.38fr) minmax(0, 1fr);
    gap: 12px;
  }

  .carnet-scope-panel strong,
  .carnet-opportunity-stack strong {
    font-size: 20px;
  }

  .carnet-workflow-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .carnet-workflow-map i {
    display: none;
  }

  .use-case-bank {
    grid-column: 1 / -1;
  }

  .carnet-value-panel span {
    width: 100%;
    min-height: 58px;
    font-size: 34px;
  }

  .carnet-replay-button {
    right: 20px;
    bottom: 44px;
  }

  .carnet-pause-button {
    right: 20px;
    bottom: 44px;
  }
}

/* Image-led Carnet film */

.carnet-film .carnet-stage {
  min-height: 100svh;
  padding: 0;
  background: #f3ead9;
}

.carnet-film .carnet-paper {
  display: none;
}

.carnet-film .carnet-brand {
  top: clamp(22px, 4vh, 38px);
  left: clamp(22px, 3.5vw, 48px);
  text-shadow: 0 1px 18px rgba(255, 248, 234, 0.7);
}

.carnet-film .carnet-progress {
  right: clamp(22px, 3.5vw, 48px);
  bottom: clamp(20px, 3.5vh, 34px);
  left: clamp(22px, 3.5vw, 48px);
  background: rgba(33, 29, 23, 0.16);
}

.carnet-film .carnet-scene {
  inset: 0;
  display: block;
  overflow: hidden;
  transform: none;
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.carnet-film .carnet-scene::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(247, 240, 226, 0.96) 0%, rgba(247, 240, 226, 0.7) 29%, rgba(247, 240, 226, 0.08) 58%, transparent 76%),
    linear-gradient(0deg, rgba(247, 240, 226, 0.4), transparent 34%);
}

.carnet-film .carnet-scene-art {
  position: absolute;
  inset: -2%;
  z-index: 0;
  margin: 0;
  overflow: hidden;
  background: #f3ead9;
}

.carnet-film .carnet-scene-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.055);
  transform-origin: center center;
  will-change: transform;
}

.carnet-film .carnet-scene.is-active .carnet-scene-art img {
  animation: carnet-camera-in 10s linear both;
}

.carnet-film .carnet-scene[data-scene="2"] .carnet-scene-art img,
.carnet-film .carnet-scene[data-scene="5"] .carnet-scene-art img {
  transform-origin: 42% center;
}

.carnet-film .carnet-scene[data-scene="3"] .carnet-scene-art img,
.carnet-film .carnet-scene[data-scene="6"] .carnet-scene-art img,
.carnet-film .carnet-scene[data-scene="7"] .carnet-scene-art img {
  transform-origin: 66% center;
}

.carnet-film .carnet-copy,
.carnet-film .carnet-scene-cover .carnet-copy,
.carnet-film .carnet-scene-begin .carnet-copy {
  position: absolute;
  left: clamp(34px, 7vw, 112px);
  bottom: clamp(78px, 13vh, 128px);
  z-index: 2;
  display: grid;
  width: min(43vw, 620px);
  max-width: 620px;
  justify-items: start;
  text-align: left;
}

.carnet-film .carnet-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.carnet-film .carnet-copy h1 {
  font-size: clamp(58px, 7vw, 104px);
  line-height: 0.88;
}

.carnet-film .carnet-copy h2 {
  max-width: 620px;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.92;
}

.carnet-film .carnet-play-gate {
  place-items: end;
  justify-items: end;
  padding: 0 clamp(22px, 3.5vw, 48px) clamp(46px, 7vh, 70px);
}

.carnet-film .carnet-play-button,
.carnet-film .carnet-pause-button,
.carnet-film .carnet-replay-button,
.carnet-film .carnet-start-button {
  border-color: rgba(33, 29, 23, 0.14);
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(33, 29, 23, 0.14);
}

@keyframes carnet-camera-in {
  from { transform: scale(1.075); }
  to { transform: scale(1.015); }
}

@media (max-width: 860px) {
  .carnet-film .carnet-scene::after {
    background:
      linear-gradient(90deg, rgba(247, 240, 226, 0.92) 0%, rgba(247, 240, 226, 0.58) 42%, rgba(247, 240, 226, 0.04) 78%),
      linear-gradient(0deg, rgba(247, 240, 226, 0.48), transparent 45%);
  }

  .carnet-film .carnet-copy,
  .carnet-film .carnet-scene-cover .carnet-copy,
  .carnet-film .carnet-scene-begin .carnet-copy {
    left: 22px;
    bottom: 72px;
    width: min(70vw, 390px);
  }

  .carnet-film .carnet-kicker {
    margin-bottom: 8px;
    font-size: 9px;
  }

  .carnet-film .carnet-copy h1 {
    font-size: clamp(44px, 11vw, 62px);
  }

  .carnet-film .carnet-copy h2 {
    font-size: clamp(32px, 8.4vw, 46px);
  }

  .carnet-film .carnet-play-gate {
    padding: 0 20px 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carnet-film .carnet-scene.is-active .carnet-scene-art img {
    animation: none;
    transform: scale(1.02);
  }
}

/* Period-world Carnet film */

.carnet-intro-body,
.carnet-film .carnet-stage,
.carnet-film .carnet-scene-art {
  background: #080d13;
}

.carnet-intro-body::before {
  display: none;
}

.carnet-film .carnet-brand {
  text-shadow: 0 2px 24px rgba(3, 7, 10, 0.72);
}

.carnet-film .carnet-brand .wordmark {
  color: #f4ead4;
}

.carnet-film .carnet-progress {
  height: 2px;
  overflow: visible;
  background: rgba(244, 234, 212, 0.2);
  box-shadow: 0 1px 12px rgba(3, 7, 10, 0.36);
}

.carnet-film .carnet-progress span {
  background: linear-gradient(90deg, #d9b463, #f0d89b);
  box-shadow: 0 0 14px rgba(217, 180, 99, 0.34);
}

.carnet-film .carnet-scene {
  background: #080d13;
  transition: opacity 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

.carnet-film .carnet-scene::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(ellipse at center, transparent 48%, rgba(2, 5, 8, 0.32) 100%),
    linear-gradient(180deg, rgba(2, 5, 8, 0.12), transparent 22%, transparent 74%, rgba(2, 5, 8, 0.35));
  mix-blend-mode: multiply;
}

.carnet-film .carnet-scene::after {
  background: linear-gradient(90deg, rgba(3, 7, 10, 0.2), transparent 30%, transparent 78%, rgba(3, 7, 10, 0.14));
}

.carnet-film .carnet-scene-art {
  inset: -1.5%;
}

.carnet-film .carnet-scene-art img {
  transform: scale(1.06);
  filter: saturate(1.04) contrast(1.025);
}

.carnet-film .carnet-scene.is-active .carnet-scene-art img {
  animation: carnet-period-camera 9s cubic-bezier(0.2, 0.55, 0.25, 1) both;
}

.carnet-transcript-sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.carnet-film .carnet-scene[data-scene="0"] .carnet-scene-art img {
  transform-origin: 54% 54%;
}

.carnet-film .carnet-scene[data-scene="2"] .carnet-scene-art img {
  transform-origin: 62% 52%;
}

.carnet-film .carnet-scene[data-scene="3"] .carnet-scene-art img,
.carnet-film .carnet-scene[data-scene="4"] .carnet-scene-art img,
.carnet-film .carnet-scene[data-scene="5"] .carnet-scene-art img,
.carnet-film .carnet-scene[data-scene="7"] .carnet-scene-art img {
  transform-origin: 54% 50%;
}

.carnet-film .carnet-scene[data-scene="8"] .carnet-scene-art img,
.carnet-film .carnet-scene[data-scene="9"] .carnet-scene-art img {
  transform-origin: 70% 50%;
}

.carnet-film .carnet-live-map {
  inset: 0;
  background: #080d13;
}

.carnet-film .carnet-live-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #080d13;
  pointer-events: none;
  transform: scale(1.01);
}

.carnet-embedded-root,
.carnet-embedded-body,
.carnet-embedded-body .carnet-intro,
.carnet-embedded-body .carnet-film .carnet-stage {
  width: 100%;
  height: var(--carnet-embed-height, 100%);
  min-height: var(--carnet-embed-height, 100%);
}

.carnet-film .carnet-start-button {
  position: absolute;
  bottom: clamp(60px, 9vh, 92px);
  left: clamp(28px, 5vw, 74px);
  z-index: 4;
  min-width: 132px;
  min-height: 52px;
  margin: 0;
  border-color: rgba(249, 229, 179, 0.62);
  border-radius: var(--radius-surface);
  background: #d8b363;
  color: #101711;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 244, 211, 0.12) inset;
}

.carnet-film .carnet-start-button:hover,
.carnet-film .carnet-start-button:focus-visible {
  background: #efd38f;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.38), 0 0 0 3px rgba(239, 211, 143, 0.18);
  transform: translateY(-1px);
}

.carnet-film .carnet-play-button {
  width: 58px;
  min-width: 58px;
  min-height: 58px;
  padding: 0;
  border-color: rgba(249, 229, 179, 0.58);
  border-radius: 999px;
  background: rgba(244, 234, 212, 0.94);
  color: #14231d;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.34), 0 0 0 7px rgba(244, 234, 212, 0.08);
  backdrop-filter: blur(12px);
}

.carnet-film .carnet-play-button:hover,
.carnet-film .carnet-play-button:focus-visible {
  border-color: rgba(249, 229, 179, 0.9);
  background: #f5ead0;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.38), 0 0 0 9px rgba(216, 179, 99, 0.14);
  transform: none;
}

.carnet-film .carnet-play-button svg {
  display: block;
  width: 22px;
  height: 22px;
}

.carnet-film .carnet-play-button span {
  display: none;
}

.carnet-film .carnet-pause-button,
.carnet-film .carnet-replay-button {
  border-color: rgba(244, 234, 212, 0.22);
  background: rgba(8, 13, 19, 0.72);
  color: #f4ead4;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

@keyframes carnet-period-camera {
  from { transform: scale(1.075); }
  to { transform: scale(1.018); }
}

@keyframes carnet-period-scope-pan {
  from { transform: scale(1.24) translateX(5%); }
  to { transform: scale(1.24) translateX(-5%); }
}

@media (max-width: 860px) {
  .carnet-film .carnet-scene::after {
    background: linear-gradient(180deg, rgba(3, 7, 10, 0.14), transparent 34%, transparent 70%, rgba(3, 7, 10, 0.32));
  }

  .carnet-film .carnet-brand {
    top: 20px;
    left: 20px;
  }

  .carnet-film .carnet-start-button {
    bottom: 54px;
    left: 20px;
    min-width: 118px;
    min-height: 48px;
  }

  .carnet-film .carnet-play-button {
    width: 52px;
    min-width: 52px;
    min-height: 52px;
  }

  .carnet-film .carnet-scene[data-scene="2"].is-active .carnet-scene-art img {
    animation: carnet-period-scope-pan 5.5s ease-in-out both;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carnet-film .carnet-scene {
    transition: none;
  }

  .carnet-film .carnet-scene.is-active .carnet-scene-art img {
    animation: none;
    transform: scale(1.025);
  }
}

.auth-body {
  min-height: 100svh;
  background: #fffaf0;
  color: var(--ink);
}

.auth-body::before {
  display: none;
}

.auth-page {
  min-height: 100svh;
  padding: 0;
}

.auth-container {
  width: 100%;
  min-height: 100svh;
}

.auth-block {
  position: relative;
  min-height: 100svh;
}

.auth-card {
  overflow: hidden;
  min-height: 100svh;
  border: 0;
  border-radius: var(--radius-surface);
  background: #fffaf0;
  color: var(--ink);
  box-shadow: none;
}

.auth-card-content {
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 2fr) minmax(360px, 1fr);
}

.auth-form {
  display: grid;
  align-content: center;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  min-height: 100svh;
  padding: clamp(36px, 5vw, 72px) clamp(30px, 3.6vw, 58px) 104px;
  background: #fffaf0;
}

.auth-field-group {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.auth-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.auth-heading h1 {
  color: var(--ink);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.08;
}

.auth-heading p,
.auth-field p,
.auth-switch,
.auth-terms {
  color: var(--soft);
  font-size: 14px;
  line-height: 1.42;
}

.auth-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.auth-field label {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.auth-field input {
  width: 100%;
  height: 40px;
  min-width: 0;
  padding: 0 12px;
  border: 1px solid rgba(33, 29, 23, 0.17);
  border-radius: var(--radius-surface);
  background: #fffdf7;
  color: var(--ink);
  font-size: 14px;
  line-height: 1;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.auth-field input::placeholder {
  color: rgba(81, 72, 60, 0.54);
}

.auth-field input:focus {
  border-color: rgba(24, 63, 54, 0.72);
  background: #fffef9;
  box-shadow: 0 0 0 3px rgba(83, 110, 99, 0.16);
  outline: none;
}

.auth-label-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.auth-label-row a {
  margin-left: auto;
  color: var(--soft);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.auth-password-grid,
.auth-social-grid {
  display: grid;
  gap: 14px;
}

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

.auth-social-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.auth-button {
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-surface);
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

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

.auth-button:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.auth-button-primary {
  border: 1px solid var(--dark);
  background: var(--dark);
  color: var(--cream);
}

.auth-button-primary:hover {
  background: #262820;
}

.auth-button-outline {
  border: 1px solid rgba(33, 29, 23, 0.17);
  background: transparent;
  color: var(--ink);
}

.auth-button-outline:hover {
  border-color: rgba(33, 29, 23, 0.34);
  background: rgba(33, 29, 23, 0.04);
}

.auth-button svg {
  width: 18px;
  height: 18px;
}

.auth-separator {
  position: relative;
  display: flex;
  justify-content: center;
  color: var(--soft);
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

.auth-separator::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(33, 29, 23, 0.14);
}

.auth-separator span {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  background: #fffaf0;
}

.auth-switch {
  text-align: center;
}

.auth-message {
  min-height: 20px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.auth-message:empty {
  display: none;
}

.auth-message[data-tone="error"] {
  color: var(--rust);
}

.auth-message[data-tone="success"] {
  color: var(--teal-dark);
}

.auth-switch a,
.auth-terms a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.auth-account-panel {
  justify-content: stretch;
}

.auth-account-actions {
  display: grid;
  gap: 12px;
}

.auth-heading strong {
  color: var(--ink);
  font-weight: 800;
}

.auth-image-panel {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--dark);
}

.auth-image-panel::after {
  display: none;
}

.auth-image-panel img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% 50%;
}

.auth-terms {
  position: absolute;
  right: 0;
  bottom: 24px;
  z-index: 2;
  width: 33.333%;
  max-width: none;
  padding: 0 clamp(30px, 3.6vw, 58px);
  color: var(--soft);
  font-size: 12px;
  text-align: center;
  text-wrap: balance;
}

.auth-terms a {
  color: var(--ink);
}

.hero {
  position: relative;
  z-index: 1;
  min-height: 650px;
  overflow: visible;
  isolation: isolate;
  padding: 48px 42px 54px var(--gutter);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: var(--hero-next-lift);
  left: 0;
  z-index: 1;
  height: clamp(90px, 10vw, 140px);
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(235, 227, 210, 0), rgba(235, 227, 210, 0.82) 72%, var(--bg));
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 880px;
}

.hero h1,
.ecosystem-copy h2,
.problem-copy h2,
.source-copy h2,
.north-star-copy h2,
.thesis-copy h2,
.projects-copy h2,
.diagnostic-copy h2,
.service-preview-copy h2,
.talent-strip h2,
.final-cta h2 {
  font-family: var(--font-sans);
  font-weight: 400;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 1080px;
  margin-top: 18px;
  font-size: clamp(62px, 6.45vw, 98px);
  font-weight: 700;
  line-height: 0.92;
}

.hero-subhead {
  max-width: 650px;
  margin-top: 22px;
  color: var(--soft);
  font-size: 21px;
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  gap: 20px;
  margin-top: 28px;
}

.dark-pill,
.light-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 25px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.dark-pill {
  border: 1px solid rgba(255, 248, 234, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 248, 234, 0.1), rgba(255, 248, 234, 0.045)),
    var(--dark);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 234, 0.14),
    0 1px 3px rgba(17, 18, 15, 0.32),
    0 18px 42px rgba(33, 29, 23, 0.18);
  color: var(--cream);
}

.light-pill {
  border: 1px solid rgba(33, 29, 23, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.72), rgba(255, 248, 234, 0.46)),
    rgba(251, 250, 244, 0.36);
  box-shadow: var(--button-shadow);
  color: var(--ink);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.dark-pill:hover,
.dark-pill:focus-visible {
  border-color: rgba(255, 248, 234, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 248, 234, 0.16), rgba(255, 248, 234, 0.07)),
    #20221b;
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 234, 0.22),
    0 2px 5px rgba(17, 18, 15, 0.36),
    0 22px 48px rgba(33, 29, 23, 0.22);
  transform: translateY(-1px);
}

.light-pill:hover,
.light-pill:focus-visible {
  border-color: rgba(33, 29, 23, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.9), rgba(255, 248, 234, 0.58)),
    rgba(251, 250, 244, 0.48);
  box-shadow: var(--button-shadow-hover);
  transform: translateY(-1px);
}

.dark-pill:active,
.light-pill:active,
.nav-cta:active {
  box-shadow:
    inset 0 2px 4px rgba(17, 18, 15, 0.22),
    0 1px 2px rgba(17, 18, 15, 0.18);
  transform: none;
}

.hero-lockup {
  position: absolute;
  z-index: 2;
  top: 504px;
  left: 50%;
  display: flex;
  align-items: baseline;
  gap: 24px;
  transform: translateX(-50%);
  color: var(--ink);
  white-space: nowrap;
}

.hero-lockup span {
  font-family: var(--font-sans);
  font-size: 74px;
  font-weight: 800;
  line-height: 0.9;
}

.hero-lockup b {
  font-size: 58px;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-cutout {
  position: absolute;
  right: -28vw;
  bottom: -390px;
  z-index: 0;
  width: min(118vw, 1540px);
  margin: 0;
  pointer-events: none;
}

.hero-cutout img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 34px 32px rgba(37, 37, 33, 0.13));
}

.editorial-image {
  position: relative;
  z-index: 1;
  width: min(680px, 46vw);
  margin: 0;
  overflow: visible;
  pointer-events: none;
}

.editorial-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 32px 34px rgba(33, 29, 23, 0.14))
    drop-shadow(0 7px 8px rgba(33, 29, 23, 0.08));
}

.problem-photo {
  justify-self: end;
  width: min(560px, 38vw);
  transform: translateY(10px);
}

.ecosystem-band {
  position: relative;
  z-index: 2;
  overflow: clip;
  isolation: isolate;
  contain: paint;
  padding: 58px 0 72px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: transparent;
}

.ecosystem-copy {
  width: min(1220px, calc(100% - 84px));
  max-width: none;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.ecosystem-copy h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(38px, 3.75vw, 54px);
  line-height: 1;
  white-space: nowrap;
}

.team-workflow {
  position: relative;
  width: min(1220px, calc(100% - 84px));
  margin: 34px auto 0;
}

.growth-system {
  position: relative;
  width: min(1220px, calc(100% - 84px));
  margin: 34px auto 0;
  padding: clamp(18px, 2.2vw, 28px);
  border: 1px solid rgba(33, 29, 23, 0.095);
  border-radius: var(--radius-surface);
  background: rgba(255, 253, 247, 0.58);
  box-shadow: 0 16px 44px rgba(33, 29, 23, 0.045);
}

.growth-tool-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0 auto;
}

.growth-tool-row span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 0 12px 0 8px;
  border: 1px solid rgba(33, 29, 23, 0.075);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.74);
  color: var(--ink);
  font-size: 13px;
  font-weight: 680;
  line-height: 1;
}

.growth-tool-row img {
  display: block;
  width: 28px;
  height: 28px;
  padding: 5px;
  border: 1px solid rgba(33, 29, 23, 0.055);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.84);
  object-fit: contain;
  opacity: 0.9;
  filter: saturate(0.9);
}

.growth-tool-row img[src*="google-meet"] {
  padding: 2px;
}

.growth-tool-row img[src*="monday"] {
  padding: 4px;
}

.growth-tool-row img[src*="hubspot-mark"] {
  padding: 6px;
}

.growth-agent-path {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  gap: 18px;
  align-items: center;
  margin: clamp(20px, 2.8vw, 34px) 0;
}

.growth-agent-path span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(173, 134, 65, 0.5), transparent);
}

.growth-agent-path strong {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(24, 63, 54, 0.16);
  border-radius: 999px;
  background: rgba(24, 63, 54, 0.92);
  color: var(--cream);
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
}

.growth-outcome-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.growth-outcome-row article {
  min-width: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(173, 134, 65, 0.32);
}

.growth-outcome-row strong,
.growth-outcome-row span {
  display: block;
}

.growth-outcome-row strong {
  color: var(--ink);
  font-size: clamp(21px, 1.8vw, 28px);
  font-weight: 760;
  line-height: 1.02;
}

.growth-outcome-row span {
  margin-top: 8px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 520;
  line-height: 1.2;
}

.team-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(33, 29, 23, 0.1);
  border-bottom: 0;
  border-radius: var(--radius-surface) var(--radius-surface) 0 0;
  background: rgba(255, 251, 243, 0.78);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22) inset;
}

.team-tab {
  display: inline-flex;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-right: 1px solid rgba(33, 29, 23, 0.075);
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  transition:
    background-color 160ms ease,
    color 160ms ease;
}

.team-tab-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.82;
}

.team-tab span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-tab:last-child {
  border-right: 0;
}

.team-tab:hover,
.team-tab:focus-visible {
  background: rgba(255, 248, 234, 0.76);
}

.team-tab.is-active,
.team-tab[aria-selected="true"] {
  background: rgba(24, 63, 54, 0.94);
  color: var(--cream);
  box-shadow: inset 0 0 0 1px rgba(255, 248, 234, 0.1);
}

.team-panel {
  display: grid;
  gap: 18px;
  min-height: 0;
  padding: clamp(18px, 2.2vw, 28px);
  border: 1px solid rgba(33, 29, 23, 0.1);
  border-radius: 0 0 var(--radius-surface) var(--radius-surface);
  background: rgba(255, 253, 247, 0.68);
  box-shadow: 0 16px 44px rgba(33, 29, 23, 0.05);
}

.team-panel[hidden] {
  display: none;
}

.growth-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
}

.growth-panel-header span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(24, 63, 54, 0.14);
  border-radius: 999px;
  background: rgba(24, 63, 54, 0.08);
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 720;
  line-height: 1;
}

.growth-panel-header strong {
  min-width: 0;
  color: var(--ink);
  font-size: clamp(19px, 1.65vw, 24px);
  font-weight: 720;
  line-height: 1.08;
  text-align: right;
}

.growth-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.growth-flow-card {
  display: flex;
  min-width: 0;
  min-height: 148px;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 16px;
  border: 1px solid rgba(33, 29, 23, 0.08);
  border-radius: var(--radius-surface);
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 10px 30px rgba(33, 29, 23, 0.035);
}

.growth-flow-card strong {
  min-width: 0;
  color: var(--ink);
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: 0;
}

.growth-tool-pair {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.growth-tool-pair img {
  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  padding: 6px;
  border: 1px solid rgba(33, 29, 23, 0.06);
  border-radius: var(--radius-surface);
  background: rgba(255, 253, 247, 0.86);
  object-fit: contain;
  opacity: 0.9;
  filter: saturate(0.9);
}

.growth-tool-pair img[src*="google-meet"] {
  padding: 3px;
}

.growth-tool-pair img[src*="monday"],
.growth-tool-pair img[src*="cvent"] {
  padding: 4px;
}

.growth-tool-pair img[src*="hubspot-mark"] {
  padding: 7px;
  background: rgba(255, 250, 241, 0.92);
}

.growth-tool-pair i {
  position: relative;
  display: block;
  width: 24px;
  height: 1px;
  flex: 0 0 24px;
  background: rgba(173, 134, 65, 0.48);
}

.growth-tool-pair i::after {
  position: absolute;
  top: 50%;
  right: -1px;
  width: 5px;
  height: 5px;
  content: "";
  border-top: 1px solid rgba(173, 134, 65, 0.72);
  border-right: 1px solid rgba(173, 134, 65, 0.72);
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 1100px) {
  .growth-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .growth-flow-card {
    min-height: 124px;
  }
}

.team-panel-column {
  min-width: 0;
}

.team-panel-column h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #5a493b;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.2;
}

.team-panel-column h3::after {
  flex: 1;
  height: 1px;
  min-width: 48px;
  content: "";
  background: rgba(173, 134, 65, 0.28);
}

.team-panel-output h3 {
  color: var(--teal-dark);
}

.growth-source-list,
.growth-output-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.growth-source-list li,
.growth-output-list li {
  display: grid;
  min-width: 0;
  min-height: 62px;
  align-items: center;
  gap: 13px;
  padding: 12px;
  border: 1px solid rgba(33, 29, 23, 0.075);
  border-radius: var(--radius-surface);
  background: rgba(255, 253, 248, 0.86);
}

.growth-source-list li {
  grid-template-columns: 40px minmax(0, 1fr);
}

.growth-output-list li {
  grid-template-columns: minmax(212px, 0.48fr) minmax(0, 1fr);
  column-gap: 22px;
  background: rgba(245, 249, 246, 0.82);
}

.growth-source-list img {
  display: inline-flex;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(33, 29, 23, 0.06);
  border-radius: var(--radius-surface);
  background: rgba(255, 253, 247, 0.76);
  object-fit: contain;
  padding: 6px;
  opacity: 0.86;
  filter: saturate(0.88);
}

.growth-source-list img[src*="google-meet"] {
  padding: 3px;
}

.growth-source-list img[src*="monday"] {
  padding: 4px;
}

.growth-source-list img[src*="hubspot-mark"] {
  padding: 7px;
  background: rgba(255, 250, 241, 0.9);
}

.growth-source-list strong,
.growth-output-list strong,
.growth-source-list small,
.growth-output-list small {
  display: block;
}

.growth-source-list strong,
.growth-output-list strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 690;
  line-height: 1.18;
  white-space: nowrap;
}

.growth-source-list small,
.growth-output-list small {
  margin-top: 3px;
  color: var(--soft);
  font-size: 12.25px;
  font-weight: 480;
  line-height: 1.35;
}

.growth-output-list small {
  margin-top: 0;
}

.team-panel-bridge {
  position: relative;
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  min-height: 292px;
}

.team-panel-bridge::before,
.team-panel-bridge::after {
  position: absolute;
  content: "";
}

.team-panel-bridge::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(173, 134, 65, 0.38), transparent);
}

.team-panel-bridge::after {
  right: 50%;
  left: 50%;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(173, 134, 65, 0.72) 0 4px, transparent 4px 13px);
  transform: translateX(-50%);
  width: min(86px, 10vw);
}

.team-panel-bridge span {
  position: relative;
  z-index: 1;
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(173, 134, 65, 0.5);
  border-radius: var(--radius-surface);
  background:
    linear-gradient(135deg, rgba(255, 248, 234, 0.18), transparent 42%),
    rgba(24, 63, 54, 0.95);
  box-shadow:
    0 0 0 7px rgba(173, 134, 65, 0.07),
    0 12px 28px rgba(33, 29, 23, 0.13);
  transform: rotate(45deg);
}

.team-panel-bridge span::after {
  position: absolute;
  inset: 50%;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: var(--gold);
  transform: translate(-50%, -50%);
}

.hero-image-card {
  position: absolute;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(37, 37, 33, 0.16);
  background: var(--cream);
  box-shadow: 0 18px 54px rgba(37, 37, 33, 0.08);
}

.hero-card-main {
  top: 150px;
  right: 8%;
  width: 330px;
  height: 430px;
}

.hero-card-small {
  top: 690px;
  left: 12%;
  width: 148px;
  height: 176px;
}

.hero-card-strip {
  top: 760px;
  right: 14%;
  width: 360px;
  height: 128px;
}

.art-hero-system {
  background-image: url("/static/assets/alderson-hero-workshop.webp");
  background-position: center;
}

.art-hero-live {
  background-image: url("/static/assets/alderson-map-room.webp");
  background-position: 48% 50%;
}

.problem-story {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
  overflow: clip;
  padding: 70px 42px 74px var(--gutter);
  border-top: 0;
  border-bottom: 1px solid var(--line-soft);
}

.problem-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.problem-copy h2 {
  max-width: 760px;
  margin-top: 18px;
  font-size: clamp(46px, 4.5vw, 62px);
  line-height: 0.96;
}

.problem-copy p:not(.label) {
  max-width: 590px;
  color: var(--soft);
  font-size: 20px;
  line-height: 1.42;
}

.problem-copy .lead {
  margin-top: 30px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.32;
}

.problem-copy .lead + p {
  margin-top: 20px;
}

.workflow-evidence {
  position: relative;
  justify-self: stretch;
  min-height: 420px;
  padding: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 248, 234, 0.78), rgba(255, 248, 234, 0.28)),
    repeating-linear-gradient(0deg, transparent 0 47px, rgba(33, 29, 23, 0.055) 48px),
    repeating-linear-gradient(90deg, transparent 0 47px, rgba(33, 29, 23, 0.055) 48px);
  box-shadow: 0 28px 80px rgba(33, 29, 23, 0.08);
}

.workflow-evidence::before {
  position: absolute;
  inset: 58px 48px 58px 48px;
  content: "";
  border: 1px solid rgba(33, 29, 23, 0.13);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.workflow-evidence::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent 0 33%, rgba(24, 63, 54, 0.14) 33.2% 33.6%, transparent 33.8% 66%, rgba(134, 59, 47, 0.14) 66.2% 66.6%, transparent 66.8%),
    linear-gradient(180deg, transparent 0 35%, rgba(173, 134, 65, 0.14) 35.2% 35.6%, transparent 35.8% 70%, rgba(24, 63, 54, 0.1) 70.2% 70.6%, transparent 70.8%);
  pointer-events: none;
}

.evidence-header,
.evidence-path {
  position: relative;
  z-index: 1;
}

.evidence-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
}

.evidence-header span,
.evidence-path span,
.surface-top span,
.surface-index span,
.system-lane span {
  color: var(--faint);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.evidence-header strong {
  color: var(--teal-dark);
  font-family: var(--font-sans);
  font-size: 36px;
  font-weight: 400;
}

.evidence-path {
  display: grid;
  gap: 18px;
  margin-top: 56px;
}

.evidence-path div {
  width: min(330px, 82%);
  padding: 18px 20px;
  border: 1px solid rgba(33, 29, 23, 0.16);
  background: rgba(255, 248, 234, 0.82);
  box-shadow: 0 14px 38px rgba(33, 29, 23, 0.07);
}

.evidence-path div:nth-child(2) {
  justify-self: end;
}

.evidence-path div:nth-child(3) {
  justify-self: center;
}

.evidence-path div:nth-child(4) {
  justify-self: end;
  border-color: rgba(24, 63, 54, 0.34);
  background: rgba(238, 243, 230, 0.86);
}

.evidence-path p {
  margin-top: 8px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
}

.problem-image {
  position: relative;
  justify-self: end;
  z-index: 1;
  width: min(640px, 44vw);
  min-height: 0;
  margin: 0;
  overflow: visible;
  background: transparent;
  transform: translate(2vw, 50px);
}

.problem-image::after {
  display: none;
  content: none;
}

.problem-image img,
.thesis-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(33, 29, 23, 0.13));
}

.problem-image img {
  object-position: center;
}

.source-system {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  padding: 96px 42px 88px var(--gutter);
  color: var(--cream);
  background: var(--dark);
}

.source-system::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    repeating-linear-gradient(0deg, transparent 0 67px, rgba(255, 248, 234, 0.055) 68px),
    repeating-linear-gradient(90deg, transparent 0 67px, rgba(255, 248, 234, 0.05) 68px),
    radial-gradient(circle at 72% 28%, rgba(83, 110, 99, 0.42), transparent 22%),
    radial-gradient(circle at 84% 70%, rgba(173, 134, 65, 0.18), transparent 18%),
    linear-gradient(90deg, rgba(23, 25, 20, 0.98) 0 34%, rgba(23, 25, 20, 0.82) 62%, rgba(23, 25, 20, 0.94) 100%);
  opacity: 1;
}

.source-system::after {
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  content: "";
  background: linear-gradient(0deg, rgba(23, 25, 20, 0.92), rgba(23, 25, 20, 0));
}

.source-copy,
.source-trail {
  position: relative;
  z-index: 2;
}

.source-copy {
  max-width: 790px;
}

.source-copy .label {
  color: rgba(255, 248, 234, 0.62);
}

.source-copy h2 {
  margin-top: 18px;
  font-size: clamp(50px, 5.8vw, 88px);
  line-height: 0.92;
}

.source-copy p:not(.label) {
  max-width: 620px;
  margin-top: 28px;
  color: rgba(255, 248, 234, 0.76);
  font-size: 21px;
  line-height: 1.4;
}

.source-trail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  max-width: 980px;
  margin-top: 76px;
  border-top: 1px solid rgba(255, 248, 234, 0.28);
}

.source-trail span {
  position: relative;
  padding: 20px 22px 0 0;
  color: rgba(255, 248, 234, 0.86);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.source-trail span::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(173, 134, 65, 0.16);
}

.north-star {
  position: relative;
  z-index: 2;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(150px, 1fr));
  min-height: clamp(680px, 76vw, 920px);
  margin-top: calc(var(--hero-next-lift) * -1);
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(235, 227, 210, 0.05), rgba(235, 227, 210, 0.15)),
    url("/static/assets/alderson-north-star-bento-bg-v1.webp") center / cover;
}

.north-star::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent calc(20% - 0.5px), rgba(255, 248, 234, 0.74) calc(20% - 0.5px) calc(20% + 0.5px), transparent calc(20% + 0.5px)),
    linear-gradient(90deg, transparent calc(40% - 0.5px), rgba(255, 248, 234, 0.74) calc(40% - 0.5px) calc(40% + 0.5px), transparent calc(40% + 0.5px)),
    linear-gradient(90deg, transparent calc(60% - 0.5px), rgba(255, 248, 234, 0.74) calc(60% - 0.5px) calc(60% + 0.5px), transparent calc(60% + 0.5px)),
    linear-gradient(90deg, transparent calc(80% - 0.5px), rgba(255, 248, 234, 0.74) calc(80% - 0.5px) calc(80% + 0.5px), transparent calc(80% + 0.5px)),
    linear-gradient(180deg, transparent calc(25% - 0.5px), rgba(255, 248, 234, 0.74) calc(25% - 0.5px) calc(25% + 0.5px), transparent calc(25% + 0.5px)),
    linear-gradient(180deg, transparent calc(50% - 0.5px), rgba(255, 248, 234, 0.74) calc(50% - 0.5px) calc(50% + 0.5px), transparent calc(50% + 0.5px)),
    linear-gradient(180deg, transparent calc(75% - 0.5px), rgba(255, 248, 234, 0.74) calc(75% - 0.5px) calc(75% + 0.5px), transparent calc(75% + 0.5px)),
    linear-gradient(180deg, rgba(23, 25, 20, 0.02), rgba(23, 25, 20, 0.08));
  pointer-events: none;
}

.north-star-copy {
  position: relative;
  z-index: 1;
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
  align-self: start;
  min-height: 100%;
  padding: clamp(34px, 4.4vw, 60px) clamp(28px, 3.4vw, 52px);
  background: rgba(255, 250, 240, 0.92);
  border-right: 1px solid rgba(255, 248, 234, 0.74);
  border-bottom: 1px solid rgba(255, 248, 234, 0.74);
  border-radius: 0;
}

.north-star-copy h2 {
  max-width: 470px;
  font-size: clamp(30px, 2.75vw, 39px);
  line-height: 0.98;
}

.north-star-copy p {
  max-width: 420px;
  margin-top: 20px;
  color: var(--soft);
  font-size: 17px;
  line-height: 1.38;
}

.north-star-card {
  position: relative;
  z-index: 1;
  align-self: stretch;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 2.6vw, 38px);
  background: rgba(255, 250, 240, 0.94);
  border: 1px solid rgba(255, 248, 234, 0.74);
  border-radius: 0;
}

.north-star-card-memory {
  grid-column: 3 / span 1;
  grid-row: 1 / span 1;
}

.north-star-card-source {
  grid-column: 4 / span 1;
  grid-row: 2 / span 1;
}

.north-star-card-handoff {
  grid-column: 5 / span 1;
  grid-row: 3 / span 1;
}

.north-star-card-generic {
  grid-column: 2 / span 1;
  grid-row: 4 / span 1;
}

.north-star-card-frontier {
  grid-column: 4 / span 2;
  grid-row: 4 / span 1;
}

.north-star-card h3 {
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 500;
  line-height: 0.98;
}

.north-star-card p {
  max-width: 260px;
  margin-top: 14px;
  color: var(--soft);
  font-size: 14.5px;
  line-height: 1.28;
}

.split-thesis {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 0.88fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
  overflow: clip;
  min-height: 480px;
  padding: 48px 8.2% 56px 7.6%;
}

.data-foundation-surface {
  position: relative;
  min-height: 430px;
  padding: 30px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 22% 22%, rgba(83, 110, 99, 0.2), transparent 20%),
    radial-gradient(circle at 78% 70%, rgba(134, 59, 47, 0.12), transparent 22%),
    rgba(255, 248, 234, 0.56);
  box-shadow: 0 28px 76px rgba(33, 29, 23, 0.08);
}

.data-foundation-surface::before {
  position: absolute;
  inset: 78px 38px 78px;
  content: "";
  background:
    linear-gradient(90deg, transparent 0 49.5%, rgba(33, 29, 23, 0.16) 49.7% 50.3%, transparent 50.5%),
    linear-gradient(180deg, transparent 0 49.5%, rgba(33, 29, 23, 0.16) 49.7% 50.3%, transparent 50.5%);
}

.data-foundation-surface::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 156px;
  height: 156px;
  content: "";
  border: 1px solid rgba(24, 63, 54, 0.34);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.surface-top,
.source-list,
.surface-index {
  position: relative;
  z-index: 1;
}

.surface-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
}

.surface-top strong {
  color: var(--teal-dark);
  font-family: var(--font-sans);
  font-size: 36px;
  font-weight: 400;
}

.source-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.source-list div {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(33, 29, 23, 0.15);
  background: rgba(255, 248, 234, 0.78);
}

.source-list span {
  display: block;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 27px;
  line-height: 1.04;
}

.source-list b {
  display: block;
  margin-top: 26px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.surface-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.surface-index span {
  padding: 9px 12px;
  border: 1px solid rgba(33, 29, 23, 0.14);
  background: rgba(235, 227, 210, 0.72);
}

.thesis-image {
  position: relative;
  justify-self: center;
  width: min(680px, 52vw);
  min-height: 0;
  margin: 0;
  overflow: visible;
  background: transparent;
  transform: translate(-3vw, 18px);
}

.thesis-image::after {
  display: none;
  content: none;
}

.thesis-art {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 248, 234, 0.78), transparent 18%),
    radial-gradient(circle at 52% 56%, rgba(134, 59, 47, 0.42), transparent 12%),
    linear-gradient(118deg, #5d756c 0 36%, #b3a16f 36.3% 100%);
}

.thesis-art::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle, rgba(31, 32, 28, 0.38) 0 1px, transparent 1.2px),
    repeating-linear-gradient(90deg, rgba(251, 250, 244, 0.16) 0 1px, transparent 1px 5px);
  background-size: 7px 7px, 11px 11px;
  mix-blend-mode: multiply;
}

.thesis-grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}

.thesis-grid span {
  display: flex;
  align-items: flex-start;
  padding: 18px;
  border-right: 1px solid rgba(251, 250, 244, 0.54);
  border-bottom: 1px solid rgba(251, 250, 244, 0.54);
  color: rgba(251, 250, 244, 0.75);
  font-size: 12px;
  font-weight: 800;
}

.thesis-art p {
  position: absolute;
  left: 42px;
  bottom: 44px;
  z-index: 3;
  max-width: 430px;
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: 45px;
  line-height: 1.02;
}

.thesis-copy h2 {
  margin-left: auto;
  max-width: 820px;
  margin-top: 18px;
  text-align: right;
  font-size: clamp(44px, 4.4vw, 60px);
  line-height: 0.96;
}

.thesis-copy p:not(.label) {
  margin-left: auto;
  max-width: 520px;
  margin-top: 28px;
  color: var(--ink);
  text-align: right;
  font-size: 22px;
  line-height: 1.25;
}

.projects-section {
  padding: 94px 42px 104px var(--gutter);
}

.projects-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

.projects-copy h2 {
  max-width: 1120px;
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: 0.94;
}

.projects-copy p {
  max-width: 500px;
  color: var(--soft);
  font-size: 20px;
  line-height: 1.42;
}

.project-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.project-list a {
  --project-image: url("/static/assets/alderson-project-event-space-v1.webp");
  --project-bg:
    radial-gradient(circle at 72% 24%, rgba(251, 250, 244, 0.42), transparent 18%),
    radial-gradient(circle at 24% 80%, rgba(134, 59, 47, 0.42), transparent 24%),
    linear-gradient(138deg, #203b35 0%, #516f64 44%, #b79e66 100%);
  position: relative;
  display: flex;
  min-height: 0;
  aspect-ratio: 16 / 9;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(33, 29, 23, 0.16);
  border-radius: var(--radius-surface);
  background: #263b35;
  box-shadow: 0 28px 76px rgba(33, 29, 23, 0.11);
  outline: 0;
  isolation: isolate;
  transition: box-shadow 240ms ease, transform 240ms ease;
}

.project-list a::before,
.project-list a::after {
  position: absolute;
  inset: 0;
  content: "";
}

.project-list a::before {
  z-index: -2;
  background-image:
    linear-gradient(180deg, rgba(17, 18, 15, 0.04) 0%, rgba(17, 18, 15, 0.18) 46%, rgba(17, 18, 15, 0.74) 100%),
    var(--project-image);
  background-position: center;
  background-size: cover;
  filter: saturate(0.92) contrast(1.03) brightness(0.9);
  transform: scale(1.01);
  transition: filter 280ms ease;
}

.project-list a::after {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(18, 19, 16, 0.08), transparent 35%, rgba(18, 19, 16, 0.72)),
    radial-gradient(circle at 50% 50%, transparent 0 1px, rgba(251, 250, 244, 0.1) 1.2px 1.8px, transparent 2px);
  background-size: 100% 100%, 8px 8px;
  mix-blend-mode: multiply;
  opacity: 0.82;
  transition: opacity 240ms ease;
}

.project-list a:nth-child(2) {
  --project-image: url("/static/assets/alderson-project-weather-media-v1.webp");
  --project-bg:
    radial-gradient(circle at 68% 32%, rgba(255, 235, 169, 0.52), transparent 18%),
    radial-gradient(circle at 18% 84%, rgba(50, 77, 91, 0.72), transparent 30%),
    linear-gradient(145deg, #102d3a 0%, #4f7b88 48%, #d8a65c 100%);
}

.project-list a:nth-child(3) {
  --project-image: url("/static/assets/alderson-project-gifting-v1.webp");
  --project-bg:
    radial-gradient(circle at 74% 22%, rgba(251, 218, 188, 0.48), transparent 18%),
    radial-gradient(circle at 22% 82%, rgba(77, 32, 50, 0.64), transparent 28%),
    linear-gradient(138deg, #301e2d 0%, #884e5a 44%, #ddb78a 100%);
}

.project-list a:nth-child(4) {
  --project-image: url("/static/assets/alderson-project-scent-v1.webp");
  --project-bg:
    radial-gradient(circle at 74% 28%, rgba(226, 207, 138, 0.46), transparent 18%),
    radial-gradient(circle at 18% 82%, rgba(54, 83, 56, 0.72), transparent 30%),
    linear-gradient(145deg, #1f2e21 0%, #63714e 48%, #c6a564 100%);
}

.project-list a:nth-child(5) {
  --project-image: url("/static/assets/alderson-project-warehouse-v1.webp");
  --project-bg:
    radial-gradient(circle at 72% 22%, rgba(238, 231, 217, 0.52), transparent 18%),
    radial-gradient(circle at 20% 80%, rgba(84, 53, 39, 0.62), transparent 28%),
    linear-gradient(140deg, #2a241f 0%, #6c5845 45%, #aa8c68 100%);
}

.project-list a:nth-child(6) {
  --project-image: url("/static/assets/alderson-project-heatmap-v1.webp");
  --project-bg:
    radial-gradient(circle at 68% 26%, rgba(125, 171, 160, 0.54), transparent 18%),
    radial-gradient(circle at 16% 78%, rgba(107, 43, 55, 0.58), transparent 28%),
    linear-gradient(142deg, #151f2a 0%, #405c6f 46%, #a2736b 100%);
}

.project-list a:hover::before,
.project-list a:focus-visible::before,
.project-list a.is-expanded::before {
  filter: saturate(1.02) contrast(1.02) brightness(0.96);
}

.project-list a:hover,
.project-list a:focus-visible,
.project-list a.is-expanded {
  box-shadow: 0 34px 92px rgba(33, 29, 23, 0.18);
  transform: translateY(-2px);
}

.project-list a:hover::after,
.project-list a:focus-visible::after,
.project-list a.is-expanded::after {
  opacity: 1;
}

.project-list a:focus-visible {
  box-shadow:
    0 0 0 3px rgba(251, 250, 244, 0.74),
    0 0 0 5px rgba(35, 78, 69, 0.74),
    0 28px 76px rgba(33, 29, 23, 0.11);
}

.project-list h3 {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin-top: auto;
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: clamp(31px, 2.6vw, 42px);
  font-weight: 400;
  line-height: 1.02;
  text-shadow: 0 3px 22px rgba(18, 19, 16, 0.36);
  text-wrap: balance;
  transition: transform 280ms ease;
}

.project-list p {
  position: relative;
  z-index: 1;
  max-width: 510px;
  max-height: 0;
  margin-top: 0;
  color: rgba(251, 250, 244, 0.82);
  font-size: 15px;
  line-height: 1.38;
  opacity: 0;
  overflow: hidden;
  transform: translateY(12px);
  transition:
    max-height 300ms ease,
    margin-top 300ms ease,
    opacity 220ms ease,
    transform 300ms ease;
  text-wrap: balance;
}

.project-list strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 510px;
  max-height: 0;
  margin-top: 0;
  padding-top: 0;
  border-top: 1px solid rgba(251, 250, 244, 0.24);
  color: var(--cream);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  opacity: 0;
  overflow: hidden;
  transform: translateY(12px);
  transition:
    max-height 300ms ease,
    margin-top 300ms ease,
    padding-top 300ms ease,
    opacity 220ms ease 60ms,
    transform 300ms ease;
  text-transform: uppercase;
  text-wrap: balance;
}

.project-list a:hover h3,
.project-list a:focus-visible h3,
.project-list a.is-expanded h3 {
  transform: translateY(-4px);
}

.project-list a:hover p,
.project-list a:focus-visible p,
.project-list a.is-expanded p {
  max-height: 94px;
  margin-top: 13px;
  opacity: 1;
  transform: translateY(0);
}

.project-list a:hover strong,
.project-list a:focus-visible strong,
.project-list a.is-expanded strong {
  max-height: 58px;
  margin-top: 16px;
  padding-top: 14px;
  opacity: 1;
  transform: translateY(0);
}

.operator-proof {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.84fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  padding: 22px 42px 112px var(--gutter);
}

.operator-proof-image {
  --proof-tilt-x: 0deg;
  --proof-tilt-y: 0deg;
  --proof-lift: 0px;
  --proof-shadow-x: 0px;
  --proof-shadow-y: 30px;
  position: relative;
  overflow: hidden;
  max-width: 380px;
  margin: 0;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(33, 29, 23, 0.18);
  border-radius: var(--radius-surface);
  background: #d8d0c1;
  box-shadow: var(--proof-shadow-x) var(--proof-shadow-y) 82px rgba(33, 29, 23, 0.14);
  transform: perspective(900px) translate3d(0, var(--proof-lift), 0) rotateX(var(--proof-tilt-x)) rotateY(var(--proof-tilt-y));
  transform-style: preserve-3d;
  transition:
    box-shadow 260ms ease,
    transform 320ms ease;
}

.operator-proof-image::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  border: 1px solid rgba(251, 250, 244, 0.22);
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(251, 250, 244, 0.22);
  pointer-events: none;
}

.operator-proof-image::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: "";
  background:
    linear-gradient(180deg, transparent 45%, rgba(18, 19, 16, 0.2)),
    radial-gradient(circle at 50% 50%, transparent 0 1px, rgba(251, 250, 244, 0.08) 1.2px 1.8px, transparent 2px);
  background-size: 100% 100%, 8px 8px;
  pointer-events: none;
}

.operator-proof-image.is-floating {
  box-shadow:
    var(--proof-shadow-x) calc(var(--proof-shadow-y) + 10px) 96px rgba(33, 29, 23, 0.18),
    0 1px 0 rgba(251, 250, 244, 0.22);
}

.operator-proof-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.03);
}

.operator-proof-copy {
  max-width: 860px;
}

.operator-proof-copy h2 {
  max-width: 820px;
  font-family: var(--font-sans);
  font-size: clamp(42px, 4.8vw, 70px);
  font-weight: 400;
  line-height: 0.95;
  text-wrap: balance;
}

.operator-proof-copy > p {
  max-width: 660px;
  margin-top: 26px;
  color: var(--soft);
  font-size: 21px;
  line-height: 1.34;
}

.operator-proof-person {
  display: grid;
  gap: 4px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  border-radius: var(--radius-surface);
}

.operator-proof-person strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 850;
}

.operator-proof-person span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.operator-proof-person a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(33, 29, 23, 0.36);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.operator-proof-person a:hover {
  color: var(--teal-dark);
  text-decoration-color: currentColor;
}

.stat-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: var(--radius-surface);
  overflow: hidden;
}

.stat-band div {
  min-height: 190px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  text-align: center;
}

.stat-band div + div {
  border-left: 1px solid var(--line);
}

.stat-band strong {
  font-family: var(--font-sans);
  font-size: 94px;
  font-weight: 400;
  line-height: 0.8;
}

.stat-band span,
.label {
  color: var(--faint);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.field-note {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.9fr);
  gap: 72px;
  align-items: center;
  padding: 88px 42px 92px var(--gutter);
  border-bottom: 1px solid var(--line);
}

.field-note-copy h2 {
  max-width: 690px;
  margin-top: 20px;
  font-family: var(--font-sans);
  font-size: clamp(48px, 5vw, 62px);
  font-weight: 400;
  line-height: 0.96;
}

.field-note-copy p:not(.label) {
  max-width: 580px;
  margin-top: 24px;
  color: var(--soft);
  font-size: 20px;
  line-height: 1.38;
}

.system-preview {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  container-type: inline-size;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 248, 234, 0.76), rgba(255, 248, 234, 0.32)),
    repeating-linear-gradient(0deg, transparent 0 55px, rgba(33, 29, 23, 0.06) 56px),
    repeating-linear-gradient(90deg, transparent 0 55px, rgba(33, 29, 23, 0.06) 56px);
  box-shadow: 0 26px 70px rgba(33, 29, 23, 0.08);
}

.system-preview::before {
  position: absolute;
  inset: 78px 50px 86px;
  content: "";
  background:
    linear-gradient(90deg, transparent 0 36%, rgba(33, 29, 23, 0.16) 36.2% 36.5%, transparent 36.7% 64%, rgba(33, 29, 23, 0.16) 64.2% 64.5%, transparent 64.7%),
    linear-gradient(180deg, transparent 0 49%, rgba(33, 29, 23, 0.16) 49.2% 49.6%, transparent 49.8%);
}

.system-lane,
.system-core,
.system-signal {
  min-width: 0;
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(33, 29, 23, 0.17);
  background: rgba(255, 248, 234, 0.9);
  box-shadow: 0 16px 42px rgba(33, 29, 23, 0.08);
}

.system-lane {
  left: 28px;
  width: min(230px, 40%);
  padding: 16px;
}

.system-lane:nth-child(1) {
  top: 34px;
}

.system-lane:nth-child(2) {
  top: 178px;
}

.system-lane:nth-child(3) {
  bottom: 34px;
}

.system-lane b {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.system-core {
  right: 36px;
  top: 50%;
  width: min(300px, 48%);
  padding: 28px;
  transform: translateY(-50%);
  border-color: rgba(24, 63, 54, 0.36);
}

.system-core strong {
  display: block;
  color: var(--teal-dark);
  font-family: var(--font-sans);
  font-size: 46px;
  font-weight: 400;
  line-height: 0.95;
}

.system-core p {
  margin-top: 16px;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.35;
}

.system-lane b,
.system-core strong,
.system-core p {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.system-signal {
  min-width: 86px;
  min-height: 36px;
  display: grid;
  place-items: center;
  border-color: rgba(134, 59, 47, 0.34);
  background: #f5e0d5;
  color: var(--rust);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.signal-one {
  right: 58px;
  top: 34px;
}

.signal-two {
  right: 58px;
  bottom: 34px;
}

@container (max-width: 519px) {
  .system-preview::before {
    display: none;
  }

  .system-preview > .system-lane,
  .system-preview > .system-core,
  .system-preview > .system-signal {
    position: relative;
    inset: auto;
    width: auto;
    margin: 14px 20px 0;
    transform: none;
  }

  .system-preview > .system-lane:first-child {
    margin-top: 20px;
  }

  .system-preview > .system-core {
    right: auto;
    top: auto;
  }

  .system-preview > .system-core strong {
    font-size: 36px;
  }

  .system-preview > .system-signal {
    width: fit-content;
    margin-right: auto;
    padding: 0 14px;
  }

  .system-preview > .system-signal:last-child {
    margin-bottom: 20px;
  }
}

.field-note-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--dark);
  aspect-ratio: 1.36;
}

.field-note-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-demo,
.diagnostic,
.final-cta {
  padding: 96px 42px 98px var(--gutter);
}

.map-demo {
  padding-top: 72px;
}

.demo-copy,
.diagnostic-copy {
  max-width: 980px;
}

.demo-copy h2,
.diagnostic-copy h2 {
  font-family: var(--font-sans);
  font-size: clamp(44px, 4.6vw, 58px);
  font-weight: 400;
  line-height: 0.96;
}

.demo-copy p,
.diagnostic-copy p {
  max-width: 600px;
  margin-top: 18px;
  color: var(--soft);
  font-size: 19px;
  line-height: 1.45;
}

.map-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 0;
  margin-top: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-surface);
  background: rgba(255, 248, 234, 0.7);
  box-shadow: 0 34px 90px rgba(33, 29, 23, 0.12);
  overflow: hidden;
}

.system-map-demo {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 650px;
  background:
    linear-gradient(90deg, rgba(33, 29, 23, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(33, 29, 23, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 42% 28%, rgba(83, 110, 99, 0.16), transparent 24%),
    linear-gradient(140deg, rgba(255, 248, 234, 0.98), rgba(239, 229, 208, 0.95));
  background-size: 44px 44px, 44px 44px, 100% 100%, 100% 100%;
}

.map-toolbar {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 62px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(255, 248, 234, 0.68);
  backdrop-filter: blur(10px);
}

.map-toolbar span,
.column-title {
  display: block;
  color: var(--faint);
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.map-toolbar strong {
  display: block;
  margin-top: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 850;
}

.graph-view-summary {
  position: relative;
  z-index: 3;
  max-width: 760px;
  padding: 12px 20px;
  border-bottom: 1px solid var(--line-soft);
  color: var(--soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.narrative-frame {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
  padding: 26px 28px 30px;
}

.narrative-key {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--faint);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.narrative-key span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.narrative-key i {
  width: 30px;
  border-top: 2px solid rgba(24, 63, 54, 0.62);
}

.narrative-key i[data-line="dashed"] {
  border-top-color: rgba(134, 59, 47, 0.68);
  border-top-style: dashed;
}

.narrative-flow {
  display: grid;
  grid-template-columns: minmax(128px, 1fr) 28px minmax(128px, 1fr) 28px minmax(128px, 1fr) 28px minmax(148px, 1.12fr);
  gap: 0;
  align-items: center;
}

button.system-card,
.narrative-node {
  appearance: none;
  font: inherit;
}

.narrative-card {
  width: 100%;
  min-height: 148px;
  cursor: pointer;
}

.narrative-card .column-title {
  color: var(--faint);
}

.person-card {
  border-color: rgba(23, 25, 20, 0.82);
  background: #171914;
  color: var(--cream);
}

.person-card .column-title,
.person-card small {
  color: rgba(255, 248, 234, 0.66);
}

.flow-arrow {
  position: relative;
  display: block;
  height: 2px;
  background: rgba(24, 63, 54, 0.58);
}

.flow-arrow::after {
  position: absolute;
  top: 50%;
  right: -1px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid rgba(24, 63, 54, 0.58);
  border-right: 2px solid rgba(24, 63, 54, 0.58);
  transform: translateY(-50%) rotate(45deg);
}

.flow-arrow.dashed {
  background: repeating-linear-gradient(90deg, rgba(134, 59, 47, 0.62) 0 8px, transparent 8px 14px);
}

.flow-arrow.dashed::after {
  border-color: rgba(134, 59, 47, 0.68);
}

.narrative-panels {
  border-top: 1px solid var(--line-soft);
  padding-top: 22px;
}

.narrative-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: start;
}

.narrative-panel[hidden] {
  display: none;
}

.narrative-panel span {
  display: block;
  color: var(--faint);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.narrative-panel strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.15;
}

.narrative-panel p {
  margin-top: 8px;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.42;
}

.narrative-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.narrative-node {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(33, 29, 23, 0.14);
  border-radius: var(--radius-pill);
  background: #fff8ea;
  color: var(--soft);
  font-size: 12px;
  font-weight: 800;
}

.narrative-node:hover,
.narrative-node.active {
  border-color: rgba(24, 63, 54, 0.46);
  background: #eef0de;
  color: var(--teal-dark);
}

.narrative-chip-list.blockers .narrative-node:hover,
.narrative-chip-list.blockers .narrative-node.active {
  border-color: rgba(134, 59, 47, 0.5);
  background: #f9eadf;
  color: var(--rust);
}

.map-tabs {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-pill);
  background: rgba(235, 227, 210, 0.62);
}

.map-tabs button {
  min-height: 30px;
  padding: 0 12px;
  border: 0;
  border-radius: var(--radius-pill);
  background: transparent;
  color: var(--soft);
  font-size: 12px;
  font-weight: 800;
}

.map-tabs button.active {
  background: var(--dark);
  color: var(--cream);
}

.system-board {
  position: absolute;
  inset: 74px 0 0;
  display: grid;
  grid-template-columns: 0.82fr 1fr 1.04fr 0.82fr;
  gap: 24px;
  padding: 34px;
}

.system-lines {
  position: absolute;
  inset: 74px 0 0;
  z-index: 0;
  width: 100%;
  height: calc(100% - 74px);
  pointer-events: none;
}

.system-lines path {
  fill: none;
  stroke-width: 2;
  stroke-linecap: square;
  stroke-linejoin: round;
}

.system-lines [data-line="work"] {
  stroke: rgba(24, 63, 54, 0.34);
}

.system-lines [data-line="source"] {
  stroke: rgba(37, 63, 84, 0.28);
}

.system-lines [data-line="leak"] {
  stroke: rgba(134, 59, 47, 0.46);
  stroke-dasharray: 8 7;
}

.system-lines [data-line="build"] {
  stroke: rgba(173, 134, 65, 0.54);
}

.system-column {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 16px;
}

.column-title {
  padding: 0 3px 2px;
}

.system-card {
  display: grid;
  gap: 8px;
  min-height: 94px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-surface);
  background: rgba(255, 248, 234, 0.88);
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(33, 29, 23, 0.06);
  text-align: left;
}

.system-card:hover,
.system-card.active {
  border-color: var(--ink);
  background: #fffaf0;
  box-shadow: 0 18px 48px rgba(33, 29, 23, 0.12);
}

.system-card b {
  font-size: 15px;
  font-weight: 850;
  line-height: 1.12;
}

.system-card small {
  color: var(--soft);
  font-size: 12px;
  line-height: 1.36;
}

.work-card {
  border-color: rgba(36, 74, 64, 0.52);
  background: #f3f0e2;
}

.source-card {
  border-color: rgba(37, 63, 84, 0.28);
  background: rgba(248, 242, 225, 0.92);
}

.leak-card {
  border-color: rgba(134, 59, 47, 0.48);
  background: #f9eadf;
  color: var(--rust);
}

.build-card {
  min-height: 164px;
  align-content: center;
  border-color: rgba(173, 134, 65, 0.62);
  background:
    linear-gradient(145deg, rgba(255, 248, 234, 0.96), rgba(236, 219, 178, 0.82));
}

.build-card b {
  color: var(--teal-dark);
  font-family: var(--font-sans);
  font-size: 31px;
  font-weight: 400;
  line-height: 0.96;
}

.narrative-card.person-card,
.narrative-card.person-card:hover,
.narrative-card.person-card.active {
  border-color: rgba(23, 25, 20, 0.82);
  background: #171914;
  color: var(--cream);
}

.narrative-card.person-card .column-title,
.narrative-card.person-card small {
  color: rgba(255, 248, 234, 0.66);
}

.narrative-card.build-card {
  min-height: 148px;
}

.narrative-card.build-card b {
  font-size: 25px;
}

.map-inspector {
  min-height: 650px;
  padding: 28px;
  border-left: 1px solid var(--line);
  background:
    radial-gradient(circle at 100% 0%, rgba(173, 134, 65, 0.18), transparent 34%),
    var(--dark);
  color: var(--cream);
}

.map-inspector .inspector-context {
  max-width: 260px;
  margin-top: 18px;
  color: rgba(251, 250, 244, 0.58);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
  text-transform: uppercase;
}

.map-inspector h3 {
  margin-top: 28px;
  font-family: var(--font-sans);
  font-size: clamp(34px, 3vw, 42px);
  font-weight: 400;
  line-height: 1;
  overflow-wrap: break-word;
}

.map-inspector p {
  margin-top: 20px;
  color: rgba(251, 250, 244, 0.74);
  font-size: 16px;
  line-height: 1.45;
}

.map-inspector dl {
  display: grid;
  gap: 18px;
  margin-top: 52px;
}

.map-inspector div {
  padding-top: 16px;
  border-top: 1px solid rgba(251, 250, 244, 0.18);
}

.map-inspector dt {
  color: rgba(251, 250, 244, 0.45);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.map-inspector dd {
  margin-top: 6px;
  color: var(--cream);
  font-size: 14px;
  line-height: 1.35;
}

.diagnostic {
  display: grid;
  grid-template-columns: minmax(330px, 0.86fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.interview-panel {
  position: relative;
  border: 0;
  border-radius: var(--radius-surface);
  background:
    linear-gradient(
      180deg,
      var(--cream) 0%,
      var(--cream) calc(100% - 150px),
      rgba(255, 248, 234, 0.86) calc(100% - 92px),
      rgba(255, 248, 234, 0) 100%
    );
  box-shadow: 0 24px 64px rgba(33, 29, 23, 0.045);
  overflow: visible;
  isolation: isolate;
}

.transcript {
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-height: 440px;
  max-height: 620px;
  overflow-y: auto;
  padding: 34px;
}

.turn {
  display: grid;
  gap: 9px;
  max-width: 620px;
}

.turn.you {
  align-self: flex-end;
  max-width: 520px;
  padding-left: 20px;
  border-left: 2px solid var(--teal-dark);
}

.speaker {
  color: var(--faint);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.turn.you .speaker {
  color: var(--teal-dark);
}

.said {
  white-space: pre-wrap;
}

.turn.alderson .said {
  font-family: var(--font-sans);
  font-size: 29px;
  line-height: 1.18;
}

.turn.you .said {
  color: var(--soft);
  font-size: 16px;
  line-height: 1.55;
}

.thinking {
  color: var(--faint);
  font-family: var(--font-sans);
  font-size: 23px;
  font-style: italic;
}

.composer {
  position: relative;
  overflow: visible;
  padding: 24px 34px 46px;
  border-radius: var(--radius-surface);
}

.composer::before {
  position: absolute;
  right: 34px;
  bottom: 38px;
  left: 34px;
  height: 78px;
  pointer-events: none;
  content: "";
  border-radius: 28px;
  background:
    radial-gradient(circle at calc(100% - 28px) 50%, rgba(255, 253, 247, 0.8), rgba(255, 253, 247, 0.2) 42%, transparent 72%),
    linear-gradient(180deg, rgba(255, 253, 247, 0.48), rgba(255, 248, 234, 0.18));
  filter: blur(10px);
  opacity: 0.82;
}

.compose-line {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 10px;
  align-items: center;
  min-height: 64px;
  padding: 8px;
  overflow: visible;
  border: 0;
  border-radius: var(--radius-surface);
  background: transparent;
  box-shadow: none;
}

textarea {
  width: 100%;
  height: 46px;
  min-height: 46px;
  max-height: 170px;
  padding: 0 14px;
  resize: none;
  overflow-y: hidden;
  border: 0;
  border-radius: var(--radius-surface);
  background: transparent;
  color: var(--ink);
  font-size: 18px;
  line-height: 46px;
}

textarea::placeholder {
  color: var(--faint);
  text-align: center;
}

textarea:placeholder-shown {
  text-align: center;
}

textarea:not(:placeholder-shown) {
  padding: 12px 14px;
  overflow-y: auto;
  line-height: 1.25;
  text-align: left;
}

textarea:focus {
  outline: 0;
}

.send-button {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 248, 234, 0.13);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 248, 234, 0.12), rgba(255, 248, 234, 0.045)),
    var(--teal-dark);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 234, 0.16),
    0 1px 3px rgba(17, 18, 15, 0.28),
    0 14px 30px rgba(24, 63, 54, 0.16);
  color: var(--cream);
  font-size: 23px;
  font-weight: 850;
  line-height: 1;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
  transform: translateY(-3px);
}

.send-button:not(:disabled):hover,
.send-button:not(:disabled):focus-visible {
  border-color: rgba(255, 248, 234, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 248, 234, 0.2), rgba(255, 248, 234, 0.08)),
    #204c41;
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 234, 0.24),
    0 2px 5px rgba(17, 18, 15, 0.32),
    0 18px 36px rgba(24, 63, 54, 0.2);
  transform: translateY(-4px);
}

.send-button:disabled {
  cursor: default;
  border-color: rgba(33, 29, 23, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.72), rgba(255, 248, 234, 0.48)),
    rgba(255, 248, 234, 0.64);
  box-shadow: var(--button-sheen);
  color: var(--faint);
  transform: translateY(-3px);
}

.service-preview {
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1fr);
  gap: clamp(52px, 8vw, 110px);
  align-items: start;
  padding: 98px 42px 104px var(--gutter);
  border-top: 1px solid var(--line);
  background: var(--dark);
  color: var(--cream);
}

.service-preview-copy {
  max-width: 620px;
}

.service-preview-copy .label {
  color: rgba(255, 248, 234, 0.56);
}

.service-preview-copy h2 {
  margin-top: 18px;
  font-size: clamp(48px, 5.4vw, 80px);
  line-height: 0.94;
}

.service-preview-copy p {
  max-width: 560px;
  margin-top: 28px;
  color: rgba(255, 248, 234, 0.74);
  font-size: 19px;
  line-height: 1.45;
}

.service-preview-copy .light-pill {
  margin-top: 30px;
  border-color: rgba(255, 248, 234, 0.28);
  background: rgba(255, 248, 234, 0.08);
  color: var(--cream);
}

.service-lanes {
  display: grid;
  border-top: 1px solid rgba(255, 248, 234, 0.2);
}

.service-lanes article {
  display: grid;
  grid-template-columns: minmax(160px, 0.36fr) minmax(0, 1fr);
  gap: 34px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 248, 234, 0.2);
}

.service-lanes span {
  color: var(--cream);
  font-size: 14px;
  font-weight: 850;
}

.service-lanes p {
  color: rgba(255, 248, 234, 0.7);
  font-size: 17px;
  line-height: 1.44;
}

.talent-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 64px 42px 66px var(--gutter);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 248, 234, 0.34);
}

.talent-strip h2 {
  max-width: 780px;
  margin-top: 14px;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 0.98;
}

.final-cta {
  min-height: 390px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 32px;
}

.final-cta h2 {
  max-width: 1080px;
  font-size: clamp(52px, 6.1vw, 76px);
  line-height: 0.92;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: clamp(44px, 6vw, 82px);
  align-items: center;
  min-height: 650px;
  padding: 105px var(--gutter) 120px var(--gutter);
}

.page-hero-copy {
  min-width: 0;
  max-width: 980px;
}

.page-hero h1 {
  max-width: 980px;
  margin-top: 20px;
  font-family: var(--font-sans);
  font-size: clamp(56px, 5.45vw, 76px);
  font-weight: 400;
  line-height: 0.96;
  text-wrap: balance;
}

.page-hero p:not(.label) {
  max-width: 720px;
  margin-top: 28px;
  color: var(--soft);
  font-size: 21px;
  line-height: 1.42;
}

.page-hero-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--dark);
  aspect-ratio: 0.82;
  box-shadow: 0 26px 70px rgba(37, 37, 33, 0.1);
}

.page-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-system {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 44%, rgba(24, 63, 54, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(255, 248, 234, 0.72), rgba(255, 248, 234, 0.26));
  box-shadow: 0 26px 70px rgba(37, 37, 33, 0.1);
}

@media (max-width: 1240px) {
  .page-hero {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .page-hero-image,
  .page-hero-system {
    width: min(100%, 680px);
  }
}

.page-hero-system::before,
.page-hero-system::after {
  position: absolute;
  content: "";
}

.page-hero-system::before {
  inset: 54px;
  border: 1px solid rgba(33, 29, 23, 0.14);
  border-radius: 50%;
}

.page-hero-system::after {
  inset: 112px;
  border: 1px solid rgba(24, 63, 54, 0.22);
  border-radius: 50%;
}

.page-hero-system span,
.page-hero-system strong {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(33, 29, 23, 0.17);
  background: rgba(255, 248, 234, 0.88);
  box-shadow: 0 16px 42px rgba(33, 29, 23, 0.08);
  text-align: center;
}

.page-hero-system span {
  z-index: 2;
  width: 132px;
  min-width: 0;
  min-height: 44px;
  padding: 0 14px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.page-hero-system strong {
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 142px;
  height: 142px;
  padding: 18px;
  border-color: rgba(24, 63, 54, 0.4);
  border-radius: 50%;
  color: var(--teal-dark);
  font-family: var(--font-sans);
  font-size: 29px;
  font-weight: 400;
  line-height: 0.98;
  transform: translate(-50%, -50%);
}

.page-hero-system span:nth-child(1) {
  left: 50%;
  top: 36px;
  width: 150px;
  transform: translateX(-50%);
}

.page-hero-system span:nth-child(2) {
  right: 28px;
  top: 35%;
}

.page-hero-system span:nth-child(3) {
  right: 26px;
  bottom: 48px;
}

.page-hero-system span:nth-child(4) {
  left: 26px;
  bottom: 48px;
}

.page-hero-system span:nth-child(5) {
  left: 28px;
  top: 35%;
}

.project-archive-hero {
  border-bottom: 1px solid var(--line);
}

.project-archive-hero-image img {
  object-position: 50% 48%;
}

.project-archive {
  border-bottom: 1px solid var(--line);
}

.project-archive .projects-copy {
  margin-bottom: 42px;
}

.project-archive .project-list {
  margin-top: 0;
}

.project-archive .project-list a {
  display: grid;
  aspect-ratio: auto;
  min-height: 0;
  align-content: start;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 253, 247, 0.58);
  color: var(--ink);
}

.project-archive .project-list a::before,
.project-archive .project-list a::after {
  display: none;
}

.project-card-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(33, 29, 23, 0.13);
  background: var(--dark);
  aspect-ratio: 16 / 10;
}

.project-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease, filter 300ms ease;
}

.project-archive .project-list a:hover .project-card-image img,
.project-archive .project-list a:focus-visible .project-card-image img {
  filter: saturate(1.03) contrast(1.02);
  transform: scale(1.025);
}

.project-archive .project-list h3,
.project-archive .project-list p,
.project-archive .project-list strong {
  position: relative;
  z-index: 1;
  max-width: none;
  max-height: none;
  opacity: 1;
  overflow: visible;
  transform: none;
}

.project-archive .project-list h3 {
  margin: 22px 22px 0;
  color: var(--ink);
  text-shadow: none;
}

.project-archive .project-list p {
  margin: 12px 22px 0;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.4;
}

.project-archive .project-list strong {
  margin: 18px 22px 22px;
  padding-top: 14px;
  border-top: 1px solid var(--line-soft);
  color: var(--teal-dark);
  font-size: 12px;
}

.project-archive .project-list a:hover h3,
.project-archive .project-list a:focus-visible h3,
.project-archive .project-list a.is-expanded h3 {
  margin-top: 22px;
  transform: none;
}

.project-archive .project-list a:hover p,
.project-archive .project-list a:focus-visible p,
.project-archive .project-list a.is-expanded p {
  max-height: none;
  margin-top: 12px;
  opacity: 1;
  transform: none;
}

.project-archive .project-list a:hover strong,
.project-archive .project-list a:focus-visible strong,
.project-archive .project-list a.is-expanded strong {
  max-height: none;
  margin-top: 18px;
  opacity: 1;
  padding-top: 14px;
  transform: none;
}

.archive-hub {
  min-height: calc(100vh - 88px);
  padding: 58px 42px 96px var(--gutter);
  border-bottom: 1px solid var(--line);
}

.archive-hub-header {
  display: grid;
  gap: 12px;
  max-width: 840px;
}

.archive-hub-header h1 {
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(43px, 5vw, 66px);
  font-weight: 500;
  line-height: 0.98;
  text-wrap: balance;
}

.archive-hub-header p:not(.label) {
  max-width: 650px;
  color: var(--soft);
  font-size: 18px;
  line-height: 1.44;
}

.archive-controls {
  display: grid;
  grid-template-columns: minmax(280px, 520px) minmax(0, 1fr);
  gap: 18px;
  align-items: end;
  margin-top: 30px;
  padding: 18px;
  border: 1px solid rgba(255, 248, 234, 0.16);
  border-radius: var(--radius-surface);
  background:
    linear-gradient(135deg, rgba(23, 25, 20, 0.96), rgba(31, 63, 55, 0.9)),
    var(--dark);
  box-shadow: 0 24px 70px rgba(33, 29, 23, 0.12);
}

.archive-search {
  display: grid;
  gap: 9px;
}

.archive-search span {
  color: rgba(255, 248, 234, 0.72);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.archive-search input {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid rgba(255, 248, 234, 0.18);
  border-radius: var(--radius-surface);
  background: rgba(255, 248, 234, 0.93);
  color: var(--ink);
  font-size: 16px;
  outline: 0;
}

.archive-search input::placeholder {
  color: rgba(81, 72, 60, 0.62);
}

.archive-search input:focus {
  border-color: rgba(255, 248, 234, 0.72);
  box-shadow: 0 0 0 3px rgba(83, 110, 99, 0.45);
}

.archive-composer {
  position: relative;
  width: min(728px, 100%);
  margin-top: 30px;
}

.archive-composer .commandComposerField {
  min-width: 0;
}

.archive-composer .commandComposerSurface {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 6px;
  padding: 5px 5px 5px 20px;
  border: 1px solid rgba(33, 29, 23, 0.15);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.88), rgba(255, 248, 234, 0.7)),
    rgba(255, 253, 247, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 16px 44px rgba(33, 29, 23, 0.09);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.archive-composer:focus-within .commandComposerSurface {
  border-color: rgba(24, 63, 54, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 0 0 3px rgba(83, 110, 99, 0.15),
    0 18px 48px rgba(33, 29, 23, 0.12);
}

.archive-composer .commandInput {
  min-width: 0;
  height: 46px;
  flex: 1 1 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  outline: 0;
}

.archive-composer .commandInput::placeholder {
  color: rgba(81, 72, 60, 0.64);
}

.archive-composer .commandInput::-webkit-search-cancel-button {
  display: none;
}

.archive-composer-clear {
  min-width: 44px;
  min-height: 44px;
  flex: 0 0 auto;
  padding: 0 11px;
  border: 0;
  border-radius: var(--radius-surface);
  background: transparent;
  color: var(--faint);
  font-size: 12px;
  font-weight: 760;
}

.archive-composer-clear:hover,
.archive-composer-clear:focus-visible {
  background: rgba(33, 29, 23, 0.06);
  color: var(--ink);
}

.archive-composer-submit {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 248, 234, 0.13);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 248, 234, 0.12), rgba(255, 248, 234, 0.045)),
    var(--teal-dark);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 234, 0.16),
    0 8px 20px rgba(24, 63, 54, 0.2);
  color: var(--cream);
  transition:
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.archive-composer-submit svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.archive-composer-submit:hover,
.archive-composer-submit:focus-visible {
  background:
    linear-gradient(180deg, rgba(255, 248, 234, 0.2), rgba(255, 248, 234, 0.08)),
    #204c41;
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 234, 0.24),
    0 10px 24px rgba(24, 63, 54, 0.26);
  transform: translateY(-1px);
}

.project-archive .archive-count {
  margin-top: 15px;
}

.archive-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.archive-chip {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 248, 234, 0.18);
  border-radius: var(--radius-surface);
  background: rgba(255, 248, 234, 0.07);
  color: rgba(255, 248, 234, 0.78);
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
}

.archive-chip:hover,
.archive-chip:focus-visible,
.archive-chip.is-active {
  border-color: rgba(255, 248, 234, 0.42);
  background: rgba(255, 248, 234, 0.92);
  color: var(--teal-dark);
}

.archive-count {
  margin: 18px 0 20px;
  color: var(--faint);
  font-size: 13px;
  font-weight: 760;
}

.archive-hub .archive-result-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 0;
}

.archive-hub .project-list a {
  grid-template-rows: auto auto 1fr auto;
  box-shadow: 0 18px 48px rgba(33, 29, 23, 0.07);
}

.archive-hub .project-list h3 {
  font-size: clamp(25px, 2.1vw, 34px);
  line-height: 1.02;
}

.archive-hub .project-list p {
  min-height: 64px;
  font-size: 14px;
  line-height: 1.42;
}

.archive-empty {
  grid-column: 1 / -1;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-surface);
  background: rgba(255, 253, 247, 0.62);
  color: var(--soft);
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .archive-hub .archive-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .archive-hub {
    min-height: auto;
    padding: 42px 20px 64px;
  }

  .archive-hub-header h1 {
    font-size: 43px;
  }

  .archive-hub-header p:not(.label) {
    font-size: 17px;
  }

  .archive-controls {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }

  .archive-composer {
    margin-top: 24px;
  }

  .archive-composer .commandComposerSurface {
    min-height: 54px;
    padding: 4px 5px 4px 16px;
  }

  .archive-composer .commandInput {
    height: 44px;
    font-size: 15px;
  }

  .archive-composer-submit {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .archive-chip-row {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 3px;
    scrollbar-width: thin;
  }

  .archive-chip {
    flex: 0 0 auto;
  }

  .archive-hub .archive-result-grid {
    grid-template-columns: 1fr;
  }

  .archive-hub .project-list p {
    min-height: 0;
  }
}

.careers-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.58fr);
  gap: clamp(44px, 6.4vw, 92px);
  align-items: center;
  min-height: 680px;
  padding: 88px var(--gutter) 92px var(--gutter);
  border-bottom: 1px solid var(--line);
}

.careers-hero-copy {
  min-width: 0;
}

.careers-hero-copy h1 {
  max-width: 960px;
  margin-top: 18px;
  font-family: var(--font-sans);
  font-size: clamp(52px, 5.8vw, 82px);
  font-weight: 500;
  line-height: 0.94;
  text-wrap: balance;
}

.careers-hero-copy p:not(.label) {
  max-width: 690px;
  margin-top: 24px;
  color: var(--soft);
  font-size: 20px;
  line-height: 1.42;
}

.careers-hero-copy .hero-actions {
  flex-wrap: wrap;
}

.careers-hero-image,
.careers-process-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-surface);
  background: var(--dark);
  box-shadow: 0 28px 76px rgba(33, 29, 23, 0.13);
}

.careers-hero-image {
  aspect-ratio: 0.92;
}

.careers-hero-image img,
.careers-process-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careers-status {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.48fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: start;
  padding: 70px var(--gutter);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(23, 25, 20, 0.98), rgba(24, 63, 54, 0.92)),
    var(--dark);
  color: var(--cream);
}

.careers-status-copy h2,
.career-section-heading h2,
.careers-process-copy h2,
.careers-cta h2 {
  max-width: 820px;
  margin-top: 16px;
  font-family: var(--font-sans);
  font-size: clamp(40px, 4.6vw, 64px);
  font-weight: 500;
  line-height: 0.98;
  text-wrap: balance;
}

.careers-status-copy p:not(.label),
.careers-cta p {
  max-width: 650px;
  margin-top: 20px;
  color: rgba(255, 248, 234, 0.72);
  font-size: 18px;
  line-height: 1.44;
}

.careers-status .label,
.careers-cta .label {
  color: rgba(255, 248, 234, 0.62);
}

.careers-status-panel {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255, 248, 234, 0.18);
  border-radius: var(--radius-surface);
  background: rgba(255, 248, 234, 0.07);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.16);
}

.careers-status-panel span,
.career-lane-grid span {
  color: var(--faint);
  font-size: 11px;
  font-weight: 860;
  text-transform: uppercase;
}

.careers-status-panel span {
  color: rgba(255, 248, 234, 0.56);
}

.careers-status-panel strong {
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.careers-status-panel p {
  color: rgba(255, 248, 234, 0.7);
  font-size: 15px;
  line-height: 1.44;
}

.careers-status-panel a {
  justify-self: start;
  margin-top: 5px;
  color: var(--cream);
  font-size: 14px;
  font-weight: 820;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.career-lanes {
  padding: 76px var(--gutter) 86px;
  border-bottom: 1px solid var(--line);
}

.career-lane-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.career-lane-grid article {
  min-height: 280px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-surface);
  background: rgba(255, 253, 247, 0.54);
  box-shadow: 0 18px 50px rgba(33, 29, 23, 0.06);
}

.career-lane-grid h3 {
  margin-top: 52px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(27px, 2.35vw, 36px);
  font-weight: 500;
  line-height: 1;
  text-wrap: balance;
}

.career-lane-grid p {
  margin-top: 16px;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.44;
}

.careers-process {
  display: grid;
  grid-template-columns: minmax(280px, 0.56fr) minmax(0, 0.88fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
  padding: 84px var(--gutter) 92px;
  border-bottom: 1px solid var(--line);
}

.careers-process-image {
  aspect-ratio: 1;
}

.careers-process-copy > p:not(.label) {
  margin-top: 20px;
}

.careers-process-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.careers-process-list article {
  display: grid;
  grid-template-columns: minmax(150px, 0.36fr) minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.careers-process-list strong {
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

.careers-process-list p {
  color: var(--soft);
  font-size: 16px;
  line-height: 1.44;
}

.careers-cta {
  display: flex;
  gap: 34px;
  align-items: center;
  justify-content: space-between;
  min-height: 340px;
  padding: 70px var(--gutter) 78px;
  background:
    linear-gradient(135deg, rgba(23, 25, 20, 0.98), rgba(42, 59, 53, 0.94)),
    var(--dark);
  color: var(--cream);
}

.careers-cta h2 {
  max-width: 820px;
}

.careers-cta .dark-pill {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 248, 234, 0.22);
  background: var(--cream);
  color: var(--ink);
}

@media (max-width: 1180px) {
  .careers-hero,
  .careers-status,
  .careers-process {
    grid-template-columns: 1fr;
  }

  .careers-hero-image,
  .careers-process-image {
    max-width: 640px;
    aspect-ratio: 16 / 10;
  }

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

@media (max-width: 760px) {
  .careers-hero,
  .careers-status,
  .career-lanes,
  .careers-process,
  .careers-cta {
    padding: 46px 20px;
  }

  .careers-hero {
    min-height: auto;
  }

  .careers-hero-copy h1 {
    font-size: 46px;
  }

  .careers-hero-copy p:not(.label),
  .careers-status-copy p:not(.label),
  .careers-cta p {
    font-size: 17px;
  }

  .careers-status-copy h2,
  .career-section-heading h2,
  .careers-process-copy h2,
  .careers-cta h2 {
    font-size: 39px;
  }

  .career-lane-grid {
    grid-template-columns: 1fr;
  }

  .career-lane-grid article {
    min-height: auto;
  }

  .career-lane-grid h3 {
    margin-top: 34px;
  }

  .careers-process-list article,
  .careers-cta {
    grid-template-columns: 1fr;
  }

  .careers-cta {
    display: grid;
    min-height: auto;
    align-items: start;
    justify-content: start;
  }

  .careers-cta .dark-pill {
    justify-self: start;
  }
}

/* Services uses the consolidated public capability system below. */

.case-study-hero {
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.58fr);
  align-items: end;
  border-bottom: 1px solid var(--line);
}

.case-hero-copy {
  max-width: 1060px;
}

.case-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.case-hero-meta span,
.case-hero-meta a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(33, 29, 23, 0.15);
  border-radius: var(--radius-surface);
  background: rgba(255, 248, 234, 0.48);
  color: var(--soft);
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
  text-transform: uppercase;
}

.case-hero-meta a:hover {
  border-color: rgba(24, 63, 54, 0.42);
  color: var(--teal-dark);
}

.case-proof {
  max-width: 620px;
  margin-top: 32px;
  padding: 18px 0 0 20px;
  border-left: 2px solid rgba(24, 63, 54, 0.38);
}

.case-proof span {
  display: block;
  color: var(--faint);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.case-proof strong {
  display: block;
  margin-top: 8px;
  color: var(--teal-dark);
  font-family: var(--font-sans);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  line-height: 1;
  text-wrap: balance;
}

.case-hero-image {
  aspect-ratio: 0.86;
}

.case-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.82fr);
  gap: clamp(46px, 7vw, 92px);
  align-items: start;
  padding: 86px 42px 92px var(--gutter);
  border-bottom: 1px solid var(--line);
}

.case-overview-copy h2,
.case-section-heading h2,
.case-output-section h2,
.case-method-copy h2 {
  margin-top: 18px;
  font-family: var(--font-sans);
  font-size: clamp(42px, 4.6vw, 62px);
  font-weight: 400;
  line-height: 0.98;
  text-wrap: balance;
}

.case-overview-copy p:not(.label),
.case-output-section p:not(.label) {
  max-width: 620px;
  margin-top: 22px;
  color: var(--soft);
  font-size: 19px;
  line-height: 1.42;
}

.case-meta-panel {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-surface);
  background: rgba(255, 253, 247, 0.52);
  box-shadow: 0 24px 70px rgba(33, 29, 23, 0.08);
}

.case-meta-panel div {
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line-soft);
}

.case-meta-panel div:last-child {
  border-bottom: 0;
}

.case-meta-panel span,
.case-story-grid span,
.case-method-grid span {
  color: var(--faint);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.case-meta-panel strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.34;
}

.case-study-body {
  padding: 88px 42px 98px var(--gutter);
}

.case-section-heading {
  max-width: 900px;
}

.case-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 40px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.case-story-grid article {
  min-height: 292px;
  padding: clamp(24px, 3vw, 34px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 244, 0.36);
}

.case-story-grid h3,
.case-method-grid h3 {
  max-width: 560px;
  margin-top: 38px;
  font-family: var(--font-sans);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  line-height: 1;
  text-wrap: balance;
}

.case-story-grid p,
.case-method-grid p {
  max-width: 560px;
  margin-top: 18px;
  color: var(--soft);
  font-size: 16px;
  line-height: 1.42;
}

.case-output-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1fr);
  gap: clamp(44px, 7vw, 92px);
  align-items: start;
  padding: 92px 42px 98px var(--gutter);
  background: var(--dark);
  color: var(--cream);
}

.case-output-section .label,
.case-output-section p {
  color: rgba(255, 248, 234, 0.66);
}

.case-output-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-output-list li {
  display: grid;
  grid-template-columns: minmax(170px, 0.35fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 92px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 248, 234, 0.16);
  border-radius: var(--radius-surface);
  background: rgba(255, 248, 234, 0.06);
}

.case-output-list strong {
  color: var(--cream);
  font-size: 17px;
  font-weight: 760;
  line-height: 1.2;
}

.case-output-list small {
  color: rgba(255, 248, 234, 0.68);
  font-size: 14px;
  line-height: 1.38;
}

.related-projects,
.case-study-method {
  padding: 86px 42px 94px var(--gutter);
  border-bottom: 1px solid var(--line);
}

.related-project-list,
.case-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.related-project-list a {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: start;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-surface);
  background: rgba(255, 253, 247, 0.52);
  box-shadow: 0 18px 48px rgba(33, 29, 23, 0.06);
}

.related-project-list a:hover {
  border-color: rgba(24, 63, 54, 0.36);
  background: rgba(255, 253, 247, 0.76);
}

.related-project-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(33, 29, 23, 0.12);
  aspect-ratio: 16 / 10;
  background: var(--dark);
}

.related-project-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.related-project-list a:hover .related-project-image img {
  filter: saturate(1.02) contrast(1.02);
  transform: scale(1.025);
}

.related-project-list strong {
  display: block;
  margin: 18px 18px 0;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 29px;
  font-weight: 400;
  line-height: 1;
}

.related-project-list span {
  display: block;
  margin: 24px 18px 20px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.24;
  text-transform: uppercase;
}

.case-study-method {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  gap: clamp(44px, 7vw, 92px);
  background: rgba(255, 248, 234, 0.2);
}

.case-method-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.case-method-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-surface);
  background: rgba(255, 253, 247, 0.5);
}

.case-method-grid h3 {
  margin-top: 34px;
  font-size: clamp(28px, 2.5vw, 36px);
}

.article-page {
  padding: 0;
}

.substack-article {
  width: min(780px, calc(100% - 48px));
  margin: 0 auto;
  padding: 86px 0 80px;
}

.article-header {
  display: grid;
  gap: 0;
}

.article-back-link {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-self: start;
  margin-bottom: 30px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-back-link:hover {
  color: var(--teal-dark);
}

.article-header h1 {
  margin-top: 18px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(48px, 6.1vw, 78px);
  font-weight: 500;
  line-height: 0.98;
  text-wrap: balance;
}

.article-subtitle {
  margin-top: 24px;
  color: var(--soft);
  font-family: var(--font-sans);
  font-size: clamp(23px, 2.4vw, 30px);
  line-height: 1.24;
  text-wrap: balance;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 13px;
  font-weight: 720;
}

.article-meta span + span {
  position: relative;
}

.article-meta span + span::before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 3px;
  height: 3px;
  content: "";
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
}

.article-cover,
.article-image {
  width: 100%;
  margin: 46px 0 0;
}

.article-header .article-cover {
  margin: 0 0 34px;
}

.article-cover {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-surface);
  background: var(--dark);
  box-shadow: 0 28px 76px rgba(33, 29, 23, 0.12);
}

.article-cover[hidden] {
  display: none;
}

.article-cover img,
.article-image img {
  display: block;
  width: 100%;
  height: auto;
}

.article-cover img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.article-cover figcaption,
.article-image figcaption {
  padding: 12px 14px 14px;
  background: rgba(255, 248, 234, 0.78);
  color: var(--faint);
  font-size: 13px;
  line-height: 1.36;
}

.article-body {
  margin-top: 54px;
}

.article-body > * + * {
  margin-top: 22px;
}

.article-body p,
.article-body li {
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 21px;
  line-height: 1.58;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4 {
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 560;
  line-height: 1.08;
  text-wrap: balance;
}

.article-body h1 {
  margin-top: 58px;
  font-size: clamp(40px, 4.4vw, 54px);
}

.article-body h2 {
  margin-top: 54px;
  font-size: clamp(34px, 4vw, 48px);
}

.article-body h3 {
  margin-top: 42px;
  font-size: clamp(28px, 3vw, 36px);
}

.article-body h4 {
  margin-top: 34px;
  font-size: 25px;
}

.article-body blockquote {
  margin: 34px 0;
  padding: 2px 0 2px 24px;
  border-left: 2px solid rgba(24, 63, 54, 0.46);
}

.article-body blockquote p {
  color: var(--teal-dark);
  font-size: 26px;
  line-height: 1.36;
}

.article-body ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding-left: 1.2em;
}

.article-body li {
  padding-left: 0.15em;
}

.article-body a {
  color: var(--teal-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.article-body code {
  padding: 0.08em 0.26em;
  border-radius: 4px;
  background: rgba(33, 29, 23, 0.08);
  color: var(--rust);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.86em;
}

.article-body hr {
  width: 100%;
  height: 1px;
  margin: 42px 0;
  border: 0;
  background: var(--line);
}

.article-image {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-surface);
  background: rgba(255, 248, 234, 0.54);
}

.service-grid,
.jobs-list,
.research-stack {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-grid article,
.jobs-list article,
.research-stack article {
  min-height: 300px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 244, 0.34);
}

.service-grid article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-grid article[id] {
  scroll-margin-top: 110px;
}

.service-grid span {
  color: var(--faint);
  font-size: 12px;
  font-weight: 800;
}

.service-grid h2,
.jobs-list h2,
.research-stack h2 {
  font-family: var(--font-sans);
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.service-grid p,
.jobs-list p,
.research-stack p {
  margin-top: 18px;
  color: var(--soft);
  font-size: 16px;
  line-height: 1.48;
}

.jobs-list,
.research-stack {
  grid-template-columns: 1fr;
}

.jobs-list article {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 50px;
  align-items: start;
  min-height: 190px;
}

.research-stack article {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr 1fr;
  gap: 42px;
  min-height: 220px;
}

.research-stack h2,
.research-stack p {
  margin-top: 0;
}

.page-split {
  min-height: 740px;
}

.page-cta {
  border-top: 1px solid var(--line);
}

.page-stats {
  margin-top: 40px;
}

.about-method,
.about-beliefs {
  border-bottom: 1px solid var(--line);
}

.about-narrative,
.proof-review,
.faq-start {
  border-top: 1px solid var(--line);
}

.page-note {
  padding-left: 18px;
  border-left: 2px solid rgba(134, 59, 47, 0.45);
  color: var(--ink) !important;
}

.review-panel {
  display: grid;
  align-content: start;
  min-height: 420px;
  padding: 34px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 248, 234, 0.78), rgba(255, 248, 234, 0.32)),
    repeating-linear-gradient(0deg, transparent 0 48px, rgba(33, 29, 23, 0.055) 49px),
    repeating-linear-gradient(90deg, transparent 0 48px, rgba(33, 29, 23, 0.055) 49px);
  box-shadow: 0 26px 70px rgba(33, 29, 23, 0.08);
}

.review-panel strong {
  display: block;
  max-width: 410px;
  margin-top: 18px;
  color: var(--teal-dark);
  font-family: var(--font-sans);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 400;
  line-height: 0.96;
}

.review-panel p:not(.label) {
  max-width: 470px;
  margin-top: 24px;
  color: var(--soft);
  font-size: 18px;
  line-height: 1.45;
}

.compact-review {
  min-height: auto;
}

.review-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: var(--soft);
  font-size: 17px;
  line-height: 1.35;
}

.review-list li {
  position: relative;
  padding-left: 22px;
}

.review-list li::before {
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--rust);
}

.faq-list {
  display: grid;
  padding: 0 42px 96px var(--gutter);
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 244, 0.26);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 34px;
  cursor: pointer;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.06;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "+";
  color: var(--teal-dark);
  font-family: Inter, system-ui, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  max-width: 920px;
  padding: 0 34px 32px;
  color: var(--soft);
  font-size: 18px;
  line-height: 1.55;
}

.legal-page {
  padding: 0;
}

.legal-hero {
  padding: 72px var(--gutter) 46px;
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  max-width: 980px;
  margin-top: 16px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(50px, 5.8vw, 82px);
  font-weight: 520;
  line-height: 0.96;
}

.legal-hero p:not(.label) {
  margin-top: 18px;
  color: var(--faint);
  font-size: 14px;
  font-weight: 760;
}

.legal-document {
  width: min(860px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0 92px;
}

.legal-document > * + * {
  margin-top: 18px;
}

.legal-document h2 {
  margin-top: 42px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 560;
  line-height: 1.08;
}

.legal-document p,
.legal-document li {
  color: var(--soft);
  font-size: 17px;
  line-height: 1.62;
}

.legal-document > p:first-child {
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.38;
}

.legal-document a {
  color: var(--teal-dark);
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 760px) {
  .legal-hero {
    padding: 48px 20px 36px;
  }

  .legal-hero h1 {
    font-size: 46px;
  }

  .legal-document {
    width: calc(100% - 40px);
    padding: 44px 0 70px;
  }

  .legal-document p,
  .legal-document li {
    font-size: 16px;
  }
}

.site-footer {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  background: var(--dark);
  color: var(--cream);
}

.footer-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
}

.site-footer::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(31, 32, 28, 0.1), rgba(31, 32, 28, 0.88)),
    url("/static/assets/alderson-night-event-footer.webp") center / cover;
  opacity: 0.9;
}

.site-footer::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(31, 32, 28, 0.12), rgba(31, 32, 28, 0.9));
  pointer-events: none;
}

.footer-inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 540px;
  align-content: end;
  gap: 26px;
  padding: 90px 42px 54px var(--gutter);
}

.footer-inner .wordmark {
  width: fit-content;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
}

.footer-inner .wordmark strong {
  font-size: 46px;
}

.footer-inner .wordmark span {
  color: rgba(251, 250, 244, 0.86);
}

.footer-inner p {
  max-width: 620px;
  color: rgba(251, 250, 244, 0.78);
  font-size: 20px;
  line-height: 1.35;
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(251, 250, 244, 0.18);
  color: rgba(251, 250, 244, 0.82);
  font-size: 14px;
  font-weight: 750;
}

.footer-inner nav a:hover {
  color: var(--cream);
}

.footer-inner nav a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
}

@media (prefers-reduced-motion: no-preference) {
  .motion-ready .reveal-target {
    opacity: 0.92;
    transition:
      opacity 760ms cubic-bezier(0.48, 0.05, 0.35, 0.99) var(--reveal-delay, 0ms),
      transform 760ms cubic-bezier(0.48, 0.05, 0.35, 0.99) var(--reveal-delay, 0ms),
      clip-path 760ms cubic-bezier(0.48, 0.05, 0.35, 0.99) var(--reveal-delay, 0ms);
  }

  .motion-ready .reveal-target[data-reveal="copy"] {
    transform: translateY(14px);
  }

  .motion-ready .reveal-target[data-reveal="row"] {
    transform: translateY(14px);
  }

  .motion-ready .reveal-target[data-reveal="surface"] {
    clip-path: inset(0 0 9% 0);
    transform: scale(0.985);
  }

  .motion-ready .reveal-target[data-reveal="diagram"] {
    clip-path: inset(0 7% 0 0);
    transform: translateX(18px);
  }

  .motion-ready .reveal-target[data-reveal="word"] {
    opacity: 0.86;
    transform: translateY(0) scale(0.985);
  }

  .motion-ready .reveal-target[data-reveal="stat"] {
    opacity: 0.78;
    transform: translateY(0);
  }

  .motion-ready .reveal-target.is-visible {
    opacity: 1;
    clip-path: inset(0);
    transform: none;
  }

  .motion-ready .hero-copy.reveal-target,
  .motion-ready .hero-copy.reveal-target.is-visible {
    overflow: visible;
    clip-path: none;
  }

  .motion-ready .operator-proof-image.reveal-target.is-visible.is-floating {
    transform: perspective(900px) translate3d(0, var(--proof-lift), 0) rotateX(var(--proof-tilt-x)) rotateY(var(--proof-tilt-y));
  }
}

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

  .team-tab,
  .project-list a,
  .project-list a::before,
  .project-list a::after,
  .project-list h3,
  .project-list p,
  .project-list strong,
  .operator-proof-image,
  .operator-proof-image::before {
    transition: none;
  }

  .project-list a,
  .operator-proof-image {
    transform: none;
  }
}

.hero h1,
.ecosystem-copy h2,
.problem-copy h2,
.source-copy h2,
.north-star-copy h2,
.thesis-copy h2,
.projects-copy h2,
.diagnostic-copy h2,
.service-preview-copy h2,
.talent-strip h2,
.final-cta h2,
.page-hero h1,
.demo-copy h2,
.field-note h2,
.service-card h2,
.faq-item summary {
  line-height: 1.015;
  overflow: visible;
  padding-bottom: 0.11em;
  text-wrap: balance;
}

@media (max-width: 1100px) {
  :root {
    --hero-next-lift: 96px;
  }

  .topbar {
    gap: 24px;
  }

  .topbar nav {
    gap: 14px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .research-stack article,
  .jobs-list article {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero {
    min-height: 600px;
    padding-left: 86px;
  }

  .hero-cutout {
    right: -34vw;
    bottom: -82px;
    width: min(118vw, 900px);
  }

  .problem-story,
  .split-thesis,
  .projects-copy,
  .diagnostic,
  .service-preview,
  .map-shell {
    grid-template-columns: 1fr;
  }

  .problem-image,
  .thesis-image,
  .editorial-image {
    min-height: 0;
  }

.problem-photo {
  justify-self: center;
  width: min(480px, 56vw);
  transform: none;
}

  .editorial-image img {
    max-height: 420px;
    object-fit: contain;
  }

  .ecosystem-copy {
    width: min(960px, calc(100% - 48px));
  }

  .team-workflow {
    width: min(960px, calc(100% - 48px));
  }

  .team-tab {
    min-height: 62px;
    font-size: 14px;
  }

  .team-panel {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 28px;
  }

  .team-panel-bridge {
    min-height: 36px;
    align-self: center;
  }

  .team-panel-bridge::before {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(173, 134, 65, 0.38), transparent);
  }

  .team-panel-bridge::after {
    display: none;
  }

  .team-panel-bridge span {
    width: 32px;
    height: 32px;
    box-shadow:
      0 0 0 7px rgba(173, 134, 65, 0.08),
      0 10px 24px rgba(33, 29, 23, 0.13);
  }

  .map-inspector {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .system-map-demo {
    min-height: auto;
  }

  .narrative-flow {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .flow-arrow {
    width: 2px;
    height: 28px;
    justify-self: center;
    background: rgba(24, 63, 54, 0.58);
  }

  .flow-arrow::after {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .flow-arrow.dashed {
    background: repeating-linear-gradient(180deg, rgba(134, 59, 47, 0.62) 0 8px, transparent 8px 14px);
  }

  .narrative-card {
    min-height: auto;
  }

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

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

  .case-study-hero,
  .case-overview,
  .case-output-section,
  .case-study-method {
    grid-template-columns: 1fr;
  }

  .case-hero-image {
    width: min(100%, 680px);
    aspect-ratio: 16 / 10;
  }

  .related-project-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .operator-proof {
    grid-template-columns: minmax(190px, 0.38fr) minmax(0, 0.8fr);
    gap: 34px;
    padding-right: 42px;
  }

  .operator-proof-image {
    max-width: 300px;
  }

  .operator-proof-copy h2 {
    font-size: clamp(40px, 5.6vw, 58px);
  }

  .operator-proof-copy > p {
    font-size: 19px;
  }

  .project-list a {
    aspect-ratio: 4 / 3;
    padding: 22px;
  }

  .project-list h3 {
    font-size: clamp(28px, 3.5vw, 36px);
    line-height: 1.04;
  }

  .project-list p {
    font-size: 14px;
    line-height: 1.34;
  }

  .project-list strong {
    font-size: 11px;
    line-height: 1.22;
  }

  .north-star {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(150px, 1fr));
    min-height: clamp(680px, 80vw, 840px);
  }

  .north-star-copy {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }

  .north-star-card-memory {
    grid-column: 3 / span 1;
    grid-row: 1 / span 1;
  }

  .north-star-card-source {
    grid-column: 4 / span 1;
    grid-row: 2 / span 1;
  }

  .north-star-card-handoff {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
  }

  .north-star-card-generic {
    grid-column: 2 / span 1;
    grid-row: 4 / span 1;
  }

  .north-star-card-frontier {
    grid-column: 3 / span 2;
    grid-row: 4 / span 1;
  }

}

@media (max-width: 900px) {
  .north-star {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto repeat(3, minmax(174px, auto));
    min-height: auto;
    padding: 0;
    background-position: 48% 50%;
  }

  .north-star::before {
    display: none;
  }

  .north-star-copy {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: auto;
    padding: 34px 34px 38px;
    border-right: 0;
  }

  .north-star-card {
    min-height: 174px;
    padding: 24px;
  }

  .north-star-card-memory {
    grid-column: 1 / span 1;
    grid-row: 2;
  }

  .north-star-card-source {
    grid-column: 2 / span 1;
    grid-row: 2;
  }

  .north-star-card-handoff {
    grid-column: 1 / span 1;
    grid-row: 3;
  }

  .north-star-card-generic {
    grid-column: 2 / span 1;
    grid-row: 3;
  }

  .north-star-card-frontier {
    grid-column: 1 / -1;
    grid-row: 4;
    min-height: 164px;
  }

  .north-star-card p {
    max-width: none;
  }
}

@media (max-width: 760px) {
  :root {
    --hero-next-lift: 36px;
  }

  body:not(.auth-body) {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .topbar {
    display: none;
  }

  .mobile-bottom-nav {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 58px;
    padding: 6px;
    border: 1px solid rgba(255, 248, 234, 0.13);
    border-radius: var(--radius-surface);
    background: rgba(23, 25, 20, 0.94);
    box-shadow: 0 18px 48px rgba(17, 18, 15, 0.32);
    backdrop-filter: blur(18px);
  }

  .mobile-bottom-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 46px;
    padding: 0 4px;
    border-radius: var(--radius-surface);
    color: rgba(255, 248, 234, 0.72);
    font-size: 11px;
    font-weight: 780;
    line-height: 1;
    text-align: center;
  }

  .mobile-bottom-nav a:hover,
  .mobile-bottom-nav a:focus-visible {
    background: rgba(255, 248, 234, 0.08);
    color: var(--cream);
  }

  .auth-page {
    padding: 0;
  }

  .auth-container {
    min-height: 100svh;
  }

  .auth-card-content {
    min-height: 100svh;
    grid-template-columns: 1fr;
  }

  .auth-form {
    grid-column: 1;
    min-height: 100svh;
    padding: 34px 22px 104px;
  }

  .auth-image-panel {
    display: none;
  }

  .auth-card {
    min-height: 100svh;
  }

  .auth-terms {
    right: 0;
    bottom: 24px;
    left: 0;
    width: auto;
    padding: 0 34px;
  }

  .auth-password-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 560px;
    padding: 48px 20px 42px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-copy {
    max-width: 335px;
  }

  .hero-subhead {
    max-width: 320px;
    font-size: 18px;
    line-height: 1.34;
  }

  .hero-actions {
    margin-top: 22px;
    gap: 12px;
  }

  .dark-pill,
  .light-pill {
    min-height: 46px;
    padding: 0 18px;
    font-size: 14px;
  }

  .hero-lockup {
    top: 430px;
  }

  .hero-lockup span {
    font-size: 46px;
  }

  .hero-lockup b {
    font-size: 34px;
  }

  .hero-cutout {
    right: -190px;
    bottom: -30px;
    width: 620px;
  }

  .problem-story,
  .ecosystem-band,
  .source-system,
  .north-star,
  .projects-section,
  .map-demo,
  .diagnostic,
  .service-preview,
  .talent-strip,
  .final-cta,
  .page-hero,
  .field-note,
  .case-overview,
  .case-study-body,
  .case-output-section,
  .related-projects,
  .case-study-method {
    padding: 48px 20px;
  }

  .ecosystem-band {
    padding-bottom: calc(118px + env(safe-area-inset-bottom));
  }

  .ecosystem-copy {
    width: 100%;
    padding: 0;
  }

  .ecosystem-copy h2 {
    max-width: 350px;
    font-size: 40px;
    line-height: 0.98;
    white-space: normal;
  }

  .growth-system {
    width: 100%;
    margin-top: 24px;
    padding: 13px;
    background: rgba(255, 253, 247, 0.72);
  }

  .growth-tool-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .growth-tool-row span {
    min-width: 0;
    min-height: 38px;
    padding-right: 9px;
    font-size: 12.5px;
  }

  .growth-tool-row img {
    width: 27px;
    height: 27px;
  }

  .growth-agent-path {
    grid-template-columns: minmax(18px, 1fr) auto minmax(18px, 1fr);
    gap: 10px;
    margin: 18px 0;
  }

  .growth-agent-path strong {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
    white-space: nowrap;
  }

  .growth-outcome-row {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .growth-outcome-row article {
    display: grid;
    grid-template-columns: minmax(122px, 0.72fr) minmax(0, 1fr);
    gap: 12px;
    align-items: baseline;
    padding-top: 11px;
  }

  .growth-outcome-row strong {
    font-size: 21px;
  }

  .growth-outcome-row span {
    margin-top: 0;
    font-size: 12.5px;
    line-height: 1.25;
  }

  .team-workflow {
    width: 100%;
    margin-top: 24px;
  }

  .team-tabs {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 6px;
    border: 1px solid rgba(33, 29, 23, 0.1);
    border-radius: var(--radius-surface);
    background: rgba(255, 251, 243, 0.84);
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.2) inset,
      -18px 0 18px -22px rgba(33, 29, 23, 0.34) inset;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .team-tabs::-webkit-scrollbar {
    display: none;
  }

  .team-tab {
    flex: 0 0 122px;
    min-height: 44px;
    justify-content: flex-start;
    padding: 0 11px;
    border: 1px solid rgba(33, 29, 23, 0.07);
    border-radius: calc(var(--radius-surface) - 2px);
    background: rgba(255, 253, 248, 0.52);
    font-size: 13px;
    scroll-snap-align: start;
  }

  .team-tab:last-child {
    border-right: 1px solid rgba(33, 29, 23, 0.07);
  }

  .team-panel {
    gap: 13px;
    padding: 13px;
    border: 1px solid rgba(33, 29, 23, 0.09);
    border-radius: var(--radius-surface);
    background: rgba(255, 253, 247, 0.84);
    box-shadow: 0 14px 36px rgba(33, 29, 23, 0.055);
  }

  .growth-panel-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
  }

  .growth-panel-header span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 11.5px;
  }

  .growth-panel-header strong {
    font-size: 21px;
    line-height: 1.08;
    text-align: left;
  }

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

  .growth-flow-card {
    min-height: 82px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 12px;
  }

  .growth-flow-card strong {
    font-size: 15.5px;
    line-height: 1.12;
  }

  .growth-tool-pair {
    flex: 0 0 92px;
    gap: 7px;
  }

  .growth-tool-pair img {
    width: 32px;
    height: 32px;
    padding: 5px;
  }

  .growth-tool-pair img[src*="google-meet"] {
    padding: 3px;
  }

  .growth-tool-pair i {
    width: 18px;
    flex-basis: 18px;
  }

  .team-panel-bridge {
    display: none;
  }

  .team-panel-column h3 {
    margin-bottom: 9px;
    font-size: 12.5px;
  }

  .growth-source-list,
  .growth-output-list {
    gap: 8px;
  }

  .growth-source-list li,
  .growth-output-list li {
    min-height: auto;
    gap: 10px;
    padding: 10px;
    border-color: rgba(33, 29, 23, 0.065);
    background: rgba(255, 253, 247, 0.78);
  }

  .growth-source-list li {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .growth-output-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 3px 12px;
    align-items: center;
    background: rgba(245, 249, 246, 0.74);
  }

  .growth-source-list img {
    width: 32px;
    height: 32px;
    padding: 5px;
  }

  .growth-source-list strong,
  .growth-output-list strong {
    font-size: 13.5px;
  }

  .growth-source-list small,
  .growth-output-list small {
    font-size: 11.25px;
    line-height: 1.32;
  }

  .page-hero {
    min-height: 540px;
    padding-top: 70px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .case-study-hero {
    min-height: auto;
  }

  .case-hero-meta {
    margin-top: 24px;
  }

  .case-proof {
    margin-top: 24px;
  }

  .case-hero-image {
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .case-overview,
  .case-output-section,
  .case-study-method {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .case-meta-panel div {
    padding: 17px;
  }

  .case-study-body {
    padding-top: 50px;
  }

  .case-story-grid,
  .related-project-list,
  .case-method-grid {
    grid-template-columns: 1fr;
  }

  .case-story-grid article,
  .case-method-grid article {
    min-height: auto;
    padding: 22px;
  }

  .case-story-grid h3,
  .case-method-grid h3 {
    margin-top: 26px;
    font-size: 30px;
  }

  .case-output-list li {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: auto;
  }

  .related-project-list a {
    min-height: 132px;
  }

  .substack-article {
    width: calc(100% - 40px);
    padding: 56px 0 54px;
  }

  .article-back-link {
    margin-bottom: 32px;
  }

  .article-header h1 {
    font-size: 46px;
  }

  .article-subtitle {
    font-size: 23px;
  }

  .article-meta {
    gap: 8px;
  }

  .article-meta span {
    width: 100%;
  }

  .article-meta span + span::before {
    display: none;
  }

  .article-cover {
    margin-top: 34px;
  }

  .article-cover img {
    aspect-ratio: 4 / 3;
  }

  .article-body {
    margin-top: 42px;
  }

  .article-body p,
  .article-body li {
    font-size: 19px;
    line-height: 1.54;
  }

  .article-body h1,
  .article-body h2 {
    margin-top: 44px;
    font-size: 34px;
  }

  .article-body h3 {
    font-size: 28px;
  }

  .article-body blockquote {
    margin: 28px 0;
    padding-left: 18px;
  }

  .article-body blockquote p {
    font-size: 23px;
  }

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

  .projects-copy,
  .service-preview {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .project-list {
    grid-template-columns: 1fr;
  }

  .operator-proof {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 24px 72px;
  }

  .operator-proof-image {
    width: min(100%, 320px);
    max-width: none;
    aspect-ratio: 5 / 4;
  }

  .operator-proof-copy h2 {
    font-size: 42px;
    line-height: 0.98;
  }

  .operator-proof-copy > p {
    margin-top: 20px;
    font-size: 18px;
  }

  .project-list a {
    min-height: 226px;
    aspect-ratio: auto;
    padding: 20px;
  }

  .project-list h3 {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.03;
  }

  .project-list p {
    max-width: 100%;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.32;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .project-list strong {
    max-width: 100%;
    margin-top: 12px;
    padding-top: 11px;
    font-size: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .projects-copy h2,
  .service-preview-copy h2 {
    font-size: 43px;
  }

  .projects-copy p,
  .service-preview-copy p {
    font-size: 18px;
  }

  .problem-story {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 56px 20px 58px;
  }

  .problem-copy h2,
  .source-copy h2 {
    font-size: 42px;
  }

  .problem-copy .lead {
    font-size: 20px;
  }

  .problem-copy p:not(.label),
  .source-copy p:not(.label) {
    font-size: 18px;
  }

  .problem-image,
  .thesis-image,
  .editorial-image {
    min-height: 0;
    transform: none;
  }

.problem-photo {
  width: min(84vw, 360px);
  justify-self: center;
}

  .editorial-image img {
    max-height: 280px;
    object-fit: contain;
  }

  .problem-photo img {
    max-height: min(440px, 56vh);
  }

  .workflow-evidence,
  .data-foundation-surface {
    min-height: auto;
    padding: 20px;
  }

  .workflow-evidence::before {
    inset: 68px 26px 58px;
  }

  .evidence-header,
  .surface-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .evidence-header strong,
  .surface-top strong {
    font-size: 31px;
  }

  .evidence-path {
    margin-top: 38px;
  }

  .evidence-path div {
    width: 100%;
  }

  .source-list {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .source-list div {
    min-height: auto;
  }

  .source-list b {
    margin-top: 18px;
  }

  .source-system {
    min-height: 640px;
  }

  .source-system::before {
    background:
      repeating-linear-gradient(0deg, transparent 0 55px, rgba(255, 248, 234, 0.055) 56px),
      repeating-linear-gradient(90deg, transparent 0 55px, rgba(255, 248, 234, 0.045) 56px),
      radial-gradient(circle at 72% 28%, rgba(83, 110, 99, 0.36), transparent 22%),
      linear-gradient(180deg, rgba(23, 25, 20, 0.96), rgba(23, 25, 20, 0.76));
  }

  .source-trail {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 70px;
    border-top: 0;
    border-left: 1px solid rgba(255, 248, 234, 0.24);
  }

  .source-trail span {
    padding: 0 0 0 24px;
  }

  .source-trail span::before {
    top: 6px;
    left: -5px;
  }

  .page-hero h1 {
    font-size: 48px;
  }

  .page-hero p:not(.label) {
    font-size: 18px;
  }

  .page-hero-image,
  .field-note-image,
  .page-hero-system {
    max-width: none;
  }

  .page-hero-system {
    min-height: 340px;
  }

  .page-hero-system::before {
    inset: 42px;
  }

  .page-hero-system::after {
    inset: 88px;
  }

  .page-hero-system strong {
    width: 112px;
    height: 112px;
    font-size: 23px;
  }

  .page-hero-system span {
    width: 104px;
    min-width: 74px;
    min-height: 38px;
    padding: 0 10px;
    font-size: 10px;
  }

  .page-hero-system span:nth-child(1) {
    width: 126px;
  }

  .page-hero-system span:nth-child(2) {
    right: 12px;
  }

  .page-hero-system span:nth-child(3) {
    right: 32px;
    bottom: 34px;
  }

  .page-hero-system span:nth-child(4) {
    left: 32px;
    bottom: 34px;
  }

  .page-hero-system span:nth-child(5) {
    left: 12px;
  }

  .field-note-copy h2 {
    font-size: 45px;
  }

  .field-note-copy p:not(.label) {
    font-size: 18px;
  }

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

  .service-grid article,
  .jobs-list article,
  .research-stack article {
    min-height: auto;
    padding: 24px 20px;
  }

  .review-panel {
    min-height: auto;
    padding: 26px 22px;
  }

  .review-panel strong {
    font-size: 40px;
  }

  .faq-list {
    padding: 0 20px 80px;
  }

  .faq-item summary {
    gap: 18px;
    padding: 24px 0;
    font-size: 27px;
  }

  .faq-item summary::after {
    width: 34px;
    height: 34px;
    font-size: 23px;
  }

  .faq-item p {
    padding: 0 0 26px;
    font-size: 16px;
  }

  .north-star {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto repeat(3, minmax(158px, auto));
    min-height: auto;
    gap: 0;
    padding: 0;
    background-position: 38% 50%;
  }

  .north-star::before {
    display: none;
  }

  .north-star-copy,
  .north-star-card {
    width: 100%;
    min-height: auto;
    border: 1px solid rgba(255, 248, 234, 0.74);
  }

  .north-star-copy {
    grid-column: 1 / -1;
    grid-row: 1;
    margin-top: 0;
    padding: 32px 22px 34px;
    border-right: 1px solid rgba(255, 248, 234, 0.74);
  }

  .north-star-card {
    min-height: 158px;
    margin-top: 0;
    padding: 18px 16px 20px;
  }

  .north-star-card-memory {
    grid-column: 1 / span 1;
    grid-row: 2;
  }

  .north-star-card-source {
    grid-column: 2 / span 1;
    grid-row: 2;
  }

  .north-star-card-handoff {
    grid-column: 1 / span 1;
    grid-row: 3;
  }

  .north-star-card-generic {
    grid-column: 2 / span 1;
    grid-row: 3;
  }

  .north-star-card-frontier {
    grid-column: 1 / -1;
    grid-row: 4;
    min-height: 148px;
  }

  .north-star-copy h2,
  .final-cta h2 {
    font-size: 34px;
  }

  .north-star-copy p {
    font-size: 16px;
    line-height: 1.36;
  }

  .north-star-card h3 {
    font-size: 22px;
    line-height: 1;
  }

  .north-star-card p {
    max-width: none;
    margin-top: 10px;
    font-size: 12.5px;
    line-height: 1.28;
  }

  .split-thesis {
    gap: 28px;
    padding: 42px 20px 48px;
  }

  .thesis-art {
    min-height: 500px;
  }

  .thesis-art p {
    left: 24px;
    bottom: 28px;
    font-size: 34px;
  }

  .thesis-copy h2,
  .demo-copy h2,
  .diagnostic-copy h2 {
    font-size: 43px;
  }

  .thesis-copy h2,
  .thesis-copy p:not(.label) {
    margin-left: 0;
    text-align: left;
  }

  .thesis-copy p:not(.label),
  .demo-copy p,
  .diagnostic-copy p {
    font-size: 18px;
  }

  .stat-band {
    grid-template-columns: 1fr;
  }

  .stat-band div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .network-map {
    min-height: 700px;
  }

  .system-map-demo {
    min-height: auto;
  }

  .narrative-frame {
    gap: 20px;
    padding: 22px;
  }

  .narrative-key {
    gap: 10px;
  }

  .narrative-panel {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .narrative-chip-list {
    gap: 7px;
  }

  .narrative-node {
    min-height: 32px;
    padding: 0 10px;
    font-size: 11.5px;
  }

  .narrative-card {
    padding: 14px;
  }

  .narrative-card.build-card b {
    font-size: 24px;
  }

  .map-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .map-tabs {
    width: 100%;
  }

  .map-tabs button {
    flex: 1;
  }

  .system-board {
    position: relative;
    inset: auto;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px;
  }

  .system-lines {
    display: none;
  }

  .system-card {
    min-height: auto;
  }

  .build-card {
    min-height: 132px;
  }

  .map-node {
    left: clamp(78px, var(--x), calc(100% - 86px));
    min-width: 116px;
    max-width: 138px;
    min-height: 48px;
    padding: 9px 11px;
    transform: translate(-50%, -50%) scale(0.82);
  }

  .data-node {
    min-width: 150px;
  }

  .tool-node,
  .gap-node {
    min-width: 104px;
  }

  .map-node span {
    font-size: 12px;
  }

  .map-node small {
    font-size: 10px;
  }

  .map-node[data-node="growth"] {
    left: 25% !important;
    top: 14% !important;
  }

  .map-node[data-node="pitch"] {
    left: 72% !important;
    top: 16% !important;
  }

  .map-node[data-node="account"] {
    left: 24% !important;
    top: 35% !important;
  }

  .map-node[data-node="plan"] {
    left: 76% !important;
    top: 37% !important;
  }

  .map-node[data-node="data-layer"] {
    left: 50% !important;
    top: 48% !important;
  }

  .map-node[data-node="production"] {
    left: 25% !important;
    top: 67% !important;
  }

  .map-node[data-node="run"] {
    left: 74% !important;
    top: 68% !important;
  }

  .map-node[data-node="drive"] {
    left: 22% !important;
    top: 88% !important;
  }

  .map-node[data-node="slack"] {
    left: 50% !important;
    top: 88% !important;
  }

  .map-node[data-node="sheets"] {
    left: 78% !important;
    top: 88% !important;
  }

  .map-node[data-node="deck"] {
    left: 77% !important;
    top: 26% !important;
  }

  .map-node[data-node="priya"] {
    left: 76% !important;
    top: 56% !important;
  }

  .transcript,
  .composer {
    padding: 22px;
  }

  .composer {
    padding-bottom: 44px;
  }

  .composer::before {
    right: 22px;
    bottom: 34px;
    left: 22px;
    height: 96px;
  }

  .service-lanes article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 0;
  }

  .talent-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .talent-strip h2 {
    font-size: 36px;
  }

  .turn.alderson .said {
    font-size: 24px;
  }

  .compose-line {
    grid-template-columns: minmax(0, 1fr) 44px;
  }
}

/* Public design system ----------------------------------------------------- */

.public-site {
  --public-section-space: clamp(72px, 8vw, 124px);
  --public-border: rgba(33, 29, 23, 0.18);
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
}

.public-site .hero {
  overflow-x: clip;
}

.public-site h1,
.public-site h2,
.public-site h3,
.public-site h4,
.public-site .wordmark strong {
  font-family: var(--font-sans);
}

.public-site h1,
.public-site h2,
.public-site h3 {
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: var(--radius-small);
  background: var(--dark);
  color: var(--cream);
  font-size: 14px;
  font-weight: 750;
  transform: translateY(-160%);
  transition: transform var(--motion-fast) ease;
}

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

.public-site a:focus-visible,
.public-site button:focus-visible,
.public-site input:focus-visible,
.public-site textarea:focus-visible,
.public-site summary:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(214, 171, 89, 0.72);
}

.public-site .site-footer a:focus-visible,
.public-site .mobile-bottom-nav a:focus-visible,
.public-site .dark-pill:focus-visible {
  outline-color: var(--cream);
  box-shadow: 0 0 0 5px rgba(214, 171, 89, 0.84);
}

.public-topbar {
  min-height: 88px;
  padding-inline: var(--gutter);
}

.public-topbar::after {
  right: var(--gutter);
  left: var(--gutter);
}

.public-topbar .wordmark strong,
.site-footer .wordmark strong {
  font-size: 25px;
  font-weight: 780;
  letter-spacing: -0.055em;
}

.public-topbar > .wordmark {
  min-width: 44px;
  min-height: 44px;
  align-items: center;
}

.public-topbar .primary-nav {
  gap: clamp(4px, 1vw, 14px);
}

.public-topbar .primary-nav a,
.public-topbar .nav-login {
  min-height: 44px;
  padding: 0 10px;
}

.public-topbar .primary-nav a::after {
  position: absolute;
  right: 10px;
  bottom: 5px;
  left: 10px;
  height: 2px;
  content: "";
  background: var(--teal-dark);
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity var(--motion-fast) ease, transform var(--motion-fast) ease;
}

.public-topbar .primary-nav a:hover::after,
.public-topbar .primary-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.public-topbar .nav-cta {
  min-height: 44px;
  border-radius: var(--radius-pill);
}

.public-site .mobile-bottom-nav a[aria-current="page"] {
  background: rgba(255, 248, 234, 0.12);
  color: var(--cream);
}

.public-site .label {
  letter-spacing: 0.1em;
}

.public-site .hero h1 {
  max-width: 1040px;
  font-size: clamp(58px, 6vw, 92px);
  font-weight: 680;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.public-site .page-hero h1,
.public-site .careers-hero-copy h1,
.public-site .archive-hub-header h1,
.public-site .legal-hero h1 {
  font-weight: 660;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.public-site .archive-hub,
.public-site .legal-hero,
.public-site .legal-document {
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.public-site .archive-hub {
  padding-top: clamp(64px, 7vw, 104px);
}

.public-site .archive-hub-header {
  max-width: 900px;
  gap: 16px;
}

.public-site .archive-hub-header h1 {
  font-size: clamp(52px, 7vw, 88px);
}

.public-site .archive-hub-header p:not(.label) {
  max-width: 720px;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.5;
}

.public-site .research-archive .archive-hub-header h1 {
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 660;
  line-height: 0.98;
}

.public-site .research-publication-list h2 {
  font-weight: 620;
  line-height: 1.08;
}

.public-site .projects-section .project-list {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 28rem), 1fr));
}

.public-site .project-list a {
  min-height: 340px;
}

.public-site .projects-section .project-list > a {
  width: 100%;
  min-width: 0;
}

.public-site .project-list h3 {
  font-weight: 650;
  letter-spacing: -0.035em;
}

.public-site .projects-section .project-list p,
.public-site .projects-section .project-list strong {
  max-height: none;
  opacity: 1;
  overflow: visible;
  transform: none;
}

.public-site .projects-section .project-list p {
  margin-top: 13px;
}

.public-site .projects-section .project-list strong {
  margin-top: 16px;
  padding-top: 14px;
}

.public-site .projects-section .project-list a::before {
  filter: saturate(0.94) contrast(1.04) brightness(0.78);
  transform: none;
}

.public-site .projects-section .project-list a::after {
  background: linear-gradient(180deg, rgba(18, 19, 16, 0.03) 0%, rgba(18, 19, 16, 0.22) 42%, rgba(18, 19, 16, 0.9) 100%);
}

.public-site .project-archive .project-list a {
  min-height: 0;
}

.public-site .article-header h1,
.public-site #researchArticleMain .article-header h1 {
  max-width: 920px;
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 660;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.public-site .article-subtitle,
.public-site #researchArticleMain .article-subtitle {
  max-width: 760px;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.42;
}

.public-site .article-body,
.public-site #researchArticleMain .article-body {
  width: min(var(--content-reading), 100%);
}

.public-site .article-body p,
.public-site .article-body li,
.public-site #researchArticleMain .article-body p,
.public-site #researchArticleMain .article-body li {
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 1.72;
}

.public-site .article-body h1,
.public-site .article-body h2,
.public-site .article-body h3,
.public-site .article-body h4 {
  font-weight: 660;
  letter-spacing: -0.035em;
}

.public-site .legal-hero,
.public-site .legal-document {
  width: min(100%, calc(var(--content-reading) + (var(--gutter) * 2)));
}

.public-site .legal-hero h1 {
  font-size: clamp(48px, 6vw, 76px);
}

.public-site .legal-document p,
.public-site .legal-document li {
  font-size: 17px;
  line-height: 1.72;
}

.public-site .legal-document h2 {
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.public-site .faq-item summary {
  min-height: 64px;
  font-weight: 620;
}

.public-site .site-footer {
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

/* Services */

.services-hero {
  display: grid;
  min-height: 620px;
  align-content: center;
  padding: clamp(88px, 10vw, 150px) var(--gutter) clamp(80px, 9vw, 132px);
  border-bottom: 1px solid var(--public-border);
  background:
    radial-gradient(circle at 84% 22%, rgba(173, 134, 65, 0.14), transparent 30%),
    linear-gradient(150deg, rgba(255, 248, 234, 0.36), transparent 60%);
}

.services-hero h1 {
  max-width: 1050px;
  margin-top: 22px;
  font-size: clamp(56px, 7vw, 96px);
  font-weight: 680;
  letter-spacing: -0.06em;
  line-height: 0.97;
}

.services-hero-lede {
  max-width: 760px;
  margin-top: 32px;
  color: var(--soft);
  font-size: clamp(20px, 2vw, 27px);
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.services-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 var(--gutter);
  border-bottom: 1px solid var(--public-border);
}

.services-index a {
  display: grid;
  min-height: 156px;
  align-content: center;
  padding: 28px clamp(22px, 3vw, 46px);
  border-right: 1px solid var(--public-border);
  transition: background var(--motion-normal) ease, color var(--motion-normal) ease;
}

.services-index a:first-child {
  padding-left: 0;
}

.services-index a:last-child {
  border-right: 0;
}

.services-index a:hover,
.services-index a:focus-visible {
  background: rgba(255, 248, 234, 0.4);
}

.services-index span {
  color: var(--faint);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.services-index strong {
  margin-top: 12px;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 660;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.services-index small {
  margin-top: 8px;
  color: var(--faint);
  font-size: 13px;
  line-height: 1.35;
}

.capability-catalog {
  padding: 0 var(--gutter);
}

.capability-band {
  padding: var(--public-section-space) 0;
  border-bottom: 1px solid var(--ink);
  scroll-margin-top: 32px;
}

.capability-heading {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: clamp(20px, 3vw, 44px);
  align-items: start;
  margin-bottom: clamp(44px, 6vw, 84px);
}

.capability-heading > span {
  padding-top: 9px;
  color: var(--faint);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.1em;
}

.capability-heading h2 {
  max-width: 1050px;
  margin-top: 14px;
  font-size: clamp(48px, 6vw, 84px);
  font-weight: 660;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.capability-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: stretch;
}

.capability-band:nth-child(even) .capability-layout figure {
  order: 2;
}

.capability-layout figure {
  min-height: 580px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-large);
  background: var(--dark);
}

.capability-layout figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease, filter 360ms ease;
}

.capability-band:hover figure img {
  filter: saturate(1.03) contrast(1.02);
  transform: scale(1.015);
}

.capability-copy {
  display: grid;
  align-content: space-between;
  gap: 48px;
  padding: clamp(4px, 1vw, 18px) 0;
}

.capability-lede {
  max-width: 720px;
  font-size: clamp(24px, 2.7vw, 38px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

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

.capability-columns section {
  padding-top: 18px;
  border-top: 1px solid var(--ink);
}

.capability-columns h3 {
  font-size: 20px;
  font-weight: 680;
  letter-spacing: -0.025em;
}

.capability-columns ul {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.capability-columns li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line-soft);
  color: var(--soft);
  font-size: 14px;
  line-height: 1.4;
}

.services-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) repeat(2, minmax(240px, 0.58fr));
  gap: 18px;
  padding: var(--public-section-space) var(--gutter);
  border-bottom: 1px solid var(--ink);
}

.services-proof-heading {
  align-self: center;
  padding-right: clamp(18px, 3vw, 52px);
}

.services-proof-heading h2 {
  max-width: 620px;
  margin-top: 16px;
  font-size: clamp(40px, 4.6vw, 66px);
  font-weight: 660;
  letter-spacing: -0.05em;
  line-height: 1;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 750;
}

.services-proof-card {
  display: grid;
  grid-template-rows: minmax(240px, 1fr) auto;
  overflow: hidden;
  border: 1px solid var(--public-border);
  border-radius: var(--radius-large);
  background: rgba(255, 248, 234, 0.44);
}

.services-proof-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--motion-normal) ease;
}

.services-proof-card:hover img,
.services-proof-card:focus-visible img {
  transform: scale(1.02);
}

.services-proof-card > span {
  display: grid;
  gap: 6px;
  padding: 20px;
  border-top: 1px solid var(--public-border);
}

.services-proof-card strong {
  font-size: 21px;
  font-weight: 660;
  letter-spacing: -0.03em;
}

.services-proof-card small {
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.services-industries {
  padding: var(--public-section-space) var(--gutter);
  border-bottom: 1px solid var(--ink);
}

.services-industries-heading {
  max-width: 920px;
}

.services-industries-heading h2 {
  margin-top: 16px;
  font-size: clamp(44px, 5.4vw, 76px);
  font-weight: 660;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.services-industries-heading > p:last-child {
  max-width: 700px;
  margin-top: 24px;
  color: var(--soft);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.5;
}

.services-industries-list {
  margin-top: clamp(54px, 7vw, 92px);
  border-top: 1px solid var(--ink);
}

.services-industries-list article {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
  gap: 36px;
  min-height: 104px;
  align-items: center;
  border-bottom: 1px solid var(--public-border);
}

.services-industries-list h3 {
  font-size: 19px;
  font-weight: 670;
  letter-spacing: -0.025em;
}

.services-industries-list p {
  max-width: 760px;
  color: var(--soft);
  font-size: 17px;
  line-height: 1.5;
}

.services-partnership {
  display: flex;
  min-height: 380px;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  padding: var(--public-section-space) var(--gutter);
}

.services-partnership h2 {
  max-width: 900px;
  margin-top: 16px;
  font-size: clamp(46px, 5.8vw, 82px);
  font-weight: 660;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

@media (max-width: 1040px) {
  .public-topbar {
    gap: 14px;
  }

  .public-topbar .primary-nav a {
    padding-inline: 7px;
  }

  .public-topbar .nav-login {
    display: none;
  }

  .capability-layout {
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 42px;
  }

  .capability-layout figure {
    min-height: 520px;
  }

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

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

  .services-proof-heading {
    grid-column: 1 / -1;
    padding-bottom: 28px;
  }
}

@media (max-width: 760px) {
  :root:has(> body.public-site) {
    scroll-padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }

  .public-site {
    --public-section-space: 68px;
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }

  .public-site :is(a[href], button, input, textarea, summary):focus-visible {
    scroll-margin-bottom: calc(104px + env(safe-area-inset-bottom));
  }

  .public-site.services-page {
    --public-section-space: 58px;
  }

  .public-site .mobile-bottom-nav {
    border-radius: var(--radius-large);
  }

  .public-site .mobile-bottom-nav a {
    border-radius: var(--radius-surface);
  }

  .public-site .hero h1 {
    font-size: clamp(46px, 13.5vw, 62px);
    line-height: 1;
  }

  .public-site .projects-section .project-list a {
    min-height: 340px;
  }

  .public-site .projects-section .project-list p {
    display: block;
    font-size: 14px;
    -webkit-line-clamp: initial;
  }

  .public-site .projects-section .project-list strong {
    display: block;
    font-size: 11px;
    -webkit-line-clamp: initial;
  }

  .public-site .archive-hub {
    padding-top: 54px;
  }

  .public-site .archive-hub-header h1,
  .public-site .research-archive .archive-hub-header h1 {
    font-size: clamp(44px, 8vw, 48px);
  }

  .public-site .article-header h1,
  .public-site #researchArticleMain .article-header h1 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .public-site .article-body p,
  .public-site .article-body li,
  .public-site #researchArticleMain .article-body p,
  .public-site #researchArticleMain .article-body li {
    font-size: 18px;
    line-height: 1.66;
  }

  .services-hero {
    min-height: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .services-hero h1 {
    font-size: clamp(44px, 8vw, 48px);
    line-height: 1;
  }

  .services-hero-lede {
    margin-top: 26px;
    font-size: 19px;
  }

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

  .services-index {
    grid-template-columns: 1fr;
  }

  .services-index a,
  .services-index a:first-child {
    min-height: 108px;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--public-border);
  }

  .services-index a:last-child {
    border-bottom: 0;
  }

  .capability-band {
    scroll-margin-top: 24px;
  }

  .capability-heading {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 30px;
  }

  .capability-heading > span {
    padding-top: 6px;
  }

  .capability-heading h2 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 1;
  }

  .capability-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .capability-band:nth-child(even) .capability-layout figure {
    order: initial;
  }

  .capability-layout figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: var(--radius-surface);
  }

  .capability-copy {
    gap: 30px;
    padding: 0;
  }

  .capability-lede {
    font-size: 23px;
  }

  .services-proof {
    grid-template-columns: 1fr;
  }

  .services-proof-heading {
    grid-column: auto;
    padding: 0 0 12px;
  }

  .services-proof-heading h2,
  .services-industries-heading h2 {
    font-size: 42px;
  }

  .services-proof-card {
    grid-template-rows: 230px auto;
    border-radius: var(--radius-surface);
  }

  .services-industries-list article {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    padding: 22px 0;
  }

  .services-industries-list p {
    font-size: 16px;
  }

  .services-partnership {
    display: grid;
    min-height: 0;
    gap: 28px;
    align-items: start;
  }

  .services-partnership h2 {
    font-size: 44px;
  }

  .services-partnership .dark-pill {
    justify-self: start;
  }

  .services-industries-list {
    margin-top: 42px;
  }

  .public-site .page-hero h1,
  .public-site .careers-hero-copy h1,
  .public-site .legal-hero h1 {
    font-size: clamp(44px, 8vw, 48px);
  }

  .archive-composer-clear,
  .archive-composer-submit {
    min-width: 44px;
    min-height: 44px;
  }

  .archive-composer-submit {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
}

@media (max-width: 375px) {
  .services-hero h1,
  .public-site .page-hero h1,
  .public-site .careers-hero-copy h1,
  .public-site .archive-hub-header h1,
  .public-site .research-archive .archive-hub-header h1,
  .public-site .legal-hero h1 {
    font-size: clamp(40px, 12.5vw, 44px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .public-site *,
  .public-site *::before,
  .public-site *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }
}
