/* Showroom homepage refresh */

body[data-site-page="home"] .showroom-main {
  background: #07070b;
  color: #ffffff;
}

body[data-site-page="home"] .showroom-section {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

body[data-site-page="home"] .showroom-section > .home-v2-container {
  position: relative;
  z-index: 1;
}

body[data-site-page="home"] .showroom-dark {
  isolation: isolate;
  color: #ffffff;
  background:
    radial-gradient(42rem circle at 14% 18%, rgba(202, 185, 255, 0.16), transparent 62%),
    radial-gradient(36rem circle at 86% 16%, rgba(124, 96, 255, 0.18), transparent 64%),
    radial-gradient(48rem circle at 72% 92%, rgba(83, 48, 143, 0.22), transparent 66%),
    linear-gradient(180deg, #040408 0%, #0b0a12 42%, #07070b 100%);
}

body[data-site-page="home"] .showroom-dark::before,
body[data-site-page="home"] .showroom-dark::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

body[data-site-page="home"] .showroom-dark::before {
  inset: 0;
  background:
    radial-gradient(34rem circle at var(--showroom-orb-a-x, 16%) var(--showroom-orb-a-y, 22%), rgba(242, 239, 250, 0.2), transparent 68%),
    radial-gradient(38rem circle at var(--showroom-orb-b-x, 84%) var(--showroom-orb-b-y, 22%), rgba(196, 148, 255, 0.28), transparent 66%),
    radial-gradient(30rem circle at var(--showroom-orb-c-x, 74%) var(--showroom-orb-c-y, 78%), rgba(95, 72, 210, 0.26), transparent 68%);
  mix-blend-mode: screen;
  opacity: 0.95;
}

body[data-site-page="home"] .showroom-dark::after {
  inset-inline: 0;
  bottom: -20rem;
  height: 34rem;
  background:
    radial-gradient(ellipse at center, rgba(202, 185, 255, 0.18), transparent 58%),
    radial-gradient(ellipse at 62% 42%, rgba(233, 229, 244, 0.1), transparent 52%);
  filter: blur(18px);
  opacity: 0.92;
}

body[data-site-page="home"] .showroom-dark > .home-v2-hero-grid-violet,
body[data-site-page="home"] .showroom-dark > .home-v2-dark-grid,
body[data-site-page="home"] .showroom-dark > .home-v2-hero-backdrop,
body[data-site-page="home"] .showroom-dark > .home-v2-hero-glow {
  z-index: 0;
}

body[data-site-page="home"] .showroom-dark > .home-v2-hero-backdrop {
  background:
    radial-gradient(circle at top left, rgba(148, 120, 255, 0.2), transparent 30%),
    radial-gradient(circle at bottom right, rgba(73, 38, 152, 0.22), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(202, 185, 255, 0.13), transparent 26%);
}

body[data-site-page="home"] .showroom-dark > .home-v2-hero-glow {
  background: radial-gradient(ellipse at center, rgba(161, 110, 255, 0.3), transparent 60%);
  opacity: 0.95;
}

body[data-site-page="home"] .showroom-dark > .home-v2-container {
  position: relative;
  z-index: 2;
}

body[data-site-page="home"] .showroom-hero {
  --showroom-orb-a-x: 10%;
  --showroom-orb-a-y: 18%;
  --showroom-orb-b-x: 84%;
  --showroom-orb-b-y: 14%;
  --showroom-orb-c-x: 78%;
  --showroom-orb-c-y: 82%;
}

body[data-site-page="home"] .showroom-feature {
  --showroom-orb-a-x: 8%;
  --showroom-orb-a-y: 70%;
  --showroom-orb-b-x: 88%;
  --showroom-orb-b-y: 18%;
  --showroom-orb-c-x: 58%;
  --showroom-orb-c-y: 92%;
}

body[data-site-page="home"] .showroom-lightbox-feature,
body[data-site-page="home"] .showroom-how,
body[data-site-page="home"] .showroom-final-cta {
  --showroom-orb-a-x: 16%;
  --showroom-orb-a-y: 20%;
  --showroom-orb-b-x: 82%;
  --showroom-orb-b-y: 28%;
  --showroom-orb-c-x: 74%;
  --showroom-orb-c-y: 76%;
}

body[data-site-page="home"] .showroom-cream {
  color: #151219;
  background: #f6f3ec;
}

body[data-site-page="home"] .showroom-hero {
  min-height: clamp(34rem, calc(86svh - 72px), 42rem);
  display: flex;
  align-items: flex-start;
  padding-top: clamp(3rem, 6vh, 4.6rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

body:not(.site-editor-mode)[data-site-page="home"] .showroom-hero .home-v2-eyebrow {
  display: none;
}

body[data-site-page="home"] .showroom-hero-inner {
  width: min(1500px, calc(100% - 2rem));
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.4rem, 2.8vw, 3rem);
  align-items: center;
}

body[data-site-page="home"] .showroom-hero-copy {
  max-width: 760px;
}

body[data-site-page="home"] .showroom-hero-title {
  margin: 0;
  max-width: 760px;
  color: #ffffff;
  font-family: var(--home-v2-font-display);
  font-size: clamp(3.35rem, 5.1vw, 5.2rem);
  line-height: 0.98;
  font-weight: 650;
  letter-spacing: 0;
  text-wrap: balance;
}

body[data-site-page="home"] .showroom-hero-title-main,
body[data-site-page="home"] .showroom-hero-title-gradient {
  display: block;
}

body[data-site-page="home"] .showroom-hero-title-gradient {
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #f0d8ff 15%,
    #c084fc 35%,
    #e9d5ff 50%,
    #c084fc 65%,
    #f0d8ff 85%,
    #ffffff 100%
  );
  background-size: 300% 300%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 42px rgba(196, 148, 255, 0.24);
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
  animation: gradientPan 6s ease-in-out infinite;
}

body[data-site-page="home"] .showroom-hero-lede {
  margin: 1rem 0 0;
  max-width: 690px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.08vw, 1.08rem);
  line-height: 1.52;
}

body[data-site-page="home"] .showroom-action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

body[data-site-page="home"] .showroom-hero-copy .home-v2-cta {
  min-height: 3.15rem;
  padding: 0.85rem 1.35rem;
}

body[data-site-page="home"] .showroom-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  color: #f0ddff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

body[data-site-page="home"] .showroom-text-link:hover {
  color: #ffffff;
}

body[data-site-page="home"] .showroom-text-link:focus-visible,
body[data-site-page="home"] .showroom-hero-card:focus-visible,
body[data-site-page="home"] .showroom-selector-card:focus-visible,
body[data-site-page="home"] .showroom-product-showcase-card:focus-visible,
body[data-site-page="home"] .showroom-carousel-card:focus-visible,
body[data-site-page="home"] .showroom-carousel-controls button:focus-visible {
  outline: 3px solid #d8bdff;
  outline-offset: 4px;
}

body[data-site-page="home"] .showroom-hero-collage {
  --showroom-hero-feature-height: clamp(15rem, 22vw, 20.5rem);
  --showroom-hero-side-height: clamp(10.75rem, 14.2vw, 14rem);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(var(--showroom-hero-feature-height), auto) minmax(var(--showroom-hero-side-height), auto);
  gap: clamp(0.65rem, 1.1vw, 0.95rem);
  align-items: stretch;
  align-self: center;
  height: auto;
  margin-top: 0;
}

body[data-site-page="home"] .showroom-hero-card {
  --showroom-card-x: 0px;
  --showroom-card-y: 0px;
  --showroom-card-rx: 0deg;
  --showroom-card-ry: 0deg;
  --showroom-card-lift: 0px;
  --showroom-card-scale: 1;
  position: relative;
  isolation: isolate;
  display: block;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(229, 214, 255, 0.18);
  border-radius: 1.6rem;
  background: rgba(8, 7, 13, 0.88);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-decoration: none;
  transform:
    perspective(1100px)
    translate3d(var(--showroom-card-x), calc(var(--showroom-card-y) + var(--showroom-card-lift)), 0)
    rotateX(var(--showroom-card-rx))
    rotateY(var(--showroom-card-ry))
    scale(var(--showroom-card-scale));
  transform-style: preserve-3d;
  transition:
    transform 680ms var(--storefront-motion-ease-out),
    border-color 320ms var(--storefront-motion-ease-soft),
    box-shadow 680ms var(--storefront-motion-ease-out),
    filter 320ms var(--storefront-motion-ease-soft);
}

body[data-site-page="home"] .showroom-hero-card::before {
  content: "";
  position: absolute;
  inset: -48%;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 36%, rgba(255, 255, 255, 0.24) 48%, transparent 62%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translate3d(-54%, 0, 0) rotate(8deg);
}

body[data-site-page="home"] .showroom-hero-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 48%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(6, 5, 11, 0.68) 48%, rgba(6, 5, 11, 0.95) 100%);
}

body:not(.site-editor-mode)[data-site-page="home"] .showroom-hero-card .showroom-product-badge,
body:not(.site-editor-mode)[data-site-page="home"] .showroom-hero-card .showroom-card-text {
  position: absolute;
  inset: auto;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  background: transparent;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

body[data-site-page="home"] .showroom-hero-card:hover {
  --showroom-card-lift: -14px;
  --showroom-card-scale: 1.025;
  border-color: rgba(220, 190, 255, 0.42);
  box-shadow:
    0 42px 116px rgba(77, 39, 146, 0.42),
    0 0 46px rgba(190, 156, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  filter: saturate(1.08);
}

body[data-site-page="home"] .showroom-hero-card-scroll {
  grid-column: 1 / -1;
  min-height: var(--showroom-hero-feature-height);
  aspect-ratio: 2 / 1;
}

body[data-site-page="home"] .showroom-product-badge {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 2;
  padding: 0.45rem 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(9, 8, 16, 0.68);
  color: #f2e8ff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

body[data-site-page="home"] .showroom-hero-image {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  overflow: hidden;
  background: #050408;
}

body[data-site-page="home"] .showroom-hero-card-scroll .showroom-hero-image {
  min-height: 0;
  height: 100%;
  aspect-ratio: auto;
}

body[data-site-page="home"] .showroom-hero-card-edge,
body[data-site-page="home"] .showroom-hero-card-lightbox {
  width: 100%;
  min-height: var(--showroom-hero-side-height);
  aspect-ratio: 1.42 / 1;
  border-radius: 1.1rem;
}

body[data-site-page="home"] .showroom-hero-card-edge .showroom-hero-image,
body[data-site-page="home"] .showroom-hero-card-lightbox .showroom-hero-image {
  aspect-ratio: auto;
}

body[data-site-page="home"] .showroom-hero-card-scroll .showroom-card-title {
  font-size: clamp(1.5rem, 2vw, 2rem);
}

body[data-site-page="home"] .showroom-hero-card-scroll .showroom-card-text {
  font-size: 0.86rem;
  line-height: 1.42;
}

body[data-site-page="home"] .showroom-hero-card-edge .showroom-hero-card-copy,
body[data-site-page="home"] .showroom-hero-card-lightbox .showroom-hero-card-copy {
  inset-inline: 0.78rem;
  bottom: 2.35rem;
  gap: 0.18rem;
  padding: 0;
}

body[data-site-page="home"] .showroom-hero-card-edge .showroom-card-title,
body[data-site-page="home"] .showroom-hero-card-lightbox .showroom-card-title {
  font-size: 0.86rem;
}

body[data-site-page="home"] .showroom-hero-card-edge .showroom-card-text,
body[data-site-page="home"] .showroom-hero-card-lightbox .showroom-card-text {
  display: -webkit-box;
  overflow: hidden;
  font-size: 0.68rem;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body[data-site-page="home"] .showroom-hero-card-edge .showroom-card-footer,
body[data-site-page="home"] .showroom-hero-card-lightbox .showroom-card-footer {
  inset-inline: 0.78rem;
  bottom: 0.7rem;
  padding: 0;
  font-size: 0.66rem;
}

body[data-site-page="home"] .showroom-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transform: scale(1);
  transition:
    transform 900ms var(--storefront-motion-ease-out),
    filter 420ms var(--storefront-motion-ease-soft);
}

@media (min-width: 761px) {
  body[data-site-page="home"] .showroom-hero-card-edge .showroom-hero-image img {
    object-fit: cover;
    object-position: 50% 50%;
  }

  body[data-site-page="home"] .showroom-hero-card-lightbox .showroom-hero-image img {
    object-fit: cover;
    object-position: 45% 50%;
  }
}

@media (hover: hover) and (pointer: fine) {
  body[data-site-page="home"] .showroom-hero-card:hover .showroom-hero-image img {
    transform: scale(1.04);
    filter: saturate(1.08) contrast(1.04);
  }
}

body[data-site-page="home"] .showroom-hero-card-copy {
  display: grid;
  position: absolute;
  inset-inline: 1rem;
  bottom: 3.05rem;
  z-index: 2;
  gap: 0.3rem;
  padding: 0;
}

body[data-site-page="home"] .showroom-card-title {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
}

body[data-site-page="home"] .showroom-card-text {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.5;
}

body[data-site-page="home"] .showroom-card-footer {
  display: flex;
  justify-content: space-between;
  gap: 0.9rem;
  position: absolute;
  inset-inline: 1rem;
  bottom: 0.9rem;
  z-index: 2;
  margin-top: 0;
  padding: 0;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
}

body[data-site-page="home"] .showroom-card-footer span:last-child {
  color: #eadbff;
}

body[data-site-page="home"] .showroom-card-price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  white-space: nowrap;
}

body[data-site-page="home"] .showroom-card-price strong {
  font: inherit;
  color: #ffffff;
}

body[data-site-page="home"] .showroom-card-price s {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82em;
  font-weight: 700;
  text-decoration-thickness: 0.08em;
}

body[data-site-page="home"].storefront-motion-ready .showroom-hero-copy .home-v2-eyebrow,
body[data-site-page="home"].storefront-motion-ready .showroom-hero-title,
body[data-site-page="home"].storefront-motion-ready .showroom-hero-lede,
body[data-site-page="home"].storefront-motion-ready .showroom-hero-copy .showroom-action-row {
  animation: heroRevealUp 960ms var(--storefront-motion-ease-out) both;
}

body[data-site-page="home"].storefront-motion-ready .showroom-hero-title {
  animation-delay: 120ms;
}

body[data-site-page="home"].storefront-motion-ready .showroom-hero-lede {
  animation-delay: 240ms;
}

body[data-site-page="home"].storefront-motion-ready .showroom-hero-copy .showroom-action-row {
  animation-delay: 360ms;
}

body[data-site-page="home"].storefront-motion-ready .showroom-hero-collage {
  animation: heroMediaIn 1050ms var(--storefront-motion-ease-out) 220ms both;
}

body[data-site-page="home"].storefront-motion-ready .showroom-hero-card-scroll {
  animation: showroomCardFadeIn 850ms var(--storefront-motion-ease-out) 360ms both;
}

body[data-site-page="home"].storefront-motion-ready .showroom-hero-card-edge {
  animation: showroomCardFadeIn 850ms var(--storefront-motion-ease-out) 460ms both;
}

body[data-site-page="home"].storefront-motion-ready .showroom-hero-card-lightbox {
  animation: showroomCardFadeIn 850ms var(--storefront-motion-ease-out) 560ms both;
}

body[data-site-page="home"].storefront-motion-ready .showroom-hero-card::before {
  animation: heroGlassSweep 6.4s var(--storefront-motion-ease-soft) 1.2s infinite;
}

body[data-site-page="home"] .showroom-section-heading {
  max-width: 820px;
}

body[data-site-page="home"] .showroom-section-heading h2,
body[data-site-page="home"] .showroom-feature-copy h2,
body[data-site-page="home"] .showroom-final-inner h2 {
  margin: 0;
  font-family: var(--home-v2-font-display);
  font-size: 4.2rem;
  line-height: 0.98;
  font-weight: 650;
  letter-spacing: 0;
}

body[data-site-page="home"] .showroom-section-heading p,
body[data-site-page="home"] .showroom-feature-copy p,
body[data-site-page="home"] .showroom-final-inner p {
  margin: 1rem 0 0;
  max-width: 760px;
  color: rgba(21, 18, 25, 0.66);
  font-size: 1.08rem;
  line-height: 1.7;
}

body[data-site-page="home"] .showroom-section-heading-light p,
body[data-site-page="home"] .showroom-dark .showroom-feature-copy p,
body[data-site-page="home"] .showroom-dark .showroom-section-heading p,
body[data-site-page="home"] .showroom-dark .showroom-final-inner p {
  color: rgba(255, 255, 255, 0.68);
}

body[data-site-page="home"] .showroom-selector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
}

body[data-site-page="home"] .showroom-selector-card {
  display: grid;
  align-content: space-between;
  min-height: 22rem;
  padding: clamp(1.25rem, 2.2vw, 1.8rem);
  border: 1px solid rgba(27, 22, 32, 0.1);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.58);
  color: #17131d;
  text-decoration: none;
  box-shadow: 0 24px 70px rgba(27, 22, 32, 0.09);
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    transform 560ms var(--storefront-motion-ease-out),
    border-color 260ms var(--storefront-motion-ease-soft),
    box-shadow 560ms var(--storefront-motion-ease-out),
    background-color 260ms var(--storefront-motion-ease-soft);
}

body[data-site-page="home"] .showroom-selector-card:hover {
  transform: translate3d(0, -10px, 0) scale(1.015);
  border-color: rgba(105, 66, 175, 0.32);
  box-shadow:
    0 34px 92px rgba(80, 51, 132, 0.2),
    0 0 42px rgba(168, 85, 247, 0.12);
}

body[data-site-page="home"] .showroom-selector-kicker {
  color: rgba(85, 55, 140, 0.72);
  font-size: 0.75rem;
  font-weight: 900;
}

body[data-site-page="home"] .showroom-selector-card h3 {
  margin: 0.95rem 0 0;
  font-size: 1.75rem;
  line-height: 1.05;
  letter-spacing: 0;
}

body[data-site-page="home"] .showroom-selector-card p {
  margin: 1rem 0 1.7rem;
  color: rgba(21, 18, 25, 0.68);
  line-height: 1.62;
}

body[data-site-page="home"] .showroom-selector-card > span:last-child,
body[data-site-page="home"] .showroom-product-showcase-card strong {
  color: #53308f;
  font-size: 0.88rem;
  font-weight: 900;
}

body[data-site-page="home"] .showroom-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

body[data-site-page="home"] .showroom-feature-grid-media {
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1fr);
}

body[data-site-page="home"] .showroom-lumaglow-feature {
  --showroom-lumaglow-panel-height: auto;
  padding-block: clamp(2rem, 3vw, 3.5rem);
  background:
    radial-gradient(44rem circle at 78% 42%, rgba(167, 112, 255, 0.28), transparent 62%),
    radial-gradient(36rem circle at 10% 18%, rgba(232, 225, 255, 0.1), transparent 64%),
    linear-gradient(135deg, #05060b 0%, #080d16 44%, #140d25 100%);
}

body[data-site-page="home"] .showroom-lumaglow-feature::before {
  background:
    radial-gradient(34rem circle at 18% 30%, rgba(255, 255, 255, 0.12), transparent 66%),
    radial-gradient(38rem circle at 82% 46%, rgba(186, 139, 255, 0.26), transparent 64%),
    radial-gradient(28rem circle at 72% 78%, rgba(67, 42, 155, 0.22), transparent 70%);
  opacity: 0.78;
}

body[data-site-page="home"] .showroom-lumaglow-feature::after {
  bottom: -14rem;
  height: 30rem;
  background: radial-gradient(ellipse at 68% 34%, rgba(202, 185, 255, 0.18), transparent 62%);
  opacity: 0.64;
}

body[data-site-page="home"] .showroom-lumaglow-feature .showroom-feature-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(20rem, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1.25rem, 2.6vw, 3rem);
  align-items: center;
}

body[data-site-page="home"] .showroom-lumaglow-feature .showroom-feature-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.8rem, 1.3vw, 1.1rem);
  width: 100%;
  min-height: 0;
  max-width: 38rem;
  padding: 0;
}

body[data-site-page="home"] .showroom-lumaglow-feature .showroom-eyebrow {
  margin-bottom: 0;
}

body[data-site-page="home"] .showroom-lumaglow-feature .showroom-feature-copy h2 {
  scroll-margin-top: 7.5rem;
  max-width: 100%;
  color: #f8fbff;
  font-size: clamp(2.1rem, 2.45vw, 3rem);
  line-height: 1.04;
  text-wrap: balance;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

body[data-site-page="home"] .showroom-lumaglow-feature .showroom-feature-copy p {
  max-width: 36rem;
  color: rgba(238, 244, 255, 0.72);
  font-size: clamp(0.95rem, 0.98vw, 1.04rem);
  line-height: 1.52;
}

body[data-site-page="home"] .showroom-lumaglow-feature .showroom-action-row {
  justify-content: flex-start;
  margin-top: 0;
  white-space: nowrap;
}

body[data-site-page="home"] .showroom-eyebrow {
  margin-bottom: 0.9rem;
  color: #d8bdff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

body[data-site-page="home"] .showroom-product-duo {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.2vw, 1rem);
  min-height: 0;
}

body[data-site-page="home"] .showroom-lumaglow-media-stack {
  z-index: 1;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  align-items: stretch;
  align-self: center;
  width: min(100%, clamp(35rem, 47vw, 48rem));
  min-height: 0;
  aspect-ratio: 16 / 9;
  margin-inline: auto 0;
}

body[data-site-page="home"] .showroom-lumaglow-media-stack::before {
  content: "";
  position: absolute;
  inset: 8% -6% -8% 9%;
  z-index: -1;
  width: 96%;
  height: 84%;
  border-radius: 2rem;
  background:
    radial-gradient(ellipse at center, rgba(185, 127, 255, 0.28), transparent 62%),
    radial-gradient(ellipse at 74% 48%, rgba(255, 255, 255, 0.14), transparent 52%);
  filter: blur(34px);
  opacity: 0.82;
  transform: translate3d(3%, 8%, 0);
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot {
  --showroom-luma-card-x: 0px;
  --showroom-luma-card-y: 0px;
  --showroom-luma-card-rx: 0deg;
  --showroom-luma-card-ry: 0deg;
  --showroom-luma-card-lift: 0px;
  --showroom-luma-card-scale: 1;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  height: 100%;
  border: 1px solid rgba(235, 222, 255, 0.2);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 18% 14%, rgba(216, 189, 255, 0.22), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(14, 12, 24, 0.82);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 44px rgba(167, 112, 255, 0.14);
  transform:
    perspective(1100px)
    translate3d(var(--showroom-luma-card-x), calc(var(--showroom-luma-card-y) + var(--showroom-luma-card-lift)), 0)
    rotateX(var(--showroom-luma-card-rx))
    rotateY(var(--showroom-luma-card-ry))
    scale(var(--showroom-luma-card-scale));
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition:
    transform 680ms var(--storefront-motion-ease-out),
    border-color 320ms var(--storefront-motion-ease-soft),
    box-shadow 680ms var(--storefront-motion-ease-out),
    filter 320ms var(--storefront-motion-ease-soft);
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot::before {
  content: "";
  position: absolute;
  inset: -48%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 36%, rgba(255, 255, 255, 0.22) 48%, transparent 62%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translate3d(-54%, 0, 0) rotate(8deg);
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot-main {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot-secondary {
  height: 100%;
  border-radius: 1.35rem;
  border-color: rgba(255, 223, 239, 0.24);
  box-shadow:
    0 28px 76px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 42px rgba(255, 93, 155, 0.12);
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot-detail {
  height: 100%;
  border-color: rgba(201, 234, 255, 0.22);
  box-shadow:
    0 28px 76px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 42px rgba(118, 201, 255, 0.12);
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 100%;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 34%, rgba(4, 4, 8, 0.42)),
    radial-gradient(70% 70% at 14% 12%, rgba(255, 255, 255, 0.16), transparent 44%);
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot-main::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 40%, rgba(4, 4, 8, 0.16)),
    radial-gradient(70% 70% at 14% 12%, rgba(255, 255, 255, 0.12), transparent 44%);
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--image-object-x, 50%) var(--image-object-y, 50%);
  transform: translate(var(--image-pan-x, 0%), var(--image-pan-y, 0%)) scale(var(--image-scale, 1));
  transform-origin: center center;
  transition:
    transform 900ms var(--storefront-motion-ease-out),
    filter 420ms var(--storefront-motion-ease-soft);
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot-main img {
  object-fit: contain;
  object-position: 50% 50%;
  filter: brightness(1.12) contrast(1.04) saturate(1.05);
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot figcaption {
  position: absolute;
  inset-inline: 1rem;
  bottom: 1rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.28rem;
  color: #ffffff;
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot figcaption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot figcaption strong {
  color: #f1e4ff;
  font-size: 0.96rem;
  font-weight: 900;
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot-secondary figcaption {
  inset-inline: 0.8rem;
  bottom: 0.8rem;
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot-detail figcaption {
  inset-inline: 0.8rem;
  bottom: 0.8rem;
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot-main figcaption {
  bottom: 1.15rem;
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot-secondary figcaption span {
  font-size: 0.68rem;
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot-secondary figcaption strong {
  font-size: 0.86rem;
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot-detail figcaption span {
  font-size: 0.68rem;
}

body[data-site-page="home"] .showroom-lumaglow-photo-slot-detail figcaption strong {
  font-size: 0.86rem;
}

@media (hover: hover) and (pointer: fine) {
  body[data-site-page="home"] .showroom-lumaglow-photo-slot:hover {
    --showroom-luma-card-lift: -12px;
    --showroom-luma-card-scale: 1.02;
    border-color: rgba(220, 190, 255, 0.42);
    box-shadow:
      0 42px 116px rgba(77, 39, 146, 0.42),
      0 0 46px rgba(190, 156, 255, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
    filter: saturate(1.06);
  }

  body[data-site-page="home"] .showroom-lumaglow-photo-slot:hover img {
    transform: translate(var(--image-pan-x, 0%), var(--image-pan-y, 0%)) scale(calc(var(--image-scale, 1) * 1.04));
    filter: saturate(1.08) contrast(1.04);
  }

  body[data-site-page="home"] .showroom-lumaglow-photo-slot-main:hover img {
    filter: brightness(1.14) contrast(1.05) saturate(1.08);
  }
}

body[data-site-page="home"].storefront-motion-ready .showroom-lumaglow-photo-slot::before {
  animation: heroGlassSweep 6.4s var(--storefront-motion-ease-soft) 1.2s infinite;
}

body[data-site-page="home"].storefront-motion-ready .showroom-lumaglow-photo-slot-secondary::before {
  animation-delay: 1.45s;
}

body[data-site-page="home"].storefront-motion-ready .showroom-lumaglow-photo-slot-detail::before {
  animation-delay: 1.7s;
}

body[data-site-page="home"] .showroom-product-showcase-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 0;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid rgba(229, 214, 255, 0.16);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
}

body[data-site-page="home"] .showroom-product-showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 4, 10, 0.06) 0%, rgba(5, 4, 10, 0.48) 45%, rgba(5, 4, 10, 0.92) 100%);
}

body[data-site-page="home"] .showroom-product-showcase-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

body[data-site-page="home"] .showroom-product-showcase-card span,
body[data-site-page="home"] .showroom-product-showcase-card h3,
body[data-site-page="home"] .showroom-product-showcase-card p,
body[data-site-page="home"] .showroom-product-showcase-card strong {
  position: relative;
  z-index: 2;
}

body[data-site-page="home"] .showroom-product-showcase-card span {
  margin: 0;
  color: #d8bdff;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

body[data-site-page="home"] .showroom-product-showcase-card h3 {
  margin: 0.42rem 0 0;
  color: #ffffff;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.05;
  letter-spacing: 0;
}

body[data-site-page="home"] .showroom-product-showcase-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0.48rem 0 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body[data-site-page="home"] .showroom-product-showcase-card strong {
  margin: 0;
  color: #f1e4ff;
}

body[data-site-page="home"] .showroom-carousel-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
}

body[data-site-page="home"] .showroom-carousel-controls {
  display: flex;
  gap: 0.55rem;
  flex: 0 0 auto;
}

body[data-site-page="home"] .showroom-carousel-controls button {
  display: grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  border: 1px solid rgba(24, 19, 32, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: #20172d;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

body[data-site-page="home"] .showroom-carousel {
  margin-top: 2.1rem;
  overflow: hidden;
}

body[data-site-page="home"] .showroom-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 32%);
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0.2rem 0 1rem;
}

body[data-site-page="home"] .showroom-carousel-track::-webkit-scrollbar {
  display: none;
}

body[data-site-page="home"] .showroom-carousel-card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  min-height: 24rem;
  overflow: hidden;
  border: 1px solid rgba(27, 22, 32, 0.1);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.64);
  color: #17131d;
  text-decoration: none;
  box-shadow: 0 24px 70px rgba(27, 22, 32, 0.08);
}

body[data-site-page="home"] .showroom-carousel-card img {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  object-fit: cover;
  display: block;
}

body[data-site-page="home"] .showroom-carousel-card span {
  display: block;
  margin: 1rem 1rem 0;
  font-size: 1.18rem;
  line-height: 1.18;
  font-weight: 850;
}

body[data-site-page="home"] .showroom-carousel-card p {
  margin: 0.72rem 1rem 1.1rem;
  color: rgba(21, 18, 25, 0.66);
  line-height: 1.55;
}

body[data-site-page="home"] .showroom-feature-media {
  display: grid;
  gap: 1rem;
}

body[data-site-page="home"] .showroom-feature-media img {
  width: 100%;
  aspect-ratio: 1 / 0.72;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.34);
}

body[data-site-page="home"] .showroom-feature-bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-site-page="home"] .showroom-feature-bullets li {
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

body[data-site-page="home"] .showroom-lightbox-feature .showroom-feature-grid-media {
  align-items: stretch;
}

body[data-site-page="home"] .showroom-lightbox-feature .showroom-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
}

body[data-site-page="home"] .showroom-lightbox-feature .showroom-feature-media {
  display: block;
  align-self: stretch;
  justify-self: end;
  width: min(100%, 44rem);
  height: auto;
  min-height: 0;
  aspect-ratio: 1;
  border-radius: 1rem;
  overflow: hidden;
  background: #050408;
}

body[data-site-page="home"] .showroom-lightbox-feature .showroom-feature-media img {
  width: auto;
  height: 100%;
  max-width: none;
  min-height: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: left center;
  border-radius: 0;
}

body[data-site-page="home"] .showroom-lightbox-feature .showroom-feature-bullets {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  margin-top: 1.2rem;
}

body[data-site-page="home"] .showroom-lightbox-feature .showroom-feature-bullets li {
  display: flex;
  align-items: center;
  min-height: 4.8rem;
}

body[data-site-page="home"] .showroom-placeholder-card {
  justify-content: end;
  min-height: 19rem;
  background:
    linear-gradient(135deg, rgba(83, 48, 143, 0.12), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.58));
}

body[data-site-page="home"] .showroom-placeholder-card::before {
  content: "Coming soon";
  margin: 1rem 1rem auto;
  align-self: start;
  padding: 0.42rem 0.65rem;
  border-radius: 999px;
  background: rgba(83, 48, 143, 0.1);
  color: #53308f;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

body[data-site-page="home"] .showroom-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
}

body[data-site-page="home"] .showroom-steps article {
  padding: 1.25rem;
  border: 1px solid rgba(229, 214, 255, 0.14);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.06);
}

body[data-site-page="home"] .showroom-steps span {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: rgba(216, 189, 255, 0.13);
  color: #f1e4ff;
  font-weight: 900;
}

body[data-site-page="home"] .showroom-steps h3 {
  margin: 1rem 0 0;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 0;
}

body[data-site-page="home"] .showroom-steps p {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.55;
}

body[data-site-page="home"] .showroom-centered-action {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

body[data-site-page="home"] .showroom-reviews .home-v2-reviews-grid {
  margin-top: 2.2rem;
}

body[data-site-page="home"] .showroom-reviews {
  padding: clamp(2.25rem, 4.2vw, 3.4rem) 0;
}

body[data-site-page="home"] .showroom-reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(1.25rem, 3.2vw, 2.5rem);
  align-items: stretch;
}

body[data-site-page="home"] .showroom-reviews-heading {
  max-width: 520px;
  align-self: center;
}

body[data-site-page="home"] .showroom-reviews-heading h2 {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  line-height: 0.98;
}

body[data-site-page="home"] .showroom-reviews-heading p {
  max-width: 29rem;
  font-size: 0.98rem;
  line-height: 1.6;
}

body[data-site-page="home"] .showroom-eyebrow-dark {
  color: rgba(83, 48, 143, 0.72);
}

body[data-site-page="home"] .showroom-review-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-top: 1rem;
}

body[data-site-page="home"] .showroom-review-trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.62rem;
  border: 1px solid rgba(83, 48, 143, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: rgba(33, 24, 47, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
}

body[data-site-page="home"] .showroom-review-dashboard {
  border-radius: 1rem;
  box-shadow: 0 22px 54px rgba(16, 18, 22, 0.14);
}

body[data-site-page="home"] .showroom-review-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
}

body[data-site-page="home"] .showroom-reviews .home-v2-card-meta {
  font-size: 0.66rem;
  letter-spacing: 0.16em;
}

body[data-site-page="home"] .showroom-reviews .home-v2-review-rating-row {
  gap: 0.42rem;
  margin-top: 0.35rem;
  align-items: center;
}

body[data-site-page="home"] .showroom-reviews .home-v2-review-rating-value {
  font-size: clamp(1.65rem, 2.8vw, 2.15rem);
  letter-spacing: -0.05em;
}

body[data-site-page="home"] .showroom-reviews .home-v2-review-summary-copy p {
  margin-top: 0.35rem;
  max-width: 28rem;
  font-size: 0.78rem;
  line-height: 1.48;
}

body[data-site-page="home"] .showroom-reviews .home-v2-review-button {
  min-height: 2.35rem;
  padding: 0.58rem 0.82rem;
  gap: 0.38rem;
  font-size: 0.72rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 0 18px rgba(194, 107, 255, 0.2);
}

body[data-site-page="home"] .showroom-review-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.65rem;
}

body[data-site-page="home"] .showroom-review-stats div {
  padding: 0.6rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.055);
}

