:root {
  --gold: #ad8b3c;
  --gold-dark: #8f6f2b;
  --gold-wash: #efe6d2;
  --ink: #1e2a32;
  --ink-soft: #303b42;
  --paper: #f7f4ee;
  --paper-deep: #f0ece4;
  --white: #fcfaf6;
  --muted: #66706f;
  --rule: #ddd7cc;
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --ease: 160ms cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: #e9e8e4; color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; }
h1, h2, h3, p, dl, dd { margin: 0; }
.skip-link { position: fixed; z-index: 500; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; background: var(--ink); color: var(--white); }
.skip-link:focus { transform: translateY(0); }
.site-shell { width: min(calc(100% - 120px), 1176px); margin-inline: auto; }

.site-header, main, .site-footer { width: min(calc(100% - 64px), 1300px); margin-inline: auto; background: var(--white); }
.site-header { position: sticky; z-index: 100; top: 0; height: 62px; border: 1px solid var(--rule); border-bottom-color: #e4dfd5; border-radius: 10px 10px 0 0; }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand-logo { flex: 0 0 auto; display: inline-flex; align-items: center; width: clamp(178px, 16vw, 210px); }
.brand-logo img { width: 100%; height: auto; }
.nav-links { display: flex; align-items: center; gap: 40px; margin-left: auto; margin-right: 64px; font-size: 11px; font-weight: 700; }
.nav-links a { min-height: 42px; display: grid; place-items: center; border-bottom: 2px solid transparent; transition: color var(--ease), border-color var(--ease); }
.nav-links a:hover, .nav-links a:focus-visible, .nav-links a.active { color: var(--gold-dark); border-bottom-color: var(--gold); }
.header-actions { display: flex; align-items: center; }
.header-cta, .button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 12px; border-radius: 5px; padding: 0 20px; font-size: 11px; font-weight: 800; transition: transform var(--ease), background var(--ease), color var(--ease); }
.header-cta { background: var(--gold); color: var(--ink); }
.header-cta:hover, .button-gold:hover { transform: translateY(-1px); background: var(--gold-dark); color: var(--white); }
.mobile-nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.mobile-nav-toggle span { display: block; height: 1px; margin: 5px 0; background: var(--ink); }

main { border-inline: 1px solid var(--rule); }
.home-hero { min-height: 510px; display: flex; align-items: center; border-bottom: 1px solid var(--rule); background: radial-gradient(circle at 82% 42%, rgba(173,139,60,.08), transparent 34%), var(--paper); overflow: hidden; }
.hero-layout { display: grid; grid-template-columns: 56% 44%; align-items: center; gap: 30px; }
.hero-layout > * { min-width: 0; }
.hero-copy { position: relative; z-index: 2; padding-block: 62px 52px; }
.kicker { margin-bottom: 11px; color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .18em; line-height: 1.3; }
.hero-copy h1 { font-family: var(--serif); font-size: clamp(40px, 3.45vw, 58px); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.hero-promise { margin-top: 17px; color: var(--gold-dark); font-family: var(--serif); font-size: clamp(21px, 1.6vw, 27px); font-weight: 700; line-height: 1.25; }
.hero-description { max-width: 690px; margin-top: 21px; color: var(--ink-soft); font-size: 13px; line-height: 1.58; }
.hero-buttons { display: flex; align-items: center; gap: 28px; margin-top: 25px; }
.button { min-height: 48px; padding-inline: 23px; }
.button-gold { background: var(--gold); color: var(--ink); }
.text-action { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 800; }
.text-action span { font-size: 8px; }
.micro-copy { margin-top: 12px; color: var(--muted); font-size: 9px; }
.micro-copy span { margin-inline: 8px; color: var(--gold); }

.hero-art { position: relative; min-height: 405px; margin-right: -5px; }
.hero-paper { position: absolute; right: 12px; top: 74px; width: 340px; height: 260px; border-radius: 14px; background: rgba(252,250,246,.82); box-shadow: 0 18px 42px rgba(30,42,50,.11); transform: rotate(-1deg); }
.hero-paper-back { right: 74px; top: 52px; opacity: .65; }
.hero-growth-card { position: absolute; z-index: 2; top: 42px; right: 14px; width: 330px; height: 270px; overflow: hidden; border-radius: 14px; background: rgba(247,244,238,.96); box-shadow: 0 20px 48px rgba(30,42,50,.15); transform: rotate(-1.7deg); }
.hero-growth-card > p { position: absolute; z-index: 2; top: 0; right: 0; width: 185px; padding: 25px 24px; border-radius: 0 14px 0 12px; background: var(--ink-soft); color: var(--gold-wash); font-size: 14px; font-weight: 700; line-height: 1.4; }
.hero-growth-card > svg { position: absolute; inset: 64px 20px 15px 22px; width: calc(100% - 42px); color: var(--gold); }
.chart-grid { fill: none; stroke: var(--rule); stroke-width: 1; }
.chart-line { fill: none; stroke: var(--gold); stroke-width: 4; stroke-linecap: round; }
.chart-points circle { fill: var(--white); stroke: var(--gold); stroke-width: 4; }
.bar-chart { position: absolute; right: 40px; bottom: 28px; height: 85px; display: flex; align-items: flex-end; gap: 8px; }
.bar-chart i { display: block; width: 15px; background: var(--ink); box-shadow: 0 6px 12px rgba(30,42,50,.18); }
.bar-chart i:nth-child(1) { height: 30px; opacity: .48; }.bar-chart i:nth-child(2) { height: 54px; opacity: .7; }.bar-chart i:nth-child(3) { height: 82px; }
.hero-ledger-card { position: absolute; z-index: 3; left: -8px; top: 94px; width: 265px; padding: 20px 22px; border: 1px solid rgba(221,215,204,.9); border-radius: 12px; background: rgba(252,250,246,.96); box-shadow: 0 16px 38px rgba(30,42,50,.13); }
.hero-ledger-card > div { min-height: 52px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--rule); }
.hero-ledger-card > div:last-child { border: 0; }
.ledger-icon { width: 22px; color: var(--gold-dark); font-size: 17px; text-align: center; }
.hero-ledger-card strong, .hero-ledger-card small { display: block; }
.hero-ledger-card strong { font-size: 12px; }.hero-ledger-card small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.hero-note { position: absolute; right: 25px; bottom: 8px; color: var(--muted); font-family: cursive; font-size: 15px; line-height: 1.25; text-align: center; transform: rotate(-7deg); }

.proof-strip { min-height: 160px; display: flex; align-items: center; border-bottom: 1px solid var(--rule); background: var(--white); }
.proof-layout { display: grid; grid-template-columns: 60% 40%; align-items: center; }
.proof-intro { padding-right: 35px; border-right: 1px solid var(--rule); }
.proof-intro > strong { display: block; font-size: 13px; line-height: 1.3; }
.logo-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 22px; color: #465058; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.proof-stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-stats > div { min-height: 76px; display: flex; flex-direction: column; justify-content: center; padding-left: 24px; border-right: 1px solid var(--rule); }
.proof-stats > div:last-child { border: 0; }
.proof-stats dt { font-family: var(--serif); font-size: 25px; font-weight: 700; line-height: 1; }
.proof-stats dd { margin-top: 7px; color: var(--muted); font-size: 9px; line-height: 1.3; }
.proof-data { align-items: center; padding-left: 0 !important; text-align: center; }.proof-data dt { width: 28px; color: var(--ink); }.proof-data dd { color: var(--ink); }

.content-section { padding-block: 54px 58px; border-bottom: 1px solid var(--rule); background: var(--white); }
.section-heading { margin-bottom: 28px; }.section-heading h2 { font-family: var(--serif); font-size: clamp(25px, 2.2vw, 34px); line-height: 1.14; letter-spacing: -.035em; text-wrap: balance; }.section-heading > p:not(.kicker) { max-width: 745px; margin-top: 10px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.problem-section { padding-top: 44px; }
.activity-flow { display: grid; grid-template-columns: repeat(6, minmax(88px, 1fr)) 42px 230px; align-items: center; gap: 12px; }
.activity-tile { min-height: 102px; display: grid; place-items: center; align-content: center; gap: 13px; border: 1px solid var(--rule); border-radius: 8px; background: var(--white); box-shadow: 0 8px 18px rgba(30,42,50,.055); }
.activity-tile span { width: 28px; color: var(--ink); }.activity-tile strong { font-size: 10px; }
.flow-arrow { color: var(--ink); font-size: 28px; text-align: center; }
.activity-question { min-height: 102px; display: flex; align-items: center; gap: 17px; padding: 17px 21px; border: 1px solid #cfb878; border-radius: 8px; background: #faf5e8; }
.activity-question span { flex: 0 0 36px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--white); font-family: var(--serif); font-size: 21px; font-weight: 700; }.activity-question strong { font-size: 12px; line-height: 1.3; }

.cost-section { padding-top: 34px; }
.cost-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cost-item { min-height: 205px; padding: 25px 23px; border: 1px solid var(--rule); border-radius: 8px; background: var(--white); box-shadow: 0 8px 18px rgba(30,42,50,.045); }
.line-icon { width: 34px; height: 34px; display: block; color: var(--gold-dark); }.cost-item h3 { margin-top: 15px; font-family: var(--serif); font-size: 19px; line-height: 1.18; letter-spacing: -.025em; }.cost-item p { margin-top: 9px; color: var(--muted); font-size: 11px; line-height: 1.5; }

.system-section { padding-top: 38px; }
.system-flow { display: grid; grid-template-columns: 1fr 28px 1.22fr 28px 1.2fr 28px 1.22fr 28px 1.12fr; align-items: center; }
.system-step { min-height: 92px; display: flex; align-items: flex-start; gap: 12px; padding: 18px 14px; border: 1px solid var(--rule); border-radius: 7px; box-shadow: 0 7px 15px rgba(30,42,50,.035); }
.system-step > span { flex: 0 0 24px; color: var(--gold-dark); }.system-step h3 { font-family: var(--serif); font-size: 12px; line-height: 1.2; }.system-step p { margin-top: 5px; color: var(--muted); font-size: 9px; line-height: 1.4; }.system-arrow { color: var(--ink); font-size: 18px; text-align: center; }
.system-statement { margin-top: 22px; font-size: 12px; text-align: center; }

.framework-section { padding-top: 40px; }
.framework-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.framework-card { min-height: 260px; display: flex; flex-direction: column; padding: 23px; border: 1px solid #3d494f; border-radius: 7px; background: var(--ink); color: var(--white); box-shadow: 0 10px 20px rgba(30,42,50,.1); }
.framework-top { display: flex; justify-content: space-between; color: #d8dadd; font-size: 15px; }.framework-top i { width: 28px; color: #d6ae48; font-style: normal; }.framework-card h3 { margin-top: 18px; font-family: var(--serif); font-size: 17px; }.framework-card ul { margin: 16px 0 0; padding: 0; list-style: none; color: #e7e3dc; font-size: 10px; line-height: 1.85; }.framework-card li::before { content: "✓"; margin-right: 7px; color: #e0b349; }.framework-card a { margin-top: auto; padding-top: 14px; color: var(--white); font-size: 10px; font-weight: 700; }

.process-section { padding-block: 40px 48px; }
.process-layout { display: grid; grid-template-columns: 1fr 190px; align-items: center; gap: 34px; }
.process-list { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin: 30px 0 0; padding: 0; list-style: none; }
.process-list::before { content: ""; position: absolute; top: 18px; left: 18px; right: 18px; height: 1px; background: var(--rule); }
.process-list li { position: relative; padding-right: 10px; }.process-list li > span { position: relative; z-index: 1; width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 50%; background: var(--gold); color: var(--white); font-family: var(--serif); font-size: 12px; font-weight: 700; }.process-list strong { font-size: 10px; }.process-list p { margin-top: 5px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.improvement-wheel { position: relative; width: 180px; aspect-ratio: 1; border: 29px solid var(--paper-deep); border-radius: 50%; box-shadow: inset 0 0 0 1px var(--rule), 0 0 0 1px var(--rule); }
.improvement-wheel::after { content: ""; position: absolute; inset: -29px; border-radius: 50%; background: conic-gradient(rgba(173,139,60,.12), transparent 24%, rgba(30,42,50,.06) 25%, transparent 49%, rgba(173,139,60,.12) 50%, transparent 74%, rgba(30,42,50,.06) 75%, transparent); }
.improvement-wheel strong { position: absolute; z-index: 1; inset: 0; display: grid; place-items: center; font-family: var(--serif); font-size: 13px; line-height: 1.35; text-align: center; }.improvement-wheel > span { position: absolute; z-index: 2; font-size: 9px; font-weight: 700; }.wheel-plan { top: -23px; left: 48px; }.wheel-do { top: 42px; right: -18px; }.wheel-check { bottom: -22px; left: 42px; }.wheel-act { top: 42px; left: -22px; }

.results-section { padding-block: 40px 52px; background: var(--paper); }
.heading-with-link { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }.heading-with-link > a { min-height: 40px; display: inline-flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 800; white-space: nowrap; }
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.case-study-card { min-height: 330px; display: grid; grid-template-columns: 67% 33%; overflow: hidden; border: 1px solid var(--rule); border-radius: 8px; background: var(--white); box-shadow: 0 8px 18px rgba(30,42,50,.055); }
.case-copy { display: flex; flex-direction: column; padding: 20px 17px; }.case-copy header { display: flex; align-items: center; gap: 10px; }.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; padding: 7px; border-radius: 50%; background: var(--ink); color: var(--gold); }.case-copy header strong, .case-copy header small { display: block; }.case-copy header strong { font-family: var(--serif); font-size: 13px; }.case-copy header small { color: var(--muted); font-size: 8px; }.case-copy dl { margin-top: 19px; }.case-copy dl > div + div { margin-top: 12px; }.case-copy dt { font-size: 9px; font-weight: 800; }.case-copy dd { margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.45; }.case-result { margin-top: auto; }.case-result small, .case-result strong, .case-result span { display: block; }.case-result small { color: var(--gold-dark); font-size: 8px; font-weight: 800; }.case-result strong { font-family: var(--serif); font-size: 29px; line-height: 1.1; }.case-result span { color: var(--gold-dark); font-size: 9px; }
.case-media { display: flex; flex-direction: column; border-left: 1px solid var(--rule); }.case-media img { min-height: 0; flex: 1; width: 100%; object-fit: cover; filter: saturate(.62) sepia(.08); }.case-media a { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 5px; padding: 7px; border-top: 1px solid var(--rule); font-size: 8px; font-weight: 800; text-align: center; }

.why-section { padding-block: 39px 45px; }
.principles-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 34px; }.principles-grid article > span { width: 31px; height: 31px; display: block; color: var(--gold-dark); }.principles-grid h3 { margin-top: 13px; font-family: var(--serif); font-size: 13px; }.principles-grid p { margin-top: 7px; color: var(--muted); font-size: 9px; line-height: 1.45; }

.consultation-band { padding-block: 52px; background: var(--ink); color: var(--white); }
.band-layout { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }.kicker-light { color: #d0b774; }.band-layout h2 { font-family: var(--serif); font-size: clamp(26px, 2.5vw, 38px); line-height: 1.13; letter-spacing: -.035em; }.band-layout p:not(.kicker) { max-width: 760px; margin-top: 12px; color: #e4e0d8; font-size: 11px; }.band-layout > div:last-child { display: flex; flex-direction: column; align-items: center; gap: 13px; }.band-layout small { color: #c4c6c4; font-size: 8px; line-height: 1.55; text-align: center; }

.insights-section { padding-block: 34px 38px; }
.insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }.insight-card-ref { overflow: hidden; border: 1px solid var(--rule); border-radius: 5px; background: var(--white); }.insight-card-ref a { display: block; }.insight-card-ref img { width: 100%; aspect-ratio: 2.3/1; object-fit: cover; filter: saturate(.55) sepia(.08); transition: transform 300ms cubic-bezier(.22,1,.36,1); }.insight-card-ref:hover img { transform: scale(1.025); }.insight-card-ref div { padding: 14px 15px 15px; }.insight-card-ref .kicker { margin-bottom: 6px; font-size: 7px; }.insight-card-ref h3 { min-height: 43px; font-family: var(--serif); font-size: 13px; line-height: 1.35; }.insight-card-ref time { display: block; margin-top: 12px; color: var(--muted); font-size: 8px; }

.faq-section { padding-block: 24px 30px; border-bottom: 1px solid var(--rule); background: var(--white); }.faq-section .section-heading { margin-bottom: 13px; }.faq-section .section-heading h2 { font-size: 24px; }.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 20px; }.faq-grid details { border: 1px solid var(--rule); border-radius: 5px; background: var(--white); }.faq-grid summary { min-height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 9px 14px; cursor: pointer; list-style: none; font-size: 10px; font-weight: 700; }.faq-grid summary::-webkit-details-marker { display: none; }.faq-grid summary span { font-size: 14px; transition: transform var(--ease); }.faq-grid details[open] summary span { transform: rotate(180deg); }.faq-grid details p { padding: 2px 14px 14px; color: var(--muted); font-size: 10px; line-height: 1.55; }

.final-cta { position: relative; overflow: hidden; padding-block: 50px; background: linear-gradient(90deg, rgba(30,42,50,.98) 0%, rgba(30,42,50,.92) 58%, rgba(30,42,50,.64) 100%), url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=80") center 58%/cover; color: var(--white); }.final-cta .band-layout h2 { font-size: clamp(24px, 2.25vw, 34px); }.final-cta .button { align-self: center; }

.site-footer { border: 1px solid var(--rule); border-top: 0; border-radius: 0 0 10px 10px; padding-block: 36px 18px; background: var(--white); }.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 32px; }.footer-logo { width: min(100%, 230px); margin-bottom: 14px; }.footer-col p { max-width: 330px; color: var(--muted); font-size: 8px; line-height: 1.65; }.footer-col h5 { margin: 0 0 11px; font-size: 10px; }.footer-col ul { margin: 0; padding: 0; list-style: none; }.footer-col li { margin-top: 5px; font-size: 9px; }.footer-col a:hover { color: var(--gold-dark); }.social-links { display: flex; gap: 13px; margin-bottom: 12px; }.social-links a { font-size: 14px; font-weight: 800; }.footer-bottom { min-height: 42px; display: flex; align-items: flex-end; justify-content: space-between; border-top: 1px solid var(--rule); color: var(--muted); font-size: 8px; }.legal-links { display: flex; gap: 7px; }

.section { padding: 80px 0; }.container { width: min(calc(100% - 40px), 1176px); margin-inline: auto; }.heading-display, .heading-headline, .heading-title { font-family: var(--serif); }.body-lead { max-width: 68ch; }.body-muted { color: var(--muted); }.btn { display: inline-flex; min-height: 48px; align-items: center; padding: 0 20px; border-radius: 4px; background: var(--gold); font-size: 12px; font-weight: 700; }

/* Shared internal pages */
.page-section { padding-block: 50px; border-bottom: 1px solid var(--rule); background: var(--white); }
.inner-hero { min-height: 455px; display: flex; align-items: center; border-bottom: 1px solid var(--rule); background: radial-gradient(circle at 78% 42%, rgba(173,139,60,.1), transparent 34%), var(--paper); overflow: hidden; }
.inner-hero-grid { display: grid; grid-template-columns: 53% 47%; align-items: center; gap: 36px; }
.inner-hero-copy h1, .insight-hero h1, .about-hero h1, .contact-intro h1 { font-family: var(--serif); font-size: clamp(39px, 4vw, 59px); line-height: 1.08; letter-spacing: -.045em; }
.inner-hero-copy h1 em, .insight-hero h1 em, .about-hero h1 em { color: var(--gold-dark); font-style: normal; }
.inner-hero-copy > p:not(.kicker) { max-width: 640px; margin-top: 20px; color: var(--muted); font-size: 14px; }
.inner-hero-copy .button { margin-top: 28px; }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 55px; margin-bottom: 28px; }
.split-heading h2, .featured-grid h2, .article-list h2, .belief-grid h2, .story-grid h2, .team-grid h2, .contact-grid h2 { font-family: var(--serif); font-size: clamp(25px, 2.5vw, 35px); line-height: 1.16; letter-spacing: -.035em; }
.split-heading > p { color: var(--muted); font-size: 11px; }.split-heading > p a { color: var(--gold-dark); }
.button-soft { background: var(--gold-wash); color: var(--ink); }.button-outline { border: 1px solid var(--gold); background: transparent; color: var(--gold-dark); }
.page-cta { padding-block: 42px; background: linear-gradient(90deg, rgba(30,42,50,.98), rgba(30,42,50,.76)), url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=80") center 60%/cover; color: var(--white); }
.page-faq { padding-block: 34px 42px; background: var(--white); }.page-faq .split-heading { margin-bottom: 15px; }.page-faq .split-heading h2 { font-size: 28px; }

/* Solutions */
.solution-hero-art { position: relative; min-height: 355px; }
.discipline-stack { position: absolute; z-index: 2; top: 33px; left: 0; width: 225px; transform: rotate(-1deg); }.discipline-stack span { height: 56px; display: flex; align-items: center; gap: 17px; padding: 0 20px; border: 1px solid var(--rule); border-radius: 7px; background: rgba(252,250,246,.96); box-shadow: 0 9px 20px rgba(30,42,50,.07); }.discipline-stack svg { width: 24px; }.discipline-stack b { font-size: 13px; }
.discipline-lines { position: absolute; top: 53px; left: 216px; width: 150px; height: 250px; }.discipline-lines i { position: absolute; left: 0; width: 100%; height: 1px; background: var(--gold); transform-origin: right; }.discipline-lines i:nth-child(1) { top: 0; transform: rotate(29deg); }.discipline-lines i:nth-child(2) { top: 55px; transform: rotate(17deg); }.discipline-lines i:nth-child(3) { top: 112px; }.discipline-lines i:nth-child(4) { top: 169px; transform: rotate(-17deg); }.discipline-lines i:nth-child(5) { top: 225px; transform: rotate(-29deg); }
.growth-door { position: absolute; z-index: 2; top: 78px; right: 0; width: 145px; height: 180px; display: flex; flex-direction: column; justify-content: center; gap: 22px; padding: 22px; border-radius: 5px; background: var(--gold); color: var(--white); box-shadow: 0 15px 32px rgba(30,42,50,.13); transform: perspective(500px) rotateY(-12deg); }.growth-door strong { font-size: 15px; }.growth-door svg { width: 42px; align-self: flex-end; }
.solution-hero-art > p { position: absolute; right: 2px; bottom: 6px; color: var(--muted); font-size: 16px; line-height: 1.25; }
.solution-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.solution-card { min-height: 455px; display: grid; grid-template-columns: 67% 33%; overflow: hidden; border: 1px solid var(--rule); border-radius: 8px; background: var(--white); box-shadow: 0 7px 18px rgba(30,42,50,.04); }.solution-card-copy { display: flex; flex-direction: column; padding: 22px 25px; }.solution-number { width: 54px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); font-size: 13px; font-weight: 700; }.solution-card h3 { margin-top: 17px; font-family: var(--serif); font-size: 26px; line-height: 1.15; }.solution-card p { margin-top: 10px; color: var(--muted); font-size: 10px; }.solution-card .lead { color: var(--ink); font-size: 12px; }.solution-card ul { margin: 17px 0 0; padding: 0; list-style: none; font-size: 10px; line-height: 1.85; }.solution-card li::before { content: "✓"; width: 17px; height: 17px; display: inline-grid; place-items: center; margin-right: 8px; border-radius: 50%; background: var(--gold); color: var(--white); font-size: 9px; }.solution-card-copy > a { width: fit-content; margin-top: auto; border-bottom: 1px solid var(--ink); padding-bottom: 4px; font-size: 11px; font-weight: 800; }.solution-card-copy > a span { margin-left: 14px; color: var(--gold-dark); }.solution-card figure { position: relative; margin: 10px 10px 10px 0; overflow: hidden; border-radius: 4px; }.solution-card figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(30,42,50,.36), transparent 60%); }.solution-card figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.45) sepia(.12); }.solution-card figcaption { position: absolute; z-index: 1; right: 17px; bottom: 22px; left: 17px; color: var(--white); font-size: 18px; line-height: 1.08; }
.approach-section { background: var(--paper); }.approach-flow { display: grid; grid-template-columns: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr; align-items: center; }.approach-flow article { text-align: center; }.approach-flow article > span { width: 62px; height: 62px; display: grid; place-items: center; margin: auto; padding: 17px; border-radius: 50%; background: var(--paper-deep); }.approach-flow h3 { margin-top: 12px; font-size: 11px; }.approach-flow p { margin-top: 5px; color: var(--muted); font-size: 9px; line-height: 1.45; }.approach-flow > i { color: var(--gold-dark); font-style: normal; text-align: center; }
.impact-section { background: var(--paper); }.impact-heading { grid-template-columns: 1.1fr .8fr auto; }.impact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.impact-grid article { position: relative; min-height: 130px; padding: 20px; border: 1px solid var(--rule); border-radius: 6px; background: var(--white); }.impact-grid small { color: var(--muted); font-size: 8px; }.impact-grid h3 { max-width: 270px; margin-top: 5px; font-size: 15px; font-weight: 600; line-height: 1.35; }.impact-grid a { position: absolute; bottom: 17px; color: var(--gold-dark); font-size: 9px; font-weight: 700; }.impact-grid svg { position: absolute; right: 19px; bottom: 16px; width: 32px; color: var(--gold-dark); }

