/* ============================================================
   TestHub · shared sub-page components
   (loaded after site.css on every interior page)
   ============================================================ */

/* active nav state */
.main-nav a[aria-current="page"] { color: var(--ink); }
.main-nav a[aria-current="page"]::after { width: 100%; }
.mobile-menu a[aria-current="page"] { color: var(--ink); }

/* ---------- page hero ---------- */
.page-hero { position: relative; padding: 132px 0 56px; overflow: hidden; border-bottom: 1px solid var(--line); }
.page-hero .hero-grid {
  position: absolute; inset: -2px;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 70% 80% at 80% 0%, #000 0%, transparent 72%);
  mask-image: radial-gradient(ellipse 70% 80% at 80% 0%, #000 0%, transparent 72%);
  opacity: .5; z-index: 0;
}
.page-hero .container { position: relative; z-index: 2; }
.breadcrumb { font-family: var(--f-mono); font-size: 13px; color: var(--ink-dim); letter-spacing: .03em; margin-bottom: 22px; }
.breadcrumb a { color: var(--ink-dim); }
.breadcrumb a:hover { color: var(--ring-red); }
.breadcrumb .sep { margin: 0 8px; opacity: .5; }
.page-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--f-mono); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-mid); border: 1px solid var(--line); border-radius: 999px; padding: 6px 13px; background: var(--surface); margin-bottom: 24px; }
.page-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--grad); }
.page-title { font-family: var(--f-display); font-weight: 800; letter-spacing: -0.03em; line-height: 1.0; font-size: clamp(40px, 5.6vw, 78px); max-width: 14ch; }
.page-lede { font-size: clamp(17px, 1.5vw, 21px); color: var(--ink-mid); max-width: 640px; margin-top: 22px; line-height: 1.6; }

/* Solutions hero: one-line title, two-line lede */
[data-screen-label="Solutions hero"] .page-title { font-size: clamp(25px, 3.4vw, 42px); max-width: none; }
@media (min-width: 768px) { [data-screen-label="Solutions hero"] .page-title { white-space: nowrap; } }
[data-screen-label="Solutions hero"] .page-lede { max-width: 1160px; }

/* How We Work hero: one-line title, two-line lede */
[data-screen-label="How We Work hero"] .page-title { font-size: clamp(21px, 3.15vw, 39px); max-width: none; }
@media (min-width: 768px) { [data-screen-label="How We Work hero"] .page-title { white-space: nowrap; } }
[data-screen-label="How We Work hero"] .page-lede { max-width: none; font-size: clamp(15px, 1.25vw, 17px); }

/* Managed Services hero: full-width title and lede */
[data-screen-label="Managed Services hero"] .page-title { max-width: none; }
[data-screen-label="Managed Services hero"] .page-lede { max-width: none; }

