* {
  box-sizing: border-box;
}

:root {
  --bg: #000;
  --fg: #fff;
  --muted: rgba(255,255,255,.66);
  --line: rgba(255,255,255,.12);
  --pad: clamp(22px, 2.8vw, 52px);
  --header-h: 84px;
  --ease-heavy: cubic-bezier(.12,.82,.16,1);
  --ease-smooth: cubic-bezier(.16,.84,.24,1);
}

html {
  scroll-behavior: smooth;
  background: #000;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: #000;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

img,
video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

video {
  transform: translateZ(0);
  backface-visibility: hidden;
  background: #050505;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 300;
  pointer-events: none;
  opacity: .035;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.20) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,.12) 0 1px, transparent 1px);
  background-size: 5px 5px, 7px 7px;
  mix-blend-mode: screen;
}

.cursor-glow {
  position: fixed;
  z-index: 0;
  width: 320px;
  height: 320px;
  pointer-events: none;
  border-radius: 999px;
  opacity: .12;
  filter: blur(34px);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255,255,255,.12), transparent 68%);
}

/* Header */
.site-header {
  --scroll-progress: 0;
  position: sticky;
  top: 0;
  z-index: 200;
  min-height: var(--header-h);
  padding: 16px var(--pad);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(0,0,0,.76);
  backdrop-filter: blur(16px);
  transition: transform 560ms var(--ease-heavy), opacity 360ms ease, background 360ms ease;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: calc(var(--scroll-progress) * 100%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.84), transparent);
  box-shadow: 0 0 12px rgba(255,255,255,.28);
}

.site-header.header-hidden {
  opacity: 0;
  transform: translateY(-115%);
}

.brand {
  font-size: clamp(22px, 1.45vw, 30px);
  line-height: .9;
  font-weight: 950;
  letter-spacing: -.055em;
  animation: headerDrop 1000ms 280ms var(--ease-heavy) both;
}

.header-right {
  display: grid;
  justify-items: end;
  gap: 5px;
  animation: headerDrop 1000ms 460ms var(--ease-heavy) both;
}

.header-right p {
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: clamp(12px, .9vw, 16px);
  font-weight: 780;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.social-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  transform-origin: center;
  transition: transform 220ms var(--ease-heavy), filter 220ms ease, opacity 220ms ease;
}

.social-icon svg {
  width: 25px;
  height: 25px;
  overflow: visible;
}