/* Insights */
.insight-hero { border-bottom: 1px solid var(--rule); background: var(--paper); }.insight-hero-grid { min-height: 520px; display: grid; grid-template-columns: 57% 43%; }.insight-hero-grid > div { align-self: center; padding: 45px 42px 45px 0; }.insight-hero h1 { font-size: clamp(40px, 4.4vw, 60px); }.insight-hero strong { display: block; margin-top: 19px; color: var(--muted); font-size: 13px; }.insight-hero-grid > div > p:not(.kicker) { max-width: 635px; margin-top: 12px; color: var(--muted); font-size: 12px; }.insight-hero .button { margin-top: 23px; }.insight-hero figure { position: relative; margin: 0; overflow: hidden; }.insight-hero figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.5) sepia(.12) brightness(1.06); }.insight-hero figcaption { position: absolute; top: 72px; left: 45%; color: var(--muted); font-family: cursive; font-size: 21px; line-height: 1.15; transform: rotate(-4deg); }.book-stack { position: absolute; bottom: 65px; left: 45px; display: flex; align-items: flex-start; flex-direction: column; }.book-stack span { min-width: 180px; margin-top: -1px; padding: 4px 12px; border: 1px solid #aaa298; background: var(--paper-deep); font-family: var(--serif); font-size: 12px; }.book-stack span:nth-child(2) { margin-left: 7px; }.book-stack span:nth-child(3) { margin-left: 3px; }.book-stack span:nth-child(4) { margin-left: 10px; }
.topic-nav { border-bottom: 1px solid var(--rule); background: var(--white); }.topic-nav .site-shell { min-height: 118px; display: grid; grid-template-columns: repeat(7, 1fr); }.topic-nav a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 11px; padding: 17px 9px; color: var(--ink-soft); font-size: 10px; line-height: 1.2; text-align: center; }.topic-nav a.active { background: var(--paper); color: var(--ink); }.topic-nav a > span { width: 27px; color: var(--ink); }.topic-nav a.active > span { color: var(--gold-dark); }
.featured-insight { background: var(--white); }.featured-grid { display: grid; grid-template-columns: 40% 60%; align-items: center; }.featured-grid > div { padding-right: 45px; }.featured-grid h2 { font-size: 35px; }.featured-grid > div > p:not(.kicker) { max-width: 380px; margin-top: 13px; color: var(--muted); font-size: 12px; }.featured-grid .button { margin-top: 22px; }.featured-grid small { display: block; margin-top: 15px; color: var(--muted); font-size: 8px; }.featured-grid figure { position: relative; height: 340px; margin: 0; overflow: hidden; border-radius: 6px; }.featured-grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 35%, rgba(30,42,50,.55)); }.featured-grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.45) sepia(.2); }.featured-grid figcaption { position: absolute; z-index: 1; top: 75px; right: 45px; color: var(--white); font-family: var(--serif); font-size: 27px; line-height: 1.15; }
.article-list { background: var(--paper); }.article-list .heading-with-link h2 { font-family: var(--serif); font-size: 30px; }.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 28px; }.article-grid article { overflow: hidden; border: 1px solid var(--rule); border-radius: 5px; background: var(--white); box-shadow: 0 6px 15px rgba(30,42,50,.035); }.article-grid img { width: 100%; aspect-ratio: 2/1; object-fit: cover; filter: saturate(.55) sepia(.1); }.article-grid article > a > div { min-height: 190px; display: flex; flex-direction: column; padding: 16px; }.article-grid .kicker { margin-bottom: 7px; font-size: 8px; }.article-grid h3 { font-family: var(--serif); font-size: 18px; line-height: 1.25; }.article-grid h3 + p { margin-top: 9px; color: var(--muted); font-size: 10px; }.article-grid footer { display: flex; justify-content: space-between; margin-top: auto; color: var(--muted); font-size: 8px; }.article-grid footer b { color: var(--gold-dark); font-size: 18px; font-weight: 400; }

/* About */
.about-hero { border-bottom: 1px solid var(--rule); background: var(--paper); }.about-hero-grid { min-height: 475px; display: grid; grid-template-columns: 56% 44%; }.about-hero-grid > div { align-self: center; padding-right: 50px; }.about-hero-grid > div > p:not(.kicker) { max-width: 650px; margin-top: 20px; color: var(--ink-soft); font-size: 12px; }.about-hero .button { margin-top: 25px; }.about-hero figure { position: relative; align-self: stretch; margin: 0; }.about-hero img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.45) sepia(.15) brightness(1.08); }.about-hero figcaption { position: absolute; inset: 0; }.about-hero figcaption strong { position: absolute; top: 115px; left: 70px; font-size: 20px; line-height: 1.15; }.about-hero figcaption span { position: absolute; right: 45px; bottom: 90px; color: var(--white); font-size: 15px; line-height: 1.3; }
.belief-grid { display: grid; grid-template-columns: 56% 44%; align-items: center; gap: 55px; }.belief-grid h2 { font-size: 28px; line-height: 1.25; }.belief-grid figure { position: relative; height: 215px; margin: 0; overflow: hidden; border-radius: 5px; }.belief-grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.3) sepia(.08) brightness(1.1); }.belief-grid figcaption { position: absolute; top: 42px; right: 45px; font-size: 17px; line-height: 1.18; }
.split-about { display: grid; grid-template-columns: 31% 69%; align-items: center; gap: 40px; }.split-about header h2 { font-family: var(--serif); font-size: 27px; line-height: 1.17; }.principle-flow, .capability-flow { display: grid; grid-template-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr; align-items: start; }.principle-flow article, .capability-flow article { text-align: center; }.principle-flow article > span, .capability-flow article > span { width: 58px; height: 58px; display: grid; place-items: center; margin: auto; padding: 17px; border-radius: 50%; background: var(--paper-deep); }.principle-flow h3, .capability-flow h3 { margin-top: 10px; font-size: 9px; line-height: 1.35; }.principle-flow p { margin-top: 6px; color: var(--muted); font-size: 8px; line-height: 1.5; }.principle-flow > i, .capability-flow > i { padding-top: 22px; color: var(--gold-dark); font-style: normal; }
.framework-about { background: var(--paper); }.framework-about-grid { display: grid; grid-template-columns: 38% 62%; align-items: center; }.framework-about-grid > div:first-child > h2 { font-family: var(--serif); font-size: 36px; line-height: 1.15; }.framework-about-grid > div:first-child > p:not(.kicker) { max-width: 390px; margin-top: 17px; color: var(--muted); font-size: 11px; }.framework-about-grid .button { margin-top: 25px; }.orbit-framework { position: relative; width: 490px; height: 330px; margin-left: auto; border: 1px solid var(--gold); border-radius: 50%; }.orbit-framework > strong { position: absolute; inset: 95px 170px; display: grid; place-items: center; border-radius: 50%; background: var(--paper-deep); font-size: 13px; text-align: center; }.orbit-framework > span { position: absolute; width: 94px; display: flex; flex-direction: column; align-items: center; gap: 5px; text-align: center; }.orbit-framework > span svg { width: 27px; }.orbit-framework > span b { font-size: 9px; }.orbit-one { top: -2px; left: 198px; }.orbit-two { top: 115px; right: -2px; }.orbit-three { bottom: -3px; left: 198px; }.orbit-four { top: 115px; left: -2px; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr .9fr; gap: 50px; }.story-grid h2 { font-size: 30px; }.story-grid p { margin-top: 14px; color: var(--muted); font-size: 10px; }.story-grid > p { padding-top: 42px; }.story-stats { padding-left: 38px; border-left: 1px solid var(--rule); }.story-stats dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.story-stats dt { font-family: var(--serif); font-size: 25px; }.story-stats dd { color: var(--muted); font-size: 8px; }
.team-grid { display: grid; grid-template-columns: 30% 70%; align-items: stretch; }.team-grid > div { padding: 25px 45px 25px 0; }.team-grid > div > p:not(.kicker) { margin-top: 13px; color: var(--muted); font-size: 10px; }.team-grid .button { margin-top: 22px; }.team-grid figure { position: relative; height: 270px; margin: 0; overflow: hidden; border-radius: 5px; }.team-grid img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) sepia(.12); }.team-grid figcaption { position: absolute; left: 30px; bottom: 28px; color: var(--white); font-size: 17px; line-height: 1.18; }
.capabilities-section, .values-section { padding-block: 34px; }.capability-flow h3 { font-size: 9px; }.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }.values-grid article { display: flex; gap: 13px; }.values-grid article > span { flex: 0 0 26px; color: var(--gold-dark); }.values-grid h3 { font-size: 11px; }.values-grid p { margin-top: 4px; color: var(--muted); font-size: 8px; line-height: 1.4; }.about-cta-grid { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 45px; }.about-cta-grid h2 { font-family: var(--serif); font-size: 28px; line-height: 1.2; }.about-cta-grid > p { color: var(--white); font-size: 10px; }