/* Beyond the project narrative */
#beyond .section-title { max-width: 30ch; font-size: clamp(26px, 2.8vw, 40px); }
.beyond-narrative { max-width: 72ch; margin-top: 26px; display: flex; flex-direction: column; gap: 18px; }
.beyond-narrative p { font-size: clamp(16px, 1.2vw, 18px); color: var(--ink-mid); line-height: 1.65; margin: 0; }
.beyond-narrative .bn-pivot { font-family: var(--f-display); font-weight: 800; font-size: clamp(22px, 2.1vw, 30px); letter-spacing: -0.02em; line-height: 1.15; color: var(--ink); margin: 8px 0 2px; }
.beyond-narrative .bn-pivot em { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* How the engagement runs */
.eng-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 52px; align-items: start; margin-top: 8px; }
.eng-col-label { font-family: var(--f-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ring-red); margin-bottom: 22px; }
.eng-list { list-style: none; display: flex; flex-direction: column; gap: 22px; margin: 0; padding: 0; }
.eng-list li { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; }
.eng-n { font-family: var(--f-mono); font-size: 13px; color: var(--ink-dim); padding-top: 3px; }
.eng-list h4 { font-family: var(--f-display); font-weight: 700; font-size: 18px; letter-spacing: -0.01em; color: var(--ink); margin: 0 0 6px; }
.eng-list p { font-size: 15px; color: var(--ink-mid); line-height: 1.55; margin: 0; }
.eng-receive { list-style: none; display: flex; flex-direction: column; gap: 15px; margin: 0; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 30px; }
.eng-receive li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--ink); line-height: 1.5; }
.eng-check { color: #34D9A0; font-weight: 700; flex: none; }
@media (max-width: 820px) { .eng-grid { grid-template-columns: 1fr; gap: 32px; } }

/* Operating model: intro heading */
#principles .section-title { font-size: clamp(30px, 3.3vw, 46px); margin-bottom: 18px; text-wrap: balance; }
#principles .opm-intro .section-sub { max-width: 56ch; }

/* Engagement models: one-line heading, two-line sub */
#engagements .section-head { max-width: none; }
#engagements .section-title { font-size: clamp(21px, 3.1vw, 37px); }
@media (min-width: 768px) { #engagements .section-title { white-space: nowrap; } }
#engagements .section-sub { max-width: none; font-size: clamp(15px, 1.25vw, 17px); text-wrap: pretty; }

/* Pipeline section: two-line sub */
#pipeline .section-head { max-width: none; }
#pipeline .section-sub { max-width: 1040px; font-size: clamp(15px, 1.25vw, 17px); }

/* Frameworks section: full-width sub */
#frameworks .section-head { max-width: none; }
#frameworks .section-sub { max-width: none; font-size: clamp(15px, 1.2vw, 18px); text-wrap: pretty; }

/* Priority section header: one-line title and sub */
#priority > .container > .section-head { max-width: none; }
#priority > .container > .section-head .section-title { font-size: clamp(24px, 3vw, 40px); }
@media (min-width: 700px) {
  #priority > .container > .section-head .section-title { white-space: nowrap; }
  #priority > .container > .section-head .section-sub { white-space: nowrap; }
}
.cap-prio-head { position: relative; overflow: hidden; }
.cap-prio-head > * { position: relative; z-index: 1; }
.cap-prio-num { position: absolute; z-index: 0; top: 50%; right: 0; transform: translateY(-54%); font-family: var(--f-display); font-weight: 800; font-size: clamp(150px, 17vw, 260px); line-height: 0.8; letter-spacing: -0.04em; color: var(--ink); opacity: 0.045; pointer-events: none; }
.cap-dashes { display: flex; gap: 10px; margin: 16px 0 22px; }
.cap-dashes i { display: block; width: 34px; height: 4px; border-radius: 2px; background: var(--grad); }

/* Solutions hero: left-aligned with accent rule */
[data-screen-label="Solutions hero"] .page-eyebrow { white-space: nowrap; }
[data-screen-label="Partnerships hero"] .page-eyebrow { white-space: nowrap; }
[data-screen-label="Partnerships hero"] .page-title { max-width: none; font-size: clamp(32px, 4.6vw, 64px); }
[data-screen-label="Partnerships hero"] .page-lede { max-width: 1080px; }
#value .section-head { max-width: none; }
@media (min-width: 768px) { #value .section-title { white-space: nowrap; } }
@media (min-width: 768px) { [data-screen-label="Partnerships hero"] .page-title { white-space: nowrap; } }
[data-screen-label="Solutions hero"] .page-lede::after { content: ""; display: block; width: 64px; height: 3px; border-radius: 2px; background: var(--grad); margin: 34px 0 0; }

/* generic section rhythm on sub-pages */
.section { padding: var(--section-y) 0; }
.section-alt { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* ============================================================
   Page-scoped vertical compression (Partnerships, How We Work)
   Applied via .compact-page on <main>; leaves other pages alone.
   ============================================================ */
.compact-page .section { padding: clamp(40px, 5vw, 64px) 0; }
.compact-page .cta-strip { padding: clamp(40px, 5vw, 64px) 0; }
.compact-page .section-head { margin-bottom: clamp(22px, 2.6vw, 28px); }
.compact-page.compact-page > .page-hero,
.compact-page .page-hero { padding: 104px 0 44px; }
/* operating model (How We Work) */
.compact-page .opm-head { margin-bottom: 24px; }
.compact-page .opm-card { padding: 20px 20px; }
.compact-page .opm-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.compact-page .opm-num { margin-bottom: 0; }
.compact-page .opm-card h3 { padding-bottom: 11px; margin-bottom: 13px; }
.compact-page .opm-card-icon { margin-bottom: 0; }
.compact-page .opm-card-body { margin-bottom: 14px; }
.compact-page .opm-promise { padding: 18px 22px; }
.compact-page .opm-promise-label { margin-bottom: 12px; }
.compact-page .opm-promise-body { gap: 14px; }
.compact-page .opm-impact { padding: 18px 30px; margin-top: 16px; gap: 32px; }
.compact-page .opm-impact-items { gap: 20px; }
/* keep intro + promise side-by-side longer so the head doesn't stack tall */
@media (min-width: 861px) {
  .compact-page .opm-head { grid-template-columns: 1.55fr 1fr; gap: 36px; }
  .compact-page .opm-impact { grid-template-columns: auto 1fr; gap: 32px; }
  .compact-page .opm-impact-items { grid-template-columns: repeat(5, 1fr); gap: 18px; }
}
.compact-page .opm-trust { margin-top: 26px; }
.compact-page .opm-trust-label { margin-bottom: 14px; }
/* engagement models (How We Work) */
.compact-page .engage-card { padding: 22px 26px 24px; }
.compact-page .engage-card h3 { margin: 9px 0 11px; }
.compact-page .engage-card p { margin-bottom: 11px; }
.compact-page .engage-out { padding-top: 12px; }
/* alliance + principles (Partnerships) */
.compact-page .principle { padding: 24px 28px 26px; }
.compact-page .ally-card { padding: 30px 32px 32px; }

/* Partnerships: 30% tighter hero + alliance */
.page-hero[data-screen-label="Partnerships hero"] { padding-top: 78px; padding-bottom: 16px; }
[data-screen-label="Partnerships hero"] .page-title { font-size: clamp(26px, 3.3vw, 42px); }
[data-screen-label="Partnerships hero"] .page-lede { margin-top: 12px; font-size: clamp(15px, 1.2vw, 16px); line-height: 1.5; }
#alliance.section { padding-top: 28px; padding-bottom: 28px; }
.compact-page #alliance .ally-card { padding: 16px 22px 18px; }
#alliance .ally-logo-plate { height: 40px; margin-bottom: 10px; }
#alliance .ally-logo-plate img { height: 22px; }
#alliance .ally-role { margin-bottom: 7px; }
#alliance .ally-intro { margin-bottom: 10px; font-size: 14px; line-height: 1.45; }
#alliance .ally-chips { gap: 6px; }
#alliance .ally-chips li { padding: 5px 10px; font-size: 12px; }
/* capability detail (Solutions) */
.compact-page .cap-detail { padding: 26px 0; gap: 20px 40px; }
.compact-page .cap-detail-body p { font-size: 15px; margin-bottom: 10px; line-height: 1.55; }
.compact-page .cap-lead { margin: 4px 0 10px; }
.compact-page .cap-cta-link { margin-top: 14px; }
.compact-page .cap-tags { margin-top: 9px; }
.compact-page .cap-proof-label { margin-top: 4px; }
.compact-page .cap-dashes { margin: 12px 0 16px; }
/* frameworks + ROI dividers (Solutions) */
.compact-page .fw-card { padding: 22px 26px 24px; }
.compact-page .fw-note { margin: 4px auto 26px; padding-top: 20px; }
.compact-page .roi-compare { margin-top: 22px; }
.compact-page .roi-divider { margin: 32px 0; }

/* ---------- prose ---------- */
.prose { max-width: 760px; }
.prose p { font-size: clamp(16px, 1.2vw, 18px); color: var(--ink-mid); line-height: 1.75; margin-bottom: 22px; }
.prose p strong { color: var(--ink); }
.prose h3 { font-family: var(--f-display); font-weight: 700; font-size: 25px; letter-spacing: -0.02em; margin: 44px 0 16px; }
.lead-line { font-family: var(--f-display); font-weight: 500; font-size: clamp(22px, 2.4vw, 32px); line-height: 1.3; letter-spacing: -0.015em; color: var(--ink); margin-bottom: 30px; }

/* ---------- solutions: capability detail ---------- */
.cap-detail { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; padding: 52px 0; border-bottom: 1px solid var(--line); align-items: start; }
.cap-detail:last-child { border-bottom: none; }
.cap-detail-aside { position: sticky; top: 110px; }
.cap-bignum { display: block; font-family: var(--f-display); font-weight: 800; font-size: clamp(30px, 3vw, 44px); line-height: 1; letter-spacing: -0.03em; color: var(--ring-red); margin-bottom: 12px; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cap-detail-aside .cap-flag { margin-bottom: 16px; }
.cap-detail h2 { font-family: var(--f-display); font-weight: 700; font-size: clamp(26px, 2.6vw, 38px); letter-spacing: -0.025em; line-height: 1.06; margin: 0 0 4px; }
.cap-flag { display: inline-flex; align-items: center; gap: 7px; font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: #fff; background: var(--grad); padding: 4px 10px; border-radius: 999px; }
.cap-detail-body p { font-size: 16px; color: var(--ink-mid); line-height: 1.7; margin-bottom: 18px; }
.cap-detail-body p strong { color: var(--ink); }
.cap-lead { font-family: var(--f-display); font-weight: 600; font-size: clamp(19px, 1.7vw, 24px); line-height: 1.3; letter-spacing: -0.015em; color: var(--ink) !important; padding-left: 18px; border-left: 3px solid; border-image: var(--grad) 1; margin-bottom: 18px; }
.cap-cta-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; font-family: var(--f-body); font-weight: 600; font-size: 15px; color: var(--ring-red); }
.cap-cta-link .arr { transition: transform .25s ease; }
.cap-cta-link:hover .arr { transform: translateX(4px); }
.cap-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 12px; }
.cap-tag { font-family: var(--f-mono); font-size: 12px; color: var(--ink-mid); border: 1px solid var(--line-strong); border-radius: 7px; padding: 6px 11px; }
.cap-proof-label { display: block; font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--ring-red); margin-top: 26px; }
.cap-proof-label-out { margin-top: 22px; }
.cap-outcome-text { font-size: 16px !important; color: var(--ink) !important; line-height: 1.5 !important; margin: 10px 0 0 !important; font-weight: 400; }

/* compact capability list (non-priority) */
.cap-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.cap-row { display: flex; gap: 18px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 24px 26px; transition: transform .3s ease, border-color .3s ease; color: inherit; }
.cap-row:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.cap-row > div { flex: 1; min-width: 0; }
.cap-row-go { font-family: var(--f-mono); font-size: 18px; color: var(--ink-dim); flex: none; transition: transform .25s ease, color .25s ease; }
.cap-row:hover .cap-row-go { color: var(--ring-red); transform: translateX(4px); }
.cap-row-num { font-family: var(--f-mono); font-size: 13px; color: var(--ink-dim); flex: none; padding-top: 3px; }
.cap-row h3 { font-family: var(--f-display); font-weight: 600; font-size: 18px; margin-bottom: 8px; }
.cap-row p { font-size: 14.5px; color: var(--ink-mid); line-height: 1.55; }

/* ---------- framework assets + maturity badges ---------- */
.preview-banner { display: flex; align-items: flex-start; gap: 12px; font-family: var(--f-body); font-size: 14px; color: var(--ink-mid); background: var(--surface); border: 1px dashed var(--line-strong); border-radius: var(--r); padding: 14px 18px; margin-bottom: 32px; }
.preview-banner span:not(.pb-tag) { max-width: 540px; line-height: 1.55; }
.preview-banner .pb-tag { font-family: var(--f-mono); color: #fff; background: var(--ink-dim); padding: 4px 8px; border-radius: 5px; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; flex: none; margin-top: 1px; }
.fw-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.fw-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 28px 30px; transition: transform .3s ease, border-color .3s ease; display: flex; flex-direction: column; }
.fw-card:hover { transform: translateY(-5px); border-color: var(--line-strong); }
.fw-aligns { display: inline-block; font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--ring-red); margin-bottom: 14px; transition: opacity .2s ease; }
a.fw-aligns:hover { opacity: .7; text-decoration: underline; text-underline-offset: 3px; }
.fw-note { font-family: var(--f-body); font-size: 16px; color: var(--ink-mid); line-height: 1.65; max-width: 960px; margin: 4px auto 36px; text-align: center; text-wrap: balance; padding-top: 24px; position: relative; }
.fw-note::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 48px; height: 3px; border-radius: 2px; background: var(--grad); }
.fw-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.fw-card h3 { font-family: var(--f-display); font-weight: 700; font-size: 19px; letter-spacing: -0.01em; line-height: 1.15; }
.fw-card p { font-size: 14.5px; color: var(--ink-mid); line-height: 1.6; margin-bottom: 18px; }
.fw-evidence { font-family: var(--f-mono); font-size: 12px; color: var(--ink-dim); line-height: 1.55; border-top: 1px solid var(--line); padding-top: 16px; margin-top: auto; margin-bottom: 0; }
.fw-evidence span { color: var(--ink-mid); text-transform: uppercase; letter-spacing: .06em; font-size: 10.5px; display: block; margin-bottom: 6px; }
.badge { font-family: var(--f-mono); font-size: 10.5px; font-weight: 500; text-transform: uppercase; letter-spacing: .06em; padding: 5px 10px; border-radius: 999px; white-space: nowrap; flex: none; border: 1px solid transparent; }
.badge-ga { color: #36d07a; border-color: rgba(54,208,122,0.4); background: rgba(54,208,122,0.10); }
.badge-pilot { color: var(--orange); border-color: rgba(252,112,1,0.4); background: rgba(252,112,1,0.10); }
.badge-roadmap { color: var(--ink-mid); border-color: var(--line-strong); background: var(--surface-2); }
.legend { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; font-family: var(--f-mono); font-size: 12.5px; color: var(--ink-mid); }
.legend-item { display: flex; align-items: center; gap: 9px; }

/* ---------- partnership: how it works (timeline) ---------- */
.how2-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 64px; align-items: start; }
.how2-intro { position: sticky; top: 104px; }
.how2-title { font-family: var(--f-display); font-weight: 800; font-size: clamp(34px, 4vw, 56px); line-height: 1.04; letter-spacing: -0.03em; color: var(--ink); margin: 16px 0 24px; text-wrap: balance; }
.how2-dot { color: var(--ink); }
.how2-lede { font-size: clamp(16px, 1.35vw, 19px); color: var(--ink-mid); line-height: 1.6; max-width: 40ch; }
.how2-rule { display: block; width: 44px; height: 3px; border-radius: 2px; background: var(--grad); margin: 28px 0; }
.how2-sub { font-size: clamp(16px, 1.35vw, 19px); color: var(--ink-mid); line-height: 1.6; max-width: 40ch; }

.how2-track { list-style: none; position: relative; display: flex; flex-direction: column; gap: 22px; padding-left: 40px; }
.how2-track::before { content: ""; position: absolute; left: 5px; top: 38px; bottom: 38px; width: 1px; background: var(--line-strong); }
.how2-card { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 34px 26px; transition: border-color .25s ease, transform .25s ease; }
.how2-card:hover { border-color: var(--line-strong); transform: translateY(-3px); }
.how2-node { position: absolute; left: -40px; top: 36px; width: 11px; height: 11px; border-radius: 50%; background: var(--ring-red); border: 3px solid var(--bg-2); box-shadow: 0 0 0 1px var(--ring-red); }
.how2-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 6px; }
.how2-num { font-family: var(--f-display); font-weight: 800; font-size: 22px; letter-spacing: -0.02em; color: var(--ring-red); }
.how2-ic { width: 54px; height: 54px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--ink-mid); flex: 0 0 auto; }
.how2-card h3 { font-family: var(--f-display); font-weight: 700; font-size: clamp(19px, 1.7vw, 23px); letter-spacing: -0.02em; color: var(--ink); margin-bottom: 12px; }
.how2-card > p { font-size: 15px; color: var(--ink-mid); line-height: 1.6; margin-bottom: 20px; max-width: 46ch; }
.how2-pill { display: inline-flex; align-items: center; gap: 9px; font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .02em; color: var(--ring-red); border: 1px solid rgba(245,43,43,0.32); background: color-mix(in oklab, var(--ring-red) 9%, transparent); border-radius: 100px; padding: 8px 15px; }

