/* source: style.css */
:root {
  --bg: #12051f;
  --panel: rgba(36, 15, 62, 0.76);
  --panel-strong: rgba(45, 18, 78, 0.94);
  --text: #f4f7f8;
  --muted: #a59ab6;
  --line: rgba(246, 230, 255, 0.16);
  --purple: #8d4dff;
  --violet: #c13cff;
  --deep-purple: #2c0d5f;
  --silver: #dfe8ee;
  --accent: #f4ff2f;
  --heat: #a855ff;
  --gold: #ffd84f;
  --header-offset: 92px;
}

/* 2026-07-15 canonical simplified flow: final source of truth. */
:root {
  --section-max: 1240px;
  --section-copy-max: 880px;
}

:is(.flex-system, .services, .products, .ai-scan, .origin, .proof, .culture-wall, .contact) {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
  min-height: auto !important;
  overflow: hidden !important;
}

:is(.flex-system, .services, .products, .ai-scan, .origin, .proof, .culture-wall, .contact) > * {
  position: relative !important;
  inset: auto !important;
  translate: none !important;
  transform: none !important;
}

:is(.flex-system, .services, .products, .ai-scan, .origin, .proof, .culture-wall, .contact) > .section-copy {
  order: 0 !important;
  width: min(100%, var(--section-copy-max)) !important;
  margin: 0 auto 38px !important;
  z-index: 2 !important;
}

:is(.flex-system, .services, .products, .ai-scan, .origin, .proof, .culture-wall, .contact) > :not(.section-copy) {
  order: 1 !important;
  width: min(100%, var(--section-max)) !important;
  max-width: var(--section-max) !important;
  margin: 0 auto 24px !important;
  z-index: 1 !important;
}

:is(
  .campaign-tile,
  .flex-hero-image,
  .flex-gallery figure,
  .service-scene,
  .pillar-card,
  .product-hero-card,
  .product-grid article,
  .care-product-grid article,
  .ai-console,
  .ai-console-visual,
  .origin-board,
  .proof-card,
  .culture-card,
  .contact-box,
  .product-orbit
) {
  --scene-y: 0px !important;
  --scene-image-y: 0px !important;
  --lift: 0px !important;
  --rx: 0deg !important;
  --ry: 0deg !important;
  --px: 0 !important;
  --py: 0 !important;
  --spin: 0deg !important;
  position: relative !important;
  inset: auto !important;
  translate: none !important;
  transform: none !important;
  animation: none !important;
  will-change: auto !important;
}

:is(
  .campaign-tile,
  .flex-hero-image,
  .flex-gallery figure,
  .service-scene,
  .pillar-card,
  .product-hero-card,
  .product-grid article,
  .care-product-grid article,
  .proof-card,
  .culture-card
):hover {
  translate: none !important;
  transform: none !important;
}

:is(.service-scene, .proof-card, .culture-card) {
  position: relative !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 3;
  overflow: hidden !important;
  isolation: isolate !important;
}

:is(.service-scene-large, .proof-feature, .culture-feature) {
  grid-column: auto !important;
  grid-row: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 10;
}

:is(.service-scene, .proof-card, .culture-card) > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  translate: none !important;
  transform: none !important;
}

:is(.service-scene, .proof-card, .culture-card) figcaption {
  position: absolute !important;
  inset: auto 0 0 !important;
  translate: none !important;
  transform: none !important;
  z-index: 2 !important;
}

.flex-gallery figure:nth-child(n + 5),
.proof-gallery .proof-card:nth-child(n + 5),
.culture-grid .culture-card:nth-child(n + 7) {
  display: none !important;
}

.system-strip {
  width: min(100% - 40px, var(--section-max)) !important;
  margin-inline: auto !important;
}

.support-dock {
  position: fixed !important;
  z-index: 120 !important;
  max-width: min(360px, calc(100vw - 24px)) !important;
}

.support-dock :is(.support-orb, .support-head) {
  cursor: grab !important;
  touch-action: none !important;
}

.support-dock.is-dragging :is(.support-orb, .support-head) {
  cursor: grabbing !important;
}

.support-dock.is-scrolling:not(.is-dragging) {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 860px) {
  :is(.flex-system, .services, .products, .ai-scan, .origin, .proof, .culture-wall, .contact) {
    padding: 56px 18px !important;
  }

  :is(.flex-system, .services, .products, .ai-scan, .origin, .proof, .culture-wall, .contact) > .section-copy {
    margin-bottom: 24px !important;
  }

  :is(.service-scene, .proof-card, .culture-card, .service-scene-large, .proof-feature, .culture-feature) {
    aspect-ratio: 4 / 3 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* 2026-07-15: stable simplified flow. Keep this block last. */
:root {
  --stable-content-max: 1360px;
}

:where(
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact
) {
  display: block !important;
  position: relative !important;
  isolation: isolate !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: clip !important;
  padding: clamp(72px, 8vw, 108px) clamp(20px, 5vw, 72px) !important;
}

:where(
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact
) > * {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  grid-column: auto !important;
  grid-row: auto !important;
  float: none !important;
  min-width: 0 !important;
  width: min(100%, var(--stable-content-max)) !important;
  max-width: var(--stable-content-max) !important;
  margin: 0 auto 28px !important;
  translate: none !important;
  rotate: none !important;
  transform: none !important;
  z-index: 1 !important;
}

.section-panel {
  --scene-y: 0px !important;
  --scene-image-y: 0px !important;
  --tilt-x: 0deg !important;
  --tilt-y: 0deg !important;
  --spin-y: 0deg !important;
}

.section-copy {
  width: min(100%, 920px) !important;
  max-width: 920px !important;
  margin: 0 auto clamp(36px, 5vw, 64px) !important;
  padding: 0 !important;
  z-index: 4 !important;
  text-align: left !important;
}

.section-copy h2 {
  max-width: 13ch;
  font-size: clamp(2.7rem, 5vw, 4rem);
  line-height: 1.02;
}

.section-copy p {
  max-width: 720px;
  font-size: 17px;
}

:where(
  .service-scene,
  .service-scene img,
  .ai-console,
  .ai-console img,
  .proof-gallery,
  .proof-card,
  .proof-card img,
  .culture-grid,
  .culture-card,
  .flex-gallery figure,
  .flex-gallery img,
  .pillar-card,
  .product-card,
  .product-orbit,
  .orbit-item
) {
  translate: none !important;
  rotate: none !important;
  transform: none !important;
  animation: none !important;
}

.scroll-float-unit {
  transform: none !important;
  opacity: 1 !important;
  filter: none !important;
  transition: none !important;
}

.flex-campaign {
  display: grid !important;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr) !important;
  gap: 18px !important;
}

.flex-gallery {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.service-cinema {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.pillar-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.products > .product-showcase {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr) !important;
  gap: 18px !important;
}

.product-orbit {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  place-items: center !important;
  min-height: 0 !important;
  padding: 26px !important;
}

.product-orbit::before,
.product-orbit::after {
  display: none !important;
}

.product-orbit .orbit-item {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  max-height: 220px !important;
  object-fit: contain !important;
  transform: none !important;
  animation: none !important;
}

.product-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.product-care-copy {
  position: relative !important;
  inset: auto !important;
  width: min(100%, 920px) !important;
  max-width: 920px !important;
  margin: 58px auto 28px !important;
  transform: none !important;
}

.ai-console {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr) !important;
  gap: 18px !important;
}

.ai-flow,
.curved-loop-band,
.dome-gallery-hint {
  display: none !important;
}

.origin-board {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.proof-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.proof-metrics {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.culture-grid,
.culture-grid.is-dome-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  height: auto !important;
  min-height: 0 !important;
  perspective: none !important;
  cursor: default !important;
  gap: 18px !important;
}

.culture-card {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 320px !important;
  transform: none !important;
  opacity: 1 !important;
  animation: none !important;
}

.culture-card:nth-child(n + 7) {
  display: none !important;
}

:is(.service-scene, .pillar-card, .product-card, .proof-card, .culture-card):hover {
  transform: none !important;
}

.rb-border-glow {
  opacity: 0.05 !important;
  filter: blur(18px) !important;
}

.pillar-card.is-border-glowing .rb-border-glow {
  opacity: 0.22 !important;
}

.support-dock {
  position: fixed !important;
  z-index: 90 !important;
  transition: opacity 150ms ease, visibility 150ms ease !important;
}

.support-orb,
.support-head {
  cursor: grab !important;
  touch-action: none !important;
  user-select: none !important;
}

.support-dock.is-dragging .support-orb,
.support-dock.is-dragging .support-head {
  cursor: grabbing !important;
}

.support-dock.is-scrolling:not(.is-dragging) {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 1100px) {
  .flex-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .pillar-grid,
  .product-grid,
  .proof-gallery,
  .culture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .flex-campaign,
  .service-cinema,
  .products > .product-showcase,
  .ai-console {
    grid-template-columns: 1fr !important;
  }

  .flex-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .pillar-grid,
  .product-grid,
  .proof-gallery,
  .culture-grid,
  .origin-board,
  .proof-metrics {
    grid-template-columns: 1fr !important;
  }

  .product-orbit {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .culture-card:nth-child(n + 5) {
    display: none !important;
  }
}

/* 2026-07-15: simplified reading flow v3. Keep this block last. */
:root {
  --reading-width: 1360px;
}

:where(
    .flex-system,
    .services,
    .products,
    .ai-scan,
    .origin,
    .proof,
    .culture-wall,
    .contact
  ) {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: clamp(28px, 4vw, 56px) !important;
  position: relative !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: clip !important;
  padding: clamp(72px, 9vw, 120px) max(24px, calc((100vw - 1440px) / 2)) !important;
  isolation: isolate !important;
}

:where(
    .flex-system,
    .services,
    .products,
    .ai-scan,
    .origin,
    .proof,
    .culture-wall,
    .contact
  ) > * {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  translate: none !important;
  margin: 0 auto !important;
  width: min(100%, var(--reading-width)) !important;
  max-width: var(--reading-width) !important;
  min-width: 0 !important;
  grid-column: auto !important;
  grid-row: auto !important;
  z-index: 1 !important;
  clear: both !important;
}

:where(
    .flex-system,
    .services,
    .products,
    .ai-scan,
    .origin,
    .proof,
    .culture-wall,
    .contact
  ) > .section-copy {
  order: -1 !important;
  width: min(100%, 900px) !important;
  max-width: 900px !important;
  align-self: center !important;
  margin: 0 auto !important;
  z-index: 3 !important;
  text-align: center !important;
}

.campaign-tile,
.flex-hero-image,
.flex-gallery figure,
.service-scene,
.pillar-card,
.product-hero-card,
.product-grid article,
.care-product-grid article,
.ai-console,
.ai-console-visual,
.origin-board,
.proof-card,
.culture-card,
.contact-box,
.product-orbit {
  --scene-y: 0px !important;
  --scene-image-y: 0px !important;
  --tilt-x: 0deg !important;
  --tilt-y: 0deg !important;
  --spin-y: 0deg !important;
  transform: none !important;
  translate: none !important;
  animation: none !important;
}

.flex-note-grid,
.curved-loop-band,
.ai-flow {
  display: none !important;
}

.culture-card:nth-child(n + 7),
.services .service-cinema > .service-scene:nth-child(n + 3) {
  display: none !important;
}

.services .service-cinema {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr) !important;
  gap: 20px !important;
}

.product-showcase {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr) !important;
  gap: 24px !important;
}

.pillar-grid,
.product-grid,
.care-product-grid,
.proof-gallery,
.culture-grid,
.proof-metrics {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.ai-console {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr) !important;
  gap: 24px !important;
}

.origin-board {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.proof-feature,
.culture-feature {
  grid-column: auto !important;
  grid-row: auto !important;
}

.flex-campaign,
.service-cinema,
.product-showcase,
.product-grid,
.care-product-grid,
.ai-console,
.origin-board,
.proof-gallery,
.culture-grid,
.contact-box,
.flex-gallery figure,
.service-scene,
.pillar-card,
.product-hero-card,
.product-grid article,
.care-product-grid article,
.proof-card,
.culture-card {
  min-width: 0 !important;
  overflow: hidden !important;
}

.flex-gallery img,
.service-scene img,
.pillar-card img,
.product-hero-card img,
.product-grid img,
.care-product-grid img,
.proof-card img,
.culture-card img,
.ai-console img,
.origin-board img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  object-fit: cover;
}

.product-grid img,
.product-hero-card img,
.product-orbit img,
.mini-program-qr {
  object-fit: contain !important;
}

.rb-border-glow {
  opacity: 0.14 !important;
  filter: blur(18px) !important;
}

.support-dock {
  z-index: 80 !important;
}

.support-dock.is-scrolling:not(.is-dragging) {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 1100px) {
  .services .service-cinema,
  .ai-console,
  .product-showcase {
    grid-template-columns: 1fr !important;
  }

  .pillar-grid,
  .product-grid,
  .care-product-grid,
  .proof-gallery,
  .culture-grid,
  .proof-metrics,
  .origin-board {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  :where(
      .flex-system,
      .services,
      .products,
      .ai-scan,
      .origin,
      .proof,
      .culture-wall,
      .contact
    ) {
    padding: 64px 18px !important;
    gap: 28px !important;
  }

  :where(
      .flex-system,
      .services,
      .products,
      .ai-scan,
      .origin,
      .proof,
      .culture-wall,
      .contact
    ) > .section-copy {
    text-align: left !important;
  }

  .pillar-grid,
  .product-grid,
  .care-product-grid,
  .proof-gallery,
  .culture-grid,
  .proof-metrics,
  .origin-board {
    grid-template-columns: 1fr !important;
  }

  .culture-card:nth-child(n + 5) {
    display: none !important;
  }
}

/* 2026-07-15: final editorial layout. Copy completes before media begins. */
.support-dock {
  transition: opacity 160ms ease, visibility 160ms ease;
}

.support-dock.is-scrolling:not(.is-dragging) {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.rb-border-glow {
  opacity: 0.14 !important;
}

@media (min-width: 861px) {
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact {
    display: block !important;
    min-height: 0 !important;
    padding: clamp(88px, 10vw, 124px) clamp(32px, 6vw, 96px) !important;
  }

  .flex-system > .section-copy,
  .services > .section-copy,
  .products > .section-copy,
  .ai-scan > .section-copy,
  .origin > .section-copy,
  .proof > .section-copy,
  .culture-wall > .section-copy,
  .contact > .section-copy {
    display: block !important;
    position: relative !important;
    inset: auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
    width: min(100%, 860px) !important;
    max-width: 860px !important;
    margin: 0 auto clamp(36px, 5vw, 64px) !important;
    transform: none !important;
    translate: none !important;
    z-index: 2 !important;
  }

  .flex-system > :not(.section-copy),
  .services > :not(.section-copy),
  .products > :not(.section-copy),
  .ai-scan > :not(.section-copy),
  .origin > :not(.section-copy),
  .proof > :not(.section-copy),
  .culture-wall > :not(.section-copy),
  .contact > :not(.section-copy) {
    position: relative !important;
    inset: auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
    width: min(100%, 1320px) !important;
    max-width: 1320px !important;
    margin: 0 auto clamp(28px, 4vw, 48px) !important;
    transform: none !important;
    translate: none !important;
    z-index: 1 !important;
  }

  .services .service-cinema,
  .proof .proof-gallery {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .culture-wall .culture-grid,
  .culture-wall .culture-grid.is-dome-gallery {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
    height: auto !important;
    min-height: 0 !important;
    perspective: none !important;
  }

  .culture-grid .culture-card {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .section-panel .section-copy h2,
  .contact .section-copy h2 {
    max-width: 14ch !important;
    font-size: clamp(2.5rem, 5vw, 4.9rem) !important;
  }

  .section-panel .section-copy p,
  .contact .section-copy p {
    max-width: 760px !important;
  }
}

@media (max-width: 860px) {
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact {
    display: block !important;
    min-height: 0 !important;
    padding: 64px 18px !important;
  }

  .flex-system > .section-copy,
  .services > .section-copy,
  .products > .section-copy,
  .ai-scan > .section-copy,
  .origin > .section-copy,
  .proof > .section-copy,
  .culture-wall > .section-copy,
  .contact > .section-copy {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    margin: 0 0 32px !important;
    transform: none !important;
    translate: none !important;
  }

  .services .service-cinema,
  .proof .proof-gallery,
  .culture-wall .culture-grid,
  .culture-wall .culture-grid.is-dome-gallery {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    height: auto !important;
    min-height: 0 !important;
    perspective: none !important;
  }

  .culture-grid .culture-card {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* 2026-07-15: final editorial flow and unobstructed scroll. Keep this block last. */
:root {
  --editorial-media-width: 1360px;
}

body {
  overflow-x: hidden;
}

.flex-system,
.services,
.products,
.ai-scan,
.origin,
.proof,
.culture-wall,
.contact {
  display: block !important;
  position: relative !important;
  isolation: isolate;
  min-height: 0 !important;
  overflow: clip !important;
  padding: clamp(76px, 8vw, 112px) clamp(24px, 6vw, 96px) !important;
  scroll-margin-top: 88px;
}

.flex-system > .section-copy,
.services > .section-copy,
.products > .section-copy,
.ai-scan > .section-copy,
.origin > .section-copy,
.proof > .section-copy,
.culture-wall > .section-copy,
.contact > .section-copy {
  display: block !important;
  position: relative !important;
  inset: auto !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: min(100%, 960px) !important;
  max-width: none !important;
  margin: 0 auto clamp(34px, 5vw, 64px) !important;
  transform: none !important;
  translate: none !important;
  z-index: 2 !important;
}

.flex-system > .flex-campaign,
.services > .service-cinema,
.products > .product-showcase,
.ai-scan > .ai-console,
.origin > .origin-board,
.proof > .proof-gallery,
.culture-wall > .culture-grid,
.contact > .contact-box {
  position: relative !important;
  inset: auto !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: min(100%, var(--editorial-media-width)) !important;
  max-width: var(--editorial-media-width) !important;
  margin: 0 auto !important;
  transform: none !important;
  translate: none !important;
  z-index: 1 !important;
  isolation: isolate;
}

.section-panel .section-copy h2,
.contact .section-copy h2 {
  max-width: 16ch !important;
  font-size: clamp(2.4rem, 5vw, 4.8rem) !important;
  line-height: 0.98 !important;
  margin-bottom: 18px !important;
}

.section-panel .section-copy p:not(.eyebrow),
.contact .section-copy p:not(.eyebrow) {
  max-width: 760px !important;
  font-size: clamp(1rem, 1.1vw, 1.18rem) !important;
  line-height: 1.65 !important;
}

.services .service-cinema,
.proof-gallery {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.culture-grid,
.culture-grid.is-dome-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  height: auto !important;
  min-height: 0 !important;
  perspective: none !important;
  transform: none !important;
}

.culture-grid.is-dome-gallery .culture-card {
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  opacity: 1 !important;
}

.dome-gallery-hint {
  display: none !important;
}

.support-dock {
  transition: opacity 0.16s ease, visibility 0.16s ease !important;
}

.support-dock.is-scrolling:not(.is-dragging) {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 860px) {
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact {
    padding: 64px 18px !important;
  }

  .flex-system > .section-copy,
  .services > .section-copy,
  .products > .section-copy,
  .ai-scan > .section-copy,
  .origin > .section-copy,
  .proof > .section-copy,
  .culture-wall > .section-copy,
  .contact > .section-copy {
    margin-bottom: 28px !important;
  }

  .services .service-cinema,
  .proof-gallery,
  .culture-grid,
  .culture-grid.is-dome-gallery {
    grid-template-columns: 1fr !important;
  }

  .section-panel .section-copy h2,
  .contact .section-copy h2 {
    font-size: clamp(2.1rem, 10vw, 3.3rem) !important;
  }
}

/* 2026-07-15: simplified editorial flow v2.
   Copy always finishes before media enters the document flow. */
.flex-system,
.services,
.products,
.ai-scan,
.origin,
.proof,
.culture-wall,
.contact {
  display: block !important;
  padding: clamp(72px, 8vw, 112px) clamp(24px, 7vw, 112px) !important;
  overflow: clip !important;
}

.flex-system > .section-copy,
.services > .section-copy,
.products > .section-copy,
.ai-scan > .section-copy,
.origin > .section-copy,
.proof > .section-copy,
.culture-wall > .section-copy,
.contact > .section-copy {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  gap: 16px !important;
  width: min(100%, 980px) !important;
  max-width: 980px !important;
  margin: 0 auto clamp(32px, 5vw, 56px) !important;
  transform: none !important;
  z-index: 2 !important;
}

.section-panel .section-copy h2 {
  max-width: 13ch !important;
  font-size: clamp(2.65rem, 5.8vw, 5.8rem) !important;
  line-height: 0.98 !important;
}

.section-panel .section-copy p {
  max-width: 720px !important;
  font-size: clamp(1rem, 1.25vw, 1.15rem) !important;
  line-height: 1.7 !important;
}

.flex-system > :not(.section-copy),
.services > :not(.section-copy),
.products > :not(.section-copy),
.ai-scan > :not(.section-copy),
.origin > :not(.section-copy),
.proof > :not(.section-copy),
.culture-wall > :not(.section-copy),
.contact > :not(.section-copy) {
  position: relative !important;
  inset: auto !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: min(100%, 1320px) !important;
  max-width: 1320px !important;
  margin: 0 auto clamp(24px, 3vw, 40px) !important;
  transform: none !important;
  z-index: 1 !important;
}

.service-cinema,
.product-showcase,
.product-grid,
.proof-gallery,
.culture-grid,
.ai-console,
.ai-capability-grid,
.origin-grid {
  transform: none !important;
}

.culture-grid,
.culture-grid.is-dome-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  height: auto !important;
  min-height: 0 !important;
  perspective: none !important;
  cursor: default !important;
}

.culture-grid .culture-card,
.culture-grid.is-dome-gallery .culture-card {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  opacity: 1 !important;
  transform: none !important;
}

.dome-gallery-hint {
  display: none !important;
}

:is(.campaign-tile, .service-scene, .product-card, .proof-card, .culture-card, .pillar):hover {
  transform: none !important;
}

.rb-border-glow {
  opacity: 0.14 !important;
}

.is-border-glowing .rb-border-glow {
  opacity: 0.34 !important;
}

@media (max-width: 860px) {
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact {
    padding: 64px 18px !important;
  }

  .flex-system > .section-copy,
  .services > .section-copy,
  .products > .section-copy,
  .ai-scan > .section-copy,
  .origin > .section-copy,
  .proof > .section-copy,
  .culture-wall > .section-copy,
  .contact > .section-copy {
    margin-bottom: 28px !important;
  }

  .section-panel .section-copy h2 {
    font-size: clamp(2.3rem, 12vw, 4rem) !important;
  }

  .service-cinema,
  .culture-grid,
  .culture-grid.is-dome-gallery,
  .product-grid,
  .proof-gallery {
    grid-template-columns: 1fr !important;
  }
}

/* 2026-07-15 final cascade guard: simplified collision-free layout */
html {
  scroll-padding-top: 84px;
}

.section-panel {
  scroll-margin-top: 84px;
  overflow: clip !important;
  isolation: isolate;
}

.hero-hud,
.hero-status,
.flex-note-grid,
.ai-flow,
.curved-loop-band {
  display: none !important;
}

.site-nav a[href="#origin"],
.site-nav a[href="#proof"],
.nav a[href="#origin"],
.nav a[href="#proof"] {
  display: none !important;
}

.system-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
}

.system-strip small {
  display: none !important;
}

.services .service-cinema > .service-scene:nth-child(n + 3) {
  display: none !important;
}

@media (min-width: 861px) {
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact {
    display: grid !important;
    grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr) !important;
    column-gap: clamp(40px, 5vw, 88px) !important;
    row-gap: clamp(28px, 3vw, 48px) !important;
    align-items: start !important;
    padding: clamp(88px, 8vw, 124px) clamp(32px, 6vw, 96px) !important;
    isolation: isolate !important;
    overflow: clip !important;
  }

  .flex-system > .section-copy,
  .services > .section-copy,
  .products > .section-copy,
  .ai-scan > .section-copy,
  .origin > .section-copy,
  .proof > .section-copy,
  .culture-wall > .section-copy,
  .contact > .section-copy {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: start !important;
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 480px !important;
    margin: 0 !important;
    transform: none !important;
    translate: none !important;
    z-index: 2 !important;
    min-width: 0 !important;
    overflow-wrap: anywhere;
  }

  .flex-system > :not(.section-copy),
  .services > :not(.section-copy),
  .products > :not(.section-copy),
  .ai-scan > :not(.section-copy),
  .origin > :not(.section-copy),
  .proof > :not(.section-copy),
  .culture-wall > :not(.section-copy),
  .contact > :not(.section-copy) {
    grid-column: 2 !important;
    grid-row: auto !important;
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    transform: none !important;
    translate: none !important;
    z-index: 1 !important;
    min-width: 0 !important;
  }
}

@media (max-width: 860px) {
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact {
    display: block !important;
    padding: 72px 20px !important;
    overflow: hidden !important;
  }

  .flex-system > *,
  .services > *,
  .products > *,
  .ai-scan > *,
  .origin > *,
  .proof > *,
  .culture-wall > *,
  .contact > * {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 24px !important;
    transform: none !important;
    translate: none !important;
    min-width: 0 !important;
  }

  .system-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* 2026-07-15: simplified editorial layout and collision-free scrolling */
html {
  scroll-padding-top: 92px;
}

.section-panel {
  scroll-margin-top: 76px;
}

/* Remove secondary HUD layers that compete with the products and service proof. */
.hero-hud,
.hero-status,
.flex-note-grid,
.ai-flow,
.curved-loop-band {
  display: none !important;
}

/* Keep the main navigation focused on the primary customer journey. */
.nav a[href="#origin"],
.nav a[href="#proof"] {
  display: none !important;
}

.system-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
}

.system-strip article {
  min-width: 0;
  transform: none !important;
}

.system-strip small {
  display: none !important;
}

.services .service-cinema {
  grid-template-columns: minmax(0, 1fr) !important;
}

.services .service-cinema > .service-scene:nth-child(n + 3) {
  display: none !important;
}

/* Every long-form section now uses one fixed text lane and one media lane. */
.flex-system,
.services,
.products,
.ai-scan,
.origin,
.proof,
.culture-wall,
.contact {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.56fr) minmax(0, 1.44fr) !important;
  column-gap: clamp(34px, 4vw, 72px) !important;
  row-gap: 28px !important;
  align-items: start !important;
  position: relative !important;
  isolation: isolate !important;
  overflow: clip !important;
  padding: 64px clamp(32px, 5vw, 72px) 80px !important;
}

.flex-system > .section-copy,
.services > .section-copy,
.products > .section-copy,
.ai-scan > .section-copy,
.origin > .section-copy,
.proof > .section-copy,
.culture-wall > .section-copy,
.contact > .section-copy {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: start !important;
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  max-width: 390px !important;
  margin: 0 !important;
  translate: none !important;
  transform: none !important;
  z-index: 3 !important;
}

.flex-system > :not(.section-copy),
.services > :not(.section-copy),
.products > :not(.section-copy),
.ai-scan > :not(.section-copy),
.origin > :not(.section-copy),
.proof > :not(.section-copy),
.culture-wall > :not(.section-copy),
.contact > :not(.section-copy) {
  grid-column: 2 !important;
  grid-row: auto !important;
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  translate: none !important;
  transform: none !important;
  z-index: 1 !important;
}

.section-panel .section-copy h2 {
  max-width: 10ch !important;
  font-size: clamp(2.15rem, 3.7vw, 3.6rem) !important;
  line-height: 0.98 !important;
}

.section-panel .section-copy p:not(.eyebrow) {
  max-width: 34ch !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

/* Motion is reserved for navigation and the draggable contact control. */
.flex-gallery figure:hover,
.pillar-card:hover,
.service-scene:hover,
.ai-console-visual:hover,
.proof-card:hover,
.product-grid article:hover,
.product-grid article:hover img,
.product-showcase:hover,
.product-showcase:hover img,
.product-hero-card:hover,
.product-orbit:hover,
.culture-grid article:hover,
.culture-grid article:hover img {
  transform: none !important;
}

.rb-border-glow {
  opacity: 0.2 !important;
  filter: blur(16px) !important;
}

.support-dock {
  transition: opacity 180ms ease;
}

.support-dock.is-scrolling:not(.is-dragging) {
  opacity: 0.14 !important;
  pointer-events: none;
}

.support-orb,
.support-head {
  cursor: grab;
  touch-action: none;
}

.support-dock.is-dragging .support-orb,
.support-dock.is-dragging .support-head {
  cursor: grabbing;
}

@media (max-width: 860px) {
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact {
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 52px 20px 64px !important;
  }

  .flex-system > .section-copy,
  .services > .section-copy,
  .products > .section-copy,
  .ai-scan > .section-copy,
  .origin > .section-copy,
  .proof > .section-copy,
  .culture-wall > .section-copy,
  .contact > .section-copy,
  .flex-system > :not(.section-copy),
  .services > :not(.section-copy),
  .products > :not(.section-copy),
  .ai-scan > :not(.section-copy),
  .origin > :not(.section-copy),
  .proof > :not(.section-copy),
  .culture-wall > :not(.section-copy),
  .contact > :not(.section-copy) {
    grid-column: 1 !important;
    grid-row: auto !important;
    max-width: none !important;
  }

  .system-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .section-panel .section-copy h2 {
    max-width: none !important;
    font-size: clamp(2.05rem, 10vw, 3rem) !important;
  }

  .section-panel .section-copy p:not(.eyebrow) {
    max-width: 38rem !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 70% 6%, rgba(141, 77, 255, 0.28), transparent 34%),
    linear-gradient(180deg, #12051f, #160827 46%, #08050d);
  font-family: Inter, "Microsoft YaHei", system-ui, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(246, 230, 255, 0.1);
  background: rgba(12, 5, 22, 0.78);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: clamp(146px, 10.8vw, 170px);
  height: auto;
  transition: opacity 180ms ease, transform 180ms ease;
}

.brand:hover .brand-logo {
  opacity: 0.88;
  transform: translateY(-1px);
}

.brand:focus-visible {
  border-radius: 8px;
  outline: 2px solid #f4e94b;
  outline-offset: 5px;
}

.nav {
  display: flex;
  gap: clamp(12px, 3vw, 34px);
  color: var(--muted);
  font-size: 13px;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  background: rgba(9, 5, 18, 0.58);
  padding: 7px 9px;
  color: var(--muted);
  font-size: 11px;
}

.language-control select {
  width: 118px;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
  font: inherit;
}

.language-control option {
  color: #050608;
}

.support-link {
  border: 1px solid rgba(244, 255, 47, 0.42);
  background: rgba(244, 255, 47, 0.08);
  padding: 9px 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.section-panel {
  position: relative;
  min-height: auto;
  scroll-margin-top: var(--header-offset);
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: clamp(96px, 10vh, 124px) clamp(20px, 6vw, 84px) clamp(72px, 9vh, 112px);
}

.flex-system,
.services,
.products,
.ai-scan,
.proof {
  padding-top: clamp(62px, 7vh, 88px);
  gap: 32px;
}

.hero {
  width: 100%;
  max-width: none;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  align-items: center;
  gap: 32px;
  overflow: hidden;
}

#heroCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 4, 13, 0.96), rgba(8, 4, 13, 0.68) 45%, rgba(8, 4, 13, 0.2));
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

h1,
h2 {
  margin: 0;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  font-size: clamp(48px, 7.4vw, 116px);
  line-height: 0.88;
}

h2 {
  max-width: 900px;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.02;
}

.lead,
.section-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(16px, 1.7vw, 21px);
  line-height: 1.75;
}

.section-copy {
  display: grid;
  gap: 16px;
}

.section-copy p {
  margin: 0;
}

.flex-system h2,
.services h2,
.products h2,
.ai-scan h2,
.proof h2 {
  max-width: 980px;
  font-size: clamp(34px, 4.5vw, 64px);
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.hero-visual {
  position: relative;
  z-index: 2;
  min-height: min(62vh, 620px);
  perspective: 1500px;
}

.hero-frame {
  position: absolute;
  inset: 4% 0 4% 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 255, 47, 0.22);
  border-radius: 8px;
  background: #08040d;
  box-shadow: 0 48px 110px rgba(0, 0, 0, 0.48), 0 0 90px rgba(141, 77, 255, 0.18);
  transform: perspective(1200px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translate3d(0, var(--lift, 0px), 0);
  transform-style: preserve-3d;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  will-change: transform;
  cursor: pointer;
}

.hero-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(calc(var(--px, 0) * -18px), calc(var(--py, 0) * -14px), 44px) scale(1.05);
  transition: transform 220ms ease, filter 220ms ease;
}

.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(244, 255, 47, 0.15), transparent 22%),
    linear-gradient(180deg, rgba(7, 4, 12, 0.04), rgba(7, 4, 12, 0.68));
  pointer-events: none;
}

.hero-frame figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  display: grid;
  gap: 8px;
  transform: translateZ(74px);
}

.hero-frame span,
.hero-hud span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hero-frame b {
  max-width: 560px;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 0.96;
}

.hero-hud {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 6px;
  width: min(230px, 42%);
  border: 1px solid rgba(246, 230, 255, 0.18);
  border-radius: 8px;
  background: rgba(9, 5, 18, 0.72);
  padding: 14px;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
}

.hero-hud b {
  color: var(--text);
  font-size: 13px;
  line-height: 1.35;
}

.hero-hud-top {
  top: 12%;
  left: -22px;
}

.hero-hud-bottom {
  right: -18px;
  bottom: 16%;
}

.hero-frame.is-tilting,
.hero-frame.is-spinning {
  --lift: -8px;
  border-color: rgba(244, 255, 47, 0.38);
  box-shadow: 0 56px 120px rgba(0, 0, 0, 0.56), 0 0 110px rgba(141, 77, 255, 0.28);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid var(--line);
  padding: 0 22px;
  font-size: 14px;
}

.button.primary {
  color: #08040d;
  background: var(--accent);
  border-color: var(--accent);
  font-weight: 800;
}

.button.ghost {
  background: rgba(255, 255, 255, 0.04);
}

.system-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 1320px);
  margin: -58px auto 0;
  padding: 0 clamp(20px, 6vw, 84px) clamp(40px, 5vw, 66px);
}

