:root {
  --ink: #292723;
  --muted: #6e6860;
  --cream: #f9f3e9;
  --paper: rgba(255, 253, 249, 0.82);
  --line: rgba(56, 47, 40, 0.14);
  --apricot: #e99a72;
  --coral: #d96f55;
  --amber: #e8b25e;
  --sage: #a8b39a;
  --shadow: 0 24px 70px rgba(96, 64, 43, 0.12);
  --radius-lg: 42px;
  --radius-md: 26px;
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: #f8f2e9;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  overflow-x: clip;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .17;
  z-index: 99;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.page-glow { position: fixed; border-radius: 50%; filter: blur(90px); pointer-events: none; z-index: -1; }
.page-glow--one { width: 440px; height: 440px; left: -180px; top: -110px; background: rgba(244, 154, 113, .25); }
.page-glow--two { width: 520px; height: 520px; right: -240px; top: 180px; background: rgba(215, 190, 133, .26); }

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 36px), 1460px);
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 10px 16px 10px 14px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 40px;
  background: rgba(255, 253, 249, .78);
  box-shadow: 0 14px 45px rgba(71, 48, 33, .12);
  backdrop-filter: blur(18px);
  transition: height .25s ease, background .25s ease;
}
.brand { display: flex; align-items: center; gap: 14px; font-size: 14px; font-weight: 800; letter-spacing: .16em; }
.brand-avatar { width: 48px; height: 48px; border-radius: 50%; padding: 3px; border: 1px solid rgba(45,43,39,.24); overflow: hidden; background: #fff; }
.brand-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: center 25%; }
.main-nav { display: flex; gap: 4px; align-items: center; }
.main-nav a { padding: 13px 18px; border-radius: 24px; font-size: 14px; color: #59554f; white-space: nowrap; transition: .25s ease; }
.main-nav a:hover, .main-nav a.active { background: #efd4c3; color: var(--ink); }
.resume-link { justify-self: end; border: 1px solid var(--ink); background: transparent; border-radius: 25px; padding: 11px 18px; cursor: pointer; transition: .25s ease; }
.resume-link:hover { background: #f1d7c5; color: var(--ink); transform: translateY(-2px); }
.menu-toggle { display: none; }

.section { position: relative; width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.hero { min-height: 100svh; padding: 145px 0 100px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 60px; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 95px -7vw 20px; border-radius: 60px; background: radial-gradient(circle at 10% 20%,rgba(247,176,135,.35),transparent 33%),radial-gradient(circle at 92% 35%,rgba(186,207,187,.34),transparent 34%),linear-gradient(135deg,rgba(255,250,243,.92),rgba(243,234,215,.64)); border: 1px solid rgba(255,255,255,.75); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #665f56; font-size: 12px; letter-spacing: .16em; font-weight: 800; text-transform: uppercase; }
.eyebrow > span:first-child { width: 10px; height: 10px; background: var(--coral); border-radius: 50%; }
.hero h1 { margin: 22px 0 5px; font-size: clamp(58px, 6.6vw, 104px); line-height: .98; letter-spacing: -.07em; }
.hero h1 span { position: relative; color: var(--coral); }
.hero h1 span::after { content: ""; position: absolute; left: -3%; right: -3%; height: 14px; bottom: 4px; z-index: -1; border-radius: 50%; background: rgba(231, 177, 95, .35); transform: rotate(-2deg); }
.hero-role { margin: 18px 0 28px; font-size: clamp(19px, 2vw, 28px); color: #aa765c; font-weight: 750; }
.hero-role i { font-style: normal; color: #c6a28b; margin: 0 6px; }
.statement-card { max-width: 610px; padding: 20px 23px; border: 1px solid rgba(255,255,255,.78); border-radius: 18px; background: rgba(255,255,255,.51); box-shadow: 0 15px 45px rgba(98,66,42,.06); }
.statement-label { font-size: 10px; letter-spacing: .17em; font-weight: 800; color: #a7826a; }
.statement-card p { margin: 9px 0 0; line-height: 1.75; font-size: 15px; }
.hero-meta { margin-top: 24px; }
.hero-meta > p { margin: 0 0 14px; font-size: 15px; color: var(--muted); }
.hero-meta .career-line { margin-top: -5px; color: #9b715d; font-size: 12px; font-weight: 700; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-row span { padding: 8px 13px; border-radius: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.42); font-size: 12px; color: #655f57; }
.hero-actions, .project-actions { display: flex; align-items: center; gap: 14px; margin-top: 28px; }
.contact-control { position: relative; flex: 0 0 auto; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 23px; border: 1px solid var(--ink); border-radius: 28px; font-weight: 750; cursor: pointer; transition: .25s ease; }
.button span { font-size: 18px; }
.button--primary { color: #4b3329; background: #edc7af; }
.button--primary:hover { background: var(--coral); border-color: var(--coral); transform: translateY(-3px); box-shadow: 0 14px 25px rgba(189,96,69,.22); }
.button--ghost { background: rgba(255,255,255,.26); }
.button--ghost:hover { background: #fff; transform: translateY(-3px); }
.contact-popover { position: absolute; z-index: 20; top: 50%; left: calc(100% + 18px); width: min(360px, 88vw); padding: 18px; border: 1px solid rgba(184,125,91,.2); border-radius: 24px; background: rgba(255,249,241,.97); box-shadow: 0 24px 60px rgba(87,56,39,.2); backdrop-filter: blur(18px); transform: translateY(-50%); }
.contact-popover::before { content: ""; position: absolute; top: 50%; left: -8px; width: 15px; height: 15px; border-bottom: 1px solid rgba(184,125,91,.2); border-left: 1px solid rgba(184,125,91,.2); background: #fff9f1; transform: translateY(-50%) rotate(45deg); }
.contact-popover__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 13px; }
.contact-popover__head small, .contact-popover__head strong { display: block; }
.contact-popover__head small { margin-bottom: 5px; color: #a77b65; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.contact-popover__head strong { font-size: 18px; }
.contact-popover__close { display: grid; place-items: center; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #f2e4d8; color: #765b4d; font-size: 20px; line-height: 1; cursor: pointer; }
.contact-option { display: grid; grid-template-columns: 1fr auto; width: 100%; margin-top: 9px; padding: 13px 15px; border: 1px solid rgba(155,103,75,.14); border-radius: 16px; background: rgba(255,255,255,.66); color: var(--ink); text-align: left; cursor: pointer; transition: .22s ease; }
.contact-option:hover { border-color: rgba(189,96,69,.3); background: #fff; transform: translateY(-1px); }
.contact-option span { color: #9a725e; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.contact-option strong { grid-column: 1; margin-top: 5px; font-size: 13px; }
.contact-option b { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--coral); font-size: 11px; }
.hero-visual { position: relative; min-height: 630px; display: flex; align-items: center; justify-content: center; }
.portrait-frame { position: relative; width: min(89%, 515px); aspect-ratio: .79; border-radius: 230px 230px 45px 45px; padding: 9px; background: rgba(255,255,255,.62); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.8); overflow: hidden; }
.portrait-frame::after { content: ""; position: absolute; inset: 9px; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; border-radius: 222px 222px 38px 38px; }
.orbit { position: absolute; border: 1px solid rgba(204,132,91,.33); border-radius: 50%; transform: rotate(-18deg); }
.orbit--one { width: 630px; height: 360px; }
.orbit--two { width: 560px; height: 680px; border-color: rgba(127,148,117,.2); transform: rotate(23deg); }
.floating-card { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.82); background: rgba(255,253,249,.84); box-shadow: 0 20px 45px rgba(65,46,34,.16); backdrop-filter: blur(15px); }
.floating-card--status { bottom: 48px; right: -18px; width: 210px; padding: 22px; border-radius: 22px; }
.floating-card small { display: block; font-size: 9px; letter-spacing: .18em; color: #a0755d; font-weight: 800; }
.floating-card strong { display: block; margin: 7px 0 5px; font-size: 18px; }
.floating-card span { font-size: 11px; color: #7d756b; }
.floating-card--experience { left: -38px; top: 120px; padding: 14px 17px; border-radius: 18px; display: flex; gap: 10px; align-items: center; }
.floating-card--experience strong { font-size: 13px; white-space: nowrap; }
.pulse-dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #75946b; box-shadow: 0 0 0 5px rgba(117,148,107,.15); }
.star-doodle { position: absolute; right: 8px; top: 68px; font-size: 58px; color: var(--amber); transform: rotate(12deg); }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 14px; font-size: 11px; letter-spacing: .12em; color: #726a61; }
.scroll-cue b { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--coral); color: #fff; }

.experience-section { padding: 135px 0 150px; }
.experience-section::before { content: ""; position: absolute; z-index: -1; inset: 70px -9vw 0; background: #eadfd0; border-radius: 58px; }
.experience-section, .experience-section .eyebrow { color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; align-items: end; margin-bottom: 60px; }
.section-index { display: inline-grid; place-items: center; width: 41px; height: 41px; margin-right: 14px; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; }
.section-heading h2, .interests-intro h2 { margin: 18px 0 0; font-size: clamp(42px, 5.3vw, 76px); line-height: 1.05; letter-spacing: -.055em; }
.section-heading h2 em, .interests-intro h2 em { font-family: inherit; font-style: normal; font-weight: inherit; color: var(--coral); }
.section-heading > p { max-width: 430px; margin: 0 0 6px; color: var(--muted); line-height: 1.85; }
.experience-list { display: grid; gap: 16px; }
.experience-card { overflow: hidden; border-radius: var(--radius-md); background: #fbf6ed; color: var(--ink); }
.experience-summary { display: grid; grid-template-columns: 68px 1fr auto; gap: 22px; align-items: center; padding: 24px 28px; }
.company-mark { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; color: white; font-weight: 900; font-size: 22px; }
.company-mark--meituan { background: #f2bc2f; color: #272723; }
.company-mark--kuaishou { background: #ff6a30; }
.company-mark--orange { background: #dc8057; }
.company-mark--didi { background: #ea7a71; }
.experience-date { display: inline-block; margin-bottom: 8px; color: #a0694f; font-size: 15px; line-height: 1.25; letter-spacing: .1em; font-weight: 800; }
.experience-role h3 { margin: 0; font-size: clamp(18px, 2vw, 24px); }
.experience-role p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.expand-button { border: 1px solid var(--line); border-radius: 25px; padding: 11px 16px; background: transparent; cursor: pointer; color: #5c554e; }
.expand-button:hover { background: #fff; }
.expand-button span { display: inline-block; min-width: 16px; margin-left: 8px; font-size: 17px; }
.experience-body { padding: 0 28px 36px 118px; }
.role-intro { margin: 0 0 20px; padding: 18px 20px; border-left: 3px solid var(--apricot); background: rgba(231,154,114,.08); line-height: 1.8; }
.project-detail { padding: 22px 0; border-top: 1px solid var(--line); }
.project-detail h4 { margin: 0 0 14px; font-size: 16px; color: #b2674d; }
.project-detail p { margin: 8px 0; font-size: 13px; line-height: 1.82; color: #59544e; }
.project-detail strong { color: #2f2d29; }

.project-section { padding: 145px 0; }
.section-heading--row { display: flex; align-items: flex-end; justify-content: space-between; }
.project-section .section-heading > p { color: var(--muted); }
.featured-project { display: grid; grid-template-columns: 1.15fr .85fr; gap: 0; overflow: hidden; min-height: 610px; border-radius: var(--radius-lg); background: #efe1cf; box-shadow: var(--shadow); }
.project-mock { display: grid; place-items: center; padding: 56px 35px; background: radial-gradient(circle at 25% 20%,rgba(255,255,255,.45),transparent 31%),#d9a980; }
.mock-browser { width: min(100%, 680px); height: 32px; display: flex; align-items: center; gap: 6px; padding: 0 11px; border-radius: 14px 14px 0 0; background: #f7f0e7; font-size: 9px; color: #94877b; }
.mock-browser i { width: 7px; height: 7px; border-radius: 50%; background: #d4b6a3; }
.mock-browser span { margin-left: 7px; }
.mock-shell { width: min(100%, 680px); aspect-ratio: 1.42; display: grid; grid-template-columns: 24% 76%; border-radius: 0 0 18px 18px; overflow: hidden; background: #f9f6ef; box-shadow: 0 28px 70px rgba(76,49,29,.25); }
.mock-shell aside { padding: 24px 17px; background: #ead9c7; color: var(--ink); }
.mock-shell aside b { display: block; margin-bottom: 28px; font-size: 13px; }
.mock-nav { display: block; width: 100%; height: 8px; margin: 13px 0; border-radius: 8px; background: rgba(91,67,53,.14); }
.mock-nav.active { background: #dfa377; }
.mock-nav.short { width: 65%; }
.mock-main { padding: 28px 25px; }
.mock-head { display: flex; align-items: flex-end; justify-content: space-between; }
.mock-head small, .mock-card small { display: block; margin-bottom: 8px; font-size: 7px; letter-spacing: .14em; color: #9c7d6b; }
.mock-head strong { display: block; font-size: clamp(13px,1.5vw,20px); }
.mock-head em { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; border: 5px solid #dc9d77; font-size: 10px; font-style: normal; }
.mock-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.mock-card { min-height: 120px; padding: 16px; border-radius: 14px; border: 1px solid rgba(58,51,45,.08); background: #fff; }
.mock-card.peach { background: #f1c2a6; }
.mock-card.cream { background: #f8ecd5; }
.mock-card.wide { min-height: 100px; grid-column: 1 / -1; background: #fff; }
.mock-card strong { display: block; margin-bottom: 13px; font-size: 11px; }
.mock-card > span { display: block; width: 75%; height: 5px; margin: 6px 0; border-radius: 5px; background: rgba(53,49,44,.15); }
.mock-card button { margin-top: 12px; padding: 6px 10px; border: 0; border-radius: 11px; background: #edc1a6; color: #4b3329; font-size: 7px; }
.mock-chart { height: 45px; display: flex; align-items: end; gap: 5px; }
.mock-chart i { display: block; width: 12%; border-radius: 4px 4px 0 0; background: #d89367; }
.mock-chart i:nth-child(1){height:45%}.mock-chart i:nth-child(2){height:72%}.mock-chart i:nth-child(3){height:52%}.mock-chart i:nth-child(4){height:92%}
.project-copy { padding: 60px 56px; display: flex; flex-direction: column; justify-content: center; background: #f9f3e9; scroll-margin-top: 110px; }
.project-number { color: #a2755f; font-size: 11px; letter-spacing: .16em; }
.project-labels { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 18px; }
.project-labels span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 16px; font-size: 9px; letter-spacing: .09em; }
.project-copy h3 { margin: 0; font-size: clamp(32px,3.6vw,54px); letter-spacing: -.055em; }
.project-copy > p { margin: 20px 0 24px; color: var(--muted); line-height: 1.85; }
.project-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.project-highlights div { padding-top: 15px; border-top: 1px solid var(--line); }
.project-highlights strong, .project-highlights span { display: block; }
.project-highlights strong { margin-bottom: 7px; font-size: 12px; }
.project-highlights span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.text-link { font-size: 13px; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.product-access { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.access-note { display: flex; align-items: center; gap: 6px; color: #a5654d; font-size: 10px; font-weight: 700; line-height: 1.5; white-space: nowrap; }
.access-note::before { content: "!"; display: inline-grid; place-items: center; width: 16px; height: 16px; flex: 0 0 auto; border-radius: 50%; background: #f0c5aa; color: #684334; font-size: 9px; font-weight: 900; }

.education-section { padding: 135px 0 150px; }
.education-section::before { content: ""; position: absolute; z-index: -1; inset: 40px -9vw 0; border-radius: 58px; background: #ead7c2; }
.section-heading--center { display: block; text-align: center; }
.education-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.school-card { position: relative; min-height: 670px; overflow: hidden; border-radius: var(--radius-lg); color: white; box-shadow: 0 25px 55px rgba(80,54,34,.15); }
.school-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.school-card--shu img { object-position: center 60%; }
.school-card--bjfu img { object-position: center 46%; }
.school-card:hover img { transform: scale(1.045); }
.school-overlay { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(22,21,19,.13),rgba(22,21,19,.05) 40%,rgba(26,23,20,.86)); }
.school-top { position: absolute; inset: 24px 26px auto; display: flex; align-items: flex-start; justify-content: space-between; font-weight: 800; }
.school-top > span { font-size: 45px; line-height: 1; letter-spacing: -.04em; text-shadow: 0 3px 18px rgba(25,19,15,.24); }
.school-top small { padding-top: 6px; font-size: 10px; letter-spacing: .08em; }
.school-copy { position: absolute; inset: auto 34px 38px; }
.school-copy > span { display: inline-block; margin-bottom: 18px; font-size: 10px; letter-spacing: .12em; }
.school-copy h3 { margin: 0 0 9px; font-size: clamp(34px,4vw,52px); }
.school-copy p { margin: 0 0 20px; font-size: 16px; color: rgba(255,255,255,.82); }
.school-copy strong { display: block; max-width: 480px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.4); font-size: 13px; line-height: 1.7; }

.interests-section { padding: 145px 0 165px; }
.interests-intro { max-width: 800px; margin-bottom: 58px; }
.interests-intro p { color: #9c715a; letter-spacing: .16em; font-size: 12px; }
.photo-collage { display: grid; grid-template-columns: 1.1fr .9fr .78fr; grid-template-rows: 360px 330px; gap: 18px; }
.photo { position: relative; margin: 0; overflow: hidden; border-radius: 30px; background: #ddd; }
.photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.photo:hover img { transform: scale(1.05); }
.photo::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(20,18,16,.58)); }
.photo figcaption { position: absolute; z-index: 2; left: 21px; bottom: 19px; color: #fff; font-size: 11px; letter-spacing: .12em; }
.photo figcaption span { margin-right: 11px; color: #f0b78f; }
.photo--climbing { grid-row: 1 / 3; }
.photo--climbing img { object-position: 43% center; }
.photo--travel { grid-column: 2 / 4; }
.photo--travel img { object-position: center 53%; }
.photo--mountain img { object-position: center; }
.photo--hiking img { object-position: center 47%; }

.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; transform: translate(-50%,30px); padding: 13px 19px; border-radius: 24px; background: #f0d3c1; color: var(--ink); font-size: 12px; opacity: 0; pointer-events: none; transition: .28s ease; box-shadow: 0 12px 35px rgba(79,52,38,.16); }
.toast.show { opacity: 1; transform: translate(-50%,0); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .main-nav { position: absolute; top: 88px; right: 0; display: none; width: 260px; padding: 12px; flex-direction: column; align-items: stretch; border-radius: 24px; background: rgba(255,253,249,.96); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .menu-toggle { display: grid; place-items: center; gap: 5px; width: 42px; height: 42px; padding: 0; margin-right: 8px; border: 0; border-radius: 50%; background: #eee4d7; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 17px; height: 1px; background: var(--ink); }
  .resume-link { margin-left: 4px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 25px; }
  .hero-visual { min-height: 560px; }
  .floating-card--experience { left: 0; }
  .floating-card--status { right: 0; }
  .featured-project { grid-template-columns: 1fr; }
  .project-mock { min-height: 540px; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 90px; }
  .site-header { top: 10px; width: calc(100% - 20px); height: 64px; padding: 7px 9px; }
  .brand { font-size: 11px; letter-spacing: .1em; }
  .brand-avatar { width: 42px; height: 42px; }
  .resume-link { display: none; }
  .menu-toggle { margin: 0; }
  .section { width: min(calc(100% - 32px), var(--max)); }
  .hero { min-height: auto; padding: 112px 0 110px; grid-template-columns: 1fr; }
  .hero::before { inset: 82px -8px 30px; border-radius: 35px; }
  .hero h1 { font-size: clamp(55px,18vw,78px); }
  .statement-card { padding: 17px; }
  .hero-visual { grid-row: 1; min-height: 430px; margin-top: 5px; }
  .portrait-frame { width: 78%; aspect-ratio: .8; border-radius: 180px 180px 34px 34px; }
  .portrait-frame img { border-radius: 172px 172px 28px 28px; }
  .orbit--one { width: 100%; height: 260px; }
  .orbit--two { width: 85%; height: 450px; }
  .floating-card--experience { top: 62px; left: -1px; padding: 10px 12px; }
  .floating-card--experience strong { font-size: 10px; }
  .floating-card--status { bottom: 8px; right: -2px; width: 170px; padding: 15px; }
  .floating-card--status strong { font-size: 15px; }
  .scroll-cue { display: none; }
  .experience-section { padding: 105px 0 110px; }
  .experience-section::before, .education-section::before { inset-inline: -8px; border-radius: 36px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 40px; }
  .section-heading h2, .interests-intro h2 { font-size: 45px; }
  .experience-summary { grid-template-columns: 50px 1fr; padding: 20px 17px; gap: 14px; }
  .company-mark { width: 47px; height: 47px; border-radius: 15px; font-size: 17px; }
  .expand-button { grid-column: 1 / 3; width: 100%; }
  .experience-body { padding: 0 17px 26px; }
  .role-intro { font-size: 13px; }
  .project-section { padding: 105px 0; }
  .section-heading--row { display: block; }
  .section-heading--row > p { margin-top: 20px; }
  .featured-project { min-height: 0; border-radius: 30px; }
  .project-mock { min-height: 350px; padding: 32px 18px; }
  .mock-main { padding: 18px 14px; }
  .mock-shell aside { padding: 18px 10px; }
  .project-copy { padding: 38px 25px 43px; }
  .project-highlights { grid-template-columns: 1fr; }
  .project-actions { align-items: flex-start; flex-direction: column; }
  .access-note { white-space: normal; }
  .education-section { padding: 105px 0 110px; }
  .education-grid { grid-template-columns: 1fr; }
  .school-card { min-height: 530px; border-radius: 30px; }
  .school-top { inset: 22px 22px auto; flex-direction: column; gap: 9px; }
  .school-copy { inset: auto 24px 28px; }
  .school-copy h3 { font-size: 37px; }
  .interests-section { padding: 105px 0 110px; }
  .photo-collage { grid-template-columns: 1fr 1fr; grid-template-rows: 390px 260px 290px; }
  .photo { border-radius: 22px; }
  .photo--climbing { grid-row: 1; grid-column: 1 / 3; }
  .photo--travel { grid-row: 2; grid-column: 1; }
  .photo--mountain { grid-row: 2; grid-column: 2; }
  .photo--hiking { grid-row: 3; grid-column: 1 / 3; }
  .contact-popover { position: fixed; z-index: 80; top: auto; right: 16px; bottom: 18px; left: 16px; width: auto; transform: none; }
  .contact-popover::before { display: none; }
}

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