/* Contact */
.contact-hero { padding-block: 38px 48px; border-bottom: 1px solid var(--rule); background: var(--paper); }.contact-grid { display: grid; grid-template-columns: 52% 48%; align-items: start; gap: 34px; }.contact-intro { padding-top: 20px; }.contact-intro > p:not(.kicker) { max-width: 530px; margin-top: 18px; color: var(--muted); font-size: 13px; }.contact-intro figure { position: relative; height: 590px; margin: 36px 0 0; overflow: hidden; border-radius: 7px; }.contact-intro img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.45) sepia(.18) brightness(1.12); }.contact-intro figcaption { position: absolute; inset: 0; }.contact-intro figcaption strong { position: absolute; top: 90px; left: 43%; font-size: 24px; line-height: 1.1; }.contact-intro figcaption span { position: absolute; top: 120px; right: 43px; font-size: 12px; }.contact-intro figcaption small { position: absolute; bottom: 38px; left: 35px; color: var(--white); font-size: 15px; line-height: 1.2; }
.contact-form-card { padding: 28px 34px; border: 1px solid #ebe6dc; border-radius: 15px; background: rgba(252,250,246,.94); box-shadow: 0 14px 32px rgba(30,42,50,.055); }.contact-form-card h2 { font-size: 26px; }.contact-form-card > p { margin-top: 7px; color: var(--muted); font-size: 11px; }.contact-form-card form { display: grid; gap: 15px; margin-top: 20px; }.contact-form-card form > label, .contact-form-card legend { color: var(--ink); font-size: 10px; font-weight: 800; }.contact-form-card fieldset { margin: 0; padding: 0; border: 0; }.field-wrap { position: relative; margin-top: 6px; }.field-wrap svg { position: absolute; top: 14px; left: 13px; width: 18px; color: var(--muted); }.contact-form-card input[type="text"], .contact-form-card textarea { width: 100%; border: 1px solid var(--rule); border-radius: 5px; background: var(--white); color: var(--ink); font: 400 11px/1.5 var(--sans); }.contact-form-card input[type="text"] { height: 45px; padding: 10px 12px 10px 40px; }.contact-form-card textarea { min-height: 110px; margin-top: 6px; padding: 12px; resize: vertical; }.stage-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; margin-top: 8px; }.stage-options label { cursor: pointer; }.stage-options input { position: absolute; opacity: 0; }.stage-options span { min-height: 42px; display: grid; place-items: center; border: 1px solid var(--rule); border-radius: 999px; font-size: 10px; font-weight: 500; }.stage-options input:checked + span { border-color: var(--gold-dark); box-shadow: inset 0 0 0 1px var(--gold-dark); }.challenge-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; margin-top: 9px; }.challenge-options label { display: flex; align-items: center; gap: 8px; font-size: 9px; font-weight: 500; }.challenge-options input { width: 17px; height: 17px; accent-color: var(--gold); }.form-submit { width: 100%; border: 0; cursor: pointer; }.form-note { color: var(--muted); font-size: 9px; }.honeypot { position: absolute; left: -10000px; }.field-error { display: block; margin-top: 4px; color: #a43f35; font-size: 8px; }.form-error, .form-success { padding: 11px 13px; border-radius: 5px; font-size: 9px; }.form-error { border: 1px solid #a43f35; color: #a43f35; }.form-success { display: grid; gap: 3px; border: 1px solid #3d6c50; color: #3d6c50; }
.three-step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 65px; }.three-step-grid article { position: relative; min-height: 255px; padding: 22px; border: 1px solid var(--rule); border-radius: 6px; }.three-step-grid article:not(:last-child)::after { content: "→"; position: absolute; top: 50%; right: -45px; color: var(--gold-dark); font-size: 23px; }.three-step-grid b { width: 53px; display: block; padding-bottom: 9px; border-bottom: 2px solid var(--gold); font-size: 12px; }.three-step-grid article > span, .consultation-value-grid article > span { width: 58px; height: 58px; display: grid; place-items: center; margin-top: 21px; padding: 17px; border-radius: 50%; background: var(--paper-deep); }.three-step-grid h3 { margin-top: 13px; font-family: var(--serif); font-size: 17px; }.three-step-grid p { margin-top: 9px; color: var(--muted); font-size: 10px; }
.consultation-values { background: var(--paper); }.consultation-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }.consultation-value-grid article { min-height: 175px; padding: 20px; border: 1px solid var(--rule); border-radius: 5px; background: var(--white); }.consultation-value-grid article > span { margin-top: 0; }.consultation-value-grid h3 { margin-top: 12px; font-size: 15px; }.consultation-value-grid p { margin-top: 8px; color: var(--muted); font-size: 10px; }.faq-single { display: grid; gap: 8px; }.faq-single details { border: 1px solid var(--rule); border-radius: 5px; }.faq-single summary { min-height: 43px; display: flex; align-items: center; justify-content: space-between; padding: 10px 16px; cursor: pointer; list-style: none; font-size: 10px; font-weight: 700; }.faq-single summary::-webkit-details-marker { display: none; }.faq-single details p { padding: 0 16px 14px; color: var(--muted); font-size: 9px; }

a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 3px; }
.contact-intro figcaption strong, .contact-intro figcaption span, .contact-intro figcaption small { color: var(--white); text-shadow: 0 2px 12px rgba(30,42,50,.65); }

@media (max-width: 1100px) {
  .site-shell { width: min(calc(100% - 64px), 960px); }
  .site-header, main, .site-footer { width: 100%; border-inline: 0; border-radius: 0; }
  .site-header .brand-logo { width: 180px; }.nav-links { margin-right: 30px; gap: 25px; }
  .hero-layout { grid-template-columns: 52% 48%; }.hero-copy h1 { font-size: 39px; }.hero-promise { font-size: 19px; }.hero-ledger-card { left: 0; width: 230px; }.hero-growth-card { width: 295px; }
  .activity-flow { grid-template-columns: repeat(6, 1fr); }.activity-question { grid-column: 3 / 6; }.flow-arrow { grid-column: 2 / 3; }
  .system-flow { grid-template-columns: repeat(5, 1fr); gap: 12px; }.system-arrow { display: none; }.system-step { display: block; }.system-step > span { display: block; margin-bottom: 10px; }
  .case-study-card { grid-template-columns: 62% 38%; }.process-layout { grid-template-columns: 1fr; }.improvement-wheel { display: none; }
  .inner-hero-grid { grid-template-columns: 50% 50%; }.solution-hero-art { transform: scale(.86); transform-origin: center; }.solution-card { grid-template-columns: 62% 38%; }.solution-card h3 { font-size: 22px; }.solution-card-copy { padding: 20px; }
  .orbit-framework { transform: scale(.82); transform-origin: right center; }.article-grid { gap: 16px; }.contact-grid { grid-template-columns: 48% 52%; }.contact-form-card { padding-inline: 26px; }
}

