/* Kat Hervera — Immersive Motion Study V2
   This file is intentionally isolated so the complete motion direction can be
   removed without touching the protected baseline or core editorial styles. */

body[data-experience="motion-v2"] {
  --motion-x: 0;
  --motion-y: 0;
  --hero-progress: 0;
  --motion-line: rgba(112, 225, 209, .18);
}

body[data-experience="motion-v2"] .journey-hero {
  min-height: max(100svh, 820px);
  background:
    linear-gradient(110deg, rgba(8, 12, 18, .2) 40%, rgba(20, 31, 42, .7)),
    radial-gradient(circle at calc(72% + (var(--motion-x) * 4%)) calc(42% + (var(--motion-y) * 4%)), rgba(var(--signal-rgb), .13), transparent 24%),
    radial-gradient(circle at 12% 76%, rgba(var(--accent-rgb), .1), transparent 30%),
    #080c12;
}

.motion-stage {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  perspective: 1100px;
}

.motion-stage__frame {
  position: absolute;
  inset: 12% 4% 10% 49%;
  border: 1px solid rgba(255, 255, 255, .08);
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, .06) 50%, transparent 50.2%),
    linear-gradient(transparent 49.8%, rgba(255, 255, 255, .06) 50%, transparent 50.2%);
  transform: translate3d(calc(var(--motion-x) * -10px), calc(var(--motion-y) * -7px), -90px) rotateY(-8deg);
  transition: transform .2s ease-out;
}

.motion-stage__frame::before,
.motion-stage__frame::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  border-color: var(--signal);
  opacity: .7;
}

.motion-stage__frame::before { left: -1px; top: -1px; border-left: 1px solid; border-top: 1px solid; }
.motion-stage__frame::after { right: -1px; bottom: -1px; border-right: 1px solid; border-bottom: 1px solid; }

.motion-stage__grid {
  position: absolute;
  left: -20%;
  right: -20%;
  bottom: -52%;
  height: 82%;
  opacity: .5;
  background-image:
    linear-gradient(rgba(112, 225, 209, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 225, 209, .12) 1px, transparent 1px);
  background-size: 72px 48px;
  transform: rotateX(68deg) translate3d(calc(var(--motion-x) * 13px), calc(var(--hero-progress) * -110px), -60px);
  transform-origin: center top;
  -webkit-mask-image: linear-gradient(to top, #000 22%, transparent 83%);
  mask-image: linear-gradient(to top, #000 22%, transparent 83%);
}

.motion-stage__beam {
  position: absolute;
  top: 16%;
  bottom: 10%;
  left: calc(50% + (var(--motion-x) * 14px));
  width: 1px;
  opacity: .5;
  background: linear-gradient(transparent, var(--accent) 16%, var(--signal) 64%, transparent);
  box-shadow: 0 0 30px rgba(var(--signal-rgb), .35);
  transform: translateY(calc(var(--hero-progress) * 90px));
}

.motion-stage__coordinates {
  position: absolute;
  right: 4%;
  top: 15%;
  color: rgba(255, 255, 255, .26);
  font-family: var(--mono);
  font-size: .48rem;
  letter-spacing: .14em;
  writing-mode: vertical-rl;
}

body[data-experience="motion-v2"] .journey-hero__grid {
  opacity: .24;
  background-size: 96px 96px;
  transform: translate3d(calc(var(--motion-x) * -8px), calc(var(--motion-y) * -5px), 0);
}

body[data-experience="motion-v2"] .journey-hero__aurora--one {
  animation: motion-breathe 8s ease-in-out infinite;
}

body[data-experience="motion-v2"] .hero__content {
  transform: translate3d(0, calc(var(--hero-progress) * -34px), 0);
}

body[data-experience="motion-v2"] .hero__name {
  text-wrap: balance;
  text-shadow: 0 24px 80px rgba(0, 0, 0, .22);
}

.hero-mobile-identity { display: none; }

body[data-experience="motion-v2"] .journey-world {
  height: min(740px, 76svh);
  perspective: 1450px;
}

body[data-experience="motion-v2"] .journey-world__scene {
  --rx: -2deg;
  --ry: 7deg;
  inset: 1% -3% 0;
  transform: translate3d(0, calc(var(--hero-progress) * 45px), 0) rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform .18s ease-out;
}

body[data-experience="motion-v2"] .journey-world__scene::before {
  left: 10%;
  top: 12%;
  width: 78%;
  height: 76%;
  border: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .035), rgba(var(--signal-rgb), .035));
  clip-path: polygon(8% 0, 100% 7%, 91% 100%, 0 88%);
  transform: translateZ(-130px);
}