.system-strip article {
  min-height: 130px;
  border: 1px solid rgba(246, 230, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(244, 255, 47, 0.08), rgba(141, 77, 255, 0.12)),
    rgba(13, 6, 24, 0.82);
  padding: 20px;
  backdrop-filter: blur(18px);
}

.system-strip span {
  display: block;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.system-strip b {
  display: block;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1;
}

.system-strip small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.45;
}

.hero-status {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  bottom: clamp(24px, 8vh, 88px);
  z-index: 2;
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px 18px;
  border: 1px solid var(--line);
  background: rgba(9, 5, 18, 0.68);
  padding: 14px 16px;
  color: var(--muted);
  font-size: 11px;
  backdrop-filter: blur(16px);
}

.hero-status strong {
  color: var(--text);
}

.origin,
.engines,
.flex-system,
.services,
.care,
.ai-scan,
.fashion,
.wearables,
.products,
.proof,
.scenes,
.contact {
  display: grid;
  align-items: center;
  gap: 42px;
  border-top: 1px solid rgba(246, 230, 255, 0.08);
}

.origin,
.fashion {
  grid-template-columns: 1fr 1fr;
}

.origin-board {
  display: grid;
  gap: 14px;
}

.origin-board div,
.engine-card,
.proof-metrics article,
.style-stack div {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    var(--panel);
  padding: 26px;
  backdrop-filter: blur(16px);
  border-radius: 8px;
}

.origin-board span,
.engine-card span {
  display: block;
  margin-bottom: 20px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.origin-board strong {
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1;
}

.engine-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.engine-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}

.engine-card::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.care-card::before {
  box-shadow: 0 0 90px rgba(141, 77, 255, 0.34);
}

.fashion-card::before {
  box-shadow: 0 0 90px rgba(244, 255, 47, 0.22);
}

.engine-card h3 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 0.95;
}

.engine-card p {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.split-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.shoe-card {
  min-height: 390px;
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 18px;
  overflow: hidden;
}

.shoe-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.mini-shoe {
  position: relative;
  width: 100%;
  height: 280px;
  margin-top: 44px;
}

.mini-shoe::before {
  content: "";
  position: absolute;
  left: 8%;
  top: 32%;
  width: 84%;
  height: 42%;
  border-radius: 55% 24% 22% 42%;
  background: linear-gradient(135deg, #f6f6f4, #9fa8ad);
  transform: skewX(-14deg);
}

.mini-shoe::after {
  content: "";
  position: absolute;
  left: 5%;
  top: 68%;
  width: 90%;
  height: 18%;
  border-radius: 999px;
  background: #eef3f5;
}

.dirty .mini-shoe {
  filter: sepia(0.8) brightness(0.55);
}

.dirty .mini-shoe::after {
  box-shadow: inset 0 0 0 999px rgba(40, 25, 13, 0.38);
}

.clean .mini-shoe {
  filter: drop-shadow(0 0 34px rgba(141, 77, 255, 0.28));
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.system-grid article,
.scene-list article,
.product-grid article,
.wearable-grid article,
.ai-flow article,
.contact-box {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 26px;
  border-radius: 8px;
}

.system-grid span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.system-grid h3 {
  margin: 18px 0 12px;
  font-size: 25px;
}

.system-grid p,
.scene-list span,
.style-stack span,
.contact-box p {
  color: var(--muted);
  line-height: 1.6;
}

.style-stack {
  display: grid;
  gap: 14px;
}

.style-stack div {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  min-height: 112px;
}

.style-stack b {
  color: var(--heat);
  font-size: clamp(30px, 4vw, 54px);
}

.proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  perspective: 1400px;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  perspective: 1400px;
}

.pillar-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(150deg, rgba(72, 28, 126, 0.62), rgba(21, 8, 38, 0.9));
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  transform: perspective(1000px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translate3d(0, var(--lift, 0px), 0);
  transform-style: preserve-3d;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  will-change: transform;
  cursor: pointer;
}

.pillar-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(244, 255, 47, 0.1);
  pointer-events: none;
}

.pillar-card::after {
  display: none;
}

.pillar-card span,
.pillar-card b,
.pillar-card small {
  position: relative;
  z-index: 1;
}

.pillar-card span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.pillar-card b {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 0.94;
}

.pillar-card small {
  color: var(--muted);
  display: block;
  font-size: 15px;
  line-height: 1.65;
  margin-top: 18px;
}

.pillar-card.is-tilting,
.pillar-card.is-spinning {
  --lift: -8px;
  border-color: rgba(244, 255, 47, 0.32);
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.38), 0 0 72px rgba(141, 77, 255, 0.22);
}

.pillar-card:focus-visible {
  outline: 2px solid rgba(244, 255, 47, 0.74);
  outline-offset: 4px;
}

.rb-border-glow {
  position: absolute;
  inset: 0;
  z-index: 6;
  border-radius: inherit;
  padding: 1px;
  opacity: 0.34;
  pointer-events: none;
  background:
    radial-gradient(190px circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(244, 255, 47, 0.98), rgba(193, 60, 255, 0.76) 38%, transparent 72%),
    linear-gradient(115deg, rgba(141, 77, 255, 0.08), rgba(244, 255, 47, 0.24), rgba(193, 60, 255, 0.08));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: opacity 180ms ease, filter 180ms ease;
}

.pillar-card.is-border-glowing .rb-border-glow,
.pillar-card:focus-visible .rb-border-glow {
  opacity: 1;
  filter: drop-shadow(0 0 12px rgba(141, 77, 255, 0.42));
}

.store-card {
  min-height: 360px;
  isolation: isolate;
}

.store-card .store-card-bg,
.store-card .store-card-thumb {
  position: absolute;
  display: block;
  object-fit: cover;
  cursor: zoom-in;
}

.store-card .store-card-bg {
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.72;
  filter: saturate(1.08) contrast(1.08) brightness(0.72);
  transform: translate3d(calc(var(--px, 0) * -12px), calc(var(--py, 0) * -10px), 28px) scale(1.07);
  transition: transform 220ms ease, filter 220ms ease;
}

.store-card .store-card-thumb {
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 118px;
  height: 72px;
  border: 1px solid rgba(244, 255, 47, 0.32);
  border-radius: 6px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.4);
  transform: translateZ(70px);
}

.store-card .store-card-thumb--third {
  top: 100px;
  width: 96px;
  height: 58px;
  opacity: 0.92;
  transform: translateZ(62px);
}

.store-card::before {
  z-index: 2;
}

.store-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(244, 255, 47, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(14, 5, 25, 0.14), rgba(14, 5, 25, 0.96));
  pointer-events: none;
}

.store-card span,
.store-card b,
.store-card small,
.store-card em {
  position: relative;
  z-index: 2;
}

.store-card em {
  align-self: flex-start;
  margin-top: 10px;
  border: 1px solid rgba(244, 255, 47, 0.34);
  padding: 7px 10px;
  color: var(--accent);
  background: rgba(8, 4, 13, 0.34);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.store-card.is-tilting .store-card-bg,
.store-card.is-spinning .store-card-bg {
  filter: saturate(1.18) contrast(1.08) brightness(0.86);
}

.mini-program-card {
  min-height: 360px;
  isolation: isolate;
}

.mini-program-card .mini-program-qr {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: 126px;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 8px;
  border: 1px solid rgba(244, 255, 47, 0.46);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42), 0 0 30px rgba(141, 77, 255, 0.28);
  transform: translateZ(72px);
  cursor: zoom-in;
}

.mini-program-card > span {
  padding-right: 132px;
}

.mini-program-card .mini-program-hint {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  margin-top: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(244, 255, 47, 0.34);
  color: var(--accent);
  background: rgba(8, 4, 13, 0.4);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.service-cinema {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  grid-auto-rows: minmax(280px, auto);
  gap: 14px;
  margin-top: 14px;
  perspective: 1500px;
}

.services .service-cinema,
.ai-scan .ai-console,
.proof .proof-gallery,
.services .pillar-grid {
  margin-top: 0;
}

.service-scene {
  position: relative;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 230, 255, 0.14);
  border-radius: 8px;
  background: #08040d;
  transform: perspective(1200px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translate3d(0, calc(var(--lift, 0px) + var(--scene-y, 0px)), 0);
  transform-style: preserve-3d;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  will-change: transform;
  cursor: pointer;
}

.service-scene-large {
  grid-row: span 2;
  min-height: 620px;
}

.service-scene img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(calc(var(--px, 0) * -16px), calc(var(--py, 0) * -12px + var(--scene-image-y, 0px)), 42px) scale(1.05);
  transition: transform 220ms ease, filter 220ms ease;
}

.service-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(244, 255, 47, 0.12), transparent 24%),
    linear-gradient(180deg, transparent 22%, rgba(8, 4, 13, 0.78));
  pointer-events: none;
}

.service-scene figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
  display: grid;
  gap: 10px;
  transform: translateZ(72px);
}

.service-scene span,
.ai-console-copy span,
.proof-card span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.service-scene b {
  max-width: 640px;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1;
}

.service-scene small {
  max-width: 620px;
  color: rgba(224, 216, 235, 0.86);
  font-size: 14px;
  line-height: 1.55;
}

.service-scene.is-tilting,
.service-scene.is-spinning {
  --lift: -8px;
  border-color: rgba(244, 255, 47, 0.3);
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.42), 0 0 72px rgba(141, 77, 255, 0.2);
}

.flex-card {
  background:
    linear-gradient(150deg, rgba(116, 49, 212, 0.74), rgba(20, 7, 38, 0.9));
}

.service-card {
  background:
    linear-gradient(150deg, rgba(42, 17, 82, 0.9), rgba(9, 16, 28, 0.88));
}

.flex-campaign {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: 14px;
  margin-top: 34px;
  perspective: 1400px;
}

.flex-system .flex-campaign,
.products .product-showcase {
  margin-top: 0;
}

.flex-hero-image {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 230, 255, 0.14);
  border-radius: 8px;
  background: #090512;
  transform: perspective(1200px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translate3d(0, var(--lift, 0px), 0);
  transform-style: preserve-3d;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  will-change: transform;
  cursor: pointer;
}

.flex-hero-image img,
.flex-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flex-hero-image img {
  position: absolute;
  inset: 0;
  transform: translate3d(calc(var(--px, 0) * -16px), calc(var(--py, 0) * -12px), 44px) rotateY(var(--spin, 0deg)) scale(1.04);
  transition: transform 240ms ease, filter 240ms ease;
}

.flex-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 4, 12, 0.05), rgba(7, 4, 12, 0.18) 44%, rgba(7, 4, 12, 0.82)),
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(244, 255, 47, 0.14), transparent 24%);
  pointer-events: none;
}

.flex-hero-image figcaption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 1;
  display: grid;
  gap: 10px;
  transform: translateZ(72px);
}

.flex-hero-image span,
.flex-note-grid span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.flex-hero-image b {
  max-width: 620px;
  font-size: clamp(34px, 5vw, 76px);
  line-height: 0.92;
}

.flex-note-grid {
  display: grid;
  gap: 14px;
}

.flex-note-grid article {
  display: flex;
  min-height: 197px;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(36, 15, 62, 0.66);
  padding: 24px;
}

.flex-note-grid b {
  margin-top: 16px;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 0.98;
}

.flex-note-grid small {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.flex-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
  perspective: 1400px;
}

.flex-gallery figure {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 230, 255, 0.12);
  border-radius: 8px;
  background: #090512;
  transform: perspective(1000px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translate3d(0, var(--lift, 0px), 0);
  transform-style: preserve-3d;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  will-change: transform;
  cursor: pointer;
}

.flex-gallery figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(8, 4, 13, 0.28));
  pointer-events: none;
}

.flex-hero-image.is-tilting,
.flex-hero-image.is-spinning,
.flex-gallery figure.is-tilting,
.flex-gallery figure.is-spinning {
  --lift: -8px;
  border-color: rgba(244, 255, 47, 0.28);
  box-shadow: 0 34px 76px rgba(0, 0, 0, 0.36), 0 0 56px rgba(141, 77, 255, 0.18);
}

.curved-loop-band {
  position: relative;
  grid-column: 1 / -1;
  min-height: 190px;
  margin-top: 22px;
  overflow: hidden;
  border-block: 1px solid rgba(246, 230, 255, 0.12);
  background:
    radial-gradient(ellipse at 50% 110%, rgba(141, 77, 255, 0.3), transparent 62%),
    rgba(10, 4, 18, 0.54);
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.curved-loop-band.is-dragging {
  cursor: grabbing;
}

.curved-loop-band svg {
  display: block;
  width: 100%;
  height: 190px;
  overflow: visible;
}

.curved-loop-text {
  fill: var(--accent);
  font: 900 52px/1 Inter, "Microsoft YaHei", system-ui, sans-serif;
  letter-spacing: 0;
}

.curved-loop-text-shadow {
  fill: transparent;
  stroke: rgba(141, 77, 255, 0.74);
  stroke-width: 8px;
  opacity: 0.62;
  filter: blur(10px);
}

.curved-loop-status {
  position: absolute;
  right: 18px;
  bottom: 12px;
  color: rgba(246, 230, 255, 0.56);
  font-size: 10px;
  font-weight: 800;
}

.scroll-float-title {
  display: block;
}

.scroll-float-unit {
  display: inline-block;
  opacity: 0.08;
  filter: blur(8px);
  transform: translate3d(0, 0.58em, 0) scaleY(1.24) rotateX(-58deg);
  transform-origin: 50% 100%;
  transition:
    opacity 560ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--float-index, 0) * 11ms);
  will-change: transform, opacity, filter;
}

.scroll-float-title.is-visible .scroll-float-unit {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scaleY(1) rotateX(0);
}

.product-care-copy {
  margin: 30px 0 14px;
  max-width: 860px;
}

.product-care-copy span {
  color: var(--accent);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.product-care-copy h3 {
  font-size: clamp(28px, 4vw, 52px);
  line-height: 0.98;
  margin: 0 0 12px;
}

.product-care-copy p {
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}

.care-product-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-showcase {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 14px;
  perspective: 1600px;
}

.product-hero-card,
.product-orbit {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(244, 255, 47, 0.1), transparent 25%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.055), rgba(19, 8, 34, 0.78) 48%, rgba(82, 34, 148, 0.12)),
    #08040d;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  transform: perspective(1200px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translate3d(0, calc(var(--lift, 0px) + var(--scene-y, 0px)), 0);
  transform-style: preserve-3d;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  will-change: transform;
  cursor: pointer;
}

.product-hero-card.is-tilting,
.product-orbit.is-tilting,
.product-hero-card.is-spinning,
.product-orbit.is-spinning,
.product-grid article.is-spinning,
.product-grid article.is-tilting {
  --lift: -8px;
  border-color: rgba(244, 255, 47, 0.32);
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.44), 0 0 72px rgba(141, 77, 255, 0.24);
}

.product-hero-card:focus-visible,
.product-orbit:focus-visible,
.product-grid article:focus-visible {
  outline: 2px solid rgba(244, 255, 47, 0.74);
  outline-offset: 4px;
}

.product-hero-card {
  margin: 0;
}

.product-hero-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.88;
  transform: translate3d(calc(var(--px, 0) * -18px), calc(var(--py, 0) * -14px + var(--scene-image-y, 0px)), 42px) rotateY(var(--spin, 0deg)) scale(1.06);
  transition: transform 180ms ease;
}

.product-hero-cutout img {
  inset: 8% 6% auto;
  width: 88%;
  height: 72%;
  object-fit: contain;
  opacity: 1;
  filter: saturate(1.12) contrast(1.08) drop-shadow(0 46px 52px rgba(0, 0, 0, 0.46));
  transform: translate3d(calc(var(--px, 0) * -24px), calc(var(--py, 0) * -18px + var(--scene-image-y, 0px)), 78px) rotateY(var(--spin, 0deg)) scale(1.02);
}

.product-hero-cutout::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 23%;
  height: 28%;
  background:
    radial-gradient(ellipse at center, rgba(244, 255, 47, 0.22), transparent 58%),
    radial-gradient(ellipse at center, rgba(141, 77, 255, 0.34), transparent 68%);
  filter: blur(16px);
  transform: translateZ(12px) skewX(-12deg);
}

.product-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(244, 255, 47, 0.12), transparent 16%),
    linear-gradient(90deg, rgba(4, 2, 9, 0.68), rgba(4, 2, 9, 0.18) 55%, rgba(4, 2, 9, 0.28)),
    linear-gradient(0deg, rgba(4, 2, 9, 0.72), transparent 48%);
  mix-blend-mode: screen;
}

.product-hero-card figcaption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 1;
  display: grid;
  gap: 10px;
  transform: translateZ(78px);
}

.product-hero-card span,
.product-orbit::before {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-hero-card b {
  max-width: 560px;
  color: var(--text);
  font-size: clamp(28px, 4vw, 58px);
  line-height: 0.94;
}

.product-orbit {
  display: grid;
  place-items: center;
  padding: 28px;
}

.product-orbit::before {
  content: "CARE MODULES";
  position: absolute;
  top: 24px;
  left: 26px;
  z-index: 1;
}

.product-orbit::after {
  display: none;
}

.orbit-item {
  position: absolute;
  width: min(58%, 260px);
  max-height: 260px;
  object-fit: contain;
  filter: saturate(1.2) contrast(1.08) brightness(1.08) drop-shadow(0 28px 34px rgba(0, 0, 0, 0.38));
  transition: transform 180ms ease, filter 180ms ease;
}

.orbit-a {
  top: 86px;
  right: 18px;
  transform: translate3d(calc(var(--px, 0) * 20px), calc(var(--py, 0) * 16px + var(--scene-image-y, 0px)), 70px) rotateY(var(--spin, 0deg)) rotate(5deg);
}

.orbit-b {
  left: 16px;
  top: 176px;
  transform: translate3d(calc(var(--px, 0) * -22px), calc(var(--py, 0) * 18px + var(--scene-image-y, 0px)), 44px) rotateY(var(--spin, 0deg)) rotate(-8deg);
}

.orbit-c {
  right: 24px;
  bottom: 44px;
  transform: translate3d(calc(var(--px, 0) * 26px), calc(var(--py, 0) * -18px + var(--scene-image-y, 0px)), 92px) rotateY(var(--spin, 0deg)) rotate(3deg);
}

.wearable-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.wearable-grid article {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(150deg, rgba(168, 85, 255, 0.18), rgba(244, 255, 47, 0.05)),
    var(--panel);
  position: relative;
  overflow: hidden;
}

.wearable-grid article::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -60px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(244, 255, 47, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(141, 77, 255, 0.2);
}

.wearable-grid span {
  position: absolute;
  top: 24px;
  left: 26px;
  color: var(--heat);
  font-size: 12px;
  font-weight: 800;
}

.wearable-grid b {
  max-width: 420px;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 0.95;
}

.wearable-grid small {
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
}

.ai-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 0;
}

.ai-flow article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(180deg, rgba(141, 77, 255, 0.14), rgba(255, 255, 255, 0.015)),
    var(--panel);
  position: relative;
  overflow: hidden;
}

.ai-flow article::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(244, 255, 47, 0.12);
  pointer-events: none;
}

.ai-flow span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
}

.ai-flow b {
  font-size: clamp(28px, 3.4vw, 52px);
  line-height: 0.98;
}

.ai-flow small {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.ai-console {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
  margin-top: 14px;
  perspective: 1500px;
}

.ai-console-visual {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 230, 255, 0.14);
  border-radius: 8px;
  background: #08040d;
  transform: perspective(1200px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translate3d(0, calc(var(--lift, 0px) + var(--scene-y, 0px)), 0);
  transform-style: preserve-3d;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  will-change: transform;
  cursor: pointer;
}

.ai-console-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(calc(var(--px, 0) * -14px), calc(var(--py, 0) * -12px + var(--scene-image-y, 0px)), 44px) scale(1.04);
}

.ai-console-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 216, 79, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(8, 4, 13, 0.02), rgba(8, 4, 13, 0.58));
  pointer-events: none;
}