@media (max-width: 960px) {
  .how2-grid { grid-template-columns: 1fr; gap: 36px; }
  .how2-intro { position: static; }
}

/* Partnerships: 20% tighter "how it works" */
#how.section { padding-top: 40px; padding-bottom: 40px; }
#how .how2-track { gap: 14px; }
#how .how2-card { padding: 18px 28px 16px; }
#how .how2-card-head { margin-bottom: 3px; }
#how .how2-ic { width: 44px; height: 44px; }
#how .how2-card h3 { margin-bottom: 7px; }
#how .how2-card > p { margin-bottom: 11px; line-height: 1.48; }
#how .how2-title { margin: 14px 0 18px; }
#how .how2-rule { margin: 20px 0; }
@media (max-width: 520px) {
  .how2-track { padding-left: 26px; }
  .how2-node { left: -26px; }
  .how2-card { padding: 24px 22px 22px; }
  .how2-ic { width: 46px; height: 46px; }
}

/* ---------- partnership: hero CTA, independence statement, value split ---------- */
[data-screen-label="Partnerships hero"] .hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.indep-statement { position: relative; max-width: 880px; margin: 36px auto 0; padding: 30px 36px 32px; background: radial-gradient(130% 140% at 0% 0%, color-mix(in oklab, var(--ring-red) 8%, transparent), transparent 55%), var(--surface); border: 1px solid var(--line-strong); border-radius: var(--r-lg); overflow: hidden; }
.indep-statement-bar { position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--grad); }
.indep-statement-label { font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ring-red); margin-bottom: 14px; }
.indep-statement-text { font-family: var(--f-display); font-weight: 600; font-size: clamp(20px, 2.2vw, 28px); line-height: 1.32; letter-spacing: -0.015em; color: var(--ink); text-wrap: balance; }
.indep-statement-text .grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

