:root {
  --ink: #181515;
  --muted: #564d4d;
  --vvh: 1vh;
  --vvw: 1vw;
  --header-h: 84px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  min-height: calc(var(--vvh) * 100);
  overflow-x: hidden;
}

.atmosphere {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.62;
  background-image:
    repeating-linear-gradient(
      to right,
      transparent 0,
      transparent 64px,
      rgba(24, 21, 21, 0.055) 64px,
      rgba(24, 21, 21, 0.055) 65px
    ),
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 64px,
      rgba(24, 21, 21, 0.05) 64px,
      rgba(24, 21, 21, 0.05) 65px
    );
}

.layout-shell {
  position: relative;
  z-index: 1;
}

.smooth-content {
  transition: transform 520ms ease, opacity 420ms ease;
}

body.intro-active {
  overflow: hidden;
}

body.intro-pending .smooth-content,
body.intro-pending .scroll-rail,
body.intro-pending .experience-props {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.intro-pending .book-intro {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

body.intro-active .smooth-content,
body.intro-active .scroll-rail,
body.intro-active .experience-props {
  pointer-events: none;
}

body.intro-active .smooth-content {
  opacity: 0;
  transform: translate3d(0, 4px, 0);
}

body.intro-active .scroll-rail,
body.intro-active .experience-props {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

.book-intro {
  position: fixed;
  inset: 0;
  z-index: 60;
  transform: translate3d(0, 0, 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 215, 189, 0.45) 0%, rgba(255, 215, 189, 0) 45%),
    linear-gradient(180deg, #fffcf8 0%, #fff8f0 100%);
  transition: transform 980ms cubic-bezier(0.22, 0.82, 0.2, 1), opacity 0ms linear, visibility 0ms linear;
}

.book-intro::before {
  content: "";
  position: absolute;
  inset: -8% 18% 22% 18%;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.95);
  background: radial-gradient(circle at 50% 44%, rgba(255, 233, 214, 0.95) 0%, rgba(255, 233, 214, 0.42) 35%, rgba(255, 233, 214, 0) 72%);
}

.book-intro.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.book-intro.is-active::before {
  animation: introSpotlight 2200ms cubic-bezier(0.2, 0.85, 0.25, 1) forwards;
}

.book-intro.is-leaving {
  opacity: 1;
  transform: translate3d(0, -104%, 0);
}

.book-intro-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.56;
  background-image:
    repeating-linear-gradient(
      to right,
      transparent 0,
      transparent 64px,
      rgba(24, 21, 21, 0.06) 64px,
      rgba(24, 21, 21, 0.06) 65px
    ),
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 64px,
      rgba(24, 21, 21, 0.05) 64px,
      rgba(24, 21, 21, 0.05) 65px
    );
}

.intro-chunks {
  position: absolute;
  inset: 10% 6%;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(8, minmax(0, 1fr));
  gap: 10px;
  pointer-events: none;
}

.intro-chunk {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 21, 21, 0.28);
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.04) 100%),
    var(--chunk-image);
  background-position: 50% 50%;
  background-size: 122% 122%;
  box-shadow: 0 10px 18px rgba(24, 21, 21, 0.1);
  opacity: 0;
  transform: translate3d(0, 10px, 0) scale(0.98);
  pointer-events: auto;
  will-change: transform, opacity;
  animation:
    introChunkDropFromTop 1280ms cubic-bezier(0.2, 0.84, 0.24, 1) forwards,
    introChunkMoveX 10.5s ease-in-out infinite;
  animation-delay: var(--chunk-delay, 0s), calc(var(--chunk-delay, 0s) + 1.45s);
}

.intro-chunk::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      to right,
      rgba(24, 21, 21, 0.06) 0,
      rgba(24, 21, 21, 0.06) 1px,
      transparent 1px,
      transparent 18px
    ),
    repeating-linear-gradient(
      to bottom,
      rgba(24, 21, 21, 0.05) 0,
      rgba(24, 21, 21, 0.05) 1px,
      transparent 1px,
      transparent 18px
    );
  opacity: 0.22;
}

.intro-chunk:hover {
  opacity: 0.28;
  transform: translate3d(0, 8px, 0) scale(1.02);
}

.intro-chunk-label {
  position: absolute;
  left: 0.35rem;
  bottom: 0.32rem;
  z-index: 1;
  font-size: 0.52rem;
  letter-spacing: 0.14em;
  color: rgba(24, 21, 21, 0.82);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(24, 21, 21, 0.2);
  padding: 0.12rem 0.22rem;
}

.intro-chunk-3x3 {
  grid-column: span 3;
  grid-row: span 3;
}

.intro-chunk-2x2 {
  grid-column: span 2;
  grid-row: span 2;
}

.intro-chunk-1x1 {
  grid-column: span 1;
  grid-row: span 1;
}

.chunk-a {
  grid-column: 1 / span 3;
  grid-row: 2 / span 3;
}

.chunk-b {
  grid-column: 5 / span 1;
  grid-row: 1 / span 1;
}

.chunk-c {
  grid-column: 8 / span 2;
  grid-row: 2 / span 2;
}

.chunk-d {
  grid-column: 11 / span 1;
  grid-row: 4 / span 1;
}

