* { box-sizing: border-box; }
:root { color-scheme: light; font-family: Arial, Helvetica, sans-serif; color: #30312f; background: #f7f7f7; font-synthesis: none; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible { outline: 3px solid #254bc4; outline-offset: 7px; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 12px; padding: 14px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.page-shell { width: 84.65%; max-width: 1220px; margin-inline: auto; }
.hero { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); align-items: center; gap: 5%; padding: clamp(80px, 9.45vw, 136px) 3.9% clamp(104px, 12.25vw, 176px); }
.hello { margin: 0 0 20px; color: #96979f; font-size: clamp(19px, 2.2vw, 30px); line-height: 1.3; }
h1 { margin: 0; font-size: clamp(30px, 3.62vw, 52px); line-height: 1.13; font-weight: 400; letter-spacing: -.9px; }
.reference-art { display: block; overflow: hidden; }
.portrait { width: 100%; max-width: 378px; justify-self: end; }
.symbols { width: clamp(145px, 14.8vw, 210px); height: auto; margin-top: 24px; }
.current-role { margin: 22px 0 0; font-size: clamp(19px, 2.15vw, 30px); line-height: 1.4; letter-spacing: .1px; }
.projects { display: grid; gap: clamp(26px, 3.3vw, 48px); scroll-margin-top: 30px; }
.project-card { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-width: 0; aspect-ratio: 885 / 313; overflow: hidden; color: #f7f7f7; border-radius: 9px; box-shadow: 0 1px 9px #0003; text-decoration: none; isolation: isolate; }
.autodesk { background: linear-gradient(110deg, #2f3239, #0d1015); }
.zenerate { background: linear-gradient(110deg, #5555fd, #142193); }
.robinhood { background: linear-gradient(110deg, #017800, #013801); }
.project-copy { position: relative; z-index: 1; padding-left: 22.7%; padding-block: 28px; }
.project-date { font-size: clamp(12px, 1.34vw, 19px); margin: 0 0 20px; color: #ffffffbd; line-height: 1.4; }
h2 { font-size: clamp(28px, 3.4vw, 48px); margin: 0 0 16px; font-weight: 500; line-height: 1.1; letter-spacing: -.6px; }
.project-description { font-size: clamp(14px, 1.4vw, 20px); line-height: 1.25; margin: 0; color: #f1f1f1; }
.project-art { position: absolute; right: 0; bottom: 0; height: 100%; width: 50.85%; mask-image: linear-gradient(to right, transparent, #000 3%); }
.robinhood .project-art { width: 52.54%; }
a.project-card { transition: transform 180ms ease, box-shadow 180ms ease; }
a.project-card:hover { transform: translateY(-4px); box-shadow: 0 8px 22px #0003; }
a.project-card:focus-visible { outline-offset: 5px; }
@media (min-width: 1500px) { .hero { padding-top: 140px; padding-bottom: 180px; } }
@media (max-width: 900px) {
  .page-shell { width: 88%; }
  .hero { padding-inline: 2%; gap: 5%; }
  h1 { font-size: clamp(28px, 3.6vw, 34px); }
  .desktop-break { display: none; }
  .current-role { font-size: 18px; }
  .project-copy { padding-left: 15%; }
  .project-date { margin-bottom: 15px; }
  h2 { font-size: 30px; }
}
@media (max-width: 600px) {
  .page-shell { width: calc(100% - 40px); }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 40px; padding: 64px 8px 72px; }
  .hello { font-size: 19px; margin-bottom: 18px; }
  h1 { font-size: clamp(29px, 7.4vw, 43px); line-height: 1.17; letter-spacing: -.6px; }
  .hero .symbols { margin-top: 22px; }
  .current-role { margin-top: 18px; font-size: clamp(16px, 4.5vw, 22px); }
  .portrait { width: min(78%, 290px); justify-self: center; }
  .projects { gap: 25px; }
  .project-card { display: flex; flex-direction: column; align-items: stretch; aspect-ratio: auto; }
  .project-copy { padding: 32px 28px 20px; }
  .project-date { font-size: 13px; margin-bottom: 14px; }
  h2 { font-size: 33px; margin-bottom: 15px; }
  .project-description { font-size: 16px; line-height: 1.4; }
  .project-art, .robinhood .project-art { position: relative; width: 100%; height: auto; margin-top: 0; mask-image: linear-gradient(to bottom, transparent, #000 10%); }
}
@media (prefers-reduced-motion: reduce) { a.project-card { transition: none; } a.project-card:hover { transform: none; } }
