:root {
  --bg: #11120f;
  --paper: #e9e7dc;
  --muted: #aaa99e;
  --lime: #0099ff;
  --line: rgba(233, 231, 220, 0.2);
  --serif: Georgia, 'Times New Roman', serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--paper); font-family: 'Space Grotesk', sans-serif; overflow-x: hidden; }
.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 5; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }
.cursor-glow { width: 360px; height: 360px; border-radius: 50%; position: fixed; pointer-events: none; background: radial-gradient(circle, rgba(0,153,255,.1), transparent 65%); transform: translate(-50%,-50%); z-index: -1; }
.section-wrap { width: min(1160px, calc(100% - 80px)); margin: 0 auto; }
.site-header { height: 92px; width: min(1280px, calc(100% - 80px)); margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 13px; }
.brand, .nav-links, .nav-links a { display: flex; align-items: center; color: var(--paper); text-decoration: none; }
.brand { gap: 11px; font-weight: 600; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; background: var(--lime); color: var(--bg); height: 29px; width: 29px; border-radius: 50%; font-size: 10px; font-weight: 700; }
.nav-links { gap: 34px; color: var(--muted); }
.nav-links a { color: var(--muted); gap: 8px; transition: color .2s; }
.nav-links a:hover, .text-link:hover, .contact-links a:hover { color: var(--lime); }
.nav-links .nav-cta { color: var(--paper); border: 1px solid var(--line); border-radius: 99px; padding: 11px 16px; }
.nav-cta span { color: var(--lime); font-size: 16px; }
.hero { min-height: 680px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 80px; padding: 70px 0 110px; }
.eyebrow { font: 500 11px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin: 0 0 30px; }
.status-dot { display: inline-block; width: 7px; height: 7px; background: var(--lime); border-radius: 50%; margin: 0 9px 1px 0; box-shadow: 0 0 16px var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(54px, 7vw, 94px); line-height: .96; letter-spacing: -.075em; margin-bottom: 30px; max-width: 750px; }
h1 em, h2 span { font-family: var(--serif); font-weight: 400; color: var(--lime); letter-spacing: -.08em; }
h1 em { font-style: italic; }
.hero-intro { font-size: 17px; line-height: 1.55; color: var(--muted); max-width: 430px; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; gap: 28px; padding: 16px 18px; text-decoration: none; font-size: 13px; font-weight: 600; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--lime); color: var(--bg); }
.button-primary span { font-size: 20px; }
.text-link { font-size: 12px; color: var(--paper); text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.text-link span, .company span, .contact-links span { color: var(--lime); margin-left: 6px; }
.headshot-wrap { position: relative; display: flex; justify-content: center; }
.headshot-card { width: min(390px, 100%); transform: translateY(calc(var(--parallax-y, 0) * 1px)); will-change: transform; position: relative; z-index: 1; }
.headshot-placeholder { width: min(340px, 90vw); height: min(340px, 90vw); margin: 0 auto; display: block; object-fit: cover; background: linear-gradient(145deg, #a8d8f5, #3a718f 60%, #172c3a); border: 12px solid #d3d1c3; border-radius: 50%; box-shadow: 0 22px 50px rgba(0,0,0,.32); color: rgba(17,18,15,.65); position: relative; overflow: hidden; }
.headshot-placeholder:before { content: ''; position: absolute; width: 220px; height: 220px; border: 1px solid rgba(17,18,15,.3); border-radius: 50%; top: 90px; }
.headshot-placeholder span { font-size: 80px; letter-spacing: -.1em; font-weight: 700; }
.headshot-placeholder small { font: 11px 'DM Mono', monospace; text-align: center; letter-spacing: .14em; line-height: 1.5; margin-top: 20px; }
.headshot-caption { color: var(--muted); font: 10px 'DM Mono', monospace; display: flex; justify-content: center; gap: 12px; padding: 18px 2px 1px; }
.arrow { font-size: 17px; color: var(--lime); }
.orbit { position: absolute; border: 1px solid rgba(0,153,255,.35); border-radius: 50%; width: 440px; height: 180px; transform: rotate(-32deg); }
.orbit-one { top: 100px; left: 0; }
.orbit-two { top: 210px; left: -15px; transform: rotate(32deg); }
.orbit-three { width: 390px; height: 140px; top: 150px; left: 40px; transform: rotate(76deg); opacity: .7; }
.work-section, .about-section { border-top: 1px solid var(--line); }
.work-section { padding: 100px 0 130px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 65px; }
.section-heading .eyebrow { margin-bottom: 0; }
.section-heading h2 { font-size: clamp(42px, 5vw, 68px); line-height: .95; letter-spacing: -.07em; margin: 0; width: 50%; }
.section-heading h2 span { font-style: italic; }
.role-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 14px; }
.role-card { min-height: 390px; border: 1px solid var(--line); padding: 24px; display: flex; flex-direction: column; justify-content: space-between; transition: background .3s, transform .3s; }
.role-card:hover { background: rgba(233,231,220,.07); transform: translateY(-7px); }
.role-card-feature { background: var(--lime); color: var(--bg); border-color: var(--lime); }
.role-card-feature:hover { background: #4dbbff; border-color: #4dbbff; transform: translateY(-7px) scale(1.007); box-shadow: 0 13px 32px rgba(0, 153, 255, .22); }
.card-top { display: flex; justify-content: space-between; font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.card-year { color: var(--muted); }
.role-card-feature .card-year, .role-card-feature .role-type { color: rgba(17,18,15,.65); }
.role-type { font: 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 13px; }
.role-card h3 { font-size: 28px; line-height: 1.05; letter-spacing: -.06em; margin-bottom: 11px; max-width: 240px; }
.company { font-size: 13px; margin-bottom: 25px; }
.role-summary { color: var(--muted); font-size: 13px; line-height: 1.5; max-width: 280px; margin: 0; }
.role-card-feature .role-summary { color: rgba(17,18,15,.75); }
.card-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.card-tags span { font: 10px 'DM Mono', monospace; border: 1px solid var(--line); padding: 7px 9px; border-radius: 99px; }
.role-card-feature .card-tags span { border-color: rgba(17,18,15,.25); }
.about-section { padding: 100px 0 70px; }
.education-card { border: 1px solid var(--line); padding: 28px 32px; display: flex; align-items: center; gap: 24px; transition: background .3s, border-color .3s, transform .3s; }
.education-card:hover { background: rgba(233, 231, 220, .07); border-color: rgba(233, 231, 220, .38); transform: translateY(-7px); }
.education-card .card-year { margin-left: auto; font: 10px 'DM Mono', monospace; }
.edu-icon { height: 48px; width: 48px; border-radius: 50%; background: var(--lime); color: var(--bg); display: grid; place-items: center; font-size: 21px; }
.education-card h3 { margin: 0 0 8px; font-size: 23px; letter-spacing: -.05em; }
.education-card .company { margin: 0; }
.about-bottom { display: flex; justify-content: space-between; align-items: flex-start; padding: 80px 0 20px; }
.about-bottom > p { font-size: 22px; line-height: 1.25; letter-spacing: -.04em; max-width: 390px; }
.contact-links { display: grid; gap: 13px; min-width: 190px; }
.contact-links a { color: var(--paper); text-decoration: none; font: 12px 'DM Mono', monospace; border-bottom: 1px solid var(--line); padding-bottom: 10px; display: flex; justify-content: space-between; }
.site-footer { border-top: 1px solid var(--line); padding: 24px 0 35px; display: flex; justify-content: space-between; color: var(--muted); font: 10px 'DM Mono', monospace; }
.site-footer a { color: var(--paper); text-decoration: none; }
.site-footer i { color: var(--lime); font-size: 15px; font-style: normal; }
.reveal { opacity: 0; transform: translateY(24px); }
.reveal.is-visible { animation: reveal .8s cubic-bezier(.2,.8,.2,1) forwards; }
.delay-1.is-visible { animation-delay: .12s; }
.delay-2.is-visible { animation-delay: .24s; }
@keyframes reveal { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  .headshot-card { transform: none; }
  .button, .role-card { transition: none; }
}
@media (max-width: 760px) {
  .section-wrap, .site-header { width: calc(100% - 40px); }
  .site-header { height: 75px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { display: flex; flex-direction: column; align-items: flex-start; gap: 55px; padding: 70px 0 100px; }
  .hero h1 { font-size: clamp(52px, 15vw, 75px); }
  .headshot-wrap { width: 100%; justify-content: center; }
  .headshot-card { width: 330px; }
  .headshot-placeholder { width: 290px; height: 290px; }
  .orbit { display: none; }
  .section-heading { display: block; margin-bottom: 40px; }
  .section-heading .eyebrow { margin-bottom: 25px; }
  .section-heading h2 { width: auto; }
  .role-grid { grid-template-columns: 1fr; }
  .role-card { min-height: 330px; }
  .education-card { align-items: flex-start; flex-wrap: wrap; padding: 23px; }
  .education-card .card-year { width: 100%; margin: 0 0 0 72px; }
  .about-bottom { display: block; padding-top: 60px; }
  .contact-links { margin-top: 40px; }
  .site-footer { gap: 20px; flex-wrap: wrap; }
  .site-footer span:nth-child(2) { display: none; }
}