.chunk-e {
  grid-column: 9 / span 3;
  grid-row: 5 / span 3;
}

.chunk-f {
  grid-column: 3 / span 2;
  grid-row: 6 / span 2;
}

.chunk-g {
  grid-column: 7 / span 1;
  grid-row: 7 / span 1;
}

@keyframes introChunkDropFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, calc(-100vh - 120px), 0) scale(1);
  }
  72% {
    opacity: 0.2;
    transform: translate3d(0, 10px, 0) scale(1);
  }
  to {
    opacity: 0.16;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes heroChunkDropFromTopPop {
  from {
    opacity: 0;
    transform: translate3d(0, calc(-100vh - 140px), 0) scale(1);
  }
  68% {
    opacity: 1;
    transform: translate3d(0, 8px, 0) scale(1);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes introChunkMoveX {
  0%,
  100% {
    background-position: 44% 50%;
  }
  50% {
    background-position: 56% 50%;
  }
}

@keyframes introChunkMoveXReverse {
  0%,
  100% {
    background-position: 56% 50%;
  }
  50% {
    background-position: 44% 50%;
  }
}

@keyframes introChunkMoveYUp {
  0%,
  100% {
    background-position: 50% 56%;
  }
  50% {
    background-position: 50% 44%;
  }
}

@keyframes introChunkMoveYDown {
  0%,
  100% {
    background-position: 50% 44%;
  }
  50% {
    background-position: 50% 56%;
  }
}

.chunk-move-right {
  animation-name: introChunkDropFromTop, introChunkMoveX;
  animation-duration: 1280ms, 10.5s;
}

.chunk-move-left {
  animation-name: introChunkDropFromTop, introChunkMoveXReverse;
  animation-duration: 1280ms, 11.4s;
}

.chunk-move-up {
  animation-name: introChunkDropFromTop, introChunkMoveYUp;
  animation-duration: 1280ms, 12.2s;
}

.chunk-move-down {
  animation-name: introChunkDropFromTop, introChunkMoveYDown;
  animation-duration: 1280ms, 11.8s;
}

.hero {
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.hero-canvas {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(24, 21, 21, 0.58);
  border-bottom: 1px solid rgba(24, 21, 21, 0.58);
  border-left: 0;
  border-right: 0;
  padding: clamp(1rem, 2.2vw, 1.8rem);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(1rem, 1.6vw, 1.6rem);
  min-height: max(500px, calc((var(--vvh) * 100) - var(--header-h)));
  height: max(500px, calc((var(--vvh) * 100) - var(--header-h)));
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 252, 248, 0.9) 38%, rgba(217, 232, 255, 0.22) 100%),
    rgba(255, 252, 248, 0.9);
}

.hero-canvas::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.26;
  background-image:
    repeating-linear-gradient(
      to right,
      transparent 0,
      transparent 52px,
      rgba(24, 21, 21, 0.12) 52px,
      rgba(24, 21, 21, 0.12) 53px
    ),
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 52px,
      rgba(24, 21, 21, 0.1) 52px,
      rgba(24, 21, 21, 0.1) 53px
    );
}

.hero-stage-glow {
  position: absolute;
  left: 50%;
  top: 44%;
  width: min(calc(var(--vvw) * 96), 880px);
  height: min(68vh, 540px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle at center, rgba(255, 215, 189, 0.3) 0%, rgba(255, 215, 189, 0.1) 34%, rgba(255, 215, 189, 0) 72%);
}

.hero-axis {
  position: absolute;
  left: 50%;
  width: min(96%, 1260px);
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(24, 21, 21, 0.58);
}

.hero-axis span {
  display: block;
  white-space: nowrap;
  padding-right: 2.8rem;
}

.hero-axis-top {
  top: clamp(0.7rem, 2.2vh, 1.2rem);
  display: flex;
}

.hero-axis-top span {
  animation: introMarqueeLeft 28s linear infinite;
}

.hero-axis-bottom {
  bottom: clamp(0.75rem, 2.2vh, 1.2rem);
  display: flex;
}

.hero-axis-bottom span {
  animation: introMarqueeRight 30s linear infinite;
}

.hero-axis-vertical {
  position: absolute;
  top: 50%;
  margin: 0;
  z-index: 2;
  pointer-events: none;
  font-size: 0.57rem;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  color: rgba(24, 21, 21, 0.36);
}

.hero .section-line {
  left: clamp(0.9rem, 2.6vw, 2.4rem);
  right: clamp(0.9rem, 2.6vw, 2.4rem);
}

.hero-axis-left {
  left: clamp(0.45rem, 1.2vw, 1rem);
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
}

.hero-axis-right {
  right: clamp(0.45rem, 1.2vw, 1rem);
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
}

.hero-main {
  grid-row: 2;
  position: relative;
  z-index: 3;
  align-self: center;
  width: min(100%, 900px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: clamp(0.35rem, 1.6vh, 1.2rem);
}

.hero-title {
  max-width: 12.5ch;
  margin-left: auto;
  margin-right: auto;
}

.hero-highlight {
  margin-left: auto;
  margin-right: auto;
}

.hero-type-block {
  display: block;
}

[data-hero-type].is-typing::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.9em;
  margin-left: 0.13em;
  vertical-align: -0.08em;
  background: currentColor;
  animation: heroTypeCaret 760ms steps(1) infinite;
}