body[data-experience="motion-v2"] .journey-world__scene::after {
  inset: 15% 3% 9% 18%;
  width: auto;
  height: auto;
  border: 1px solid rgba(255, 255, 255, .14);
  transform: translate3d(18px, -14px, -55px) rotateZ(2deg);
}

.journey-world__plane {
  position: absolute;
  display: block;
  border: 1px solid rgba(112, 225, 209, .26);
  background:
    linear-gradient(rgba(112, 225, 209, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 225, 209, .055) 1px, transparent 1px),
    rgba(8, 18, 26, .24);
  background-size: 26px 26px;
  box-shadow: inset 0 0 35px rgba(var(--signal-rgb), .035);
  backdrop-filter: blur(2px);
}

.journey-world__plane--back {
  inset: 9% 19% 9% 18%;
  transform: translateZ(-85px) rotateZ(-4deg);
}

.journey-world__plane--mid {
  inset: 23% 5% 18% 42%;
  border-color: rgba(255, 90, 54, .32);
  transform: translateZ(22px) rotateZ(3deg);
}

.journey-world__signal {
  position: absolute;
  z-index: 7;
  inset: 20% 9% 18% 9%;
  transform: translateZ(116px);
}

.journey-world__signal i {
  position: absolute;
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), var(--signal));
  transform-origin: left;
  box-shadow: 0 0 16px rgba(var(--accent-rgb), .45);
}

.journey-world__signal i:nth-child(1) { left: 2%; bottom: 18%; width: 27%; transform: rotate(-48deg); }
.journey-world__signal i:nth-child(2) { left: 20%; bottom: 43%; width: 31%; transform: rotate(-14deg); }
.journey-world__signal i:nth-child(3) { left: 49%; bottom: 52%; width: 27%; transform: rotate(19deg); }
.journey-world__signal i:nth-child(4) { left: 73%; bottom: 43%; width: 24%; transform: rotate(-46deg); }

body[data-experience="motion-v2"] .journey-world__portrait {
  left: 51%;
  top: 51%;
  width: min(58%, 350px);
  aspect-ratio: .6;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, -50%) translateZ(94px);
}

body[data-experience="motion-v2"] .journey-world__portrait::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 12% -9% 3%;
  border: 1px solid rgba(255, 255, 255, .15);
  background: linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(112, 225, 209, .025));
  transform: translateZ(-28px) rotateY(-4deg);
  backdrop-filter: blur(8px);
}

body[data-experience="motion-v2"] .journey-world__portrait::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 13%;
  right: 13%;
  bottom: -2%;
  height: 7%;
  border-radius: 50%;
  background: rgba(0, 0, 0, .58);
  filter: blur(15px);
  transform: translateZ(-8px) rotateX(72deg);
}

body[data-experience="motion-v2"] .journey-world__portrait img {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 34px 22px rgba(0, 0, 0, .5)) saturate(1.04) contrast(1.025);
  transform: translateY(0) scale(1.1);
  transform-origin: center bottom;
  animation: motion-portrait-float 5.8s ease-in-out infinite;
  transition: opacity .35s ease;
}

body[data-experience="motion-v2"] .journey-world__portrait-shine {
  z-index: 3;
  inset: 10% -8% 4%;
  clip-path: polygon(0 0, 100% 8%, 90% 100%, 6% 92%);
  opacity: .52;
}

body[data-experience="motion-v2"] .journey-world__monogram {
  right: -2px;
  bottom: 5%;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .17);
  background: rgba(8, 12, 18, .72);
  font-family: var(--mono);
  font-size: .55rem;
  letter-spacing: .12em;
}

body[data-experience="motion-v2"] .journey-node {
  min-width: 145px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-left: 2px solid var(--accent);
  background: rgba(8, 12, 18, .67);
  box-shadow: 0 26px 50px -34px #000, inset 0 1px rgba(255, 255, 255, .04);
  backdrop-filter: blur(15px);
}

