/* Shared static site styles. Brand tokens and local fonts retained from the original site. */
@font-face { font-family: Bizerlin; src: url('fonts/bizerlin.otf') format('opentype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'IBM Plex Sans'; src: url('fonts/ibm-plex-sans-latin.woff2') format('woff2'); font-weight: 100 900; font-display: swap; }
@font-face { font-family: 'IBM Plex Mono'; src: url('fonts/ibm-plex-mono-latin.woff2') format('woff2'); font-weight: 400; font-display: swap; }
:root {
  color-scheme: dark;
  --bg: #0f1116; --deep: #08090c; --panel: #151820; --raised: #1c2029;
  --ink: #e8eaee; --muted: #adb1ba; --line: #2c323e; --blue: #3b95ff; --blue-light: #6cb2ff;
  --sienna: #8a3a14; --green: #7aae82; --amber: #d9a35a; --red: #e35a3a;
  --sans: 'IBM Plex Sans', system-ui, sans-serif; --mono: 'IBM Plex Mono', monospace;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 110px; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 18px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: var(--blue-light); text-underline-offset: 5px; }
a:hover { color: var(--ink); }
a:focus-visible, button:focus-visible, [tabindex='-1']:focus-visible { outline: 3px solid var(--blue-light); outline-offset: 6px; }
img, svg { max-width: 100%; height: auto; }
figure, blockquote { margin: 0; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 600; line-height: 1.12; text-wrap: balance; }
h1 { font-size: clamp(40px, 5vw, 72px); letter-spacing: -.035em; }
h2 { font-size: clamp(30px, 3.5vw, 50px); letter-spacing: -.025em; }
h3 { font-size: 25px; letter-spacing: -.015em; }
p + p { margin-top: 16px; }
.container { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 96px; border-top: 1px solid var(--line); }
.section-dark { background: var(--deep); }
.eyebrow { color: var(--blue-light); font: 12px/1.6 var(--mono); letter-spacing: .15em; text-transform: uppercase; margin-bottom: 24px; }
.muted { color: var(--muted); }
.accent { color: var(--blue); }
.lead { font-size: 22px; line-height: 1.55; color: var(--muted); max-width: 760px; margin-top: 26px; }
.note { font-size: 15px; color: var(--muted); }
.skip-link { position: fixed; text-decoration: none; z-index: 100; left: 20px; top: 12px; padding: 10px 18px; background: var(--blue); color: var(--deep); transform: translateY(-220%); }
.skip-link:focus { transform: none; color: var(--deep); }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--deep); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { color: #f1efe9; font: 26px/1 Bizerlin, var(--sans); text-decoration: none; white-space: nowrap; }
.wordmark span span { color: var(--sienna); }
.site-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; font-size: 15px; }
.site-nav a { text-decoration: none; color: var(--muted); padding-block: 10px; }
.site-nav a:hover, .site-nav [aria-current='page'] { color: var(--ink); }
.site-nav [aria-current='page'] { box-shadow: 0 2px 0 var(--blue); }
.site-nav .nav-contact { color: var(--blue-light); }
.progress { position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: var(--blue); pointer-events: none; }
.hero { padding-block: 96px 80px; background: var(--deep); }
.hero h1 { max-width: 1120px; }
.hero .lead { max-width: 780px; }
.pills { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 30px 0 0; }
.pills li { padding: 8px 14px; border: 1px solid var(--line); background: var(--raised); font: 14px/1.5 var(--mono); color: var(--muted); }
.hero-foundation { margin-top: 40px; padding-top: 8px; border-top: 1px solid var(--line); }
.hero-foundation .note { margin-top: 20px; }
.section-heading { margin-bottom: 36px; }
.section-heading p { max-width: 780px; margin-top: 20px; color: var(--muted); }
.two-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.card { padding: 32px; border: 1px solid var(--line); background: var(--panel); border-radius: 3px; }
.card { display: flex; flex-direction: column; align-items: flex-start; }
.card p { margin-top: 18px; color: var(--muted); }
.card .button { margin-top: auto; }
.card p:last-of-type { margin-bottom: 28px; }
.service-grid .card p:last-of-type { margin-bottom: 0; }
.card .eyebrow { margin: 0 0 18px; color: var(--blue-light); }
.actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid var(--blue); border-radius: 3px; background: var(--blue); color: var(--deep); font-size: 16px; font-weight: 600; text-decoration: none; line-height: 1.4; }
.button:hover { background: var(--blue-light); color: var(--deep); border-color: var(--blue-light); }
.button-secondary { background: transparent; color: var(--ink); border-color: #586577; }
.button-secondary:hover { background: var(--raised); color: var(--ink); }
.standalone { border-left: 2px solid var(--blue); padding-left: 18px; margin-top: 28px; color: var(--muted); font-size: 16px; }
.story-opening { font-size: clamp(40px, 6.6vw, 88px); max-width: 1050px; }
.story-beat { margin-top: 40px; color: var(--muted); font-size: clamp(24px, 3vw, 40px); }
.quote { padding-left: 24px; border-left: 3px solid var(--line); font-size: clamp(26px, 3vw, 42px); line-height: 1.22; }
.quote-primary { border-color: var(--blue); }
.quote .eyebrow { display: block; margin-bottom: 20px; }
.split { display: grid; grid-template-columns: 1.15fr 1fr; gap: 72px; align-items: start; }
.answer { border-left: 1px solid var(--line); padding-left: 40px; }
.answer strong { color: var(--blue); font-size: 72px; line-height: 1; font-weight: 600; }
.answer p { margin-top: 24px; }
.numbered { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); margin: 36px 0 30px; border-top: 1px solid var(--line); }
.numbered li { padding: 22px 16px; border-right: 1px solid var(--line); font-size: 20px; font-weight: 500; }
.numbered li:first-child { padding-left: 0; }
.numbered li:last-child { border-right: 0; }
.numbered span { display: block; margin-bottom: 16px; color: var(--muted); font: 12px var(--mono); }
.leaf-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.leaf-visual { position: sticky; top: 130px; background: var(--bg); border: 1px solid var(--line); border-radius: 3px; overflow: hidden; }
.leaf-visual img { display: block; width: 100%; opacity: .6; }
.leaf-readout { position: absolute; inset: 32% 24px auto; padding: 18px; background: #08090ced; text-align: center; }
.leaf-readout .eyebrow { margin-bottom: 8px; }
.leaf-readout strong { font: 600 clamp(64px, 7vw, 100px)/1.1 var(--sans); }
.leaf-readout .note { margin-top: 8px; }
.leaf-steps { list-style: none; margin: 32px 0 0; padding: 0; }
.leaf-steps li { border-top: 1px solid var(--line); padding: 28px 0; }
.leaf-steps h3 { margin-bottom: 14px; font-size: 24px; }
.leaf-steps p { color: var(--muted); }
.sample-count { display: inline-block; font: 26px/1.4 var(--mono); color: var(--blue-light); margin-top: 14px; }
.leaf-steps li:nth-child(2) .sample-count { color: var(--amber); }
.leaf-steps li:nth-child(3) .sample-count { color: #f28a70; }
.leaf-definitions { margin-top: 52px; }
.leaf-definitions h3 { margin-bottom: 24px; }
.leaf-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.leaf-cards figure { background: var(--raised); border: 1px solid var(--line); padding: 24px 12px 18px; text-align: center; }
.leaf-cards img { display: block; width: 60px; height: 66px; margin: 0 auto 18px; }
.leaf-cards figcaption { font-size: 15px; color: var(--muted); }
.definition-list { list-style: none; margin: 0; padding: 0; }
.definition-list li { display: flex; gap: 20px; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 15px 0; }
.definition-list span { color: var(--blue-light); font: 13px var(--mono); align-self: center; }
.feature-grid { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 36px; border-top: 1px solid var(--line); }
.feature-grid li { padding: 26px 22px 26px 0; border-bottom: 1px solid var(--line); font-size: 21px; }
.callout { border-left: 3px solid var(--blue); padding-left: 24px; font-size: 24px; margin-top: 36px; }
.closing h2 { max-width: 800px; }
.site-footer { background: var(--deep); border-top: 1px solid var(--line); padding-block: 32px; }
.footer-wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; align-items: center; }
.footer-wrap p { color: var(--muted); font: 13px/1.6 var(--mono); }
/* Consulting: compact editorial layout, with services and experience easy to scan. */
.consulting-hero { padding-block: 64px; }
.consulting-hero h1 { max-width: 970px; }
.supporting-headline { font-size: clamp(23px, 2.6vw, 32px); line-height: 1.25; margin-top: 24px; }
.consulting-hero .lead { font-size: 19px; max-width: 790px; margin-top: 20px; }
.consulting-hero .note { margin-top: 20px; }
.section-nav { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px 28px; font: 13px/1.6 var(--mono); }
.consulting-page .section { padding-block: 64px; }
.when-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; }
.checklist { margin: 0; padding-left: 22px; }
.checklist li { padding: 0 0 16px 8px; color: var(--muted); }
.checklist li::marker { color: var(--blue); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service-grid .card { padding: 28px; }
.service-grid .card h3 { font-size: 25px; }
.service-grid .card p { font-size: 17px; }
.stages { list-style: none; padding: 0; margin: 36px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.stages li { border-top: 2px solid var(--line); padding-top: 22px; }
.stages h3 { font-size: 22px; margin-bottom: 14px; }
.stages p { color: var(--muted); font-size: 16px; }
.stages .eyebrow { margin-bottom: 18px; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 36px; }
.experience-grid article { border-top: 1px solid var(--line); padding-top: 24px; }
.experience-grid h3 { color: var(--blue-light); font-size: clamp(32px, 3.4vw, 48px); margin-bottom: 20px; }
.experience-grid h3 small { display: block; font: 13px/1.5 var(--mono); color: var(--muted); margin-top: 10px; }
.experience-grid p { font-size: 17px; color: var(--muted); }
.employers { margin-top: 36px; padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: 16px; }
.bio { max-width: 760px; }
.bio p { color: var(--muted); }
.credentials { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.credentials li { margin-bottom: 10px; color: var(--muted); font-size: 16px; }
.engagements { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.engagements h3 { font-size: 24px; margin-bottom: 20px; }
.engagements p { color: var(--muted); font-size: 17px; }
.engagements article { padding-top: 24px; border-top: 1px solid var(--line); }
@media (max-width: 900px) {
  .container { width: calc(100% - 48px); }
  .nav-wrap { gap: 20px; }
  .site-nav { gap: 18px; font-size: 14px; }
  .wordmark { font-size: 23px; }
  .split, .leaf-layout, .when-grid { gap: 36px; }
  .numbered { grid-template-columns: repeat(3, 1fr); }
  .numbered li { padding-left: 16px; border-bottom: 1px solid var(--line); }
  .numbered li:first-child { padding-left: 16px; }
  .stages { grid-template-columns: 1fr 1fr; }
  .experience-grid, .engagements { gap: 22px; }
}
@media (max-width: 650px) {
  html { scroll-padding-top: 145px; }
  body { font-size: 17px; }
  .container { width: calc(100% - 40px); }
  .nav-wrap { flex-direction: column; align-items: flex-start; gap: 8px; padding-block: 20px 12px; }
  .site-nav { width: 100%; justify-content: space-between; gap: 12px; font-size: 13px; }
  .site-nav a { padding-block: 8px; }
  .wordmark { font-size: 24px; }
  .hero { padding-block: 56px; }
  .hero h1 { font-size: clamp(36px, 9vw, 54px); }
  .lead { font-size: 19px; }
  .section { padding-block: 60px; }
  .consulting-page .section { padding-block: 48px; }
  .two-grid, .split, .leaf-layout, .when-grid, .service-grid, .experience-grid, .engagements { grid-template-columns: 1fr; gap: 28px; }
  .card, .service-grid .card { padding: 24px; }
  .answer { padding-left: 24px; }
  .numbered { grid-template-columns: 1fr 1fr; }
  .numbered li { font-size: 18px; }
  .leaf-visual { position: relative; top: auto; max-width: 440px; width: 100%; margin-inline: auto; }
  .leaf-visual img { aspect-ratio: 1; }
  .leaf-readout { inset: 28% 16px auto; }
  .leaf-cards { gap: 8px; }
  .leaf-cards figure { padding-inline: 8px; }
  .leaf-cards figcaption { font-size: 13px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid li { font-size: 18px; }
  .stages { gap: 28px 22px; }
  .stages h3 { font-size: 20px; }
  .footer-wrap { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

/* Small shared finishing details. */
.hero-name { font: 13px/1.6 var(--mono); color: var(--muted); }
.hero-name span { margin-inline: 8px; color: var(--blue); }
.possibility-note { margin-top: 24px; }
.concerns { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.concerns li { padding: 16px 22px; border: 1px solid var(--line); border-left: 3px solid var(--amber); background: var(--raised); }
.credentials h3 { font-size: 18px; }
.credentials ul { padding-left: 20px; }
@media (max-width: 380px) {
  .site-nav { column-gap: 8px; font-size: 12px; }
  .stages { grid-template-columns: 1fr; }
  .button { padding-inline: 16px; }
}