.instagram rect,
.instagram circle {
  fill: none;
  stroke: url(#igGradient);
  stroke-width: 2.1;
}

.youtube svg path:first-child { fill: #ff003d; }
.youtube .yt-triangle { fill: #fff; }
.x-icon path { fill: rgba(255,255,255,.94); }

.social-icon:hover {
  transform: translateY(-6px) scale(1.5);
  filter: drop-shadow(0 0 20px rgba(255,255,255,.42));
}

.youtube:hover { filter: drop-shadow(0 0 20px rgba(255,0,61,.62)); }
.instagram:hover { filter: drop-shadow(0 0 20px rgba(255,0,120,.55)); }

/* Hero */
.hero {
  position: relative;
  min-height: calc(104svh - var(--header-h));
  padding: clamp(40px, 4.6vw, 84px) var(--pad) 0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: -2;
  opacity: .16;
  pointer-events: none;
  filter: blur(46px);
  background:
    radial-gradient(circle at 78% 22%, rgba(105,130,255,.18), transparent 22%),
    radial-gradient(circle at 16% 48%, rgba(255,255,255,.07), transparent 24%);
  animation: atmosphere 18s ease-in-out infinite alternate;
}

.hero-aurora,
.hero-grainline {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 5;
  width: min(46vw, 920px);
}

.eyebrow {
  margin: 0 0 22px;
  color: rgba(255,255,255,.50);
  text-transform: uppercase;
  font-size: clamp(12px, .78vw, 15px);
  font-weight: 900;
  letter-spacing: .035em;
}

h1 {
  margin: 0;
  max-width: 940px;
  font-size: clamp(80px, 6.6vw, 154px);
  line-height: .875;
  letter-spacing: -.08em;
  font-weight: 950;
}

.hero-actions {
  display: none !important;
}

.hero-video {
  position: absolute;
  z-index: 4;
  right: clamp(20px, 2.4vw, 46px);
  top: clamp(84px, 8.2vw, 150px);
  width: min(53vw, 1080px);
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  contain: paint;
  background: #070707;
  box-shadow:
    0 24px 80px rgba(0,0,0,.72),
    0 0 0 1px rgba(255,255,255,.12);
  transition: transform 360ms var(--ease-heavy), box-shadow 360ms ease, filter 360ms ease;
}

.hero-video:hover {
  transform: translateY(-6px) scale(1.025);
  box-shadow:
    0 30px 96px rgba(0,0,0,.78),
    0 0 0 1px rgba(255,255,255,.22);
}

.hero-video::before,
.hero-video::after {
  display: none;
}

.hero-local-video {
  filter: none;
  transform: translateZ(0);
}

.video-hint {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 20;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  background: rgba(0,0,0,.48);
  color: rgba(255,255,255,.74);
  font-size: 12px;
  font-weight: 800;
  opacity: .22;
  transition: opacity 220ms ease, transform 220ms ease;
}

.hero-video:hover .video-hint,
.bottom-video:hover .video-hint {
  opacity: 1;
  transform: translateY(-2px);
}

.skill-bar {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: clamp(74px, 9vw, 132px) calc(-1 * var(--pad)) 0;
  background: #fff;
  color: #000;
  font-size: clamp(13px, .95vw, 18px);
  font-weight: 950;
  overflow: hidden;
}

.skill-bar span {
  position: relative;
  padding: 4px 10px;
  text-align: center;
  white-space: nowrap;
}

.wordmark {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  margin: clamp(54px, 5.6vw, 92px) 0 clamp(56px, 5vw, 96px);
  overflow: visible;
  white-space: nowrap;
  font-size: clamp(112px, 12.8vw, 256px);
  line-height: .76;
  font-weight: 1000;
  letter-spacing: -.108em;
}

.wordmark span {
  display: block;
}

.scroll-cue {
  position: absolute;
  right: var(--pad);
  bottom: 28px;
  z-index: 20;
  width: 30px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  opacity: .55;
}

.scroll-cue span {
  position: absolute;
  left: 50%;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  transform: translateX(-50%);
  animation: scrollDot 1.8s ease-in-out infinite;
}

/* Entry animation */
.load-drop {
  opacity: 0;
  transform: translateY(-170px) scale(.985);
  filter: blur(8px) brightness(1.15);
  animation: heavyDrop 1750ms var(--ease-heavy) both;
}

.drop-1 { animation-delay: 950ms; }
.drop-2 { animation-delay: 1500ms; }
.drop-3 { animation-delay: 2050ms; }
.drop-4 { animation-delay: 2650ms; }

.skill-bar.load-drop {
  transform-origin: top center;
  animation-name: heavyBarDrop;
  animation-duration: 1350ms;
}

.wordmark.load-drop {
  animation-name: heavyWordDrop;
  animation-duration: 1800ms;
}

/* Panels */
.panel {
  position: relative;
  isolation: isolate;
  padding: clamp(78px, 8vw, 148px) var(--pad);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .16;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.035), transparent 25%),
    radial-gradient(circle at 80% 65%, rgba(120,145,255,.025), transparent 26%);
  transform: translate3d(0, var(--panel-y, 0px), 0);
}

.section-row {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: clamp(52px, 5vw, 92px);
  font-size: clamp(12px, .8vw, 15px);
  font-weight: 950;
  color: rgba(255,255,255,.92);
}

.section-row p {
  margin: 0;
}

.intro-grid {
  max-width: 1780px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 620px) minmax(480px, 1fr);
  gap: clamp(70px, 8.8vw, 180px);
  align-items: center;
}

.image-card {
  --inertia-y: 0px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  box-shadow: 0 0 0 1px rgba(255,255,255,.11);
  contain: paint;
  transition: transform 360ms var(--ease-heavy), box-shadow 360ms ease, filter 360ms ease;
}

.image-card img {
  transform: scale(1.015);
  transition: transform 620ms var(--ease-heavy), filter 480ms ease;
}

.image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: .34;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,.10), transparent 29%),
    linear-gradient(to bottom, transparent 70%, rgba(0,0,0,.23));
  transition: opacity 360ms ease;
}

.image-card:hover {
  transform: translateY(-6px) scale(1.008);
  box-shadow: 0 22px 72px rgba(0,0,0,.46), 0 0 0 1px rgba(255,255,255,.18);
}

.image-card:hover img {
  transform: scale(1.045);
}

.portrait-card {
  height: min(78vw, 900px);
}

