:root {
    --ink: #162033;
    --ink-soft: #26344b;
    --bone: #f4f0e8;
    --bone-deep: #e8e1d5;
    --blue: #2457ff;
    --coral: #ff5a3d;
    --steel: #6f7989;
    --line: rgba(22, 32, 51, .14);
    --white: #ffffff;
    --shell: min(1240px, calc(100vw - 64px));
    --shadow: 0 28px 80px rgba(22, 32, 51, .13);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--bone); font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { margin-bottom: 0; color: var(--ink); font-weight: 650; line-height: 1.02; letter-spacing: -.045em; }
h1 { max-width: 780px; font-size: clamp(3.4rem, 6.1vw, 6.5rem); }
h2 { max-width: 800px; font-size: clamp(2.45rem, 4.4vw, 4.8rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); letter-spacing: -.025em; }
p { color: var(--steel); }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(90px, 10vw, 150px) 0; }
.section--dark { color: var(--white); background: var(--ink); }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; color: var(--white); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.kicker, .eyebrow-v2 { color: var(--blue); font-family: "IBM Plex Mono", Consolas, monospace; font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.kicker--light { color: #9fb5ff; }
.large-copy { color: var(--ink-soft); font-size: clamp(1.08rem, 1.45vw, 1.32rem); line-height: 1.55; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 14px; padding: 12px 24px; border: 1px solid var(--blue); border-radius: 3px; color: var(--white); background: var(--blue); font-size: .84rem; font-weight: 750; letter-spacing: .015em; text-decoration: none; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.button:hover, .button:focus-visible { border-color: var(--ink); background: var(--ink); transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 8px 17px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 700; text-decoration: none; }
.text-link span { color: var(--blue); transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }
.button-row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; background: rgba(244, 240, 232, .92); backdrop-filter: blur(14px); transition: box-shadow .25s, border-color .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(22,32,51,.07); }
.site-header__inner { display: flex; min-height: 78px; align-items: center; gap: 32px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.brand__type { display: grid; line-height: 1.1; }
.brand__type strong { font-size: .94rem; letter-spacing: .01em; }
.brand__type span { margin-top: 5px; color: var(--steel); font-family: "IBM Plex Mono", Consolas, monospace; font-size: .57rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); margin-left: auto; }
.primary-nav a { position: relative; padding: 28px 0 25px; color: var(--ink-soft); font-size: .8rem; font-weight: 650; text-decoration: none; }
.primary-nav a::after { content: ""; position: absolute; right: 100%; bottom: 20px; left: 0; height: 1px; background: var(--blue); transition: right .25s; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-switch { display: flex; gap: 7px; color: var(--steel); font-size: .7rem; font-weight: 750; }
.language-switch a { text-decoration: none; }
.language-switch a[aria-current="page"] { color: var(--ink); }
.nav-toggle { display: none; margin-left: auto; padding: 15px 4px; border: 0; color: var(--ink); background: transparent; }
.nav-toggle__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.nav-toggle__lines, .nav-toggle__lines::before, .nav-toggle__lines::after { display: block; width: 25px; height: 2px; background: currentColor; transition: transform .2s; }
.nav-toggle__lines { position: relative; }
.nav-toggle__lines::before, .nav-toggle__lines::after { content: ""; position: absolute; left: 0; }
.nav-toggle__lines::before { top: -7px; }
.nav-toggle__lines::after { top: 7px; }

.hero-v2 { position: relative; min-height: 820px; display: grid; align-items: stretch; overflow: hidden; background: var(--bone); }
.hero-v2--system::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(36,87,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(36,87,255,.055) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, transparent 0%, transparent 42%, #000 72%); }
.hero-v2__inner { position: relative; z-index: 2; display: flex; align-items: center; padding-top: 130px; padding-bottom: 70px; }
.hero-v2__copy { width: 57%; }
.hero-v2 h1 { margin: 24px 0 28px; }
.hero-v2__lead { max-width: 690px; margin-bottom: 32px; color: #4f5969; font-size: clamp(1.08rem, 1.5vw, 1.32rem); }
.hero-v2__field { position: absolute; z-index: 1; top: 0; right: 0; width: 47%; height: 100%; overflow: hidden; background: linear-gradient(145deg, rgba(36,87,255,.08), rgba(232,225,213,.25) 45%, rgba(255,90,61,.045)); clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%); animation: hero-field-in .9s cubic-bezier(.2,.75,.25,1) both; }
.hero-vmodel { position: absolute; top: 50%; left: 53%; width: min(720px, 112%); height: auto; overflow: visible; transform: translate(-50%, -48%); }
.hero-vmodel__guide, .hero-vmodel__path, .hero-vmodel__trace { fill: none; }
.hero-vmodel__guide { stroke: rgba(22,32,51,.13); stroke-width: 1.3; }
.hero-vmodel__path { stroke: var(--blue); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 520; stroke-dashoffset: 520; }
.hero-vmodel__path--down { animation: vmodel-path-draw 1.25s .25s ease-out forwards; }
.hero-vmodel__path--up { animation: vmodel-path-draw 1.25s 1.35s ease-out forwards; }
.hero-vmodel__trace { stroke: rgba(36,87,255,.42); stroke-width: 1.3; stroke-dasharray: 5 8; opacity: 0; animation: vmodel-trace-in .65s ease-out forwards; }
.hero-vmodel__trace--1 { animation-delay: 2.8s; }
.hero-vmodel__trace--2 { animation-delay: 2.98s; }
.hero-vmodel__trace--3 { animation-delay: 3.16s; }
.hero-vmodel__node { fill: var(--blue); stroke: var(--bone); stroke-width: 5; opacity: 0; transform-box: fill-box; transform-origin: center; animation: hero-node-in .38s ease-out forwards; }
.hero-vmodel__node--1 { animation-delay: .18s; fill: var(--coral); }
.hero-vmodel__node--2 { animation-delay: .62s; }
.hero-vmodel__node--3 { animation-delay: 1.02s; }
.hero-vmodel__node--4 { animation-delay: 1.42s; fill: var(--coral); }
.hero-vmodel__node--5 { animation-delay: 1.78s; }
.hero-vmodel__node--6 { animation-delay: 2.15s; }
.hero-vmodel__node--7 { animation-delay: 2.52s; fill: var(--coral); }
.hero-vmodel__label { fill: var(--ink-soft); font-family: "IBM Plex Mono", Consolas, monospace; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: 0; animation: vmodel-label-in .4s ease-out forwards; }
.hero-vmodel__label--1 { animation-delay: .18s; }
.hero-vmodel__label--2 { animation-delay: .62s; }
.hero-vmodel__label--3 { animation-delay: 1.02s; }
.hero-vmodel__label--4 { animation-delay: 1.42s; }
.hero-vmodel__label--5 { animation-delay: 1.78s; }
.hero-vmodel__label--6 { animation-delay: 2.15s; }
.hero-vmodel__label--7 { animation-delay: 2.52s; }

.system-journey { padding: clamp(70px, 8vw, 110px) 0; }
.system-journey__grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.system-journey h2, .system-journey h3 { color: var(--white); }
.system-journey__intro h2 { margin: 13px 0 24px; }
.system-journey__intro > p:last-child { max-width: 530px; color: #aeb7c5; }
.outcome-matrix { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.outcome { min-height: 245px; display: flex; flex-direction: column; padding: clamp(25px, 3vw, 38px); border: 1px solid transparent; opacity: 0; transform: translateY(15px); transition: opacity .6s ease, transform .6s ease, border-color .8s ease; }
.outcome:nth-child(even) { margin-left: -1px; }
.outcome:nth-child(n+3) { margin-top: -1px; }
.outcome-matrix.is-visible .outcome { border-color: rgba(255,255,255,.16); opacity: 1; transform: none; }
.outcome-matrix.is-visible .outcome:nth-child(1) { transition-delay: .08s; }
.outcome-matrix.is-visible .outcome:nth-child(2) { transition-delay: .2s; }
.outcome-matrix.is-visible .outcome:nth-child(3) { transition-delay: .32s; }
.outcome-matrix.is-visible .outcome:nth-child(4) { transition-delay: .44s; }
.outcome__number { margin-bottom: 30px; color: var(--blue); font-family: "IBM Plex Mono", Consolas, monospace; font-size: .68rem; font-weight: 700; letter-spacing: .08em; }
.outcome h3 { margin-bottom: 14px; font-size: 1.08rem; }
.outcome p { margin-bottom: 25px; color: #9ca8b9; font-size: .84rem; line-height: 1.6; }
.outcome__tag { margin-top: auto; color: #7f8b9d; font-family: "IBM Plex Mono", Consolas, monospace; font-size: .61rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--bone); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 132px; display: flex; flex-direction: column; justify-content: flex-start; padding: 28px 30px 24px; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-item:nth-child(2).is-visible { transition-delay: .08s; }
.trust-item:nth-child(3).is-visible { transition-delay: .16s; }
.trust-item:nth-child(4).is-visible { transition-delay: .24s; }
.trust-item strong { color: var(--ink); font-size: 1.35rem; letter-spacing: -.02em; }
.trust-item span { margin-top: 5px; color: var(--steel); font-size: .76rem; }

.expertise-v2 { background: var(--bone); }
.section-intro-v2 { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: clamp(50px, 9vw, 125px); margin-bottom: 65px; }
.section-intro-v2 h2 { margin-top: 14px; }
.section-intro-v2 > p { margin-bottom: 5px; }
.section-intro-v2--compact { margin-bottom: 55px; }
.expertise-list { border-top: 1px solid var(--line); }
.expertise-item { border-bottom: 1px solid var(--line); }
.expertise-item:nth-child(2).is-visible { transition-delay: .08s; }
.expertise-item:nth-child(3).is-visible { transition-delay: .16s; }
.expertise-item:nth-child(4).is-visible { transition-delay: .24s; }
.expertise-item summary { display: grid; grid-template-columns: 70px 1fr 34px; align-items: center; gap: 20px; min-height: 98px; list-style: none; cursor: pointer; }
.expertise-item summary::-webkit-details-marker { display: none; }
.expertise-item summary > span:first-child { color: var(--blue); font-family: Consolas, monospace; font-size: .68rem; }
.expertise-item__toggle { position: relative; width: 24px; height: 24px; }
.expertise-item__toggle::before, .expertise-item__toggle::after { content: ""; position: absolute; left: 5px; top: 11px; width: 14px; height: 1px; background: var(--ink); transition: transform .25s; }
.expertise-item__toggle::after { transform: rotate(90deg); }
.expertise-item[open] .expertise-item__toggle::after { transform: rotate(0); }
.expertise-item__description { max-width: 760px; margin: -10px 50px 14px 90px; font-size: .95rem; }
.expertise-item__evidence { margin: 0 50px 34px 90px; color: var(--blue); font-family: "IBM Plex Mono", Consolas, monospace; font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.expertise-item[open] .expertise-item__description,
.expertise-item[open] .expertise-item__evidence { animation: expertise-content-in .35s ease-out both; }
@keyframes expertise-content-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }

.automotive-v2 { background: var(--white); }
.automotive-v2__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(48px, 6vw, 90px); }
.editorial-image { position: relative; margin: 0; overflow: hidden; background: var(--bone-deep); }
.editorial-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.editorial-image:hover img { transform: scale(1.025); }
.editorial-image figcaption { position: absolute; right: 12px; bottom: 10px; padding: 4px 7px; color: rgba(255,255,255,.8); background: rgba(22,32,51,.58); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.automotive-v2__copy h2 { margin: 14px 0 26px; }
.automotive-proof-list { margin-top: 27px; border-top: 1px solid var(--line); }
.automotive-proof-item { display: grid; grid-template-columns: 34px 90px 1fr; align-items: baseline; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); opacity: 0; transform: translateY(8px); }
.automotive-v2__copy.is-visible .automotive-proof-item { animation: proof-item-in .42s ease-out forwards; }
.automotive-v2__copy.is-visible .automotive-proof-item:nth-child(2) { animation-delay: .09s; }
.automotive-v2__copy.is-visible .automotive-proof-item:nth-child(3) { animation-delay: .18s; }
.automotive-proof-item > span { color: var(--blue); font-family: Consolas, monospace; font-size: .66rem; }
.automotive-proof-item > div { display: contents; }
.automotive-proof-item h3 { margin: 0; font-size: .94rem; }
.automotive-proof-item p { margin: 0; color: var(--steel); font-size: .75rem; line-height: 1.5; }
.proof-bridge { margin: 21px 0 0; padding-left: 15px; border-left: 2px solid var(--blue); color: var(--ink-soft); font-size: .82rem; }
@keyframes proof-item-in { to { opacity: 1; transform: none; } }

.industries-v2 { background: var(--bone); }
.industry-stories { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.industry-story { display: flex; flex-direction: column; background: var(--white); }
.industry-story:nth-child(2).is-visible { transition-delay: .08s; }
.industry-story:nth-child(3).is-visible { transition-delay: .16s; }
.industry-story:nth-child(4).is-visible { transition-delay: .24s; }
.industry-story > div { display: flex; flex: 1; flex-direction: column; padding: 28px 30px 30px; }
.industry-story > div > span { color: var(--blue); font-family: Consolas, monospace; font-size: .68rem; }
.industry-story h3 { margin: 26px 0 13px; }
.industry-story p { margin: 0; font-size: .88rem; }
.industry-story .industry-story__capability { margin-top: auto; padding-top: 24px; color: var(--blue); font-family: Consolas, monospace; font-size: .64rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.about-v2 { background: var(--white); }
.about-v2__grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(55px, 8vw, 115px); }
.about-v2__portrait { margin: 0; }
.about-v2__portrait img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.about-v2__portrait figcaption { display: grid; gap: 4px; padding: 18px 0 0; }
.about-v2__portrait figcaption strong { color: var(--ink); font-size: .95rem; }
.about-v2__portrait figcaption span { color: var(--steel); font-size: .72rem; }
.about-v2__copy h2 { margin: 14px 0 28px; }
.workstyle-list { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 27px 0 0; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.workstyle-list li { display: flex; align-items: center; min-height: 46px; padding: 13px 14px; color: var(--ink); font-size: .72rem; font-weight: 700; }
.workstyle-list li + li { border-left: 1px solid var(--line); }
.about-v2__availability { display: flex; align-items: flex-start; gap: 9px; margin: 19px 0 0; padding: 0; color: var(--steel); font-size: .76rem; line-height: 1.55; }
.about-v2__availability span { flex: 0 0 auto; width: 7px; height: 7px; margin-top: .48em; border-radius: 50%; background: var(--blue); }
.about-v2__actions { display: flex; flex-wrap: wrap; gap: 13px 28px; margin-top: 26px; }

.contact-v2 { color: var(--white); background: var(--ink); }
.contact-v2__grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(60px, 9vw, 125px); }
.contact-v2 h2 { margin: 14px 0 26px; color: var(--white); }
.contact-v2__intro .large-copy { color: #bcc6d4; }
.contact-v2__direct { display: grid; gap: 5px; margin-top: 45px; }
.contact-v2__direct span { color: #8390a2; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-v2__direct a { width: max-content; color: var(--white); text-decoration: none; }
.contact-v2__direct > a:first-of-type { color: #b5c4ff; font-size: 1.2rem; }
.contact-v2__phones { display: flex; flex-wrap: wrap; gap: 11px 28px; margin-top: 11px; }
.contact-v2__phone { display: grid; gap: 2px; }
.contact-v2__phone strong { color: var(--white); font-size: .82rem; font-weight: 600; }
.contact-form { position: relative; padding: clamp(28px, 4vw, 44px); color: var(--ink); background: var(--bone); box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 7px; margin-bottom: 19px; color: var(--ink-soft); font-size: .74rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 10px 1px 12px; border: 0; border-bottom: 1px solid #b8b1a6; border-radius: 0; color: var(--ink); background: transparent; outline: 0; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 1px 0 var(--blue); }
.contact-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.field-optional { margin-left: 7px; color: var(--steel); font-size: .64rem; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.checkbox { grid-template-columns: 18px 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.4; }
.checkbox input { width: 16px; height: 16px; margin: 2px 0 0; }
.checkbox a { color: var(--blue); }
.form-honeypot { position: absolute; left: -10000px; }
.form-message { padding: 12px 15px; border-left: 3px solid var(--blue); background: var(--white); font-size: .85rem; }
.form-message--success { border-color: #3ca477; }
.form-message--invalid, .form-message--error { border-color: #a94b4b; }

.site-footer { color: #aeb7c5; background: #0e1727; }
.site-footer__top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding-block: 60px; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand--footer .brand__type strong { color: var(--white); }
.site-footer__top p { margin: 0; text-align: center; }
.footer-contact { display: grid; justify-items: end; gap: 5px; }
.footer-contact a { text-decoration: none; }
.footer-email { color: #b5c4ff; }
.footer-phones { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 9px 22px; margin: 5px 0; }
.footer-phone { display: grid; justify-items: end; gap: 1px; }
.footer-phone span { color: #7f8a9b; font-size: .58rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-phone strong { color: #d5dbe4; font-size: .76rem; font-weight: 600; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 24px; font-size: .72rem; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom nav { display: flex; gap: 22px; }
.site-footer__bottom a { text-decoration: none; }

.content-page { min-height: 70vh; padding: 150px 0 90px; background: var(--bone); }
.content-page__inner { max-width: 850px; }
.content-page__inner .entry-content { margin-top: 45px; }
.content-page__inner .entry-content > * { max-width: 760px; }
.legal-details { display: grid; gap: 10px; }
.legal-details section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-details h2 { font-size: 1.35rem; }
.legal-details a { color: var(--blue); }
.legal-shell { max-width: 1120px; }
.legal-hero { max-width: 820px; padding-bottom: 56px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 15px 0 22px; }
.legal-hero > p:not(.kicker) { max-width: 720px; font-size: 1.05rem; line-height: 1.7; }
.legal-updated { display: inline-block; margin-top: 18px; color: var(--steel); font-family: Consolas, monospace; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); align-items: start; gap: clamp(50px, 8vw, 110px); padding-top: 54px; }
.legal-toc { position: sticky; top: 112px; display: grid; gap: 0; }
.legal-toc strong { margin-bottom: 13px; color: var(--ink); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.legal-toc a { padding: 9px 0; border-top: 1px solid var(--line); color: var(--steel); font-size: .72rem; line-height: 1.4; text-decoration: none; }
.legal-toc a:hover { color: var(--blue); }
.legal-document section { position: relative; padding: 44px 0; border-top: 1px solid var(--line); scroll-margin-top: 110px; }
.legal-document section:first-child { padding-top: 0; border-top: 0; }
.legal-section-number { display: block; margin-bottom: 10px; color: var(--blue); font-family: Consolas, monospace; font-size: .66rem; }
.legal-document h2 { margin: 0 0 22px; color: var(--ink); font-size: clamp(1.45rem, 2.3vw, 2rem); }
.legal-document p, .legal-document li { color: var(--ink-soft); line-height: 1.78; }
.legal-document p { margin: 0 0 16px; }
.legal-document ul { margin: 0 0 18px; padding-left: 20px; }
.legal-document a { color: var(--blue); }
.legal-contact-list { display: grid; margin: 6px 0 20px; border-top: 1px solid var(--line); }
.legal-contact-list > div { display: grid; grid-template-columns: 120px 1fr; gap: 22px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.legal-contact-list dt { color: var(--steel); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal-contact-list dd { margin: 0; color: var(--ink); }

/* Professional profile */
.profile-page { background: var(--bone); }
.profile-hero { padding: 170px 0 92px; }
.profile-hero__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr); align-items: end; gap: clamp(55px, 8vw, 120px); }
.profile-hero h1 { max-width: 920px; margin: 18px 0 30px; font-size: clamp(3.2rem, 5.5vw, 6.2rem); }
.profile-hero__copy > p:not(.kicker) { max-width: 790px; }
.profile-hero__copy > p + p { margin-top: 18px; }
.profile-actions { margin-top: 34px; }
.profile-actions button { border: 0; }
.profile-card { min-height: 490px; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 clamp(28px, 4vw, 50px) clamp(28px, 4vw, 50px); overflow: hidden; color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.profile-card__photo { width: calc(100% + clamp(56px, 8vw, 100px)); max-width: none; aspect-ratio: 1 / 1; margin: 0 calc(clamp(28px, 4vw, 50px) * -1) 34px; object-fit: cover; object-position: center 34%; }
.profile-card h2 { color: var(--white); font-size: clamp(1.65rem, 2.4vw, 2.25rem); }
.profile-card > p:not(.profile-card__monogram) { margin: 15px 0 25px; color: #c6ceda; line-height: 1.55; }
.profile-card > span { color: #829dff; font-family: "IBM Plex Mono", Consolas, monospace; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.profile-facts { border-block: 1px solid var(--line); background: var(--white); }
.profile-facts__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.profile-facts__grid > div { min-height: 132px; display: flex; flex-direction: column; justify-content: center; padding: 25px 30px; border-left: 1px solid var(--line); }
.profile-facts__grid > div:last-child { border-right: 1px solid var(--line); }
.profile-facts strong { color: var(--ink); font-size: 1.25rem; }
.profile-facts span { margin-top: 8px; color: var(--steel); font-size: .75rem; line-height: 1.45; }
.profile-section-heading { max-width: 900px; margin-bottom: 58px; }
.profile-section-heading h2 { margin-top: 13px; }
.profile-expertise__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.profile-expertise__item { min-height: 260px; padding: clamp(30px, 4vw, 52px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-expertise__item > span { color: var(--blue); font-family: "IBM Plex Mono", Consolas, monospace; font-size: .67rem; font-weight: 700; }
.profile-expertise__item h3 { margin: 35px 0 17px; }
.profile-expertise__item p { max-width: 510px; margin: 0; color: var(--ink-soft); }
.profile-experience__layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: clamp(55px, 9vw, 130px); }
.profile-experience h2, .profile-experience h3 { color: var(--white); }
.profile-section-heading--sticky { position: sticky; top: 125px; }
.profile-timeline { border-top: 1px solid rgba(255,255,255,.16); }
.profile-role { padding: 42px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.profile-role__period { margin-bottom: 12px; color: #829dff; font-family: "IBM Plex Mono", Consolas, monospace; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.profile-role h3 { font-size: clamp(1.45rem, 2.3vw, 2.1rem); }
.profile-role__context { margin: 11px 0 22px; color: #c2cad7; font-weight: 650; }
.profile-role ul { margin: 0; padding-left: 19px; color: #9faabc; }
.profile-role li + li { margin-top: 10px; }
.profile-credentials__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(55px, 8vw, 110px); }
.profile-education { border-top: 1px solid var(--line); }
.profile-education article { padding: 30px 0; border-bottom: 1px solid var(--line); }
.profile-education h3 { font-size: 1.25rem; }
.profile-education p { margin: 10px 0 0; font-size: .82rem; }
.profile-certifications { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.profile-certifications li { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.profile-certifications span { color: var(--blue); font-family: "IBM Plex Mono", Consolas, monospace; font-size: .67rem; font-weight: 700; }
.profile-tools { padding: 80px 0; border-top: 1px solid var(--line); background: var(--white); }
.profile-tools__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 28px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.profile-tools article { padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-tools h3 { font-size: .9rem; }
.profile-tools p { margin: 15px 0 0; font-size: .78rem; line-height: 1.7; }
.profile-closing { padding: 78px 0; }
.profile-closing__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.profile-closing h2 { max-width: 780px; color: var(--white); font-size: clamp(2.2rem, 4vw, 4rem); }
.profile-closing p { max-width: 700px; margin: 18px 0 0; color: #aeb7c5; }
.profile-closing .button:hover { border-color: var(--white); background: transparent; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes hero-field-in { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: none; } }
@keyframes vmodel-path-draw { to { stroke-dashoffset: 0; } }
@keyframes vmodel-trace-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes vmodel-label-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@keyframes hero-node-in { from { opacity: 0; transform: scale(.4); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1080px) {
    .site-header__inner { min-height: 72px; }
    .primary-nav, .header-actions .button { display: none; }
    .header-actions { margin-left: auto; }
    .nav-toggle { display: block; margin-left: 0; }
    .primary-nav.is-open { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 20px 24px 32px; border-top: 1px solid var(--line); background: var(--bone); box-shadow: 0 20px 40px rgba(22,32,51,.12); }
    .primary-nav.is-open a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
    .nav-toggle[aria-expanded="true"] .nav-toggle__lines { background: transparent; }
    .nav-toggle[aria-expanded="true"] .nav-toggle__lines::before { top: 0; transform: rotate(45deg); }
    .nav-toggle[aria-expanded="true"] .nav-toggle__lines::after { top: 0; transform: rotate(-45deg); }
    .system-journey__grid { grid-template-columns: 1fr; }
    .outcome-matrix { max-width: 900px; }
    .workstyle-list { grid-template-columns: 1fr; }
    .workstyle-list li { padding: 11px 0; }
    .workstyle-list li + li { border-top: 1px solid var(--line); border-left: 0; }
    .legal-layout { grid-template-columns: 1fr; gap: 42px; }
    .legal-toc { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .legal-toc strong { grid-column: 1 / -1; }
    .legal-toc a { padding-right: 18px; }
    .profile-hero__grid { grid-template-columns: 1fr; align-items: start; }
    .profile-card { max-width: 560px; min-height: 0; }
    .profile-experience__layout { grid-template-columns: 1fr; }
    .profile-section-heading--sticky { position: static; }
    .profile-expertise__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .profile-tools__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    :root { --shell: min(100% - 32px, 1240px); }
    .section { padding: 78px 0; }
    h1 { font-size: clamp(2.65rem, 12.5vw, 4.2rem); }
    h2 { font-size: clamp(2.1rem, 9.5vw, 3.25rem); }
    .brand__type strong { font-size: .79rem; }
    .brand__type span { font-size: .5rem; }
    .language-switch { font-size: .65rem; }
    .hero-v2 { min-height: 1060px; display: block; padding-top: 72px; }
    .hero-v2__inner { display: block; padding-top: 48px; padding-bottom: 405px; }
    .hero-v2__copy { width: 100%; }
    .hero-v2__lead { font-size: 1rem; }
    .hero-v2__field { top: auto; bottom: 0; width: 100%; height: 365px; clip-path: none; border-top: 1px solid var(--line); }
    .hero-vmodel { left: 50%; width: min(590px, 112%); transform: translate(-50%, -49%); }
    .hero-vmodel__label { font-size: 12px; }
    .system-journey { padding: 66px 0; }
    .outcome-matrix { grid-template-columns: 1fr; }
    .outcome { min-height: 0; }
    .outcome:nth-child(even) { margin-left: 0; }
    .outcome:nth-child(n+2) { margin-top: -1px; }
    .trust-strip__grid { grid-template-columns: 1fr 1fr; }
    .trust-item { min-height: 105px; padding: 18px; }
    .trust-item:nth-child(3) { border-left: 1px solid var(--line); }
    .section-intro-v2, .automotive-v2__grid, .about-v2__grid, .contact-v2__grid { grid-template-columns: 1fr; }
    .section-intro-v2 { align-items: start; gap: 22px; margin-bottom: 44px; }
    .expertise-item summary { grid-template-columns: 44px 1fr 28px; min-height: 86px; gap: 10px; }
    .expertise-item__description { margin: -4px 38px 12px 54px; }
    .expertise-item__evidence { margin: 0 38px 28px 54px; line-height: 1.55; }
    .automotive-v2__grid, .about-v2__grid, .contact-v2__grid { gap: 52px; }
    .industry-stories { grid-template-columns: 1fr; }
    .industry-story > div { padding: 24px; }
    .industry-story h3 { margin-top: 25px; }
    .about-v2__portrait img { aspect-ratio: 4 / 3; }
    .contact-form { padding: 26px 20px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .site-footer__top { grid-template-columns: 1fr; justify-items: start; }
    .site-footer__top p { text-align: left; }
    .footer-contact { justify-items: start; }
    .footer-phones { justify-content: flex-start; }
    .footer-phone { justify-items: start; }
    .site-footer__bottom { flex-direction: column; }
    .legal-hero { padding-bottom: 38px; }
    .legal-layout { padding-top: 38px; }
    .legal-toc { grid-template-columns: 1fr; }
    .legal-contact-list > div { grid-template-columns: 1fr; gap: 4px; }
    .profile-hero { padding: 125px 0 70px; }
    .profile-hero h1 { font-size: clamp(2.65rem, 12vw, 4.2rem); }
    .profile-card { min-height: 0; }
    .profile-facts__grid { grid-template-columns: 1fr 1fr; }
    .profile-facts__grid > div { min-height: 112px; padding: 19px; border-bottom: 1px solid var(--line); }
    .profile-facts__grid > div:nth-child(odd) { border-left: 1px solid var(--line); }
    .profile-expertise__grid, .profile-credentials__grid, .profile-tools__grid { grid-template-columns: 1fr; }
    .profile-expertise__item { min-height: 0; }
    .profile-role { padding: 34px 0; }
    .profile-certifications li { grid-template-columns: 38px 1fr; gap: 12px; }
    .profile-closing__inner { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .hero-v2__field, .hero-vmodel__path, .hero-vmodel__trace, .hero-vmodel__node, .hero-vmodel__label { animation: none; opacity: 1; stroke-dashoffset: 0; }
    .outcome { opacity: 1; transform: none; transition: none; }
    .automotive-proof-item { opacity: 1; transform: none; animation: none !important; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
    @page { size: A4; margin: 13mm 14mm; }
    :root { --ink: #162033; --steel: #4f5969; }
    body { color: #162033; background: #fff; font-size: 9.5pt; line-height: 1.42; }
    .site-header, .site-footer, .profile-actions, .profile-closing { display: none !important; }
    .profile-page, .profile-hero, .profile-expertise, .profile-experience, .profile-credentials, .profile-tools { color: #162033; background: #fff !important; }
    .profile-page .shell { width: 100%; }
    .profile-page .section { padding: 10mm 0; }
    .profile-hero { padding: 0 0 8mm; }
    .profile-hero__grid { grid-template-columns: 1fr 58mm; gap: 10mm; }
    .profile-hero h1 { margin: 3mm 0 5mm; font-size: 25pt; }
    .profile-hero__copy > p { margin-bottom: 2.5mm; }
    .profile-card { min-height: 0; padding: 0 7mm 7mm; color: #fff !important; background: #162033 !important; box-shadow: none; }
    .profile-card__photo { width: calc(100% + 14mm); margin: 0 -7mm 5mm; print-color-adjust: exact; }
    .profile-card h2 { color: #fff !important; font-size: 14pt; }
    .profile-card > p, .profile-card > span { color: #fff !important; }
    .profile-facts__grid { grid-template-columns: repeat(4, 1fr); }
    .profile-facts__grid > div { min-height: 0; padding: 4mm; }
    .profile-facts strong { font-size: 11pt; }
    .profile-facts span { font-size: 7.5pt; }
    .profile-section-heading { margin-bottom: 6mm; }
    .profile-section-heading h2, .profile-experience h2 { color: #162033 !important; font-size: 19pt; }
    .profile-expertise__grid { grid-template-columns: repeat(2, 1fr); }
    .profile-expertise__item { min-height: 0; padding: 6mm; break-inside: avoid; }
    .profile-expertise__item h3 { margin: 6mm 0 2mm; font-size: 11pt; }
    .profile-experience__layout { grid-template-columns: 1fr; gap: 2mm; }
    .profile-timeline { border-color: #ccd1d9; }
    .profile-role { padding: 5mm 0; border-color: #ccd1d9; break-inside: avoid; }
    .profile-role h3 { color: #162033 !important; font-size: 13pt; }
    .profile-role__context, .profile-role li { color: #26344b !important; }
    .profile-role ul { margin-bottom: 0; }
    .profile-credentials__grid { gap: 10mm; }
    .profile-certifications li { padding: 3mm 0; break-inside: avoid; }
    .profile-tools { padding: 8mm 0 0; }
    .profile-tools__grid { grid-template-columns: repeat(2, 1fr); margin-top: 4mm; }
    .profile-tools article { padding: 5mm; break-inside: avoid; }
    .reveal { opacity: 1 !important; transform: none !important; }
    a { text-decoration: none; }
}
