/* Unique public path prevents a prior deployment's CSS from being reused by the edge cache. */
.hero-transition-wipe { position: absolute; z-index: 1; inset: -10% auto -10% 0; width: 32%; pointer-events: none; transform: skewX(-11deg); background: linear-gradient(90deg, transparent, rgba(202,255,47,.48) 48%, rgba(255,255,255,.3) 53%, transparent); filter: blur(2px); mix-blend-mode: screen; }
.hero-transition-mask { overflow: hidden; }
.hero-transition-mask::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 calc(12.5vw - 1px), rgba(255,255,255,.15) calc(12.5vw - 1px) 12.5vw); }
.hero-transition-mask span { position: absolute; right: 4vw; top: 50%; transform: translateY(-50%); color: rgba(7,29,45,.8); font-family: "Archivo Variable", sans-serif; font-size: clamp(42px, 7vw, 112px); font-weight: 900; letter-spacing: -.06em; }
.hero-media-grid::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 0 49.7%, rgba(202,255,47,.18) 50%, transparent 50.3%); background-size: 100% 210px; animation: gridScan 5.4s linear infinite; }
.hero-slide-ghost { position: absolute; z-index: 4; right: 2.6vw; bottom: -2.5vw; color: rgba(255,255,255,.055); font-family: "Archivo Variable", sans-serif; font-size: clamp(150px, 19vw, 310px); font-weight: 900; line-height: .72; letter-spacing: -.09em; pointer-events: none; }
.hero-slide-nav button.active i { background: var(--acid); animation: heroProgress 4.4s linear both; }

.kinetic-strip { height: 132px; min-height: 132px; position: relative; overflow: hidden; isolation: isolate; display: block; background: #020d13; color: white; white-space: nowrap; border-top: 1px solid rgba(202,255,47,.36); border-bottom: 1px solid rgba(7,29,45,.2); }
.kinetic-strip::before { content: ""; position: absolute; z-index: 0; left: -12%; top: -180%; width: 42%; aspect-ratio: 1; border-radius: 50%; background: rgba(202,255,47,.18); filter: blur(70px); animation: stripGlow 8s ease-in-out infinite alternate; }
.kinetic-strip .kinetic-row { position: absolute; left: 0; width: 100%; overflow: hidden; }
.kinetic-strip .kinetic-row-acid { z-index: 2; top: 10px; height: 70px; display: flex; align-items: center; background: var(--acid); color: var(--ink); transform: none; box-shadow: 0 16px 42px rgba(0,0,0,.3); border-top: 1px solid rgba(255,255,255,.5); border-bottom: 1px solid rgba(7,29,45,.3); }
.kinetic-strip .kinetic-row-ghost { z-index: 1; left: 0; bottom: 2px; width: 100%; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.25); }
.kinetic-strip .kinetic-track { width: max-content; display: flex; align-items: center; font-family: "Archivo Variable", sans-serif; font-size: 20px; font-weight: 900; letter-spacing: .075em; animation: none !important; will-change: transform; }
.kinetic-strip .kinetic-row-ghost .kinetic-track { font-size: 30px; letter-spacing: -.025em; animation: none !important; }
.kinetic-strip .kinetic-set { min-width: 100vw; flex: none; display: flex; align-items: center; justify-content: space-around; gap: 30px; padding: 0 30px; box-sizing: border-box; }
.kinetic-strip .kinetic-set b { font: inherit; }
.kinetic-strip .kinetic-set i { font-size: 9px; font-style: normal; -webkit-text-stroke: 0; }
.kinetic-strip .kinetic-readout { position: absolute; z-index: 4; right: 4vw; top: 0; padding: 8px 13px; background: var(--ink); color: var(--acid); font-size: 9px; font-weight: 850; letter-spacing: .11em; }
.kinetic-strip .kinetic-readout b { margin-left: 12px; font-size: 12px; }
.kinetic-strip:hover .kinetic-track { animation-play-state: paused; }
.motion-paused .kinetic-track, .motion-paused .kinetic-strip::before, .motion-paused .hero-media-grid::after, .motion-paused .hero-live-mark i, .motion-paused .hero-slide-nav button.active i { animation-play-state: paused !important; }

.product-card { --pointer-x: 50%; --pointer-y: 50%; --img-x: 0px; --img-y: 0px; position: relative; z-index: 1; transform-style: preserve-3d; will-change: transform; transition: transform .16s ease-out, box-shadow .4s ease, border-color .4s ease; }
.product-card::before { content: ""; position: absolute; z-index: 4; inset: 0; pointer-events: none; opacity: 0; background: radial-gradient(circle 260px at var(--pointer-x) var(--pointer-y), rgba(202,255,47,.2), rgba(255,255,255,.08) 42%, transparent 72%); transition: opacity .25s ease; }
.product-card:hover { z-index: 8; box-shadow: 0 38px 90px rgba(7,29,45,.2); border-color: rgba(7,29,45,.34); }
.product-card:hover::before { opacity: 1; }
.product-image { transform: translateZ(16px); }
.product-image img { transform-origin: 50% 50%; transition: transform .4s cubic-bezier(.22,1,.36,1); }
.product-card:hover .product-image img { transform: translate3d(var(--img-x), var(--img-y), 46px) scale(1.14); }
.product-card-body { position: relative; z-index: 2; transform: translateZ(22px); }
.brand-cloud span { transition: color .35s ease, background .35s ease, letter-spacing .35s ease; }
.brand-cloud span:hover { background: var(--acid); color: var(--ink); letter-spacing: .04em; }
.about-image img { transition: transform 1.1s cubic-bezier(.22,1,.36,1), filter .7s ease; }
.about-image:hover img { transform: scale(1.085); filter: saturate(1.15); }

@keyframes marqueeReverse { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@keyframes gridScan { from { transform: translateY(-210px); } to { transform: translateY(210px); } }
@keyframes stripGlow { to { transform: translateX(185%); } }

@media (max-width: 760px) {
  .hero-slide-ghost { display: none; }
  .kinetic-strip { height: 116px; min-height: 116px; }
  .kinetic-strip .kinetic-row-acid { top: 9px; height: 61px; transform: none; }
  .kinetic-strip .kinetic-track { font-size: 16px; }
  .kinetic-strip .kinetic-row-ghost .kinetic-track { font-size: 23px; }
  .kinetic-strip .kinetic-set { gap: 24px; padding-right: 24px; }
  .kinetic-strip .kinetic-readout { right: 12px; padding: 6px 10px; font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-running .hero-transition-wipe { display: block; }
  .motion-running .kinetic-row-acid .kinetic-track, .motion-running .kinetic-row-ghost .kinetic-track { animation: none !important; }
  .motion-running .kinetic-strip::before { animation: stripGlow 8s ease-in-out infinite alternate !important; }
  .motion-running .hero-media-grid::after { animation: gridScan 5.4s linear infinite !important; }
  .motion-running .hero-live-mark i { animation: pulse 1.8s ease-in-out infinite !important; }
  .motion-running .hero-slide-nav button.active i { animation: heroProgress 4.4s linear both !important; }
}