@keyframes heroTypeCaret {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

.lead {
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
}

.hero-proofband {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(24, 21, 21, 0.42);
  padding-top: clamp(0.75rem, 1.4vw, 1rem);
}

.hero-proof-label {
  margin: 0 0 0.65rem;
  text-align: center;
  font-size: 0.66rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(24, 21, 21, 0.64);
}

.hero-chunk-stage {
  position: absolute;
  inset: clamp(0.95rem, 2.1vw, 1.4rem);
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(8, minmax(0, 1fr));
  gap: 10px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 180ms linear;
}

.hero-chunk-stage.is-drop-in {
  opacity: 0.9;
}

.intro-active .hero-chunk-stage.is-drop-in {
  opacity: 0.96;
}

.hero-chunk-stage.is-measuring {
  visibility: hidden;
}

.hero-chunk-target {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 21, 21, 0.24);
  background-image: var(--chunk-image);
  background-position: 50% 50%;
  background-size: 122% 122%;
  filter: saturate(1.14) contrast(1.06);
  box-shadow: 0 10px 20px rgba(24, 21, 21, 0.12);
}

.hero-chunk-stage .hero-chunk-target {
  --hero-drop-delay: 0s;
}

.hero-chunk-stage .chunk-a { --hero-drop-delay: 0.02s; }
.hero-chunk-stage .chunk-b { --hero-drop-delay: 0.12s; }
.hero-chunk-stage .chunk-c { --hero-drop-delay: 0.19s; }
.hero-chunk-stage .chunk-d { --hero-drop-delay: 0.29s; }
.hero-chunk-stage .chunk-e { --hero-drop-delay: 0.36s; }
.hero-chunk-stage .chunk-f { --hero-drop-delay: 0.24s; }
.hero-chunk-stage .chunk-g { --hero-drop-delay: 0.44s; }
/* Project tile near CTA: lowered slightly to clear button area */
.hero-chunk-stage .chunk-g {
  position: relative;
  top: 26px;
}

.hero-chunk-target::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      to right,
      rgba(24, 21, 21, 0.05) 0,
      rgba(24, 21, 21, 0.05) 1px,
      transparent 1px,
      transparent 18px
    ),
    repeating-linear-gradient(
      to bottom,
      rgba(24, 21, 21, 0.04) 0,
      rgba(24, 21, 21, 0.04) 1px,
      transparent 1px,
      transparent 18px
    );
  opacity: 0.06;
}

.hero-move-right {
  animation: introChunkMoveX 10.5s ease-in-out infinite;
}

.hero-move-left {
  animation: introChunkMoveXReverse 11.4s ease-in-out infinite;
}

.hero-move-up {
  animation: introChunkMoveYUp 12.2s ease-in-out infinite;
}

.hero-move-down {
  animation: introChunkMoveYDown 11.8s ease-in-out infinite;
}

.hero-chunk-stage.is-drop-in .hero-move-right {
  animation-name: heroChunkDropFromTopPop, introChunkMoveX;
  animation-duration: 1320ms, 10.5s;
  animation-delay: var(--hero-drop-delay, 0s), calc(var(--hero-drop-delay, 0s) + 1.32s);
  animation-timing-function: cubic-bezier(0.2, 0.84, 0.24, 1), ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: both, none;
}

.hero-chunk-stage.is-drop-in .hero-move-left {
  animation-name: heroChunkDropFromTopPop, introChunkMoveXReverse;
  animation-duration: 1320ms, 11.4s;
  animation-delay: var(--hero-drop-delay, 0s), calc(var(--hero-drop-delay, 0s) + 1.32s);
  animation-timing-function: cubic-bezier(0.2, 0.84, 0.24, 1), ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: both, none;
}

.hero-chunk-stage.is-drop-in .hero-move-up {
  animation-name: heroChunkDropFromTopPop, introChunkMoveYUp;
  animation-duration: 1320ms, 12.2s;
  animation-delay: var(--hero-drop-delay, 0s), calc(var(--hero-drop-delay, 0s) + 1.32s);
  animation-timing-function: cubic-bezier(0.2, 0.84, 0.24, 1), ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: both, none;
}

.hero-chunk-stage.is-drop-in .hero-move-down {
  animation-name: heroChunkDropFromTopPop, introChunkMoveYDown;
  animation-duration: 1320ms, 11.8s;
  animation-delay: var(--hero-drop-delay, 0s), calc(var(--hero-drop-delay, 0s) + 1.32s);
  animation-timing-function: cubic-bezier(0.2, 0.84, 0.24, 1), ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: both, none;
}

.micro-work {
  position: relative;
  z-index: 2;
}

.ritual-grid article {
  position: relative;
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.ritual-grid article::after {
  content: "";
  position: absolute;
  inset: auto -32% -44% -32%;
  height: 62%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(201, 228, 214, 0) 0%, rgba(201, 228, 214, 0.38) 100%);
  opacity: 0;
  transition: opacity 280ms ease, transform 360ms ease;
  transform: translateY(10px);
}