@media (max-width: 760px) {
  body { background: var(--white); font-size: 14px; }
  .site-shell { width: calc(100% - 32px); }
  .site-header { height: 64px; }.site-header .brand-logo { width: 174px; }.nav-links { position: fixed; z-index: 90; inset: 64px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 12px 20px 22px; border-bottom: 1px solid var(--rule); background: var(--white); box-shadow: 0 18px 34px rgba(30,42,50,.12); }.nav-links.is-open { display: flex; }.nav-links a { justify-items: start; border-bottom: 1px solid var(--rule); }.mobile-contact-link { display: grid !important; }.header-cta { display: none; }.mobile-nav-toggle { display: block; }
  .home-hero { min-height: 0; }.hero-layout { grid-template-columns: minmax(0, 1fr); gap: 0; }.hero-copy { min-width: 0; padding-block: 52px 30px; }.hero-copy h1 { max-width: 100%; overflow-wrap: anywhere; font-size: clamp(32px, 10vw, 40px); }.hero-promise { max-width: 100%; font-size: 18px; }.hero-promise br { display: none; }.hero-description { max-width: 100%; font-size: 12px; }.hero-buttons { width: 100%; align-items: stretch; flex-direction: column; gap: 8px; }.hero-buttons .button { width: 100%; }.text-action { justify-content: center; }.micro-copy { text-align: center; }
  .hero-art { min-height: 380px; transform: scale(.9); transform-origin: center top; }.hero-growth-card { right: -15px; }.hero-ledger-card { left: -16px; }
  .proof-strip { padding-block: 28px; }.proof-layout { grid-template-columns: 1fr; }.proof-intro { padding: 0 0 25px; border: 0; }.logo-row { flex-wrap: wrap; justify-content: flex-start; }.proof-stats { padding-top: 20px; border-top: 1px solid var(--rule); }.proof-stats > div { min-height: 64px; padding-left: 12px; }.proof-stats dt { font-size: 20px; }
  .content-section { padding-block: 44px; }.section-heading h2 { font-size: 27px; }.section-heading br { display: none; }
  .activity-flow { grid-template-columns: repeat(2, 1fr); }.activity-tile { min-height: 86px; }.flow-arrow { grid-column: 1 / 3; transform: rotate(90deg); }.activity-question { grid-column: 1 / 3; justify-content: center; }
  .cost-grid, .framework-grid, .cases-grid, .insights-grid, .faq-grid { grid-template-columns: 1fr; }.cost-item { min-height: 0; }.framework-card { min-height: 245px; }.system-flow { grid-template-columns: 1fr; }.system-step { display: flex; min-height: 78px; }.system-step > span { margin: 0; }.system-arrow { display: block; transform: rotate(90deg); }.process-list { grid-template-columns: 1fr; gap: 18px; }.process-list::before { top: 18px; bottom: 18px; left: 18px; right: auto; width: 1px; height: auto; }.process-list li { display: grid; grid-template-columns: 50px 1fr; padding: 0; }.process-list li > span { grid-row: 1 / 3; }.process-list p { grid-column: 2; }.case-study-card { min-height: 300px; }.principles-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }.principles-grid article:last-child { grid-column: 1 / 3; }.heading-with-link { align-items: flex-start; flex-direction: column; }.band-layout { grid-template-columns: 1fr; gap: 28px; }.consultation-band, .final-cta { padding-block: 45px; }.band-layout > div:last-child { align-items: flex-start; }.final-cta { background-position: 65% center; }.final-cta .button { align-self: start; }.footer-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }.footer-grid .footer-col:first-child { grid-column: 1 / 3; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; padding-top: 18px; }
  .page-section { padding-block: 42px; }.inner-hero, .insight-hero, .about-hero { min-height: 0; }.inner-hero-grid, .insight-hero-grid, .about-hero-grid, .belief-grid, .featured-grid, .framework-about-grid, .team-grid, .contact-grid { grid-template-columns: minmax(0, 1fr); }.inner-hero-copy { padding-block: 48px 20px; }.inner-hero-copy h1, .insight-hero h1, .about-hero h1, .contact-intro h1 { font-size: clamp(34px, 10vw, 44px); }.inner-hero-copy h1 br, .insight-hero h1 br, .about-hero h1 br { display: none; }.solution-hero-art { min-height: 340px; transform: scale(.8); transform-origin: center top; }.discipline-stack { left: -20px; }.growth-door { right: -25px; }
  .split-heading, .impact-heading, .split-about, .story-grid, .about-cta-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; align-items: start; }.solution-cards, .impact-grid, .article-grid, .values-grid, .three-step-grid, .consultation-value-grid { grid-template-columns: minmax(0, 1fr); }.solution-card { min-height: 520px; grid-template-columns: 64% 36%; }.solution-card-copy { padding: 18px 15px; }.solution-card h3 { font-size: 20px; }.solution-card p, .solution-card ul { font-size: 9px; }.approach-flow, .principle-flow, .capability-flow { grid-template-columns: minmax(0, 1fr); gap: 13px; }.approach-flow > i, .principle-flow > i, .capability-flow > i { padding: 0; transform: rotate(90deg); }.approach-flow article, .principle-flow article { display: grid; grid-template-columns: 55px 1fr; column-gap: 14px; text-align: left; }.approach-flow article > span, .principle-flow article > span { grid-row: 1 / 3; width: 52px; height: 52px; }.approach-flow h3, .principle-flow h3 { margin-top: 4px; }.impact-heading .button { width: fit-content; }
  .insight-hero-grid > div, .about-hero-grid > div { padding: 48px 0 35px; }.insight-hero figure, .about-hero figure { height: 350px; }.topic-nav { overflow-x: auto; }.topic-nav .site-shell { width: max-content; min-height: 95px; grid-template-columns: repeat(7, 105px); }.featured-grid > div { padding: 0 0 28px; }.featured-grid h2 { font-size: 29px; }.featured-grid figure { height: 300px; }.featured-grid figcaption { top: 55px; right: 25px; font-size: 22px; }.article-list .heading-with-link { display: block; }.article-list .heading-with-link > a { margin-top: 13px; }
  .belief-grid { gap: 28px; }.belief-grid h2 { font-size: 23px; }.belief-grid figure { height: 210px; }.orbit-framework { width: 310px; height: 260px; margin: 40px auto 0; transform: none; }.orbit-framework > strong { inset: 81px 98px; }.orbit-one, .orbit-three { left: 108px; }.story-grid > p { padding-top: 0; }.story-stats { padding: 20px 0 0; border: 0; border-top: 1px solid var(--rule); }.team-grid > div { padding: 0 0 25px; }.team-grid figure { height: 260px; }.capability-flow article { display: flex; align-items: center; gap: 13px; text-align: left; }.capability-flow article > span { flex: 0 0 52px; margin: 0; }.capability-flow h3 { margin: 0; }.values-grid { gap: 20px; }
  .contact-hero { padding-top: 20px; }.contact-intro figure { height: 430px; margin-top: 26px; }.contact-intro figcaption strong { left: 38%; }.contact-form-card { margin-top: 28px; padding: 24px 18px; }.stage-options, .challenge-options { grid-template-columns: 1fr; }.three-step-grid { gap: 18px; }.three-step-grid article { min-height: 220px; }.three-step-grid article:not(:last-child)::after { display: none; }
  .inner-hero-copy h1 br { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Homepage v2: clearer hierarchy, fewer cards, stronger evidence. */
.home-v2 { font-size: 16px; }
.home-v2 .home-hero { min-height: 650px; background: radial-gradient(circle at 84% 44%, rgba(173,139,60,.12), transparent 32%), var(--paper); }
.home-v2 .hero-layout { grid-template-columns: minmax(0, 7fr) minmax(390px, 5fr); gap: clamp(30px, 5vw, 74px); }
.home-v2 .hero-copy { padding-block: 86px 78px; }
.home-v2 .kicker { margin-bottom: 16px; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.home-v2 .hero-copy h1 { max-width: 760px; font-size: clamp(46px, 5vw, 72px); line-height: 1.02; letter-spacing: -.048em; }
.home-v2 .hero-promise { max-width: 680px; margin-top: 24px; font-size: clamp(22px, 2vw, 29px); line-height: 1.32; }
.home-v2 .hero-description { max-width: 65ch; margin-top: 22px; font-size: 15px; line-height: 1.75; }
.home-v2 .hero-buttons { margin-top: 30px; }
.home-v2 .button, .home-v2 .text-action { font-size: 12px; }
.home-v2 .button:active, .header-cta:active { transform: scale(.97); }
.home-v2 .micro-copy { margin-top: 14px; font-size: 11px; }
.home-v2 .hero-art { min-height: 450px; }
.home-v2 .hero-growth-card { top: 48px; right: 0; width: 350px; height: 292px; }
.home-v2 .hero-ledger-card { top: 115px; left: -24px; width: 285px; padding: 22px 24px; }
.home-v2 .hero-ledger-card > div { min-height: 57px; }
.home-v2 .hero-ledger-card strong { font-size: 13px; }
.home-v2 .hero-ledger-card small { font-size: 11px; }
.home-v2 .hero-note { right: 14px; bottom: 22px; font-family: var(--serif); font-size: 13px; font-style: italic; }

.principle-strip { border-bottom: 1px solid var(--rule); background: var(--white); }
.principle-strip-grid { min-height: 178px; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); align-items: stretch; }
.principle-strip-intro { display: flex; align-items: center; padding-right: 42px; font-family: var(--serif); font-size: 18px; font-weight: 700; line-height: 1.45; }
.principle-strip-item { display: flex; justify-content: center; flex-direction: column; padding: 26px 28px; border-left: 1px solid var(--rule); }
.principle-strip-item span { color: var(--gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.principle-strip-item strong { margin-top: 12px; font-family: var(--serif); font-size: 16px; line-height: 1.35; }
.principle-strip-item small { margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.55; }

.home-section { padding-block: clamp(78px, 8vw, 112px); border-bottom: 1px solid var(--rule); background: var(--white); }
.home-v2 .section-heading { margin-bottom: 44px; }
.home-v2 .section-heading h2, .framework-intro h2, .process-intro h2 { font-size: clamp(32px, 3.2vw, 48px); line-height: 1.14; letter-spacing: -.038em; }
.home-v2 .section-heading > p:not(.kicker), .process-intro > p:not(.kicker), .framework-intro > p:not(.kicker) { margin-top: 20px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.section-heading-split { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr); align-items: end; gap: clamp(40px, 8vw, 120px); }
.section-heading-split > p, .section-heading-split > a { margin-bottom: 5px; }
.section-heading-split > a { min-height: 44px; display: inline-flex; align-items: center; justify-self: end; gap: 10px; color: var(--gold-dark); font-size: 13px; font-weight: 800; }

.diagnosis-section { padding-bottom: clamp(68px, 7vw, 96px); background: var(--paper); }
.diagnosis-layout { display: grid; grid-template-columns: minmax(0, 5fr) minmax(480px, 7fr); align-items: start; gap: clamp(54px, 9vw, 128px); }
.diagnosis-layout .section-heading { margin: 0; }
.section-note { padding-top: 22px; border-top: 1px solid var(--rule); color: var(--ink) !important; font-family: var(--serif); font-size: 17px !important; font-weight: 700; }
.diagnosis-panel { border-top: 3px solid var(--ink); background: var(--white); }
.activity-index { display: grid; grid-template-columns: repeat(3, 1fr); }
.activity-index > div { min-height: 94px; display: flex; flex-direction: column; justify-content: center; padding: 18px 22px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.activity-index > div:nth-child(3n) { border-right: 0; }
.activity-index span { color: var(--gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.activity-index strong { margin-top: 7px; font-size: 13px; }
.diagnosis-question { min-height: 120px; display: flex; align-items: center; gap: 20px; padding: 24px; background: var(--ink); color: var(--white); }
.diagnosis-question > span { flex: 0 0 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-wash); font-family: var(--serif); font-size: 22px; }
.diagnosis-question small, .diagnosis-question strong { display: block; }
.diagnosis-question small { color: #c9cbc8; font-size: 11px; }
.diagnosis-question strong { max-width: 420px; margin-top: 5px; font-family: var(--serif); font-size: 20px; line-height: 1.3; }
.consequence-list { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 68px; border-top: 1px solid var(--rule); }
.consequence-item { min-height: 156px; display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 30px 40px 30px 0; border-bottom: 1px solid var(--rule); }
.consequence-item:nth-child(odd) { margin-right: 40px; border-right: 1px solid var(--rule); }
.consequence-item > span { color: var(--gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.consequence-item h3 { font-family: var(--serif); font-size: 20px; line-height: 1.28; }
.consequence-item p { margin-top: 9px; color: var(--muted); font-size: 13px; line-height: 1.65; }

.system-section-v2 { background: var(--white); scroll-margin-top: 82px; }
.system-sequence { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-block: 1px solid var(--rule); list-style: none; }
.system-sequence li { position: relative; min-height: 230px; padding: 25px 24px 28px; border-right: 1px solid var(--rule); }
.system-sequence li:last-child { border-right: 0; }
.system-sequence li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 47px; right: -12px; width: 24px; background: var(--white); color: var(--gold-dark); text-align: center; }
.system-sequence-number { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.system-sequence-icon { width: 31px; display: block; margin-top: 34px; color: var(--gold-dark); }
.system-sequence h3 { margin-top: 20px; font-family: var(--serif); font-size: 17px; line-height: 1.3; }
.system-sequence p { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.system-statement-v2 { max-width: 820px; margin: 44px auto 0; font-family: var(--serif); font-size: clamp(20px, 2vw, 27px); line-height: 1.45; text-align: center; }
.system-statement-v2 span { display: block; margin-bottom: 10px; color: var(--gold-dark); font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.framework-stage { padding-block: clamp(86px, 9vw, 126px); background: var(--ink); color: var(--white); }
.framework-layout-v2 { display: grid; grid-template-columns: minmax(290px, 4fr) minmax(0, 8fr); gap: clamp(58px, 9vw, 126px); }
.framework-intro { position: sticky; top: 108px; align-self: start; }
.framework-intro h2 { font-family: var(--serif); }
.framework-intro > p:not(.kicker) { color: #c9cbc8; }
.text-link-light { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; border-bottom: 1px solid #6c7476; font-size: 13px; font-weight: 800; }
.framework-ledger { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #536067; }
.framework-entry { min-height: 330px; display: flex; flex-direction: column; padding: 30px 32px 28px 0; border-bottom: 1px solid #536067; }
.framework-entry:nth-child(odd) { margin-right: 32px; border-right: 1px solid #536067; }
.framework-entry-head { display: flex; align-items: center; justify-content: space-between; color: #b9bdbb; font-size: 12px; letter-spacing: .1em; }
.framework-entry-head i { width: 30px; color: #d1ad58; font-style: normal; }
.framework-entry h3 { margin-top: 38px; font-family: var(--serif); font-size: 23px; }
.framework-entry ul { margin: 20px 0 0; padding: 0; color: #d9dbd7; font-size: 13px; line-height: 1.9; list-style: none; }
.framework-entry li::before { content: "·"; margin-right: 10px; color: #d1ad58; }
.framework-entry a { min-height: 44px; display: flex; align-items: flex-end; justify-content: space-between; margin-top: auto; padding-top: 24px; color: var(--gold-wash); font-size: 12px; font-weight: 800; }

.results-section-v2 { background: var(--paper); }
.case-editorial-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 22px; }
.case-editorial { overflow: hidden; border: 1px solid var(--rule); background: var(--white); }
.case-editorial-featured { grid-row: span 2; }
.case-editorial-featured:not(.has-cover) { display: block; }
.case-editorial-image { display: block; overflow: hidden; }
.case-editorial img { width: 100%; aspect-ratio: 16/8; object-fit: cover; filter: saturate(.72) sepia(.05); transition: transform 500ms cubic-bezier(.23,1,.32,1); }
.case-editorial:not(.case-editorial-featured).has-cover { display: grid; grid-template-columns: 38% 62%; }
.case-editorial:not(.case-editorial-featured) img { height: 100%; aspect-ratio: auto; }
.case-editorial-grid.case-count-1 { grid-template-columns: 1fr; }
.case-editorial-grid.case-count-2 { grid-template-columns: repeat(2, 1fr); }
.case-editorial-grid.case-count-2 .case-editorial-featured { grid-row: auto; }
.case-editorial-grid.case-count-2 .case-editorial { display: block; }
.case-editorial-grid.case-count-2 .case-editorial img { height: auto; aspect-ratio: 16/9; }
.case-editorial-copy { padding: 32px; }
.case-editorial:not(.case-editorial-featured) .case-editorial-copy { padding: 25px; }
.case-client { color: var(--gold-dark); font-size: 11px !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.case-editorial h3 { margin-top: 12px; font-family: var(--serif); font-size: clamp(21px, 2vw, 30px); line-height: 1.25; }
.case-editorial:not(.case-editorial-featured) h3 { font-size: 19px; }
.case-editorial-copy > p:not(.case-client) { margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.case-metric { display: flex; align-items: center; gap: 20px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--rule); }
.case-metric dt { font-family: var(--serif); font-size: clamp(35px, 4vw, 54px); font-weight: 700; line-height: 1; }
.case-metric dd { color: var(--muted); font-size: 11px; }
.case-metric dd strong, .case-metric dd span, .case-metric dd small { display: block; }
.case-metric dd strong { color: var(--ink); font-size: 12px; }
.case-editorial-copy > a { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; font-size: 12px; font-weight: 800; }
.section-end-link { width: fit-content; min-height: 44px; display: flex; align-items: center; gap: 12px; margin: 28px 0 0 auto; color: var(--gold-dark); font-size: 12px; font-weight: 800; }

.process-section-v2 { background: var(--white); }
.process-layout-v2 { display: grid; grid-template-columns: minmax(280px, 4fr) minmax(0, 8fr); gap: clamp(60px, 10vw, 138px); }
.process-intro h2 { font-family: var(--serif); }
.process-ledger { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; border-top: 2px solid var(--ink); list-style: none; }
.process-ledger li { min-height: 142px; display: grid; grid-template-columns: 38px 1fr; gap: 18px; padding: 27px 28px 26px 0; border-bottom: 1px solid var(--rule); }
.process-ledger li:nth-child(odd) { margin-right: 28px; border-right: 1px solid var(--rule); }
.process-ledger li > span { color: var(--gold-dark); font-size: 11px; font-weight: 800; }
.process-ledger strong { font-family: var(--serif); font-size: 17px; }
.process-ledger p { margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.55; }

.why-section-v2 { background: var(--paper); }
.why-layout { display: grid; grid-template-columns: minmax(280px, 4fr) minmax(0, 8fr); gap: clamp(60px, 10vw, 138px); }
.why-layout .section-heading { margin: 0; }
.principles-list { border-top: 2px solid var(--ink); }
.principles-list article { min-height: 112px; display: grid; grid-template-columns: 52px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid var(--rule); }
.principles-list article > span { color: var(--gold-dark); font-size: 11px; font-weight: 800; }
.principles-list h3 { font-family: var(--serif); font-size: 19px; }
.principles-list p { margin-top: 6px; color: var(--muted); font-size: 13px; line-height: 1.55; }

.insights-section-v2 { background: var(--white); }
.insights-editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--rule); }
.insights-editorial-grid.insight-count-1 { grid-template-columns: 1fr; }
.insights-editorial-grid.insight-count-2 { grid-template-columns: repeat(2, 1fr); }
.insight-editorial { border-right: 1px solid var(--rule); }
.insight-editorial:last-child { border-right: 0; }
.insight-editorial a { height: 100%; display: flex; flex-direction: column; padding: 22px; }
.insight-editorial img { width: 100%; aspect-ratio: 16/9; object-fit: cover; filter: saturate(.65) sepia(.06); transition: transform 500ms cubic-bezier(.23,1,.32,1); }
.insight-editorial div { position: relative; flex: 1; padding: 25px 4px 8px; }
.insight-editorial .kicker { padding-right: 30px; font-size: 10px; }
.insight-editorial h3 { max-width: 30ch; font-family: var(--serif); font-size: 20px; line-height: 1.38; }
.insight-editorial time { display: block; margin-top: 24px; color: var(--muted); font-size: 11px; }
.insight-editorial div > span { position: absolute; top: 24px; right: 3px; color: var(--gold-dark); font-size: 18px; }

.faq-section-v2 { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: minmax(280px, 4fr) minmax(0, 8fr); gap: clamp(60px, 10vw, 138px); }
.faq-layout .section-heading { margin: 0; }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--rule); }
.faq-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 15px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 17px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { transition: transform var(--ease); }
.faq-list details[open] summary span { transform: rotate(180deg); }
.faq-list details p { max-width: 65ch; padding: 0 42px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.home-v2 .final-cta { padding-block: clamp(76px, 8vw, 112px); background: var(--ink); }
.final-cta-layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 80px; }
.final-cta-layout h2 { max-width: 850px; font-family: var(--serif); font-size: clamp(34px, 4vw, 55px); line-height: 1.14; letter-spacing: -.04em; }
.final-cta-layout p:not(.kicker) { max-width: 700px; margin-top: 20px; color: #d5d6d2; font-size: 15px; line-height: 1.7; }
.final-cta-layout > div:last-child { display: flex; align-items: center; flex-direction: column; gap: 13px; }
.final-cta-layout small { color: #bfc2c0; font-size: 10px; }
.footer-contact-link { min-height: 44px; display: inline-flex; align-items: center; margin-top: 10px; color: var(--gold-dark); font-size: 10px; font-weight: 800; }

@media (hover: hover) and (pointer: fine) {
  .case-editorial:hover img, .insight-editorial:hover img { transform: scale(1.025); }
  .framework-entry a:hover, .section-end-link:hover, .section-heading-split > a:hover { color: var(--gold); }
}

/* JS only enhances the page; content remains visible without it. */
.reveal-ready .home-v2 .reveal:not(.is-visible) { opacity: 0; transform: translateY(18px); }
.reveal-ready .home-v2 .reveal { transition: opacity 520ms cubic-bezier(.23,1,.32,1), transform 520ms cubic-bezier(.23,1,.32,1); transition-delay: var(--reveal-delay, 0ms); }

@media (max-width: 1024px) {
  .home-v2 .hero-layout { grid-template-columns: 1fr 360px; gap: 36px; }
  .home-v2 .hero-copy h1 { font-size: clamp(42px, 5.4vw, 58px); }
  .principle-strip-grid { grid-template-columns: repeat(3, 1fr); padding-block: 28px; }
  .principle-strip-intro { grid-column: 1 / -1; padding: 0 0 25px; }
  .principle-strip-item { min-height: 130px; padding: 22px; border-top: 1px solid var(--rule); }
  .principle-strip-item:nth-child(2) { border-left: 0; }
  .diagnosis-layout { grid-template-columns: 1fr 1.2fr; gap: 48px; }
  .system-sequence { grid-template-columns: repeat(3, 1fr); }
  .system-sequence li { min-height: 210px; border-bottom: 1px solid var(--rule); }
  .system-sequence li:nth-child(3) { border-right: 0; }
  .system-sequence li:nth-child(n+4) { border-bottom: 0; }
  .system-sequence li::after { display: none; }
  .framework-layout-v2, .process-layout-v2, .why-layout, .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .framework-intro { position: static; max-width: 720px; }
  .case-editorial-grid { grid-template-columns: repeat(2, 1fr); }
  .case-editorial-featured { grid-column: 1 / -1; grid-row: auto; display: grid; grid-template-columns: 48% 52%; }
  .case-editorial-featured img { height: 100%; aspect-ratio: auto; }
  .case-editorial:not(.case-editorial-featured) { display: block; }
  .case-editorial:not(.case-editorial-featured) img { aspect-ratio: 16/9; }
  .insights-editorial-grid { grid-template-columns: repeat(2, 1fr); }
  .insight-editorial:nth-child(2) { border-right: 0; }
  .insight-editorial:nth-child(3) { grid-column: 1 / -1; border-top: 1px solid var(--rule); }
}

@media (max-width: 960px) {
  .js .site-header .nav-links { position: fixed; z-index: 90; inset: 64px 0 auto; max-height: calc(100dvh - 64px); display: none; overflow-y: auto; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 12px 28px 24px; border-bottom: 1px solid var(--rule); background: var(--white); box-shadow: 0 18px 34px rgba(30,42,50,.12); }
  .site-header .nav-links.is-open { display: flex; }
  .site-header .nav-links a { min-height: 48px; justify-items: start; border-bottom: 1px solid var(--rule); }
  .js .site-header .header-cta { display: none; }
  .js .site-header .mobile-nav-toggle { display: block; }
  html:not(.js) .site-header { position: static; height: auto; }
  html:not(.js) .site-header .nav-wrap { min-height: 64px; flex-wrap: wrap; padding-block: 10px; }
  html:not(.js) .site-header .nav-links { order: 3; width: 100%; display: flex !important; margin: 8px 0 0; overflow-x: auto; }
  html:not(.js) .site-header .header-cta { display: none; }
  html:not(.js) .site-header .mobile-nav-toggle { display: none !important; }
  html:not(.js) .insights-topic-nav { top: 0; }
}

@media (max-width: 760px) {
  .home-v2 .home-hero { min-height: 0; }
  .home-v2 .hero-layout { grid-template-columns: minmax(0, 1fr); }
  .home-v2 .hero-copy { padding-block: 58px 34px; }
  .home-v2 .hero-copy h1 { font-size: clamp(38px, 12vw, 52px); overflow-wrap: normal; }
  .home-v2 .hero-promise { font-size: 21px; }
  .home-v2 .hero-description { font-size: 14px; }
  .home-v2 .hero-art { min-height: 360px; transform: none; }
  .home-v2 .hero-growth-card { top: 28px; right: -34px; width: 295px; height: 250px; }
  .home-v2 .hero-growth-card > p { width: 165px; padding: 21px; font-size: 13px; }
  .home-v2 .hero-ledger-card { top: 76px; left: -8px; width: min(250px, 76vw); padding: 17px 18px; }
  .home-v2 .hero-ledger-card > div { min-height: 49px; }
  .home-v2 .hero-ledger-card strong { font-size: 12px; }
  .home-v2 .hero-ledger-card small { font-size: 10px; }
  .home-v2 .hero-note { display: none; }
  .principle-strip-grid { grid-template-columns: 1fr; padding-block: 30px; }
  .principle-strip-intro { font-size: 17px; }
  .principle-strip-item { min-height: 0; padding: 24px 0; border-left: 0; }
  .home-section { padding-block: 70px; }
  .home-v2 .section-heading h2, .framework-intro h2, .process-intro h2 { font-size: clamp(30px, 9vw, 40px); }
  .home-v2 .section-heading > p:not(.kicker), .process-intro > p:not(.kicker), .framework-intro > p:not(.kicker) { font-size: 14px; }
  .section-heading-split, .diagnosis-layout { grid-template-columns: 1fr; gap: 36px; }
  .section-heading-split > a { justify-self: start; }
  .activity-index { grid-template-columns: repeat(2, 1fr); }
  .activity-index > div:nth-child(3n) { border-right: 1px solid var(--rule); }
  .activity-index > div:nth-child(2n) { border-right: 0; }
  .diagnosis-question { align-items: flex-start; }
  .consequence-list { grid-template-columns: 1fr; margin-top: 48px; }
  .consequence-item, .consequence-item:nth-child(odd) { min-height: 0; margin: 0; padding: 26px 0; border-right: 0; }
  .system-sequence { grid-template-columns: 1fr; }
  .system-sequence li { min-height: 0; display: grid; grid-template-columns: 32px 40px 1fr; gap: 14px; align-items: start; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--rule) !important; }
  .system-sequence li:last-child { border-bottom: 0 !important; }
  .system-sequence-icon, .system-sequence h3 { margin-top: 0; }
  .system-statement-v2 { text-align: left; }
  .framework-stage { padding-block: 76px; }
  .framework-ledger { grid-template-columns: 1fr; }
  .framework-entry, .framework-entry:nth-child(odd) { min-height: 290px; margin: 0; padding-right: 0; border-right: 0; }
  .case-editorial-grid { grid-template-columns: 1fr; }
  .case-editorial-featured, .case-editorial:not(.case-editorial-featured) { grid-column: auto; display: block; }
  .case-editorial-featured img, .case-editorial:not(.case-editorial-featured) img { height: auto; aspect-ratio: 16/9; }
  .case-editorial-copy, .case-editorial:not(.case-editorial-featured) .case-editorial-copy { padding: 24px; }
  .process-ledger { grid-template-columns: 1fr; }
  .process-ledger li, .process-ledger li:nth-child(odd) { min-height: 0; margin: 0; padding-right: 0; border-right: 0; }
  .principles-list article { grid-template-columns: 38px 1fr; }
  .insights-editorial-grid { grid-template-columns: 1fr; }
  .insight-editorial, .insight-editorial:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--rule); }
  .insight-editorial:nth-child(3) { grid-column: auto; border-top: 0; border-bottom: 0; }
  .faq-list summary { min-height: 66px; font-size: 16px; }
  .final-cta-layout { grid-template-columns: 1fr; align-items: start; gap: 36px; }
  .final-cta-layout > div:last-child { align-items: flex-start; }
  .final-cta-layout .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready .home-v2 .reveal:not(.is-visible) { opacity: 1; transform: none; }
  .reveal-ready .home-v2 .reveal { transition: none; }
  .case-editorial img, .insight-editorial img { transition: none; }
}

/* Solutions v2 */
.solutions-v2 { font-size: 16px; }
.solutions-v2 .kicker { margin-bottom: 16px; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.solutions-hero-v2 { min-height: 650px; display: flex; align-items: center; border-bottom: 1px solid var(--rule); background: radial-gradient(circle at 82% 40%, rgba(173,139,60,.12), transparent 33%), var(--paper); overflow: hidden; }
.solutions-hero-layout { display: grid; grid-template-columns: minmax(0, 7fr) minmax(390px, 5fr); align-items: center; gap: clamp(40px, 7vw, 96px); }
.solutions-hero-copy { padding-block: 86px 76px; }
.solutions-hero-copy h1 { max-width: 750px; font-family: var(--serif); font-size: clamp(45px, 4.8vw, 70px); line-height: 1.04; letter-spacing: -.048em; text-wrap: balance; }
.solutions-hero-copy h1 em { color: var(--gold-dark); font-style: normal; }
.solutions-hero-copy > p:not(.kicker) { max-width: 64ch; margin-top: 25px; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.solutions-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 31px; }
.solutions-hero-actions .button, .solutions-hero-actions .text-action { font-size: 12px; }
.solutions-hero-copy > small { display: block; margin-top: 15px; color: var(--muted); font-size: 11px; }
.solution-map-art { position: relative; min-height: 470px; }
.solution-map-label { position: absolute; top: 24px; left: 0; display: flex; align-items: center; gap: 15px; color: var(--muted); font-size: 11px; }
.solution-map-label span { color: var(--gold-dark); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.solution-map-label strong { color: var(--ink); }
.solution-discipline-list { position: absolute; z-index: 2; top: 77px; left: 0; width: 300px; border-top: 2px solid var(--ink); background: rgba(252,250,246,.97); box-shadow: 0 18px 44px rgba(30,42,50,.11); transform: rotate(-1deg); }
.solution-discipline-list > div { min-height: 65px; display: grid; grid-template-columns: 29px 26px 1fr; align-items: center; gap: 14px; padding: 0 22px; border-bottom: 1px solid var(--rule); }
.solution-discipline-list span { color: var(--muted); font-size: 9px; font-weight: 800; }
.solution-discipline-list svg { width: 24px; color: var(--gold-dark); }
.solution-discipline-list strong { font-size: 13px; }
.solution-map-art::after { content: ""; position: absolute; top: 153px; right: 96px; width: 150px; height: 190px; border: 1px solid rgba(173,139,60,.6); border-left: 0; border-radius: 0 50% 50% 0; }
.solution-map-output { position: absolute; z-index: 2; top: 156px; right: 0; width: 178px; min-height: 195px; display: flex; justify-content: center; flex-direction: column; padding: 25px; background: var(--ink); color: var(--white); box-shadow: 0 18px 44px rgba(30,42,50,.16); transform: rotate(1.5deg); }
.solution-map-output small { color: #bfc3c1; font-size: 10px; }
.solution-map-output strong { margin-top: 12px; font-family: var(--serif); font-size: 25px; line-height: 1.17; }
.solution-map-output svg { width: 34px; margin-top: 27px; color: #d1ad58; }

.solution-index { position: sticky; z-index: 50; top: 62px; border-bottom: 1px solid var(--rule); background: var(--white); }
.solution-index-grid { min-height: 84px; display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); align-items: stretch; }
.solution-index-grid > p { display: flex; align-items: center; padding-right: 30px; font-family: var(--serif); font-size: 14px; font-weight: 700; line-height: 1.4; }
.solution-index-grid > a { min-height: 60px; display: flex; align-items: center; gap: 12px; padding: 0 22px; border-left: 1px solid var(--rule); font-size: 12px; font-weight: 800; transition: color var(--ease), background var(--ease); }
.solution-index-grid > a span { color: var(--gold-dark); font-size: 9px; letter-spacing: .1em; }
.solution-index-grid > a:hover, .solution-index-grid > a:focus-visible { background: var(--paper); color: var(--gold-dark); }

.solutions-intro { padding-block: clamp(84px, 9vw, 126px); border-bottom: 1px solid var(--rule); background: var(--white); }
.solutions-intro { scroll-margin-top: 164px; }
.solutions-intro-layout { display: grid; grid-template-columns: 2fr 5fr 4fr; align-items: start; gap: clamp(32px, 6vw, 90px); }
.solutions-intro-layout h2 { font-family: var(--serif); font-size: clamp(34px, 3.5vw, 50px); line-height: 1.14; letter-spacing: -.04em; }
.solutions-intro-layout > p:last-child { color: var(--muted); font-size: 15px; line-height: 1.75; }

.solution-chapter { padding-block: clamp(88px, 9vw, 128px); border-bottom: 1px solid var(--rule); background: var(--paper); scroll-margin-top: 146px; }
.solution-chapter:nth-child(even) { background: var(--white); }
.solution-chapter-layout { display: grid; grid-template-columns: minmax(330px, 5fr) minmax(0, 7fr); align-items: stretch; gap: clamp(54px, 9vw, 126px); }
.solution-chapter:nth-child(even) .solution-chapter-copy { order: 2; }
.solution-chapter:nth-child(even) .solution-chapter-visual { order: 1; }
.solution-chapter-copy { align-self: center; }
.solution-chapter-copy > header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 2px solid var(--ink); }
.solution-chapter-copy > header span { color: var(--gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.solution-chapter-copy > header i { width: 30px; color: var(--gold-dark); font-style: normal; }
.solution-chapter-copy > .kicker { margin-top: 34px; }
.solution-chapter-copy h2 { max-width: 15ch; font-family: var(--serif); font-size: clamp(32px, 3.1vw, 46px); line-height: 1.15; letter-spacing: -.038em; }
.solution-lead { max-width: 55ch; margin-top: 21px; color: var(--ink-soft); font-size: 16px; font-weight: 600; line-height: 1.65; }
.solution-chapter-copy ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 25px; margin: 28px 0 0; padding: 20px 0 0; border-top: 1px solid var(--rule); list-style: none; }
.solution-chapter-copy li { position: relative; padding: 8px 0 8px 18px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.solution-chapter-copy li::before { content: ""; position: absolute; top: 15px; left: 0; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.solution-chapter-copy > a { min-height: 44px; display: inline-flex; align-items: center; gap: 14px; margin-top: 26px; color: var(--gold-dark); font-size: 12px; font-weight: 800; }
.solution-chapter-visual { position: relative; min-height: 610px; margin: 0; overflow: hidden; background: var(--paper-deep); }
.solution-chapter-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.58) sepia(.08); transition: transform 650ms cubic-bezier(.23,1,.32,1); }
.solution-chapter-visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(30,42,50,.82)); }
.solution-chapter-visual figcaption { position: absolute; z-index: 1; right: 36px; bottom: 36px; left: 36px; color: var(--white); }
.solution-chapter-visual figcaption span, .solution-chapter-visual figcaption strong { display: block; }
.solution-chapter-visual figcaption span { color: #d8c58e; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.solution-chapter-visual figcaption strong { max-width: 18ch; margin-top: 11px; font-family: var(--serif); font-size: clamp(23px, 2.3vw, 34px); line-height: 1.25; }

.solutions-process { padding-block: clamp(90px, 10vw, 136px); background: var(--ink); color: var(--white); }
.solutions-process-layout { display: grid; grid-template-columns: minmax(290px, 4fr) minmax(0, 8fr); gap: clamp(60px, 10vw, 138px); }
.solutions-process-intro h2 { font-family: var(--serif); font-size: clamp(33px, 3.3vw, 48px); line-height: 1.15; letter-spacing: -.04em; }
.solutions-process-intro > p:not(.kicker) { margin-top: 21px; color: #c9cbc8; font-size: 14px; line-height: 1.75; }
.solutions-process-list { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; border-top: 1px solid #536067; list-style: none; }
.solutions-process-list li { min-height: 172px; display: grid; grid-template-columns: 30px 38px 1fr; gap: 16px; padding: 30px 28px 28px 0; border-bottom: 1px solid #536067; }
.solutions-process-list li:nth-child(odd) { margin-right: 28px; border-right: 1px solid #536067; }
.solutions-process-list li > span { color: #b8bbb9; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.solutions-process-list li > i { color: #d1ad58; font-style: normal; }
.solutions-process-list li svg { width: 29px; }
.solutions-process-list h3 { font-family: var(--serif); font-size: 18px; }
.solutions-process-list p { margin-top: 8px; color: #c9cbc8; font-size: 12px; line-height: 1.6; }

.solutions-measurement { padding-block: clamp(84px, 9vw, 124px); border-bottom: 1px solid var(--rule); background: var(--paper); }
.solutions-measurement-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: clamp(45px, 9vw, 130px); }
.solutions-measurement-heading h2 { font-family: var(--serif); font-size: clamp(33px, 3.3vw, 48px); line-height: 1.15; letter-spacing: -.04em; }
.solutions-measurement-heading > p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.measurement-ledger { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; border-block: 1px solid var(--rule); }
.measurement-ledger article { min-height: 225px; padding: 30px 32px; border-right: 1px solid var(--rule); }
.measurement-ledger article:last-child { border-right: 0; }
.measurement-ledger span { color: var(--gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.measurement-ledger h3 { margin-top: 38px; font-family: var(--serif); font-size: 22px; }
.measurement-ledger p { margin-top: 11px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.measurement-link { width: fit-content; min-height: 44px; display: flex; align-items: center; gap: 12px; margin: 30px 0 0 auto; color: var(--gold-dark); font-size: 12px; font-weight: 800; }

.solutions-faq { padding-block: clamp(78px, 8vw, 112px); border-bottom: 1px solid var(--rule); background: var(--white); }
.solutions-faq-layout { display: grid; grid-template-columns: minmax(280px, 4fr) minmax(0, 8fr); gap: clamp(60px, 10vw, 138px); }
.solutions-faq-intro h2 { font-family: var(--serif); font-size: clamp(32px, 3.2vw, 46px); line-height: 1.15; letter-spacing: -.04em; }
.solutions-faq-intro > p:not(.kicker) { margin-top: 20px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.solutions-faq-intro > a { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; margin-top: 23px; color: var(--gold-dark); font-size: 12px; font-weight: 800; }
.solutions-faq .faq-list { border-top-color: var(--ink); }

.solutions-final-cta { padding-block: clamp(78px, 8vw, 112px); background: var(--ink); color: var(--white); }
.solutions-final-layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 80px; }
.solutions-final-layout h2 { max-width: 850px; font-family: var(--serif); font-size: clamp(34px, 4vw, 55px); line-height: 1.14; letter-spacing: -.04em; }
.solutions-final-layout p:not(.kicker) { max-width: 680px; margin-top: 20px; color: #d5d6d2; font-size: 15px; line-height: 1.7; }
.solutions-final-layout > div:last-child { display: flex; align-items: center; flex-direction: column; gap: 13px; }
.solutions-final-layout small { color: #bfc2c0; font-size: 10px; }

@media (hover: hover) and (pointer: fine) {
  .solution-chapter-visual:hover img { transform: scale(1.025); }
  .solution-chapter-copy > a:hover, .measurement-link:hover, .solutions-faq-intro > a:hover { color: var(--gold); }
}

.reveal-ready .solutions-v2 .reveal:not(.is-visible) { opacity: 0; transform: translateY(18px); }
.reveal-ready .solutions-v2 .reveal { transition: opacity 520ms cubic-bezier(.23,1,.32,1), transform 520ms cubic-bezier(.23,1,.32,1); transition-delay: var(--reveal-delay, 0ms); }

@media (max-width: 1024px) {
  .solutions-hero-layout { grid-template-columns: 1fr 360px; gap: 38px; }
  .solutions-hero-copy h1 { font-size: clamp(42px, 5.5vw, 58px); }
  .solution-map-art { transform: scale(.9); transform-origin: center; }
  .solution-index-grid { grid-template-columns: repeat(4, 1fr); padding-block: 12px; }
  .solution-index-grid > p { grid-column: 1 / -1; padding: 4px 0 10px; }
  .solution-index-grid > a:first-of-type { border-left: 0; }
  .solutions-intro-layout { grid-template-columns: 1fr 2fr; }
  .solutions-intro-layout > .kicker { grid-column: 1 / -1; }
  .solution-chapter-layout { grid-template-columns: minmax(290px, 1fr) minmax(0, 1fr); gap: 48px; }
  .solution-chapter-copy ul { grid-template-columns: 1fr; }
  .solution-chapter-visual { min-height: 560px; }
  .solutions-process-layout, .solutions-faq-layout { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 760px) {
  .solutions-hero-v2 { min-height: 0; }
  .solutions-hero-layout { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .solutions-hero-copy { padding-block: 58px 32px; }
  .solutions-hero-copy h1 { font-size: clamp(38px, 12vw, 52px); }
  .solutions-hero-copy > p:not(.kicker) { font-size: 14px; }
  .solutions-hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .solutions-hero-actions .button { width: 100%; }
  .solutions-hero-actions .text-action { justify-content: center; }
  .solutions-hero-copy > small { text-align: center; }
  .solution-map-art { min-height: 400px; transform: none; }
  .solution-map-label { top: 15px; }
  .solution-discipline-list { top: 62px; left: -9px; width: min(285px, 80vw); }
  .solution-discipline-list > div { min-height: 57px; padding-inline: 17px; }
  .solution-map-output { top: 133px; right: -28px; width: 145px; min-height: 175px; padding: 20px; }
  .solution-map-output strong { font-size: 21px; }
  .solution-map-art::after { display: none; }
  .solution-index { top: 64px; }
  html:not(.js) .solution-index { top: 0; }
  .solution-index-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-index-grid > p { font-size: 13px; }
  .solution-index-grid > a { min-height: 50px; padding-inline: 12px; border-top: 1px solid var(--rule); }
  .solution-index-grid > a:nth-of-type(3) { border-left: 0; }
  .solutions-intro { padding-block: 70px; }
  .solutions-intro { scroll-margin-top: 220px; }
  .solutions-intro-layout { grid-template-columns: 1fr; gap: 22px; }
  .solutions-intro-layout > .kicker { grid-column: auto; }
  .solutions-intro-layout h2 { font-size: clamp(31px, 9vw, 41px); }
  .solution-chapter { padding-block: 72px; scroll-margin-top: 204px; }
  .solution-chapter-layout { grid-template-columns: 1fr; gap: 40px; }
  .solution-chapter:nth-child(even) .solution-chapter-copy, .solution-chapter:nth-child(even) .solution-chapter-visual { order: initial; }
  .solution-chapter-copy h2 { max-width: none; font-size: clamp(30px, 9vw, 40px); }
  .solution-lead { font-size: 15px; }
  .solution-chapter-copy li { font-size: 13px; }
  .solution-chapter-visual { min-height: 460px; }
  .solution-chapter-visual figcaption { right: 24px; bottom: 25px; left: 24px; }
  .solutions-process { padding-block: 76px; }
  .solutions-process-intro h2, .solutions-measurement-heading h2, .solutions-faq-intro h2 { font-size: clamp(30px, 9vw, 40px); }
  .solutions-process-list { grid-template-columns: 1fr; }
  .solutions-process-list li, .solutions-process-list li:nth-child(odd) { min-height: 0; margin: 0; padding-right: 0; border-right: 0; }
  .solutions-measurement { padding-block: 72px; }
  .solutions-measurement-heading { grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .measurement-ledger { grid-template-columns: 1fr; margin-top: 42px; }
  .measurement-ledger article { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .measurement-ledger article:last-child { border-bottom: 0; }
  .measurement-ledger h3 { margin-top: 20px; }
  .solutions-faq { padding-block: 70px; }
  .solutions-final-layout { grid-template-columns: 1fr; align-items: start; gap: 36px; }
  .solutions-final-layout > div:last-child { align-items: flex-start; }
  .solutions-final-layout .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready .solutions-v2 .reveal:not(.is-visible) { opacity: 1; transform: none; }
  .reveal-ready .solutions-v2 .reveal, .solution-chapter-visual img { transition: none; }
}

/* Insights v2 */
.insights-v2 { font-size: 16px; }
.insights-v2 .kicker { margin-bottom: 16px; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.insights-hero-v2 { border-bottom: 1px solid var(--rule); background: var(--paper); }
.insights-hero-layout-v2 { min-height: 670px; display: grid; grid-template-columns: minmax(0, 7fr) minmax(390px, 5fr); align-items: stretch; gap: clamp(45px, 7vw, 100px); }
.insights-hero-copy-v2 { align-self: center; padding-block: 82px; }
.insights-hero-copy-v2 h1 { max-width: 740px; font-family: var(--serif); font-size: clamp(48px, 5vw, 72px); line-height: 1.03; letter-spacing: -.048em; text-wrap: balance; }
.insights-hero-lead { max-width: 63ch; margin-top: 26px; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.insights-hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 31px; }
.insights-hero-actions .button { flex: 0 0 auto; font-size: 12px; }
.insights-hero-actions > span { max-width: 260px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.insights-hero-visual-v2 { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.insights-hero-visual-v2::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(30,42,50,.75)); }
.insights-hero-visual-v2 > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) sepia(.08) brightness(1.04); }
.insights-hero-visual-v2 figcaption { position: absolute; z-index: 2; right: 38px; bottom: 42px; left: 38px; color: var(--white); }
.insights-hero-visual-v2 figcaption span, .insights-hero-visual-v2 figcaption strong { display: block; }
.insights-hero-visual-v2 figcaption span { color: #d8c58e; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.insights-hero-visual-v2 figcaption strong { max-width: 18ch; margin-top: 12px; font-family: var(--serif); font-size: clamp(24px, 2.4vw, 34px); line-height: 1.3; }
.insights-volume { position: absolute; z-index: 2; top: 36px; left: 0; display: flex; align-items: flex-start; flex-direction: column; }
.insights-volume span { min-width: 132px; margin-top: -1px; padding: 7px 15px; border: 1px solid rgba(221,215,204,.9); background: rgba(252,250,246,.95); font-family: var(--serif); font-size: 12px; }
.insights-volume span:nth-child(2) { margin-left: 9px; }.insights-volume span:nth-child(3) { margin-left: 4px; }.insights-volume span:nth-child(4) { margin-left: 13px; }

.insights-topic-nav { position: sticky; z-index: 50; top: 62px; border-bottom: 1px solid var(--rule); background: var(--white); }
.insights-topic-grid { min-height: 82px; display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: thin; }
.insights-topic-grid a { min-width: 145px; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 20px; border-right: 1px solid var(--rule); color: var(--ink-soft); font-size: 11px; text-align: center; transition: color var(--ease), background var(--ease); }
.insights-topic-grid a:first-child { border-left: 1px solid var(--rule); }
.insights-topic-grid a > span { width: 20px; color: var(--gold-dark); }
.insights-topic-grid a.active, .insights-topic-grid a:hover, .insights-topic-grid a:focus-visible { background: var(--paper); color: var(--gold-dark); }

.insights-featured-v2 { padding-block: clamp(82px, 9vw, 124px); border-bottom: 1px solid var(--rule); background: var(--white); }
.insights-featured-layout { display: grid; grid-template-columns: minmax(320px, 5fr) minmax(0, 7fr); align-items: stretch; gap: clamp(54px, 9vw, 128px); }
.insights-featured-copy { align-self: center; }
.insights-featured-copy h2 { max-width: 15ch; font-family: var(--serif); font-size: clamp(34px, 3.5vw, 50px); line-height: 1.14; letter-spacing: -.04em; }
.insights-featured-copy > p:not(.kicker) { max-width: 55ch; margin-top: 22px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.insights-featured-copy footer { display: flex; gap: 18px; margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--rule); color: var(--muted); font-size: 11px; }
.insights-featured-copy footer span { color: var(--gold-dark); font-weight: 800; }
.insights-featured-copy > a { min-height: 44px; display: inline-flex; align-items: center; gap: 13px; margin-top: 24px; color: var(--gold-dark); font-size: 12px; font-weight: 800; }
.insights-featured-image { position: relative; min-height: 520px; display: block; overflow: hidden; background: var(--ink); }
.insights-featured-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) sepia(.06); transition: transform 650ms cubic-bezier(.23,1,.32,1); }
.featured-index { position: absolute; right: 0; bottom: 0; padding: 13px 18px; background: var(--ink); color: var(--gold-wash); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.insight-cover-fallback { width: 100%; height: 100%; min-height: inherit; display: flex; justify-content: space-between; flex-direction: column; padding: 30px; background: var(--ink); color: var(--white); }
.insight-cover-fallback small { color: #d1ad58; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.insight-cover-fallback strong { font-family: var(--serif); font-size: clamp(25px, 3vw, 42px); line-height: 1.18; }

.insights-library { padding-block: clamp(84px, 9vw, 126px); border-bottom: 1px solid var(--rule); background: var(--paper); scroll-margin-top: 154px; }
.insights-library-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.insights-library-heading h2 { max-width: 760px; font-family: var(--serif); font-size: clamp(34px, 3.5vw, 50px); line-height: 1.14; letter-spacing: -.04em; }
.insights-library-heading > p { display: flex; align-items: baseline; gap: 8px; padding-bottom: 5px; color: var(--muted); font-size: 12px; }
.insights-library-heading > p strong { color: var(--ink); font-family: var(--serif); font-size: 28px; }
.insights-library-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 34px 26px; margin-top: 54px; }
.insights-library-card { grid-column: span 4; min-width: 0; border-top: 2px solid var(--ink); }
.insights-library-card:first-child { grid-column: span 7; }
.insights-library-card:nth-child(2) { grid-column: span 5; }
.insight-library-count-1 .insights-library-card:first-child { grid-column: 1 / -1; }
.insight-library-count-2 .insights-library-card:first-child, .insight-library-count-2 .insights-library-card:nth-child(2) { grid-column: span 6; }
.insight-library-count-3 .insights-library-card:nth-child(3) { grid-column: 1 / -1; }
.insight-library-count-4 .insights-library-card:first-child, .insight-library-count-4 .insights-library-card:nth-child(2), .insight-library-count-4 .insights-library-card:nth-child(3), .insight-library-count-4 .insights-library-card:nth-child(4) { grid-column: span 6; }
.insights-library-card > a { height: 100%; display: flex; flex-direction: column; padding-top: 18px; }
.insights-card-media { position: relative; height: 220px; overflow: hidden; background: var(--ink); }
.insights-library-card:first-child .insights-card-media { height: 360px; }
.insights-library-card:nth-child(2) .insights-card-media { height: 360px; }
.insights-card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.62) sepia(.06); transition: transform 600ms cubic-bezier(.23,1,.32,1); }
.insights-card-media .insight-cover-fallback { min-height: 220px; }
.insights-library-card:nth-child(-n+2) .insight-cover-fallback { min-height: 360px; }
.insights-card-index { position: absolute; top: 0; left: 0; padding: 10px 12px; background: var(--white); color: var(--gold-dark); font-size: 9px; font-weight: 800; }
.insights-card-copy { position: relative; flex: 1; display: flex; flex-direction: column; padding: 24px 4px 8px; }
.insights-card-copy .kicker { font-size: 10px; }
.insights-card-copy h3 { max-width: 28ch; font-family: var(--serif); font-size: 21px; line-height: 1.35; }
.insights-library-card:first-child .insights-card-copy h3 { max-width: 22ch; font-size: clamp(25px, 2.5vw, 34px); }
.insights-card-copy > p:not(.kicker) { max-width: 58ch; margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.insights-card-copy footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 25px; color: var(--muted); font-size: 11px; }
.insights-card-copy footer > span { color: var(--gold-dark); font-size: 18px; }
.insights-empty-state { min-height: 220px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 28px; margin-top: 50px; padding: 35px 0; border-block: 1px solid var(--rule); }
.insights-empty-state > span { width: 42px; color: var(--gold-dark); }
.insights-empty-state h3 { font-family: var(--serif); font-size: 24px; }
.insights-empty-state p { margin-top: 8px; color: var(--muted); font-size: 13px; }
.insights-empty-state > a { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; color: var(--gold-dark); font-size: 12px; font-weight: 800; }

.insights-method { padding-block: clamp(84px, 9vw, 124px); background: var(--ink); color: var(--white); }
.insights-method-layout { display: grid; grid-template-columns: minmax(290px, 5fr) minmax(0, 7fr); gap: clamp(60px, 10vw, 140px); }
.insights-method-intro h2 { max-width: 16ch; font-family: var(--serif); font-size: clamp(33px, 3.3vw, 48px); line-height: 1.16; letter-spacing: -.04em; }
.insights-method-list { border-top: 1px solid #536067; }
.insights-method-list article { min-height: 143px; display: grid; grid-template-columns: 44px 120px 1fr; align-items: center; gap: 18px; border-bottom: 1px solid #536067; }
.insights-method-list span { color: #d1ad58; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.insights-method-list h3 { font-family: var(--serif); font-size: 20px; }
.insights-method-list p { color: #c9cbc8; font-size: 13px; line-height: 1.6; }

.insights-final-cta { padding-block: clamp(78px, 8vw, 112px); background: var(--paper); }
.insights-final-layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 80px; }
.insights-final-layout h2 { max-width: 820px; font-family: var(--serif); font-size: clamp(34px, 4vw, 55px); line-height: 1.14; letter-spacing: -.04em; }
.insights-final-layout p:not(.kicker) { max-width: 680px; margin-top: 20px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.insights-final-layout > div:last-child { display: flex; align-items: center; flex-direction: column; gap: 13px; }
.insights-final-layout small { color: var(--muted); font-size: 10px; }

@media (hover: hover) and (pointer: fine) {
  .insights-featured-image:hover > img, .insights-library-card:hover .insights-card-media img { transform: scale(1.025); }
  .insights-featured-copy > a:hover, .insights-empty-state > a:hover { color: var(--gold); }
}

.reveal-ready .insights-v2 .reveal:not(.is-visible) { opacity: 0; transform: translateY(18px); }
.reveal-ready .insights-v2 .reveal { transition: opacity 520ms cubic-bezier(.23,1,.32,1), transform 520ms cubic-bezier(.23,1,.32,1); transition-delay: var(--reveal-delay, 0ms); }

@media (max-width: 1024px) {
  .insights-hero-layout-v2 { grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: 44px; }
  .insights-hero-copy-v2 h1 { font-size: clamp(43px, 5.4vw, 58px); }
  .insights-featured-layout { grid-template-columns: minmax(290px, .9fr) minmax(0, 1.1fr); gap: 50px; }
  .insights-library-card, .insights-library-card:first-child, .insights-library-card:nth-child(2) { grid-column: span 6; }
  .insights-card-media, .insights-library-card:first-child .insights-card-media, .insights-library-card:nth-child(2) .insights-card-media { height: 280px; }
  .insights-method-layout { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 760px) {
  .insights-hero-layout-v2 { min-height: 0; grid-template-columns: minmax(0, 1fr); gap: 0; }
  .insights-hero-copy-v2 { padding-block: 58px 40px; }
  .insights-hero-copy-v2 h1 { font-size: clamp(39px, 12vw, 52px); }
  .insights-hero-lead { font-size: 14px; }
  .insights-hero-actions { align-items: stretch; flex-direction: column; }
  .insights-hero-actions .button { width: 100%; }
  .insights-hero-actions > span { max-width: none; text-align: center; }
  .insights-hero-visual-v2 { min-height: 440px; }
  .insights-volume { top: 24px; }
  .insights-topic-nav { top: 64px; }
  html:not(.js) .insights-topic-nav { top: 0; }
  .insights-topic-grid { width: calc(100% - 32px); min-height: 68px; }
  .insights-topic-grid a { min-width: 128px; }
  .insights-featured-v2 { padding-block: 70px; }
  .insights-featured-layout { grid-template-columns: 1fr; gap: 38px; }
  .insights-featured-copy h2 { max-width: none; font-size: clamp(31px, 9vw, 41px); }
  .insights-featured-image { min-height: 390px; }
  .insights-library { padding-block: 70px; scroll-margin-top: 132px; }
  .insights-library-heading { align-items: start; flex-direction: column; gap: 22px; }
  .insights-library-heading h2 { font-size: clamp(31px, 9vw, 41px); }
  .insights-library-grid { grid-template-columns: 1fr; gap: 38px; margin-top: 42px; }
  .insights-library-card, .insights-library-card:first-child, .insights-library-card:nth-child(2) { grid-column: auto; }
  .insights-card-media, .insights-library-card:first-child .insights-card-media, .insights-library-card:nth-child(2) .insights-card-media { height: 260px; }
  .insights-library-card:first-child .insights-card-copy h3 { font-size: 25px; }
  .insights-empty-state { grid-template-columns: 42px 1fr; }
  .insights-empty-state > a { grid-column: 2; }
  .insights-method { padding-block: 72px; }
  .insights-method-intro h2 { max-width: none; font-size: clamp(30px, 9vw, 40px); }
  .insights-method-list article { min-height: 0; grid-template-columns: 35px 1fr; padding-block: 25px; }
  .insights-method-list h3 { align-self: center; }
  .insights-method-list p { grid-column: 2; }
  .insights-final-layout { grid-template-columns: 1fr; align-items: start; gap: 36px; }
  .insights-final-layout > div:last-child { align-items: flex-start; }
  .insights-final-layout .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready .insights-v2 .reveal:not(.is-visible) { opacity: 1; transform: none; }
  .reveal-ready .insights-v2 .reveal, .insights-featured-image > img, .insights-card-media img { transition: none; }
}

/* About v2 */
.about-v2 { font-size: 16px; }
.about-v2 .kicker { margin-bottom: 16px; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.about-hero-v2 { border-bottom: 1px solid var(--rule); background: var(--paper); }
.about-hero-layout-v2 { min-height: 670px; display: grid; grid-template-columns: minmax(0, 7fr) minmax(390px, 5fr); align-items: stretch; gap: clamp(46px, 7vw, 100px); }
.about-hero-copy-v2 { align-self: center; padding-block: 82px; }
.about-hero-copy-v2 h1 { max-width: 760px; font-family: var(--serif); font-size: clamp(48px, 5vw, 72px); line-height: 1.03; letter-spacing: -.048em; text-wrap: balance; }
.about-hero-copy-v2 h1 em { color: var(--gold-dark); font-style: normal; }
.about-hero-copy-v2 > p:not(.kicker) { max-width: 63ch; margin-top: 26px; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.about-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 31px; }
.about-hero-actions .button, .about-hero-actions .text-action { font-size: 12px; }
.about-hero-visual-v2 { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.about-hero-visual-v2::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(30,42,50,.78)); }
.about-hero-visual-v2 img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) sepia(.1) brightness(1.03); }
.about-hero-visual-v2 figcaption { position: absolute; z-index: 2; right: 38px; bottom: 42px; left: 38px; color: var(--white); }
.about-hero-visual-v2 figcaption span, .about-hero-visual-v2 figcaption strong { display: block; }
.about-hero-visual-v2 figcaption span { color: #d8c58e; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about-hero-visual-v2 figcaption strong { max-width: 15ch; margin-top: 12px; font-family: var(--serif); font-size: clamp(26px, 2.6vw, 38px); line-height: 1.25; }
.about-hero-stamp { position: absolute; z-index: 2; top: 34px; right: 0; min-width: 132px; padding: 18px 20px; background: rgba(252,250,246,.95); color: var(--ink); font-family: var(--serif); font-size: 24px; font-weight: 700; line-height: 1; }
.about-hero-stamp small { display: block; margin-top: 9px; color: var(--muted); font-family: var(--sans); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.about-belief { padding-block: clamp(92px, 10vw, 142px); border-bottom: 1px solid var(--rule); background: var(--white); scroll-margin-top: 84px; }
.about-belief-layout { display: grid; grid-template-columns: 2fr 7fr 3fr; align-items: start; gap: clamp(36px, 6vw, 92px); }
.about-belief blockquote { margin: 0; font-family: var(--serif); font-size: clamp(31px, 3.2vw, 47px); font-weight: 700; line-height: 1.3; letter-spacing: -.035em; }
.about-belief blockquote em { color: var(--gold-dark); font-style: normal; }
.about-belief-note { padding-top: 5px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.about-principles-v2, .about-capabilities-v2 { padding-block: clamp(86px, 9vw, 126px); border-bottom: 1px solid var(--rule); background: var(--paper); }
.about-principles-layout-v2, .about-capabilities-layout-v2 { display: grid; grid-template-columns: minmax(290px, 4fr) minmax(0, 8fr); gap: clamp(60px, 10vw, 140px); }
.about-section-intro h2, .about-framework-copy h2, .about-collaboration-copy h2 { font-family: var(--serif); font-size: clamp(33px, 3.3vw, 48px); line-height: 1.16; letter-spacing: -.04em; }
.about-section-intro > p:not(.kicker), .about-framework-copy > p:not(.kicker), .about-collaboration-copy > p:not(.kicker) { margin-top: 20px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.about-principles-list { margin: 0; padding: 0; border-top: 2px solid var(--ink); list-style: none; }
.about-principles-list li { min-height: 142px; display: grid; grid-template-columns: 40px 38px 1fr; align-items: center; gap: 18px; border-bottom: 1px solid var(--rule); }
.about-principles-list li > span { color: var(--gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.about-principles-list li > i { color: var(--gold-dark); font-style: normal; }
.about-principles-list svg { width: 29px; }
.about-principles-list h3 { font-family: var(--serif); font-size: 20px; }
.about-principles-list p { max-width: 58ch; margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.6; }

.about-framework-v2 { padding-block: clamp(92px, 10vw, 140px); background: var(--ink); color: var(--white); }
.about-framework-layout-v2 { display: grid; grid-template-columns: minmax(300px, 5fr) minmax(0, 7fr); align-items: center; gap: clamp(64px, 10vw, 144px); }
.about-framework-copy > p:not(.kicker) { color: #c9cbc8; }
.about-framework-map { position: relative; min-height: 510px; border: 1px solid #536067; }
.about-framework-map::before, .about-framework-map::after { content: ""; position: absolute; background: #536067; }
.about-framework-map::before { top: 50%; right: 0; left: 0; height: 1px; }
.about-framework-map::after { top: 0; bottom: 0; left: 50%; width: 1px; }
.about-framework-center { position: absolute; z-index: 3; top: 50%; left: 50%; width: 150px; height: 150px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; background: var(--ink); font-family: var(--serif); font-size: 14px; line-height: 1.35; text-align: center; transform: translate(-50%, -50%); }
.about-framework-center strong { font-size: 20px; }
.about-framework-node { position: absolute; z-index: 2; width: 50%; height: 50%; display: flex; justify-content: center; flex-direction: column; padding: 32px; }
.about-framework-node span { color: #d1ad58; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.about-framework-node strong { margin-top: 14px; font-family: var(--serif); font-size: 23px; }
.about-framework-node small { margin-top: 5px; color: #bfc3c1; font-size: 11px; }
.framework-node-one { top: 0; left: 0; }.framework-node-two { top: 0; right: 0; align-items: flex-end; text-align: right; }.framework-node-three { bottom: 0; left: 0; justify-content: flex-end; }.framework-node-four { right: 0; bottom: 0; align-items: flex-end; justify-content: flex-end; text-align: right; }

.about-story-v2 { padding-block: clamp(92px, 10vw, 142px); border-bottom: 1px solid var(--rule); background: var(--white); }
.about-story-layout-v2 { display: grid; grid-template-columns: minmax(290px, 5fr) minmax(0, 7fr); gap: clamp(64px, 11vw, 150px); }
.about-story-copy { padding-top: 4px; border-top: 2px solid var(--ink); }
.about-story-copy > p { padding-block: 28px; border-bottom: 1px solid var(--rule); color: var(--ink-soft); font-family: var(--serif); font-size: clamp(19px, 1.8vw, 25px); line-height: 1.65; }
.about-story-signature { display: block; margin-top: 27px; color: var(--gold-dark); font-family: var(--serif); font-size: 16px; font-style: italic; }

.about-collaboration-v2 { padding-block: clamp(86px, 9vw, 126px); border-bottom: 1px solid var(--rule); background: var(--paper); }
.about-collaboration-layout-v2 { display: grid; grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr); align-items: center; gap: clamp(58px, 9vw, 126px); }
.about-collaboration-visual { position: relative; min-height: 570px; margin: 0; overflow: hidden; }
.about-collaboration-visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(30,42,50,.78)); }
.about-collaboration-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.5) sepia(.08); transition: transform 650ms cubic-bezier(.23,1,.32,1); }
.about-collaboration-visual figcaption { position: absolute; z-index: 2; right: 35px; bottom: 35px; left: 35px; color: var(--white); }
.about-collaboration-visual figcaption span, .about-collaboration-visual figcaption strong { display: block; }
.about-collaboration-visual figcaption span { color: #d8c58e; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about-collaboration-visual figcaption strong { margin-top: 11px; font-family: var(--serif); font-size: clamp(24px, 2.4vw, 34px); line-height: 1.25; }
.about-collaboration-copy .button { margin-top: 27px; }

.about-capabilities-v2 { background: var(--white); scroll-margin-top: 84px; }
.about-capability-ledger { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 2px solid var(--ink); }
.about-capability-ledger article { min-height: 200px; display: grid; grid-template-columns: 34px 38px 1fr; align-content: center; gap: 16px; padding: 30px 30px 30px 0; border-bottom: 1px solid var(--rule); }
.about-capability-ledger article:nth-child(odd) { margin-right: 30px; border-right: 1px solid var(--rule); }
.about-capability-ledger article > span { color: var(--gold-dark); font-size: 10px; font-weight: 800; }
.about-capability-ledger article > i { color: var(--gold-dark); font-style: normal; }
.about-capability-ledger svg { width: 28px; }
.about-capability-ledger h3 { font-family: var(--serif); font-size: 19px; }
.about-capability-ledger p { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.6; }

.about-values-v2 { padding-block: clamp(84px, 9vw, 124px); border-bottom: 1px solid var(--rule); background: var(--paper); }
.about-values-layout-v2 { display: grid; grid-template-columns: minmax(290px, 4fr) minmax(0, 8fr); gap: clamp(60px, 10vw, 140px); }
.about-values-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 2px solid var(--ink); }
.about-values-list article { min-height: 220px; display: grid; grid-template-columns: 34px 38px 1fr; align-content: center; gap: 16px; padding: 30px 30px 30px 0; border-bottom: 1px solid var(--rule); }
.about-values-list article:nth-child(odd) { margin-right: 30px; border-right: 1px solid var(--rule); }
.about-values-list article > span { color: var(--gold-dark); font-size: 10px; font-weight: 800; }
.about-values-list article > i { color: var(--gold-dark); font-style: normal; }
.about-values-list svg { width: 28px; }
.about-values-list h3 { font-family: var(--serif); font-size: 20px; }
.about-values-list p { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.65; }

.about-final-cta { padding-block: clamp(78px, 8vw, 112px); background: var(--ink); color: var(--white); }
.about-final-layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 80px; }
.about-final-layout h2 { max-width: 850px; font-family: var(--serif); font-size: clamp(34px, 4vw, 55px); line-height: 1.14; letter-spacing: -.04em; }
.about-final-layout p:not(.kicker) { max-width: 690px; margin-top: 20px; color: #d5d6d2; font-size: 15px; line-height: 1.7; }
.about-final-layout > div:last-child { display: flex; align-items: center; flex-direction: column; gap: 13px; }
.about-final-layout small { color: #bfc2c0; font-size: 10px; }

@media (hover: hover) and (pointer: fine) {
  .about-collaboration-visual:hover img { transform: scale(1.025); }
}

.reveal-ready .about-v2 .reveal:not(.is-visible) { opacity: 0; transform: translateY(18px); }
.reveal-ready .about-v2 .reveal { transition: opacity 520ms cubic-bezier(.23,1,.32,1), transform 520ms cubic-bezier(.23,1,.32,1); transition-delay: var(--reveal-delay, 0ms); }

@media (max-width: 1024px) {
  .about-hero-layout-v2 { grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: 44px; }
  .about-hero-copy-v2 h1 { font-size: clamp(43px, 5.4vw, 58px); }
  .about-belief-layout { grid-template-columns: 1fr 3fr; }
  .about-belief-note { grid-column: 2; }
  .about-principles-layout-v2, .about-capabilities-layout-v2, .about-values-layout-v2 { grid-template-columns: 1fr; gap: 48px; }
  .about-framework-layout-v2 { grid-template-columns: .9fr 1.1fr; gap: 50px; }
  .about-story-layout-v2 { gap: 60px; }
  .about-collaboration-layout-v2 { grid-template-columns: 1.05fr .95fr; gap: 48px; }
}

@media (max-width: 760px) {
  .about-hero-layout-v2 { min-height: 0; grid-template-columns: minmax(0, 1fr); gap: 0; }
  .about-hero-copy-v2 { padding-block: 58px 40px; }
  .about-hero-copy-v2 h1 { font-size: clamp(39px, 12vw, 52px); }
  .about-hero-copy-v2 > p:not(.kicker) { font-size: 14px; }
  .about-hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .about-hero-actions .button { width: 100%; }
  .about-hero-actions .text-action { justify-content: center; }
  .about-hero-visual-v2 { min-height: 460px; }
  .about-belief { padding-block: 72px; scroll-margin-top: 68px; }
  .about-belief-layout { grid-template-columns: 1fr; gap: 25px; }
  .about-belief blockquote { font-size: clamp(29px, 8.5vw, 39px); }
  .about-belief-note { grid-column: auto; }
  .about-principles-v2, .about-capabilities-v2, .about-values-v2 { padding-block: 72px; }
  .about-section-intro h2, .about-framework-copy h2, .about-collaboration-copy h2 { font-size: clamp(30px, 9vw, 40px); }
  .about-principles-list li { min-height: 0; grid-template-columns: 32px 36px 1fr; padding-block: 24px; }
  .about-framework-v2 { padding-block: 76px; }
  .about-framework-layout-v2 { grid-template-columns: 1fr; gap: 48px; }
  .about-framework-map { min-height: 390px; }
  .about-framework-center { width: 115px; height: 115px; font-size: 12px; }
  .about-framework-center strong { font-size: 16px; }
  .about-framework-node { padding: 20px; }
  .about-framework-node strong { font-size: 17px; }
  .about-story-v2 { padding-block: 72px; }
  .about-story-layout-v2 { grid-template-columns: 1fr; gap: 40px; }
  .about-story-copy > p { font-size: 18px; }
  .about-collaboration-v2 { padding-block: 72px; }
  .about-collaboration-layout-v2 { grid-template-columns: 1fr; gap: 40px; }
  .about-collaboration-visual { min-height: 450px; }
  .about-collaboration-copy .button { width: 100%; }
  .about-capability-ledger, .about-values-list { grid-template-columns: 1fr; }
  .about-capability-ledger article, .about-capability-ledger article:nth-child(odd), .about-values-list article, .about-values-list article:nth-child(odd) { min-height: 0; margin: 0; padding-block: 28px; padding-right: 0; border-right: 0; }
  .about-final-layout { grid-template-columns: 1fr; align-items: start; gap: 36px; }
  .about-final-layout > div:last-child { align-items: flex-start; }
  .about-final-layout .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready .about-v2 .reveal:not(.is-visible) { opacity: 1; transform: none; }
  .reveal-ready .about-v2 .reveal, .about-collaboration-visual img { transition: none; }
}

/* Contact v2 */
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; }
.contact-v2 { font-size: 16px; }
.contact-v2 .kicker { margin-bottom: 16px; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.contact-hero-v2 { padding-block: clamp(64px, 7vw, 96px); border-bottom: 1px solid var(--rule); background: var(--paper); }
.contact-hero-layout-v2 { display: grid; grid-template-columns: minmax(330px, 5fr) minmax(520px, 7fr); align-items: start; gap: clamp(54px, 8vw, 112px); }
.contact-hero-copy-v2 { position: sticky; top: 104px; }
.contact-hero-copy-v2 h1 { max-width: 710px; font-family: var(--serif); font-size: clamp(45px, 4.7vw, 68px); line-height: 1.04; letter-spacing: -.048em; text-wrap: balance; }
.contact-hero-copy-v2 h1 em { color: var(--gold-dark); font-style: normal; }
.contact-hero-copy-v2 > p:not(.kicker) { max-width: 58ch; margin-top: 25px; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.contact-expectations { margin-top: 38px; padding-top: 24px; border-top: 2px solid var(--ink); }
.contact-expectations > p { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-expectations ol { margin: 18px 0 0; padding: 0; list-style: none; }
.contact-expectations li { min-height: 67px; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 15px; border-bottom: 1px solid var(--rule); }
.contact-expectations li span { color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.contact-expectations li strong { font-size: 12px; line-height: 1.5; }
.contact-hero-visual-v2 { position: relative; height: 270px; margin: 36px 0 0; overflow: hidden; }
.contact-hero-visual-v2::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(30,42,50,.8)); }
.contact-hero-visual-v2 img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.5) sepia(.08); }
.contact-hero-visual-v2 figcaption { position: absolute; z-index: 2; right: 25px; bottom: 23px; left: 25px; color: var(--white); }
.contact-hero-visual-v2 figcaption span, .contact-hero-visual-v2 figcaption strong { display: block; }
.contact-hero-visual-v2 figcaption span { color: #d8c58e; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-hero-visual-v2 figcaption strong { margin-top: 8px; font-family: var(--serif); font-size: 21px; line-height: 1.25; }

.contact-form-panel { padding: clamp(32px, 4vw, 52px); border: 1px solid var(--rule); background: var(--white); box-shadow: 0 18px 48px rgba(30,42,50,.08); scroll-margin-top: 86px; }
.contact-form-heading { padding-bottom: 31px; border-bottom: 2px solid var(--ink); }
.contact-form-heading h2 { max-width: 17ch; font-family: var(--serif); font-size: clamp(29px, 2.8vw, 40px); line-height: 1.18; letter-spacing: -.035em; }
.contact-form-heading > p:last-child { margin-top: 12px; color: var(--muted); font-size: 12px; }
.contact-form-heading b, .contact-form-step legend b { color: var(--gold-dark); }
.contact-form-alert { display: grid; gap: 5px; margin-top: 24px; padding: 17px 19px; border: 1px solid rgba(164,63,53,.35); background: rgba(164,63,53,.07); color: #7e3029; font-size: 12px; line-height: 1.5; }
.contact-form-v2 { display: grid; gap: 0; }
.contact-form-step { margin: 0; padding: 32px 0; border: 0; border-bottom: 1px solid var(--rule); }
.contact-form-step legend { width: 100%; margin: 0 0 21px; padding: 0; font-family: var(--serif); font-size: 18px; font-weight: 700; }
.contact-form-step legend > span { margin-right: 14px; color: var(--gold-dark); font-family: var(--sans); font-size: 10px; letter-spacing: .1em; }
.contact-field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-field { display: block; color: var(--ink); font-size: 12px; font-weight: 800; }
.contact-field > span { display: block; margin-bottom: 8px; }
.contact-field b { color: var(--gold-dark); }
.contact-input-wrap { position: relative; }
.contact-input-wrap svg { position: absolute; z-index: 2; top: 16px; left: 15px; width: 19px; color: var(--muted); pointer-events: none; }
.contact-field input[type="text"], .contact-field textarea { width: 100%; border: 1px solid var(--rule); border-radius: 4px; background: var(--white); color: var(--ink); font: 400 14px/1.55 var(--sans); transition: border-color var(--ease), box-shadow var(--ease); }
.contact-field input[type="text"] { height: 52px; padding: 12px 14px 12px 44px; }
.contact-field textarea { min-height: 156px; padding: 14px; resize: vertical; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #8a9290; }
.contact-field input:hover, .contact-field textarea:hover { border-color: #bcb4a8; }
.contact-field input:focus, .contact-field textarea:focus { border-color: var(--gold-dark); outline: 0; box-shadow: 0 0 0 3px rgba(173,139,60,.22); }
.contact-field input[aria-invalid="true"], .contact-field textarea[aria-invalid="true"] { border-color: #a43f35; }
.contact-field-grid + .contact-field { margin-top: 19px; }
.contact-field-help { margin: -10px 0 17px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.contact-choice-grid { display: grid; gap: 10px; }
.contact-stage-grid { grid-template-columns: repeat(2, 1fr); }
.contact-challenge-grid { grid-template-columns: repeat(2, 1fr); }
.contact-choice-grid label { position: relative; cursor: pointer; }
.contact-choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.contact-choice-grid label > span { min-height: 52px; display: flex; align-items: center; padding: 12px 15px 12px 42px; border: 1px solid var(--rule); border-radius: 4px; background: var(--white); color: var(--ink-soft); font-size: 12px; font-weight: 600; line-height: 1.4; transition: border-color var(--ease), background var(--ease), color var(--ease), box-shadow var(--ease); }
.contact-choice-grid label > span::before { content: ""; position: absolute; top: 50%; left: 15px; width: 16px; height: 16px; border: 1px solid #aaa399; background: var(--white); transform: translateY(-50%); }
.contact-stage-grid label > span::before { border-radius: 50%; }
.contact-challenge-grid label > span::before { border-radius: 3px; }
.contact-choice-grid input:checked + span { border-color: var(--gold-dark); background: var(--gold-wash); color: var(--ink); }
.contact-choice-grid input:checked + span::before { border: 5px solid var(--gold-dark); }
.contact-challenge-grid input:checked + span::before { border-width: 4px; border-radius: 2px; }
.contact-choice-grid input:focus-visible + span { outline: 2px solid var(--gold-dark); outline-offset: 3px; }
.contact-field-error { display: block; margin-top: 8px; color: #8a342b; font-size: 11px; font-weight: 700; line-height: 1.45; }
.contact-submit-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 24px; padding-top: 32px; }
.contact-submit { width: 100%; border: 0; cursor: pointer; }
.contact-submit:disabled { cursor: wait; opacity: .72; }
.contact-submit-row > p { color: var(--muted); font-size: 10px; line-height: 1.6; }

.contact-success-state { min-height: 690px; display: flex; justify-content: center; flex-direction: column; outline: 0; }
.contact-success-state > span { width: 58px; height: 58px; display: grid; place-items: center; padding: 15px; background: rgba(61,108,80,.1); color: #3d6c50; }
.contact-success-state > .kicker { margin-top: 30px; color: #3d6c50; }
.contact-success-state h2 { max-width: 17ch; font-family: var(--serif); font-size: clamp(32px, 3vw, 43px); line-height: 1.2; letter-spacing: -.035em; }
.contact-success-state > p:not(.kicker) { max-width: 55ch; margin-top: 18px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.contact-success-state dl { margin-top: 32px; border-top: 1px solid var(--rule); }
.contact-success-state dl > div { display: grid; grid-template-columns: 145px 1fr; gap: 18px; padding-block: 17px; border-bottom: 1px solid var(--rule); }
.contact-success-state dt { color: var(--muted); font-size: 11px; }
.contact-success-state dd { color: var(--ink); font-size: 12px; font-weight: 700; }
.contact-success-state > a { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; width: fit-content; margin-top: 27px; color: var(--gold-dark); font-size: 12px; font-weight: 800; }

.contact-next-steps-v2 { padding-block: clamp(86px, 9vw, 126px); border-bottom: 1px solid var(--rule); background: var(--white); }
.contact-section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: clamp(50px, 9vw, 130px); }
.contact-section-heading h2, .contact-principles-intro h2, .contact-faq-intro h2 { font-family: var(--serif); font-size: clamp(33px, 3.3vw, 48px); line-height: 1.16; letter-spacing: -.04em; }
.contact-section-heading > p, .contact-principles-intro > p:not(.kicker), .contact-faq-intro > p:not(.kicker) { color: var(--muted); font-size: 14px; line-height: 1.75; }
.contact-steps-ledger { display: grid; grid-template-columns: repeat(3, 1fr); margin: 54px 0 0; padding: 0; border-block: 1px solid var(--rule); list-style: none; }
.contact-steps-ledger li { min-height: 250px; display: grid; grid-template-columns: 35px 42px 1fr; align-content: center; gap: 16px; padding: 32px; border-right: 1px solid var(--rule); }
.contact-steps-ledger li:last-child { border-right: 0; }
.contact-steps-ledger li > span { color: var(--gold-dark); font-size: 10px; font-weight: 800; }
.contact-steps-ledger li > i { color: var(--gold-dark); font-style: normal; }
.contact-steps-ledger svg { width: 31px; }
.contact-steps-ledger h3 { font-family: var(--serif); font-size: 20px; }
.contact-steps-ledger p { margin-top: 9px; color: var(--muted); font-size: 13px; line-height: 1.65; }

.contact-principles-v2 { padding-block: clamp(88px, 9vw, 128px); background: var(--ink); color: var(--white); }
.contact-principles-layout { display: grid; grid-template-columns: minmax(290px, 5fr) minmax(0, 7fr); gap: clamp(60px, 10vw, 140px); }
.contact-principles-intro > p:not(.kicker) { margin-top: 20px; color: #c9cbc8; }
.contact-principles-list { border-top: 1px solid #536067; }
.contact-principles-list article { min-height: 143px; display: grid; grid-template-columns: 48px 150px 1fr; align-items: center; gap: 18px; border-bottom: 1px solid #536067; }
.contact-principles-list span { color: #d1ad58; font-size: 10px; font-weight: 800; }
.contact-principles-list h3 { font-family: var(--serif); font-size: 20px; }
.contact-principles-list p { color: #c9cbc8; font-size: 13px; line-height: 1.6; }

.contact-faq-v2 { padding-block: clamp(82px, 9vw, 120px); border-bottom: 1px solid var(--rule); background: var(--paper); }
.contact-faq-layout-v2 { display: grid; grid-template-columns: minmax(290px, 4fr) minmax(0, 8fr); gap: clamp(60px, 10vw, 140px); }
.contact-faq-intro > p:not(.kicker) { margin-top: 20px; }
.contact-faq-v2 .faq-list { border-top-color: var(--ink); }
.contact-final-cta-v2 { padding-block: clamp(76px, 8vw, 108px); background: var(--white); }
.contact-final-layout-v2 { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 80px; }
.contact-final-layout-v2 h2 { max-width: 830px; font-family: var(--serif); font-size: clamp(34px, 4vw, 54px); line-height: 1.14; letter-spacing: -.04em; }
.contact-final-layout-v2 p:not(.kicker) { max-width: 670px; margin-top: 19px; color: var(--muted); font-size: 15px; line-height: 1.7; }

.reveal-ready .contact-v2 .reveal:not(.is-visible) { opacity: 0; transform: translateY(18px); }
.reveal-ready .contact-v2 .reveal { transition: opacity 520ms cubic-bezier(.23,1,.32,1), transform 520ms cubic-bezier(.23,1,.32,1); transition-delay: var(--reveal-delay, 0ms); }

@media (max-width: 1024px) {
  .contact-hero-layout-v2 { grid-template-columns: minmax(300px, .85fr) minmax(470px, 1.15fr); gap: 45px; }
  .contact-hero-copy-v2 h1 { font-size: clamp(42px, 5.3vw, 58px); }
  .contact-hero-copy-v2 { position: static; }
  .contact-principles-layout, .contact-faq-layout-v2 { grid-template-columns: 1fr; gap: 48px; }
  .contact-steps-ledger { grid-template-columns: 1fr; }
  .contact-steps-ledger li { min-height: 150px; border-right: 0; border-bottom: 1px solid var(--rule); }
  .contact-steps-ledger li:last-child { border-bottom: 0; }
}

@media (max-width: 940px) {
  .contact-hero-layout-v2 { grid-template-columns: 1fr; gap: 54px; }
  .contact-hero-copy-v2 { max-width: 760px; }
  .contact-hero-visual-v2 { height: 360px; }
}

@media (max-width: 760px) {
  .contact-hero-v2 { padding-block: 56px 70px; }
  .contact-hero-layout-v2 { grid-template-columns: 1fr; gap: 50px; }
  .contact-hero-copy-v2 h1 { font-size: clamp(39px, 12vw, 52px); }
  .contact-hero-copy-v2 > p:not(.kicker) { font-size: 14px; }
  .contact-hero-visual-v2 { height: 300px; }
  .contact-form-panel { padding: 28px 20px; scroll-margin-top: 68px; }
  .contact-field-grid, .contact-stage-grid, .contact-challenge-grid { grid-template-columns: 1fr; }
  .contact-field-grid { gap: 19px; }
  .contact-submit-row { grid-template-columns: 1fr; gap: 14px; }
  .contact-success-state { min-height: 560px; }
  .contact-success-state dl > div { grid-template-columns: 1fr; gap: 6px; }
  .contact-next-steps-v2, .contact-faq-v2 { padding-block: 72px; }
  .contact-section-heading { grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .contact-section-heading h2, .contact-principles-intro h2, .contact-faq-intro h2 { font-size: clamp(30px, 9vw, 40px); }
  .contact-steps-ledger { margin-top: 42px; }
  .contact-steps-ledger li { min-height: 0; padding: 27px 0; }
  .contact-principles-v2 { padding-block: 74px; }
  .contact-principles-list article { min-height: 0; grid-template-columns: 35px 1fr; padding-block: 25px; }
  .contact-principles-list p { grid-column: 2; }
  .contact-final-layout-v2 { grid-template-columns: 1fr; align-items: start; gap: 34px; }
  .contact-final-layout-v2 .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready .contact-v2 .reveal:not(.is-visible) { opacity: 1; transform: none; }
  .reveal-ready .contact-v2 .reveal { transition: none; }
}

@media print {
  .reveal-ready .home-v2 .reveal, .reveal-ready .solutions-v2 .reveal, .reveal-ready .insights-v2 .reveal, .reveal-ready .about-v2 .reveal, .reveal-ready .contact-v2 .reveal { opacity: 1 !important; transform: none !important; }
}
.preview-banner{position:sticky;top:0;z-index:100;padding:10px;background:#ad8b3c;color:#1e2a32;text-align:center;font-size:10px;font-weight:800;letter-spacing:.14em}.content-detail{padding:clamp(90px,12vw,160px) 0}.content-detail>header{max-width:940px}.content-detail h1{max-width:900px;margin:18px 0 24px;font-family:var(--font-display,Georgia,serif);font-size:clamp(42px,6vw,82px);line-height:1.04;letter-spacing:-.05em}.content-lead{max-width:720px;color:#596367;font-size:clamp(18px,2vw,24px);line-height:1.55}.content-cover{margin-top:55px}.content-cover img{width:100%;max-height:680px;object-fit:cover}.content-body{max-width:760px;margin:70px auto 0;padding:0 24px;font-size:17px;line-height:1.9}.content-body h2{margin:2.2em 0 .7em;font-family:var(--font-display,Georgia,serif);font-size:32px}.content-body h3{margin-top:2em;font-size:22px}.content-body blockquote{margin:2em 0;padding-left:25px;border-left:3px solid #ad8b3c;font-family:var(--font-display,Georgia,serif);font-size:22px}.content-body a{color:#8f6f2b;text-decoration:underline}.case-public-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#d8d2c7;border:1px solid #d8d2c7}.case-public-grid article{background:#f8f5ef}.case-public-grid a{display:block;height:100%;padding:clamp(24px,4vw,50px)}.case-public-grid img{width:100%;aspect-ratio:16/10;margin-bottom:30px;object-fit:cover}.case-public-grid h2{font-family:var(--font-display,Georgia,serif);font-size:clamp(26px,3vw,42px)}.case-public-grid strong{display:block;margin-top:25px;color:#8f6f2b}.metric-public-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:60px;background:#d8d2c7;border:1px solid #d8d2c7}.metric-public-grid article{display:grid;gap:8px;padding:30px;background:#f8f5ef}.metric-public-grid strong{font-family:var(--font-display,Georgia,serif);font-size:44px;color:#8f6f2b}.metric-public-grid span{font-weight:700}.metric-public-grid small{color:#66706f}@media(max-width:700px){.case-public-grid,.metric-public-grid{grid-template-columns:1fr}.content-detail{padding-top:70px}}
