@charset "UTF-8";
@font-face {
  font-family: "Manrope"; src: url("/fonts/manrope-latin-variable.woff2") format("woff2");
  font-style: normal; font-weight: 200 800; font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #eaf0f6; --canvas: #e0e8f2; --surface: #f7f9fc; --raised: #fff;
  --ink: #172639; --muted: #52647b; --quiet: #576a80; --line: #cbd7e4;
  --blue: #176fc6; --blue-dark: #145ca0; --soft-blue: #dceaf9; --input: #fff;
  --header: #eaf0f6ed; --shadow: 0 12px 35px #263e5b08;
  --error: #a02440; --error-bg: #fff0f3; --brand-light: block; --brand-dark: none;
  --font: "Manrope", "Segoe UI", Arial, sans-serif; --body: "Manrope", "Segoe UI", Arial, sans-serif;
  --container: 1240px;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --paper: #0b111a; --canvas: #101a28; --surface: #131e2c; --raised: #192635;
    --ink: #e9f1fa; --muted: #a6b5c9; --quiet: #91a3ba; --line: #29394c;
    --blue: #65b3f7; --blue-dark: #8ac9ff; --soft-blue: #172f48; --input: #0f1926;
    --header: #0b111aee; --shadow: 0 12px 35px #00000016;
    --error: #ff9bad; --error-bg: #381c2a; --brand-light: none; --brand-dark: block;
  }
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --paper: #0b111a; --canvas: #101a28; --surface: #131e2c; --raised: #192635;
  --ink: #e9f1fa; --muted: #a6b5c9; --quiet: #91a3ba; --line: #29394c;
  --blue: #65b3f7; --blue-dark: #8ac9ff; --soft-blue: #172f48; --input: #0f1926;
  --header: #0b111aee; --shadow: 0 12px 35px #00000016;
  --error: #ff9bad; --error-bg: #381c2a; --brand-light: none; --brand-dark: block;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.75 var(--body); -webkit-font-smoothing: antialiased; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--font); font-weight: 650; line-height: 1.18; text-wrap: balance; }
