:root {
  --ink: #0a111b;
  --paper: #f4f6f7;
  --white: #ffffff;
  --mist: #dce6eb;
  --blue: #176e99;
  --electric: #67d9ff;
  --navy: #07111f;
  --line: rgba(10, 17, 27, .16);
  --pad: clamp(1.35rem, 4.8vw, 5.8rem);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
::selection { background: var(--electric); color: var(--navy); }

.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 100; width: 0; height: 3px; background: var(--electric); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 80px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; color: white; transition: background .35s, color .35s, height .35s; }
.site-header.scrolled { height: 66px; color: var(--ink); background: rgba(244,246,247,.91); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: .85rem; font-weight: 650; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid currentColor; border-radius: 50%; font-size: .7rem; letter-spacing: .07em; }
.brand-name { font-size: .98rem; }
.site-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.8vw, 3rem); font-size: .73rem; text-transform: uppercase; letter-spacing: .11em; }
.site-nav a { position: relative; padding: .6rem 0; }
.site-nav a::after { content: ""; position: absolute; inset: auto 0 .35rem; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.site-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: none; color: inherit; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span { display: block; width: 100%; height: 1px; background: currentColor; margin: 7px 0; transition: transform .3s; }

.hero { position: relative; min-height: 100svh; color: white; background: var(--navy); overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { animation: heroDrift 18s 1.5s ease-in-out infinite alternate; will-change: transform; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; filter: saturate(.94) contrast(1.04); transform: scale(1.04); animation: heroIn 1.5s cubic-bezier(.2,.75,.2,1) forwards; }
.hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(4,12,23,.95) 0%, rgba(4,12,23,.87) 27%, rgba(4,12,23,.48) 48%, rgba(4,12,23,.05) 74%), linear-gradient(0deg, rgba(4,12,23,.72) 0%, transparent 42%); }
.hero-shade::after { content: ""; position: absolute; inset: -20%; background: radial-gradient(circle at 68% 42%, rgba(79,199,244,.24), transparent 30%); mix-blend-mode: screen; animation: lightSweep 12s ease-in-out infinite alternate; will-change: transform, opacity; }
.hero-content { position: relative; z-index: 2; min-height: 100svh; padding: clamp(8.5rem, 15vh, 11rem) var(--pad) clamp(2rem, 5vh, 4rem); display: flex; flex-direction: column; justify-content: space-between; }
.eyebrow { margin: 0; font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; }
.hero-eyebrow { color: rgba(255,255,255,.66); animation: fadeUp .8s .15s both; }
.hero h1 { margin: 2rem 0 auto; max-width: 1080px; font-size: clamp(3.25rem, 6.65vw, 7.5rem); line-height: .89; letter-spacing: -.065em; font-weight: 610; text-shadow: 0 2px 30px rgba(1,8,17,.22); animation: fadeUp 1s .25s both; }
.hero h1 em, .display-copy em, .contact h2 em { font-family: var(--serif); font-weight: 400; color: #91dcf7; }
.contact h2 em { color: #c9f1ff; }
.hero-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-top: 4rem; animation: fadeUp .9s .45s both; }
.hero-foot > p { max-width: 52rem; margin: 0; color: rgba(255,255,255,.7); font-size: clamp(1rem, 1.35vw, 1.18rem); }
.round-link { flex: 0 0 auto; width: 118px; height: 118px; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: .75rem; font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; transition: background .3s, color .3s, transform .3s; }
.round-link svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.round-link:hover { background: var(--electric); color: var(--navy); transform: translateY(-4px); }
.hero-index { position: absolute; z-index: 3; right: 1.1rem; top: 50%; writing-mode: vertical-rl; font-size: .62rem; letter-spacing: .16em; color: rgba(255,255,255,.48); }

.section-pad { padding: clamp(6rem, 12vw, 11rem) var(--pad); }
.section-label { display: flex; align-items: center; gap: 1rem; margin-bottom: clamp(4rem, 8vw, 7.5rem); font-size: .69rem; text-transform: uppercase; letter-spacing: .15em; }
.section-label span { width: 2.4rem; height: 2.4rem; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.section-label.light { color: rgba(255,255,255,.68); }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(3.5rem, 10vw, 11rem); align-items: start; }
.display-copy { margin: 0; font-size: clamp(3rem, 6vw, 7rem); line-height: .96; letter-spacing: -.06em; font-weight: 580; }
.display-copy em { color: var(--blue); }
.intro-copy { max-width: 38rem; padding-top: .6rem; }
.intro-copy p { color: #4a5562; }
.intro-copy strong { color: var(--ink); font-weight: 680; }
.intro-copy .lead { margin-top: 0; color: #35414d; font-size: clamp(1.2rem, 1.65vw, 1.48rem); line-height: 1.45; letter-spacing: -.02em; }
.profile-statement p { margin: 0 0 1.25rem; }
.profile-pillars { display: grid; margin-top: 3.2rem; border-top: 1px solid var(--line); }
.profile-pillars span { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: .9rem; }
.profile-pillars b { color: #6b7b87; font-size: .66rem; font-weight: 520; letter-spacing: .14em; }
.profile-photo { width: min(38rem, 58%); margin: clamp(5rem, 10vw, 10rem) 0 0 auto; }
.profile-photo-frame { position: relative; overflow: hidden; background: #171313; }
.profile-photo-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); }
.profile-photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center top; filter: saturate(.9) contrast(1.03); transition: transform 1.2s cubic-bezier(.2,.7,.2,1), filter .8s; }
.profile-photo:hover img { transform: scale(1.012); filter: saturate(1) contrast(1.02); }
.profile-photo figcaption { display: flex; justify-content: space-between; gap: 2rem; margin-top: .85rem; color: #68737c; font-size: .62rem; text-transform: uppercase; letter-spacing: .13em; }

.research-head { display: grid; grid-template-columns: .42fr 1.1fr .6fr; gap: 3rem; background: white; align-items: end; }
.research-head .section-label { margin: 0; align-self: start; }
.research-head h2 { margin: 0; font-size: clamp(3rem, 5.5vw, 6rem); line-height: .95; letter-spacing: -.055em; font-weight: 590; }
.research-head > p { margin: 0; color: #55616c; }
.project { position: relative; min-height: 720px; padding: clamp(4rem, 8vw, 8rem) var(--pad); display: grid; grid-template-columns: minmax(320px, .72fr) minmax(360px, 1.28fr); gap: 4rem; overflow: hidden; }
.project-dark { background: #08121e; color: white; }
.project-light { background: #dce7ea; color: var(--ink); }
.project-blue { background: #0f557c; color: white; }
.project-number { position: absolute; top: 2rem; right: var(--pad); font-family: var(--serif); font-size: 1rem; opacity: .55; }
.project-copy { position: relative; z-index: 2; align-self: center; max-width: 38rem; }
.project-kicker { margin: 0 0 1.5rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; opacity: .65; }
.project h3 { margin: 0 0 2rem; max-width: 10.5ch; font-size: clamp(2.8rem, 4.75vw, 5.65rem); line-height: .92; letter-spacing: -.055em; font-weight: 580; }
.project-copy > p:not(.project-kicker) { max-width: 34rem; opacity: .72; font-size: 1.05rem; }
.project-photo { position: relative; min-height: 460px; margin: 0; align-self: stretch; overflow: hidden; background: rgba(0,0,0,.12); box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.project-photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(3,10,17,.5), transparent 38%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); }
.project-photo img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.project-light .project-photo img { object-position: 68% center; }
.project-photo figcaption { position: absolute; z-index: 1; left: 1.2rem; bottom: 1.2rem; padding: .5rem .65rem; color: rgba(255,255,255,.88); background: rgba(5,14,23,.5); backdrop-filter: blur(8px); font-size: .58rem; letter-spacing: .14em; }

.publications { background: var(--paper); }
.pub-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 5rem; align-items: end; margin-bottom: 6rem; }
.pub-heading h2 { margin: 0; font-size: clamp(3.1rem, 6vw, 7rem); line-height: .92; letter-spacing: -.06em; font-weight: 580; }
.pub-heading p { max-width: 31rem; color: #56616b; }
.pub-intro { align-self: end; }
.scholar-link { display: inline-flex; align-items: center; gap: .65rem; margin-top: 1.5rem; padding-bottom: .35rem; border-bottom: 1px solid var(--ink); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.scholar-link span { font-size: 1rem; transition: transform .25s; }
.scholar-link:hover span { transform: translate(3px,-3px); }
.pub-list { border-top: 1px solid var(--line); }
.pub-row { display: grid; grid-template-columns: 8rem 1fr auto; gap: 2rem; align-items: center; padding: 2rem 0; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s; }
.pub-row:hover { padding-left: 1.25rem; padding-right: 1.25rem; background: white; }
.pub-featured { margin-inline: calc(var(--pad) * -.18); padding-inline: calc(var(--pad) * .18); background: #dff4fb; border-bottom-color: rgba(23,110,153,.25); }
.pub-featured:hover { padding-left: calc(var(--pad) * .18 + 1.25rem); padding-right: calc(var(--pad) * .18 + 1.25rem); background: #ccecf7; }
.pub-year, .pub-tag { font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; color: #6e7983; }
.pub-title h3 { margin: 0 0 .25rem; font-size: clamp(1.25rem, 2.2vw, 2rem); letter-spacing: -.025em; font-weight: 540; }
.pub-title h3 sub { font-size: .62em; }
.pub-title p { margin: 0; color: #66717b; font-size: .85rem; }
.author-role { display: inline-flex; margin-left: .45rem; padding: .2rem .45rem; border: 1px solid rgba(23,110,153,.3); border-radius: 999px; color: var(--blue); font-size: .58rem; font-weight: 650; line-height: 1; text-transform: uppercase; letter-spacing: .08em; vertical-align: .12em; }
.pub-tag { text-align: right; }
.status-pill { display: inline-flex; padding: .55rem .75rem; border: 1px solid rgba(23,110,153,.45); border-radius: 999px; color: var(--blue); }
.pub-note { max-width: 38rem; margin: 2rem 0 0 auto; color: #7a848d; font-size: .8rem; }

.service { background: white; }
.service-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem, 10vw, 10rem); align-items: end; margin-bottom: clamp(4rem, 8vw, 7rem); }
.service-head h2 { margin: 0; font-size: clamp(3rem, 6vw, 7rem); line-height: .92; letter-spacing: -.06em; font-weight: 580; }
.service-head p { max-width: 31rem; margin: 0; color: #56616b; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: minmax(10rem, .4fr) 1fr auto; gap: 2rem; align-items: center; padding: 2rem 0; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s; }
.service-row:hover { padding-left: 1.25rem; padding-right: 1.25rem; background: var(--paper); }
.service-featured { margin-inline: calc(var(--pad) * -.18); padding-inline: calc(var(--pad) * .18); background: #e2f2f7; border-bottom-color: rgba(23,110,153,.22); }
.service-featured:hover { padding-left: calc(var(--pad) * .18 + 1.25rem); padding-right: calc(var(--pad) * .18 + 1.25rem); background: #d5ecf4; }
.service-role, .service-mark { color: #6e7983; font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; }
.service-name h3 { margin: 0 0 .25rem; font-size: clamp(1.35rem, 2.4vw, 2.15rem); letter-spacing: -.03em; font-weight: 540; }
.service-name p { margin: 0; color: #66717b; font-size: .85rem; }
.service-mark { text-align: right; }

.approach { background: #c7e3ed; }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 12vw, 12rem); }
.approach-statement p { margin: 0; font-family: var(--serif); font-style: italic; font-size: 1.3rem; }
.approach-statement h2 { margin: .3rem 0 0; font-size: clamp(4rem, 9vw, 10rem); line-height: .78; letter-spacing: -.07em; font-weight: 580; }
.approach-steps { border-top: 1px solid rgba(10,17,27,.28); }
.step { display: grid; grid-template-columns: 3rem 8rem 1fr; gap: 1.5rem; padding: 1.8rem 0; border-bottom: 1px solid rgba(10,17,27,.28); }
.step > span { font-size: .65rem; opacity: .55; }
.step h3 { margin: 0; font-size: 1.2rem; }
.step p { margin: 0; color: #405463; }

.gallery { background: #0c1825; color: white; }
.gallery-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 10vw, 10rem); align-items: end; margin-bottom: clamp(4rem, 8vw, 7rem); }
.gallery-head h2 { margin: 0; font-size: clamp(3.2rem, 6.5vw, 7.4rem); line-height: .9; letter-spacing: -.06em; font-weight: 580; }
.gallery-head h2 em { font-family: var(--serif); color: #c9f1ff; font-weight: 400; }
.gallery-head p { max-width: 32rem; margin: 0; color: rgba(255,255,255,.62); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-areas: "teaching teaching teaching teaching teaching teaching teaching workshop workshop workshop workshop workshop" "conference conference conference conference conference conference conference recognition recognition recognition recognition recognition" "convocation convocation convocation convocation convocation convocation convocation milestone milestone milestone milestone milestone" "cls cls cls cls cls cls cls cls cls cls cls cls"; grid-template-rows: clamp(360px, 30vw, 490px) clamp(430px, 38vw, 620px) clamp(390px, 32vw, 520px) clamp(420px, 36vw, 590px); gap: clamp(.75rem, 1.5vw, 1.4rem); }
.gallery-item { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #142434; }
.gallery-item::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(3,9,15,.86), rgba(3,9,15,.08) 58%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.11); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.gallery-item figcaption { position: absolute; z-index: 1; left: clamp(1rem, 2vw, 1.7rem); right: clamp(1rem, 2vw, 1.7rem); bottom: clamp(1rem, 2vw, 1.7rem); max-width: 34rem; }
.gallery-item figcaption span { display: block; margin-bottom: .45rem; color: #9bdff8; font-size: .6rem; text-transform: uppercase; letter-spacing: .14em; }
.gallery-item figcaption strong { display: block; color: white; font-size: clamp(1rem, 1.7vw, 1.35rem); line-height: 1.3; letter-spacing: -.015em; font-weight: 520; }
.gallery-teaching { grid-area: teaching; }
.gallery-workshop { grid-area: workshop; }
.gallery-conference { grid-area: conference; }
.gallery-recognition { grid-area: recognition; }
.gallery-recognition img { object-position: center 38%; }
.gallery-convocation { grid-area: convocation; }
.gallery-convocation img { object-position: center 46%; }
.gallery-milestone { grid-area: milestone; }
.gallery-milestone img { object-position: center 42%; }
.gallery-cls { grid-area: cls; }
.gallery-cls img { object-position: center 48%; }

.contact { position: relative; min-height: 86vh; padding: clamp(6rem, 10vw, 9rem) var(--pad) 3rem; overflow: hidden; background: var(--navy); color: white; }
.contact-media { position: absolute; inset: 0; }
.contact-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,17,31,.9) 0%, rgba(7,17,31,.66) 44%, rgba(7,17,31,.16) 72%, rgba(7,17,31,.28) 100%), linear-gradient(0deg, rgba(7,17,31,.9), transparent 62%); }
.contact-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .94; transform: scale(1.015); }
.contact-main { position: relative; z-index: 1; }
.contact-main > p { font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.58); }
.contact h2 { max-width: 1000px; margin: 1.2rem 0 5rem; font-size: clamp(3.4rem, 7.5vw, 8.5rem); line-height: .9; letter-spacing: -.065em; font-weight: 580; }
.contact-bottom { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .8fr auto; align-items: end; gap: 4rem; border-top: 1px solid rgba(255,255,255,.2); padding-top: 2rem; font-size: .83rem; }
.contact-note { color: rgba(255,255,255,.52); max-width: 25rem; }
.contact-note a { color: rgba(255,255,255,.84); }
.contact-email { display: inline-block; margin-bottom: .45rem; border-bottom: 1px solid rgba(255,255,255,.34); }
.contact-scholar { display: inline-block; margin-top: .55rem; }
.back-top { display: flex; gap: 1rem; align-items: center; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.back-top span { font-size: 1.4rem; }
footer { display: flex; justify-content: space-between; gap: 2rem; padding: 1.3rem var(--pad); background: #030a12; color: rgba(255,255,255,.48); font-size: .62rem; text-transform: uppercase; letter-spacing: .11em; }

html.page-mode,
html.page-mode body { width: 100%; height: 100%; overflow: hidden; }
html.page-mode body { overscroll-behavior: none; }
.page-stage { position: fixed; inset: 0; overflow: hidden; background: var(--navy); }
.page-view { position: absolute; inset: 0; z-index: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(18px) scale(.995); transition: opacity .42s ease, transform .55s cubic-bezier(.2,.75,.2,1), visibility 0s linear .55s; }
.page-view.active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
.page-view:focus { outline: none; }
.page-view::-webkit-scrollbar { width: 9px; }
.page-view::-webkit-scrollbar-track { background: rgba(7,17,31,.08); }
.page-view::-webkit-scrollbar-thumb { background: rgba(103,217,255,.46); border: 3px solid transparent; border-radius: 999px; background-clip: padding-box; }
.page-view[data-page="contact"] { background: var(--navy); }
.page-view[data-page="contact"] .contact { min-height: calc(100svh - 49px); }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes heroIn { from { opacity: .25; transform: scale(1.12); } to { opacity: 1; transform: scale(1.04); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes heroDrift { from { transform: scale(1.01) translate3d(-.8%, -.4%, 0); } to { transform: scale(1.055) translate3d(1.2%, .7%, 0); } }
@keyframes lightSweep { from { transform: translate3d(-4%, -1%, 0) scale(.92); opacity: .42; } to { transform: translate3d(5%, 2%, 0) scale(1.08); opacity: .9; } }

@media (max-width: 900px) {
  .site-header { height: 68px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .site-nav { position: fixed; inset: 0; padding: 8rem var(--pad) 3rem; background: var(--navy); color: white; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.4rem; font-size: clamp(2rem, 9vw, 4rem); letter-spacing: -.03em; text-transform: none; transform: translateY(-102%); transition: transform .45s cubic-bezier(.2,.8,.2,1); }
  .site-header.menu-open .site-nav { transform: none; }
  .site-header.menu-open { color: white; }
  .site-header.menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .site-header.menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero-content { padding-top: 8.5rem; }
  .hero h1 { font-size: clamp(3.2rem, 12vw, 6.5rem); }
  .round-link { width: 96px; height: 96px; }
  .intro-grid, .research-head, .pub-heading, .service-head, .approach-grid, .gallery-head { grid-template-columns: 1fr; }
  .research-head { align-items: start; }
  .research-head .section-label { margin-bottom: 2rem; }
  .project { grid-template-columns: 1fr; min-height: auto; }
  .project-photo, .project-photo img { min-height: 390px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-areas: "teaching workshop" "conference recognition" "convocation milestone" "cls cls"; grid-template-rows: 360px 420px 380px 430px; }
  .contact-bottom { grid-template-columns: 1fr 1fr; }
  .back-top { grid-column: 2; justify-self: end; }
}

@media (max-width: 620px) {
  .brand-name { display: none; }
  .hero-media img { object-position: 66% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,12,23,.98) 0%, rgba(4,12,23,.84) 46%, rgba(4,12,23,.25) 78%, rgba(4,12,23,.14)); }
  .hero-content { justify-content: flex-end; }
  .hero h1 { margin: 1.5rem 0 0; }
  .hero-foot { margin-top: 2.5rem; align-items: flex-end; }
  .hero-foot > p { max-width: 15rem; font-size: .92rem; }
  .round-link { width: 82px; height: 82px; font-size: .55rem; }
  .hero-index { display: none; }
  .section-label { margin-bottom: 3.5rem; }
  .intro-grid { gap: 3rem; }
  .profile-photo { width: 100%; margin-top: 4.5rem; }
  .profile-photo figcaption { font-size: .56rem; }
  .project { padding-top: 5.5rem; gap: 3rem; }
  .project h3 { font-size: 2.8rem; }
  .project-photo { min-height: 310px; order: -1; }
  .project-photo img { min-height: 310px; }
  .pub-row { grid-template-columns: 4rem 1fr; gap: 1rem; }
  .pub-tag { display: none; }
  .service-row { grid-template-columns: 1fr; gap: .45rem; }
  .service-mark { text-align: left; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-areas: "teaching" "workshop" "conference" "recognition" "convocation" "milestone" "cls"; grid-template-rows: 310px 310px 310px 430px 360px 330px 330px; }
  .contact-media::after { background: linear-gradient(90deg, rgba(7,17,31,.88), rgba(7,17,31,.3)), linear-gradient(0deg, rgba(7,17,31,.94), rgba(7,17,31,.12) 72%); }
  .contact-media img { object-position: 68% center; }
  .step { grid-template-columns: 2.2rem 1fr; }
  .step p { grid-column: 2; }
  .contact { min-height: 100svh; display: flex; flex-direction: column; }
  .contact-main { margin: auto 0; }
  .contact-bottom { grid-template-columns: 1fr; gap: 1.2rem; }
  .back-top { grid-column: 1; justify-self: start; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
