:root {
  --ink: #071414;
  --moss: #173e36;
  --leaf: #d3f079;
  --paper: #ecf0e8;
  --mist: #bdc9bd;
  --coral: #ff6b46;
  --line: rgba(7, 20, 20, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Cascadia Mono", "SFMono-Regular", "PingFang SC", "Microsoft YaHei", monospace;
}
body.is-loading { overflow: hidden; }
a { color: inherit; text-decoration: none; }

.intro-loader { position: fixed; inset: 0; z-index: 1000; overflow: hidden; background: var(--ink); color: var(--paper); transition: visibility 0s 1.25s; }
.loader-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(211,240,121,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(211,240,121,.18) 1px, transparent 1px); background-size: 8vw 8vw; transform: perspective(650px) rotateX(64deg) scale(1.5) translateY(8%); transform-origin: bottom; }
.loader-topline { position: absolute; inset: 25px 30px auto; display: flex; justify-content: space-between; z-index: 3; font-size: 9px; letter-spacing: 1.4px; color: var(--mist); }
.loader-center { position: absolute; inset: 0; z-index: 3; display: grid; place-content: center; text-align: center; }
.loader-label { font-size: 9px; letter-spacing: 3px; color: var(--leaf); }
.loader-count { font-size: clamp(95px, 17vw, 230px); line-height: 1; font-weight: 400; letter-spacing: -10px; }
.loader-meter { position: absolute; z-index: 4; left: 30px; right: 30px; bottom: 28px; height: 2px; background: rgba(236,240,232,.15); }
.loader-meter i { display: block; width: 0; height: 100%; background: var(--leaf); box-shadow: 0 0 20px rgba(211,240,121,.5); }
.loader-slab { position: absolute; inset: 0; z-index: 2; transform: translateY(100%); }
.loader-slab-a { background: var(--leaf); }
.loader-slab-b { background: var(--coral); }
body.is-ready .loader-grid, body.is-ready .loader-center, body.is-ready .loader-topline, body.is-ready .loader-meter { opacity: 0; transition: opacity .18s ease; }
body.is-ready .loader-slab-a { animation: loader-exit 1.1s cubic-bezier(.77,0,.18,1) forwards; }
body.is-ready .loader-slab-b { animation: loader-exit 1.1s .1s cubic-bezier(.77,0,.18,1) forwards; }
body.is-ready .intro-loader { visibility: hidden; }

.route-wipe { position: fixed; inset: 0; z-index: 900; display: grid; place-items: center; background: var(--leaf); color: var(--ink); transform: translateY(101%); pointer-events: none; font-size: 10px; letter-spacing: 3px; }
.route-wipe.is-active { animation: route-wipe .72s cubic-bezier(.77,0,.18,1); }
.scroll-progress { position: fixed; right: 13px; top: 20vh; bottom: 20vh; width: 1px; z-index: 30; background: rgba(236,240,232,.18); color: var(--paper); mix-blend-mode: difference; }
.scroll-progress i { position: absolute; inset: 0; background: var(--leaf); transform: scaleY(0); transform-origin: top; }
.scroll-progress span { position: absolute; top: -42px; left: -4px; font-size: 7px; letter-spacing: 1px; writing-mode: vertical-rl; }
.cursor-ring, .cursor-dot { position: fixed; z-index: 950; top: 0; left: 0; pointer-events: none; border-radius: 50%; opacity: 0; }
.cursor-ring { width: 34px; height: 34px; border: 1px solid rgba(211,240,121,.75); transition: width .18s ease, height .18s ease, background .18s ease; }
.cursor-dot { width: 4px; height: 4px; background: var(--coral); }
body.has-pointer .cursor-ring, body.has-pointer .cursor-dot { opacity: 1; }
body.is-hovering .cursor-ring { width: 54px; height: 54px; background: rgba(211,240,121,.08); }