.ritual-grid article:hover {
  transform: translate3d(0, -3px, 0);
  box-shadow: 10px 10px 0 rgba(24, 21, 21, 0.1);
  border-color: rgba(24, 21, 21, 0.92);
}

.ritual-grid article:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.chunk-transfer-layer {
  position: fixed;
  inset: 0;
  z-index: 66;
  pointer-events: none;
}

.chunk-transfer-clone {
  position: fixed;
  margin: 0;
  pointer-events: none;
  z-index: 66;
  will-change: left, top, width, height, opacity, transform;
}

.intro-ring {
  position: absolute;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(24, 21, 21, 0.68);
  pointer-events: none;
  z-index: 2;
}

.intro-ring-top {
  left: 50%;
  top: 15%;
  width: min(92vw, 1180px);
  overflow: hidden;
  transform: translateX(-50%);
}

.intro-ring-bottom {
  left: 50%;
  bottom: 15%;
  width: min(92vw, 1180px);
  overflow: hidden;
  transform: translateX(-50%);
}

.intro-ring-track {
  display: flex;
  width: max-content;
  animation: introMarqueeRight 20s linear infinite;
}

.intro-ring-track-reverse {
  animation-name: introMarqueeRight;
  animation-duration: 24s;
}

.intro-ring-track span {
  display: block;
  white-space: nowrap;
  padding-right: 3rem;
}

.intro-ring-left {
  left: 6.2%;
  top: 50%;
  width: auto;
  overflow: visible;
  font-size: 0.67rem;
  letter-spacing: 0.24em;
  color: rgba(24, 21, 21, 0.42);
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  animation: introRingY 18s ease-in-out infinite;
}

.intro-ring-right {
  right: 6.2%;
  top: 50%;
  width: auto;
  overflow: visible;
  font-size: 0.67rem;
  letter-spacing: 0.24em;
  color: rgba(24, 21, 21, 0.4);
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  animation: introRingYReverse 20s ease-in-out infinite;
}

@keyframes introSpotlight {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  32% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.7;
    transform: scale(1);
  }
}

@keyframes introMarqueeLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes introMarqueeRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes introRingY {
  from {
    transform: translateY(-50%) rotate(-90deg) translateX(-8px);
  }
  to {
    transform: translateY(-50%) rotate(-90deg) translateX(8px);
  }
}

@keyframes introRingYReverse {
  from {
    transform: translateY(-50%) rotate(90deg) translateX(8px);
  }
  to {
    transform: translateY(-50%) rotate(90deg) translateX(-8px);
  }
}

.intro-center {
  position: absolute;
  left: 50%;
  top: calc(50% - 16px);
  width: min(86vw, 760px);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  animation: introCenterFloat 6.2s ease-in-out infinite;
}

.intro-kicker {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(24, 21, 21, 0.74);
}

.intro-brand {
  margin: 0.5rem 0 0;
  font-size: clamp(2.6rem, 11vw, 8rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 0.92;
  animation: introBrandPulse 2.8s ease-in-out infinite;
}

.intro-typebox {
  margin: 1rem auto 0;
  width: min(70vw, 360px);
  border: 1px solid rgba(24, 21, 21, 0.86);
  background: rgba(255, 255, 255, 0.74);
  padding: 0.58rem 0.66rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.34rem;
  min-height: 2.2rem;
}

.intro-type-text {
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.intro-caret {
  width: 1px;
  height: 1em;
  background: rgba(24, 21, 21, 0.86);
  animation: introCaret 750ms steps(1) infinite;
}

@keyframes introCaret {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@keyframes introCenterFloat {
  0%,
  100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, calc(-50% - 4px));
  }
}

@keyframes introBrandPulse {
  0%,
  100% {
    letter-spacing: 0.12em;
    opacity: 1;
  }
  50% {
    letter-spacing: 0.14em;
    opacity: 0.96;
  }
}

.intro-progress {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  width: min(94vw, 980px);
  transform: translateX(-50%);
  display: grid;
  gap: 0.45rem;
  z-index: 3;
}

.intro-progress-label {
  margin: 0;
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(24, 21, 21, 0.72);
  transition: opacity 180ms ease;
}

.intro-progress-label.is-updating {
  opacity: 0.65;
}

.intro-progress-track {
  width: 100%;
  height: 1px;
  background: rgba(24, 21, 21, 0.24);
  overflow: hidden;
}

.intro-progress-fill {
  display: block;
  height: 100%;
  width: 0;
  background: rgba(24, 21, 21, 0.92);
  transform-origin: left center;
}

.intro-progress-value {
  margin: 0;
  justify-self: end;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(24, 21, 21, 0.78);
}

.intro-easter {
  margin: 0;
  justify-self: start;
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(24, 21, 21, 0.62);
  transition: opacity 160ms ease;
}

.intro-easter.is-updating {
  opacity: 0.48;
}

.line-reveal {
  position: relative;
}

.section-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(24, 21, 21, 0.6);
  transform-origin: left center;
  transform: scaleX(0);
  will-change: transform;
}

.title-reveal {
  will-change: transform, opacity, clip-path;
}

.hero-highlight {
  transform-origin: left center;
  will-change: transform, opacity;
}

.proof-line {
  opacity: 0.9;
}