.intro-copy h2 {
  margin: 0;
  font-size: clamp(48px, 5.2vw, 98px);
  line-height: .98;
  letter-spacing: -.067em;
  font-weight: 920;
}

.intro-copy p {
  margin: 24px 0 0;
  max-width: 920px;
  color: rgba(255,255,255,.74);
  font-size: clamp(26px, 2.8vw, 52px);
  line-height: 1.03;
  letter-spacing: -.05em;
  font-weight: 760;
}

.skill-bar.slim {
  margin-top: clamp(70px, 8vw, 132px);
}

/* Works */
.works-heading {
  max-width: 1780px;
  margin: 0 auto clamp(78px, 6.5vw, 126px);
}

.works-heading h2 {
  margin: 0 0 clamp(22px, 2vw, 38px);
  white-space: nowrap;
  font-size: clamp(86px, 10.6vw, 212px);
  line-height: .82;
  letter-spacing: -.09em;
  font-weight: 1000;
}

.works-heading p {
  margin: 0;
  max-width: 820px;
  color: rgba(255,255,255,.76);
  font-size: clamp(19px, 1.35vw, 30px);
  line-height: 1.22;
  letter-spacing: -.025em;
  font-weight: 820;
}

.works-grid {
  max-width: 1780px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(12, clamp(76px, 6.1vw, 112px));
  gap: clamp(28px, 3vw, 58px);
}

.work-main { grid-column: 1 / 7; grid-row: 1 / 6; }
.work-side { grid-column: 8 / 13; grid-row: 1 / 4; }
.work-blue { grid-column: 8 / 13; grid-row: 5 / 8; }
.work-eye { grid-column: 1 / 5; grid-row: 8 / 10; }
.work-forest { grid-column: 6 / 13; grid-row: 8 / 13; }

.works-grid .image-card {
  width: 100%;
  height: 100%;
}

/* Current */
.current {
  padding-top: clamp(72px, 8vw, 140px);
}

.tracking-title {
  margin: 0 auto clamp(54px, 6vw, 96px);
  text-align: center;
  font-size: clamp(70px, 7.2vw, 138px);
  line-height: .88;
  letter-spacing: .12em;
  font-weight: 560;
}

.project-wide {
  max-width: 1780px;
  height: clamp(520px, 48vw, 860px);
  margin: 0 auto;
}

/* Process */
.process-stage {
  position: relative;
  min-height: clamp(900px, 80vw, 1280px);
  max-width: 1780px;
  margin: 0 auto;
}

.process-title {
  position: relative;
  z-index: 5;
  width: min(1280px, 88vw);
  margin: clamp(60px, 6vw, 115px) auto 0;
  font-size: clamp(62px, 6.4vw, 124px);
  line-height: 1.02;
  letter-spacing: -.073em;
  font-weight: 930;
}

.dim { color: rgba(255,255,255,.24); }
.warm { color: #b99555; }

.process-left {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 142px;
  width: min(470px, 32vw);
  height: clamp(340px, 32vw, 540px);
  opacity: .72;
}

.process-right {
  position: absolute;
  z-index: 3;
  right: 3vw;
  top: 382px;
  width: min(760px, 48vw);
  height: clamp(320px, 29vw, 500px);
  opacity: .84;
}

.process-note {
  position: absolute;
  z-index: 7;
  left: 42%;
  bottom: 170px;
  max-width: 610px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(18px, 1.55vw, 28px);
  line-height: 1.3;
  font-weight: 760;
}

/* Closing */
.closing {
  text-align: center;
}

.bottom-video {
  position: relative;
  width: min(720px, 72vw);
  aspect-ratio: 16 / 9;
  margin: clamp(60px, 7vw, 110px) auto;
  padding: 0;
  border: 0;
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
  background: #060606;
}

.closing-text {
  margin: 0 auto 28px;
  max-width: 760px;
  color: rgba(255,255,255,.90);
  font-size: clamp(17px, 1.35vw, 24px);
  line-height: 1.35;
  font-weight: 850;
}

.copyright-note {
  margin: 0 auto 34px;
  max-width: 760px;
  color: rgba(255,255,255,.62);
  font-size: clamp(13px, .95vw, 17px);
  line-height: 1.35;
  font-weight: 700;
}

.back-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  border: 2px solid rgba(255,255,255,.86);
  border-radius: 999px;
  padding: 10px 25px;
  font-size: clamp(18px, 1.35vw, 24px);
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 200ms var(--ease-heavy), background 200ms ease, color 200ms ease;
}

