/* Phase 6C: approved premium sci-fi mockup convergence. Storefront only. */
.storefront {
  --phase6c-cyan: #00d8ff;
  --phase6c-violet: #8b3dff;
  --phase6c-blue: #255dff;
  --phase6c-edge: rgba(74, 211, 255, .24);
  --phase6c-glass: rgba(8, 14, 27, .78);
  background:
    radial-gradient(ellipse at 78% 7%, rgba(89, 44, 205, .18), transparent 31rem),
    radial-gradient(ellipse at 14% 34%, rgba(0, 174, 255, .09), transparent 35rem),
    radial-gradient(ellipse at 84% 73%, rgba(80, 44, 194, .09), transparent 37rem),
    linear-gradient(152deg, #02040a 0%, #060b16 48%, #05040d 100%);
}

/* Phase 6C.2 expanded hero: independent celestial, object, benefit and quality planes. */
.storefront .home-hero {
  --hero-scroll-planet-y: 0px;
  --hero-scroll-wireframes-y: 0px;
  --hero-scroll-artifacts-y: 0px;
  --hero-scroll-benefits-y: 0px;
  --hero-scroll-metrics-y: 0px;
  --hero-scroll-decor-opacity: 1;
  --hero-scroll-benefits-opacity: 1;
  --hero-scroll-metrics-opacity: 1;
  min-height: max(900px, calc(100svh - 82px));
  overflow: hidden;
  padding-bottom: 220px;
}

.storefront .home-hero .hero-copy {
  z-index: 7;
  width: min(39vw, 580px);
}

.storefront .hero-planet-layer,
.storefront .hero-wireframe-layer,
.storefront .hero-artifacts-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.storefront .hero-planet-layer {
  z-index: 4;
  opacity: var(--hero-scroll-decor-opacity);
  transform: translate3d(0, var(--hero-scroll-planet-y), 0);
}

.storefront .hero-neon-planet {
  position: absolute;
  top: 6.8%;
  right: 17.5%;
  display: block;
  width: 102px;
  aspect-ratio: 1;
  border: 1px solid rgba(154, 74, 255, .65);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(226, 162, 255, .92), transparent 8%),
    radial-gradient(circle at 62% 62%, rgba(49, 8, 105, .96) 0 24%, transparent 52%),
    repeating-radial-gradient(ellipse at 39% 43%, rgba(190, 77, 255, .32) 0 2px, transparent 3px 9px),
    radial-gradient(circle at 38% 38%, #b52cff, #5621ba 43%, #150831 72%, #050b1b 100%);
  box-shadow:
    inset -20px -16px 27px rgba(2, 4, 20, .72),
    inset 10px 7px 23px rgba(222, 91, 255, .22),
    0 0 21px rgba(202, 46, 255, .64),
    0 0 68px rgba(55, 86, 255, .25);
}

.storefront .hero-neon-planet::before,
.storefront .hero-neon-planet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 190%;
  height: 39%;
  border: 2px solid #f064ff;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(240, 72, 255, .72);
  transform: translate(-50%, -50%) rotate(10deg);
}

.storefront .hero-neon-planet::after {
  width: 212%;
  height: 46%;
  border-color: #00dfff;
  clip-path: inset(46% 0 0 0);
  box-shadow: 0 0 14px rgba(0, 216, 255, .82);
  transform: translate(-50%, -50%) rotate(10deg);
}

.storefront .hero-neon-planet i {
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, .2), transparent 30% 68%, rgba(0, 216, 255, .16));
}

.storefront .hero-neon-planet b {
  position: absolute;
  top: -8px;
  right: -58px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  box-shadow: -19px 31px 0 #ab52ff, 28px 53px 0 #00e8ff, 53px 17px 0 #b354ff, -74px -4px 0 rgba(255,255,255,.8);
}

.storefront .hero-wireframe-layer {
  z-index: 4;
  opacity: var(--hero-scroll-decor-opacity);
  transform: translate3d(0, var(--hero-scroll-wireframes-y), 0);
}

.storefront .hero-wireframe-gear,
.storefront .hero-wireframe-part {
  position: absolute;
  display: block;
  color: #21dfff;
  filter: drop-shadow(0 0 8px rgba(34, 108, 255, .36));
}

.storefront .hero-wireframe-gear {
  width: 92px;
  aspect-ratio: 1;
  border: 2px solid currentColor;
  background: repeating-conic-gradient(from 3deg, rgba(101, 58, 255, .34) 0 8deg, transparent 8deg 20deg);
  clip-path: polygon(42% 0,58% 0,62% 9%,72% 12%,80% 6%,94% 18%,89% 27%,94% 38%,100% 42%,100% 58%,91% 62%,88% 72%,94% 80%,82% 94%,73% 89%,62% 94%,58% 100%,42% 100%,38% 91%,28% 88%,20% 94%,6% 82%,11% 73%,6% 62%,0 58%,0 42%,9% 38%,12% 28%,6% 20%,18% 6%,27% 11%,38% 6%);
}

.storefront .hero-wireframe-gear::before,
.storefront .hero-wireframe-gear::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(163, 80, 255, .85);
  border-radius: 50%;
}

.storefront .hero-wireframe-gear::before { inset: 19%; }
.storefront .hero-wireframe-gear::after { inset: 38%; border-color: rgba(0, 229, 255, .9); }

.storefront .hero-wireframe-gear i,
.storefront .hero-wireframe-gear b {
  position: absolute;
  top: 49%;
  left: 12%;
  width: 76%;
  height: 1px;
  background: rgba(0, 216, 255, .48);
  transform: rotate(45deg);
}

.storefront .hero-wireframe-gear b { transform: rotate(-45deg); }

.storefront .hero-wireframe-gear-large {
  top: 13.5%;
  left: 45.5%;
  width: 112px;
  color: #396dff;
  transform: rotate(13deg);
}

.storefront .hero-wireframe-gear-small {
  right: 6.5%;
  bottom: 18.5%;
  width: 72px;
  color: #8e42ff;
  transform: rotate(-17deg);
}

.storefront .hero-wireframe-part {
  width: 65px;
  aspect-ratio: 1;
  border: 1px solid currentColor;
  background:
    linear-gradient(45deg, transparent 48%, currentColor 49% 51%, transparent 52%),
    linear-gradient(-45deg, transparent 48%, rgba(143, 62, 255, .8) 49% 51%, transparent 52%);
  opacity: .82;
}

.storefront .hero-wireframe-part::before,
.storefront .hero-wireframe-part::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(155, 74, 255, .7);
  transform: rotate(45deg);
}

.storefront .hero-wireframe-part::after { inset: 34%; border-color: rgba(0, 216, 255, .8); }

.storefront .hero-wireframe-coupling {
  right: 10.5%;
  bottom: 25%;
  border-radius: 20%;
  transform: rotate(18deg) skew(-7deg);
}

.storefront .hero-wireframe-cube {
  top: 15%;
  right: 38.5%;
  width: 53px;
  transform: rotate(11deg);
}

.storefront .hero-artifacts-layer {
  z-index: 5;
  opacity: var(--hero-scroll-decor-opacity);
  transform: translate3d(0, var(--hero-scroll-artifacts-y), 0);
}

.storefront .hero-dogtag,
.storefront .hero-stl-file {
  position: absolute;
  display: block;
  color: #c24eff;
  background:
    linear-gradient(rgba(55, 156, 234, .11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55, 156, 234, .11) 1px, transparent 1px),
    linear-gradient(145deg, rgba(4, 19, 38, .56), rgba(37, 10, 72, .42));
  background-size: 10px 10px, 10px 10px, auto;
  box-shadow: inset 0 0 22px rgba(0, 216, 255, .09), 0 0 24px rgba(86, 45, 255, .2);
  backdrop-filter: blur(2px);
}

.storefront .hero-dogtag {
  top: 33%;
  left: 43.5%;
  width: 76px;
  height: 104px;
  border: 1px solid #7b4dff;
  border-radius: 31px 31px 13px 13px;
  transform: rotate(-18deg);
}

.storefront .hero-dogtag::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  width: 42px;
  height: 52px;
  border: 2px solid rgba(147, 81, 255, .78);
  border-radius: 50%;
  transform: translateX(-50%);
}

.storefront .hero-dogtag::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 1px solid #00dfff;
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 8px rgba(0, 216, 255, .7);
}

.storefront .hero-dogtag i {
  position: absolute;
  top: 49px;
  left: 29px;
  width: 18px;
  height: 15px;
  border: 1px solid currentColor;
  border-radius: 50% 50% 44% 44%;
  box-shadow: 0 0 10px rgba(196, 65, 255, .6);
}

.storefront .hero-dogtag i::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -9px;
  width: 8px;
  height: 10px;
  border: 1px solid currentColor;
  border-radius: 50%;
  box-shadow: 13px -5px 0 -1px rgba(65, 17, 91, .82), 13px -5px 0 0 currentColor, 26px 0 0 -1px rgba(65, 17, 91, .82), 26px 0 0 0 currentColor;
}

.storefront .hero-stl-file {
  top: 56%;
  left: 44.5%;
  width: 92px;
  height: 112px;
  border: 1px solid #456cff;
  clip-path: polygon(0 0, 72% 0, 100% 25%, 100% 100%, 0 100%);
  transform: rotate(14deg);
}

.storefront .hero-stl-file::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 24%;
  border-bottom: 1px solid rgba(0, 216, 255, .8);
  border-left: 1px solid rgba(0, 216, 255, .8);
}

.storefront .hero-stl-file i {
  position: absolute;
  inset: 38% 20% auto;
  height: 1px;
  background: rgba(0, 216, 255, .6);
  box-shadow: 0 10px 0 rgba(147, 69, 255, .55), 0 20px 0 rgba(0, 216, 255, .42);
}

.storefront .hero-stl-file b,
.storefront .hero-stl-file small {
  position: absolute;
  left: 14px;
  color: #d05cff;
  font-family: var(--font-display, sans-serif);
  letter-spacing: .12em;
}

.storefront .hero-stl-file b { bottom: 17px; font-size: 1.1rem; }
.storefront .hero-stl-file small { bottom: 7px; color: #61dfff; font-size: .36rem; }

.storefront .hero-benefits {
  position: absolute;
  z-index: 8;
  bottom: 108px;
  left: 3.4vw;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(47vw, 680px);
  opacity: var(--hero-scroll-benefits-opacity);
  transform: translate3d(0, var(--hero-scroll-benefits-y), 0);
}

.storefront .hero-benefits > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: .5rem;
  min-width: 0;
  padding: .72rem .65rem;
  border-top: 1px solid rgba(57, 178, 234, .18);
}

.storefront .hero-benefits > div + div { border-left: 1px solid rgba(57, 178, 234, .14); }

.storefront .hero-benefit-icon {
  display: grid;
  width: 38px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(0, 216, 255, .36);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(0, 216, 255, .11), rgba(128, 48, 255, .13));
  color: #13dcff;
  box-shadow: inset 0 0 15px rgba(0, 216, 255, .06), 0 0 18px rgba(42, 78, 255, .08);
}