#alliance .ally-benefit { padding: 18px 24px; gap: 14px; }
#alliance .ally-benefit-ic { width: 40px; height: 40px; }
#alliance .indep-statement { margin-top: 22px; padding: 17px 34px 19px; }
#alliance .indep-statement-label { margin-bottom: 8px; }
#alliance .indep-statement-text { line-height: 1.12; }
.value-split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.value-panel { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px 36px 36px; }
.value-panel-client { background: linear-gradient(165deg, color-mix(in oklab, var(--red) 9%, var(--surface)), var(--surface) 60%); border-color: var(--line-strong); }
.value-panel-head { padding-bottom: 22px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.value-panel-tag { display: inline-block; font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 14px; }
.value-panel-client .value-panel-tag { color: var(--ring-red); }
.value-panel-head h3 { font-family: var(--f-display); font-weight: 700; font-size: clamp(20px, 1.9vw, 25px); letter-spacing: -0.02em; line-height: 1.16; color: var(--ink); }
.value-list { list-style: none; display: flex; flex-direction: column; gap: 18px; }
.value-list li { position: relative; padding-left: 28px; font-size: 15px; color: var(--ink-mid); line-height: 1.55; }
.value-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 14px; height: 14px; border-radius: 50%; background: color-mix(in oklab, var(--ring-red) 16%, transparent); border: 1px solid var(--ring-red); }
.value-list li::after { content: ""; position: absolute; left: 5px; top: 11px; width: 4px; height: 4px; border-radius: 50%; background: var(--ring-red); }
.value-list b { color: var(--ink); font-weight: 600; }

@media (max-width: 860px) {
  .value-split { grid-template-columns: 1fr; }
}

/* ---------- operating model · five principles ---------- */
.opm-head { display: grid; grid-template-columns: 1.55fr 1fr; gap: 44px; align-items: center; margin-bottom: 40px; }
.opm-intro { max-width: none; margin-bottom: 0; }
.opm-accent { color: var(--orange); }
.opm-promise { border: 1px solid rgba(252,112,1,0.30); border-left: 3px solid var(--orange); border-radius: var(--r-lg); background: radial-gradient(130% 120% at 0% 0%, rgba(252,112,1,0.08), transparent 55%), var(--surface); padding: 24px 30px; }
.opm-promise-label { font-family: var(--f-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); margin-bottom: 16px; }
.opm-promise-body { display: flex; gap: 18px; align-items: flex-start; }
.opm-promise-icon { color: var(--orange); flex-shrink: 0; margin-top: 2px; }
.opm-promise-body p { font-size: 15px; line-height: 1.6; color: var(--ink-mid); }
.opm-promise-body strong { color: var(--orange); font-weight: 600; }

.opm-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.opm-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 24px; transition: transform .3s ease, border-color .3s ease; }
.opm-card:hover { transform: translateY(-5px); border-color: var(--line-strong); }
.opm-card-feature { border-color: rgba(252,112,1,0.40); border-left: 3px solid var(--orange); background: radial-gradient(130% 120% at 0% 0%, rgba(252,112,1,0.07), transparent 52%), var(--surface); }
.opm-num { font-family: var(--f-mono); font-size: 14px; color: var(--orange); margin-bottom: 14px; }
.opm-card h3 { font-family: var(--f-display); font-weight: 700; font-size: 21px; letter-spacing: -0.02em; position: relative; padding-bottom: 16px; margin-bottom: 24px; }
.opm-card h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 38px; height: 3px; border-radius: 2px; background: var(--orange); }
.opm-card-icon { color: var(--orange); display: block; margin-bottom: 22px; }
.opm-card-body { font-size: 14.5px; color: var(--ink-mid); line-height: 1.6; margin-bottom: 28px; }
.opm-card-foot { margin-top: auto; font-family: var(--f-body); font-size: 14.5px; color: var(--ink-mid); }
.opm-card-foot strong { color: var(--ink); font-weight: 600; }

.opm-impact { display: grid; grid-template-columns: auto 1fr; gap: 44px; align-items: center; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 36px; margin-top: 24px; }
.opm-impact-label { font-family: var(--f-mono); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--ring-red); line-height: 1.35; }
.opm-impact-items { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }
.opm-impact-item h4 { font-family: var(--f-display); font-weight: 700; font-size: 16px; color: var(--ink); margin-bottom: 6px; }
.opm-impact-item p { font-size: 13.5px; color: var(--ink-dim); line-height: 1.4; }

.opm-trust { text-align: center; margin-top: 38px; }
.opm-trust-label { font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 18px; }
.opm-trust-list { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; font-family: var(--f-mono); font-size: 15px; color: var(--ink-mid); }
.opm-trust-list li { padding: 0 24px; position: relative; }
.opm-trust-list li:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 14px; background: var(--line-strong); }

@media (max-width: 1080px) {
  .opm-head { grid-template-columns: 1fr; gap: 28px; }
  .opm-grid { grid-template-columns: repeat(3, 1fr); }
  .opm-impact { grid-template-columns: 1fr; gap: 22px; }
  .opm-impact-items { grid-template-columns: repeat(3, 1fr); gap: 22px; }
}
@media (max-width: 680px) {
  .opm-grid { grid-template-columns: 1fr; }
  .opm-impact-items { grid-template-columns: 1fr 1fr; }
  .opm-trust-list { gap: 6px 0; }
}

/* ---------- engagement models ---------- */
.engage-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.engage-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 30px 32px; transition: transform .3s ease, border-color .3s ease; }
.engage-card:hover { transform: translateY(-5px); border-color: var(--line-strong); }
.engage-num { font-family: var(--f-mono); font-size: 13px; color: var(--ink-dim); }
.engage-card h3 { font-family: var(--f-display); font-weight: 700; font-size: 21px; letter-spacing: -0.02em; margin: 12px 0 14px; }
.engage-meta { font-family: var(--f-mono); font-size: 11.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--ring-red); margin-bottom: 8px; }
.engage-card p { font-size: 14.5px; color: var(--ink-mid); line-height: 1.6; margin-bottom: 14px; }
.engage-out { font-size: 14px; color: var(--ink); border-top: 1px solid var(--line); padding-top: 14px; }
.engage-out span { font-family: var(--f-mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-dim); display: block; margin-bottom: 5px; }