.page-transition {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.transition-screen {
  position: absolute;
  inset: 0;
  transform: scaleY(0);
  transform-origin: top center;
  background: linear-gradient(135deg, rgba(255, 215, 189, 0.98) 0%, rgba(217, 232, 255, 0.98) 100%);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.transition-word {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  font-size: clamp(2rem, 7vw, 6.3rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--ink);
  opacity: 0;
}

.page-transition.is-active {
  opacity: 1;
  visibility: visible;
}

.page-transition.is-active .transition-screen {
  animation: transitionSweep 1100ms cubic-bezier(0.7, 0, 0.2, 1) both;
}

.page-transition.is-active .transition-word-a {
  animation: transitionWordA 1100ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.page-transition.is-active .transition-word-b {
  animation: transitionWordB 1100ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes transitionSweep {
  0% {
    transform: scaleY(0);
    transform-origin: top center;
  }
  45% {
    transform: scaleY(1);
    transform-origin: top center;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom center;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom center;
  }
}

@keyframes transitionWordA {
  0% {
    opacity: 0;
    transform: translate(-50%, -30%);
    letter-spacing: 0.34em;
  }
  25% {
    opacity: 1;
    transform: translate(-50%, -50%);
    letter-spacing: 0.16em;
  }
  48% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  62% {
    opacity: 0;
    transform: translate(-50%, -70%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -70%);
  }
}

@keyframes transitionWordB {
  0%,
  46% {
    opacity: 0;
    transform: translate(-50%, -30%);
    letter-spacing: 0.34em;
  }
  62% {
    opacity: 1;
    transform: translate(-50%, -50%);
    letter-spacing: 0.2em;
  }
  84% {
    opacity: 1;
    transform: translate(-50%, -50%);
    letter-spacing: 0.18em;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -68%);
    letter-spacing: 0.15em;
  }
}

.scroll-rail {
  position: fixed;
  right: max(1rem, calc((100vw - 1240px) / 2 - 2rem));
  top: 50%;
  width: 24px;
  height: min(380px, 58vh);
  transform: translateY(-50%);
  z-index: 20;
  pointer-events: none;
}

.scroll-track,
.scroll-progress {
  position: absolute;
  left: 11px;
  width: 1px;
  top: 0;
}

.scroll-track {
  bottom: 0;
  background: rgba(24, 21, 21, 0.24);
}

.scroll-progress {
  height: 0;
  background: var(--ink);
}

.scroll-orb {
  position: absolute;
  left: 7px;
  top: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--ink);
  box-shadow: 0 0 0 4px rgba(24, 21, 21, 0.14);
  animation: orbPulse 1.4s ease-in-out infinite alternate;
}

.scroll-text {
  position: absolute;
  right: -1px;
  bottom: -2.2rem;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: var(--muted);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

@keyframes orbPulse {
  from {
    box-shadow: 0 0 0 4px rgba(24, 21, 21, 0.14);
  }
  to {
    box-shadow: 0 0 0 7px rgba(24, 21, 21, 0.08);
  }
}

.experience-props {
  position: fixed;
  left: max(0.7rem, calc((100vw - 1240px) / 2 - 9rem));
  top: 22%;
  z-index: 15;
  pointer-events: none;
}

.prop-chip {
  display: block;
  width: max-content;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid var(--ink);
  background: rgba(255, 255, 255, 0.88);
  padding: 0.32rem 0.5rem;
  box-shadow: 4px 4px 0 rgba(24, 21, 21, 0.08);
}

.prop-chip + .prop-chip {
  margin-top: 0.55rem;
}

.prop-chip-a {
  animation: chipDriftA 4.8s ease-in-out infinite;
}

.prop-chip-b {
  animation: chipDriftB 5.5s ease-in-out infinite;
}

.prop-chip-c {
  animation: chipDriftA 6.2s ease-in-out infinite;
}

@keyframes chipDriftA {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -6px, 0);
  }
}

@keyframes chipDriftB {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 6px, 0);
  }
}

.glimpse-card {
  min-height: 220px;
  will-change: transform;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease;
}

.glimpse-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: none;
  transform: translate3d(0, 0, 0) scale(1.01);
  transition: transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
}

.glimpse-card:hover {
  transform: translate3d(0, -3px, 0);
  box-shadow: 10px 10px 0 rgba(24, 21, 21, 0.1);
  border-color: rgba(24, 21, 21, 0.95);
}

.glimpse-card:hover img {
  transform: translate3d(0, 6px, 0) scale(1.06);
}

.reveal-image img {
  filter: none;
  transform: none;
  transition: none;
}

.reveal-image.is-visible img {
  filter: none;
  transform: none;
}

.micro-card,
.feature-card {
  position: relative;
  isolation: isolate;
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-38%);
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.34) 46%, rgba(255, 255, 255, 0) 78%);
  transition: opacity 280ms ease, transform 520ms ease;
}

.micro-media,
.feature-media {
  opacity: 1;
  transform: scale(1);
  transition: transform 520ms ease, opacity 360ms ease;
}

.micro-card:hover,
.feature-card:hover {
  border-color: rgba(24, 21, 21, 0.95);
  box-shadow: 9px 9px 0 rgba(24, 21, 21, 0.1);
  transform: translate3d(0, -2px, 0);
}