.storefront .hero-benefits > div:nth-child(even) .hero-benefit-icon { color: #a64cff; border-color: rgba(164, 69, 255, .38); }

.storefront .hero-benefit-icon svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.storefront .hero-benefits p,
.storefront .hero-metrics-bar p { margin: 0; min-width: 0; }

.storefront .hero-benefits strong,
.storefront .hero-benefits small { display: block; }
.storefront .hero-benefits strong { color: #edf7ff; font-size: .65rem; line-height: 1.25; }
.storefront .hero-benefits small { margin-top: .2rem; color: #8290a5; font-size: .49rem; line-height: 1.3; }

.storefront .hero-metrics-bar {
  position: absolute;
  z-index: 9;
  right: 3.4vw;
  bottom: 16px;
  left: 3.4vw;
  display: grid;
  grid-template-columns: 1.55fr repeat(3, .72fr) 1.35fr;
  align-items: center;
  min-height: 78px;
  border: 1px solid rgba(72, 168, 225, .2);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(3, 12, 25, .9), rgba(7, 15, 36, .78) 55%, rgba(27, 8, 55, .72)),
    linear-gradient(rgba(61, 149, 221, .05) 1px, transparent 1px);
  background-size: auto, 100% 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 18px 54px rgba(0, 0, 0, .3), 0 0 38px rgba(42, 77, 255, .08);
  opacity: var(--hero-scroll-metrics-opacity);
  transform: translate3d(0, var(--hero-scroll-metrics-y), 0);
  backdrop-filter: blur(16px);
}

.storefront .hero-metric-intro,
.storefront .hero-swiss-quality {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .8rem 1.05rem;
}

.storefront .hero-metric-mark {
  width: 32px;
  aspect-ratio: 1;
  border: 1px solid #00dfff;
  background: linear-gradient(135deg, rgba(0,216,255,.12), rgba(151,50,255,.18));
  box-shadow: 8px 8px 0 -1px rgba(140, 49, 255, .32), 0 0 18px rgba(0, 216, 255, .14);
  transform: rotate(45deg);
}

.storefront .hero-metric-intro strong,
.storefront .hero-swiss-quality strong,
.storefront .hero-metric-intro small,
.storefront .hero-swiss-quality small { display: block; }
.storefront .hero-metric-intro strong,
.storefront .hero-swiss-quality strong { color: #f1f7ff; font-size: .66rem; }
.storefront .hero-metric-intro small,
.storefront .hero-swiss-quality small { margin-top: .2rem; color: #8490a3; font-size: .5rem; }

.storefront .hero-metric {
  min-width: 0;
  border-left: 1px solid rgba(69, 157, 211, .14);
  padding: .65rem .9rem;
}

.storefront .hero-metric strong,
.storefront .hero-metric span { display: block; }
.storefront .hero-metric strong { color: #f5f9ff; font-size: 1.18rem; line-height: 1; }
.storefront .hero-metric span { margin-top: .35rem; color: #8693a7; font-size: .5rem; line-height: 1.25; }

.storefront .hero-swiss-quality {
  justify-content: flex-end;
  border-left: 1px solid rgba(69, 157, 211, .14);
}

.storefront .hero-swiss-cross {
  position: relative;
  display: block;
  flex: 0 0 34px;
  aspect-ratio: 1;
  border-radius: 5px;
  background: linear-gradient(145deg, #ff394b, #d80d21);
  box-shadow: 0 0 18px rgba(255, 40, 58, .2);
}

.storefront .hero-swiss-cross::before,
.storefront .hero-swiss-cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.storefront .hero-swiss-cross::before { width: 19px; height: 6px; }
.storefront .hero-swiss-cross::after { width: 6px; height: 19px; }

.storefront .home-hero.has-phase6c2-motion .hero-planet-layer,
.storefront .home-hero.has-phase6c2-motion .hero-wireframe-layer,
.storefront .home-hero.has-phase6c2-motion .hero-artifacts-layer,
.storefront .home-hero.has-phase6c2-motion .hero-benefits,
.storefront .home-hero.has-phase6c2-motion .hero-metrics-bar {
  will-change: transform, opacity;
  transition: transform 180ms linear, opacity 240ms ease-out;
}

@media (max-width: 1040px) {
  .storefront .home-hero .hero-copy { width: min(46vw, 540px); }
  .storefront .hero-benefits { width: 60vw; }
  .storefront .hero-wireframe-gear-small,
  .storefront .hero-wireframe-coupling { display: none; }
  .storefront .hero-metric-intro { display: none; }
  .storefront .hero-metrics-bar { grid-template-columns: repeat(3, 1fr) 1.5fr; }
}

@media (max-width: 760px) {
  .storefront .home-hero {
    min-height: 1220px;
    padding-bottom: 330px;
  }

  .storefront .home-hero .hero-copy { width: 100%; }

  .storefront .hero-neon-planet {
    top: 5.5%;
    right: 9%;
    display: block;
    width: 58px;
  }

  .storefront .hero-wireframe-gear-large {
    top: 7.5%;
    left: 6%;
    display: block;
    width: 58px;
  }

  .storefront .hero-wireframe-cube {
    top: 22%;
    right: 7%;
    display: block;
    width: 35px;
  }

  .storefront .hero-dogtag {
    top: 16%;
    left: 7%;
    display: block;
    width: 43px;
    height: 61px;
    border-radius: 18px 18px 8px 8px;
  }

  .storefront .hero-dogtag::before { top: -21px; width: 24px; height: 31px; }
  .storefront .hero-dogtag::after { top: 7px; width: 6px; height: 6px; }
  .storefront .hero-dogtag i { top: 30px; left: 16px; transform: scale(.62); transform-origin: left top; }

  .storefront .hero-stl-file {
    top: 23%;
    left: auto;
    right: 5%;
    display: block;
    width: 49px;
    height: 61px;
  }
  .storefront .hero-stl-file b { bottom: 8px; left: 8px; font-size: .65rem; }
  .storefront .hero-stl-file small { display: none; }

  .storefront .hero-benefits {
    right: 15px;
    bottom: 145px;
    left: 15px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
    border: 1px solid rgba(57, 178, 234, .16);
    border-radius: 13px;
    background: rgba(2, 9, 21, .7);
    backdrop-filter: blur(12px);
  }

  .storefront .hero-benefits > div { min-height: 67px; padding: .55rem; }
  .storefront .hero-benefits > div:nth-child(3) { border-left: 0; }
  .storefront .hero-benefits > div:nth-child(n + 3) { border-top: 1px solid rgba(57, 178, 234, .14); }
  .storefront .hero-benefits small { display: none; }

  .storefront .hero-metrics-bar {
    right: 15px;
    bottom: 12px;
    left: 15px;
    grid-template-columns: repeat(3, 1fr);
    min-height: 120px;
  }

  .storefront .hero-metric { padding: .62rem .45rem; text-align: center; }
  .storefront .hero-metric:first-of-type { border-left: 0; }
  .storefront .hero-metric strong { font-size: .95rem; }
  .storefront .hero-metric span { font-size: .44rem; }
  .storefront .hero-swiss-quality { grid-column: 1 / -1; justify-content: center; border-top: 1px solid rgba(69, 157, 211, .14); border-left: 0; padding: .55rem; }
  .storefront .hero-swiss-cross { flex-basis: 28px; }
}

@media (max-width: 420px) {
  .storefront .home-hero { min-height: 1260px; }
  .storefront .hero-benefits strong { font-size: .58rem; }
  .storefront .hero-benefit-icon { width: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  .storefront .hero-planet-layer,
  .storefront .hero-wireframe-layer,
  .storefront .hero-artifacts-layer,
  .storefront .hero-benefits,
  .storefront .hero-metrics-bar {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }
}

.storefront::before {
  opacity: .86;
  background-image:
    radial-gradient(circle at 12% 16%, rgba(133, 224, 255, .62) 0 1px, transparent 1.5px),
    radial-gradient(circle at 74% 42%, rgba(184, 161, 255, .42) 0 1px, transparent 1.5px),
    linear-gradient(rgba(70, 145, 215, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 145, 215, .03) 1px, transparent 1px);
  background-size: 227px 227px, 311px 311px, 74px 74px, 74px 74px;
  mask-image: linear-gradient(to bottom, transparent 2%, #000 13%, #000 92%, transparent);
}

.storefront main {
  position: relative;
  overflow-x: clip;
}

.storefront .site-header {
  min-height: 82px;
  border-bottom-color: rgba(62, 169, 225, .17);
  background:
    linear-gradient(90deg, rgba(2, 5, 13, .94), rgba(5, 7, 18, .88) 62%, rgba(11, 5, 24, .9));
  box-shadow: 0 1px 0 rgba(131, 218, 255, .035), 0 16px 44px rgba(0, 0, 0, .18);
}

.storefront .site-header::after {
  content: "";
  position: absolute;
  right: 4.5%;
  bottom: -1px;
  left: 4.5%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(0, 216, 255, .25), rgba(139, 61, 255, .2), transparent);
}

.storefront .brand-mark {
  background: linear-gradient(145deg, #00e1ff, #1f75ff 54%, #9b38ff);
  box-shadow:
    5px 5px 0 rgba(91, 42, 193, .25),
    0 0 25px rgba(0, 216, 255, .25),
    0 0 45px rgba(139, 61, 255, .08);
}

.storefront .top-nav > a {
  color: #c3ccda;
}

.storefront .top-nav > a[href="/inquiry"] {
  border: 1px solid rgba(72, 214, 255, .72);
  border-radius: 9px;
  background: linear-gradient(115deg, #00bfe9, #236aff 54%, #8b20e8);
  color: #fff;
  padding-inline: 1.05rem;
  box-shadow: 0 10px 28px rgba(22, 91, 231, .18), inset 0 1px 0 rgba(255, 255, 255, .3);
}

.storefront .top-nav > a[href="/inquiry"]:hover,
.storefront .top-nav > a[href="/inquiry"][aria-current="page"] {
  background: linear-gradient(115deg, #23dfff, #397dff 54%, #a13cff);
  box-shadow: 0 12px 34px rgba(42, 95, 238, .27);
}

.storefront .top-nav > a[href="/inquiry"]::after {
  display: none;
}

/* Hero: distinct cosmos, CAD, product, foreground and light planes. */
.storefront .home-hero {
  min-height: max(800px, calc(100svh - 82px));
  padding-top: clamp(5rem, 8vw, 7.5rem);
  padding-bottom: clamp(5rem, 8vw, 7.5rem);
  background: #02050d;
  box-shadow: inset 0 -90px 120px rgba(2, 5, 13, .38);
}

.storefront .home-hero::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(2, 5, 13, .995) 0%, rgba(2, 5, 13, .97) 27%, rgba(2, 5, 13, .79) 43%, rgba(2, 5, 13, .17) 66%, rgba(2, 5, 13, .05) 100%),
    linear-gradient(180deg, rgba(2, 5, 13, .4), transparent 26%, transparent 69%, rgba(2, 5, 13, .72));
}

.storefront .home-hero::after {
  height: 2px;
  background: linear-gradient(90deg, transparent 2%, rgba(0, 216, 255, .55) 30%, rgba(66, 104, 255, .34) 58%, rgba(139, 61, 255, .52) 83%, transparent);
  box-shadow: 0 0 30px rgba(0, 216, 255, .16);
}

.storefront .hero-backdrop {
  inset: -5%;
  background:
    radial-gradient(circle at 83% 16%, rgba(139, 61, 255, .37), transparent 19%),
    radial-gradient(circle at 70% 62%, rgba(0, 216, 255, .19), transparent 27%),
    radial-gradient(circle at 35% 47%, rgba(69, 65, 197, .1), transparent 22%),
    radial-gradient(circle at 14% 17%, rgba(255, 255, 255, .84) 0 1px, transparent 1.5px),
    radial-gradient(circle at 36% 74%, rgba(78, 223, 255, .74) 0 1px, transparent 1.5px),
    radial-gradient(circle at 68% 31%, rgba(213, 185, 255, .62) 0 1px, transparent 1.5px),
    linear-gradient(135deg, #02050c 0%, #061126 54%, #0c0419 100%);
  background-size: auto, auto, auto, 149px 149px, 227px 227px, 313px 313px, auto;
}

.storefront .hero-nebula {
  top: -20%;
  right: -10%;
  width: min(83vw, 1280px);
  height: 145%;
  opacity: .9;
  background:
    conic-gradient(from 112deg at 68% 46%, transparent, rgba(78, 32, 198, .16), transparent 23%),
    radial-gradient(ellipse at 74% 41%, rgba(139, 61, 255, .35), transparent 25%),
    radial-gradient(ellipse at 54% 59%, rgba(0, 190, 255, .25), transparent 35%);
  filter: blur(24px) saturate(1.2);
}

.storefront .hero-hud {
  z-index: 1;
  opacity: .68;
  background-image:
    linear-gradient(rgba(55, 147, 216, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55, 147, 216, .07) 1px, transparent 1px),
    linear-gradient(112deg, transparent 0 68%, rgba(0, 216, 255, .09) 68.1% 68.25%, transparent 68.4%);
  background-size: 68px 68px, 68px 68px, auto;
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .62) 61%, transparent 98%);
}

.storefront .hero-hud::before {
  right: 3%;
  bottom: -52%;
  width: min(72vw, 980px);
  border-color: rgba(0, 216, 255, .16);
  box-shadow:
    inset 0 0 0 80px rgba(0, 216, 255, .018),
    inset 0 0 0 160px rgba(139, 61, 255, .018),
    0 0 95px rgba(44, 99, 255, .05);
}

.storefront .hero-hud::after {
  right: 13%;
  bottom: -30%;
  width: min(55vw, 720px);
  border-color: rgba(139, 61, 255, .15);
}

.storefront .hero-machine-layer {
  z-index: -1;
  inset: 0;
  opacity: 1;
  mask-image: none;
  transform: translate3d(var(--hero-image-x), var(--hero-image-y), 0) scale(1.008);
}

.storefront .hero-machine-layer::before {
  background:
    linear-gradient(90deg, rgba(2, 5, 13, .96) 0%, rgba(2, 5, 13, .82) 23%, rgba(2, 5, 13, .28) 47%, transparent 67%),
    linear-gradient(180deg, rgba(2, 5, 13, .2), transparent 28%, rgba(2, 5, 13, .2));
}

.storefront .hero-machine-layer picture {
  display: block;
  width: 100%;
  height: 100%;
}

.storefront .hero-machine-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  filter: contrast(1.1) saturate(1.12) brightness(.96);
}

.storefront .hero-machine-scan {
  right: 8%;
  bottom: 28%;
  width: 47%;
  opacity: .5;
  background: linear-gradient(90deg, transparent, rgba(0, 216, 255, .88), rgba(139, 61, 255, .4), transparent);
  box-shadow: 0 0 21px rgba(0, 216, 255, .5);
}

.storefront .hero-copy {
  width: min(46vw, 650px);
  padding: clamp(1rem, 2vw, 1.6rem) 0;
  text-shadow: 0 3px 34px rgba(0, 0, 0, .72);
}

.storefront .home-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin-bottom: 1.55rem;
  border: 1px solid rgba(139, 61, 255, .55);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(6, 11, 25, .84), rgba(31, 9, 55, .58));
  color: #d7deeb;
  padding: .62rem .9rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 0 28px rgba(83, 39, 196, .09);
  backdrop-filter: blur(10px);
}

.storefront .home-hero .eyebrow > span {
  background: var(--phase6c-violet);
  box-shadow: 0 0 15px rgba(139, 61, 255, .9);
}

.storefront .home-hero h1 {
  max-width: 650px;
  font-size: clamp(4.15rem, 6.55vw, 6.7rem);
  line-height: .86;
}

.storefront .home-hero h1 em {
  background: linear-gradient(92deg, #00d8ff 0%, #18b5ff 34%, #693cff 68%, #a624ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 26px rgba(55, 89, 255, .19));
}

.storefront .hero-lead {
  max-width: 550px;
  color: #bcc7d8;
  font-size: clamp(1rem, 1.34vw, 1.2rem);
}

.storefront .hero-actions .button:first-child,
.storefront .button:not(.ghost):not(.button-light) {
  border-color: rgba(67, 221, 255, .9);
  background: linear-gradient(112deg, #00ccea 0%, #197cff 52%, #8b24f1 100%);
  color: #fff;
  box-shadow: 0 14px 38px rgba(30, 89, 239, .25), inset 0 1px 0 rgba(255, 255, 255, .35);
}

.storefront .hero-actions .button:first-child:hover,
.storefront .button:not(.ghost):not(.button-light):hover {
  background: linear-gradient(112deg, #2be7ff 0%, #398fff 52%, #a43dff 100%);
  box-shadow: 0 18px 44px rgba(35, 93, 241, .32);
}

.storefront .hero-actions .button.ghost {
  border-color: rgba(88, 127, 255, .45);
  background: rgba(3, 8, 18, .58);
  backdrop-filter: blur(12px);
}

.storefront .hero-proof {
  width: max-content;
  max-width: 100%;
  margin-top: 2rem;
  border-top: 1px solid rgba(75, 154, 219, .18);
  padding-top: 1rem;
}

.storefront .hero-proof i {
  border-color: rgba(0, 216, 255, .55);
  background: rgba(0, 216, 255, .08);
  color: #66eaff;
  box-shadow: 0 0 18px rgba(0, 216, 255, .13);
}

.storefront .hero-tech-orbit {
  top: 18%;
  right: 43%;
  border-color: rgba(0, 216, 255, .38);
  box-shadow: 0 0 34px rgba(0, 216, 255, .14);
}

.storefront .hero-tech-cube {
  right: 3.2%;
  bottom: 8%;
  border-color: rgba(0, 216, 255, .42);
  background: linear-gradient(145deg, rgba(0, 117, 188, .17), rgba(74, 24, 136, .12));
  box-shadow: inset 0 0 32px rgba(0, 216, 255, .08), 0 0 32px rgba(139, 61, 255, .1);
}

.storefront .hero-data-card {
  top: 14%;
  right: 21%;
  border-color: rgba(74, 200, 255, .33);
  background:
    linear-gradient(rgba(73, 173, 228, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(73, 173, 228, .04) 1px, transparent 1px),
    linear-gradient(135deg, rgba(4, 14, 28, .78), rgba(26, 8, 53, .68));
  background-size: 18px 18px, 18px 18px, auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 18px 48px rgba(0, 0, 0, .3), 0 0 32px rgba(58, 64, 219, .09);
}

.storefront .hero-blueprint {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(0, 216, 255, .29);
  background:
    linear-gradient(rgba(0, 216, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 216, 255, .08) 1px, transparent 1px),
    linear-gradient(145deg, rgba(0, 68, 126, .16), rgba(8, 11, 31, .18));
  background-size: 18px 18px, 18px 18px, auto;
  box-shadow: inset 0 0 35px rgba(0, 216, 255, .055), 0 0 28px rgba(0, 216, 255, .06);
  opacity: .72;
  transform: perspective(420px) rotateY(-12deg);
  backdrop-filter: blur(3px);
}

.storefront .hero-blueprint::before,
.storefront .hero-blueprint::after,
.storefront .hero-blueprint i,
.storefront .hero-blueprint b {
  content: "";
  position: absolute;
  display: block;
}

.storefront .hero-blueprint::before {
  inset: 16% 12%;
  border: 1px solid rgba(109, 225, 255, .37);
  clip-path: polygon(9% 50%, 29% 12%, 73% 10%, 93% 51%, 72% 89%, 28% 88%);
}

.storefront .hero-blueprint::after {
  top: 50%;
  right: 8%;
  left: 8%;
  height: 1px;
  background: rgba(0, 216, 255, .27);
}

.storefront .hero-blueprint i {
  top: 12%;
  bottom: 12%;
  left: 50%;
  width: 1px;
  background: rgba(139, 61, 255, .32);
}

.storefront .hero-blueprint b {
  right: 13%;
  bottom: 14%;
  width: 28%;
  height: 26%;
  border-top: 1px solid rgba(0, 216, 255, .45);
  border-left: 1px solid rgba(0, 216, 255, .28);
  transform: skewY(-24deg);
}

.storefront .hero-blueprint-top {
  top: 8%;
  right: 3.5%;
  width: 178px;
  height: 108px;
}

.storefront .hero-blueprint-side {
  top: 39%;
  right: 1.5%;
  width: 132px;
  height: 178px;
  transform: perspective(420px) rotateY(-16deg);
}

.storefront .hero-coordinate {
  color: rgba(172, 214, 240, .54);
  text-shadow: 0 0 14px rgba(0, 216, 255, .12);
}

/* Continuous cosmic section field. */
.storefront main > .section {
  isolation: isolate;
}

.storefront main > .section::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(48vw, 700px);
  height: min(48vw, 700px);
  border-radius: 50%;
  pointer-events: none;
  opacity: .58;
  filter: blur(1px);
  background: radial-gradient(circle, rgba(43, 78, 195, .09), rgba(83, 34, 164, .035) 42%, transparent 70%);
}

.storefront main > .section:nth-of-type(odd)::before {
  top: -22%;
  right: -16%;
}

.storefront main > .section:nth-of-type(even)::before {
  bottom: -25%;
  left: -18%;
}

.storefront .section-heading::after,
.storefront .personalizable-section-head::after {
  background: linear-gradient(90deg, rgba(0, 216, 255, .52), rgba(65, 91, 255, .22) 38%, rgba(139, 61, 255, .18) 72%, transparent);
  box-shadow: 0 0 16px rgba(0, 216, 255, .07);
}

.storefront .eyebrow {
  color: #65eaff;
  text-shadow: 0 0 20px rgba(0, 216, 255, .16);
}

.storefront .trust-strip {
  border-color: rgba(67, 172, 226, .25);
  background:
    linear-gradient(rgba(71, 151, 213, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(71, 151, 213, .045) 1px, transparent 1px),
    linear-gradient(100deg, rgba(0, 216, 255, .06), rgba(5, 11, 22, .95) 38%, rgba(139, 61, 255, .07));
  background-size: 36px 36px, 36px 36px, auto;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .04), 0 0 50px rgba(52, 64, 206, .035);
}

/* Product cards and preview stages remain neutral enough for the 6B.2 colors. */
.storefront .product-card {
  overflow: hidden;
  border-color: rgba(62, 173, 226, .26);
  border-radius: 20px;
  background:
    linear-gradient(155deg, rgba(14, 23, 39, .98), rgba(5, 9, 18, .98));
  box-shadow: 0 24px 64px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .035);
}

.storefront .product-card::before {
  z-index: 3;
  inset: 0 0 auto;
  height: 2px;
  opacity: .62;
  background: linear-gradient(90deg, transparent, #00d8ff, #5668ff, #8b3dff, transparent);
}

.storefront .product-card:hover,
.storefront .product-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(0, 216, 255, .53);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .4), 0 0 42px rgba(52, 64, 206, .07);
}

.storefront .product-image {
  background:
    linear-gradient(rgba(87, 178, 230, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 178, 230, .075) 1px, transparent 1px),
    radial-gradient(circle at 46% 39%, rgba(0, 181, 255, .22), transparent 28%),
    radial-gradient(circle at 72% 64%, rgba(139, 61, 255, .2), transparent 36%),
    linear-gradient(145deg, #0e1b2b, #030811 75%);
  background-size: 38px 38px, 38px 38px, auto, auto, auto;
}

.storefront .product-image::before {
  opacity: .7;
  background:
    linear-gradient(to top, rgba(1, 4, 10, .72), transparent 52%),
    linear-gradient(118deg, rgba(0, 216, 255, .09), transparent 36%, rgba(139, 61, 255, .1));
  background-size: auto;
  mask-image: none;
}

.storefront .product-image::after {
  opacity: .9;
  background:
    radial-gradient(ellipse at 50% 105%, rgba(0, 216, 255, .17), transparent 44%),
    radial-gradient(circle at 50% 43%, transparent 30%, rgba(1, 4, 10, .36) 88%);
}

.storefront .product-image img,
.storefront .product-image .example-product-image {
  filter: contrast(1.14) saturate(.94) brightness(.94) drop-shadow(0 20px 24px rgba(0, 0, 0, .26));
}

.storefront .product-card:hover .product-image img {
  transform: scale(1.025) translateY(-2px);
}

.storefront .product-body {
  background:
    linear-gradient(110deg, rgba(0, 216, 255, .025), transparent 30%, rgba(139, 61, 255, .025)),
    linear-gradient(180deg, rgba(14, 22, 36, .99), rgba(6, 10, 19, .99));
}

.storefront .category-tile,
.storefront .process-section,
.storefront .color-feature-visual,
.storefront .custom-cta {
  border-color: rgba(62, 173, 226, .28);
  box-shadow: 0 28px 78px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .035);
}

.storefront .category-tile,
.storefront .category-tile:nth-child(6),
.storefront .category-tile:nth-child(7) {
  background:
    linear-gradient(rgba(73, 155, 216, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(73, 155, 216, .055) 1px, transparent 1px),
    radial-gradient(circle at 73% 25%, rgba(61, 66, 213, .25), transparent 37%),
    linear-gradient(145deg, rgba(14, 24, 40, .98), rgba(5, 9, 18, .98));
  background-size: 36px 36px, 36px 36px, auto, auto;
}

.storefront .process-section {
  background:
    linear-gradient(rgba(74, 159, 218, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 159, 218, .055) 1px, transparent 1px),
    radial-gradient(circle at 12% 20%, rgba(0, 216, 255, .13), transparent 30%),
    radial-gradient(circle at 91% 77%, rgba(139, 61, 255, .16), transparent 34%),
    linear-gradient(145deg, #0b1727, #040811);
  background-size: 52px 52px, 52px 52px, auto, auto, auto;
}

.storefront .color-feature-visual {
  background:
    linear-gradient(rgba(74, 159, 218, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 159, 218, .05) 1px, transparent 1px),
    radial-gradient(circle at 50% 44%, rgba(0, 177, 255, .18), transparent 32%),
    radial-gradient(circle at 76% 69%, rgba(139, 61, 255, .17), transparent 35%),
    linear-gradient(145deg, #101c2c, #050912);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

.storefront .custom-cta {
  background:
    radial-gradient(circle at 84% 12%, rgba(139, 61, 255, .42), transparent 34%),
    radial-gradient(circle at 13% 86%, rgba(0, 216, 255, .2), transparent 32%),
    linear-gradient(128deg, #061c2c, #0b1024 54%, #200733);
}

/* Catalog, product detail and forms share the same fabrication world. */
.storefront .catalog-hero {
  min-height: 460px;
  border-bottom-color: rgba(62, 173, 226, .26);
  background:
    radial-gradient(circle at 88% 18%, rgba(139, 61, 255, .52), transparent 24%),
    radial-gradient(circle at 67% 65%, rgba(0, 194, 255, .2), transparent 31%),
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, .7) 0 1px, transparent 1.5px),
    radial-gradient(circle at 87% 64%, rgba(82, 221, 255, .62) 0 1px, transparent 1.5px),
    linear-gradient(132deg, #02050c, #071426 65%, #11051e);
  background-size: auto, auto, 147px 147px, 219px 219px, auto;
  box-shadow: inset 0 -80px 110px rgba(2, 5, 12, .32);
}

.storefront .catalog-hero::before {
  opacity: .78;
  background:
    linear-gradient(rgba(66, 158, 220, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66, 158, 220, .07) 1px, transparent 1px),
    linear-gradient(112deg, transparent 0 72%, rgba(0, 216, 255, .13) 72.1% 72.25%, transparent 72.4%);
  background-size: 62px 62px, 62px 62px, auto;
}

.storefront .catalog-hero::after {
  right: 3%;
  bottom: -76%;
  width: min(54vw, 690px);
  border-color: rgba(0, 216, 255, .23);
  box-shadow:
    inset 0 0 0 66px rgba(0, 216, 255, .018),
    inset 0 0 0 132px rgba(139, 61, 255, .022),
    0 0 60px rgba(0, 216, 255, .05);
}

.storefront .catalog-hero h1 em {
  background: linear-gradient(90deg, #00d8ff, #4775ff 52%, #ad39ff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.storefront .catalog-controls {
  border-color: rgba(62, 173, 226, .3);
  background:
    linear-gradient(rgba(74, 159, 218, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 159, 218, .035) 1px, transparent 1px),
    linear-gradient(145deg, rgba(11, 21, 36, .97), rgba(5, 9, 18, .97));
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 32px 84px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .04), 0 0 42px rgba(47, 73, 213, .045);
}

.storefront .product-page::before {
  top: -3rem;
  right: -6vw;
  width: min(68vw, 970px);
  height: 620px;
  background:
    radial-gradient(ellipse at 74% 13%, rgba(139, 61, 255, .2), transparent 43%),
    radial-gradient(ellipse at 38% 38%, rgba(0, 191, 255, .08), transparent 49%);
}

.storefront .media-gallery-viewport {
  border-color: rgba(60, 183, 235, .34);
  background:
    radial-gradient(circle at 50% 38%, rgba(0, 154, 221, .2), transparent 31%),
    radial-gradient(circle at 73% 64%, rgba(139, 61, 255, .14), transparent 36%),
    linear-gradient(145deg, #09192a, #02060d 76%);
  box-shadow: 0 38px 100px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .04), 0 0 48px rgba(38, 71, 204, .06);
}

.storefront .media-gallery-viewport::after {
  opacity: .86;
  background:
    linear-gradient(rgba(72, 172, 225, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 172, 225, .07) 1px, transparent 1px),
    linear-gradient(to top, rgba(0, 216, 255, .055), transparent 38%);
  background-size: 40px 40px, 40px 40px, auto;
}

.storefront .media-gallery-image,
.storefront .model-preview-stage {
  background:
    radial-gradient(circle at 50% 36%, rgba(15, 112, 165, .34), transparent 34%),
    radial-gradient(circle at 74% 70%, rgba(111, 50, 201, .18), transparent 37%),
    linear-gradient(145deg, #0c1c2b, #02060c);
}

.storefront .model-preview-stage::before {
  background:
    linear-gradient(rgba(72, 172, 225, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 172, 225, .07) 1px, transparent 1px);
  background-size: 38px 38px;
}

.storefront .detail-panel {
  border: 1px solid rgba(62, 173, 226, .24);
  background:
    linear-gradient(rgba(74, 159, 218, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 159, 218, .025) 1px, transparent 1px),
    linear-gradient(145deg, rgba(12, 21, 35, .94), rgba(5, 9, 17, .87));
  background-size: 44px 44px, 44px 44px, auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 30px 86px rgba(0, 0, 0, .3);
}

.storefront .dimensions-panel,
.storefront .config-section,
.storefront .panel {
  border-color: rgba(62, 173, 226, .25);
  background:
    linear-gradient(rgba(74, 159, 218, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 159, 218, .028) 1px, transparent 1px),
    linear-gradient(145deg, rgba(13, 23, 38, .96), rgba(5, 9, 18, .96));
  background-size: 36px 36px, 36px 36px, auto;
  box-shadow: 0 26px 76px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .035);
}

.storefront .dimensions-panel::before,
.storefront .config-section::before,
.storefront .contact-form::before,
.storefront .inquiry-form::before,
.storefront .cart-summary::before {
  width: 150px;
  height: 2px;
  background: linear-gradient(90deg, #00d8ff, #5266ff 62%, transparent);
  box-shadow: 0 0 18px rgba(0, 216, 255, .45);
}

.storefront .preview-request-controls,
.storefront .file-drop {
  border-color: rgba(62, 173, 226, .3);
  background:
    linear-gradient(rgba(70, 159, 218, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 159, 218, .05) 1px, transparent 1px),
    rgba(4, 11, 22, .84);
  background-size: 27px 27px, 27px 27px, auto;
}

.storefront .page-shell::before,
.storefront .legal-page::before,
.storefront .center-shell::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2rem;
  right: -10vw;
  left: -10vw;
  height: 420px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 83% 5%, rgba(139, 61, 255, .18), transparent 36%),
    radial-gradient(ellipse at 13% 44%, rgba(0, 190, 255, .08), transparent 34%);
}

.storefront .page-title,
.storefront .legal-hero {
  padding-bottom: 2rem;
  border-bottom-color: rgba(62, 173, 226, .24);
}

.storefront .title-mark,
.storefront .title-count {
  border-color: rgba(0, 216, 255, .38);
  background:
    linear-gradient(rgba(0, 216, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 216, 255, .05) 1px, transparent 1px),
    rgba(4, 12, 24, .54);
  background-size: 16px 16px, 16px 16px, auto;
  box-shadow: inset 0 0 32px rgba(0, 216, 255, .05), 0 0 38px rgba(72, 51, 219, .07);
}

/* Footer resolves the same star/grid field instead of a hard reset. */
.storefront .site-footer {
  margin-top: clamp(2rem, 5vw, 5rem);
  border-top-color: rgba(62, 173, 226, .28);
  background:
    radial-gradient(circle at 15% 18%, rgba(0, 216, 255, .12), transparent 29%),
    radial-gradient(circle at 84% 83%, rgba(139, 61, 255, .18), transparent 32%),
    radial-gradient(circle at 72% 23%, rgba(255, 255, 255, .55) 0 1px, transparent 1.5px),
    linear-gradient(145deg, #030712, #02040a 62%, #090312);
  background-size: auto, auto, 211px 211px, auto;
}

.storefront .site-footer::before {
  opacity: .72;
  background:
    linear-gradient(rgba(70, 159, 218, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 159, 218, .055) 1px, transparent 1px),
    linear-gradient(116deg, transparent 0 68%, rgba(0, 216, 255, .09) 68.1% 68.25%, transparent 68.4%);
  background-size: 54px 54px, 54px 54px, auto;
}

.storefront .site-footer::after {
  right: 4%;
  left: 4%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #00d8ff 25%, #4768ff 57%, #8b3dff 81%, transparent);
  box-shadow: 0 0 24px rgba(0, 216, 255, .25);
}

.storefront .footer-brand {
  position: relative;
}

.storefront .footer-brand::after {
  content: "PW / FABRICATION NETWORK";
  display: block;
  margin-top: 1.3rem;
  color: rgba(103, 203, 237, .46);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .57rem;
  letter-spacing: .14em;
}

/* No-JS stays visible: reveal state is added only by the small enhancement script. */
.storefront .phase6c-reveal {
  opacity: .001;
  transform: translate3d(0, 16px, 0);
  transition: opacity 680ms ease, transform 680ms cubic-bezier(.2, .7, .2, 1);
}

.storefront .phase6c-reveal.is-revealed {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .storefront .home-hero {
    min-height: max(760px, calc(100svh - 82px));
  }

  .storefront .hero-copy {
    width: min(50vw, 620px);
  }

  .storefront .hero-blueprint-side {
    display: none;
  }

  .storefront .hero-data-card {
    right: 15%;
  }
}

@media (max-width: 980px) {
  .storefront .site-header {
    min-height: 70px;
  }

  .storefront .top-nav:not(.admin-header .top-nav) {
    border-color: rgba(62, 173, 226, .28);
    background:
      linear-gradient(rgba(68, 151, 211, .05) 1px, transparent 1px),
      rgba(3, 7, 15, .99);
    background-size: 100% 42px, auto;
  }

  .storefront .top-nav > a[href="/inquiry"] {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    color: #c3ccda;
  }

  .storefront .top-nav > a[href="/inquiry"]:hover,
  .storefront .top-nav > a[href="/inquiry"][aria-current="page"] {
    border-color: rgba(62, 173, 226, .28);
    background: linear-gradient(135deg, rgba(0, 216, 255, .1), rgba(139, 61, 255, .1));
    box-shadow: none;
  }

  .storefront .hero-copy {
    width: min(58vw, 590px);
  }

  .storefront .hero-blueprint-top {
    right: 1rem;
    width: 150px;
    height: 92px;
  }
}

@media (max-width: 760px) {
  .storefront .home-hero {
    min-height: max(790px, calc(100svh - 70px));
    padding: 21.5rem 1rem 2.2rem;
  }

  .storefront .home-hero::before {
    background:
      linear-gradient(180deg, rgba(2, 5, 13, .03) 0%, rgba(2, 5, 13, .08) 30%, rgba(2, 5, 13, .73) 49%, rgba(2, 5, 13, .98) 67%, #02050d 83%),
      linear-gradient(90deg, rgba(2, 5, 13, .2), transparent 78%);
  }

  .storefront .hero-hud {
    opacity: .42;
    background-size: 46px 46px, 46px 46px, auto;
    mask-image: linear-gradient(to bottom, #000, transparent 54%);
  }

  .storefront .hero-machine-layer {
    top: 0;
    right: -9%;
    bottom: auto;
    left: -9%;
    width: 118%;
    height: 48%;
    opacity: 1;
    mask-image: linear-gradient(to bottom, #000 54%, rgba(0, 0, 0, .86) 73%, transparent 100%);
  }

  .storefront .hero-machine-layer::before {
    background:
      linear-gradient(90deg, rgba(2, 5, 13, .12), transparent 42%),
      linear-gradient(180deg, rgba(2, 5, 13, .05), transparent 48%, rgba(2, 5, 13, .6));
  }

  .storefront .hero-machine-layer img {
    object-position: 72% center;
    filter: contrast(1.08) saturate(1.1) brightness(.96);
  }

  .storefront .hero-machine-scan {
    right: 17%;
    bottom: 24%;
    width: 57%;
  }

  .storefront .hero-blueprint,
  .storefront .hero-data-card,
  .storefront .hero-tech-cube,
  .storefront .hero-tech-orbit,
  .storefront .hero-coordinate {
    display: none;
  }

  .storefront .hero-copy {
    width: 100%;
    max-width: 590px;
  }

  .storefront .home-hero .eyebrow {
    margin-bottom: 1rem;
    padding: .5rem .7rem;
    font-size: .58rem;
  }

  .storefront .home-hero h1 {
    max-width: 470px;
    font-size: clamp(3.15rem, 14.5vw, 4.5rem);
    line-height: .89;
  }

  .storefront .hero-lead {
    margin-top: 1.1rem;
  }

  .storefront .hero-actions {
    margin-top: 1.3rem;
  }

  .storefront .hero-proof {
    margin-top: 1.1rem;
    padding-top: .85rem;
  }

  .storefront .catalog-hero {
    min-height: 400px;
  }

  .storefront .catalog-controls {
    margin-top: -1px;
  }
}

@media (max-width: 660px) {
  .storefront .home-hero {
    min-height: max(780px, calc(100svh - 70px));
    padding: 20.5rem 1rem 1.9rem;
  }

  .storefront .home-hero h1 {
    font-size: clamp(3rem, 15vw, 4.05rem);
  }

  .storefront .hero-lead {
    font-size: .94rem;
    line-height: 1.48;
  }

  .storefront .hero-actions {
    gap: .65rem;
  }

  .storefront .hero-proof {
    display: flex;
    gap: .45rem .75rem;
    font-size: .62rem;
  }

  .storefront .product-card {
    border-radius: 17px;
  }

  .storefront .product-image {
    background-size: 31px 31px, 31px 31px, auto, auto, auto;
  }

  .storefront .detail-panel,
  .storefront .dimensions-panel,
  .storefront .config-section {
    border-radius: 15px;
  }

  .storefront .site-footer {
    margin-top: 2rem;
  }
}

@media (max-width: 420px) {
  .storefront .home-hero {
    min-height: max(780px, calc(100svh - 70px));
    padding-top: 19.75rem;
  }

  .storefront .hero-machine-layer {
    right: -17%;
    left: -17%;
    width: 134%;
    height: 46%;
  }

  .storefront .home-hero h1 {
    font-size: clamp(2.85rem, 14.8vw, 3.55rem);
  }

  .storefront .hero-proof {
    gap: .38rem .62rem;
  }
}

/* Phase 6C.2 cascade lock: keep the new motion layer above all 6C.1 refinements. */
.storefront .hero-backdrop {
  transform: translate3d(0, var(--hero-scroll-backdrop-y), 0) scale(1.012);
}

.storefront .hero-nebula {
  transform: translate3d(var(--hero-image-x), calc(var(--hero-image-y) + var(--hero-scroll-nebula-y)), 0);
}

.storefront .hero-hud {
  transform: translate3d(0, var(--hero-scroll-hud-y), 0);
}

.storefront .hero-machine-layer {
  transform: translate3d(var(--hero-image-x), calc(var(--hero-image-y) + var(--hero-scroll-machine-y)), 0) scale(1.025);
}

.storefront .hero-atmosphere {
  transform: translate3d(var(--hero-fg-x), calc(var(--hero-fg-y) + var(--hero-scroll-atmosphere-y)), 0);
}

.storefront .hero-foreground {
  transform: translate3d(var(--hero-fg-x), calc(var(--hero-fg-y) + var(--hero-scroll-foreground-y)), 0);
}

.storefront .home-hero.has-phase6c2-motion .hero-backdrop,
.storefront .home-hero.has-phase6c2-motion .hero-nebula,
.storefront .home-hero.has-phase6c2-motion .hero-hud,
.storefront .home-hero.has-phase6c2-motion .hero-machine-layer,
.storefront .home-hero.has-phase6c2-motion .hero-atmosphere,
.storefront .home-hero.has-phase6c2-motion .hero-foreground {
  will-change: transform;
  transition: transform 180ms linear;
}

.storefront .hero-tech-orbit {
  display: block;
}

.storefront .hero-data-card {
  top: 12%;
  right: 3.2%;
}

.storefront .hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 650px);
  border: 1px solid rgba(70, 177, 229, .24);
  background: linear-gradient(100deg, rgba(0, 216, 255, .055), rgba(4, 9, 20, .74) 45%, rgba(139, 61, 255, .06));
  padding: 0;
}

@media (max-width: 760px) {
  .storefront .hero-tech-orbit {
    display: none;
  }

  .storefront .hero-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-top: 1rem;
    padding: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront .home-hero .hero-backdrop,
  .storefront .home-hero .hero-nebula,
  .storefront .home-hero .hero-hud,
  .storefront .home-hero .hero-machine-layer,
  .storefront .home-hero .hero-atmosphere,
  .storefront .home-hero .hero-foreground {
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }
}

/* Expanded hero sizing must follow all earlier Phase 6C responsive refinements. */
.storefront .home-hero {
  min-height: max(900px, calc(100svh - 82px));
  overflow: hidden;
  padding-bottom: 220px;
}

.storefront .home-hero .hero-copy {
  z-index: 7;
  width: min(39vw, 580px);
}

@media (max-width: 1040px) {
  .storefront .home-hero .hero-copy { width: min(46vw, 540px); }
}

@media (max-width: 760px) {
  .storefront .home-hero {
    min-height: 1220px;
    padding-bottom: 330px;
  }

  .storefront .home-hero .hero-copy { width: 100%; }
}

@media (max-width: 420px) {
  .storefront .home-hero { min-height: 1260px; }
}

/* Phase 6C.3: reference-led hero composition and technical finishing. */
.storefront .home-hero {
  min-height: max(920px, calc(100svh - 82px));
  isolation: isolate;
  padding-top: clamp(4.1rem, 6.4vw, 5.8rem);
  padding-bottom: 220px;
  background:
    radial-gradient(ellipse at 72% 41%, rgba(35, 66, 221, .14), transparent 31%),
    radial-gradient(ellipse at 46% 42%, rgba(134, 36, 255, .1), transparent 28%),
    #01040c;
}

.storefront .home-hero::before {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(1, 4, 12, .9) 0%, rgba(1, 4, 12, .75) 22%, rgba(1, 4, 12, .36) 39%, rgba(1, 4, 12, .06) 61%, transparent 100%),
    linear-gradient(180deg, rgba(1, 4, 12, .18), transparent 22%, transparent 68%, rgba(1, 4, 12, .62) 90%, rgba(1, 4, 12, .82));
}

.storefront .home-hero::after {
  z-index: 4;
  opacity: .48;
  background:
    radial-gradient(circle at 3% 15%, #73e9ff 0 1px, transparent 1.6px),
    radial-gradient(circle at 28% 9%, #a25bff 0 1px, transparent 1.5px),
    radial-gradient(circle at 51% 19%, #fff 0 1px, transparent 1.4px),
    radial-gradient(circle at 69% 7%, #7de9ff 0 1px, transparent 1.5px),
    radial-gradient(circle at 91% 17%, #b05bff 0 1px, transparent 1.6px);
  background-size: 241px 223px, 283px 251px, 317px 269px, 359px 311px, 397px 347px;
  mask-image: linear-gradient(180deg, #000, rgba(0, 0, 0, .72) 68%, transparent 96%);
}

.storefront .home-hero .hero-machine-layer {
  inset: 0 -2.5% 0 0;
  width: auto;
  transform: translate3d(var(--hero-image-x), calc(var(--hero-image-y) + var(--hero-scroll-machine-y)), 0) scale(1.015);
}

.storefront .home-hero .hero-machine-layer::before {
  background:
    linear-gradient(90deg, rgba(1, 4, 12, .92) 0%, rgba(1, 4, 12, .67) 21%, rgba(1, 4, 12, .22) 39%, transparent 57%),
    linear-gradient(180deg, rgba(1, 4, 12, .06), transparent 66%, rgba(1, 4, 12, .26));
}

.storefront .home-hero .hero-machine-layer img {
  object-position: 50% 52%;
  filter: contrast(1.19) saturate(1.24) brightness(1.055);
  transform: scale(1.018);
  transform-origin: 63% 54%;
}

.storefront .home-hero .hero-copy {
  z-index: 8;
  width: min(42vw, 620px);
  transform: translateY(-24px);
}

.storefront .home-hero .eyebrow {
  border-color: rgba(129, 61, 255, .62);
  background: linear-gradient(90deg, rgba(4, 14, 30, .72), rgba(31, 8, 61, .7));
  box-shadow: inset 0 0 24px rgba(91, 45, 255, .09), 0 0 28px rgba(45, 57, 255, .1);
}

.storefront .home-hero h1 {
  max-width: 620px;
  font-size: clamp(4.4rem, 6.35vw, 6.65rem);
  line-height: .93;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.storefront .home-hero h1 em {
  filter: drop-shadow(0 0 20px rgba(53, 96, 255, .18));
}

.storefront .home-hero .hero-lead {
  max-width: 520px;
  color: #c2ccda;
  font-size: clamp(.92rem, 1.35vw, 1.13rem);
  line-height: 1.65;
}

.storefront .hero-actions .button {
  min-height: 58px;
  border-radius: 10px;
}

.storefront .hero-actions .button:first-child {
  box-shadow: 0 16px 36px rgba(24, 79, 240, .23), inset 0 1px 0 rgba(255, 255, 255, .34);
}

/* The source artwork already supplies the clean upper gear/cube and lower hardware. */
.storefront .hero-wireframe-layer,
.storefront .hero-foreground > *,
.storefront .hero-data-card {
  display: none;
}

.storefront .hero-neon-planet {
  top: 2.2%;
  right: 19.5%;
  width: 112px;
  border-color: rgba(205, 94, 255, .74);
  filter: saturate(1.18) drop-shadow(0 0 16px rgba(90, 53, 255, .34));
  box-shadow:
    inset -23px -19px 31px rgba(1, 3, 18, .78),
    inset 12px 9px 27px rgba(226, 91, 255, .28),
    0 0 25px rgba(202, 46, 255, .66),
    0 0 82px rgba(31, 91, 255, .29);
}

.storefront .hero-artifacts-layer {
  z-index: 7;
  filter: saturate(1.08);
}

.storefront .hero-dogtag {
  top: 27.5%;
  left: 39.2%;
  width: 94px;
  height: 132px;
  border-radius: 34px 34px 15px 15px;
  box-shadow:
    inset 5px 5px 13px rgba(124, 229, 255, .2),
    inset -10px -14px 21px rgba(0, 0, 0, .44),
    10px 14px 0 rgba(3, 5, 18, .54),
    17px 24px 38px rgba(0, 0, 0, .5),
    0 0 32px rgba(101, 57, 255, .4);
  transform: perspective(430px) rotateY(18deg) rotateZ(-16deg);
}

.storefront .hero-dogtag::before {
  top: -43px;
  width: 49px;
  height: 62px;
  border-color: rgba(116, 217, 255, .68);
  box-shadow: 0 0 14px rgba(109, 70, 255, .34);
}

.storefront .hero-dogtag i {
  top: 64px;
  left: 36px;
}

.storefront .hero-stl-file {
  top: 50.5%;
  left: 40.6%;
  width: 108px;
  height: 135px;
  border-color: rgba(47, 139, 255, .94);
  box-shadow:
    inset 6px 6px 15px rgba(93, 226, 255, .18),
    inset -12px -15px 23px rgba(0, 0, 0, .42),
    10px 14px 0 rgba(3, 6, 22, .6),
    18px 25px 38px rgba(0, 0, 0, .52),
    0 0 29px rgba(62, 85, 255, .4);
  transform: perspective(440px) rotateY(-16deg) rotateX(7deg) rotateZ(12deg);
}

.storefront .hero-cad-layer {
  z-index: 6;
}

.storefront .hero-cad-panel {
  right: .7%;
  width: 198px;
  height: 226px;
  border-color: rgba(31, 215, 255, .6);
  border-radius: 5px;
  background:
    linear-gradient(rgba(0, 216, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 216, 255, .12) 1px, transparent 1px),
    linear-gradient(145deg, rgba(1, 23, 47, .84), rgba(3, 9, 25, .79) 64%, rgba(31, 7, 60, .78));
  background-size: 15px 15px, 15px 15px, auto;
  box-shadow: inset 0 0 38px rgba(0, 216, 255, .12), 0 0 30px rgba(0, 129, 255, .21);
  transform: perspective(600px) rotateY(-10deg);
}

.storefront .hero-cad-panel-primary {
  top: 12%;
}

.storefront .hero-cad-panel-secondary {
  top: 40.2%;
  right: -.1%;
  width: 190px;
  height: 205px;
  border-color: rgba(129, 78, 255, .65);
  transform: perspective(600px) rotateY(-12deg);
}

.storefront .hero-cad-panel::before,
.storefront .hero-cad-drawing,
.storefront .hero-cad-axis,
.storefront .hero-cad-chart,
.storefront .hero-cad-nodes {
  display: none;
}

.storefront .hero-cad-panel::after {
  right: 11px;
  bottom: 25px;
  left: 11px;
  box-shadow: 0 -155px 0 rgba(0, 216, 255, .18);
}

.storefront .hero-cad-panel small {
  top: 11px;
  font-size: .45rem;
}

.storefront .hero-cad-panel b {
  top: 25px;
  font-size: .57rem;
}

.storefront .hero-cad-panel em {
  bottom: 9px;
  font-size: .42rem;
}

.storefront .hero-cad-schematic {
  position: absolute;
  top: 45px;
  right: 9px;
  left: 9px;
  width: calc(100% - 18px);
  height: calc(100% - 78px);
  overflow: visible;
  fill: none;
  stroke: #33dfff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.15;
  filter: drop-shadow(0 0 4px rgba(0, 216, 255, .32));
}

.storefront .hero-cad-schematic .cad-construction {
  opacity: .26;
  stroke-width: .65;
}

.storefront .hero-cad-schematic .cad-object {
  opacity: .92;
}

.storefront .hero-cad-schematic .cad-dimensions {
  opacity: .58;
  stroke: #9b76ff;
  stroke-width: .75;
}

.storefront .hero-cad-schematic .cad-violet {
  stroke: #aa54ff;
}

.storefront .hero-printer-brand {
  top: 20.5%;
  right: 28.6%;
  padding: .18rem .4rem;
  border-radius: 4px;
  background: linear-gradient(90deg, transparent, rgba(3, 8, 20, .26), transparent);
  font-size: 1rem;
  letter-spacing: -.035em;
  text-shadow: 0 0 11px rgba(255, 255, 255, .58), 0 0 24px rgba(0, 216, 255, .36), 0 2px 4px #000;
}

.storefront .hero-printer-display {
  right: 31%;
  bottom: 21.2%;
  width: 196px;
  min-height: 70px;
  border-color: rgba(90, 218, 255, .66);
  background:
    linear-gradient(rgba(0, 216, 255, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 216, 255, .1) 1px, transparent 1px),
    linear-gradient(135deg, rgba(1, 16, 32, .96), rgba(26, 8, 52, .94));
  background-size: 10px 10px, 10px 10px, auto;
  padding: 11px 13px;
  box-shadow: inset 0 0 24px rgba(0, 216, 255, .16), 0 0 24px rgba(50, 71, 255, .28), 9px 13px 20px rgba(0, 0, 0, .46);
  transform: perspective(450px) rotateX(8deg) rotateY(-7deg) rotateZ(-.5deg);
}

.storefront .hero-printer-display small {
  font-size: .46rem;
}

.storefront .hero-printer-display strong {
  font-size: 1.48rem;
}

.storefront .hero-printer-display em {
  font-size: .42rem;
}

.storefront .hero-printer-display i {
  height: 3px;
  animation: phase6c3-display-pulse 2.8s ease-in-out infinite;
}

.storefront .hero-benefits {
  bottom: 110px;
  left: 3.1vw;
  width: min(50vw, 710px);
}

.storefront .hero-benefits > div {
  grid-template-columns: 48px minmax(0, 1fr);
  gap: .65rem;
  min-height: 82px;
  padding: .72rem .72rem;
  border-top-color: rgba(66, 193, 246, .23);
}

.storefront .hero-benefit-icon {
  width: 44px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 216, 255, .14), rgba(13, 23, 54, .7));
  box-shadow: inset 0 0 17px rgba(0, 216, 255, .08), 0 0 20px rgba(28, 106, 255, .12);
}

.storefront .hero-benefits strong {
  font-size: .69rem;
}

.storefront .hero-benefits small {
  color: #8e9caf;
  font-size: .5rem;
}

.storefront .hero-metrics-bar {
  right: 3.1vw;
  bottom: 13px;
  left: 3.1vw;
  min-height: 84px;
  border-color: rgba(71, 183, 235, .25);
  background:
    linear-gradient(90deg, rgba(2, 11, 25, .94), rgba(6, 14, 35, .86) 54%, rgba(27, 8, 55, .82)),
    linear-gradient(rgba(61, 149, 221, .055) 1px, transparent 1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045), 0 18px 58px rgba(0, 0, 0, .36), 0 0 42px rgba(42, 77, 255, .1);
}

.storefront .hero-swiss-cross {
  flex-basis: 38px;
  border-radius: 7px;
  box-shadow: 0 0 22px rgba(255, 40, 58, .28);
}

@keyframes phase6c3-display-pulse {
  0%, 100% { opacity: .72; filter: brightness(.9); }
  50% { opacity: 1; filter: brightness(1.35); }
}

@media (max-width: 1180px) {
  .storefront .home-hero .hero-copy {
    width: min(44vw, 560px);
  }

  .storefront .hero-printer-brand {
    right: 25%;
  }

  .storefront .hero-printer-display {
    right: 27%;
  }

  .storefront .hero-cad-panel {
    width: 168px;
  }
}

@media (max-width: 760px) {
  .storefront .home-hero {
    min-height: 1180px;
    padding: 18.8rem 1rem 312px;
  }

  .storefront .home-hero::before {
    background:
      linear-gradient(180deg, rgba(1, 4, 12, .04) 0%, rgba(1, 4, 12, .08) 27%, rgba(1, 4, 12, .7) 43%, rgba(1, 4, 12, .98) 58%, #01040c 76%),
      linear-gradient(90deg, rgba(1, 4, 12, .12), transparent 78%);
  }

  .storefront .home-hero .hero-machine-layer {
    inset: 0 -15% auto -15%;
    width: 130%;
    height: 46%;
  }

  .storefront .home-hero .hero-machine-layer img {
    object-position: 57% 50%;
    transform: scale(1.025);
  }

  .storefront .home-hero .hero-copy {
    width: 100%;
    transform: none;
  }

  .storefront .home-hero h1 {
    font-size: clamp(2.95rem, 14.2vw, 3.55rem);
  }

  .storefront .home-hero .hero-lead {
    font-size: .86rem;
    line-height: 1.58;
  }

  .storefront .hero-neon-planet {
    top: 1.5%;
    right: 7%;
    width: 54px;
  }

  .storefront .hero-dogtag {
    top: 15%;
    left: 7%;
    width: 48px;
    height: 67px;
    border-width: 1px;
  }

  .storefront .hero-dogtag::before {
    top: -22px;
    width: 26px;
    height: 34px;
  }

  .storefront .hero-dogtag i {
    top: 34px;
    left: 17px;
  }

  .storefront .hero-stl-file {
    top: 23.3%;
    right: 5%;
    left: auto;
    width: 54px;
    height: 68px;
  }

  .storefront .hero-cad-panel-primary {
    top: 6.5%;
    right: -1%;
    display: block;
    width: 111px;
    height: 126px;
    opacity: .9;
  }

  .storefront .hero-cad-panel-primary small {
    top: 7px;
    font-size: .29rem;
  }

  .storefront .hero-cad-panel-primary b {
    top: 17px;
    font-size: .37rem;
  }

  .storefront .hero-cad-panel-primary em {
    bottom: 5px;
    font-size: .26rem;
  }

  .storefront .hero-cad-panel-primary::after {
    bottom: 16px;
    box-shadow: 0 -80px 0 rgba(0, 216, 255, .18);
  }

  .storefront .hero-cad-schematic {
    top: 30px;
    right: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 50px);
  }

  .storefront .hero-cad-panel-secondary,
  .storefront .hero-cad-ruler {
    display: none;
  }

  .storefront .hero-printer-brand {
    top: 13.4%;
    right: 21%;
    display: block;
    font-size: .56rem;
  }

  .storefront .hero-printer-display {
    top: 25.2%;
    right: 18%;
    bottom: auto;
    display: grid;
    width: 112px;
    min-height: 44px;
    padding: 6px 7px;
    border-radius: 5px;
  }

  .storefront .hero-printer-display small {
    font-size: .28rem;
  }

  .storefront .hero-printer-display strong {
    font-size: .82rem;
  }

  .storefront .hero-printer-display em {
    font-size: .25rem;
  }

  .storefront .hero-printer-display i {
    right: 6px;
    bottom: 5px;
    left: 6px;
    height: 2px;
  }

  .storefront .hero-benefits {
    bottom: 143px;
  }

  .storefront .hero-benefits > div {
    grid-template-columns: 39px minmax(0, 1fr);
    min-height: 67px;
    padding: .55rem;
  }

  .storefront .hero-benefit-icon {
    width: 35px;
  }

  .storefront .hero-metrics-bar {
    bottom: 11px;
  }
}

@media (max-width: 420px) {
  .storefront .home-hero {
    min-height: 1195px;
    padding-top: 18.2rem;
  }

  .storefront .hero-actions .button {
    min-height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront .hero-printer-display i {
    animation: none !important;
  }
}

/* Phase 6C.2 correction: explicit scroll-only depth and readable CAD planes. */
.storefront .home-hero {
  --hero-scroll-planet-x: 0px;
  --hero-scroll-wireframes-x: 0px;
  --hero-scroll-artifacts-x: 0px;
  --hero-scroll-cad-x: 0px;
  --hero-scroll-cad-y: 0px;
  --hero-scroll-planet-opacity: 1;
  --hero-scroll-wireframes-opacity: 1;
  --hero-scroll-artifacts-opacity: 1;
  --hero-scroll-cad-opacity: 1;
  --hero-scroll-printer-ui-opacity: 1;
}

/* Pointer variables are intentionally excluded: visible depth follows scroll only. */
.storefront .home-hero .hero-nebula {
  transform: translate3d(0, var(--hero-scroll-nebula-y), 0);
}

.storefront .home-hero .hero-machine-layer {
  z-index: 2;
  transform: translate3d(0, var(--hero-scroll-machine-y), 0) scale(1.025);
}

.storefront .home-hero .hero-atmosphere {
  transform: translate3d(0, var(--hero-scroll-atmosphere-y), 0);
}

.storefront .home-hero .hero-foreground {
  transform: translate3d(0, var(--hero-scroll-foreground-y), 0);
}

.storefront .home-hero .hero-machine-layer img {
  object-position: 74% center;
  filter: contrast(1.16) saturate(1.22) brightness(1.02);
  transform: scale(1.035);
  transform-origin: 72% 52%;
}

.storefront .hero-planet-layer {
  opacity: var(--hero-scroll-planet-opacity);
  transform: translate3d(var(--hero-scroll-planet-x), var(--hero-scroll-planet-y), 0);
}

.storefront .hero-wireframe-layer {
  opacity: var(--hero-scroll-wireframes-opacity);
  transform: translate3d(var(--hero-scroll-wireframes-x), var(--hero-scroll-wireframes-y), 0);
}

.storefront .hero-artifacts-layer {
  z-index: 6;
  opacity: var(--hero-scroll-artifacts-opacity);
  transform: translate3d(var(--hero-scroll-artifacts-x), var(--hero-scroll-artifacts-y), 0);
}

.storefront .hero-cad-layer {
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
  opacity: var(--hero-scroll-cad-opacity);
  transform: translate3d(var(--hero-scroll-cad-x), var(--hero-scroll-cad-y), 0);
}

.storefront .hero-cad-panel {
  position: absolute;
  right: 1.2%;
  display: block;
  overflow: hidden;
  width: 184px;
  height: 194px;
  border: 1px solid rgba(0, 216, 255, .52);
  border-radius: 3px;
  background:
    linear-gradient(rgba(0, 216, 255, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 216, 255, .09) 1px, transparent 1px),
    linear-gradient(145deg, rgba(1, 21, 43, .74), rgba(3, 9, 25, .68) 64%, rgba(31, 7, 60, .7));
  background-size: 16px 16px, 16px 16px, auto;
  box-shadow: inset 0 0 30px rgba(0, 216, 255, .08), 0 0 22px rgba(0, 129, 255, .18);
  color: #23deff;
  transform: perspective(520px) rotateY(-13deg);
  backdrop-filter: blur(5px);
}

.storefront .hero-cad-panel::before,
.storefront .hero-cad-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.storefront .hero-cad-panel::before {
  inset: 46px 18px 31px;
  border: 1px solid rgba(82, 222, 255, .35);
  clip-path: polygon(0 31%, 17% 11%, 49% 0, 77% 12%, 100% 39%, 90% 74%, 60% 100%, 25% 91%, 4% 64%);
  box-shadow: inset 0 0 16px rgba(0, 216, 255, .12);
}

.storefront .hero-cad-panel::after {
  right: 12px;
  bottom: 20px;
  left: 12px;
  height: 1px;
  background: linear-gradient(90deg, #00dfff, transparent 72%);
  box-shadow: 0 -106px 0 rgba(0, 216, 255, .2);
}

.storefront .hero-cad-panel-primary { top: 19%; }

.storefront .hero-cad-panel-secondary {
  top: 48%;
  right: -.4%;
  width: 166px;
  height: 166px;
  border-color: rgba(128, 65, 255, .58);
  color: #a767ff;
  transform: perspective(520px) rotateY(-16deg);
}

.storefront .hero-cad-panel small,
.storefront .hero-cad-panel b,
.storefront .hero-cad-panel em {
  position: absolute;
  z-index: 2;
  left: 12px;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-style: normal;
  letter-spacing: .08em;
}

.storefront .hero-cad-panel small { top: 10px; color: #64eaff; font-size: .42rem; }
.storefront .hero-cad-panel b { top: 23px; color: #d8f8ff; font-size: .53rem; }
.storefront .hero-cad-panel em { bottom: 7px; color: rgba(132, 225, 255, .74); font-size: .39rem; }

.storefront .hero-cad-drawing,
.storefront .hero-cad-axis,
.storefront .hero-cad-chart,
.storefront .hero-cad-nodes {
  position: absolute;
  display: block;
}

.storefront .hero-cad-drawing {
  top: 67px;
  left: 53px;
  width: 77px;
  height: 51px;
  border: 1px solid rgba(0, 216, 255, .82);
  transform: skewY(-17deg) rotate(-8deg);
  box-shadow: inset 12px 0 0 rgba(0, 216, 255, .05), 0 0 10px rgba(0, 216, 255, .2);
}

.storefront .hero-cad-drawing::before,
.storefront .hero-cad-drawing::after {
  content: "";
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(152, 76, 255, .78);
  transform: rotate(45deg);
}
.storefront .hero-cad-drawing::after { inset: 31%; border-color: rgba(0, 216, 255, .8); }

.storefront .hero-cad-axis {
  top: 47px;
  bottom: 31px;
  left: 50%;
  width: 1px;
  background: rgba(0, 216, 255, .28);
  box-shadow: -71px 62px 0 rgba(0, 216, 255, .2), 68px 62px 0 rgba(0, 216, 255, .2);
}

.storefront .hero-cad-chart {
  right: 15px;
  bottom: 39px;
  left: 15px;
  height: 67px;
  background: linear-gradient(156deg, transparent 0 13%, #9b51ff 14% 15%, transparent 16% 31%, #00dfff 32% 33%, transparent 34% 49%, #8b43ff 50% 51%, transparent 52% 100%);
  clip-path: polygon(0 100%, 0 73%, 15% 62%, 29% 71%, 44% 36%, 59% 48%, 74% 17%, 88% 27%, 100% 0, 100% 100%);
  opacity: .82;
}

.storefront .hero-cad-nodes {
  top: 53px;
  left: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00e7ff;
  box-shadow: 33px 18px 0 #9a4cff, 68px -7px 0 #00e7ff, 101px 28px 0 #9a4cff, 127px 3px 0 #00e7ff;
}

.storefront .hero-cad-ruler {
  position: absolute;
  top: 15%;
  right: 13.9%;
  width: 1px;
  height: 44%;
  background: repeating-linear-gradient(to bottom, rgba(0,216,255,.55) 0 1px, transparent 1px 12px);
  box-shadow: 0 0 12px rgba(0, 216, 255, .2);
}

.storefront .hero-cad-ruler::before,
.storefront .hero-cad-ruler::after {
  content: "";
  position: absolute;
  left: -4px;
  width: 9px;
  height: 1px;
  background: #00dfff;
}
.storefront .hero-cad-ruler::before { top: 0; }
.storefront .hero-cad-ruler::after { bottom: 0; }

.storefront .hero-printer-ui-layer {
  position: absolute;
  z-index: 7;
  inset: 0;
  pointer-events: none;
  opacity: var(--hero-scroll-printer-ui-opacity);
  transform: translate3d(0, var(--hero-scroll-machine-y), 0);
}

.storefront .hero-printer-brand {
  position: absolute;
  top: 21.5%;
  right: 23.5%;
  color: #f7fbff;
  font-family: var(--font-display, sans-serif);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: -.02em;
  text-shadow: 0 0 9px rgba(255,255,255,.45), 0 0 18px rgba(0,216,255,.28), 0 2px 3px #000;
  transform: perspective(360px) rotateY(-4deg) rotate(-1deg);
}
.storefront .hero-printer-brand b { color: #00dcff; font-weight: 800; }

.storefront .hero-printer-display {
  position: absolute;
  right: 29.5%;
  bottom: 17.5%;
  display: grid;
  grid-template-columns: 1fr auto;
  width: 172px;
  min-height: 62px;
  border: 1px solid rgba(91, 205, 255, .48);
  border-radius: 8px;
  background:
    linear-gradient(rgba(0,216,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,216,255,.08) 1px, transparent 1px),
    linear-gradient(135deg, rgba(1,16,32,.93), rgba(26,8,52,.9));
  background-size: 10px 10px, 10px 10px, auto;
  padding: 9px 11px;
  box-shadow: inset 0 0 20px rgba(0,216,255,.12), 0 0 19px rgba(50,71,255,.2), 7px 10px 16px rgba(0,0,0,.4);
  transform: perspective(420px) rotateX(7deg) rotateY(-8deg);
}

.storefront .hero-printer-display small,
.storefront .hero-printer-display strong,
.storefront .hero-printer-display em { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-style: normal; }
.storefront .hero-printer-display small { color: #66e9ff; font-size: .42rem; letter-spacing: .14em; }
.storefront .hero-printer-display strong { grid-row: span 2; color: #f5fbff; font-size: 1.25rem; line-height: 1; }
.storefront .hero-printer-display em { color: #859ab4; font-size: .39rem; }
.storefront .hero-printer-display i { position: absolute; right: 9px; bottom: 8px; left: 9px; height: 2px; background: linear-gradient(90deg, #00ddff 0 72%, rgba(139,61,255,.28) 72%); box-shadow: 0 0 7px rgba(0,216,255,.65); }

/* The two foreground artifacts use solid bevels and cast shadows instead of flat line art. */
.storefront .hero-dogtag {
  width: 88px;
  height: 122px;
  border: 2px solid rgba(132, 111, 255, .88);
  background:
    radial-gradient(circle at 28% 20%, rgba(255,255,255,.28), transparent 5%),
    linear-gradient(128deg, rgba(33, 71, 112, .92), rgba(19, 24, 63, .96) 45%, rgba(83, 24, 107, .94));
  box-shadow:
    inset 4px 4px 10px rgba(124, 229, 255, .17),
    inset -9px -12px 18px rgba(0,0,0,.4),
    8px 11px 0 rgba(4, 5, 18, .55),
    13px 18px 29px rgba(0,0,0,.42),
    0 0 24px rgba(101, 57, 255, .34);
  transform: perspective(400px) rotateY(15deg) rotateZ(-18deg);
}

.storefront .hero-dogtag::after {
  border-width: 2px;
  background: rgba(1, 11, 27, .72);
  box-shadow: inset 0 0 5px rgba(0,216,255,.6), 0 0 9px rgba(0,216,255,.65);
}

.storefront .hero-dogtag i {
  top: 58px;
  left: 34px;
  border-width: 2px;
  background: linear-gradient(145deg, rgba(204,79,255,.4), rgba(29,10,50,.65));
}

.storefront .hero-stl-file {
  width: 104px;
  height: 128px;
  border: 2px solid rgba(65, 136, 255, .92);
  background:
    linear-gradient(115deg, rgba(255,255,255,.16), transparent 18%),
    linear-gradient(145deg, rgba(15, 60, 103, .95), rgba(12, 18, 57, .97) 53%, rgba(74, 18, 103, .94));
  box-shadow:
    inset 5px 5px 13px rgba(93, 226, 255, .15),
    inset -11px -13px 20px rgba(0,0,0,.38),
    9px 12px 0 rgba(3, 6, 22, .58),
    15px 21px 32px rgba(0,0,0,.45),
    0 0 25px rgba(62, 85, 255, .32);
  transform: perspective(420px) rotateY(-15deg) rotateX(5deg) rotateZ(13deg);
}

.storefront .hero-stl-file b {
  color: #e177ff;
  font-size: 1.32rem;
  text-shadow: 2px 2px 0 rgba(27,2,47,.8), 0 0 12px rgba(202,68,255,.5);
}

.storefront .hero-stl-file small { color: #7eeeff; }

.storefront .home-hero.has-phase6c2-scroll-depth .hero-cad-layer,
.storefront .home-hero.has-phase6c2-scroll-depth .hero-printer-ui-layer,
.storefront .home-hero.has-phase6c2-scroll-depth .hero-planet-layer,
.storefront .home-hero.has-phase6c2-scroll-depth .hero-wireframe-layer,
.storefront .home-hero.has-phase6c2-scroll-depth .hero-artifacts-layer,
.storefront .home-hero.has-phase6c2-scroll-depth .hero-benefits,
.storefront .home-hero.has-phase6c2-scroll-depth .hero-metrics-bar {
  will-change: transform, opacity;
  transition: transform 150ms linear, opacity 210ms ease-out;
}

@media (max-width: 1040px) {
  .storefront .hero-cad-panel { width: 145px; }
  .storefront .hero-cad-ruler { display: none; }
  .storefront .hero-printer-brand { right: 19%; }
  .storefront .hero-printer-display { right: 23%; }
}

@media (max-width: 760px) {
  .storefront .home-hero .hero-machine-layer img {
    object-position: 71% center;
    transform: scale(1.03);
  }

  .storefront .hero-cad-panel-primary {
    top: 31%;
    right: 2%;
    display: block;
    width: 108px;
    height: 94px;
    opacity: .88;
  }

  .storefront .hero-cad-panel-primary::before { inset: 34px 12px 18px; }
  .storefront .hero-cad-panel-primary::after { bottom: 13px; box-shadow: 0 -48px 0 rgba(0,216,255,.2); }
  .storefront .hero-cad-panel-primary b { top: 20px; font-size: .42rem; }
  .storefront .hero-cad-panel-primary small { top: 8px; font-size: .32rem; }
  .storefront .hero-cad-panel-primary em { bottom: 4px; font-size: .28rem; }
  .storefront .hero-cad-drawing { top: 40px; left: 31px; width: 45px; height: 29px; }
  .storefront .hero-cad-axis { top: 34px; bottom: 18px; }
  .storefront .hero-cad-panel-secondary,
  .storefront .hero-cad-ruler { display: none; }

  .storefront .hero-printer-brand {
    top: 17.2%;
    right: 17%;
    display: block;
    font-size: .52rem;
  }

  .storefront .hero-printer-display { display: none; }

  .storefront .hero-dogtag {
    width: 49px;
    height: 68px;
  }
  .storefront .hero-dogtag i { top: 34px; left: 17px; }

  .storefront .hero-stl-file {
    width: 55px;
    height: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront .hero-cad-layer,
  .storefront .hero-printer-ui-layer,
  .storefront .hero-planet-layer,
  .storefront .hero-wireframe-layer,
  .storefront .hero-artifacts-layer,
  .storefront .hero-benefits,
  .storefront .hero-metrics-bar {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  .storefront .hero-machine-scan,
  .storefront .hero-printer-display i { animation: none !important; }
}

/* Phase 6C.2: mockup-locked hero staging and restrained depth motion. */
.storefront .home-hero {
  --hero-scroll-backdrop-y: 0px;
  --hero-scroll-nebula-y: 0px;
  --hero-scroll-hud-y: 0px;
  --hero-scroll-machine-y: 0px;
  --hero-scroll-atmosphere-y: 0px;
  --hero-scroll-foreground-y: 0px;
}

.storefront .hero-backdrop {
  transform: translate3d(0, var(--hero-scroll-backdrop-y), 0) scale(1.012);
}

.storefront .hero-nebula {
  transform: translate3d(var(--hero-image-x), calc(var(--hero-image-y) + var(--hero-scroll-nebula-y)), 0);
}

.storefront .hero-hud {
  transform: translate3d(0, var(--hero-scroll-hud-y), 0);
}

.storefront .hero-machine-layer {
  transform: translate3d(var(--hero-image-x), calc(var(--hero-image-y) + var(--hero-scroll-machine-y)), 0) scale(1.025);
}

.storefront .hero-atmosphere {
  transform: translate3d(var(--hero-fg-x), calc(var(--hero-fg-y) + var(--hero-scroll-atmosphere-y)), 0);
}

.storefront .hero-foreground {
  transform: translate3d(var(--hero-fg-x), calc(var(--hero-fg-y) + var(--hero-scroll-foreground-y)), 0);
}

.storefront .home-hero.has-phase6c2-motion .hero-backdrop,
.storefront .home-hero.has-phase6c2-motion .hero-nebula,
.storefront .home-hero.has-phase6c2-motion .hero-hud,
.storefront .home-hero.has-phase6c2-motion .hero-machine-layer,
.storefront .home-hero.has-phase6c2-motion .hero-atmosphere,
.storefront .home-hero.has-phase6c2-motion .hero-foreground {
  will-change: transform;
  transition: transform 180ms linear;
}

.storefront .hero-tech-orbit {
  top: 7.5%;
  right: 17%;
  display: block;
  width: 92px;
  height: 92px;
  border-color: rgba(167, 84, 255, .52);
  background:
    radial-gradient(circle at 34% 28%, rgba(243, 196, 255, .85) 0 2px, transparent 3px),
    radial-gradient(circle at 38% 35%, #7e35ca 0%, #34106f 34%, #0b1237 71%, #020713 100%);
  box-shadow:
    inset -18px -12px 28px rgba(0, 0, 0, .55),
    inset 12px 8px 23px rgba(164, 65, 255, .28),
    0 0 32px rgba(139, 61, 255, .28),
    0 0 64px rgba(49, 77, 255, .12);
}

.storefront .hero-tech-orbit::before {
  inset: 33px -36px;
  border-color: rgba(231, 93, 255, .72);
  box-shadow: 0 0 16px rgba(202, 64, 255, .35);
  transform: rotate(-9deg);
}

.storefront .hero-tech-orbit::after {
  content: "";
  position: absolute;
  inset: 35px -47px;
  border: 1px solid rgba(0, 216, 255, .74);
  border-radius: 50%;
  box-shadow: 0 0 13px rgba(0, 216, 255, .28);
  transform: rotate(11deg);
}

.storefront .hero-tech-orbit i {
  top: 21px;
  right: auto;
  bottom: auto;
  left: 25px;
  width: 7px;
  height: 7px;
  border: 0;
  background: #f2caff;
  box-shadow: 0 0 14px rgba(235, 164, 255, .9);
}

.storefront .hero-data-card {
  top: 12%;
  right: 3.2%;
  border-color: rgba(66, 202, 255, .42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .07),
    0 18px 48px rgba(0, 0, 0, .34),
    0 0 32px rgba(61, 89, 255, .1);
}

.storefront .hero-blueprint-side {
  width: 148px;
  height: 190px;
  opacity: .66;
}

.storefront .hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 650px);
  margin-top: 1.55rem;
  overflow: hidden;
  border: 1px solid rgba(70, 177, 229, .24);
  border-radius: 13px;
  background:
    linear-gradient(100deg, rgba(0, 216, 255, .055), rgba(4, 9, 20, .74) 45%, rgba(139, 61, 255, .06));
  padding: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 16px 42px rgba(0, 0, 0, .2);
  backdrop-filter: blur(12px);
}

.storefront .hero-proof span {
  position: relative;
  display: grid;
  align-content: center;
  gap: .16rem;
  min-width: 0;
  min-height: 72px;
  padding: .74rem .55rem .7rem 2.45rem;
}

.storefront .hero-proof span + span {
  border-left: 1px solid rgba(76, 164, 216, .16);
}

.storefront .hero-proof i {
  position: absolute;
  top: 50%;
  left: .62rem;
  width: 1.35rem;
  height: 1.35rem;
  border-color: rgba(0, 216, 255, .5);
  background: linear-gradient(145deg, rgba(0, 216, 255, .12), rgba(139, 61, 255, .12));
  color: #77ebff;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .49rem;
  transform: translateY(-50%);
}

.storefront .hero-proof b,
.storefront .hero-proof small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.storefront .hero-proof b {
  color: #eff8ff;
  font-size: .62rem;
  line-height: 1.2;
}

.storefront .hero-proof small {
  color: #8391a5;
  font-size: .51rem;
  line-height: 1.25;
}

.storefront .phase6c-reveal {
  opacity: .001;
  transform: translate3d(0, 22px, 0) scale(.995);
  will-change: opacity, transform;
  transition:
    opacity 700ms ease var(--phase6c-reveal-delay, 0ms),
    transform 700ms cubic-bezier(.2, .72, .2, 1) var(--phase6c-reveal-delay, 0ms),
    border-color 280ms ease,
    box-shadow 280ms ease,
    background-color 280ms ease;
}

.storefront .phase6c-reveal.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  will-change: auto;
}

@media (hover: hover) and (pointer: fine) {
  .storefront .product-card.phase6c-reveal.is-revealed:hover,
  .storefront .product-card.phase6c-reveal.is-revealed:focus-within {
    transform: translate3d(0, -7px, 0) scale(1.006);
  }

  .storefront .category-tile.phase6c-reveal.is-revealed:hover,
  .storefront .category-tile.phase6c-reveal.is-revealed:focus-visible {
    transform: translate3d(0, -6px, 0) scale(1.006);
    border-color: rgba(72, 217, 255, .58);
    box-shadow: 0 34px 82px rgba(0, 0, 0, .42), 0 0 34px rgba(49, 84, 224, .1);
  }
}

@media (min-width: 761px) {
  .storefront .home-hero {
    padding-right: max(clamp(1rem, 3.4vw, 3.1rem), calc((100vw - 1500px) / 2 + 3rem));
    padding-left: max(clamp(1rem, 3.4vw, 3.1rem), calc((100vw - 1500px) / 2 + 3rem));
  }

  .storefront .hero-copy {
    transform: translateY(-16px);
  }
}

@media (max-width: 760px) {
  .storefront .hero-tech-orbit {
    display: none;
  }

  .storefront .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-top: 1rem;
  }

  .storefront .hero-proof span {
    min-height: 50px;
    padding: .55rem .45rem .55rem 2.2rem;
  }

  .storefront .hero-proof span:nth-child(odd) {
    border-left: 0;
  }

  .storefront .hero-proof span:nth-child(n + 3) {
    border-top: 1px solid rgba(76, 164, 216, .16);
  }

  .storefront .hero-proof i {
    left: .55rem;
  }

  .storefront .hero-proof b {
    font-size: .57rem;
  }

  .storefront .hero-proof small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront .phase6c-reveal,
  .storefront .phase6c-reveal.is-revealed {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .storefront .home-hero .hero-backdrop,
  .storefront .home-hero .hero-nebula,
  .storefront .home-hero .hero-hud,
  .storefront .home-hero .hero-machine-layer,
  .storefront .home-hero .hero-atmosphere,
  .storefront .home-hero .hero-foreground {
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront .phase6c-reveal,
  .storefront .phase6c-reveal.is-revealed {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .storefront .hero-blueprint,
  .storefront .hero-tech-cube,
  .storefront .hero-tech-orbit,
  .storefront .hero-data-card {
    animation: none !important;
  }
}

/* Phase 6C.1: tighter mockup fidelity for the visible storefront surfaces. */
.storefront .home-hero {
  min-height: max(810px, calc(100svh - 82px));
  padding-top: clamp(4.2rem, 6.5vw, 6rem);
  padding-bottom: clamp(3.6rem, 5vw, 5rem);
}

.storefront .home-hero::before {
  background:
    linear-gradient(90deg, rgba(2, 5, 13, .93) 0%, rgba(2, 5, 13, .82) 23%, rgba(2, 5, 13, .54) 42%, rgba(2, 5, 13, .12) 66%, rgba(2, 5, 13, .04) 100%),
    linear-gradient(180deg, rgba(2, 5, 13, .28), transparent 24%, transparent 72%, rgba(2, 5, 13, .66));
}

.storefront .hero-nebula {
  top: -28%;
  right: -4%;
  width: min(96vw, 1480px);
  height: 160%;
  opacity: .72;
  background:
    conic-gradient(from 112deg at 62% 45%, transparent, rgba(82, 38, 206, .15), transparent 24%),
    radial-gradient(ellipse at 78% 38%, rgba(142, 54, 255, .27), transparent 25%),
    radial-gradient(ellipse at 40% 58%, rgba(0, 205, 255, .2), transparent 38%);
  filter: blur(28px) saturate(1.24);
}

.storefront .hero-machine-layer {
  transform: translate3d(var(--hero-image-x), var(--hero-image-y), 0) scale(1.025);
}

.storefront .hero-machine-layer::before {
  background:
    linear-gradient(90deg, rgba(2, 5, 13, .9) 0%, rgba(2, 5, 13, .65) 24%, rgba(2, 5, 13, .24) 44%, transparent 66%),
    linear-gradient(180deg, rgba(2, 5, 13, .12), transparent 30%, rgba(2, 5, 13, .16));
}

.storefront .hero-machine-layer img {
  object-position: 68% center;
  filter: contrast(1.12) saturate(1.14) brightness(1.02);
}

.storefront .hero-copy {
  width: min(48vw, 680px);
}

.storefront .home-hero h1 {
  max-width: 680px;
  font-size: clamp(4.35rem, 6.8vw, 7rem);
}

.storefront .hero-lead {
  max-width: 575px;
  color: #c7d1e0;
}

.storefront .hero-proof {
  border-top-color: rgba(91, 190, 235, .23);
  background: linear-gradient(90deg, rgba(2, 7, 16, .36), transparent);
}

.storefront .hero-blueprint-top,
.storefront .hero-tech-cube,
.storefront .hero-tech-orbit {
  display: none;
}

.storefront .hero-data-card {
  top: 11%;
  right: 4.5%;
}

.storefront .hero-blueprint-side {
  top: 37%;
  right: 1.1%;
  opacity: .52;
}

.storefront .home-hero ~ .section {
  padding-top: clamp(3.75rem, 6vw, 6rem);
  padding-bottom: clamp(3.75rem, 6vw, 6rem);
}

.storefront .home-hero ~ .section:not(.custom-cta)::after {
  content: "";
  position: absolute;
  right: max(1rem, 7%);
  bottom: 0;
  left: max(1rem, 7%);
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(0, 216, 255, .18), rgba(139, 61, 255, .15), transparent);
}

.storefront .product-card {
  border-color: rgba(79, 192, 238, .34);
  background: linear-gradient(158deg, rgba(18, 30, 49, .99), rgba(4, 8, 17, .99));
  box-shadow:
    0 32px 78px rgba(0, 0, 0, .42),
    0 9px 24px rgba(26, 76, 150, .08),
    inset 0 1px 0 rgba(255, 255, 255, .06);
}

.storefront .product-card:hover,
.storefront .product-card:focus-within {
  transform: translateY(-7px);
  border-color: rgba(61, 222, 255, .68);
  box-shadow:
    0 38px 92px rgba(0, 0, 0, .5),
    0 0 48px rgba(40, 102, 224, .12),
    inset 0 1px 0 rgba(255, 255, 255, .08);
}

.storefront .product-image {
  border-bottom-color: rgba(83, 186, 231, .22);
  background:
    linear-gradient(rgba(91, 188, 235, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 188, 235, .075) 1px, transparent 1px),
    radial-gradient(ellipse at 50% 100%, rgba(50, 111, 255, .34), transparent 42%),
    radial-gradient(circle at 42% 27%, rgba(40, 216, 255, .3), transparent 27%),
    radial-gradient(circle at 76% 57%, rgba(158, 55, 255, .26), transparent 35%),
    linear-gradient(145deg, #132a42, #030710 76%);
  background-size: 34px 34px, 34px 34px, auto, auto, auto, auto;
  box-shadow: inset 0 -34px 48px rgba(1, 4, 10, .42);
}

.storefront .product-image::before {
  opacity: .84;
  background:
    linear-gradient(to top, rgba(1, 4, 10, .64), transparent 48%),
    linear-gradient(118deg, rgba(67, 229, 255, .13), transparent 34%, rgba(165, 60, 255, .12)),
    radial-gradient(ellipse at 50% 102%, rgba(116, 211, 255, .2), transparent 38%);
}

.storefront .product-image::after {
  background:
    radial-gradient(ellipse at 50% 104%, rgba(0, 216, 255, .24), transparent 43%),
    radial-gradient(circle at 50% 38%, transparent 27%, rgba(1, 4, 10, .42) 91%);
}

.storefront .product-image img,
.storefront .product-image .example-product-image {
  filter: contrast(1.18) saturate(1.02) brightness(1.06) drop-shadow(0 26px 26px rgba(0, 0, 0, .34));
}

.storefront .product-card:hover .product-image img {
  transform: scale(1.045) translateY(-4px);
}

.storefront .product-body {
  background:
    linear-gradient(110deg, rgba(0, 216, 255, .04), transparent 31%, rgba(139, 61, 255, .045)),
    linear-gradient(180deg, rgba(15, 25, 41, .99), rgba(5, 9, 18, .99));
}

.storefront .category-tile {
  min-height: 265px;
  border-color: rgba(77, 187, 236, .32);
  background-size: 30px 30px, 30px 30px, auto, auto;
  box-shadow:
    0 25px 68px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255, 255, 255, .05);
}

.storefront .category-1 {
  background:
    linear-gradient(rgba(67, 194, 235, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(67, 194, 235, .055) 1px, transparent 1px),
    radial-gradient(circle at 73% 27%, rgba(0, 208, 255, .25), transparent 38%),
    linear-gradient(145deg, rgba(11, 29, 45, .99), rgba(4, 9, 18, .99));
}

.storefront .category-2 {
  background:
    linear-gradient(rgba(91, 125, 240, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 125, 240, .055) 1px, transparent 1px),
    radial-gradient(circle at 73% 27%, rgba(75, 99, 255, .26), transparent 39%),
    linear-gradient(145deg, rgba(16, 23, 52, .99), rgba(5, 8, 19, .99));
}

.storefront .category-3 {
  background:
    linear-gradient(rgba(123, 95, 238, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123, 95, 238, .055) 1px, transparent 1px),
    radial-gradient(circle at 73% 27%, rgba(139, 61, 255, .27), transparent 40%),
    linear-gradient(145deg, rgba(27, 18, 53, .99), rgba(6, 7, 18, .99));
}

.storefront .category-4 {
  background:
    linear-gradient(rgba(73, 172, 223, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(73, 172, 223, .055) 1px, transparent 1px),
    radial-gradient(circle at 73% 27%, rgba(41, 103, 231, .25), transparent 40%),
    linear-gradient(145deg, rgba(11, 25, 45, .99), rgba(9, 7, 25, .99));
}

.storefront .category-shape {
  --shape-transform: rotate(0deg);
  top: 15%;
  right: 10%;
  width: 122px;
  height: 112px;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 0 16px rgba(0, 216, 255, .24));
  transform: var(--shape-transform);
}

.storefront .category-shape::before,
.storefront .category-shape::after,
.storefront .category-shape i {
  content: "";
  position: absolute;
  display: block;
  border-color: rgba(107, 224, 255, .55);
}

.storefront .category-tile:hover .category-shape {
  transform: var(--shape-transform) translateY(-5px) scale(1.055);
}

.storefront .category-1 .category-shape {
  --shape-transform: rotate(-8deg);
  width: 112px;
  height: 112px;
  border: 1px solid rgba(91, 226, 255, .7);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 13px rgba(0, 216, 255, .035),
    inset 0 0 0 14px rgba(91, 226, 255, .26),
    0 0 30px rgba(0, 216, 255, .12);
}

.storefront .category-1 .category-shape::before {
  inset: 29px;
  border: 1px solid rgba(126, 231, 255, .65);
  border-radius: 50%;
}

.storefront .category-1 .category-shape::after {
  inset: -10px 9px;
  border: 1px solid rgba(117, 103, 255, .42);
  border-radius: 50%;
  transform: rotateX(67deg);
}

.storefront .category-1 .category-shape i {
  top: 50%;
  right: -13px;
  left: -13px;
  height: 1px;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(100, 227, 255, .62), transparent);
}

.storefront .category-2 .category-shape {
  --shape-transform: perspective(320px) rotateY(-24deg) rotateZ(-8deg);
  top: 18%;
  height: 82px;
  border: 1px solid rgba(106, 192, 255, .65);
  border-radius: 8px 28px 8px 28px;
  background:
    linear-gradient(rgba(103, 181, 255, .15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 181, 255, .15) 1px, transparent 1px);
  background-size: 18px 18px;
  box-shadow: inset 0 0 30px rgba(81, 99, 255, .11), 0 0 24px rgba(49, 115, 255, .1);
}

.storefront .category-2 .category-shape::before {
  inset: 18px 24px;
  border: 1px solid rgba(151, 126, 255, .64);
  clip-path: polygon(0 30%, 32% 0, 100% 22%, 77% 100%, 13% 84%);
}

.storefront .category-2 .category-shape::after {
  top: 50%;
  right: -18px;
  left: -18px;
  height: 1px;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(105, 210, 255, .58), transparent);
}

.storefront .category-2 .category-shape i {
  top: -12px;
  bottom: -12px;
  left: 50%;
  width: 1px;
  border: 0;
  background: linear-gradient(transparent, rgba(142, 118, 255, .54), transparent);
}

.storefront .category-3 .category-shape {
  --shape-transform: perspective(280px) rotateX(12deg) rotateY(-18deg) rotateZ(30deg);
  top: 14%;
  right: 14%;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(173, 100, 255, .7);
  background: linear-gradient(145deg, rgba(139, 61, 255, .08), rgba(0, 216, 255, .03));
  box-shadow: inset 0 0 28px rgba(139, 61, 255, .12), 0 0 30px rgba(139, 61, 255, .14);
}

.storefront .category-3 .category-shape::before {
  inset: 17px;
  border: 1px solid rgba(119, 213, 255, .52);
}

.storefront .category-3 .category-shape::after {
  top: 50%;
  right: -22px;
  left: -22px;
  height: 1px;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(173, 100, 255, .63), transparent);
}

.storefront .category-3 .category-shape i {
  top: -22px;
  bottom: -22px;
  left: 50%;
  width: 1px;
  border: 0;
  background: linear-gradient(transparent, rgba(108, 217, 255, .58), transparent);
}

.storefront .category-4 .category-shape {
  --shape-transform: rotate(11deg);
  width: 112px;
  height: 112px;
  border: 1px solid rgba(93, 214, 255, .62);
  border-radius: 50%;
  background: radial-gradient(circle at 36% 33%, rgba(139, 61, 255, .18), rgba(12, 42, 96, .08) 48%, transparent 49%);
  box-shadow: inset 0 0 28px rgba(51, 98, 255, .12), 0 0 26px rgba(53, 107, 255, .12);
}

.storefront .category-4 .category-shape::before {
  inset: 11px -15px;
  border: 1px solid rgba(145, 91, 255, .56);
  border-radius: 50%;
  transform: rotate(28deg) rotateX(66deg);
}

.storefront .category-4 .category-shape::after {
  inset: -9px 18px;
  border: 1px solid rgba(84, 218, 255, .46);
  border-radius: 50%;
  transform: rotate(-22deg) rotateY(68deg);
}

.storefront .category-4 .category-shape i {
  top: 48px;
  right: -27px;
  left: -27px;
  height: 14px;
  border: 1px solid rgba(127, 98, 255, .48);
  border-radius: 50%;
  transform: rotate(-11deg);
}

.storefront .process-section {
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(2.8rem, 4.8vw, 4.8rem);
  background:
    linear-gradient(rgba(74, 173, 224, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 173, 224, .05) 1px, transparent 1px),
    radial-gradient(circle at 10% 20%, rgba(0, 216, 255, .17), transparent 31%),
    radial-gradient(circle at 91% 76%, rgba(139, 61, 255, .21), transparent 37%),
    linear-gradient(145deg, #0c1b2d, #030710);
  background-size: 44px 44px, 44px 44px, auto, auto, auto;
}

.storefront .process-steps {
  gap: .72rem;
}

.storefront .process-steps li {
  grid-template-columns: 3rem 1fr;
  gap: .85rem;
  border: 1px solid rgba(76, 176, 226, .2);
  border-radius: 13px;
  background: linear-gradient(110deg, rgba(0, 216, 255, .045), rgba(5, 10, 21, .58) 48%, rgba(139, 61, 255, .045));
  padding: 1.05rem 1.1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

.storefront .process-steps li:last-child {
  border-bottom-color: rgba(76, 176, 226, .2);
}

.storefront .process-steps > li > span {
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(0, 216, 255, .36);
  border-radius: 50%;
  background: rgba(0, 216, 255, .055);
  color: #6beaff;
}

.storefront .custom-cta {
  min-height: 340px;
  margin-bottom: 0;
  padding: clamp(3.2rem, 5.3vw, 5.4rem);
  background:
    radial-gradient(circle at 80% 18%, rgba(164, 54, 255, .5), transparent 31%),
    radial-gradient(circle at 17% 88%, rgba(0, 216, 255, .27), transparent 34%),
    radial-gradient(circle at 64% 55%, rgba(47, 82, 255, .17), transparent 35%),
    linear-gradient(126deg, #071f31, #0a1028 54%, #230536);
  box-shadow:
    0 32px 88px rgba(0, 0, 0, .38),
    inset 0 1px 0 rgba(255, 255, 255, .06),
    inset 0 -70px 100px rgba(2, 5, 14, .24);
}

.storefront .custom-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .52;
  background:
    linear-gradient(rgba(87, 187, 232, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 187, 232, .07) 1px, transparent 1px),
    linear-gradient(116deg, transparent 0 70%, rgba(0, 216, 255, .14) 70.1% 70.25%, transparent 70.4%);
  background-size: 48px 48px, 48px 48px, auto;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .48), #000);
}

.storefront .custom-cta > div:not(.custom-cta-pattern),
.storefront .custom-cta > .button {
  z-index: 2;
}

.storefront .custom-cta-pattern {
  right: -5%;
  bottom: -84%;
  width: 610px;
  height: 610px;
  border-color: rgba(81, 225, 255, .31);
  box-shadow:
    inset 0 0 0 76px rgba(0, 216, 255, .018),
    inset 0 0 0 152px rgba(139, 61, 255, .025),
    0 0 90px rgba(139, 61, 255, .09);
}

.storefront .custom-cta-pattern::before,
.storefront .custom-cta-pattern::after {
  border-color: rgba(151, 86, 255, .3);
}

.storefront .site-footer {
  margin-top: 0;
  background:
    radial-gradient(ellipse at 50% -10%, rgba(38, 75, 218, .2), transparent 43%),
    radial-gradient(circle at 13% 23%, rgba(0, 216, 255, .15), transparent 30%),
    radial-gradient(circle at 86% 78%, rgba(139, 61, 255, .2), transparent 34%),
    radial-gradient(circle at 72% 23%, rgba(255, 255, 255, .55) 0 1px, transparent 1.5px),
    linear-gradient(145deg, #030815, #02040a 58%, #0b0315);
  background-size: auto, auto, auto, 211px 211px, auto;
}

.storefront .footer-main {
  position: relative;
  z-index: 1;
  padding-top: clamp(3.3rem, 5.2vw, 5rem);
  padding-bottom: clamp(3rem, 4.8vw, 4.5rem);
}

.storefront .footer-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 9%;
  right: 4%;
  width: min(24vw, 300px);
  aspect-ratio: 1;
  border: 1px solid rgba(0, 216, 255, .1);
  border-radius: 50%;
  pointer-events: none;
  opacity: .72;
  box-shadow:
    inset 0 0 0 55px rgba(0, 216, 255, .012),
    inset 0 0 0 110px rgba(139, 61, 255, .018),
    0 0 60px rgba(62, 84, 224, .05);
}

.storefront .footer-bottom {
  border-top-color: rgba(66, 169, 224, .2);
}

@media (max-width: 1180px) {
  .storefront .home-hero {
    min-height: max(780px, calc(100svh - 82px));
  }

  .storefront .hero-copy {
    width: min(52vw, 640px);
  }
}

@media (max-width: 980px) {
  .storefront .hero-copy {
    width: min(59vw, 600px);
  }

  .storefront .hero-data-card {
    right: 2%;
  }
}

@media (max-width: 760px) {
  .storefront .home-hero {
    min-height: max(750px, calc(100svh - 70px));
    padding: 19.35rem 1rem 1.8rem;
  }

  .storefront .home-hero::before {
    background:
      linear-gradient(180deg, rgba(2, 5, 13, .02) 0%, rgba(2, 5, 13, .07) 29%, rgba(2, 5, 13, .68) 48%, rgba(2, 5, 13, .98) 65%, #02050d 82%),
      linear-gradient(90deg, rgba(2, 5, 13, .15), transparent 78%);
  }

  .storefront .hero-machine-layer {
    right: -12%;
    left: -12%;
    width: 124%;
    height: 48%;
  }

  .storefront .hero-machine-layer img {
    object-position: 72% center;
    filter: contrast(1.1) saturate(1.12) brightness(1.02);
  }

  .storefront .hero-copy {
    width: 100%;
  }

  .storefront .home-hero h1 {
    font-size: clamp(3.1rem, 14.8vw, 4.4rem);
  }

  .storefront .home-hero ~ .section {
    padding-top: 3.35rem;
    padding-bottom: 3.35rem;
  }

  .storefront .category-tile {
    min-height: 230px;
  }

  .storefront .process-section {
    gap: 1.7rem;
    padding: 2.4rem 1rem;
  }

  .storefront .custom-cta {
    min-height: 310px;
    padding: 3rem 1rem;
  }

  .storefront .custom-cta-pattern {
    right: -58%;
    bottom: -53%;
    width: 520px;
    height: 520px;
  }

  .storefront .footer-main {
    padding-top: 3.2rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 420px) {
  .storefront .home-hero {
    min-height: max(748px, calc(100svh - 70px));
    padding-top: 18.7rem;
  }

  .storefront .hero-machine-layer {
    right: -18%;
    left: -18%;
    width: 136%;
    height: 46%;
  }

  .storefront .home-hero h1 {
    font-size: clamp(2.82rem, 14.6vw, 3.48rem);
  }

  .storefront .hero-proof {
    font-size: .6rem;
  }

  .storefront .category-shape {
    right: 8%;
    transform: var(--shape-transform) scale(.9);
  }

  .storefront .category-tile:hover .category-shape {
    transform: var(--shape-transform) translateY(-4px) scale(.94);
  }
}

/* Phase 6C.2 final cascade lock. */
.storefront .hero-backdrop {
  transform: translate3d(0, var(--hero-scroll-backdrop-y), 0) scale(1.012);
}

.storefront .hero-nebula {
  transform: translate3d(var(--hero-image-x), calc(var(--hero-image-y) + var(--hero-scroll-nebula-y)), 0);
}

.storefront .hero-hud {
  transform: translate3d(0, var(--hero-scroll-hud-y), 0);
}

.storefront .hero-machine-layer {
  transform: translate3d(var(--hero-image-x), calc(var(--hero-image-y) + var(--hero-scroll-machine-y)), 0) scale(1.025);
}

.storefront .hero-atmosphere {
  transform: translate3d(var(--hero-fg-x), calc(var(--hero-fg-y) + var(--hero-scroll-atmosphere-y)), 0);
}

.storefront .hero-foreground {
  transform: translate3d(var(--hero-fg-x), calc(var(--hero-fg-y) + var(--hero-scroll-foreground-y)), 0);
}

.storefront .home-hero.has-phase6c2-motion .hero-backdrop,
.storefront .home-hero.has-phase6c2-motion .hero-nebula,
.storefront .home-hero.has-phase6c2-motion .hero-hud,
.storefront .home-hero.has-phase6c2-motion .hero-machine-layer,
.storefront .home-hero.has-phase6c2-motion .hero-atmosphere,
.storefront .home-hero.has-phase6c2-motion .hero-foreground {
  will-change: transform;
  transition: transform 180ms linear;
}

.storefront .hero-tech-orbit {
  display: block;
}

.storefront .hero-data-card {
  top: 12%;
  right: 3.2%;
}

.storefront .hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 650px);
  border: 1px solid rgba(70, 177, 229, .24);
  background: linear-gradient(100deg, rgba(0, 216, 255, .055), rgba(4, 9, 20, .74) 45%, rgba(139, 61, 255, .06));
  padding: 0;
}

@media (max-width: 760px) {
  .storefront .hero-tech-orbit {
    display: none;
  }

  .storefront .hero-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-top: 1rem;
    padding: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .storefront .home-hero .hero-backdrop,
  .storefront .home-hero .hero-nebula,
  .storefront .home-hero .hero-hud,
  .storefront .home-hero .hero-machine-layer,
  .storefront .home-hero .hero-atmosphere,
  .storefront .home-hero .hero-foreground {
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }
}

/* Expanded hero sizing follows the complete 6C cascade. */
.storefront .home-hero {
  min-height: max(900px, calc(100svh - 82px));
  overflow: hidden;
  padding-bottom: 220px;
}

.storefront .home-hero .hero-copy {
  z-index: 7;
  width: min(39vw, 580px);
}

@media (max-width: 1040px) {
  .storefront .home-hero .hero-copy { width: min(46vw, 540px); }
}

@media (max-width: 760px) {
  .storefront .home-hero {
    min-height: 1220px;
    padding-bottom: 330px;
  }

  .storefront .home-hero .hero-copy { width: 100%; }
}

@media (max-width: 420px) {
  .storefront .home-hero { min-height: 1260px; }
}