/* ---------- two-sides (about) ---------- */
.sides { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.side { border-radius: var(--r-lg); padding: 34px 32px 36px; border: 1px solid var(--line); }
.side-fail { background: var(--surface); }
.side-win { background: linear-gradient(165deg, color-mix(in oklab, var(--red) 9%, var(--surface)), var(--surface) 62%); border-color: var(--line-strong); }
.side-label { font-family: var(--f-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.side-fail .side-label { color: var(--ink-dim); }
.side-win .side-label { color: var(--ring-red); }
.side p { color: var(--ink-mid); line-height: 1.7; font-size: 16px; }
.diff-line { text-align: center; font-family: var(--f-display); font-weight: 600; font-size: clamp(20px, 2.2vw, 28px); margin: 38px 0 0; letter-spacing: -0.01em; }

/* Track record + two sides: 20% tighter */
#track-record.section, #two-sides.section { padding-top: 40px; padding-bottom: 40px; }
#track-record .stat-cell { padding: 24px 28px; }
#track-record .section-head { margin-bottom: clamp(16px, 2vw, 22px); }
#two-sides .side { padding: 26px 32px 28px; }
#two-sides .side-label { margin-bottom: 12px; }
#two-sides .side p { line-height: 1.55; }
#two-sides .diff-line { margin-top: 28px; }
#two-sides .section-head { margin-bottom: clamp(16px, 2vw, 22px); }

/* care list */
.care-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.care-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 24px 26px; }
.care-item h3 { font-family: var(--f-display); font-weight: 600; font-size: 17px; margin-bottom: 9px; }
.care-item p { font-size: 14.5px; color: var(--ink-mid); line-height: 1.55; }

/* ============================================================
   Who We Are (about) — founder story, facts, stats, leadership
   ============================================================ */
.about-inline-center { margin: 0 auto; text-align: center; }
.about-mt { margin-top: 48px; }

/* facts strip under hero */
[data-screen-label="Who We Are hero"] .page-eyebrow { white-space: nowrap; }
#founder .section-head { max-width: none; }
#track-record .section-head, #two-sides .section-head { max-width: none; }
@media (min-width: 768px) {
  #track-record .section-title, #two-sides .section-title { white-space: nowrap; }
}
[data-screen-label="Who We Are hero"] .page-title { max-width: none; font-size: clamp(34px, 5vw, 66px); }
[data-screen-label="Contact hero"] .page-title { max-width: 26ch; }
[data-screen-label="Who We Are hero"] .page-lede { max-width: none; }

/* Who We Are hero: 20% tighter */
.page-hero[data-screen-label="Who We Are hero"] { padding-top: 92px; padding-bottom: 24px; }
[data-screen-label="Who We Are hero"] .page-title { max-width: none; font-size: clamp(30px, 4.3vw, 56px); line-height: 1.02; }
[data-screen-label="Who We Are hero"] .page-lede { margin-top: 14px; font-size: clamp(15px, 1.25vw, 18px); line-height: 1.5; }
.wa-facts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.wa-fact { display: inline-flex; align-items: center; gap: 9px; font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .04em; color: var(--ink-mid); border: 1px solid var(--line); border-radius: 100px; padding: 9px 16px; background: var(--surface); }
.wa-fact .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ring-red); flex: 0 0 auto; }

