@font-face { font-family: Satoshi; src: url('/fonts/satoshi-variable.woff2') format('woff2'); font-style: normal; font-weight: 300 900; font-display: swap; }
:root { --paper: #fff; --ink: #0f172a; --muted: #526078; --orange: #ff6a3d; --orange-dark: #b93612; --blue: #3b82f6; --line: #e5e7ef; --soft: #f6f7fb; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Satoshi, Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
p, h1, h2, h3, dl, dd { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; }
a, button { touch-action: manipulation; }
svg { display: block; }
img { max-width: 100%; }
button, a, input { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
::selection { background: #ffdfd2; color: var(--ink); }
.wrap { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.eyebrow { font-size: 10px; font-weight: 600; line-height: 1.8; letter-spacing: .14em; text-transform: uppercase; }
.muted { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: absolute; z-index: 10; top: 8px; left: 8px; padding: 12px 20px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { height: 97px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { display: flex; align-items: center; gap: 11px; font-size: 16px; font-weight: 700; letter-spacing: -.025em; white-space: nowrap; }
.wordmark img { flex: none; }
.site-header nav { display: flex; gap: 32px; font-size: 13px; color: #475569; }
.site-header nav a { padding-block: 12px; }
.site-header nav a:hover, .text-link:hover, .site-footer a:hover { color: var(--orange-dark); }
.header-contact { background: var(--ink); color: white; border-radius: 7px; display: flex; gap: 26px; align-items: center; padding: 12px 18px; font-size: 12px; font-weight: 500; }
.header-contact:hover { background: #253455; }
.header-contact span { font-size: 17px; }
.hero { position: relative; width: min(1392px, calc(100% - 48px)); margin: 0 auto; border-radius: 15px; overflow: hidden; color: white; background: #141f3d; isolation: isolate; }
.hero::before { content: ''; position: absolute; z-index: -2; inset: 0; background: url('/hero-landscape.png') center center / cover no-repeat; }
.hero::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #050e24c2, #0c162f47 65%, #0c162f14); }
.hero-inner { display: grid; grid-template-columns: 1fr 300px; align-items: center; gap: 96px; padding-block: 79px 63px; min-height: 515px; }
.hero-copy > .eyebrow { font-size: 9px; letter-spacing: .27em; color: #e1e8f8; }
.hero-copy > .eyebrow span { margin-inline: 12px; color: #98a6c8; }
.hero h1 { font-size: clamp(45px, 4.15vw, 60px); font-weight: 700; letter-spacing: -.047em; line-height: 1.09; margin: 25px 0 23px; }
.hero h1 span { color: #ff8158; }
.hero-description { font-size: 16px; line-height: 1.75; max-width: 465px; color: #e1e6f3; }
.hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 30px; }
.button { min-height: 47px; padding: 12px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 29px; font-size: 13px; font-weight: 600; border: 1px solid transparent; border-radius: 7px; }
.button-primary { background: var(--orange); color: #172037; }
.button-primary:hover { background: #ff825d; }
.button-outline { border-color: #a7adc26b; color: white; background: #ffffff06; }
.button-outline:hover { background: #ffffff18; border-color: #e0e6f2; }
.button span { font-size: 19px; line-height: 1; }
.location { display: flex; gap: 8px; align-items: center; margin-top: 26px; font-size: 10px; letter-spacing: .025em; color: #d0d8ed; }
.status-dot { width: 5px; height: 5px; border-radius: 50%; background: #ff9b73; }
.hero-disciplines { border: 1px solid #e7e9ff47; background: linear-gradient(145deg, #263451cc, #15213bbf); backdrop-filter: blur(16px); padding: 11px 25px; border-radius: 14px; box-shadow: 0 15px 45px #0000000a; }
.hero-disciplines > div { display: flex; align-items: center; gap: 18px; padding-block: 24px; }
.hero-disciplines > div + div { border-top: 1px solid #e8e8ff33; }
.hero-disciplines svg { width: 30px; height: 32px; flex: none; color: #f2efff; }
.hero-disciplines h2 { font-size: 15px; line-height: 1.5; font-weight: 600; letter-spacing: -.02em; }
.hero-disciplines p { font-size: 11px; line-height: 1.7; color: #e1e2f2; margin-top: 4px; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-bottom: 29px; font-size: 8px; letter-spacing: .19em; color: #e1e6f6; }
.hero-bottom i { font-style: normal; margin-inline: 12px; color: #ffab8d; }
.hero-bottom a { letter-spacing: .06em; padding: 8px 0; }
.hero-bottom a span { margin-left: 17px; font-size: 15px; }
.current-strip { border-bottom: 1px solid var(--line); padding-block: 31px; display: flex; align-items: center; gap: 27px; }
.current-strip > .eyebrow { margin-right: auto; color: var(--muted); font-size: 9px; }
.current-strip p { font-size: 12px; }
.current-strip strong { font-weight: 600; }
.strip-separator { color: #bcc2d0; }
.section-space { padding-block: 90px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; margin-bottom: 39px; }
.section-label { color: var(--orange-dark); margin-bottom: 18px; }
h2 { font-weight: 600; font-size: 44px; letter-spacing: -.043em; line-height: 1.14; }
.section-intro { font-size: 14px; line-height: 1.85; color: var(--muted); max-width: 320px; padding-bottom: 3px; }
.text-link { font-size: 13px; display: inline-flex; align-items: center; gap: 14px; padding-block: 11px; white-space: nowrap; }
.text-link span { font-size: 18px; line-height: 1; }
.featured-work { background: var(--soft); border: 1px solid var(--line); padding: 32px 37px 30px; border-radius: 13px; }
.work-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 27px; }
.work-meta > .eyebrow { color: var(--orange-dark); font-size: 10px; }
.work-meta > span:last-child { font-size: 11px; color: var(--muted); }
.featured-copy { display: grid; grid-template-columns: 1fr 1.06fr; gap: 74px; }
.featured-copy h3 { font-size: 32px; letter-spacing: -.04em; font-weight: 600; line-height: 1.22; }
.featured-copy p { font-size: 14px; color: var(--muted); line-height: 1.8; }
.featured-copy p + p { margin-top: 12px; }
.metrics { display: grid; grid-template-columns: 1fr 1.17fr .88fr; border-top: 1px solid #dce1eb; margin-top: 29px; padding-top: 24px; gap: 20px; }
.metrics > div { display: flex; flex-direction: column-reverse; gap: 6px; }
.metrics dt { font-size: 11px; color: var(--muted); }
.metrics dd { font-size: 45px; font-weight: 500; line-height: 1.15; letter-spacing: -.06em; white-space: nowrap; }
.metric-arrow { font-size: 28px; color: #8c96ac; padding-inline: 5px; }
.metric-plus { font-size: .63em; letter-spacing: -.025em; }
.approx { font-size: .6em; color: #8c96ac; margin-right: 3px; }
.independent-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin: 45px 0 22px; }
.independent-heading .eyebrow { color: var(--muted); font-size: 9px; margin-bottom: 6px; }
.independent-heading p:not(.eyebrow) { font-size: 19px; letter-spacing: -.025em; }
.independent-heading .text-link { font-size: 12px; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.project { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.project-illustration { position: relative; height: 200px; overflow: hidden; }
.circuit-illustration { background: #f0f3f8; }
.logic-illustration { background: #eef0fb; }
.diagram-label { font-size: 8px; letter-spacing: .12em; position: absolute; left: 25px; top: 21px; color: #5d6c86; }
.project-illustration svg { width: 100%; height: 100%; padding-top: 23px; }
.project-copy { padding: 24px 26px 26px; }
.project-copy .eyebrow { font-size: 9px; color: var(--muted); }
.project h3 { font-size: 27px; font-weight: 600; letter-spacing: -.035em; margin: 6px 0 8px; }
.project-copy > p:last-child { font-size: 14px; line-height: 1.8; color: var(--muted); max-width: 390px; }
.venture-note { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; font-size: 11px; color: var(--muted); margin-top: 25px; }
.venture-note strong { font-weight: 500; color: var(--ink); }
.small-star { font-size: 22px; color: var(--orange-dark); line-height: 1; margin-right: 7px; }
.background-section { display: grid; grid-template-columns: .88fr 1.12fr; gap: 85px; border-top: 1px solid var(--line); }
.background-heading h2 { font-size: 40px; }
.background-heading > p:last-child { font-size: 14px; color: var(--muted); line-height: 1.9; margin-top: 22px; }
.experience { position: relative; padding: 0 0 26px 25px; border-left: 1px solid #dce0ed; margin-left: 3px; }
.experience::before { content: ''; width: 7px; height: 7px; position: absolute; left: -4px; top: 5px; background: #acb6c9; border-radius: 50%; }
.experience:first-child::before { background: var(--orange); }
.experience:last-child { padding-bottom: 0; }
.experience-date { font-size: 9px; letter-spacing: .11em; color: var(--muted); margin-bottom: 5px; }
.experience h3 { font-size: 18px; font-weight: 600; letter-spacing: -.025em; }
.experience .role { color: #3d4b67; font-size: 12px; margin-bottom: 8px; }
.experience > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.85; max-width: 430px; }
.teaching-note { font-size: 12px; color: var(--muted); margin: 28px 0 29px 29px; max-width: 420px; }
.education { border-top: 1px solid var(--line); padding-top: 25px; margin-left: 29px; }
.education > .eyebrow { color: var(--orange-dark); font-size: 9px; margin-bottom: 15px; }
.education > div + div { margin-top: 18px; }
.education h3 { font-size: 15px; font-weight: 600; letter-spacing: -.02em; }
.education p { display: flex; justify-content: space-between; gap: 12px; font-size: 12px; color: var(--muted); }
.education p span { font-size: 10px; padding-top: 2px; }
.education .honor { font-size: 10px; margin-top: 1px; }
.interests-section { background: var(--ink); color: #f3f5ff; }
.interests-inner { padding-block: 76px 78px; }
.interests-section .section-label { color: #ffa584; }
.interests-section h2 { font-size: 48px; }
.interests-section .section-intro { color: #b9c4db; min-width: 280px; }
.interest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.interest { border-top: 1px solid #34405a; padding-top: 15px; }
.interest-art { width: 220px; max-width: 100%; height: 100px; margin: 10px 0 25px; color: #ffb49a; }
.interest:nth-child(2) .interest-art { color: #93b8ff; }
.interest:nth-child(3) .interest-art { color: #bba6ff; }
.interest .eyebrow { font-size: 9px; color: #bbc6e1; letter-spacing: .09em; }
.interest h3 { font-size: 23px; font-weight: 500; letter-spacing: -.03em; margin: 10px 0 11px; }
.interest p:last-child { font-size: 13px; line-height: 1.9; color: #bdc7df; max-width: 300px; }
.contact-section { display: flex; justify-content: space-between; gap: 70px; align-items: center; padding-block: 89px; }
.contact-section h2 { font-size: 58px; line-height: 1.09; }
.name-period { color: var(--orange); }
.contact-section > div > p:last-child { font-size: 14px; color: var(--muted); margin-top: 22px; }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; min-width: 322px; padding-top: 37px; }
.contact-email { font-size: 34px; line-height: 1.4; letter-spacing: -.035em; color: var(--orange-dark); border-bottom: 1px solid #f1c6b8; display: flex; align-items: center; gap: 95px; padding-bottom: 8px; }
.contact-email:hover { border-color: var(--orange-dark); }
.contact-email span { font-size: 35px; }
.email-address { font-size: 14px; padding-block: 6px; }
.email-address:hover { text-decoration: underline; text-underline-offset: 4px; }
.contact-links .text-link { font-size: 12px; color: var(--muted); margin-top: 8px; }
.site-footer { border-top: 1px solid var(--line); padding-block: 26px 30px; display: flex; justify-content: space-between; align-items: center; gap: 25px; font-size: 9px; color: var(--muted); }
.site-footer p span { color: var(--orange-dark); margin-inline: 7px; }
.site-footer a { padding-block: 10px; white-space: nowrap; }
.site-footer a span { margin-left: 10px; font-size: 12px; }
@media (max-width:1100px) {
  .wrap { width: calc(100% - 72px); }
  .hero-inner { gap: 40px; grid-template-columns: 1fr 265px; }
  .hero h1 { font-size: 49px; }
  .hero-disciplines { padding-inline: 20px; }
  .hero-disciplines > div { gap: 14px; }
  .hero-disciplines p { font-size: 10px; }
  .current-strip { gap: 20px; }
  .current-strip p { font-size: 11px; }
  .featured-copy { gap: 40px; }
  .featured-copy h3 { font-size: 30px; }
  .metrics dd { font-size: 40px; }
  .background-section { gap: 50px; }
  .background-heading h2 { font-size: 36px; }
  .interest-grid { gap: 30px; }
  .contact-links { min-width: 285px; }
  .site-footer p:nth-child(2) { max-width: 260px; text-align: center; }
}
@media (max-width:800px) {
  .wrap { width: calc(100% - 48px); }
  .site-header { height: 86px; gap: 20px; }
  .site-header nav { gap: 20px; font-size: 12px; }
  .wordmark { font-size: 13px; gap: 8px; }
  .wordmark img { width: 29px; height: 29px; }
  .header-contact { gap: 15px; font-size: 11px; padding: 10px 13px; }
  .hero { width: calc(100% - 24px); }
  .hero-inner { grid-template-columns: 1fr 220px; gap: 27px; padding-block: 59px 49px; min-height: 480px; }
  .hero h1 { font-size: 43px; }
  .hero-description { font-size: 14px; }
  .hero-copy > .eyebrow { font-size: 8px; letter-spacing: .18em; }
  .hero-copy > .eyebrow span { margin-inline: 7px; }
  .hero-actions { gap: 10px; flex-wrap: wrap; margin-top: 25px; }
  .button { font-size: 12px; gap: 19px; padding-inline: 16px; }
  .hero-disciplines { padding-inline: 17px; }
  .hero-disciplines > div { gap: 12px; padding-block: 21px; }
  .hero-disciplines svg { width: 25px; }
  .hero-disciplines h2 { font-size: 13px; }
  .hero-disciplines p { font-size: 10px; }
  .hero-bottom { font-size: 7px; padding-bottom: 24px; }
  .hero-bottom i { margin-inline: 9px; }
  .current-strip { gap: 9px 19px; flex-wrap: wrap; padding-block: 25px; }
  .current-strip > .eyebrow { width: 100%; margin-right: 0; }
  .section-space { padding-block: 70px; }
  .section-heading { gap: 30px; margin-bottom: 33px; }
  h2 { font-size: 38px; }
  .section-intro { max-width: 245px; font-size: 13px; }
  .featured-work { padding: 27px; }
  .featured-copy { gap: 28px; grid-template-columns: .9fr 1.1fr; }
  .featured-copy h3 { font-size: 28px; }
  .featured-copy p { font-size: 12px; }
  .metrics dd { font-size: 35px; }
  .metrics dt { font-size: 10px; }
  .metric-arrow { font-size: 25px; padding: 0; }
  .independent-heading p:not(.eyebrow) { font-size: 17px; }
  .independent-heading .text-link { font-size: 11px; }
  .project-grid { gap: 24px; }
  .project-illustration { height: 170px; }
  .diagram-label { left: 19px; top: 17px; font-size: 7px; }
  .project-copy { padding: 21px; }
  .project h3 { font-size: 25px; }
  .project-copy > p:last-child { font-size: 13px; }
  .background-section { grid-template-columns: .82fr 1.18fr; gap: 36px; }
  .background-heading h2 { font-size: 32px; }
  .background-heading > p:last-child { font-size: 12px; }
  .interests-inner { padding-block: 63px; }
  .interests-section h2 { font-size: 42px; }
  .interests-section .section-intro { min-width: 0; }
  .interest-grid { gap: 23px; }
  .interest h3 { font-size: 20px; }
  .interest p:last-child { font-size: 12px; }
  .interest .eyebrow { font-size: 8px; }
  .interest-art { height: 85px; }
  .contact-section { gap: 30px; padding-block: 70px; }
  .contact-section h2 { font-size: 46px; }
  .contact-links { min-width: 260px; }
  .contact-email { font-size: 31px; gap: 70px; }
  .email-address { font-size: 12px; }
  .site-footer p:nth-child(2) { display: none; }
}
@media (max-width:620px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { height: auto; gap: 8px 14px; padding-block: 15px 10px; flex-wrap: wrap; }
  .wordmark { font-size: 14px; }
  .wordmark img { width: 30px; height: 30px; }
  .site-header nav { display: flex; order: 3; width: 100%; gap: 26px; font-size: 12px; }
  .site-header nav a { padding-block: 7px; }
  .header-contact { font-size: 10px; gap: 14px; padding: 10px 13px; }
  .hero { width: calc(100% - 20px); border-radius: 12px; }
  .hero::before { background-position: 62% center; }
  .hero::after { background: linear-gradient(180deg, #07112dde, #131f4282 70%, #0b183c4d); }
  .hero-inner { display: block; width: calc(100% - 42px); padding-block: 44px 31px; min-height: 0; }
  .hero-copy > .eyebrow { font-size: 8px; letter-spacing: .18em; }
  .hero-copy > .eyebrow span { margin-inline: 8px; }
  .hero h1 { font-size: clamp(37px, 9.3vw, 51px); line-height: 1.13; letter-spacing: -.045em; margin-block: 23px 20px; }
  .hero-description { font-size: 14px; line-height: 1.8; max-width: 400px; }
  .hero-actions { gap: 11px; margin-top: 26px; }
  .button { font-size: 12px; padding: 12px 15px; gap: 18px; min-height: 46px; }
  .location { font-size: 10px; margin-top: 24px; }
  .hero-disciplines { display: none; }
  .hero-bottom { width: calc(100% - 42px); padding: 17px 0 21px; border-top: 1px solid #e1e4fa33; font-size: 7px; gap: 10px; }
  .hero-bottom i { margin-inline: 7px; }
  .hero-bottom a { font-size: 0; }
  .hero-bottom a span { margin-left: 0; font-size: 18px; }
  .current-strip { display: grid; grid-template-columns: 1fr; padding-block: 24px; gap: 8px; }
  .current-strip > .eyebrow { font-size: 8px; margin-bottom: 2px; }
  .current-strip p { font-size: 12px; }
  .strip-separator { display: none; }
  .section-space { padding-block: 56px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-label { font-size: 9px; margin-bottom: 16px; }
  h2 { font-size: 37px; line-height: 1.14; }
  .section-intro { max-width: 340px; margin-top: 19px; font-size: 13px; }
  .featured-work { padding: 23px 20px; border-radius: 10px; }
  .work-meta { margin-bottom: 22px; }
  .work-meta > .eyebrow { font-size: 10px; }
  .work-meta > span:last-child { font-size: 10px; }
  .featured-copy { display: block; }
  .featured-copy h3 { font-size: 30px; line-height: 1.2; margin-bottom: 18px; }
  .featured-copy p { font-size: 13px; line-height: 1.85; }
  .metrics { grid-template-columns: 1fr; gap: 0; margin-top: 25px; padding-top: 0; }
  .metrics > div { flex-direction: row; align-items: center; justify-content: space-between; gap: 14px; padding-top: 17px; }
  .metrics > div + div { border-top: 1px solid #e0e4ed; margin-top: 17px; }
  .metrics dt { font-size: 11px; max-width: 120px; line-height: 1.6; }
  .metrics dd { font-size: 32px; letter-spacing: -.055em; }
  .metric-arrow { font-size: 22px; padding-inline: 1px; }
  .independent-heading { display: block; margin: 36px 0 15px; }
  .independent-heading p:not(.eyebrow) { font-size: 17px; max-width: 295px; line-height: 1.6; }
  .independent-heading .text-link { font-size: 12px; margin-top: 7px; }
  .project-grid { grid-template-columns: 1fr; gap: 23px; }
  .project-illustration { height: 185px; }
  .diagram-label { left: 21px; top: 18px; font-size: 7px; }
  .project-copy { padding: 21px; }
  .project h3 { font-size: 27px; margin-block: 5px 8px; }
  .project-copy > p:last-child { font-size: 13px; max-width: 350px; }
  .venture-note { font-size: 11px; display: block; line-height: 1.9; padding-left: 23px; position: relative; margin-top: 24px; }
  .small-star { position: absolute; left: 0; top: 3px; font-size: 19px; }
  .background-section { display: block; }
  .background-heading h2 { font-size: 35px; }
  .background-heading > p:last-child { font-size: 13px; margin-top: 19px; }
  .background-detail { margin-top: 33px; }
  .experience { padding-left: 24px; padding-bottom: 26px; }
  .experience h3 { font-size: 18px; }
  .experience > p:last-child { font-size: 13px; }
  .experience-date { font-size: 9px; }
  .teaching-note { font-size: 12px; }
  .education p { font-size: 12px; }
  .interests-inner { padding-block: 56px; }
  .interests-section h2 { font-size: 42px; }
  .interests-section .section-intro { font-size: 13px; margin-top: 19px; }
  .interest-grid { display: block; }
  .interest { padding-top: 15px; }
  .interest + .interest { margin-top: 28px; }
  .interest-art { height: 90px; width: 208px; margin: 5px 0 15px; }
  .interest h3 { font-size: 24px; margin-block: 8px 10px; }
  .interest .eyebrow { font-size: 9px; }
  .interest p:last-child { font-size: 13px; max-width: 360px; }
  .contact-section { display: block; padding-block: 57px; }
  .contact-section h2 { font-size: 46px; }
  .contact-section > div > p:last-child { font-size: 13px; line-height: 1.85; margin-top: 20px; }
  .contact-links { padding-top: 29px; min-width: 0; gap: 7px; }
  .contact-email { font-size: 33px; gap: 80px; }
  .email-address { font-size: 13px; overflow-wrap: anywhere; }
  .contact-links .text-link { margin-top: 7px; font-size: 12px; }
  .site-footer { padding-block: 20px 25px; font-size: 9px; gap: 15px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