body[data-site-page="home"] .showroom-review-stats span {
  display: block;
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.1;
}

body[data-site-page="home"] .showroom-review-stats small {
  display: block;
  margin-top: 0.22rem;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.68rem;
}

body[data-site-page="home"] .showroom-featured-review {
  margin: 1rem 0 0;
  padding: 1.15rem;
  border: 1px solid rgba(216, 189, 255, 0.18);
  border-radius: 0.85rem;
  background: linear-gradient(135deg, rgba(216, 189, 255, 0.12), rgba(255, 255, 255, 0.04));
}

body[data-site-page="home"] .showroom-featured-review-kicker {
  color: #d8bdff;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body[data-site-page="home"] .showroom-featured-review blockquote {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.12rem;
  line-height: 1.55;
}

body[data-site-page="home"] .showroom-featured-review figcaption {
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.86rem;
}

body[data-site-page="home"] .showroom-reviews .home-v2-review-panel-inner {
  padding: 0.95rem;
}

body[data-site-page="home"] .showroom-reviews .home-v2-review-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
  margin-top: 0.72rem;
  overflow: visible;
  padding: 0;
  scrollbar-width: auto;
}

body[data-site-page="home"] .showroom-reviews .home-v2-review-cards.is-review-scroller {
  display: flex;
  grid-template-columns: none;
  gap: 0.7rem;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  padding-right: 0;
  padding-bottom: 0.4rem;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(216, 180, 254, 0.44) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

body[data-site-page="home"] .showroom-reviews .home-v2-review-cards.is-review-scroller::-webkit-scrollbar {
  height: 0.42rem;
}

body[data-site-page="home"] .showroom-reviews .home-v2-review-cards.is-review-scroller::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

body[data-site-page="home"] .showroom-reviews .home-v2-review-cards.is-review-scroller::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(216, 180, 254, 0.42);
}

body[data-site-page="home"] .showroom-reviews .home-v2-review-cards.is-review-scroller .home-v2-review-card {
  flex: 0 0 clamp(17rem, 31%, 20rem);
  scroll-snap-align: start;
}

body[data-site-page="home"] .showroom-reviews .home-v2-review-card {
  flex: none;
  min-width: 0;
  gap: 0.62rem;
  padding: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.72rem;
  background: rgba(255, 255, 255, 0.052);
}

body[data-site-page="home"] .showroom-reviews .home-v2-review-avatar {
  width: 2.05rem;
  height: 2.05rem;
  font-size: 0.68rem;
}

body[data-site-page="home"] .showroom-reviews .home-v2-review-author {
  font-size: 0.86rem;
}

body[data-site-page="home"] .showroom-reviews .home-v2-review-stars-small {
  white-space: nowrap;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
}

body[data-site-page="home"] .showroom-reviews .home-v2-review-meta {
  font-size: 0.68rem;
  line-height: 1.35;
}

body[data-site-page="home"] .showroom-reviews .home-v2-review-copy p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 0.5rem;
  font-size: 0.78rem;
  line-height: 1.5;
}

body[data-site-page="home"] .showroom-reviews .home-v2-review-product {
  margin-top: 0.5rem;
  padding-top: 0.46rem;
  font-size: 0.66rem;
}

body[data-site-page="home"] .showroom-review-empty {
  grid-column: 1 / -1;
}

body[data-site-page="home"] .showroom-final-inner {
  max-width: 860px;
}

@media (prefers-reduced-motion: reduce) {
  body[data-site-page="home"] .showroom-carousel-track {
    scroll-behavior: auto;
  }

  body[data-site-page="home"] .showroom-hero-copy .home-v2-eyebrow,
  body[data-site-page="home"] .showroom-hero-title,
  body[data-site-page="home"] .showroom-hero-lede,
  body[data-site-page="home"] .showroom-action-row,
  body[data-site-page="home"] .showroom-hero-collage,
  body[data-site-page="home"] .showroom-hero-card,
  body[data-site-page="home"] .showroom-hero-card::before,
  body[data-site-page="home"] .showroom-hero-image img,
  body[data-site-page="home"] .showroom-lumaglow-photo-slot,
  body[data-site-page="home"] .showroom-lumaglow-photo-slot::before,
  body[data-site-page="home"] .showroom-selector-card {
    animation: none !important;
  }

  body[data-site-page="home"] .showroom-hero-card,
  body[data-site-page="home"] .showroom-lumaglow-photo-slot,
  body[data-site-page="home"] .showroom-selector-card,
  body[data-site-page="home"] .showroom-product-showcase-card {
    transition: none;
  }

  body[data-site-page="home"] .showroom-hero-copy .home-v2-eyebrow,
  body[data-site-page="home"] .showroom-hero-title,
  body[data-site-page="home"] .showroom-hero-lede,
  body[data-site-page="home"] .showroom-action-row,
  body[data-site-page="home"] .showroom-hero-collage,
  body[data-site-page="home"] .showroom-hero-card,
  body[data-site-page="home"] .showroom-hero-card::before,
  body[data-site-page="home"] .showroom-hero-image img,
  body[data-site-page="home"] .showroom-lumaglow-photo-slot,
  body[data-site-page="home"] .showroom-lumaglow-photo-slot::before,
  body[data-site-page="home"] .showroom-selector-card {
    transform: none !important;
  }

  body[data-site-page="home"] .showroom-lumaglow-photo-slot img {
    transition: none;
  }
}

@media (max-width: 1180px) and (min-width: 1041px) {
  body[data-site-page="home"] .showroom-hero {
    min-height: clamp(32rem, calc(86svh - 64px), 40rem);
    padding-top: clamp(2.8rem, 5.6vh, 3.6rem);
    padding-bottom: 2rem;
  }

  body[data-site-page="home"] .showroom-hero-inner {
    width: min(100%, calc(100% - 2rem));
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 1.45rem;
  }

  body[data-site-page="home"] .showroom-hero-title {
    font-size: clamp(3.05rem, 5.2vw, 3.9rem);
    line-height: 0.99;
  }

  body[data-site-page="home"] .showroom-hero-lede {
    max-width: 34rem;
    font-size: 0.98rem;
    line-height: 1.48;
  }

  body[data-site-page="home"] .showroom-hero-copy .showroom-action-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
    max-width: 33rem;
    gap: 0.72rem;
  }

  body[data-site-page="home"] .showroom-hero-copy .home-v2-cta {
    width: 100%;
    padding-inline: 1rem;
    font-size: 0.86rem;
  }

  body[data-site-page="home"] .showroom-hero-copy .showroom-text-link {
    grid-column: 1 / -1;
    min-height: 2.2rem;
    justify-content: flex-start;
  }

  body[data-site-page="home"] .showroom-hero-collage {
    --showroom-hero-feature-height: clamp(13rem, 24vw, 16rem);
    --showroom-hero-side-height: clamp(9.5rem, 16vw, 12rem);
  }
}

@media (max-width: 1040px) {
  body[data-site-page="home"] .showroom-hero-inner,
  body[data-site-page="home"] .showroom-feature-grid,
  body[data-site-page="home"] .showroom-feature-grid-media,
  body[data-site-page="home"] .showroom-reviews-layout {
    grid-template-columns: 1fr;
  }

  body[data-site-page="home"] .showroom-hero {
    min-height: auto;
  }

  body[data-site-page="home"] .showroom-lumaglow-feature {
    --showroom-lumaglow-panel-height: auto;
  }

  body[data-site-page="home"] .showroom-hero-collage {
    --showroom-hero-feature-height: clamp(14rem, 38vw, 21rem);
    --showroom-hero-side-height: clamp(10.5rem, 24vw, 14rem);
    width: min(880px, 100%);
    height: auto;
    margin-top: 0;
  }

  body[data-site-page="home"] .showroom-lumaglow-feature .showroom-feature-copy {
    min-height: auto;
    width: 100%;
    max-width: none;
    padding: 0;
  }

  body[data-site-page="home"] .showroom-lumaglow-feature .showroom-feature-copy h2,
  body[data-site-page="home"] .showroom-lumaglow-feature .showroom-feature-copy p,
  body[data-site-page="home"] .showroom-lumaglow-feature .showroom-action-row {
    grid-column: 1;
    grid-row: auto;
  }

  body[data-site-page="home"] .showroom-lumaglow-feature .showroom-action-row {
    justify-content: flex-start;
    white-space: normal;
  }

  body[data-site-page="home"] .showroom-lumaglow-feature .showroom-feature-grid {
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 5vw, 2.5rem);
    align-items: start;
  }

  body[data-site-page="home"] .showroom-lumaglow-media-stack {
    align-items: stretch;
    align-self: center;
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    margin-inline: 0;
  }

  body[data-site-page="home"] .showroom-lumaglow-photo-slot-main {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  body[data-site-page="home"] .showroom-lumaglow-photo-slot-secondary {
    width: 100%;
    height: auto;
    transform: translate3d(0, 0, 0);
  }

  body[data-site-page="home"] .showroom-lumaglow-photo-slot-detail {
    width: 100%;
    height: auto;
  }

  body[data-site-page="home"] .showroom-selector-grid,
  body[data-site-page="home"] .showroom-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-site-page="home"] .showroom-hero-title {
    font-size: 4.5rem;
  }

  body[data-site-page="home"] .showroom-section-heading h2,
  body[data-site-page="home"] .showroom-feature-copy h2,
  body[data-site-page="home"] .showroom-final-inner h2 {
    font-size: 3.4rem;
  }
}