h2 { font-size: clamp(32px, 3.15vw, 44px); letter-spacing: -1.7px; }
a { color: inherit; text-decoration: none; }
a, button, input, textarea { touch-action: manipulation; outline-offset: 5px; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--blue); }
img, svg { display: block; max-width: 100%; }
::selection { background: #327ec7; color: white; }
[hidden] { display: none !important; }
.container { width: min(var(--container), calc(100% - 104px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 10px 20px; background: var(--ink); color: var(--paper); z-index: 100; }
.skip-link:focus { top: 10px; }
.site-header { height: 94px; background: var(--header); border-bottom: 1px solid var(--line); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { flex-shrink: 0; display: block; }
.brand img { width: 170px; height: 47px; object-fit: contain; object-position: left center; }
.brand-light { display: var(--brand-light); }
.brand-dark { display: var(--brand-dark); }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.main-nav a { color: var(--muted); font-size: 14px; font-weight: 500; padding-block: 12px; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--blue); }
.main-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 8px; }
.theme-toggle { display: flex; align-items: center; gap: 8px; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 8px; padding: 9px 11px; font-size: 12px; min-height: 42px; }
.theme-toggle:hover { color: var(--ink); background: var(--surface); }
.theme-icon { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.header-contact { font-size: 14px; font-weight: 600; padding: 10px 16px; border: 1px solid var(--line); border-radius: 8px; display: flex; align-items: center; gap: 22px; }
.header-contact:hover { color: var(--blue); border-color: var(--blue); }
.header-contact span { font-size: 20px; }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 1.8px; line-height: 1.6; display: flex; align-items: center; gap: 13px; }
.small-rule { display: inline-block; width: 25px; height: 2px; background: var(--blue); flex-shrink: 0; }
.hero-section { position: relative; isolation: isolate; overflow: hidden; color: #f2f7fd; background: #060e17; }
.hero-stage { position: relative; isolation: isolate; }
.hero-art { position: absolute; inset: 0; z-index: -2; max-width: 1600px; margin-inline: auto; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #060e17 0%, #060e17f5 32%, #060e17b8 48%, #060e171a 71%, transparent), linear-gradient(0deg, #060e17e0, transparent 25%); }
.hero { position: relative; display: flex; align-items: center; min-height: 640px; padding-block: 48px 60px; }
.hero-copy { width: 630px; max-width: 57%; }
.hero-identity { display: flex; align-items: center; gap: 23px; }
.hero-portrait { flex: 0 0 auto; width: 120px; height: 120px; object-fit: cover; border-radius: 12px; border: 1px solid #73889c; }
.hero-identity-text { min-width: 0; }
.hero-name { font-size: 24px; font-weight: 650; line-height: 1.3; color: #f2f7fd; }
.hero-role { font-size: 14px; line-height: 1.6; color: #c0d7ec; margin-top: 8px; }
.hero-identity-meta { font-size: 12px; line-height: 1.6; color: #96afc6; margin-top: 6px; }
.hero h1 { font-size: clamp(42px, 4.65vw, 68px); font-weight: 550; letter-spacing: -2.8px; line-height: 1.14; margin: 24px 0; text-wrap: nowrap; }
.hero h1 span { color: #77bfff; }
.hero-description { font-size: 18px; line-height: 1.8; color: #b3c4d8; max-width: 480px; }
.hero-description strong { color: #edf5fd; font-weight: 500; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 51px; border: 1px solid transparent; border-radius: 8px; padding: 12px 21px; font-size: 14px; font-weight: 600; transition: background .2s, border-color .2s, transform .2s; }
.button span { font-size: 20px; }
.button-primary { color: #fff; background: #176fc6; border-color: #338cde; box-shadow: 0 4px 16px #005cbe16; }
.button-primary:hover { background: #125ea9; transform: translateY(-2px); }
.button-secondary { color: var(--ink); border-color: var(--line); background: var(--surface); }
.button-secondary:hover { border-color: var(--blue); }
.text-link { display: inline-flex; gap: 19px; align-items: center; font-size: 14px; font-weight: 600; }
.text-link span[aria-hidden] { color: var(--blue); font-size: 20px; }
.text-link:hover { color: var(--blue); }
.hero .text-link { color: #e3edfa; }
.hero .text-link span { color: #71b8f4; }
.hero-journey-panel { background: #0c1927; border-top: 1px solid #263a4d; }
.hero-journey-inner { display: grid; grid-template-columns: 1fr 2.5fr; align-items: center; gap: 48px; padding-block: 28px; }
.hero-journey-intro { font-family: var(--font); font-size: 20px; line-height: 1.5; color: #e1edf9; }
.hero-journey-intro > span { display: block; font-size: 10px; letter-spacing: 1.5px; color: #92acc5; margin-bottom: 9px; }
.hero-journey { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.hero-journey > a { position: relative; display: flex; flex-direction: column; align-items: start; color: #b8cce0; line-height: 1.6; padding: 15px 0 2px; border-top: 1px solid #36506a; }
.hero-journey > a::before { content: ""; position: absolute; left: 0; top: -3px; width: 5px; height: 5px; background: #67b9fa; border-radius: 50%; }
.hero-journey-year { font-size: 12px; color: #84bcec; letter-spacing: 1.2px; }
.hero-journey strong { color: #f0f7ff; font-size: 18px; font-weight: 600; margin-block: 5px 2px; }
.hero-journey > a > span:last-child { font-size: 14px; }
.hero-journey > a:hover strong { color: #77bfff; }
.hero-journey > a:focus-visible { outline: 2px solid #77bfff; }
.technology-line { background: var(--surface); border-bottom: 1px solid var(--line); }
.technology-line > .container { display: flex; align-items: center; gap: 44px; min-height: 85px; }
.technology-line > .container > span { font-size: 10px; letter-spacing: 1.2px; line-height: 1.8; width: 180px; flex-shrink: 0; color: var(--quiet); }
.technology-line .container > div { display: flex; justify-content: space-between; align-items: center; flex: 1; flex-wrap: wrap; gap: 20px; font-family: var(--font); font-size: 16px; font-weight: 600; color: var(--muted); }
.section { padding-block: 90px; }
.section-heading { display: grid; grid-template-columns: 1fr 2.3fr; gap: 50px; margin-bottom: 44px; }
.section-heading > .eyebrow { color: var(--quiet); align-self: start; margin-top: 10px; }
.section-heading > div > p { color: var(--muted); font-size: 17px; margin-top: 20px; max-width: 600px; }
.expertise-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.expertise-item { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); transition: transform .2s, border-color .2s; }
.expertise-item:hover { transform: translateY(-4px); border-color: var(--blue); }
.expertise-item:nth-child(2) { background: var(--canvas); }
.expertise-visual { position: relative; flex-shrink: 0; aspect-ratio: 16 / 9; background: #112237; border-bottom: 1px solid var(--line); }
.expertise-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.expertise-content { display: flex; flex-direction: column; flex: 1; padding: 28px; min-width: 0; }
.expertise-heading { display: flex; align-items: baseline; gap: 13px; min-height: 52px; }
.item-number { flex-shrink: 0; font-size: 11px; color: var(--blue); }
.expertise-item h3 { font-size: 22px; letter-spacing: -.7px; }
.expertise-content > p:not(.technology-note) { color: var(--muted); font-size: 16px; margin-block: 16px 23px; }
.technology-note { color: var(--quiet); font-size: 12px; padding-top: 20px; margin-top: auto; border-top: 1px solid var(--line); }
.about-section { background: var(--canvas); border-block: 1px solid var(--line); padding-block: 80px; }
.about-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: 100px; }
.about-grid h2 { margin: 25px 0 27px; }
.large-copy { font-size: 25px; line-height: 1.65; font-weight: 450; letter-spacing: -.5px; }
.about-copy > p + p { color: var(--muted); margin-top: 22px; }
.about-footnote { display: flex; align-items: center; gap: 12px; color: var(--quiet); font-size: 10px; letter-spacing: 1.4px; margin-top: 30px; }
.journey-mark { display: flex; align-items: center; gap: 12px; max-width: 300px; font-size: 12px; color: var(--quiet); }
.journey-line { height: 1px; flex: 1; background: var(--blue); }
.journey-caption { color: var(--muted); margin-top: 14px; font-size: 16px; line-height: 1.6; }
.about-grid > div:first-child > .text-link { margin-top: 24px; }
.note-preview { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr); background: var(--surface); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.note-preview + .note-preview { margin-top: 22px; }
.note-visual { position: relative; min-height: 310px; background: #112237; border-right: 1px solid var(--line); }
.note-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.note-copy { padding: 32px 36px; align-self: center; min-width: 0; }
.note-meta { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; color: var(--quiet); font-size: 11px; letter-spacing: 1.1px; }
.status-tag { color: var(--muted); background: var(--canvas); border: 1px solid var(--line); border-radius: 4px; font-size: 12px; padding: 3px 9px; letter-spacing: 0; }
.note-copy h3 { font-size: 28px; letter-spacing: -.8px; margin: 19px 0 16px; line-height: 1.3; }
.note-copy h3 a:hover { color: var(--blue); }
.note-copy > p { color: var(--muted); font-size: 16px; }
.note-coming { display: block; color: var(--quiet); font-size: 12px; margin-top: 23px; }
.note-read { margin-top: 22px; }
.notes-empty { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 25px; color: var(--muted); }
.contact-band { background: #123457; color: #f2f7fd; padding-block: 66px; border-top: 1px solid #2a4b6e; }
.contact-band > .container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.contact-band .eyebrow { color: #a0c4e7; margin-bottom: 22px; }
.contact-band h2 { font-size: 46px; font-weight: 550; }
.button-light { background: #ecf5ff; color: #153354; min-width: 180px; }
.button-light:hover { background: #cde5ff; transform: translateY(-2px); }
.site-footer { padding-top: 42px; background: var(--surface); }
.footer-top { display: flex; align-items: center; gap: 60px; padding-bottom: 34px; }
.footer-top > p { font-size: 14px; }
.footer-top > p > span { color: var(--quiet); }
.footer-top > .text-link { margin-left: auto; }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 20px; color: var(--quiet); display: flex; justify-content: space-between; gap: 25px; font-size: 12px; }
.footer-bottom a:hover { text-decoration: underline; }
.back-link { display: inline-block; font-size: 14px; color: var(--muted); margin-bottom: 35px; }
.back-link:hover { color: var(--blue); }
.page-lead { color: var(--muted); font-size: 18px; line-height: 1.8; }
.profile-hero { padding-block: 35px 58px; }
.profile-heading { display: grid; grid-template-columns: 1fr 260px; gap: 60px; align-items: center; }
.profile-heading h1 { font-size: clamp(48px, 5.5vw, 76px); letter-spacing: -3px; margin: 20px 0 14px; }
.name-dot { color: var(--blue); }
.profile-title { font-family: var(--font); font-size: 24px; font-weight: 500; margin-bottom: 12px; }
.profile-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--quiet); font-size: 13px; margin-top: 20px; }
.profile-meta > span + span { border-left: 1px solid var(--line); padding-left: 18px; }
.profile-photo { width: 260px; height: 260px; object-fit: cover; border: 1px solid var(--line); border-radius: 16px; }
.profile-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 27px; }
.print-contact { display: none; }
.profile-summary { background: var(--canvas); border-block: 1px solid var(--line); padding-block: 46px; }
.profile-summary-grid { display: grid; grid-template-columns: 1fr 2.3fr; gap: 50px; }
.profile-summary-grid > .eyebrow { color: var(--quiet); align-self: start; margin-top: 8px; }
.profile-summary-grid > div > p + p { color: var(--muted); margin-top: 20px; }
.career-section { padding-block: 70px; }
.career-intro { margin-bottom: 42px; }
.career-intro .eyebrow { color: var(--quiet); }
.career-intro h2 { margin-top: 17px; }
.career-layout { display: grid; grid-template-columns: 220px 1fr; gap: 54px; align-items: start; }
.career-nav { position: sticky; top: 32px; }
.career-nav > .eyebrow { color: var(--quiet); font-size: 10px; margin-bottom: 17px; }
.career-nav > a { display: flex; gap: 14px; font-size: 14px; line-height: 1.5; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.career-nav > a > span { font-size: 11px; color: var(--blue); padding-top: 2px; font-variant-numeric: tabular-nums; }
.career-nav > a:hover { color: var(--blue); }
.career-entry { background: var(--surface); border: 1px solid var(--line); border-radius: 13px; padding: 32px 36px; box-shadow: var(--shadow); scroll-margin-top: 26px; }
.career-entry + .career-entry { margin-top: 24px; }
.career-entry:first-child { border-top: 3px solid var(--blue); }
.career-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 20px; }
.career-number { font-family: var(--font); font-size: 13px; color: var(--blue); background: var(--soft-blue); border: 1px solid var(--line); border-radius: 5px; padding: 4px 9px; }
.career-dates { color: var(--quiet); font-size: 13px; }
.career-company { display: flex; align-items: center; gap: 18px; }
.company-logo { display: flex; align-items: center; justify-content: center; flex: 0 0 64px; width: 64px; height: 64px; padding: 4px; background: #fff; border: 1px solid #d8e1eb; border-radius: 9px; overflow: hidden; }
.company-logo img { width: 56px; height: 56px; object-fit: contain; }
.career-header h3 { font-size: 29px; letter-spacing: -.9px; }
.career-role { color: var(--blue-dark); font-size: 17px; font-weight: 500; margin-top: 10px; line-height: 1.6; }
.career-description { margin-top: 22px; color: var(--ink); font-size: 16px; }
.career-detail ul { margin: 21px 0 0; padding: 0; list-style: none; }
.career-detail li { position: relative; padding-left: 19px; color: var(--muted); font-size: 16px; line-height: 1.8; margin-top: 14px; }
.career-detail li::before { content: ""; width: 5px; height: 5px; border-radius: 1px; background: var(--blue); position: absolute; left: 0; top: 12px; }
.career-technologies { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 25px; padding-top: 21px; border-top: 1px solid var(--line); }
.career-technologies > span { color: var(--quiet); background: var(--canvas); border: 1px solid var(--line); border-radius: 4px; padding: 3px 8px; font-size: 11px; }
.education { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; border-top: 1px solid var(--line); padding-top: 32px; margin-top: 52px; }
.education .eyebrow { color: var(--quiet); }
.education h3 { font-size: 23px; margin: 15px 0 9px; }
.education p:not(.eyebrow) { color: var(--muted); }
.education-secondary { font-size: 14px; margin-top: 8px; }
.contact-page { display: grid; grid-template-columns: 1fr 1.15fr; gap: 90px; padding-block: 35px 80px; }
.contact-intro h1 { font-size: clamp(38px, 4vw, 56px); letter-spacing: -2px; margin: 25px 0; line-height: 1.15; }
.contact-intro h1 > span { color: var(--blue); }
.contact-intro > .page-lead { max-width: 390px; }
.contact-details { display: flex; flex-direction: column; gap: 6px; margin: 30px 0; }
.contact-details > span { color: var(--quiet); font-size: 11px; letter-spacing: 1.3px; margin-top: 18px; }
.contact-details > a { font-size: 19px; font-weight: 500; overflow-wrap: anywhere; }
.contact-details > a > span { color: var(--blue); margin-left: 10px; }
.contact-form-panel { align-self: start; background: var(--surface); border: 1px solid var(--line); border-radius: 15px; padding: 35px; margin-top: 65px; box-shadow: var(--shadow); }
.contact-form-panel > h2 { font-size: 28px; letter-spacing: -.8px; }
.form-subtitle { color: var(--quiet); font-size: 13px; margin-top: 12px; }
.preview-notice { color: var(--blue-dark); background: var(--soft-blue); border-left: 2px solid var(--blue); padding: 12px 14px; font-size: 13px; margin-top: 21px; }
.preview-notice > span { margin-right: 5px; }
.contact-form-panel form { margin-top: 25px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 19px; }
.form-field label { font-size: 14px; font-weight: 500; }
.form-field label > span:not(.optional) { color: var(--blue); }
.form-field .optional { color: var(--quiet); font-size: 12px; font-weight: 400; }
.form-field input, .form-field textarea { width: 100%; min-width: 0; color: var(--ink); background: var(--input); border: 1px solid var(--line); border-radius: 6px; padding: 11px 13px; font-size: 16px; }
.form-field input { height: 48px; }
.form-field textarea { min-height: 155px; resize: vertical; line-height: 1.65; }
.form-field input::placeholder, .form-field textarea::placeholder { color: var(--quiet); font-size: 14px; opacity: 1; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--blue); }
.field-hint { color: var(--quiet); font-size: 12px; }
.field-error { color: var(--error); font-size: 13px; }
.input-validation-error { border-color: var(--error) !important; }
.form-privacy { color: var(--muted); font-size: 13px; margin: 7px 0 24px; }
.form-privacy a { text-decoration: underline; text-underline-offset: 3px; }
.validation-summary-valid, .field-validation-valid { display: none; }
.validation-summary-errors { color: var(--error); background: var(--error-bg); border-left: 2px solid var(--error); padding: 13px 15px; font-size: 14px; margin-bottom: 22px; }
.validation-summary-errors ul { margin: 0; padding-left: 18px; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.new-form-link { margin-block: 10px 20px; }
.form-feedback { padding-block: 18px; }
.feedback-symbol { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: var(--soft-blue); color: var(--blue); border-radius: 8px; font-size: 25px; margin-bottom: 26px; }
.form-feedback h2 { font-size: 30px; margin-bottom: 19px; }
.form-feedback p { color: var(--muted); margin-bottom: 30px; }
.prose-page { max-width: 850px; padding-block: 35px 80px; }
.prose-page h1 { font-size: clamp(34px, 4vw, 54px); letter-spacing: -1.8px; line-height: 1.2; margin: 25px 0; }
.prose-page h2 { font-size: 25px; letter-spacing: -.6px; margin: 35px 0 17px; }
.prose-page p + p { margin-top: 18px; }
.prose-page > p:not(.eyebrow), .article-body { color: var(--muted); }
.prose-page p a { color: var(--blue-dark); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.article-byline { font-size: 14px; margin-bottom: 28px; }
.article-body { margin-block: 35px; white-space: pre-line; overflow-wrap: anywhere; }
.article-page h1 { overflow-wrap: anywhere; }
.error-page { min-height: 60vh; padding-block: 80px; }
.error-page h1 { font-size: 48px; letter-spacing: -2px; margin: 25px 0; }
.error-page p:not(.eyebrow) { color: var(--muted); margin-bottom: 30px; }
@media screen and (min-width: 1700px) {
  .hero { min-height: 660px; } .hero h1 { font-size: 72px; }
}
@media screen and (max-width: 1100px) {
  .container { width: calc(100% - 64px); } .header-inner { gap: 20px; } .main-nav { gap: 23px; }
  .hero-copy { max-width: 65%; } .hero { min-height: 610px; } .hero h1 { font-size: 53px; }
  .hero-journey-inner { grid-template-columns: 1fr 2.5fr; gap: 30px; }
  .hero-journey { gap: 20px; }
  .hero-journey-intro { font-size: 18px; }
  .hero-art img { object-position: 57% center; } .hero-art::after { background: linear-gradient(90deg, #060e17, #060e17f5 48%, #060e17a6 67%, #060e1733 88%, transparent); }
  .expertise-grid { gap: 14px; } .expertise-content { padding: 25px 23px; } .expertise-item h3 { font-size: 20px; }
  .note-copy { padding: 28px; }
  .about-grid { gap: 65px; } .section-heading { gap: 35px; }
  .contact-page { gap: 45px; } .contact-form-panel { padding: 27px; } .form-row { grid-template-columns: 1fr; gap: 0; }
  .career-layout { grid-template-columns: 180px 1fr; gap: 30px; } .career-entry { padding: 28px; }
}
@media screen and (max-width: 800px) {
  html { scroll-padding-top: 30px; } .container { width: calc(100% - 40px); }
  .site-header { height: auto; } .header-inner { min-height: 92px; flex-wrap: wrap; gap: 12px; padding-block: 17px; }
  .brand img { width: 145px; height: 38px; } .main-nav { order: 4; width: 100%; justify-content: center; gap: 42px; }
  .main-nav a { padding-block: 4px; } .theme-toggle { margin-left: auto; } .header-contact { padding-inline: 12px; gap: 14px; }
  .hero { min-height: 0; padding-block: 32px 260px; align-items: start; }
  .hero-identity { gap: 20px; }
  .hero-portrait { width: 96px; height: 96px; border-radius: 10px; }
  .hero-name { font-size: 21px; }
  .hero-copy { width: 100%; max-width: 100%; } .hero h1 { font-size: clamp(38px, 6.7vw, 55px); letter-spacing: -2px; margin-block: 26px; }
  .hero-art { top: auto; height: 320px; mask-image: none; } .hero-art img { object-position: 75% 50%; }
  .hero-art::after { background: linear-gradient(180deg, #060e17, #060e17bb 22%, #060e1725 65%, #060e17), linear-gradient(90deg, #060e17aa, transparent); }
  .hero-description { font-size: 17px; max-width: 470px; }
  .hero-journey-inner { grid-template-columns: 1fr; gap: 25px; padding-block: 25px; }
  .hero-journey-intro { font-size: 18px; }
  .hero-journey-intro > span { margin-bottom: 5px; }
  .technology-line > .container { flex-direction: column; align-items: start; gap: 15px; padding-block: 23px; }
  .technology-line > .container > span { width: auto; } .technology-line .container > div { justify-content: start; gap: 12px 25px; font-size: 14px; }
  .section { padding-block: 60px; } .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }
  .section-heading > div > p { font-size: 16px; }
  .expertise-item h3 { font-size: 23px; }
  .expertise-content > p:not(.technology-note) { margin-top: 13px; } .technology-note { padding-top: 16px; }
  .about-section { padding-block: 55px; } .about-grid { grid-template-columns: 1fr; gap: 33px; } .large-copy { font-size: 22px; }
  .note-copy { padding: 26px; } .note-copy h3 { font-size: 26px; }
  .contact-band { padding-block: 48px; } .contact-band > .container { align-items: start; flex-direction: column; gap: 28px; } .contact-band h2 { font-size: 37px; }
  .footer-top { flex-wrap: wrap; gap: 24px; padding-bottom: 28px; } .footer-top > p { margin-left: auto; }
  .footer-top > .text-link { margin-left: 0; flex-basis: 100%; } .footer-bottom { flex-wrap: wrap; gap: 7px 20px; } .footer-bottom > span:nth-child(2) { display: none; }
  .profile-heading { grid-template-columns: 1fr; gap: 26px; } .profile-photo { grid-row: 1; width: 128px; height: 128px; border-radius: 12px; } .profile-hero { padding-block: 27px 38px; }
  .profile-heading h1 { font-size: 58px; letter-spacing: -2.5px; } .profile-title { font-size: 22px; }
  .profile-summary { padding-block: 36px; } .profile-summary-grid { grid-template-columns: 1fr; gap: 20px; }
  .career-section { padding-block: 46px; } .career-layout { display: block; } .career-nav { display: none; }
  .career-entry { padding: 25px; } .career-header h3 { font-size: 26px; } .career-detail li { line-height: 1.8; }
  .career-company { gap: 14px; }
  .company-logo { flex-basis: 56px; width: 56px; height: 56px; padding: 3px; border-radius: 8px; }
  .company-logo img { width: 48px; height: 48px; }
  .education { grid-template-columns: 1fr; gap: 28px; margin-top: 35px; }
  .contact-page { grid-template-columns: 1fr; gap: 34px; padding-block: 27px 55px; } .contact-form-panel { margin-top: 0; padding: 25px; }
  .back-link { margin-bottom: 28px; } .contact-intro h1 { font-size: 43px; } .contact-details { margin-block: 20px; }
  .prose-page { padding-block: 27px 55px; }
}
@media screen and (max-width: 420px) {
  .container { width: calc(100% - 32px); } .header-inner { gap: 9px; } .brand img { width: 132px; height: 36px; }
  .theme-toggle { padding: 8px; gap: 6px; } .theme-toggle > span { font-size: 11px; } .theme-icon { width: 16px; }
  .header-contact { font-size: 12px; gap: 8px; padding-inline: 10px; } .main-nav { gap: 35px; margin-top: 3px; }
  .hero h1 { font-size: clamp(31px, 9.3vw, 39px); letter-spacing: -1.4px; }
  .hero-identity { gap: 16px; }
  .hero-actions { gap: 22px; } .hero-actions .button { padding-inline: 15px; gap: 20px; font-size: 13px; }
  .hero-actions .text-link { font-size: 13px; gap: 12px; } .profile-heading h1 { font-size: 49px; }
  .profile-meta > span + span { border-left: 0; padding-left: 0; } .career-entry { padding: 22px 20px; }
  .career-meta { gap: 10px; } .career-dates { font-size: 12px; } .career-role { font-size: 16px; }
  .contact-form-panel { padding: 22px 18px; } .profile-actions .button { font-size: 13px; gap: 20px; }
}
@media screen and (max-width: 1000px) {
  .note-preview { grid-template-columns: 1fr; }
  .note-visual { min-height: 0; aspect-ratio: 16 / 9; border-right: 0; border-bottom: 1px solid var(--line); }
  .expertise-grid { grid-template-columns: 1fr; gap: 20px; }
  .expertise-item { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.65fr); }
  .expertise-visual { aspect-ratio: auto; min-height: 230px; border-bottom: 0; border-right: 1px solid var(--line); }
  .expertise-heading { min-height: 0; }
}
@media screen and (max-width: 600px) {
  .expertise-item { display: flex; }
  .expertise-visual { aspect-ratio: 16 / 9; min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .expertise-content { padding: 24px; }
  .hero-journey { grid-template-columns: 1fr; gap: 0; }
  .hero-journey > a { display: grid; grid-template-columns: 58px minmax(0, 1fr); column-gap: 16px; padding-block: 16px; }
  .hero-journey > a::before { display: none; }
  .hero-journey-year { grid-row: 1 / 3; padding-top: 3px; }
  .hero-journey strong { margin: 0 0 2px; }
  .hero-journey > a > span:last-child { grid-column: 2; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media screen and (max-width: 360px) {
  .header-contact { font-size: 0; width: 38px; min-height: 40px; padding: 5px; justify-content: center; }
  .header-contact span { font-size: 20px; }
}
@media print {
  @page { size: A4; margin: 15mm; }
  :root, :root[data-theme], :root:not([data-theme="light"]) { color-scheme: light; --paper: white; --canvas: white; --surface: white; --raised: white; --ink: #111; --muted: #303f4f; --quiet: #455669; --blue: #145ca0; --blue-dark: #145ca0; --line: #c6d0da; --soft-blue: white; --input: white; --error: #a02440; --error-bg: #fff0f3; }
  body { background: white; color: #111; font-size: 10pt; line-height: 1.5; }
  .site-header, .site-footer, .back-link, .profile-actions, .profile-contact, .profile-photo, .career-nav, .skip-link { display: none !important; }
  .container { width: 100%; max-width: none; }
  .profile-hero { padding: 0 0 12pt; } .profile-heading { display: block; }
  .profile-heading h1 { font-size: 29pt; letter-spacing: -1pt; margin: 10pt 0 5pt; }
  .profile-title { font-size: 13pt; margin: 0 0 6pt; } .page-lead { font-size: 10pt; line-height: 1.5; }
  .profile-meta { font-size: 8pt; margin-top: 8pt; } .print-contact { display: block; margin-top: 8pt; font-size: 8.5pt; }
  .eyebrow { font-size: 8pt; } .profile-summary { padding: 12pt 0; background: none; }
  .profile-summary-grid { display: block; } .profile-summary-grid > .eyebrow { display: none; }
  .profile-summary-grid .large-copy { font-size: 11pt; line-height: 1.5; } .profile-summary-grid > div > p + p { margin-top: 6pt; }
  .career-section { padding: 16pt 0 0; } .career-intro { margin-bottom: 12pt; } .career-intro > .eyebrow { display: none; }
  .career-intro h2 { font-size: 18pt; letter-spacing: -.5pt; margin: 0; } .career-layout { display: block; }
  .career-entry, .career-entry:first-child { background: white; box-shadow: none; border: 0; border-top: 1px solid var(--line); border-radius: 0; padding: 13pt 0 8pt; break-inside: auto; }
  .career-entry + .career-entry { margin-top: 8pt; } .career-header { break-inside: avoid; break-after: avoid; }
  .career-meta { margin-bottom: 7pt; } .career-number { font-size: 8pt; padding: 1pt 5pt; } .career-dates { font-size: 9pt; }
  .career-header h3 { font-size: 15pt; letter-spacing: -.3pt; } .career-role { font-size: 10pt; margin-top: 5pt; }
  .career-company { gap: 10pt; }
  .company-logo { flex-basis: 28pt; width: 28pt; height: 28pt; padding: 2pt; border-radius: 3pt; }
  .company-logo img { width: 23pt; height: 23pt; }
  .career-description { font-size: 10pt; margin-top: 8pt; orphans: 3; widows: 3; }
  .career-detail ul { margin-top: 8pt; } .career-detail li { font-size: 10pt; line-height: 1.5; margin-top: 7pt; padding-left: 12pt; break-inside: avoid; }
  .career-detail li::before { top: 6pt; width: 3pt; height: 3pt; }
  .career-technologies { margin-top: 10pt; padding-top: 6pt; gap: 4pt; break-inside: avoid; }
  .career-technologies > span { background: white; font-size: 7.5pt; padding: 1pt 4pt; }
  .education { margin-top: 16pt; padding-top: 12pt; break-inside: avoid; grid-template-columns: 1.3fr 1fr; }
  .education h3 { font-size: 12pt; margin: 7pt 0 5pt; } .education-secondary { font-size: 9pt; }
}
