:root {
  --ink: #111310;
  --ink-soft: #1b1e19;
  --paper: #f1efe7;
  --paper-bright: #faf9f4;
  --muted: #686b63;
  --line: #cecfc5;
  --lime: #c9ed1a;
  --lime-deep: #9fbd00;
  --blue: #506e94;
  --white: #ffffff;
  --max: 1280px;
  --gutter: clamp(20px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Aptos, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 17px; line-height: 1.55; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; background: var(--lime); color: var(--ink); font-weight: 800; transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 0 var(--gutter); border-bottom: 1px solid rgba(206, 207, 197, .65); background: rgba(241, 239, 231, .9); backdrop-filter: blur(18px); }
.site-header.is-scrolled { box-shadow: 0 12px 36px rgba(17, 19, 16, .06); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { position: relative; display: inline-grid; width: 36px; height: 36px; grid-template-columns: repeat(3, 6px); align-items: end; justify-content: center; gap: 3px; padding-bottom: 7px; background: var(--ink); }
.brand-mark i { display: block; width: 6px; background: var(--lime); }
.brand-mark i:nth-child(1) { height: 11px; }
.brand-mark i:nth-child(2) { height: 18px; }
.brand-mark i:nth-child(3) { height: 14px; }
.brand-text { display: flex; align-items: baseline; gap: 4px; font-size: 18px; letter-spacing: -.035em; }
.brand-text strong { font-weight: 850; }
.brand-text span { color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); font-size: 14px; font-weight: 650; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: 11px 17px; background: var(--ink); color: var(--white); }
.nav-cta:hover { background: var(--blue); }
.language-link { padding-left: 22px; border-left: 1px solid var(--line); color: var(--muted); }
.menu-toggle { display: none; border: 0; background: none; color: inherit; font: inherit; font-size: 14px; font-weight: 750; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, .78fr); gap: clamp(48px, 7vw, 112px); align-items: center; min-height: calc(100vh - 78px); max-width: var(--max); margin: 0 auto; padding: clamp(48px, 7vh, 78px) var(--gutter); overflow: hidden; }
.hero::before { position: absolute; z-index: -1; top: 8%; right: 1%; width: 38%; height: 46%; border-top: 1px solid var(--line); border-right: 1px solid var(--line); content: ""; }
.hero::after { position: absolute; z-index: -1; right: 14%; bottom: 9%; width: 8px; height: 8px; border-radius: 50%; background: var(--lime-deep); box-shadow: 42px 0 0 var(--blue), 84px 0 0 var(--ink); content: ""; }
.hero-signature { display: flex; align-items: center; gap: 15px; margin: 0 0 24px; }
.hero-signature::before { width: 34px; height: 3px; flex: 0 0 auto; background: var(--lime-deep); content: ""; }
.hero-signature strong { font-size: 31px; line-height: .9; letter-spacing: -.06em; }
.hero-signature span { color: var(--muted); font-size: 10px; font-weight: 850; line-height: 1.35; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 3px; background: var(--lime-deep); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(48px, 6.25vw, 88px); line-height: .95; letter-spacing: -.065em; font-weight: 790; }
h1 em, h2 em { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 680px; margin-bottom: 0; color: #454941; font-size: clamp(19px, 1.7vw, 24px); line-height: 1.48; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 36px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 34px; padding: 14px 18px; text-decoration: none; font-size: 15px; font-weight: 800; }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: var(--blue); }
.button-primary span { color: var(--lime); font-size: 20px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid currentColor; padding: 7px 0; text-decoration: none; font-size: 15px; font-weight: 800; }
.text-link:hover { color: var(--blue); }
.hero-visual { position: relative; padding: 30px 24px 42px 0; }
.keynote-frame { position: relative; margin: 0; background: var(--ink); box-shadow: 26px 28px 0 rgba(80, 110, 148, .22); }
.keynote-frame::after { position: absolute; inset: 0; background: rgba(17, 19, 16, .1); content: ""; pointer-events: none; }
.keynote-frame img { width: 100%; height: clamp(430px, 62vh, 610px); object-fit: cover; object-position: 66% center; filter: grayscale(1) contrast(1.08); }
.keynote-frame figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; gap: 20px; padding: 15px 18px; background: rgba(17, 19, 16, .9); color: var(--white); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.keynote-frame figcaption span:last-child { color: var(--lime); }
.experience-stamp { position: absolute; z-index: 3; top: 0; right: 0; display: flex; width: 174px; height: 114px; align-items: center; justify-content: center; gap: 9px; background: var(--lime); color: var(--ink); transform: translateX(12px); }
.experience-stamp strong { white-space: nowrap; font-size: 42px; line-height: 1; letter-spacing: -.075em; }
.experience-stamp span { font-size: 12px; font-weight: 850; line-height: 1.25; letter-spacing: .06em; text-transform: uppercase; }
.hero-note { position: absolute; z-index: 3; right: -18px; bottom: 0; display: grid; min-width: 248px; padding: 18px 20px; background: var(--paper-bright); border-left: 4px solid var(--blue); box-shadow: 0 20px 40px rgba(17, 19, 16, .12); }
.hero-note span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-note strong { font-size: 17px; }

.equation-strip { display: grid; grid-template-columns: repeat(3, 1fr); max-width: calc(var(--max) - (2 * var(--gutter))); margin: 0 auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.equation-strip > div { position: relative; display: grid; min-height: 126px; grid-template-columns: auto 1fr; align-items: center; gap: 20px; padding: 24px 32px; border-right: 1px solid var(--line); }
.equation-strip > div:last-child { border-right: 0; }
.equation-strip > div[data-operator]::before { position: absolute; z-index: 2; top: 50%; left: 0; display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--blue); content: attr(data-operator); font-size: 20px; font-weight: 850; transform: translate(-50%, -50%); }
.equation-strip strong { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-size: 52px; font-weight: 400; line-height: .9; letter-spacing: -.06em; }
.equation-strip span { max-width: 250px; color: var(--muted); font-size: 13px; font-weight: 700; line-height: 1.4; }
.equation-strip .equation-result { background: var(--paper-bright); }
.equation-strip .equation-result strong { color: var(--ink); font-family: inherit; font-size: 25px; font-weight: 850; letter-spacing: -.035em; }

.section { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: clamp(38px, 7vw, 108px); max-width: var(--max); margin: 0 auto; padding: clamp(96px, 11vw, 164px) var(--gutter); }
.section-label { display: flex; gap: 14px; align-items: flex-start; padding-top: 10px; color: var(--muted); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.section-label span { color: var(--blue); }
.kicker { margin-bottom: 20px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
h2 { max-width: 1000px; margin-bottom: 48px; font-size: clamp(38px, 4.6vw, 66px); font-weight: 720; line-height: 1.04; letter-spacing: -.055em; }
.two-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(28px, 5vw, 80px); max-width: 940px; }
.two-columns p { margin-bottom: 0; color: #474b44; font-size: 19px; }

.outcomes { display: grid; grid-template-columns: repeat(3, 1fr); max-width: calc(var(--max) - (2 * var(--gutter))); margin: 0 auto clamp(96px, 11vw, 164px); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.outcome { position: relative; min-height: 330px; padding: 34px 34px 42px; border-right: 1px solid var(--line); background: var(--paper-bright); overflow: hidden; }
.outcome:last-child { border-right: 0; }
.outcome-number { display: block; margin-bottom: 58px; color: var(--blue); font-size: 12px; font-weight: 850; }
.outcome h3 { max-width: 280px; margin-bottom: 16px; font-size: 28px; line-height: 1.05; letter-spacing: -.04em; }
.outcome p { max-width: 320px; margin-bottom: 0; color: var(--muted); }
.outcome-line { position: absolute; right: -20px; bottom: 26px; width: 110px; height: 1px; background: var(--ink); }
.outcome-line::before, .outcome-line::after { position: absolute; top: -4px; width: 9px; height: 9px; border-radius: 50%; background: var(--lime-deep); content: ""; }
.outcome-line::before { left: 20px; }
.outcome-line::after { left: 55px; background: var(--blue); }

.approach { position: relative; max-width: none; grid-template-columns: minmax(140px, calc((100vw - var(--max)) / 2 + 180px)) minmax(0, calc(var(--max) - 180px)); justify-content: center; background: var(--ink); color: var(--white); }
.approach::before { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 56px 56px; content: ""; pointer-events: none; }
.approach > * { position: relative; }
.section-label-light { padding-left: var(--gutter); color: #969a90; }
.section-label-light span { color: var(--lime); }
.approach-content { padding-right: var(--gutter); }
.approach-heading { max-width: 1040px; }
.approach .kicker { color: var(--lime); }
.approach h2 em { color: var(--lime); }
.engagements { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #3b3f37; border-left: 1px solid #3b3f37; }
.engagement { min-height: 440px; padding: 30px; border-right: 1px solid #3b3f37; border-bottom: 1px solid #3b3f37; background: rgba(27, 30, 25, .84); }
.engagement-top { display: flex; justify-content: space-between; margin-bottom: 54px; color: #a8aca1; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.engagement-top strong { color: var(--lime); }
.engagement h3 { max-width: 290px; margin-bottom: 18px; font-size: 28px; line-height: 1.08; letter-spacing: -.04em; }
.engagement p { color: #b7baaf; }
.engagement ul { margin: 30px 0 0; padding: 0; list-style: none; }
.engagement li { padding: 9px 0; border-top: 1px solid #3b3f37; color: #e6e7e1; font-size: 14px; }
.engagement li::before { margin-right: 9px; color: var(--lime); content: "+"; }

.track-record { padding-bottom: 100px; }
.track-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(270px, .6fr); gap: 70px; align-items: end; }
.track-head h2 { margin-bottom: 0; }
.track-head > p { margin-bottom: 10px; color: var(--muted); font-size: 18px; }
.case-list { grid-column: 2; margin-top: 74px; border-top: 1px solid var(--ink); }
.case { display: grid; grid-template-columns: minmax(190px, .7fr) minmax(280px, 1.2fr) minmax(190px, .65fr); gap: 42px; align-items: center; min-height: 150px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.case-name { display: flex; gap: 18px; align-items: baseline; }
.case-name span { color: var(--blue); font-size: 11px; font-weight: 850; }
.case-name h3 { margin: 0; font-size: 25px; letter-spacing: -.04em; }
.case p { margin: 0; color: #484c45; }
.case-role { color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.source-note { grid-column: 2; margin: 18px 0 0; color: var(--muted); font-size: 12px; }
.career-foundation { grid-column: 2; display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1fr); gap: clamp(36px, 7vw, 100px); margin-top: 84px; padding: 48px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.career-foundation h3 { max-width: 430px; margin-bottom: 16px; font-size: clamp(30px, 3vw, 44px); line-height: 1.05; letter-spacing: -.045em; }
.career-foundation > div > p:last-child { max-width: 510px; margin-bottom: 0; color: var(--muted); font-size: 18px; }
.foundation-list { margin: 0; padding: 0; list-style: none; }
.foundation-list li { display: grid; grid-template-columns: minmax(120px, .45fr) 1fr; gap: 20px; padding: 16px 0; border-top: 1px solid var(--line); }
.foundation-list li:last-child { border-bottom: 1px solid var(--line); }
.foundation-list strong { font-size: 16px; }
.foundation-list span { color: var(--muted); font-size: 14px; }

.profile { grid-template-columns: minmax(280px, .52fr) minmax(0, 1fr); border-top: 1px solid var(--line); }
.profile-aside { display: flex; flex-direction: column; justify-content: space-between; min-height: 650px; padding: 34px; background: var(--blue); color: var(--white); }
.profile-monogram { white-space: nowrap; font-family: Georgia, "Times New Roman", serif; font-size: clamp(70px, 8.5vw, 118px); line-height: .8; letter-spacing: -.09em; }
.profile-aside div { display: grid; }
.profile-aside strong { font-size: 23px; }
.profile-aside div span { color: #dfe6ef; font-size: 13px; }
.career-phases { gap: 20px; margin: 48px 0; }
.career-phases p { display: grid; margin: 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.3); }
.career-phases p strong { font-size: 27px; letter-spacing: -.04em; }
.career-phases p span { max-width: 260px; }
.profile-copy { max-width: 760px; padding: 12px 0; }
.profile-copy h2 { margin-bottom: 34px; }
.profile-copy > p:not(.kicker) { color: #474b44; font-size: 19px; }
.profile-why { margin: 38px 0 22px; border-top: 1px solid var(--ink); }
.profile-why p { display: grid; grid-template-columns: minmax(150px, .45fr) 1fr; gap: 24px; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); }
.profile-why strong { font-size: 15px; }
.profile-why span { color: var(--muted); font-size: 15px; }
.text-link-dark { margin-top: 16px; }

.contact { padding: clamp(90px, 10vw, 150px) var(--gutter); background: var(--ink); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(370px, .65fr); gap: clamp(60px, 9vw, 140px); max-width: calc(var(--max) - (2 * var(--gutter))); margin: 0 auto; }
.eyebrow-light { color: #c2c5bb; }
.eyebrow-light > span { background: var(--lime); }
.contact h2 { margin-bottom: 28px; }
.contact-copy > p:last-child { max-width: 710px; color: #b8bcb1; font-size: 20px; }
.contact-actions { border-top: 1px solid #41453d; }
.contact-actions a { position: relative; display: grid; padding: 24px 56px 24px 0; border-bottom: 1px solid #41453d; text-decoration: none; transition: padding 180ms ease, background 180ms ease, color 180ms ease; }
.contact-actions a:hover { padding-left: 14px; background: var(--lime); color: var(--ink); }
.contact-actions span { color: #969b90; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-actions a:hover span { color: #4c520f; }
.contact-actions strong { font-size: clamp(18px, 2vw, 25px); letter-spacing: -.03em; }
.contact-actions i { position: absolute; top: 30px; right: 6px; color: var(--lime); font-style: normal; font-size: 22px; }
.contact-actions a:hover i { color: var(--ink); }

.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: end; padding: 46px var(--gutter); background: #090a08; color: #8b8f84; font-size: 13px; }
.footer-brand { color: var(--paper); }
.footer-brand .brand-text span { color: #8b8f84; }
.site-footer p { justify-self: end; margin: 0; }
.site-footer > div { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid #292c27; }

.error-page { display: grid; min-height: 100vh; align-content: space-between; padding: var(--gutter); }
.error-page > div { max-width: 760px; padding: 80px 0; }
.error-page h1 { margin-bottom: 24px; }
.error-page p:not(.eyebrow) { color: var(--muted); font-size: 20px; }

.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: 100ms; }
.reveal-delay-2 { transition-delay: 200ms; }

@media (max-width: 1100px) {
  .site-nav { gap: 16px; }
  .site-nav > a:not(.nav-cta):not(.language-link) { display: none; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); }
  .section { grid-template-columns: 130px minmax(0, 1fr); }
  .engagements { grid-template-columns: 1fr; }
  .engagement { min-height: auto; }
  .case { grid-template-columns: minmax(150px, .6fr) 1fr; }
  .case-role { grid-column: 2; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 72px; }
  .site-header { min-height: 70px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
  .menu-toggle i, .menu-toggle i::before { display: block; width: 20px; height: 2px; background: currentColor; content: ""; transition: transform 180ms ease; }
  .menu-toggle i::before { transform: translateY(6px); }
  .menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i::before { transform: rotate(-90deg); }
  .site-nav { position: absolute; z-index: 30; top: 100%; right: 0; left: 0; display: none; width: 100vw; height: calc(100vh - 70px); flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; padding: 24px var(--gutter); background: var(--paper); }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.nav-cta):not(.language-link) { display: block; }
  .site-nav a { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 24px; }
  .site-nav .nav-cta { margin-top: 20px; padding: 16px; color: var(--white); text-align: center; }
  .site-nav .language-link { border-left: 0; font-size: 15px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 80px; }
  .hero-visual { max-width: 560px; margin: 0 auto; }
  .equation-strip > div { padding-right: 24px; padding-left: 24px; }
  .section { grid-template-columns: 1fr; gap: 38px; }
  .section-label { padding-top: 0; }
  .outcomes { grid-template-columns: 1fr; }
  .outcome { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--line); }
  .outcome:last-child { border-bottom: 0; }
  .approach { grid-template-columns: 1fr; padding-right: var(--gutter); padding-left: var(--gutter); }
  .section-label-light { padding-left: 0; }
  .approach-content { padding-right: 0; }
  .track-head { grid-template-columns: 1fr; gap: 30px; }
  .case-list, .source-note, .career-foundation { grid-column: 1; }
  .career-foundation { grid-template-columns: 1fr; }
  .profile { grid-template-columns: 1fr; }
  .profile-aside { min-height: 400px; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .equation-strip { grid-template-columns: 1fr; margin: 0 var(--gutter); }
  .equation-strip > div { min-height: 108px; padding: 20px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .equation-strip > div:last-child { border-bottom: 0; }
  .equation-strip > div[data-operator]::before { top: 0; left: 31px; }
  .equation-strip strong { min-width: 48px; font-size: 46px; }
  .equation-strip .equation-result strong { font-size: 23px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .brand-text span { display: none; }
  h1 { font-size: clamp(45px, 14vw, 62px); }
  html[lang="en"] h1 { font-size: 42px; }
  h2 { font-size: clamp(36px, 11vw, 48px); margin-bottom: 34px; }
  .hero { padding-top: 58px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { padding-right: 8px; }
  .experience-stamp { width: 142px; height: 92px; }
  .experience-stamp strong { font-size: 33px; }
  .keynote-frame img { aspect-ratio: 4 / 4.8; }
  .keynote-frame figcaption { flex-direction: column; gap: 4px; }
  .hero-note { right: 0; min-width: 220px; }
  .two-columns { grid-template-columns: 1fr; }
  .outcomes { margin-right: var(--gutter); margin-left: var(--gutter); }
  .outcome { padding: 28px 24px; }
  .engagement { padding: 26px 22px; }
  .case { grid-template-columns: 1fr; gap: 14px; padding: 30px 0; }
  .case-role { grid-column: 1; }
  .profile-aside { min-height: 330px; }
  .profile-why p { grid-template-columns: 1fr; gap: 5px; }
  .foundation-list li { grid-template-columns: 1fr; gap: 4px; }
  .contact-actions strong { font-size: 18px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer p { justify-self: start; }
  .site-footer > div { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
}