@media (max-width: 760px) {
  body[data-site-page="home"] .showroom-section {
    padding: 3.6rem 0;
  }

  body[data-site-page="home"] .showroom-reviews {
    padding: 2rem 0;
  }

  body[data-site-page="home"] .showroom-reviews-layout {
    gap: 1rem;
  }

  body[data-site-page="home"] .showroom-lumaglow-feature {
    --showroom-lumaglow-panel-height: auto;
  }

  body[data-site-page="home"] .showroom-lumaglow-feature .showroom-feature-grid {
    display: flex;
    flex-direction: column;
    gap: clamp(1.35rem, 6vw, 2rem);
    min-height: 0;
  }

  body[data-site-page="home"] .showroom-lumaglow-feature .showroom-feature-copy {
    width: 100%;
    padding: 0;
  }

  body[data-site-page="home"] .showroom-lumaglow-media-stack {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    margin-inline: auto;
  }

  body[data-site-page="home"] .showroom-lumaglow-photo-slot-main::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 40%, rgba(4, 4, 8, 0.16)),
      radial-gradient(70% 70% at 14% 12%, rgba(255, 255, 255, 0.12), transparent 44%);
  }

  body[data-site-page="home"] .showroom-lumaglow-photo-slot-main img {
    object-position: 50% 50%;
  }

  body[data-site-page="home"] .showroom-hero {
    min-height: auto;
    padding-top: 2rem;
  }

  body[data-site-page="home"] .showroom-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
  }

  body[data-site-page="home"] .showroom-hero-copy {
    display: contents;
    max-width: none;
  }

  body[data-site-page="home"] .showroom-hero-copy .home-v2-eyebrow {
    order: 1;
  }

  body[data-site-page="home"] .showroom-hero-title {
    order: 2;
    max-width: none;
    font-size: 3rem;
  }

  body[data-site-page="home"] .showroom-hero-collage {
    order: 3;
    width: 100%;
    max-width: none;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 0.75rem;
  }

  body[data-site-page="home"] .showroom-hero-card {
    aspect-ratio: 1 / 0.72;
    min-height: clamp(10.5rem, 42vw, 16rem);
  }

  body[data-site-page="home"] .showroom-hero-card-edge,
  body[data-site-page="home"] .showroom-hero-card-lightbox {
    width: 100%;
    aspect-ratio: 1.42 / 1;
    min-height: 0;
  }

  body[data-site-page="home"] .showroom-hero-card-scroll {
    grid-column: 1 / -1;
    aspect-ratio: 1 / 0.58;
    min-height: clamp(16rem, 62vw, 23rem);
  }

  body[data-site-page="home"] .showroom-hero-card-lightbox {
    grid-column: auto;
  }

  body[data-site-page="home"] .showroom-hero-lede {
    order: 4;
    max-width: none;
    margin-top: 0;
    font-size: 1.03rem;
  }

  body[data-site-page="home"] .showroom-hero-copy .showroom-action-row {
    order: 5;
  }

  body[data-site-page="home"] .showroom-section-heading h2,
  body[data-site-page="home"] .showroom-feature-copy h2,
  body[data-site-page="home"] .showroom-final-inner h2 {
    font-size: 2.45rem;
  }

  body[data-site-page="home"] .showroom-reviews-heading h2 {
    font-size: 2rem;
  }

  body[data-site-page="home"] .showroom-reviews-heading p {
    font-size: 0.86rem;
    line-height: 1.5;
  }

  body[data-site-page="home"] .showroom-review-trust-row {
    display: none;
  }

  body[data-site-page="home"] .showroom-card-title {
    font-size: 1.1rem;
  }

  body[data-site-page="home"] .showroom-card-footer {
    font-size: 0.78rem;
  }

  body[data-site-page="home"] .showroom-hero-card::after {
    height: 40%;
  }

  body[data-site-page="home"] .showroom-hero-card-copy {
    bottom: 2.45rem;
    gap: 0;
  }

  body[data-site-page="home"] .showroom-product-badge {
    padding: 0.36rem 0.52rem;
    font-size: 0.62rem;
  }

  body[data-site-page="home"] .showroom-selector-card h3 {
    font-size: 1.45rem;
  }

  body[data-site-page="home"] .showroom-action-row,
  body[data-site-page="home"] .showroom-hero-copy {
    align-items: stretch;
  }

  body[data-site-page="home"] .showroom-action-row,
  body[data-site-page="home"] .showroom-carousel-top {
    flex-direction: column;
  }

  body[data-site-page="home"] .showroom-action-row .home-v2-cta,
  body[data-site-page="home"] .showroom-text-link {
    width: 100%;
    justify-content: center;
  }

  body[data-site-page="home"] .showroom-review-summary {
    grid-template-columns: 1fr;
  }

  body[data-site-page="home"] .showroom-review-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-site-page="home"] .showroom-reviews .home-v2-review-cards {
    display: flex;
    grid-template-columns: none;
    gap: 0.7rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 0.35rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  body[data-site-page="home"] .showroom-reviews .home-v2-review-card {
    flex: 0 0 min(18rem, 84vw);
    scroll-snap-align: start;
  }

  body[data-site-page="home"] .showroom-reviews .home-v2-review-cards.is-review-scroller {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 0;
    padding-bottom: 0.35rem;
    scroll-snap-type: x proximity;
  }

  body[data-site-page="home"] .showroom-reviews .home-v2-review-cards.is-review-scroller .home-v2-review-card {
    flex: 0 0 min(18rem, 84vw);
    width: auto;
  }

  body[data-site-page="home"] .showroom-review-summary .home-v2-review-button {
    width: 100%;
    justify-content: center;
  }

  body[data-site-page="home"] .showroom-reviews .home-v2-review-panel-inner {
    padding: 0.85rem;
  }

  body[data-site-page="home"] .showroom-selector-grid,
  body[data-site-page="home"] .showroom-steps,
  body[data-site-page="home"] .showroom-feature-bullets {
    grid-template-columns: 1fr;
  }

  body[data-site-page="home"] .showroom-lumaglow-media-stack {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  body[data-site-page="home"] .showroom-product-duo {
    grid-template-columns: 1fr;
  }

  body[data-site-page="home"] .showroom-product-showcase-card {
    padding: 0.85rem;
  }

  body[data-site-page="home"] .showroom-lightbox-feature .showroom-feature-copy {
    justify-content: start;
  }

  body[data-site-page="home"] .showroom-lightbox-feature .showroom-feature-media {
    justify-self: stretch;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  body[data-site-page="home"] .showroom-lightbox-feature .showroom-feature-media img {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 22rem;
    aspect-ratio: 1 / 0.72;
  }

  body[data-site-page="home"] .showroom-hero-card-scroll {
    grid-row: auto;
  }

  body[data-site-page="home"] .showroom-hero-card {
    border-radius: 1.1rem;
  }

  body[data-site-page="home"] .showroom-hero-image,
  body[data-site-page="home"] .showroom-hero-card-scroll .showroom-hero-image {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }

  body[data-site-page="home"] .showroom-carousel-track {
    grid-auto-columns: minmax(82%, 82%);
  }

  body[data-site-page="home"] .showroom-carousel-card {
    min-height: 22rem;
  }
}

@media (max-width: 560px) {
  body[data-site-page="home"] .showroom-lightbox-feature .showroom-feature-bullets {
    grid-template-columns: 1fr;
  }

  body[data-site-page="home"] .showroom-lightbox-feature .showroom-feature-bullets li {
    min-height: auto;
  }

  body[data-site-page="home"] .showroom-lightbox-feature .showroom-feature-media img {
    min-height: 16rem;
  }

  body[data-site-page="home"] .showroom-lumaglow-media-stack {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: min(100%, calc(100vw - 1.5rem));
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  body[data-site-page="home"] .showroom-lumaglow-feature .showroom-feature-copy h2 {
    font-size: clamp(2.35rem, 10vw, 2.72rem);
    line-height: 1.04;
  }

  body[data-site-page="home"] .showroom-lumaglow-feature .showroom-feature-copy p {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  body[data-site-page="home"] .showroom-lumaglow-photo-slot-main {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  body[data-site-page="home"] .showroom-lumaglow-photo-slot-secondary {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  body[data-site-page="home"] .showroom-lumaglow-photo-slot-detail {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  body[data-site-page="home"] .showroom-lumaglow-photo-slot figcaption {
    inset-inline: 0.75rem;
    bottom: 0.75rem;
  }

  body[data-site-page="home"] .showroom-product-duo {
    grid-template-rows: auto;
  }

  body[data-site-page="home"] .showroom-product-showcase-card {
    min-height: 14rem;
    aspect-ratio: 1 / 0.62;
  }

  body[data-site-page="home"] .showroom-hero-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  body[data-site-page="home"] .showroom-hero-card {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 0.68;
    min-height: 10rem;
  }

  body[data-site-page="home"] .showroom-hero-card-scroll {
    grid-column: 1 / -1;
    aspect-ratio: 2 / 1;
    min-height: 0;
  }

  body[data-site-page="home"] .showroom-hero-card-lightbox {
    grid-column: auto;
  }

  body[data-site-page="home"] .showroom-hero-card-edge .showroom-hero-card-copy,
  body[data-site-page="home"] .showroom-hero-card-lightbox .showroom-hero-card-copy {
    bottom: 2.15rem;
  }

  body[data-site-page="home"] .showroom-hero-card-edge .showroom-card-footer,
  body[data-site-page="home"] .showroom-hero-card-lightbox .showroom-card-footer {
    gap: 0.4rem;
    font-size: 0.58rem;
    line-height: 1.1;
  }

}

@media (max-width: 340px) {
  body[data-site-page="home"] .showroom-hero-collage {
    grid-template-columns: 1fr;
  }

  body[data-site-page="home"] .showroom-hero-card-edge,
  body[data-site-page="home"] .showroom-hero-card-lightbox {
    aspect-ratio: 1 / 0.62;
    min-height: 11rem;
  }
}

@media (max-width: 480px) {
  body[data-site-page="home"] .showroom-hero-title {
    font-size: 2.55rem;
  }

  body[data-site-page="home"] .showroom-carousel-track {
    grid-auto-columns: minmax(92%, 92%);
  }

  body[data-site-page="home"] .showroom-hero-card-copy {
    inset-inline: 0.85rem;
    bottom: 2.75rem;
  }

  body[data-site-page="home"] .showroom-card-footer {
    inset-inline: 0.85rem;
    bottom: 0.8rem;
  }
}


/* Storefront footer transition polish */
body.home-v2-page .footer,
body.home-v2-storefront-page .footer,
body[data-site-page].home-v2-page .footer,
body[data-site-page].home-v2-storefront-page .footer {
  position: relative;
  isolation: isolate;
  overflow: visible;
  margin-top: -1px;
  padding-top: clamp(2.35rem, 4vw, 3.35rem);
  background: #f6f3ec;
}

body.home-v2-page .footer::before,
body.home-v2-storefront-page .footer::before,
body[data-site-page].home-v2-page .footer::before,
body[data-site-page].home-v2-storefront-page .footer::before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: clamp(-3.85rem, -5vw, -2.75rem);
  height: clamp(4.15rem, 5.8vw, 5.8rem);
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(246, 243, 236, 0) 0%, rgba(246, 243, 236, 0.72) 52%, #f6f3ec 100%);
}

body.home-v2-page .footer::after,
body.home-v2-storefront-page .footer::after,
body[data-site-page].home-v2-page .footer::after,
body[data-site-page].home-v2-storefront-page .footer::after {
  display: none !important;
}

body.home-v2-page .footer > .home-v2-container,
body.home-v2-storefront-page .footer > .home-v2-container,
body[data-site-page].home-v2-page .footer > .home-v2-container,
body[data-site-page].home-v2-storefront-page .footer > .home-v2-container {
  position: relative;
  z-index: 1;
}

body.home-v2-page .home-v2-footer-card,
body.home-v2-storefront-page .home-v2-footer-card,
body[data-site-page].home-v2-page .home-v2-footer-card,
body[data-site-page].home-v2-storefront-page .home-v2-footer-card {
  border-color: rgba(204, 184, 255, 0.2);
  background:
    radial-gradient(48rem circle at 86% 14%, rgba(111, 72, 204, 0.3), transparent 58%),
    radial-gradient(38rem circle at 8% 4%, rgba(162, 120, 255, 0.16), transparent 50%),
    linear-gradient(180deg, rgba(33, 27, 51, 0.98) 0%, rgba(13, 11, 24, 0.99) 100%);
  box-shadow:
    0 28px 80px rgba(28, 19, 50, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (max-width: 720px) {
  body.home-v2-page .footer,
  body.home-v2-storefront-page .footer,
  body[data-site-page].home-v2-page .footer,
  body[data-site-page].home-v2-storefront-page .footer {
    padding-top: 2.85rem;
  }

  body.home-v2-page .footer::before,
  body.home-v2-storefront-page .footer::before,
  body[data-site-page].home-v2-page .footer::before,
  body[data-site-page].home-v2-storefront-page .footer::before {
    top: -3.35rem;
    height: 4.6rem;
  }
}


/* Contact phone-width cap */
@media (max-width: 520px) {
  body[data-site-page="contact"] .contact-page-copy,
  body[data-site-page="contact"] .contact-page-actions,
  body[data-site-page="contact"] .contact-page-proof-row,
  body[data-site-page="contact"] .contact-page-visual-strip,
  body[data-site-page="contact"] .contact-inquiry-panel,
  body[data-site-page="contact"] .contact-section-heading,
  body[data-site-page="contact"] .contact-notes-grid,
  body[data-site-page="contact"] .contact-path-grid,
  body[data-site-page="contact"] .contact-link-list {
    width: 100%;
    max-width: 370px;
  }

  body[data-site-page="contact"] .contact-page-visual-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-site-page="contact"] .contact-page-visual-small {
    display: none;
  }

  body[data-site-page="contact"] .contact-inquiry-panel h2,
  body[data-site-page="contact"] .contact-section-heading h2,
  body[data-site-page="contact"] .contact-path-copy h2 {
    font-size: 1.95rem;
  }
}


/* Storefront SEO crawlable sections */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-catalog-section {
  padding-top: clamp(1.15rem, 2.8vw, 2.4rem);
  padding-bottom: clamp(3rem, 5vw, 5rem);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-seo-section {
  position: relative;
  isolation: isolate;
  padding: clamp(4rem, 6vw, 6.5rem) 0;
  color: rgba(248, 247, 252, 0.92);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-seo-band {
  background:
    radial-gradient(circle at 12% 18%, rgba(151, 113, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-seo-container {
  max-width: 1180px;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-seo-kicker {
  margin: 0 0 0.8rem;
  color: rgba(216, 198, 255, 0.9);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-seo-section h2 {
  max-width: 13.5ch;
  margin: 0;
  color: #fff;
  font-family: var(--home-v2-font-display);
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-wrap: balance;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-seo-section h3 {
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
  letter-spacing: 0;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-seo-section p {
  margin: 0.8rem 0 0;
  color: rgba(230, 226, 240, 0.66);
  font-size: 1rem;
  line-height: 1.72;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-seo-grid,
body[data-site-page="shop"].home-v2-storefront-page .shop-seo-list-grid,
body[data-site-page="shop"].home-v2-storefront-page .shop-faq-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-seo-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-site-page="shop"].home-v2-storefront-page .shop-seo-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-site-page="shop"].home-v2-storefront-page .shop-seo-list-grid,
body[data-site-page="shop"].home-v2-storefront-page .shop-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-site-page="shop"].home-v2-storefront-page .shop-seo-grid article,
body[data-site-page="shop"].home-v2-storefront-page .shop-seo-list-grid article,
body[data-site-page="shop"].home-v2-storefront-page .shop-faq-grid article,
.legacy-product-fallback .legacy-product-grid a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.055);
  padding: 1.25rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 22px 70px rgba(8, 4, 22, 0.24);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-seo-split,
body[data-site-page="shop"].home-v2-storefront-page .shop-seo-cta-panel,
.luma-static-related-grid,
.lightbox-static-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: start;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: flex-end;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-seo-cta-panel {
  border: 1px solid rgba(216, 198, 255, 0.18);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 10% 10%, rgba(187, 132, 255, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.055);
  padding: clamp(1.5rem, 3vw, 2.4rem);
}

body[data-site-page="shop"].home-v2-storefront-page main > section {
  position: relative;
  overflow: hidden;
}

body[data-site-page="shop"].home-v2-storefront-page main > section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

body[data-site-page="shop"].home-v2-storefront-page main > section > .container {
  position: relative;
  z-index: 1;
}

body[data-site-page="shop"].home-v2-storefront-page main > section:first-of-type,
body[data-site-page="shop"].home-v2-storefront-page main > section:nth-of-type(even) {
  background:
    linear-gradient(rgba(190, 156, 255, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(190, 156, 255, 0.034) 1px, transparent 1px),
    radial-gradient(circle at 12% 8%, rgba(122, 88, 232, 0.24), transparent 28%),
    radial-gradient(circle at 88% 80%, rgba(85, 47, 182, 0.2), transparent 30%),
    linear-gradient(180deg, #161624 0%, #0c0d17 46%, #06070f 100%);
  background-size: 64px 64px, 64px 64px, auto, auto, auto;
}

body[data-site-page="shop"].home-v2-storefront-page main > section:nth-of-type(odd):not(:first-of-type) {
  background:
    radial-gradient(circle at 12% 14%, rgba(150, 120, 255, 0.13), transparent 32%),
    radial-gradient(circle at 88% 78%, rgba(92, 64, 180, 0.1), transparent 34%),
    linear-gradient(180deg, var(--brand-white) 0%, var(--brand-white-soft) 100%);
  color: #181521;
}

body[data-site-page="shop"].home-v2-storefront-page main > section:nth-of-type(odd):not(:first-of-type)::before {
  background-image:
    linear-gradient(rgba(55, 42, 86, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55, 42, 86, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.58;
}

body[data-site-page="shop"].home-v2-storefront-page main > .shop-seo-section:nth-of-type(odd):not(:first-of-type) .shop-seo-kicker {
  color: #6d4dd1;
}

body[data-site-page="shop"].home-v2-storefront-page main > .shop-seo-section:nth-of-type(odd):not(:first-of-type) h2,
body[data-site-page="shop"].home-v2-storefront-page main > .shop-seo-section:nth-of-type(odd):not(:first-of-type) h3 {
  color: #181521;
}

body[data-site-page="shop"].home-v2-storefront-page main > .shop-seo-section:nth-of-type(odd):not(:first-of-type) p {
  color: rgba(31, 27, 43, 0.68);
}

body[data-site-page="shop"].home-v2-storefront-page main > .shop-seo-section:nth-of-type(odd):not(:first-of-type) .shop-seo-grid article,
body[data-site-page="shop"].home-v2-storefront-page main > .shop-seo-section:nth-of-type(odd):not(:first-of-type) .shop-seo-list-grid article,
body[data-site-page="shop"].home-v2-storefront-page main > .shop-seo-section:nth-of-type(odd):not(:first-of-type) .shop-faq-grid article {
  border-color: rgba(41, 31, 68, 0.12);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 22px 60px rgba(39, 28, 72, 0.1);
}

body[data-site-page="shop"].home-v2-storefront-page main > .shop-seo-section:nth-of-type(odd):not(:first-of-type).shop-seo-band {
  border-block: 1px solid rgba(41, 31, 68, 0.1);
}

body[data-site-page="shop"].home-v2-storefront-page main > .shop-seo-section:nth-of-type(odd):not(:first-of-type).shop-seo-cta .shop-seo-cta-panel {
  border-color: rgba(41, 31, 68, 0.12);
  background:
    radial-gradient(circle at 10% 10%, rgba(151, 113, 255, 0.13), transparent 34%),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 26px 70px rgba(39, 28, 72, 0.12);
}

body[data-site-page="shop"].home-v2-storefront-page main > .shop-seo-section:nth-of-type(odd):not(:first-of-type) .button-secondary {
  border-color: rgba(41, 31, 68, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: #211934;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 14px 34px rgba(39, 28, 72, 0.1);
}

.legacy-product-fallback {
  width: min(1120px, calc(100% - 2rem));
  margin: clamp(3rem, 6vw, 5rem) auto;
  color: rgba(248, 247, 252, 0.9);
}

.legacy-product-fallback h1 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-family: var(--home-v2-font-display);
  font-size: clamp(2.5rem, 5vw, 5rem);
  letter-spacing: 0;
  line-height: 1;
}

.legacy-product-fallback p {
  max-width: 48rem;
  color: rgba(230, 226, 240, 0.68);
  line-height: 1.7;
}

.legacy-product-kicker {
  color: rgba(216, 198, 255, 0.9) !important;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.legacy-product-grid,
.luma-related-link-grid,
.lightbox-static-list-grid {
  display: grid;
  gap: 1rem;
}

.legacy-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.legacy-product-grid a,
.luma-related-link-grid a {
  display: grid;
  gap: 0.65rem;
  color: #fff;
}

.legacy-product-grid span,
.luma-related-link-grid small {
  color: rgba(230, 226, 240, 0.66);
  line-height: 1.6;
}

body.luma-product-detail-page .luma-static-modes-section,
body.luma-product-detail-page .luma-static-related-section,
body.luma-product-detail-page .luma-static-cta-section,
body.lightbox-product-detail-page .lightbox-static-info-section {
  padding: clamp(4rem, 6vw, 6rem) 0;
}

body.luma-product-detail-page .luma-static-card-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.luma-product-detail-page .luma-static-related-grid,
body.luma-product-detail-page .luma-static-cta-panel {
  color: rgba(248, 247, 252, 0.9);
}

body.luma-product-detail-page .luma-static-related-grid h2,
body.luma-product-detail-page .luma-static-cta-panel h2,
body.lightbox-product-detail-page .lightbox-static-info-grid h2 {
  margin: 1rem 0 0;
  color: #fff;
  font-family: var(--home-v2-font-display);
  font-size: clamp(2.7rem, 5vw, 5rem);
  letter-spacing: 0;
  line-height: 1;
  text-wrap: balance;
}

body.luma-product-detail-page .luma-static-related-grid p,
body.luma-product-detail-page .luma-static-cta-panel p,
body.lightbox-product-detail-page .lightbox-static-info-grid p {
  color: rgba(230, 226, 240, 0.66);
  line-height: 1.72;
}

body.luma-product-detail-page .luma-related-link-grid a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.055);
  padding: 1.2rem;
}

body.luma-product-detail-page .luma-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.luma-product-detail-page .luma-static-cta-panel {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  border: 1px solid rgba(216, 198, 255, 0.18);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.055);
  padding: clamp(1.5rem, 3vw, 2.4rem);
}

body.lightbox-product-detail-page .lightbox-static-info-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(188, 132, 255, 0.22), transparent 32%),
    transparent;
}

body.lightbox-product-detail-page .lightbox-static-list-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.lightbox-product-detail-page .lightbox-static-list-grid article {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.055);
  padding: 1.2rem;
  color: #fff;
}

body.lightbox-product-detail-page .lightbox-use-section .lightbox-faq-grid article {
  border-color: rgba(17, 19, 25, 0.1);
  background: rgba(255, 255, 255, 0.62);
  color: var(--lightbox-ink);
}

@media (max-width: 980px) {
  body[data-site-page="shop"].home-v2-storefront-page .shop-seo-grid-three,
  body[data-site-page="shop"].home-v2-storefront-page .shop-seo-grid-four,
  body[data-site-page="shop"].home-v2-storefront-page .shop-seo-list-grid,
  body[data-site-page="shop"].home-v2-storefront-page .shop-faq-grid,
  body[data-site-page="shop"].home-v2-storefront-page .shop-seo-split,
  body[data-site-page="shop"].home-v2-storefront-page .shop-seo-cta-panel,
  .legacy-product-grid,
  .luma-static-related-grid,
  .lightbox-static-info-grid,
  body.luma-product-detail-page .luma-static-card-grid,
  body.luma-product-detail-page .luma-faq-grid,
  body.lightbox-product-detail-page .lightbox-static-list-grid {
    grid-template-columns: 1fr;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-seo-actions,
  body.luma-product-detail-page .luma-static-cta-panel {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  body[data-site-page="shop"].home-v2-storefront-page .page-hero h1 {
    white-space: normal;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-seo-section,
  body.luma-product-detail-page .luma-static-modes-section,
  body.luma-product-detail-page .luma-static-related-section,
  body.luma-product-detail-page .luma-static-cta-section,
  body.lightbox-product-detail-page .lightbox-static-info-section {
    padding-block: 3rem;
  }

  body.luma-product-detail-page .luma-static-cta-panel {
    display: grid;
  }
}


/* FAQ and policy hub */
body.faq-policy-page.home-v2-storefront-page {
  --faq-ink: var(--brand-white);
  --faq-muted: rgba(236, 231, 247, 0.68);
  --faq-soft: rgba(236, 231, 247, 0.5);
  --faq-line: var(--brand-line-dark);
  --faq-line-strong: rgba(202, 185, 255, 0.24);
  --faq-panel: rgba(255, 255, 255, 0.06);
  --faq-panel-strong: rgba(26, 23, 43, 0.82);
  --faq-cream: var(--brand-white-soft);
  --faq-cream-ink: var(--brand-ink);
  overflow-x: hidden;
  color: var(--faq-ink);
  background:
    radial-gradient(circle at 18% 0%, rgba(142, 104, 255, 0.2), transparent 32rem),
    radial-gradient(circle at 84% 18%, rgba(118, 89, 222, 0.14), transparent 28rem),
    linear-gradient(180deg, #090912 0%, #070711 42%, #05050b 100%);
}

body.faq-policy-page .faq-policy-main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

body.faq-policy-page .faq-policy-main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(201, 182, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 182, 255, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), transparent 70%);
}

body.faq-policy-page .faq-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
}

body.faq-policy-page .faq-hero {
  position: relative;
  min-height: calc(100svh - 4.4rem);
  display: flex;
  align-items: center;
  padding: clamp(4rem, 7vw, 7rem) 0 clamp(4.25rem, 6vw, 6rem);
}

body.faq-policy-page .faq-hero::after,
body.faq-policy-page .shipping-policy-hero::after {
  display: none;
}

body.faq-policy-page .faq-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(24rem, 0.78fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: center;
}

body.faq-policy-page .faq-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin-bottom: 1.35rem;
  color: rgba(236, 231, 247, 0.55);
  font-size: 0.88rem;
}

body.faq-policy-page .faq-breadcrumbs a {
  color: rgba(255, 255, 255, 0.78);
}

body.faq-policy-page .faq-kicker {
  margin: 0 0 0.9rem;
  color: rgba(221, 204, 255, 0.92);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.faq-policy-page h1,
body.faq-policy-page h2,
body.faq-policy-page h3 {
  margin: 0;
  color: var(--faq-ink);
  font-family: var(--home-v2-font-display, var(--font-display));
  letter-spacing: 0;
  line-height: 1;
  text-wrap: balance;
}

body.faq-policy-page .faq-hero h1 {
  max-width: 10ch;
  font-size: clamp(3.35rem, 8.8vw, 7.6rem);
  font-weight: 750;
}

body.faq-policy-page .faq-lead {
  max-width: 56ch;
  margin: 1.35rem 0 0;
  color: var(--faq-muted);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.68;
}

body.faq-policy-page .faq-hero-actions,
body.faq-policy-page .faq-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

body.faq-policy-page .home-v2-cta {
  min-height: 3.2rem;
  border-radius: 999px;
}

body.faq-policy-page .faq-hero-media {
  position: relative;
  min-height: 34rem;
}

body.faq-policy-page .faq-hero-image {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #06060c;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

body.faq-policy-page .faq-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.faq-policy-page .faq-hero-image-large {
  inset: 0 12% 5rem 0;
  border-radius: 1.45rem;
}

body.faq-policy-page .faq-hero-image-small {
  right: 0;
  bottom: 0;
  width: min(42%, 15rem);
  aspect-ratio: 1;
  border-radius: 1.25rem;
}

body.faq-policy-page .faq-hero-note {
  position: absolute;
  right: 7%;
  top: 6%;
  width: min(18rem, 72%);
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.15rem;
  background: rgba(9, 8, 18, 0.76);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

body.faq-policy-page .faq-hero-note span {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(221, 204, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

body.faq-policy-page .faq-hero-note strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.2;
}

body.faq-policy-page .faq-hero-note p {
  margin: 0.55rem 0 0;
  color: rgba(236, 231, 247, 0.66);
  font-size: 0.9rem;
  line-height: 1.52;
}

body.faq-policy-page .faq-summary-band,
body.faq-policy-page .faq-question-section,
body.faq-policy-page .faq-final-section {
  position: relative;
  z-index: 1;
}

body.faq-policy-page .faq-summary-band {
  padding: clamp(3.25rem, 5vw, 5rem) 0;
  background: var(--faq-cream);
  color: var(--faq-cream-ink);
}

body.faq-policy-page.shipping-policy-page .faq-summary-band {
  background: transparent;
}

body.faq-policy-page .faq-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

body.faq-policy-page .faq-summary-grid article {
  position: relative;
  min-height: 13rem;
  overflow: hidden;
  padding: 1.25rem;
  border: 1px solid rgba(29, 24, 42, 0.1);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 20px 60px rgba(30, 22, 50, 0.1);
}

body.faq-policy-page .shipping-policy-page .faq-summary-grid article,
body.faq-policy-page.shipping-policy-page .faq-summary-grid article {
  border-color: var(--faq-line);
  background: var(--faq-panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 20px 60px rgba(0, 0, 0, 0.2);
}

body.faq-policy-page .faq-summary-grid span {
  color: rgba(101, 71, 169, 0.78);
  font-size: 0.74rem;
  font-weight: 850;
}

body.faq-policy-page.shipping-policy-page .faq-summary-grid span {
  color: rgba(221, 204, 255, 0.88);
}

body.faq-policy-page .faq-summary-grid h2 {
  max-width: 11ch;
  margin-top: 2.5rem;
  color: var(--faq-cream-ink);
  font-size: clamp(1.55rem, 2.3vw, 2.2rem);
}

body.faq-policy-page.shipping-policy-page .faq-summary-grid h2 {
  color: #fff;
}

body.faq-policy-page .faq-summary-grid p,
body.faq-policy-page .faq-section-heading p,
body.faq-policy-page .faq-topic-card p,
body.faq-policy-page .faq-final-panel p {
  color: var(--faq-muted);
  line-height: 1.68;
}

body.faq-policy-page .faq-summary-grid p {
  margin: 0.85rem 0 0;
  color: rgba(39, 35, 51, 0.68);
}

body.faq-policy-page.shipping-policy-page .faq-summary-grid p {
  color: var(--faq-muted);
}

body.faq-policy-page .faq-policy-section {
  position: relative;
  z-index: 1;
  padding: clamp(4.5rem, 7vw, 7.5rem) 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(170, 122, 255, 0.18), transparent 34%),
    linear-gradient(180deg, #090912, #06060d);
}

body.faq-policy-page .faq-policy-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

body.faq-policy-page .faq-section-heading h2 {
  max-width: 13ch;
  font-size: clamp(2.5rem, 5vw, 5rem);
}

body.faq-policy-page .faq-section-heading p {
  max-width: 58ch;
  margin: 1rem 0 0;
}

body.faq-policy-page .faq-section-heading a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(221, 204, 255, 0.45);
  text-underline-offset: 0.18em;
}

body.faq-policy-page .faq-policy-panel {
  overflow: hidden;
  border: 1px solid var(--faq-line-strong);
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(180, 120, 255, 0.18), transparent 36%),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

body.faq-policy-page .faq-policy-list {
  display: grid;
  margin: 0;
}

body.faq-policy-page .faq-policy-list div {
  display: grid;
  grid-template-columns: minmax(10rem, 0.35fr) minmax(0, 0.65fr);
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

body.faq-policy-page .faq-policy-list div:last-child {
  border-bottom: 0;
}

body.faq-policy-page .faq-policy-list dt {
  color: #fff;
  font-weight: 800;
}

body.faq-policy-page .faq-policy-list dd {
  margin: 0;
  color: rgba(236, 231, 247, 0.68);
  line-height: 1.62;
}

body.faq-policy-page .faq-question-section {
  padding: clamp(4.5rem, 7vw, 7rem) 0;
  background: var(--faq-cream);
  color: var(--faq-cream-ink);
}

body.faq-policy-page.shipping-policy-page .faq-question-section {
  background: transparent;
}

body.faq-policy-page .faq-section-heading-wide {
  max-width: 58rem;
}

body.faq-policy-page .faq-question-section .faq-kicker {
  color: rgba(99, 69, 161, 0.86);
}

body.faq-policy-page.shipping-policy-page .faq-question-section .faq-kicker {
  color: rgba(221, 204, 255, 0.88);
}

body.faq-policy-page .faq-question-section h2 {
  color: var(--faq-cream-ink);
}

body.faq-policy-page.shipping-policy-page .faq-question-section h2 {
  color: #fff;
}

body.faq-policy-page .faq-question-section .faq-section-heading p {
  color: rgba(39, 35, 51, 0.66);
}

body.faq-policy-page.shipping-policy-page .faq-question-section .faq-section-heading p {
  color: var(--faq-muted);
}

body.faq-policy-page .faq-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
}

body.faq-policy-page .faq-topic-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.faq-policy-page .faq-topic-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(29, 24, 42, 0.11);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 55px rgba(30, 22, 50, 0.1);
}

body.faq-policy-page.shipping-policy-page .faq-topic-card {
  border-color: var(--faq-line);
  background: var(--faq-panel);
}

body.faq-policy-page .faq-topic-card h3 {
  padding: 1.25rem 1.25rem 0.8rem;
  color: var(--faq-cream-ink);
  font-size: 1.2rem;
}

body.faq-policy-page.shipping-policy-page .faq-topic-card h3 {
  color: #fff;
}

body.faq-policy-page .faq-topic-card > p {
  margin: 0;
  padding: 0 1.25rem 1.25rem;
  color: rgba(39, 35, 51, 0.68);
}

body.faq-policy-page.shipping-policy-page .faq-topic-card > p {
  color: var(--faq-muted);
}

body.faq-policy-page .faq-topic-card details {
  border-top: 1px solid rgba(29, 24, 42, 0.1);
}

body.faq-policy-page.shipping-policy-page .faq-topic-card details {
  border-top-color: rgba(255, 255, 255, 0.09);
}

body.faq-policy-page .faq-topic-card summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.8rem;
  padding: 1rem 3rem 1rem 1.25rem;
  color: var(--faq-cream-ink);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

body.faq-policy-page.shipping-policy-page .faq-topic-card summary {
  color: #fff;
}

body.faq-policy-page .faq-topic-card summary::-webkit-details-marker {
  display: none;
}

body.faq-policy-page .faq-topic-card summary::after {
  content: "+";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  translate: 0 -50%;
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(111, 75, 195, 0.11);
  color: rgba(89, 56, 159, 0.92);
  font-size: 1.1rem;
  line-height: 1;
}

body.faq-policy-page.shipping-policy-page .faq-topic-card summary::after {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(221, 204, 255, 0.92);
}

body.faq-policy-page .faq-topic-card details[open] summary::after {
  content: "-";
}

body.faq-policy-page .faq-topic-card details p {
  margin: 0;
  padding: 0 1.25rem 1.15rem;
  color: rgba(39, 35, 51, 0.68);
  line-height: 1.68;
}

body.faq-policy-page.shipping-policy-page .faq-topic-card details p {
  color: var(--faq-muted);
}

body.faq-policy-page .faq-topic-card summary:focus-visible {
  outline: 2px solid rgba(113, 80, 190, 0.55);
  outline-offset: -4px;
}

body.faq-policy-page.shipping-policy-page .faq-topic-card summary:focus-visible {
  outline-color: rgba(221, 204, 255, 0.72);
}

body.faq-policy-page .faq-final-section {
  padding: clamp(4.5rem, 7vw, 7rem) 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(175, 124, 255, 0.18), transparent 36%),
    #070710;
}

body.faq-policy-page .faq-final-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border: 1px solid var(--faq-line-strong);
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at 92% 10%, rgba(181, 116, 255, 0.18), transparent 35%),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

body.faq-policy-page .faq-final-panel h2 {
  max-width: 15ch;
  font-size: clamp(2.2rem, 4.4vw, 4.4rem);
}

body.faq-policy-page .faq-final-panel p {
  max-width: 62ch;
  margin: 1rem 0 0;
}

body.faq-policy-page .faq-final-actions {
  justify-content: flex-end;
  margin-top: 0;
}

@media (max-width: 980px) {
  body.faq-policy-page .faq-hero {
    min-height: 0;
  }

  body.faq-policy-page .faq-hero-grid,
  body.faq-policy-page .faq-policy-layout,
  body.faq-policy-page .faq-final-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  body.faq-policy-page .faq-hero-media {
    min-height: 27rem;
  }

  body.faq-policy-page .faq-summary-grid,
  body.faq-policy-page .faq-topic-grid,
  body.faq-policy-page .faq-topic-grid-three {
    grid-template-columns: minmax(0, 1fr);
  }

  body.faq-policy-page .faq-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  body.faq-policy-page .faq-shell {
    width: min(100% - 1.25rem, 38rem);
  }

  body.faq-policy-page .faq-hero {
    padding: 2.75rem 0 3.5rem;
  }

  body.faq-policy-page .faq-hero h1 {
    font-size: clamp(2.8rem, 17vw, 4.15rem);
  }

  body.faq-policy-page .faq-hero-actions,
  body.faq-policy-page .faq-final-actions {
    display: grid;
  }

  body.faq-policy-page .home-v2-cta {
    width: 100%;
  }

  body.faq-policy-page .faq-hero-media {
    min-height: 21rem;
  }

  body.faq-policy-page .faq-hero-image-large {
    inset: 0 0 4rem 0;
  }

  body.faq-policy-page .faq-hero-image-small {
    width: 38%;
  }

  body.faq-policy-page .faq-hero-note {
    left: 0.8rem;
    right: 0.8rem;
    top: auto;
    bottom: 1rem;
    width: auto;
  }

  body.faq-policy-page .faq-policy-list div {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.45rem;
    padding: 1rem;
  }

  body.faq-policy-page .faq-summary-grid article,
  body.faq-policy-page .faq-topic-card h3,
  body.faq-policy-page .faq-topic-card summary,
  body.faq-policy-page .faq-topic-card details p,
  body.faq-policy-page .faq-topic-card > p,
  body.faq-policy-page .faq-final-panel {
    padding-inline: 1rem;
  }

  body.faq-policy-page .faq-section-heading h2,
  body.faq-policy-page .faq-final-panel h2 {
    font-size: clamp(2.1rem, 11vw, 3.2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.faq-policy-page .home-v2-cta,
  body.faq-policy-page .faq-topic-card summary,
  body.faq-policy-page .reveal,
  body.faq-policy-page .reveal.is-visible {
    transition: none;
    transform: none;
  }
}


/* Shared storefront light-section paper glow */
body.home-v2-page,
body.home-v2-storefront-page {
  --storefront-paper-bg:
    radial-gradient(circle at 12% 14%, rgba(150, 120, 255, 0.13), transparent 32%),
    radial-gradient(circle at 88% 78%, rgba(92, 64, 180, 0.1), transparent 34%),
    linear-gradient(180deg, var(--brand-white) 0%, var(--brand-white-soft) 100%);
  --storefront-paper-grid:
    linear-gradient(rgba(55, 42, 86, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55, 42, 86, 0.055) 1px, transparent 1px);
  --storefront-paper-ink: var(--brand-ink);
  --storefront-paper-muted: var(--brand-muted-light);
}

body[data-site-page="home"] .showroom-cream,
body[data-site-page="home"]:not(.gallery-page) .home-v2-gallery-section,
body[data-site-page="home"] .home-v2-reviews-section,
body.luma-product-detail-page .luma-light-section,
body.luma-product-detail-page .luma-control-section,
body.lightbox-product-detail-page .lightbox-use-section,
body.lightbox-product-detail-page .lightbox-final-section,
body.faq-policy-page:not(.shipping-policy-page) .faq-summary-band,
body.faq-policy-page:not(.shipping-policy-page) .faq-question-section,
body[data-site-page="shop"].home-v2-storefront-page main > section:nth-of-type(odd):not(:first-of-type) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--storefront-paper-bg);
  color: var(--storefront-paper-ink);
}

body[data-site-page="home"] .showroom-cream::before,
body[data-site-page="home"]:not(.gallery-page) .home-v2-gallery-section::before,
body[data-site-page="home"] .home-v2-reviews-section::before,
body.luma-product-detail-page .luma-light-section::before,
body.luma-product-detail-page .luma-control-section::before,
body.lightbox-product-detail-page .lightbox-use-section::before,
body.lightbox-product-detail-page .lightbox-final-section::before,
body.faq-policy-page:not(.shipping-policy-page) .faq-summary-band::before,
body.faq-policy-page:not(.shipping-policy-page) .faq-question-section::before,
body[data-site-page="shop"].home-v2-storefront-page main > section:nth-of-type(odd):not(:first-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--storefront-paper-grid);
  background-size: 64px 64px;
  opacity: 0.58;
}

body[data-site-page="home"] .showroom-cream > .home-v2-container,
body[data-site-page="home"]:not(.gallery-page) .home-v2-gallery-section > .home-v2-container,
body[data-site-page="home"] .home-v2-reviews-section > .home-v2-container,
body.luma-product-detail-page .luma-light-section > .luma-detail-container,
body.luma-product-detail-page .luma-control-section > .luma-detail-container,
body.lightbox-product-detail-page .lightbox-use-section > .lightbox-container,
body.lightbox-product-detail-page .lightbox-final-section > .lightbox-container,
body.faq-policy-page:not(.shipping-policy-page) .faq-summary-band > .faq-shell,
body.faq-policy-page:not(.shipping-policy-page) .faq-question-section > .faq-shell,
body[data-site-page="shop"].home-v2-storefront-page main > section:nth-of-type(odd):not(:first-of-type) > .container {
  position: relative;
  z-index: 1;
}

body.luma-product-detail-page .luma-light-section .luma-section-heading p,
body.luma-product-detail-page .luma-light-section .luma-control-grid p,
body.lightbox-product-detail-page .lightbox-use-card p,
body.faq-policy-page:not(.shipping-policy-page) .faq-summary-grid p,
body.faq-policy-page:not(.shipping-policy-page) .faq-question-section .faq-section-heading p,
body.faq-policy-page:not(.shipping-policy-page) .faq-topic-card > p,
body.faq-policy-page:not(.shipping-policy-page) .faq-topic-card details p {
  color: var(--storefront-paper-muted);
}

body[data-site-page="home"]:not(.gallery-page) .home-v2-gallery-topfade {
  background: linear-gradient(180deg, rgba(247, 245, 251, 0) 0%, #f7f5fb 100%);
}

body[data-site-page]:not([data-site-page="cart"]).home-v2-page .footer,
body[data-site-page]:not([data-site-page="cart"]).home-v2-storefront-page .footer {
  background: var(--storefront-paper-bg);
}

body[data-site-page]:not([data-site-page="cart"]).home-v2-page .footer::before,
body[data-site-page]:not([data-site-page="cart"]).home-v2-storefront-page .footer::before {
  background: linear-gradient(180deg, rgba(247, 245, 251, 0) 0%, rgba(247, 245, 251, 0.76) 52%, #f7f5fb 100%);
}

/* Shop hero/catalog continuous dark field */
body[data-site-page="shop"].home-v2-storefront-page main {
  background:
    linear-gradient(rgba(205, 185, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(205, 185, 255, 0.022) 1px, transparent 1px),
    radial-gradient(circle at 12% 8%, rgba(122, 88, 232, 0.15), transparent 30%),
    radial-gradient(circle at 88% 42%, rgba(85, 47, 182, 0.11), transparent 32%),
    linear-gradient(180deg, #0d0d18 0%, #080912 48%, #05060d 100%);
  background-size: 64px 64px, 64px 64px, auto, auto, auto;
}

body[data-site-page="shop"].home-v2-storefront-page main > section:first-of-type,
body[data-site-page="shop"].home-v2-storefront-page main > section.shop-catalog-section:nth-of-type(2) {
  background: transparent;
}

body[data-site-page="shop"].home-v2-storefront-page main > section:first-of-type::before,
body[data-site-page="shop"].home-v2-storefront-page main > section.shop-catalog-section:nth-of-type(2)::before {
  background-image: none;
  opacity: 0;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-showroom-hero .page-hero-copy {
  margin-inline: auto;
  padding: 0;
  text-align: center;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-showroom-hero h1 {
  max-width: min(22ch, 100%);
  margin: 0.65rem auto 0;
  font-size: clamp(2.55rem, 4.3vw, 3.65rem);
  letter-spacing: 0;
  line-height: 1;
  overflow-wrap: normal;
  text-align: center;
  white-space: normal;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-showroom-hero p {
  margin-inline: auto;
  text-align: center;
}

@media (max-width: 640px) {
  body[data-site-page="shop"].home-v2-storefront-page .shop-showroom-hero h1 {
    font-size: clamp(2.25rem, 10.8vw, 2.65rem);
    line-height: 1.02;
    overflow-wrap: break-word;
  }
}

/* Storefront story and guide pages */
body.story-page {
  --story-dark: var(--brand-black);
  --story-dark-2: var(--brand-black-elevated);
  --story-panel: rgba(255, 255, 255, 0.06);
  --story-panel-strong: rgba(255, 255, 255, 0.09);
  --story-line: var(--brand-line-dark);
  --story-line-strong: rgba(202, 185, 255, 0.28);
  --story-ink: var(--brand-white);
  --story-muted: rgba(238, 232, 247, 0.7);
  --story-paper: var(--brand-white-soft);
  --story-paper-ink: var(--brand-ink);
  --story-paper-muted: var(--brand-muted-light);
  overflow-x: hidden;
  color: var(--story-ink);
  background: linear-gradient(180deg, var(--story-dark) 0%, #07070e 48%, #05050a 100%);
}

body.story-page .story-main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(rgba(207, 185, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(207, 185, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #11111d 0%, #090910 46%, #07070d 100%);
  background-size: 70px 70px, 70px 70px, auto;
}

body.story-page .seo-container {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
}

body.story-page .story-hero {
  min-height: calc(100svh - 4.4rem);
  display: flex;
  align-items: center;
  padding: 5.75rem 0 5rem;
}

body.story-page .story-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 1fr);
  gap: 4rem;
  align-items: center;
}

body.story-page .story-hero-grid > *,
body.story-page .story-split-grid > *,
body.story-page .story-final-panel > *,
body.story-page .story-card-grid > * {
  min-width: 0;
}

body.story-page .seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin: 0 0 1.3rem;
  color: rgba(238, 232, 247, 0.52);
  font-size: 0.88rem;
}

body.story-page .seo-breadcrumbs a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

body.story-page .seo-breadcrumbs a:hover {
  color: #fff;
}

body.story-page .seo-kicker {
  margin: 0 0 0.9rem;
  color: rgba(224, 207, 255, 0.9);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.story-page h1,
body.story-page h2,
body.story-page h3 {
  margin: 0;
  font-family: var(--home-v2-font-display, var(--font-display));
  letter-spacing: 0;
  line-height: 1;
  text-wrap: balance;
}

body.story-page .story-hero h1 {
  max-width: 12ch;
  color: #fff;
  font-size: 4.9rem;
  font-weight: 730;
}

body.story-page .seo-lead {
  max-width: 58ch;
  margin: 1.35rem 0 0;
  color: var(--story-muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

body.story-page .story-hero-actions,
body.story-page .story-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

body.story-page .home-v2-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(246, 224, 255, 0.2);
  color: #fff;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

body.story-page .home-v2-cta-primary {
  background: linear-gradient(135deg, rgba(232, 101, 255, 0.98), rgba(153, 112, 255, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 0 34px rgba(194, 107, 255, 0.28);
}

body.story-page .home-v2-cta-secondary {
  border-color: rgba(223, 205, 255, 0.2);
  background: linear-gradient(180deg, rgba(66, 43, 110, 0.52), rgba(29, 20, 50, 0.56));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 28px rgba(133, 97, 228, 0.14);
  backdrop-filter: blur(18px);
}

body.story-page .home-v2-cta:hover {
  transform: translateY(-2px);
}

body.story-page .home-v2-cta:focus-visible {
  outline: 2px solid rgba(215, 194, 255, 0.74);
  outline-offset: 4px;
}

body.story-page .story-hero-media {
  position: relative;
  min-height: 36rem;
}

body.story-page .story-hero-media figure {
  margin: 0;
}

body.story-page .story-media-primary,
body.story-page .story-media-secondary,
body.story-page .story-image-panel,
body.story-page .story-image-card {
  overflow: hidden;
  border: 1px solid var(--story-line);
  border-radius: 8px;
  background: #07070d;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.35);
}

body.story-page .story-media-primary {
  position: absolute;
  inset: 0 8% 4.6rem 0;
}

body.story-page .story-media-secondary {
  position: absolute;
  width: 38%;
  aspect-ratio: 1;
}

body.story-page .story-media-secondary-left {
  left: 4%;
  bottom: 0;
}

body.story-page .story-media-secondary-right {
  right: 0;
  bottom: 2.2rem;
}

body.story-page .story-media-primary img,
body.story-page .story-media-secondary img,
body.story-page .story-image-panel img,
body.story-page .story-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.story-page .story-media-note {
  position: absolute;
  top: 1.15rem;
  right: 0;
  width: min(19rem, 74%);
  padding: 1rem;
  border: 1px solid var(--story-line-strong);
  border-radius: 8px;
  background: rgba(11, 10, 20, 0.82);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

body.story-page .story-media-note span,
body.story-page .story-proof-grid span,
body.story-page .story-detail-list span {
  display: block;
  color: rgba(224, 207, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

body.story-page .story-media-note strong {
  display: block;
  margin-top: 0.45rem;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.2;
}

body.story-page .story-media-note p {
  margin: 0.55rem 0 0;
  color: rgba(238, 232, 247, 0.66);
  font-size: 0.9rem;
  line-height: 1.52;
}

body.story-page .story-proof-band,
body.story-page .story-section {
  position: relative;
  z-index: 1;
}

body.story-page .story-proof-band {
  padding: 4.5rem 0;
  background: var(--story-paper);
  color: var(--story-paper-ink);
}

body.story-page .story-proof-grid,
body.story-page .story-card-grid,
body.story-page .story-split-grid,
body.story-page .story-final-panel {
  display: grid;
  gap: 1rem;
}

body.story-page .story-proof-grid,
body.story-page .story-card-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.story-page .story-proof-grid article {
  min-height: 12rem;
  padding: 1.25rem;
  border: 1px solid rgba(28, 22, 45, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(30, 22, 50, 0.1);
}

body.story-page .story-proof-grid span {
  color: rgba(95, 67, 170, 0.78);
}

body.story-page .story-proof-grid h2 {
  margin-top: 2.3rem;
  color: var(--story-paper-ink);
  font-size: 1.18rem;
  line-height: 1.12;
}

body.story-page .story-proof-grid p {
  margin: 0.72rem 0 0;
  color: var(--story-paper-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

body.story-page .story-section {
  padding: 5.5rem 0;
}

body.story-page .story-section-light {
  isolation: isolate;
  overflow: hidden;
  background: var(--story-paper);
  color: var(--story-paper-ink);
}

body.story-page .story-section-light::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(55, 42, 86, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(55, 42, 86, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
}

body.story-page .story-section-light > .seo-container {
  position: relative;
  z-index: 1;
}

body.story-page .story-section-heading {
  max-width: 56rem;
}

body.story-page .story-section-heading h2 {
  color: inherit;
  font-size: 3.15rem;
  font-weight: 720;
}

body.story-page .story-section-heading p:not(.seo-kicker) {
  margin: 1rem 0 0;
  color: var(--story-muted);
  font-size: 1rem;
  line-height: 1.72;
}

body.story-page .story-section-light .story-section-heading p:not(.seo-kicker) {
  color: var(--story-paper-muted);
}

body.story-page .story-card-grid {
  margin-top: 2rem;
}

body.story-page .story-image-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 245, 251, 0.96));
  color: var(--story-paper-ink);
  box-shadow: 0 20px 58px rgba(30, 22, 50, 0.12);
}

body.story-page .story-image-card img {
  aspect-ratio: 4 / 3;
  height: auto;
}

body.story-page .story-image-card div {
  padding: 1.05rem;
}

body.story-page .story-image-card h3 {
  color: var(--story-paper-ink);
  font-size: 1.08rem;
  line-height: 1.15;
}

body.story-page .story-image-card p {
  margin: 0.72rem 0 0;
  color: var(--story-paper-muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

body.story-page .story-split-section {
  color: var(--story-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    linear-gradient(180deg, #0a0a13, #07070e);
}

body.story-page .story-split-grid,
body.story-page .story-final-panel {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 3.4rem;
  align-items: start;
}

body.story-page .story-detail-list {
  display: grid;
  gap: 0.85rem;
}

body.story-page .story-detail-list article {
  padding: 1.12rem;
  border: 1px solid var(--story-line);
  border-radius: 8px;
  background: var(--story-panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 20px 55px rgba(0, 0, 0, 0.2);
}

body.story-page .story-detail-list h3 {
  margin-top: 0.72rem;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.2;
}

body.story-page .story-detail-list p {
  margin: 0.65rem 0 0;
  color: var(--story-muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

body.story-page .story-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 1.45rem;
}

body.story-page .seo-inline-cta {
  color: rgba(244, 238, 255, 0.92);
  font-weight: 800;
  text-decoration: none;
}

body.story-page .seo-inline-cta::after {
  content: " ->";
  color: rgba(190, 139, 255, 0.94);
}

body.story-page .story-section-light .seo-inline-cta {
  color: #3a2665;
}

body.story-page .story-check-list {
  display: grid;
  gap: 0.72rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

body.story-page .story-check-list li {
  position: relative;
  padding-left: 1.45rem;
  color: rgba(238, 232, 247, 0.78);
  line-height: 1.55;
}

body.story-page .story-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: #c9a8ff;
  box-shadow: 0 0 18px rgba(190, 139, 255, 0.45);
}

body.story-page .story-image-panel {
  min-height: 25rem;
}

body.story-page .story-timeline {
  display: grid;
  gap: 0.85rem;
  margin-top: 2rem;
  counter-reset: story-step;
}

body.story-page .story-timeline article {
  display: grid;
  grid-template-columns: 4.4rem minmax(0, 0.38fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(28, 22, 45, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 40px rgba(30, 22, 50, 0.08);
}

body.story-page .story-timeline span {
  color: rgba(95, 67, 170, 0.78);
  font-size: 0.76rem;
  font-weight: 850;
}

body.story-page .story-timeline h3 {
  color: var(--story-paper-ink);
  font-size: 1.08rem;
  line-height: 1.15;
}

body.story-page .story-timeline p {
  margin: 0;
  color: var(--story-paper-muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

body.story-page .story-final-section {
  padding-bottom: 5.25rem;
}

body.story-page .story-final-panel {
  align-items: center;
  padding: 1.35rem;
  border: 1px solid rgba(28, 22, 45, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 64px rgba(30, 22, 50, 0.12);
}

body.story-page .story-final-panel h2 {
  color: var(--story-paper-ink);
  font-size: 2.45rem;
  font-weight: 720;
}

body.story-page .story-final-panel p:not(.seo-kicker) {
  margin: 0.9rem 0 0;
  color: var(--story-paper-muted);
  line-height: 1.68;
}

body.story-page .story-final-actions {
  justify-content: end;
  margin-top: 0;
}

@media (max-width: 1040px) {
  body.story-page .story-hero-grid,
  body.story-page .story-split-grid,
  body.story-page .story-final-panel {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  body.story-page .story-hero {
    min-height: auto;
    padding-top: 4.6rem;
  }

  body.story-page .story-hero-media {
    min-height: 30rem;
  }

  body.story-page .story-card-grid-three,
  body.story-page .story-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.story-page .story-final-actions {
    justify-content: start;
  }
}

@media (max-width: 720px) {
  body.story-page .seo-container {
    width: min(calc(100% - 1.25rem), 390px);
  }

  body.story-page .story-hero-grid {
    gap: 1.45rem;
  }

  body.story-page .story-hero {
    padding: 2.8rem 0 3rem;
  }

  body.story-page .story-hero h1 {
    max-width: 13ch;
    font-size: 2.45rem;
  }

  body.collection-story-page .story-hero h1 {
    max-width: 16ch;
    font-size: 2.2rem;
  }

  body.story-page .story-hero-copy,
  body.story-page .seo-lead,
  body.story-page .story-hero-actions {
    max-width: 310px;
  }

  body.story-page .seo-lead {
    font-size: 1rem;
  }

  body.story-page .story-hero-media {
    order: -1;
    width: 100%;
    min-height: 18.75rem;
    max-width: 310px;
    margin: 0 auto 0.2rem;
  }

  body.story-page .story-media-primary {
    inset: 0 0 4.8rem 0;
  }

  body.story-page .story-media-secondary {
    width: 42%;
  }

  body.story-page .story-media-note {
    top: auto;
    right: 0.6rem;
    left: 0.6rem;
    bottom: 0.6rem;
    width: auto;
  }

  body.story-page .story-proof-grid,
  body.story-page .story-card-grid-three {
    grid-template-columns: 1fr;
  }

  body.story-page .story-proof-band,
  body.story-page .story-section {
    padding: 3.4rem 0;
  }

  body.story-page .story-section-heading h2 {
    font-size: 2.1rem;
  }

  body.story-page .story-final-panel h2 {
    font-size: 2rem;
  }

  body.story-page .story-timeline article {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body.story-page .story-hero-actions,
  body.story-page .story-final-actions,
  body.story-page .story-inline-links {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
  }

  body.story-page .home-v2-cta {
    width: 100%;
    max-width: 310px;
    justify-content: center;
  }
}

/* About page refresh */
body.about-story-page .about-main {
  background:
    radial-gradient(circle at 12% 18%, rgba(151, 118, 255, 0.2), transparent 28rem),
    radial-gradient(circle at 86% 12%, rgba(74, 211, 184, 0.12), transparent 25rem),
    linear-gradient(rgba(207, 185, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(207, 185, 255, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, #0c0c16 0%, #07070d 48%, #050509 100%);
  background-size: auto, auto, 70px 70px, 70px 70px, auto;
}

body.about-story-page .about-hero {
  min-height: clamp(680px, calc(100svh - 4.4rem), 840px);
  display: flex;
  align-items: center;
  padding: 5.4rem 0 4.7rem;
}

body.about-story-page .about-hero-layout,
body.about-story-page .about-statement-layout,
body.about-story-page .about-process-layout,
body.about-story-page .about-final-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(2rem, 5vw, 4.8rem);
  align-items: center;
}

body.about-story-page .about-hero-layout > *,
body.about-story-page .about-statement-layout > *,
body.about-story-page .about-process-layout > *,
body.about-story-page .about-final-panel > *,
body.about-story-page .about-product-grid > * {
  min-width: 0;
}

body.about-story-page .about-hero h1 {
  max-width: 11ch;
  margin: 0;
  color: #fff;
  font-family: var(--home-v2-font-display, var(--font-display));
  font-size: clamp(3.2rem, 6.1vw, 5.85rem);
  font-weight: 740;
  letter-spacing: 0;
  line-height: 0.94;
  text-wrap: balance;
}

body.about-story-page .about-hero-lead,
body.about-story-page .about-section-heading p,
body.about-story-page .about-statement-copy p,
body.about-story-page .about-process-copy p,
body.about-story-page .about-final-panel p {
  color: rgba(238, 232, 247, 0.72);
  line-height: 1.72;
}

body.about-story-page .about-hero-lead {
  max-width: 40rem;
  margin: 1.35rem 0 0;
  font-size: 1.08rem;
}

body.about-story-page .about-hero-actions,
body.about-story-page .about-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

body.about-story-page .about-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 2.2rem;
  max-width: 40rem;
}

body.about-story-page .about-proof-row span {
  display: flex;
  min-height: 4.2rem;
  align-items: end;
  padding: 0.9rem;
  border: 1px solid rgba(230, 216, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(250, 247, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1.32;
}

body.about-story-page .about-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(8rem, 0.34fr);
  gap: 0.85rem;
  align-items: stretch;
}

body.about-story-page .about-showcase figure,
body.about-story-page .about-product-panel,
body.about-story-page .about-process-media {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(230, 216, 255, 0.16);
  border-radius: 8px;
  background: #07070d;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.36);
}

body.about-story-page .about-showcase-main {
  min-height: 33rem;
}

body.about-story-page .about-showcase-side {
  display: grid;
  gap: 0.85rem;
}

body.about-story-page .about-showcase img,
body.about-story-page .about-product-panel img,
body.about-story-page .about-process-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.about-story-page .about-statement,
body.about-story-page .about-product-section,
body.about-story-page .about-process-section,
body.about-story-page .about-final-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

body.about-story-page .about-statement {
  border-top: 1px solid rgba(230, 216, 255, 0.11);
  border-bottom: 1px solid rgba(230, 216, 255, 0.11);
  background:
    radial-gradient(circle at 14% 0%, rgba(107, 235, 194, 0.1), transparent 22rem),
    rgba(255, 255, 255, 0.035);
}

body.about-story-page .about-statement h2,
body.about-story-page .about-section-heading h2,
body.about-story-page .about-process-copy h2,
body.about-story-page .about-final-panel h2 {
  margin: 0;
  color: #fff;
  font-family: var(--home-v2-font-display, var(--font-display));
  font-size: clamp(2.4rem, 4vw, 4.05rem);
  font-weight: 730;
  letter-spacing: 0;
  line-height: 0.98;
  text-wrap: balance;
}

body.about-story-page .about-statement-copy p,
body.about-story-page .about-section-heading p,
body.about-story-page .about-process-copy p,
body.about-story-page .about-final-panel p {
  max-width: 48rem;
  margin: 1rem 0 0;
}

body.about-story-page .about-statement-list {
  display: grid;
  gap: 0.85rem;
}

body.about-story-page .about-statement-list article {
  padding: 1rem 0 1rem 1.1rem;
  border-left: 1px solid rgba(121, 232, 198, 0.38);
}

body.about-story-page .about-statement-list span,
body.about-story-page .about-process-steps span {
  color: rgba(143, 238, 205, 0.88);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.about-story-page .about-statement-list h3,
body.about-story-page .about-product-panel h3 {
  margin: 0.35rem 0 0;
  color: #fff;
  font-family: var(--home-v2-font-display, var(--font-display));
  font-size: 1.18rem;
  line-height: 1.15;
}

body.about-story-page .about-statement-list p,
body.about-story-page .about-product-panel p {
  margin: 0.45rem 0 0;
  color: rgba(238, 232, 247, 0.68);
  line-height: 1.62;
}

body.about-story-page .about-product-section {
  background: #f7f5fb;
  color: #17131f;
}

body.about-story-page .about-product-section .about-section-heading h2,
body.about-story-page .about-product-panel h3 {
  color: #17131f;
}

body.about-story-page .about-product-section .about-section-heading p,
body.about-story-page .about-product-panel p {
  color: rgba(31, 27, 43, 0.68);
}

body.about-story-page .about-section-heading {
  max-width: 54rem;
  margin-bottom: 2.2rem;
}

body.about-story-page .about-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 1rem;
}

body.about-story-page .about-product-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  align-items: stretch;
  border-color: rgba(31, 27, 43, 0.12);
  background: #fff;
  box-shadow: 0 22px 60px rgba(38, 25, 67, 0.12);
}

body.about-story-page .about-product-panel-large {
  grid-row: span 2;
  grid-template-columns: 1fr;
}

body.about-story-page .about-product-panel img {
  min-height: 15rem;
}

body.about-story-page .about-product-panel-large img {
  min-height: 23rem;
}

body.about-story-page .about-product-panel div {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  padding: 1.25rem;
}

body.about-story-page .about-product-panel .seo-inline-cta {
  color: #4f2fc7;
}

body.about-story-page .about-process-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

body.about-story-page .about-process-media {
  min-height: 31rem;
}

body.about-story-page .about-process-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  margin: 1.45rem 0 1.7rem;
}

body.about-story-page .about-process-steps span {
  padding: 0.85rem;
  border: 1px solid rgba(230, 216, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  line-height: 1.25;
}

body.about-story-page .about-final-section {
  padding-top: 0;
}

body.about-story-page .about-final-panel {
  padding: clamp(1.4rem, 4vw, 2.3rem);
  border: 1px solid rgba(230, 216, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(126, 101, 255, 0.18), transparent 42%),
    rgba(255, 255, 255, 0.06);
}

body.about-story-page .about-final-actions {
  justify-content: end;
  margin-top: 0;
}

@media (max-width: 1040px) {
  body.about-story-page .about-hero {
    min-height: auto;
    padding-top: 4.8rem;
  }

  body.about-story-page .about-hero-layout,
  body.about-story-page .about-statement-layout,
  body.about-story-page .about-process-layout,
  body.about-story-page .about-final-panel {
    grid-template-columns: 1fr;
  }

  body.about-story-page .about-showcase {
    max-width: 46rem;
  }

  body.about-story-page .about-final-actions {
    justify-content: start;
  }
}

@media (max-width: 720px) {
  body.about-story-page .about-hero {
    padding: 2.35rem 0 3.4rem;
  }

  body.about-story-page .about-hero-layout {
    gap: 1.55rem;
  }

  body.about-story-page .about-showcase {
    order: -1;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    width: 100%;
    max-width: 312px;
    margin: 0 auto;
  }

  body.about-story-page .about-showcase-main {
    min-height: 17rem;
  }

  body.about-story-page .about-showcase-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.about-story-page .about-showcase-side figure {
    aspect-ratio: 1.1;
  }

  body.about-story-page .about-hero h1 {
    max-width: 100%;
    font-size: 2.22rem;
  }

  body.about-story-page .about-hero-lead {
    font-size: 1rem;
  }

  body.about-story-page .about-hero-copy {
    width: 100%;
    max-width: 312px;
    margin: 0 auto;
  }

  body.about-story-page .about-hero-actions,
  body.about-story-page .about-final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.about-story-page .about-proof-row,
  body.about-story-page .about-process-steps,
  body.about-story-page .about-product-grid,
  body.about-story-page .about-product-panel {
    grid-template-columns: 1fr;
  }

  body.about-story-page .about-product-panel-large {
    grid-row: auto;
  }

  body.about-story-page .about-statement,
  body.about-story-page .about-product-section,
  body.about-story-page .about-process-section,
  body.about-story-page .about-final-section {
    padding: 3.6rem 0;
  }

  body.about-story-page .about-product-panel img,
  body.about-story-page .about-product-panel-large img,
  body.about-story-page .about-process-media {
    min-height: 16rem;
  }

  body.about-story-page .about-statement h2,
  body.about-story-page .about-section-heading h2,
  body.about-story-page .about-process-copy h2,
  body.about-story-page .about-final-panel h2 {
    font-size: 2.15rem;
  }
}

/* Custom light box flow polish */
body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-photo-gallery-section,
body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-process-section,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-static-info-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--storefront-paper-bg);
  color: var(--storefront-paper-ink);
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-photo-gallery-section::before,
body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-process-section::before,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-static-info-section::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--storefront-paper-grid);
  background-size: 64px 64px;
  opacity: 0.58;
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-photo-gallery-section > .lightbox-container,
body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-process-section > .lightbox-container,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-static-info-section > .lightbox-container {
  position: relative;
  z-index: 1;
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-overview-section,
body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-final-section,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-faq-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(162, 112, 255, 0.2), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(84, 151, 255, 0.14), transparent 32%),
    linear-gradient(135deg, #080914 0%, #111025 48%, #090913 100%);
  color: #f7f4ff;
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-overview-section::before,
body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-final-section::before,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-faq-section::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.34;
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-overview-section .lightbox-eyebrow,
body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-final-section .lightbox-eyebrow,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-faq-section .lightbox-eyebrow {
  border-color: rgba(218, 204, 255, 0.2);
  background: rgba(194, 160, 255, 0.1);
  color: rgba(231, 221, 255, 0.82);
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-overview-section .lightbox-section-heading h2,
body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-final-section .lightbox-final-cta h2,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-faq-section .lightbox-section-heading h2 {
  color: #ffffff;
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-overview-section .lightbox-use-card,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-faq-section .lightbox-static-list-grid article {
  color: #ffffff;
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-overview-section .lightbox-use-card p,
body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-final-section .lightbox-final-cta p,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-faq-section .lightbox-static-list-grid p {
  color: rgba(244, 240, 255, 0.68);
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-overview-section .lightbox-use-image {
  border-color: rgba(255, 255, 255, 0.12);
  background: #121118;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-process-section .lightbox-eyebrow,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-static-info-section .lightbox-eyebrow {
  border-color: rgba(17, 19, 25, 0.12);
  background: rgba(255, 255, 255, 0.62);
  color: #6d6378;
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-process-section .lightbox-section-heading h2,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-static-info-grid h2 {
  color: var(--storefront-paper-ink);
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-process-section .lightbox-hero-text,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-static-info-grid p {
  color: var(--storefront-paper-muted);
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-process-section .lightbox-step,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-static-info-section .lightbox-static-list-grid article {
  border-color: rgba(41, 31, 68, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: var(--storefront-paper-ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 22px 60px rgba(39, 28, 72, 0.1);
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-process-section .lightbox-step p,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-static-info-section .lightbox-static-list-grid article p {
  color: var(--storefront-paper-muted);
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-process-section .lightbox-step-icon {
  border-color: rgba(98, 69, 175, 0.18);
  background: rgba(136, 98, 228, 0.1);
  color: #5d3db5;
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-process-section .lightbox-step-number {
  color: rgba(95, 67, 170, 0.12);
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .product-photo-gallery-item {
  border-color: rgba(41, 31, 68, 0.12);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 60px rgba(39, 28, 72, 0.1);
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-final-section .lightbox-final-cta {
  border-top-color: rgba(218, 204, 255, 0.18);
}

body.lightbox-product-detail-page .lightbox-order-panel .status-box {
  margin-top: 0.85rem;
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  color: rgba(246, 242, 255, 0.86);
}

body.lightbox-product-detail-page .lightbox-order-panel .status-box[data-tone="success"] {
  border-color: rgba(140, 240, 187, 0.28);
  background: rgba(44, 110, 74, 0.16);
  color: #d7ffe8;
}

body.lightbox-product-detail-page .lightbox-order-panel .status-box[data-tone="danger"] {
  border-color: rgba(255, 156, 170, 0.3);
  background: rgba(132, 48, 66, 0.2);
  color: #ffd6dc;
}

body.lightbox-collection-page .lightbox-collection-uses-section,
body.lightbox-collection-page .lightbox-collection-final-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(162, 112, 255, 0.2), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(84, 151, 255, 0.14), transparent 32%),
    linear-gradient(135deg, #080914 0%, #111025 48%, #090913 100%);
  color: var(--story-ink);
}

body.lightbox-collection-page .lightbox-collection-uses-section::before,
body.lightbox-collection-page .lightbox-collection-final-section::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.34;
}

body.lightbox-collection-page .lightbox-collection-uses-section .seo-kicker,
body.lightbox-collection-page .lightbox-collection-final-section .seo-kicker {
  color: rgba(224, 207, 255, 0.9);
}

body.lightbox-collection-page .lightbox-collection-uses-section .story-section-heading h2,
body.lightbox-collection-page .lightbox-collection-final-section .story-final-panel h2 {
  color: #ffffff;
}

body.lightbox-collection-page .lightbox-collection-uses-section .story-section-heading p:not(.seo-kicker),
body.lightbox-collection-page .lightbox-collection-final-section .story-final-panel p:not(.seo-kicker) {
  color: var(--story-muted);
}

body.lightbox-collection-page .lightbox-collection-uses-section .story-image-card,
body.lightbox-collection-page .lightbox-collection-final-section .story-final-panel {
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.062));
  color: #ffffff;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

body.lightbox-collection-page .lightbox-collection-uses-section .story-image-card h3 {
  color: #ffffff;
}

body.lightbox-collection-page .lightbox-collection-uses-section .story-image-card p {
  color: rgba(244, 240, 255, 0.68);
}

body.lightbox-collection-page .lightbox-collection-process-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--storefront-paper-bg);
  color: var(--storefront-paper-ink);
}

body.lightbox-collection-page .lightbox-collection-process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--storefront-paper-grid);
  background-size: 64px 64px;
  opacity: 0.58;
}

body.lightbox-collection-page .lightbox-collection-process-section > .seo-container {
  position: relative;
  z-index: 1;
}

body.lightbox-collection-page .lightbox-collection-process-section .seo-kicker {
  color: #6d4dd1;
}

body.lightbox-collection-page .lightbox-collection-process-section .story-section-heading h2,
body.lightbox-collection-page .lightbox-collection-process-section .story-detail-list h3 {
  color: var(--storefront-paper-ink);
}

body.lightbox-collection-page .lightbox-collection-process-section .story-section-heading p:not(.seo-kicker),
body.lightbox-collection-page .lightbox-collection-process-section .story-detail-list p {
  color: var(--storefront-paper-muted);
}

body.lightbox-collection-page .lightbox-collection-process-section .story-detail-list article {
  border-color: rgba(41, 31, 68, 0.12);
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 22px 60px rgba(39, 28, 72, 0.1);
}

body.lightbox-collection-page .lightbox-collection-process-section .story-detail-list span {
  color: rgba(95, 67, 170, 0.78);
}

body.lightbox-collection-page .lightbox-collection-process-section .seo-inline-cta {
  color: #3a2665;
}

@media (max-width: 720px) {
  body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-overview-section,
  body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-process-section,
  body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-final-section,
  body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-static-info-section,
  body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-faq-section,
  body.lightbox-collection-page .lightbox-collection-uses-section,
  body.lightbox-collection-page .lightbox-collection-process-section,
  body.lightbox-collection-page .lightbox-collection-final-section {
    background-size: auto;
  }
}

body.luma-scroll-refresh-page .product-page-section {
  padding: 0;
  background: #000;
}

body.luma-scroll-refresh-page .product-page-section > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.luma-scroll-refresh-page .luma-detail-page {
  padding-bottom: 0;
  background: #000;
}

body.luma-product-detail-page.home-v2-storefront-page.luma-scroll-refresh-page .luma-detail-hero.luma-scroll-refresh-hero {
  padding: 0;
  background: #000;
}

body.luma-scroll-refresh-page .luma-scroll-hero-frame {
  position: relative;
  width: 100vw;
  height: clamp(20rem, 68svh, 42rem);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #000;
}

body.luma-scroll-refresh-page .luma-scroll-hero-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  display: none;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 34% 16% at 53% 64%, rgba(114, 180, 255, 0.16) 0%, rgba(95, 166, 255, 0.07) 34%, transparent 70%),
    radial-gradient(ellipse 22% 12% at 59% 66%, rgba(255, 188, 77, 0.1) 0%, rgba(255, 188, 77, 0.04) 38%, transparent 72%);
  mix-blend-mode: screen;
  opacity: 0.45;
}

body.luma-scroll-refresh-page .luma-scroll-hero-frame > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: none;
  transform: translateX(clamp(2rem, 4vw, 4.25rem)) scale(1.08);
  transform-origin: center center;
}

body.luma-scroll-refresh-page .luma-scroll-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.24) 22rem, rgba(0, 0, 0, 0.04) 58%, rgba(0, 0, 0, 0) 84%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.08) 100%);
}

body.luma-scroll-refresh-page .luma-scroll-hero-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 2.5svh, 1.6rem);
  justify-content: flex-start;
  width: min(100%, 1560px);
  margin: 0 auto;
  padding: clamp(0.85rem, 2vw, 1.5rem) clamp(1rem, 4vw, 4rem);
}

body.luma-scroll-refresh-page .luma-scroll-hero-content .luma-back-link {
  width: fit-content;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
}

body.luma-scroll-refresh-page .luma-scroll-hero-copy {
  display: grid;
  gap: clamp(0.5rem, 1vw, 0.8rem);
  width: min(100%, 28rem);
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.82);
}

body.luma-scroll-refresh-page .luma-scroll-hero-copy .luma-eyebrow {
  background: rgba(0, 0, 0, 0.34);
  border-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

body.luma-scroll-refresh-page .luma-scroll-hero-copy h1 {
  max-width: 9ch;
  margin: 0;
  color: #fff;
  font-family: var(--home-v2-font-display);
  font-size: clamp(3.1rem, 5.8vw, 5.25rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.9;
}

body.luma-scroll-refresh-page .luma-scroll-title-accent,
body.luma-edge-refresh-page .luma-edge-title-accent {
  color: #d8a8ff;
}

body.luma-edge-refresh-page .luma-edge-title-accent {
  display: block;
}

body.luma-scroll-refresh-page .luma-scroll-hero-copy .luma-hero-lede {
  max-width: 17ch;
  margin: 0;
  color: #fff;
  font-size: clamp(1.4rem, 2.6vw, 2.15rem);
  font-weight: 800;
  line-height: 1.03;
}

body.luma-scroll-refresh-page .luma-scroll-hero-copy .luma-hero-copy-text {
  max-width: 22rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.9rem, 1.05vw, 1rem);
  line-height: 1.48;
}

body.luma-scroll-refresh-page .luma-scroll-order-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

body.luma-scroll-refresh-page .luma-scroll-order-actions .luma-scroll-price-block {
  display: flex;
  align-items: center;
  gap: 0.5rem 0.68rem;
  width: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-variant-numeric: tabular-nums;
}

body.luma-scroll-refresh-page .luma-scroll-order-actions .luma-scroll-price-block span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body.luma-scroll-refresh-page .luma-scroll-order-actions .luma-scroll-price-block strong {
  font-family: var(--home-v2-font-display);
  font-size: clamp(1.48rem, 2.7vw, 2.12rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
}

body.luma-scroll-refresh-page .luma-scroll-order-actions .luma-scroll-price-block s {
  font-size: 0.78rem;
  line-height: 1;
}

body.luma-scroll-refresh-page .luma-scroll-video-section {
  padding: 0;
}

body.luma-scroll-refresh-page .luma-scroll-story-section,
body.luma-scroll-refresh-page .luma-scroll-control-section,
body.luma-scroll-refresh-page .luma-scroll-setup-section,
body.luma-scroll-refresh-page .luma-scroll-faq-section {
  color: #fff;
}

body.luma-scroll-refresh-page .luma-scroll-story-section {
  padding: clamp(3.4rem, 7vw, 6.5rem) 0;
  background:
    linear-gradient(180deg, #000 0%, #08070f 36%, #090910 100%);
}

body.luma-scroll-refresh-page .luma-scroll-story-grid,
body.luma-scroll-refresh-page .luma-scroll-control-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(1.35rem, 4vw, 4rem);
}

body.luma-scroll-refresh-page .luma-scroll-story-copy,
body.luma-scroll-refresh-page .luma-scroll-control-copy {
  display: grid;
  gap: 1rem;
}

body.luma-scroll-refresh-page .luma-scroll-story-copy h2,
body.luma-scroll-refresh-page .luma-scroll-control-copy h2 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-family: var(--home-v2-font-display);
  font-size: clamp(2.25rem, 5vw, 4.45rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.95;
}

body.luma-scroll-refresh-page .luma-scroll-story-copy p,
body.luma-scroll-refresh-page .luma-scroll-control-copy p,
body.luma-scroll-refresh-page .luma-scroll-order-panel p {
  max-width: 40rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.65;
}

body.luma-scroll-refresh-page .luma-scroll-benefit-grid,
body.luma-scroll-refresh-page .luma-scroll-control-points,
body.luma-scroll-refresh-page .luma-scroll-step-grid,
body.luma-scroll-refresh-page .luma-scroll-faq-grid {
  display: grid;
  gap: 0.8rem;
}

body.luma-scroll-refresh-page .luma-scroll-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0.45rem;
}

body.luma-scroll-refresh-page .luma-scroll-benefit-grid article,
body.luma-scroll-refresh-page .luma-scroll-control-points article,
body.luma-scroll-refresh-page .luma-scroll-step-grid article,
body.luma-scroll-refresh-page .luma-scroll-faq-grid article {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

body.luma-scroll-refresh-page .luma-scroll-benefit-grid article {
  padding: 1rem;
}

body.luma-scroll-refresh-page .luma-scroll-benefit-grid strong,
body.luma-scroll-refresh-page .luma-scroll-control-points strong,
body.luma-scroll-refresh-page .luma-scroll-step-grid h3,
body.luma-scroll-refresh-page .luma-scroll-faq-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.2;
}

body.luma-scroll-refresh-page .luma-scroll-benefit-grid span,
body.luma-scroll-refresh-page .luma-scroll-control-points span,
body.luma-scroll-refresh-page .luma-scroll-step-grid p,
body.luma-scroll-refresh-page .luma-scroll-faq-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  line-height: 1.5;
}

body.luma-scroll-refresh-page .luma-scroll-room-figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #050508;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

body.luma-scroll-refresh-page .luma-scroll-room-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.luma-scroll-refresh-page .luma-scroll-room-figure {
  aspect-ratio: 16 / 9;
}

body.luma-scroll-refresh-page .luma-scroll-story-grid {
  align-items: stretch;
}

body.luma-scroll-refresh-page .luma-scroll-story-grid .luma-scroll-room-figure {
  align-self: stretch;
  height: 100%;
  min-height: clamp(22rem, 25vw, 28rem);
  aspect-ratio: auto;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section {
  padding: clamp(2.5rem, 5vw, 4.25rem) 0;
  background:
    linear-gradient(180deg, #000 0%, #08070d 20%, #09080f 100%);
  color: #fff;
}

body.luma-scroll-refresh-page .luma-scroll-proof-heading {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  margin: 0 auto 1.35rem;
  text-align: center;
}

body.luma-scroll-refresh-page .luma-scroll-proof-heading h2 {
  max-width: 15ch;
  margin: 0;
  scroll-margin-top: 7.5rem;
  color: #fff;
  font-family: var(--home-v2-font-display);
  font-size: clamp(2.2rem, 5vw, 4.15rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
}

body.luma-scroll-refresh-page .luma-scroll-proof-heading p {
  max-width: 44rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
  line-height: 1.6;
}

body.luma-scroll-refresh-page .luma-scroll-mode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.7rem, 1.2vw, 1rem);
}

body.luma-scroll-refresh-page .luma-scroll-mode-grid article {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    #050508;
}

body.luma-scroll-refresh-page .luma-scroll-mode-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  width: 100%;
  aspect-ratio: 6 / 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0));
  background-position: 0 0, 0 0;
  mix-blend-mode: screen;
  opacity: 0.3;
}

body.luma-scroll-refresh-page .luma-scroll-mode-grid article::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  width: 100%;
  aspect-ratio: 6 / 1;
  pointer-events: none;
  background: #000;
}

body.luma-scroll-refresh-page .luma-scroll-mode-grid img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 1;
  object-fit: contain;
  object-position: center;
  background: #000;
  image-rendering: pixelated;
}

body.luma-scroll-refresh-page .luma-scroll-mode-ticker-window {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 6 / 1;
  margin: 0;
  background: #000;
  isolation: isolate;
}

body.luma-scroll-refresh-page .luma-scroll-mode-ticker-track {
  display: flex;
  width: max-content;
  height: 100%;
  background: #000;
  animation: lumaScrollModeTicker 84s linear infinite;
  will-change: transform;
}

body.luma-scroll-refresh-page .luma-scroll-mode-ticker-track img {
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  margin-right: clamp(0.3rem, 0.55vw, 0.5rem);
  max-width: none;
  aspect-ratio: 6 / 1;
  object-fit: contain;
}

@keyframes lumaScrollModeTicker {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.luma-scroll-refresh-page .luma-scroll-mode-ticker-track {
    animation: none;
    transform: none;
  }
}

body.luma-scroll-refresh-page .luma-scroll-mode-grid article > div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.35rem;
  padding: 0.85rem 0.9rem 0.95rem;
}

body.luma-scroll-refresh-page .luma-scroll-mode-grid span,
body.luma-scroll-refresh-page .luma-scroll-mode-grid small {
  display: block;
  padding-inline: 0;
}

body.luma-scroll-refresh-page .luma-scroll-mode-grid span {
  padding-top: 0;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.2;
}

body.luma-scroll-refresh-page .luma-scroll-mode-grid small {
  padding-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  line-height: 1.45;
}

body.luma-scroll-refresh-page .luma-scroll-sports-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1rem;
}

body.luma-scroll-refresh-page .luma-scroll-sports-strip span {
  display: flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
  letter-spacing: 0.08em;
}

body.luma-scroll-refresh-page .luma-scroll-control-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(1rem, 2.6vw, 2.25rem) 0 0;
  background:
    radial-gradient(ellipse 58% 44% at 78% 42%, rgba(28, 24, 50, 0.46), transparent 74%),
    linear-gradient(135deg, #070816 0%, #0a0a18 48%, #050611 100%);
}

body.luma-scroll-refresh-page .luma-scroll-control-section::before {
  content: "";
  position: absolute;
  inset: -12% -8% -12%;
  z-index: 0;
  pointer-events: none;
  background-image: url("/assets/products/lumaglow/scroll/lumaglow-scroll-control-panel-hand-bg.jpg");
  background-repeat: no-repeat;
  background-position: right clamp(-23rem, -13vw, -8rem) bottom;
  background-size: min(132vw, 108rem) auto;
  opacity: 1;
}

body.luma-scroll-refresh-page .luma-scroll-control-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 8, 22, 0.72) 0%, rgba(8, 9, 24, 0.44) 34%, rgba(8, 9, 24, 0.08) 72%, rgba(8, 9, 24, 0) 100%),
    linear-gradient(180deg, rgba(7, 8, 22, 0.12) 0%, rgba(7, 8, 22, 0) 44%, rgba(7, 8, 22, 0.08) 100%);
}

body.luma-scroll-refresh-page .luma-scroll-control-grid {
  position: relative;
  z-index: 1;
  width: min(1520px, calc(100% - 2rem));
  margin-right: auto;
  margin-left: max(1rem, calc((100vw - 1520px) / 2));
  grid-template-columns: minmax(0, 0.98fr) minmax(27rem, 1.02fr);
  align-items: end;
  min-height: clamp(38rem, 48vw, 45rem);
}

body.luma-scroll-refresh-page .luma-scroll-control-points {
  margin-top: 0.45rem;
}

body.luma-scroll-refresh-page .luma-scroll-control-points article {
  padding: 0.95rem 1rem;
}

body.luma-scroll-refresh-page .luma-scroll-phone-wrap {
  position: relative;
  display: grid;
  justify-items: center;
  min-width: 0;
  perspective: 1400px;
}

body.luma-scroll-refresh-page .luma-scroll-phone-glow {
  display: none;
}

body.luma-scroll-refresh-page .luma-scroll-phone {
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: min(100%, 19rem);
  padding: 0.74rem;
  border: 1px solid rgba(214, 235, 255, 0.22);
  border-radius: 2.32rem;
  background:
    linear-gradient(132deg, rgba(255, 255, 255, 0.2) 0%, rgba(105, 139, 175, 0.12) 18%, rgba(9, 18, 31, 0.72) 44%, rgba(0, 0, 0, 0.9) 100%),
    linear-gradient(90deg, #26364a 0%, #111722 18%, #05070c 70%, #1b2637 100%);
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.66),
    18px 18px 42px rgba(0, 0, 0, 0.34),
    0 0 74px rgba(160, 112, 255, 0.18),
    inset 1px 0 0 rgba(255, 255, 255, 0.22),
    inset -8px 0 16px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transform: rotateY(-13deg) rotateX(2deg) rotateZ(-3.4deg);
  transform-origin: center;
}

body.luma-scroll-refresh-page .luma-scroll-phone::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(100deg, rgba(73, 100, 132, 0.64), rgba(12, 17, 26, 0.96) 38%, rgba(0, 0, 0, 0.98));
  box-shadow:
    24px 22px 46px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  transform: translate3d(0.58rem, 0.42rem, 0) scale(0.992);
}

body.luma-scroll-refresh-page .luma-scroll-phone::after {
  content: "";
  position: absolute;
  inset: 0.18rem;
  z-index: 3;
  border-radius: 2.1rem;
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.06) 18%, transparent 40%),
    radial-gradient(ellipse 58% 18% at 16% 0%, rgba(255, 255, 255, 0.14), transparent 70%);
  opacity: 0.38;
  pointer-events: none;
  mix-blend-mode: screen;
}

body.luma-scroll-refresh-page .luma-scroll-phone > * {
  position: relative;
}

body.luma-scroll-refresh-page .luma-scroll-phone-top {
  position: absolute;
  top: 0.92rem;
  left: 50%;
  z-index: 5;
  display: flex;
  width: 5.45rem;
  height: 1.38rem;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, #07111e, #02050a);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 -1px 8px rgba(0, 0, 0, 0.68),
    0 1px 8px rgba(0, 0, 0, 0.34);
}

body.luma-scroll-refresh-page .luma-scroll-phone-top span {
  display: block;
  width: 1.55rem;
  height: 0.22rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

body.luma-scroll-refresh-page .luma-scroll-phone-top::after {
  content: "";
  position: absolute;
  right: 0.72rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 35%, rgba(160, 210, 255, 0.65), rgba(28, 51, 75, 0.8) 38%, #05080d 70%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}

body.luma-scroll-refresh-page .luma-scroll-phone-screen {
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.74rem;
  background: #110f18;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 24px rgba(0, 0, 0, 0.42),
    0 0 0 0.34rem rgba(2, 6, 11, 0.58);
}

body.luma-scroll-refresh-page .luma-scroll-phone-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.07) 17%, transparent 38%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 12%, transparent 82%, rgba(255, 255, 255, 0.04));
  opacity: 0.34;
  pointer-events: none;
  mix-blend-mode: screen;
}

body.luma-scroll-refresh-page .luma-scroll-phone-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  box-shadow:
    inset 10px 0 22px rgba(255, 255, 255, 0.05),
    inset -18px 0 24px rgba(0, 0, 0, 0.22),
    inset 0 -20px 24px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

body.luma-scroll-refresh-page .luma-scroll-phone-screen img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

body.luma-scroll-refresh-page .luma-scroll-phone-wrap {
  position: absolute;
  inset: auto clamp(-14rem, -9vw, -5rem) clamp(-3.5rem, -4vw, -2.25rem) auto;
  z-index: 1;
  isolation: isolate;
  width: min(86vw, 66.75rem);
  align-self: auto;
  justify-items: stretch;
  perspective: none;
}

body.luma-scroll-refresh-page .luma-scroll-phone-wrap::before {
  content: "";
  position: absolute;
  top: -23.94%;
  right: -24.86%;
  bottom: 0;
  left: -59.39%;
  z-index: 0;
  pointer-events: none;
  background: url("/assets/performance/phase7/dcdcfb3cc5e018b3-1600.webp") center / 100% 100% no-repeat;
  -webkit-mask-image: radial-gradient(ellipse 78% 88% at 60% 62%, #000 0%, #000 68%, rgba(0, 0, 0, 0.62) 84%, transparent 100%);
  mask-image: radial-gradient(ellipse 78% 88% at 60% 62%, #000 0%, #000 68%, rgba(0, 0, 0, 0.62) 84%, transparent 100%);
}

body.luma-scroll-refresh-page .luma-scroll-phone {
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

body.luma-scroll-refresh-page .luma-scroll-phone::before,
body.luma-scroll-refresh-page .luma-scroll-phone::after,
body.luma-scroll-refresh-page .luma-scroll-phone-top,
body.luma-scroll-refresh-page .luma-scroll-phone-screen::before,
body.luma-scroll-refresh-page .luma-scroll-phone-screen::after {
  display: none;
}

body.luma-scroll-refresh-page .luma-scroll-phone-screen {
  height: auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 0;
}

body.luma-scroll-refresh-page .luma-scroll-phone-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  pointer-events: none;
  background:
    linear-gradient(90deg, #070816 0%, rgba(7, 8, 22, 0.92) 6%, rgba(7, 8, 22, 0.5) 16%, rgba(7, 8, 22, 0.14) 28%, rgba(7, 8, 22, 0) 40%),
    linear-gradient(180deg, rgba(7, 8, 22, 0.86) 0%, rgba(7, 8, 22, 0.48) 7%, rgba(7, 8, 22, 0.12) 17%, rgba(7, 8, 22, 0) 28%);
}

body.luma-scroll-refresh-page .luma-scroll-phone-screen img {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: 50% 100%;
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.3));
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.24) 8%, #000 32%, #000 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.32) 5%, #000 15%, #000 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.24) 8%, #000 32%, #000 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.32) 5%, #000 15%, #000 100%);
  mask-composite: intersect;
}

body.luma-scroll-refresh-page .luma-scroll-control-copy {
  position: relative;
  z-index: 2;
  isolation: isolate;
  align-self: start;
  width: min(52rem, 60vw);
  max-width: calc(100vw - 2rem);
  margin-top: clamp(0.75rem, 2vw, 1.75rem);
  margin-bottom: 0;
}

body.luma-scroll-refresh-page .luma-scroll-control-copy::before {
  content: "";
  position: absolute;
  inset: -1.2rem -6.5rem -1.2rem -1rem;
  z-index: 0;
  pointer-events: none;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(7, 8, 22, 0.78) 0%, rgba(7, 8, 22, 0.56) 62%, rgba(7, 8, 22, 0.16) 88%, rgba(7, 8, 22, 0) 100%);
  filter: blur(22px);
}

body.luma-scroll-refresh-page .luma-scroll-control-copy > * {
  position: relative;
  z-index: 1;
}

body.luma-scroll-refresh-page .luma-scroll-control-copy h2 {
  max-width: 24ch;
  scroll-margin-top: 11.25rem;
}

body.luma-scroll-refresh-page .luma-scroll-control-copy p {
  max-width: 49rem;
}

@media (min-width: 821px) and (max-width: 1540px) {
  body.luma-scroll-refresh-page .luma-scroll-control-section {
    padding: clamp(1rem, 2.6vw, 2.25rem) 0 clamp(2.1rem, 3.2vw, 3rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-control-grid {
    width: min(100%, calc(100% - 2rem));
    grid-template-columns: minmax(25rem, 0.82fr) minmax(27rem, 1.18fr);
    gap: clamp(1rem, 2.6vw, 2.4rem);
    min-height: clamp(34rem, 44vw, 40rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-control-copy {
    width: min(44vw, 42rem);
    max-width: 42rem;
    gap: 0.78rem;
    margin-top: clamp(0.35rem, 1.4vw, 1.1rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-control-copy h2 {
    max-width: 13ch;
    font-size: clamp(3rem, 4.35vw, 4.05rem);
    line-height: 0.96;
  }

  body.luma-scroll-refresh-page .luma-scroll-control-copy p {
    max-width: 38rem;
    font-size: clamp(0.95rem, 1.2vw, 1.03rem);
    line-height: 1.52;
  }

  body.luma-scroll-refresh-page .luma-scroll-control-points {
    gap: 0.65rem;
    margin-top: 0.2rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-control-points article {
    padding: 0.78rem 0.9rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-control-points span {
    font-size: 0.84rem;
    line-height: 1.38;
  }

  body.luma-scroll-refresh-page .luma-scroll-phone-wrap {
    inset: auto clamp(-11.5rem, -10vw, -8rem) clamp(-3rem, -3.2vw, -2.1rem) auto;
    width: min(62vw, 54rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-control-section::before {
    background-position: right clamp(-19rem, -11vw, -7rem) bottom;
    background-size: min(116vw, 94rem) auto;
  }
}

@media (max-height: 820px) and (min-width: 821px) {
  body.luma-scroll-refresh-page .luma-scroll-control-section {
    padding-bottom: clamp(1.75rem, 2.8vw, 2.4rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-control-section::before {
    background-position: right clamp(-20rem, -12vw, -7rem) bottom;
    background-size: min(112vw, 90rem) auto;
  }

  body.luma-scroll-refresh-page .luma-scroll-control-grid {
    min-height: clamp(32rem, 42vw, 36rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-control-copy h2 {
    font-size: clamp(2.85rem, 4.1vw, 3.75rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-phone-wrap {
    inset: auto clamp(-11rem, -10vw, -8rem) clamp(-2.4rem, -2.8vw, -1.75rem) auto;
    width: min(61vw, 52rem);
  }
}

body.luma-scroll-refresh-page .luma-scroll-stage-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin: 0 auto 1.1rem;
}

body.luma-scroll-refresh-page .luma-scroll-stage-tabs span {
  display: inline-flex;
  min-height: 2.15rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(91, 55, 143, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  padding: 0.42rem 0.82rem;
  color: rgba(31, 24, 43, 0.56);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(31, 20, 56, 0.07);
}

body.luma-scroll-refresh-page .luma-scroll-stage-tabs span.is-active {
  border-color: rgba(112, 72, 184, 0.34);
  background: #17111f;
  color: #fff;
  box-shadow: 0 16px 36px rgba(91, 55, 143, 0.18);
}

body.luma-scroll-refresh-page .luma-scroll-stage-window {
  width: 100%;
}

body.luma-scroll-refresh-page .luma-scroll-proof-columns {
  display: grid;
  gap: clamp(1rem, 1.8vw, 1.4rem);
}

body.luma-scroll-refresh-page .luma-scroll-proof-column {
  display: grid;
  gap: clamp(0.82rem, 1.25vw, 1.05rem);
}

body.luma-scroll-refresh-page .luma-scroll-proof-column-heading {
  display: flex;
  align-items: center;
  gap: 0.82rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0.8rem 0.95rem;
  box-shadow: none;
}

body.luma-scroll-refresh-page .luma-scroll-proof-column-heading > span {
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #17111f;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 950;
  line-height: 1;
}

body.luma-scroll-refresh-page .luma-scroll-proof-column-heading h3,
body.luma-scroll-refresh-page .luma-scroll-proof-column-heading p {
  margin: 0;
}

body.luma-scroll-refresh-page .luma-scroll-proof-column-heading h3 {
  color: #17111f;
  font-size: 1.08rem;
  font-weight: 950;
  line-height: 1.1;
}

body.luma-scroll-refresh-page .luma-scroll-proof-column-heading p {
  margin-top: 0.18rem;
  color: rgba(31, 24, 43, 0.62);
  font-size: 0.84rem;
  line-height: 1.35;
}

body.luma-scroll-refresh-page .luma-scroll-proof-card-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.58rem, 0.95vw, 0.82rem);
}

body.luma-scroll-refresh-page .luma-scroll-proof-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.46rem;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #f6f3f0;
  padding: clamp(0.3rem, 0.54vw, 0.46rem);
  box-shadow: none;
}

body.luma-scroll-refresh-page .luma-scroll-proof-card > div {
  display: grid;
  gap: 0.22rem;
  padding-inline: 0.12rem;
}

body.luma-scroll-refresh-page .luma-scroll-proof-card span,
body.luma-scroll-refresh-page .luma-scroll-proof-card h3,
body.luma-scroll-refresh-page .luma-scroll-proof-card p {
  margin: 0;
}

body.luma-scroll-refresh-page .luma-scroll-proof-card span {
  color: #6b3fa6;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

body.luma-scroll-refresh-page .luma-scroll-proof-card h3 {
  color: #17111f;
  font-size: 0.98rem;
  font-weight: 950;
  line-height: 1.12;
}

body.luma-scroll-refresh-page .luma-scroll-proof-card p {
  color: rgba(31, 24, 43, 0.62);
  font-size: 0.78rem;
  line-height: 1.38;
}

body.luma-scroll-refresh-page .luma-scroll-device-mockup {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
  background: #f6f3f0;
  aspect-ratio: 2172 / 724;
  box-shadow: none;
}

body.luma-scroll-refresh-page .luma-scroll-device-base {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.luma-scroll-refresh-page .luma-scroll-device-screen {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  overflow: hidden;
  border-radius: inherit;
  mix-blend-mode: screen;
  pointer-events: none;
  transform: translateZ(0);
}

body.luma-scroll-refresh-page .luma-scroll-device-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.98;
  filter: brightness(1.24) contrast(1.14) saturate(1.18) drop-shadow(0 0 2px rgba(255, 255, 255, 0.2));
}

/* Bring every static LED overlay up to the authored ticker's brighter presentation. */
body.luma-scroll-refresh-page .luma-scroll-device-screen:not(.luma-scroll-device-screen--ticker) > img {
  opacity: 1;
  filter: brightness(1.46) contrast(1.16) saturate(1.22) drop-shadow(0 0 2px rgba(255, 255, 255, 0.28));
}

body.luma-scroll-refresh-page .luma-scroll-device-screen::after {
  display: none;
}

body.luma-scroll-refresh-page .luma-scroll-device-ticker-track {
  display: block;
  width: calc(var(--ticker-frame-count, 10) * 100%);
  height: 100%;
  animation: lumaScrollProjectedTicker 24s linear infinite;
  will-change: transform;
}

body.luma-scroll-refresh-page .luma-scroll-device-screen--ticker {
  inset: 27.4% 10% 26.1% 4.75%;
  clip-path: polygon(0 0, 100% 8.5%, 100% 100%, 0 80.5%);
  border-radius: 0;
}

body.luma-scroll-refresh-page .luma-scroll-device-ticker-projection {
  position: absolute;
  inset: 0;
  display: block;
  transform-origin: 0 0;
  will-change: transform;
}

body.luma-scroll-refresh-page .luma-scroll-device-ticker-strip {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

@keyframes lumaScrollProjectedTicker {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.luma-scroll-refresh-page .luma-scroll-device-ticker-track {
    animation: none;
    transform: none;
  }
}
body.luma-scroll-refresh-page .luma-scroll-device-screen--bookend {
  inset: 0;
}

body.luma-scroll-refresh-page .luma-scroll-device-screen--bookend > img {
  width: 96.3%;
  margin-left: 0.7%;
  object-fit: fill;
}

/* Shared authored ticker projection: match the four corners marked on the clean product photo. */
body.luma-scroll-refresh-page .luma-scroll-device-screen--ticker[data-scroll-ticker-refined] {
  inset: 29.15% 8.05% 26.48% 5.23%;
  clip-path: polygon(0 0, 100% 8.85%, 100% 100%, 0 82.65%);
  border-radius: 0;
  background: transparent;
  transform: rotate(0.15deg);
  transform-origin: 50% 50%;
}

body.luma-scroll-refresh-page .luma-scroll-authored-ticker-projection {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  opacity: 0.9;
  transform-origin: 0 0;
  will-change: transform;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0 48%, rgba(0, 0, 0, 0.96) 54%, transparent 62%);
  -webkit-mask-size: 0.520833333% 3.125%;
  -webkit-mask-position: 0 0;
  -webkit-mask-repeat: repeat;
  mask-image: radial-gradient(circle at 50% 50%, #000 0 48%, rgba(0, 0, 0, 0.96) 54%, transparent 62%);
  mask-size: 0.520833333% 3.125%;
  mask-position: 0 0;
  mask-repeat: repeat;
}

body.luma-scroll-refresh-page .luma-scroll-authored-ticker-track {
  --ticker-card-count: 12;
  display: flex;
  width: calc(var(--ticker-card-count) * 100%);
  height: 100%;
  margin-top: 0;
  background: transparent;
  animation: lumaScrollAuthoredTicker 31.64s linear infinite;
  animation-play-state: paused;
  will-change: transform;
}

body.luma-scroll-refresh-page
  .luma-scroll-device-screen--ticker[data-ticker-belt-ready="true"]
  .luma-scroll-authored-ticker-track {
  animation-play-state: running;
}

body.luma-scroll-refresh-page .luma-scroll-authored-ticker-track > img {
  display: block;
  flex: 0 0 calc(100% / var(--ticker-card-count));
  width: calc(100% / var(--ticker-card-count));
  min-width: 0;
  height: 100%;
  max-width: none;
  border: 0;
  background: transparent;
  object-fit: fill;
  object-position: center;
  opacity: 1;
  filter: brightness(1.45) contrast(1.16) saturate(1.22);
  image-rendering: pixelated;
  mix-blend-mode: screen;
}

/* Every non-Football card gets the content-safe inset already baked into the Football artwork. */
body.luma-scroll-refresh-page
  .luma-scroll-device-screen--ticker[data-scroll-ticker-refined]:not([data-scroll-ticker-sport="football"])
  .luma-scroll-authored-ticker-track > img {
  transform: scale(0.984, 0.926);
  transform-origin: 50% 50%;
}

@keyframes lumaScrollAuthoredTicker {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.luma-scroll-refresh-page .luma-scroll-authored-ticker-track {
    animation: none;
    transform: none;
  }
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged {
  position: relative;
  min-height: calc(var(--scroll-mode-pages, 4) * 100vh);
  padding: 0;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged > .luma-detail-container {
  --scroll-mode-sticky-top: 4.35rem;
  --scroll-mode-bottom-clearance: clamp(4.9rem, 7vh, 5.9rem);
  position: sticky;
  top: var(--scroll-mode-sticky-top);
  display: flex;
  flex-direction: column;
  gap: clamp(0.42rem, 0.82vh, 0.62rem);
  height: calc(100vh - var(--scroll-mode-sticky-top) - var(--scroll-mode-bottom-clearance));
  height: calc(100svh - var(--scroll-mode-sticky-top) - var(--scroll-mode-bottom-clearance));
  min-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding-block: clamp(0.62rem, 1.2vh, 0.95rem) clamp(0.56rem, 1vh, 0.82rem);
  z-index: 1;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-heading {
  gap: 0.32rem;
  margin: 0 auto;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-heading .luma-eyebrow {
  padding: 0.32rem 0.58rem;
  font-size: 0.62rem;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-heading h2 {
  max-width: 15ch;
  font-size: clamp(2.05rem, 3vw, 2.45rem);
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-heading p {
  max-width: 30rem;
  font-size: 0.86rem;
  line-height: 1.35;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-stage-tabs {
  margin-bottom: 0;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-stage-window {
  display: grid;
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-columns {
  display: flex;
  gap: 0;
  min-height: 0;
  height: 100%;
  transform: translate3d(var(--scroll-mode-x, 0%), 0, 0);
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-column {
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  gap: 0;
  flex: 0 0 100%;
  min-width: 100%;
  min-height: 0;
  height: 100%;
  padding-inline: clamp(0.1rem, 0.7vw, 0.45rem);
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-column:not(.is-stage-active) {
  pointer-events: none;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-column-heading {
  display: none;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card-stack {
  align-self: start;
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.52rem, 0.9vh, 0.72rem) clamp(0.66rem, 1.05vw, 0.92rem);
  width: 100%;
  min-height: 0;
  max-width: min(100%, 78rem);
  margin-inline: auto;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card {
  grid-template-rows: auto auto;
  gap: 0.24rem;
  min-height: 0;
  padding: 0.28rem;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card > div {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 0.42rem;
  padding: 0.02rem 0.08rem 0;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card span {
  flex: 0 0 auto;
  font-size: 0.62rem;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card h3 {
  min-width: 0;
  overflow: hidden;
  font-size: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card p {
  display: none;
}

@media (min-width: 821px) and (max-height: 820px) {
  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged > .luma-detail-container {
    --scroll-mode-bottom-clearance: clamp(4.6rem, 6vh, 5.2rem);
    gap: 0.36rem;
    padding-block: 0.48rem 0.54rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-heading {
    gap: 0.24rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-heading h2 {
    max-width: 18ch;
    font-size: clamp(1.62rem, 2.5vw, 2rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-heading p {
    max-width: 32rem;
    font-size: 0.75rem;
    line-height: 1.26;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-stage-tabs span {
    min-height: 1.88rem;
    padding: 0.34rem 0.72rem;
    font-size: 0.68rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card {
    gap: 0.2rem;
    padding: 0.24rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card > div {
    gap: 0.34rem;
    padding-top: 0;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card span {
    font-size: 0.56rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card h3 {
    font-size: 0.82rem;
  }
}

@media (max-width: 820px) {
  body.luma-scroll-refresh-page .luma-scroll-stage-tabs {
    display: none;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged {
    min-height: auto;
    padding: clamp(2.6rem, 8vw, 4rem) 0;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged > .luma-detail-container {
    position: relative;
    top: auto;
    display: grid;
    height: auto;
    overflow: visible;
    padding-block: 0;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-stage-window {
    display: block;
    overflow: visible;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-columns,
  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-columns {
    display: grid;
    height: auto;
    gap: 1.15rem;
    transform: none !important;
    transition: none;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-column {
    display: grid;
    flex: 0 1 auto;
    min-width: 0;
    height: auto;
    padding-inline: 0;
    gap: clamp(0.82rem, 1.25vw, 1.05rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-column:not(.is-stage-active) {
    pointer-events: auto;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-column-heading {
    display: flex;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card > div {
    display: grid;
    gap: 0.22rem;
    padding-inline: 0.12rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-column-heading {
    align-items: flex-start;
    padding: 0.72rem 0.78rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-column-heading > span {
    width: 2rem;
    height: 2rem;
    font-size: 0.68rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-column-heading h3 {
    font-size: 0.96rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-column-heading p {
    display: none;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-card-stack,
  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.62rem;
    max-width: none;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-card,
  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card {
    gap: 0.4rem;
    padding: 0.36rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-card span,
  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card span {
    flex: initial;
    font-size: 0.6rem;
    letter-spacing: 0.06em;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-card h3,
  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card h3 {
    overflow: visible;
    font-size: 0.82rem;
    text-overflow: clip;
    white-space: normal;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-card p {
    display: none;
  }
}

@media (max-width: 640px) {
  body.luma-scroll-refresh-page .luma-scroll-proof-card-stack,
  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card-stack {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.72rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-card,
  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card {
    padding: 0.42rem;
  }
}

@media (max-width: 460px) {
  body.luma-scroll-refresh-page .luma-scroll-proof-card-stack,
  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card-stack {
    gap: 0.64rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-card,
  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card {
    padding: 0.4rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-card h3,
  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card h3 {
    font-size: 0.86rem;
  }
}

body.luma-scroll-refresh-page .luma-scroll-proof-card,
body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card {
  overflow: visible;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

body.luma-scroll-refresh-page .luma-scroll-proof-card-stack,
body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card-stack {
  gap: clamp(0.34rem, 0.72vh, 0.58rem) clamp(0.52rem, 0.86vw, 0.74rem);
  max-width: min(100%, 96rem);
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card {
  gap: clamp(0.12rem, 0.34vh, 0.22rem);
}

body.luma-scroll-refresh-page .luma-scroll-device-mockup {
  width: calc(100% + clamp(0.6rem, 1.2vw, 1.05rem));
  max-width: none;
  margin-inline: calc(clamp(0.6rem, 1.2vw, 1.05rem) / -2);
  overflow: visible;
  border-radius: 0;
  background: transparent;
  filter:
    drop-shadow(0 20px 30px rgba(31, 20, 56, 0.1))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.72));
}

body.luma-scroll-refresh-page .luma-scroll-device-base {
  mix-blend-mode: multiply;
}

body.luma-scroll-refresh-page .luma-scroll-proof-card > div,
body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card > div {
  padding-inline: 0;
}

body.luma-scroll-refresh-page .luma-scroll-proof-card,
body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card {
  position: relative;
  display: block;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

body.luma-scroll-refresh-page .luma-scroll-proof-card > div,
body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card > div {
  display: none;
  padding-inline: 0;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged > .luma-detail-container {
  width: min(1540px, calc(100% - 1.1rem));
}

body.luma-scroll-refresh-page .luma-scroll-proof-card-stack,
body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card-stack {
  --scroll-mode-card-bleed: clamp(0.72rem, 1.05vw, 1rem);
  align-content: center;
  align-self: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.44rem, 0.78vh, 0.66rem) clamp(0.82rem, 1.25vw, 1.12rem);
  width: calc(100% - var(--scroll-mode-card-bleed));
  max-width: none;
  height: 100%;
  margin-inline: auto;
}

body.luma-scroll-refresh-page .luma-scroll-device-mockup {
  position: relative;
  width: calc(100% + var(--scroll-mode-card-bleed, clamp(0.72rem, 1.05vw, 1rem)));
  max-width: none;
  margin-inline: calc(var(--scroll-mode-card-bleed, clamp(0.72rem, 1.05vw, 1rem)) / -2);
  overflow: visible;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(247, 244, 253, 0));
  filter:
    drop-shadow(0 18px 30px rgba(31, 20, 56, 0.14))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.86));
}

body.luma-scroll-refresh-page .luma-scroll-device-base {
  mix-blend-mode: multiply;
  opacity: 0.98;
}

body.luma-scroll-refresh-page .luma-scroll-device-mockup::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -0.08rem;
  z-index: 3;
  height: 26%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(247, 244, 253, 0.92) 0%, rgba(255, 255, 255, 0.46) 52%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.72;
}

body.luma-scroll-refresh-page .luma-scroll-mode-overlay {
  position: absolute;
  left: clamp(0.7rem, 1.05vw, 1rem);
  bottom: clamp(0.58rem, 0.92vw, 0.86rem);
  z-index: 4;
  display: grid;
  max-width: min(24rem, 74%);
  gap: 0.16rem;
  border: 1px solid rgba(45, 31, 68, 0.1);
  border-radius: 8px;
  padding: clamp(0.38rem, 0.62vw, 0.58rem) clamp(0.5rem, 0.82vw, 0.76rem);
  pointer-events: none;
  background: rgba(255, 255, 255, 0.78);
  color: #17111f;
  text-align: left;
  text-shadow: none;
  box-shadow: 0 14px 34px rgba(31, 20, 56, 0.12);
  -webkit-backdrop-filter: blur(10px) saturate(1.15);
  backdrop-filter: blur(10px) saturate(1.15);
}

body.luma-scroll-refresh-page .luma-scroll-mode-overlay strong {
  color: #17111f;
  font-size: clamp(0.78rem, 0.92vw, 1.02rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.05;
}

body.luma-scroll-refresh-page .luma-scroll-mode-overlay span {
  display: block;
  color: rgba(31, 24, 43, 0.62);
  font-size: clamp(0.58rem, 0.62vw, 0.72rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.24;
  text-transform: none;
}

@media (max-width: 820px) {
  body.luma-scroll-refresh-page .luma-scroll-proof-card-stack,
  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card-stack {
    --scroll-mode-card-bleed: 0rem;
    align-content: start;
    align-self: stretch;
    width: 100%;
    gap: 0.72rem;
    max-width: none;
  }

  body.luma-scroll-refresh-page .luma-scroll-device-mockup {
    width: 100%;
    margin-inline: 0;
  }

  body.luma-scroll-refresh-page .luma-scroll-mode-overlay {
    left: 0.78rem;
    bottom: 0.64rem;
    max-width: 76%;
  }

  body.luma-scroll-refresh-page .luma-scroll-mode-overlay strong {
    font-size: 0.82rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-mode-overlay span {
    font-size: 0.6rem;
  }
}

@media (max-width: 640px) {
  body.luma-scroll-refresh-page .luma-scroll-proof-card-stack,
  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card-stack {
    grid-template-columns: minmax(0, 1fr);
  }
}
body.luma-scroll-refresh-page .luma-scroll-device-mockup {
  display: grid;
  gap: clamp(0.28rem, 0.7vh, 0.48rem);
  background: transparent;
  filter: none;
}

body.luma-scroll-refresh-page .luma-scroll-device-visual {
  position: relative;
  isolation: isolate;
  display: block;
  width: min(96%, 100%);
  margin-inline: auto;
  aspect-ratio: 2172 / 724;
  overflow: visible;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 244, 253, 0));
  filter:
    drop-shadow(0 20px 32px rgba(31, 20, 56, 0.13))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.9));
}

body.luma-scroll-refresh-page .luma-scroll-device-mockup::after {
  display: none;
}

body.luma-scroll-refresh-page .luma-scroll-device-visual::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -0.08rem;
  z-index: 3;
  height: 24%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(247, 244, 253, 0.9) 0%, rgba(255, 255, 255, 0.44) 52%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.68;
}

body.luma-scroll-refresh-page .luma-scroll-mode-overlay {
  position: static;
  z-index: auto;
  display: grid;
  justify-self: center;
  width: min(96%, 100%);
  max-width: none;
  gap: 0.14rem;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  background: transparent;
  color: #17111f;
  text-align: left;
  text-shadow: none;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body.luma-scroll-refresh-page .luma-scroll-mode-overlay strong {
  color: #17111f;
  font-size: clamp(0.78rem, 0.92vw, 1rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.05;
}

body.luma-scroll-refresh-page .luma-scroll-mode-overlay span {
  display: block;
  color: rgba(31, 24, 43, 0.62);
  font-size: clamp(0.58rem, 0.62vw, 0.72rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.24;
  text-transform: none;
}

@media (max-width: 820px) {
  body.luma-scroll-refresh-page .luma-scroll-device-visual,
  body.luma-scroll-refresh-page .luma-scroll-mode-overlay {
    width: 100%;
  }

  body.luma-scroll-refresh-page .luma-scroll-device-mockup {
    gap: 0.3rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-mode-overlay strong {
    font-size: 0.82rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-mode-overlay span {
    font-size: 0.6rem;
  }
}
body.luma-scroll-refresh-page .luma-scroll-setup-section {
  padding: clamp(3.2rem, 6vw, 5.25rem) 0;
  background: #08070d;
}

body.luma-scroll-refresh-page .luma-scroll-step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.luma-scroll-refresh-page .luma-scroll-step-grid article {
  padding: 1.15rem;
}

body.luma-scroll-refresh-page .luma-scroll-step-grid article > span {
  display: flex;
  width: 2.45rem;
  height: 2.45rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(190, 151, 255, 0.4);
  border-radius: 999px;
  background: rgba(166, 117, 255, 0.13);
  color: #d9c2ff;
  font-size: 0.78rem;
  font-weight: 900;
}

body.luma-scroll-refresh-page .luma-scroll-faq-section {
  padding: clamp(3rem, 6vw, 5.2rem) 0;
  background: #0d0b14;
}

body.luma-scroll-refresh-page .luma-scroll-faq-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.luma-scroll-refresh-page .luma-scroll-faq-grid article {
  padding: 1rem;
}

body.luma-scroll-refresh-page .luma-scroll-order-section {
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(2.75rem, 6vw, 5rem);
  background:
    linear-gradient(180deg, #0d0b14 0%, #050507 100%);
  color: #fff;
}

body.luma-scroll-refresh-page .luma-scroll-order-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: clamp(1.1rem, 2.5vw, 1.8rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #090811;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

body.luma-scroll-refresh-page .luma-scroll-order-panel h2 {
  max-width: 17ch;
  margin: 0.65rem 0 0;
  color: #fff;
  font-family: var(--home-v2-font-display);
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 0.96;
}

body.luma-scroll-refresh-page .luma-scroll-order-panel p {
  max-width: 38rem;
  margin-top: 0.85rem;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section,
body.luma-scroll-refresh-page .luma-scroll-setup-section,
body.luma-scroll-refresh-page .luma-scroll-order-section {
  color: #17111f;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section {
  background:
    linear-gradient(180deg, #f7f4fd 0%, #ffffff 48%, #f1edf8 100%);
}

body.luma-scroll-refresh-page .luma-scroll-proof-section .luma-eyebrow,
body.luma-scroll-refresh-page .luma-scroll-setup-section .luma-eyebrow,
body.luma-scroll-refresh-page .luma-scroll-order-section .luma-eyebrow {
  border-color: rgba(91, 55, 143, 0.18);
  background: rgba(91, 55, 143, 0.07);
  color: #5f3b93;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section .luma-scroll-proof-heading h2,
body.luma-scroll-refresh-page .luma-scroll-setup-section .luma-scroll-proof-heading h2 {
  color: #17111f;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section .luma-scroll-proof-heading p {
  color: rgba(31, 24, 43, 0.68);
}

body.luma-scroll-refresh-page .luma-scroll-proof-section .luma-scroll-mode-grid article {
  border-color: rgba(45, 31, 68, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 245, 255, 0.92)),
    #fff;
  box-shadow: 0 18px 42px rgba(31, 20, 56, 0.1);
}

body.luma-scroll-refresh-page .luma-scroll-proof-section .luma-scroll-mode-grid span {
  color: #17111f;
}

body.luma-scroll-refresh-page .luma-scroll-proof-section .luma-scroll-mode-grid small {
  color: rgba(31, 24, 43, 0.62);
}

body.luma-scroll-refresh-page .luma-scroll-proof-section .luma-scroll-sports-strip span {
  border-color: rgba(45, 31, 68, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(31, 24, 43, 0.72);
  box-shadow: 0 12px 28px rgba(31, 20, 56, 0.08);
}

/* Scroll sports image grid correction */
body.luma-scroll-refresh-page .luma-scroll-proof-section {
  background: #fff;
}

body.luma-scroll-refresh-page .luma-scroll-proof-card-stack,
body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card-stack {
  --scroll-mode-card-bleed: 0rem;
  align-content: start;
  align-self: start;
  gap: 0;
  width: 100%;
  height: auto;
  max-width: min(100%, 94rem);
}

body.luma-scroll-refresh-page .luma-scroll-proof-card,
body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card {
  overflow: hidden;
  min-width: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

body.luma-scroll-refresh-page .luma-scroll-device-mockup,
body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-device-mockup {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  filter: none;
}

body.luma-scroll-refresh-page .luma-scroll-device-visual {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: none;
}

body.luma-scroll-refresh-page .luma-scroll-device-visual::after,
body.luma-scroll-refresh-page .luma-scroll-device-mockup::after {
  display: none;
}

body.luma-scroll-refresh-page .luma-scroll-device-base {
  mix-blend-mode: normal;
}

body.luma-scroll-refresh-page .luma-scroll-mode-overlay {
  position: absolute;
  top: clamp(0.42rem, 0.8vw, 0.72rem);
  right: auto;
  bottom: auto;
  left: clamp(0.48rem, 0.9vw, 0.82rem);
  z-index: 5;
  justify-self: auto;
  width: auto;
  max-width: min(19rem, calc(100% - 1.4rem));
  gap: 0.1rem;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body.luma-scroll-refresh-page .luma-scroll-mode-overlay strong,
body.luma-scroll-refresh-page .luma-scroll-mode-overlay span {
  border: 0;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
}
body.luma-scroll-refresh-page .luma-scroll-mode-overlay strong {
  color: #17111f;
  font-size: clamp(0.76rem, 0.88vw, 0.94rem);
  line-height: 1.05;
}

body.luma-scroll-refresh-page .luma-scroll-mode-overlay span {
  max-width: 25ch;
  color: rgba(31, 24, 43, 0.66);
  font-size: clamp(0.56rem, 0.6vw, 0.68rem);
  line-height: 1.18;
}
/* Keep the Scroll sports gallery grouped like the Edge mode gallery. */
body.luma-scroll-refresh-page .luma-scroll-proof-card-stack,
body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card-stack {
  --scroll-proof-stack-gap: clamp(0.95rem, 1.55vw, 1.25rem);
  grid-auto-rows: minmax(0, 1fr);
  align-content: center;
  align-self: center;
  gap: var(--scroll-proof-stack-gap);
  height: min(100%, clamp(30rem, 62svh, 38rem));
  max-width: min(100%, 94rem);
}

body.luma-scroll-refresh-page .luma-scroll-proof-card,
body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card {
  display: grid;
  height: 100%;
  min-height: 0;
}

body.luma-scroll-refresh-page .luma-scroll-device-mockup,
body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-device-mockup {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(0.34rem, 0.72vh, 0.52rem);
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
}

body.luma-scroll-refresh-page .luma-scroll-device-visual,
body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-device-visual {
  align-self: end;
}

body.luma-scroll-refresh-page .luma-scroll-mode-overlay,
body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-mode-overlay {
  position: static;
  display: grid;
  justify-self: center;
  width: min(96%, 100%);
  max-width: none;
  gap: 0.12rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body.luma-scroll-refresh-page .luma-scroll-mode-overlay strong,
body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-mode-overlay strong {
  font-size: clamp(0.84rem, 0.95vw, 1rem);
}

body.luma-scroll-refresh-page .luma-scroll-mode-overlay span,
body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-mode-overlay span {
  max-width: 28ch;
  font-size: clamp(0.6rem, 0.66vw, 0.72rem);
  line-height: 1.22;
}

@media (max-height: 820px) and (min-width: 821px) {
  body.luma-scroll-refresh-page .luma-scroll-proof-card-stack,
  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card-stack {
    --scroll-proof-stack-gap: clamp(0.62rem, 1.15vh, 0.88rem);
    height: min(100%, clamp(25rem, 60svh, 32rem));
  }
}

@media (max-width: 820px) {
  body.luma-scroll-refresh-page .luma-scroll-proof-card-stack,
  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card-stack {
    grid-auto-rows: auto;
    align-content: start;
    align-self: stretch;
    height: auto;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-card,
  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-proof-card,
  body.luma-scroll-refresh-page .luma-scroll-device-mockup,
  body.luma-scroll-refresh-page .luma-scroll-proof-section.is-scroll-paged .luma-scroll-device-mockup {
    height: auto;
  }
}
body.luma-scroll-refresh-page .luma-scroll-setup-section,
body.luma-scroll-refresh-page .luma-scroll-faq-section,
body.luma-scroll-refresh-page .luma-scroll-order-section {
  background-image: none;
  box-shadow: none;
}

body.luma-scroll-refresh-page .luma-scroll-setup-section {
  color: #fff;
  border-top: 1px solid #070711;
  border-bottom: 1px solid #f8f5ff;
  background: #070711;
}

body.luma-scroll-refresh-page .luma-scroll-setup-section .luma-scroll-proof-heading h2 {
  color: #fff;
}

body.luma-scroll-refresh-page .luma-scroll-setup-section .luma-scroll-step-grid article {
  border-color: rgba(216, 189, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

body.luma-scroll-refresh-page .luma-scroll-setup-section .luma-scroll-step-grid article > span {
  border-color: rgba(255, 255, 255, 0.14);
  background: #f7f4fd;
  color: #6f52d8;
}

body.luma-scroll-refresh-page .luma-scroll-setup-section .luma-scroll-step-grid h3 {
  color: #fff;
}

body.luma-scroll-refresh-page .luma-scroll-setup-section .luma-scroll-step-grid p {
  color: rgba(255, 255, 255, 0.66);
}
/* Compact setup-guide action shared by the Edge and Scroll listings. */
body.luma-scroll-refresh-page .luma-setup-guide-action,
body.luma-edge-refresh-page .luma-setup-guide-action {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.05rem, 2vw, 1.45rem);
}

body.luma-scroll-refresh-page .luma-setup-guide-link,
body.luma-edge-refresh-page .luma-setup-guide-link {
  display: inline-flex;
  min-height: 2.55rem;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  padding: 0.68rem 1rem 0.7rem 1.08rem;
  border: 1px solid rgba(216, 189, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #f4efff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

body.luma-scroll-refresh-page .luma-setup-guide-link span,
body.luma-edge-refresh-page .luma-setup-guide-link span {
  color: #cdb8ff;
  font-size: 0.94rem;
  line-height: 1;
  transition: transform 160ms ease;
}

body.luma-edge-refresh-page .luma-light-section .luma-setup-guide-link {
  border-color: rgba(93, 61, 148, 0.2);
  background: rgba(111, 82, 216, 0.07);
  color: #352650;
  box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
  body.luma-scroll-refresh-page .luma-setup-guide-link:hover,
  body.luma-edge-refresh-page .luma-setup-guide-link:hover {
    transform: translateY(-1px);
    border-color: rgba(216, 189, 255, 0.42);
    background: rgba(202, 185, 255, 0.11);
  }

  body.luma-scroll-refresh-page .luma-setup-guide-link:hover span,
  body.luma-edge-refresh-page .luma-setup-guide-link:hover span {
    transform: translateX(2px);
  }
}

body.luma-scroll-refresh-page .luma-setup-guide-link:focus-visible,
body.luma-edge-refresh-page .luma-setup-guide-link:focus-visible {
  outline: 3px solid rgba(202, 185, 255, 0.62);
  outline-offset: 3px;
}

body.luma-scroll-refresh-page .luma-scroll-faq-section {
  color: #17111f;
  border-top: 1px solid #f8f5ff;
  border-bottom: 1px solid #070711;
  background: #f8f5ff;
}

body.luma-scroll-refresh-page .luma-scroll-faq-section .luma-eyebrow {
  border-color: rgba(91, 55, 143, 0.18);
  background: rgba(111, 82, 216, 0.08);
  color: #5f3b93;
}

body.luma-scroll-refresh-page .luma-scroll-faq-section .luma-scroll-proof-heading h2 {
  color: #17111f;
}

body.luma-scroll-refresh-page .luma-scroll-faq-section .luma-scroll-faq-grid article {
  border-color: rgba(45, 31, 68, 0.12);
  background: #fff;
  box-shadow: none;
}

body.luma-scroll-refresh-page .luma-scroll-faq-section .luma-scroll-faq-grid h3 {
  color: #17111f;
}

body.luma-scroll-refresh-page .luma-scroll-faq-section .luma-scroll-faq-grid p {
  color: rgba(31, 24, 43, 0.66);
}
/* Scroll FAQ: flat editorial rows keep five answers balanced without orphan cards. */
body.luma-scroll-refresh-page .luma-scroll-faq-section > .luma-detail-container {
  display: grid;
  grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(2.5rem, 6vw, 6.5rem);
  width: min(1180px, calc(100% - 2rem));
}

body.luma-scroll-refresh-page .luma-scroll-faq-section .luma-scroll-proof-heading {
  justify-items: start;
  gap: 0.78rem;
  margin: 0;
  text-align: left;
}

body.luma-scroll-refresh-page .luma-scroll-faq-section .luma-scroll-proof-heading h2 {
  max-width: 8ch;
  font-size: clamp(2.8rem, 4.5vw, 4.75rem);
  line-height: 0.94;
  text-wrap: balance;
}

body.luma-scroll-refresh-page .luma-scroll-faq-section .luma-scroll-faq-grid {
  counter-reset: scroll-faq;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  border-top: 1px solid rgba(45, 31, 68, 0.18);
}

body.luma-scroll-refresh-page .luma-scroll-faq-section .luma-scroll-faq-grid article {
  counter-increment: scroll-faq;
  display: grid;
  grid-template-columns: minmax(13rem, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: clamp(1.25rem, 3vw, 2.8rem);
  padding: clamp(1.15rem, 2vw, 1.55rem) 0;
  border: 0;
  border-bottom: 1px solid rgba(45, 31, 68, 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.luma-scroll-refresh-page .luma-scroll-faq-section .luma-scroll-faq-grid h3 {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.62rem;
  font-size: clamp(0.96rem, 1.2vw, 1.08rem);
  line-height: 1.28;
}

body.luma-scroll-refresh-page .luma-scroll-faq-section .luma-scroll-faq-grid h3::before {
  content: counter(scroll-faq, decimal-leading-zero);
  padding-top: 0.12rem;
  color: #6f52d8;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

body.luma-scroll-refresh-page .luma-scroll-faq-section .luma-scroll-faq-grid p {
  padding-top: 0.02rem;
  font-size: clamp(0.9rem, 1vw, 0.98rem);
  line-height: 1.55;
}

body.luma-scroll-refresh-page .luma-scroll-faq-section .luma-scroll-faq-grid a {
  color: #6140bf;
  font-weight: 850;
  text-decoration-color: rgba(97, 64, 191, 0.34);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

body.luma-scroll-refresh-page .luma-scroll-faq-section .luma-scroll-faq-grid a:hover {
  color: #45258f;
  text-decoration-color: currentColor;
}

@media (max-width: 820px) {
  body.luma-scroll-refresh-page .luma-scroll-faq-section > .luma-detail-container {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(1.8rem, 7vw, 2.6rem);
    width: min(100% - 1.6rem, 42rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-faq-section .luma-scroll-proof-heading {
    justify-items: center;
    text-align: center;
  }

  body.luma-scroll-refresh-page .luma-scroll-faq-section .luma-scroll-proof-heading h2 {
    max-width: 12ch;
    font-size: clamp(2.35rem, 10vw, 3.35rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-faq-section .luma-scroll-faq-grid article {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.48rem;
    padding: 1.05rem 0 1.15rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-faq-section .luma-scroll-faq-grid p {
    padding-left: 2.62rem;
  }
}

body.luma-scroll-refresh-page .luma-scroll-order-section {
  color: #fff;
  border-top: 1px solid #070711;
  background: #070711;
}

body.luma-scroll-refresh-page .luma-scroll-order-panel {
  border-color: rgba(216, 189, 255, 0.16);
  background: #11101a;
  box-shadow: none;
}

body.luma-scroll-refresh-page .luma-scroll-order-panel h2 {
  color: #fff;
}

body.luma-scroll-refresh-page .luma-scroll-order-panel p {
  color: rgba(255, 255, 255, 0.68);
}

body.luma-scroll-refresh-page .luma-scroll-order-actions .luma-scroll-price-block span {
  color: rgba(255, 255, 255, 0.62);
}

body.luma-scroll-refresh-page .luma-scroll-order-actions .luma-scroll-price-block strong {
  color: #fff;
}

body.luma-scroll-refresh-page .luma-scroll-order-actions .luma-scroll-price-block s {
  color: rgba(255, 255, 255, 0.45);
  text-decoration-color: rgba(255, 255, 255, 0.42);
}

body.luma-scroll-refresh-page .luma-scroll-sticky-cart {
  max-width: 42rem;
}

body.luma-scroll-refresh-page .luma-scroll-sticky-panel {
  border-color: rgba(216, 189, 255, 0.2);
  background: rgba(15, 13, 23, 0.94);
  box-shadow:
    0 26px 88px rgba(0, 0, 0, 0.48),
    0 0 54px rgba(164, 102, 255, 0.12);
}

body.luma-scroll-refresh-page .luma-scroll-sticky-grid {
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) auto;
  gap: 0.5rem;
  align-items: center;
}

body.luma-scroll-refresh-page .luma-scroll-sticky-price {
  display: flex;
  min-height: 2.75rem;
  align-items: baseline;
  gap: 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
  white-space: nowrap;
}

body.luma-scroll-refresh-page .luma-scroll-sticky-price span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.8rem;
  font-weight: 850;
}

body.luma-scroll-refresh-page .luma-scroll-sticky-price strong {
  color: #fff;
  font-size: 1.24rem;
  font-weight: 950;
  line-height: 1;
}

body.luma-scroll-refresh-page .luma-scroll-sticky-price s {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration-thickness: 0.08em;
}

body.luma-scroll-refresh-page .luma-scroll-sticky-add,
body.luma-scroll-refresh-page .luma-scroll-sticky-buy {
  min-height: 2.75rem;
  padding-inline: 1.1rem;
  white-space: nowrap;
}

@media (max-height: 620px) and (min-width: 760px) {
  body.luma-scroll-refresh-page .luma-scroll-hero-frame {
    height: clamp(12rem, 42svh, 21rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy h1 {
    font-size: clamp(2.55rem, 5vw, 4.35rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy .luma-hero-lede {
    font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  }
}

@media (max-width: 1180px) and (min-width: 821px) {
  body.luma-scroll-refresh-page .luma-scroll-hero-frame::before {
    background:
      radial-gradient(ellipse 40% 16% at 61% 64%, rgba(114, 180, 255, 0.14) 0%, rgba(95, 166, 255, 0.06) 34%, transparent 70%),
      radial-gradient(ellipse 22% 12% at 66% 66%, rgba(255, 188, 77, 0.08) 0%, rgba(255, 188, 77, 0.04) 38%, transparent 72%);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-frame > img {
    object-fit: cover;
    object-position: 50% 50%;
    transform: translateX(clamp(1.5rem, 3.5vw, 2.5rem)) scale(1.04);
    transform-origin: center center;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.3) 20rem, rgba(0, 0, 0, 0.06) 58%, rgba(0, 0, 0, 0) 80%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.1) 100%);
  }
}

@media (max-width: 820px) {
  body.luma-scroll-refresh-page .luma-scroll-hero-frame::before {
    display: none;
    z-index: 1;
    background:
      radial-gradient(ellipse 48% 18% at 50% 63%, rgba(74, 159, 255, 0.28) 0%, rgba(74, 159, 255, 0.12) 42%, transparent 72%),
      radial-gradient(ellipse 36% 15% at 65% 61%, rgba(255, 193, 99, 0.16) 0%, rgba(255, 193, 99, 0.06) 44%, transparent 72%);
    opacity: 0.86;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-frame {
    display: block;
    width: 100%;
    height: clamp(31rem, 72svh, 39rem);
    margin-left: 0;
    min-height: 0;
    overflow: hidden;
    isolation: isolate;
    background: #030205;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-frame::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    z-index: 2;
    height: clamp(5rem, 13svh, 7rem);
    pointer-events: none;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.16) 44%, rgba(0, 0, 0, 0.58) 100%);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-frame > img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 58%;
    filter: saturate(1.04) contrast(1.03);
    transform: scale(1);
    transform-origin: 50% 58%;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-shade {
    display: none;
    z-index: 2;
    background:
      linear-gradient(180deg, rgba(1, 1, 4, 0.42) 0%, rgba(1, 1, 4, 0.18) 28%, rgba(1, 1, 4, 0) 56%, rgba(1, 1, 4, 0.2) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.14) 100%);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-content {
    position: absolute;
    inset: 0;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0.95rem 1rem 1rem;
    background: transparent;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy {
    width: min(100%, 22.75rem);
    gap: 0.56rem;
    justify-items: center;
    margin-inline: auto;
    text-align: center;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.88);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-content .luma-back-link {
    display: none;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy .luma-eyebrow {
    max-width: 100%;
    padding: 0.4rem 0.62rem;
    background: rgba(0, 0, 0, 0.46);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.62rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy h1 {
    max-width: min(100%, 11ch);
    font-size: clamp(2.32rem, 10.7vw, 3.25rem);
    line-height: 0.92;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy .luma-hero-lede {
    max-width: 16ch;
    font-size: clamp(1.16rem, 5.4vw, 1.52rem);
    line-height: 1.04;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy .luma-hero-copy-text {
    display: block;
    max-width: min(100%, 20rem);
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.88rem;
    line-height: 1.42;
  }

  body.luma-scroll-refresh-page .luma-scroll-story-grid,
  body.luma-scroll-refresh-page .luma-scroll-control-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.luma-scroll-refresh-page .luma-scroll-story-grid .luma-scroll-room-figure {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  body.luma-scroll-refresh-page .luma-scroll-story-section {
    padding: clamp(1.35rem, 6.5vw, 2.25rem) 0 clamp(1.6rem, 7vw, 2.65rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-story-grid {
    gap: 0.8rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-story-copy,
  body.luma-scroll-refresh-page .luma-scroll-control-copy {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    justify-items: center;
    text-align: center;
  }

  body.luma-scroll-refresh-page .luma-scroll-story-copy {
    gap: 0.55rem;
    padding-inline: 1rem;
  }

  body.luma-scroll-refresh-page:not(.site-editor-mode) .luma-scroll-story-copy h2 {
    max-width: min(100%, 20rem);
    color: transparent;
    font-size: 0;
    line-height: 0;
  }

  body.luma-scroll-refresh-page:not(.site-editor-mode) .luma-scroll-story-copy h2::after {
    content: "Keep the score in view.";
    display: block;
    color: #fff;
    font-family: var(--home-v2-font-display);
    font-size: clamp(2.3rem, 9.8vw, 3.12rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 0.96;
    text-align: center;
    text-wrap: balance;
  }

  body.luma-scroll-refresh-page:not(.site-editor-mode) .luma-scroll-story-copy p {
    max-width: min(100%, 22rem);
    color: transparent;
    font-size: 0;
    line-height: 0;
  }

  body.luma-scroll-refresh-page:not(.site-editor-mode) .luma-scroll-story-copy p::after {
    content: "Scores stay visible while the game stays on.";
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.38;
  }

  body.luma-scroll-refresh-page .luma-scroll-benefit-grid {
    display: none;
  }

  body.luma-scroll-refresh-page .luma-scroll-story-grid .luma-scroll-room-figure {
    justify-self: center;
    width: min(calc(100% + 2rem), 44rem);
    margin-top: 0.3rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-control-section {
    padding: clamp(1.35rem, 7vw, 2.25rem) 0 0;
  }

  body.luma-scroll-refresh-page .luma-scroll-control-copy::before {
    display: none;
  }

  body.luma-scroll-refresh-page .luma-scroll-story-copy h2,
  body.luma-scroll-refresh-page .luma-scroll-control-copy h2 {
    max-width: 13ch;
    font-size: clamp(2rem, 9vw, 3.1rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-control-copy {
    gap: 0.52rem;
    padding-inline: 1rem;
  }

  body.luma-scroll-refresh-page:not(.site-editor-mode) .luma-scroll-control-copy h2 {
    max-width: min(100%, 20rem);
    color: transparent;
    font-size: 0;
    line-height: 0;
  }

  body.luma-scroll-refresh-page:not(.site-editor-mode) .luma-scroll-control-copy h2::after {
    content: "Control from\a your phone.";
    display: block;
    color: #fff;
    font-family: var(--home-v2-font-display);
    font-size: clamp(2.35rem, 9.4vw, 3.1rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 0.96;
    text-align: center;
    text-wrap: balance;
    white-space: pre-line;
  }

  body.luma-scroll-refresh-page .luma-scroll-story-copy p,
  body.luma-scroll-refresh-page .luma-scroll-control-copy p {
    max-width: 35rem;
  }

  body.luma-scroll-refresh-page:not(.site-editor-mode) .luma-scroll-control-copy p {
    max-width: min(100%, 21rem);
    color: transparent;
    font-size: 0;
    line-height: 0;
  }

  body.luma-scroll-refresh-page:not(.site-editor-mode) .luma-scroll-control-copy p::after {
    content: "Pick leagues, teams, and layouts in one tap.";
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.94rem;
    line-height: 1.38;
  }

  body.luma-scroll-refresh-page .luma-scroll-control-points {
    display: none;
  }

  body.luma-scroll-refresh-page .luma-scroll-benefit-grid,
  body.luma-scroll-refresh-page .luma-scroll-step-grid,
  body.luma-scroll-refresh-page .luma-scroll-faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.luma-scroll-refresh-page .luma-scroll-control-grid {
    gap: 0.55rem;
    min-height: 0;
  }

  body.luma-scroll-refresh-page .luma-scroll-phone-wrap {
    position: relative;
    inset: auto;
    z-index: 1;
    width: min(132vw, 41rem);
    margin-top: 0.05rem;
    margin-inline: auto;
    justify-items: center;
    transform: translateX(clamp(-5.5rem, -18vw, -3.25rem));
  }

  body.luma-scroll-refresh-page .luma-scroll-phone-wrap::before {
    display: none;
  }

  body.luma-scroll-refresh-page .luma-scroll-phone {
    width: 100%;
    transform: none;
  }

  body.luma-scroll-refresh-page .luma-scroll-phone-screen {
    height: auto;
  }

  body.luma-scroll-refresh-page .luma-scroll-phone-screen::before {
    display: none;
  }

  body.luma-scroll-refresh-page .luma-scroll-phone-screen img {
    position: relative;
    inset: auto;
    width: 100%;
  }

  body.luma-scroll-refresh-page .luma-scroll-mode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.luma-scroll-refresh-page .luma-scroll-sports-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.luma-scroll-refresh-page .luma-scroll-order-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  body.luma-scroll-refresh-page .luma-scroll-order-actions {
    width: 100%;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-cart {
    max-width: min(100%, 34rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-grid {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-price {
    grid-column: 1 / -1;
    justify-content: center;
    min-height: 2.35rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-add,
  body.luma-scroll-refresh-page .luma-scroll-sticky-buy {
    width: 100%;
    min-height: 2.55rem;
    padding-inline: 0.85rem;
  }
}

@media (max-width: 520px) {
  body.luma-scroll-refresh-page .luma-scroll-hero-frame {
    height: clamp(30rem, 70svh, 35.5rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-frame > img {
    object-fit: cover;
    object-position: 50% 58%;
    transform: scale(1);
    transform-origin: 50% 58%;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-content {
    padding: 0.85rem 0.9rem 1rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy {
    width: 100%;
    max-width: 20.75rem;
    gap: 0.48rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy h1 {
    font-size: clamp(2.18rem, 11.2vw, 2.85rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy .luma-hero-copy-text {
    display: none;
  }

  body.luma-scroll-refresh-page .luma-scroll-story-section,
  body.luma-scroll-refresh-page .luma-scroll-control-section,
  body.luma-scroll-refresh-page .luma-scroll-setup-section,
  body.luma-scroll-refresh-page .luma-scroll-faq-section {
    padding-block: clamp(2.6rem, 11vw, 3.7rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-story-section {
    padding: clamp(1.15rem, 6vw, 1.9rem) 0 clamp(1.5rem, 7vw, 2.3rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-story-grid {
    gap: 0.7rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-story-copy {
    gap: 0.48rem;
  }

  body.luma-scroll-refresh-page:not(.site-editor-mode) .luma-scroll-story-copy h2::after {
    font-size: clamp(2.14rem, 10vw, 2.78rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-story-grid .luma-scroll-room-figure {
    width: calc(100% + 1.8rem);
    margin-top: 0.2rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-control-section {
    padding: clamp(1.15rem, 6vw, 1.9rem) 0 0;
  }

  body.luma-scroll-refresh-page .luma-scroll-benefit-grid article,
  body.luma-scroll-refresh-page .luma-scroll-control-points article,
  body.luma-scroll-refresh-page .luma-scroll-step-grid article,
  body.luma-scroll-refresh-page .luma-scroll-faq-grid article {
    padding: 0.95rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-proof-heading h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-phone-wrap {
    width: min(128vw, 36rem);
    margin-top: -0.55rem;
    transform: translateX(clamp(-4.8rem, -17vw, -3.1rem));
  }

  body.luma-scroll-refresh-page .luma-scroll-phone {
    width: 100%;
    padding: 0;
    border-radius: 0;
  }

  body.luma-scroll-refresh-page .luma-scroll-phone-screen {
    border-radius: 0;
  }

  body.luma-scroll-refresh-page .luma-scroll-mode-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.luma-scroll-refresh-page .luma-scroll-order-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  body.luma-scroll-refresh-page .luma-scroll-order-actions .button,
  body.luma-scroll-refresh-page .luma-scroll-order-actions .button-secondary {
    width: 100%;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-cart {
    inset-inline: 0.55rem;
    bottom: 0.55rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-panel {
    padding: 0.42rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-grid {
    gap: 0.42rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-price {
    min-height: 2.2rem;
    padding-inline: 0.78rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-price span {
    font-size: 0.72rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-price strong {
    font-size: 1.08rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-price s {
    font-size: 0.7rem;
  }
}

@media (max-width: 390px) and (max-height: 700px) {
  body.luma-scroll-refresh-page .luma-scroll-hero-frame {
    height: 29.5rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy .luma-hero-copy-text {
    display: none;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy h1 {
    font-size: clamp(2.1rem, 11.4vw, 2.75rem);
  }
}

body.luma-edge-refresh-page .product-page-section {
  padding: 0;
  background: #030305;
}

body.luma-edge-refresh-page .product-page-section > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.luma-edge-refresh-page .luma-edge-refresh-detail {
  overflow: hidden;
  padding-bottom: 0;
  background: #030305;
  color: #fff;
}

body.luma-product-detail-page.home-v2-storefront-page.luma-edge-refresh-page .luma-detail-section.luma-edge-refresh-hero {
  padding: 0;
  background: #030305;
}

body.luma-edge-refresh-page .luma-edge-hero-frame {
  position: relative;
  width: 100vw;
  height: 42rem;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #030305;
  isolation: isolate;
}

body.luma-edge-refresh-page .luma-edge-hero-frame > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% 61%;
  transform: translateX(clamp(0.85rem, 1.6vw, 1.65rem)) scale(1.12);
  transform-origin: 68% 62%;
}

@media (min-width: 821px) and (max-width: 960px) {
  body.luma-edge-refresh-page .luma-edge-hero-frame > img {
    object-position: 50% 58%;
    transform: scale(1.08);
    transform-origin: 50% 58%;
  }
}
body.luma-edge-refresh-page .luma-edge-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.26) 24rem, rgba(0, 0, 0, 0.06) 62%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.34) 100%);
}

body.luma-edge-refresh-page .luma-edge-hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  justify-content: flex-start;
  width: min(100%, 1560px);
  margin: 0 auto;
  padding: 1.4rem clamp(1rem, 4vw, 4rem);
}

body.luma-edge-refresh-page .luma-edge-hero-content .luma-back-link {
  width: fit-content;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.76);
}

body.luma-edge-refresh-page .luma-edge-hero-copy {
  display: grid;
  gap: 0.78rem;
  width: min(100%, 29rem);
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.82);
}

body.luma-edge-refresh-page .luma-edge-hero-copy .luma-eyebrow {
  width: fit-content;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.36);
  color: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
}

body.luma-edge-refresh-page .luma-edge-hero-copy h1 {
  max-width: 9ch;
  margin: 0;
  color: #fff;
  font-family: var(--home-v2-font-display);
  font-size: 5rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.9;
}

body.luma-edge-refresh-page .luma-edge-hero-copy .luma-hero-lede {
  max-width: 17ch;
  margin: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 850;
  line-height: 1.03;
}

body.luma-edge-refresh-page .luma-edge-hero-copy .luma-hero-copy-text {
  max-width: 23rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.5;
}

body.luma-product-detail-page.luma-edge-refresh-page .luma-detail-page {
  overflow: visible;
}

body.luma-edge-refresh-page .luma-edge-hero-actions,
body.luma-edge-refresh-page .luma-edge-order-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

body.luma-edge-refresh-page .luma-edge-story-section,
body.luma-edge-refresh-page .luma-edge-control-section,
body.luma-edge-refresh-page .luma-edge-faq-section {
  color: #fff;
  background:
    linear-gradient(180deg, #030305 0%, #08070f 44%, #050509 100%);
}

body.luma-edge-refresh-page .luma-edge-story-section,
body.luma-edge-refresh-page .luma-edge-control-section,
body.luma-edge-refresh-page .luma-edge-faq-section,
body.luma-edge-refresh-page .luma-edge-proof-section,
body.luma-edge-refresh-page .luma-edge-setup-section,
body.luma-edge-refresh-page .luma-edge-order-section {
  padding: 5.5rem 0;
}

body.luma-edge-refresh-page .luma-edge-story-grid,
body.luma-edge-refresh-page .luma-edge-control-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(1.35rem, 4vw, 4rem);
}

body.luma-edge-refresh-page .luma-edge-story-copy,
body.luma-edge-refresh-page .luma-edge-control-copy {
  display: grid;
  gap: 1rem;
}

body.luma-edge-refresh-page .luma-edge-story-copy h2,
body.luma-edge-refresh-page .luma-edge-control-copy h2,
body.luma-edge-refresh-page .luma-edge-proof-heading h2,
body.luma-edge-refresh-page .luma-edge-order-panel h2 {
  margin: 0;
  color: currentColor;
  font-family: var(--home-v2-font-display);
  font-size: 4rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.96;
}

body.luma-edge-refresh-page .luma-edge-story-copy h2,
body.luma-edge-refresh-page .luma-edge-control-copy h2 {
  max-width: 13ch;
}

body.luma-edge-refresh-page .luma-edge-story-copy p,
body.luma-edge-refresh-page .luma-edge-control-copy p,
body.luma-edge-refresh-page .luma-edge-proof-heading p,
body.luma-edge-refresh-page .luma-edge-order-panel p {
  max-width: 40rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
  line-height: 1.65;
}

body.luma-edge-refresh-page .luma-edge-benefit-grid,
body.luma-edge-refresh-page .luma-edge-control-points,
body.luma-edge-refresh-page .luma-edge-step-grid,
body.luma-edge-refresh-page .luma-edge-faq-grid {
  display: grid;
  gap: 0.85rem;
}

body.luma-edge-refresh-page .luma-edge-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.luma-edge-refresh-page .luma-edge-benefit-grid article,
body.luma-edge-refresh-page .luma-edge-control-points article,
body.luma-edge-refresh-page .luma-edge-step-grid article,
body.luma-edge-refresh-page .luma-edge-faq-grid article {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.26);
}

body.luma-edge-refresh-page .luma-edge-benefit-grid strong,
body.luma-edge-refresh-page .luma-edge-control-points strong,
body.luma-edge-refresh-page .luma-edge-step-grid h3,
body.luma-edge-refresh-page .luma-edge-faq-grid h3 {
  display: block;
  margin: 0 0 0.32rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
}

body.luma-edge-refresh-page .luma-edge-benefit-grid span,
body.luma-edge-refresh-page .luma-edge-control-points span,
body.luma-edge-refresh-page .luma-edge-step-grid p,
body.luma-edge-refresh-page .luma-edge-faq-grid p {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.86rem;
  line-height: 1.48;
}

body.luma-edge-refresh-page .luma-edge-story-figure {
  position: relative;
  overflow: hidden;
  min-height: 22rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #07070b;
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.38),
    0 0 44px rgba(150, 92, 255, 0.11);
}

body.luma-edge-refresh-page .luma-edge-story-figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

body.luma-edge-refresh-page .luma-edge-proof-section,
body.luma-edge-refresh-page .luma-edge-setup-section {
  color: #17111f;
  background:
    linear-gradient(180deg, #f7f4fd 0%, #ffffff 48%, #f0edf8 100%);
}

body.luma-edge-refresh-page .luma-edge-proof-heading {
  display: grid;
  gap: 0.8rem;
  max-width: 54rem;
  margin: 0 auto 2rem;
  text-align: center;
}

body.luma-edge-refresh-page .luma-edge-proof-section .luma-eyebrow,
body.luma-edge-refresh-page .luma-edge-setup-section .luma-eyebrow,
body.luma-edge-refresh-page .luma-edge-order-section .luma-eyebrow {
  border-color: rgba(91, 55, 143, 0.18);
  background: rgba(91, 55, 143, 0.07);
  color: #5f3b93;
}

body.luma-edge-refresh-page .luma-edge-proof-heading p {
  margin-inline: auto;
  color: rgba(31, 24, 43, 0.68);
}

body.luma-edge-refresh-page .luma-edge-proof-section .luma-edge-proof-heading {
  max-width: min(100%, 38rem);
  margin: 0 auto 1.25rem;
  text-align: center;
}

body.luma-edge-refresh-page .luma-edge-proof-section .luma-edge-proof-heading .luma-eyebrow {
  justify-self: center;
}

body.luma-edge-refresh-page .luma-edge-proof-section .luma-edge-proof-heading h2 {
  max-width: 14ch;
  margin-inline: auto;
  line-height: 0.94;
}

body.luma-edge-refresh-page .luma-edge-proof-section .luma-edge-proof-heading p {
  max-width: 23rem;
  margin-inline: auto;
  font-size: 0.98rem;
  line-height: 1.48;
}

body.luma-edge-refresh-page .luma-edge-proof-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.6rem);
}

body.luma-edge-refresh-page .luma-edge-proof-column {
  display: grid;
  align-content: start;
  gap: 1rem;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-column {
  opacity: 0;
  transform: translate3d(var(--edge-stage-x, 0), var(--edge-stage-y, 2.5rem), 0);
  transition:
    opacity 780ms var(--storefront-motion-ease-soft) var(--edge-stage-delay, 0ms),
    transform 880ms var(--storefront-motion-ease-out) var(--edge-stage-delay, 0ms);
  will-change: opacity, transform;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-column[data-edge-mode-group="sports"] {
  --edge-stage-x: -4.5rem;
  --edge-stage-y: 1.5rem;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-column[data-edge-mode-group="markets"] {
  --edge-stage-x: 0;
  --edge-stage-y: 4rem;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-column[data-edge-mode-group="daily"] {
  --edge-stage-x: 4.5rem;
  --edge-stage-y: 1.5rem;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-column.is-stage-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-column.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-card {
  transition:
    box-shadow 420ms var(--storefront-motion-ease-soft),
    transform 420ms var(--storefront-motion-ease-out);
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-column.is-stage-visible .luma-edge-proof-card {
  animation: luma-edge-card-rise 780ms var(--storefront-motion-ease-out) both;
  animation-delay: calc(var(--edge-stage-delay, 0ms) + 90ms + (var(--edge-card-index, 0) * 54ms));
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-column.is-visible .luma-edge-proof-card {
  animation: luma-edge-card-rise 780ms var(--storefront-motion-ease-out) both;
  animation-delay: calc(var(--edge-stage-delay, 0ms) + 90ms + (var(--edge-card-index, 0) * 54ms));
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-column[data-edge-mode-group="sports"].is-stage-visible .luma-edge-proof-card {
  animation-name: luma-edge-card-rise-left;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-column[data-edge-mode-group="sports"].is-visible .luma-edge-proof-card {
  animation-name: luma-edge-card-rise-left;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-column[data-edge-mode-group="daily"].is-stage-visible .luma-edge-proof-card {
  animation-name: luma-edge-card-rise-right;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-column[data-edge-mode-group="daily"].is-visible .luma-edge-proof-card {
  animation-name: luma-edge-card-rise-right;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-card:nth-child(1) {
  --edge-card-index: 0;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-card:nth-child(2) {
  --edge-card-index: 1;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-card:nth-child(3) {
  --edge-card-index: 2;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-card:nth-child(4) {
  --edge-card-index: 3;
}

@keyframes luma-edge-card-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 1.6rem, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes luma-edge-card-rise-left {
  from {
    opacity: 0;
    transform: translate3d(-1.6rem, 1.2rem, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes luma-edge-card-rise-right {
  from {
    opacity: 0;
    transform: translate3d(1.6rem, 1.2rem, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

body.luma-edge-refresh-page .luma-edge-proof-column-heading {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 5rem;
  border: 1px solid rgba(45, 31, 68, 0.12);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(31, 20, 56, 0.08);
}

body.luma-edge-refresh-page .luma-edge-proof-column-heading > span {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: #17111f;
  color: #d8a8ff;
}

body.luma-edge-refresh-page .luma-edge-proof-column-heading h3,
body.luma-edge-refresh-page .luma-edge-proof-column-heading p {
  margin: 0;
}

body.luma-edge-refresh-page .luma-edge-proof-column-heading h3 {
  color: #17111f;
  font-size: 1.22rem;
  font-weight: 950;
}

body.luma-edge-refresh-page .luma-edge-proof-column-heading p {
  color: rgba(31, 24, 43, 0.62);
  font-size: 0.86rem;
  line-height: 1.42;
}

body.luma-edge-refresh-page .luma-edge-proof-card-stack {
  display: grid;
  gap: 0.85rem;
}

body.luma-edge-refresh-page .luma-edge-proof-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 0.9rem;
  min-height: 0;
  border: 1px solid rgba(45, 31, 68, 0.12);
  border-radius: 8px;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 245, 255, 0.92)),
    #fff;
  box-shadow: 0 18px 42px rgba(31, 20, 56, 0.1);
}

body.luma-edge-refresh-page .luma-edge-proof-image {
  display: grid;
  width: 100%;
  aspect-ratio: 2 / 1;
  margin: 0;
  min-height: 0;
  justify-self: stretch;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(26, 18, 42, 0.12);
  border-radius: 6px;
  background: #08070e;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

body.luma-edge-refresh-page .luma-edge-proof-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: auto;
}

body.luma-edge-refresh-page .luma-edge-proof-image-photo {
  min-height: 5.6rem;
}

body.luma-edge-refresh-page .luma-edge-proof-image-photo img {
  height: 100%;
  min-height: 5.6rem;
  object-fit: cover;
  object-position: 58% 52%;
}

body.luma-edge-refresh-page .luma-edge-proof-card > div {
  display: grid;
  gap: 0.3rem;
}

body.luma-edge-refresh-page .luma-edge-proof-card span {
  display: block;
  color: #6b3fa6;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.luma-edge-refresh-page .luma-edge-proof-card h3,
body.luma-edge-refresh-page .luma-edge-proof-card p {
  margin: 0;
}

body.luma-edge-refresh-page .luma-edge-proof-card h3 {
  color: #17111f;
  font-size: 1.08rem;
  font-weight: 950;
}

body.luma-edge-refresh-page .luma-edge-proof-card p {
  color: rgba(31, 24, 43, 0.63);
  font-size: 0.86rem;
  line-height: 1.45;
}

body.luma-edge-refresh-page .luma-edge-mode-strip {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1.35rem;
}

body.luma-edge-refresh-page .luma-edge-mode-strip span {
  display: grid;
  min-height: 2.55rem;
  place-items: center;
  border: 1px solid rgba(45, 31, 68, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: rgba(31, 24, 43, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(31, 20, 56, 0.08);
}

body.luma-edge-refresh-page .luma-edge-proof-section {
  color: #17111f;
  background:
    linear-gradient(180deg, #fbfaff 0%, #ffffff 34%, #ffffff 68%, #f5f2fb 100%);
}

body.luma-edge-refresh-page .luma-edge-proof-section .luma-eyebrow {
  border-color: rgba(91, 55, 143, 0.18);
  background: rgba(91, 55, 143, 0.07);
  color: #5f3b93;
}

body.luma-edge-refresh-page .luma-edge-proof-section .luma-edge-proof-heading h2 {
  color: #17111f;
}

body.luma-edge-refresh-page .luma-edge-proof-section .luma-edge-proof-heading p {
  color: rgba(31, 24, 43, 0.68);
}

body.luma-edge-refresh-page .luma-edge-proof-section .luma-edge-proof-column-heading,
body.luma-edge-refresh-page .luma-edge-proof-section .luma-edge-proof-card,
body.luma-edge-refresh-page .luma-edge-proof-section .luma-edge-mode-strip span {
  border-color: rgba(45, 31, 68, 0.095);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(251, 249, 255, 0.84)),
    #fff;
  box-shadow:
    0 14px 34px rgba(31, 20, 56, 0.075),
    0 1px 0 rgba(255, 255, 255, 0.82) inset;
}

body.luma-edge-refresh-page .luma-edge-proof-section .luma-edge-proof-column-heading h3,
body.luma-edge-refresh-page .luma-edge-proof-section .luma-edge-proof-card h3 {
  color: #17111f;
}

body.luma-edge-refresh-page .luma-edge-proof-section .luma-edge-proof-column-heading p,
body.luma-edge-refresh-page .luma-edge-proof-section .luma-edge-proof-card p,
body.luma-edge-refresh-page .luma-edge-proof-section .luma-edge-mode-strip span {
  color: rgba(31, 24, 43, 0.64);
}

body.luma-edge-refresh-page .luma-edge-proof-section .luma-edge-proof-card span {
  color: #6b3fa6;
}

body.luma-edge-refresh-page .luma-edge-stage-window {
  width: 100%;
}

body.luma-edge-refresh-page .luma-edge-stage-tabs {
  display: none;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged {
  position: relative;
  min-height: calc(var(--edge-mode-pages, 3) * 92vh);
  padding: 0;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged > .luma-detail-container {
  --edge-mode-sticky-top: 4.85rem;
  --edge-proof-bottom-clearance: clamp(4.85rem, 7.5vh, 5.9rem);
  position: sticky;
  top: var(--edge-mode-sticky-top);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(0.5rem, 1vh, 0.78rem);
  height: calc(100vh - var(--edge-mode-sticky-top) - var(--edge-proof-bottom-clearance));
  height: calc(100svh - var(--edge-mode-sticky-top) - var(--edge-proof-bottom-clearance));
  min-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding-block: clamp(0.8rem, 1.8vh, 1.35rem) clamp(0.75rem, 1.6vh, 1.25rem);
  z-index: 1;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-heading {
  align-self: center;
  width: min(100%, 30rem);
  max-width: 30rem;
  gap: 0.24rem;
  margin: 0 auto;
  text-align: center;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-heading .luma-eyebrow {
  justify-self: center;
  padding: 0.32rem 0.58rem;
  font-size: 0.62rem;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-heading h2 {
  max-width: 14ch;
  margin-inline: auto;
  font-size: clamp(1.28rem, 2vw, 2.15rem);
  line-height: 0.95;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-heading p {
  max-width: 20rem;
  margin-inline: auto;
  font-size: clamp(0.72rem, 0.8vw, 0.84rem);
  line-height: 1.32;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-stage-window {
  display: grid;
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-columns {
  display: flex;
  grid-template-columns: none;
  gap: 0;
  min-height: 0;
  height: 100%;
  transform: translate3d(var(--edge-mode-x, 0%), 0, 0);
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-column {
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  align-content: stretch;
  gap: 0;
  flex: 0 0 100%;
  min-width: 100%;
  min-height: 0;
  height: 100%;
  padding-inline: clamp(0.1rem, 1vw, 0.65rem);
  opacity: 1;
  transform: none;
  transition: opacity 360ms var(--storefront-motion-ease-soft);
  will-change: auto;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-column:not(.is-stage-active) {
  pointer-events: none;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-column-heading {
  display: none;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-column-heading {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding-block: 0.2rem;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-column-heading > span {
  width: 2.35rem;
  height: 2.35rem;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-column-heading h3 {
  font-size: 1.08rem;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-column-heading p {
  font-size: 0.86rem;
  line-height: 1.32;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-card-stack {
  --edge-proof-stack-gap: clamp(0.8rem, 1.5vw, 1.15rem);
  --edge-proof-caption-reserve: clamp(1.35rem, 2.35vh, 1.55rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  align-self: center;
  align-items: stretch;
  container-type: size;
  gap: var(--edge-proof-stack-gap);
  width: 100%;
  height: min(100%, clamp(29rem, 68svh, 38rem));
  min-height: 0;
  max-width: min(100%, 104rem);
  margin-inline: auto;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-column[data-edge-mode-group="markets"] .luma-edge-proof-card-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  max-width: min(100%, 104rem);
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-card {
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(0.34rem, 0.72vh, 0.5rem);
  min-height: 0;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-image {
  position: relative;
  display: block;
  justify-self: center;
  align-self: stretch;
  width: auto;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 2 / 1;
  min-height: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

@supports (height: 1cqh) {
  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-image {
    align-self: center;
    width: auto;
    height: min(
      calc(((100cqh - var(--edge-proof-stack-gap)) / 2) - var(--edge-proof-caption-reserve)),
      calc((100cqw - var(--edge-proof-stack-gap)) / 4)
    );
    max-width: 100%;
  }
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-image-photo,
body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-image-photo img {
  min-height: 0;
}

body.luma-edge-refresh-page .luma-edge-proof-image.luma-edge-proof-image-cycle {
  display: block;
  isolation: isolate;
  place-items: initial;
}

body.luma-edge-refresh-page .luma-edge-proof-image-photo-device {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.luma-edge-refresh-page .luma-edge-device-shell {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  height: 100%;
  padding: clamp(0.32rem, 0.72vw, 0.58rem);
  border-radius: clamp(0.55rem, 0.9vw, 0.9rem);
  background:
    linear-gradient(145deg, rgba(44, 44, 47, 0.96), rgba(5, 5, 7, 0.98) 54%, rgba(0, 0, 0, 1)),
    #050506;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    inset 0 -2px 5px rgba(0, 0, 0, 0.74),
    0 20px 48px rgba(19, 10, 35, 0.2);
}

body.luma-edge-refresh-page .luma-edge-device-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.88),
    inset 0 0 18px rgba(0, 0, 0, 0.42);
}

body.luma-edge-refresh-page .luma-edge-device-screen {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: clamp(0.22rem, 0.45vw, 0.42rem);
  background: #010103;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.055),
    inset 0 0 18px rgba(0, 0, 0, 0.42);
}

body.luma-edge-refresh-page .luma-edge-device-screen > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

body.luma-edge-refresh-page .luma-edge-device-photo-shell {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  border-radius: clamp(0.55rem, 0.9vw, 0.9rem);
  filter:
    drop-shadow(0 20px 34px rgba(19, 10, 35, 0.16))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.9));
}

body.luma-edge-refresh-page .luma-edge-device-photo-base {
  position: absolute;
  inset: -1.5% -2% -2.5%;
  z-index: 0;
  border-radius: inherit;
  background: url("/assets/performance/phase7/7737b00eb0083498-1448.webp") center center / cover no-repeat;
}

body.luma-edge-refresh-page .luma-edge-device-photo-screen {
  position: absolute;
  --edge-led-cols: 64;
  --edge-led-rows: 32;
  --edge-led-cell-width: calc(100% / var(--edge-led-cols));
  --edge-led-cell-height: calc(100% / var(--edge-led-rows));
  left: 15.1%;
  top: 17.9%;
  z-index: 2;
  width: 64.2%;
  height: 67.2%;
  overflow: hidden;
  border-radius: clamp(0.32rem, 0.52vw, 0.48rem);
  background: transparent;
  clip-path: polygon(2.2% 4.2%, 100% 0, 99.4% 100%, 0.5% 95.8%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    inset 0 0 18px rgba(0, 0, 0, 0.18);
  transform: perspective(520px) rotateX(1.1deg) rotateY(-7deg) skewY(0.65deg) translateX(-0.25%);
  transform-origin: 88% 50%;
}

body.luma-edge-refresh-page .luma-edge-device-photo-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background-image:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.16) 0 16%, rgba(0, 0, 0, 0.34) 20% 42%, transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.18));
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: var(--edge-led-cell-width) var(--edge-led-cell-height), 100% 100%;
  mix-blend-mode: overlay;
  opacity: 0.34;
}

body.luma-edge-refresh-page .luma-edge-device-photo-screen > img,
body.luma-edge-refresh-page .luma-edge-device-photo-screen .luma-edge-proof-frame-track {
  position: absolute;
  inset: 0;
  z-index: 1;
}

body.luma-edge-refresh-page .luma-edge-device-photo-screen > img,
body.luma-edge-refresh-page .luma-edge-device-photo-screen .luma-edge-proof-frame-track img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  image-rendering: pixelated;
  -webkit-mask-image: radial-gradient(circle, #000 0 42%, rgba(0, 0, 0, 0.72) 52%, transparent 63%);
  -webkit-mask-size: var(--edge-led-cell-width) var(--edge-led-cell-height);
  -webkit-mask-repeat: repeat;
  mask-image: radial-gradient(circle, #000 0 42%, rgba(0, 0, 0, 0.72) 52%, transparent 63%);
  mask-size: var(--edge-led-cell-width) var(--edge-led-cell-height);
  mask-repeat: repeat;
  mix-blend-mode: screen;
  opacity: 0.98;
  filter:
    brightness(1.34)
    contrast(1.22)
    saturate(1.32)
    drop-shadow(0 0 2px rgba(255, 255, 255, 0.28));
}

body.luma-edge-refresh-page .luma-edge-device-photo-screen--projection {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  clip-path: polygon(13.78% 14.03%, 81.01% 17.39%, 80.68% 93.98%, 14.31% 84.67%);
  box-shadow: none;
  transform: none;
}

body.luma-edge-refresh-page .luma-edge-device-photo-screen--projection::after {
  display: none;
}

body.luma-edge-refresh-page .luma-edge-device-photo-screen--projection > img,
body.luma-edge-refresh-page .luma-edge-device-photo-screen--projection .luma-edge-proof-frame-track img {
  object-fit: fill;
  -webkit-mask-image: none;
  mask-image: none;
  mix-blend-mode: screen;
  opacity: 0.98;
  filter:
    brightness(1.28)
    contrast(1.18)
    saturate(1.26)
    drop-shadow(0 0 2px rgba(255, 255, 255, 0.24));
}

body.luma-edge-refresh-page .luma-edge-proof-frame-track {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

body.luma-edge-refresh-page .luma-edge-proof-frame-track img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  animation-duration: 10.6s;
  animation-delay: var(--edge-cycle-delay, 0ms);
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  will-change: transform;
}

body.luma-edge-refresh-page .luma-edge-proof-frame-track img:first-child {
  animation-name: luma-edge-device-frame-primary;
  transform: translate3d(0, 0, 0);
}

body.luma-edge-refresh-page .luma-edge-proof-frame-track img:nth-child(2) {
  animation-name: luma-edge-device-frame-secondary;
  transform: translate3d(100%, 0, 0);
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-column:not(.is-stage-active) .luma-edge-proof-frame-track img {
  animation-play-state: paused;
}

@keyframes luma-edge-device-frame-primary {
  0%,
  38% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  51%,
  86% {
    opacity: 1;
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes luma-edge-device-frame-secondary {
  0%,
  38% {
    opacity: 1;
    transform: translate3d(100%, 0, 0);
  }

  51%,
  86% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(100%, 0, 0);
  }
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-card > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  gap: 0.28rem 0.5rem;
  padding-inline: 0.08rem;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-card span {
  font-size: 0.66rem;
  line-height: 1;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-card h3 {
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.08;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-card p {
  display: none;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-stage-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  width: min(100%, 38rem);
  margin: 0 auto clamp(0.12rem, 0.55vh, 0.36rem);
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-stage-tabs > span {
  display: inline-flex;
  min-height: 2.45rem;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-width: 0;
  border: 1px solid rgba(45, 31, 68, 0.105);
  border-radius: 999px;
  padding-inline: 0.78rem;
  background: rgba(255, 255, 255, 0.74);
  color: rgba(31, 24, 43, 0.66);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 10px 26px rgba(31, 20, 56, 0.065);
  transition:
    color 240ms var(--storefront-motion-ease-soft),
    background-color 240ms var(--storefront-motion-ease-soft),
    border-color 240ms var(--storefront-motion-ease-soft),
    box-shadow 320ms var(--storefront-motion-ease-out),
    transform 320ms var(--storefront-motion-ease-out);
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-stage-tabs > span > span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-stage-tabs .luma-icon {
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
  stroke-width: 2.15;
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-stage-tabs > span.is-active {
  border-color: rgba(123, 72, 190, 0.28);
  background: #17111f;
  color: #f8edff;
  box-shadow: 0 14px 34px rgba(91, 55, 143, 0.2);
  transform: translateY(-1px);
}

body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-mode-strip {
  display: none;
}

body.luma-edge-refresh-page .luma-edge-control-section {
  position: relative;
  padding-bottom: 0;
}

body.luma-edge-refresh-page .luma-edge-control-grid {
  min-height: 35rem;
}

body.luma-edge-refresh-page .luma-edge-phone-wrap {
  position: relative;
  display: grid;
  justify-items: center;
}

body.luma-edge-refresh-page .luma-edge-phone-wrap img {
  display: block;
  width: min(64rem, 112%);
  max-width: none;
  height: auto;
  transform: translateX(3rem);
  filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.46));
}

body.luma-edge-refresh-page .luma-edge-control-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(1rem, 2.6vw, 2.25rem) 0 0;
  background:
    radial-gradient(ellipse 58% 44% at 78% 42%, rgba(28, 24, 50, 0.46), transparent 74%),
    linear-gradient(135deg, #070816 0%, #0a0a18 48%, #050611 100%);
}

body.luma-edge-refresh-page .luma-edge-control-section::before {
  content: "";
  position: absolute;
  inset: -12% -8% -12%;
  z-index: 0;
  pointer-events: none;
  background-image: url("/assets/products/lumaglow/scroll/lumaglow-scroll-control-panel-hand-edge-bg.jpg");
  background-repeat: no-repeat;
  background-position: right clamp(-38rem, -23vw, -18rem) bottom clamp(-8rem, -7.5vw, -4.5rem);
  background-size: min(150vw, 124rem) auto;
  opacity: 1;
}

body.luma-edge-refresh-page .luma-edge-control-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 8, 22, 0.72) 0%, rgba(8, 9, 24, 0.44) 34%, rgba(8, 9, 24, 0.08) 72%, rgba(8, 9, 24, 0) 100%),
    linear-gradient(180deg, rgba(7, 8, 22, 0.12) 0%, rgba(7, 8, 22, 0) 44%, rgba(7, 8, 22, 0.08) 100%);
}

body.luma-edge-refresh-page .luma-edge-control-grid {
  position: relative;
  z-index: 1;
  width: min(1520px, calc(100% - 2rem));
  margin-right: auto;
  margin-left: max(1rem, calc((100vw - 1520px) / 2));
  grid-template-columns: minmax(0, 0.98fr) minmax(27rem, 1.02fr);
  align-items: end;
  min-height: clamp(38rem, 48vw, 45rem);
}

body.luma-edge-refresh-page .luma-edge-control-copy {
  position: relative;
  z-index: 2;
  isolation: isolate;
  align-self: start;
  width: min(52rem, 60vw);
  max-width: calc(100vw - 2rem);
  margin-top: clamp(0.75rem, 2vw, 1.75rem);
  margin-bottom: 0;
}

body.luma-edge-refresh-page .luma-edge-control-copy::before {
  content: "";
  position: absolute;
  inset: -1.2rem -6.5rem -1.2rem -1rem;
  z-index: 0;
  pointer-events: none;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(7, 8, 22, 0.78) 0%, rgba(7, 8, 22, 0.56) 62%, rgba(7, 8, 22, 0.16) 88%, rgba(7, 8, 22, 0) 100%);
  filter: blur(22px);
}

body.luma-edge-refresh-page .luma-edge-control-copy > * {
  position: relative;
  z-index: 1;
}

body.luma-edge-refresh-page .luma-edge-control-points {
  width: min(100%, 39rem);
  margin-top: 0.45rem;
  justify-self: start;
}

body.luma-edge-refresh-page .luma-edge-control-points article {
  padding: 0.95rem 1rem;
}

body.luma-edge-refresh-page .luma-edge-phone-wrap {
  position: absolute;
  inset: auto clamp(-34rem, -21vw, -16rem) clamp(-17rem, -13vw, -10rem) auto;
  z-index: 1;
  isolation: isolate;
  display: grid;
  width: min(150vw, 124rem);
  align-self: auto;
  justify-items: stretch;
}

body.luma-edge-refresh-page .luma-edge-phone-wrap img {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: 50% 100%;
  transform: none;
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.3));
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.24) 8%, #000 32%, #000 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.32) 5%, #000 15%, #000 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.24) 8%, #000 32%, #000 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.32) 5%, #000 15%, #000 100%);
  mask-composite: intersect;
}

body.luma-edge-refresh-page .luma-edge-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.luma-edge-refresh-page .luma-edge-step-grid article {
  border-color: rgba(45, 31, 68, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(31, 20, 56, 0.1);
}

body.luma-edge-refresh-page .luma-edge-step-grid article > span {
  display: inline-grid;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 999px;
  background: #17111f;
  color: #d8a8ff;
  font-size: 0.8rem;
  font-weight: 950;
}

body.luma-edge-refresh-page .luma-edge-step-grid h3 {
  color: #17111f;
}

body.luma-edge-refresh-page .luma-edge-step-grid p {
  color: rgba(31, 24, 43, 0.62);
}

body.luma-edge-refresh-page .luma-edge-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.luma-edge-refresh-page .luma-edge-order-section {
  color: #17111f;
  background:
    linear-gradient(180deg, #050509 0%, #f7f4fd 18%, #ffffff 100%);
}

body.luma-edge-refresh-page .luma-edge-order-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 2rem);
  border: 1px solid rgba(45, 31, 68, 0.12);
  border-radius: 8px;
  padding: clamp(1.1rem, 2.5vw, 1.8rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 245, 255, 0.9)),
    #fff;
  box-shadow: 0 24px 70px rgba(31, 20, 56, 0.13);
}

body.luma-edge-refresh-page .luma-edge-order-panel h2 {
  max-width: 16ch;
  margin: 0.65rem 0 0;
}

body.luma-edge-refresh-page .luma-edge-order-panel p {
  margin-top: 0.85rem;
  color: rgba(31, 24, 43, 0.66);
}

body.luma-edge-refresh-page .luma-edge-price-block {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #17111f;
  font-variant-numeric: tabular-nums;
}

body.luma-edge-refresh-page .luma-edge-price-block span {
  color: rgba(31, 24, 43, 0.52);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body.luma-edge-refresh-page .luma-edge-price-block strong {
  color: #17111f;
  font-family: var(--home-v2-font-display);
  font-size: clamp(1.68rem, 3vw, 2.1rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
}

body.luma-edge-refresh-page .luma-edge-sticky-cart {
  max-width: 42rem;
}

body.luma-edge-refresh-page .luma-edge-sticky-panel {
  border-color: rgba(216, 189, 255, 0.2);
  background: rgba(15, 13, 23, 0.94);
  box-shadow:
    0 26px 88px rgba(0, 0, 0, 0.48),
    0 0 54px rgba(164, 102, 255, 0.12);
}

body.luma-edge-refresh-page .luma-edge-sticky-grid {
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) auto;
  gap: 0.5rem;
  align-items: center;
}

body.luma-edge-refresh-page .luma-edge-sticky-price {
  display: flex;
  min-height: 2.75rem;
  align-items: baseline;
  gap: 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
  white-space: nowrap;
}

body.luma-edge-refresh-page .luma-edge-sticky-price span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.8rem;
  font-weight: 850;
}

body.luma-edge-refresh-page .luma-edge-sticky-price strong {
  color: #fff;
  font-size: 1.24rem;
  font-weight: 950;
  line-height: 1;
}

body.luma-edge-refresh-page .luma-edge-sticky-add,
body.luma-edge-refresh-page .luma-edge-sticky-buy {
  min-height: 2.75rem;
  padding-inline: 1.1rem;
  white-space: nowrap;
}
@media (max-height: 760px) and (min-width: 821px) {
  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged > .luma-detail-container {
    --edge-proof-bottom-clearance: clamp(4.4rem, 7vh, 5.25rem);
    gap: 0.48rem;
    padding-block: 0.55rem;
  }

  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-heading {
    gap: 0.24rem;
  }

  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-heading h2 {
    font-size: clamp(1rem, 1.36vw, 1.42rem);
  }

  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-heading p,
  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-column-heading p {
    display: none;
  }

  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-column-heading {
    gap: 0.62rem;
  }

  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-column-heading > span {
    width: 2rem;
    height: 2rem;
  }

  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-stage-tabs > span {
    min-height: 2.05rem;
    gap: 0.34rem;
    padding-inline: 0.58rem;
    font-size: 0.7rem;
  }

  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-stage-tabs .luma-icon {
    width: 0.82rem;
    height: 0.82rem;
  }
}

@media (max-height: 650px) and (min-width: 821px) {
  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged > .luma-detail-container {
    --edge-proof-bottom-clearance: clamp(4rem, 6.5vh, 4.75rem);
    gap: 0.4rem;
    padding-block: 0.45rem;
  }

  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-heading .luma-eyebrow,
  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-card > div {
    display: none;
  }

  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-heading h2 {
    font-size: clamp(0.92rem, 1.24vw, 1.2rem);
  }

  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-column {
    gap: 0.42rem;
  }

  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-paged .luma-edge-proof-card-stack {
    --edge-proof-stack-gap: clamp(0.46rem, 1.1vw, 0.72rem);
    gap: var(--edge-proof-stack-gap);
  }
}

@media (max-height: 640px) and (min-width: 760px) {
  body.luma-edge-refresh-page .luma-edge-hero-frame {
    height: 30rem;
  }

  body.luma-edge-refresh-page .luma-edge-hero-copy h1 {
    font-size: 4rem;
  }

  body.luma-edge-refresh-page .luma-edge-hero-copy .luma-hero-lede {
    font-size: 1.65rem;
  }
}

@media (max-width: 1080px) {
  body.luma-edge-refresh-page .luma-edge-hero-copy h1 {
    font-size: 4.25rem;
  }

  body.luma-edge-refresh-page .luma-edge-story-copy h2,
  body.luma-edge-refresh-page .luma-edge-control-copy h2,
  body.luma-edge-refresh-page .luma-edge-proof-heading h2,
  body.luma-edge-refresh-page .luma-edge-order-panel h2 {
    font-size: 3.2rem;
  }

  body.luma-edge-refresh-page .luma-edge-mode-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  body.luma-edge-refresh-page .luma-edge-proof-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.luma-edge-refresh-page .luma-edge-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-hero-frame {
    width: 100%;
    height: 39rem;
    margin-left: 0;
  }

  body.luma-edge-refresh-page .luma-edge-hero-frame > img {
    object-position: 58% 56%;
    transform: scale(1);
  }

  body.luma-edge-refresh-page .luma-edge-hero-shade {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.08) 38%, rgba(0, 0, 0, 0.72) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.16) 100%);
  }

  body.luma-edge-refresh-page .luma-edge-hero-content {
    justify-content: flex-end;
    align-items: center;
    padding: 0.95rem 1rem 1.2rem;
  }

  body.luma-edge-refresh-page .luma-edge-hero-content .luma-back-link {
    display: none;
  }

  body.luma-edge-refresh-page .luma-edge-hero-copy {
    width: min(100%, 22.75rem);
    justify-items: center;
    gap: 0.58rem;
    text-align: center;
  }

  body.luma-edge-refresh-page .luma-edge-hero-copy .luma-eyebrow {
    max-width: 100%;
    padding: 0.4rem 0.62rem;
    font-size: 0.62rem;
  }

  body.luma-edge-refresh-page .luma-edge-hero-copy h1 {
    max-width: min(100%, 11ch);
    font-size: 3rem;
    line-height: 0.92;
  }

  body.luma-edge-refresh-page .luma-edge-hero-copy .luma-hero-lede {
    max-width: 17ch;
    font-size: 1.45rem;
  }

  body.luma-edge-refresh-page .luma-edge-hero-copy .luma-hero-copy-text {
    max-width: min(100%, 20rem);
    font-size: 0.88rem;
    line-height: 1.42;
  }

  body.luma-edge-refresh-page .luma-edge-hero-actions {
    justify-content: center;
  }

  body.luma-edge-refresh-page .luma-edge-story-section,
  body.luma-edge-refresh-page .luma-edge-control-section,
  body.luma-edge-refresh-page .luma-edge-faq-section,
  body.luma-edge-refresh-page .luma-edge-proof-section,
  body.luma-edge-refresh-page .luma-edge-setup-section,
  body.luma-edge-refresh-page .luma-edge-order-section {
    padding: 3.25rem 0;
  }

  body.luma-edge-refresh-page .luma-edge-proof-section {
    padding-bottom: 8.75rem;
  }

  body.luma-edge-refresh-page .luma-edge-proof-heading {
    gap: 0.5rem;
    margin-bottom: 1.25rem;
  }

  body.luma-edge-refresh-page .luma-edge-story-grid,
  body.luma-edge-refresh-page .luma-edge-control-grid,
  body.luma-edge-refresh-page .luma-edge-proof-columns {
    grid-template-columns: minmax(0, 1fr);
  }

  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-column[data-edge-mode-group] {
    --edge-stage-x: 0;
    --edge-stage-y: 2.75rem;
  }

  body.luma-edge-refresh-page .luma-edge-story-copy,
  body.luma-edge-refresh-page .luma-edge-control-copy {
    justify-items: center;
    text-align: center;
  }

  body.luma-edge-refresh-page .luma-edge-story-copy h2,
  body.luma-edge-refresh-page .luma-edge-control-copy h2,
  body.luma-edge-refresh-page .luma-edge-proof-heading h2,
  body.luma-edge-refresh-page .luma-edge-order-panel h2 {
    max-width: min(100%, 19rem);
    font-size: 2.65rem;
  }

  body.luma-edge-refresh-page .luma-edge-story-copy p,
  body.luma-edge-refresh-page .luma-edge-control-copy p,
  body.luma-edge-refresh-page .luma-edge-proof-heading p {
    max-width: min(100%, 22rem);
    font-size: 0.96rem;
    line-height: 1.48;
  }

  body.luma-edge-refresh-page .luma-edge-proof-heading p {
    display: none;
  }

  body.luma-edge-refresh-page .luma-edge-proof-section .luma-edge-proof-heading {
    max-width: min(100%, 21rem);
    margin: 0 auto 0.95rem;
    text-align: center;
  }

  body.luma-edge-refresh-page .luma-edge-proof-section .luma-edge-proof-heading .luma-eyebrow {
    justify-self: center;
  }

  body.luma-edge-refresh-page .luma-edge-proof-section .luma-edge-proof-heading h2 {
    max-width: 12ch;
    margin-inline: auto;
    font-size: 2.35rem;
    line-height: 0.95;
  }

  body.luma-edge-refresh-page .luma-edge-benefit-grid,
  body.luma-edge-refresh-page .luma-edge-control-points,
  body.luma-edge-refresh-page .luma-edge-step-grid,
  body.luma-edge-refresh-page .luma-edge-faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.luma-edge-refresh-page .luma-edge-story-figure {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  body.luma-edge-refresh-page .luma-edge-proof-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.65rem;
  }

  body.luma-edge-refresh-page .luma-edge-proof-image {
    width: 100%;
    aspect-ratio: 2 / 1;
    min-height: 4rem;
  }

  body.luma-edge-refresh-page .luma-edge-proof-image-photo,
  body.luma-edge-refresh-page .luma-edge-proof-image-photo img {
    min-height: 9rem;
  }

  body.luma-edge-refresh-page .luma-edge-mode-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.luma-edge-refresh-page .luma-edge-control-grid {
    gap: 0.5rem;
    min-height: 0;
  }

  body.luma-edge-refresh-page .luma-edge-phone-wrap img {
    width: min(132vw, 41rem);
    transform: translateX(-3.5rem);
  }

  body.luma-edge-refresh-page .luma-edge-order-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  body.luma-edge-refresh-page .luma-edge-order-actions {
    width: 100%;
  }

  body.luma-edge-refresh-page .luma-edge-sticky-cart {
    max-width: min(100%, 34rem);
  }

  body.luma-edge-refresh-page .luma-edge-sticky-grid {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-column,
  body.luma-edge-refresh-page .luma-edge-proof-section.is-scroll-staged .luma-edge-proof-card,
  body.luma-edge-refresh-page .luma-edge-proof-frame-track,
  body.luma-edge-refresh-page .luma-edge-proof-frame-track img {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
}

@media (max-width: 520px) {
  body.luma-edge-refresh-page .luma-edge-hero-frame {
    height: 35.5rem;
  }

  body.luma-edge-refresh-page .luma-edge-hero-copy {
    max-width: 20.75rem;
    gap: 0.48rem;
  }

  body.luma-edge-refresh-page .luma-edge-hero-copy h1 {
    font-size: 2.62rem;
  }

  body.luma-edge-refresh-page .luma-edge-hero-copy .luma-hero-copy-text {
    display: none;
  }

  body.luma-edge-refresh-page .luma-edge-hero-actions .button,
  body.luma-edge-refresh-page .luma-edge-hero-actions .button-secondary,
  body.luma-edge-refresh-page .luma-edge-order-actions .button,
  body.luma-edge-refresh-page .luma-edge-order-actions .button-secondary {
    width: 100%;
  }

  body.luma-edge-refresh-page .luma-edge-proof-column-heading {
    align-items: flex-start;
  }

  body.luma-edge-refresh-page .luma-edge-phone-wrap img {
    width: min(128vw, 36rem);
    transform: translateX(-3.2rem);
  }

  body.luma-edge-refresh-page .luma-edge-price-block {
    width: 100%;
    justify-content: center;
    min-height: 2.55rem;
    border: 1px solid rgba(45, 31, 68, 0.1);
    border-radius: 999px;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.72);
  }

  body.luma-edge-refresh-page .luma-edge-sticky-cart {
    inset-inline: 0.55rem;
    bottom: 0.55rem;
  }

  body.luma-edge-refresh-page .luma-edge-proof-section {
    padding-bottom: 10.5rem;
  }

  body.luma-edge-refresh-page .luma-edge-sticky-panel {
    padding: 0.42rem;
  }

  body.luma-edge-refresh-page .luma-edge-sticky-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.42rem;
  }

  body.luma-edge-refresh-page .luma-edge-sticky-price {
    grid-column: 1 / -1;
    justify-content: center;
  }

  body.luma-edge-refresh-page .luma-edge-sticky-add,
  body.luma-edge-refresh-page .luma-edge-sticky-buy {
    width: 100%;
  }
}

body.luma-scroll-refresh-page .luma-scroll-sticky-cart,
body.luma-edge-refresh-page .luma-edge-sticky-cart {
  bottom: 0.62rem;
}

body.luma-scroll-refresh-page .luma-scroll-sticky-panel,
body.luma-edge-refresh-page .luma-edge-sticky-panel {
  padding: 0.36rem;
}

body.luma-scroll-refresh-page .luma-scroll-sticky-grid,
body.luma-edge-refresh-page .luma-edge-sticky-grid {
  gap: 0.42rem;
}

body.luma-scroll-refresh-page .luma-scroll-sticky-price,
body.luma-edge-refresh-page .luma-edge-sticky-price {
  align-items: center;
  gap: 0.54rem;
  min-height: 2.46rem;
  padding: 0.34rem 0.88rem;
  font-variant-numeric: tabular-nums;
}

body.luma-scroll-refresh-page .luma-scroll-sticky-price span,
body.luma-edge-refresh-page .luma-edge-sticky-price span {
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body.luma-scroll-refresh-page .luma-scroll-sticky-price strong,
body.luma-edge-refresh-page .luma-edge-sticky-price strong {
  font-family: var(--home-v2-font-display);
  font-size: 1.16rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
}

body.luma-scroll-refresh-page .luma-scroll-sticky-price s {
  align-self: center;
  font-size: 0.68rem;
  line-height: 1;
}

body.luma-scroll-refresh-page .luma-scroll-sticky-add,
body.luma-scroll-refresh-page .luma-scroll-sticky-buy,
body.luma-edge-refresh-page .luma-edge-sticky-add,
body.luma-edge-refresh-page .luma-edge-sticky-buy {
  height: 2.46rem;
  min-height: 2.46rem;
  padding-block: 0;
  padding-inline: 0.95rem;
  line-height: 1;
}

@media (max-width: 520px) {
  body.luma-scroll-refresh-page .luma-scroll-sticky-cart,
  body.luma-edge-refresh-page .luma-edge-sticky-cart {
    inset-inline: 0.5rem;
    bottom: 0.45rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-panel,
  body.luma-edge-refresh-page .luma-edge-sticky-panel {
    padding: 0.32rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-grid,
  body.luma-edge-refresh-page .luma-edge-sticky-grid {
    gap: 0.32rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-price,
  body.luma-edge-refresh-page .luma-edge-sticky-price {
    gap: 0.42rem;
    min-height: 2rem;
    padding: 0.3rem 0.68rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-price span,
  body.luma-edge-refresh-page .luma-edge-sticky-price span {
    font-size: 0.6rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-price strong,
  body.luma-edge-refresh-page .luma-edge-sticky-price strong {
    font-size: 1.03rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-price s {
    font-size: 0.6rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-add,
  body.luma-scroll-refresh-page .luma-scroll-sticky-buy,
  body.luma-edge-refresh-page .luma-edge-sticky-add,
  body.luma-edge-refresh-page .luma-edge-sticky-buy {
    height: 2.28rem;
    min-height: 2.28rem;
    padding-block: 0;
    padding-inline: 0.68rem;
    line-height: 1;
  }
}
@media (max-width: 520px) {
  body[data-site-page="product"].home-v2-storefront-page.luma-scroll-refresh-page .luma-scroll-sticky-add[data-add-button],
  body[data-site-page="product"].home-v2-storefront-page.luma-scroll-refresh-page .luma-scroll-sticky-buy[data-buy-button],
  body[data-site-page="product"].home-v2-storefront-page.luma-edge-refresh-page .luma-edge-sticky-add[data-add-button],
  body[data-site-page="product"].home-v2-storefront-page.luma-edge-refresh-page .luma-edge-sticky-buy[data-buy-button] {
    height: 2.28rem;
    min-height: 2.28rem;
    padding-block: 0;
    padding-inline: 0.68rem;
    line-height: 1;
    white-space: nowrap;
  }
}
@media (max-width: 820px) {
  body.luma-scroll-refresh-page .luma-scroll-sticky-grid {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-price {
    grid-column: auto;
    justify-content: flex-start;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-buy {
    width: auto;
  }
}

@media (max-width: 520px) {
  body.luma-edge-refresh-page .luma-edge-sticky-grid {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.luma-edge-refresh-page .luma-edge-sticky-price {
    grid-column: auto;
    justify-content: flex-start;
  }

  body.luma-edge-refresh-page .luma-edge-sticky-buy {
    width: auto;
  }
}

@media (max-width: 380px) {
  body.luma-scroll-refresh-page .luma-scroll-sticky-grid,
  body.luma-edge-refresh-page .luma-edge-sticky-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-price,
  body.luma-edge-refresh-page .luma-edge-sticky-price {
    justify-content: center;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-buy,
  body.luma-edge-refresh-page .luma-edge-sticky-buy {
    width: 100%;
  }
}

@media (max-width: 520px) {
  body.luma-scroll-refresh-page .luma-scroll-sticky-price span {
    display: none;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-price strong,
  body.luma-scroll-refresh-page .luma-scroll-sticky-price s {
    flex: 0 0 auto;
  }

  body[data-site-page="product"].home-v2-storefront-page.luma-scroll-refresh-page .luma-scroll-sticky-buy[data-buy-button] {
    min-width: 0;
    font-size: 0.875rem;
  }
}

@media (min-width: 381px) and (max-width: 520px) {
  body.luma-scroll-refresh-page .luma-scroll-sticky-grid {
    grid-template-columns: max-content minmax(0, 1fr);
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-price {
    min-width: 0;
    gap: 0.34rem;
    padding-inline: 0.55rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-sticky-buy {
    width: 100%;
  }
}
@media (min-width: 821px) and (max-width: 1540px) {
  body.luma-edge-refresh-page .luma-edge-control-section {
    padding: clamp(1rem, 2.6vw, 2.25rem) 0 clamp(2.1rem, 3.2vw, 3rem);
  }

  body.luma-edge-refresh-page .luma-edge-control-grid {
    width: min(100%, calc(100% - 2rem));
    grid-template-columns: minmax(25rem, 0.82fr) minmax(27rem, 1.18fr);
    gap: clamp(1rem, 2.6vw, 2.4rem);
    min-height: clamp(34rem, 44vw, 40rem);
  }

  body.luma-edge-refresh-page .luma-edge-control-copy {
    width: min(44vw, 42rem);
    max-width: 42rem;
    gap: 0.78rem;
    margin-top: clamp(0.35rem, 1.4vw, 1.1rem);
  }

  body.luma-edge-refresh-page .luma-edge-control-copy h2 {
    max-width: 13ch;
    font-size: clamp(3rem, 4.35vw, 4.05rem);
    line-height: 0.96;
  }

  body.luma-edge-refresh-page .luma-edge-control-copy p {
    max-width: 38rem;
    font-size: clamp(0.95rem, 1.2vw, 1.03rem);
    line-height: 1.52;
  }

  body.luma-edge-refresh-page .luma-edge-control-points {
    gap: 0.65rem;
    margin-top: 0.2rem;
  }

  body.luma-edge-refresh-page .luma-edge-control-points article {
    padding: 0.78rem 0.9rem;
  }

  body.luma-edge-refresh-page .luma-edge-control-points span {
    font-size: 0.84rem;
    line-height: 1.38;
  }

  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    inset: auto clamp(-31rem, -20vw, -17rem) clamp(-15rem, -11vw, -9rem) auto;
    width: min(132vw, 108rem);
  }

  body.luma-edge-refresh-page .luma-edge-control-section::before {
    background-position: right clamp(-35rem, -21vw, -16rem) bottom clamp(-7rem, -6.5vw, -4rem);
    background-size: min(132vw, 108rem) auto;
  }
}

@media (max-height: 820px) and (min-width: 821px) {
  body.luma-edge-refresh-page .luma-edge-control-section {
    padding-bottom: clamp(1.75rem, 2.8vw, 2.4rem);
  }

  body.luma-edge-refresh-page .luma-edge-control-section::before {
    background-position: right clamp(-35rem, -21vw, -16rem) bottom clamp(-6.5rem, -6vw, -3.8rem);
    background-size: min(128vw, 104rem) auto;
  }

  body.luma-edge-refresh-page .luma-edge-control-grid {
    min-height: clamp(32rem, 42vw, 36rem);
  }

  body.luma-edge-refresh-page .luma-edge-control-copy h2 {
    font-size: clamp(2.85rem, 4.1vw, 3.75rem);
  }

  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    inset: auto clamp(-30rem, -19vw, -16rem) clamp(-13rem, -10vw, -8rem) auto;
    width: min(128vw, 104rem);
  }
}

@media (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-control-section {
    padding: clamp(1.15rem, 6vw, 1.9rem) 0 0;
  }

  body.luma-edge-refresh-page .luma-edge-control-section::before {
    background-position: right -27rem bottom -5rem;
    background-size: 84rem auto;
    opacity: 0.72;
  }

  body.luma-edge-refresh-page .luma-edge-control-grid {
    gap: 0.55rem;
    min-height: 0;
  }

  body.luma-edge-refresh-page .luma-edge-control-copy {
    width: min(100%, 42rem);
    max-width: calc(100vw - 2rem);
    margin-inline: auto;
    text-align: center;
  }

  body.luma-edge-refresh-page .luma-edge-control-copy::before {
    display: none;
  }

  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    position: relative;
    inset: auto;
    z-index: 1;
    width: min(142vw, 48rem);
    margin-top: 0.05rem;
    margin-inline: auto;
    justify-items: center;
    transform: translate(clamp(-1.4rem, -4vw, -0.4rem), clamp(3rem, 9vw, 4rem));
  }

  body.luma-edge-refresh-page .luma-edge-phone-wrap img {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    transform: none;
  }
}

@media (max-width: 520px) {
  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    width: min(140vw, 42rem);
    margin-top: -0.55rem;
    transform: translate(clamp(-1.2rem, -4vw, -0.35rem), clamp(2.8rem, 10vw, 4.2rem));
  }

  body.luma-edge-refresh-page .luma-edge-phone-wrap img {
    width: 100%;
    transform: none;
  }
}


/* Scroll listing: four physical housings with overlay-ready screen slots. */
body.luma-scroll-refresh-page .luma-scroll-mode-family-section .luma-scroll-proof-heading {
  gap: 0.48rem;
  margin-bottom: clamp(1.25rem, 2vw, 1.9rem);
}

body.luma-scroll-refresh-page .luma-scroll-mode-family-section .luma-scroll-proof-heading h2 {
  max-width: 24ch;
  font-size: clamp(2.15rem, 4vw, 3.45rem);
  line-height: 1;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

body.luma-scroll-refresh-page .luma-scroll-mode-family-section .luma-scroll-proof-heading p {
  max-width: 38rem;
  font-size: clamp(0.94rem, 1.15vw, 1.04rem);
  line-height: 1.4;
}

body.luma-scroll-refresh-page .luma-scroll-mode-family-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.8rem, 3.4vw, 3.2rem) clamp(1.1rem, 2vw, 1.8rem);
}

body.luma-scroll-refresh-page .luma-scroll-mode-family-item {
  min-width: 0;
}

body.luma-scroll-refresh-page .luma-scroll-mode-family-housing {
  display: grid;
  gap: clamp(0.65rem, 1.2vw, 0.95rem);
  margin: 0;
}

body.luma-scroll-refresh-page .luma-scroll-mode-family-visual {
  width: 100%;
  margin: 0;
}

body.luma-scroll-refresh-page .luma-scroll-mode-family-overlay-slot[data-scroll-mode-deck] {
  inset: 29.15% 8.05% 26.48% 5.23%;
  overflow: hidden;
  border-radius: 0;
  background: #000;
  clip-path: polygon(0 0, 100% 8.85%, 100% 100%, 0 82.65%);
  transform: rotate(0.15deg) translateZ(0);
  transform-origin: 50% 50%;
}

body.luma-scroll-refresh-page .luma-scroll-mode-deck-projection {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  opacity: 1;
  transform-origin: 0 0;
  will-change: transform;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0 54%, rgba(0, 0, 0, 0.98) 62%, transparent 69%);
  -webkit-mask-size: 0.520833333% 3.125%;
  -webkit-mask-position: 0 0;
  -webkit-mask-repeat: repeat;
  mask-image: radial-gradient(circle at 50% 50%, #000 0 54%, rgba(0, 0, 0, 0.98) 62%, transparent 69%);
  mask-size: 0.520833333% 3.125%;
  mask-position: 0 0;
  mask-repeat: repeat;
}

body.luma-scroll-refresh-page .luma-scroll-mode-family-overlay-slot .luma-scroll-mode-deck-track {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  opacity: 1;
  filter: brightness(1.48) contrast(1.12) saturate(1.26);
  image-rendering: pixelated;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

body.luma-scroll-refresh-page .luma-scroll-mode-family-overlay-slot .luma-scroll-mode-deck-track-glow {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  opacity: 0.34;
  filter: brightness(1.18) saturate(1.2) blur(0.55px);
  mix-blend-mode: screen;
  image-rendering: pixelated;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

body.luma-scroll-refresh-page .luma-scroll-mode-family-overlay-slot .luma-scroll-mode-deck-fixed {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 3;
  display: block;
  width: 28.125%;
  clip-path: inset(0 9.259259% 0 0);
  height: 100%;
  max-width: none;
  object-fit: fill;
  opacity: 0;
  filter: brightness(1.48) contrast(1.12) saturate(1.26);
  image-rendering: pixelated;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition: opacity 90ms linear;
}
body.luma-scroll-refresh-page .luma-scroll-mode-family-overlay-slot .luma-scroll-mode-deck-fixed-glow {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 4;
  display: block;
  width: 28.125%;
  clip-path: inset(0 9.259259% 0 0);
  height: 100%;
  max-width: none;
  object-fit: fill;
  opacity: 0;
  filter: brightness(1.18) saturate(1.2) blur(0.55px);
  mix-blend-mode: screen;
  image-rendering: pixelated;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  pointer-events: none;
  transition: opacity 90ms linear;
}


body.luma-scroll-refresh-page .luma-scroll-mode-family-overlay-slot .luma-scroll-mode-deck-fixed.is-visible {
  opacity: 1;
}
body.luma-scroll-refresh-page .luma-scroll-mode-family-overlay-slot .luma-scroll-mode-deck-fixed-glow.is-visible {
  opacity: 0.34;
}


body.luma-scroll-refresh-page .luma-scroll-mode-family-housing figcaption {
  display: grid;
  gap: 0.3rem;
  padding-inline: clamp(0.15rem, 0.5vw, 0.45rem);
}

body.luma-scroll-refresh-page .luma-scroll-mode-family-housing h3,
body.luma-scroll-refresh-page .luma-scroll-mode-family-housing p {
  margin: 0;
}

body.luma-scroll-refresh-page .luma-scroll-mode-family-housing h3 {
  color: #17111f;
  font-family: var(--home-v2-font-display);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 800;
  line-height: 1.15;
}

body.luma-scroll-refresh-page .luma-scroll-mode-family-housing p {
  color: rgba(31, 24, 43, 0.68);
  font-size: clamp(0.82rem, 1vw, 0.94rem);
  line-height: 1.45;
}

@media (max-width: 820px) {
  body.luma-scroll-refresh-page .luma-scroll-mode-family-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(1.8rem, 7vw, 2.8rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.luma-scroll-refresh-page .luma-scroll-mode-family-overlay-slot .luma-scroll-mode-deck-track {
    transform: none !important;
    will-change: auto;
  }

  body.luma-scroll-refresh-page .luma-scroll-mode-family-overlay-slot .luma-scroll-mode-deck-fixed,
  body.luma-scroll-refresh-page .luma-scroll-mode-family-overlay-slot .luma-scroll-mode-deck-fixed-glow {
    display: none;
  }
}