.feature-card:hover::before {
  opacity: 1;
  transform: translateX(28%);
}

.micro-card:hover .micro-media,
.feature-card:hover .feature-media {
  opacity: 1;
  transform: translate3d(0, 5px, 0) scale(1.055);
}

.feature-media {
  filter: none;
}

.feature-card:hover .feature-media {
  filter: none;
}

.micro-title,
.feature-title {
  transition: letter-spacing 260ms ease;
}

.micro-card:hover .micro-title,
.feature-card:hover .feature-title {
  letter-spacing: 0.06em;
}

.feature-overlay,
.micro-info {
  position: relative;
  z-index: 2;
  backdrop-filter: blur(4px);
  transition: transform 260ms ease;
}

.feature-card:hover .feature-overlay {
  transform: translateY(-2px);
}

.filter-chip {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 21, 21, 0.75);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  padding: 0.45rem 0.82rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.filter-chip:hover {
  transform: translateY(-1px);
  box-shadow: 5px 5px 0 rgba(24, 21, 21, 0.08);
}

.filter-chip.is-active {
  background: var(--ink);
  color: #fffcf8;
}

.header-link,
.cta,
.hero-actions a,
button[type="submit"],
a.inline-flex.border.border-ink {
  position: relative;
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, background-color 240ms ease, color 240ms ease;
}

.header-link::after,
.cta::after,
.hero-actions a::after,
button[type="submit"]::after,
a.inline-flex.border.border-ink::after,
.filter-chip::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: -14px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 1px solid currentColor;
  opacity: 0.72;
  transition: left 360ms cubic-bezier(0.2, 0.82, 0.2, 1), opacity 220ms ease;
}

.header-link:hover,
.cta:hover,
.hero-actions a:hover,
button[type="submit"]:hover,
a.inline-flex.border.border-ink:hover,
.filter-chip:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 7px 7px 0 rgba(24, 21, 21, 0.09);
}

.header-link:hover::after,
.cta:hover::after,
.hero-actions a:hover::after,
button[type="submit"]:hover::after,
a.inline-flex.border.border-ink:hover::after,
.filter-chip:hover::after {
  left: calc(100% - 16px);
  opacity: 1;
}

[data-filter-item] {
  transition: opacity 220ms ease, transform 220ms ease;
}

[data-filter-item].is-filter-hidden {
  opacity: 0;
  transform: translate3d(0, 8px, 0) scale(0.98);
}

.cta {
  transition: background-color 240ms ease, color 240ms ease, transform 240ms ease;
}

.cta:hover {
  background: var(--ink);
  color: #fffcf8;
  transform: translateY(-1px);
}

.cta-frame {
  overflow: hidden;
}

.frame-stroke {
  pointer-events: none;
  z-index: 1;
}

.frame-stroke rect {
  fill: none;
  stroke: var(--ink);
  stroke-width: 1;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.cursor-ring,
.cursor-dot,
.cursor-label {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 90;
  transition: opacity 220ms ease;
}

.cursor-ring {
  width: 34px;
  height: 34px;
  border: 1px solid var(--ink);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 1px rgba(24, 21, 21, 0.08);
}

.cursor-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--ink);
}

.cursor-label {
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid var(--ink);
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  padding: 0.24rem 0.38rem;
  white-space: nowrap;
}

body.has-custom-cursor,
body.has-custom-cursor a,
body.has-custom-cursor button,
body.has-custom-cursor .case,
body.has-custom-cursor .glimpse-card,
body.has-custom-cursor blockquote,
body.has-custom-cursor .intro-chunk {
  cursor: none;
}

body.cursor-visible .cursor-ring,
body.cursor-visible .cursor-dot {
  opacity: 1;
}

body.intro-active.has-custom-cursor .cursor-ring,
body.intro-active.has-custom-cursor .cursor-dot {
  opacity: 1;
}

body.cursor-hover .cursor-label {
  opacity: 1;
}

body.cursor-media .cursor-ring {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 1px rgba(24, 21, 21, 0.12), 0 0 0 8px rgba(24, 21, 21, 0.08);
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 700ms ease, transform 700ms ease;
}

.mobile-artboard {
  display: none;
}

.mobile-artboard-track {
  display: flex;
  width: max-content;
}

.mobile-artboard-track span {
  white-space: nowrap;
}

.partners-marquee-shell {
  position: relative;
  overflow: hidden;
}

.partners-marquee-shell::before,
.partners-marquee-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 72px;
  z-index: 2;
  pointer-events: none;
}

.partners-marquee-shell::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 252, 248, 0.98) 0%, rgba(255, 252, 248, 0) 100%);
}

.partners-marquee-shell::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 252, 248, 0.98) 0%, rgba(255, 252, 248, 0) 100%);
}

.partners-marquee-track {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: max-content;
  padding: 0.75rem;
  animation: partnersMarqueeRight 34s linear infinite;
}

.partners-marquee-shell:hover .partners-marquee-track {
  animation-play-state: paused;
}