.back-top:hover {
  background: #fff;
  color: #000;
  transform: translateY(-4px) scale(1.04);
}

/* Smooth reveal: tiny movement, no pop */
.reveal {
  --reveal-y: 28px;
  --inertia-y: 0px;
  opacity: 0.001;
  transform: translate3d(0, calc(var(--reveal-y) + var(--inertia-y)), 0);
  filter: none;
  transition:
    opacity 900ms var(--ease-smooth),
    transform 900ms var(--ease-smooth);
}

.reveal.in-view {
  --reveal-y: 0px;
  opacity: 1;
}

.scroll-react,
.image-card,
.skill-bar,
.bottom-video {
  --inertia-y: 0px;
  will-change: transform;
}

.motion-ready .scroll-react,
.motion-ready .image-card,
.motion-ready .skill-bar,
.motion-ready .bottom-video {
  transform: translate3d(0, var(--inertia-y), 0);
}

/* Hero stays locked after entry for better video performance */
.motion-ready .hero .scroll-react,
.motion-ready .hero .skill-bar,
.motion-ready .hero-video,
.motion-ready .wordmark {
  transform: none;
}

/* Modal */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 70px);
  background: rgba(0,0,0,.88);
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.video-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.video-modal video {
  width: min(92vw, 1500px);
  max-height: 84vh;
  height: auto;
  border-radius: 16px;
  background: #050505;
  box-shadow: 0 40px 130px rgba(0,0,0,.76), 0 0 0 1px rgba(255,255,255,.16);
}

.modal-close {
  position: absolute;
  top: 22px;
  right: 28px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #fff;
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease;
}

.modal-close:hover {
  transform: scale(1.1);
  background: rgba(255,255,255,.14);
}