body[data-experience="motion-v2"] .journey-node--builder { transform: translateZ(162px); }
body[data-experience="motion-v2"] .journey-node--teacher { transform: translateZ(114px); }
body[data-experience="motion-v2"] .journey-node--founder { transform: translateZ(148px); }
body[data-experience="motion-v2"] .journey-node--mission { transform: translateZ(176px); }

.motion-index {
  position: fixed;
  z-index: 84;
  top: 50%;
  right: 18px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 9px 7px 9px 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: rgba(8, 12, 18, .66);
  box-shadow: 0 18px 40px -28px #000;
  backdrop-filter: blur(14px);
  transform: translateY(-50%);
  transition: opacity .3s, transform .3s;
}

.motion-index.is-hidden-on-hero { opacity: 0; pointer-events: none; transform: translate(14px, -50%); }

.motion-index a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-height: 25px;
  color: rgba(255, 255, 255, .38);
  font-family: var(--mono);
  font-size: .46rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .25s, transform .25s;
}

.motion-index a::after {
  content: "";
  width: 10px;
  height: 1px;
  background: currentColor;
  transition: width .25s, background .25s;
}

.motion-index a b { opacity: 0; transform: translateX(5px); transition: opacity .25s, transform .25s; }
.motion-index a:hover b,
.motion-index a:focus-visible b,
.motion-index a[aria-current="true"] b { opacity: 1; transform: none; }
.motion-index a[aria-current="true"] { color: var(--accent); transform: translateX(-2px); }
.motion-index a[aria-current="true"]::after { width: 24px; background: var(--accent); }

/* Scroll choreography: readable editorial content moving through a spatial UI. */
body[data-experience="motion-v2"] .story {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background:
    linear-gradient(90deg, rgba(17, 24, 32, .035) 1px, transparent 1px),
    linear-gradient(rgba(17, 24, 32, .035) 1px, transparent 1px),
    var(--paper);
  background-size: 88px 88px;
}

body[data-experience="motion-v2"] .story::before {
  content: "NARRATIVE / 06 CHAPTERS";
  position: absolute;
  z-index: -1;
  top: 4.5%;
  right: 3.5%;
  color: rgba(17, 24, 32, .18);
  font-family: var(--mono);
  font-size: .52rem;
  letter-spacing: .16em;
  writing-mode: vertical-rl;
}

body[data-experience="motion-v2"] .chapters {
  border-top-color: rgba(17, 24, 32, .2);
  perspective: 1500px;
}

body[data-experience="motion-v2"] .chapter {
  --chapter-shift: 0px;
  --chapter-tilt: 0deg;
  --chapter-scale: 1;
  --chapter-image-shift: 0px;
  z-index: 1;
  perspective: 1500px;
  transform-style: preserve-3d;
}

body[data-experience="motion-v2"] .chapter::after {
  transition: width .35s var(--ease), height .35s var(--ease), background .35s, box-shadow .35s;
}

body[data-experience="motion-v2"] .chapter.is-motion-active::after {
  width: 13px;
  height: 13px;
  left: 3px;
  background: var(--signal);
  box-shadow: 0 0 0 8px var(--paper), 0 0 24px rgba(var(--signal-rgb), .62);
}

body[data-experience="motion-v2"] .chapter__year {
  position: sticky;
  top: 112px;
  align-self: start;
  transition: color .3s;
}

body[data-experience="motion-v2"] .chapter.is-motion-active .chapter__year { color: var(--accent); }

body[data-experience="motion-v2"] .chapter__body {
  position: relative;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(17, 24, 32, .13);
  background: color-mix(in srgb, var(--surface) 78%, transparent);
  box-shadow: 0 34px 80px -72px rgba(17, 24, 32, .9);
  backdrop-filter: blur(12px);
  transform: perspective(1500px) translate3d(0, var(--chapter-shift), 0) rotateX(var(--chapter-tilt)) scale(var(--chapter-scale));
  transform-style: preserve-3d;
  will-change: transform;
}

body[data-experience="motion-v2"] .chapter__body::before {
  content: attr(data-index);
  position: absolute;
  z-index: -1;
  right: 18px;
  top: 12px;
  color: rgba(17, 24, 32, .035);
  font-family: var(--display);
  font-size: clamp(5rem, 11vw, 10rem);
  font-weight: 800;
  line-height: 1;
}

