@keyframes loaderBreath {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.04);
  }
}
@keyframes reelFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
    filter: blur(2px);
  }
  22%,
  68% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
  to {
    opacity: 0;
    transform: translateY(-8px);
    filter: blur(2px);
  }
}
@keyframes reelBrand {
  0% {
    opacity: 0;
    transform: scale(0.9);
    filter: blur(20px);
    letter-spacing: 0.2em;
  }
  24% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    letter-spacing: -0.04em;
  }
  88% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
  to {
    opacity: 0;
    transform: scale(1.06);
    filter: blur(3px);
  }
}
@keyframes reelBrandDot {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes reelLine {
  to {
    width: clamp(120px, 16vw, 220px);
  }
}
@keyframes reelSubFade {
  to {
    opacity: 1;
  }
}
@keyframes reelMarkIn {
  0% {
    opacity: 0;
    transform: rotate(-90deg) scale(0.6);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
@keyframes reelGrain {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-1px, 1px);
  }
  66% {
    transform: translate(1px, -1px);
  }
  to {
    transform: translate(0.5px, 0.5px);
  }
}
@keyframes flowGradient {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 400%0;
  }
}
@keyframes noiseShift {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: -50px 30px;
  }
  50% {
    background-position: 30px -50px;
  }
  75% {
    background-position: -30px -30px;
  }
  to {
    background-position: 50px 50px;
  }
}
@keyframes rippleAnim {
  to {
    transform: translate(-50%, -50%) scale(60);
    opacity: 0;
  }
}
@keyframes scribbleDraw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes scribbleArrowIn {
  to {
    opacity: 1;
  }
}
@keyframes scribbleIn {
  to {
    opacity: 1;
  }
}
@keyframes mbDropWristband {
  0% {
    opacity: 0;
    transform: translateY(-30px) rotate(28deg) scale(0.85);
  }
  to {
    opacity: 1;
    transform: rotate(14deg);
  }
}
@keyframes mbDropPhotostrip {
  0% {
    opacity: 0;
    transform: translateY(40px) rotate(-22deg) scale(0.85);
  }
  to {
    opacity: 1;
    transform: rotate(-12deg);
  }
}
@keyframes mbDropSticker {
  0% {
    opacity: 0;
    transform: translateY(-30px) rotate(-28deg) scale(0.6);
  }
  to {
    opacity: 1;
    transform: rotate(-18deg);
  }
}
@keyframes mbDropCoffee {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes mbDrop1 {
  0% {
    opacity: 0;
    transform: translate3d(0, -14px, 0) rotate(-9deg) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-7deg) scale(1);
  }
}
@keyframes mbDrop2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 14px, 0) rotate(8deg) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(5deg) scale(1);
  }
}
@keyframes mbDrop3 {
  0% {
    opacity: 0;
    transform: translate3d(0, -14px, 0) rotate(11deg) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(8deg) scale(1);
  }
}
@keyframes mbDrop4 {
  0% {
    opacity: 0;
    transform: translate3d(0, 14px, 0) rotate(-8deg) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-5deg) scale(1);
  }
}
@keyframes mbDrop5 {
  0% {
    opacity: 0;
    transform: translate3d(0, -12px, 0) rotate(13deg) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(11deg) scale(1);
  }
}
@keyframes mbDropSticky {
  0% {
    opacity: 0;
    transform: translate3d(0, 14px, 0) rotate(-7deg) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-4deg) scale(1);
  }
}
@keyframes mbDropSticky2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -12px, 0) rotate(10deg) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(7deg) scale(1);
  }
}
@keyframes mbDropSwatch {
  0% {
    opacity: 0;
    transform: translate3d(0, -12px, 0) rotate(-12deg) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-9deg) scale(1);
  }
}
@keyframes mbDropCard {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0) rotate(-6deg) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-3deg) scale(1);
  }
}
@keyframes mbDropTicket {
  0% {
    opacity: 0;
    transform: translate3d(0, -12px, 0) rotate(-12deg) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-9deg) scale(1);
  }
}
@keyframes mbStripIn1 {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(34deg) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(34deg) scale(1);
  }
}
@keyframes mbStripIn2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(-22deg) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-22deg) scale(1);
  }
}
@keyframes illuFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-50%) translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}
@keyframes coneBreathe {
  0%,
  to {
    opacity: 0.85;
  }
  50% {
    opacity: 1;
  }
}
@keyframes lightPulse {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes discoSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes liveGlow {
  0%,
  to {
    opacity: 0.95;
  }
  50% {
    opacity: 1;
  }
}
@keyframes bassThump {
  0%,
  to {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.18);
    opacity: 0.85;
  }
}
@keyframes confettiFloat {
  0% {
    transform: translateY(0) rotate(0);
    opacity: 0.85;
  }
  50% {
    transform: translateY(20px) rotate(180deg);
    opacity: 1;
  }
  to {
    transform: translateY(0) rotate(360deg);
    opacity: 0.85;
  }
}
@keyframes floatA {
  0%,
  to {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(14px, -18px) rotate(15deg);
  }
}
@keyframes floatB {
  0%,
  to {
    transform: translate(0, 0) rotate(45deg);
  }
  50% {
    transform: translate(-16px, 16px) rotate(60deg);
  }
}
@keyframes wordIn {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scrollDot {
  0%,
  to {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(8px);
    opacity: 0.4;
  }
}
@keyframes pulse {
  0%,
  to {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}
@keyframes triIdle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    background: var(--yellow);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes typewriterCaret {
  50% {
    opacity: 0;
  }
}
@keyframes glitchAnim {
  0%,
  to {
    transform: translate(0);
    filter: none;
  }
  10% {
    transform: translate(-2px, 1px);
    filter: hue-rotate(90deg);
  }
  20% {
    transform: translate(2px, -1px);
    filter: hue-rotate(180deg);
  }
  30% {
    transform: translate(-1px, 2px);
    filter: hue-rotate(270deg) saturate(2);
  }
  40% {
    transform: translate(2px, -2px);
    filter: hue-rotate(45deg);
  }
  50% {
    transform: translate(-2px, 2px);
    filter: invert(0.4);
  }
  60% {
    transform: translate(2px, 1px);
    filter: hue-rotate(135deg);
  }
  70% {
    transform: translate(-1px, -2px);
    filter: hue-rotate(225deg);
  }
  80% {
    transform: translate(1px, 1px);
    filter: hue-rotate(315deg);
  }
}
@keyframes clapperHinge {
  0% {
    transform: rotateZ(-12deg);
    transform-origin: top left;
  }
  60% {
    transform: rotateZ(2deg);
  }
  to {
    transform: rotateZ(0deg);
  }
}
@keyframes cueBlink {
  0%,
  to {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.55;
    transform: scale(0.85);
  }
}
@keyframes recDot {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes chatDotPulse {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes spinOnce {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes bubbleClear {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  to {
    opacity: 0;
    transform: translateY(-14px) scale(0.94);
    filter: blur(2px);
  }
}
@keyframes bubbleIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes typingDot {
  0%,
  80%,
  to {
    transform: translateY(0);
    opacity: 0.4;
  }
  40% {
    transform: translateY(-6px);
    opacity: 1;
  }
}
@keyframes briefHolo {
  0% {
    background-position: 0 50%;
  }
  to {
    background-position: 200% 50%;
  }
}
@keyframes briefPin {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes ravePulse {
  0%,
  to {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.08) rotate(-2deg);
  }
}
@keyframes raveBg {
  0% {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}
@keyframes panelShimmer {
  0%,
  to {
    background-position:
      0 0,
      100%0,
      50% 100%,
      0 0;
  }
  50% {
    background-position:
      30% 30%,
      70% 30%,
      50% 70%,
      0 0;
  }
}
@keyframes mascotBob {
  0%,
  to {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-6px) rotate(-3deg);
  }
}
@keyframes mascotBlink {
  0%,
  95%,
  to {
    transform: scaleY(1);
  }
  97% {
    transform: scaleY(0.1);
  }
}
@keyframes shakeStop {
  0%,
  to {
    transform: translateX(0) rotate(0);
  }
  10% {
    transform: translateX(-10px) rotate(-2deg);
  }
  20% {
    transform: translateX(10px) rotate(2deg);
  }
  30% {
    transform: translateX(-8px) rotate(-1.5deg);
  }
  40% {
    transform: translateX(8px) rotate(1.5deg);
  }
  50% {
    transform: translateX(-6px);
  }
  60% {
    transform: translateX(6px);
  }
  70% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
  90% {
    transform: translateX(-2px);
  }
}
@keyframes gradShift {
  0% {
    background-position: 0 50%;
  }
  to {
    background-position: 300% 50%;
  }
}
@keyframes rainbowSlide {
  to {
    background-position: -300%0;
  }
}
@keyframes wiggleBlock {
  0%,
  to {
    transform: translateX(0) rotate(0);
  }
  25% {
    transform: translateX(-3px) rotate(-0.4deg);
  }
  75% {
    transform: translateX(3px) rotate(0.4deg);
  }
}
@keyframes cursorBounce {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(0.55);
  }
}
@keyframes heartRise {
  0% {
    transform: translateY(0) rotate(0);
    opacity: 0;
  }
  10% {
    opacity: 0.9;
  }
  to {
    transform: translateY(-110vh) rotate(360deg);
    opacity: 0;
  }
}
@keyframes partyHue {
  0% {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}
@keyframes tvScan {
  50% {
    transform: translateY(2px);
  }
}
@keyframes glitchBody {
  50% {
    transform: translate(-2px, 1px);
  }
}
@keyframes slapPop {
  0% {
    transform: translate(-50%, -50%) scale(0) rotate(-15deg);
    opacity: 0;
  }
  20% {
    transform: translate(-50%, -50%) scale(1.4) rotate(-8deg);
    opacity: 1;
  }
  60% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(1.5) rotate(8deg);
    opacity: 0;
  }
}
@keyframes favPop {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes meshFloat {
  0%,
  to {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(60px, -40px) scale(1.1);
  }
  66% {
    transform: translate(-50px, 30px) scale(0.95);
  }
}
@keyframes matrixFall {
  to {
    top: 110%;
  }
}
@keyframes vipBlink {
  50% {
    opacity: 0.3;
  }
}
@keyframes saverAuroraDrift {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-3%, 4%) scale(1.08);
  }
  to {
    transform: translate(4%, -3%) scale(1.04);
  }
}
@keyframes saverDotBlink {
  0%,
  to {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.7);
  }
}
@keyframes saverHeroBreathe {
  0%,
  to {
    opacity: 0.96;
  }
  50% {
    opacity: 1;
  }
}
@keyframes saverCtaPulse {
  0%,
  to {
    opacity: 0.5;
    transform: translateY(0);
  }
  50% {
    opacity: 0.9;
    transform: translateY(-3px);
  }
}
@keyframes codeFade {
  0% {
    opacity: 0.85;
    transform: translate(-50%, -50%) translateY(0);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-30px);
  }
}
@keyframes paintFade {
  0% {
    opacity: 0.85;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.4);
  }
}
@keyframes neonFlash {
  0%,
  to {
    filter: brightness(1) saturate(1);
  }
  30% {
    filter: brightness(1.5) saturate(1.8) hue-rotate(20deg);
  }
  60% {
    filter: brightness(1.3) saturate(1.4);
  }
}
@keyframes diSpinHard {
  to {
    transform: rotate(720deg);
    background: var(--yellow);
  }
}
@keyframes iconShake {
  0%,
  to {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-4px) rotate(-12deg);
  }
  40% {
    transform: translateX(4px) rotate(12deg);
  }
  60% {
    transform: translateX(-3px) rotate(-8deg);
  }
  80% {
    transform: translateX(3px) rotate(8deg);
  }
}
@keyframes iconTick {
  0%,
  to {
    transform: rotate(0);
  }
  25% {
    transform: rotate(30deg);
  }
  75% {
    transform: rotate(-30deg);
  }
}
@keyframes iconPulse {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
@keyframes iconRotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes iconZoom {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.45);
  }
}
@keyframes iconSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes iconBase {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
@keyframes statGlow {
  0%,
  to {
    text-shadow: 0 0 0 transparent;
  }
  40% {
    text-shadow: 0 0 28px rgba(255, 45, 120, 0.55);
  }
}
@keyframes livePulse {
  0%,
  to {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.6;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes cardGlowFloat {
  0%,
  to {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-30px, 40px);
  }
}
@keyframes scrollbarRainbow {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 300%;
  }
}
@keyframes triSpinSecret {
  to {
    transform: rotate(360deg);
  }
}
@keyframes curtainSweep {
  0% {
    transform: scaleX(0);
  }
  45% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes curtainSweepRight {
  0% {
    transform: scaleX(0);
  }
  45% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
    transform-origin: left;
  }
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes navProgressFlow {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 400%0;
  }
}
@keyframes secSweep {
  0% {
    transform: translateX(-110%);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  to {
    transform: translateX(110%);
    opacity: 0;
  }
}
@keyframes bigNumSwap {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes heroEnterZoom {
  0% {
    transform: scale(1.055);
  }
  to {
    transform: scale(1);
  }
}
@keyframes curtainCloseLeft {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@keyframes curtainCloseRight {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  to {
    transform: scaleX(1);
    transform-origin: right;
  }
}
@keyframes curtainOpenLeft {
  0% {
    transform: scaleX(1);
    transform-origin: left;
  }
  to {
    transform: scaleX(0);
    transform-origin: left;
  }
}
@keyframes curtainOpenRight {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  to {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes petBob {
  0%,
  to {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-3px) rotate(2deg);
  }
}
@keyframes petDotBlink {
  0%,
  95%,
  to {
    transform: scale(1);
  }
  97% {
    transform: scale(0.4);
  }
}
@keyframes petShadow {
  0%,
  to {
    transform: translateX(-50%) scaleX(1);
    opacity: 0.5;
  }
  50% {
    transform: translateX(-50%) scaleX(0.7);
    opacity: 0.3;
  }
}
@keyframes petSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes petSleep {
  0%,
  to {
    transform: translateY(0) rotate(-8deg);
  }
  50% {
    transform: translateY(-1px) rotate(-12deg);
  }
}
@keyframes petZ {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.6);
  }
  40% {
    opacity: 1;
    transform: translate(2px, -4px) scale(1);
  }
  to {
    opacity: 0;
    transform: translate(6px, -10px) scale(0.4);
  }
}
@keyframes moodPulse {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
@keyframes vhsTracking {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-1px, 0.5px);
  }
  to {
    transform: translate(0.5px, -0.5px);
  }
}
@keyframes vhsScan {
  to {
    background-position-y: 200px;
  }
}
@keyframes vhsTrackBand {
  0% {
    transform: translateY(-80px);
    opacity: 0;
  }
  10%,
  90% {
    opacity: 0.6;
  }
  to {
    transform: translateY(110vh);
    opacity: 0;
  }
}
@keyframes vhsNoise {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-2px, 1px);
  }
  66% {
    transform: translate(1px, -1px);
  }
  to {
    transform: translate(2px, 1px);
  }
}
@keyframes vhsRecBlink {
  50% {
    opacity: 0.3;
  }
}
@keyframes skFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes skBounceIn {
  0% {
    transform: rotate(calc(var(--rot, 0deg) + 3deg)) scale(0.9);
  }
  to {
    transform: rotate(var(--rot, 0deg)) scale(1);
  }
}
@keyframes skBreathe {
  0%,
  to {
    transform: rotate(calc(var(--rot, 0deg) - 1.4deg)) scale(1);
  }
  50% {
    transform: rotate(calc(var(--rot, 0deg) + 1.4deg)) scale(1);
  }
}
@keyframes washiSwing {
  0%,
  to {
    rotate: calc(var(--rot, 0deg) - 1deg);
  }
  50% {
    rotate: calc(var(--rot, 0deg) + 1deg);
  }
}
@keyframes cdSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes sparkleTwinkle {
  0%,
  to {
    opacity: 1;
    scale: 1;
  }
  50% {
    opacity: 0.55;
    scale: 0.82;
  }
}
@keyframes doodleDraw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes heroShapePulse {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.78;
  }
}
@keyframes grainShift {
  0%,
  to {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-3%, 2%);
  }
  50% {
    transform: translate(2%, -2%);
  }
  75% {
    transform: translate(-2%, -3%);
  }
}
@keyframes badgePulse {
  0%,
  to {
    transform: rotate(12deg) scale(1);
  }
  50% {
    transform: rotate(12deg) scale(1.06);
  }
}
:root {
  --pink: #ff2d78;
  --pink-soft: #ffe3ee;
  --yellow: #ffe500;
  --cyan: #00d4ff;
  --purple: #a855f7;
  --green: #39ff14;
  --ink: #0f0f0f;
  --paper: #fafaf7;
  --white: #ffffff;
  --line: rgba(15, 15, 15, 0.08);
  --shadow: 0 24px 80px -20px rgba(255, 45, 120, 0.35);
  --shadow-soft: 0 32px 60px -24px rgba(15, 15, 15, 0.18);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.mono,
body {
  font-weight: 400;
}
body {
  font-family:
    "Kanit",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
  overflow-x: hidden;
}
.mono {
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
}
::selection {
  background: var(--pink);
  color: var(--white);
}
.loader {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background:
    radial-gradient(ellipse 80% 60%at 50% 45%, #0a0612 0, #050309 70%), #050309;
  overflow: hidden;
  transition:
    transform 1.4s cubic-bezier(0.65, 0, 0.35, 1),
    opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.5s,
    filter 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity, filter;
}
.loader::before {
  content: "";
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 50% 40%at 30% 30%,
      rgba(168, 85, 247, 0.06),
      transparent 60%
    ),
    radial-gradient(
      ellipse 45% 35%at 70% 70%,
      rgba(255, 45, 120, 0.05),
      transparent 60%
    );
  animation: loaderBreath 6s ease-in-out infinite alternate;
  z-index: 0;
}
.loader.out {
  transform: translateY(-101%);
  opacity: 0;
  filter: blur(6px);
}
.loader::before,
.reel,
.reel-frame {
  position: absolute;
  inset: 0;
}
.reel {
  z-index: 1;
}
.reel-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  text-align: center;
  padding: 0 24px;
}
.frame-intro {
  animation: reelFade 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.15s forwards;
}
.frame-brand {
  animation: reelBrand 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.85s forwards;
}
.reel-mono {
  font-family: "Space Mono", monospace;
  font-size: clamp(11px, 1.3vw, 14px);
  letter-spacing: 0.38em;
  color: rgba(255, 255, 255, 0.78);
  text-transform: uppercase;
  white-space: nowrap;
}
.reel-brand {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-size: clamp(72px, 14vw, 200px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: #fff;
  display: inline-flex;
  align-items: baseline;
  gap: 0.02em;
}
.reel-brand .d {
  color: var(--pink);
  position: relative;
  text-shadow:
    0 0 30px rgba(255, 45, 120, 0.55),
    0 0 60px rgba(255, 45, 120, 0.3);
}
.reel-brand .d::after {
  content: "";
  position: absolute;
  top: 0.04em;
  right: -0.18em;
  width: 0.12em;
  height: 0.12em;
  background: var(--yellow);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(255, 229, 0, 0.7);
  opacity: 0;
  animation: reelBrandDot 0.5s cubic-bezier(0.16, 1, 0.3, 1) 2s forwards;
}
.reel-brand-line {
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  margin: 22px 0 18px;
  animation: reelLine 0.9s ease-out 1.9s forwards;
}
.reel-brand-sub {
  font-family: "Space Mono", monospace;
  font-size: clamp(10px, 1.2vw, 13px);
  letter-spacing: 0.42em;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  opacity: 0;
  animation: reelSubFade 0.8s ease-out 2.2s forwards;
}
.reel-mark {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 14px;
  height: 14px;
  background: var(--pink);
  clip-path: polygon(100%0, 100% 100%, 0 100%);
  box-shadow: 0 0 14px rgba(255, 45, 120, 0.55);
  opacity: 0;
  z-index: 5;
  animation: reelMarkIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.45s forwards;
}
.reel-credit,
body.is-drag .cursor-ring::before {
  position: absolute;
  display: flex;
  align-items: center;
  font-family: "Space Mono", monospace;
}
.reel-credit {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  gap: 14px;
  font-size: 10px;
  letter-spacing: 0.32em;
  color: rgba(255, 255, 255, 0.55);
  text-transform: lowercase;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  animation: reelSubFade 0.7s ease-out 0.6s forwards;
}
.reel-credit-num {
  color: var(--yellow);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.reel-credit-line {
  width: 36px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}
.reel-credit-text {
  color: rgba(255, 255, 255, 0.7);
}
.reel-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.045) 1px,
    transparent 1px
  );
  background-size: 3px 3px;
  mix-blend-mode: overlay;
  animation: reelGrain 0.32s steps(3) infinite;
  opacity: 0.22;
  z-index: 2;
}
.hero h1 .word {
  animation-delay: calc(var(--d, 0s) + 4.5s);
}
body.skip-loader .hero h1 .word {
  animation-delay: var(--d, 0s);
}
@media (prefers-reduced-motion: reduce) {
  .reel-brand .d::after,
  .reel-brand-line,
  .reel-brand-sub,
  .reel-frame,
  .reel-grain,
  .reel-mono {
    animation: none !important;
  }
  .frame-brand {
    opacity: 1 !important;
  }
  .reel-brand-line {
    width: 180px;
  }
  .reel-brand .d::after,
  .reel-brand-sub {
    opacity: 1;
  }
}
@media (pointer: fine) {
  body,
  body * {
    cursor: none !important;
  }
}
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  z-index: 9999;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    var(--pink) 0%,
    var(--yellow) 25%,
    var(--cyan) 50%,
    var(--purple) 75%,
    var(--pink) 100%
  );
  background-size: 400% 100%;
  animation: flowGradient 3s linear infinite;
  transition: width 0.08s linear;
}
.cursor-dot,
.cursor-ring,
.cursor-trail {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 10000;
  will-change: transform;
  border-radius: 50%;
}
.cursor-dot {
  width: 12px;
  height: 12px;
  background: var(--cur-dot, var(--yellow));
  margin: -6px 0 0-6px;
  transition:
    transform 0.18s cubic-bezier(0.2, 0.8, 0.2, 1),
    background 0.4s ease;
  mix-blend-mode: difference;
}
.cursor-ring {
  width: 44px;
  height: 44px;
  border: 1.5px solid var(--cur-ring, var(--yellow));
  margin: -22px 0 0-22px;
  transition:
    width 0.28s cubic-bezier(0.2, 0.8, 0.2, 1),
    height 0.28s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-radius 0.28s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.4s ease,
    background 0.4s ease,
    margin 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.cursor-trail {
  width: 6px;
  height: 6px;
  background: var(--cur-trail, var(--pink));
  opacity: 0.6;
  margin: -3px 0 0-3px;
  transition: background 0.4s ease;
}
body[data-zone="paper"] {
  --cur-dot: var(--pink);
  --cur-ring: var(--pink);
  --cur-trail: var(--yellow);
}
body[data-zone="dark"] {
  --cur-dot: var(--yellow);
  --cur-ring: var(--yellow);
  --cur-trail: var(--pink);
}
body[data-zone="pink"] {
  --cur-dot: var(--white);
  --cur-ring: var(--yellow);
  --cur-trail: var(--white);
}
body[data-zone="yellow"] {
  --cur-dot: var(--ink);
  --cur-ring: var(--pink);
  --cur-trail: var(--ink);
}
body.is-hover .cursor-dot {
  transform: translate(var(--cx, 0), var(--cy, 0)) scale(3);
}
body.is-hover .cursor-ring {
  width: 64px;
  height: 64px;
  margin: -32px 0 0-32px;
  border-radius: 30%;
  border-color: rgba(255, 45, 120, 0.55);
  background: rgba(255, 45, 120, 0.08);
}
body.is-type .cursor-dot,
body.is-type .cursor-trail {
  opacity: 0;
}
body.is-type .cursor-ring {
  width: 4px;
  height: 26px;
  margin: -13px 0 0-2px;
  border-radius: 1px;
  border: 0;
  background: var(--pink);
  box-shadow: 0 0 14px rgba(255, 45, 120, 0.65);
}
body.is-drag .cursor-ring {
  width: 110px;
  height: 44px;
  margin: -22px 0 0-55px;
  border-radius: 999px;
  border: 0;
  background: var(--yellow);
}
body.is-drag .cursor-ring::before {
  content: "↔ DRAG";
  inset: 0;
  justify-content: center;
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: var(--ink);
}
body.is-drag .cursor-dot {
  opacity: 0;
}
@media (pointer: coarse) {
  .cursor-dot,
  .cursor-ring,
  .cursor-trail {
    display: none;
  }
}
.noise-overlay {
  position: fixed;
  inset: 0;
  z-index: 9990;
  opacity: 0.025;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.6 0'/></filter><rect width='200' height='200' filter='url(%23n)'/></svg>");
  animation: noiseShift 0.38s steps(2) infinite;
}
.noise-overlay,
.particle,
.ripple {
  pointer-events: none;
}
.particle {
  position: fixed;
  z-index: 9998;
  will-change: transform, opacity;
}
.ripple {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) scale(1);
  animation: rippleAnim 0.8s ease-out forwards;
}
.mag {
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}
.rv,
.rv-l,
.rv-rot,
.rv-s {
  opacity: 0;
  transition:
    opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.rv {
  transform: translateY(56px);
}
.rv-l {
  transform: translateX(-60px);
}
.rv-s {
  transform: scale(0.85);
}
.rv-rot {
  transform: rotate(-6deg) translateY(36px) scale(0.96);
}
.rv-l.in,
.rv-rot.in,
.rv-s.in,
.rv.in {
  opacity: 1;
  transform: none;
}
.d1 {
  transition-delay: 0.1s;
}
.d2 {
  transition-delay: 0.2s;
}
.d3 {
  transition-delay: 0.3s;
}
.d4 {
  transition-delay: 0.4s;
}
.d5 {
  transition-delay: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  *,
  ::after,
  ::before {
    animation: none !important;
    transition: none !important;
  }
  .rv,
  .rv-l,
  .rv-rot,
  .rv-s {
    opacity: 1;
    transform: none;
  }
  .cursor-dot,
  .cursor-ring,
  .cursor-trail,
  .noise-overlay,
  .scroll-progress {
    display: none;
  }
  @media (pointer: fine) {
    body,
    body * {
      cursor: auto !important;
    }
  }
}
nav.top,
nav.top .logo {
  display: flex;
  align-items: center;
}
nav.top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 18px 32px;
  justify-content: space-between;
  background: rgba(250, 250, 247, 0.72);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  border-bottom: 1px solid var(--line);
  transition: all 0.3s ease;
}
nav.top.dark {
  background: rgba(15, 15, 15, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  color: var(--white);
}
nav.top .logo {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -0.02em;
  gap: 9px;
  text-decoration: none;
  color: inherit;
  transition: letter-spacing 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.mark-tri {
  width: 11px;
  height: 11px;
  background: var(--pink);
  clip-path: polygon(100%0, 100% 100%, 0 100%);
  transition:
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.3s;
}
nav.top .logo:hover .mark-tri {
  transform: rotate(180deg);
  background: var(--yellow);
}
.mark-tri,
nav.top .logo .word {
  display: inline-block;
}
nav.top .logo .accent {
  color: var(--yellow);
  position: relative;
  display: inline-block;
}
nav.top .logo .accent::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -5px;
  width: 5px;
  height: 5px;
  background: var(--pink);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.4);
  transition:
    opacity 0.3s ease,
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
nav.top .logo:hover {
  letter-spacing: 0.06em;
}
nav.top .logo:hover .accent::after {
  opacity: 1;
  transform: scale(1);
}
nav.top .logo .corner,
nav.top ul a::after {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
nav.top .logo .corner {
  width: 14px;
  height: 14px;
  border-left: 3px solid var(--pink);
  border-bottom: 3px solid var(--pink);
  display: inline-block;
}
nav.top .logo:hover .corner {
  transform: rotate(-90deg);
}
nav.top ul {
  display: flex;
  gap: 28px;
  list-style: none;
}
nav.top .cta,
nav.top ul a {
  font-weight: 500;
  text-decoration: none;
}
nav.top ul a {
  font-size: 14px;
  color: inherit;
  opacity: 0.6;
  position: relative;
  padding: 4px 0;
}
nav.top ul a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  transform: scaleX(0);
}
nav.top ul a.active,
nav.top ul a:hover {
  opacity: 1;
}
nav.top ul a.active::after {
  transform: scaleX(1);
}
nav.top .cta {
  background: var(--ink);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 13px;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}
nav.top .cta:hover,
nav.top ul a::after,
nav.top.dark .cta {
  background: var(--pink);
}
nav.top .cta:hover {
  transform: scale(1.04);
  color: var(--white);
}
.nav-burger {
  display: none;
  background: 0 0;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border-radius: 8px;
  transition: background 0.25s ease;
}
.nav-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.25s ease;
  transform-origin: center;
}
.nav-burger:hover {
  background: rgba(255, 255, 255, 0.06);
}
.nav-burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.nav-burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 720px) {
  nav.top,
  nav.top ul {
    padding: 14px 20px;
    position: fixed;
  }
  .nav-burger {
    display: inline-flex;
  }
  nav.top ul a::after,
  nav.top > .cta {
    display: none;
  }
  nav.top ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 24px 20px 28px;
    background: rgba(8, 6, 18, 0.96);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
      opacity 0.3s ease,
      visibility 0s linear 0.3s;
    z-index: 99;
    box-shadow: 0 30px 80px -10px rgba(0, 0, 0, 0.6);
    list-style: none;
  }
  nav.top ul.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
      transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
      opacity 0.3s ease,
      visibility 0s linear 0s;
  }
  nav.top ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  nav.top ul li:last-child {
    border-bottom: 0;
  }
  nav.top ul a {
    display: block;
    padding: 16px 4px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    min-height: 44px;
  }
  nav.top ul::after {
    content: "เริ่มงานกัน →";
    display: block;
    margin-top: 16px;
    padding: 14px 24px;
    background: var(--pink);
    color: #fff;
    font-family: "Kanit", sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 999px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 12px 28px -10px rgba(255, 45, 120, 0.55);
  }
  body.nav-open {
    overflow: hidden;
  }
}
.hero-shape {
  position: absolute;
  pointer-events: auto;
  z-index: 1;
  cursor: grab;
  user-select: none;
  will-change: transform;
}
.hero-shape:active {
  cursor: grabbing;
}
.hero-shape.s1 {
  top: 14%;
  left: 5%;
  width: 56px;
  height: 56px;
  background: var(--pink);
  clip-path: polygon(100%0, 100% 100%, 0 100%);
  animation: floatA 14s ease-in-out infinite;
  opacity: 0.32;
}
.hero-shape.s2 {
  top: 18%;
  right: 7%;
  width: 42px;
  height: 42px;
  border: 1.5px solid var(--yellow);
  border-radius: 50%;
  animation: floatB 18s ease-in-out infinite;
  opacity: 0.32;
}
.hero-shape.s3 {
  bottom: 24%;
  left: 8%;
  width: 24px;
  height: 24px;
  background: var(--cyan);
  border-radius: 50%;
  opacity: 0.3;
  animation: floatA 16s ease-in-out infinite reverse;
}
.hero-shape.s4 {
  bottom: 18%;
  right: 6%;
  width: 50px;
  height: 50px;
  background: var(--yellow);
  transform: rotate(45deg);
  animation: floatB 20s ease-in-out infinite;
  opacity: 0.24;
}
.hero-illu {
  display: none !important;
}
.moodboard {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.moodboard .mb-item {
  pointer-events: auto;
}
.mb-board {
  position: relative;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at 1px 1px,
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px
    )
    0 0/22px 22px;
  border-radius: 16px;
}
.mb-item {
  position: absolute;
  transform-origin: 50%0;
  transition:
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    z-index 0s 0.3s;
  cursor: default;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.mb-strip {
  transform-origin: 50% 50%;
}
.moodboard.is-live .mb-item {
  transition: box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.mb-item:hover {
  z-index: 50 !important;
}
.moodboard:not(.is-live) .mb-item:hover {
  transform: rotate(0deg) translateY(-6px) scale(1.04) !important;
  transition-delay: 0s, 0s, 0s;
}
.mb-item:hover .mb-tape {
  opacity: 1;
}
.mb-pin,
.mb-tape {
  position: absolute;
  z-index: 5;
}
.mb-tape {
  top: -8px;
  left: -14px;
  width: 56px;
  height: 16px;
  box-shadow:
    0 3px 8px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 229, 0, 0.2) inset;
  transform: rotate(-22deg);
  opacity: 0.92;
  transition: opacity 0.4s ease;
}
.mb-tape,
.mb-tape.mb-tape-y {
  background: rgba(255, 229, 0, 0.55);
}
.mb-tape.mb-tape-c {
  background: rgba(0, 212, 255, 0.5);
  left: auto;
  right: -14px;
  transform: rotate(22deg);
}
.mb-tape.mb-tape-p {
  background: rgba(255, 45, 120, 0.5);
  left: -10px;
  transform: rotate(-18deg);
}
.mb-tape.mb-tape-corner {
  width: 48px;
  height: 14px;
  top: -6px;
  left: -10px;
  transform: rotate(-26deg);
}
.mb-pin {
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 30%,
    #ff8eaf 0%,
    var(--pink) 50%,
    #8a0c3d 100%
  );
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.5),
    inset -2px -2px 4px rgba(0, 0, 0, 0.3);
}
.mb-pin.pin-cyan {
  background: radial-gradient(
    circle at 30% 30%,
    #c0f7ff 0%,
    var(--cyan) 50%,
    #007090 100%
  );
}
.mb-pol {
  background: #faf7f0;
  padding: 10px 10px 0;
  border-radius: 3px;
  box-shadow:
    0 14px 32px -8px rgba(0, 0, 0, 0.55),
    0 4px 12px -4px rgba(0, 0, 0, 0.45),
    0 1px 0 rgba(255, 255, 255, 0.5) inset;
  overflow: hidden;
}
.mb-pol img,
.mb-pol picture {
  display: block;
}
.mb-pol img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.02);
  border-radius: 1px;
}
.mb-pol figcaption {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 10.5px;
  color: rgba(20, 17, 10, 0.78);
  padding: 8px 4px 10px;
  text-align: center;
  letter-spacing: 0.02em;
}
.mb-p1 {
  width: clamp(140px, 14vw, 200px);
  top: 12%;
  left: 4%;
  transform: rotate(-7deg);
  z-index: 3;
}
.mb-p2 {
  width: clamp(130px, 13vw, 190px);
  bottom: 8%;
  left: 9%;
  transform: rotate(5deg);
  z-index: 3;
}
.mb-p3 {
  width: clamp(140px, 14vw, 200px);
  top: 10%;
  right: 5%;
  transform: rotate(8deg);
  z-index: 3;
}
.mb-p4 {
  width: clamp(130px, 13vw, 180px);
  bottom: 14%;
  right: 4%;
  transform: rotate(-5deg);
  z-index: 3;
}
.mb-p5 {
  width: clamp(110px, 11vw, 150px);
  top: 50%;
  right: 18%;
  transform: rotate(11deg);
  z-index: 2;
  opacity: 0.85;
}
.mb-sticky {
  width: clamp(110px, 11vw, 140px);
  height: clamp(110px, 11vw, 140px);
  background: linear-gradient(180deg, #fff7a8 0, #ffe566 100%);
  padding: 18px 16px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow:
    0 12px 24px -6px rgba(0, 0, 0, 0.45),
    0 4px 8px -2px rgba(255, 229, 0, 0.18);
  bottom: 22%;
  left: 28%;
  transform: rotate(-4deg);
  z-index: 4;
  border-radius: 2px;
}
.mb-sticky.mb-sticky-2 {
  background: linear-gradient(180deg, #ffd0e6 0, #ff8eaf 100%);
  bottom: auto;
  top: 22%;
  left: auto;
  right: 24%;
  transform: rotate(7deg);
  z-index: 4;
}
.mb-sticky.mb-sticky-2 em {
  color: #fff;
}
.mb-sticky p,
.mb-sticky.mb-sticky-2 p {
  color: #1a1208;
}
.mb-sticky::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, transparent 50%, rgba(0, 0, 0, 0.18) 50%);
}
.mb-sticky p {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1;
  letter-spacing: -0.02em;
}
.mb-sticky em {
  font-style: italic;
  font-weight: 500;
  color: #b3164a;
}
.mb-swatch {
  width: clamp(130px, 13vw, 170px);
  background: #faf7f0;
  border-radius: 4px;
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow:
    0 12px 24px -6px rgba(0, 0, 0, 0.5),
    0 1px 0 rgba(255, 255, 255, 0.5) inset;
  top: 6%;
  left: 26%;
  transform: rotate(-9deg);
  z-index: 4;
}
.mb-swatch-c {
  height: 26px;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
}
.mb-swatch-c.c-pink {
  background: var(--pink);
}
.mb-swatch-c.c-yellow {
  background: var(--yellow);
}
.mb-swatch-c.c-cyan {
  background: var(--cyan);
}
.mb-swatch-label {
  font-family: "Space Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.32em;
  color: rgba(20, 17, 10, 0.55);
  text-align: center;
  text-transform: uppercase;
  margin-top: 4px;
  padding-top: 6px;
  border-top: 1px dashed rgba(20, 17, 10, 0.18);
}
.mb-card {
  width: clamp(140px, 14vw, 190px);
  background: linear-gradient(180deg, #fafaf3 0, #ece6d6 100%);
  background-image: repeating-linear-gradient(
    180deg,
    transparent 0 22px,
    rgba(0, 100, 200, 0.12) 22px 23px
  );
  background-blend-mode: multiply;
  padding: 14px 14px 12px;
  border-radius: 3px;
  box-shadow:
    0 12px 26px -6px rgba(0, 0, 0, 0.5),
    0 1px 0 rgba(255, 255, 255, 0.5) inset;
  bottom: 24%;
  left: 28%;
  transform: rotate(-3deg);
  z-index: 4;
}
.mb-card-key {
  font-family: "Space Mono", monospace;
  font-size: 9.5px;
  letter-spacing: 0.32em;
  color: var(--pink);
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 45, 120, 0.4);
  margin-bottom: 12px;
}
.mb-card-line {
  height: 1.5px;
  background: rgba(20, 17, 10, 0.45);
  margin-bottom: 10px;
  border-radius: 1px;
}
.mb-card-line.short {
  width: 60%;
}
.mb-card-tag {
  font-family: "Kanit", sans-serif;
  font-style: italic;
  font-size: 10.5px;
  color: rgba(20, 17, 10, 0.55);
  margin-top: 6px;
  letter-spacing: 0.01em;
}
.mb-ticket {
  width: clamp(140px, 14vw, 180px);
  background: linear-gradient(135deg, var(--pink) 0%, #b3164a 100%);
  color: #fff;
  border-radius: 6px;
  padding: 14px 14px 12px;
  box-shadow:
    0 14px 30px -6px rgba(255, 45, 120, 0.45),
    0 4px 10px -3px rgba(0, 0, 0, 0.5);
  top: 8%;
  right: 26%;
  transform: rotate(-9deg);
  z-index: 4;
}
.mb-tk-perf {
  border-top: 1px dashed rgba(255, 255, 255, 0.45);
  margin: 0-14px 10px;
}
.mb-tk-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.mb-tk-col {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mb-tk-key {
  font-family: "Space Mono", monospace;
  font-size: 8.5px;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
.mb-tk-val {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.mb-pol-stamp {
  position: absolute;
  bottom: 38px;
  right: 8px;
  font-family: "Space Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.18em;
  color: rgba(180, 60, 100, 0.82);
  text-transform: uppercase;
  padding: 2px 5px;
  background: rgba(255, 247, 240, 0.9);
  border-radius: 1px;
  transform: rotate(-2deg);
  opacity: 0.85;
}
.mb-wristband {
  width: clamp(110px, 11vw, 140px);
  height: 28px;
  top: 42%;
  left: 6%;
  z-index: 5;
  display: flex;
  align-items: center;
}
.mb-wb-band {
  flex: 1;
  height: 100%;
  background: repeating-linear-gradient(
    45deg,
    var(--pink) 0 6px,
    #b3164a 6px 12px,
    var(--cyan) 12px 18px,
    #007090 18px 24px,
    var(--yellow) 24px 30px,
    #d4a90c 30px 36px
  );
  border-radius: 14px 0 0 14px;
  box-shadow:
    0 6px 16px -4px rgba(255, 45, 120, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.2) inset;
}
.mb-ps-frame.mb-ps-blank::after,
.mb-wb-tag {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
}
.mb-wb-clip::after,
.mb-wb-clip::before,
.mb-wb-tag {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mb-wb-tag {
  left: 0;
  background: #fff;
  color: var(--pink);
  font-size: 10px;
  letter-spacing: 0.18em;
  padding: 4px 8px;
  border-radius: 3px;
  z-index: 2;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
}
.mb-wb-clip {
  width: 18px;
  height: 100%;
  background: linear-gradient(180deg, #d8d8e0 0, #6a6a72 100%);
  border-radius: 0 4px 4px 0;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.3) inset,
    0 4px 8px -2px rgba(0, 0, 0, 0.4);
  position: relative;
}
.mb-wb-clip::after,
.mb-wb-clip::before {
  content: "";
  width: 2px;
  height: 14px;
  background: rgba(0, 0, 0, 0.4);
}
.mb-wb-clip::before {
  left: 5px;
}
.mb-wb-clip::after {
  right: 5px;
}
.mb-photostrip {
  width: clamp(72px, 8vw, 96px);
  background: #faf7f0;
  padding: 8px 6px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 3px;
  box-shadow:
    0 14px 30px -6px rgba(0, 0, 0, 0.55),
    0 1px 0 rgba(255, 255, 255, 0.5) inset;
  bottom: 28%;
  right: 14%;
  z-index: 5;
}
.mb-ps-frame {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #1a1426;
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.05);
  border-radius: 1px;
}
.mb-ps-frame.mb-ps-blank {
  background:
    repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.06) 0 5px,
      rgba(0, 0, 0, 0.1) 5px 10px
    ),
    linear-gradient(135deg, #2a261d 0, #14110b 100%);
  position: relative;
}
.mb-ps-frame.mb-ps-blank::after {
  content: "?";
  font-size: 18px;
  color: rgba(0, 212, 255, 0.85);
  text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}
.mb-ps-foot {
  font-family: "Space Mono", monospace;
  font-size: 7px;
  letter-spacing: 0.22em;
  color: rgba(20, 17, 10, 0.55);
  text-align: center;
  text-transform: uppercase;
  margin-top: 2px;
}
.mb-ps-frame.mb-ps-blank,
.mb-sticker {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mb-sticker {
  width: clamp(76px, 8vw, 96px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 30%,
    #ff8eaf 0%,
    var(--pink) 50%,
    #b3164a 100%
  );
  box-shadow:
    0 12px 24px -6px rgba(255, 45, 120, 0.5),
    0 0 0 2px rgba(255, 255, 255, 0.85) inset;
  top: 4%;
  left: 16%;
  z-index: 6;
}
.mb-stk-ring {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.6);
}
.mb-stk-core {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.mb-stk-text {
  position: absolute;
  inset: 0;
  font-family: "Space Mono", monospace;
  font-size: 7.5px;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  display: none;
}
.mb-coffee,
.mb-scribble {
  position: absolute;
  pointer-events: none;
}
.mb-coffee {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px solid rgba(120, 70, 40, 0.16);
  box-shadow:
    0 0 0 2px rgba(120, 70, 40, 0.1),
    0 0 30px rgba(120, 70, 40, 0.08) inset;
  bottom: 12%;
  left: 42%;
  z-index: 1;
  filter: blur(0.3px);
}
.mb-scribble {
  z-index: 2;
}
.mb-scribble-1 {
  width: 200px;
  top: 18%;
  left: 32%;
  opacity: 0;
  animation: scribbleIn 1.2s cubic-bezier(0.4, 0, 0.2, 1) 2.2s forwards;
}
.mb-sc-path {
  animation: scribbleDraw 1.5s cubic-bezier(0.65, 0, 0.35, 1) 2.2s forwards;
}
.mb-sc-arrow {
  opacity: 0;
  animation: scribbleArrowIn 0.4s ease 3.5s forwards;
}
.mb-scribble-2 {
  width: 60px;
  top: 36%;
  left: 22%;
  opacity: 0;
  animation: scribbleIn 0.6s ease 2.6s forwards;
}
.mb-scribble-3 {
  width: 36px;
  top: 58%;
  right: 14%;
  opacity: 0;
  animation: scribbleIn 0.6s ease 2.8s forwards;
}
.mb-strip {
  position: absolute;
  height: 12px;
  pointer-events: none;
  border-radius: 1px;
  z-index: 1;
}
.mb-strip-1,
.mb-strip-2 {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}
.mb-strip-1 {
  width: 80px;
  top: 6%;
  right: 38%;
  background: rgba(255, 229, 0, 0.32);
  transform: rotate(34deg);
}
.mb-strip-2 {
  width: 70px;
  bottom: 18%;
  right: 36%;
  background: rgba(0, 212, 255, 0.28);
  transform: rotate(-22deg);
}
.mb-item {
  opacity: 0;
  animation: mbDrop 1.5s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-play-state: paused;
}
body.skip-loader .mb-item {
  animation-play-state: running;
}
.mb-p1 {
  animation-delay: 0.5s;
}
.mb-p2 {
  animation-delay: 0.7s;
}
.mb-p3 {
  animation-delay: 0.9s;
}
.mb-p4 {
  animation-delay: 1.1s;
}
.mb-p5 {
  animation-delay: 1.3s;
}
.mb-swatch {
  animation-delay: 1.5s;
}
.mb-card {
  animation-delay: 1.7s;
}
.mb-ticket {
  animation-delay: 1.9s;
}
.mb-sticky {
  animation-delay: 2.1s;
}
.mb-sticky-2 {
  animation-delay: 2.3s;
}
.mb-strip-1,
.mb-strip-2 {
  animation-delay: 2.5s;
  animation-duration: 1s;
}
.mb-strip-2 {
  animation-delay: 2.7s;
}
.mb-wristband {
  animation-delay: 1.5s;
  animation-name: mbDropWristband;
}
.mb-photostrip {
  animation-delay: 1.65s;
  animation-name: mbDropPhotostrip;
}
.mb-sticker {
  animation-delay: 1.05s;
  animation-name: mbDropSticker;
}
.mb-coffee {
  animation-delay: 0.5s;
  animation-name: mbDropCoffee;
  animation-duration: 1.2s;
}
.mb-p1.mb-item {
  animation-name: mbDrop1;
}
.mb-p2.mb-item {
  animation-name: mbDrop2;
}
.mb-p3.mb-item {
  animation-name: mbDrop3;
}
.mb-p4.mb-item {
  animation-name: mbDrop4;
}
.mb-p5.mb-item {
  animation-name: mbDrop5;
}
.mb-sticky.mb-item {
  animation-name: mbDropSticky;
}
.mb-sticky-2.mb-item {
  animation-name: mbDropSticky2;
}
.mb-swatch.mb-item {
  animation-name: mbDropSwatch;
}
.mb-card.mb-item {
  animation-name: mbDropCard;
}
.mb-ticket.mb-item {
  animation-name: mbDropTicket;
}
.mb-strip-1.mb-item {
  animation-name: mbStripIn1;
}
.mb-strip-2.mb-item {
  animation-name: mbStripIn2;
}
@media (max-width: 980px) {
  .mb-p5,
  .mb-strip-1,
  .mb-strip-2 {
    display: none;
  }
  .mb-sticky-2 {
    right: 6%;
    top: 14%;
  }
  .mb-ticket {
    right: 8%;
    top: 4%;
  }
  .mb-swatch {
    left: 6%;
    top: 4%;
  }
}
@media (max-width: 720px) {
  .mb-card,
  .mb-p2,
  .mb-p4,
  .mb-sticky-2,
  .mb-ticket {
    display: none;
  }
  .mb-p1,
  .mb-p3 {
    width: 110px;
    top: 4%;
  }
  .mb-p1 {
    left: 3%;
  }
  .mb-p3 {
    right: 3%;
  }
  .mb-sticky {
    width: 90px;
    height: 90px;
    bottom: 6%;
    left: 4%;
  }
  .mb-swatch {
    width: 110px;
    bottom: 6%;
    right: 3%;
    top: auto;
    left: auto;
    transform: rotate(6deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mb-item {
    animation: none !important;
    opacity: 1 !important;
  }
  .mb-p1 {
    transform: rotate(-7deg);
  }
  .mb-p2 {
    transform: rotate(5deg);
  }
  .mb-p3 {
    transform: rotate(8deg);
  }
  .mb-p4 {
    transform: rotate(-5deg);
  }
  .mb-p5 {
    transform: rotate(11deg);
    opacity: 0.85 !important;
  }
  .mb-sticky {
    transform: rotate(-4deg);
  }
  .mb-sticky-2 {
    transform: rotate(7deg);
  }
  .mb-swatch {
    transform: rotate(-9deg);
  }
  .mb-card {
    transform: rotate(-3deg);
  }
  .mb-ticket {
    transform: rotate(-9deg);
  }
  .mb-strip-1 {
    transform: rotate(34deg);
  }
  .mb-strip-2 {
    transform: rotate(-22deg);
  }
  .mb-item:hover {
    transform: rotate(0deg) scale(1.02) !important;
  }
}
.hero-illu svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.hi-cones .cone {
  transform-origin: 50%0;
  animation: coneBreathe 5s ease-in-out infinite;
}
.hi-cones .cone-pink {
  animation-delay: 0s;
}
.hi-cones .cone-cyan {
  animation-delay: 1.6s;
}
.hi-cones .cone-yellow {
  animation-delay: 3.2s;
}
.hi-light circle:last-child {
  animation: lightPulse 2.4s ease-in-out infinite;
}
.hi-light-1 circle:last-child {
  animation-delay: 0s;
}
.hi-light-2 circle:last-child {
  animation-delay: 0.8s;
}
.hi-light-3 circle:last-child {
  animation-delay: 1.6s;
}
.hi-disco {
  transform-origin: 240px 100px;
  animation: discoSpin 14s linear infinite;
}
.hi-led text:first-of-type {
  animation: liveGlow 2.6s ease-in-out infinite;
}
.hi-mic {
  transform-origin: 240px 430px;
}
.hi-spk-left circle:nth-child(4),
.hi-spk-right circle:nth-child(4) {
  transform-origin: center center;
  transform-box: fill-box;
  animation: bassThump 0.9s ease-in-out infinite;
}
.hi-spk-right circle:nth-child(4) {
  animation-delay: 0.45s;
}
.hi-confetti .conf {
  transform-origin: center;
  animation: confettiFloat 8s ease-in-out infinite;
}
.hi-confetti .c1 {
  animation-delay: 0s;
  animation-duration: 9s;
}
.hi-confetti .c2 {
  animation-delay: 1.2s;
  animation-duration: 11s;
}
.hi-confetti .c3 {
  animation-delay: 0.6s;
  animation-duration: 7s;
}
.hi-confetti .c4 {
  animation-delay: 2.4s;
  animation-duration: 10s;
}
.hi-confetti .c5 {
  animation-delay: 1.8s;
  animation-duration: 8s;
}
.hi-confetti .c6 {
  animation-delay: 0.9s;
  animation-duration: 9.5s;
}
.hi-confetti .c7 {
  animation-delay: 3s;
  animation-duration: 7.5s;
}
.hi-confetti .c8 {
  animation-delay: 2.2s;
  animation-duration: 11s;
}
@media (max-width: 1280px) {
  .hero-illu {
    width: clamp(280px, 36vw, 460px);
    right: 20px;
  }
}
@media (max-width: 980px) {
  .hero-illu {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    max-width: 380px;
    margin: 32px auto 0;
    opacity: 1;
    animation: none;
  }
  .hero-illu svg {
    max-width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-illu,
  .hi-cones .cone,
  .hi-confetti .conf,
  .hi-disco,
  .hi-led text:first-of-type,
  .hi-light circle:last-child,
  .hi-spk-left circle,
  .hi-spk-right circle {
    animation: none !important;
  }
  .hero-illu {
    opacity: 1 !important;
    transform: translateY(-50%) !important;
  }
  .hero-shape {
    animation: none !important;
  }
}
@media (max-width: 720px) {
  .hero-shape {
    display: none;
  }
}
.hero,
.hero .tag {
  align-items: center;
}
.hero {
  min-height: 100svh;
  background: var(--ink);
  color: var(--white);
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 120px 32px 80px;
}
.hero-inner::before,
.hero::before {
  content: "";
  position: absolute;
  pointer-events: none;
}
.hero::before {
  inset: 0;
  background:
    radial-gradient(
      1000px circle at 15% 30%,
      rgba(255, 45, 120, 0.28) 0,
      transparent 50%
    ),
    radial-gradient(
      800px circle at 85% 70%,
      rgba(255, 229, 0, 0.14) 0,
      transparent 50%
    );
}
.hero-inner {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}
.hero-inner::before {
  inset: -10% -8%;
  background: radial-gradient(
    ellipse 70% 60%at 50% 50%,
    rgba(6, 5, 13, 0.65) 0,
    rgba(6, 5, 13, 0) 75%
  );
  z-index: -1;
}
.hero .tag {
  margin-bottom: 32px;
  display: inline-flex;
  gap: 10px;
}
.eyebrow::before,
.hero .tag::after,
.hero .tag::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--pink);
}
.hero h1 {
  font-weight: 900;
  font-size: clamp(48px, 11vw, 168px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform-style: preserve-3d;
  will-change: transform;
}
.hero .tag,
.hero h1 .pink {
  color: var(--pink);
}
.hero h1 .stroke {
  -webkit-text-stroke: 1.5px var(--white);
  color: transparent;
}
@media (max-width: 720px) {
  .hero h1 .stroke {
    -webkit-text-stroke-width: 1px;
  }
}
.hero h1 .line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.08em;
}
.hero h1 .word {
  display: inline-block;
  transform: translateY(110%);
  opacity: 0;
  animation: wordIn 1s cubic-bezier(0.16, 1, 0.3, 1) var(--d, 0s) forwards;
  margin-right: 0.18em;
}
.hero h1 .word:last-child {
  margin-right: 0;
}
@media (prefers-reduced-motion: reduce) {
  .hero h1 .word {
    transform: none;
    opacity: 1;
    animation: none;
  }
}
.hero p.lede {
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 400;
  max-width: 560px;
  margin: 0 auto 48px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}
.hero .cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.32s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: 0;
}
.btn-pink {
  background: var(--pink);
  color: var(--white);
  box-shadow: var(--shadow);
}
.btn-pink:hover {
  transform: translateY(-2px) scale(1.02);
}
.btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}
.btn .arrow {
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn:hover .arrow {
  transform: translateX(4px);
}
.scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.45);
  z-index: 2;
}
.scroll-hint .dot {
  width: 4px;
  height: 8px;
  border-radius: 4px;
  background: var(--pink);
  animation: scrollDot 1.6s ease-in-out infinite;
}
.trust {
  background: var(--paper);
  padding: 80px 32px;
  border-top: 1px solid var(--line);
}
.trust-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.stat .num {
  font-weight: 900;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.stat .label {
  font-size: 13px;
  color: rgba(15, 15, 15, 0.6);
  font-weight: 500;
}
@media (max-width: 720px) {
  .trust-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
section.block {
  padding: 140px 32px;
  position: relative;
}
section.block .container {
  max-width: 1200px;
  margin: 0 auto;
}
.eyebrow {
  color: var(--pink);
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.h2,
.vibe-card h3 {
  font-weight: 900;
  font-size: clamp(40px, 6vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
.h2 .pink,
.stat .num .pink {
  color: var(--pink);
}
.lede-2,
.vibe-card p {
  color: rgba(15, 15, 15, 0.6);
}
.lede-2 {
  font-size: clamp(16px, 1.4vw, 19px);
  max-width: 640px;
  line-height: 1.65;
}
.vibe-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-top: 64px;
}
.vibe-card {
  background: var(--white);
  border-radius: 28px;
  padding: 44px 36px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 0 var(--line);
}
.vibe-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px -20px rgba(15, 15, 15, 0.18);
}
.vibe-card .num {
  font-family: "Space Mono", monospace;
  font-size: 12px;
  color: var(--pink);
  letter-spacing: 0.15em;
  margin-bottom: 32px;
}
.vibe-card h3 {
  font-size: clamp(28px, 2.4vw, 36px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.vibe-card p {
  font-size: 15px;
  line-height: 1.55;
}
.story,
.vibe-card.feature {
  background: var(--ink);
  color: var(--white);
}
.vibe-card.feature {
  grid-column: span 6;
  min-height: 360px;
}
.vibe-card.feature h3 {
  font-size: clamp(36px, 3.6vw, 56px);
}
.vibe-card.feature p {
  color: rgba(255, 255, 255, 0.65);
}
.vibe-card.feature .num,
.vibe-card.pink .num {
  color: var(--yellow);
}
.vibe-card.size-1 {
  grid-column: span 6;
}
.vibe-card.size-2,
.vibe-card.size-3,
.vibe-card.size-4 {
  grid-column: span 4;
}
.vibe-card.pink {
  background: var(--pink);
  color: var(--white);
}
.vibe-card.pink p {
  color: rgba(255, 255, 255, 0.85);
}
.vibe-card.yellow {
  background: var(--yellow);
  color: var(--ink);
}
.vibe-card.yellow .num {
  color: var(--ink);
}
.vibe-card.yellow p {
  color: rgba(15, 15, 15, 0.7);
}
@media (max-width: 900px) {
  .vibe-card.feature,
  .vibe-card.size-1,
  .vibe-card.size-2,
  .vibe-card.size-3,
  .vibe-card.size-4 {
    grid-column: span 12;
  }
}
.story {
  padding: 0;
}
.story-head {
  padding: 140px 32px 80px;
  text-align: center;
}
.story-head .eyebrow {
  color: var(--yellow);
}
.story-head .eyebrow::before {
  background: var(--yellow);
}
.story-head .h2 .pink,
.story-step .left h3 .pink {
  color: var(--pink);
}
.story-head p {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
}
.story-track {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px 140px;
}
.story-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 80px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.story-step:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.story-track,
section + section {
  position: relative;
}
.story-progress {
  position: absolute;
  left: -8px;
  top: 100px;
  bottom: 100px;
  width: 2px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  pointer-events: none;
}
.story-progress::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--p, 0%);
  background: linear-gradient(180deg, var(--pink), var(--yellow));
  border-radius: 2px;
  transition: height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.story-step {
  transition:
    opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 901px) {
  .story-step:not(.in-spot) {
    opacity: 0.32;
    filter: blur(1.2px);
  }
  .story-step.in-spot {
    opacity: 1;
    filter: none;
  }
  .story-step.in-spot .visual {
    box-shadow: 0 30px 70px -20px rgba(255, 45, 120, 0.35);
  }
}
.story-step .visual {
  transition: box-shadow 0.6s ease;
  aspect-ratio: 4/3;
  border-radius: 28px;
  background: linear-gradient(
    135deg,
    rgba(255, 45, 120, 0.16),
    rgba(255, 229, 0, 0.06)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.story-step .left .num {
  font-family: "Space Mono", monospace;
  font-size: 13px;
  color: var(--pink);
  letter-spacing: 0.18em;
  margin-bottom: 18px;
}
.story-step .left h3 {
  font-weight: 900;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}
.story-step .left p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  max-width: 480px;
}
.story-step .visual::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.7;
}
.story-step .visual.pat-1::before {
  background-image: radial-gradient(
    circle,
    rgba(255, 45, 120, 0.45) 1.6px,
    transparent 2.2px
  );
  background-size: 26px 26px;
}
.story-step .visual.pat-2::before {
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 229, 0, 0.18) 0 1px,
    transparent 1px 14px
  );
}
.story-step .visual.pat-3::before {
  background-image:
    radial-gradient(
      circle at 70% 30%,
      rgba(0, 212, 255, 0.18) 0 1px,
      transparent 2px 60px
    ),
    radial-gradient(
      circle at 70% 30%,
      rgba(0, 212, 255, 0.16) 0 1px,
      transparent 2px 110px
    ),
    radial-gradient(
      circle at 70% 30%,
      rgba(0, 212, 255, 0.14) 0 1px,
      transparent 2px 170px
    ),
    radial-gradient(
      circle at 70% 30%,
      rgba(0, 212, 255, 0.12) 0 1px,
      transparent 2px 240px
    );
}
.story-step .visual.pat-4::before {
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(255, 229, 0, 0.1) 0 1px,
      transparent 1px 18px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 45, 120, 0.1) 0 1px,
      transparent 1px 18px
    );
}
.story-step .visual.pat-5::before {
  background-image: radial-gradient(
    circle at 50% 50%,
    rgba(255, 45, 120, 0.32) 0,
    rgba(255, 45, 120, 0.12) 25%,
    transparent 60%
  );
  animation: pulse 4s ease-in-out infinite;
}
.story-step .visual .badge {
  font-family: "Space Mono", monospace;
  font-size: clamp(56px, 8vw, 120px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.06);
  letter-spacing: -0.02em;
}
.story-step .visual .label {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.story-step:nth-child(even) .left {
  order: 2;
}
.story-step:nth-child(even) .visual {
  order: 1;
  background: linear-gradient(
    135deg,
    rgba(0, 212, 255, 0.12),
    rgba(255, 45, 120, 0.08)
  );
}
@media (max-width: 900px) {
  .story-step,
  .story-step:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .story-step:nth-child(even) .left {
    order: 1;
  }
  .story-step:nth-child(even) .visual {
    order: 2;
  }
}
.why {
  background: var(--paper);
  padding: 140px 32px;
}
.why .container {
  max-width: 1200px;
  margin: 0 auto;
}
.why h2 {
  margin-bottom: 20px;
}
.why h2 .pink,
.work-head h2 .pink {
  color: var(--pink);
}
.why .lede-2 {
  margin-bottom: 56px;
}
.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.bento-card {
  border-radius: 28px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 240px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
}
.bento-card.span-8 {
  grid-column: span 8;
}
.bento-card.span-6 {
  grid-column: span 6;
}
.bento-card.span-4 {
  grid-column: span 4;
}
.bento-card.dark {
  background: var(--ink);
  color: var(--white);
}
.bento-card.pink {
  background: var(--pink);
  color: var(--white);
}
.bento-card.yellow {
  background: var(--yellow);
  color: var(--ink);
}
.bento-card .b-num {
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  opacity: 0.55;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.bento-card .b-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  margin-bottom: 24px;
  font-size: 22px;
}
.bento-card.light .b-icon {
  background: rgba(15, 15, 15, 0.06);
}
.bento-card.yellow .b-icon {
  background: rgba(15, 15, 15, 0.08);
}
.bento-card h3 {
  font-weight: 900;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.bento-card p {
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.72;
  margin-top: auto;
}
.bento-card:hover {
  transform: translateY(-8px) scale(1.008);
  box-shadow: 0 36px 72px -22px rgba(15, 15, 15, 0.32);
}
.bento-card .b-deco {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  opacity: 0.18;
  pointer-events: none;
}
@media (max-width: 900px) {
  .bento-card.span-4,
  .bento-card.span-6,
  .bento-card.span-8 {
    grid-column: span 12;
  }
}
.mark-tri.idle-rotate {
  animation: triIdle 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.typing-word {
  display: inline-block;
  position: relative;
  min-width: 2.5ch;
}
.typing-word::after {
  content: "|";
  display: inline-block;
  margin-left: 0.04em;
  color: var(--pink);
  font-weight: 400;
  animation: typewriterCaret 0.8s steps(1) infinite;
}
.time-greet {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 24px;
  transition:
    background 0.4s,
    border-color 0.4s;
}
.hero-spark {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--yellow);
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0 0 12px var(--yellow);
  z-index: 5;
}
.stat .stat-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 45, 120, 0.1);
  color: var(--pink);
  font-size: 16px;
}
.vibe-card.flippable {
  cursor: pointer;
}
.vibe-card .vibe-back,
.vibe-card .vibe-front {
  transition:
    opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.vibe-card .vibe-back {
  position: absolute;
  inset: 0;
  padding: 44px 36px;
  opacity: 0;
  transform: scale(0.96) rotateY(8deg);
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
.vibe-card.flipped .vibe-front {
  opacity: 0;
  transform: scale(0.96) rotateY(-8deg);
  pointer-events: none;
}
.vibe-card.flipped .vibe-back {
  opacity: 1;
  transform: scale(1) rotateY(0);
  pointer-events: auto;
}
.vibe-card .flip-hint {
  position: absolute;
  right: 18px;
  bottom: 18px;
  font-family: "Space Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  opacity: 0.4;
  text-transform: uppercase;
  pointer-events: none;
}
.vibe-back .back-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vibe-back .back-list li {
  font-size: 13px;
  line-height: 1.5;
  padding-left: 16px;
  position: relative;
}
.vibe-back .back-list li::before {
  content: "◢";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
  opacity: 0.6;
}
.logo.glitch {
  animation: glitchAnim 0.9s steps(9) forwards;
}
.bento-card,
.vibe-card {
  transform-style: preserve-3d;
  will-change: transform;
}
.work {
  background: var(--paper);
  padding: 140px 32px;
}
.work .container {
  max-width: 1200px;
  margin: 0 auto;
}
.work-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
.why h2,
.work-head h2 {
  font-weight: 900;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -0.03em;
}
.work-head .see-all {
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  opacity: 0.7;
  transition:
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.work-head .see-all:hover {
  opacity: 1;
}
.work-head .see-all:hover .arr {
  transform: translateX(6px);
}
.work-head .see-all .arr {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.work-card {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.work-card.span-8 {
  grid-column: span 8;
}
.work-card.span-6 {
  grid-column: span 6;
}
.work-card.span-4 {
  grid-column: span 4;
}
.work-frame {
  aspect-ratio: 4/3;
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    var(--c1, var(--pink)) 0%,
    var(--c2, var(--ink)) 100%
  );
  position: relative;
  overflow: hidden;
}
.work-card:hover .work-frame {
  transform: translateY(-8px) scale(1.012);
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.4);
}
.work-frame::after,
.work-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.work-frame::after {
  background: radial-gradient(
    circle at 30% 25%,
    rgba(255, 255, 255, 0.18) 0,
    transparent 55%
  );
}
.work-frame::before {
  background: 0 0;
  transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.work-card:hover .work-frame::before {
  background: rgba(0, 0, 0, 0.22);
}
.work-frame .hover-year {
  position: absolute;
  right: 22px;
  top: 22px;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.55);
  z-index: 2;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity 0.35s ease,
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.work-card:hover .hover-year {
  opacity: 1;
  transform: translateY(0);
}
.work-frame .hover-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  z-index: 3;
  opacity: 0;
  transform: scale(0.5) translate(20px, 20px);
  transition:
    opacity 0.3s ease,
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.work-card:hover .hover-arrow {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}
.work-frame .frame-pat {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
}
.work-frame.fp-dot .frame-pat {
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 1.5px,
    transparent 2px
  );
  background-size: 26px 26px;
}
.work-frame.fp-line .frame-pat {
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.18) 0 1px,
    transparent 1px 16px
  );
}
.work-frame.fp-grid .frame-pat {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 32px 32px;
}
.work-frame .num {
  position: absolute;
  left: 22px;
  top: 22px;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.85);
  z-index: 2;
}
.work-frame .title-overlay {
  position: absolute;
  left: 22px;
  bottom: 22px;
  right: 22px;
  font-weight: 900;
  font-size: clamp(22px, 2.4vw, 34px);
  letter-spacing: -0.02em;
  color: var(--white);
  line-height: 1;
  z-index: 2;
}
.contact-form,
.work-meta {
  display: flex;
  flex-direction: column;
}
.work-meta {
  margin-top: 16px;
  gap: 4px;
}
.work-meta .tag {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: rgba(15, 15, 15, 0.5);
  text-transform: uppercase;
}
.work-meta h3 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
@media (max-width: 900px) {
  .work-card.span-4,
  .work-card.span-6,
  .work-card.span-8 {
    grid-column: span 12;
  }
}
.contact-form {
  max-width: 600px;
  margin: 0 auto;
  gap: 12px;
  text-align: left;
}
.contact-form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.contact-form input,
.contact-form textarea {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  outline: 0;
  width: 100%;
  transition:
    border-color 0.2s,
    background 0.2s,
    box-shadow 0.3s;
}
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: 0 0 0 3px rgba(255, 45, 120, 0.18);
}
.chip-label {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  margin: 6px 0-2px;
}
.chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.chip {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 8px 14px;
  font-family: inherit;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.25s;
}
.chip.active,
.chip:hover {
  border-color: var(--pink);
  color: var(--white);
}
.chip.active {
  background: var(--pink);
  box-shadow: 0 4px 14px -4px rgba(255, 45, 120, 0.6);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--pink);
  background: rgba(255, 45, 120, 0.06);
}
.contact-form textarea {
  min-height: 110px;
  resize: vertical;
  line-height: 1.5;
}
.contact-form .submit-btn {
  align-self: stretch;
  margin-top: 6px;
  padding: 16px 28px;
  background: var(--pink);
  color: var(--white);
  border: 0;
  border-radius: 999px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 14px 40px -10px rgba(255, 45, 120, 0.55);
  transition:
    transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.contact-form .submit-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.25) 50%,
    transparent 70%
  );
  transform: translateX(-100%);
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.contact-form .submit-btn:hover::before {
  transform: translateX(100%);
}
.contact-form .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px -10px rgba(255, 45, 120, 0.7);
}
.contact-form .submit-btn .arrow {
  transition: transform 0.3s;
}
.contact-form .submit-btn:hover .arrow {
  transform: translateX(4px);
}
.contact-form .form-note {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  margin-top: 4px;
}
.form-success {
  background: rgba(57, 255, 20, 0.08);
  border: 1px solid rgba(57, 255, 20, 0.4);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  color: var(--white);
}
.form-success h4 {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 6px;
}
.form-success p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
@media (max-width: 600px) {
  .contact-form .row {
    grid-template-columns: 1fr;
  }
}
.slate-card {
  max-width: 760px;
  margin: 36px auto 0;
  position: relative;
  background: linear-gradient(180deg, #14111c 0, #0c0a14 100%);
  border-radius: 14px;
  text-align: left;
  box-shadow:
    0 50px 120px -20px rgba(0, 0, 0, 0.7),
    0 20px 50px -10px rgba(255, 45, 120, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  overflow: hidden;
}
.slate-clapper {
  height: 38px;
  background: #0a0810;
  position: relative;
  border-bottom: 2px solid #1a1426;
}
.slate-teeth {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 22px;
  display: flex;
  z-index: 2;
  transform-origin: top left;
  animation: clapperHinge 0.9s cubic-bezier(0.34, 1.4, 0.64, 1) 0.3s 1 both;
}
.slate-teeth span {
  flex: 1;
  background: #fafaf3;
  clip-path: polygon(0 0, 100%0, 50% 100%);
  height: 100%;
  margin-right: 2px;
}
.slate-teeth span:nth-child(2n) {
  background: #14111c;
}
.slate-header {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 24px 6px 18px;
  margin-top: 22px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
  background: repeating-linear-gradient(
    0deg,
    transparent 0 6px,
    rgba(255, 255, 255, 0.015) 6px 7px
  );
}
.slate-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  min-width: 0;
}
.slate-meta:last-child {
  border-right: none;
}
.sm-key {
  font-family: "Space Mono", monospace;
  font-size: 9.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}
.sm-val {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #fff;
  text-transform: lowercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sm-val.sm-pin {
  color: var(--pink);
}
@media (max-width: 640px) {
  .slate-header {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 0;
  }
  .slate-meta:nth-child(2) {
    border-right: none;
  }
  .slate-meta {
    padding: 0 14px;
  }
  .sm-val {
    font-size: 15px;
  }
}
.slate-form {
  padding: 24px clamp(20px, 3vw, 36px) 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.slate-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 26px;
  text-align: left;
}
.slate-form .form-note,
.slate-form .sl-full,
.slate-form .slate-action {
  grid-column: 1/-1;
}
.slate-form > input[type="text"][name="_gotcha"] {
  position: absolute !important;
}
.slate-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.slate-label {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
  margin: 0;
}
.sl-bracket {
  color: rgba(255, 255, 255, 0.35);
  font-size: 14px;
  font-weight: 700;
}
.sl-key,
.sl-name {
  font-family: "Kanit", sans-serif;
  font-size: 14px;
}
.sl-key {
  font-weight: 900;
  letter-spacing: 0.18em;
  color: var(--yellow);
}
.sl-name {
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.78);
  text-transform: none;
}
.sl-opt {
  font-size: 9.5px;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.32);
  margin-left: auto;
}
.slate-form input {
  font-family: "Kanit", sans-serif;
}
.slate-form input,
.slate-form textarea {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 13px 16px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  outline: 0;
  width: 100%;
  transition:
    border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.brief-form input::placeholder,
.brief-form textarea::placeholder,
.slate-form input::placeholder,
.slate-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.32);
}
.slate-form input:focus,
.slate-form textarea:focus {
  border-color: var(--pink);
  background: rgba(255, 45, 120, 0.05);
  box-shadow: 0 0 0 4px rgba(255, 45, 120, 0.14);
}
.slate-form textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.55;
  font-family: "Kanit", sans-serif;
}
.slate-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
}
.slate-cue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.cue-light {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  box-shadow:
    0 0 12px rgba(57, 255, 20, 0.7),
    0 0 0 1px rgba(57, 255, 20, 0.3) inset;
  animation: cueBlink 1.6s ease-in-out infinite;
}
.slate-form .form-note,
.slate-form .submit-btn,
.slate-submit {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}
.slate-form .submit-btn,
.slate-submit {
  flex: 0 0 auto;
  margin-top: 0 !important;
  padding: 14px 30px !important;
  background: linear-gradient(135deg, var(--pink) 0%, #b3164a 100%) !important;
  font-family: "Kanit", sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.32em !important;
  border-radius: 999px !important;
  gap: 10px !important;
  box-shadow:
    0 14px 40px -10px rgba(255, 45, 120, 0.6),
    0 0 0 3px rgba(255, 45, 120, 0.18) !important;
}
.ss-rec {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.85);
  animation: recDot 1.2s ease-in-out infinite;
}
.slate-form .form-note {
  gap: 10px;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.42);
  margin-top: 14px;
  padding: 8px 14px;
  background: rgba(255, 229, 0, 0.06);
  border-left: 3px solid var(--yellow);
  border-radius: 4px;
  align-self: flex-start;
}
.sn-tape {
  width: 16px;
  height: 8px;
  background: var(--yellow);
  opacity: 0.7;
  clip-path: polygon(0 30%, 100%0, 100% 70%, 0 100%);
}
@media (max-width: 640px) {
  .slate-body {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .slate-action {
    flex-direction: column;
    align-items: stretch;
  }
  .slate-form .submit-btn,
  .slate-submit {
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cue-light,
  .slate-teeth,
  .ss-rec {
    animation: none !important;
  }
}
.brief-card,
.slate-card {
  display: none !important;
}
.chat-card {
  max-width: 560px;
  margin: 36px auto 0;
  position: relative;
  background: linear-gradient(180deg, #16121f 0, #0c0a14 100%);
  border-radius: 24px;
  text-align: left;
  box-shadow:
    0 50px 120px -20px rgba(0, 0, 0, 0.7),
    0 20px 50px -10px rgba(255, 45, 120, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.chat-head {
  padding: 18px 22px 16px;
  justify-content: space-between;
  gap: 16px;
  background: rgba(255, 255, 255, 0.025);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
}
.chat-av,
.chat-head,
.chat-who {
  display: flex;
  align-items: center;
}
.chat-who {
  gap: 12px;
}
.chat-av {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  justify-content: center;
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  background:
    radial-gradient(
      circle at 30% 30%,
      rgba(255, 229, 0, 0.95) 0,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 70%,
      rgba(0, 212, 255, 0.9) 0,
      transparent 55%
    ),
    linear-gradient(135deg, #ffd0e6, #ff2d78);
  box-shadow:
    0 0 14px rgba(255, 45, 120, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.chat-id {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.1;
}
.chat-name {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.01em;
  gap: 6px;
}
.chat-name,
.chat-status,
.chat-verified {
  display: inline-flex;
  align-items: center;
}
.chat-verified {
  background: var(--cyan);
  color: var(--ink);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
  justify-content: center;
  box-shadow: 0 0 8px rgba(0, 212, 255, 0.5);
}
.chat-status {
  font-family: "Space Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: lowercase;
  gap: 6px;
}
.chat-status .chat-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green, #39ff14);
  box-shadow: 0 0 6px rgba(57, 255, 20, 0.7);
  animation: chatDotPulse 1.6s ease-in-out infinite;
}
.chat-restart {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transition:
    background 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.chat-restart:hover {
  background: rgba(255, 45, 120, 0.12);
  border-color: var(--pink);
  color: var(--pink);
  transform: rotate(-90deg);
}
.chat-restart.spinning {
  animation: spinOnce 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1;
}
.chat-thread.is-clearing > .chat-bubble,
.chat-thread.is-clearing > .chat-typing {
  animation: bubbleClear 0.45s cubic-bezier(0.4, 0, 1, 1) forwards;
}
.chat-thread.is-clearing > :nth-last-child(1) {
  animation-delay: 0s;
}
.chat-thread.is-clearing > :nth-last-child(2) {
  animation-delay: 0.04s;
}
.chat-thread.is-clearing > :nth-last-child(3) {
  animation-delay: 0.08s;
}
.chat-thread.is-clearing > :nth-last-child(4) {
  animation-delay: 0.12s;
}
.chat-thread.is-clearing > :nth-last-child(5) {
  animation-delay: 0.16s;
}
.chat-thread.is-clearing > :nth-last-child(n + 6) {
  animation-delay: 0.2s;
}
.chat-thread {
  flex: 1;
  min-height: 360px;
  max-height: 480px;
  overflow-y: auto;
  padding: 22px 22px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  scroll-behavior: smooth;
}
.chat-thread::-webkit-scrollbar {
  width: 4px;
}
.chat-thread::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.chat-bubble {
  max-width: 78%;
  padding: 12px 16px;
  border-radius: 20px;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  word-wrap: break-word;
  opacity: 0;
  transform: translateY(10px) scale(0.96);
  animation: bubbleIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.chat-bubble.received,
.chat-typing {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px 20px 20px 6px;
}
.chat-bubble.received {
  color: rgba(255, 255, 255, 0.95);
}
.chat-bubble.received .b-pink {
  color: var(--pink);
  font-weight: 600;
}
.chat-bubble.received .b-yellow {
  color: var(--yellow);
}
.chat-bubble.received .b-cyan {
  color: var(--cyan);
}
.chat-bubble.sent {
  align-self: flex-end;
  background: linear-gradient(135deg, var(--pink) 0%, #d92260 100%);
  color: #fff;
  border-radius: 20px 20px 6px 20px;
  box-shadow: 0 8px 22px -8px rgba(255, 45, 120, 0.55);
  font-weight: 500;
}
.chat-typing {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 14px 16px;
  opacity: 0;
  animation: bubbleIn 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.chat-typing span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  animation: typingDot 1.2s ease-in-out infinite;
}
.chat-typing span:nth-child(2) {
  animation-delay: 0.18s;
}
.chat-typing span:nth-child(3) {
  animation-delay: 0.36s;
}
.chat-composer {
  position: relative;
  padding: 14px 16px 16px;
  background: rgba(255, 255, 255, 0.025);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
}
.chat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px 4px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 12px;
}
.chat-chips[hidden] {
  display: none;
}
.chat-chips .chip {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  font-family: "Kanit", sans-serif;
  font-size: 13px;
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.chat-chips .chip:hover {
  border-color: var(--pink);
  color: #fff;
  background: rgba(255, 45, 120, 0.1);
  transform: translateY(-2px);
}
.chat-chips .chip[aria-pressed="true"] {
  background: var(--pink);
  border-color: var(--pink);
  color: #fff;
  box-shadow: 0 6px 16px -6px rgba(255, 45, 120, 0.65);
}
.chat-inputrow {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 6px 6px 6px 18px;
  transition:
    border-color 0.3s ease,
    background 0.3s ease;
}
.chat-inputrow:focus-within {
  border-color: var(--pink);
  background: rgba(255, 45, 120, 0.06);
  box-shadow: 0 0 0 4px rgba(255, 45, 120, 0.12);
}
.chat-input {
  flex: 1;
  background: 0 0 !important;
  border: 0 !important;
  outline: 0 !important;
  padding: 10px 0 !important;
  margin: 0 !important;
  font-family: "Kanit", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  width: auto !important;
}
.chat-input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}
.chat-input[disabled],
body.scrolled-in nav.top::after {
  opacity: 0.5;
}
.chat-send {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 0;
  background: linear-gradient(135deg, var(--pink) 0%, #d92260 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 18px -6px rgba(255, 45, 120, 0.65);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.chat-send:hover {
  transform: scale(1.08) translateX(1px);
}
.chat-send:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
}
.chat-foot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Space Mono", monospace;
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.32);
  margin: 12px 4px 0;
}
.chat-foot .cf-pin {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 6px rgba(57, 255, 20, 0.6);
}
.chat-card.done .chat-chips,
.chat-card.done .chat-inputrow {
  display: none;
}
.chat-card.done .chat-foot {
  text-align: center;
  width: 100%;
  justify-content: center;
}
@media (max-width: 600px) {
  .chat-card {
    max-width: 100%;
  }
  .chat-thread {
    min-height: 320px;
    max-height: 60vh;
  }
  .chat-bubble {
    font-size: 14.5px;
    max-width: 86%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .chat-bubble,
  .chat-status .chat-dot,
  .chat-typing span {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
.brief-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(
    90deg,
    var(--pink) 0%,
    var(--yellow) 25%,
    var(--cyan) 50%,
    #a855f7 75%,
    var(--pink) 100%
  );
  background-size: 200% 100%;
  animation: briefHolo 9s linear infinite;
}
.brief-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 18px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
}
.brief-header-l,
.brief-header-r {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1.3;
}
.brief-header-r {
  text-align: right;
}
.brief-stamp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.32em;
  color: var(--pink);
  font-weight: 700;
}
.brief-stamp .bs-pin {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 8px rgba(255, 45, 120, 0.7);
  animation: briefPin 1.6s ease-in-out infinite;
}
.brief-meta {
  font-size: 9.5px;
  letter-spacing: 0.32em;
  color: rgba(255, 255, 255, 0.45);
}
.brief-date {
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--yellow);
  font-weight: 700;
}
.brief-perfs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  margin: 0-8px;
}
.brief-perf {
  flex: 1;
  height: 1px;
  margin: 0 4px;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.18) 0 6px,
    transparent 6px 12px
  );
}
.brief-form {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 28px;
  text-align: left;
}
.brief-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.brief-form .b-full,
.brief-form .brief-footer,
.brief-form .form-note {
  grid-column: 1/-1;
}
.brief-form > input[type="text"][name="_gotcha"] {
  grid-column: 1/-1;
  height: 0 !important;
  margin: 0 !important;
}
.brief-label {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-family: "Space Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.32em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  margin: 0;
}
.brief-label .b-num {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: var(--pink);
  min-width: 22px;
}
.brief-label .b-key {
  flex: 1;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 13.5px;
  letter-spacing: 0.04em;
  text-transform: none;
}
.brief-label .b-req {
  font-size: 9px;
  letter-spacing: 0.3em;
  color: var(--pink);
  font-weight: 700;
}
.brief-label .b-req.opt {
  color: rgba(255, 255, 255, 0.35);
}
.brief-form input,
.brief-form textarea {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 14px 18px;
  font-family: "Kanit", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--white);
  outline: 0;
  width: 100%;
  transition:
    border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.brief-form input:focus,
.brief-form textarea:focus {
  border-color: var(--pink);
  background: rgba(255, 45, 120, 0.06);
  box-shadow: 0 0 0 4px rgba(255, 45, 120, 0.14);
}
.brief-form textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.55;
}
.brief-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
}
.brief-stampzone {
  position: relative;
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px dashed rgba(255, 229, 0, 0.35);
  flex-shrink: 0;
}
.brief-stampzone .stampzone-ring {
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 229, 0, 0.25);
}
.brief-stampzone .stampzone-text {
  font-family: "Space Mono", monospace;
  font-size: 8.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 229, 0, 0.55);
  text-align: center;
  line-height: 1.3;
  padding: 0 10px;
}
.brief-form .submit-btn,
.brief-submit {
  flex: 1;
  align-self: stretch;
  margin-top: 0 !important;
  padding: 16px 28px !important;
  font-family: "Kanit", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
}
.brief-submit .bs-mark {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--yellow);
  clip-path: polygon(100%0, 100% 100%, 0 100%);
  margin-right: 4px;
  box-shadow: 0 0 8px rgba(255, 229, 0, 0.6);
}
.brief-form .form-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin-top: 14px;
}
.brief-form .form-note .fn-pin {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 6px rgba(57, 255, 20, 0.6);
}
@media (max-width: 640px) {
  .brief-form {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .brief-card {
    padding: 24px 22px;
  }
  .brief-header {
    flex-direction: column;
    gap: 8px;
  }
  .brief-header-r {
    text-align: left;
  }
  .brief-footer {
    flex-direction: column;
    align-items: stretch;
  }
  .brief-stampzone {
    width: 80px;
    height: 80px;
    align-self: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brief-card::before,
  .brief-stamp .bs-pin {
    animation: none !important;
  }
}
.rave-banner,
.work-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.rave-banner {
  z-index: 9999;
  pointer-events: none;
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-size: clamp(60px, 12vw, 180px);
  color: var(--yellow);
  -webkit-text-stroke: 3px var(--pink);
  letter-spacing: -0.04em;
  text-shadow: 0 0 50px rgba(255, 45, 120, 0.8);
  mix-blend-mode: difference;
  animation: ravePulse 0.4s ease-in-out infinite;
}
body.rave .rave-banner {
  display: flex;
}
body.rave {
  animation: raveBg 0.3s linear infinite;
}
body.rave .marquee-track {
  animation-duration: 6s !important;
}
body.rave .marquee-track.reverse {
  animation-duration: 8s !important;
}
body.rave .scroll-progress {
  height: 8px;
  animation-duration: 0.3s !important;
}
body.rave .cursor-ring {
  width: 120px !important;
  height: 120px !important;
  margin: -60px 0 0-60px !important;
  border-color: var(--cyan) !important;
}
body.rave .cursor-dot {
  background: var(--green) !important;
}
body.rave .cursor-trail {
  background: var(--cyan) !important;
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
}
.work-modal {
  z-index: 9500;
  background: radial-gradient(
    ellipse at 30% 20%,
    rgba(255, 45, 120, 0.22),
    rgba(15, 15, 15, 0.92) 60%
  );
  backdrop-filter: blur(28px) saturate(140%);
  -webkit-backdrop-filter: blur(28px) saturate(140%);
  padding: 32px;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.work-modal.open {
  display: flex;
  opacity: 1;
}
.work-modal::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 80%, rgba(255, 229, 0, 0.1), transparent 50%),
    radial-gradient(
      circle at 15% 75%,
      rgba(255, 45, 120, 0.12),
      transparent 50%
    );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease 0.1s;
}
.work-modal.open::before {
  opacity: 1;
}
.work-modal .panel {
  background: var(--paper);
  border-radius: 32px;
  max-width: 960px;
  width: 100%;
  max-height: 88vh;
  overflow-y: auto;
  overflow-x: hidden;
  transform: scale(0.88) translateY(40px) rotate(-1.5deg);
  opacity: 0;
  transition:
    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.5s ease;
  position: relative;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 24px 60px -12px rgba(255, 45, 120, 0.32),
    0 48px 120px -24px rgba(0, 0, 0, 0.55);
  scrollbar-width: thin;
  scrollbar-color: var(--pink) transparent;
}
.work-modal.open .panel {
  transform: scale(1) translateY(0) rotate(0);
  opacity: 1;
}
.work-modal .panel::-webkit-scrollbar {
  width: 6px;
}
.work-modal .panel::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--pink), var(--yellow, #ffe500));
  border-radius: 3px;
}
.work-modal .panel::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 34px;
  background: linear-gradient(
    135deg,
    rgba(255, 45, 120, 0.6),
    rgba(255, 229, 0, 0.4),
    transparent 70%
  );
  z-index: -1;
  opacity: 0.7;
}
.work-modal .panel-frame {
  aspect-ratio: 16/9;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 229, 0, 0.5), transparent 50%),
    radial-gradient(
      circle at 80% 30%,
      rgba(255, 255, 255, 0.18),
      transparent 55%
    ),
    radial-gradient(
      circle at 60% 90%,
      rgba(255, 45, 120, 0.45),
      transparent 55%
    ),
    linear-gradient(135deg, var(--c1, var(--pink)), var(--c2, var(--ink)));
  background-size: 200% 200%;
  animation: panelShimmer 8s ease-in-out infinite;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  padding: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.06);
}
.work-modal .panel-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 30% 20%,
      rgba(255, 255, 255, 0.22) 0,
      transparent 55%
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 2px,
      rgba(0, 0, 0, 0.025) 2px,
      rgba(0, 0, 0, 0.025) 3px
    );
  pointer-events: none;
}
.work-modal .panel-frame .pat {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.22) 1.5px,
    transparent 2px
  );
  background-size: 32px 32px;
  opacity: 0.45;
  mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0.2) 100%
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0.2) 100%
  );
}
.work-modal .panel-frame::before {
  content: "[ CASE STUDY ]";
  position: absolute;
  top: 24px;
  left: 28px;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  z-index: 3;
}
.work-modal .panel-frame h3 {
  position: relative;
  z-index: 2;
  font-weight: 900;
  font-size: clamp(32px, 5vw, 64px);
  color: var(--white);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.35);
  max-width: 90%;
}
.work-modal .panel-body {
  padding: 40px 44px 48px;
  position: relative;
}
.work-modal .panel-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: rgba(15, 15, 15, 0.55);
  text-transform: uppercase;
  margin-bottom: 24px;
}
.work-modal .panel-meta span:not(:last-child) {
  position: relative;
}
.work-modal .panel-body p {
  font-size: 16px;
  line-height: 1.72;
  color: rgba(15, 15, 15, 0.78);
  margin-bottom: 14px;
  max-width: 65ch;
}
.work-modal .panel-body p:last-child {
  font-size: 13px;
  color: rgba(15, 15, 15, 0.45);
  font-style: italic;
  padding: 14px 18px;
  background: linear-gradient(
    135deg,
    rgba(255, 229, 0, 0.12),
    rgba(255, 45, 120, 0.06)
  );
  border-left: 3px solid var(--pink);
  border-radius: 4px 12px 12px 4px;
  margin-top: 24px;
}
.work-modal .panel-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  border: 2px solid rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.06),
    0 6px 16px rgba(0, 0, 0, 0.22),
    0 0 0 6px rgba(255, 255, 255, 0.08);
  transition:
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    background 0.25s,
    color 0.25s,
    box-shadow 0.3s;
}
.work-modal .panel-close:hover {
  transform: scale(1.12) rotate(90deg);
  background: var(--pink);
  color: var(--white);
  box-shadow:
    0 0 0 1px rgba(255, 45, 120, 0.4),
    0 8px 24px rgba(255, 45, 120, 0.45),
    0 0 0 8px rgba(255, 45, 120, 0.12);
}
.work-modal .panel-close:active {
  transform: scale(0.95) rotate(90deg);
}
@media (max-width: 720px) {
  .work-modal {
    padding: 16px;
  }
  .work-modal .panel {
    max-height: 92vh;
    border-radius: 24px;
  }
  .work-modal .panel-frame {
    padding: 28px 24px;
    aspect-ratio: 4/3;
  }
  .work-modal .panel-frame::before {
    top: 16px;
    left: 18px;
    font-size: 9px;
    padding: 6px 11px;
  }
  .work-modal .panel-body {
    padding: 28px 24px 32px;
  }
  .work-modal .panel-close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .work-modal .panel-frame {
    animation: none;
  }
}
.divider-tri {
  position: relative;
  height: 0;
  z-index: 5;
}
.divider-tri::after,
.divider-tri::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: var(--pink);
  clip-path: polygon(100%0, 100% 100%, 0 100%);
  top: -16px;
}
.divider-tri::before {
  left: 8%;
  transform: rotate(0deg);
  opacity: 0.5;
}
.divider-tri::after {
  right: 12%;
  transform: rotate(180deg);
  opacity: 0.7;
}
.divider-tri.yellow::after,
.divider-tri.yellow::before {
  background: var(--yellow);
}
.mascot {
  position: fixed;
  right: -160px;
  bottom: 28px;
  z-index: 9700;
  pointer-events: none;
  transition:
    right 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.5s;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 12px;
}
.mascot.show {
  right: 28px;
  pointer-events: auto;
}
.mascot .bubble {
  background: var(--ink);
  color: var(--white);
  padding: 12px 18px;
  border-radius: 18px;
  border-bottom-right-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 12px 30px -8px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(8px) scale(0.9);
  transform-origin: bottom right;
  transition:
    opacity 0.35s ease 0.4s,
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}
.mascot.show .bubble {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.mascot .bubble .accent {
  color: var(--yellow);
}
.mascot .body {
  width: 78px;
  height: 78px;
  background: var(--pink);
  clip-path: polygon(100%0, 100% 100%, 0 100%);
  cursor: pointer;
  position: relative;
  animation: mascotBob 2s ease-in-out infinite;
}
.mascot .body::after,
.mascot .body::before,
.mascot .close {
  position: absolute;
  border-radius: 50%;
  background: var(--white);
}
.mascot .body::after,
.mascot .body::before {
  content: "";
  width: 9px;
  height: 9px;
  top: 38%;
  animation: mascotBlink 4s steps(1) infinite;
}
.mascot .body::before {
  right: 32%;
}
.mascot .body::after {
  right: 14%;
}
.mascot .close {
  top: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  color: var(--ink);
  border: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s 0.6s;
}
.mascot.show .close {
  opacity: 1;
}
.shake-stop {
  animation: shakeStop 0.7s cubic-bezier(0.36, 0.07, 0.19, 0.97);
}
.stop-emoji {
  position: fixed;
  pointer-events: none;
  font-size: 44px;
  z-index: 9999;
  opacity: 1;
  transition:
    transform 1s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 1s;
}
.ctx-menu {
  position: fixed;
  background: var(--ink);
  color: var(--white);
  border-radius: 14px;
  padding: 6px;
  box-shadow: 0 24px 60px -12px rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99999;
  min-width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: scale(0.92);
  opacity: 0;
  transition:
    opacity 0.18s ease,
    transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}
.ctx-menu.show {
  display: block;
  opacity: 1;
  transform: scale(1);
}
.ctx-menu-head {
  padding: 8px 14px 6px;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.62);
  text-transform: uppercase;
}
.ctx-menu-item {
  padding: 10px 14px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition:
    background 0.15s,
    color 0.15s;
}
.ctx-menu-item:hover {
  background: var(--pink);
}
.ctx-menu-item .key {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  opacity: 0.5;
}
.ctx-menu hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin: 4px 0;
}
.bento-card.flippable {
  cursor: pointer;
}
.bento-card .b-back,
.bento-card .b-front {
  transition:
    opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.bento-card .b-back {
  position: absolute;
  inset: 0;
  padding: 32px;
  opacity: 0;
  transform: scale(0.96) rotateY(8deg);
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
.bento-card.flipped .b-front {
  opacity: 0;
  transform: scale(0.96) rotateY(-8deg);
  pointer-events: none;
}
.bento-card.flipped .b-back {
  opacity: 1;
  transform: scale(1) rotateY(0);
  pointer-events: auto;
}
.bento-card .b-back .b-num {
  margin-bottom: 16px;
}
.bento-card .b-back .b-quote {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  margin-top: auto;
}
.bento-card .b-back .b-stat {
  font-weight: 900;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.h-magnet {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.h-magnet,
.h-magnet-host {
  display: inline-block;
}
.cmdk,
.scroll-pct {
  position: fixed;
  opacity: 0;
}
.scroll-pct {
  top: 16px;
  right: 16px;
  z-index: 99;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(15, 15, 15, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 6px 12px;
  border-radius: 999px;
  pointer-events: none;
  transition: opacity 0.4s;
}
body.scrolled-in .scroll-pct {
  opacity: 1;
}
body[data-zone="paper"] .scroll-pct,
body[data-zone="yellow"] .scroll-pct {
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
}
.cmdk {
  inset: 0;
  z-index: 9700;
  background: rgba(15, 15, 15, 0.6);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: 18vh;
  padding-left: 16px;
  padding-right: 16px;
  transition: opacity 0.3s;
}
.cmdk.open {
  display: flex;
  opacity: 1;
}
.cmdk-input,
.cmdk-panel {
  width: 100%;
  color: var(--white);
}
.cmdk-panel {
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  max-width: 520px;
  overflow: hidden;
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.5);
  transform: scale(0.96) translateY(-20px);
  opacity: 0;
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.3s;
}
.cmdk.open .cmdk-panel {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.cmdk-input {
  background: 0 0;
  border: 0;
  outline: 0;
  padding: 16px 18px;
  font-family: inherit;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.cmdk-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.cmdk-list {
  max-height: 360px;
  overflow-y: auto;
  padding: 8px;
}
.cmdk-item {
  padding: 11px 14px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.85);
  transition:
    background 0.15s,
    color 0.15s;
}
.cmdk-item.active,
.cmdk-item:hover {
  background: var(--pink);
  color: var(--white);
}
.cmdk-item .key {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  opacity: 0.45;
}
.submit-btn {
  position: relative;
  overflow: hidden;
}
.submit-btn .progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background: linear-gradient(90deg, var(--yellow), var(--cyan));
  z-index: 0;
  pointer-events: none;
  opacity: 0.28;
}
.submit-btn > span {
  position: relative;
  z-index: 1;
}
.submit-btn.premium {
  background: linear-gradient(
    135deg,
    var(--pink),
    var(--yellow),
    var(--cyan),
    var(--pink)
  );
  background-size: 300% 100%;
  animation: gradShift 2.5s ease infinite;
  box-shadow: 0 0 60px rgba(255, 229, 0, 0.6);
}
@media (min-width: 901px) {
  @keyframes cardBreathe {
    0%,
    to {
      box-shadow: 0 1px 0 var(--line);
    }
    50% {
      box-shadow:
        0 1px 0 var(--line),
        0 12px 30px -16px rgba(15, 15, 15, 0.1);
    }
  }
  .bento-card,
  .vibe-card,
  .work-card .work-frame {
    animation: cardBreathe 6s ease-in-out infinite;
  }
  .vibe-card:nth-child(2n) {
    animation-delay: -2s;
  }
  .vibe-card:nth-child(3n) {
    animation-delay: -4s;
  }
  .bento-card:nth-child(2n),
  .work-card:nth-child(2n) .work-frame {
    animation-delay: -2s;
  }
  .bento-card:nth-child(3n) {
    animation-delay: -3s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bento-card,
  .vibe-card,
  .work-card .work-frame {
    animation: none !important;
  }
}
.logo .accent.rainbow {
  background: linear-gradient(
    90deg,
    #ff2d78,
    #ffe500,
    #00d4ff,
    #a855f7,
    #39ff14,
    #ff2d78
  );
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbowSlide 1.8s linear infinite;
}
body.wiggle .bento,
body.wiggle .contact-card,
body.wiggle body.wiggle .hero-inner,
body.wiggle .marquee,
body.wiggle .vibe-grid,
body.wiggle .work-grid,
body.wiggle footer,
body.wiggle nav.top {
  animation: wiggleBlock 0.4s ease-in-out 3;
}
body.click-bounce .cursor-ring {
  animation: cursorBounce 0.45s cubic-bezier(0.36, 1.5, 0.5, 1);
}
.heart-rain,
nav.top::after {
  position: absolute;
  pointer-events: none;
}
.heart-rain {
  color: rgba(255, 255, 255, 0.85);
  bottom: -30px;
  animation: heartRise 6s ease-out forwards;
  z-index: 1;
  will-change: transform, opacity;
}
.farewell {
  position: fixed;
  inset: 0;
  background: var(--ink);
  z-index: 100001;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--white);
  text-align: center;
  padding: 32px;
  opacity: 0;
  transition: opacity 0.6s;
}
.farewell.show {
  display: flex;
  opacity: 1;
}
.farewell h2 {
  font-weight: 900;
  font-size: clamp(56px, 9vw, 120px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}
.farewell h2 .pink {
  color: var(--pink);
}
.farewell p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  max-width: 460px;
  line-height: 1.6;
}
.farewell .return {
  margin-top: 32px;
  background: var(--pink);
  color: var(--white);
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  cursor: pointer;
}
nav.top::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--pink) 30%,
    var(--yellow) 70%,
    transparent
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}
html.snap-scroll {
  scroll-snap-type: y proximity;
}
html.snap-scroll .block,
html.snap-scroll .cta-end,
html.snap-scroll .fit,
html.snap-scroll .hero,
html.snap-scroll .marquee,
html.snap-scroll .quote,
html.snap-scroll .story,
html.snap-scroll .trust,
html.snap-scroll .why,
html.snap-scroll .work,
html.snap-scroll footer {
  scroll-snap-align: start;
}
body.party {
  animation: partyHue 0.18s linear infinite;
}
body.party .marquee-track {
  animation-duration: 8s !important;
}
body.party .marquee-track.reverse {
  animation-duration: 10s !important;
}
body.party .scroll-progress {
  height: 10px;
  animation-duration: 0.6s !important;
}
body.party .cursor-ring {
  box-shadow: 0 0 40px var(--pink);
}
.big-slap,
.tv-static {
  position: fixed;
  pointer-events: none;
}
.tv-static {
  inset: 0;
  z-index: 99995;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.06) 0 2px,
      transparent 2px 5px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 45, 120, 0.45) 0 1px,
      transparent 1px 2px
    );
  animation: tvScan 0.08s steps(2) infinite;
  display: none;
}
.tv-static.show {
  display: block;
}
body.glitch-mode {
  animation: glitchBody 0.06s steps(3) infinite;
}
.big-slap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(-15deg);
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-size: clamp(120px, 22vw, 280px);
  color: var(--pink);
  -webkit-text-stroke: 4px var(--ink);
  z-index: 99998;
  animation: slapPop 1.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  white-space: nowrap;
  letter-spacing: -0.04em;
}
body.zen .cta-end::before,
body.zen .footer-bg,
body.zen .hero .grain,
body.zen .hero-shape,
body.zen .hero::before,
body.zen .marquee,
body.zen .noise-overlay,
body.zen .scroll-pct,
body.zen .scroll-progress {
  display: none !important;
}
body.zen {
  background: #fafaf7;
  transition: background 0.6s ease;
}
body.zen .bento-card.dark,
body.zen .bento-card.pink,
body.zen .bento-card.yellow,
body.zen .vibe-card.feature,
body.zen .vibe-card.pink,
body.zen .vibe-card.yellow {
  background: var(--white) !important;
  color: var(--ink) !important;
}
body.fav-mode .bento-card,
body.fav-mode .vibe-card,
body.fav-mode .work-card {
  cursor: pointer;
}
body.fav-mode .bento-card.faved::after,
body.fav-mode .vibe-card.faved::after {
  content: "🩷";
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 26px;
  z-index: 10;
  animation: favPop 0.45s cubic-bezier(0.36, 1.5, 0.5, 1);
  pointer-events: none;
}
body.fav-mode .work-card.faved .work-frame::after {
  content: "🩷";
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 26px;
  z-index: 5;
  animation: favPop 0.45s cubic-bezier(0.36, 1.5, 0.5, 1);
}
.studio-modal {
  position: fixed;
  inset: 0;
  z-index: 9600;
  background: rgba(15, 15, 15, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: var(--white);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  opacity: 0;
  transition: opacity 0.4s;
}
.studio-modal.open {
  display: flex;
  opacity: 1;
}
.studio-modal .panel {
  max-width: 900px;
  width: 100%;
  transform: scale(0.92) translateY(28px);
  opacity: 0;
  transition:
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.45s;
}
.studio-modal.open .panel {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.studio-modal .panel h2 {
  font-weight: 900;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.studio-modal .panel h2 .pink,
.vip-screen h2 {
  color: var(--pink);
}
.studio-modal .panel .sub {
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  margin-bottom: 32px;
}
.studio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.studio-tile {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 22px 20px;
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.3s;
}
.studio-tile:hover {
  transform: translateY(-4px);
  background: rgba(255, 45, 120, 0.1);
  border-color: rgba(255, 45, 120, 0.3);
}
.studio-tile .num {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--pink);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.studio-tile h3 {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.studio-tile p,
.vip-screen p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
}
.studio-modal .close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-size: 18px;
  cursor: pointer;
  transition:
    transform 0.3s,
    background 0.2s;
}
.studio-modal .close-btn:hover {
  transform: scale(1.1) rotate(90deg);
  background: var(--pink);
}
@media (max-width: 720px) {
  .studio-grid {
    grid-template-columns: 1fr;
  }
}
footer:hover .footer-bg {
  -webkit-text-stroke-color: rgba(255, 45, 120, 0.45);
  transform: translate(-50%, -50%) scale(1.02);
}
.footer-bg {
  transition:
    -webkit-text-stroke-color 0.5s ease,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.mesh-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
  opacity: 0.45;
  will-change: transform;
}
.mesh-blob.b1 {
  top: -10%;
  left: -8%;
  width: 380px;
  height: 380px;
  background: var(--pink);
  animation: meshFloat 18s ease-in-out infinite;
}
.mesh-blob.b2 {
  bottom: -15%;
  right: -10%;
  width: 420px;
  height: 420px;
  background: var(--yellow);
  animation: meshFloat 22s ease-in-out infinite reverse;
}
.mesh-blob.b3 {
  top: 40%;
  right: 18%;
  width: 280px;
  height: 280px;
  background: var(--cyan);
  opacity: 0.28;
  animation: meshFloat 26s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .mesh-blob {
    animation: none !important;
  }
}
.matrix-rain {
  position: fixed;
  inset: 0;
  z-index: 99994;
  pointer-events: none;
  overflow: hidden;
  display: none;
}
.matrix-rain.show {
  display: block;
}
.matrix-col {
  position: absolute;
  top: -100%;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  line-height: 1.2;
  color: var(--green);
  text-shadow: 0 0 8px var(--green);
  white-space: pre-line;
  animation: matrixFall linear forwards;
  opacity: 0.85;
}
body.mirror-mode {
  transform: scaleX(-1);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
body.gs-mode {
  filter: grayscale(1) contrast(1.05);
  transition: filter 0.5s ease;
}
.screensaver,
.vip-screen {
  position: fixed;
  inset: 0;
  color: var(--white);
  opacity: 0;
  align-items: center;
  text-align: center;
}
.vip-screen {
  z-index: 100000;
  background: var(--ink);
  display: none;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.5s;
}
.vip-screen.show {
  display: flex;
  opacity: 1;
}
.vip-screen .vip-tag {
  font-family: "Space Mono", monospace;
  color: var(--yellow);
  font-size: 12px;
  letter-spacing: 0.22em;
  margin-bottom: 20px;
  text-transform: uppercase;
  animation: vipBlink 0.6s steps(2) infinite;
}
.vip-screen h2 {
  font-weight: 900;
  font-size: clamp(60px, 11vw, 168px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-shadow: 0 0 40px rgba(255, 45, 120, 0.6);
}
.vip-screen p {
  font-size: 16px;
  margin-top: 20px;
  max-width: 460px;
  line-height: 1.6;
}
.bento-card.wave-near,
.vibe-card.wave-near {
  transform: translateY(-2px) scale(0.99);
}
.mascot.dragging {
  transition: none !important;
  cursor: grabbing;
}
.mascot .body {
  cursor: grab;
}
.mascot.dragging .body {
  cursor: grabbing;
}
body.scroll-fast .bento-card,
body.scroll-fast .hero-shape,
body.scroll-fast .marquee-track,
body.scroll-fast .vibe-card,
body.scroll-fast .work-frame {
  filter: blur(0.6px);
  transition: filter 0.4s ease;
}
.screensaver {
  z-index: 99996;
  background: #06050d;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 1.4s;
  overflow: hidden;
  padding: clamp(28px, 5vw, 64px);
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.screensaver.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0s;
}
.saver-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(28px) saturate(1.15) brightness(0.4);
  transform: scale(1.12);
  z-index: 0;
  opacity: 0;
  transition:
    opacity 1.6s ease,
    transform 18s ease-out;
}
.screensaver.show .saver-bg {
  opacity: 0.78;
  transform: scale(1.18);
}
.saver-bg-veil {
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(6, 5, 13, 0.5) 0,
      rgba(6, 5, 13, 0.2) 35%,
      rgba(6, 5, 13, 0.65) 100%
    ),
    radial-gradient(
      ellipse at center,
      rgba(6, 5, 13, 0.15) 0,
      rgba(6, 5, 13, 0.6) 100%
    );
  z-index: 1;
}
.saver-aurora,
.saver-bg-veil,
.saver-grain {
  position: absolute;
  pointer-events: none;
}
.saver-aurora {
  inset: -20%;
  z-index: 2;
  background:
    radial-gradient(
      ellipse 50% 40%at 22% 28%,
      rgba(255, 45, 120, 0.22),
      transparent 60%
    ),
    radial-gradient(
      ellipse 45% 35%at 78% 72%,
      rgba(0, 212, 255, 0.18),
      transparent 60%
    ),
    radial-gradient(
      ellipse 35% 30%at 60% 20%,
      rgba(255, 229, 0, 0.1),
      transparent 65%
    );
  filter: blur(40px);
  animation: saverAuroraDrift 28s ease-in-out infinite alternate;
}
.saver-grain {
  inset: 0;
  z-index: 3;
  opacity: 0.06;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.6 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
.saver-top {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: clamp(8px, 2vh, 24px);
}
.saver-brand {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 28px);
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}
.saver-brand .d {
  text-shadow: 0 0 20px rgba(255, 45, 120, 0.5);
}
.saver-dot-cyan {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.85);
  animation: saverDotBlink 2.4s ease-in-out infinite;
}
.saver-sub {
  font-family: "Space Mono", monospace;
  font-size: clamp(9px, 0.95vw, 11px);
  letter-spacing: 0.4em;
  color: rgba(255, 255, 255, 0.42);
  text-transform: uppercase;
}
.saver-hero {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(14px, 2vh, 24px);
}
.saver-time-row {
  display: inline-flex;
  align-items: baseline;
  gap: clamp(8px, 1.2vw, 16px);
  font-family: "Kanit", sans-serif;
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: #fff;
  animation: saverHeroBreathe 5s ease-in-out infinite;
}
.saver-secs,
.saver-time {
  font-weight: 300;
  font-size: clamp(120px, 22vw, 320px);
  font-variant-numeric: tabular-nums;
  text-shadow:
    0 0 60px rgba(255, 255, 255, 0.08),
    0 4px 80px rgba(0, 0, 0, 0.5);
}
.saver-secs {
  font-size: clamp(28px, 4.6vw, 64px);
  color: var(--pink);
  letter-spacing: -0.02em;
  text-shadow: 0 0 24px rgba(255, 45, 120, 0.55);
}
.saver-date {
  font-family: "Space Mono", monospace;
  font-size: clamp(11px, 1.1vw, 14px);
  letter-spacing: 0.5em;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
}
.saver-bottom {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  padding-bottom: clamp(8px, 2vh, 24px);
}
.saver-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.32em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  animation: saverCtaPulse 3.2s ease-in-out infinite;
}
.saver-cta-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 1.5px solid rgba(255, 255, 255, 0.65);
  border-top: 1.5px solid rgba(255, 255, 255, 0.65);
  transform: rotate(45deg);
}
@media (prefers-reduced-motion: reduce) {
  .saver-aurora,
  .saver-cta,
  .saver-dot-cyan,
  .saver-time-row {
    animation: none !important;
  }
}
@media (max-width: 640px) {
  .saver-time {
    font-size: clamp(96px, 30vw, 160px);
  }
  .saver-secs {
    font-size: clamp(24px, 6vw, 36px);
  }
  .saver-brand {
    font-size: 18px;
  }
  .saver-sub {
    letter-spacing: 0.32em;
  }
}
body.is-inspect .cursor-dot {
  background: var(--green);
}
body.is-inspect .cursor-ring {
  width: 4px;
  height: 22px;
  margin: -11px 0 0-2px;
  border-radius: 2px;
  border: 0;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
}
body.is-inspect .cursor-ring::before {
  content: "";
  position: absolute;
  background: var(--green);
  width: 22px;
  height: 4px;
  top: 9px;
  left: -9px;
  border-radius: 2px;
}
.inspect-outline {
  position: fixed;
  pointer-events: none;
  z-index: 9400;
  border: 1.5px dashed var(--green);
  background: rgba(57, 255, 20, 0.08);
  transition: all 0.12s linear;
  display: none;
}
body.is-inspect .inspect-outline,
body.is-inspect .inspect-tooltip,
body.is-inspect .pos-readout {
  display: block;
}
.inspect-tooltip {
  z-index: 9450;
  background: var(--ink);
  border: 1px solid rgba(57, 255, 20, 0.4);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  display: none;
}
.fit .left h2 .pink,
.inspect-tooltip .tag-name,
.saver-brand .d {
  color: var(--pink);
}
.inspect-tooltip .cls {
  color: var(--yellow);
}
.code-trail,
.inspect-tooltip,
.pos-readout {
  position: fixed;
  pointer-events: none;
  color: var(--green);
}
.code-trail {
  z-index: 9300;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  text-shadow: 0 0 8px var(--green);
  transform: translate(-50%, -50%);
  opacity: 0.85;
  animation: codeFade 1.4s ease-out forwards;
  white-space: nowrap;
}
.pos-readout {
  z-index: 9450;
  background: rgba(15, 15, 15, 0.88);
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid rgba(57, 255, 20, 0.3);
  display: none;
  will-change: transform;
}
.dev-console,
.pos-readout,
body.is-bezel .cursor-ring::before {
  font-family: "Space Mono", monospace;
  font-size: 10px;
}
.dev-console {
  bottom: 16px;
  right: 16px;
  width: 320px;
  max-height: 200px;
  z-index: 9300;
  background: rgba(15, 15, 15, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(57, 255, 20, 0.2);
  border-radius: 10px;
  color: var(--green);
  padding: 10px 12px;
  overflow-y: auto;
  display: none;
}
.dev-console.show {
  display: block;
}
.dev-console .log-head {
  color: rgba(57, 255, 20, 0.5);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(57, 255, 20, 0.15);
  padding-bottom: 6px;
}
.dev-console .log-line {
  line-height: 1.5;
  margin-bottom: 2px;
  word-wrap: break-word;
}
.dev-console .log-line .ts {
  color: rgba(57, 255, 20, 0.45);
}
.dev-console .log-line .ev {
  color: var(--yellow);
}
.dev-console .log-line .arg {
  color: var(--white);
}
body.is-bezel .cursor-dot,
body.is-bezel .cursor-trail {
  opacity: 0;
}
body.is-bezel .cursor-ring {
  width: 180px;
  height: 110px;
  margin: -55px 0 0-90px;
  border-radius: 12px;
  border: 2px solid var(--yellow);
  background: 0 0;
  box-shadow: 0 0 0 9999px rgba(15, 15, 15, 0.55);
  transition:
    width 0.3s,
    height 0.3s,
    margin 0.3s,
    border-radius 0.3s;
}
body.is-bezel .cursor-ring::before {
  content: "◉ REC";
  position: absolute;
  top: -22px;
  left: 0;
  color: var(--yellow);
  letter-spacing: 0.18em;
  animation: vipBlink 1.4s steps(2) infinite;
}
body.is-bezel .cursor-ring::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: red;
  top: -8px;
  right: -8px;
}
.dev-console,
.paint-dot,
.spotlight-mask {
  position: fixed;
  pointer-events: none;
}
.paint-dot {
  width: 14px;
  height: 14px;
  background: var(--pink);
  border-radius: 50%;
  z-index: 9000;
  transform: translate(-50%, -50%);
  filter: blur(2px);
  animation: paintFade 2s ease-out forwards;
  mix-blend-mode: screen;
}
.spotlight-mask {
  inset: 0;
  z-index: 9990;
  background: rgba(0, 0, 0, 0.78);
  mask-image: radial-gradient(
    circle at var(--mx, 50%) var(--my, 50%),
    transparent 80px,
    rgba(0, 0, 0, 0.4) 200px,
    black 300px
  );
  -webkit-mask-image: radial-gradient(
    circle at var(--mx, 50%) var(--my, 50%),
    transparent 80px,
    rgba(0, 0, 0, 0.4) 200px,
    black 300px
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}
body.is-spotlight .spotlight-mask {
  opacity: 1;
}
body.is-spotlight .cursor-ring {
  border-color: var(--yellow);
  width: 60px;
  height: 60px;
  margin: -30px 0 0-30px;
  box-shadow: 0 0 60px var(--yellow);
}
body.di-flash {
  animation: neonFlash 0.8s ease-out;
}
body[data-palette="yellow"] {
  --pink: #ffe500;
  --yellow: #ff2d78;
}
body[data-palette="cyan"] {
  --pink: #00d4ff;
  --yellow: #a855f7;
}
body[data-palette="green"] {
  --pink: #39ff14;
  --yellow: #ffe500;
}
.bento-card:hover .b-icon {
  animation: iconBase 0.6s cubic-bezier(0.36, 1.5, 0.5, 1);
}
.bento-card:nth-of-type(1):hover .b-icon {
  animation: iconShake 0.55s ease-in-out;
}
.bento-card:nth-of-type(2):hover .b-icon {
  animation: iconTick 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.bento-card:nth-of-type(3):hover .b-icon {
  animation: iconPulse 0.6s ease-in-out;
}
.bento-card:nth-of-type(4):hover .b-icon {
  animation: iconRotate 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.bento-card:nth-of-type(5):hover .b-icon {
  animation: iconZoom 0.5s ease-out;
}
.bento-card:nth-of-type(6):hover .b-icon {
  animation: iconSpin 0.9s linear;
}
.stat.in .num {
  animation: statGlow 1.6s ease-out;
}
.live-badge,
.marquee-track span {
  display: inline-flex;
  align-items: center;
}
.live-badge,
body.is-view .cursor-ring::before {
  font-family: "Space Mono", monospace;
  font-size: 11px;
}
.live-badge {
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(57, 255, 20, 0.1);
  border: 1px solid rgba(57, 255, 20, 0.32);
  color: var(--green);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.live-badge .dot-live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
  animation: livePulse 1.6s ease-in-out infinite;
}
body.is-view .cursor-dot,
body.is-view .cursor-trail {
  opacity: 0;
}
body.is-view .cursor-ring {
  width: 110px;
  height: 44px;
  margin: -22px 0 0-55px;
  border-radius: 999px;
  border: 0;
  background: var(--pink);
}
body.is-view .cursor-ring::before {
  content: "VIEW →";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: var(--white);
}
.quote {
  background: var(--pink);
  color: var(--white);
  height: 220vh;
  padding: 0;
  overflow: visible;
  position: relative;
}
.quote-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 32px;
}
.quote-sticky::before {
  content: '"';
  position: absolute;
  top: -120px;
  left: 32px;
  font-family: "Kanit", sans-serif;
  font-size: 600px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.08);
  line-height: 0.6;
  pointer-events: none;
}
.quote-sticky .container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 100%;
}
.quote-sticky .eyebrow {
  color: var(--yellow);
}
.quote-sticky .eyebrow::before {
  background: var(--yellow);
}
.quote-sticky h2 {
  font-weight: 900;
  font-size: clamp(36px, 5.4vw, 80px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  max-width: 18ch;
}
.quote-line {
  display: block;
  opacity: 0.18;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.quote-line.lit {
  opacity: 1;
}
.marquee,
.quote-sticky h2 .yellow {
  color: var(--yellow);
}
.quote-sticky .signoff {
  margin-top: 48px;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  opacity: 0.18;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.quote-sticky .signoff.lit {
  opacity: 0.85;
}
.marquee {
  background: var(--ink);
  padding: 24px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.marquee-track {
  display: flex;
  gap: 56px;
  white-space: nowrap;
  animation: scroll 56s linear infinite;
  animation-play-state: running;
  font-weight: 900;
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -0.02em;
  transition: animation-duration 0.8s ease;
}
.m-word {
  display: inline-block;
  transition:
    color 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    text-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: default;
}
.m-word:hover {
  color: var(--pink);
  text-shadow: 0 0 20px var(--pink);
}
.marquee-track.reverse .m-word:hover {
  color: var(--cyan);
  text-shadow: 0 0 20px var(--cyan);
}
.marquee-track.reverse {
  animation-direction: reverse;
  color: var(--white);
  font-size: clamp(20px, 2vw, 28px);
  opacity: 0.85;
  animation-duration: 70s;
}
.marquee-track.reverse .dot {
  background: var(--cyan);
  width: 10px;
  height: 10px;
}
.marquee-track span {
  gap: 56px;
}
.marquee-track .dot {
  width: 14px;
  height: 14px;
  background: var(--pink);
  border-radius: 50%;
  display: inline-block;
}
.fit {
  background: var(--paper);
  padding: 140px 32px;
}
.fit .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.fit .left h2 {
  font-weight: 900;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -0.03em;
}
.fit .right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.fit-item {
  background: var(--white);
  border-radius: 22px;
  padding: 24px 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 1px 0 var(--line);
}
.fit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 56px -18px rgba(15, 15, 15, 0.22);
}
.fit-item .check {
  flex: 0 0 28px;
  height: 28px;
  background: var(--pink);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: 2px;
}
.fit-item p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .fit .container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.contact-card,
.cta-end,
.fit-item {
  position: relative;
  overflow: hidden;
}
.cta-end {
  background: var(--ink);
  color: var(--white);
  padding: 120px 32px 110px;
  text-align: center;
}
.contact-card::before,
.cta-end::before {
  content: "";
  position: absolute;
  pointer-events: none;
}
.cta-end::before {
  inset: 0;
  background:
    radial-gradient(
      900px circle at 50% 100%,
      rgba(255, 45, 120, 0.4) 0,
      transparent 60%
    ),
    radial-gradient(
      600px circle at 90% 10%,
      rgba(255, 229, 0, 0.1) 0,
      transparent 50%
    );
}
.cta-end .container {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
}
.contact-card {
  background: var(--paper);
  color: var(--ink);
  border-radius: 32px;
  padding: 36px;
  margin-top: 48px;
  text-align: left;
  box-shadow:
    0 40px 80px -20px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}
.contact-card::before {
  top: -120px;
  right: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--yellow));
  opacity: 0.18;
  filter: blur(60px);
  animation: cardGlowFloat 8s ease-in-out infinite;
}
.contact-card::after {
  content: "◢";
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 14px;
  color: var(--pink);
  font-weight: 900;
}
.contact-card .contact-form input,
.contact-card .contact-form textarea {
  background: rgba(15, 15, 15, 0.04);
  border: 1px solid rgba(15, 15, 15, 0.1);
  color: var(--ink);
}
.contact-card .contact-form input::placeholder,
.contact-card .contact-form textarea::placeholder {
  color: rgba(15, 15, 15, 0.4);
}
.contact-card .contact-form input:focus,
.contact-card .contact-form textarea:focus {
  border-color: var(--pink);
  background: rgba(255, 45, 120, 0.05);
  box-shadow: 0 0 0 3px rgba(255, 45, 120, 0.14);
}
.contact-card .chip {
  background: rgba(15, 15, 15, 0.04);
  border: 1px solid rgba(15, 15, 15, 0.1);
  color: rgba(15, 15, 15, 0.7);
}
.contact-card .chip:hover {
  color: var(--ink);
  border-color: var(--pink);
}
.contact-card .chip-label,
.contact-card .form-note {
  color: rgba(15, 15, 15, 0.5);
}
.contact-card .submit-btn {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 14px 40px -10px rgba(15, 15, 15, 0.6);
}
.contact-card .submit-btn:hover {
  background: var(--pink);
  box-shadow: 0 22px 50px -10px rgba(255, 45, 120, 0.7);
}
.contact-pills {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.cpill,
.cpill.cpill-soon:hover {
  background: rgba(255, 255, 255, 0.06);
}
.cpill {
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.32s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.32s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}
.cpill:hover {
  background: var(--pink);
  border-color: var(--pink);
  color: var(--white);
  transform: translateY(-3px);
}
.cpill.cpill-soon {
  opacity: 0.42;
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(0.4);
}
.cpill.cpill-soon:hover {
  border-color: rgba(255, 255, 255, 0.1);
  color: inherit;
  transform: none;
}
.cta-end .eyebrow {
  color: var(--yellow);
  justify-content: center;
  display: inline-flex;
}
.cta-end .eyebrow::before {
  background: var(--yellow);
}
.cta-end h2 {
  font-weight: 900;
  font-size: clamp(48px, 6.4vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  margin-bottom: 24px;
}
.cta-end h2 .pink,
.cta-quick a:hover {
  color: var(--pink);
}
.cta-end .lede-cta,
.cta-end > .container > p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 17px;
  max-width: 540px;
  margin: 0 auto 44px;
  line-height: 1.6;
}
.cta-quick,
footer .ftop {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.cta-quick,
footer {
  color: rgba(255, 255, 255, 0.5);
}
.cta-quick {
  margin-top: 28px;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.cta-quick a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}
.cta-quick .sep {
  opacity: 0.3;
}
footer {
  background: var(--ink);
  padding: 60px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.footer-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-size: clamp(96px, 22vw, 320px);
  line-height: 0.85;
  letter-spacing: -0.06em;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.1);
  pointer-events: none;
  user-select: none;
  z-index: 1;
}
footer .ftop {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 32px;
  align-items: center;
}
footer .logo {
  font-weight: 900;
  font-size: clamp(28px, 4vw, 44px);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  letter-spacing: -0.02em;
  text-decoration: none;
  transition: letter-spacing 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}
footer .logo:hover .mark-tri {
  transform: rotate(180deg);
  background: var(--yellow);
}
footer .logo .mark-tri {
  width: 18px;
  height: 18px;
}
footer .logo .accent {
  color: var(--yellow);
  position: relative;
  display: inline-block;
}
footer .logo .accent::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -6px;
  width: 6px;
  height: 6px;
  background: var(--pink);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.4);
  transition:
    opacity 0.3s ease,
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
footer .logo:hover {
  letter-spacing: 0.06em;
}
footer .logo:hover .accent::after {
  opacity: 1;
  transform: scale(1);
}
footer .back-top,
footer .legal {
  align-items: center;
  justify-content: center;
}
footer .back-top {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  display: inline-flex;
  text-decoration: none;
  font-size: 18px;
  transition:
    background 0.25s ease,
    transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.3s;
}
footer .back-top:hover {
  background: var(--pink);
  border-color: var(--pink);
  transform: translateY(-4px) rotate(-15deg);
}
footer .legal {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
footer .legal .sep {
  opacity: 0.4;
}
footer .legal .live-clock {
  color: var(--green);
}
* {
  scrollbar-width: thin;
  scrollbar-color: #ff0080 transparent;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: rgba(15, 15, 15, 0.04);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(
    180deg,
    #ff0080,
    #ff8c00,
    gold,
    #00d26a,
    #00b5d8,
    #b14fff,
    #ff0080
  );
  background-size: 100% 300%;
  animation: scrollbarRainbow 2.4s linear infinite;
  border-radius: 8px;
  border: 2px solid rgba(15, 15, 15, 0.04);
}
::-webkit-scrollbar-thumb:hover {
  animation-duration: 1s;
}
.footer-secret {
  position: fixed;
  inset: 0;
  background: rgba(15, 15, 15, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 95;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.footer-secret.show {
  display: flex;
  animation: fadeInScale 0.3s;
}
.footer-secret-panel {
  max-width: 560px;
  text-align: center;
  color: var(--white);
}
.footer-secret-panel .tri {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 38px solid var(--pink);
  margin-bottom: 22px;
  animation: triSpinSecret 6s linear infinite;
  filter: drop-shadow(0 0 18px rgba(255, 45, 120, 0.5));
}
.footer-secret-panel h3 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.footer-secret-panel p {
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 6px;
}
.footer-secret-panel .credits {
  font-family: "Space Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--pink);
  margin-top: 22px;
  margin-bottom: 14px;
}
.footer-secret-panel .credits-list {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.footer-secret-panel .credits-list span {
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 12px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
}
.footer-secret-close {
  background: var(--pink);
  color: var(--white);
  border: 0;
  padding: 10px 24px;
  border-radius: 100px;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: transform 0.2s;
}
.footer-secret-close:hover {
  transform: translateY(-2px);
}
.curtain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 92;
  display: flex;
  visibility: hidden;
}
.curtain.show {
  visibility: visible;
}
.curtain-half {
  flex: 1;
  background: linear-gradient(180deg, var(--pink), #ff80ab);
  transform: scaleX(0);
  transform-origin: left;
}
.curtain-half:last-child {
  transform-origin: right;
  background: linear-gradient(180deg, #ff80ab, var(--pink));
}
.curtain.show .curtain-half {
  animation: curtainSweep 0.85s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
.curtain.show .curtain-half:last-child {
  animation-name: curtainSweepRight;
}
.work-frame {
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .scroll-progress,
  .slap-meter,
  .stash {
    animation: none !important;
  }
  .curtain {
    display: none !important;
  }
}
nav.top ul a::after {
  background: linear-gradient(
    90deg,
    var(--pink) 0%,
    var(--yellow) 25%,
    var(--cyan) 50%,
    var(--purple) 75%,
    var(--pink) 100%
  ) !important;
  background-size: 400% 100% !important;
  height: 2.5px !important;
  border-radius: 3px !important;
  transform-origin: left !important;
  animation: navProgressFlow 3s linear infinite;
  filter: saturate(1.1);
}
nav.top ul a {
  transition:
    opacity 0.2s,
    color 0.2s,
    text-shadow 0.3s;
}
nav.top ul a:hover::after {
  transform: scaleX(1) !important;
}
nav.top ul a:hover {
  text-shadow: 0 0 14px rgba(255, 45, 120, 0.45);
}
nav.top ul a.active {
  text-shadow: 0 0 14px rgba(255, 45, 120, 0.4);
}
nav.top ul a.active::after {
  box-shadow: 0 0 10px rgba(255, 45, 120, 0.55);
}
.slot-num {
  font-variant-numeric: tabular-nums;
  display: inline-block;
  min-width: 1ch;
  letter-spacing: 0.01em;
  transition:
    filter 0.3s,
    opacity 0.3s;
}
.slot-num.rolling {
  filter: blur(0.5px);
  opacity: 0.88;
}
.sec-sweep {
  position: relative;
  overflow: hidden;
}
.sec-sweep::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(
    115deg,
    transparent 38%,
    rgba(255, 45, 120, 0.22) 48%,
    rgba(255, 229, 0, 0.18) 52%,
    transparent 62%
  );
  transform: translateX(-110%);
  pointer-events: none;
  z-index: 5;
  opacity: 0;
}
.sec-sweep.swept::before {
  animation: secSweep 1.05s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
.scroll-progress {
  transition: width 0.18s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.slot-num {
  transition:
    filter 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.bento-card,
.vibe-card,
.work-card {
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.big-num {
  position: fixed;
  right: -2vw;
  bottom: -3vw;
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-size: clamp(200px, 28vw, 380px);
  line-height: 0.85;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.16);
  pointer-events: none;
  z-index: 1;
  letter-spacing: -0.05em;
  user-select: none;
  will-change: opacity, transform;
  transform-origin: bottom right;
}
body[data-section-zone="light"] .big-num {
  -webkit-text-stroke: 1.5px rgba(15, 15, 15, 0.1);
}
.big-num.swap {
  animation: bigNumSwap 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 720px) {
  .big-num {
    font-size: 200px;
    right: -10vw;
    bottom: -8vw;
    opacity: 0.7;
  }
}
@media (prefers-reduced-motion: reduce) {
  .big-num.swap {
    animation: none;
  }
}
.hero.zoom-in-once {
  animation: heroEnterZoom 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 8px;
  background: var(--pink);
  color: var(--white);
  padding: 10px 16px;
  border-radius: 8px;
  font-family: "Kanit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  z-index: 100001;
  transition: top 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.skip-link:focus {
  top: 8px;
  outline: 2px solid var(--yellow);
  outline-offset: 2px;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
:focus-visible {
  outline: 2px solid var(--pink);
  border-radius: 4px;
}
a:focus-visible,
button:focus-visible {
  outline-color: var(--pink);
}
.chip[aria-pressed="true"] {
  background: var(--pink);
  color: #fff;
  border-color: var(--pink);
}
.bottom-easter,
.work-hero h1 {
  font-family: "Kanit", sans-serif;
}
.bottom-easter {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%) translateY(70px);
  background: linear-gradient(120deg, var(--pink), #ff80ab);
  color: var(--white);
  padding: 11px 24px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 13px;
  z-index: 80;
  opacity: 0;
  transition:
    opacity 0.5s,
    transform 0.55s cubic-bezier(0.16, 1.3, 0.3, 1);
  pointer-events: none;
  box-shadow: 0 16px 40px -10px rgba(255, 45, 120, 0.55);
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.bottom-easter.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 720px) {
  .bottom-easter {
    font-size: 12px;
    padding: 9px 18px;
  }
}
body.work-page {
  background: var(--paper);
  color: var(--ink);
}
.work-hero {
  padding: 160px 32px 100px;
  background: var(--ink);
  color: var(--white);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.work-coming::before,
.work-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.work-hero::before {
  background:
    radial-gradient(
      900px circle at 20% 30%,
      rgba(255, 45, 120, 0.28) 0,
      transparent 50%
    ),
    radial-gradient(
      700px circle at 80% 70%,
      rgba(255, 229, 0, 0.14) 0,
      transparent 50%
    );
}
.work-hero .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.work-hero .eyebrow {
  color: var(--pink);
  margin-bottom: 28px;
  display: inline-block;
}
.work-hero h1 {
  font-weight: 900;
  font-size: clamp(48px, 9vw, 140px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin-bottom: 28px;
}
.work-back h2 .pink,
.work-hero h1 .pink {
  color: var(--pink);
}
.work-back p,
.work-hero p {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
}
.work-hero p {
  font-size: clamp(15px, 1.4vw, 18px);
  max-width: 560px;
  margin: 0 auto;
}
.work-filter {
  background: rgba(250, 250, 247, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 32px 32px 28px;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
}
.work-filter .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.work-filter .chip {
  background: 0 0;
  border: 1.5px solid rgba(15, 15, 15, 0.12);
  color: var(--ink);
  padding: 9px 18px;
  border-radius: 100px;
  font-family: "Kanit", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.work-filter .chip:hover {
  border-color: var(--pink);
  color: var(--pink);
  transform: translateY(-2px);
}
.work-filter .chip.active {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}
.work-full {
  background: var(--paper);
  padding: 60px 32px 100px;
}
.work-full .container {
  max-width: 1200px;
  margin: 0 auto;
}
.work-full .work-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
.work-full .work-card {
  transition:
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.4s;
}
.dark-section + section::before,
.work-full .work-card.hide-filter,
section.trust + section::before {
  display: none;
}
.work-empty {
  text-align: center;
  padding: 80px 32px;
  color: rgba(15, 15, 15, 0.55);
  font-size: 15px;
  font-family: "Kanit", sans-serif;
}
.work-coming {
  text-align: center;
  padding: clamp(64px, 10vw, 120px) 24px;
  background: linear-gradient(
    135deg,
    rgba(255, 45, 120, 0.08),
    rgba(255, 229, 0, 0.06)
  );
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
.work-coming::before {
  background: radial-gradient(
    ellipse at 30% 20%,
    rgba(255, 45, 120, 0.12),
    transparent 60%
  );
}
.work-coming > * {
  position: relative;
  z-index: 1;
}
.work-coming .eyebrow {
  margin-bottom: 18px;
  display: inline-block;
}
.work-back h2,
.work-coming-title {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  line-height: 1.05;
}
.work-coming-title {
  font-size: clamp(28px, 5vw, 64px);
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}
.work-coming-sub {
  font-family: "Kanit", sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.65;
  opacity: 0.7;
  max-width: 560px;
  margin: 0 auto 32px;
}
@media (max-width: 720px) {
  .work-coming {
    padding: 56px 20px;
    border-radius: 24px;
  }
  .work-coming-sub br {
    display: none;
  }
  .work-full .work-grid {
    grid-template-columns: 1fr;
  }
  .work-full .work-card {
    grid-column: 1/-1 !important;
  }
}
.work-back {
  background: var(--ink);
  color: var(--white);
  padding: 100px 32px 120px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.work-back .container {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
}
.work-back .eyebrow {
  color: var(--pink);
  margin-bottom: 24px;
  display: inline-block;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.work-back h2 {
  font-size: clamp(36px, 5vw, 80px);
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}
.work-back p {
  font-size: 16px;
  margin-bottom: 36px;
}
.work-back .btn {
  background: var(--pink);
  color: var(--white);
  padding: 14px 32px;
  border-radius: 100px;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.work-back .btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 40px -10px rgba(255, 45, 120, 0.55);
}
.curtain.closing .curtain-half {
  animation: curtainCloseLeft 0.55s cubic-bezier(0.6, 0, 0.3, 1) forwards !important;
}
.curtain.closing .curtain-half:last-child {
  animation: curtainCloseRight 0.55s cubic-bezier(0.6, 0, 0.3, 1) forwards !important;
}
.curtain.opening .curtain-half {
  animation: curtainOpenLeft 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
  transform: scaleX(1);
  transform-origin: left;
}
.curtain.opening .curtain-half:last-child {
  animation: curtainOpenRight 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
  transform-origin: right;
}
.work-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition:
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.work-card:hover .work-img {
  transform: scale(1.07);
  filter: saturate(1.18);
}
.work-frame:has(.work-img) {
  overflow: hidden;
}
.work-frame:has(.work-img) .frame-pat {
  display: none;
}
.work-frame:has(.work-img)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 30%,
    rgba(0, 0, 0, 0.35) 70%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.5s;
}
.work-card:hover .work-frame:has(.work-img)::after {
  opacity: 0.85;
}
.work-frame:has(.work-img) .hover-arrow,
.work-frame:has(.work-img) .hover-year,
.work-frame:has(.work-img) .num,
.work-frame:has(.work-img) .title-overlay {
  z-index: 2;
  color: var(--white) !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}
.work-frame:has(.work-img) .hover-arrow {
  color: var(--ink) !important;
  text-shadow: none;
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9700;
  background: radial-gradient(
    ellipse at center,
    rgba(15, 15, 15, 0.86),
    rgba(15, 15, 15, 0.96) 80%
  );
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  display: none;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
}
.lightbox.open {
  display: block;
  opacity: 1;
}
.lightbox::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 15% 85%,
      rgba(255, 45, 120, 0.18),
      transparent 50%
    ),
    radial-gradient(circle at 85% 15%, rgba(255, 229, 0, 0.1), transparent 50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease 0.1s;
}
.lightbox.open::before {
  opacity: 1;
}
.lb-stage {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 80px 140px;
}
.lb-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 24px 60px -12px rgba(255, 45, 120, 0.18),
    0 48px 120px -24px rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: scale(0.92);
  transition:
    opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1) 0.05s,
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
}
.lightbox.open .lb-img {
  opacity: 1;
  transform: scale(1);
}
.lightbox.swap .lb-img {
  opacity: 0;
  transform: scale(0.96);
  transition-duration: 0.18s, 0.18s;
}
.lb-caption {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%) translateY(8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  color: var(--white);
  opacity: 0;
  transition:
    opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s,
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  pointer-events: none;
  max-width: 90%;
}
.lightbox.open .lb-caption {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.lb-tag {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 5px 12px;
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.lb-title {
  font-weight: 800;
  font-size: clamp(16px, 2vw, 22px);
  letter-spacing: -0.01em;
  margin: 6px 0 0;
  color: var(--white);
}
.lb-counter {
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 4px;
}
.lb-close,
.lb-nav {
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.lb-close {
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 6px 18px rgba(0, 0, 0, 0.32),
    0 0 0 6px rgba(255, 255, 255, 0.06);
  transition:
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    background 0.25s,
    color 0.25s,
    box-shadow 0.3s;
}
.lb-close:hover {
  transform: scale(1.12) rotate(90deg);
  background: var(--pink);
  color: var(--white);
  box-shadow:
    0 0 0 1px rgba(255, 45, 120, 0.4),
    0 8px 24px rgba(255, 45, 120, 0.45),
    0 0 0 8px rgba(255, 45, 120, 0.12);
}
.lb-close:active {
  transform: scale(0.95) rotate(90deg);
}
.lb-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition:
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    background 0.25s,
    border-color 0.25s,
    box-shadow 0.3s;
  opacity: 0;
}
.lightbox.open .lb-nav {
  opacity: 1;
}
.lb-prev {
  left: 28px;
}
.lb-next {
  right: 28px;
}
.lb-nav:hover {
  background: rgba(255, 45, 120, 0.85);
  border-color: #ff2d78;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 28px rgba(255, 45, 120, 0.45);
}
.lb-prev:hover {
  transform: translateY(-50%) translateX(-3px) scale(1.1);
}
.lb-next:hover {
  transform: translateY(-50%) translateX(3px) scale(1.1);
}
@media (max-width: 720px) {
  .lb-stage {
    padding: 60px 16px 120px;
  }
  .lb-close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
  }
  .lb-nav {
    width: 44px;
    height: 44px;
  }
  .lb-prev {
    left: 12px;
  }
  .lb-next {
    right: 12px;
  }
  .lb-caption {
    bottom: 18px;
  }
  .lb-title {
    font-size: 14px;
  }
}
.lightbox.open ~ .pet {
  opacity: 0 !important;
}
@media (prefers-reduced-motion: reduce) {
  .lb-caption,
  .lb-close,
  .lb-img,
  .lb-nav,
  .lightbox {
    transition: none !important;
  }
}
.pet {
  position: fixed;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  pointer-events: none;
  z-index: 9100;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4);
  transition:
    opacity 0.4s ease,
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.18));
}
.pet.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.pet-body {
  width: 100%;
  height: 100%;
  display: block;
  animation: petBob 1.6s ease-in-out infinite;
  transform-origin: 50% 50%;
}
.pet-dot {
  transform-origin: 49px 15px;
  animation: petDotBlink 3.2s ease-in-out infinite;
}
.pet-shadow {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 24px;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transform: translateX(-50%);
  filter: blur(3px);
  animation: petShadow 1.6s ease-in-out infinite;
}
.pet.excited .pet-body {
  animation: petSpin 0.5s linear infinite;
}
.pet.sleepy .pet-body {
  animation: petSleep 3s ease-in-out infinite;
}
.pet.sleepy::after {
  content: "z";
  position: absolute;
  top: -8px;
  right: -6px;
  font-size: 14px;
  font-weight: 900;
  color: var(--pink, #ff2d78);
  font-family: "Kanit", sans-serif;
  animation: petZ 2s ease-in-out infinite;
}
@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  .pet {
    display: none;
  }
}
.mood-badge {
  position: fixed;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px 9px 12px;
  background: rgba(15, 15, 15, 0.78);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  z-index: 9000;
  opacity: 0;
  transform: translateY(20px) scale(0.92);
  transition:
    opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.5s,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.5s,
    background 0.8s ease,
    border-color 0.8s ease;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  cursor: default;
  user-select: none;
}
.mood-badge.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.mood-emoji {
  font-size: 16px;
  line-height: 1;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.45));
  animation: moodPulse 4s ease-in-out infinite;
}
.mood-badge:hover {
  background: rgba(15, 15, 15, 0.92);
  border-color: rgba(255, 45, 120, 0.45);
}
@media (max-width: 600px) {
  .mood-badge {
    bottom: 16px;
    left: 16px;
    font-size: 10px;
    padding: 7px 13px 7px 10px;
  }
}
body[data-mood="morning"] {
  --mood-c1: #ffd8a8;
  --mood-c2: #ffe500;
}
body[data-mood="daylight"] {
  --mood-c1: #ff2d78;
  --mood-c2: #ffe500;
}
body[data-mood="sunset"] {
  --mood-c1: #ff6b4a;
  --mood-c2: #ffa500;
}
body[data-mood="night"] {
  --mood-c1: #b847ff;
  --mood-c2: #ff2d78;
}
body[data-mood="morning"] .mesh-blob.b1 {
  background: radial-gradient(
    circle,
    rgba(255, 216, 168, 0.35),
    transparent 60%
  );
}
body[data-mood="sunset"] .mesh-blob.b1 {
  background: radial-gradient(circle, rgba(255, 107, 74, 0.4), transparent 60%);
}
body[data-mood="night"] .mesh-blob.b1 {
  background: radial-gradient(
    circle,
    rgba(184, 71, 255, 0.35),
    transparent 60%
  );
}
body[data-mood="morning"] .mood-badge {
  border-color: rgba(255, 216, 168, 0.35);
}
body[data-mood="sunset"] .mood-badge {
  border-color: rgba(255, 107, 74, 0.4);
}
body[data-mood="night"] .mood-badge {
  border-color: rgba(184, 71, 255, 0.45);
  box-shadow:
    0 8px 24px rgba(184, 71, 255, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}
@media (prefers-reduced-motion: reduce) {
  .mood-emoji {
    animation: none;
  }
}
.vhs-overlay {
  position: fixed;
  inset: 0;
  z-index: 99500;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
body.vhs-on .vhs-overlay {
  opacity: 1;
}
body.vhs-on {
  filter: contrast(1.18) saturate(1.35) hue-rotate(-2deg);
  animation: vhsTracking 0.18s steps(2) infinite;
}
body.vhs-on .hero h1,
body.vhs-on .quote-line,
body.vhs-on h1,
body.vhs-on h2,
body.vhs-on h3 {
  text-shadow:
    -1.5px 0 0 rgba(255, 0, 80, 0.7),
    1.5px 0 0 rgba(0, 220, 255, 0.7) !important;
}
.vhs-scanlines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    180deg,
    transparent 0,
    transparent 2px,
    rgba(0, 0, 0, 0.18) 3px,
    transparent 4px
  );
  mix-blend-mode: multiply;
}
body.vhs-on .vhs-scanlines {
  animation: vhsScan 8s linear infinite;
}
.vhs-noise,
.vhs-tracking {
  position: absolute;
  mix-blend-mode: overlay;
}
.vhs-tracking {
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 255, 255, 0.06) 30%,
    rgba(255, 255, 255, 0.18) 50%,
    rgba(255, 255, 255, 0.06) 70%,
    transparent
  );
  opacity: 0;
}
body.vhs-on .vhs-tracking {
  animation: vhsTrackBand 6s linear infinite;
}
.vhs-noise {
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    radial-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size:
    3px 3px,
    5px 5px;
  background-position:
    0 0,
    1px 2px;
  opacity: 0.55;
}
body.vhs-on .vhs-noise {
  animation: vhsNoise 0.14s steps(3) infinite;
}
.vhs-hud,
.vhs-hud-bot {
  position: absolute;
  display: flex;
  justify-content: space-between;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #fff;
  text-transform: uppercase;
  padding: 0 22px;
  text-shadow:
    -1px 0 0 rgba(255, 0, 80, 0.6),
    1px 0 0 rgba(0, 220, 255, 0.6),
    0 0 6px rgba(0, 0, 0, 0.7);
}
.vhs-hud {
  top: 18px;
  left: 0;
  right: 0;
}
.vhs-hud-bot {
  bottom: 18px;
  left: 0;
  right: 0;
}
.vhs-rec {
  color: #fff;
}
body.vhs-on .vhs-rec {
  animation: vhsRecBlink 1s ease-in-out infinite;
}
.vhs-vol::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-right: 6px;
  vertical-align: middle;
  display: none;
}
.vhs-toast {
  position: fixed;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
  z-index: 99600;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.vhs-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(-6px);
}
@media (prefers-reduced-motion: reduce) {
  .vhs-noise,
  .vhs-scanlines,
  .vhs-tracking,
  body.vhs-on {
    animation: none !important;
  }
}
:root {
  --mx: 0;
  --my: 0;
}
.stickerwall {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  perspective: 1400px;
}
.stickerwall .sk {
  pointer-events: auto;
}
.sk,
.sk-in {
  display: block;
}
.sk {
  position: absolute;
  opacity: 0;
  animation: skFadeIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(0.35s + var(--depth, 0.5) * 1.3s);
  animation-play-state: paused;
  filter: blur(calc((1 - var(--depth, 0.5)) * 0.8px));
}
body.skip-loader .sk,
body.skip-loader .sk.doodle.doodle-arrow path,
body.skip-loader .sk.sparkle,
body.skip-loader .sk.washi {
  animation-play-state: running;
}
.sk-in {
  width: 100%;
  height: 100%;
  transform: rotate(var(--rot, 0deg));
  animation:
    skBounceIn 1.3s cubic-bezier(0.22, 1.18, 0.36, 1) both,
    skBreathe var(--bp, 8s) ease-in-out infinite 1.3s;
  animation-play-state: paused, paused;
}
body.skip-loader .sk-in {
  animation-play-state: running, running;
}
.sk-in,
.sk.polaroid {
  transform-origin: 50%0;
}
.sk.polaroid .sk-in {
  background: #faf7f0;
  padding: 10px 10px 0;
  border-radius: 3px;
  box-shadow:
    0 14px 32px -8px rgba(0, 0, 0, 0.55),
    0 4px 12px -4px rgba(0, 0, 0, 0.4),
    inset 0-1px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}
.sk.polaroid img,
.sk.polaroid picture {
  display: block;
  width: 100%;
  height: 13rem;
  object-fit: cover;
  background: #1a1208;
  border-radius: 1px;
}
.sk.polaroid.sm .sk-in img {
  height: 9.5rem;
}
.sk.polaroid figcaption {
  font-family: "Caveat", cursive, system-ui;
  font-size: 0.95rem;
  color: #1a1208;
  text-align: center;
  padding: 8px 4px 10px;
  letter-spacing: 0.01em;
}
.sk.card .sk-in,
.sk.swatch .sk-in {
  background: #faf7f0;
  border-radius: 4px;
}
.sk.card .sk-in {
  padding: 14px 14px 12px;
  box-shadow:
    0 12px 28px -8px rgba(0, 0, 0, 0.5),
    0 3px 10px -3px rgba(0, 0, 0, 0.35);
  position: relative;
  font-family: "Inter", system-ui, sans-serif;
}
.card-key {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--pink);
  margin-bottom: 8px;
}
.card-line {
  height: 2px;
  background: rgba(20, 12, 8, 0.18);
  border-radius: 1px;
  margin: 4px 0;
  width: 100%;
}
.card-line.short {
  width: 60%;
}
.card-tag {
  margin-top: 8px;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  color: rgba(20, 12, 8, 0.5);
  text-transform: uppercase;
}
.sk.swatch .sk-in {
  padding: 8px 10px 10px;
  box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sk.swatch .sw-c {
  display: block;
  height: 14px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.sk.swatch .c-pink {
  background: var(--pink);
}
.sk.swatch .c-yellow {
  background: var(--yellow);
}
.sk.swatch .c-cyan {
  background: var(--cyan);
}
.sw-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  color: rgba(20, 12, 8, 0.55);
  text-align: center;
  padding-top: 2px;
}
.sk.sticky .sk-in {
  background: var(--pink);
  color: #fff;
  padding: 14px 12px 16px;
  border-radius: 2px;
  box-shadow:
    0 14px 28px -6px rgba(255, 45, 120, 0.45),
    0 4px 12px -2px rgba(0, 0, 0, 0.4);
  display: grid;
  place-items: center;
  position: relative;
  text-align: center;
  font-family: "Caveat", cursive, system-ui;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.05;
  aspect-ratio: 1/1;
}
.sk.sticky em {
  font-style: normal;
  color: var(--yellow);
  font-size: 1.7rem;
  display: block;
}
.sk.sticky-cy .sk-in {
  background: var(--yellow);
  color: #1a1208;
  box-shadow:
    0 14px 28px -6px rgba(255, 229, 0, 0.4),
    0 4px 12px -2px rgba(0, 0, 0, 0.4);
}
.sk.sticky-cy em {
  color: var(--pink);
}
.sk.ticket .sk-in {
  background: #faf7f0;
  padding: 14px 16px 12px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 12px 26px -6px rgba(0, 0, 0, 0.5);
  font-family: "JetBrains Mono", monospace;
}
.tk-perf {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1.5px dashed rgba(20, 12, 8, 0.25);
  transform: translateY(-50%);
}
.tk-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 22px;
}
.tk-col {
  flex: 1;
}
.tk-key {
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  color: rgba(20, 12, 8, 0.5);
  text-transform: uppercase;
  margin-bottom: 3px;
}
.tk-val {
  font-size: 0.85rem;
  color: #1a1208;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.pin,
.tape {
  position: absolute;
}
.pin {
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 30%,
    #ff8eaf 0%,
    var(--pink) 50%,
    #8a0c3d 100%
  );
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.5),
    inset -2px -2px 4px rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.pin.pin-cy {
  background: radial-gradient(
    circle at 30% 30%,
    #c0f7ff 0%,
    var(--cyan) 50%,
    #007090 100%
  );
}
.tape {
  width: 56px;
  height: 16px;
  top: -8px;
  z-index: 4;
  opacity: 0.92;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}
.tape.tl {
  left: -14px;
  transform: rotate(-22deg);
}
.tape.tr {
  right: -14px;
  transform: rotate(22deg);
}
.tape.tape-y {
  background: rgba(255, 229, 0, 0.55);
  box-shadow:
    0 3px 8px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 229, 0, 0.2) inset;
}
.tape.tape-c {
  background: rgba(0, 212, 255, 0.5);
}
.tape.tape-p {
  background: rgba(255, 45, 120, 0.5);
}
.tape.tape-pp {
  background: rgba(167, 87, 255, 0.55);
  box-shadow:
    0 3px 8px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(167, 87, 255, 0.25) inset;
}
.tape.tape-or {
  background: rgba(255, 140, 40, 0.6);
  box-shadow:
    0 3px 8px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 140, 40, 0.25) inset;
}
.tape.tape-corner {
  width: 48px;
  height: 14px;
  top: -6px;
  left: -10px;
  transform: rotate(-26deg);
}
.sk.washi {
  height: 22px;
  background: repeating-linear-gradient(
    45deg,
    rgba(255, 229, 0, 0.5) 0 8px,
    rgba(255, 229, 0, 0.3) 8px 14px
  );
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  border-radius: 1px;
  animation:
    skFadeIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) both,
    washiSwing var(--bp, 11s) ease-in-out infinite;
  animation-play-state: paused;
  rotate: var(--rot, 0deg);
}
.sk.washi.washi-c {
  background: repeating-linear-gradient(
    45deg,
    rgba(0, 212, 255, 0.45) 0 8px,
    rgba(0, 212, 255, 0.25) 8px 14px
  );
}
.sk.washi.washi-p {
  background: repeating-linear-gradient(
    45deg,
    rgba(255, 45, 120, 0.5) 0 8px,
    rgba(255, 45, 120, 0.3) 8px 14px
  );
}
.sk.cd .sk-in.cd-disc {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 50% 50%,
      transparent 18%,
      rgba(0, 0, 0, 0.5) 19%,
      transparent 21%
    ),
    conic-gradient(
      from 0deg,
      #ff2d78 0deg,
      #ffe500 60deg,
      #00d4ff 120deg,
      #ff2d78 180deg,
      #ffe500 240deg,
      #00d4ff 300deg,
      #ff2d78 360deg
    );
  box-shadow:
    0 12px 28px -6px rgba(0, 0, 0, 0.55),
    inset 0 0 0 2px rgba(255, 255, 255, 0.15);
  position: relative;
  animation:
    cdSpin 16s linear infinite,
    skBreathe var(--bp, 8s) ease-in-out infinite;
}
.cd-hole,
.cd-ring {
  position: absolute;
  border-radius: 50%;
}
.cd-ring {
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.cd-ring.r1 {
  inset: 8%;
}
.cd-ring.r2 {
  inset: 18%;
}
.cd-ring.r3 {
  inset: 30%;
}
.cd-hole {
  inset: 42%;
  background: #0f0f0f;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.sk.doodle,
.sk.sparkle {
  transform: translate3d(
      calc(var(--mx) * var(--depth, 0.5) * 32px),
      calc(var(--my) * var(--depth, 0.5) * 22px),
      0
    )
    rotate(var(--rot, 0deg));
}
.sk.sparkle {
  filter: drop-shadow(0 0 8px rgba(255, 229, 0, 0.6))
    blur(calc((1 - var(--depth, 0.5)) * 0.8px));
  animation:
    skFadeIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) both,
    sparkleTwinkle var(--bp, 5s) ease-in-out infinite;
  animation-play-state: paused;
}
.sk.sparkle.sparkle-pk {
  filter: drop-shadow(0 0 8px rgba(255, 45, 120, 0.6));
}
.sk.sparkle.sparkle-cy {
  filter: drop-shadow(0 0 8px rgba(0, 212, 255, 0.6));
}
.sk.doodle {
  filter: blur(calc((1 - var(--depth, 0.5)) * 0.5px));
}
.sk.doodle.doodle-arrow path {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: doodleDraw 1.4s cubic-bezier(0.5, 0, 0.2, 1) both;
  animation-delay: calc(1.6s + (1 - var(--depth, 0.5)) * 0.8s);
  animation-play-state: paused;
}
@media (max-width: 1100px) {
  .sk.polaroid {
    width: 10.5rem !important;
  }
  .sk.biz-card {
    width: 10rem !important;
  }
  .sk.ticket {
    width: 9.5rem !important;
  }
  .sk.card {
    width: 8rem !important;
  }
  .sk.swatch {
    width: 5.8rem !important;
  }
  .sk.paper-note {
    width: 6.8rem !important;
  }
}
@media (max-width: 880px) {
  .sk.cd,
  .sk.doodle.doodle-arrow,
  .sk.sparkle,
  .sk.swatch,
  .sk.washi {
    display: none !important;
  }
  .sk.biz-card,
  .sk.polaroid {
    width: 9rem !important;
  }
  .sk.biz-card {
    right: 3% !important;
    top: 6% !important;
  }
  .sk.ticket {
    width: 8.5rem !important;
    right: 16% !important;
  }
  .sk.card {
    width: 7.5rem !important;
    left: 22% !important;
    top: 7% !important;
  }
  .sk.paper-note {
    width: 6.5rem !important;
  }
  .sk.sticky {
    width: 6.2rem !important;
    font-size: 1.1rem;
  }
  .sk.sticky em {
    font-size: 1.4rem;
  }
  .badge-new {
    width: 38px !important;
    height: 38px !important;
    font-size: 0.55rem !important;
  }
}
@media (max-width: 640px) {
  .sk.card,
  .sk.paper-note,
  .sk.ticket {
    display: none !important;
  }
  .sk.polaroid {
    width: 7.5rem !important;
  }
  .sk.polaroid:first-of-type {
    left: 4% !important;
    top: 11% !important;
  }
  .sk.polaroid:last-of-type {
    right: 4% !important;
    bottom: 7% !important;
  }
  .sk.biz-card {
    width: 8rem !important;
    right: 4% !important;
    top: 12% !important;
    padding: 12px 10px !important;
  }
  .bc-tag {
    font-size: 0.85rem !important;
  }
  .bc-meta {
    font-size: 0.48rem !important;
  }
  .sk.sticky {
    width: 5.5rem !important;
    font-size: 0.9rem;
  }
  .sk.sticky em {
    font-size: 1.1rem;
  }
  .sk.sticky:first-of-type {
    left: 4% !important;
    top: 58% !important;
  }
  .sk.sticky.sticky-cy {
    right: 4% !important;
    top: 54% !important;
  }
  .badge-new {
    width: 34px !important;
    height: 34px !important;
    font-size: 0.52rem !important;
    bottom: -8px !important;
    right: -10px !important;
  }
}
@media (max-width: 420px) {
  .sk.biz-card,
  .sk.sticky.sticky-cy {
    display: none !important;
  }
  .sk.sticky:first-of-type {
    width: 5rem !important;
    left: 3% !important;
    top: 64% !important;
  }
}
@media (max-width: 880px) {
  .sk {
    animation: none !important;
    opacity: 1 !important;
  }
  .sk-in {
    transform: rotate(var(--rot, 0deg)) !important;
  }
  .hero-shape,
  .hero::after,
  .sk-in,
  .sk.cd .sk-in.cd-disc,
  .sk.sparkle {
    animation: none !important;
  }
  .sk.doodle.doodle-arrow path {
    animation: none !important;
    stroke-dashoffset: 0 !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sk {
    animation: none !important;
    opacity: 1 !important;
  }
  .sk-in {
    transform: rotate(var(--rot, 0deg));
  }
  .sk-in,
  .sk.cd .sk-in.cd-disc,
  .sk.doodle.doodle-arrow path,
  .sk.sparkle {
    animation: none !important;
  }
}
.sk.paper-note .sk-in {
  background: #faf7f0;
  padding: 16px 14px 18px;
  border-radius: 3px;
  box-shadow:
    0 12px 26px -6px rgba(0, 0, 0, 0.5),
    0 4px 10px -3px rgba(0, 0, 0, 0.3);
  position: relative;
  font-family: "Caveat", cursive, "Patrick Hand", system-ui;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.05;
  color: #1a1208;
  text-align: center;
}
.sk.paper-note em {
  font-style: normal;
  color: var(--pink);
  font-size: 1.85rem;
  display: block;
}
:root {
  --ease-apple: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
}
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.b-card,
.btn,
.cta,
.flippable,
.nav-burger,
.vibe-card,
.work-card,
button {
  transition:
    transform 0.45s var(--ease-apple),
    box-shadow 0.45s var(--ease-apple),
    background-color 0.3s var(--ease-apple),
    border-color 0.3s var(--ease-apple),
    color 0.25s var(--ease-apple),
    opacity 0.3s var(--ease-apple);
}
.btn:hover,
.cta:hover {
  transform: translateY(-2px);
}
.btn-pink:hover {
  box-shadow:
    0 16px 36px -8px rgba(255, 45, 120, 0.55),
    0 6px 16px -4px rgba(255, 45, 120, 0.35);
}
.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.04);
}
nav.top a {
  transition:
    color 0.25s var(--ease-apple),
    opacity 0.25s var(--ease-apple);
}
section + section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(15, 15, 15, 0.35),
    rgba(15, 15, 15, 0)
  );
}
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
:focus-visible {
  outline: 2px solid var(--pink, #ff2d78);
  outline-offset: 3px;
  transition: outline-offset 0.2s var(--ease-apple);
}
:focus:not(:focus-visible) {
  outline: 0;
}
::selection {
  background: rgba(255, 45, 120, 0.35);
  color: #fff;
}
.btn:active,
.cta:active {
  transform: translateY(-1px) scale(0.96) !important;
  transition: transform 0.12s ease-out !important;
}
.hero-shape {
  animation: heroShapePulse 7s ease-in-out infinite;
}
.b-card.rv-s,
.vibe-card.rv-s,
.work-card.rv-s {
  transition:
    opacity 0.9s var(--ease-apple),
    transform 1.1s var(--ease-spring);
}
.b-card,
.work-card {
  transform-style: preserve-3d;
  will-change: transform;
}
.b-card > *,
.work-card > * {
  transform: translateZ(0);
}
.counter {
  display: inline-block;
  font-variant-numeric: tabular-nums;
  min-width: 1.6em;
  text-align: left;
  transition:
    color 0.4s var(--ease-spring),
    text-shadow 0.4s var(--ease-spring);
}
nav.top {
  background: 0 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom-color: transparent !important;
  transition:
    background 0.5s var(--ease-apple),
    backdrop-filter 0.5s var(--ease-apple),
    -webkit-backdrop-filter 0.5s var(--ease-apple),
    border-bottom-color 0.5s var(--ease-apple),
    box-shadow 0.5s var(--ease-apple) !important;
}
nav.top.scrolled {
  background: rgba(15, 15, 15, 0.72) !important;
  backdrop-filter: saturate(180%) blur(24px) !important;
  -webkit-backdrop-filter: saturate(180%) blur(24px) !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.35) !important;
}
.sk.biz-card .sk-in {
  background: linear-gradient(135deg, #161616 0, #0f0f0f 100%);
  color: #fff;
  padding: 16px 14px;
  border-radius: 5px;
  box-shadow:
    0 14px 30px -6px rgba(0, 0, 0, 0.65),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  position: relative;
  font-family: "Inter", system-ui, sans-serif;
}
.bc-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.bc-mark {
  width: 9px;
  height: 9px;
  background: var(--pink);
  border-radius: 1px;
  box-shadow: 0 0 8px rgba(255, 45, 120, 0.6);
}
.bc-brand {
  font-weight: 800;
  font-size: 0.98rem;
  letter-spacing: -0.01em;
  color: #fff;
}
.bc-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  margin: 4px 0 10px;
}
.bc-meta {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.54rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 3px;
}
.bc-tag {
  margin-top: 10px;
  font-family: "Caveat", cursive, system-ui;
  font-size: 1.1rem;
  color: var(--yellow);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 11;
  opacity: 0.055;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' seed='3'/><feColorMatrix values='0 0 0 0 1   0 0 0 0 1   0 0 0 0 1   0 0 0 .8 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 180px 180px;
  mix-blend-mode: overlay;
  animation: grainShift 1.2s steps(4) infinite;
}
.pin-corner {
  position: absolute;
  top: -8px;
  right: -7px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 30%,
    #ff8eaf 0%,
    var(--pink) 50%,
    #8a0c3d 100%
  );
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.5),
    inset -2px -2px 4px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(0, 0, 0, 0.1);
  z-index: 6;
}
.pin-corner.pin-cy {
  background: radial-gradient(
    circle at 30% 30%,
    #c0f7ff 0%,
    var(--cyan) 50%,
    #007090 100%
  );
}
.badge-new {
  position: absolute;
  bottom: -12px;
  right: -16px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background: var(--yellow);
  color: #1a1208;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 900;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  clip-path: polygon(
    50%0,
    60% 12%,
    75% 5%,
    78% 22%,
    95% 25%,
    85% 40%,
    100% 50%,
    85% 60%,
    95% 75%,
    78% 78%,
    75% 95%,
    60% 88%,
    50% 100%,
    40% 88%,
    25% 95%,
    22% 78%,
    5% 75%,
    15% 60%,
    0 50%,
    15% 40%,
    5% 25%,
    22% 22%,
    25% 5%,
    40% 12%
  );
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
  z-index: 7;
  transform: rotate(12deg);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  animation: badgePulse 2.4s ease-in-out infinite;
}
.sk.card .sk-in,
.sk.paper-note .sk-in,
.sk.polaroid .sk-in,
.sk.swatch .sk-in,
.sk.ticket .sk-in {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='90' height='90'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.4' numOctaves='1' seed='5'/><feColorMatrix values='0 0 0 0 .28  0 0 0 0 .22  0 0 0 0 .12  0 0 0 .25 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-color: #faf7f0;
  background-blend-mode: multiply;
  background-size: 90px 90px;
}
/* ===== Event Divider (work.html) ===== */
.event-divider {
  margin: 80px 0 32px;
  padding: 0;
  border: 0;
}
.event-divider:first-of-type {
  margin-top: 0;
}
.event-label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: rgba(255, 45, 120, 0.85);
  padding: 4px 0;
  margin-bottom: 10px;
}
.event-title {
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 8px;
  color: #fff;
}
.event-title .pink {
  color: #ff2d78;
}
.event-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  letter-spacing: 0.01em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .event-divider {
    margin: 56px 0 22px;
  }
  .event-title {
    font-size: 28px;
  }
}

/* ===== Event Divider FIX · light bg override ===== */
.event-title {
  color: #0f0f0f !important;
}
.event-title .pink {
  color: #ff2d78 !important;
}
.event-sub {
  color: rgba(15, 15, 15, 0.6) !important;
  font-weight: 500 !important;
}
.event-label {
  color: #ff2d78 !important;
  font-weight: 700 !important;
}

/* ===== Work page · nav contrast fix ===== */
.work-page .top,
.work-page .top.dark {
  background: rgba(15, 15, 15, 0.78) !important;
  backdrop-filter: blur(14px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(160%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.work-page .top a,
.work-page .top .word,
.work-page .top .logo {
  color: #fff !important;
}
.work-page .top a:hover {
  color: #ff2d78 !important;
}
.work-page .top .cta {
  background: #ff2d78 !important;
  color: #fff !important;
  border-color: #ff2d78 !important;
}
.work-page .nav-burger span {
  background: #fff !important;
}

/* ===== Screensaver · force hide until JS toggles .show (กัน flash ตอน navigate) ===== */
#screensaver {
  display: none !important;
  pointer-events: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: none !important;
}
#screensaver.show {
  display: flex !important;
  pointer-events: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.35s ease !important;
}
