/* MRVËY motion layer: garment continuity, native scroll, transform-only choreography. */
:root {
  --motion-fast: .24s;
  --motion-medium: .62s;
  --motion-slow: .9s;
}

.nav-cta,
.exp-home #hero .exp-hero__actions .btn-primary,
.production-window__button--primary,
.founder-button--acid {
  color: var(--brand-ink) !important;
  background: var(--brand-acid) !important;
  border-color: var(--brand-acid) !important;
}

.motion-garment {
  transform-origin: 50% 76%;
}

/* Inline staging is released in this one-frame state. Component transitions
   stay quiet so the finished entrance cannot replay from its stylesheet. */
.motion-settling :is(
  h1,
  h2,
  p,
  article,
  figure,
  img,
  .founder-close__actions
) {
  transition: none !important;
}

.duet-media {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1200px;
}

.duet-media .product-photo {
  position: absolute;
  inset: 0;
}

.duet-media .product-photo + .product-photo {
  opacity: 0;
  visibility: hidden;
}

.duet-view {
  position: absolute;
  right: clamp(12px, 1.4vw, 22px);
  bottom: clamp(12px, 1.4vw, 22px);
  z-index: 3;
  margin: 0;
  padding: 7px 11px;
  color: rgba(244, 245, 240, .82);
  background: rgba(16, 18, 15, .78);
  border: 1px solid rgba(244, 245, 240, .18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
}

/* Founder campaign: the same garment moves through four exposures.
   Copy remains native-scroll content; the visual transition completes itself. */
.exp-home .founder-story--cinematic {
  position: relative;
  padding: 0;
  overflow: clip;
  isolation: isolate;
  background: var(--brand-ink);
}

.exp-home .founder-story--cinematic .founder-story__campaign {
  display: none;
}

.exp-home .founder-story--cinematic .founder-story__stack {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  min-height: 0;
  overflow: visible;
  background: transparent;
}

.exp-home .founder-story--cinematic .founder-story__beat {
  position: sticky;
  top: 72px;
  display: grid;
  align-content: center;
  min-height: calc(100svh - 72px);
  padding: clamp(72px, 10vh, 124px) clamp(24px, 7vw, 116px);
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  transform-origin: 50% 100%;
  isolation: isolate;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, .14), 0 -22px 52px rgba(11, 12, 11, .12);
}

.exp-home .founder-story--cinematic .founder-story__beat:nth-child(1) {
  z-index: 1;
  color: var(--brand-paper);
  background: var(--brand-ink);
}

