:root {
  --night: #071921;
  --night-2: #0c2630;
  --panel: #102e39;
  --cyan: #52d8d2;
  --lime: #c7ef6f;
  --white: #eff8f7;
  --muted: #96afb3;
  --line: rgba(173, 222, 220, .17);
  --shell: min(1200px, calc(100% - 42px));
}
* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: hidden; color: var(--white); background: var(--night); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
.page-grid { position: fixed; inset: 0; z-index: -2; pointer-events: none; opacity: .32; background-image: linear-gradient(rgba(82,216,210,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(82,216,210,.05) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
body::after { position: fixed; top: -35vw; left: 20%; z-index: -1; width: 80vw; aspect-ratio: 1; content: ""; background: radial-gradient(circle, rgba(29,120,128,.24), transparent 65%); pointer-events: none; }
img { display: block; max-width: 100%; } a { color: inherit; } :focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: .7rem 1rem; color: var(--night); background: var(--lime); transform: translateY(-160%); }.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }.section-pad { padding-block: clamp(5.5rem, 10vw, 9rem); }
.site-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(1280px, calc(100% - 24px)); min-height: 76px; margin: 0 auto; padding: 0 22px; background: rgba(7,25,33,.72); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); }
.site-header.is-scrolled { border-color: var(--line); }.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-size: .82rem; text-decoration: none; }.brand > span { display: grid; place-items: center; width: 36px; aspect-ratio: 1; color: var(--night); background: var(--cyan); font-size: .66rem; font-weight: 900; clip-path: polygon(15% 0,100% 0,100% 85%,85% 100%,0 100%,0 15%); }
.nav { display: flex; gap: 30px; }.nav a { color: var(--muted); font-size: .76rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; }.nav a:hover { color: var(--cyan); }
.nav-toggle { display: none; justify-self: end; width: 42px; height: 42px; background: transparent; border: 1px solid var(--line); }.nav-toggle i { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--white); }
.hero { position: relative; display: grid; grid-template-columns: 70px minmax(0, 1.1fr) minmax(330px, .72fr); align-items: center; min-height: calc(100svh - 76px); gap: clamp(2rem, 5vw, 5rem); padding-block: 4rem; }
.hero__index { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding-block: 4px; color: var(--muted); border-right: 1px solid var(--line); font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.hero__index span:last-child { writing-mode: vertical-rl; transform: rotate(180deg); }
.status { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--cyan); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }.status span { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 6px rgba(199,239,111,.1); }
h1,h2,h3,p { margin-top: 0; } h1,h2,h3 { line-height: 1.02; letter-spacing: -.05em; }
h1 { margin-bottom: 30px; font-size: clamp(4rem, 8.6vw, 8.2rem); font-weight: 760; text-transform: uppercase; } h1 em { color: transparent; -webkit-text-stroke: 1px var(--cyan); font-style: normal; font-weight: 500; }
h2 { font-size: clamp(2.5rem, 5vw, 5.2rem); font-weight: 680; } h3 { font-size: 1.8rem; }
.hero__lede { max-width: 690px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.18rem); }.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; gap: 28px; min-height: 54px; padding: 0 22px; color: var(--night); background: var(--cyan); font-size: .82rem; font-weight: 850; text-decoration: none; clip-path: polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,0 100%); transition: filter .2s, transform .2s; }.button:hover { filter: brightness(1.08); transform: translateY(-2px); }.link { color: var(--muted); font-size: .82rem; font-weight: 750; text-decoration: none; }
.hero__portrait { position: relative; }.portrait-card { overflow: hidden; padding: 9px; background: linear-gradient(145deg, rgba(82,216,210,.25), rgba(255,255,255,.02)); border: 1px solid var(--line); clip-path: polygon(0 0,88% 0,100% 12%,100% 100%,0 100%); }.portrait-card img { width: 100%; }.portrait-card__meta { display: flex; justify-content: space-between; padding: 14px 10px 6px; color: var(--muted); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.signal { position: absolute; right: -18px; bottom: 12%; display: flex; align-items: end; gap: 4px; padding: 10px; background: var(--night); border: 1px solid var(--line); }.signal i { display: block; width: 4px; background: var(--lime); }.signal i:nth-child(1){height:12px}.signal i:nth-child(2){height:22px}.signal i:nth-child(3){height:32px}
.section-head { display: grid; grid-template-columns: .32fr 1fr; gap: 30px; margin-bottom: 64px; }.section-head > span { color: var(--cyan); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }.section-head h2 { max-width: 850px; }
.profile { border-top: 1px solid var(--line); }.profile__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 9rem); margin-left: calc(32% + 10px); color: var(--muted); }.profile__lead { color: var(--white); font-size: clamp(1.35rem, 2.3vw, 1.9rem); line-height: 1.45; }.profile__facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: 80px 0 0; border-block: 1px solid var(--line); }.profile__facts div { padding: 24px; border-right: 1px solid var(--line); }.profile__facts div:last-child { border-right: 0; }.profile__facts dt { margin-bottom: 7px; color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.profile__facts dd { margin: 0; font-size: 1rem; font-weight: 750; }
.experience { background: #0a2029; border-block: 1px solid var(--line); }.section-head--split { grid-template-columns: .25fr .85fr .4fr; align-items: end; }.section-head--split p { color: var(--muted); }.experience-card { display: grid; grid-template-columns: 90px 1fr .8fr 44px; align-items: center; gap: 34px; padding: 34px; background: var(--panel); border: 1px solid var(--line); }.experience-card__number { color: var(--cyan); font-size: 2rem; font-weight: 280; }.overline { margin-bottom: 10px; color: var(--cyan); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.experience-card h3 { margin-bottom: 7px; font-size: 2.15rem; }.company { margin: 0; color: var(--lime); font-weight: 700; }.experience-card__note { margin: 0; color: var(--muted); font-size: .88rem; }.experience-card > a { display: grid; place-items: center; width: 44px; aspect-ratio: 1; color: var(--night); background: var(--cyan); font-size: 1.2rem; text-decoration: none; }
.education-note { display: grid; grid-template-columns: 110px 1fr; gap: 32px; max-width: 760px; margin: 22px 0 0 auto; padding: 30px; border: 1px dashed rgba(150,175,179,.32); }.education-note__icon { display: grid; place-items: center; width: 90px; aspect-ratio: 1; color: var(--muted); border: 1px solid var(--line); font-size: .65rem; font-weight: 850; letter-spacing: .15em; }.education-note h3 { margin-bottom: 10px; }.education-note p:last-child { margin-bottom: 0; color: var(--muted); }
.principles__grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }.principles__grid article { min-height: 350px; padding: 34px; border-right: 1px solid var(--line); transition: background .25s; }.principles__grid article:last-child { border-right: 0; }.principles__grid article:hover { background: var(--panel); }.metric { margin-bottom: 110px; color: var(--cyan); font-size: 2.4rem; font-weight: 250; }.metric sub { color: var(--muted); font-size: .65rem; }.principles__grid h3 { margin-bottom: 16px; }.principles__grid p { color: var(--muted); font-size: .9rem; }
.highlights { border-top: 1px solid var(--line); }.highlights__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.highlights__row div { padding: 30px 0; border-top: 3px solid var(--cyan); }.highlights__row strong,.highlights__row span { display: block; }.highlights__row strong { margin-bottom: 7px; font-size: 1.15rem; }.highlights__row span { color: var(--muted); font-size: .78rem; }
.connect { display: grid; grid-template-columns: 1fr 120px; align-items: center; gap: 30px; margin-bottom: 40px; padding: clamp(38px, 7vw, 76px); color: var(--night); background: var(--lime); clip-path: polygon(0 0,94% 0,100% 18%,100% 100%,0 100%); }.connect .status { color: #335434; }.connect .status span { background: var(--night); box-shadow: 0 0 0 6px rgba(7,25,33,.1); }.connect h2 { margin-bottom: 15px; }.connect p { max-width: 590px; }.connect__arrow { display: grid; place-items: center; width: 100px; aspect-ratio: 1; color: var(--white); background: var(--night); font-size: 2.2rem; text-decoration: none; border-radius: 50%; transition: transform .25s; }.connect__arrow:hover { transform: rotate(8deg) scale(1.04); }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding-block: 28px 38px; color: var(--muted); border-top: 1px solid var(--line); font-size: .72rem; }.site-footer p { margin: 0; }.site-footer a { text-decoration: none; }
.not-found { display: grid; place-items: center; min-height: 100svh; text-align: center; }.not-found .status { justify-content: center; }.not-found h1 { font-size: clamp(3rem, 9vw, 6rem); }.not-found p:not(.status) { color: var(--muted); }
.js [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }.js [data-reveal].is-visible { opacity: 1; transform: none; }
@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto; }.nav-toggle { display: block; }.nav { position: absolute; top: 68px; right: 12px; left: 12px; display: none; flex-direction: column; padding: 16px; background: var(--night-2); border: 1px solid var(--line); }.nav.is-open { display: flex; }.nav a { padding: 10px; }
  .hero { grid-template-columns: 35px 1fr; }.hero__portrait { grid-column: 2; width: min(500px, 92%); }.hero__index { grid-row: 1 / 3; }
  .section-head,.section-head--split { grid-template-columns: 1fr; gap: 15px; }.profile__grid { margin-left: 0; }.profile__facts { grid-template-columns: 1fr 1fr; }.profile__facts div:nth-child(2) { border-right: 0; }
  .experience-card { grid-template-columns: 60px 1fr 44px; }.experience-card__note { grid-column: 2 / -1; }.principles__grid { grid-template-columns: 1fr; }.principles__grid article { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }.principles__grid article:last-child { border-bottom: 0; }.metric { margin-bottom: 50px; }
}
@media (max-width: 620px) {
  :root { --shell: min(100% - 28px, 1200px); }.site-header { width: calc(100% - 12px); min-height: 68px; padding: 0 13px; }
  .hero { grid-template-columns: 1fr; }.hero__index { display: none; }.hero__portrait { grid-column: 1; width: 100%; }.hero__actions { align-items: flex-start; flex-direction: column; }
  .profile__grid { grid-template-columns: 1fr; gap: 1.5rem; }.profile__facts { grid-template-columns: 1fr; }.profile__facts div { border-right: 0; border-bottom: 1px solid var(--line); }.profile__facts div:last-child { border-bottom: 0; }
  .experience-card { grid-template-columns: 1fr; }.experience-card__note { grid-column: auto; }.education-note { grid-template-columns: 1fr; }.highlights__row { grid-template-columns: 1fr; }.connect { grid-template-columns: 1fr; clip-path: none; }.connect__arrow { width: 72px; }.site-footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