#ambient-canvas { position: fixed; inset: 0; z-index: -3; width: 100%; height: 100%; background: var(--ink); }
.noise { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .15; 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='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }

.site-header { height: 90px; padding: 18px clamp(20px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; position: fixed; top: 0; width: 100%; color: var(--paper); z-index: 40; transition: height .3s ease, background .3s ease, backdrop-filter .3s ease; }
.site-header.is-compact { height: 66px; background: rgba(7,20,20,.8); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(236,240,232,.1); }
.wordmark { display: flex; align-items: center; gap: 11px; }
.wordmark-mark { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgba(236,240,232,.7); border-radius: 50%; font-size: 12px; letter-spacing: 1px; }
.wordmark-copy { font-size: 9px; letter-spacing: 1.4px; line-height: 1.4; }
nav { display: flex; gap: 28px; font-size: 11px; letter-spacing: 1px; }
nav a, .contact-link { opacity: .8; transition: opacity .2s ease; }
nav a:hover, .contact-link:hover { opacity: 1; }
.contact-link { font-size: 11px; letter-spacing: .5px; border-bottom: 1px solid rgba(236,240,232,.55); padding-bottom: 4px; }
.contact-link span { color: var(--leaf); font-size: 17px; vertical-align: -2px; }

.hero { min-height: 870px; padding: 145px clamp(20px, 9vw, 150px) 62px; color: var(--paper); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); grid-template-rows: 1fr auto; gap: 40px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 74vw; height: 74vw; min-width: 680px; min-height: 680px; border-radius: 50%; border: 1px solid rgba(211,240,121,.18); left: -31vw; top: 8%; box-shadow: inset 0 0 80px rgba(211,240,121,.04), 0 0 100px rgba(72,150,124,.08); animation: halo 16s ease-in-out infinite; }
.hero::after { content: ""; width: 300px; height: 300px; position: absolute; right: 3%; top: 23%; background: var(--coral); border-radius: 50%; filter: blur(130px); opacity: .11; }
.hero-copy { align-self: center; position: relative; z-index: 1; padding-bottom: 44px; transition: transform .15s linear; }
.eyebrow { margin: 0 0 24px; color: inherit; font-size: 10px; letter-spacing: 1.55px; opacity: .75; display: flex; align-items: center; gap: 9px; }
.eyebrow span { display: inline-block; width: 21px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: "Songti SC", "STSong", "Noto Serif CJK SC", "Microsoft YaHei", serif; font-size: clamp(82px, 11vw, 180px); letter-spacing: 5px; line-height: .8; font-weight: 900; margin: 0 0 34px -8px; }
h1 { position: relative; clip-path: inset(0 0 0 0); transition: clip-path 1s cubic-bezier(.2,.75,.2,1), transform 1s cubic-bezier(.2,.75,.2,1); }
body:not(.is-ready) h1 { clip-path: inset(100% 0 0 0); transform: translateY(40px); }
h1 em, h2 em { color: var(--leaf); font-style: normal; }
.hero-intro { max-width: 530px; color: var(--mist); font-family: "Songti SC", "STSong", "Noto Serif CJK SC", "Microsoft YaHei", serif; font-size: 18px; line-height: 2; }
.hero-intro strong { color: var(--paper); font-weight: 600; }
.hero-actions { margin-top: 46px; display: flex; align-items: center; gap: 27px; }
.primary-action { display: inline-flex; gap: 18px; align-items: center; border: 1px solid var(--leaf); padding: 15px 18px 15px 20px; color: var(--leaf); font-size: 11px; letter-spacing: .7px; transition: .25s ease; }
.primary-action span { font-size: 18px; line-height: 0; }
.primary-action:hover { background: var(--leaf); color: var(--ink); transform: translateY(-3px); }
.hero-actions p { margin: 0; color: var(--mist); font-size: 10px; line-height: 1.8; }

.hero-visual { position: relative; min-height: 570px; align-self: center; display: grid; place-items: center; transition: transform .18s ease-out; will-change: transform; }
.portrait-frame { width: min(32vw, 320px); min-width: 235px; aspect-ratio: 177 / 222; position: relative; overflow: hidden; z-index: 2; box-shadow: 25px 30px 0 rgba(211,240,121,.12); background: #2d5471; transform: rotate(3deg); animation: portrait-float 7s ease-in-out infinite; }
.portrait-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: contrast(1.08) saturate(.78); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(155deg, rgba(211,240,121,.16), transparent 40%, rgba(7,20,20,.32)); mix-blend-mode: screen; }
.portrait-scan { position: absolute; left: 0; width: 100%; height: 2px; background: var(--leaf); opacity: .7; box-shadow: 0 0 22px var(--leaf); animation: scan 5s ease-in-out infinite; }
.orbit { position: absolute; border: 1px solid rgba(236,240,232,.3); border-radius: 50%; z-index: 0; }
.orbit-a { width: min(44vw, 470px); height: min(44vw, 470px); animation: spin 25s linear infinite; }
.orbit-b { width: min(55vw, 610px); height: min(25vw, 270px); transform: rotate(-35deg); border-color: rgba(211,240,121,.28); animation: spin-reverse 32s linear infinite; }
.portrait-caption { position: absolute; z-index: 3; left: 5%; bottom: 3%; color: var(--paper); font-size: 9px; line-height: 1.7; letter-spacing: 1.3px; margin: 0; }
.portrait-caption b { color: var(--leaf); font-size: 10px; }
.signal-pill { position: absolute; right: -3%; top: 17%; z-index: 4; padding: 11px 13px; background: var(--paper); color: var(--ink); font-size: 8px; letter-spacing: .6px; transform: rotate(-7deg); box-shadow: 0 12px 28px rgba(0,0,0,.22); }
.signal-pill i { display: inline-block; height: 6px; width: 6px; border-radius: 50%; background: #4baa63; margin-right: 6px; animation: blink 1.2s infinite; }
.coordinates { position: absolute; color: var(--mist); font-size: 8px; letter-spacing: 1px; right: 0; bottom: 5%; line-height: 1.7; }
.hero-metrics { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); position: relative; z-index: 1; border-top: 1px solid rgba(236,240,232,.25); }
.hero-metrics article { display: flex; gap: 14px; align-items: center; padding: 19px 20px 0 0; border-right: 1px solid rgba(236,240,232,.25); }
.hero-metrics article + article { padding-left: 24px; }
.hero-metrics article:last-child { border-right: 0; }
.hero-metrics b { color: var(--leaf); font-size: 30px; font-weight: 400; letter-spacing: -2px; }
.hero-metrics span { color: var(--mist); font-size: 10px; line-height: 1.7; }

.transition-band { height: 74px; overflow: hidden; background: var(--coral); color: var(--ink); display: flex; align-items: center; transform: rotate(-1.1deg) scale(1.03); position: relative; z-index: 3; margin: -3px 0; }
.transition-band-dark { background: var(--moss); color: var(--leaf); transform: rotate(1.1deg) scale(1.03); }
.transition-track { display: flex; align-items: center; gap: 28px; width: max-content; white-space: nowrap; animation: marquee 19s linear infinite; }
.transition-track-reverse { animation-direction: reverse; animation-duration: 22s; }
.transition-track span { font-size: 24px; font-weight: 500; letter-spacing: 3px; }
.transition-track i { width: 10px; height: 10px; border: 1px solid currentColor; border-radius: 50%; }

.manifesto { padding: 126px max(20px, 11vw); background: var(--leaf); color: var(--ink); position: relative; overflow: hidden; }
.manifesto::after { content: ""; position: absolute; width: 42vw; height: 190%; right: -14vw; top: -44%; border: 1px solid rgba(7,20,20,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(7,20,20,.035), 0 0 0 90px rgba(7,20,20,.025); animation: orbit-pulse 8s ease-in-out infinite; }
.manifesto .eyebrow { opacity: .6; }
.manifesto-text { margin: 0; font-family: "Songti SC", "STSong", "Noto Serif CJK SC", "Microsoft YaHei", serif; font-size: clamp(28px, 4.1vw, 64px); font-weight: 600; line-height: 1.55; letter-spacing: 1px; }
.manifesto-text span { color: var(--coral); }

.section-wrap { padding: 132px max(20px, 9vw); }
.path-section { background: var(--paper); }
.section-heading { max-width: 840px; }
.section-heading .eyebrow { color: var(--moss); }
h2 { font-family: "Songti SC", "STSong", "Noto Serif CJK SC", "Microsoft YaHei", serif; font-size: clamp(34px, 5.3vw, 72px); line-height: 1.3; letter-spacing: 1px; margin-bottom: 0; }
.timeline { position: relative; margin-top: 76px; padding-left: 10.5%; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.timeline::before { content: ""; position: absolute; left: 4%; top: 0; bottom: 0; width: 1px; background: var(--line); }
.timeline::after { content: "PATH"; position: absolute; left: 1.35%; top: -7px; color: var(--moss); font-size: 9px; letter-spacing: 2px; writing-mode: vertical-rl; }
.timeline-card { --tilt-x: 0deg; --tilt-y: 0deg; --lift: 0px; min-height: 290px; padding: 28px; border: 1px solid var(--line); position: relative; overflow: hidden; background: rgba(255,255,255,.34); transition: transform .18s ease-out, box-shadow .35s ease; transform-style: preserve-3d; will-change: transform; }
.timeline-card.is-visible[data-tilt] { transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--lift)); }
.timeline-card:hover { transform: translateY(-8px); box-shadow: 16px 17px 0 var(--moss); }
.timeline-card.is-visible[data-tilt]:hover { --lift: -8px; }
.timeline-card:nth-child(2) { margin-top: 60px; }
.timeline-card:nth-child(3) { margin-top: -28px; }
.timeline-card:nth-child(4) { margin-top: 35px; }
.card-index { color: var(--coral); font-size: 11px; letter-spacing: 1px; }
.card-kicker { color: var(--moss); font-size: 10px; line-height: 1.7; letter-spacing: .6px; margin: 20px 0 12px; }
.timeline-card h3, .project-card h3 { font-family: "Songti SC", "STSong", "Noto Serif CJK SC", "Microsoft YaHei", serif; font-size: 27px; letter-spacing: .5px; margin-bottom: 10px; line-height: 1.3; }
.card-meta { font-size: 11px; line-height: 1.7; font-weight: 500; margin-bottom: 21px; }
.timeline-card > p:last-of-type { color: #42504c; font-family: "Songti SC", "STSong", "Noto Serif CJK SC", "Microsoft YaHei", serif; font-size: 13px; line-height: 1.9; }
.education-card { background: var(--moss); color: var(--paper); }
.education-card .card-kicker, .education-card .card-meta, .education-card > p:last-of-type { color: rgba(236,240,232,.72); }
.education-card .card-index { color: var(--leaf); }
.card-lines { position: absolute; inset: 0; background: repeating-radial-gradient(ellipse at 110% -10%, transparent 0, transparent 16px, rgba(211,240,121,.12) 17px, transparent 18px); pointer-events: none; }
.service-card { background: #dce8db; }
.campus-card { background: var(--coral); color: var(--ink); }

.work-section { background: var(--ink); color: var(--paper); padding: 132px 0; overflow: hidden; position: relative; }
.work-section::before { content: "REMOTE SENSING"; position: absolute; top: 38%; left: -5%; color: rgba(211,240,121,.035); font-size: 16vw; letter-spacing: -1vw; white-space: nowrap; font-weight: 900; }
.light-heading .eyebrow { color: var(--leaf); }
.project-grid { margin-top: 74px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; position: relative; }
.project-card { --tilt-x: 0deg; --tilt-y: 0deg; --lift: 0px; min-height: 355px; padding: 32px; position: relative; overflow: hidden; border: 1px solid rgba(236,240,232,.18); background: rgba(236,240,232,.035); transition: background .3s ease, transform .18s ease-out; transform-style: preserve-3d; will-change: transform; }
.project-card.is-visible[data-tilt] { transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--lift)); }
.project-card:hover { background: rgba(211,240,121,.1); transform: translateY(-8px); }
.project-card.is-visible[data-tilt]:hover { --lift: -8px; }
.project-card .card-kicker { color: var(--leaf); }
.project-card h3 { font-size: clamp(26px, 3.2vw, 49px); margin-top: 76px; }
.project-card > p:last-of-type { max-width: 430px; color: var(--mist); font-family: "Songti SC", "STSong", "Noto Serif CJK SC", "Microsoft YaHei", serif; font-size: 13px; line-height: 1.9; }
.project-number { position: absolute; right: 24px; bottom: 18px; color: rgba(236,240,232,.5); font-size: 12px; }
.feature-project { background: var(--moss); }
.project-orbit { position: absolute; width: 390px; height: 390px; border: 1px solid rgba(211,240,121,.46); border-radius: 50%; right: -142px; top: -140px; box-shadow: inset 0 0 0 35px rgba(211,240,121,.05), inset 0 0 0 70px rgba(211,240,121,.04); animation: spin 25s linear infinite; }
.wide-project { min-height: 220px; grid-column: 1 / -1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; background: #efe4ce; color: var(--ink); }
.wide-project .card-kicker { color: var(--coral); }
.wide-project h3 { margin: 0; font-size: clamp(25px, 3vw, 44px); }
.wide-project ul { list-style: none; padding: 0; margin: 0; }
.wide-project li { padding: 13px 0; border-bottom: 1px solid rgba(7,20,20,.2); font-family: "Songti SC", "STSong", "Noto Serif CJK SC", "Microsoft YaHei", serif; font-size: 14px; display: grid; grid-template-columns: 38px 1fr auto; gap: 9px; }
.wide-project li:last-child { border: 0; }
.wide-project li span { color: var(--coral); font: 11px "Cascadia Mono", "SFMono-Regular", monospace; }
.wide-project li b { font-size: 11px; white-space: nowrap; }

.honors-section { background: var(--paper); }
.honor-board { margin-top: 65px; border-top: 1px solid var(--line); }
.honor-board article { min-height: 104px; display: grid; grid-template-columns: 92px 1fr auto; align-items: center; border-bottom: 1px solid var(--line); gap: 20px; transition: .25s ease; }
.honor-board article:hover { padding-left: 15px; background: rgba(211,240,121,.18); }
.honor-board span { color: var(--coral); font-size: 11px; }
.honor-board p { font-family: "Songti SC", "STSong", "Noto Serif CJK SC", "Microsoft YaHei", serif; font-size: 18px; margin: 0; }
.honor-board b { font-size: 11px; font-weight: 500; border: 1px solid var(--line); padding: 9px 10px; }
.credentials { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.credentials span { border: 1px solid var(--line); padding: 10px 13px; font-size: 10px; }

.closing { background: var(--coral); color: var(--ink); text-align: center; padding: 130px 20px; }
.closing .eyebrow { justify-content: center; }
.closing h2 { font-size: clamp(50px, 8vw, 115px); }
.closing h2 em { color: var(--paper); }
.closing > p { margin: 21px 0 36px; font-size: 11px; letter-spacing: 1px; }
.closing .primary-action { border-color: var(--ink); color: var(--ink); }
.closing .primary-action:hover { background: var(--ink); color: var(--paper); }
footer { background: var(--ink); color: var(--mist); padding: 20px clamp(20px, 4vw, 64px); display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .8px; }

[data-reveal] { opacity: 0; transform: translateY(44px); clip-path: inset(0 0 16% 0); transition: opacity .85s var(--reveal-delay, 0s) ease, transform .85s var(--reveal-delay, 0s) cubic-bezier(.2,.7,.2,1), clip-path .9s var(--reveal-delay, 0s) cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); clip-path: inset(0 0 0 0); }

@keyframes halo { 50% { transform: scale(1.12) translate(4%, -2%); border-color: rgba(211,240,121,.32); } }
@keyframes portrait-float { 50% { transform: rotate(1deg) translateY(-13px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spin-reverse { to { transform: rotate(-395deg); } }
@keyframes scan { 0%,100% { top: 7%; opacity: 0; } 18%,78% { opacity: .7; } 52% { top: 94%; } }
@keyframes blink { 50% { opacity: .15; } }
@keyframes loader-exit { 0% { transform: translateY(100%); } 48% { transform: translateY(0); } 52% { transform: translateY(0); } 100% { transform: translateY(-101%); } }
@keyframes route-wipe { 0% { transform: translateY(101%); } 45% { transform: translateY(0); } 55% { transform: translateY(0); } 100% { transform: translateY(-101%); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes orbit-pulse { 50% { transform: scale(1.1) rotate(7deg); } }

@media (max-width: 760px) {
  .cursor-ring, .cursor-dot, .scroll-progress { display: none; }
  .loader-grid { background-size: 18vw 18vw; }
  .loader-topline { inset: 18px 18px auto; }
  .loader-meter { left: 18px; right: 18px; bottom: 20px; }
  .loader-count { font-size: 33vw; }
  .site-header { height: 72px; padding: 12px 18px; }
  .wordmark-mark { width: 36px; height: 36px; font-size: 10px; }
  .wordmark-copy, nav { display: none; }
  .contact-link { font-size: 10px; }
  .hero { min-height: 780px; padding: 105px 20px 33px; display: flex; flex-direction: column; gap: 10px; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(74px, 27vw, 117px); margin: 0 0 23px -4px; }
  .hero-intro { font-size: 14px; line-height: 1.85; }
  .hero-actions { margin-top: 25px; }
  .hero-visual { min-height: 345px; width: 100%; margin-top: -6px; }
  .portrait-frame { min-width: 185px; width: 48vw; }
  .orbit-a { width: 290px; height: 290px; }
  .orbit-b { width: 350px; height: 165px; }
  .signal-pill { right: 0; top: 12%; font-size: 7px; }
  .coordinates { right: 0; bottom: 1%; }
  .hero-metrics { margin-top: auto; }
  .hero-metrics article, .hero-metrics article + article { padding: 13px 8px 0 0; gap: 6px; }
  .hero-metrics article + article { padding-left: 8px; }
  .hero-metrics b { font-size: 21px; }
  .hero-metrics span { font-size: 8px; }
  .transition-band { height: 56px; }
  .transition-track { gap: 18px; }
  .transition-track span { font-size: 16px; }
  .manifesto { padding: 74px 20px; }
  .manifesto-text { font-size: 27px; }
  .section-wrap { padding: 78px 20px; }
  h2 { font-size: 34px; }
  .timeline { padding-left: 22px; grid-template-columns: 1fr; gap: 16px; margin-top: 42px; }
  .timeline::before { left: 0; }
  .timeline::after { left: -4px; }
  .timeline-card, .timeline-card:nth-child(n) { min-height: 0; margin-top: 0; padding: 22px; }
  .timeline-card h3 { font-size: 23px; }
  .work-section { padding: 78px 0; }
  .project-grid { margin-top: 42px; grid-template-columns: 1fr; gap: 12px; }
  .project-card { min-height: 280px; padding: 24px; }
  .project-card h3 { margin-top: 45px; }
  .wide-project { min-height: 0; grid-column: auto; grid-template-columns: 1fr; gap: 32px; }
  .wide-project li { font-size: 12px; grid-template-columns: 25px 1fr; }
  .wide-project li b { grid-column: 2; font-size: 10px; color: var(--coral); }
  .honor-board { margin-top: 40px; }
  .honor-board article { min-height: 104px; grid-template-columns: 25px 1fr; gap: 12px; padding: 14px 0; }
  .honor-board p { font-size: 15px; }
  .honor-board b { grid-column: 2; justify-self: start; font-size: 9px; padding: 6px 8px; }
  .closing { padding: 88px 20px; }
  footer { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .intro-loader { display: none; }
  body.is-loading { overflow: auto; }
}