body[data-experience="motion-v2"] .chapter__visual {
  border: 1px solid rgba(17, 24, 32, .18);
  border-radius: calc(var(--radius) * .62);
  box-shadow: 0 30px 55px -38px rgba(17, 24, 32, .65);
  transform: translateZ(34px) rotateY(-2.5deg);
  transform-style: preserve-3d;
}

body[data-experience="motion-v2"] .chapter:nth-child(even) .chapter__visual { transform: translateZ(34px) rotateY(2.5deg); }
body[data-experience="motion-v2"] .chapter__visual img { transform: scale(1.06) translate3d(0, var(--chapter-image-shift), 0); }
body[data-experience="motion-v2"] .chapter.is-motion-active .chapter__visual { box-shadow: 0 38px 70px -42px rgba(var(--accent-rgb), .46); }

/* Section handoffs feel like entering different rooms, without trapping scroll. */
body[data-experience="motion-v2"] .intersection,
body[data-experience="motion-v2"] .outcomes,
body[data-experience="motion-v2"] .robotics-proof,
body[data-experience="motion-v2"] .contact {
  isolation: isolate;
}

body[data-experience="motion-v2"] .intersection::before,
body[data-experience="motion-v2"] .outcomes::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 88px 88px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
}

body[data-experience="motion-v2"] .tilt-card,
body[data-experience="motion-v2"] .depth-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --lift: 0px;
  transform-style: preserve-3d;
  will-change: transform;
}

body.is-ready[data-experience="motion-v2"] .tilt-card.is-visible,
body[data-experience="motion-v2"] .depth-card {
  transform: perspective(1200px) translate3d(0, var(--lift), 0) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition: transform .22s ease-out, border-color .35s, box-shadow .35s;
}

body[data-experience="motion-v2"] .practice-card > *,
body[data-experience="motion-v2"] .project-card__body > * { transform: translateZ(20px); }

body[data-experience="motion-v2"] .practice-card:hover,
body[data-experience="motion-v2"] .project-card:hover { --lift: -8px; }

body[data-experience="motion-v2"] .work {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background:
    radial-gradient(circle at 87% 13%, rgba(var(--signal-rgb), .08), transparent 22%),
    var(--surface);
}

body[data-experience="motion-v2"] .work::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -11%;
  top: 7%;
  width: 58%;
  aspect-ratio: 1.3;
  border: 1px solid rgba(17, 24, 32, .1);
  background-image:
    linear-gradient(rgba(17, 24, 32, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 24, 32, .045) 1px, transparent 1px);
  background-size: 42px 42px;
  transform: perspective(900px) rotateY(-26deg) rotateZ(7deg);
}

body[data-experience="motion-v2"] .project-deck { perspective: 1600px; }
body[data-experience="motion-v2"] .project-card { position: relative; overflow: visible; }

body[data-experience="motion-v2"] .project-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 12px -12px -12px 12px;
  border: 1px solid rgba(var(--signal-rgb), .2);
  border-radius: var(--radius);
  opacity: 0;
  transform: translateZ(-22px);
  transition: opacity .35s, transform .35s;
}

body[data-experience="motion-v2"] .project-card:hover::before {
  opacity: 1;
  transform: translate3d(5px, 5px, -22px);
}

body[data-experience="motion-v2"] .project-card__visual { border-radius: var(--radius) var(--radius) 0 0; }
body[data-experience="motion-v2"] .project-card--feature .project-card__visual { border-radius: var(--radius) 0 0 var(--radius); }
body[data-experience="motion-v2"] .project-card--wide .project-card__visual { border-radius: var(--radius) 0 0 var(--radius); }

body[data-experience="motion-v2"] .browser-bar {
  background: rgba(8, 12, 18, .82);
  backdrop-filter: blur(16px);
}

body[data-experience="motion-v2"] .project-card__visual > img {
  transform: scale(1.045);
  transition: transform .4s ease-out;
}

body[data-experience="motion-v2"] .project-card:hover .project-card__visual > img { transform: scale(1.085); }