.ai-console-copy {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(246, 230, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(244, 255, 47, 0.08), rgba(141, 77, 255, 0.1)),
    rgba(18, 7, 32, 0.82);
  padding: clamp(26px, 5vw, 48px);
}

.ai-console-copy h3 {
  max-width: 760px;
  margin: 18px 0 18px;
  font-size: clamp(30px, 4.5vw, 62px);
  line-height: 0.98;
}

.ai-console-copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.75;
}

.ai-console-visual.is-tilting,
.ai-console-visual.is-spinning {
  --lift: -8px;
  border-color: rgba(244, 255, 47, 0.3);
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.42), 0 0 72px rgba(255, 216, 79, 0.16);
}

.product-grid article {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(244, 255, 47, 0.09), transparent 30%),
    linear-gradient(180deg, rgba(141, 77, 255, 0.14), rgba(193, 60, 255, 0.035)),
    var(--panel);
  transform: perspective(1000px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translate3d(0, calc(var(--lift, 0px) + var(--scene-y, 0px)), 0);
  transform-style: preserve-3d;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  will-change: transform;
  cursor: pointer;
}

.product-grid article::before {
  content: "";
  position: absolute;
  inset: auto 18px 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 255, 47, 0.45), transparent);
}

.product-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 24%, rgba(255, 255, 255, 0.12) 43%, transparent 58%),
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(141, 77, 255, 0.18), transparent 24%);
  opacity: 0;
  transition: opacity 180ms ease;
  mix-blend-mode: screen;
}

.product-grid article.is-tilting::after,
.product-grid article.is-spinning::after {
  opacity: 1;
}

.product-grid article img {
  align-self: center;
  width: min(82%, 260px);
  height: 160px;
  object-fit: contain;
  margin: 6px 0 12px;
  filter: saturate(1.18) contrast(1.08) brightness(1.08) drop-shadow(0 24px 28px rgba(0, 0, 0, 0.34));
  transform: translate3d(calc(var(--px, 0) * 10px), calc(var(--py, 0) * 8px), 62px) rotateY(var(--spin, 0deg));
  transition: transform 260ms ease, filter 260ms ease;
}

.care-product-grid article {
  min-height: 300px;
}

.care-product-grid article img {
  width: min(92%, 250px);
  height: 168px;
  border-radius: 6px;
}

.product-grid article:hover img {
  transform: translate3d(calc(var(--px, 0) * 18px), calc(var(--py, 0) * 12px - 8px), 92px) rotateY(var(--spin, 0deg)) scale(1.04);
  filter: saturate(1.24) contrast(1.12) brightness(1.12) drop-shadow(0 34px 36px rgba(0, 0, 0, 0.42));
}

.product-grid span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  transform: translateZ(52px);
}

.product-grid b {
  margin-top: auto;
  font-size: clamp(23px, 2.6vw, 34px);
  line-height: 1;
  position: relative;
  z-index: 1;
  transform: translateZ(44px);
}

.product-grid small {
  color: var(--muted);
  font-size: 15px;
  position: relative;
  z-index: 1;
  transform: translateZ(36px);
}

.proof-metrics article {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.proof-metrics strong {
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.95;
}

.proof-metrics span {
  margin-top: 18px;
  color: var(--muted);
}

.proof-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(160px, 0.55fr));
  grid-auto-rows: minmax(250px, auto);
  gap: 14px;
  margin-top: 14px;
  perspective: 1400px;
}

.proof-card {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 230, 255, 0.14);
  border-radius: 8px;
  background: #08040d;
  transform: perspective(1100px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translate3d(0, calc(var(--lift, 0px) + var(--scene-y, 0px)), 0);
  transform-style: preserve-3d;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  will-change: transform;
  cursor: pointer;
}

.proof-feature {
  grid-row: span 2;
  min-height: 670px;
}

.proof-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(calc(var(--px, 0) * -12px), calc(var(--py, 0) * -10px + var(--scene-image-y, 0px)), 42px) scale(1.04);
  transition: transform 220ms ease, filter 220ms ease;
}

.proof-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(141, 77, 255, 0.16), transparent 24%),
    linear-gradient(180deg, transparent 38%, rgba(8, 4, 13, 0.82));
  pointer-events: none;
}

.proof-card figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  display: grid;
  gap: 10px;
  transform: translateZ(70px);
}

.proof-card b {
  max-width: 560px;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 0.96;
}

.proof-card small {
  color: rgba(224, 216, 235, 0.9);
  font-size: 15px;
  line-height: 1.55;
}

.proof-card.is-tilting,
.proof-card.is-spinning {
  --lift: -8px;
  border-color: rgba(244, 255, 47, 0.28);
  box-shadow: 0 38px 82px rgba(0, 0, 0, 0.42), 0 0 64px rgba(141, 77, 255, 0.2);
}

.culture-wall {
  grid-template-columns: 1fr;
  align-items: start;
}

.culture-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(160px, 0.55fr));
  grid-auto-rows: minmax(250px, auto);
  gap: 14px;
  margin-top: 14px;
  perspective: 1400px;
}

.culture-card {
  position: relative;
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 230, 255, 0.14);
  border-radius: 8px;
  background: #08040d;
  transform: perspective(1200px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translate3d(0, var(--lift, 0px), 0);
  transform-style: preserve-3d;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  will-change: transform;
  cursor: zoom-in;
}

.culture-feature {
  grid-row: span 2;
  min-height: 670px;
}

.culture-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(calc(var(--px, 0) * -14px), calc(var(--py, 0) * -10px), 38px) scale(1.06);
  filter: saturate(1.04) contrast(1.04) brightness(0.86);
  transition: transform 220ms ease, filter 220ms ease;
}

.culture-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(244, 255, 47, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(8, 4, 13, 0.04), rgba(8, 4, 13, 0.88));
  pointer-events: none;
}

.culture-card figcaption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  gap: 8px;
  transform: translateZ(70px);
}

.culture-card span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.culture-card b {
  max-width: 680px;
  font-size: clamp(24px, 3vw, 46px);
  line-height: 1;
}

.culture-card small {
  max-width: 600px;
  color: rgba(246, 230, 255, 0.8);
  font-size: 14px;
  line-height: 1.55;
}

.culture-card.is-tilting,
.culture-card.is-spinning {
  --lift: -8px;
  border-color: rgba(244, 255, 47, 0.3);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.38), 0 0 56px rgba(141, 77, 255, 0.22);
}

.culture-card.is-tilting img,
.culture-card.is-spinning img {
  filter: saturate(1.16) contrast(1.08) brightness(0.98);
}

.dome-gallery-hint {
  display: none;
}

@media (min-width: 861px) {
  .culture-grid.is-dome-gallery {
    position: relative;
    display: block;
    height: min(72vh, 720px);
    min-height: 630px;
    overflow: hidden;
    border: 1px solid rgba(246, 230, 255, 0.12);
    border-radius: 8px;
    background:
      radial-gradient(circle at 50% 48%, rgba(141, 77, 255, 0.24), transparent 34%),
      radial-gradient(ellipse at 50% 112%, rgba(244, 255, 47, 0.1), transparent 58%),
      linear-gradient(180deg, rgba(36, 15, 62, 0.7), rgba(8, 4, 13, 0.94));
    perspective: 1200px;
    cursor: grab;
    touch-action: none;
    isolation: isolate;
  }

  .culture-grid.is-dome-gallery::before,
  .culture-grid.is-dome-gallery::after {
    content: "";
    position: absolute;
    left: 50%;
    z-index: -1;
    width: 86%;
    aspect-ratio: 2.4;
    border: 1px solid rgba(141, 77, 255, 0.2);
    border-radius: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .culture-grid.is-dome-gallery::before {
    top: 8%;
  }

  .culture-grid.is-dome-gallery::after {
    bottom: 8%;
    border-color: rgba(244, 255, 47, 0.12);
  }

  .culture-grid.is-dome-gallery.is-dragging {
    cursor: grabbing;
  }

  .culture-grid.is-dome-gallery .culture-card,
  .culture-grid.is-dome-gallery .culture-feature {
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(190px, 31%, 246px);
    height: clamp(260px, 42%, 318px);
    min-height: 0;
    grid-row: auto;
    opacity: var(--dome-opacity, 1);
    transform:
      translate3d(calc(-50% + var(--dome-x, 0px)), calc(-50% + var(--dome-y, 0px)), 0)
      scale(var(--dome-scale, 1)) rotateY(var(--dome-rotate, 0deg));
    transition: border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
    will-change: transform, opacity;
  }

  .culture-grid.is-dome-gallery .culture-card:hover,
  .culture-grid.is-dome-gallery .culture-card:focus-visible {
    border-color: rgba(244, 255, 47, 0.52);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.5), 0 0 42px rgba(141, 77, 255, 0.28);
  }

  .culture-grid.is-dome-gallery .culture-card img {
    transform: scale(1.04);
  }

  .culture-grid.is-dome-gallery .culture-card figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    gap: 5px;
    transform: none;
  }

  .culture-grid.is-dome-gallery .culture-card b {
    font-size: clamp(18px, 1.6vw, 24px);
  }

  .culture-grid.is-dome-gallery .culture-card small {
    display: none;
  }

  .culture-grid.is-dome-gallery .dome-gallery-hint {
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    z-index: 120;
    display: flex;
    justify-content: space-between;
    color: rgba(246, 230, 255, 0.54);
    font-size: 10px;
    font-weight: 800;
    pointer-events: none;
  }
}

@media (min-width: 861px) {
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .proof,
  .culture-wall {
    grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
    align-items: start;
    column-gap: clamp(28px, 4vw, 54px);
    row-gap: 28px;
  }

  .flex-system > .section-copy,
  .services > .section-copy,
  .products > .section-copy,
  .ai-scan > .section-copy,
  .proof > .section-copy,
  .culture-wall > .section-copy {
    grid-column: 1;
    grid-row: 1;
    position: sticky;
    top: calc(var(--header-offset) + 24px);
    align-self: start;
  }

  .flex-system .flex-campaign,
  .services .service-cinema,
  .products .product-showcase,
  .ai-scan .ai-console,
  .proof .proof-gallery,
  .culture-wall .culture-grid {
    grid-column: 2;
    grid-row: 1;
  }

  .flex-system .flex-gallery,
  .services .pillar-grid,
  .products .product-grid,
  .products .product-care-copy,
  .products .care-product-grid,
  .ai-scan .ai-flow,
  .proof .proof-metrics {
    grid-column: 1 / -1;
  }

  .flex-system .flex-campaign,
  .services .service-cinema,
  .products .product-showcase,
  .ai-scan .ai-console {
    grid-template-columns: 1fr;
  }

  .flex-system .flex-hero-image {
    min-height: min(68vh, 620px);
  }

  .flex-system .flex-note-grid article {
    min-height: 150px;
  }

  .services .service-scene-large {
    grid-row: auto;
    min-height: min(68vh, 620px);
  }

  .services .service-scene {
    min-height: 240px;
  }

  .products .product-hero-card,
  .products .product-orbit {
    min-height: 360px;
  }

  .ai-scan .ai-console-visual {
    min-height: min(62vh, 540px);
  }

  .ai-scan .ai-console-copy {
    min-height: auto;
    padding: clamp(24px, 3vw, 36px);
  }

  .ai-scan .ai-console-copy h3 {
    font-size: clamp(28px, 3vw, 46px);
  }

  .proof .proof-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof .proof-feature {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: min(70vh, 620px);
  }

  .proof .proof-card:not(.proof-feature) {
    min-height: 260px;
  }

  .culture-wall .culture-grid {
    margin-top: 0;
  }
}

.proof-strip {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  border: 1px solid var(--line);
  background: var(--panel-strong);
  padding: 22px;
  color: var(--muted);
  font-size: 13px;
}

.scan-bar {
  height: 26px;
  overflow: hidden;
  border: 1px solid rgba(141, 77, 255, 0.28);
  background: linear-gradient(90deg, #1d0c31, #f4ff2f 52%, #ffffff);
}

.scan-bar i {
  display: block;
  width: 18%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(244, 255, 47, 0.82), transparent);
  animation: scanMove 2.2s ease-in-out infinite;
}

.scene-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.scene-list b {
  display: block;
  margin-bottom: 42px;
  font-size: 28px;
}

.contact {
  grid-template-columns: 1fr 360px;
}

.contact-box {
  min-height: 320px;
  display: grid;
  place-items: center;
  text-align: center;
}

.contact-box span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.contact-box strong {
  font-size: 32px;
}

.support-dock {
  position: fixed;
  left: auto;
  top: auto;
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 28px);
  z-index: 30;
  width: min(360px, calc(100vw - 28px));
  max-width: calc(100vw - 28px);
  touch-action: none;
  user-select: none;
  transition: opacity 160ms ease;
  will-change: left, top, opacity;
}

.support-dock.is-dragging {
  transition: none;
}

.support-dock.is-dragging .support-orb,
.support-dock.is-dragging .support-head {
  cursor: grabbing;
}

.support-dock.is-scrolling:not(.is-dragging) {
  opacity: 0;
  pointer-events: none;
}

.support-panel {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(244, 255, 47, 0.26);
  background:
    linear-gradient(145deg, rgba(244, 255, 47, 0.1), rgba(141, 77, 255, 0.12)),
    rgba(9, 5, 18, 0.82);
  padding: 16px;
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.36);
  transform-origin: right bottom;
  transition: opacity 180ms ease, transform 180ms ease;
}

.support-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  cursor: grab;
  user-select: none;
  touch-action: none;
}

.support-head:active {
  cursor: grabbing;
}

.support-orb {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: none;
  width: 84px;
  height: 84px;
  border: 1px solid rgba(244, 255, 47, 0.44);
  border-radius: 50%;
  color: var(--accent);
  background:
    radial-gradient(circle at 35% 28%, rgba(244, 255, 47, 0.28), transparent 32%),
    radial-gradient(circle at 68% 72%, rgba(141, 77, 255, 0.28), transparent 38%),
    rgba(9, 5, 18, 0.76);
  box-shadow: 0 0 34px rgba(244, 255, 47, 0.16), 0 16px 54px rgba(0, 0, 0, 0.45);
  cursor: grab;
  pointer-events: auto;
  touch-action: none;
  place-items: center;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  backdrop-filter: blur(18px);
}

.support-orb::before,
.support-orb::after,
.support-orb-icon,
.support-orb-icon::before {
  pointer-events: none;
}

.support-orb:active {
  cursor: grabbing;
}

.support-orb::before,
.support-orb::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(141, 77, 255, 0.24);
  border-radius: 50%;
}

.support-orb::after {
  inset: 22px;
  border-color: rgba(244, 255, 47, 0.28);
}

.support-orb-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 16px;
  margin-bottom: 4px;
  border: 2px solid var(--accent);
  border-radius: 4px;
}

.support-orb-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -6px;
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: skewY(-34deg);
  background: rgba(5, 8, 12, 0.72);
}

.support-close {
  border: 1px solid rgba(210, 230, 242, 0.16);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  padding: 7px 10px;
  font: inherit;
  font-size: 11px;
  cursor: pointer;
}

.support-dock.is-collapsed {
  width: 84px;
  height: 84px;
}

.support-dock.is-collapsed .support-panel {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.72);
}

.support-dock.is-collapsed .support-orb {
  display: grid;
  visibility: visible;
}

.support-dock:not(.is-collapsed) .support-orb {
  display: none;
}

.support-dock span,
.support-panel span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
}

.support-dock strong,
.support-panel strong {
  display: block;
  margin-top: 6px;
  font-size: 20px;
}

.support-dock p,
.support-panel p {
  margin: 8px 0 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.support-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.support-actions a {
  display: grid;
  min-height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 11px;
  text-align: center;
}

body.is-lightbox-open {
  overflow: hidden;
}

.hero-frame,
.flex-hero-image,
.flex-gallery figure,
.service-scene,
.ai-console-visual,
.proof-card,
.product-hero-card,
.product-orbit,
.product-orbit img,
.product-grid article {
  cursor: zoom-in;
}

.store-card,
.store-card img,
.culture-card {
  cursor: zoom-in;
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  padding: clamp(18px, 4vw, 54px);
  background:
    linear-gradient(120deg, rgba(5, 6, 8, 0.94), rgba(28, 8, 52, 0.92) 46%, rgba(5, 6, 8, 0.96)),
    linear-gradient(180deg, rgba(244, 255, 47, 0.04), rgba(141, 77, 255, 0.08));
  backdrop-filter: blur(18px);
  opacity: 0;
  transition: opacity 180ms ease;
}

.image-lightbox.is-open {
  opacity: 1;
}

.image-lightbox::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.18;
  pointer-events: none;
}

.image-lightbox-stage,
.image-lightbox-copy {
  position: relative;
  z-index: 1;
}

.image-lightbox-stage {
  display: grid;
  min-height: min(78vh, 780px);
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(246, 230, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(6, 5, 10, 0.58);
  box-shadow: 0 46px 120px rgba(0, 0, 0, 0.5);
}

.image-lightbox-stage img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: min(78vh, 780px);
  object-fit: contain;
}