/* founder origin story */
.founder-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 22px 52px; align-items: start; grid-template-areas: "intro bio" "portrait bio"; }
.founder-intro { grid-area: intro; }
.founder-intro .kicker { margin-bottom: 16px; }
.founder-intro .section-title { margin-bottom: 0; max-width: none; text-wrap: balance; }
.founder-intro .section-title em { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.founder-portrait { grid-area: portrait; align-self: stretch; display: flex; flex-direction: column; }
.founder-story { grid-area: bio; }
.founder-creds { margin-top: 18px; padding-top: 26px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 52px; align-items: start; }
.founder-creds .fc-block { display: flex; flex-direction: column; }
.founder-creds .founder-platforms-label { margin: 0 0 18px; padding-top: 0; border-top: 0; color: var(--ink); font-weight: 500; font-size: 12px; display: inline-flex; align-items: center; gap: 10px; }
.founder-creds .founder-platforms-label::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--grad); flex: none; }
.founder-creds .founder-award { margin-top: 0; }
.fc-recognition { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.fc-recognition .founder-award { width: fit-content; max-width: 100%; }
.founder-award--alt { background: var(--surface); border-color: var(--line-strong); }
.founder-award--alt .aic { color: var(--ink-mid); }

/* founder closing CTA: the diagnostic question */
.founder-cta { max-width: 920px; margin: 0 auto; padding: clamp(36px, 4.4vw, 60px) clamp(28px, 4vw, 64px); text-align: center; border: 1px solid rgba(245,43,43,0.42); border-radius: var(--r-lg); background: radial-gradient(140% 130% at 50% 0%, color-mix(in oklab, var(--ring-red) 13%, transparent), transparent 62%), var(--surface); box-shadow: 0 34px 80px -44px rgba(0,0,0,0.92), 0 1px 0 rgba(255,255,255,0.04) inset; }
.founder-cta .fcta-q { font-family: var(--f-display); font-weight: 800; font-size: clamp(28px, 3.4vw, 46px); letter-spacing: -0.025em; line-height: 1.14; color: var(--ink); max-width: 18em; margin: 0 auto 16px; text-wrap: balance; }
.fcta-q em { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.founder-cta .fcta-sub { font-family: var(--f-body); font-size: clamp(15px, 1.2vw, 17px); color: var(--ink-mid); max-width: 46ch; margin: 0 auto 30px; line-height: 1.5; }
.founder-cta .fcta-actions { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; }
.founder-cta .fcta-actions .btn-primary { padding: 16px 30px; font-size: 15.5px; }
.founder-creds .wa-platforms { margin-top: 0; }
.founder-portrait image-slot, .founder-portrait .founder-photo { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; display: block; border: 1px solid var(--line-strong); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); }
.founder-portrait .founder-photo { flex: 1 1 auto; aspect-ratio: auto; height: auto; min-height: 360px; filter: grayscale(1); }
.founder-plate { margin-top: 18px; }
.founder-plate b { font-family: var(--f-display); font-weight: 700; font-size: 19px; letter-spacing: -0.01em; display: block; }
.founder-plate span { font-family: var(--f-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ring-red); display: block; margin-top: 5px; }
.founder-sig { margin-top: 14px; font-size: 14px; color: var(--ink-mid); line-height: 1.55; }
.founder-award { display: flex; gap: 12px; align-items: flex-start; margin-top: 16px; padding: 14px 16px; border: 1px solid rgba(245,43,43,0.28); border-radius: var(--r); background: radial-gradient(120% 130% at 0% 0%, color-mix(in oklab, var(--ring-red) 9%, transparent), transparent 60%), var(--surface); }
.founder-award .aic { color: var(--ring-red); flex: 0 0 auto; margin-top: 1px; }
.founder-award b { font-family: var(--f-display); font-weight: 700; font-size: 13.5px; letter-spacing: -0.01em; display: block; line-height: 1.25; }
.founder-award span { font-family: var(--f-mono); font-size: 11px; letter-spacing: .04em; color: var(--ink-dim); display: block; margin-top: 4px; }
.founder-story p { font-size: 17px; color: var(--ink-mid); line-height: 1.72; margin-bottom: 20px; }
.founder-story p.lead-line { font-family: var(--f-display); font-weight: 600; font-size: clamp(21px, 2.3vw, 27px); color: var(--ink); line-height: 1.4; letter-spacing: -0.01em; margin-bottom: 26px; }
.founder-story strong { color: var(--ink); font-weight: 600; }
.founder-quote { margin: 30px 0; padding: 24px 30px; border-left: 3px solid var(--ring-red); background: var(--surface); border-radius: 0 var(--r) var(--r) 0; }
.founder-quote p { font-family: var(--f-display); font-weight: 600; font-size: clamp(19px, 2vw, 24px); line-height: 1.4; color: var(--ink); letter-spacing: -0.01em; margin: 0; }
.founder-quote .grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* Founder story spacing */
#founder.section { padding-top: 10px; padding-bottom: 10px; }
#founder .founder-story p { line-height: 1.56; margin-bottom: 12px; }
#founder .founder-story p.lead-line { line-height: 1.32; margin-bottom: 20px; }

/* platforms pioneered chips */
.founder-platforms-label { display: block; font-family: var(--f-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-dim); margin: 22px 0 12px; padding-top: 22px; border-top: 1px solid var(--line); }
.founder-specialism { font-size: 14px; color: var(--ink-mid); line-height: 1.55; margin: 0; }
.wa-platforms { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.wa-platforms span { font-family: var(--f-mono); font-size: 12.5px; color: var(--ink); border: 1px solid var(--line-strong); border-radius: 8px; padding: 8px 13px; background: var(--bg-2); }

/* stat band */
.stat-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--surface); }
.stat-cell { padding: 30px 28px; border-left: 1px solid var(--line); }
.stat-cell:first-child { border-left: 0; }
.stat-cell b { font-family: var(--f-display); font-weight: 800; font-size: clamp(30px, 3.4vw, 44px); letter-spacing: -0.03em; line-height: 1; display: block; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat-cell p { font-size: 13.5px; color: var(--ink-mid); line-height: 1.45; margin-top: 12px; }

/* values with teeth */
.values2 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.value2 { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 24px 28px; transition: transform .2s, border-color .2s; }
.value2:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.value2 .vn { font-family: var(--f-mono); font-size: 11px; color: var(--ink-dim); letter-spacing: .12em; }
.value2 h3 { font-family: var(--f-display); font-weight: 700; font-size: 19px; margin: 10px 0 12px; letter-spacing: -0.01em; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.value2 p { font-size: 14px; color: var(--ink-mid); line-height: 1.55; }

/* what independent means */
.indep { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 44px; align-items: center; border: 1px solid rgba(245,43,43,0.28); border-radius: var(--r-lg); padding: 38px 40px; background: radial-gradient(120% 130% at 0% 0%, color-mix(in oklab, var(--ring-red) 8%, transparent), transparent 52%), var(--surface); }
.indep h2 { font-family: var(--f-display); font-weight: 700; font-size: clamp(24px, 2.6vw, 32px); letter-spacing: -0.02em; line-height: 1.12; }
.indep h2 em { font-style: normal; color: var(--ring-red); }
.indep-list { list-style: none; display: grid; gap: 14px; }
.indep-list li { display: flex; gap: 13px; font-size: 15.5px; color: var(--ink-mid); line-height: 1.5; }
.indep-list .ic { color: var(--ring-red); flex: 0 0 auto; margin-top: 2px; }
.indep-list strong { color: var(--ink); font-weight: 600; }

@media (max-width: 920px) {
  .founder-grid { grid-template-columns: 1fr; gap: 28px; grid-template-areas: "intro" "portrait" "bio"; }
  .founder-creds { grid-template-columns: 1fr; gap: 30px; margin-top: 32px; padding-top: 30px; }
  .founder-cta .fcta-actions { flex-direction: column; align-items: stretch; }
  .founder-cta .fcta-actions .btn { width: 100%; justify-content: center; }
  .founder-portrait { position: static; max-width: 360px; display: block; align-self: start; }
  .founder-portrait .founder-photo { aspect-ratio: 4 / 5; flex: none; min-height: 0; }
  .stat-band { grid-template-columns: 1fr 1fr; }
  .stat-cell:nth-child(3) { border-left: 0; }
  .stat-cell { border-top: 1px solid var(--line); }
  .stat-cell:nth-child(1), .stat-cell:nth-child(2) { border-top: 0; }
  .values2 { grid-template-columns: 1fr 1fr; }
  .indep { grid-template-columns: 1fr; gap: 26px; padding: 30px 28px; }
}
@media (max-width: 560px) {
  .stat-band { grid-template-columns: 1fr 1fr; }
  .values2 { grid-template-columns: 1fr; }
}

/* ---------- insights / blog ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform .35s ease, border-color .35s ease; }
.post-card:hover { transform: translateY(-6px); border-color: var(--line-strong); }
.post-thumb { aspect-ratio: 16/10; position: relative; background:
  repeating-linear-gradient(135deg, var(--surface-2) 0 14px, var(--bg-2) 14px 28px);
  display: grid; place-items: center; border-bottom: 1px solid var(--line); }
.post-thumb .thumb-note { font-family: var(--f-mono); font-size: 12px; color: var(--ink-dim); text-align: center; padding: 0 18px; }
.post-body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.post-cat { font-family: var(--f-mono); font-size: 11.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--ring-red); margin-bottom: 12px; }
.post-card h3 { font-family: var(--f-display); font-weight: 700; font-size: 20px; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 10px; }
.post-card p { font-size: 14.5px; color: var(--ink-mid); line-height: 1.6; margin-bottom: 18px; }
.post-meta { margin-top: auto; font-family: var(--f-mono); font-size: 12px; color: var(--ink-dim); }
.preview-flag { position: absolute; top: 14px; left: 14px; font-family: var(--f-mono); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--ink); background: color-mix(in oklab, var(--bg) 70%, transparent); border: 1px solid var(--line-strong); padding: 4px 8px; border-radius: 6px; backdrop-filter: blur(6px); }

/* ---------- careers / roles ---------- */
.values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.value { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 28px 28px 30px; }
.value h3 { font-family: var(--f-display); font-weight: 600; font-size: 19px; margin-bottom: 10px; }
.value p { font-size: 15px; color: var(--ink-mid); line-height: 1.65; }
.roles { display: flex; flex-direction: column; gap: 12px; }
.role-row { display: grid; grid-template-columns: 1fr auto auto; gap: 20px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 26px; transition: transform .3s ease, border-color .3s ease; }
.role-row:hover, .role-row:focus-visible { transform: translateX(4px); border-color: var(--ring-red); outline: none; }
.role-row h3 { font-family: var(--f-display); font-weight: 600; font-size: 19px; }
.role-meta { font-family: var(--f-mono); font-size: 13px; color: var(--ink-mid); }
.role-apply { font-family: var(--f-body); font-weight: 500; font-size: 14px; color: var(--ring-red); display: inline-flex; align-items: center; gap: 7px; }
.role-apply .arr { transition: transform .25s ease; }
.role-row:hover .role-apply .arr, .role-row:focus-visible .role-apply .arr { transform: translateX(4px); }

/* talent pool: banner + cards share one centred column; banner text fills it */
#roles .container { max-width: 1160px; }
#roles .preview-banner span:not(.pb-tag) { max-width: none; }

/* ---------- contact form ---------- */
.contact-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 56px; align-items: start; }
.contact-aside h2 { font-family: var(--f-display); font-weight: 700; font-size: clamp(26px, 2.6vw, 36px); letter-spacing: -0.025em; line-height: 1.08; margin-bottom: 18px; }
.contact-aside > p { color: var(--ink-mid); line-height: 1.65; margin-bottom: 0; max-width: 42ch; }
.aside-expect-label { font-family: var(--f-display); font-weight: 700; font-size: 18px; letter-spacing: -0.01em; color: var(--ink); margin: 34px 0 16px; }
.aside-expect { list-style: none; display: flex; flex-direction: column; gap: 14px; margin: 0; }
.aside-expect li { display: flex; gap: 12px; font-size: 15px; color: var(--ink-mid); line-height: 1.5; }
.aside-expect .ce { color: var(--ring-red); flex: 0 0 auto; margin-top: 3px; display: inline-flex; }
.contact-info { display: flex; flex-direction: column; gap: 26px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.contact-aside h2 { font-family: var(--f-display); font-weight: 700; font-size: clamp(26px, 2.6vw, 36px); letter-spacing: -0.025em; line-height: 1.08; margin-bottom: 20px; }
.contact-aside p { color: var(--ink-mid); line-height: 1.7; margin-bottom: 28px; max-width: 42ch; }
.contact-points { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.contact-points li { display: flex; gap: 13px; font-size: 15px; color: var(--ink); }
.contact-points .cp-key { width: 8px; height: 8px; border-radius: 2px; background: var(--grad); margin-top: 7px; flex: none; }
.contact-points small { display: block; color: var(--ink-dim); font-family: var(--f-mono); font-size: 12px; margin-top: 3px; }

.form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px 34px 36px; }
.contact-info { display: flex; flex-direction: column; gap: 26px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.ci-row { display: flex; gap: 18px; align-items: flex-start; }
a.ci-row { transition: transform .2s ease; }
a.ci-row:hover { transform: translateX(2px); }
a.ci-row:hover .ci-value { color: var(--ring-red); }
.ci-ic { width: 48px; height: 48px; border-radius: 12px; background: var(--bg-2); border: 1px solid rgba(245,43,43,0.32); display: grid; place-items: center; color: var(--ring-red); flex: 0 0 auto; }
.ci-meta { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.ci-label { font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-dim); }
.ci-value { font-size: 16px; font-weight: 500; color: var(--ink); line-height: 1.5; word-break: break-word; transition: color .18s ease; }
.ci-sub { font-family: var(--f-mono); font-size: 12px; color: var(--ink-dim); line-height: 1.45; }
.ci-note { font-family: var(--f-body); font-size: 13.5px; color: var(--ink-mid); line-height: 1.55; max-width: 38ch; }
.seg { display: flex; gap: 6px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 999px; padding: 5px; margin-bottom: 28px; }
.seg button { flex: 1; font-family: var(--f-body); font-weight: 500; font-size: 14.5px; color: var(--ink-mid); background: transparent; border: none; border-radius: 999px; padding: 11px 14px; cursor: pointer; transition: color .25s ease, background .25s ease; }
.seg button[aria-selected="true"] { color: #fff; background: var(--grad); }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 13.5px; font-weight: 500; color: var(--ink); margin-bottom: 8px; }
.field label .req { color: var(--ring-red); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--f-body); font-size: 15px; color: var(--ink);
  background: var(--surface-2); border: 1px solid rgba(255,255,255,0.2); border-radius: 10px; padding: 13px 15px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-dim); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ring-red); box-shadow: 0 0 0 3px rgba(245,43,43,0.16); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-hint { font-family: var(--f-mono); font-size: 12px; color: var(--ink-dim); margin-top: 6px; }
.form .btn { width: 100%; justify-content: center; margin-top: 8px; }

/* Contact section: compact (footer excluded) */
.page-hero-tight { padding-top: 104px; padding-bottom: 30px; }
#contact.section { padding-top: 10px; padding-bottom: 16px; }
#contact .contact-grid { gap: 40px; }
#contact .contact-aside h2 { font-size: clamp(22px, 2.2vw, 28px); margin-bottom: 10px; }
#contact .contact-aside > p { line-height: 1.5; font-size: 14px; margin-bottom: 0; }
#contact .aside-expect-label { font-size: 16px; margin: 12px 0 8px; }
#contact .aside-expect { gap: 6px; }
#contact .aside-expect li { font-size: 14px; line-height: 1.4; }
#contact .aside-expect .ce { margin-top: 2px; }
#contact .contact-info { margin-top: 10px; padding-top: 12px; gap: 12px; }
#contact .ci-ic { width: 36px; height: 36px; }
#contact .ci-value { font-size: 15px; }
#contact .form { padding: 30px 30px 32px; }
#contact .route-note { margin-bottom: 22px; padding: 12px 14px; }
#contact .seg { margin-bottom: 10px; padding: 4px; }
#contact .seg button { padding: 7px 12px; }
#contact .field { margin-bottom: 18px; }
#contact .field label { margin-bottom: 7px; font-size: 13px; }
#contact .field input, #contact .field select, #contact .field textarea { padding: 12px 14px; font-size: 15px; }
#contact .field textarea { min-height: 96px; }
.route-note { font-family: var(--f-mono); font-size: 12.5px; color: var(--ink-mid); background: var(--bg-2); border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; margin-bottom: 24px; }
.route-note strong { color: var(--ring-red); font-weight: 500; }
.form-success { display: none; text-align: center; padding: 20px 10px; }
.form-success.show { display: block; }
.form-success .fs-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; margin: 0 auto 18px; color: #fff; font-size: 26px; }
.form-success h3 { font-family: var(--f-display); font-weight: 700; font-size: 23px; margin-bottom: 10px; }
.form-success p { color: var(--ink-mid); line-height: 1.6; }
.hidden { display: none !important; }

/* ---------- CTA strip (reusable) ---------- */
.cta-strip { padding: var(--section-y) 0; text-align: center; }
.cta-strip h2 { font-family: var(--f-display); font-weight: 800; font-size: clamp(30px, 4vw, 52px); letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 22px; }
.cta-strip p { color: var(--ink-mid); max-width: 540px; margin: 0 auto 32px; font-size: 18px; line-height: 1.6; }
.cta-strip .closing-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .cap-detail { grid-template-columns: 1fr; gap: 24px; }
  .cap-detail-aside { position: static; }
  .principles, .care-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
/* ---------- ROI of continuity section ---------- */
.roi { --green: #34D9A0; }
.roi .section-head { max-width: none; }
.roi .section-title { max-width: none; }
@media (min-width: 768px) { .roi .section-title { white-space: nowrap; } }
.roi .section-sub { max-width: 1000px; }

.roi-compare { margin-top: 30px; }
.roi-eyebrow {
  font-family: var(--f-mono); font-size: 13px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; margin-bottom: 22px;
}
.roi-eyebrow-orange { color: var(--orange); }
.roi-eyebrow-dim { color: var(--ink-dim); }

.roi-rows { display: flex; flex-direction: column; gap: 26px; }
.roi-row {
  display: grid; grid-template-columns: 248px 1fr auto;
  align-items: center; gap: 28px;
}
.roi-row-label h4 { font-family: var(--f-display); font-weight: 700; font-size: 19px; color: var(--ink); }
.roi-row-label span { font-family: var(--f-mono); font-size: 12.5px; color: var(--ink-dim); }

.roi-track { display: flex; gap: 8px; }
.seg {
  display: flex; align-items: center; justify-content: center;
  height: 56px; border-radius: 10px;
  font-family: var(--f-mono); font-size: 13px; letter-spacing: .05em;
  text-transform: uppercase; text-align: center; padding: 0 10px;
  border: 1px solid transparent;
}
.seg-neutral { background: var(--surface-2); color: var(--ink-mid); border-color: var(--line); }
.seg-bad { background: rgba(210,31,35,0.14); color: #E78A86; border-color: rgba(210,31,35,0.28); }
.seg-ship-gray { background: #2C2C30; color: var(--ink-mid); border-color: var(--line-strong); }
.seg-good {
  background: rgba(52,217,160,0.08); color: var(--green);
  border-color: rgba(52,217,160,0.32); font-weight: 500;
}
.seg-ship-hot { background: var(--grad); color: #fff; font-weight: 600; box-shadow: 0 8px 24px -10px rgba(245,43,43,0.55); }

.roi-result { font-family: var(--f-mono); font-size: 19px; letter-spacing: .01em; white-space: nowrap; text-align: right; }
.roi-slower { color: var(--ink-mid); }
.roi-faster { color: var(--green); }

.roi-divider { height: 1px; background: var(--line); margin: 46px 0; }

.roi-cards { display: grid; grid-template-columns: 1.32fr 1fr; gap: 26px; align-items: stretch; }
.roi-col { display: flex; flex-direction: column; gap: 26px; justify-content: space-between; }
.roi-card-model { padding: 15px 32px; }
.roi-card-model .roi-eyebrow { margin-bottom: 7px; }
.roi-model-title {
  font-family: var(--f-display); font-weight: 700; font-size: 20px; line-height: 1.16;
  color: var(--ink); margin: 0 0 9px; max-width: 24ch; text-wrap: balance;
}
.roi-model-spark { height: 30px; margin-bottom: 7px; }
.roi-model-spark svg { width: 100%; height: 30px; display: block; }
.roi-model-legend { display: flex; flex-direction: column; gap: 5px; font-family: var(--f-mono); font-size: 12.5px; color: var(--ink-dim); }
.roi-model-legend span { display: inline-flex; align-items: center; }
.roi-model-legend .ld { margin-right: 8px; flex-shrink: 0; }
.roi-model-legend .ld-bar { width: 9px; height: 9px; border-radius: 2px; background: #FF4D3D; }
.roi-model-legend .ld-line { width: 16px; height: 0; border-top: 2.5px solid var(--green); }
.roi-card {
  position: relative; border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 40px; overflow: hidden;
  background: var(--surface);
}
.roi-card-managed {
  border-color: rgba(252,112,1,0.32);
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(252,112,1,0.10) 0%, transparent 46%),
    var(--surface);
  padding: 42px 40px 42px 40px;
  display: flex; flex-direction: column;
}
.roi-card-managed .roi-eyebrow { margin-bottom: 22px; }
.roi-card-accent {
  position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--grad);
}
.roi-managed-head { display: flex; align-items: center; gap: 18px; margin-bottom: 24px; }
.roi-clock {
  display: inline-flex; align-items: center; justify-content: center;
  width: 50px; height: 50px; border-radius: 50%;
  border: 2px solid var(--orange); color: var(--orange); flex-shrink: 0;
}
.roi-managed-head h3 { font-family: var(--f-display); font-weight: 700; font-size: 30px; line-height: 1.1; color: var(--ink); }
.roi-managed-body { color: var(--ink-mid); font-size: 17px; line-height: 1.6; max-width: 60ch; margin-bottom: 32px; }

.roi-coverage {
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  padding: 26px 30px; margin-bottom: 32px; flex: 1 1 auto;
  border: 1px solid var(--line); border-radius: 14px;
  background: rgba(252,112,1,0.05);
}
.roi-coverage-text { display: flex; flex-direction: column; gap: 6px; }
.roi-coverage-label { font-family: var(--f-display); font-weight: 700; font-size: 21px; color: var(--ink); }
.roi-coverage-note { font-family: var(--f-mono); font-size: 13px; color: var(--ink-dim); max-width: 24ch; line-height: 1.5; }
.roi-coverage-bars { display: flex; align-items: flex-end; gap: 20px; flex-shrink: 0; }
.cbar { display: flex; flex-direction: column; align-items: center; gap: 11px; }
.cbar .bar { width: 46px; border-radius: 7px 7px 0 0; background: var(--grad); }
.cbar:nth-child(1) .bar { opacity: .42; }
.cbar:nth-child(2) .bar { opacity: .62; }
.cbar:nth-child(3) .bar { opacity: .8; }
.cbar:nth-child(4) .bar { opacity: 1; }
.cbar .lbl { font-family: var(--f-mono); font-size: 13px; color: var(--ink-dim); }

.roi-covers { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto auto; gap: 8px 26px; margin-bottom: 16px; }
.roi-cover { position: relative; padding-left: 20px; grid-row: span 2; display: grid; grid-template-rows: subgrid; align-content: start; }
.roi-cover::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 8px; height: 8px; border-radius: 50%; background: var(--orange);
}
.roi-cover h5 { font-family: var(--f-display); font-weight: 700; font-size: 16px; color: var(--ink); margin-bottom: 5px; }
.roi-cover p { font-size: 14px; color: var(--ink-dim); line-height: 1.45; }

.roi-managed-cta { display: flex; align-items: center; gap: 14px 24px; flex-wrap: wrap; }
.roi-managed-cta p { font-size: 14.5px; color: var(--ink-dim); max-width: 30ch; }

.roi-audit-head { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.roi-audit-icon {
  width: 46px; height: 46px; border-radius: 50%;
  border: 2px solid var(--orange); color: var(--orange);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.roi-audit-head h3 { font-family: var(--f-display); font-weight: 700; font-size: 22px; line-height: 1.12; color: var(--ink); }
.roi-card-audit { display: flex; flex-direction: column; padding: 30px 40px; }
.roi-card-audit .roi-eyebrow { margin-bottom: 14px; }
.roi-checks { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 4px; }
.roi-checks li {
  display: flex; align-items: flex-start; gap: 12px;
  font-family: var(--f-display); font-weight: 600; font-size: 16px; color: var(--ink);
}
.roi-check {
  color: var(--green); font-weight: 700; font-size: 16px;
  line-height: 1.4; flex-shrink: 0;
}
.roi-card-rule { height: 1px; background: var(--line); margin: 18px 0; }
.roi-chart { position: relative; height: 166px; margin-bottom: 12px; padding-top: 18px; }
.roi-chart svg { width: 100%; height: 140px; display: block; }
.roi-chart-tag { position: absolute; font-family: var(--f-mono); font-size: 13px; font-weight: 500; white-space: nowrap; }
.roi-tag-green { top: 0; right: 2px; color: var(--green); }
.roi-tag-red { bottom: 4px; right: 2px; color: #FF4D3D; }
.roi-chart-caption { font-family: var(--f-display); font-weight: 700; font-size: 16px; color: var(--ink); }
.roi-chart-axes { font-family: var(--f-mono); font-size: 11px; letter-spacing: .04em; color: var(--ink-dim); margin: 0 0 8px; }
.roi-stats { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--surface); margin: 28px 0 12px; }
.roi-stat { padding: 26px 30px; border-left: 1px solid var(--line); }
.roi-stat:first-child { border-left: 0; }
.roi-stat b { display: block; font-family: var(--f-display); font-weight: 800; font-size: clamp(28px, 3vw, 40px); letter-spacing: -0.02em; line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 12px; }
.roi-stat span { font-size: 14px; color: var(--ink-mid); line-height: 1.45; }
.roi-stat-note { font-family: var(--f-mono); font-size: 12px; color: var(--ink-dim); margin: 0 0 6px; line-height: 1.5; max-width: 78ch; }

@media (max-width: 1024px) {
  .roi-cards { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .roi-row { grid-template-columns: 1fr; gap: 12px; }
  .roi-stats { grid-template-columns: 1fr; }
  .roi-stat { border-left: 0; border-top: 1px solid var(--line); }
  .roi-stat:first-child { border-top: 0; }
  .roi-result { font-size: 17px; }
  .roi-covers { display: block; }
  .roi-cover { display: block; margin-bottom: 18px; }
  .roi-cover h5 { margin-bottom: 5px; }
  .roi-coverage { flex-direction: column; align-items: flex-start; gap: 18px; }
  .roi-card, .roi-card-managed { padding: 28px; }
  .roi-card-managed { padding-left: 30px; }
  .roi-managed-head h3 { font-size: 24px; }
  .roi-audit-head h3 { font-size: 20px; }
}

@media (max-width: 920px) {
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .cap-list, .fw-grid, .engage-grid, .values { grid-template-columns: 1fr; }
  .sides { grid-template-columns: 1fr; }
  .page-hero { padding: 116px 0 48px; }
  .cap-detail { padding: 40px 0; }
}
@media (max-width: 560px) {
  .page-hero { padding: 108px 0 44px; }
  .principles, .care-grid, .blog-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .role-row { grid-template-columns: 1fr; gap: 10px; align-items: flex-start; }
  .legend { gap: 12px; }
}
