@font-face {
  font-family: "PP Neue Montreal";
  src: url("./assets/template/pp-neue-montreal-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --black: #000;
  --paper: #eeeeee;
  --white: #fff;
  --orange: #ff2f00;
  --pink: #f1bebe;
  --gray: #cecece;
  --ink: #0a0a0a;
  --radius: 64px;
  --gutter: clamp(18px, 2.1vw, 32px);
  --display: "PP Neue Montreal", "Arial Black", "Arial", sans-serif;
  --body: Inter, "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; color: var(--ink); background: var(--black); font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: clip; }
body, button, a { -webkit-font-smoothing: antialiased; }
img, video { display: block; max-width: 100%; }
button, a { color: inherit; }
a { text-decoration-thickness: 2px; text-underline-offset: .15em; }
button { font: inherit; }

.skip-link {
  position: fixed; z-index: 1000; left: 16px; top: 12px; padding: 10px 14px;
  background: var(--white); color: var(--black); transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #55e0ff; outline-offset: 4px; }

.topbar {
  position: fixed; z-index: 100; top: 0; left: 0; width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px var(--gutter); color: var(--white); mix-blend-mode: difference;
  font-family: var(--display); font-size: clamp(14px, 1.1vw, 18px); text-transform: uppercase;
}
.topbar a { white-space: nowrap; }
.topbar__actions { display: flex; align-items: center; gap: clamp(12px, 2vw, 28px); }
.lang-toggle { border: 0; border-bottom: 2px solid currentColor; padding: 0; background: transparent; cursor: pointer; font-family: inherit; font-weight: 700; }

.hero {
  position: relative; min-height: 100svh; overflow: hidden; color: var(--white); background: var(--black);
  display: grid; place-items: center; isolation: isolate;
}
.hero__dots {
  position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%;
  opacity: .66; pointer-events: none;
  transform: scale(1.025); transform-origin: center; will-change: transform;
  animation: hero-dots-drift 24s ease-in-out infinite alternate;
}
.hero__title {
  position: relative; z-index: 1; margin: 0; width: calc(100% - (2 * var(--gutter)));
  text-align: center; white-space: nowrap; font-family: var(--display); font-size: clamp(88px, 14.5vw, 220px);
  letter-spacing: -.065em; line-height: .78; text-transform: none;
  transform: translate3d(var(--title-shift-x, 0), var(--title-shift-y, 0), 0);
  transition: transform 120ms ease-out;
}
.hero__title span { letter-spacing: -.055em; }
.hero__person {
  position: absolute; z-index: 4; left: 50%; top: 49%; width: clamp(150px, 18vw, 265px);
  transform: translate(-50%, -42%) translate3d(var(--person-shift-x, 0), var(--person-shift-y, 0), 0);
  transition: transform 120ms ease-out; image-rendering: pixelated; pointer-events: none;
}
.hero__signal { position: absolute; z-index: 5; left: 50%; top: 13%; width: min(360px, 36vw); height: clamp(72px, 8vw, 112px); transform: translateX(-50%); }
.speech-fallback {
  position: absolute; inset: 0 8px 8px 0; display: grid; place-items: center; padding: .45em .8em;
  color: var(--white); background: var(--black); border: 5px solid var(--white);
  box-shadow: 8px 8px 0 var(--white); font-family: var(--display); font-size: clamp(22px, 2.6vw, 40px);
  line-height: 1; text-align: center;
}
.speech-fallback::after { content: ""; position: absolute; left: 48%; bottom: -19px; width: 22px; height: 22px; border-right: 5px solid var(--white); border-bottom: 5px solid var(--white); background: var(--black); transform: rotate(45deg); }
.hero__meta { position: absolute; z-index: 6; bottom: 22px; font-weight: 700; font-size: clamp(13px, .95vw, 15px); line-height: 1.3; text-transform: uppercase; }
.hero__meta p { margin: 0; }
.hero__meta--left { left: var(--gutter); }
.hero__meta--right { right: var(--gutter); text-align: right; }
.hero__actions {
  position: absolute; z-index: 7; left: 50%; bottom: 76px; display: flex; gap: 10px;
  transform: translateX(-50%);
}
.hero__actions a {
  min-width: 112px; padding: 12px 16px; border: 3px solid var(--white); color: var(--white);
  background: var(--black); box-shadow: 5px 5px 0 var(--white); font-family: var(--display);
  font-size: 14px; text-align: center; text-decoration: none; white-space: nowrap;
}
.hero__actions a:first-child { color: var(--black); background: var(--pink); }
.hero__actions a:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--white); }
.scroll-cue { position: absolute; z-index: 8; bottom: 28px; left: 50%; width: 44px; height: 44px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 22px; height: 22px; border: solid var(--white); border-width: 0 7px 7px 0; transform: translateX(-50%) rotate(45deg); }

.content-shell { position: relative; z-index: 10; margin-top: 0; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; background: var(--paper); }
.cloudscape { position: relative; height: min(82vh, 820px); min-height: 620px; overflow: hidden; }
.cloud-line { position: absolute; left: -2%; right: -2%; top: 46%; height: 110px; opacity: .65; background: repeat-x center / 360px 110px url("./assets/template/i4CahRrTyXZQSR6qAuMbXDLggg.png"); image-rendering: pixelated; }
.cloud { position: absolute; width: clamp(160px, 22vw, 330px); height: auto; image-rendering: pixelated; transform: translate3d(0, var(--parallax, 0), 0); }
.cloud--1 { left: -5%; top: 12%; }
.cloud--2 { left: 24%; top: 8%; width: clamp(130px, 17vw, 250px); }
.cloud--3 { right: 20%; top: 20%; width: clamp(190px, 27vw, 390px); }
.cloud--4 { right: -6%; top: 49%; }
.cloud--5 { left: 13%; top: 56%; width: clamp(130px, 18vw, 250px); }
.cloud--6 { left: 45%; top: 67%; }

.statement { position: relative; min-height: 1100px; display: grid; place-items: center; padding: 160px var(--gutter); overflow: hidden; }
.statement__inner { position: relative; z-index: 2; width: min(1120px, 90vw); text-align: center; }
.eyebrow { margin: 0 0 26px; font-family: "Fragment Mono", ui-monospace, monospace; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
.statement h2 { margin: 0; font-family: var(--display); font-size: clamp(42px, 5vw, 74px); line-height: 1; letter-spacing: -.04em; }
.statement h2 span { display: block; }
.statement--about { min-height: 1020px; }
.about__inner {
  display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .75fr);
  gap: clamp(48px, 6vw, 96px); align-items: center;
  width: min(1320px, 92vw); text-align: left;
}
.statement--about h2 { max-width: 820px; font-size: clamp(48px, 4.7vw, 70px); line-height: .98; }
.about__role {
  display: inline-block; margin: 30px 0 0; padding-bottom: 7px;
  border-bottom: 5px solid var(--pink); font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 800; line-height: 1.25;
}
.about__intro {
  width: min(820px, 100%); margin: 32px 0 0;
  font-size: clamp(17px, 1.15vw, 19px); line-height: 1.68;
}
.about__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }
.about__actions .about__button {
  min-width: 126px; padding: 13px 18px; border-width: 2px;
  box-shadow: 4px 4px 0 var(--black); font-size: 14px; text-align: center;
}
.about__actions .about__button--secondary { background: transparent; }
.about__portrait {
  position: relative; z-index: 2; justify-self: end;
  width: min(420px, 100%); aspect-ratio: 3 / 4; margin: 0;
  overflow: hidden; border: 3px solid var(--black); border-radius: 30px;
  background: var(--gray); box-shadow: 11px 11px 0 var(--pink);
}
.about__portrait img { width: 100%; height: 100%; object-fit: cover; }
.pixel-flower { position: absolute; width: 26px; image-rendering: pixelated; animation: flower-float 5s steps(5) infinite alternate; }
.flower--1 { left: 7%; top: 19%; }
.flower--2 { right: 12%; top: 27%; animation-delay: -1.4s; }
.flower--3 { left: 29%; bottom: 18%; animation-delay: -2.7s; }
.flower--4 { right: 28%; bottom: 12%; animation-delay: -3.5s; }