.exp-home .founder-story--cinematic .founder-story__beat:nth-child(2) {
  z-index: 2;
  color: var(--brand-ink);
  background: var(--brand-fuchsia, #ff3d9a);
}

.exp-home .founder-story--cinematic .founder-story__beat:nth-child(3) {
  z-index: 3;
  color: var(--brand-paper-bright, #fbfcf8);
  background: var(--brand-cobalt, #5865ff);
}

.exp-home .founder-story--cinematic .founder-story__beat:nth-child(4) {
  z-index: 4;
  color: var(--brand-ink);
  background: var(--brand-acid);
}

.exp-home .founder-story--cinematic .founder-story__beat h2 {
  position: relative;
  z-index: 2;
  max-width: 12.5ch;
  margin: 0;
  font-size: clamp(46px, 4.9vw, 88px);
  line-height: .92;
}

.exp-home .founder-story--cinematic .founder-story__beat p,
.exp-home .founder-story--cinematic .founder-note__sig {
  position: relative;
  z-index: 2;
}

.exp-home .founder-story--cinematic .founder-story__beat p {
  max-width: 42ch;
  margin-top: clamp(22px, 2.3vw, 34px);
}

@media (min-width: 900px) {
  .exp-home .founder-story--cinematic .founder-story__campaign {
    position: sticky;
    top: 72px;
    z-index: 0;
    display: block;
    width: 100%;
    height: calc(100svh - 72px);
    margin-bottom: calc(-100svh + 72px);
    overflow: hidden;
    color: var(--brand-ink);
    background-color: var(--brand-paper);
    background-image: radial-gradient(72% 62% at 76% 42%, rgba(255, 255, 255, .58), transparent 68%);
    transition: color .72s cubic-bezier(.22, 1, .36, 1), background-color .72s cubic-bezier(.22, 1, .36, 1);
  }

  .exp-home .founder-story--cinematic[data-story-active="1"] .founder-story__campaign {
    color: var(--brand-paper);
    background-color: var(--brand-fuchsia, #ff3d9a);
  }

  .exp-home .founder-story--cinematic[data-story-active="2"] .founder-story__campaign {
    color: var(--brand-paper);
    background-color: var(--brand-cobalt, #5865ff);
  }

  .exp-home .founder-story--cinematic[data-story-active="3"] .founder-story__campaign {
    color: var(--brand-ink);
    background-color: var(--brand-acid);
  }

  .exp-home .founder-story--cinematic .founder-story__campaign::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    background: linear-gradient(90deg, transparent 0 52%, rgba(255, 255, 255, .16) 52% 52.08%, transparent 52.08%);
    mix-blend-mode: soft-light;
  }

  .exp-home .founder-story--cinematic .founder-story__campaign-word {
    position: absolute;
    top: 50%;
    right: -1.5vw;
    z-index: 0;
    max-width: 54vw;
    overflow: hidden;
    font-family: var(--brand-display, 'Hanken Grotesk', sans-serif);
    font-size: clamp(92px, 13.4vw, 250px);
    font-weight: 800;
    line-height: .72;
    letter-spacing: -.075em;
    white-space: nowrap;
    opacity: .12;
    transform: translateY(-50%);
  }

  .exp-home .founder-story--cinematic .founder-story__campaign-garment {
    position: absolute;
    top: 48%;
    right: -1vw;
    z-index: 2;
    width: min(54vw, 820px);
    margin: 0;
    transform: translate3d(0, -50%, 0);
    transform-origin: 50% 74%;
    perspective: 1200px;
    will-change: transform;
  }

  .exp-home .founder-story--cinematic .founder-story__campaign-garment img {
    display: block;
    width: 100%;
    height: auto;
    filter: saturate(.84) contrast(1.03);
    transform-origin: 50% 74%;
    backface-visibility: hidden;
  }

  .exp-home .founder-story--cinematic .founder-story__campaign-shadow {
    position: absolute;
    right: 10vw;
    bottom: 8vh;
    z-index: 1;
    width: min(38vw, 560px);
    height: clamp(34px, 5vw, 70px);
    border-radius: 50%;
    background: rgba(8, 10, 8, .28);
    filter: blur(18px);
    transform: scaleX(.82);
    transform-origin: center;
    will-change: transform, opacity;
  }

  .exp-home .founder-story--cinematic .founder-story__campaign-seam {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 52%;
    z-index: 4;
    width: 3px;
    background: var(--brand-acid);
    transform: scaleY(.16);
    transform-origin: top;
    box-shadow: 0 0 28px rgba(197, 255, 50, .46);
    will-change: transform;
  }

  .exp-home .founder-story--cinematic .founder-story__beat {
    top: 72px;
    min-height: calc(100svh - 72px);
    padding-right: max(50vw, 620px);
    visibility: hidden;
    background: linear-gradient(90deg, rgba(16, 18, 15, 1) 0 44%, rgba(16, 18, 15, .96) 51%, rgba(16, 18, 15, .72) 58%, transparent 72%);
    box-shadow: none;
  }

  .exp-home .founder-story--cinematic[data-story-active="0"] .founder-story__beat:nth-child(1),
  .exp-home .founder-story--cinematic[data-story-active="1"] .founder-story__beat:nth-child(2),
  .exp-home .founder-story--cinematic[data-story-active="2"] .founder-story__beat:nth-child(3),
  .exp-home .founder-story--cinematic[data-story-active="3"] .founder-story__beat:nth-child(4) {
    visibility: visible;
  }

  .exp-home .founder-story--cinematic .founder-story__beat:nth-child(1) {
    color: var(--brand-paper);
    background: linear-gradient(90deg, rgba(16, 18, 15, 1) 0 44%, rgba(16, 18, 15, .96) 51%, rgba(16, 18, 15, .72) 58%, transparent 72%);
  }

  .exp-home .founder-story--cinematic .founder-story__beat:nth-child(2) {
    color: var(--brand-paper);
    background: linear-gradient(90deg, rgba(16, 18, 15, 1) 0 44%, rgba(16, 18, 15, .95) 51%, rgba(16, 18, 15, .66) 58%, transparent 72%);
  }

  .exp-home .founder-story--cinematic .founder-story__beat:nth-child(3) {
    color: var(--brand-paper-bright);
    background: linear-gradient(90deg, rgba(16, 18, 15, 1) 0 44%, rgba(16, 18, 15, .94) 51%, rgba(16, 18, 15, .62) 58%, transparent 72%);
  }

  .exp-home .founder-story--cinematic .founder-story__beat:nth-child(4) {
    color: var(--brand-ink);
    background: linear-gradient(90deg, rgba(244, 245, 240, 1) 0 44%, rgba(244, 245, 240, .96) 51%, rgba(244, 245, 240, .72) 58%, transparent 72%);
  }
}

@media (max-width: 899px) {
  .exp-home .founder-story--cinematic .founder-story__campaign {
    display: none;
  }

  .exp-home .founder-story--cinematic .founder-story__beat::before {
    content: '';
    position: absolute;
    right: -34%;
    bottom: -12%;
    z-index: 0;
    width: 102%;
    aspect-ratio: 1;
    pointer-events: none;
    background: url('images/product-clean/hoodie-black-front.webp') center / contain no-repeat;
    opacity: .16;
    transform: rotate(-4deg);
  }

  .exp-home .founder-story--cinematic .founder-story__beat::after {
    content: attr(data-story-word);
    position: absolute;
    right: -3vw;
    bottom: 4vh;
    z-index: 0;
    max-width: 100%;
    overflow: hidden;
    font-family: var(--brand-display, 'Hanken Grotesk', sans-serif);
    font-size: clamp(76px, 25vw, 118px);
    font-weight: 800;
    line-height: .72;
    letter-spacing: -.075em;
    white-space: nowrap;
    opacity: .10;
  }

  .exp-home .founder-story--cinematic .founder-story__beat:nth-child(2)::before {
    right: -18%;
    bottom: -24%;
    opacity: .13;
    transform: rotate(3deg) scale(1.16);
  }

  .exp-home .founder-story--cinematic .founder-story__beat:nth-child(3)::before {
    right: -42%;
    bottom: -2%;
    opacity: .18;
    transform: rotate(-7deg) scale(.92);
  }

  .exp-home .founder-story--cinematic .founder-story__beat:nth-child(4)::before {
    right: -28%;
    bottom: -16%;
    opacity: .22;
    transform: rotate(2deg) scale(1.02);
  }
}

.founder-takeover {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  overflow: hidden;
  pointer-events: none;
  color: var(--brand-paper);
  background: var(--brand-ink);
}

.founder-takeover__electric,
.founder-takeover__acid {
  position: absolute;
  inset: 0;
  transform-origin: left center;
}

.founder-takeover__electric {
  background: var(--brand-green);
}

.founder-takeover__acid {
  left: 50%;
  background: var(--brand-acid);
}

.founder-takeover__word {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--brand-ink);
  font-family: var(--brand-display);
  font-size: clamp(76px, 18vw, 330px);
  font-weight: 750;
  line-height: .72;
  letter-spacing: -.08em;
}

.about-story-page .founder-story > section {
  position: relative;
  isolation: isolate;
}

.about-story-page .founder-origin::before,
.about-story-page .founder-belief::before,
.about-story-page .founder-close::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0 43%, rgba(255, 255, 255, .055) 48%, transparent 54%);
  transform: translate3d(-110%, 0, 0);
}

.about-story-page .motion-entered::before {
  animation: fabric-pass 1.15s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes fabric-pass {
  to { transform: translate3d(110%, 0, 0); }
}

@media (max-width: 899px) {
  .founder-takeover__word {
    font-size: clamp(72px, 25vw, 128px);
  }

  .duet-view {
    right: 10px;
    bottom: 10px;
    font-size: 11px;
  }

  .exp-home .founder-story--woven {
    padding: 0;
  }

  .exp-home .founder-story--woven .founder-story__stack {
    grid-template-columns: 1fr;
  }

  .exp-home .founder-story--woven .founder-story__beat {
    min-height: 0;
    padding: 54px 18px 58px;
  }

  .exp-home .founder-story--woven .founder-story__beat h2 {
    max-width: 12ch;
    font-size: clamp(43px, 12vw, 60px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .founder-takeover {
    display: none;
  }

  .about-story-page .motion-entered::before {
    animation: none;
  }
}

/* Identity loom
   Pattern pieces, thread and a woven label replace the repeated hoodie story.
   The surface stays matte black; colour lives on small compositor layers. */
.exp-home .identity-film {
  position: relative;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  color: var(--brand-paper, #f4f5f0);
  background: var(--brand-ink, #10120f);
  border: 0;
  isolation: isolate;
}

.exp-home .identity-film__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  min-height: max(690px, calc(100svh - 72px));
}

.exp-home .identity-film__stage {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #0b0d0b;
  border-right: 1px solid rgba(244, 245, 240, .14);
  perspective: 1200px;
  isolation: isolate;
}

.exp-home .identity-film__stage::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(244, 245, 240, .055) 1px, transparent 1px),
    linear-gradient(rgba(244, 245, 240, .055) 1px, transparent 1px);
  background-size: clamp(48px, 5vw, 82px) clamp(48px, 5vw, 82px);
  -webkit-mask-image: radial-gradient(circle at 52% 46%, #000 8%, transparent 75%);
  mask-image: radial-gradient(circle at 52% 46%, #000 8%, transparent 75%);
  opacity: .68;
}

.exp-home .identity-film__stage::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  z-index: 7;
  height: 4px;
  background: var(--brand-acid, #c5ff32);
  transform: scaleX(.22);
  transform-origin: left;
  opacity: .9;
}

.exp-home .identity-film__signal {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(125deg, transparent 0 62%, rgba(88, 101, 255, .23) 62% 78%, transparent 78%),
    linear-gradient(35deg, rgba(255, 61, 154, .18) 0 18%, transparent 18% 100%);
  transform-origin: left center;
}

.exp-home .identity-film__pattern {
  position: absolute;
  inset: 12% 8% 10%;
  z-index: 2;
  transform-origin: 50% 58%;
  transform-style: preserve-3d;
}

.exp-home .identity-film__piece {
  position: absolute;
  display: block;
  border: 1px solid rgba(244, 245, 240, .56);
  box-shadow: inset 0 0 0 1px rgba(16, 18, 15, .18);
  backface-visibility: hidden;
}

.exp-home .identity-film__piece::after {
  content: '';
  position: absolute;
  inset: 7px;
  border: 1px dashed currentColor;
  opacity: .42;
}

.exp-home .identity-film__piece--body {
  left: 31%;
  top: 18%;
  width: 38%;
  height: 62%;
  color: var(--brand-ink, #10120f);
  background: var(--brand-paper, #f4f5f0);
  border-radius: 19% 19% 8% 8%;
}

.exp-home .identity-film__piece--left,
.exp-home .identity-film__piece--right {
  top: 27%;
  width: 22%;
  height: 48%;
  color: var(--brand-paper, #f4f5f0);
  border-radius: 42% 16% 13% 38%;
}

.exp-home .identity-film__piece--left {
  left: 10%;
  background: var(--brand-cobalt, #5865ff);
  transform: rotate(15deg);
}

.exp-home .identity-film__piece--right {
  right: 10%;
  background: var(--brand-fuchsia, #ff3d9a);
  transform: rotate(-15deg) scaleX(-1);
}

.exp-home .identity-film__piece--neck {
  left: 43%;
  top: 11%;
  z-index: 3;
  width: 14%;
  aspect-ratio: 1;
  color: var(--brand-ink, #10120f);
  background: var(--brand-acid, #c5ff32);
  border-radius: 50%;
}

.exp-home .identity-film__thread {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 64%;
  z-index: 5;
  height: 3px;
  background: var(--brand-acid, #c5ff32);
  box-shadow: 0 0 20px rgba(197, 255, 50, .34);
  transform: scaleX(0);
  transform-origin: left center;
}

.exp-home .identity-film__needle {
  position: absolute;
  left: 7%;
  top: calc(64% - 19px);
  z-index: 6;
  width: 2px;
  height: 40px;
  background: var(--brand-paper-bright, #fbfcf8);
  border-radius: 999px;
  transform: rotate(72deg);
  transform-origin: 50% 50%;
  box-shadow: 0 0 0 1px rgba(16, 18, 15, .18);
}

.exp-home .identity-film__needle::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 50%;
  width: 4px;
  height: 7px;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translateX(-50%);
}

.exp-home .identity-film__print {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 5;
  padding: .18em .24em .12em;
  color: var(--brand-ink, #10120f);
  background: var(--brand-paper-bright, #fbfcf8);
  font-family: var(--brand-display, 'Hanken Grotesk', sans-serif);
  font-size: clamp(60px, 8vw, 136px);
  font-weight: 800;
  line-height: .78;
  letter-spacing: -.075em;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.exp-home .identity-film__strike {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 50%;
  z-index: 6;
  height: 5px;
  background: var(--brand-fuchsia, #ff3d9a);
  transform: scaleX(0) rotate(-4deg);
  transform-origin: left center;
}

.exp-home .identity-film__label {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 8;
  display: grid;
  align-content: center;
  width: min(72%, 560px);
  aspect-ratio: 2.35 / 1;
  padding: 8%;
  color: var(--brand-ink, #10120f);
  background: var(--brand-acid, #c5ff32);
  border: 1px solid rgba(244, 245, 240, .7);
  box-shadow: 18px 18px 0 var(--brand-cobalt, #5865ff);
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.exp-home .identity-film__label::after {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(16, 18, 15, .46);
}

.exp-home .identity-film__label b {
  font-family: var(--brand-display, 'Hanken Grotesk', sans-serif);
  font-size: clamp(56px, 8.5vw, 142px);
  font-weight: 760;
  line-height: .72;
  letter-spacing: -.075em;
}

.exp-home .identity-film__label small {
  margin-top: clamp(10px, 1.4vw, 20px);
  font-family: var(--brand-body, 'Hanken Grotesk', sans-serif);
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 700;
}

.exp-home .identity-film__copy {
  position: relative;
  z-index: 9;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  padding: clamp(76px, 9vh, 112px) clamp(28px, 4.5vw, 78px) clamp(36px, 5vh, 58px);
  color: var(--brand-paper, #f4f5f0);
  background: var(--brand-ink, #10120f);
}

.exp-home .identity-film__chapters {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 500px;
}

.exp-home .identity-film__chapter {
  padding: clamp(28px, 4vh, 48px) 0;
}

.exp-home .identity-film__chapter + .identity-film__chapter {
  border-top: 1px solid rgba(244, 245, 240, .14);
}

.exp-home .identity-film.is-animated .identity-film__chapter {
  position: absolute;
  inset: 50% 0 auto;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -42%, 0);
}

.exp-home .identity-film.is-animated .identity-film__chapter.is-active {
  opacity: 1;
  pointer-events: auto;
}

.exp-home .identity-film__chapter h2 {
  max-width: 11.5ch;
  margin: 0;
  color: currentColor;
  font-family: var(--brand-display, 'Hanken Grotesk', sans-serif);
  font-size: clamp(50px, 5.2vw, 92px);
  font-weight: 650;
  line-height: .9;
  letter-spacing: -.062em;
}

.exp-home .identity-film__chapter p {
  max-width: 39ch;
  margin: clamp(24px, 3vw, 36px) 0 0;
  color: currentColor;
  font-family: var(--brand-body, 'Hanken Grotesk', sans-serif);
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 480;
  line-height: 1.5;
  letter-spacing: -.012em;
  opacity: .7;
}

.exp-home .identity-film .founder-note__sig {
  align-items: flex-start;
  margin-top: 26px;
  color: currentColor;
}

.exp-home .identity-film__controls {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(244, 245, 240, .18);
}

.exp-home .identity-film__controls button {
  position: relative;
  min-width: 0;
  min-height: 54px;
  padding: 16px 8px 0 0;
  color: rgba(244, 245, 240, .44);
  background: transparent;
  border: 0;
  font-family: var(--brand-body, 'Hanken Grotesk', sans-serif);
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  text-align: left;
  cursor: pointer;
}

.exp-home .identity-film__controls button::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--brand-acid, #c5ff32);
  transform: scaleX(0);
  transform-origin: left;
}

.exp-home .identity-film__controls button.is-active {
  color: var(--brand-paper, #f4f5f0);
}

.exp-home .identity-film__controls button.is-active::before {
  transform: scaleX(1);
}

.exp-home .identity-film__controls button:focus-visible {
  outline: 2px solid var(--brand-acid, #c5ff32);
  outline-offset: 4px;
}

@media (max-width: 899px) {
  .exp-home .identity-film__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .exp-home .identity-film__stage {
    min-height: clamp(330px, 43svh, 460px);
    border-right: 0;
    border-bottom: 1px solid rgba(244, 245, 240, .14);
  }

  .exp-home .identity-film__pattern {
    inset: 8% 6% 6%;
  }

  .exp-home .identity-film__print {
    font-size: clamp(58px, 18vw, 94px);
  }

  .exp-home .identity-film__label {
    width: min(72%, 380px);
    padding: 8%;
    box-shadow: 10px 10px 0 var(--brand-cobalt, #5865ff);
  }

  .exp-home .identity-film__label b {
    font-size: clamp(50px, 17vw, 78px);
  }

  .exp-home .identity-film__label small {
    font-size: 11px;
  }

  .exp-home .identity-film__copy {
    min-height: clamp(430px, 52svh, 560px);
    padding: 34px 18px max(28px, env(safe-area-inset-bottom));
  }

  .exp-home .identity-film__chapters {
    min-height: 330px;
  }

  /* On phones the meaning arrives in the same viewport as the textile visual.
     Desktop can centre the copy theatrically; mobile should not make the user
     scroll through an empty black pause to discover the first line. */
  .exp-home .identity-film.is-animated .identity-film__chapter {
    inset: 0 0 auto;
    transform: none;
  }

  .exp-home .identity-film__chapter h2 {
    max-width: 11ch;
    font-size: clamp(42px, 11.7vw, 60px);
    line-height: .92;
  }

  .exp-home .identity-film__chapter p {
    max-width: 34ch;
    margin-top: 24px;
    font-size: 15px;
  }

  .exp-home .identity-film .founder-note__sig {
    margin-top: 22px;
  }

  .exp-home .identity-film__controls button {
    min-height: 48px;
    padding-top: 14px;
    font-size: 11px;
  }
}

@media (max-width: 899px) and (orientation: landscape) {
  .exp-home .identity-film__inner {
    grid-template-columns: 1fr 1fr;
    min-height: max(430px, calc(100svh - 58px));
  }

  .exp-home .identity-film__stage,
  .exp-home .identity-film__copy {
    min-height: 0;
  }

  .exp-home .identity-film__copy {
    padding: 48px 24px 24px;
  }

  .exp-home .identity-film__chapters {
    min-height: 310px;
  }

  .exp-home .identity-film__chapter h2 {
    font-size: clamp(32px, 4.9vw, 46px);
  }

  .exp-home .identity-film__chapter p {
    margin-top: 16px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exp-home .identity-film__thread {
    transform: scaleX(1);
  }

  .exp-home .identity-film__print,
  .exp-home .identity-film__strike {
    display: none;
  }
}

/* 2026-07-24 · founder theatre
   The story is one editorial stage. Textile artifacts support the chapter
   instead of competing with it in a second column. */
.exp-home .founder-note.identity-film::before {
  content: none;
}

.exp-home .identity-film {
  min-height: 0;
  overflow: clip;
  background:
    radial-gradient(72% 88% at 84% 50%, rgba(88, 101, 255, .12), transparent 68%),
    #0b0d0b;
}

.exp-home .identity-film__inner {
  position: relative;
  display: block;
  min-height: max(700px, calc(100svh - 84px));
}

.exp-home .identity-film__stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  perspective: none;
  pointer-events: none;
}

.exp-home .identity-film__stage::before,
.exp-home .identity-film__stage::after {
  content: none;
}

.exp-home .identity-film__signal {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 73% 42%, rgba(197, 255, 50, .11), transparent 0 24%, transparent 48%),
    radial-gradient(circle at 22% 82%, rgba(255, 61, 154, .08), transparent 0 17%, transparent 44%);
  transform-origin: center;
}

.exp-home .identity-film__print {
  left: auto;
  right: clamp(-18px, 2vw, 34px);
  top: 12%;
  padding: 0;
  color: transparent;
  background: transparent;
  -webkit-text-stroke: 1px rgba(244, 245, 240, .18);
  font-size: clamp(86px, 14vw, 230px);
  font-weight: 760;
  line-height: .74;
  transform: none;
}

.exp-home .identity-film__strike {
  left: auto;
  right: clamp(18px, 6vw, 110px);
  top: clamp(138px, 23%, 214px);
  width: min(42vw, 660px);
  height: 10px;
  border-radius: 999px;
  background: var(--brand-fuchsia, #ff3d9a);
  transform: scaleX(0) rotate(-3deg);
  transform-origin: right center;
}

.exp-home .identity-film__thread {
  display: none;
}

.exp-home .identity-film__label {
  left: auto;
  right: clamp(26px, 6vw, 112px);
  top: auto;
  bottom: clamp(84px, 10vh, 118px);
  width: min(34vw, 440px);
  aspect-ratio: 2.75 / 1;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(244, 245, 240, .58);
  box-shadow: 8px 8px 0 rgba(88, 101, 255, .72);
  transform: none;
}

.exp-home .identity-film__label::after {
  inset: 7px;
}

.exp-home .identity-film__label b {
  font-size: clamp(46px, 6vw, 86px);
  line-height: .72;
}

.exp-home .identity-film__label small {
  margin-top: 12px;
  font-size: clamp(11px, .9vw, 14px);
}

.exp-home .identity-film__copy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: 100%;
  min-height: max(700px, calc(100svh - 84px));
  padding: clamp(92px, 12vh, 132px) clamp(28px, 7vw, 112px) clamp(34px, 5vh, 56px);
  color: var(--brand-paper, #f4f5f0);
  background: transparent;
}

.exp-home .identity-film__chapters {
  position: relative;
  display: grid;
  align-content: center;
  width: min(100%, 1180px);
  min-height: 520px;
}

.exp-home .identity-film__chapter {
  width: min(100%, 1040px);
  padding: 28px 0;
}

.exp-home .identity-film__chapter + .identity-film__chapter {
  border: 0;
}

.exp-home .identity-film.is-animated .identity-film__chapter {
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(100%, 1040px);
  padding: 0;
  transform: none;
}

.exp-home .identity-film__chapter h2 {
  max-width: 12.5ch;
  font-size: clamp(56px, 6.7vw, 112px);
  font-weight: 620;
  line-height: .88;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.exp-home .identity-film__chapter p {
  max-width: 38ch;
  margin-top: clamp(22px, 2.5vw, 34px);
  font-size: clamp(17px, 1.28vw, 21px);
  line-height: 1.48;
  opacity: .72;
}

.exp-home .identity-film .founder-note__sig {
  width: max-content;
  margin-top: 24px;
  padding-top: 0;
  border: 0;
}

.exp-home .identity-film__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(100%, 820px);
  border: 0;
}

.exp-home .identity-film__controls button {
  min-width: 0;
  min-height: 46px;
  padding: 0 18px;
  color: rgba(244, 245, 240, .55);
  background: rgba(244, 245, 240, .06);
  border: 1px solid rgba(244, 245, 240, .12);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 620;
  line-height: 1;
  text-align: center;
  transition: color .24s ease, background-color .24s ease, border-color .24s ease;
}

.exp-home .identity-film__controls button::before {
  content: none;
}

.exp-home .identity-film__controls button:hover,
.exp-home .identity-film__controls button:focus-visible {
  color: var(--brand-paper, #f4f5f0);
  border-color: rgba(244, 245, 240, .36);
}

.exp-home .identity-film__controls button.is-active {
  color: var(--brand-ink, #10120f);
  background: var(--brand-acid, #c5ff32);
  border-color: var(--brand-acid, #c5ff32);
}

@media (max-width: 899px) {
  .exp-home .identity-film {
    background:
      radial-gradient(90% 64% at 84% 18%, rgba(88, 101, 255, .14), transparent 68%),
      #0b0d0b;
  }

  .exp-home .identity-film__inner,
  .exp-home .identity-film__copy {
    min-height: max(670px, calc(100svh - 61px));
  }

  .exp-home .identity-film__stage {
    min-height: 0;
    border: 0;
  }

  .exp-home .identity-film__copy {
    padding: 62px 18px max(24px, env(safe-area-inset-bottom));
  }

  .exp-home .identity-film__chapters {
    min-height: 500px;
  }

  .exp-home .identity-film.is-animated .identity-film__chapter {
    inset: 0 auto 0 0;
    transform: none;
  }

  .exp-home .identity-film__chapter h2 {
    max-width: 11ch;
    font-size: clamp(44px, 12.5vw, 62px);
    line-height: .9;
  }

  .exp-home .identity-film__chapter p {
    max-width: 31ch;
    margin-top: 22px;
    font-size: 16px;
  }

  .exp-home .identity-film__print {
    right: -8px;
    top: 9%;
    font-size: clamp(72px, 24vw, 104px);
    -webkit-text-stroke-color: rgba(244, 245, 240, .13);
  }

  .exp-home .identity-film__strike {
    right: 12px;
    top: 17%;
    width: 72vw;
    height: 7px;
  }

  .exp-home .identity-film__thread {
    left: 18px;
    right: 18px;
    top: 75%;
  }

  .exp-home .identity-film__label {
    right: 20px;
    bottom: clamp(142px, 18vh, 164px);
    width: min(68vw, 300px);
    padding: 22px;
    box-shadow: 6px 6px 0 rgba(88, 101, 255, .72);
  }

  .exp-home .identity-film__label b {
    font-size: clamp(42px, 13.5vw, 62px);
  }

  .exp-home .identity-film__controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .exp-home .identity-film__controls button {
    min-height: 44px;
    padding: 0 12px;
    font-size: 12px;
  }
}

@media (max-width: 899px) and (orientation: landscape) {
  .exp-home .identity-film__inner,
  .exp-home .identity-film__copy {
    min-height: max(430px, calc(100svh - 58px));
  }

  .exp-home .identity-film__copy {
    padding: 44px 24px 20px;
  }

  .exp-home .identity-film__chapters {
    min-height: 310px;
  }

  .exp-home .identity-film__chapter h2 {
    max-width: 13ch;
    font-size: clamp(34px, 5.7vw, 52px);
  }

  .exp-home .identity-film__chapter p {
    max-width: 42ch;
    margin-top: 14px;
    font-size: 13px;
  }

  .exp-home .identity-film__controls {
    display: flex;
  }

  .exp-home .identity-film__controls button {
    min-height: 38px;
  }

  .exp-home .identity-film__label {
    right: 24px;
    bottom: 72px;
    width: min(29vw, 240px);
    padding: 16px;
    box-shadow: 5px 5px 0 rgba(88, 101, 255, .72);
  }

  .exp-home .identity-film__label b {
    font-size: clamp(40px, 6vw, 50px);
  }

  .exp-home .identity-film__label small {
    margin-top: 7px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exp-home .identity-film__print,
  .exp-home .identity-film__strike,
  .exp-home .identity-film__thread {
    display: none;
  }

  .exp-home .identity-film__label {
    opacity: .28;
  }
}