/* Real event photography becomes the spatial centerpiece of advocacy. */
body[data-experience="motion-v2"] .advocacy {
  position: relative;
  overflow: clip;
  background:
    linear-gradient(90deg, rgba(17, 24, 32, .03) 1px, transparent 1px),
    var(--paper);
  background-size: 120px 100%;
}

body[data-experience="motion-v2"] .advocacy-core {
  transform-style: preserve-3d;
  transform: perspective(1000px) rotateY(12deg) rotateX(-3deg);
}

body[data-experience="motion-v2"] .advocacy-core::before { transform: translateZ(46px); }
body[data-experience="motion-v2"] .advocacy-core::after { transform: translateZ(-36px) translate(13px, 16px); }
body[data-experience="motion-v2"] .advocacy-core > span {
  transform: translateZ(78px);
  backface-visibility: hidden;
}
body[data-experience="motion-v2"] .advocacy-card { backdrop-filter: blur(12px); }

body[data-experience="motion-v2"] .community-gallery {
  perspective: 1400px;
  transform-style: preserve-3d;
}

body[data-experience="motion-v2"] .community-gallery figure {
  position: relative;
  padding: 9px;
  border: 1px solid rgba(17, 24, 32, .13);
  background: rgba(255, 255, 255, .42);
  box-shadow: 0 38px 70px -52px rgba(17, 24, 32, .76);
  transform-style: preserve-3d;
  transition: transform .42s var(--ease), box-shadow .42s;
}

body[data-experience="motion-v2"] .community-gallery figure:nth-child(1) { transform: rotateY(5deg) rotateZ(-1.4deg); }
body[data-experience="motion-v2"] .community-gallery figure:nth-child(2) { transform: translateZ(45px) rotateX(2deg); }
body[data-experience="motion-v2"] .community-gallery figure:nth-child(3) { transform: rotateY(-6deg) rotateZ(1.5deg); }
body[data-experience="motion-v2"] .community-gallery figure:hover { z-index: 3; transform: translateZ(78px) rotate(0); box-shadow: 0 48px 85px -48px rgba(17, 24, 32, .68); }
body[data-experience="motion-v2"] .community-gallery img { border-radius: calc(var(--radius) * .55); filter: saturate(.92) contrast(1.03); }

body[data-experience="motion-v2"] .robotics-proof {
  box-shadow: 0 45px 95px -60px rgba(0, 0, 0, .9), inset 0 1px rgba(255, 255, 255, .04);
  transform-style: preserve-3d;
}

body[data-experience="motion-v2"] .robotics-proof__gallery { perspective: 1200px; }
body[data-experience="motion-v2"] .robotics-proof__gallery figure { transition: transform .35s var(--ease), border-color .35s; }
body[data-experience="motion-v2"] .robotics-proof__gallery figure:hover { z-index: 2; border-color: rgba(var(--signal-rgb), .58); transform: translateZ(42px) scale(1.02); }

body[data-experience="motion-v2"] .robotics-proof__credentials-head span::before {
  content: "PRIVACY ON";
  display: inline-flex;
  margin-right: 10px;
  padding: 4px 7px;
  border: 1px solid rgba(var(--signal-rgb), .36);
  color: var(--signal);
}

body[data-experience="motion-v2"] .robotics-proof__credential-grid {
  perspective: 1300px;
  transform-style: preserve-3d;
}

body[data-experience="motion-v2"] .robotics-proof__credential-grid > a {
  --card-angle: -2deg;
  position: relative;
  transform: rotateY(var(--card-angle)) translateZ(0);
  transform-style: preserve-3d;
  transition: transform .38s var(--ease), box-shadow .38s;
}