.work { padding: 80px var(--gutter) 240px; }
.work__heading h2, .skills__title h2 { margin: 0; font-family: var(--display); font-size: clamp(68px, 9.5vw, 144px); line-height: .82; letter-spacing: -.06em; white-space: nowrap; }
.filters {
  position: sticky; z-index: 20; top: 54px; display: flex; width: max-content; max-width: 100%;
  margin: 64px auto 120px; overflow-x: auto; padding: 10px 12px 16px; background: var(--paper);
  border: 4px solid var(--gray); box-shadow: inset 0 -7px 0 #d9d9d9; scrollbar-width: thin;
}
.filter {
  flex: 0 0 auto; min-height: 58px; padding: 0 clamp(18px, 3vw, 42px); border: 0; border-right: 4px solid var(--gray);
  background: var(--white); font-family: var(--display); font-weight: 700; cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}
.filter:last-child { border-right: 0; }
.filter:hover { transform: translateY(-4px); }
.filter.is-active { color: var(--black); background: var(--pink); box-shadow: inset 0 0 0 4px var(--orange); }

.projects { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 100px clamp(20px, 3vw, 48px); align-items: start; }
.project { grid-column: span 5; min-width: 0; transition: opacity .25s ease, transform .25s ease; }
.project--left { grid-column: 1 / 7; }
.project--right { grid-column: 8 / 13; }
.project--wide { grid-column: 1 / 8; }
.project--offset { margin-top: 140px; }
.projects > .project:nth-of-type(2) { margin-top: 220px; }
.projects.is-filtered > .project { margin-top: 0; }
.project[hidden] { display: none !important; }
.project__visual { position: relative; overflow: hidden; background: #d8d8d8; border: 4px solid var(--black); box-shadow: 9px 9px 0 var(--black); transition: transform .25s ease, box-shadow .25s ease; }
.project:hover .project__visual { transform: translate(-5px, -7px); box-shadow: 15px 16px 0 var(--black); }
.project__visual > img { width: 100%; height: auto; }
.project__visual--landscape img { aspect-ratio: 16 / 10; object-fit: cover; }
.project__visual--dark { background: #071017; }
.project__caption { padding: 0 3px 24px; }
.project__number { display: block; margin-bottom: 16px; font: 700 13px/1.2 var(--body); letter-spacing: .07em; }
.project h3 { margin: 0; font-family: var(--display); font-size: clamp(34px, 3.4vw, 52px); line-height: .98; letter-spacing: -.03em; text-transform: uppercase; }
.project__cn { margin: 9px 0 14px; font-weight: 700; font-size: 17px; }
.project__definition {
  max-width: 720px; margin: 18px 0 0; font-size: clamp(17px, 1.25vw, 19px); line-height: 1.55;
  font-weight: 700;
}
.case-brief { margin: 22px 0 0; border-top: 3px solid var(--black); }
.case-brief div { display: grid; grid-template-columns: 112px 1fr; gap: 18px; padding: 12px 0; border-bottom: 3px solid var(--black); }
.case-brief dt { font: 800 12px/1.4 ui-monospace, monospace; letter-spacing: .06em; text-transform: uppercase; }
.case-brief dd { margin: 0; font-size: 15px; line-height: 1.6; }
.project__media { margin: 0; }
.project__media figcaption {
  margin: 14px 3px 0; padding-left: 22px; position: relative; max-width: 720px;
  font-size: 14px; line-height: 1.6; font-weight: 700;
}
.project__media figcaption::before { content: "↳"; position: absolute; left: 0; top: 0; font-family: ui-monospace, monospace; }
.visual-label {
  position: absolute; z-index: 5; left: 10px; top: 10px; padding: 7px 9px; color: var(--black);
  border: 3px solid var(--black); background: var(--pink); box-shadow: 4px 4px 0 var(--black);
  font: 800 11px/1 ui-monospace, monospace; letter-spacing: .05em; pointer-events: none;
}
.project__proof { margin-top: 22px; }
.proof-heading { margin: 0; font: 800 12px/1.2 ui-monospace, monospace; letter-spacing: .07em; text-transform: uppercase; }
.content-proof { display: grid; grid-template-columns: minmax(0, 3fr) minmax(220px, 2fr); grid-template-rows: auto 220px 280px; gap: 4px; padding: 4px; background: var(--black); }
.proof-panel { position: relative; min-width: 0; overflow: hidden; background: #fff; }
.proof-panel > img { width: 100%; height: 100%; object-fit: cover; }
.proof-panel--metric { grid-column: 1 / -1; }
.proof-panel--metric > img { height: auto; object-fit: contain; object-position: center; }
.proof-panel--engagement { grid-column: 1 / -1; }
.proof-panel--engagement > img {
  width: 250%; max-width: none; height: auto; object-fit: initial;
  transform: translateY(-33%);
}
.content-proof__strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; overflow: hidden; }
.content-proof__strip img { width: 100%; height: 100%; object-fit: cover; object-position: top; min-width: 0; }
.proof-panel--examples { grid-column: 1; }
.proof-panel--secondary { grid-column: 2; }
.proof-panel--secondary > img { object-fit: contain; object-position: center; }
.metrics { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin: 26px 0 0; }
.metrics div { min-width: 0; padding: 12px 9px; border: 3px solid var(--black); background: var(--white); }
.metrics dt { font-size: 12px; font-weight: 800; line-height: 1.35; }
.metrics dd { margin: 5px 0 0; font-family: var(--display); font-size: clamp(22px, 1.8vw, 30px); }
.facts { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 22px 0 0; list-style: none; }
.facts li { padding: 8px 11px; border: 3px solid var(--black); box-shadow: 4px 4px 0 var(--black); background: var(--white); font-size: 14px; font-weight: 800; }
.workbench-crop { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #fff; }
.workbench-crop img { width: 124%; max-width: none; height: 100%; object-fit: cover; object-position: center; transform: translateX(-8%); }
.privacy-blur { position: absolute; display: block; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); background: rgba(238,238,238,.62); border-left: 3px solid rgba(0,0,0,.12); }
.privacy-blur--links { right: 0; top: 9%; width: 29%; height: 88%; }
.privacy-note { margin: 14px 0 0; font-size: 13px; line-height: 1.55; font-weight: 700; }
.status-stamp { display: inline-block; margin: 16px 0 2px; padding: 8px 10px; color: var(--black); background: #ffaf83; border: 3px solid var(--black); box-shadow: 4px 4px 0 var(--black); font-family: ui-monospace, monospace; font-size: 12px; font-weight: 800; line-height: 1.4; }
.project__visual--video { background: #061619; }
.motion-video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.video-toggle { position: absolute; right: 18px; bottom: 18px; width: 54px; height: 54px; border: 4px solid var(--black); background: var(--white); box-shadow: 5px 5px 0 var(--black); cursor: pointer; font-weight: 900; }
.video-toggle:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--black); }

.experience { padding: 150px var(--gutter) 220px; border-top: 4px solid var(--black); }
.experience__heading {
  margin-bottom: 88px;
}
.experience__heading h2 { margin: 0; font-family: var(--display); font-size: clamp(58px, 7.2vw, 108px); line-height: .92; letter-spacing: -.045em; }
.experience__list { width: 100%; margin: 0 0 72px; padding: 0; list-style: none; }
.experience__list > li {
  display: grid; grid-template-columns: minmax(210px, .72fr) 56px minmax(0, 2.28fr);
  align-items: stretch; padding: 0 0 96px;
}
.experience__list > li:last-child { padding-bottom: 0; }
.timeline__date { padding-top: 18px; }
.timeline__date time {
  display: block; font: 700 15px/1.4 ui-monospace, monospace; letter-spacing: .03em;
}
.timeline__current {
  display: inline-block; margin-top: 12px; padding: 5px 8px; border: 2px solid var(--black);
  background: var(--pink); font: 800 11px/1 ui-monospace, monospace; letter-spacing: .07em;
}
.timeline__rail { position: relative; display: flex; justify-content: center; min-height: 100%; }
.timeline__rail::after {
  content: ""; position: absolute; z-index: 0; top: 25px; bottom: -96px; width: 2px;
  background: var(--black);
}
.experience__list > li:last-child .timeline__rail::after { display: none; }
.timeline__rail span {
  position: relative; z-index: 1; width: 16px; height: 16px; margin-top: 18px;
  border: 3px solid var(--black); border-radius: 50%; background: var(--paper);
}
.experience__list > li:first-child .timeline__rail span { background: var(--orange); box-shadow: 0 0 0 5px var(--paper); }
.timeline__body { position: relative; padding: 26px 72px 8px 0; border-top: 2px solid var(--black); }
.timeline__body h3 {
  max-width: 820px; margin: 0; font-family: var(--display); font-size: clamp(32px, 3.5vw, 54px);
  line-height: 1; letter-spacing: -.03em;
}
.timeline__meta {
  margin: 16px 0 0; font-size: 17px; line-height: 1.6; color: rgba(10,10,10,.72);
}
.timeline__details {
  display: grid; gap: 8px; max-width: 900px; margin: 24px 0 0; padding: 0; list-style: none;
}
.timeline__details li {
  position: relative; padding-left: 19px; font-size: 15px; line-height: 1.65; color: rgba(10,10,10,.78);
}
.timeline__details li::before {
  content: "↳"; position: absolute; left: 0; top: 0; font-family: ui-monospace, monospace; font-weight: 800;
}
.timeline__index {
  position: absolute; right: 0; top: 26px; font: 700 12px/1 ui-monospace, monospace;
  letter-spacing: .08em; color: rgba(10,10,10,.4);
}
.pixel-button { display: inline-block; padding: 17px 24px; border: 4px solid var(--black); box-shadow: 7px 7px 0 var(--black); background: var(--pink); font-family: var(--display); text-decoration: none; }
.pixel-button:hover { transform: translate(-3px, -3px); box-shadow: 10px 10px 0 var(--black); }
.experience__download {
  margin-left: calc(24% + 56px);
  padding: 14px 20px; border-width: 2px; box-shadow: 4px 4px 0 var(--black);
  background: transparent; font-size: 15px;
}
.experience__download:hover { box-shadow: 7px 7px 0 var(--black); }

.skills { position: relative; min-height: 1080px; padding: 120px var(--gutter) 80px; overflow: hidden; border-radius: 0 0 var(--radius) var(--radius); }
.skills__title h2 { white-space: normal; }
.skills__field {
  position: relative; width: min(1180px, 94vw); height: 650px; margin: 80px auto 0;
  padding: 0; list-style: none;
}
.skill-logo {
  --turn: 0deg;
  position: absolute; z-index: 2; display: flex; align-items: center; gap: 14px;
  width: clamp(210px, 22vw, 292px); min-height: 118px; margin: 0; padding: 13px 20px 13px 14px;
  border: 4px solid var(--black); border-radius: 24px; background: var(--white);
  box-shadow: 8px 8px 0 var(--black); transform: rotate(var(--turn));
  animation: logo-drift 5.8s ease-in-out infinite alternate;
  transition: translate .2s ease, box-shadow .2s ease;
}
.skill-logo:nth-child(3n) { border-radius: 999px; background: var(--pink); }
.skill-logo:nth-child(5n) { background: #ff6a36; }
.skill-logo:nth-child(even) { animation-delay: -2.1s; }
.skill-logo:nth-child(3n+1) { animation-delay: -3.7s; }
.skill-logo:hover, .skill-logo:focus-within {
  z-index: 5; translate: -5px -7px; box-shadow: 14px 15px 0 var(--black);
}
.skill-logo img { flex: 0 0 auto; width: 76px; height: 76px; object-fit: contain; }
.skill-logo.is-jianying { border-radius: 24px; background: var(--white); }
.skill-logo.is-jianying img { border-radius: 20%; }
.skill-logo__text {
  max-width: 165px; font-family: var(--display); font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.12; letter-spacing: -.02em;
}
.skill-logo:nth-child(5n) img { filter: drop-shadow(0 0 0 transparent); }
.l1 { left: 2%; top: 3%; --turn: -6deg; }
.l2 { left: 36%; top: 0; --turn: 4deg; }
.l3 { right: 1%; top: 7%; --turn: -5deg; }
.l4 { left: 10%; top: 38%; --turn: 5deg; }
.l5 { left: 42%; top: 34%; --turn: -4deg; }
.l6 { right: 3%; top: 43%; --turn: 6deg; }
.l7 { left: 33%; top: 70%; --turn: -4deg; }

.footer { position: relative; min-height: 100svh; overflow: hidden; display: grid; place-items: center; padding: 110px var(--gutter) 44px; color: var(--white); background: var(--black); isolation: isolate; }
.footer h2 { position: relative; z-index: 1; margin: 0; font-family: var(--display); font-size: clamp(76px, 13vw, 196px); line-height: .74; letter-spacing: -.065em; text-align: center; white-space: nowrap; }
html[data-lang="zh"] .footer h2 { font-size: clamp(140px, 22vw, 320px); line-height: .8; }
.footer__person { position: absolute; z-index: 4; left: 50%; top: 48%; width: clamp(150px, 18vw, 270px); transform: translate(-50%, -42%); image-rendering: pixelated; }
.footer__signal { position: absolute; z-index: 5; left: 50%; top: 13%; transform: translateX(-50%); padding: 18px 28px; border: 5px solid var(--white); box-shadow: 8px 8px 0 var(--white); background: var(--black); font-family: var(--display); font-size: clamp(24px, 3vw, 46px); white-space: nowrap; }
.footer__links { position: absolute; z-index: 6; left: var(--gutter); bottom: 42px; display: flex; flex-direction: column; gap: 8px; font-family: var(--display); font-size: clamp(14px, 1.15vw, 18px); }
.social-ids { position: absolute; z-index: 6; right: var(--gutter); bottom: 42px; display: grid; gap: 7px; margin: 0; text-align: right; }
.social-ids div { display: flex; justify-content: flex-end; gap: 10px; }
.social-ids dt { font-size: 12px; opacity: .7; }
.social-ids dd { margin: 0; font-family: ui-monospace, monospace; font-size: 14px; }
.footer__note { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); margin: 0; font: 11px/1 ui-monospace, monospace; opacity: .56; white-space: nowrap; }

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

@keyframes flower-float { to { transform: translate(8px, -14px) rotate(18deg); } }
@keyframes logo-drift { to { translate: 7px -12px; } }
@keyframes hero-dots-drift {
  0% { transform: scale(1.035) translate3d(-7px, 3px, 0); opacity: .58; }
  50% { transform: scale(1.05) translate3d(5px, -5px, 0); opacity: .69; }
  100% { transform: scale(1.04) translate3d(8px, 4px, 0); opacity: .62; }
}

@media (max-width: 900px) {
  :root { --radius: 40px; }
  .topbar { font-size: 13px; }
  .topbar__resume { display: none; }
  .hero__title { font-size: clamp(76px, 19vw, 132px); letter-spacing: -.06em; }
  .hero__person, .footer__person { width: clamp(145px, 30vw, 220px); }
  .hero__signal { width: min(290px, 54vw); top: 16%; }
  .cloudscape { min-height: 520px; }
  .statement { min-height: 900px; }
  .projects { gap: 90px 24px; }
  .project--right { grid-column: 7 / 13; }
  .project--left, .project--wide { grid-column: 1 / 7; }
  .project--offset { margin-top: 80px; }
  .projects > .project:nth-of-type(2) { margin-top: 120px; }
  .projects.is-filtered > .project { margin-top: 0; }
  .content-proof { grid-template-columns: 1fr; grid-template-rows: auto 190px 210px auto; }
  .proof-panel--metric, .proof-panel--engagement, .proof-panel--examples, .proof-panel--secondary { grid-column: 1; }
  .proof-panel--secondary { aspect-ratio: 16/9; }
  .metrics { grid-template-columns: repeat(3, 1fr); }
  .experience__list > li { grid-template-columns: 150px 48px minmax(0, 1fr); }
  .timeline__body { padding-right: 44px; }
  .experience__download { margin-left: 198px; }
  .skills { min-height: 1050px; }
  .skills__field { height: 660px; }
  .skill-logo { width: clamp(190px, 28vw, 235px); min-height: 104px; border-radius: 20px; }
  .skill-logo img { width: 64px; height: 64px; }
  .skill-logo__text { font-size: 16px; }
  .footer__links, .social-ids { bottom: 68px; }
  .footer__note { bottom: 24px; }
}

@media (max-width: 640px) {
  :root { --radius: 32px; --gutter: 16px; }
  .topbar {
    gap: 10px; padding-top: 12px; color: var(--white); background: rgba(0,0,0,.9);
    mix-blend-mode: normal; border-bottom: 2px solid rgba(255,255,255,.28);
  }
  .topbar__mail { max-width: 68vw; overflow: hidden; text-overflow: ellipsis; }
  .hero { min-height: 820px; }
  .hero__dots { opacity: .46; animation: none; transform: scale(1.02); will-change: auto; }
  .hero__title { width: calc(100% - 24px); font-size: clamp(64px, 19vw, 84px); line-height: .82; letter-spacing: -.055em; }
  .hero__person { top: 50%; width: 150px; }
  .hero__signal { width: 210px; top: 19%; }
  .speech-fallback { border-width: 4px; box-shadow: 6px 6px 0 var(--white); }
  .hero__meta { bottom: 84px; width: 44%; font-size: 11.5px; line-height: 1.35; }
  .hero__actions { bottom: 142px; gap: 8px; }
  .hero__actions a { min-width: 104px; padding: 10px 12px; font-size: 13px; box-shadow: 4px 4px 0 var(--white); }
  .scroll-cue { bottom: 24px; }
  .cloudscape { height: 620px; min-height: 0; }
  .cloud-line { top: 44%; background-size: 270px 82px; }
  .cloud { width: 170px; }
  .cloud--2 { left: 42%; width: 145px; }
  .cloud--3 { right: -12%; width: 235px; }
  .cloud--5 { left: 4%; width: 150px; }
  .statement { min-height: 820px; padding: 120px 18px; }
  .statement__inner { width: 100%; }
  .statement h2 { font-size: clamp(32px, 8.7vw, 39px); line-height: 1.08; }
  .statement h2 span { white-space: nowrap; }
  .statement--about { min-height: 0; padding-top: 130px; padding-bottom: 140px; }
  .about__inner { display: grid; grid-template-columns: 1fr; gap: 0; text-align: left; }
  .statement--about h2 { font-size: clamp(36px, 9.8vw, 43px); line-height: 1; }
  .about__role { margin-top: 24px; border-bottom-width: 4px; font-size: 17.5px; }
  .about__intro { width: 100%; margin-top: 30px; font-size: 16px; line-height: 1.7; }
  .about__actions { gap: 12px; margin-top: 32px; }
  .about__actions .about__button { min-width: 116px; padding: 12px 15px; font-size: 13.5px; }
  .about__portrait { justify-self: center; width: min(300px, 88vw); margin-top: 56px; box-shadow: 8px 8px 0 var(--pink); }
  .pixel-flower { width: 22px; }
  .work { padding: 70px 16px 150px; }
  .work__heading h2, .skills__title h2 { font-size: clamp(52px, 16vw, 70px); line-height: .86; white-space: normal; overflow-wrap: normal; }
  .filters { top: 44px; max-width: calc(100vw - 16px); margin: 42px -8px 80px 0; padding: 8px; scrollbar-width: none; }
  .filters::-webkit-scrollbar, .content-proof__strip::-webkit-scrollbar { display: none; }
  .filter { min-height: 50px; padding: 0 18px; font-size: 14px; }
  .projects { display: block; }
  .project, .project--left, .project--right, .project--wide,
  .projects > .project:nth-of-type(2) { width: 100%; margin: 0 0 100px; }
  .project--offset { margin-top: 0; }
  .project__visual { box-shadow: 6px 6px 0 var(--black); }
  .project:hover .project__visual { transform: none; box-shadow: 6px 6px 0 var(--black); }
  .project h3 { font-size: clamp(32px, 9vw, 42px); overflow-wrap: anywhere; }
  .project__caption { padding: 0 2px 22px; }
  .project__definition { margin-top: 15px; font-size: 16.5px; line-height: 1.55; }
  .case-brief div { grid-template-columns: 82px 1fr; gap: 12px; padding: 11px 0; }
  .case-brief dt { font-size: 11.5px; }
  .case-brief dd { font-size: 14px; }
  .project__media figcaption { margin-top: 12px; font-size: 13px; }
  .content-proof { display: block; }
  .proof-panel + .proof-panel { margin-top: 4px; }
  .proof-panel--metric { aspect-ratio: auto; }
  .proof-panel--metric > img { height: auto; object-fit: contain; }
  .proof-panel--engagement { height: 170px; }
  .proof-panel--engagement > img { width: 300%; transform: translateY(-33%); }
  .proof-panel--examples { padding-top: 36px; background: var(--black); }
  .content-proof__strip {
    display: flex; gap: 4px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
  }
  .content-proof__strip img {
    flex: 0 0 43%; width: 43%; height: 252px; object-fit: cover; object-position: top; scroll-snap-align: start;
  }
  .proof-panel--secondary { aspect-ratio: 16/9; }
  .visual-label { left: 8px; top: 8px; padding: 6px 8px; font-size: 10px; box-shadow: 3px 3px 0 var(--black); }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .metrics div:last-child { grid-column: 1 / -1; }
  .privacy-blur--links { width: 32%; }
  .motion-video { min-height: 220px; }
  .video-toggle { width: 48px; height: 48px; right: 12px; bottom: 12px; }
  .experience { padding: 100px 16px 150px; }
  .experience__heading { margin-bottom: 58px; }
  .experience__heading h2 { font-size: clamp(40px, 12vw, 48px); }
  .experience__list { margin-bottom: 54px; }
  .experience__list > li {
    grid-template-columns: 30px minmax(0, 1fr); grid-template-rows: auto auto;
    padding-bottom: 54px;
  }
  .timeline__date { grid-column: 2; grid-row: 1; padding: 0 0 12px; }
  .timeline__date time { font-size: 12px; }
  .timeline__current { margin: 8px 0 0; }
  .timeline__rail { grid-column: 1; grid-row: 1 / 3; justify-content: flex-start; }
  .timeline__rail span { width: 14px; height: 14px; margin-top: 2px; }
  .timeline__rail::after { left: 6px; top: 14px; bottom: -54px; }
  .timeline__body { grid-column: 2; grid-row: 2; padding: 18px 34px 4px 0; }
  .timeline__body h3 { font-size: clamp(30px, 8.5vw, 36px); }
  .timeline__body p { margin-top: 12px; font-size: 15.5px; }
  .timeline__index { top: 20px; font-size: 10px; }
  .experience__download { margin-left: 30px; }
  .skills { min-height: 1120px; padding: 100px 16px 50px; }
  .skills__field { width: 100%; height: 660px; margin-top: 50px; }
  .skill-logo {
    width: 47%; min-height: 94px; padding: 10px 12px; gap: 10px;
    border-width: 3px; border-radius: 17px;
    box-shadow: 5px 5px 0 var(--black);
  }
  .skill-logo img { width: 50px; height: 50px; }
  .skill-logo__text { max-width: 105px; font-size: 13px; line-height: 1.2; }
  .skill-logo:hover, .skill-logo:focus-within { translate: 0 -4px; box-shadow: 8px 9px 0 var(--black); }
  .l1 { left: 2%; top: 2%; }
  .l2 { left: auto; right: 1%; top: 1%; }
  .l3 { left: 1%; right: auto; top: 25%; }
  .l4 { left: auto; right: 2%; top: 27%; }
  .l5 { left: 2%; top: 50%; }
  .l6 { left: auto; right: 1%; top: 52%; }
  .l7 { left: 25%; top: 76%; }
  .footer { min-height: 900px; padding-top: 80px; align-content: center; }
  .footer h2 { font-size: clamp(52px, 14vw, 62px); line-height: .84; white-space: normal; }
  .footer__person { top: 46%; width: 120px; }
  .footer__signal { top: 15%; padding: 13px 18px; border-width: 4px; box-shadow: 6px 6px 0 var(--white); font-size: 22px; }
  .footer__links { left: 16px; right: 16px; bottom: 200px; font-size: 15px; }
  .social-ids { left: 16px; right: 16px; bottom: 68px; text-align: left; }
  .social-ids div { justify-content: space-between; }
  .social-ids dt { font-size: 11px; }
  .social-ids dd { font-size: 13px; }
  .footer__note { bottom: 22px; font-size: 10px; }
}

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