@property --edge-angle { syntax: "<angle>"; inherits: false; initial-value: 0deg; }
:root {
  color-scheme: dark;
  --bg: #0b0e12;
  --surface: #12161c;
  --surface-raised: #181d24;
  --text: #f5f5f3;
  --muted: #b4bac3;
  --subtle: #939ca9;
  --gold: #e7c76a;
  --line: #2c323b;
  --max: 1200px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--bg); color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, button, a, h1, h2, h3, p { letter-spacing: 0; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button, a, summary { touch-action: manipulation; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
summary:focus-visible { outline-offset: -4px; }
svg { width: 20px; height: 20px; flex-shrink: 0; vertical-align: middle; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h2 { font-size: 40px; font-weight: 650; line-height: 1.18; }
h3 { font-size: 19px; font-weight: 600; line-height: 1.35; }
p { text-wrap: pretty; }
::selection { background: var(--gold); color: var(--bg); }
[hidden] { display: none !important; }
.container { max-width: calc(var(--max) + 80px); padding-inline: 40px; margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 12px 20px; background: var(--gold); color: var(--bg); z-index: 200; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; background: #0b0e12f5; border-bottom: 1px solid var(--line); }
.header-inner { height: 76px; display: flex; align-items: center; gap: 28px; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 600; white-space: nowrap; }
.monogram { display: grid; place-items: center; width: 34px; height: 36px; border: 1px solid #8e7b47; color: var(--gold); font-size: 14px; border-radius: 3px; }
.desktop-nav { display: flex; gap: 26px; margin-left: auto; }
.desktop-nav a { color: var(--muted); font-size: 14px; padding-block: 8px; position: relative; transition: color .2s; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 1px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.desktop-nav a:hover, .desktop-nav a[aria-current="location"] { color: var(--text); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="location"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-resume { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--gold); white-space: nowrap; }
.icon-button { color: var(--muted); width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 4px; background: transparent; display: grid; place-items: center; transition: color .2s, border-color .2s; }
.icon-button:hover { color: var(--gold); border-color: var(--gold); }
.icon-button span { display: flex; }
.icon-button svg { width: 17px; height: 17px; }
.menu-toggle { display: none; }
.mobile-nav { position: absolute; inset: 100% 0 auto; padding: 12px 24px 20px; background: #101419; border-bottom: 1px solid var(--line); box-shadow: 0 18px 26px #0005; }
.mobile-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 50px; border-bottom: 1px solid var(--line); }
.hero { position: relative; isolation: isolate; overflow: hidden; background: #080c11; }
.hero-map { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.map-stage { position: absolute; width: max(100%, 1500px); aspect-ratio: 2048 / 683; top: 41%; left: 50%; transform: translate(-50%, -50%); opacity: .72; }
.map-stage img { width: 100%; height: 100%; object-fit: contain; opacity: .68; }
.hero-map::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #080c11e8 0%, #080c1170 55%, #080c1120), linear-gradient(0deg, #080c11 0%, transparent 24%, transparent 75%, #080c1160); }
.map-node { position: absolute; left: var(--x); top: var(--y); width: 7px; height: 7px; border-radius: 50%; color: var(--gold); background: currentColor; box-shadow: 0 0 15px currentColor; animation: network-pulse 5s var(--delay) ease-in-out infinite; }
.map-node::after { content: ""; position: absolute; inset: -5px; border: 1px solid currentColor; border-radius: inherit; animation: network-ring 5s var(--delay) ease-out infinite; }
.map-node.silver { color: #e4eaf4; }
@keyframes network-pulse { 0%, 65%, 100% { opacity: .38; transform: scale(.85); } 25% { opacity: 1; transform: scale(1.3); } }
@keyframes network-ring { 0% { transform: scale(.45); opacity: 0; } 15% { opacity: .65; } 50%, 100% { transform: scale(1.5); opacity: 0; } }
.experience-ticker { position: relative; overflow: hidden; border-bottom: 1px solid #ffffff13; background: #080c11b8; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.ticker-track { width: max-content; display: flex; animation: ticker 80s linear infinite; }
.ticker-group { display: flex; align-items: center; flex-shrink: 0; gap: 30px; padding: 12px 30px 12px 0; }
.ticker-company, .ticker-capability { font-size: 12px; font-weight: 600; white-space: nowrap; color: #c0c5cb; }
.ticker-capability { color: var(--gold); font-weight: 400; }
.ticker-company::before, .ticker-capability::before { content: "/"; display: inline-block; margin-right: 30px; color: #5d626b; }
@keyframes ticker { to { transform: translateX(-50%); } }
.motion-paused *, .motion-paused *::before, .motion-paused *::after { animation-play-state: paused !important; }
.motion-paused { scroll-behavior: auto; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .8fr); column-gap: 72px; padding-top: 64px; padding-bottom: 28px; }
.hero-identity { grid-column: 1; grid-row: 1; align-self: end; }
.eyebrow { font-size: 12px; font-weight: 600; color: var(--gold); text-transform: uppercase; line-height: 1.6; margin-bottom: 18px; }
.current-title { color: #d4d8de; text-transform: none; font-size: 13px; }
.current-title > span { color: var(--gold); margin-right: 14px; text-transform: uppercase; font-weight: 700; }
.hero h1 { font-size: 92px; font-weight: 650; line-height: 1.05; }
.name-period { color: var(--gold); }
.hero-summary { grid-column: 1; grid-row: 2; padding-top: 22px; }
.hero-summary h2 { font-size: 37px; font-weight: 500; line-height: 1.2; }
.hero-summary > p { margin-top: 22px; font-size: 18px; line-height: 1.65; max-width: 580px; color: #d3d7de; }
.hero-summary > p.hero-context { margin-top: 14px; color: var(--muted); font-size: 16px; }
.hero-actions { grid-column: 1; grid-row: 3; display: flex; align-items: flex-start; gap: 12px; flex-wrap: wrap; padding-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 12px 19px; font-size: 14px; font-weight: 600; line-height: 1.4; border-radius: 4px; border: 1px solid transparent; transition: background .2s, border-color .2s, transform .2s; }
.button svg, .text-link svg, .header-resume svg, .email-link svg { width: 18px; height: 18px; transition: transform .2s; }
.button:hover svg, .text-link:hover svg, .header-resume:hover svg, .email-link:hover svg { transform: translate(2px, -2px); }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--gold); color: #141414; }
.primary:hover { background: #f0d88f; }
.secondary { border-color: #555c64; color: var(--text); background: #0b0e1266; }
.secondary:hover { border-color: var(--gold); background: #202229; }
.hero-portrait { grid-column: 2; grid-row: 1 / span 3; align-self: center; position: relative; }
.hero-portrait > img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 38%; border-radius: 4px; }
.hero-portrait figcaption { border-top: 1px solid #a48f4e; margin-top: 18px; padding-top: 13px; display: grid; gap: 3px; font-size: 13px; }
.hero-portrait figcaption span:last-child { color: var(--subtle); font-size: 12px; }
.hero-foot { grid-column: 1 / -1; display: flex; align-items: center; gap: 32px; margin-top: 52px; padding-top: 22px; border-top: 1px solid #ffffff24; font-size: 12px; color: #bbc2cb; }
.hero-foot > span { display: flex; align-items: center; gap: 9px; }
.hero-foot svg { width: 15px; height: 15px; color: var(--gold); }
.section { padding-block: 84px; }
.section-split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 86px; }
.section-intro > p:not(.eyebrow) { margin-top: 22px; font-size: 17px; line-height: 1.75; color: #d1d6de; max-width: 550px; }
.section-intro > p.muted { color: var(--muted); font-size: 16px; }
.eyebrow-rule { display: inline-block; vertical-align: middle; width: 24px; height: 1px; background: #80724a; margin-inline: 10px; }
.leadership-section { border-bottom: 1px solid var(--line); }
.mandate-list { display: grid; }
.mandate-list article { display: flex; gap: 20px; padding: 23px 0; border-top: 1px solid var(--line); }
.mandate-list article:first-child { padding-top: 3px; border: 0; }
.mandate-list article:last-child { padding-bottom: 0; }
.line-icon { color: var(--gold); flex-shrink: 0; padding-top: 3px; }
.line-icon svg { width: 25px; height: 25px; }
.mandate-list p { margin-top: 9px; font-size: 16px; color: var(--muted); line-height: 1.7; }
.impact-band { background: var(--surface); border-bottom: 1px solid var(--line); padding-block: 36px; }
.impact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.impact-grid article { border-left: 1px solid var(--line); padding-inline: 27px; }
.impact-grid article:first-child { border: 0; padding-left: 0; }
.impact-grid article:last-child { padding-right: 0; }
.metric { font-size: 43px; font-weight: 550; line-height: 1.1; color: var(--gold); font-variant-numeric: tabular-nums; }
.metric span { font-size: 26px; }
.impact-grid h3 { font-size: 15px; margin-top: 13px; }
.impact-grid article > p:last-child { font-size: 13px; color: var(--muted); margin-top: 8px; line-height: 1.7; }
.metric { position: relative; padding-bottom: 13px; }
.metric::after { content: ""; position: absolute; left: 0; bottom: 0; width: 42px; height: 2px; background: var(--gold); transform-origin: left; opacity: .4; }
.impact-grid article:nth-child(2) { --accent-delay: .12s; }
.impact-grid article:nth-child(3) { --accent-delay: .24s; }
.impact-grid article:nth-child(4) { --accent-delay: .36s; }
.impact-grid article.is-revealed .metric::after { animation: impact-accent 1.1s var(--accent-delay, 0s) ease-out both; }
@keyframes impact-accent { 0% { transform: scaleX(.2); opacity: .4; } 50% { transform: scaleX(1.4); opacity: 1; box-shadow: 0 0 10px #e7c76a50; } 100% { transform: scaleX(1); opacity: .65; } }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 38px; }
.section-heading > p { color: var(--muted); max-width: 400px; font-size: 16px; }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary > svg { color: var(--gold); width: 20px; height: 20px; transition: transform .24s; }
details[open] > summary > svg, details[open] > summary .disclosure-icon { transform: rotate(45deg); }
.case-list { border-top: 1px solid var(--line); }
.case-study { border-inline: 1px solid transparent; transition: background .2s, border-color .2s; }
.case-study[open] { background: #11161c; border-inline-color: #464332; border-bottom-color: #464332; }
.case-study > summary { display: grid; grid-template-columns: 32px minmax(0, 1fr) auto; align-items: center; gap: 22px; padding: 25px 22px; }
.case-study > summary:hover { background: #ffffff04; }
.case-index { font-size: 13px; color: #858e9b; align-self: start; padding-top: 2px; }
.case-company { color: var(--gold); text-transform: uppercase; font-size: 12px; font-weight: 600; display: block; margin-bottom: 6px; }
.case-title { display: block; font-size: 23px; font-weight: 550; line-height: 1.35; }
.case-proof { display: block; color: #b9c0ca; margin-top: 8px; font-size: 13px; }
.case-study[open] .case-index { color: var(--gold); }
/* The trace lives on the summary so it also renders when native details are closed. */
:is(.case-study, .principle, .supporting-ai, .platform-details, .ai-story) { position: relative; isolation: isolate; }
:is(.case-study, .principle, .supporting-ai, .platform-details) > summary::before,
.ai-story::before { content: ""; position: absolute; inset: 0; border: 1px solid var(--gold); border-radius: var(--edge-radius, 3px); opacity: 0; pointer-events: none; z-index: 2; transition: opacity .25s; }
@supports (mask-composite: exclude) {
  :is(.case-study, .principle, .supporting-ai, .platform-details) > summary::before,
  .ai-story::before { border: 0; padding: 1.5px; background: conic-gradient(from var(--edge-angle), transparent 0deg 235deg, #e7c76a24 270deg, var(--gold) 315deg, #fff2c4 338deg, transparent 360deg); mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; animation: edge-orbit 3.2s linear infinite paused; }
}
@keyframes edge-orbit { to { --edge-angle: 360deg; } }
:is(.case-study, .principle, .supporting-ai, .platform-details)[open] > summary::before,
.ai-story:has(:where(details[open]))::before { opacity: .45; }
:is(.case-study, .principle, .supporting-ai, .platform-details):focus-within > summary::before,
.ai-story:focus-within::before { opacity: 1; animation-play-state: running; }
:is(.case-study, .principle, .supporting-ai, .platform-details):focus-within > summary,
.workflow-detail:focus-within > summary { color: var(--gold); }
.ai-story { --edge-radius: 5px; transition: transform .25s, border-color .25s, background .25s; }
.ai-story:focus-within { border-color: #796a41; background: #101419; }
.story-icon > svg { transition: transform .25s, color .25s; }
.ai-story:focus-within .story-icon > svg { transform: translateY(-2px); color: #fff0b9; }
@media (hover: hover) {
  :is(.case-study, .principle, .supporting-ai, .platform-details):hover > summary::before,
  .ai-story:hover::before { opacity: 1; animation-play-state: running; }
  :is(.case-study, .principle, .supporting-ai, .platform-details):hover > summary,
  .ai-story:hover .workflow-detail > summary { color: var(--gold); }
  .ai-story:hover { transform: translateY(-3px); border-color: #796a41; background: #101419; }
  .ai-story:hover .story-icon > svg { transform: translateY(-2px); color: #fff0b9; }
}
.principle > summary, .supporting-ai > summary, .platform-details > summary { padding-inline: 15px; transition: color .2s, background .2s; }
.principle .detail-inner, .supporting-ai .detail-inner, .platform-details .detail-inner { padding-inline: 15px; }
.detail-body { overflow: hidden; }
.case-content { padding: 0 24px 26px 76px; }
.case-scope { color: var(--subtle); font-size: 13px; padding-block: 2px 20px; }
.case-columns { display: grid; grid-template-columns: .85fr 1.05fr 1.1fr; gap: 30px; border-top: 1px solid var(--line); padding-top: 24px; }
.case-columns h4 { margin: 0 0 10px; font-size: 12px; color: var(--gold); text-transform: uppercase; font-weight: 600; }
.case-columns p { color: #c0c7d0; font-size: 15px; line-height: 1.75; }
.case-note { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.ai-section { background: var(--surface); border-block: 1px solid var(--line); }
.ai-outcome { display: flex; gap: 23px; align-items: center; margin-bottom: 34px; padding-block: 25px; border-block: 1px solid var(--line); }
.ai-outcome strong { font-size: 46px; font-weight: 500; line-height: 1; color: var(--gold); }
.ai-outcome h3 { font-size: 17px; }
.ai-outcome p { font-size: 14px; color: var(--muted); margin-top: 4px; }
.automation-flow { padding-bottom: 32px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.automation-flow figcaption { display: flex; gap: 18px; align-items: baseline; margin-bottom: 26px; }
.automation-flow figcaption > span { font-size: 12px; color: var(--gold); text-transform: uppercase; font-weight: 600; }
.automation-flow figcaption > strong { font-size: 16px; font-weight: 500; }
.flow-stages { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.flow-stages > li { position: relative; min-width: 0; }
.flow-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #49515d; border-radius: 4px; color: #c4cbd5; background: var(--bg); animation: workflow-stage 7.2s calc(var(--step) * 1.1s) ease-in-out infinite paused; }
.flow-icon > svg { width: 21px; height: 21px; }
.flow-stages h3 { margin-top: 14px; font-size: 16px; }
.flow-stages p { margin-top: 4px; color: var(--muted); font-size: 13px; }
.flow-connector { position: absolute; height: 16px; top: 14px; left: 58px; right: 0; overflow: hidden; }
.flow-connector::before { content: ""; position: absolute; inset: 7px 8px auto 0; height: 1px; background: #48505b; }
.flow-connector::after { content: ""; position: absolute; inset: 7px 8px auto 0; height: 2px; background: linear-gradient(90deg, transparent, #e7c76a40 55%, #fff0b9 90%, transparent); opacity: 0; animation: workflow-transfer 7.2s calc(var(--step) * 1.1s + .35s) ease-in-out infinite paused; }
.flow-connector > svg { position: absolute; right: 0; top: 0; width: 15px; height: 15px; color: #909aa8; }
.automation-flow.is-visible .flow-icon, .automation-flow.is-visible .flow-connector::after { animation-play-state: running; }
@keyframes workflow-stage { 0%, 28%, 100% { color: #c4cbd5; border-color: #49515d; box-shadow: none; } 8%, 18% { color: #fff0b9; border-color: var(--gold); box-shadow: 0 0 0 3px #e7c76a12; } }
@keyframes workflow-transfer { 0% { opacity: 0; transform: translateX(-100%); } 3% { opacity: 1; } 16% { opacity: 1; transform: translateX(100%); } 17%, 100% { opacity: 0; transform: translateX(100%); } }
.ai-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: start; }
.ai-story { background: var(--bg); border: 1px solid var(--line); border-radius: 5px; padding: 27px 24px 0; }
.story-icon { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; color: var(--gold); }
.story-icon > span { font-size: 12px; color: var(--subtle); }
.story-icon svg { width: 21px; height: 21px; }
.story-result { color: var(--gold); font-size: 32px; font-weight: 550; line-height: 1.15; display: flex; align-items: center; gap: 9px; min-height: 74px; }
.story-result.text-result { font-size: 29px; }
.result-arrow svg { width: 23px; height: 23px; }
.ai-story > h3 { margin-top: 9px; font-size: 19px; }
.ai-story > p:not(.story-result) { margin-block: 15px 24px; min-height: 135px; font-size: 15px; color: var(--muted); line-height: 1.7; }
.workflow-detail { border-top: 1px solid var(--line); border-bottom: 0; }
.workflow-detail > summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 70px; color: #e3e6eb; font-size: 14px; }
.workflow-steps { list-style: decimal; padding-left: 19px; margin: 0 0 18px; display: grid; gap: 15px; color: var(--muted); font-size: 14px; }
.workflow-steps li { padding-left: 5px; }
.workflow-steps li::marker { color: var(--gold); }
.detail-note { border-top: 1px solid var(--line); padding-top: 14px; padding-bottom: 24px; color: #d0d5dd; font-size: 14px; }
.supporting-ai { margin-top: 25px; }
.supporting-ai > summary { display: flex; align-items: center; justify-content: space-between; padding-block: 18px; gap: 18px; font-size: 15px; }
.supporting-grid, .platform-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; padding-block: 10px 26px; }
.supporting-grid h3, .platform-grid h3 { font-size: 16px; }
.supporting-grid p, .platform-grid p { margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--gold); font-size: 14px; padding-block: 8px; }
.section-intro > .text-link { margin-top: 22px; }
.leadership-notes { display: grid; gap: 28px; }
.leadership-notes article { display: flex; gap: 25px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.leadership-notes article > span { font-size: 12px; color: var(--gold); padding-top: 5px; }
.leadership-notes p { margin-top: 10px; font-size: 16px; color: var(--muted); line-height: 1.75; }
.principles-section { border-block: 1px solid var(--line); background: #0f1319; }
.principle:first-child { border-top: 1px solid var(--line); }
.principle > summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 21px; }
.principle-title { display: block; font-size: 17px; font-weight: 550; line-height: 1.4; }
.principle-summary { display: block; margin-top: 6px; font-size: 14px; color: var(--subtle); }
.principle .detail-inner { padding-bottom: 23px; font-size: 15px; color: #bdc6d1; line-height: 1.8; }
.career-list { border-top: 1px solid var(--line); }
.career-item { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 22px; padding-block: 17px; border-bottom: 1px solid var(--line); }
.career-date { color: var(--subtle); font-size: 12px; padding-top: 3px; }
.career-item h3 { font-size: 17px; }
.career-item p:not(.career-date) { color: var(--muted); font-size: 14px; margin-top: 5px; line-height: 1.65; }
.career-item:first-child h3 { color: var(--gold); }
.platform-section { border-top: 1px solid var(--line); }
.platform-details { border: 0; }
.platform-details > summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 30px; }
.platform-details .eyebrow { display: block; margin-bottom: 7px; }
.platform-title { font-size: 23px; font-weight: 500; line-height: 1.4; display: block; }
.contact-section { padding-block: 70px; background: #171b22; border-block: 1px solid #383b41; }
.contact-layout { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.contact-section h2 { font-size: 52px; }
.contact-section p:not(.eyebrow) { margin-top: 15px; font-size: 16px; color: var(--muted); max-width: 510px; }
.email-link { display: inline-flex; align-items: center; gap: 12px; font-size: 18px; margin-top: 19px; color: var(--gold); }
.contact-links { display: grid; gap: 10px; min-width: 200px; }
footer { padding-block: 28px; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; align-items: center; font-size: 12px; color: var(--subtle); }
.footer-inner p { display: flex; align-items: center; gap: 22px; }
.footer-inner strong { font-size: 14px; font-weight: 550; color: #d5d9df; }
.footer-inner .text-link { font-size: 12px; }
@media (min-width: 1600px) { .hero-layout { padding-top: 80px; padding-bottom: 30px; } .hero-foot { margin-top: 65px; } }
@media (min-width: 901px) and (max-height: 850px) {
  .hero-layout { padding-top: 34px; padding-bottom: 40px; }
  .hero h1 { font-size: 76px; }
  .hero-summary h2 { font-size: 32px; }
  .hero-summary > p { font-size: 17px; margin-top: 17px; }
  .hero-summary > p.hero-context { font-size: 15px; margin-top: 12px; }
  .hero-actions { padding-top: 24px; }
  .hero-portrait { max-width: 290px; justify-self: end; }
  .hero-foot { display: none; }
  .leadership-section { padding-top: 58px; }
}
@media (max-width: 1100px) {
  .container { padding-inline: 30px; }
  .desktop-nav { gap: 19px; }
  .header-inner { gap: 20px; }
  .hero-layout { column-gap: 42px; padding-top: 48px; }
  .hero h1 { font-size: 76px; }
  .hero-summary h2 { font-size: 32px; }
  .hero-summary > p { font-size: 17px; }
  .hero-summary > p.hero-context { font-size: 15px; }
  .section-split { gap: 52px; }
  h2 { font-size: 36px; }
  .section-heading { gap: 40px; }
  .section-heading > p { max-width: 330px; }
  .ai-grid { gap: 15px; }
  .ai-story { padding: 22px 18px 0; }
  .story-result { font-size: 29px; }
  .story-result.text-result { font-size: 26px; }
  .ai-story > p:not(.story-result) { min-height: 156px; }
}
@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .header-actions { margin-left: auto; }
  .hero-layout { grid-template-columns: minmax(0, 1.3fr) minmax(225px, .8fr); gap: 0 35px; }
  .hero h1 { font-size: 66px; }
  .hero-summary h2 { font-size: 29px; }
  .hero-summary > p { font-size: 16px; }
  .hero-portrait figcaption { font-size: 12px; }
  .hero-actions { gap: 10px; }
  .button { font-size: 13px; padding: 11px 14px; gap: 8px; }
  .hero-foot { gap: 20px; font-size: 11px; }
  .hero-foot svg { display: none; }
  .section { padding-block: 64px; }
  .section-split { grid-template-columns: 1fr; gap: 36px; }
  .section-intro { max-width: 680px; }
  .mandate-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
  .mandate-list article { display: block; border-top: 1px solid var(--line); padding-top: 20px; }
  .mandate-list article:first-child { border-top: 1px solid var(--line); padding-top: 20px; }
  .mandate-list .line-icon { display: block; margin-bottom: 14px; }
  .mandate-list h3 { font-size: 17px; }
  .mandate-list p { font-size: 14px; }
  .impact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 0; }
  .impact-grid article:nth-child(3) { border: 0; padding-left: 0; }
  .impact-grid article:nth-child(2) { padding-right: 0; }
  .impact-grid article > p:last-child { max-width: 280px; }
  .section-heading { display: block; }
  .section-heading > p { max-width: 600px; margin-top: 20px; }
  .case-columns { grid-template-columns: 1fr; gap: 20px; }
  .case-columns p { font-size: 16px; }
  .ai-grid { grid-template-columns: 1fr; gap: 18px; }
  .ai-story { padding: 24px 26px 0; }
  .story-icon { margin-bottom: 15px; }
  .story-result { min-height: 0; font-size: 32px; }
  .story-result.text-result { font-size: 30px; }
  .ai-story > p:not(.story-result) { min-height: 0; max-width: 650px; font-size: 16px; }
  .workflow-detail > summary { min-height: 60px; }
  .supporting-grid, .platform-grid { gap: 25px; }
  .career-list { max-width: 760px; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 84px; }
  .container { padding-inline: 22px; }
  .header-inner { height: 64px; gap: 12px; }
  .brand { gap: 9px; font-size: 14px; }
  .monogram { width: 29px; height: 32px; font-size: 12px; }
  .header-actions { gap: 8px; }
  .icon-button { width: 36px; height: 36px; }
  .header-resume { font-size: 12px; gap: 3px; }
  .header-resume svg { width: 14px; height: 14px; }
  .ticker-group { padding-block: 9px; gap: 22px; }
  .ticker-company, .ticker-capability { font-size: 12px; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) 98px; column-gap: 16px; padding-top: 30px; padding-bottom: 20px; }
  .hero-identity { align-self: center; }
  .current-title { font-size: 12px; line-height: 1.55; margin-bottom: 12px; }
  .current-title > span { display: block; margin-bottom: 3px; }
  .hero h1 { font-size: 43px; white-space: nowrap; }
  .hero-portrait { grid-column: 2; grid-row: 1; align-self: center; }
  .hero-portrait > img { aspect-ratio: 4 / 5; border-radius: 3px; }
  .hero-portrait figcaption { display: none; }
  .hero-summary { grid-column: 1 / -1; grid-row: 2; padding-top: 26px; }
  .hero-summary h2 { font-size: 30px; line-height: 1.2; }
  .hero-summary > p { font-size: 16px; margin-top: 17px; line-height: 1.65; }
  .hero-summary > p.hero-context { font-size: 15px; margin-top: 12px; line-height: 1.65; }
  .hero-actions { grid-column: 1 / -1; grid-row: 3; padding-top: 25px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 10px; }
  .hero-actions .button { padding: 12px 10px; font-size: 12px; gap: 7px; }
  .hero-actions .button svg { width: 15px; height: 15px; }
  .hero-foot { margin-top: 29px; padding-top: 15px; display: flex; flex-wrap: wrap; gap: 6px 15px; line-height: 1.7; font-size: 12px; }
  .hero-foot > span:last-child { display: none; }
  .map-stage { width: 1250px; top: 44%; left: 55%; opacity: .5; }
  .hero-map::after { background: linear-gradient(90deg, #080c11b8, #080c1150), linear-gradient(0deg, #080c11, transparent 40%); }
  .section { padding-block: 52px; }
  h2 { font-size: 30px; line-height: 1.23; }
  .eyebrow { margin-bottom: 13px; }
  .section-intro > p:not(.eyebrow) { font-size: 16px; margin-top: 18px; }
  .section-intro > p.muted { font-size: 15px; }
  .section-split { gap: 30px; }
  .mandate-list { grid-template-columns: 1fr; gap: 0; }
  .mandate-list article, .mandate-list article:first-child { display: flex; gap: 17px; padding-block: 20px; }
  .mandate-list article:last-child { padding-bottom: 0; }
  .mandate-list .line-icon { margin: 0; }
  .mandate-list p { font-size: 15px; }
  .impact-band { padding-block: 28px; }
  .impact-grid { gap: 25px 0; }
  .impact-grid article { padding-inline: 16px; }
  .metric { font-size: 34px; }
  .metric span { font-size: 21px; }
  .impact-grid h3 { font-size: 14px; }
  .impact-grid article > p:last-child { font-size: 12px; }
  .section-heading { margin-bottom: 27px; }
  .section-heading > p { margin-top: 16px; font-size: 16px; }
  .case-study > summary { grid-template-columns: 1fr auto; gap: 12px; padding: 21px 13px; }
  .case-index { display: none; }
  .case-company { font-size: 12px; }
  .case-title { font-size: 19px; }
  .case-proof { font-size: 12px; }
  .case-content { padding: 0 14px 22px; }
  .case-scope { font-size: 12px; }
  .case-columns { gap: 19px; padding-top: 19px; }
  .case-columns p { font-size: 15px; }
  .case-note { font-size: 13px; }
  .ai-outcome { gap: 15px; align-items: flex-start; }
  .ai-outcome .line-icon { display: none; }
  .ai-outcome strong { font-size: 38px; white-space: nowrap; }
  .ai-outcome h3 { font-size: 15px; }
  .ai-outcome p { font-size: 13px; margin-top: 6px; }
  .automation-flow { padding-bottom: 27px; margin-bottom: 27px; }
  .automation-flow figcaption { display: grid; gap: 5px; margin-bottom: 23px; }
  .flow-stages { grid-template-columns: 1fr; gap: 22px; }
  .flow-stages > li { padding-left: 61px; min-height: 53px; }
  .flow-icon { position: absolute; top: 0; left: 0; }
  .flow-stages h3 { margin-top: 0; padding-top: 3px; }
  .flow-stages p { font-size: 12px; }
  .flow-connector { left: 14px; right: auto; top: 47px; width: 16px; height: calc(100% - 28px); }
  .flow-connector::before { inset: 0 auto 5px 7px; width: 1px; height: auto; }
  .flow-connector::after { inset: 0 auto 5px 7px; width: 2px; height: auto; background: linear-gradient(180deg, transparent, #e7c76a40 55%, #fff0b9 90%, transparent); animation-name: workflow-transfer-vertical; }
  .flow-connector > svg { top: auto; bottom: -3px; transform: rotate(90deg); }
  .ai-story { padding: 23px 20px 0; }
  .story-result { font-size: 31px; }
  .ai-story > h3 { font-size: 18px; }
  .ai-story > p:not(.story-result) { font-size: 15px; }
  .workflow-detail > summary { font-size: 13px; }
  .supporting-grid, .platform-grid { grid-template-columns: 1fr; gap: 22px; }
  .leadership-notes article { gap: 17px; }
  .leadership-notes h3 { font-size: 18px; }
  .leadership-notes p { font-size: 15px; }
  .principle-title { font-size: 17px; }
  .principle-summary { font-size: 13px; }
  .career-item { grid-template-columns: 90px minmax(0, 1fr); gap: 16px; }
  .career-item h3 { font-size: 16px; }
  .career-item p:not(.career-date) { font-size: 13px; }
  .career-date { font-size: 12px; }
  .platform-title { font-size: 20px; }
  .contact-section { padding-block: 48px; }
  .contact-layout { grid-template-columns: 1fr; gap: 27px; }
  .contact-section h2 { font-size: 38px; }
  .contact-section p:not(.eyebrow) { font-size: 15px; }
  .email-link { font-size: 16px; gap: 7px; }
  .contact-links { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .contact-links .button { padding: 10px 7px; font-size: 12px; gap: 5px; }
  .contact-links svg { width: 14px; height: 14px; }
  .footer-inner { align-items: flex-start; gap: 18px; }
  .footer-inner p { display: grid; gap: 5px; }
  .footer-inner p span { max-width: 200px; line-height: 1.6; }
  .footer-inner .text-link { white-space: nowrap; }
}
@media (max-width: 360px) {
  .container { padding-inline: 18px; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) 82px; gap: 0 12px; }
  .hero h1 { font-size: 38px; }
  .hero-summary h2 { font-size: 27px; }
  .header-actions { gap: 6px; }
  .header-resume { display: none; }
  .hero-actions { grid-template-columns: 1fr; }
  .hero-actions .button { font-size: 14px; }
  .contact-links { grid-template-columns: 1fr; }
  .contact-links .button { font-size: 14px; }
}
@keyframes workflow-transfer-vertical { 0% { opacity: 0; transform: translateY(-100%); } 3% { opacity: 1; } 16% { opacity: 1; transform: translateY(100%); } 17%, 100% { opacity: 0; transform: translateY(100%); } }
.motion-paused *, .motion-paused *::before, .motion-paused *::after { transition: none !important; }
.motion-paused .ai-story:hover { transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .ai-story:hover, .ai-story .story-icon > svg { transform: none; }
  .map-node::after { display: none; }
}
@media print {
  :root { color-scheme: light; }
  body { color: #111; background: white; }
  .site-header, .hero-map, .experience-ticker, .hero-actions, .hero-foot, .contact-links, footer { display: none; }
  .container { max-width: none; padding-inline: 0; }
  .section, .contact-section { padding-block: 25px; }
  .hero { background: white; }
  h1, h2, h3, p { color: #111 !important; }
  .hero h1 { font-size: 50px; }
  .hero-layout { padding-block: 20px; }
  .hero-portrait { max-width: 150px; }
  details { break-inside: avoid; }
}