.image-lightbox-copy {
  align-self: end;
  border: 1px solid rgba(246, 230, 255, 0.16);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  background: rgba(12, 5, 22, 0.76);
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

.image-lightbox-copy span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.image-lightbox-copy h3 {
  margin: 16px 0 12px;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1;
}

.image-lightbox-copy p {
  margin: 0;
  color: rgba(224, 216, 235, 0.9);
  font-size: 15px;
  line-height: 1.75;
}

.image-lightbox-close {
  position: fixed;
  top: clamp(16px, 3vw, 34px);
  right: clamp(16px, 3vw, 34px);
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(246, 230, 255, 0.2);
  border-radius: 999px;
  background: rgba(12, 5, 22, 0.78);
  color: var(--text);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.image-lightbox-close:hover,
.image-lightbox-close:focus-visible {
  border-color: rgba(244, 255, 47, 0.72);
  color: var(--accent);
  outline: none;
}

html[dir="rtl"] body {
  direction: rtl;
}

html[dir="rtl"] #heroCanvas,
html[dir="rtl"] .hero-status,
html[dir="rtl"] .support-dock {
  direction: ltr;
}

@keyframes scanMove {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(560%);
  }
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    gap: 14px;
  }

  .nav {
    display: none;
  }

  .header-tools {
    margin-left: auto;
  }

  .brand-logo {
    width: clamp(112px, 31vw, 136px);
  }

  .language-control span,
  .support-link {
    display: none;
  }

  .language-control select {
    width: 98px;
  }

  .hero,
  .origin,
  .fashion,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(5, 6, 8, 0.96), rgba(5, 6, 8, 0.4), rgba(5, 6, 8, 0.82));
  }

  .system-grid,
  .engine-grid,
  .pillar-grid,
  .flex-campaign,
  .service-cinema,
  .proof-metrics,
  .proof-gallery,
  .culture-grid,
  .product-grid,
  .product-showcase,
  .ai-console,
  .wearable-grid,
  .ai-flow,
  .scene-list,
  .split-proof {
    grid-template-columns: 1fr;
  }

  .system-strip {
    grid-template-columns: 1fr;
    margin-top: -26px;
  }

  .hero-visual {
    min-height: 430px;
    width: 100%;
  }

  .hero-frame {
    inset: 0;
  }

  .hero-hud {
    width: min(220px, 62%);
  }

  .hero-hud-top {
    left: 12px;
    top: 14px;
  }

  .hero-hud-bottom {
    right: 12px;
    bottom: 14px;
  }

  .flex-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flex-hero-image {
    min-height: 460px;
  }

  .flex-gallery figure {
    min-height: 240px;
  }

  .service-scene-large,
  .proof-feature {
    grid-row: auto;
    min-height: 460px;
  }

  .service-scene {
    min-height: 380px;
  }

  .ai-console-visual,
  .ai-console-copy {
    min-height: 420px;
  }

  .proof-card {
    min-height: 420px;
  }

  .store-card {
    min-height: 340px;
  }

  .store-card .store-card-thumb {
    width: 96px;
    height: 58px;
  }

  .store-card .store-card-thumb--third {
    top: 84px;
    width: 82px;
    height: 50px;
  }

  .mini-program-card {
    min-height: 340px;
  }

  .pillar-grid,
  .pillar-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .mini-program-card .mini-program-qr {
    width: 96px;
    right: 18px;
  }

  .mini-program-card > span {
    padding-right: 102px;
  }

  .culture-grid {
    display: flex;
    grid-auto-rows: auto;
    gap: 14px;
    width: calc(100% + 20px);
    margin-right: -20px;
    padding-right: 20px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .culture-card,
  .culture-feature {
    flex: 0 0 min(82vw, 440px);
    min-height: 520px;
    grid-row: auto;
    scroll-snap-align: start;
  }

  .culture-card figcaption {
    transform: none;
  }

  .culture-card small {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .curved-loop-band {
    min-height: 136px;
    margin-top: 16px;
  }

  .curved-loop-band svg {
    height: 136px;
  }

  .curved-loop-text {
    font-size: 62px;
  }

  .curved-loop-status {
    display: none;
  }

  .product-hero-card,
  .product-orbit {
    min-height: 390px;
  }

  .product-hero-card b {
    max-width: 300px;
    font-size: 32px;
  }

  .orbit-item {
    width: min(54%, 220px);
  }

  .engine-card {
    min-height: 320px;
  }

  .style-stack div {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-status {
    position: relative;
    right: auto;
    bottom: auto;
    width: fit-content;
    margin-top: 40px;
  }

  .support-dock {
    position: fixed;
    right: 14px;
    bottom: 14px;
    width: min(330px, calc(100vw - 28px));
    margin: 0;
  }

  .support-dock.is-collapsed {
    width: 72px;
    height: 72px;
  }

  .image-lightbox {
    grid-template-columns: 1fr;
    align-content: center;
    padding: 72px 14px 18px;
  }

  .image-lightbox-stage {
    min-height: 54vh;
  }

  .image-lightbox-stage img {
    max-height: 54vh;
  }

  .image-lightbox-copy {
    align-self: auto;
    padding: 20px;
  }

  .image-lightbox-copy h3 {
    font-size: 28px;
  }

  .support-orb {
    width: 72px;
    height: 72px;
    font-size: 9px;
  }

  .support-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-float-unit {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .rb-border-glow {
    opacity: 0.46;
    filter: none;
  }
}

/* Simplified presentation: keep key interactions while preventing media from
   drifting outside its section and covering the sticky copy column. */
main {
  overflow-x: clip;
}

.section-panel {
  isolation: isolate;
}

.section-copy {
  position: relative;
  z-index: 4;
}

.service-cinema,
.ai-console,
.proof-gallery,
.product-showcase,
.product-grid,
.culture-grid {
  position: relative;
  z-index: 1;
  --scene-y: 0px !important;
  --scene-image-y: 0px !important;
}

.service-cinema,
.ai-console,
.proof-gallery,
.product-showcase,
.product-grid {
  overflow: clip;
}

.curved-loop-band {
  display: none;
}

.scroll-float-unit {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

.flex-gallery figure,
.pillar-card,
.service-scene,
.ai-console-visual,
.proof-card,
.product-grid article {
  transform: none;
  transform-style: flat;
  will-change: auto;
}

.flex-gallery figure,
.pillar-card,
.service-scene,
.ai-console-visual,
.proof-card,
.product-grid article {
  cursor: zoom-in;
}

.service-scene img,
.ai-console-visual img,
.proof-card img {
  transform: scale(1.01);
}

.flex-gallery figure:hover,
.pillar-card:hover,
.service-scene:hover,
.ai-console-visual:hover,
.proof-card:hover {
  transform: translateY(-3px);
}

.product-grid article:hover img {
  transform: translateY(-5px) scale(1.015);
}

.rb-border-glow {
  opacity: 0.42;
  filter: blur(12px);
}

@media (max-width: 860px) {
  .flex-gallery figure:hover,
  .pillar-card:hover,
  .service-scene:hover,
  .ai-console-visual:hover,
  .proof-card:hover,
  .product-grid article:hover img {
    transform: none;
  }
}

/* Stable editorial flow: copy and media move together instead of crossing
   layers while the page scrolls. */
.flex-system,
.services,
.products,
.ai-scan,
.proof,
.culture-wall {
  padding: 64px 72px 80px;
  gap: 24px;
}

.flex-system .section-copy,
.services .section-copy,
.products .section-copy,
.ai-scan .section-copy,
.proof .section-copy,
.culture-wall .section-copy {
  min-width: 0;
  gap: 12px;
}

.flex-system .section-copy p,
.services .section-copy p,
.products .section-copy p,
.ai-scan .section-copy p,
.proof .section-copy p,
.culture-wall .section-copy p {
  max-width: 620px;
  font-size: 17px;
  line-height: 1.62;
}

.flex-system h2,
.services h2,
.products h2,
.ai-scan h2,
.proof h2,
.culture-wall h2 {
  max-width: 760px;
  font-size: 48px;
  line-height: 1.05;
}

@media (min-width: 861px) {
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .proof,
  .culture-wall {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    column-gap: 40px;
    row-gap: 24px;
  }

  .flex-system > .section-copy,
  .services > .section-copy,
  .products > .section-copy,
  .ai-scan > .section-copy,
  .proof > .section-copy,
  .culture-wall > .section-copy {
    position: relative !important;
    top: auto !important;
    align-self: start;
    max-width: 430px;
  }

  .flex-system .flex-hero-image {
    min-height: 520px;
  }

  .services .service-scene-large {
    min-height: 500px;
  }

  .services .service-scene {
    min-height: 300px;
  }

  .products .product-hero-card,
  .products .product-orbit {
    min-height: 320px;
  }

  .ai-scan .ai-console-visual {
    min-height: 460px;
  }

  .proof .proof-feature {
    min-height: 500px;
  }

  .culture-grid.is-dome-gallery {
    height: 560px;
    min-height: 560px;
  }
}

@media (min-width: 861px) and (max-width: 1100px) {
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .proof,
  .culture-wall {
    grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
    column-gap: 30px;
    padding-right: 42px;
    padding-left: 42px;
  }

  .flex-system h2,
  .services h2,
  .products h2,
  .ai-scan h2,
  .proof h2,
  .culture-wall h2 {
    font-size: 40px;
  }
}

@media (max-width: 860px) {
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .proof,
  .culture-wall {
    padding: 56px 20px 64px;
    gap: 22px;
  }

  .flex-system h2,
  .services h2,
  .products h2,
  .ai-scan h2,
  .proof h2,
  .culture-wall h2 {
    font-size: 36px;
    line-height: 1.08;
  }

  .flex-system .section-copy p,
  .services .section-copy p,
  .products .section-copy p,
  .ai-scan .section-copy p,
  .proof .section-copy p,
  .culture-wall .section-copy p {
    font-size: 16px;
    line-height: 1.58;
  }

  .flex-hero-image {
    min-height: 420px;
  }

  .service-scene-large,
  .proof-feature {
    min-height: 400px;
  }

  .service-scene {
    min-height: 340px;
  }

  .ai-console-visual {
    min-height: 380px;
  }

  .culture-grid,
  .culture-grid.is-dome-gallery {
    min-height: 460px;
  }

  .product-hero-card,
  .product-orbit {
    min-height: 350px;
  }
}

/* 2026-07-15: canonical simplicity and overlap guard. Keep this block last. */
html {
  scroll-padding-top: 84px;
}

.section-panel {
  position: relative;
  isolation: isolate;
  overflow: clip !important;
  scroll-margin-top: 84px;
}

.hero-hud,
.hero-status,
.flex-note-grid,
.ai-flow,
.curved-loop-band {
  display: none !important;
}

.site-nav a[href="#origin"],
.site-nav a[href="#proof"],
.nav a[href="#origin"],
.nav a[href="#proof"] {
  display: none !important;
}

.system-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.system-strip small {
  display: none !important;
}

.services .service-cinema {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.services .service-scene:nth-child(n + 3) {
  display: none !important;
}

.section-panel .section-copy {
  min-width: 0;
  max-width: 480px;
  overflow: visible;
  position: relative !important;
  inset: auto !important;
  translate: none !important;
  transform: none !important;
  z-index: 3;
}

.section-panel .section-copy h2 {
  max-width: 10ch;
  margin-bottom: 20px;
  font-size: clamp(2.15rem, 3.7vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.section-panel .section-copy p {
  max-width: 34ch;
  font-size: 16px;
  line-height: 1.65;
}

.section-panel :is(.campaign-tile, .service-scene, .product-card, .proof-card, .culture-card),
.section-panel :is(.campaign-tile, .service-scene, .product-card, .proof-card, .culture-card):hover {
  translate: none !important;
  transform: none !important;
}

.rb-border-glow {
  opacity: 0.2 !important;
  filter: blur(16px) !important;
}

.support-dock .support-orb {
  cursor: grab;
  touch-action: none;
}

.support-dock.is-dragging .support-orb {
  cursor: grabbing;
}

.support-dock.is-scrolling:not(.is-dragging) {
  opacity: 0.14;
  pointer-events: none;
}

@media (min-width: 861px) {
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact {
    display: grid !important;
    grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr) !important;
    grid-auto-rows: max-content;
    align-items: start !important;
    column-gap: clamp(40px, 6vw, 88px) !important;
    row-gap: clamp(28px, 4vw, 48px) !important;
    padding: clamp(88px, 10vw, 124px) clamp(32px, 6vw, 96px) !important;
  }

  .flex-system > .section-copy,
  .services > .section-copy,
  .products > .section-copy,
  .ai-scan > .section-copy,
  .origin > .section-copy,
  .proof > .section-copy,
  .culture-wall > .section-copy,
  .contact > .section-copy {
    grid-column: 1 !important;
    grid-row: 1 / -1 !important;
    align-self: start !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .flex-system > :not(.section-copy),
  .services > :not(.section-copy),
  .products > :not(.section-copy),
  .ai-scan > :not(.section-copy),
  .origin > :not(.section-copy),
  .proof > :not(.section-copy),
  .culture-wall > :not(.section-copy),
  .contact > :not(.section-copy) {
    grid-column: 2 !important;
    position: relative !important;
    inset: auto !important;
    min-width: 0;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: hidden;
    translate: none !important;
    transform: none !important;
    z-index: 1;
  }
}

@media (max-width: 860px) {
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact {
    display: block !important;
    padding: 72px 20px !important;
  }

  .section-panel > *,
  .contact > * {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 24px !important;
    translate: none !important;
    transform: none !important;
  }

  .section-panel .section-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  .section-panel .section-copy p {
    max-width: 38rem;
  }

  .system-strip,
  .services .service-cinema {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* 2026-07-15: final editorial flow and overlap fix. Keep this block last. */
:root {
  --editorial-media-width: 1360px;
}

body {
  overflow-x: hidden;
}

.flex-system,
.services,
.products,
.ai-scan,
.origin,
.proof,
.culture-wall,
.contact {
  display: block !important;
  position: relative !important;
  isolation: isolate;
  min-height: 0 !important;
  overflow: clip !important;
  padding: 96px clamp(28px, 6vw, 96px) !important;
  scroll-margin-top: 88px;
}

.flex-system > .section-copy,
.services > .section-copy,
.products > .section-copy,
.ai-scan > .section-copy,
.origin > .section-copy,
.proof > .section-copy,
.culture-wall > .section-copy,
.contact > .section-copy {
  position: relative !important;
  inset: auto !important;
  width: min(100%, 920px) !important;
  max-width: 920px !important;
  margin: 0 auto 44px !important;
  transform: none !important;
  translate: none !important;
  z-index: 2;
}

.section-panel > .section-copy h2,
.contact > .section-copy h2 {
  max-width: 12ch;
  font-size: clamp(3rem, 5.5vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-panel > .section-copy p,
.contact > .section-copy p {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.68;
}

.flex-system > .flex-campaign,
.services > .service-cinema,
.products > .product-showcase,
.ai-scan > .ai-console,
.origin > .origin-board,
.proof > .proof-gallery,
.culture-wall > .culture-grid,
.contact > .contact-box {
  position: relative !important;
  inset: auto !important;
  width: min(100%, var(--editorial-media-width)) !important;
  max-width: var(--editorial-media-width) !important;
  margin: 0 auto !important;
  transform: none !important;
  translate: none !important;
  z-index: 1;
  overflow: clip;
}

.services .service-cinema,
.proof .proof-gallery {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.culture-wall .culture-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  height: auto !important;
  min-height: 0 !important;
  gap: 18px !important;
  perspective: none !important;
}

.culture-wall .culture-card {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  transform: none !important;
  translate: none !important;
  opacity: 1 !important;
}

.support-dock {
  transition: opacity 160ms ease, visibility 160ms ease;
}

.support-dock.is-scrolling:not(.is-dragging) {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 1100px) {
  .services .service-cinema,
  .proof .proof-gallery,
  .culture-wall .culture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact {
    padding: 64px 20px !important;
  }

  .flex-system > .section-copy,
  .services > .section-copy,
  .products > .section-copy,
  .ai-scan > .section-copy,
  .origin > .section-copy,
  .proof > .section-copy,
  .culture-wall > .section-copy,
  .contact > .section-copy {
    width: 100% !important;
    margin-bottom: 28px !important;
  }

  .section-panel > .section-copy h2,
  .contact > .section-copy h2 {
    font-size: clamp(2.25rem, 10vw, 3.1rem);
  }

  .section-panel > .section-copy p,
  .contact > .section-copy p {
    font-size: 16px;
  }

  .services .service-cinema,
  .proof .proof-gallery,
  .culture-wall .culture-grid {
    grid-template-columns: 1fr !important;
  }
}

/* 2026-07-18: CJK editorial typography.
   Chinese headings must not use `ch` as a width unit: it measures the Latin
   zero glyph and creates arbitrary one-character wraps for CJK copy. */
:root {
  --editorial-copy-width: 1180px;
  --editorial-copy-rule: rgba(244, 255, 47, 0.58);
}

:is(
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact
) > .section-copy {
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr) !important;
  grid-template-areas:
    "eyebrow eyebrow"
    "title body" !important;
  column-gap: clamp(52px, 6vw, 104px) !important;
  row-gap: 20px !important;
  width: min(100%, var(--editorial-copy-width)) !important;
  max-width: var(--editorial-copy-width) !important;
  margin: 0 auto clamp(52px, 6vw, 76px) !important;
  padding: 8px 0 8px clamp(22px, 2.2vw, 34px) !important;
  border-left: 1px solid rgba(246, 230, 255, 0.2);
  text-align: left !important;
}

:is(
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact
) > .section-copy::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1px;
  width: 2px;
  height: 42px;
  background: var(--editorial-copy-rule);
  box-shadow: 0 0 24px rgba(244, 255, 47, 0.24);
}

:is(
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact
) > .section-copy > .eyebrow {
  grid-area: eyebrow;
  width: fit-content;
  margin: 0 !important;
  color: rgba(244, 255, 47, 0.86);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.14em;
}

.section-panel > .section-copy > h2,
.contact > .section-copy > h2 {
  grid-area: title;
  align-self: start;
  max-width: none !important;
  margin: 0 !important;
  font-size: clamp(3.35rem, 4.55vw, 5rem) !important;
  font-weight: 780;
  line-height: 0.98 !important;
  letter-spacing: -0.045em !important;
  word-break: normal;
  overflow-wrap: normal;
  line-break: strict;
  text-wrap: balance;
}

.section-panel > .section-copy > p:not(.eyebrow),
.contact > .section-copy > p:not(.eyebrow) {
  grid-area: body;
  align-self: end;
  max-width: 36rem !important;
  margin: 0 0 0.25em !important;
  color: #b9aec7;
  font-size: clamp(1rem, 1.25vw, 1.125rem) !important;
  line-height: 1.82 !important;
  letter-spacing: 0.012em;
  text-align: left !important;
  text-wrap: pretty;
}

@media (min-width: 861px) and (max-width: 1180px) {
  :is(
    .flex-system,
    .services,
    .products,
    .ai-scan,
    .origin,
    .proof,
    .culture-wall,
    .contact
  ) > .section-copy {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr) !important;
    column-gap: 44px !important;
  }

  .section-panel > .section-copy > h2,
  .contact > .section-copy > h2 {
    font-size: clamp(3rem, 5.5vw, 4.15rem) !important;
  }
}

@media (max-width: 860px) {
  :is(
    .flex-system,
    .services,
    .products,
    .ai-scan,
    .origin,
    .proof,
    .culture-wall,
    .contact
  ) > .section-copy {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 36px !important;
    padding: 4px 0 2px 18px !important;
  }

  :is(
    .flex-system,
    .services,
    .products,
    .ai-scan,
    .origin,
    .proof,
    .culture-wall,
    .contact
  ) > .section-copy::before {
    top: 4px;
    height: 34px;
  }

  :is(
    .flex-system,
    .services,
    .products,
    .ai-scan,
    .origin,
    .proof,
    .culture-wall,
    .contact
  ) > .section-copy > .eyebrow {
    margin-bottom: 18px !important;
    font-size: 11px;
  }

  .section-panel > .section-copy > h2,
  .contact > .section-copy > h2 {
    max-width: 100% !important;
    margin-bottom: 22px !important;
    font-size: clamp(2.45rem, 11.5vw, 3.35rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.04em !important;
  }

  .section-panel > .section-copy > p:not(.eyebrow),
  .contact > .section-copy > p:not(.eyebrow) {
    max-width: 34rem !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
  }
}

.section-panel .section-copy h2[data-i18n="flex.title"],
.section-panel .section-copy h2[data-i18n="services.title"] {
  word-break: keep-all;
}

/* 2026-07-18: service entry cards and immersive community-store gallery. */
.community-store-card .store-card-bg {
  opacity: 0.82;
  filter: saturate(1.12) contrast(1.08) brightness(0.62);
}

.mini-program-card {
  isolation: isolate;
}

.mini-program-card .mini-program-cover {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.76;
  filter: saturate(1.04) contrast(1.08) brightness(0.54);
  transform: scale(1.035);
  transition: transform 320ms ease, filter 320ms ease;
}

.mini-program-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background:
    linear-gradient(180deg, rgba(12, 5, 22, 0.08) 10%, rgba(12, 5, 22, 0.96) 92%),
    radial-gradient(circle at 76% 18%, rgba(244, 255, 47, 0.12), transparent 34%);
  pointer-events: none;
}

.mini-program-card:hover .mini-program-cover,
.mini-program-card:focus-visible .mini-program-cover {
  filter: saturate(1.12) contrast(1.1) brightness(0.66);
  transform: scale(1.065);
}

.mini-program-card .mini-program-qr {
  display: none;
}

.mini-program-card > span {
  padding-right: 0;
}

.mini-program-card > span,
.mini-program-card > b,
.mini-program-card > small,
.mini-program-card > em {
  position: relative;
  z-index: 2;
}

body.is-gallery-open {
  overflow: hidden;
}

.store-gallery[hidden] {
  display: none;
}

.store-gallery {
  position: fixed;
  inset: 0;
  z-index: 120;
  overflow: hidden;
  background: #08030f;
  color: #f9f7ff;
  opacity: 0;
  transition: opacity 220ms ease;
}

.store-gallery.is-open {
  opacity: 1;
}

.store-gallery-track {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
}

.store-gallery-track::-webkit-scrollbar {
  display: none;
}

.store-gallery-slide {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  place-items: center;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background: #08030f;
}

.store-gallery-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 2, 9, 0.46), transparent 28%, transparent 62%, rgba(5, 2, 9, 0.88)),
    linear-gradient(90deg, rgba(5, 2, 9, 0.38), transparent 34%, transparent 72%, rgba(5, 2, 9, 0.32));
  pointer-events: none;
}

.store-gallery-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-gallery-slide figcaption {
  position: absolute;
  left: clamp(24px, 6vw, 96px);
  bottom: clamp(34px, 8vh, 92px);
  z-index: 2;
  display: grid;
  gap: 12px;
  max-width: min(640px, calc(100vw - 48px));
}

.store-gallery-slide figcaption span,
.store-gallery-head > span {
  color: #f4ff2f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.store-gallery-slide figcaption strong {
  font-size: clamp(2.4rem, 6vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.store-gallery-head {
  position: fixed;
  top: clamp(22px, 4vw, 54px);
  left: clamp(24px, 6vw, 96px);
  z-index: 4;
  display: grid;
  gap: 8px;
  pointer-events: none;
}

.store-gallery-head strong {
  font-size: clamp(18px, 2vw, 28px);
}

.store-gallery-progress,
.store-gallery-hint {
  position: fixed;
  right: clamp(24px, 6vw, 96px);
  z-index: 4;
  color: rgba(249, 247, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  pointer-events: none;
}

.store-gallery-progress {
  bottom: clamp(58px, 8vh, 90px);
  color: #f4ff2f;
}

.store-gallery-hint {
  bottom: clamp(34px, 5vh, 58px);
}

.store-gallery-close {
  position: fixed;
  top: clamp(20px, 3vw, 42px);
  right: clamp(20px, 3vw, 42px);
  z-index: 5;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(249, 247, 255, 0.28);
  border-radius: 999px;
  background: rgba(8, 3, 15, 0.62);
  color: #f9f7ff;
  font-size: 28px;
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.store-gallery-close:hover,
.store-gallery-close:focus-visible {
  border-color: #f4ff2f;
  color: #f4ff2f;
  outline: none;
}

@media (max-width: 700px) {
  .store-gallery-head {
    top: 20px;
  }

  .store-gallery-head strong {
    font-size: 17px;
  }

  .store-gallery-slide img {
    object-position: center;
  }

  .store-gallery-slide figcaption {
    bottom: 76px;
  }

  .store-gallery-slide figcaption strong {
    font-size: clamp(2.2rem, 11vw, 3.8rem);
  }

  .store-gallery-progress {
    right: 20px;
    bottom: 52px;
  }

  .store-gallery-hint {
    right: 20px;
    bottom: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .store-gallery,
  .store-gallery-track,
  .mini-program-card .mini-program-cover {
    scroll-behavior: auto;
    transition: none;
  }
}

/* Mini program placeholder: the QR asset is not present in the card DOM. */
.mini-program-card {
  display: grid !important;
  place-items: center;
  padding: 28px !important;
  background:
    radial-gradient(circle at 50% 38%, rgba(141, 77, 255, 0.18), transparent 38%),
    linear-gradient(145deg, #211036, #0e0717 72%) !important;
}

.mini-program-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

.mini-program-card .mini-program-placeholder-title {
  position: relative;
  z-index: 2;
  color: #f9f7ff;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
}

/* Keep the campaign faces inside the preview; the click view remains uncropped. */
.flex-system .flex-hero-image img {
  object-position: 50% 0% !important;
  transform:
    translate3d(calc(var(--px, 0) * -10px), calc(var(--py, 0) * -8px), 44px)
    rotateY(var(--spin, 0deg))
    scale(1.015);
}

.flex-system .flex-gallery {
  margin-top: clamp(30px, 3vw, 44px) !important;
}

/* 2026-07-18: React Bits-inspired motion, rebuilt in lightweight native CSS/JS.
   Keep the light behind the content and let product photography stay dominant. */
.ambient-lines {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.56;
  mix-blend-mode: screen;
}

.ambient-lines::before,
.ambient-lines::after {
  content: "";
  position: absolute;
  inset: -26vh -24vw;
  transform-origin: center;
  will-change: transform;
}

.ambient-lines::before {
  background:
    repeating-radial-gradient(
      ellipse at -4% 46%,
      transparent 0 92px,
      rgba(141, 77, 255, 0.07) 93px,
      rgba(205, 132, 255, 0.22) 94px 96px,
      rgba(141, 77, 255, 0.07) 97px,
      transparent 99px 154px
    );
  filter: drop-shadow(0 0 6px rgba(184, 94, 255, 0.3));
  -webkit-mask-image: linear-gradient(180deg, transparent 1%, #000 18%, #000 82%, transparent 99%);
  mask-image: linear-gradient(180deg, transparent 1%, #000 18%, #000 82%, transparent 99%);
  animation: supbro-line-drift 20s ease-in-out infinite alternate;
}

.ambient-lines::after {
  background:
    repeating-radial-gradient(
      ellipse at 108% 68%,
      transparent 0 128px,
      rgba(221, 78, 255, 0.06) 129px,
      rgba(247, 196, 255, 0.18) 130px 132px,
      rgba(221, 78, 255, 0.06) 133px,
      transparent 136px 214px
    );
  filter: drop-shadow(0 0 10px rgba(213, 78, 255, 0.24));
  -webkit-mask-image: radial-gradient(ellipse at 70% 62%, #000 0 30%, transparent 72%);
  mask-image: radial-gradient(ellipse at 70% 62%, #000 0 30%, transparent 72%);
  animation: supbro-line-drift-reverse 27s ease-in-out infinite alternate;
}

main {
  position: relative;
  z-index: 1;
}

@keyframes supbro-line-drift {
  from {
    transform: translate3d(-2.2%, -1%, 0) scale(1.02) rotate(-1.2deg);
  }
  to {
    transform: translate3d(2.2%, 1.4%, 0) scale(1.065) rotate(1.2deg);
  }
}

@keyframes supbro-line-drift-reverse {
  from {
    transform: translate3d(2%, 1.6%, 0) scale(1.04) rotate(1.4deg);
  }
  to {
    transform: translate3d(-2.4%, -1.2%, 0) scale(1.08) rotate(-1deg);
  }
}

/* Pointer-following edge light. The beam is rendered only while a card is
   hovered or keyboard-focused, so there is no constant per-card animation. */
.has-edge-glow {
  position: relative;
  isolation: isolate;
}

.has-edge-glow > .rb-border-glow {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: block;
  border-radius: inherit;
  padding: 2px;
  opacity: 0 !important;
  filter: none !important;
  pointer-events: none;
  background:
    radial-gradient(
      220px circle at var(--glow-x, 50%) var(--glow-y, 50%),
      rgba(255, 255, 255, 1) 0,
      rgba(247, 221, 255, 0.98) 12%,
      rgba(223, 179, 255, 0.96) 25%,
      rgba(180, 92, 255, 0.9) 43%,
      rgba(141, 77, 255, 0.42) 62%,
      transparent 82%
    );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: opacity 150ms ease, filter 150ms ease;
}

.has-edge-glow.is-border-glowing > .rb-border-glow,
.has-edge-glow:focus-visible > .rb-border-glow {
  opacity: var(--glow-strength, 0.9) !important;
  filter:
    drop-shadow(0 0 8px rgba(255, 255, 255, 0.58))
    drop-shadow(0 0 22px rgba(180, 76, 255, 0.72))
    drop-shadow(0 0 34px rgba(112, 52, 255, 0.42)) !important;
}

.has-edge-glow:focus-visible > .rb-border-glow {
  opacity: 0.95 !important;
}

@media (hover: hover) and (pointer: fine) {
  body .section-panel .has-edge-glow {
    transition:
      translate 180ms cubic-bezier(0.2, 0.8, 0.2, 1),
      border-color 160ms ease,
      box-shadow 180ms ease,
      opacity 160ms ease !important;
  }

  body .section-panel .has-edge-glow.is-border-glowing,
  body .section-panel .has-edge-glow:focus-visible {
    translate: 0 -5px !important;
    border-color: rgba(220, 180, 255, 0.68) !important;
    box-shadow:
      0 18px 48px rgba(0, 0, 0, 0.42),
      0 0 32px rgba(168, 75, 255, 0.36),
      inset 0 0 0 1px rgba(246, 224, 255, 0.14) !important;
  }

  body .culture-wall .culture-grid.is-dome-gallery .culture-card.is-border-glowing,
  body .culture-wall .culture-grid.is-dome-gallery .culture-card:focus-visible {
    translate: 0 -3px !important;
  }
}

/* Culture Network: a restrained dome gallery using the site's eight real
   culture photographs. The original captions and click-to-open behavior stay. */
@media (min-width: 861px) {
  .culture-wall .culture-grid.is-dome-gallery {
    position: relative !important;
    display: block !important;
    height: min(74vh, 720px) !important;
    min-height: 620px !important;
    overflow: hidden !important;
    border: 1px solid rgba(246, 230, 255, 0.14);
    border-radius: 26px;
    background:
      radial-gradient(circle at 50% 48%, rgba(141, 77, 255, 0.18), transparent 32%),
      radial-gradient(ellipse at 50% 116%, rgba(244, 255, 47, 0.075), transparent 58%),
      linear-gradient(160deg, rgba(31, 14, 50, 0.74), rgba(7, 3, 12, 0.94));
    perspective: 1400px !important;
    cursor: grab !important;
    touch-action: none;
    isolation: isolate;
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
  }

  .culture-wall .culture-grid.is-dome-gallery::before,
  .culture-wall .culture-grid.is-dome-gallery::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 86%;
    aspect-ratio: 2.7;
    border: 1px solid rgba(168, 91, 255, 0.14);
    border-radius: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .culture-wall .culture-grid.is-dome-gallery::before {
    top: 5%;
  }

  .culture-wall .culture-grid.is-dome-gallery::after {
    bottom: 4%;
    border-color: rgba(244, 255, 47, 0.08);
  }

  .culture-wall .culture-grid.is-dome-gallery.is-dragging {
    cursor: grabbing !important;
  }

  .culture-wall .culture-grid.is-dome-gallery .culture-card,
  .culture-wall .culture-grid.is-dome-gallery .culture-feature {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    display: block !important;
    width: clamp(180px, 19vw, 250px) !important;
    height: clamp(250px, 27vw, 330px) !important;
    min-height: 0 !important;
    margin: 0 !important;
    aspect-ratio: auto !important;
    opacity: var(--dome-opacity, 1) !important;
    transform:
      translate3d(calc(-50% + var(--dome-x, 0px)), calc(-50% + var(--dome-y, 0px)), 0)
      scale(var(--dome-scale, 1))
      rotateY(var(--dome-rotate, 0deg)) !important;
    transition: border-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
    will-change: transform, opacity;
  }

  .culture-wall .culture-grid.is-dome-gallery .culture-card:nth-child(4n + 1) {
    border-radius: 44px 18px 44px 18px;
  }

  .culture-wall .culture-grid.is-dome-gallery .culture-card:nth-child(4n + 2) {
    border-radius: 18px 44px 18px 44px;
  }

  .culture-wall .culture-grid.is-dome-gallery .culture-card:nth-child(4n + 3) {
    border-radius: 42px 42px 18px 18px;
  }

  .culture-wall .culture-grid.is-dome-gallery .culture-card:nth-child(4n) {
    border-radius: 18px 18px 42px 42px;
  }

  .culture-wall .culture-grid.is-dome-gallery .culture-card img {
    transform: scale(1.045) !important;
    filter: saturate(0.88) contrast(1.04) brightness(0.82);
    transition: transform 220ms ease, filter 220ms ease;
  }

  .culture-wall .culture-grid.is-dome-gallery .culture-card:hover img,
  .culture-wall .culture-grid.is-dome-gallery .culture-card:focus-visible img {
    transform: scale(1.075) !important;
    filter: saturate(1.04) contrast(1.06) brightness(0.94);
  }

  .culture-wall .culture-grid.is-dome-gallery .culture-card figcaption {
    left: 15px !important;
    right: 15px !important;
    bottom: 14px !important;
    gap: 5px;
    transform: none !important;
  }

  .culture-wall .culture-grid.is-dome-gallery .culture-card b {
    font-size: clamp(17px, 1.45vw, 22px);
  }

  .culture-wall .culture-grid.is-dome-gallery .culture-card small {
    display: none;
  }

  .culture-wall .culture-grid.is-dome-gallery .dome-gallery-hint {
    position: absolute;
    top: 19px;
    left: 22px;
    right: 22px;
    z-index: 200;
    display: flex;
    justify-content: space-between;
    color: rgba(246, 230, 255, 0.52);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    pointer-events: none;
  }
}

@media (max-width: 860px) {
  .ambient-lines {
    opacity: 0.42;
  }

  .culture-wall .culture-grid {
    display: flex !important;
    width: calc(100% + 20px) !important;
    max-width: none !important;
    margin-right: -20px !important;
    padding: 0 20px 14px 0;
    gap: 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .culture-wall .culture-grid .culture-card,
  .culture-wall .culture-grid .culture-feature {
    display: block !important;
    flex: 0 0 min(78vw, 410px);
    min-height: 500px !important;
    border-radius: 28px !important;
    scroll-snap-align: start;
  }
}

@media (hover: none) {
  .has-edge-glow > .rb-border-glow {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ambient-lines::before,
  .ambient-lines::after {
    animation: none !important;
    transform: none !important;
  }

  .has-edge-glow > .rb-border-glow {
    transition: none;
  }

  body .section-panel .has-edge-glow {
    translate: none !important;
    transition: none !important;
  }
}

/* 2026-07-18: continuous floating cards, orbiting edge light and wide
   React Bits-inspired purple light ribbons. */
@property --float-x {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

@property --float-y {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

@property --pointer-lift {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

@property --edge-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.ambient-lines {
  opacity: 0.88;
  contain: paint;
  background:
    radial-gradient(ellipse at 14% 70%, rgba(193, 60, 255, 0.11), transparent 42%),
    radial-gradient(ellipse at 76% 34%, rgba(141, 77, 255, 0.1), transparent 46%);
}

.ambient-lines::before,
.ambient-lines::after {
  inset: -28vh -30vw;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 58%, rgba(0, 0, 0, 0.8) 74%, transparent 96%);
  mask-image: radial-gradient(ellipse at center, #000 0 58%, rgba(0, 0, 0, 0.8) 74%, transparent 96%);
  will-change: transform, opacity;
}

.ambient-lines::before {
  background:
    radial-gradient(
      ellipse 118% 74% at -10% 52%,
      transparent 0 54.2%,
      rgba(130, 54, 255, 0.12) 54.55%,
      rgba(219, 133, 255, 0.56) 54.9%,
      rgba(255, 232, 255, 0.88) 55.05%,
      rgba(187, 79, 255, 0.4) 55.28%,
      transparent 55.72% 100%
    ),
    radial-gradient(
      ellipse 120% 76% at -10% 52%,
      transparent 0 57%,
      rgba(153, 65, 255, 0.12) 57.35%,
      rgba(224, 139, 255, 0.5) 57.68%,
      rgba(255, 238, 255, 0.72) 57.84%,
      rgba(174, 68, 255, 0.34) 58.08%,
      transparent 58.55% 100%
    ),
    radial-gradient(
      ellipse 122% 78% at -10% 52%,
      transparent 0 60.2%,
      rgba(126, 54, 255, 0.1) 60.55%,
      rgba(206, 102, 255, 0.42) 60.9%,
      rgba(244, 211, 255, 0.6) 61.08%,
      transparent 61.62% 100%
    ),
    radial-gradient(
      ellipse 125% 82% at -10% 52%,
      transparent 0 64%,
      rgba(154, 67, 255, 0.09) 64.4%,
      rgba(213, 112, 255, 0.34) 64.72%,
      transparent 65.25% 100%
    );
  filter:
    drop-shadow(0 0 12px rgba(205, 92, 255, 0.62))
    drop-shadow(0 0 34px rgba(122, 52, 255, 0.42));
  animation: supbro-beam-flow 12s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
}

.ambient-lines::after {
  background:
    radial-gradient(
      ellipse 112% 72% at 110% 68%,
      transparent 0 52.2%,
      rgba(141, 77, 255, 0.08) 52.52%,
      rgba(218, 128, 255, 0.38) 52.82%,
      rgba(250, 221, 255, 0.58) 53%,
      rgba(184, 72, 255, 0.28) 53.24%,
      transparent 53.75% 100%
    ),
    radial-gradient(
      ellipse 116% 76% at 110% 68%,
      transparent 0 57.3%,
      rgba(137, 65, 255, 0.07) 57.62%,
      rgba(213, 111, 255, 0.31) 57.9%,
      rgba(246, 211, 255, 0.46) 58.08%,
      transparent 58.62% 100%
    ),
    radial-gradient(
      ellipse 120% 80% at 110% 68%,
      transparent 0 62.4%,
      rgba(159, 69, 255, 0.06) 62.72%,
      rgba(218, 121, 255, 0.24) 63%,
      transparent 63.58% 100%
    );
  filter:
    drop-shadow(0 0 10px rgba(205, 92, 255, 0.38))
    drop-shadow(0 0 24px rgba(122, 52, 255, 0.26));
  animation: supbro-beam-flow-reverse 18s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate-reverse;
}

@keyframes supbro-beam-flow {
  0% {
    opacity: 0.72;
    transform: translate3d(-7%, -3%, 0) scale(1.02) rotate(-2deg);
  }
  45% {
    opacity: 1;
    transform: translate3d(1%, 1%, 0) scale(1.075) rotate(0.4deg);
  }
  100% {
    opacity: 0.86;
    transform: translate3d(7%, 3%, 0) scale(1.12) rotate(2deg);
  }
}

@keyframes supbro-beam-flow-reverse {
  0% {
    opacity: 0.44;
    transform: translate3d(5%, 3%, 0) scale(1.08) rotate(2deg);
  }
  52% {
    opacity: 0.7;
    transform: translate3d(-1%, -1%, 0) scale(1.04) rotate(-0.6deg);
  }
  100% {
    opacity: 0.52;
    transform: translate3d(-5%, -3%, 0) scale(1.11) rotate(-2deg);
  }
}

@keyframes supbro-card-float {
  0%,
  100% {
    --float-x: -1px;
    --float-y: 1px;
  }
  28% {
    --float-x: 2px;
    --float-y: -6px;
  }
  58% {
    --float-x: -2px;
    --float-y: -2px;
  }
  82% {
    --float-x: 1px;
    --float-y: 2px;
  }
}

@keyframes supbro-card-float-mobile {
  0%,
  100% {
    --float-x: -0.5px;
    --float-y: 0.5px;
  }
  32% {
    --float-x: 1px;
    --float-y: -3px;
  }
  68% {
    --float-x: -1px;
    --float-y: -1px;
  }
}

@keyframes supbro-edge-orbit {
  to {
    --edge-angle: 360deg;
  }
}

body .section-panel .has-edge-glow.has-edge-glow {
  --pointer-lift: 0px;
  translate:
    var(--float-x, 0px)
    calc(var(--float-y, 0px) - var(--pointer-lift, 0px)) !important;
  transition:
    --pointer-lift 180ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 160ms ease,
    box-shadow 180ms ease,
    opacity 160ms ease !important;
  will-change: translate !important;
}

body .section-panel .has-edge-glow.has-edge-glow.is-motion-visible {
  animation:
    supbro-card-float
    var(--float-duration, 7.4s)
    ease-in-out
    var(--float-delay, 0s)
    infinite
    var(--float-direction, normal) !important;
}

body .section-panel .has-edge-glow.is-border-glowing,
body .section-panel .has-edge-glow:focus-visible {
  --pointer-lift: 5px;
}

body .culture-wall .culture-grid.is-dome-gallery .culture-card.has-edge-glow {
  translate:
    var(--float-x, 0px)
    calc(var(--float-y, 0px) - var(--pointer-lift, 0px)) !important;
}

body .culture-wall .culture-grid.is-dome-gallery .culture-card.is-border-glowing,
body .culture-wall .culture-grid.is-dome-gallery .culture-card:focus-visible {
  --pointer-lift: 3px;
}

.has-edge-glow > .rb-border-stream {
  position: absolute;
  inset: 0;
  z-index: 7;
  display: block;
  border-radius: inherit;
  padding: 2px;
  pointer-events: none;
  opacity: 0.68;
  background:
    conic-gradient(
      from var(--edge-angle) at 50% 50%,
      transparent 0 52%,
      rgba(125, 55, 255, 0.12) 60%,
      rgba(205, 108, 255, 0.82) 68%,
      rgba(255, 248, 255, 1) 73%,
      rgba(235, 174, 255, 0.98) 76%,
      rgba(190, 76, 255, 0.9) 81%,
      rgba(133, 61, 255, 0.26) 89%,
      transparent 96% 100%
    );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  filter:
    drop-shadow(0 0 7px rgba(236, 190, 255, 0.58))
    drop-shadow(0 0 18px rgba(173, 68, 255, 0.6));
  animation:
    supbro-edge-orbit
    var(--beam-duration, 4.8s)
    linear
    var(--beam-delay, 0s)
    infinite
    var(--beam-direction, normal);
  animation-play-state: paused;
  transition: opacity 160ms ease, filter 160ms ease;
}

.has-edge-glow.is-motion-visible > .rb-border-stream {
  animation-play-state: running;
}

.has-edge-glow.is-border-glowing > .rb-border-stream,
.has-edge-glow:focus-visible > .rb-border-stream {
  opacity: 1;
  filter:
    drop-shadow(0 0 9px rgba(255, 255, 255, 0.94))
    drop-shadow(0 0 28px rgba(188, 72, 255, 0.9));
}

@media (max-width: 860px) {
  .ambient-lines {
    opacity: 0.62;
  }

  .ambient-lines::before,
  .ambient-lines::after {
    inset: -22vh -90vw;
  }

  .ambient-lines::before {
    animation-duration: 15s;
    filter: drop-shadow(0 0 14px rgba(190, 72, 255, 0.3));
  }

  .ambient-lines::after {
    animation-duration: 22s;
    filter: drop-shadow(0 0 12px rgba(190, 72, 255, 0.24));
  }

  body .section-panel .has-edge-glow.has-edge-glow.is-motion-visible {
    animation-name: supbro-card-float-mobile !important;
    animation-duration: 9s !important;
  }

  .has-edge-glow > .rb-border-stream {
    opacity: 0.42;
    animation-duration: 7s;
    filter: drop-shadow(0 0 12px rgba(173, 68, 255, 0.36));
  }
}

@media (hover: none) {
  .has-edge-glow > .rb-border-stream {
    display: block !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ambient-lines {
    opacity: 0.48;
  }

  .ambient-lines::before,
  .ambient-lines::after,
  .has-edge-glow > .rb-border-stream {
    animation: none !important;
  }

  .has-edge-glow > .rb-border-stream {
    opacity: 0.25 !important;
    filter: none !important;
  }

  body .section-panel .has-edge-glow.has-edge-glow.is-motion-visible {
    animation: none !important;
  }

  body .section-panel .has-edge-glow.has-edge-glow {
    --float-x: 0px;
    --float-y: 0px;
    --pointer-lift: 0px;
    translate: none !important;
    animation: none !important;
  }
}

/* 2026-07-18: scrolling performance pass.
   Keep the same visual language, but move continuous work to compositor-only
   transforms and pause decorative motion while the page itself is moving. */
.ambient-lines {
  mix-blend-mode: normal;
}

.ambient-lines::before {
  inset: -10vh -12vw;
  filter: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  animation-duration: 18s !important;
}

.ambient-lines::after {
  display: none;
}

.site-header {
  background: rgba(10, 4, 18, 0.94);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

@keyframes supbro-beam-flow {
  0% {
    opacity: 0.82;
    transform: translate3d(-2.5%, -1%, 0);
  }
  48% {
    opacity: 1;
    transform: translate3d(0.6%, 0.35%, 0);
  }
  100% {
    opacity: 0.9;
    transform: translate3d(2.5%, 1%, 0);
  }
}

body .section-panel .has-edge-glow.has-edge-glow {
  will-change: auto !important;
}

body .section-panel .has-edge-glow.has-edge-glow.is-motion-visible {
  will-change: translate !important;
}

.has-edge-glow > .rb-border-stream {
  overflow: hidden;
  contain: paint;
  background: none !important;
  filter: none !important;
  animation: none !important;
  opacity: 0.76;
}

.has-edge-glow > .rb-border-stream::before {
  content: "";
  position: absolute;
  inset: -100%;
  border-radius: 50%;
  background:
    conic-gradient(
      from 0deg,
      transparent 0 52%,
      rgba(125, 55, 255, 0.12) 60%,
      rgba(205, 108, 255, 0.84) 68%,
      rgba(255, 248, 255, 1) 73%,
      rgba(235, 174, 255, 0.98) 76%,
      rgba(190, 76, 255, 0.92) 81%,
      rgba(133, 61, 255, 0.28) 89%,
      transparent 96% 100%
    );
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  will-change: auto;
  animation:
    supbro-edge-spin
    var(--beam-duration, 4.8s)
    linear
    var(--beam-delay, 0s)
    infinite
    var(--beam-direction, normal);
  animation-play-state: paused;
}

.has-edge-glow.is-motion-visible > .rb-border-stream::before {
  will-change: transform;
  animation-play-state: running;
}

.has-edge-glow.is-border-glowing > .rb-border-stream,
.has-edge-glow:focus-visible > .rb-border-stream {
  opacity: 1;
  filter: none !important;
}

@keyframes supbro-edge-spin {
  to {
    transform: rotate(360deg);
  }
}

body.is-performance-scrolling .ambient-lines::before,
body.is-performance-scrolling .ambient-lines::after,
body.is-performance-scrolling .has-edge-glow,
body.is-performance-scrolling .has-edge-glow > .rb-border-stream::before {
  animation-play-state: paused !important;
}

body.is-performance-scrolling .has-edge-glow > .rb-border-glow {
  opacity: 0 !important;
}

@media (max-width: 860px) {
  .ambient-lines::before {
    inset: -12vh -36vw;
    animation-duration: 26s !important;
  }

  .has-edge-glow > .rb-border-stream {
    opacity: 0.5;
  }

  body .section-panel .has-edge-glow.has-edge-glow.is-motion-visible,
  .has-edge-glow.is-motion-visible > .rb-border-stream::before {
    animation: none !important;
    will-change: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-edge-glow > .rb-border-stream::before {
    animation: none !important;
  }
}

/* 2026-07-18: brighter service covers and the delivered mini-program cover. */
.community-store-card .store-card-bg {
  opacity: 0.94;
  filter: saturate(1.1) contrast(1.03) brightness(0.88);
}

.central-factory-card .store-card-bg {
  opacity: 0.92;
  filter: saturate(1.08) contrast(1.03) brightness(0.86);
}

.community-store-card::after,
.central-factory-card::after {
  background:
    radial-gradient(
      circle at var(--mx, 50%) var(--my, 50%),
      rgba(244, 255, 47, 0.12),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      rgba(14, 5, 25, 0.03),
      rgba(14, 5, 25, 0.2) 52%,
      rgba(14, 5, 25, 0.78)
    );
}

.mini-program-card {
  display: flex !important;
  align-items: stretch;
  justify-content: flex-end;
  place-items: initial;
  padding: 26px !important;
  background: #120720 !important;
}

.mini-program-card .mini-program-cover {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0.96;
  filter: saturate(1.03) contrast(1.03) brightness(0.9);
  transform: scale(1.015);
  transition: transform 320ms ease, filter 320ms ease;
}

.mini-program-card::after {
  background:
    radial-gradient(circle at 74% 18%, rgba(244, 255, 47, 0.12), transparent 32%),
    linear-gradient(
      180deg,
      rgba(8, 3, 15, 0.02) 8%,
      rgba(8, 3, 15, 0.12) 50%,
      rgba(8, 3, 15, 0.86) 100%
    );
  background-size: auto;
}

.mini-program-card:hover .mini-program-cover,
.mini-program-card:focus-visible .mini-program-cover {
  filter: saturate(1.08) contrast(1.04) brightness(1);
  transform: scale(1.045);
}

.mini-program-card > span {
  padding: 0;
  color: #f4ff2f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.mini-program-card .mini-program-placeholder-title {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-align: left;
  text-shadow: 0 6px 28px rgba(7, 2, 12, 0.72);
}

.mini-program-card > small {
  max-width: 310px;
  margin-top: 12px;
  color: rgba(249, 247, 255, 0.84);
  font-size: 13px;
  line-height: 1.55;
}

.mini-program-card > em {
  align-self: flex-start;
  margin-top: 14px;
  border: 1px solid rgba(244, 255, 47, 0.48);
  padding: 8px 11px;
  color: #f4ff2f;
  background: rgba(8, 4, 13, 0.54);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

/* Culture Network photo wall: a dense, low-overhead rounded mosaic.
   Wheel input reorders the DOM with a one-shot FLIP transition; no permanent
   animation loop is used, so future photos can be added safely. */
.photo-wall-hint {
  display: none;
}

@media (min-width: 861px) {
  .culture-wall .culture-grid.is-photo-wall {
    position: relative !important;
    display: grid !important;
    /*
       The 18-card rhythm below occupies exactly 36 row units. A 6 × 6
       canvas keeps every card readable while preserving the mixed-height
       editorial mosaic and leaves no implicit columns to squeeze the first
       cards into narrow strips.
    */
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
    grid-auto-flow: column dense !important;
    grid-auto-columns: calc((100% - 50px) / 6) !important;
    width: 100% !important;
    max-width: none !important;
    height: clamp(620px, 76vh, 760px) !important;
    min-height: 620px !important;
    margin-top: clamp(22px, 3vw, 38px) !important;
    padding: 12px !important;
    gap: 10px !important;
    overflow: hidden !important;
    border: 1px solid rgba(218, 176, 255, 0.2);
    border-radius: 30px;
    background:
      radial-gradient(circle at 50% 45%, rgba(91, 43, 132, 0.3), transparent 54%),
      linear-gradient(145deg, #1d1328, #0a0610 74%);
    perspective: 1500px;
    cursor: ns-resize;
    touch-action: pan-y;
    isolation: isolate;
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.36);
  }

  .culture-wall .culture-grid.is-photo-wall::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 30;
    border-radius: inherit;
    background:
      linear-gradient(90deg, rgba(7, 3, 12, 0.38), transparent 10%, transparent 90%, rgba(7, 3, 12, 0.38)),
      linear-gradient(180deg, rgba(7, 3, 12, 0.18), transparent 8%, transparent 91%, rgba(7, 3, 12, 0.32));
    pointer-events: none;
  }

  .culture-wall .culture-grid.is-photo-wall::after {
    content: "";
    position: absolute;
    inset: 12px;
    z-index: 31;
    border: 1px solid rgba(246, 230, 255, 0.08);
    border-radius: 22px;
    pointer-events: none;
  }

  .culture-wall .culture-grid.is-photo-wall > .culture-card,
  .culture-wall .culture-grid.is-photo-wall > .culture-feature {
    --wall-flip-x: 0px;
    --wall-flip-y: 0px;
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    margin: 0 !important;
    grid-column: auto !important;
    overflow: hidden;
    border: 1px solid rgba(246, 230, 255, 0.13);
    background: #0a0610;
    opacity: 1 !important;
    translate: none !important;
    scale: 1;
    transform: translate3d(var(--wall-flip-x), var(--wall-flip-y), 0) !important;
    animation: none !important;
    transition:
      transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 180ms ease,
      scale 180ms ease,
      border-color 180ms ease,
      box-shadow 180ms ease !important;
    will-change: auto !important;
    cursor: zoom-in;
  }

  .culture-wall .culture-grid.is-photo-wall > .culture-card.wall-tall {
    grid-row: span 3 !important;
  }

  .culture-wall .culture-grid.is-photo-wall > .culture-card.wall-medium {
    grid-row: span 2 !important;
  }

  .culture-wall .culture-grid.is-photo-wall > .culture-card.wall-short {
    grid-row: span 1 !important;
  }

  .culture-wall .culture-grid.is-photo-wall > .culture-card:nth-child(4n + 1) {
    border-radius: 48px 20px 46px 18px;
  }

  .culture-wall .culture-grid.is-photo-wall > .culture-card:nth-child(4n + 2) {
    border-radius: 18px 46px 20px 44px;
  }

  .culture-wall .culture-grid.is-photo-wall > .culture-card:nth-child(4n + 3) {
    border-radius: 42px 42px 18px 18px;
  }

  .culture-wall .culture-grid.is-photo-wall > .culture-card:nth-child(4n) {
    border-radius: 18px 18px 44px 44px;
  }

  .culture-wall .culture-grid.is-photo-wall > .culture-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.025) !important;
    filter: saturate(0.94) contrast(1.035) brightness(1.04);
    transition: transform 260ms ease, filter 260ms ease;
  }

  .culture-wall .culture-grid.is-photo-wall > .culture-card::after {
    background: linear-gradient(180deg, transparent 60%, rgba(7, 3, 12, 0.58));
  }

  .culture-wall .culture-grid.is-photo-wall > .culture-card figcaption {
    left: 16px !important;
    right: 16px !important;
    bottom: 14px !important;
    gap: 5px;
    opacity: 0;
    transform: translateY(10px) !important;
    transition: opacity 180ms ease, transform 180ms ease;
    pointer-events: none;
  }

  .culture-wall .culture-grid.is-photo-wall > .culture-card b {
    font-size: clamp(15px, 1.25vw, 20px);
  }

  .culture-wall .culture-grid.is-photo-wall > .culture-card small {
    display: none;
  }

  .culture-wall .culture-grid.is-photo-wall > .culture-card:hover,
  .culture-wall .culture-grid.is-photo-wall > .culture-card:focus-visible {
    z-index: 20;
    border-color: rgba(222, 173, 255, 0.72);
    opacity: 1 !important;
    scale: 1.018;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5), 0 0 30px rgba(164, 73, 255, 0.3);
    outline: none;
  }

  .culture-wall .culture-grid.is-photo-wall > .culture-card:hover img,
  .culture-wall .culture-grid.is-photo-wall > .culture-card:focus-visible img {
    transform: scale(1.07) !important;
    filter: saturate(1.08) contrast(1.035) brightness(1.12);
  }

  .culture-wall .culture-grid.is-photo-wall > .culture-card:hover figcaption,
  .culture-wall .culture-grid.is-photo-wall > .culture-card:focus-visible figcaption {
    opacity: 1;
    transform: translateY(0) !important;
  }

  .culture-wall .culture-grid.is-photo-wall.is-wall-preparing > .culture-card {
    transition: none !important;
  }

  .culture-wall .culture-grid.is-photo-wall.is-wall-shifting > .culture-card {
    will-change: transform !important;
  }

  .culture-wall .culture-grid.is-photo-wall .photo-wall-hint {
    position: absolute;
    top: 22px;
    left: 26px;
    right: 26px;
    z-index: 40;
    display: flex;
    justify-content: space-between;
    color: rgba(249, 247, 255, 0.7);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.72);
    pointer-events: none;
  }

  .culture-wall .culture-grid.is-photo-wall .rb-border-stream,
  .culture-wall .culture-grid.is-photo-wall .rb-border-glow {
    display: none !important;
  }
}

.image-lightbox.is-culture-detail {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: clamp(18px, 3vw, 42px);
  padding: clamp(18px, 3vw, 42px);
}

.image-lightbox.is-culture-detail .image-lightbox-stage {
  width: 100%;
  min-height: min(86vh, 860px);
  border-radius: 24px;
  cursor: zoom-out;
}

.image-lightbox.is-culture-detail .image-lightbox-stage:focus-visible {
  outline: 2px solid rgba(244, 255, 47, 0.78);
  outline-offset: -4px;
}

.image-lightbox.is-culture-detail .image-lightbox-stage img {
  max-height: min(86vh, 860px);
  cursor: zoom-out;
}

.image-lightbox.is-culture-detail .image-lightbox-copy {
  display: block;
  align-self: end;
  max-height: 86vh;
  overflow: auto;
  backdrop-filter: blur(18px);
}

@media (max-width: 860px) {
  .image-lightbox.is-culture-detail {
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    gap: 14px;
    overflow: auto;
    padding: 70px 14px 18px;
  }

  .image-lightbox.is-culture-detail .image-lightbox-stage {
    min-height: 0;
    max-height: 62vh;
  }

  .image-lightbox.is-culture-detail .image-lightbox-stage img {
    max-height: 62vh;
  }

  .image-lightbox.is-culture-detail .image-lightbox-copy {
    align-self: auto;
    max-height: none;
    margin-bottom: 16px;
  }

  .culture-wall .culture-grid.is-photo-wall {
    border: 1px solid rgba(218, 176, 255, 0.16);
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(31, 18, 44, 0.78), rgba(8, 4, 13, 0.92));
  }

  .culture-wall .culture-grid.is-photo-wall > .culture-card,
  .culture-wall .culture-grid.is-photo-wall > .culture-feature {
    --wall-flip-x: 0px;
    --wall-flip-y: 0px;
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    opacity: 1 !important;
    translate: none !important;
    animation: none !important;
    will-change: auto !important;
  }

  .culture-wall .culture-grid.is-photo-wall .photo-wall-hint,
  .culture-wall .culture-grid.is-photo-wall .rb-border-stream,
  .culture-wall .culture-grid.is-photo-wall .rb-border-glow {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .culture-wall .culture-grid.is-photo-wall > .culture-card {
    transition: none !important;
  }
}

/* Beat the global card-float rules only inside the photo wall. */
body .section-panel.culture-wall .culture-grid.is-photo-wall > .culture-card.has-edge-glow {
  translate: none !important;
  animation: none !important;
  transition:
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease,
    scale 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease !important;
  will-change: auto !important;
}

body .section-panel.culture-wall .culture-grid.is-photo-wall.is-wall-preparing > .culture-card.has-edge-glow {
  transition: none !important;
}

body .section-panel.culture-wall .culture-grid.is-photo-wall.is-wall-shifting > .culture-card.has-edge-glow {
  will-change: transform !important;
}

/* 2026-07-18: video-matched floating light fibers.
   One low-resolution canvas keeps deforming the curves, including while scrolling. */
.ambient-lines {
  opacity: 1;
  contain: strict;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 15% 72%, rgba(209, 76, 255, 0.2), transparent 42%),
    radial-gradient(ellipse at 76% 31%, rgba(129, 67, 255, 0.18), transparent 46%),
    linear-gradient(135deg, rgba(52, 27, 68, 0.17), rgba(14, 6, 23, 0.03));
}

.ambient-lines-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.ambient-lines.is-canvas-active::before,
.ambient-lines.is-canvas-active::after {
  display: none !important;
}

.ambient-lines.is-static .ambient-lines-canvas {
  display: none !important;
}

@media (max-width: 860px), (hover: none) and (pointer: coarse) {
  .ambient-lines {
    opacity: 0.76;
    background:
      radial-gradient(ellipse at 18% 70%, rgba(209, 76, 255, 0.13), transparent 48%),
      radial-gradient(ellipse at 78% 28%, rgba(129, 67, 255, 0.11), transparent 52%);
  }

  .ambient-lines-canvas {
    opacity: 0.72;
  }

  body .section-panel .has-edge-glow.has-edge-glow.is-motion-visible {
    animation: none !important;
  }

  .has-edge-glow.is-motion-visible > .rb-border-stream {
    animation-play-state: paused !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ambient-lines {
    opacity: 0.56;
  }

  .ambient-lines-canvas {
    opacity: 0.58;
    transform: none;
  }
}

/* 2026-07-18: premium section rhythm.
   Adjacent sections now create one intentional 96-120px transition instead
   of stacking two oversized 96px paddings plus a large heading margin. */
:root {
  --section-block-space: clamp(48px, 4vw, 60px);
  --section-copy-space: clamp(30px, 2.8vw, 42px);
}

body main > :is(
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact
).section-panel {
  padding-top: var(--section-block-space) !important;
  padding-bottom: var(--section-block-space) !important;
}

body main > :is(
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact
).section-panel > .section-copy {
  margin-bottom: var(--section-copy-space) !important;
}

@media (max-width: 860px) {
  :root {
    --section-block-space: clamp(34px, 5.5vw, 42px);
    --section-copy-space: 26px;
  }
}

/* 2026-07-19: brighter hero artwork with a full-image click view. */
.hero-frame img {
  filter: saturate(1.06) contrast(1.02) brightness(1.16);
}

.hero-frame::after {
  background:
    radial-gradient(
      circle at var(--mx, 50%) var(--my, 50%),
      rgba(244, 255, 47, 0.11),
      transparent 24%
    ),
    linear-gradient(
      180deg,
      rgba(7, 4, 12, 0.01) 0%,
      rgba(7, 4, 12, 0.07) 48%,
      rgba(7, 4, 12, 0.5) 100%
    );
}

.hero-frame:hover img,
.hero-frame:focus-visible img {
  filter: saturate(1.09) contrast(1.02) brightness(1.22);
}

.hero-frame:focus-visible {
  border-color: rgba(244, 255, 47, 0.8);
  outline: 2px solid rgba(244, 255, 47, 0.58);
  outline-offset: 4px;
}

.hero-video-launch {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.hero-frame[data-hero-video] figcaption {
  pointer-events: none;
}

.hero-video-launch:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: -5px;
}

.hero-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: clamp(22px, 3vw, 34px) solid transparent;
  border-bottom: clamp(22px, 3vw, 34px) solid transparent;
  border-left: clamp(36px, 5vw, 56px) solid var(--accent);
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(244, 255, 47, 0.72));
  opacity: 0.88;
  transform: translate(-42%, -50%) scale(1);
  animation: hero-video-play-attention 1.6s ease-in-out infinite;
  will-change: transform, opacity;
}

.hero-video-launch:hover .hero-video-play,
.hero-video-launch:focus-visible .hero-video-play {
  opacity: 1;
  transform: translate(-42%, -50%) scale(1.12);
  animation-play-state: paused;
}

@keyframes hero-video-play-attention {
  0%,
  100% {
    opacity: 0.72;
    transform: translate(-42%, -50%) scale(0.94);
  }
  50% {
    opacity: 1;
    transform: translate(-42%, -50%) scale(1.1);
  }
}

body.is-page-hidden .hero-video-play {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .hero-video-play {
    animation: none;
    opacity: 1;
  }
}

/* Mobile performance layout makes the full hero image non-interactive. Keep
   only the two visible video affordances clickable so hero CTAs remain free. */
@media (max-width: 860px) {
  .hero .hero-frame[data-hero-video] .hero-video-play,
  .hero .hero-frame[data-hero-video] .hero-video-hint {
    pointer-events: auto !important;
    cursor: pointer;
  }
}

.hero-video-hint {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  border: 1px solid rgba(244, 255, 47, 0.42);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--accent);
  background: rgba(8, 4, 13, 0.78);
  font-size: 11px;
  font-weight: 900;
}

body.is-hero-video-open {
  overflow: hidden;
}

.hero-video-dialog[hidden] {
  display: none;
}

.hero-video-dialog {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 36px);
  background: rgba(3, 1, 7, 0.88);
  opacity: 0;
  backdrop-filter: blur(18px);
  transition: opacity 180ms ease;
}

.hero-video-dialog.is-open {
  opacity: 1;
}

.hero-video-modal {
  width: min(1120px, 100%);
  max-height: calc(100dvh - 28px);
  overflow: auto;
  border: 1px solid rgba(244, 255, 47, 0.32);
  border-radius: 16px;
  padding: clamp(14px, 2vw, 24px);
  background: #0c0614;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.72);
}

.hero-video-modal-head,
.hero-video-modal-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hero-video-modal-head span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hero-video-modal-head h2 {
  margin: 4px 0 14px;
  font-size: clamp(22px, 3vw, 38px);
}

.hero-video-close,
.hero-video-modal-actions button {
  border: 1px solid rgba(244, 255, 47, 0.52);
  border-radius: 999px;
  color: #08040d;
  background: var(--accent);
  padding: 10px 16px;
  font-weight: 900;
  cursor: pointer;
}

.hero-video-close {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  padding: 0;
  font-size: 28px;
}

.hero-video-modal video {
  display: block;
  width: 100%;
  max-height: min(70dvh, 680px);
  border-radius: 10px;
  background: #000;
}

.hero-video-modal-actions {
  margin-top: 14px;
}

.hero-video-modal-actions small {
  color: var(--muted);
}

@media (max-width: 620px) {
  .hero-video-hint {
    right: 12px;
    bottom: 14px;
  }

  .hero-video-modal-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

.image-lightbox.is-hero-detail {
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(14px, 2vw, 28px);
}

.image-lightbox.is-hero-detail .image-lightbox-stage {
  width: 100%;
  height: calc(100dvh - clamp(28px, 4vw, 56px));
  min-height: 0;
  border-radius: 20px;
  cursor: zoom-out;
}

.image-lightbox.is-hero-detail .image-lightbox-stage img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  cursor: zoom-out;
}

.image-lightbox.is-hero-detail .image-lightbox-copy {
  display: none;
}

/* 2026-07-19: expandable SUPBRO FLEX campaign archive. */
.flex-gallery-shell {
  position: relative;
  isolation: isolate;
  margin-top: clamp(30px, 3vw, 44px) !important;
}

.flex-gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}

.flex-gallery-head > div {
  display: grid;
  gap: 7px;
}

.flex-gallery-head span,
.flex-gallery-hint {
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.flex-gallery-head b {
  color: rgba(249, 247, 255, 0.94);
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1;
}

.flex-gallery-count {
  flex: 0 0 auto;
  color: rgba(249, 247, 255, 0.72);
  font: 800 13px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: 0.09em;
}

.flex-gallery-viewport {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(246, 230, 255, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 18%),
    rgba(8, 3, 15, 0.24);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.flex-gallery-shell .flex-gallery {
  display: grid !important;
  grid-template-columns: none !important;
  grid-auto-flow: column !important;
  grid-auto-columns: clamp(250px, 23vw, 300px) !important;
  align-items: stretch;
  gap: 14px !important;
  width: 100%;
  margin: 0 !important;
  padding: 14px 68px 18px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 68px;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}

.flex-gallery-shell .flex-gallery::-webkit-scrollbar {
  display: none;
}

.flex-gallery-shell .flex-gallery.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.flex-gallery-shell .flex-gallery figure,
.flex-gallery-shell .flex-gallery figure:nth-child(n + 5) {
  display: block !important;
  position: relative !important;
  min-height: 0 !important;
  aspect-ratio: 3 / 4 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(246, 230, 255, 0.18);
  border-radius: 14px;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  background: rgba(13, 7, 22, 0.72);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  cursor: grab !important;
}

.flex-gallery-shell .flex-gallery.is-dragging figure {
  cursor: grabbing !important;
}

.flex-gallery-shell .flex-gallery figure:focus-visible {
  border-color: rgba(244, 255, 47, 0.9);
  outline: 2px solid rgba(244, 255, 47, 0.7);
  outline-offset: -3px;
}

.flex-gallery-shell .flex-gallery img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  pointer-events: none;
  transition: filter 220ms ease, transform 320ms ease;
}

.flex-gallery-shell .flex-gallery figure:hover img,
.flex-gallery-shell .flex-gallery figure:focus-visible img {
  filter: saturate(1.06) brightness(1.04);
  transform: scale(1.018);
}

.flex-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: grid;
  width: 52px;
  height: 70px;
  place-items: center;
  translate: 0 -50%;
  border: 1px solid rgba(246, 230, 255, 0.28);
  border-radius: 999px;
  background: rgba(12, 5, 22, 0.78);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.34), 0 0 24px rgba(141, 77, 255, 0.18);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, opacity 180ms ease, scale 180ms ease;
}

.flex-gallery-arrow-prev {
  left: 10px;
}

.flex-gallery-arrow-next {
  right: 10px;
}

.flex-gallery-arrow:hover:not(:disabled),
.flex-gallery-arrow:focus-visible {
  border-color: rgba(244, 255, 47, 0.82);
  background: rgba(37, 14, 63, 0.94);
  color: var(--accent);
  outline: none;
  scale: 1.06;
}

.flex-gallery-arrow:disabled {
  opacity: 0.24;
  cursor: default;
}

.flex-gallery-hint {
  margin: 12px 0 0;
  color: rgba(224, 216, 235, 0.66);
  text-align: right;
}

.image-lightbox.is-flex-detail {
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(14px, 2vw, 28px);
}

.image-lightbox.is-flex-detail .image-lightbox-stage {
  width: 100%;
  height: calc(100dvh - clamp(28px, 4vw, 56px));
  min-height: 0;
  border-radius: 20px;
  cursor: zoom-out;
}

.image-lightbox.is-flex-detail .image-lightbox-stage img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  cursor: zoom-out;
}

.image-lightbox.is-flex-detail .image-lightbox-copy {
  display: none;
}

@media (max-width: 760px) {
  .flex-gallery-head {
    align-items: center;
  }

  .flex-gallery-head b {
    font-size: 18px;
  }

  .flex-gallery-shell .flex-gallery {
    grid-auto-columns: min(78vw, 300px) !important;
    padding: 10px 54px 14px !important;
    scroll-padding-inline: 54px;
  }

  .flex-gallery-arrow {
    width: 42px;
    height: 58px;
    font-size: 20px;
  }

  .flex-gallery-arrow-prev {
    left: 6px;
  }

  .flex-gallery-arrow-next {
    right: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flex-gallery-shell .flex-gallery {
    scroll-behavior: auto;
  }

  .flex-gallery-shell .flex-gallery img,
  .flex-gallery-arrow {
    transition: none;
  }
}

/* 2026-07-20: separate the service stories and keep HOME CARE copy off the robots. */
.services > .service-cinema {
  gap: clamp(18px, 2vw, 26px) !important;
  margin: 0 auto clamp(38px, 4vw, 56px) !important;
}

.services .service-cinema > .service-scene:nth-child(2) {
  display: grid;
  grid-template-rows: auto auto;
  aspect-ratio: auto !important;
  background:
    linear-gradient(145deg, rgba(43, 18, 72, 0.98), rgba(10, 5, 17, 0.99));
}

.services .service-cinema > .service-scene:nth-child(2) > img {
  position: relative !important;
  inset: auto !important;
  grid-row: 1;
  min-height: 0;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  object-fit: cover !important;
  object-position: 50% 50% !important;
  filter: saturate(1.04) contrast(1.02) brightness(1.04);
  translate: none !important;
  transform: none !important;
}

.services .service-cinema > .service-scene:nth-child(2)::after {
  background: none !important;
}

.services .service-cinema > .service-scene:nth-child(2) figcaption {
  position: relative !important;
  inset: auto !important;
  grid-row: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(230px, 1.1fr);
  grid-template-areas:
    "tag tag"
    "title body";
  align-items: end;
  column-gap: clamp(18px, 2vw, 28px);
  row-gap: 8px;
  width: 100%;
  padding: clamp(16px, 1.8vw, 22px) clamp(18px, 2.2vw, 28px);
  border-top: 1px solid rgba(246, 230, 255, 0.2);
  background:
    linear-gradient(
      135deg,
      rgba(49, 20, 82, 0.98),
      rgba(14, 7, 24, 0.98)
    );
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
  translate: none !important;
  transform: none !important;
}

.services .service-cinema > .service-scene:nth-child(2) figcaption span {
  grid-area: tag;
}

.services .service-cinema > .service-scene:nth-child(2) figcaption b {
  grid-area: title;
  max-width: 11em;
  font-size: clamp(1.75rem, 2.2vw, 2.35rem);
  line-height: 1.04;
  text-wrap: balance;
}

.services .service-cinema > .service-scene:nth-child(2) figcaption small {
  grid-area: body;
  max-width: 44ch;
  font-size: clamp(0.82rem, 0.9vw, 0.94rem);
  line-height: 1.58;
}

@media (max-width: 860px) {
  .services > .service-cinema {
    gap: 18px !important;
    margin-bottom: 28px !important;
  }

  .services .service-cinema > .service-scene:nth-child(2) {
    aspect-ratio: auto !important;
    min-height: 0 !important;
  }

  .services .service-cinema > .service-scene:nth-child(2) > img {
    height: auto !important;
    aspect-ratio: 16 / 9;
  }

  .services .service-cinema > .service-scene:nth-child(2) figcaption {
    grid-template-columns: 1fr;
    grid-template-areas:
      "tag"
      "title"
      "body";
    gap: 8px;
    padding: 16px 18px 18px;
  }

  .services .service-cinema > .service-scene:nth-child(2) figcaption b {
    max-width: 12em;
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .services .service-cinema > .service-scene:nth-child(2) figcaption small {
    max-width: 42rem;
    font-size: 0.84rem;
  }
}

@media (min-width: 861px) and (max-width: 1279px) {
  .services .service-cinema > .service-scene:nth-child(2) figcaption {
    grid-template-columns: 1fr;
    grid-template-areas:
      "tag"
      "title"
      "body";
    gap: 8px;
  }

  .services .service-cinema > .service-scene:nth-child(2) figcaption small {
    max-width: 52rem;
  }
}


/* 2026-07-20: six-system parity and color-accurate FLEX gallery commerce. */
.system-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.system-strip article {
  min-height: 122px !important;
  padding: clamp(16px, 1.5vw, 21px) !important;
}

.system-strip b {
  font-size: clamp(18px, 1.45vw, 24px) !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

.flex-gallery-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.flex-gallery-autoplay {
  min-height: 42px;
  border: 1px solid rgba(232, 211, 255, 0.22);
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(17, 8, 28, 0.72);
  color: rgba(250, 247, 255, 0.82);
  font: inherit;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.05em;
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.flex-gallery-autoplay:hover,
.flex-gallery-autoplay:focus-visible,
.flex-gallery-autoplay[aria-pressed="true"] {
  border-color: rgba(244, 255, 47, 0.78);
  color: var(--accent);
  outline: none;
}

.flex-gallery-shell .flex-gallery.is-auto-playing {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

.flex-gallery-commerce,
.flex-gallery-open {
  position: absolute;
  inset: 0;
}

.flex-gallery-commerce {
  z-index: 8;
  pointer-events: none;
}

.flex-gallery-open {
  z-index: 1;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: grab;
  pointer-events: auto;
}

.flex-gallery-open:focus-visible {
  border: 2px solid var(--accent);
  border-radius: 13px;
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(10, 4, 18, 0.7);
}

.flex-gallery-actions {
  position: absolute;
  right: 9px;
  bottom: 9px;
  left: 9px;
  z-index: 10;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(236, 217, 255, 0.24);
  border-radius: 12px;
  padding: 10px;
  background: linear-gradient(145deg, rgba(20, 8, 34, 0.94), rgba(42, 16, 68, 0.88));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34), 0 0 24px rgba(176, 91, 255, 0.14);
  pointer-events: auto;
  backdrop-filter: blur(15px);
  transition: border-color 180ms ease, transform 180ms ease;
}

.flex-gallery figure:hover .flex-gallery-actions,
.flex-gallery figure:focus-within .flex-gallery-actions {
  border-color: rgba(244, 255, 47, 0.54);
  transform: translateY(-2px);
}

.flex-gallery-color-name,
.flex-gallery-color-select > span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.flex-gallery-color-select {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.flex-gallery-color-select select {
  min-width: 0;
  min-height: 34px;
  border: 1px solid rgba(232, 211, 255, 0.24);
  border-radius: 8px;
  padding: 5px 26px 5px 8px;
  background: #160a25;
  color: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
}

.flex-gallery-action-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.flex-gallery-action-buttons button {
  min-height: 38px;
  border: 1px solid rgba(234, 215, 255, 0.24);
  border-radius: 9px;
  padding: 8px 7px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}

.flex-gallery-action-buttons button:last-child {
  border-color: var(--accent);
  background: var(--accent);
  color: #160921;
}

.flex-gallery-action-buttons button:hover,
.flex-gallery-action-buttons button:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #160921;
  outline: none;
}

@media (max-width: 1180px) {
  .system-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .system-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .flex-gallery-head {
    align-items: flex-start;
  }

  .flex-gallery-meta {
    align-items: flex-end;
    flex-direction: column;
    gap: 8px;
  }

  .flex-gallery-autoplay {
    min-height: 44px;
    padding-inline: 12px;
  }

  .flex-gallery-action-buttons button {
    min-height: 44px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flex-gallery-autoplay {
    display: none;
  }

  .flex-gallery-actions {
    transition: none;
  }
}
/* 2026-07-20: keep the culture wall vivid on compact screens too. */
@media (max-width: 860px) {
  .culture-wall .culture-grid.is-photo-wall > .culture-card img {
    filter: saturate(0.98) contrast(1.02) brightness(1.06) !important;
  }
}

/* 2026-07-20: the mini-program QR opens over the delivered city-service visual. */
.image-lightbox.is-mini-program-detail {
  background:
    linear-gradient(120deg, rgba(5, 2, 10, 0.7), rgba(26, 8, 48, 0.6) 52%, rgba(5, 2, 10, 0.78)),
    url("assets/mini-program/supbro-mini-program-city-bg.webp") center / cover no-repeat;
  backdrop-filter: none;
}

.image-lightbox.is-mini-program-detail::before {
  background:
    radial-gradient(circle at 54% 48%, rgba(210, 150, 255, 0.18), transparent 44%),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
  opacity: 0.52;
}

.image-lightbox.is-mini-program-detail .image-lightbox-stage {
  border-color: rgba(246, 230, 255, 0.34);
  background: rgba(7, 3, 13, 0.56);
  box-shadow: 0 46px 120px rgba(0, 0, 0, 0.58), 0 0 72px rgba(155, 78, 255, 0.24);
  backdrop-filter: blur(12px);
}

.image-lightbox.is-mini-program-detail .image-lightbox-stage img {
  width: min(86%, 940px);
  height: auto;
  max-height: min(72vh, 720px);
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.image-lightbox.is-mini-program-detail .image-lightbox-copy {
  background: rgba(9, 4, 16, 0.78);
  backdrop-filter: blur(18px);
}

/* source: commerce.css */
/* SupBro commerce layer.
   Isolated from the legacy editorial stylesheet so later checkout and 3D media
   can be connected without rewriting the product catalogue. */

.commerce-modal-open {
  overflow: hidden;
}

.commerce-dialog-backdrop {
  position: fixed;
  inset: 0;
  /* PayPal Web SDK presents its checkout layer at 1000. Keep the cart below it. */
  z-index: 800;
  background: rgba(4, 2, 8, 0.78);
}

.commerce-dialog-backdrop[hidden] {
  display: none;
}

.commerce-cart.is-paypal-compatible-dialog {
  z-index: 801;
}

.commerce-cart-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  border: 1px solid rgba(228, 190, 255, 0.34);
  border-radius: 999px;
  padding: 7px 8px 7px 12px;
  background: rgba(25, 10, 44, 0.88);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.commerce-cart-trigger:hover,
.commerce-cart-trigger:focus-visible {
  border-color: rgba(244, 255, 47, 0.78);
  background: rgba(51, 20, 86, 0.96);
  outline: none;
  transform: translateY(-1px);
}

.commerce-cart-icon {
  position: relative;
  width: 14px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
}

.commerce-cart-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  width: 7px;
  height: 6px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  transform: translateX(-50%);
}

.commerce-cart-trigger strong {
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
}

.commerce-cart-trigger strong.has-items {
  background: var(--accent);
  color: #13071f;
}

.products-care {
  padding-bottom: clamp(56px, 6vw, 82px) !important;
}

.products-storage {
  padding-top: clamp(56px, 6vw, 82px) !important;
  border-top: 1px solid rgba(246, 230, 255, 0.08);
  background:
    radial-gradient(circle at 84% 14%, rgba(154, 78, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(18, 5, 31, 0.16), rgba(8, 3, 14, 0.22));
}

.commerce-category-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.commerce-category-nav::-webkit-scrollbar {
  display: none;
}

.commerce-category-nav a {
  flex: 0 0 auto;
  border: 1px solid rgba(230, 203, 255, 0.18);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(25, 10, 43, 0.68);
  color: rgba(226, 216, 237, 0.74);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.02em;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.commerce-category-nav a:hover,
.commerce-category-nav a:focus-visible,
.commerce-category-nav a.is-current {
  border-color: rgba(244, 255, 47, 0.68);
  background: rgba(244, 255, 47, 0.09);
  color: var(--accent);
  outline: none;
}

.commerce-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.commerce-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 480px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(226, 192, 255, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(61, 24, 99, 0.72), rgba(22, 8, 40, 0.92)),
    rgba(29, 11, 51, 0.88);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
  contain: layout paint;
}

.commerce-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 74% 12%, rgba(194, 99, 255, 0.18), transparent 30%),
    linear-gradient(120deg, transparent 52%, rgba(255, 255, 255, 0.035), transparent 68%);
}

.commerce-card-media {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 10;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(232, 211, 255, 0.12);
  padding: 18px;
  background:
    radial-gradient(circle at 50% 42%, rgba(166, 96, 255, 0.3), transparent 46%),
    linear-gradient(145deg, rgba(115, 52, 202, 0.24), rgba(8, 4, 16, 0.2));
  color: #fff;
  cursor: pointer;
}

.commerce-card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(13, 5, 25, 0.36));
}

.commerce-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(1.05) brightness(1.08) contrast(1.03);
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 200ms ease;
}

.commerce-card-media > span {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(13, 6, 22, 0.72);
  color: rgba(255, 255, 255, 0.84);
  font-size: 11px;
  font-style: normal;
  font-weight: 760;
}

.commerce-card-media > span i {
  color: var(--accent);
  font-style: normal;
}

.commerce-card-media:hover img,
.commerce-card-media:focus-visible img {
  transform: scale(1.035);
  filter: saturate(1.12) brightness(1.13) contrast(1.04);
}

.commerce-card-media:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -4px;
}

.commerce-card-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 250px;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px;
}

.commerce-product-tag {
  width: fit-content;
  color: var(--accent);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.commerce-card h3 {
  margin: 10px 0 8px;
  color: #fff;
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.commerce-card-copy > p {
  min-height: 2.8em;
  margin: 0;
  color: rgba(222, 212, 233, 0.68);
  font-size: 14px;
  line-height: 1.5;
}

.commerce-card-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 0 16px;
  border-top: 1px solid rgba(232, 211, 255, 0.11);
  padding-top: 13px;
  color: rgba(211, 199, 225, 0.62);
  font-size: 12px;
}

.commerce-card-status strong {
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 720;
}

.commerce-card-actions {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 10px;
  margin-top: auto;
}

.commerce-primary-action,
.commerce-secondary-action {
  min-height: 42px;
  border-radius: 10px;
  padding: 10px 14px;
  font: inherit;
  font-size: 12px;
  font-weight: 820;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.commerce-primary-action {
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #13071f;
}

.commerce-primary-action:hover:not(:disabled),
.commerce-primary-action:focus-visible:not(:disabled) {
  background: #fff;
  border-color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.commerce-primary-action.is-confirmed {
  background: #fff;
  border-color: #fff;
}

.commerce-secondary-action {
  border: 1px solid rgba(232, 211, 255, 0.2);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.86);
}

.commerce-secondary-action:hover:not(:disabled),
.commerce-secondary-action:focus-visible:not(:disabled) {
  border-color: rgba(212, 156, 255, 0.74);
  background: rgba(158, 78, 255, 0.14);
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.commerce-primary-action:disabled,
.commerce-secondary-action:disabled {
  opacity: 0.42;
  cursor: default;
}

.commerce-storage-showcase {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(225, 190, 255, 0.2);
  border-radius: 26px;
  padding: clamp(22px, 4vw, 48px);
  background:
    radial-gradient(circle at 18% 48%, rgba(172, 86, 255, 0.28), transparent 36%),
    linear-gradient(135deg, rgba(57, 21, 96, 0.84), rgba(12, 5, 22, 0.94));
}

.commerce-storage-showcase figure {
  position: relative;
  min-width: 0;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(120, 54, 209, 0.18);
}

.commerce-storage-showcase img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(1.12) saturate(1.08);
}

.commerce-storage-showcase > div {
  display: grid;
  gap: 18px;
}

.commerce-storage-showcase span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.13em;
}

.commerce-storage-showcase strong {
  max-width: 15ch;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.commerce-storage-showcase p {
  max-width: 38rem;
  margin: 0;
  color: rgba(224, 214, 235, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.commerce-noscript {
  border: 1px solid rgba(244, 255, 47, 0.26);
  padding: 18px;
  color: var(--accent);
}

.commerce-dialog {
  position: fixed;
  inset: 0;
  width: min(1120px, calc(100vw - 36px));
  max-width: none;
  max-height: min(820px, calc(100dvh - 36px));
  overflow: visible;
  border: 1px solid rgba(228, 190, 255, 0.28);
  border-radius: 24px;
  padding: 0;
  background: #140822;
  color: #fff;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.62), 0 0 62px rgba(141, 77, 255, 0.24);
}

.commerce-dialog::backdrop {
  background: rgba(4, 2, 8, 0.78);
}

.commerce-dialog-close-form {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 8;
  margin: 0;
}

.commerce-dialog-close {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(15, 7, 24, 0.82);
  color: #fff;
  font: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.commerce-dialog-close:hover,
.commerce-dialog-close:focus-visible {
  border-color: var(--accent);
  background: rgba(244, 255, 47, 0.12);
  color: var(--accent);
  outline: none;
  transform: rotate(4deg);
}

.commerce-product-view {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  min-height: min(700px, calc(100dvh - 40px));
  overflow: hidden;
  border-radius: inherit;
}

.commerce-product-media {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  padding: clamp(30px, 5vw, 70px);
  background:
    radial-gradient(circle at 48% 40%, rgba(180, 93, 255, 0.36), transparent 43%),
    linear-gradient(145deg, rgba(80, 31, 136, 0.78), rgba(13, 6, 23, 0.96));
}

.commerce-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 620px;
  object-fit: contain;
  filter: brightness(1.12) saturate(1.08) drop-shadow(0 34px 44px rgba(0, 0, 0, 0.28));
}

.commerce-product-media > span {
  position: absolute;
  left: 20px;
  bottom: 18px;
  border: 1px solid rgba(244, 255, 47, 0.34);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(12, 5, 20, 0.7);
  color: var(--accent);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.1em;
}

.commerce-product-detail {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 72px);
  background:
    radial-gradient(circle at 100% 0, rgba(165, 79, 255, 0.15), transparent 36%),
    #130821;
}

.commerce-product-detail h2 {
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.commerce-product-detail > p {
  margin: 0;
  color: rgba(226, 216, 237, 0.72);
  font-size: 15px;
  line-height: 1.76;
}

.commerce-product-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 30px 0 18px;
  border-top: 1px solid rgba(232, 211, 255, 0.14);
  border-bottom: 1px solid rgba(232, 211, 255, 0.14);
  padding: 16px 0;
  color: rgba(210, 198, 224, 0.66);
  font-size: 13px;
}

.commerce-product-status strong {
  color: #fff;
}

.commerce-product-detail .commerce-product-future {
  margin-bottom: 26px;
  color: rgba(197, 181, 215, 0.58);
  font-size: 12px;
}

.commerce-product-detail > .commerce-primary-action {
  width: 100%;
  min-height: 50px;
  margin-top: auto;
}

.commerce-cart {
  inset: 0 0 0 auto;
  width: min(520px, calc(100vw - 16px));
  height: 100dvh;
  max-height: 100dvh;
  margin: 0 0 0 auto;
  border-width: 0 0 0 1px;
  border-radius: 24px 0 0 24px;
  transform: translateX(100%);
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), display 240ms allow-discrete, overlay 240ms allow-discrete;
}

.commerce-cart[open] {
  transform: translateX(0);
}

@starting-style {
  .commerce-cart[open] {
    transform: translateX(100%);
  }
}

.commerce-cart-shell {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.commerce-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(231, 210, 255, 0.12);
  padding: 20px 22px;
  background: rgba(39, 15, 67, 0.72);
}

.commerce-cart-head span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.13em;
}

.commerce-cart-head h2 {
  margin: 4px 0 0;
  font-size: 28px;
  line-height: 1;
}

.commerce-cart-items {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 10px 20px;
  scrollbar-width: thin;
  scrollbar-color: rgba(198, 145, 255, 0.52) transparent;
}

.commerce-cart-line {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  grid-template-areas:
    "image copy quantity"
    "image copy remove";
  gap: 8px 14px;
  align-items: center;
  border-bottom: 1px solid rgba(232, 211, 255, 0.11);
  padding: 16px 0;
}

.commerce-cart-thumb {
  grid-area: image;
  width: 82px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(224, 190, 255, 0.16);
  border-radius: 12px;
  padding: 5px;
  background: rgba(111, 49, 188, 0.18);
  cursor: pointer;
}

.commerce-cart-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(1.08);
}

.commerce-cart-line > div:nth-of-type(1) {
  grid-area: copy;
  min-width: 0;
}

.commerce-cart-line span {
  color: var(--accent);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0.08em;
}

.commerce-cart-line h3 {
  margin: 5px 0 6px;
  color: #fff;
  font-size: 17px;
  line-height: 1.12;
}

.commerce-cart-line small {
  color: rgba(211, 198, 224, 0.6);
  font-size: 11px;
}

.commerce-quantity {
  grid-area: quantity;
  display: grid;
  grid-template-columns: 28px 30px 28px;
  align-items: center;
  border: 1px solid rgba(229, 205, 255, 0.16);
  border-radius: 999px;
  padding: 2px;
}

.commerce-quantity button {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.commerce-quantity button:hover,
.commerce-quantity button:focus-visible {
  background: rgba(244, 255, 47, 0.12);
  color: var(--accent);
  outline: none;
}

.commerce-quantity output {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.commerce-line-remove {
  grid-area: remove;
  justify-self: end;
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(211, 198, 224, 0.56);
  font: inherit;
  font-size: 11px;
  cursor: pointer;
}

.commerce-line-remove:hover,
.commerce-line-remove:focus-visible {
  color: #fff;
  outline: none;
  text-decoration: underline;
}

.commerce-cart-empty {
  display: grid;
  min-height: 52vh;
  place-content: center;
  justify-items: center;
  padding: 40px;
  text-align: center;
}

.commerce-cart-empty > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(244, 255, 47, 0.34);
  border-radius: 999px;
  color: var(--accent);
  font-size: 28px;
}

.commerce-cart-empty strong {
  margin-top: 18px;
  font-size: 22px;
}

.commerce-cart-empty p {
  max-width: 28ch;
  margin: 8px 0 0;
  color: rgba(214, 202, 228, 0.62);
  font-size: 13px;
  line-height: 1.6;
}

.commerce-cart-footer {
  border-top: 1px solid rgba(231, 210, 255, 0.12);
  padding: 18px 20px 22px;
  background: rgba(31, 12, 53, 0.94);
}

.commerce-cart-footer > p {
  margin: 0 0 14px;
  color: rgba(211, 199, 225, 0.64);
  font-size: 11px;
  line-height: 1.55;
}

.commerce-cart-actions {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10px;
}

.commerce-cart-clear {
  display: block;
  margin: 12px auto 0;
  border: 0;
  background: transparent;
  color: rgba(210, 198, 224, 0.54);
  font: inherit;
  font-size: 11px;
  cursor: pointer;
}

.commerce-cart-clear:hover:not(:disabled),
.commerce-cart-clear:focus-visible:not(:disabled) {
  color: #fff;
  outline: none;
  text-decoration: underline;
}

.commerce-cart-clear:disabled {
  opacity: 0.35;
  cursor: default;
}

.commerce-live {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 220;
  max-width: min(360px, calc(100vw - 44px));
  border: 1px solid rgba(244, 255, 47, 0.36);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(18, 7, 30, 0.92);
  color: #fff;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

.commerce-live:not(:empty) {
  animation: commerce-toast 2.2s both;
}

@keyframes commerce-toast {
  0%,
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
  12%,
  82% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .commerce-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commerce-product-view {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  }
}

@media (max-width: 860px) {
  .commerce-cart-trigger > span:not(.commerce-cart-icon) {
    display: none;
  }

  .commerce-cart-trigger {
    padding-left: 10px;
  }

  .products-care {
    padding-bottom: 48px !important;
  }

  .products-storage {
    padding-top: 48px !important;
  }

  .commerce-product-grid {
    grid-template-columns: 1fr;
  }

  .commerce-card {
    min-height: 0;
  }

  .commerce-card-media {
    aspect-ratio: 4 / 3;
  }

  .commerce-storage-showcase {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .commerce-storage-showcase figure {
    aspect-ratio: 16 / 10;
  }

  .commerce-storage-showcase strong {
    max-width: 16ch;
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .commerce-product-dialog {
    width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
    overflow: auto;
    border-radius: 18px;
  }

  .commerce-product-view {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .commerce-product-media {
    min-height: 300px;
    aspect-ratio: 4 / 3;
    padding: 30px;
  }

  .commerce-product-detail {
    padding: 28px 22px 24px;
  }

  .commerce-product-detail h2 {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .commerce-product-detail > .commerce-primary-action {
    margin-top: 4px;
  }

  .commerce-cart {
    width: min(100vw - 8px, 480px);
    border-radius: 18px 0 0 18px;
  }
}

@media (max-width: 520px) {
  .commerce-category-nav a {
    padding: 9px 13px;
  }

  .commerce-card-copy {
    min-height: 0;
  }

  .commerce-cart-actions {
    grid-template-columns: 1fr;
  }

  .commerce-cart-line {
    grid-template-columns: 68px minmax(0, 1fr);
    grid-template-areas:
      "image copy"
      "quantity remove";
  }

  .commerce-cart-thumb {
    width: 68px;
  }

  .commerce-quantity {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .commerce-card-media img,
  .commerce-primary-action,
  .commerce-secondary-action,
  .commerce-cart-trigger,
  .commerce-dialog-close,
  .commerce-cart {
    transition: none;
  }

  .commerce-live:not(:empty) {
    animation: none;
    opacity: 1;
    transform: none;
  }
}


/* 2026-07-20: full FLEX look view with two-step purchase actions. */
.commerce-product-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin-top: auto;
}

.commerce-product-actions > button {
  min-height: 50px;
}

.commerce-product-dialog.is-flex-product {
  width: min(1380px, calc(100vw - 24px));
  max-height: calc(100dvh - 24px);
}

.commerce-product-dialog.is-flex-product .commerce-product-view {
  grid-template-columns: minmax(0, 1.34fr) minmax(330px, 0.66fr);
  min-height: min(820px, calc(100dvh - 24px));
}

.commerce-product-dialog.is-flex-product .commerce-product-media {
  min-height: 0;
  padding: clamp(14px, 2vw, 26px);
}

.commerce-product-dialog.is-flex-product .commerce-product-media img {
  width: 100%;
  height: 100%;
  max-height: calc(100dvh - 52px);
  object-fit: contain;
  filter: brightness(1.05) saturate(1.04) drop-shadow(0 32px 44px rgba(0, 0, 0, 0.3));
}

@media (max-width: 860px) {
  .commerce-product-dialog.is-flex-product .commerce-product-view {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .commerce-product-dialog.is-flex-product .commerce-product-media {
    min-height: min(62dvh, 580px);
    aspect-ratio: auto;
  }

  .commerce-product-dialog.is-flex-product .commerce-product-media img {
    max-height: min(58dvh, 540px);
  }
}

@media (max-width: 520px) {
  .commerce-product-actions {
    grid-template-columns: 1fr;
  }
}
/* 2026-07-20: destination picker and same-parcel global shipping calculator. */
.commerce-card-copy > .commerce-card-shipping {
  min-height: 0;
  margin: -6px 0 16px;
  border-left: 2px solid rgba(244, 255, 47, 0.72);
  padding-left: 10px;
  color: rgba(244, 255, 47, 0.8);
  font-size: 11px;
  line-height: 1.45;
}

.commerce-product-detail .commerce-product-shipping {
  margin: -4px 0 18px;
  border-left: 3px solid var(--accent);
  padding: 10px 12px;
  background: rgba(244, 255, 47, 0.055);
  color: rgba(244, 255, 47, 0.86);
  font-size: 12px;
  line-height: 1.55;
}

.commerce-cart-shell {
  grid-template-rows: auto minmax(0, 1fr) auto auto;
}

.commerce-shipping {
  max-height: min(39dvh, 430px);
  overflow-y: auto;
  overscroll-behavior: contain;
  border-top: 1px solid rgba(231, 210, 255, 0.14);
  padding: 18px 20px;
  background:
    radial-gradient(circle at 90% 0, rgba(171, 87, 255, 0.18), transparent 34%),
    rgba(22, 8, 39, 0.96);
  scrollbar-width: thin;
  scrollbar-color: rgba(198, 145, 255, 0.52) transparent;
}

.commerce-shipping > header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.commerce-shipping > header span {
  color: var(--accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.commerce-shipping > header h3 {
  margin: 5px 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.05;
}

.commerce-shipping > header > strong {
  flex: 0 0 auto;
  border: 1px solid rgba(244, 255, 47, 0.36);
  border-radius: 999px;
  padding: 7px 9px;
  color: var(--accent);
  background: rgba(244, 255, 47, 0.06);
  font-size: 9px;
  line-height: 1;
}

.commerce-country-field {
  display: grid;
  gap: 7px;
}

.commerce-country-field > span {
  color: rgba(220, 208, 233, 0.7);
  font-size: 11px;
  font-weight: 720;
}

.commerce-country-field select {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(228, 202, 255, 0.22);
  border-radius: 10px;
  padding: 0 38px 0 12px;
  background: #211134;
  color: #fff;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.commerce-country-field select:hover,
.commerce-country-field select:focus-visible {
  border-color: rgba(244, 255, 47, 0.62);
  outline: none;
}

.commerce-shipping-summary {
  margin-top: 14px;
}

.commerce-shipping-empty,
.commerce-shipping-route,
.commerce-shipping-parcel-note,
.commerce-shipping-warning {
  margin: 0;
  font-size: 11px;
  line-height: 1.55;
}

.commerce-shipping-empty,
.commerce-shipping-parcel-note {
  color: rgba(214, 201, 229, 0.6);
}

.commerce-shipping-route {
  border-left: 2px solid rgba(228, 190, 255, 0.5);
  padding-left: 9px;
  color: rgba(229, 216, 243, 0.72);
}

.commerce-shipping-route.is-ready {
  border-left-color: var(--accent);
  color: #fff;
}

.commerce-shipping-heading {
  display: block;
  margin: 15px 0 7px;
  color: #fff;
  font-size: 12px;
}

.commerce-shipping-summary ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.commerce-shipping-summary li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  color: rgba(216, 202, 231, 0.72);
  font-size: 11px;
}

.commerce-shipping-summary li strong {
  color: #fff;
  font-size: 11px;
  text-align: right;
}

.commerce-shipping-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  border-top: 1px solid rgba(232, 211, 255, 0.12);
  padding-top: 11px;
  color: rgba(218, 205, 232, 0.72);
  font-size: 12px;
}

.commerce-shipping-total strong {
  color: var(--accent);
  font-size: 22px;
  line-height: 1;
}

.commerce-shipping-total.is-pending strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.commerce-shipping-warning {
  margin-top: 9px;
  border-radius: 8px;
  padding: 8px 10px;
  background: rgba(255, 189, 92, 0.09);
  color: #ffd39a;
}

.commerce-shipping-parcel-note {
  margin-top: 10px;
}

.commerce-shipping-countries {
  margin-top: 13px;
  border-top: 1px solid rgba(232, 211, 255, 0.1);
  padding-top: 11px;
}

.commerce-shipping-countries summary {
  color: rgba(244, 255, 47, 0.84);
  font-size: 11px;
  font-weight: 760;
  cursor: pointer;
}

.commerce-shipping-countries > div {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.commerce-shipping-countries section h4 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 11px;
}

.commerce-shipping-countries section p {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
}

.commerce-shipping-countries section p span {
  border: 1px solid rgba(228, 202, 255, 0.14);
  border-radius: 999px;
  padding: 4px 7px;
  color: rgba(221, 209, 234, 0.68);
  background: rgba(255, 255, 255, 0.025);
  font-size: 9px;
}

.commerce-shipping-compliance {
  margin: 13px 0 0;
  border-top: 1px solid rgba(232, 211, 255, 0.1);
  padding-top: 11px;
  color: rgba(202, 188, 217, 0.52);
  font-size: 9px;
  line-height: 1.55;
}

@media (max-height: 760px) {
  .commerce-shipping {
    max-height: 34dvh;
  }

  .commerce-cart-footer {
    padding-top: 13px;
    padding-bottom: 14px;
  }
}

@media (max-width: 520px) {
  .commerce-shipping {
    max-height: 42dvh;
    padding-inline: 16px;
  }

  .commerce-shipping-summary li {
    display: grid;
    gap: 3px;
  }

  .commerce-shipping-summary li strong {
    text-align: left;
  }
}

/* Unified cart drawer and checkout flow — 2026-07-22 */
.commerce-cart-shell {
  display: block;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.commerce-cart-view,
.commerce-checkout-view {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: 100%;
  min-height: 0;
  background:
    radial-gradient(circle at 88% 6%, rgba(158, 88, 255, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(17, 8, 29, 0.99), rgba(8, 4, 15, 0.995));
}

.commerce-cart-view[hidden],
.commerce-checkout-view[hidden] {
  display: none !important;
}

.commerce-cart-scroll,
.commerce-checkout-scroll {
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(244, 255, 47, 0.45) rgba(255, 255, 255, 0.04);
}

.commerce-cart-scroll .commerce-cart-items {
  min-height: auto;
  overflow: visible;
  padding: 12px 20px 6px;
}

.commerce-cart-scroll .commerce-shipping {
  max-height: none;
  overflow: visible;
  border-top: 1px solid rgba(233, 212, 255, 0.12);
}

.commerce-cart-head p {
  margin: 7px 0 0;
  color: rgba(226, 213, 239, 0.62);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.commerce-cart-totals {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  border: 1px solid rgba(230, 205, 255, 0.13);
  border-radius: 14px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.035);
}

.commerce-cart-totals > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.commerce-cart-totals span {
  color: rgba(221, 208, 235, 0.66);
  font-size: 12px;
}

.commerce-cart-totals strong {
  color: #fff;
  font-size: 14px;
}

.commerce-cart-totals .is-grand {
  margin-top: 2px;
  border-top: 1px solid rgba(230, 205, 255, 0.13);
  padding-top: 10px;
}

.commerce-cart-totals .is-grand strong {
  color: var(--accent);
  font-size: 23px;
  line-height: 1;
}

.commerce-checkout-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.commerce-checkout-back {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(230, 205, 255, 0.19);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.commerce-checkout-back:hover,
.commerce-checkout-back:focus-visible {
  border-color: rgba(244, 255, 47, 0.74);
  color: var(--accent);
}

.commerce-checkout-scroll {
  padding: 16px 20px 28px;
}

.commerce-checkout-items {
  display: grid;
  gap: 10px;
}

.commerce-checkout-line {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(230, 205, 255, 0.12);
  border-radius: 14px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.commerce-checkout-line img {
  width: 66px;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: contain;
  background: #fff;
}

.commerce-checkout-line h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
}

.commerce-checkout-line span,
.commerce-checkout-line small {
  display: block;
  color: rgba(219, 206, 233, 0.62);
  font-size: 10px;
  line-height: 1.45;
}

.commerce-checkout-line > strong {
  color: var(--accent);
  font-size: 14px;
  white-space: nowrap;
}

.commerce-checkout-summary {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  border: 1px solid rgba(244, 255, 47, 0.2);
  border-radius: 16px;
  padding: 16px;
  background: linear-gradient(145deg, rgba(244, 255, 47, 0.06), rgba(146, 83, 255, 0.07));
}

.commerce-checkout-summary h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 14px;
}

.commerce-checkout-summary > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  color: rgba(221, 208, 235, 0.68);
  font-size: 12px;
}

.commerce-checkout-summary strong {
  color: #fff;
}

.commerce-checkout-summary .is-grand {
  margin-top: 2px;
  border-top: 1px solid rgba(230, 205, 255, 0.14);
  padding-top: 11px;
}

.commerce-checkout-summary .is-grand strong {
  color: var(--accent);
  font-size: 24px;
}

.commerce-checkout-delivery { margin-top: 18px; border: 1px solid rgba(230, 205, 255, .2); border-radius: 16px; padding: 16px; background: rgba(255,255,255,.035); }
.commerce-checkout-delivery h3 { margin: 0 0 5px; color: #fff; font-size: 14px; }
.commerce-checkout-delivery > p { margin: 0 0 14px; color: rgba(221,208,235,.68); font-size: 11px; line-height: 1.55; }
.commerce-delivery-confirm { display: grid; gap: 8px; margin: 14px 0; }
.commerce-delivery-confirm .commerce-primary-action { width: 100%; }
.commerce-delivery-confirm p { margin: 0; color: rgba(221,208,235,.72); font-size: 12px; line-height: 1.5; }
.commerce-payment-stage { margin: 0 0 4px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.commerce-payment-success {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 20px;
  border: 1px solid rgba(180, 255, 57, .65);
  border-radius: 18px;
  color: #142400;
  text-align: center;
  background: linear-gradient(135deg, #f4ff7e, #b4ff39);
  box-shadow: 0 14px 36px rgba(180, 255, 57, .24);
}
.commerce-payment-success strong { font-size: 22px; }
.commerce-payment-success p { margin: 0; font-size: 13px; line-height: 1.5; }
.commerce-payment-success-burst { font-size: 22px; letter-spacing: .3em; animation: commerce-celebrate 1.2s ease-in-out infinite; }
.commerce-brand-lockup { display: grid; justify-items: center; gap: 0; color: #ffe900; font-family: Arial, Helvetica, sans-serif; font-weight: 900; line-height: .9; text-shadow: 0 1px 0 rgba(0,0,0,.16); }
.commerce-brand-wordmark { font-size: clamp(28px, 8vw, 42px); font-style: italic; letter-spacing: -.07em; }
.commerce-brand-tagline { margin-top: 7px; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: none; }
@keyframes commerce-celebrate { 50% { transform: scale(1.22) rotate(6deg); filter: brightness(1.18); } }
.commerce-delivery-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.commerce-delivery-grid label { display: grid; gap: 5px; color: rgba(221,208,235,.8); font-size: 11px; }
.commerce-delivery-grid input, .commerce-delivery-grid select { min-width: 0; border: 1px solid rgba(230,205,255,.25); border-radius: 9px; padding: 10px; color: #fff; background: rgba(5,2,10,.55); }
.commerce-delivery-grid .is-wide { grid-column: 1 / -1; }
.commerce-phone-field { display: grid; grid-template-columns: minmax(104px, .8fr) minmax(0, 1.2fr); gap: 8px; }
.commerce-phone-field select, .commerce-phone-field input { width: 100%; }

.commerce-checkout-note {
  margin: 15px 2px 0;
  color: rgba(219, 206, 233, 0.6);
  font-size: 11px;
  line-height: 1.65;
}

.commerce-checkout-footer {
  border-top: 1px solid rgba(230, 205, 255, 0.12);
  padding: 16px 20px max(18px, env(safe-area-inset-bottom));
  background: rgba(11, 5, 19, 0.96);
}

.commerce-checkout-footer button {
  width: 100%;
  min-height: 54px;
}

.commerce-product-actions,
.flex-gallery-action-buttons {
  grid-template-columns: 1fr;
}

@media (max-width: 640px) {
  .commerce-cart {
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
  }

  .commerce-cart-head,
  .commerce-checkout-head {
    padding: 16px;
  }

  .commerce-cart-scroll .commerce-cart-items,
  .commerce-checkout-scroll {
    padding-inline: 14px;
  }

  .commerce-cart-scroll .commerce-shipping {
    padding-inline: 14px;
  }

  .commerce-cart-footer,
  .commerce-checkout-footer {
    padding: 13px 14px max(14px, env(safe-area-inset-bottom));
  }

  .commerce-cart-totals {
    gap: 6px;
    margin-bottom: 10px;
    padding: 10px 12px;
  }

  .commerce-cart-totals .is-grand strong {
    font-size: 20px;
  }

  .commerce-checkout-line {
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 9px;
    padding: 8px;
  }

  .commerce-checkout-line img {
    width: 56px;
  }

  .commerce-delivery-grid {
    grid-template-columns: 1fr;
  }
}

/* source: paypal-checkout.css */
.commerce-paypal-panel {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.commerce-paypal-panel > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.commerce-paypal-panel > header span {
  display: block;
  margin-bottom: 4px;
  color: rgba(226, 213, 239, 0.58);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
}

.commerce-paypal-panel h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
}

.commerce-paypal-panel > header strong {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 194, 48, 0.5);
  border-radius: 999px;
  padding: 4px 8px;
  color: #ffd166;
  background: rgba(255, 194, 48, 0.08);
  font-size: 10px;
  letter-spacing: 0;
}

.commerce-paypal-test-note,
.commerce-paypal-status,
.commerce-paypal-result {
  margin: 0;
  color: rgba(235, 226, 244, 0.68);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
}

.commerce-paypal-test-note {
  border-left: 3px solid #ffd166;
  padding: 8px 10px;
  color: #ffe3a3;
  background: rgba(255, 194, 48, 0.08);
}

.commerce-paypal-panel > header strong.is-live,
.commerce-paypal-test-note.is-live {
  border-color: #ff5b5b;
  color: #ffd4d4;
  background: rgba(255, 91, 91, 0.1);
}

.commerce-payment-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.commerce-payment-method {
  display: grid;
  grid-template-rows: auto minmax(48px, auto);
  align-content: start;
  gap: 9px;
  min-width: 0;
  min-height: 94px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 12px;
}

.commerce-payment-method-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.commerce-payment-method-copy strong {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
}

.commerce-payment-method-copy span {
  color: rgba(235, 226, 244, 0.66);
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: 0;
}

.commerce-payment-method-note {
  display: flex;
  align-items: center;
  min-height: 48px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 9px 11px;
  color: rgba(235, 226, 244, 0.7);
  background: rgba(255, 255, 255, 0.035);
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: 0;
}

.commerce-payment-method-note.is-ready {
  border-color: rgba(123, 220, 181, 0.38);
  color: #aeecc8;
}

.commerce-payment-method-note.is-warning {
  border-color: rgba(255, 209, 102, 0.34);
  color: #ffd166;
}

.commerce-payment-method-note.is-error {
  border-color: rgba(255, 154, 168, 0.38);
  color: #ffb6c0;
}

.commerce-payment-method-note[hidden] {
  display: none !important;
}

.commerce-paypal-status {
  min-height: 17px;
}

.commerce-paypal-status.is-ready {
  color: #aeecc8;
}

.commerce-paypal-status.is-warning {
  color: #ffd166;
}

.commerce-paypal-status.is-error {
  color: #ff9aa8;
}

.commerce-paypal-result {
  border-left: 2px solid #7bdcb5;
  padding-left: 9px;
  color: #c6f5dc;
  overflow-wrap: anywhere;
}

#supbroPayPalButton {
  display: block;
  width: 100%;
  min-height: 48px;
}

#supbroPayPalButton[hidden],
#supbroCardContainer[hidden] {
  display: none !important;
}

#supbroCardContainer,
#supbroCardButton {
  display: block;
  width: 100%;
  min-height: 48px;
}

.commerce-checkout-view.is-payment-active .commerce-checkout-footer {
  display: none;
}

.commerce-checkout-view.is-payment-active .commerce-checkout-scroll {
  padding-bottom: max(28px, env(safe-area-inset-bottom));
}

@media (max-width: 640px) {
  .commerce-paypal-panel {
    padding: 12px;
  }

  .commerce-payment-methods {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* source: refresh-20260720.css */
/* SUPBRO 2026-07-20: welcome voice control and unobstructed FLEX commerce cards. */

.welcome-voice-toggle {
  position: relative;
  display: inline-grid;
  grid-template-columns: 18px auto;
  grid-template-areas:
    "icon label"
    "icon status";
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(235, 218, 255, 0.2);
  border-radius: 999px;
  padding: 7px 13px 7px 11px;
  background: rgba(19, 8, 32, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: rgba(249, 247, 255, 0.94);
  font: inherit;
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.welcome-voice-toggle:hover,
.welcome-voice-toggle:focus-visible,
.welcome-voice-toggle[data-voice-state="playing"] {
  border-color: rgba(244, 255, 47, 0.76);
  background: rgba(42, 17, 67, 0.92);
  color: var(--accent);
  outline: none;
}

.welcome-voice-toggle:hover {
  transform: translateY(-1px);
}

.welcome-voice-toggle[aria-pressed="true"] {
  color: rgba(222, 214, 231, 0.62);
}

.welcome-voice-icon {
  grid-area: icon;
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.welcome-voice-icon::before,
.welcome-voice-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid currentColor;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.welcome-voice-icon::before {
  width: 21px;
  height: 21px;
}

.welcome-voice-icon::after {
  width: 27px;
  height: 27px;
  opacity: 0;
}

.welcome-voice-toggle[data-voice-state="playing"] .welcome-voice-icon::before {
  animation: supbroVoicePulse 1.25s ease-out infinite;
}

.welcome-voice-toggle[data-voice-state="playing"] .welcome-voice-icon::after {
  animation: supbroVoicePulse 1.25s 0.22s ease-out infinite;
}

.welcome-voice-label {
  grid-area: label;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.03em;
}

.welcome-voice-toggle small {
  grid-area: status;
  color: rgba(224, 216, 235, 0.62);
  font-size: 8px;
  font-weight: 760;
  line-height: 1.1;
  letter-spacing: 0.03em;
}

@keyframes supbroVoicePulse {
  0% {
    opacity: 0.78;
    transform: translate(-50%, -50%) scale(0.76);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.35);
  }
}

.flex-gallery-shell .flex-gallery figure,
.flex-gallery-shell .flex-gallery figure:nth-child(n + 5) {
  display: grid !important;
  grid-template-rows: auto minmax(98px, auto);
  align-content: start;
  aspect-ratio: auto !important;
  min-height: 0 !important;
}

.flex-gallery-shell .flex-gallery figure::after {
  display: none !important;
}

.flex-gallery-media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #0d0716;
}

.flex-gallery-shell .flex-gallery .flex-gallery-media > img {
  position: absolute !important;
  inset: 0 !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50% 56%;
}

.flex-gallery-shell .flex-gallery figure:hover .flex-gallery-media > img,
.flex-gallery-shell .flex-gallery figure:focus-within .flex-gallery-media > img {
  filter: saturate(1.06) brightness(1.04);
  transform: scale(1.012);
}

.flex-gallery-open {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2;
}

.flex-gallery-commerce {
  position: relative !important;
  inset: auto !important;
  z-index: 10;
  display: block;
  min-width: 0;
  border-top: 1px solid rgba(236, 217, 255, 0.2);
  background: linear-gradient(145deg, rgba(20, 8, 34, 0.98), rgba(42, 16, 68, 0.96));
  pointer-events: auto;
}

.flex-gallery-actions {
  position: relative !important;
  inset: auto !important;
  z-index: auto;
  min-height: 98px;
  gap: 8px;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 11px 12px 12px;
  background: transparent !important;
  box-shadow: none !important;
  pointer-events: auto;
  backdrop-filter: none !important;
  transform: none !important;
}

.flex-gallery figure:hover .flex-gallery-actions,
.flex-gallery figure:focus-within .flex-gallery-actions {
  border-color: transparent;
  transform: none !important;
}

html[dir="rtl"] .flex-gallery-color-select {
  grid-template-columns: minmax(0, 1fr) auto;
}

html[dir="rtl"] .flex-gallery-color-select > span {
  grid-column: 2;
}

html[dir="rtl"] .flex-gallery-color-select select {
  grid-column: 1;
}

@media (max-width: 1180px) {
  .welcome-voice-toggle small {
    display: none;
  }

  .welcome-voice-toggle {
    grid-template-areas: "icon label";
  }
}

@media (max-width: 860px) {
  .welcome-voice-toggle {
    grid-template-columns: 18px;
    grid-template-areas: "icon";
    width: 42px;
    min-width: 42px;
    padding: 8px;
    place-content: center;
  }

  .welcome-voice-label,
  .welcome-voice-toggle small {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .flex-gallery-shell .flex-gallery figure,
  .flex-gallery-shell .flex-gallery figure:nth-child(n + 5) {
    grid-template-rows: auto minmax(112px, auto);
  }

  .flex-gallery-actions {
    min-height: 112px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .welcome-voice-toggle,
  .welcome-voice-icon::before,
  .welcome-voice-icon::after {
    animation: none !important;
    transition: none !important;
  }
}

/* 2026-07-20 final seven-language RTL completion. */
html[dir="rtl"] :is(
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact
) > .section-copy {
  padding: 8px clamp(22px, 2.2vw, 34px) 8px 0 !important;
  border-right: 1px solid rgba(246, 230, 255, 0.2);
  border-left: 0 !important;
  text-align: right !important;
}

html[dir="rtl"] :is(
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact
) > .section-copy::before {
  right: -1px;
  left: auto;
}

html[dir="rtl"] :is(
  .flex-system,
  .services,
  .products,
  .ai-scan,
  .origin,
  .proof,
  .culture-wall,
  .contact
) > .section-copy > :is(.eyebrow, h2, p),
html[dir="rtl"] .section-panel > .section-copy > p:not(.eyebrow),
html[dir="rtl"] .contact > .section-copy > p:not(.eyebrow) {
  text-align: right !important;
}

html[dir="rtl"] .mini-program-card,
html[dir="rtl"] .mini-program-card .mini-program-placeholder-title,
html[dir="rtl"] .mini-program-card > small {
  text-align: right !important;
}

html[dir="rtl"] .mini-program-card > :is(span, em) {
  align-self: flex-end;
}

.flex-gallery-shell .flex-gallery {
  direction: ltr !important;
}

html[dir="rtl"] .flex-gallery-head,
html[dir="rtl"] .flex-gallery-shell .flex-gallery figure,
html[dir="rtl"] .flex-gallery-commerce,
html[dir="rtl"] .flex-gallery-actions {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .flex-gallery-action-buttons {
  direction: rtl;
}

@media (max-width: 860px) {
  html[dir="rtl"] :is(
    .flex-system,
    .services,
    .products,
    .ai-scan,
    .origin,
    .proof,
    .culture-wall,
    .contact
  ) > .section-copy {
    padding: 4px 18px 2px 0 !important;
  }
}

/* 2026-07-20: livelier SUPBRO FLEX motion with a lightweight LED edge runner. */
@keyframes supbroFlexCardFloat {
  0%,
  100% {
    --float-x: -1px;
    --float-y: 1px;
  }

  22% {
    --float-x: 1.5px;
    --float-y: -4px;
  }

  48% {
    --float-x: -1.5px;
    --float-y: -7px;
  }

  72% {
    --float-x: 2px;
    --float-y: -2px;
  }

  88% {
    --float-x: 0;
    --float-y: -5px;
  }
}

body .section-panel .flex-gallery figure.has-edge-glow.is-motion-visible {
  animation-name: supbroFlexCardFloat !important;
  animation-duration: var(--float-duration, 4.8s) !important;
  animation-timing-function: cubic-bezier(0.36, 0, 0.24, 1) !important;
}

.flex-gallery-shell .flex-gallery figure.has-edge-glow {
  transition:
    --pointer-lift 120ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 140ms ease,
    box-shadow 160ms ease,
    opacity 140ms ease !important;
}

.flex-gallery-shell .flex-gallery figure.has-edge-glow > .rb-border-stream {
  padding: 2px;
  opacity: 0.94;
  box-shadow:
    inset 0 0 0 1px rgba(224, 168, 255, 0.2),
    0 0 10px rgba(167, 70, 255, 0.22);
  transition: opacity 120ms ease, box-shadow 140ms ease;
}

.flex-gallery-shell .flex-gallery figure.has-edge-glow > .rb-border-stream::before {
  inset: -92%;
  background:
    conic-gradient(
      from 0deg,
      transparent 0 11%,
      rgba(156, 70, 255, 0.12) 14%,
      rgba(231, 156, 255, 0.72) 17%,
      rgba(255, 255, 255, 0.96) 19%,
      rgba(188, 83, 255, 0.62) 21%,
      transparent 25% 49%,
      rgba(134, 54, 255, 0.12) 53%,
      rgba(207, 104, 255, 0.82) 57%,
      rgba(255, 255, 255, 1) 61%,
      rgba(246, 194, 255, 1) 63%,
      rgba(178, 65, 255, 0.94) 68%,
      rgba(116, 51, 255, 0.2) 73%,
      transparent 79% 100%
    );
  animation-duration: var(--beam-duration, 2.8s) !important;
}

.flex-gallery-shell .flex-gallery figure.has-edge-glow.is-border-glowing > .rb-border-stream,
.flex-gallery-shell .flex-gallery figure.has-edge-glow:focus-within > .rb-border-stream {
  opacity: 1;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.42),
    0 0 12px rgba(222, 145, 255, 0.56),
    0 0 24px rgba(141, 66, 255, 0.34);
}

@media (max-width: 860px) {
  body .section-panel .flex-gallery figure.has-edge-glow.is-motion-visible {
    animation-name: supbroFlexCardFloat !important;
    animation-duration: 5.8s !important;
  }

  .flex-gallery-shell .flex-gallery figure.has-edge-glow.is-motion-visible > .rb-border-stream::before {
    animation: supbro-edge-spin 3.4s linear var(--beam-delay, 0s) infinite var(--beam-direction, normal) !important;
    will-change: transform;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .section-panel .flex-gallery figure.has-edge-glow.is-motion-visible,
  .flex-gallery-shell .flex-gallery figure.has-edge-glow > .rb-border-stream::before {
    animation: none !important;
  }
}

/* source: flex-gallery-wide-20260721.css */
/* 2026-07-21: compact SUPBRO FLEX orbital rail + fluorescent commerce prices. */

@media (min-width: 861px) {
  body .section-panel.flex-system > .flex-gallery-shell {
    width: calc(100% + clamp(28px, 6vw, 96px) * 2) !important;
    max-width: none !important;
    margin-right: calc(0px - clamp(28px, 6vw, 96px)) !important;
    margin-left: calc(0px - clamp(28px, 6vw, 96px)) !important;
    transform: none !important;
  }
}

body .section-panel.flex-system .flex-gallery-viewport {
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    radial-gradient(ellipse 70% 85% at 50% 48%, rgba(157, 72, 255, 0.15), transparent 62%),
    linear-gradient(90deg, rgba(8, 3, 15, 0.42), transparent 13% 87%, rgba(8, 3, 15, 0.42)) !important;
  box-shadow: none !important;
  perspective: 1200px;
}

body .section-panel.flex-system .flex-gallery-shell .flex-gallery {
  grid-auto-columns: clamp(205px, 17.5vw, 270px) !important;
  align-items: center !important;
  gap: clamp(14px, 1.35vw, 22px) !important;
  padding: 18px clamp(54px, 7vw, 112px) 30px !important;
  scroll-padding-inline: clamp(54px, 7vw, 112px) !important;
  perspective: 1200px;
  transform-style: preserve-3d;
}

body .section-panel.flex-system .flex-gallery-shell .flex-gallery > figure,
body .section-panel.flex-system .flex-gallery-shell .flex-gallery > figure:nth-child(n + 5) {
  --orbit-scale: 0.78;
  --orbit-y: 24px;
  --orbit-rotate: 0deg;
  --orbit-opacity: 0.58;
  --orbit-brightness: 0.74;
  --orbit-z: 1;
  position: relative !important;
  z-index: var(--orbit-z) !important;
  border-color: rgba(221, 177, 255, 0.14) !important;
  border-radius: 20px !important;
  opacity: var(--orbit-opacity) !important;
  filter: brightness(var(--orbit-brightness)) saturate(0.96) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22) !important;
  transform:
    translate3d(
      var(--float-x, 0px),
      calc(var(--orbit-y) + var(--float-y, 0px) - var(--pointer-lift, 0px)),
      0
    )
    rotateY(var(--orbit-rotate))
    scale(var(--orbit-scale)) !important;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  transition:
    transform 170ms cubic-bezier(0.2, 0.72, 0.2, 1),
    opacity 170ms ease,
    filter 170ms ease,
    border-color 170ms ease,
    box-shadow 190ms ease !important;
}

body .section-panel.flex-system .flex-gallery-shell .flex-gallery > figure.is-orbit-near {
  will-change: transform, opacity, filter;
}

body .section-panel.flex-system .flex-gallery-shell .flex-gallery > figure.is-orbit-center {
  border-color: rgba(201, 125, 255, 0.74) !important;
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(244, 255, 47, 0.22),
    0 0 24px rgba(181, 86, 255, 0.42),
    0 0 48px rgba(115, 36, 255, 0.22) !important;
}

body .section-panel.flex-system .flex-gallery-shell .flex-gallery > figure:not(.is-orbit-center) > .rb-border-stream {
  opacity: 0.28 !important;
}

body .section-panel.flex-system .flex-gallery-shell .flex-gallery > figure.is-orbit-center > .rb-border-stream,
body .section-panel.flex-system .flex-gallery-shell .flex-gallery > figure:focus-within > .rb-border-stream {
  opacity: 1 !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.38),
    0 0 14px rgba(225, 148, 255, 0.6),
    0 0 30px rgba(146, 61, 255, 0.38) !important;
}

body .section-panel.flex-system .flex-gallery-arrow {
  width: 48px;
  height: 48px;
  border-color: rgba(244, 255, 47, 0.46);
  background: rgba(21, 9, 31, 0.82);
  color: #f4ff2f;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.35),
    0 0 20px rgba(206, 255, 47, 0.16);
}

body .section-panel.flex-system .flex-gallery-arrow-prev {
  left: clamp(8px, 1.8vw, 28px);
}

body .section-panel.flex-system .flex-gallery-arrow-next {
  right: clamp(8px, 1.8vw, 28px);
}

html body .commerce-price-stack > strong.commerce-price-base {
  display: inline-block;
  color: #c8ff38 !important;
  font-size: clamp(29px, 2.2vw, 42px) !important;
  font-weight: 950 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.045em !important;
  white-space: nowrap;
  font-variant-numeric: tabular-nums lining-nums;
  text-shadow:
    0 0 4px rgba(210, 255, 76, 0.95),
    0 0 12px rgba(180, 255, 42, 0.72),
    0 0 28px rgba(129, 255, 23, 0.42) !important;
  filter: drop-shadow(0 0 7px rgba(184, 255, 47, 0.52));
}

html body .commerce-related-card .commerce-price-stack > strong.commerce-price-base,
html body .commerce-cart-line .commerce-price-stack > strong.commerce-price-base {
  font-size: clamp(23px, 1.5vw, 30px) !important;
}

html body .commerce-product-dialog .commerce-price-stack > strong.commerce-price-base {
  font-size: clamp(34px, 3vw, 50px) !important;
}

@media (max-width: 760px) {
  body .section-panel.flex-system .flex-gallery-shell .flex-gallery {
    grid-auto-columns: min(70vw, 280px) !important;
    gap: 12px !important;
    padding: 12px 42px 24px !important;
    scroll-padding-inline: 42px !important;
  }

  body .section-panel.flex-system .flex-gallery-shell .flex-gallery > figure,
  body .section-panel.flex-system .flex-gallery-shell .flex-gallery > figure:nth-child(n + 5) {
    border-radius: 17px !important;
    transition-duration: 150ms !important;
  }

  body .section-panel.flex-system .flex-gallery-arrow {
    width: 42px;
    height: 42px;
  }

  html body .commerce-price-stack > strong.commerce-price-base {
    font-size: clamp(28px, 8vw, 38px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .section-panel.flex-system .flex-gallery-shell .flex-gallery > figure,
  body .section-panel.flex-system .flex-gallery-shell .flex-gallery > figure:nth-child(n + 5) {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }
}

/* source: mobile-experience-20260721.css */
/* SUPBRO mobile first-view repair: keep the hero visual present from the first frame. */
@media (max-width: 760px) {
  .hero.section-panel {
    position: relative;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: max(680px, calc(100svh - 92px)) !important;
    padding: 112px 20px 48px !important;
    overflow: hidden !important;
    isolation: isolate;
  }

  .hero > #heroCanvas {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
  }

  .hero > .hero-visual {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    pointer-events: none;
  }

  .hero .hero-frame {
    position: absolute !important;
    inset: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    transform: none !important;
    box-shadow: none !important;
    pointer-events: none !important;
  }

  .hero .hero-frame img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 62% 50% !important;
    transform: scale(1.02) !important;
    filter: brightness(.9) saturate(1.08) contrast(1.04);
  }

  .hero::after {
    z-index: 1 !important;
    background:
      linear-gradient(180deg, rgba(7, 3, 13, .2) 0%, rgba(7, 3, 13, .34) 38%, rgba(7, 3, 13, .94) 100%),
      linear-gradient(90deg, rgba(7, 3, 13, .62), transparent 72%) !important;
  }

  .hero > .hero-copy {
    position: relative !important;
    z-index: 3 !important;
    width: 100% !important;
    max-width: 540px !important;
    margin: 0 !important;
  }

  .hero .hero-copy h1 {
    font-size: clamp(42px, 13vw, 62px) !important;
    line-height: .92 !important;
  }

  .hero .hero-copy .lead {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: rgba(246, 240, 250, .86) !important;
    font-size: 15px !important;
    line-height: 1.62 !important;
  }

  .hero .hero-frame figcaption,
  .hero .hero-hud,
  .hero > .hero-status {
    display: none !important;
  }
}

/* source: shoe-ai.css */
:root {
  --shoe-ai-lemon: #f3ff38;
  --shoe-ai-purple: #8d45ff;
  --shoe-ai-ink: #0b0316;
}

.shoe-ai-experience {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: center;
  min-height: min(720px, 78vh);
  margin: 0 0 clamp(56px, 8vw, 120px);
  padding: clamp(32px, 6vw, 92px);
  overflow: hidden;
  border: 1px solid rgba(243, 255, 56, .32);
  border-radius: 36px;
  background:
    radial-gradient(circle at 78% 45%, rgba(141, 69, 255, .3), transparent 33%),
    linear-gradient(135deg, rgba(18, 5, 36, .96), rgba(42, 12, 73, .82));
  box-shadow: 0 34px 90px rgba(5, 0, 15, .42), inset 0 0 50px rgba(160, 83, 255, .08);
}

.shoe-ai-experience::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: repeating-radial-gradient(ellipse at center, transparent 0 66px, rgba(181, 111, 255, .11) 67px 69px);
  transform: perspective(800px) rotateX(66deg) translateY(34%);
  animation: shoeAiGrid 12s linear infinite;
  pointer-events: none;
}

@keyframes shoeAiGrid { to { transform: perspective(800px) rotateX(66deg) translateY(24%) rotate(4deg); } }

.shoe-ai-experience-copy,
.shoe-ai-scanner { position: relative; z-index: 1; }

.shoe-ai-kicker,
.shoe-ai-dialog-head > span {
  color: var(--shoe-ai-lemon);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .16em;
}

.shoe-ai-experience h2 {
  max-width: 760px;
  margin: 18px 0;
  color: #fff;
  font-size: clamp(3.2rem, 5.5vw, 6.6rem);
  line-height: .92;
  letter-spacing: -.06em;
}

.shoe-ai-experience-copy > p:not(.shoe-ai-kicker) {
  max-width: 650px;
  color: rgba(255,255,255,.72);
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.75;
}

.shoe-ai-benefits { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.shoe-ai-benefits span {
  padding: 9px 14px;
  border: 1px solid rgba(243,255,56,.38);
  border-radius: 999px;
  color: #fff;
  background: rgba(243,255,56,.07);
  font-size: .82rem;
}

.shoe-ai-main-action,
.shoe-ai-analyze,
.shoe-ai-again {
  border: 0;
  cursor: pointer;
  color: #13051f;
  background: var(--shoe-ai-lemon);
  box-shadow: 0 14px 42px rgba(223,255,22,.2);
}

.shoe-ai-main-action {
  display: grid;
  grid-template-columns: 42px auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0 14px;
  min-width: min(100%, 390px);
  padding: 16px 22px;
  border-radius: 18px;
  text-align: left;
}
.shoe-ai-main-action .shoe-ai-camera-icon { grid-row: 1 / 3; }
.shoe-ai-main-action > span:nth-child(2) { font-size: 1.06rem; font-weight: 900; }
.shoe-ai-main-action strong { font-size: .76rem; opacity: .7; }
.shoe-ai-experience-copy > small { display: block; margin-top: 13px; color: rgba(255,255,255,.45); }

.shoe-ai-camera-icon {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 26px;
  border: 3px solid currentColor;
  border-radius: 8px;
}
.shoe-ai-camera-icon::before { content: ""; position: absolute; left: 9px; top: -9px; width: 12px; height: 7px; border-radius: 4px 4px 0 0; background: currentColor; }
.shoe-ai-camera-icon::after { content: ""; position: absolute; left: 9px; top: 4px; width: 10px; height: 10px; border: 3px solid currentColor; border-radius: 50%; }

.shoe-ai-scanner { display: grid; place-items: center; min-height: 480px; }
.shoe-ai-phone {
  position: relative;
  z-index: 2;
  width: min(310px, 68vw);
  aspect-ratio: .55;
  padding: 18px;
  border: 2px solid rgba(255,255,255,.75);
  border-radius: 48px;
  background: rgba(8,2,20,.68);
  box-shadow: 0 0 0 8px rgba(128,63,230,.14), 0 36px 80px rgba(0,0,0,.5);
  transform: rotate(5deg);
}
.shoe-ai-phone-lens { display: block; width: 72px; height: 19px; margin: 0 auto 16px; border-radius: 99px; background: #050208; }
.shoe-ai-scan-stage { position: relative; display: grid; place-items: center; height: calc(100% - 82px); overflow: hidden; border-radius: 30px; background: radial-gradient(circle, rgba(159,91,255,.3), rgba(13,4,28,.92)); }
.shoe-ai-sneaker-mark { color: rgba(255,255,255,.9); font-weight: 900; font-size: 2rem; line-height: .9; text-align: center; transform: skewY(-7deg); }
.shoe-ai-scan-stage i { position: absolute; left: 5%; right: 5%; top: 8%; height: 2px; background: var(--shoe-ai-lemon); box-shadow: 0 0 18px 5px rgba(243,255,56,.55); animation: shoeAiScan 2.2s ease-in-out infinite alternate; }
@keyframes shoeAiScan { to { top: 90%; } }
.shoe-ai-phone > b { display: block; margin: 11px auto 0; color: var(--shoe-ai-lemon); text-align: center; letter-spacing: .16em; }
.shoe-ai-orbit { position: absolute; width: 115%; aspect-ratio: 1; border: 1px solid rgba(201,149,255,.25); border-radius: 50%; animation: shoeAiOrbit 10s linear infinite; }
.shoe-ai-orbit-two { width: 80%; animation-direction: reverse; animation-duration: 7s; }
@keyframes shoeAiOrbit { to { transform: rotate(360deg) scaleX(.72); } }

.shoe-ai-quick-entry {
  position: fixed;
  z-index: 900;
  left: 20px;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border: 1px solid rgba(243,255,56,.8);
  border-radius: 999px;
  color: var(--shoe-ai-lemon);
  background: rgba(12,3,27,.9);
  box-shadow: 0 0 28px rgba(223,255,22,.13);
  backdrop-filter: blur(16px);
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease;
}
.shoe-ai-quick-entry.is-section-visible { opacity: 0; pointer-events: none; transform: translateY(12px); }
.shoe-ai-quick-entry .shoe-ai-camera-icon { width: 28px; height: 20px; border-width: 2px; }
.shoe-ai-quick-entry .shoe-ai-camera-icon::before { left: 7px; top: -7px; width: 10px; height: 5px; }
.shoe-ai-quick-entry .shoe-ai-camera-icon::after { left: 7px; top: 3px; width: 8px; height: 8px; border-width: 2px; }
.shoe-ai-quick-entry span:last-child { display: grid; text-align: left; }
.shoe-ai-quick-entry b { font-size: .83rem; }
.shoe-ai-quick-entry small { color: #fff; font-size: .66rem; opacity: .65; }

.shoe-ai-dialog {
  width: min(1080px, calc(100vw - 30px));
  max-height: calc(100dvh - 30px);
  padding: 0;
  border: 1px solid rgba(243,255,56,.38);
  border-radius: 30px;
  color: #fff;
  background: #10051f;
  box-shadow: 0 36px 120px rgba(0,0,0,.7);
}
.shoe-ai-dialog::backdrop { background: rgba(4,0,10,.82); backdrop-filter: blur(12px); }
.shoe-ai-dialog-shell { position: relative; padding: clamp(24px, 4vw, 52px); }
.shoe-ai-dialog-close { position: absolute; z-index: 2; top: 16px; right: 16px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: rgba(0,0,0,.22); font-size: 1.5rem; cursor: pointer; }
.shoe-ai-dialog-head { max-width: 720px; margin-bottom: 26px; }
.shoe-ai-dialog-head h2 { margin: 10px 0; font-size: clamp(2rem, 5vw, 4.2rem); line-height: .96; letter-spacing: -.04em; }
.shoe-ai-dialog-head p { color: rgba(255,255,255,.62); }
.shoe-ai-dialog-head > strong { display: inline-block; margin-top: 9px; padding: 8px 12px; border-radius: 9px; color: var(--shoe-ai-lemon); background: rgba(243,255,56,.08); }
.shoe-ai-workspace { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.shoe-ai-capture,
.shoe-ai-result { padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.035); }
.shoe-ai-capture > input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.shoe-ai-upload { display: grid; place-items: center; min-height: 290px; padding: 32px; border: 1px dashed rgba(243,255,56,.45); border-radius: 16px; color: var(--shoe-ai-lemon); text-align: center; }
.shoe-ai-upload b { margin-top: 20px; color: #fff; }
.shoe-ai-upload small { margin-top: 8px; color: rgba(255,255,255,.48); }
.shoe-ai-upload[hidden],
.shoe-ai-live-camera[hidden],
.shoe-ai-camera-status[hidden] { display: none !important; }
.shoe-ai-source-actions,
.shoe-ai-camera-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; width: 100%; margin-top: 20px; }
.shoe-ai-source-actions button,
.shoe-ai-camera-actions button {
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid rgba(243,255,56,.55);
  border-radius: 999px;
  color: #fff;
  background: rgba(243,255,56,.08);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.shoe-ai-source-actions button:first-child,
.shoe-ai-camera-actions button:first-child { color: #13051f; background: var(--shoe-ai-lemon); }
.shoe-ai-source-actions button:focus-visible,
.shoe-ai-camera-actions button:focus-visible { outline: 3px solid rgba(243,255,56,.38); outline-offset: 3px; }
.shoe-ai-camera-note { max-width: 360px; line-height: 1.5; }
.shoe-ai-live-camera { overflow: hidden; border: 1px solid rgba(243,255,56,.42); border-radius: 16px; background: #05020a; }
.shoe-ai-live-camera video { display: block; width: 100%; height: 290px; object-fit: cover; background: #05020a; }
.shoe-ai-live-camera .shoe-ai-camera-actions { padding: 0 14px 14px; }
.shoe-ai-camera-status { margin: 10px 0 0; padding: 10px 12px; border-radius: 10px; color: #fff; background: rgba(141,69,255,.22); font-size: .82rem; line-height: 1.45; }
.shoe-ai-preview { position: relative; min-height: 290px; overflow: hidden; border-radius: 16px; background: #05020a; }
.shoe-ai-preview img { width: 100%; height: 290px; object-fit: contain; }
.shoe-ai-preview-scan { position: absolute; left: 4%; right: 4%; top: 5%; height: 2px; background: var(--shoe-ai-lemon); box-shadow: 0 0 20px 5px rgba(243,255,56,.45); animation: shoeAiScan 2.2s ease-in-out infinite alternate; }
.shoe-ai-preview button { position: absolute; right: 12px; bottom: 12px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; background: rgba(8,2,18,.84); cursor: pointer; }
.shoe-ai-analyze,
.shoe-ai-again { width: 100%; margin-top: 12px; padding: 15px; border-radius: 13px; font-weight: 900; }
.shoe-ai-analyze:disabled { opacity: .35; cursor: not-allowed; }
.shoe-ai-result { display: grid; gap: 12px; align-content: start; }
.shoe-ai-result[hidden] { display: none; }
.shoe-ai-result-status { display: flex; align-items: center; gap: 10px; color: var(--shoe-ai-lemon); }
.shoe-ai-result-status span { width: 12px; height: 12px; border-radius: 50%; background: var(--shoe-ai-lemon); box-shadow: 0 0 16px var(--shoe-ai-lemon); }
.shoe-ai-result article { display: grid; gap: 8px; padding: 18px; border-radius: 15px; background: rgba(133,67,226,.14); }
.shoe-ai-result article small { color: rgba(255,255,255,.5); }
.shoe-ai-result article strong { line-height: 1.45; }
.shoe-ai-disclaimer { margin: 18px 0 0; color: rgba(255,255,255,.42); font-size: .72rem; line-height: 1.6; }
.shoe-ai-analyze[data-loading="true"] { position: relative; color: transparent; }
.shoe-ai-analyze[data-loading="true"]::after { content: ""; position: absolute; left: 50%; top: 50%; width: 20px; height: 20px; margin: -10px; border: 2px solid rgba(0,0,0,.22); border-top-color: #10051f; border-radius: 50%; animation: shoeAiSpinner .7s linear infinite; }
@keyframes shoeAiSpinner { to { transform: rotate(360deg); } }

@media (max-width: 760px) {
  .shoe-ai-experience { grid-template-columns: 1fr; min-height: auto; padding: 28px 20px 36px; border-radius: 24px; }
  .shoe-ai-experience h2 { font-size: clamp(3rem, 15vw, 5.6rem); }
  .shoe-ai-scanner { min-height: 390px; order: -1; }
  .shoe-ai-phone { width: 218px; border-radius: 36px; }
  .shoe-ai-main-action { width: 100%; }
  .shoe-ai-quick-entry { left: 12px; bottom: calc(76px + env(safe-area-inset-bottom)); padding: 10px 13px; }
  .shoe-ai-quick-entry small { display: none; }
  .shoe-ai-dialog { width: calc(100vw - 16px); max-height: calc(100dvh - 16px); border-radius: 22px; }
  .shoe-ai-dialog-shell { padding: 24px 14px 18px; }
  .shoe-ai-dialog-head { padding-right: 38px; }
  .shoe-ai-dialog-head h2 { font-size: 2.15rem; }
  .shoe-ai-workspace { grid-template-columns: 1fr; }
  .shoe-ai-upload,
  .shoe-ai-preview { min-height: 250px; }
  .shoe-ai-live-camera video { height: 250px; }
  .shoe-ai-source-actions,
  .shoe-ai-camera-actions { flex-direction: column; }
  .shoe-ai-source-actions button,
  .shoe-ai-camera-actions button { width: 100%; }
  .shoe-ai-preview img { height: 250px; }
}

@media (prefers-reduced-motion: reduce) {
  .shoe-ai-experience::before,
  .shoe-ai-scan-stage i,
  .shoe-ai-preview-scan,
  .shoe-ai-orbit { animation: none; }
}
