/* About has its own dark surface; project and research pages stay white. */
.about-page {
  --paper: #08090a;
  --ink: #ededeb;
  --muted: #a1a3a5;
  color-scheme: dark;
  background: var(--paper);
}
.about-page .wrap { max-width: 1200px; }
.about-page .profile-header {
  max-width: none;
  background: rgba(8, 9, 10, .78);
}
.about-page .profile-brand { color: #dddeda; }
.about-page .intro-nav a { color: #a0a39d; }
.about-page .intro-nav a:hover,
.about-page .intro-nav a[aria-current] { color: #eeeee6; }
.about-page a:focus-visible { outline-color: #d9dad7; }
.about-page .skip { background: #ededeb; color: #08090a; }
.about-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.about-main { padding-top: 64px; padding-bottom: 128px; }
.about-section-title {
  margin: 0 0 40px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.honors-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
}
.honors-grid img { display: block; width: 100%; height: auto; }
.honor-wide { grid-column: span 2; }
.experience-section { margin-top: 152px; }
.experience-section .about-section-title { margin-bottom: 88px; }
.experience-list { display: grid; gap: 112px; margin: 0; padding: 0; list-style: none; }
.experience-item { display: grid; grid-template-columns: minmax(230px, 28%) minmax(0, 1fr); gap: 40px; }
.experience-dates { margin: 0; font-size: 22px; font-weight: 400; line-height: 36px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.experience-note { margin: 8px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.experience-logo { display: flex; align-items: center; min-height: 36px; margin-bottom: 28px; }
.experience-logo img { display: block; height: auto; max-width: 100%; object-fit: contain; }
.logo-tad { width: 170px; }
.logo-video { width: 116px; }
.logo-ixd { width: 248px; }
.experience-detail h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.5; font-weight: 500; }
.experience-detail > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.9; overflow-wrap: break-word; }
.about-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 32px 0 40px; border: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.about-footer p { margin: 0; }
.about-footer a { display: inline-flex; align-items: center; min-height: 44px; white-space: nowrap; transition: color .2s; }
.about-footer a:hover { color: #ededeb; }
@media (max-width: 1100px) {
  .honors-grid { gap: 16px; }
  .experience-item { gap: 32px; }
}
@media (max-width: 760px) {
  .about-main { padding-top: 36px; padding-bottom: 64px; }
  .about-section-title { font-size: 24px; margin-bottom: 28px; }
  .honors-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .experience-section { margin-top: 88px; }
  .experience-section .about-section-title { margin-bottom: 40px; }
  .experience-list { gap: 64px; }
  .experience-item { grid-template-columns: 1fr; gap: 24px; }
  .experience-dates { font-size: 19px; line-height: 1.6; }
  .experience-note { font-size: 14px; margin-top: 6px; }
  .experience-logo { margin-bottom: 20px; }
  .experience-detail h3 { font-size: 20px; margin-bottom: 10px; }
  .experience-detail > p { font-size: 16px; line-height: 1.85; }
  .about-footer { align-items: flex-start; flex-direction: column; gap: 12px; padding: 24px 0 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .about-page { scroll-behavior: auto; }
  html:has(.about-page) { scroll-behavior: auto; }
  .about-page a, .about-page a::after { transition: none; }
}