body[data-experience="motion-v2"] .robotics-proof__credential-grid > a:nth-child(even) { --card-angle: 2deg; }
body[data-experience="motion-v2"] .robotics-proof__credential-grid > a:hover { z-index: 3; transform: translateY(-12px) translateZ(54px) rotateY(0); box-shadow: 0 36px 55px -30px #000; }

body[data-experience="motion-v2"] .robotics-proof__cert-image { position: relative; }
body[data-experience="motion-v2"] .robotics-proof__cert-image::after {
  content: "IDENTITY PROTECTED";
  position: absolute;
  right: 7px;
  bottom: 7px;
  padding: 4px 6px;
  color: white;
  background: rgba(8, 12, 18, .78);
  font-family: var(--mono);
  font-size: .38rem;
  letter-spacing: .08em;
}

body[data-experience="motion-v2"] .contact__plane {
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateY(-7deg) rotateZ(1.5deg);
  transition: transform .5s var(--ease);
}

body[data-experience="motion-v2"] .contact__plane:hover { transform: perspective(1200px) rotateY(-2deg) rotateZ(0) translateZ(35px); }

body[data-experience="motion-v2"] .nav__links a.is-active:not(.nav__cta) { color: white; }
body[data-experience="motion-v2"] .nav__links a.is-active:not(.nav__cta)::after { transform: scaleX(1); transform-origin: left; }

@keyframes motion-breathe {
  0%, 100% { transform: scale(.92) translate3d(0, 0, 0); opacity: .62; }
  50% { transform: scale(1.08) translate3d(-28px, 16px, 0); opacity: .9; }
}

@keyframes motion-portrait-float {
  0%, 100% { transform: translateY(0) scale(1.1); }
  50% { transform: translateY(-8px) scale(1.1); }
}

@media (max-width: 1100px) {
  .motion-index { display: none; }
}

@media (max-width: 860px) {
  body[data-experience="motion-v2"] .journey-hero { min-height: auto; }
  .motion-stage__frame { inset: 49% 3% 8%; }
  .motion-stage__coordinates { display: none; }
  body[data-experience="motion-v2"] .journey-world { height: 590px; }
  body[data-experience="motion-v2"] .chapter__body { transform: none; }
  body[data-experience="motion-v2"] .chapter__year { position: static; }
  body[data-experience="motion-v2"] .project-card { overflow: hidden; }
  body[data-experience="motion-v2"] .project-card::before { display: none; }
  body[data-experience="motion-v2"] .project-card--feature .project-card__visual,
  body[data-experience="motion-v2"] .project-card--wide .project-card__visual { border-radius: var(--radius) var(--radius) 0 0; }
}

@media (max-width: 580px) {
  .motion-stage__grid { bottom: -30%; height: 58%; }
  body[data-experience="motion-v2"] .hero__content > .eyebrow { display: none; }
  .hero-mobile-identity {
    display: grid;
    grid-template-columns: 66px 1fr;
    gap: 13px;
    align-items: center;
    width: min(100%, 330px);
    margin-bottom: 18px;
  }
  .hero-mobile-identity > span {
    position: relative;
    width: 66px;
    height: 66px;
    overflow: hidden;
    border: 1px solid rgba(112, 225, 209, .34);
    border-radius: 50%;
    background: rgba(255, 255, 255, .035);
    box-shadow: 0 15px 28px -18px #000;
  }
  .hero-mobile-identity img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 105px;
    max-width: none;
    height: 220px;
    object-fit: contain;
    transform: translateX(-50%);
    transform-origin: top center;
  }
  .hero-mobile-identity p { display: flex; flex-direction: column; gap: 4px; margin: 0; }
  .hero-mobile-identity b { color: var(--paper); font-family: var(--display); font-size: .9rem; }
  .hero-mobile-identity small { color: var(--signal); font-family: var(--mono); font-size: .48rem; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
  body[data-experience="motion-v2"] .journey-world { height: 490px; }
  body[data-experience="motion-v2"] .journey-world__portrait { width: 57%; }
  .journey-world__plane--back { inset: 11% 16% 8%; }
  .journey-world__plane--mid { inset: 28% 1% 17% 43%; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-stage__grid,
  .motion-stage__frame,
  .motion-stage__beam,
  body[data-experience="motion-v2"] .hero__content,
  body[data-experience="motion-v2"] .journey-world__scene { transform: none !important; }
  body[data-experience="motion-v2"] .journey-hero__aurora--one { animation: none; }
  body[data-experience="motion-v2"] .journey-world__portrait img { animation: none; }
  body[data-experience="motion-v2"] .chapter__body,
  body[data-experience="motion-v2"] .chapter__visual,
  body[data-experience="motion-v2"] .tilt-card,
  body[data-experience="motion-v2"] .depth-card,
  body[data-experience="motion-v2"] .community-gallery figure,
  body[data-experience="motion-v2"] .advocacy-core,
  body[data-experience="motion-v2"] .contact__plane { transform: none !important; }
}