/* Animations */
@keyframes headerDrop {
  0% { opacity: 0; transform: translateY(-56px); filter: blur(6px); }
  72% { opacity: 1; transform: translateY(4px); filter: blur(0); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@keyframes heavyDrop {
  0% { opacity: 0; transform: translateY(-170px) scale(.985); filter: blur(8px) brightness(1.15); }
  62% { opacity: 1; transform: translateY(8px) scale(1.002); filter: blur(0) brightness(1.03); }
  82% { transform: translateY(-2px) scale(1); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0) brightness(1); }
}

@keyframes heavyBarDrop {
  0% { opacity: 0; transform: translateY(-90px) scaleY(.12); filter: blur(6px); }
  64% { opacity: 1; transform: translateY(6px) scaleY(1.06); filter: blur(0); }
  84% { transform: translateY(-1px) scaleY(.995); }
  100% { opacity: 1; transform: translateY(0) scaleY(1); filter: blur(0); }
}

@keyframes heavyWordDrop {
  0% { opacity: 0; transform: translateY(-125px) scale(.99); filter: blur(7px); }
  62% { opacity: 1; transform: translateY(7px) scale(1.001); filter: blur(0); }
  82% { transform: translateY(-2px) scale(1); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes atmosphere {
  from { transform: translate3d(-1%, -1%, 0) scale(1); opacity: .12; }
  to { transform: translate3d(1%, 1%, 0) scale(1.04); opacity: .20; }
}

@keyframes scrollDot {
  0% { transform: translate(-50%, 0); opacity: .35; }
  45% { opacity: 1; }
  100% { transform: translate(-50%, 22px); opacity: 0; }
}

/* Tablet */
@media (max-width: 1180px) {
  .hero {
    min-height: auto;
    padding-bottom: 42px;
  }

  .hero-copy {
    width: 100%;
    max-width: 760px;
  }

  h1 {
    font-size: clamp(66px, 10vw, 126px);
  }

  .hero-video {
    position: relative;
    right: auto;
    top: auto;
    width: min(100%, 940px);
    margin: clamp(32px, 5vw, 58px) 0 0 auto;
  }

  .skill-bar {
    margin-top: clamp(42px, 6vw, 72px);
  }

  .wordmark {
    margin-top: clamp(42px, 5vw, 72px);
  }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .portrait-card {
    height: auto;
    aspect-ratio: 4 / 5;
    max-height: 780px;
  }
}

/* Mobile */
@media (max-width: 720px) {
  :root {
    --pad: 18px;
    --header-h: 70px;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .cursor-glow {
    display: none;
  }

  .noise {
    opacity: .025;
  }

  .site-header {
    min-height: var(--header-h);
    padding: 14px var(--pad);
    align-items: center;
  }

  .brand {
    font-size: 24px;
  }

  .header-right p {
    display: none;
  }

  .socials {
    gap: 10px;
  }

  .social-icon {
    width: 30px;
    height: 30px;
  }

  .social-icon svg {
    width: 22px;
    height: 22px;
  }

  .hero {
    min-height: auto;
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .eyebrow {
    margin-bottom: 16px;
    font-size: 11px;
    line-height: 1.35;
    max-width: 310px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(50px, 16vw, 84px);
    line-height: .90;
    letter-spacing: -.075em;
  }

  .hero-video {
    width: 100%;
    margin-top: 28px;
    border-radius: 14px;
    box-shadow: 0 18px 58px rgba(0,0,0,.68), 0 0 0 1px rgba(255,255,255,.12);
  }

  .video-hint {
    display: none;
  }

  .skill-bar {
    grid-template-columns: repeat(2, 1fr);
    margin: 34px calc(-1 * var(--pad)) 0;
    font-size: 12px;
  }

  .skill-bar span {
    padding: 6px 8px;
  }

  .wordmark {
    margin-top: 34px;
    margin-bottom: 10px;
    font-size: clamp(62px, 20vw, 118px);
    letter-spacing: -.105em;
  }

  .scroll-cue {
    display: none;
  }

  .panel {
    padding: 58px var(--pad);
  }

  .section-row {
    display: grid;
    gap: 6px;
    margin-bottom: 34px;
    font-size: 11px;
  }

  .intro-copy h2 {
    font-size: clamp(38px, 11.5vw, 64px);
    line-height: .98;
  }

  .intro-copy p {
    margin-top: 18px;
    font-size: clamp(22px, 7vw, 34px);
    line-height: 1.08;
  }

  .skill-bar.slim {
    margin-top: 42px;
  }

  .works-heading {
    margin-bottom: 38px;
  }

  .works-heading h2 {
    white-space: normal;
    font-size: clamp(56px, 17vw, 104px);
    line-height: .88;
    letter-spacing: -.085em;
  }

  .works-heading p {
    max-width: 100%;
    font-size: 19px;
    line-height: 1.25;
  }

  .works-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 18px;
  }

  .work-main,
  .work-side,
  .work-blue,
  .work-forest,
  .work-eye {
    grid-column: auto;
    grid-row: auto;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .work-eye {
    aspect-ratio: 16 / 8;
  }

  .tracking-title {
    font-size: clamp(44px, 13vw, 82px);
    line-height: .92;
    letter-spacing: .055em;
    margin-bottom: 34px;
  }

  .project-wide {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .process-stage {
    min-height: auto;
    display: grid;
    gap: 20px;
  }

  .process-title,
  .process-note,
  .process-left,
  .process-right {
    position: static;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .process-title {
    order: 1;
    font-size: clamp(36px, 11.2vw, 68px);
    line-height: 1.02;
    letter-spacing: -.067em;
  }

  .process-left,
  .process-right {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .process-left { order: 2; }
  .process-right { order: 3; }

  .process-note {
    order: 4;
    font-size: 18px;
    line-height: 1.34;
  }

  .bottom-video {
    width: 100%;
    margin: 40px auto;
    border-radius: 14px;
  }

  .closing-text {
    font-size: 18px;
  }

  .copyright-note {
    font-size: 13px;
  }

  .back-top {
    min-width: 160px;
    padding: 9px 20px;
    font-size: 17px;
  }

  /* Mobile performance: no scroll inertia, no ambient background movement. */
  .motion-ready .scroll-react,
  .motion-ready .image-card,
  .motion-ready .skill-bar,
  .motion-ready .bottom-video {
    transform: none !important;
  }

  .panel::before {
    display: none;
  }

  .image-card::after {
    opacity: .22;
  }

  .load-drop {
    animation-duration: 1200ms;
    filter: none;
  }
}

@media (max-width: 420px) {
  .brand {
    font-size: 22px;
  }

  .socials {
    gap: 8px;
  }

  h1 {
    font-size: clamp(47px, 15.5vw, 70px);
  }

  .wordmark {
    font-size: clamp(56px, 19vw, 94px);
  }

  .works-heading h2 {
    font-size: clamp(50px, 16vw, 82px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .load-drop,
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