.partners-marquee-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 74px;
  border: 1px solid rgba(24, 21, 21, 0.78);
  background: rgba(255, 255, 255, 0.92);
  padding: 0.5rem 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
  color: var(--ink);
  box-shadow: 5px 5px 0 rgba(24, 21, 21, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

a.partners-marquee-item:hover {
  transform: translate3d(0, -2px, 0);
  border-color: rgba(24, 21, 21, 0.95);
  box-shadow: 7px 7px 0 rgba(24, 21, 21, 0.1);
}

.partners-marquee-item img {
  max-width: 140px;
  max-height: 46px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@keyframes partnersMarqueeRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes mobileArtboardMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1279px) {
  .scroll-rail,
  .experience-props {
    display: none;
  }

  .hero-axis-vertical {
    display: none;
  }

  .intro-chunks {
    inset: 12% 5%;
    gap: 8px;
  }

  .intro-ring-left,
  .intro-ring-right {
    display: none;
  }

  .chunk-b,
  .chunk-d,
  .chunk-g {
    display: none;
  }
}

@media (max-width: 1023px) {
  header.layout-shell {
    position: sticky;
    top: 0;
    z-index: 48;
    margin-top: 0 !important;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    background: rgba(255, 252, 248, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .mobile-artboard {
    display: block;
    overflow: hidden;
    margin-bottom: 0.5rem;
    border: 1px solid rgba(24, 21, 21, 0.46);
    background:
      linear-gradient(90deg, rgba(255, 215, 189, 0.32) 0%, rgba(255, 215, 189, 0) 42%),
      linear-gradient(255deg, rgba(217, 232, 255, 0.34) 0%, rgba(217, 232, 255, 0) 44%),
      rgba(255, 255, 255, 0.82);
  }

  .mobile-artboard-track {
    animation: mobileArtboardMarquee 26s linear infinite;
  }

  .mobile-artboard-track span {
    padding: 0.34rem 1.8rem 0.34rem 0.66rem;
    font-size: 0.58rem;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(24, 21, 21, 0.72);
  }

  .hero-canvas {
    min-height: max(470px, calc((var(--vvh) * 100) - var(--header-h)));
    height: max(470px, calc((var(--vvh) * 100) - var(--header-h)));
    padding: 0.9rem;
  }

  .hero-main {
    padding-top: 1.2rem;
  }

  .hero-axis {
    font-size: 0.56rem;
    letter-spacing: 0.16em;
  }

  .hero-chunk-stage {
    display: grid;
    inset: 1rem 0.85rem;
    gap: 8px;
    opacity: 0.56;
  }

  .hero-chunk-target {
    box-shadow: 0 6px 14px rgba(24, 21, 21, 0.11);
    background-size: 126% 126%;
  }

  .glimpse-card {
    min-height: 250px;
  }

  .micro-card {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 767px) {
  .hero-canvas {
    min-height: max(440px, calc((var(--vvh) * 100) - var(--header-h)));
    height: max(440px, calc((var(--vvh) * 100) - var(--header-h)));
    padding: 0.8rem;
  }

  .hero-main {
    width: min(100%, 560px);
    padding-top: 0.85rem;
  }

  .hero-title {
    max-width: 13.8ch;
    font-size: clamp(1.65rem, 10.8vw, 2.7rem);
  }

  .proof-line {
    font-size: 0.74rem;
    letter-spacing: 0.09em;
  }

  .hero-actions {
    gap: 0.5rem;
  }

  .hero-actions a {
    width: 100%;
    justify-content: center;
  }

  .hero-chunk-stage {
    inset: 3.2rem 0.55rem 1.8rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(8, minmax(0, 1fr));
    gap: 6px;
    opacity: 0.48;
  }

  .hero-chunk-stage .chunk-a {
    grid-column: 1 / span 3;
    grid-row: 1 / span 3;
  }

  .hero-chunk-stage .chunk-c {
    grid-column: 4 / span 2;
    grid-row: 2 / span 2;
  }

  .hero-chunk-stage .chunk-e {
    grid-column: 4 / span 3;
    grid-row: 4 / span 3;
  }

  .hero-chunk-stage .chunk-f {
    grid-column: 1 / span 2;
    grid-row: 5 / span 2;
  }

  .hero-axis-top {
    display: none;
  }

  .partners-marquee-shell::before,
  .partners-marquee-shell::after {
    width: 34px;
  }

  .partners-marquee-track {
    animation-duration: 24s;
  }

  .partners-marquee-item {
    min-width: 138px;
    height: 62px;
  }

  .partners-marquee-item img {
    max-width: 112px;
    max-height: 38px;
  }

  .hero-axis-bottom {
    bottom: 0.6rem;
  }

  .hero-proofband {
    padding-top: 0.68rem;
  }

  .hero-proof-label {
    margin-bottom: 0.5rem;
    font-size: 0.61rem;
  }

  .transition-word {
    font-size: clamp(1.5rem, 11vw, 2.7rem);
  }

  .glimpse-card {
    min-height: 220px;
  }

  .intro-ring {
    font-size: 0.6rem;
  }

  .intro-ring-top {
    display: none;
  }

  .intro-ring-bottom {
    bottom: 26%;
    width: min(92vw, 540px);
  }

  .intro-ring-track {
    animation-duration: 24s;
  }

  .intro-ring-track span {
    padding-right: 2rem;
  }

  .intro-typebox {
    width: min(85vw, 330px);
  }

  .intro-chunks {
    display: grid;
    inset: 12% 4% 26%;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(8, minmax(0, 1fr));
    gap: 7px;
  }

  .intro-chunks .chunk-a {
    grid-column: 1 / span 3;
    grid-row: 2 / span 3;
  }

  .intro-chunks .chunk-c {
    grid-column: 4 / span 2;
    grid-row: 1 / span 2;
  }

  .intro-chunks .chunk-e {
    grid-column: 4 / span 3;
    grid-row: 4 / span 3;
  }

  .intro-chunks .chunk-f {
    grid-column: 1 / span 2;
    grid-row: 5 / span 2;
  }

  .intro-progress {
    bottom: 1.25rem;
  }

  .mobile-artboard {
    margin-bottom: 0.45rem;
  }

  .mobile-artboard-track span {
    font-size: 0.54rem;
    letter-spacing: 0.15em;
    padding: 0.34rem 1.4rem 0.34rem 0.58rem;
  }
}

@media (hover: none) and (pointer: coarse) {
  .header-link:active,
  .cta:active,
  .hero-actions a:active,
  button[type="submit"]:active,
  a.inline-flex.border.border-ink:active,
  .filter-chip:active {
    transform: translate3d(0, 1px, 0) scale(0.992);
    box-shadow: 4px 4px 0 rgba(24, 21, 21, 0.08);
  }

  .feature-card:active,
  .glimpse-card:active,
  .ritual-grid article:active,
  .case:active {
    transform: translate3d(0, -1px, 0);
    border-color: rgba(24, 21, 21, 0.92);
  }

  .feature-card:active .feature-media,
  .glimpse-card:active img {
    transform: translate3d(0, 2px, 0) scale(1.035);
  }
}

@media (max-height: 920px) {
  .hero-proofband {
    padding-top: 0.55rem;
  }

  .hero-proofband .micro-work {
    gap: 0.5rem;
  }

  .hero-proofband .micro-card {
    aspect-ratio: 16 / 10;
  }

  .hero-main {
    padding-top: 0.9rem;
  }
}

@media (max-height: 820px) {
  .hero-proofband {
    display: none;
  }
}

@media (min-width: 1536px) {
  .scroll-rail {
    height: min(440px, 62vh);
  }

  .glimpse-card:first-child {
    min-height: 420px;
  }

  .glimpse-card:nth-child(2) {
    min-height: 360px;
  }
}

@media (min-width: 2000px) {
  .layout-shell {
    max-width: 1520px;
  }
}

@media (min-aspect-ratio: 21/9) and (min-width: 1280px) {
  .layout-shell {
    max-width: 1680px;
  }

  .hero-title {
    max-width: 14.2ch;
  }

  .glimpse-grid .glimpse-card:first-child {
    grid-column: span 8 / span 8;
  }

  .glimpse-grid .glimpse-card:nth-child(2) {
    grid-column: span 4 / span 4;
  }
}

@media (prefers-reduced-motion: reduce) {
  .book-intro::before {
    opacity: 0.7;
    transform: scale(1);
    animation: none;
  }

  .reveal,
  .reveal-image {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .section-line {
    transform: scaleX(1);
  }

  .frame-stroke rect {
    stroke-dashoffset: 0;
  }

  .page-transition,
  .scroll-rail,
  .experience-props {
    display: none;
  }

  .prop-chip-a,
  .prop-chip-b,
  .prop-chip-c,
  .scroll-orb,
  .intro-ring,
  .intro-ring-track,
  .intro-chunk,
  .hero-chunk-target,
  .intro-caret {
    animation: none;
  }

  .intro-chunk {
    opacity: 0.14;
    transform: none;
  }
}

@media (pointer: coarse) {
  .cursor-ring,
  .cursor-dot,
  .cursor-label,
  .scroll-rail,
  .experience-props {
    display: none;
  }
}

body.force-intro-motion .intro-chunk {
  opacity: 0;
  transform: translate3d(0, 10px, 0) scale(0.98);
  animation-delay: var(--chunk-delay, 0s), calc(var(--chunk-delay, 0s) + 1.45s) !important;
}

body.force-intro-motion .chunk-move-right {
  animation: introChunkDropFromTop 1280ms cubic-bezier(0.2, 0.84, 0.24, 1) forwards, introChunkMoveX 10.5s ease-in-out infinite !important;
}

body.force-intro-motion .chunk-move-left {
  animation: introChunkDropFromTop 1280ms cubic-bezier(0.2, 0.84, 0.24, 1) forwards, introChunkMoveXReverse 11.4s ease-in-out infinite !important;
}

body.force-intro-motion .chunk-move-up {
  animation: introChunkDropFromTop 1280ms cubic-bezier(0.2, 0.84, 0.24, 1) forwards, introChunkMoveYUp 12.2s ease-in-out infinite !important;
}

body.force-intro-motion .chunk-move-down {
  animation: introChunkDropFromTop 1280ms cubic-bezier(0.2, 0.84, 0.24, 1) forwards, introChunkMoveYDown 11.8s ease-in-out infinite !important;
}
