/* Mobile-first LumaGlow coverage polish */
body.luma-edge-refresh-page .luma-edge-coverage-section,
body.luma-scroll-refresh-page .luma-scroll-coverage-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3.4rem, 6vw, 5.5rem) 0;
}

body.luma-edge-refresh-page .luma-edge-coverage-section {
  color: #17111f;
  background: linear-gradient(180deg, #050509 0%, #f7f4fd 12%, #ffffff 100%);
}

body.luma-scroll-refresh-page .luma-scroll-coverage-section {
  color: #17111f;
  background: linear-gradient(180deg, #050509 0%, #f7f4fd 12%, #ffffff 100%);
}

body.luma-edge-refresh-page .luma-coverage-heading,
body.luma-scroll-refresh-page .luma-coverage-heading {
  display: grid;
  gap: 0.7rem;
  max-width: 48rem;
  margin: 0 auto clamp(1.15rem, 2.6vw, 1.8rem);
  text-align: center;
}

body.luma-edge-refresh-page .luma-coverage-heading h2,
body.luma-scroll-refresh-page .luma-coverage-heading h2 {
  margin: 0;
  font-family: var(--home-v2-font-display);
  font-size: clamp(2.2rem, 4vw, 3.55rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.96;
}

body.luma-edge-refresh-page .luma-coverage-heading p,
body.luma-scroll-refresh-page .luma-coverage-heading p {
  max-width: 34rem;
  margin: 0 auto;
  color: currentColor;
  font-size: 1rem;
  line-height: 1.52;
  opacity: 0.68;
}

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

body.luma-edge-refresh-page .luma-coverage-card,
body.luma-scroll-refresh-page .luma-coverage-card {
  --coverage-accent: #7b48be;
  --coverage-accent-strong: #17111f;
  --coverage-wash: rgba(123, 72, 190, 0.1);
  display: grid;
  gap: 0.9rem;
  align-content: start;
  min-height: 100%;
  border: 1px solid color-mix(in srgb, var(--coverage-accent) 28%, transparent);
  border-radius: 8px;
  padding: clamp(1rem, 2vw, 1.18rem);
  background:
    linear-gradient(135deg, var(--coverage-wash), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 58px rgba(31, 20, 56, 0.12);
}

body.luma-scroll-refresh-page .luma-coverage-card {
  background:
    linear-gradient(135deg, var(--coverage-wash), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 58px rgba(31, 20, 56, 0.12);
}

body .luma-coverage-card--sports {
  --coverage-accent: #7b48be;
  --coverage-accent-strong: #211034;
  --coverage-wash: rgba(123, 72, 190, 0.12);
}

body .luma-coverage-card--markets,
body .luma-coverage-card--states {
  --coverage-accent: #0ea5b5;
  --coverage-accent-strong: #07333a;
  --coverage-wash: rgba(14, 165, 181, 0.12);
}

body .luma-coverage-card--daily,
body .luma-coverage-card--layouts {
  --coverage-accent: #e04f8d;
  --coverage-accent-strong: #3b1024;
  --coverage-wash: rgba(224, 79, 141, 0.12);
}

body.luma-edge-refresh-page .luma-coverage-card-top,
body.luma-scroll-refresh-page .luma-coverage-card-top {
  display: flex;
  align-items: center;
  gap: 0.72rem;
}

body.luma-edge-refresh-page .luma-coverage-card-top > span,
body.luma-scroll-refresh-page .luma-coverage-card-top > span {
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: var(--coverage-accent-strong);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 950;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--coverage-accent) 24%, transparent);
}

body.luma-edge-refresh-page .luma-coverage-card-top .luma-icon,
body.luma-scroll-refresh-page .luma-coverage-card-top .luma-icon {
  width: 1rem;
  height: 1rem;
  stroke-width: 2.25;
}

body.luma-edge-refresh-page .luma-coverage-card h3,
body.luma-scroll-refresh-page .luma-coverage-card h3,
body.luma-edge-refresh-page .luma-coverage-card p,
body.luma-scroll-refresh-page .luma-coverage-card p {
  margin: 0;
}

body.luma-edge-refresh-page .luma-coverage-card h3,
body.luma-scroll-refresh-page .luma-coverage-card h3 {
  color: currentColor;
  font-size: 1.2rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.05;
}

body.luma-edge-refresh-page .luma-coverage-card p,
body.luma-scroll-refresh-page .luma-coverage-card p {
  color: currentColor;
  font-size: 0.94rem;
  line-height: 1.45;
  opacity: 0.66;
}

body.luma-edge-refresh-page .luma-coverage-chip-grid,
body.luma-scroll-refresh-page .luma-coverage-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.2rem;
}

body.luma-edge-refresh-page .luma-coverage-chip-grid span,
body.luma-scroll-refresh-page .luma-coverage-chip-grid span {
  display: inline-flex;
  min-height: 2.08rem;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--coverage-accent) 26%, transparent);
  border-radius: 999px;
  padding: 0.42rem 0.64rem;
  background: color-mix(in srgb, var(--coverage-accent) 9%, transparent);
  color: currentColor;
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-proof-column {
    --edge-mobile-group: #7b48be;
    --edge-mobile-group-dark: #211034;
    gap: 0.82rem;
    border: 1px solid color-mix(in srgb, var(--edge-mobile-group) 20%, transparent);
    border-radius: 12px;
    padding: 0.72rem;
    background:
      linear-gradient(180deg, color-mix(in srgb, var(--edge-mobile-group) 8%, #fff), rgba(255, 255, 255, 0.92)),
      #fff;
  }

  body.luma-edge-refresh-page .luma-edge-proof-column[data-edge-mode-group="sports"] {
    --edge-mobile-group: #7b48be;
    --edge-mobile-group-dark: #211034;
  }

  body.luma-edge-refresh-page .luma-edge-proof-column[data-edge-mode-group="markets"] {
    --edge-mobile-group: #0ea5b5;
    --edge-mobile-group-dark: #07333a;
  }

  body.luma-edge-refresh-page .luma-edge-proof-column[data-edge-mode-group="daily"] {
    --edge-mobile-group: #e04f8d;
    --edge-mobile-group-dark: #3b1024;
  }

  body.luma-edge-refresh-page .luma-edge-proof-column-heading {
    min-height: 0;
    border: 0;
    border-radius: 10px;
    padding: 0.86rem;
    background: linear-gradient(135deg, var(--edge-mobile-group-dark), var(--edge-mobile-group));
    color: #fff;
    box-shadow: 0 18px 40px color-mix(in srgb, var(--edge-mobile-group) 24%, transparent);
  }

  body.luma-edge-refresh-page .luma-edge-proof-column-heading > span {
    width: 2.3rem;
    height: 2.3rem;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
  }

  body.luma-edge-refresh-page .luma-edge-proof-column-heading h3 {
    color: #fff;
    font-size: 1rem;
  }

  body.luma-edge-refresh-page .luma-edge-proof-column-heading p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.82rem;
    line-height: 1.34;
  }

  body.luma-edge-refresh-page .luma-edge-proof-card {
    gap: 0.58rem;
    padding: 0.72rem;
  }

  body.luma-edge-refresh-page .luma-edge-proof-card p {
    display: none;
  }

  body.luma-edge-refresh-page .luma-edge-proof-card span {
    font-size: 0.64rem;
    letter-spacing: 0.05em;
  }

  body.luma-edge-refresh-page .luma-edge-proof-card h3 {
    font-size: 0.98rem;
    line-height: 1.05;
  }

  body.luma-edge-refresh-page:not(.site-editor-mode) .luma-edge-control-copy .luma-eyebrow,
  body.luma-edge-refresh-page .luma-edge-control-points {
    display: none;
  }

  body.luma-edge-refresh-page:not(.site-editor-mode) .luma-edge-control-copy h2 {
    max-width: min(100%, 20rem);
    color: transparent;
    font-size: 0;
    line-height: 0;
  }

  body.luma-edge-refresh-page:not(.site-editor-mode) .luma-edge-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-edge-refresh-page:not(.site-editor-mode) .luma-edge-control-copy p {
    max-width: min(100%, 21rem);
    color: transparent;
    font-size: 0;
    line-height: 0;
  }

  body.luma-edge-refresh-page:not(.site-editor-mode) .luma-edge-control-copy p::after {
    content: "Sports, crypto, weather, and clocks in a few taps.";
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.94rem;
    line-height: 1.38;
  }

  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    width: min(132vw, 41rem);
    transform: translate(clamp(-5.5rem, -18vw, -3.25rem), clamp(2.6rem, 8vw, 3.7rem));
  }

  body.luma-edge-refresh-page .luma-edge-coverage-section,
  body.luma-scroll-refresh-page .luma-scroll-coverage-section {
    padding-block: clamp(2.65rem, 11vw, 3.7rem);
  }

  body.luma-edge-refresh-page .luma-coverage-heading,
  body.luma-scroll-refresh-page .luma-coverage-heading {
    max-width: min(100%, 22rem);
    gap: 0.55rem;
    margin-bottom: 1rem;
  }

  body.luma-edge-refresh-page .luma-coverage-heading h2,
  body.luma-scroll-refresh-page .luma-coverage-heading h2 {
    font-size: clamp(2.05rem, 9.2vw, 2.75rem);
  }

  body.luma-edge-refresh-page .luma-coverage-heading p,
  body.luma-scroll-refresh-page .luma-coverage-heading p {
    max-width: 20rem;
    font-size: 0.86rem;
    line-height: 1.38;
  }

  body.luma-edge-refresh-page .luma-coverage-grid,
  body.luma-scroll-refresh-page .luma-coverage-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.luma-edge-refresh-page .luma-coverage-card,
  body.luma-scroll-refresh-page .luma-coverage-card {
    gap: 0.72rem;
    padding: 0.95rem;
  }
}

@media (max-width: 520px) {
  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    width: min(128vw, 36rem);
    transform: translate(clamp(-4.8rem, -17vw, -3.1rem), clamp(2.6rem, 10vw, 4rem));
  }

  body.luma-edge-refresh-page .luma-coverage-chip-grid span,
  body.luma-scroll-refresh-page .luma-coverage-chip-grid span {
    min-height: 1.95rem;
    padding-inline: 0.58rem;
    font-size: 0.7rem;
  }
}

@media (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-proof-column[data-edge-mode-group] .luma-edge-proof-card > div {
    display: grid;
    gap: 0.22rem;
  }

  body.luma-edge-refresh-page .luma-edge-proof-column[data-edge-mode-group] .luma-edge-proof-card > div::before {
    content: "Sports";
    display: inline-flex;
    width: max-content;
    min-height: 1.34rem;
    align-items: center;
    border-radius: 999px;
    padding: 0.26rem 0.48rem 0.24rem;
    background: var(--edge-mobile-group-dark);
    color: #fff;
    font-size: 0.58rem;
    font-weight: 950;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
  }

  body.luma-edge-refresh-page .luma-edge-proof-column[data-edge-mode-group="markets"] .luma-edge-proof-card > div::before {
    content: "Stocks + crypto";
  }

  body.luma-edge-refresh-page .luma-edge-proof-column[data-edge-mode-group="daily"] .luma-edge-proof-card > div::before {
    content: "Daily modes";
  }
}


body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.46rem;
  margin: 0.04rem 0 0.02rem;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid span {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 5.15rem;
  align-content: end;
  gap: 0.14rem;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--coverage-accent) 20%, transparent);
  border-radius: 8px;
  padding: 0.62rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), color-mix(in srgb, var(--coverage-accent) 12%, #fff)),
    #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid span::before,
body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid span::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid span::before {
  right: 0.5rem;
  top: 0.46rem;
  width: 2.15rem;
  height: 2.15rem;
  border: 2px solid color-mix(in srgb, var(--coverage-accent) 56%, #fff);
  border-radius: 999px;
  opacity: 0.5;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid span::after {
  inset: 0.5rem;
  border-radius: 6px;
  background:
    linear-gradient(90deg, transparent 48%, color-mix(in srgb, var(--coverage-accent) 22%, transparent) 49% 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, color-mix(in srgb, var(--coverage-accent) 18%, transparent) 49% 51%, transparent 52%);
  opacity: 0.72;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid strong,
body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid small {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
  color: #17111f;
  letter-spacing: 0;
  line-height: 1;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid strong {
  font-size: clamp(0.9rem, 1.4vw, 1.08rem);
  font-weight: 950;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid small {
  color: rgba(31, 24, 43, 0.58);
  font-size: 0.6rem;
  font-weight: 850;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="nfl"]::before,
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="d1-cfb"]::before {
  width: 2.35rem;
  height: 1.45rem;
  border-radius: 52% 52% 48% 48%;
  transform: rotate(-18deg);
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="mlb"]::before {
  background:
    linear-gradient(62deg, transparent 43%, color-mix(in srgb, var(--coverage-accent) 42%, #fff) 44% 46%, transparent 47%),
    linear-gradient(118deg, transparent 43%, color-mix(in srgb, var(--coverage-accent) 42%, #fff) 44% 46%, transparent 47%);
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="nba"]::before,
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="d1-cbb"]::before {
  background:
    linear-gradient(90deg, transparent 47%, color-mix(in srgb, var(--coverage-accent) 35%, #fff) 48% 52%, transparent 53%),
    linear-gradient(0deg, transparent 47%, color-mix(in srgb, var(--coverage-accent) 35%, #fff) 48% 52%, transparent 53%);
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="nhl"]::before {
  width: 2.5rem;
  height: 1.4rem;
  border-radius: 999px;
  transform: rotate(-10deg);
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="stocks"]::after,
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="crypto"]::after,
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="graphs"]::after,
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="ticker"]::after {
  background:
    linear-gradient(135deg, transparent 0 44%, color-mix(in srgb, var(--coverage-accent) 34%, transparent) 45% 49%, transparent 50%),
    repeating-linear-gradient(90deg, color-mix(in srgb, var(--coverage-accent) 20%, transparent) 0 0.2rem, transparent 0.2rem 0.58rem);
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="weather"]::before {
  border-radius: 999px;
  background: color-mix(in srgb, var(--coverage-accent) 22%, #fff);
  box-shadow: -1.2rem 1.05rem 0 -0.44rem color-mix(in srgb, var(--coverage-accent) 30%, #fff);
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="clock"]::after,
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="calendar"]::after,
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="counter"]::after {
  background:
    linear-gradient(90deg, transparent 48%, color-mix(in srgb, var(--coverage-accent) 32%, transparent) 49% 51%, transparent 52%),
    repeating-linear-gradient(0deg, color-mix(in srgb, var(--coverage-accent) 18%, transparent) 0 0.16rem, transparent 0.16rem 0.54rem);
}

@media (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.42rem;
  }

  body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid span {
    min-height: 5rem;
  }
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid span {
  --tile-accent: var(--coverage-accent);
  border-color: color-mix(in srgb, var(--tile-accent) 25%, transparent);
  background:
    linear-gradient(150deg, color-mix(in srgb, var(--tile-accent) 16%, #fff), rgba(255, 255, 255, 0.95) 48%, color-mix(in srgb, var(--tile-accent) 12%, #fff)),
    #fff;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid span::before {
  border-color: color-mix(in srgb, var(--tile-accent) 68%, #fff);
  background-color: color-mix(in srgb, var(--tile-accent) 10%, transparent);
  opacity: 0.78;
  box-shadow: 0 10px 22px color-mix(in srgb, var(--tile-accent) 18%, transparent);
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid span::after {
  background:
    linear-gradient(90deg, transparent 48%, color-mix(in srgb, var(--tile-accent) 30%, transparent) 49% 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, color-mix(in srgb, var(--tile-accent) 24%, transparent) 49% 51%, transparent 52%);
  opacity: 0.94;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="nfl"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="d1-cfb"] {
  --tile-accent: #7057d9;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="mlb"] {
  --tile-accent: #0fa6c8;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="nba"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="d1-cbb"] {
  --tile-accent: #d65b83;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="nhl"] {
  --tile-accent: #4f6075;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="stocks"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="graphs"] {
  --tile-accent: #0ea5b5;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="crypto"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="ticker"] {
  --tile-accent: #40bfb3;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="weather"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="calendar"] {
  --tile-accent: #e04f8d;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="clock"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="counter"] {
  --tile-accent: #ec6b73;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid em {
  position: absolute;
  left: 0.58rem;
  top: 0.52rem;
  z-index: 1;
  max-width: calc(100% - 3.2rem);
  overflow: hidden;
  color: color-mix(in srgb, var(--tile-accent) 72%, #17111f);
  font-family: var(--home-v2-font-display);
  font-size: clamp(1.14rem, 3.8vw, 1.58rem);
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.9;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0.9;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid strong,
body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid small {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* Edge coverage icon-row revision */
body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0.1rem 0 0.08rem;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid span,
body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid strong,
body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid small {
  position: static;
  z-index: auto;
  display: block;
  min-width: 0;
  color: inherit;
  line-height: 1;
  text-shadow: none;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid span::before,
body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid span::after {
  content: none;
  display: none;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid em {
  display: none;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item {
  --tile-accent: var(--coverage-accent);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.66rem;
  min-width: 0;
  min-height: 4rem;
  border: 1px solid color-mix(in srgb, var(--tile-accent) 20%, transparent);
  border-radius: 8px;
  padding: 0.58rem 0.62rem;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--tile-accent) 10%, #fff), rgba(255, 255, 255, 0.92)),
    #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 10px 24px color-mix(in srgb, var(--tile-accent) 9%, transparent);
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-icon {
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--tile-accent) 21%, #fff), rgba(255, 255, 255, 0.96));
  color: var(--tile-accent);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--tile-accent) 18%, transparent),
    0 10px 18px color-mix(in srgb, var(--tile-accent) 12%, transparent);
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-icon svg {
  display: block;
  width: 1.72rem;
  height: 1.72rem;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item strong {
  overflow: hidden;
  color: #17111f;
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.02;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item small {
  margin-top: 0.22rem;
  overflow: hidden;
  color: rgba(31, 24, 43, 0.62);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="nfl"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="d1-cfb"] {
  --tile-accent: #6f52d8;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="mlb"] {
  --tile-accent: #0f9bc4;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="nba"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="d1-cbb"] {
  --tile-accent: #d85a86;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="nhl"] {
  --tile-accent: #52657e;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="stocks"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="graphs"] {
  --tile-accent: #0ea5b5;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="crypto"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="ticker"] {
  --tile-accent: #39b7a8;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="weather"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="calendar"] {
  --tile-accent: #e04f8d;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="clock"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="counter"] {
  --tile-accent: #ec6b73;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-chip-grid {
  display: none;
}

@media (max-width: 520px) {
  body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid .luma-coverage-visual-icon {
  color: var(--tile-accent) !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid .luma-coverage-visual-icon::before,
body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid .luma-coverage-visual-icon::after {
  content: none !important;
  display: none !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="nfl"] .luma-coverage-visual-icon,
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="d1-cfb"] .luma-coverage-visual-icon {
  --tile-accent: #6f52d8 !important;
  color: #6f52d8 !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="mlb"] .luma-coverage-visual-icon {
  --tile-accent: #0f9bc4 !important;
  color: #0f9bc4 !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="nba"] .luma-coverage-visual-icon,
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="d1-cbb"] .luma-coverage-visual-icon {
  --tile-accent: #d85a86 !important;
  color: #d85a86 !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="nhl"] .luma-coverage-visual-icon {
  --tile-accent: #52657e !important;
  color: #52657e !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="stocks"] .luma-coverage-visual-icon,
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="graphs"] .luma-coverage-visual-icon {
  --tile-accent: #0ea5b5 !important;
  color: #0ea5b5 !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="crypto"] .luma-coverage-visual-icon,
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="ticker"] .luma-coverage-visual-icon {
  --tile-accent: #39b7a8 !important;
  color: #39b7a8 !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="weather"] .luma-coverage-visual-icon,
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="calendar"] .luma-coverage-visual-icon {
  --tile-accent: #e04f8d !important;
  color: #e04f8d !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="clock"] .luma-coverage-visual-icon,
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="counter"] .luma-coverage-visual-icon {
  --tile-accent: #ec6b73 !important;
  color: #ec6b73 !important;
}

/* Edge coverage PNG cutout icons */
body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid .luma-coverage-visual-icon {
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.96), color-mix(in srgb, var(--tile-accent) 10%, #fff));
  color: inherit !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-icon img {
  display: block;
  width: 2.05rem;
  height: 2.05rem;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 5px 9px rgba(31, 20, 56, 0.16));
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-icon svg {
  display: none;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item > span {
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item > .luma-coverage-visual-icon {
  width: 2.85rem;
  height: 2.85rem;
  background: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-icon img {
  width: 2.5rem;
  height: 2.5rem;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item {
  grid-template-columns: 2.85rem minmax(0, 1fr);
  min-height: 4.25rem;
  padding: 0.68rem 0.78rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), color-mix(in srgb, var(--tile-accent) 8%, #fff)),
    #fff;
}

/* Edge coverage premium PNG icons */
body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item {
  grid-template-columns: 3.95rem minmax(0, 1fr);
  gap: 0.74rem;
  min-height: 5.05rem;
  border-color: color-mix(in srgb, var(--tile-accent) 22%, rgba(31, 24, 43, 0.08));
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.98), transparent 44%),
    linear-gradient(145deg, #fff 0%, color-mix(in srgb, var(--tile-accent) 6%, #fff) 100%);
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item > .luma-coverage-visual-icon {
  display: grid;
  width: 3.95rem;
  height: 3.95rem;
  place-items: center;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--tile-accent) 22%, rgba(31, 24, 43, 0.1)) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 10px 20px color-mix(in srgb, var(--tile-accent) 14%, transparent) !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-icon img {
  display: block !important;
  width: 3.76rem !important;
  height: 3.76rem !important;
  max-width: none;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 5px 9px rgba(31, 20, 56, 0.15));
}


@media (max-width: 520px) {
  body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item {
    grid-template-columns: 4rem minmax(0, 1fr);
    min-height: 5.15rem;
  }

  body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item > .luma-coverage-visual-icon {
    width: 4rem;
    height: 4rem;
  }

  body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-icon img {
    width: 3.82rem !important;
    height: 3.82rem !important;
  }
}

/* Edge coverage text-only tiles */
body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item {
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 0;
  min-height: 4.05rem;
  border-color: color-mix(in srgb, var(--tile-accent) 20%, rgba(31, 24, 43, 0.08));
  padding: 0.74rem 0.82rem;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.96), transparent 44%),
    linear-gradient(145deg, color-mix(in srgb, var(--tile-accent) 10%, #fff), rgba(255, 255, 255, 0.95) 62%, color-mix(in srgb, var(--tile-accent) 7%, #fff));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 10px 22px color-mix(in srgb, var(--tile-accent) 8%, transparent);
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item > .luma-coverage-visual-icon,
body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-icon img,
body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-icon svg {
  display: none !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item > span {
  display: grid;
  min-height: 0 !important;
  gap: 0.24rem;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item strong {
  color: #6f52d8;
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.02;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item small {
  color: color-mix(in srgb, var(--tile-accent) 36%, rgba(31, 24, 43, 0.62));
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 520px) {
  body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item {
    grid-template-columns: minmax(0, 1fr);
    min-height: 3.95rem;
  }
}

/* Edge lower-section hard bands */
body.luma-edge-refresh-page .luma-edge-setup-section,
body.luma-edge-refresh-page .luma-edge-faq-section,
body.luma-edge-refresh-page .luma-edge-order-section {
  background-image: none;
  box-shadow: none;
}

body.luma-edge-refresh-page .luma-edge-setup-section {
  color: #fff;
  border-top: 1px solid #070711;
  border-bottom: 1px solid #f8f5ff;
  background: #070711;
}

body.luma-edge-refresh-page .luma-edge-setup-section .luma-edge-proof-heading h2 {
  color: #fff;
}

body.luma-edge-refresh-page .luma-edge-setup-section .luma-edge-step-grid article {
  border-color: rgba(216, 189, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

body.luma-edge-refresh-page .luma-edge-setup-section .luma-edge-step-grid article > span {
  background: #f7f4fd;
  color: #6f52d8;
}

body.luma-edge-refresh-page .luma-edge-setup-section .luma-edge-step-grid h3 {
  color: #fff;
}

body.luma-edge-refresh-page .luma-edge-setup-section .luma-edge-step-grid p {
  color: rgba(255, 255, 255, 0.66);
}

body.luma-edge-refresh-page .luma-edge-faq-section {
  color: #17111f;
  border-top: 1px solid #f8f5ff;
  border-bottom: 1px solid #070711;
  background: #f8f5ff;
}

body.luma-edge-refresh-page .luma-edge-faq-section .luma-eyebrow {
  border-color: rgba(91, 55, 143, 0.18);
  background: rgba(111, 82, 216, 0.08);
  color: #5f3b93;
}

body.luma-edge-refresh-page .luma-edge-faq-section .luma-edge-proof-heading h2 {
  color: #17111f;
}

body.luma-edge-refresh-page .luma-edge-faq-section .luma-edge-faq-grid article {
  border-color: rgba(45, 31, 68, 0.12);
  background: #fff;
  box-shadow: none;
}

body.luma-edge-refresh-page .luma-edge-faq-section .luma-edge-faq-grid h3 {
  color: #17111f;
}

body.luma-edge-refresh-page .luma-edge-faq-section .luma-edge-faq-grid p {
  color: rgba(31, 24, 43, 0.66);
}

body.luma-edge-refresh-page .luma-edge-order-section {
  color: #fff;
  border-top: 1px solid #070711;
  background: #070711;
}

body.luma-edge-refresh-page .luma-edge-order-panel {
  border-color: rgba(216, 189, 255, 0.16);
  background: #11101a;
  box-shadow: none;
}

body.luma-edge-refresh-page .luma-edge-order-panel h2 {
  color: #fff;
}

body.luma-edge-refresh-page .luma-edge-order-panel p {
  color: rgba(255, 255, 255, 0.68);
}

body.luma-edge-refresh-page .luma-edge-price-block {
  color: #fff;
}

body.luma-edge-refresh-page .luma-edge-price-block span {
  color: rgba(255, 255, 255, 0.62);
}

body.luma-edge-refresh-page .luma-edge-price-block strong {
  color: #fff;
}

@media (max-width: 520px) {
  body.luma-edge-refresh-page .luma-edge-order-section .luma-edge-price-block {
    border-color: rgba(216, 189, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
  }
}

/* Edge control panel uses the Scroll section composition with the Edge control art */
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 {
  display: none;
  background-image: none;
}

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-phone-wrap {
  position: absolute;
  inset: auto clamp(-14rem, -9vw, -5rem) clamp(-3.5rem, -4vw, -2.25rem) auto;
  z-index: 1;
  isolation: isolate;
  display: grid;
  width: min(86vw, 66.75rem);
  align-self: auto;
  justify-items: stretch;
  min-width: 0;
  perspective: none;
  transform: none;
}

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

body.luma-edge-refresh-page .luma-edge-phone {
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

body.luma-edge-refresh-page .luma-edge-phone-screen {
  position: relative;
  z-index: 2;
  height: auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 0;
}

body.luma-edge-refresh-page .luma-edge-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-edge-refresh-page .luma-edge-phone-screen img,
body.luma-edge-refresh-page .luma-edge-phone-wrap img {
  position: relative;
  inset: auto;
  z-index: 1;
  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-coverage-section {
  border-top: 1px solid #f8f5ff;
  background: #f8f5ff;
}

@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-phone-wrap {
    inset: auto clamp(-11.5rem, -10vw, -8rem) clamp(-3rem, -3.2vw, -2.1rem) auto;
    width: min(62vw, 54rem);
  }
}

@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-grid {
    min-height: clamp(32rem, 42vw, 36rem);
  }

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

@media (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-control-section {
    padding: clamp(1.35rem, 7vw, 2.25rem) 0 0;
  }

  body.luma-edge-refresh-page .luma-edge-control-grid {
    gap: 0.55rem;
    min-height: 0;
  }

  body.luma-edge-refresh-page .luma-edge-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-edge-refresh-page .luma-edge-phone-screen::before {
    display: none;
  }
}

@media (max-width: 520px) {
  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-phone-wrap {
    width: min(128vw, 36rem);
    margin-top: -0.55rem;
    transform: translateX(clamp(-4.8rem, -17vw, -3.1rem));
  }
}

/* Edge wide control canvas sizing pass */
body.luma-edge-refresh-page .luma-edge-phone-wrap {
  inset: auto clamp(-34rem, -21vw, -16rem) 0 auto;
  width: min(150vw, 124rem);
}

@media (min-width: 821px) and (max-width: 1540px) {
  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    inset: auto clamp(-31rem, -20vw, -17rem) 0 auto;
    width: min(132vw, 108rem);
  }
}

@media (max-height: 820px) and (min-width: 821px) {
  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    inset: auto clamp(-30rem, -19vw, -16rem) 0 auto;
    width: min(128vw, 104rem);
  }
}

/* Edge control canvas vertical alignment: wrist clips into the hard white boundary */
body.luma-edge-refresh-page .luma-edge-phone-wrap {
  inset: auto clamp(-34rem, -21vw, -16rem) clamp(-3.5rem, -4vw, -2.25rem) auto;
}

@media (min-width: 821px) and (max-width: 1540px) {
  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    inset: auto clamp(-31rem, -20vw, -17rem) clamp(-3rem, -3.2vw, -2.1rem) auto;
  }
}

@media (max-height: 820px) and (min-width: 821px) {
  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    inset: auto clamp(-30rem, -19vw, -16rem) clamp(-2.4rem, -2.8vw, -1.75rem) auto;
  }
}

/* Edge control canvas proportion tuning for the wider Edge artwork */
@media (min-width: 821px) and (max-width: 1540px) {
  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    inset: auto clamp(-31rem, -20vw, -17rem) clamp(-3rem, -3.2vw, -2.1rem) auto;
    width: min(98vw, 80rem);
  }
}

@media (max-height: 820px) and (min-width: 821px) {
  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    inset: auto clamp(-30rem, -19vw, -16rem) clamp(-2.4rem, -2.8vw, -1.75rem) auto;
    width: min(98vw, 80rem);
  }
}

/* Edge control section final Scroll parity */
body.luma-edge-refresh-page .luma-edge-control-section {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  padding: clamp(1rem, 2.6vw, 2.25rem) 0 0 !important;
  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%) !important;
}

body.luma-edge-refresh-page .luma-edge-control-section::before {
  display: none !important;
  background-image: none !important;
}

body.luma-edge-refresh-page .luma-edge-control-section::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  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%) !important;
}

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

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

body.luma-edge-refresh-page .luma-edge-control-copy::before {
  content: "" !important;
  position: absolute !important;
  inset: -1.2rem -6.5rem -1.2rem -1rem !important;
  z-index: 0 !important;
  pointer-events: none !important;
  border-radius: 8px !important;
  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%) !important;
  filter: blur(22px) !important;
}

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

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

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

body.luma-edge-refresh-page .luma-edge-control-points {
  width: min(100%, 39rem) !important;
  margin-top: 0.45rem !important;
  justify-self: start !important;
}

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

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

body.luma-edge-refresh-page .luma-edge-phone-glow,
body.luma-edge-refresh-page .luma-edge-phone-wrap::before,
body.luma-edge-refresh-page .luma-edge-phone::before,
body.luma-edge-refresh-page .luma-edge-phone::after,
body.luma-edge-refresh-page .luma-edge-phone-top,
body.luma-edge-refresh-page .luma-edge-phone-screen::after {
  display: none !important;
}

body.luma-edge-refresh-page .luma-edge-phone {
  position: relative !important;
  z-index: 1 !important;
  isolation: isolate !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.luma-edge-refresh-page .luma-edge-phone-screen {
  position: relative !important;
  z-index: 2 !important;
  height: auto !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  line-height: 0 !important;
}

body.luma-edge-refresh-page .luma-edge-phone-screen::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: block !important;
  pointer-events: none !important;
  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%) !important;
}

body.luma-edge-refresh-page .luma-edge-phone-screen img,
body.luma-edge-refresh-page .luma-edge-phone-wrap img {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: 50% 100% !important;
  transform: none !important;
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.3)) !important;
  -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%) !important;
  -webkit-mask-composite: source-in !important;
  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%) !important;
  mask-composite: intersect !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section {
  border-top: 1px solid #f8f5ff !important;
  background: #f8f5ff !important;
}

@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) !important;
  }

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

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

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

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

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

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

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

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

@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) !important;
  }

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

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

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

@media (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-control-section {
    padding: clamp(1.35rem, 7vw, 2.25rem) 0 0 !important;
  }

  body.luma-edge-refresh-page .luma-edge-control-grid {
    width: min(100%, calc(100% - 1rem)) !important;
    margin-inline: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.55rem !important;
    min-height: 0 !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.luma-edge-refresh-page .luma-edge-control-copy {
    align-self: center !important;
    width: min(100%, 42rem) !important;
    max-width: calc(100vw - 2rem) !important;
    gap: 0.52rem !important;
    padding-inline: 1rem !important;
    margin: 0 auto !important;
    text-align: center !important;
    justify-items: center !important;
  }

  body.luma-edge-refresh-page .luma-edge-control-copy::before {
    display: none !important;
  }

  body.luma-edge-refresh-page:not(.site-editor-mode) .luma-edge-control-copy .luma-eyebrow {
    display: inline-flex !important;
  }

  body.luma-edge-refresh-page:not(.site-editor-mode) .luma-edge-control-copy h2 {
    max-width: min(100%, 20rem) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-align: center !important;
  }

  body.luma-edge-refresh-page:not(.site-editor-mode) .luma-edge-control-copy h2::after {
    content: "Control from\A your phone." !important;
    display: block !important;
    color: #fff !important;
    font-family: var(--home-v2-font-display) !important;
    font-size: clamp(2.35rem, 9.4vw, 3.1rem) !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    line-height: 0.96 !important;
    text-align: center !important;
    text-wrap: balance !important;
    white-space: pre-line !important;
  }

  body.luma-edge-refresh-page:not(.site-editor-mode) .luma-edge-control-copy p {
    max-width: min(100%, 21rem) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-align: center !important;
  }

  body.luma-edge-refresh-page:not(.site-editor-mode) .luma-edge-control-copy p::after {
    content: "Sports, crypto, weather, and clocks in a few taps." !important;
    display: block !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 0.94rem !important;
    line-height: 1.38 !important;
    text-align: center !important;
  }

  body.luma-edge-refresh-page .luma-edge-control-points {
    display: none !important;
  }

  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    position: relative !important;
    inset: auto !important;
    z-index: 1 !important;
    width: min(132vw, 41rem) !important;
    margin-top: 0.05rem !important;
    margin-inline: auto !important;
    justify-items: center !important;
    transform: translateX(clamp(-5.5rem, -18vw, -3.25rem)) !important;
  }

  body.luma-edge-refresh-page .luma-edge-phone-wrap::before,
  body.luma-edge-refresh-page .luma-edge-phone-screen::before {
    display: none !important;
  }

  body.luma-edge-refresh-page .luma-edge-phone {
    width: 100% !important;
    transform: none !important;
  }

  body.luma-edge-refresh-page .luma-edge-phone-screen {
    height: auto !important;
  }

  body.luma-edge-refresh-page .luma-edge-phone-screen img {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
  }
}

@media (max-width: 520px) {
  body.luma-edge-refresh-page .luma-edge-control-section {
    padding: clamp(1.15rem, 6vw, 1.9rem) 0 0 !important;
  }

  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    width: min(128vw, 36rem) !important;
    margin-top: -0.55rem !important;
    transform: translateX(clamp(-4.8rem, -17vw, -3.1rem)) !important;
  }
}

/* Edge control extended-canvas tuning */
@media (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    transform: translateX(clamp(-4.4rem, -14vw, -2.4rem)) !important;
  }
}

@media (max-width: 520px) {
  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    transform: translateX(clamp(-3.8rem, -12vw, -2rem)) !important;
  }
}

/* Edge control transparent extended-canvas asset */
body.luma-edge-refresh-page .luma-edge-phone-screen::before {
  display: none !important;
}

body.luma-edge-refresh-page .luma-edge-phone-screen img,
body.luma-edge-refresh-page .luma-edge-phone-wrap img {
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

/* Edge control responsive QA tuning */
@media (min-width: 821px) and (max-width: 1100px) {
  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    width: min(72vw, 46rem) !important;
  }
}

@media (min-width: 560px) and (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    width: min(118vw, 46rem) !important;
    transform: translateX(0) !important;
  }
}

/* Edge control small-tablet centering correction */
@media (min-width: 560px) and (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-phone-wrap {
    transform: translateX(clamp(-3.6rem, calc(42vw - 19.2rem), 0.75rem)) !important;
  }
}

/* Edge coverage unified purple tile palette */
body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item,
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual] {
  --tile-accent: #7b5cff !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="mlb"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="crypto"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="clock"] {
  --tile-accent: #8a6dff !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="nba"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="graphs"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="calendar"] {
  --tile-accent: #9273f6 !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="nhl"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="ticker"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="counter"] {
  --tile-accent: #6f52d8 !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item {
  border-color: color-mix(in srgb, var(--tile-accent) 23%, rgba(31, 24, 43, 0.08)) !important;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.96), transparent 44%),
    linear-gradient(145deg, color-mix(in srgb, var(--tile-accent) 10%, #fff), rgba(255, 255, 255, 0.96) 62%, color-mix(in srgb, var(--tile-accent) 8%, #fff)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 10px 22px color-mix(in srgb, var(--tile-accent) 8%, transparent) !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item strong {
  color: #7657e6 !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item small {
  color: color-mix(in srgb, var(--tile-accent) 42%, rgba(31, 24, 43, 0.62)) !important;
}

/* Edge coverage Concept A implementation */
body.luma-edge-refresh-page .luma-edge-coverage-section {
  color: #151020;
  padding: clamp(2.75rem, 6.5vw, 5.4rem) 0;
  background: linear-gradient(180deg, #fbf9ff 0%, #f4efff 100%) !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-detail-container {
  max-width: 92rem;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-heading {
  gap: 0.64rem;
  max-width: 48rem;
  margin: 0 auto clamp(1.55rem, 3vw, 2rem);
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-heading h2 {
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 900;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-heading p {
  color: #756d80;
  font-size: clamp(0.98rem, 1.5vw, 1.14rem);
  opacity: 1;
}

body.luma-edge-refresh-page .luma-edge-coverage-grid {
  gap: clamp(0.95rem, 1.6vw, 1.35rem);
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-card {
  --coverage-accent: #7b5cff;
  --coverage-accent-strong: #151020;
  --coverage-wash: rgba(123, 92, 255, 0.08);
  gap: 1.08rem;
  min-height: 19.7rem;
  border-color: color-mix(in srgb, var(--coverage-accent) 20%, transparent);
  padding: clamp(1.25rem, 2vw, 1.5rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(248, 245, 255, 0.82)),
    #fff;
  box-shadow: 0 20px 46px rgba(63, 42, 118, 0.08);
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-card--markets,
body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-card--daily {
  --coverage-accent: #7b5cff;
  --coverage-accent-strong: #151020;
  --coverage-wash: rgba(123, 92, 255, 0.08);
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-card-top {
  gap: 0.86rem;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-card-top > span {
  width: 2.63rem;
  height: 2.63rem;
  border-radius: 8px;
  background: #151020;
  color: #efe9ff;
  box-shadow:
    0 10px 22px rgba(31, 20, 56, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-card-top .luma-icon {
  width: 1.25rem;
  height: 1.25rem;
  stroke: #efe9ff;
  stroke-width: 2.35;
  filter: drop-shadow(0 0 5px rgba(151, 104, 255, 0.42));
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-card h3 {
  color: #151020;
  font-size: clamp(1.28rem, 1.8vw, 1.45rem);
  font-weight: 950;
  line-height: 1;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-card > p {
  color: rgba(31, 24, 43, 0.68);
  font-size: clamp(0.96rem, 1.25vw, 1.03rem);
  line-height: 1.42;
  opacity: 1;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.62rem;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item,
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual] {
  --tile-accent: #7b5cff !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="mlb"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="crypto"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="clock"] {
  --tile-accent: #8a6dff !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="nba"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="graphs"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="calendar"] {
  --tile-accent: #9273f6 !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="nhl"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="ticker"],
body.luma-edge-refresh-page .luma-edge-coverage-section [data-coverage-visual="counter"] {
  --tile-accent: #6f52d8 !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  min-height: 4rem;
  border-color: color-mix(in srgb, var(--tile-accent) 20%, rgba(31, 24, 43, 0.08)) !important;
  padding: 0.86rem 0.94rem;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--tile-accent) 10%, #fff), rgba(255, 255, 255, 0.96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 22px color-mix(in srgb, var(--tile-accent) 8%, transparent) !important;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item strong {
  color: #7657e6 !important;
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  font-weight: 950;
}

body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-item small {
  color: rgba(31, 24, 43, 0.6) !important;
  font-size: 0.72rem;
  font-weight: 800;
}

@media (max-width: 900px) {
  body.luma-edge-refresh-page .luma-edge-coverage-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  body.luma-edge-refresh-page .luma-edge-coverage-section {
    padding: clamp(2.35rem, 10vw, 3.3rem) 0;
  }

  body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Edge FAQ eyebrow kept for structure, hidden visually */
body.luma-edge-refresh-page .luma-edge-faq-section .luma-edge-proof-heading .luma-eyebrow {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Edge mobile hero Scroll parity */
@media (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-hero-frame {
    display: block;
    width: 100%;
    height: clamp(31rem, 72svh, 39rem);
    margin-left: 0;
    min-height: 0;
    overflow: hidden;
    isolation: isolate;
    background: #030305;
  }

  body.luma-edge-refresh-page .luma-edge-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-edge-refresh-page .luma-edge-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-edge-refresh-page .luma-edge-hero-shade {
    display: none;
  }

  body.luma-edge-refresh-page .luma-edge-hero-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0.95rem 1rem 1rem;
    background: transparent;
  }

  body.luma-edge-refresh-page .luma-edge-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-edge-refresh-page .luma-edge-hero-content .luma-back-link {
    display: none;
  }

  body.luma-edge-refresh-page .luma-edge-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-edge-refresh-page .luma-edge-hero-copy h1 {
    max-width: min(100%, 11ch);
    font-size: clamp(2.32rem, 10.7vw, 3.25rem);
    line-height: 0.92;
  }

  body.luma-edge-refresh-page .luma-edge-hero-copy .luma-hero-lede {
    max-width: 16ch;
    font-size: clamp(1.16rem, 5.4vw, 1.52rem);
    line-height: 1.04;
  }

  body.luma-edge-refresh-page .luma-edge-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-edge-refresh-page .luma-edge-hero-actions {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  body.luma-edge-refresh-page .luma-edge-hero-frame {
    height: clamp(30rem, 70svh, 35.5rem);
  }

  body.luma-edge-refresh-page .luma-edge-hero-frame > img {
    object-position: 50% 58%;
    transform: scale(1);
    transform-origin: 50% 58%;
  }

  body.luma-edge-refresh-page .luma-edge-hero-content {
    padding: 0.85rem 0.9rem 1rem;
  }

  body.luma-edge-refresh-page .luma-edge-hero-copy {
    width: 100%;
    max-width: 20.75rem;
    gap: 0.48rem;
  }

  body.luma-edge-refresh-page .luma-edge-hero-copy h1 {
    font-size: clamp(2.18rem, 11.2vw, 2.85rem);
  }

  body.luma-edge-refresh-page .luma-edge-hero-copy .luma-hero-copy-text {
    display: none;
  }
}

/* Edge mobile hero uses sticky purchase bar like Scroll */
@media (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-hero-actions {
    display: none;
  }
}

/* Edge mobile hero product crop tuning */
@media (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-hero-frame > img {
    object-position: 58% 58%;
    transform: translateY(clamp(3rem, 9svh, 4.5rem)) scale(1.06);
    transform-origin: 58% 60%;
  }
}

@media (max-width: 520px) {
  body.luma-edge-refresh-page .luma-edge-hero-frame > img {
    object-position: 61% 58%;
    transform: translateY(clamp(2.75rem, 8svh, 4rem)) scale(1.05);
    transform-origin: 61% 60%;
  }
}

/* Edge mid-mobile hero copy wrap tuning */
@media (min-width: 521px) and (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-hero-copy .luma-hero-copy-text {
    max-width: min(100%, 25rem);
    font-size: 0.86rem;
  }
}

/* Edge mid-mobile hero copy width tuning */
@media (min-width: 521px) and (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-hero-copy {
    width: min(100%, 25rem);
  }
}

/* Edge story mobile Scroll parity */
@media (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-story-section {
    padding: clamp(1.35rem, 6.5vw, 2.25rem) 0 clamp(1.6rem, 7vw, 2.65rem);
  }

  body.luma-edge-refresh-page .luma-edge-story-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.8rem;
  }

  body.luma-edge-refresh-page .luma-edge-story-copy {
    width: 100%;
    max-width: none;
    gap: 0.55rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-inline: 1rem;
    justify-items: center;
    text-align: center;
  }

  body.luma-edge-refresh-page:not(.site-editor-mode) .luma-edge-story-copy h2 {
    max-width: min(100%, 20rem);
    color: transparent;
    font-size: 0;
    line-height: 0;
  }

  body.luma-edge-refresh-page:not(.site-editor-mode) .luma-edge-story-copy h2::after {
    content: "Scores and crypto 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-edge-refresh-page:not(.site-editor-mode) .luma-edge-story-copy p {
    max-width: min(100%, 22rem);
    color: transparent;
    font-size: 0;
    line-height: 0;
  }

  body.luma-edge-refresh-page:not(.site-editor-mode) .luma-edge-story-copy p::after {
    content: "Scores, crypto, and daily modes stay visible without opening your phone.";
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.38;
  }

  body.luma-edge-refresh-page .luma-edge-benefit-grid {
    display: none;
  }

  body.luma-edge-refresh-page .luma-edge-story-figure {
    justify-self: center;
    width: min(calc(100% + 2rem), 44rem);
    min-height: 0;
    margin-top: 0.3rem;
    aspect-ratio: 16 / 9;
  }

  body.luma-edge-refresh-page .luma-edge-story-figure img {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  body.luma-edge-refresh-page .luma-edge-story-section {
    padding: clamp(1.15rem, 6vw, 1.9rem) 0 clamp(1.5rem, 7vw, 2.3rem);
  }

  body.luma-edge-refresh-page .luma-edge-story-grid {
    gap: 0.7rem;
  }

  body.luma-edge-refresh-page .luma-edge-story-copy {
    gap: 0.48rem;
  }

  body.luma-edge-refresh-page:not(.site-editor-mode) .luma-edge-story-copy h2::after {
    font-size: clamp(2.14rem, 10vw, 2.78rem);
  }

  body.luma-edge-refresh-page .luma-edge-story-figure {
    width: calc(100% + 1.8rem);
    margin-top: 0.2rem;
  }
}

/* Edge mode gallery mobile two-column stack */
@media (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-proof-card-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.68rem;
  }
}


/* Edge mobile lower heading centering */
@media (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-setup-section .luma-edge-proof-heading,
  body.luma-edge-refresh-page .luma-edge-faq-section .luma-edge-proof-heading {
    width: 100%;
    max-width: min(100%, 24rem);
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    text-align: center;
  }

  body.luma-edge-refresh-page .luma-edge-setup-section .luma-edge-proof-heading h2,
  body.luma-edge-refresh-page .luma-edge-faq-section .luma-edge-proof-heading h2 {
    max-width: min(100%, 21rem);
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

/* Edge coverage mobile grid density */
@media (max-width: 560px) {
  body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid--sports {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.46rem;
  }

  body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid--markets,
  body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid--daily {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.56rem;
  }

  body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid--sports .luma-coverage-visual-item {
    min-height: 4.15rem;
    padding: 0.72rem 0.58rem;
  }

  body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid--sports .luma-coverage-visual-item strong {
    font-size: clamp(0.86rem, 4vw, 0.98rem);
  }

  body.luma-edge-refresh-page .luma-edge-coverage-section .luma-coverage-visual-grid--sports .luma-coverage-visual-item small {
    font-size: 0.6rem;
  }
}

/* Edge mode gallery mobile image-first cards */
@media (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-proof-card {
    gap: 0.44rem;
    overflow: hidden;
    padding: 0.58rem 0.58rem 0.62rem;
  }

  body.luma-edge-refresh-page .luma-edge-proof-card > div {
    min-height: 1.08rem;
    gap: 0;
    padding-inline: 0.08rem;
  }

  body.luma-edge-refresh-page .luma-edge-proof-column[data-edge-mode-group] .luma-edge-proof-card > div::before,
  body.luma-edge-refresh-page .luma-edge-proof-card h3,
  body.luma-edge-refresh-page .luma-edge-proof-card p {
    display: none !important;
  }

  body.luma-edge-refresh-page .luma-edge-proof-card span {
    color: #7657e6;
    font-size: clamp(0.64rem, 2.7vw, 0.78rem);
    letter-spacing: 0.055em;
    line-height: 1.05;
    text-wrap: balance;
  }

  body.luma-edge-refresh-page .luma-edge-proof-image {
    aspect-ratio: 1.58 / 1;
    min-height: clamp(6.7rem, 25vw, 9.1rem);
  }

  body.luma-edge-refresh-page .luma-edge-proof-image-photo-device {
    overflow: hidden;
  }

  body.luma-edge-refresh-page .luma-edge-proof-card--projection .luma-edge-device-photo-shell {
    width: 118%;
    height: 118%;
    margin: -4% -9% -7%;
  }
}

/* Edge mode gallery mobile projection ratio lock */
@media (max-width: 820px) {
  body.luma-edge-refresh-page .luma-edge-proof-card--projection .luma-edge-proof-image {
    aspect-ratio: 2 / 1 !important;
    min-height: 0 !important;
  }

  body.luma-edge-refresh-page .luma-edge-proof-card--projection .luma-edge-device-photo-shell {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    transform: scale(1.08);
    transform-origin: center center;
  }
}

/* Shop product runway refresh */
body[data-site-page="shop"].home-v2-storefront-page {
  background:
    radial-gradient(circle at 18% -6%, rgba(133, 102, 255, 0.13), transparent 30rem),
    radial-gradient(circle at 82% 5%, rgba(202, 185, 255, 0.08), transparent 28rem),
    linear-gradient(180deg, #07060b 0%, #100e16 34%, #09080d 100%);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-hero {
  padding: clamp(0.85rem, 2vw, 1.35rem) 0 clamp(0.7rem, 1.7vw, 1.1rem);
  border-bottom: 1px solid rgba(235, 228, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0));
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-hero-inner {
  display: grid;
  grid-template-columns: minmax(14.5rem, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(0.85rem, 2.2vw, 1.45rem);
  align-items: center;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-copy {
  max-width: 34rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  text-align: left;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-copy::before,
body[data-site-page="shop"].home-v2-storefront-page .shop-runway-copy::after {
  display: none;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-copy .eyebrow {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(216, 202, 255, 0.84);
  font-size: 0.74rem;
  letter-spacing: 0;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-copy h1 {
  max-width: 18ch;
  margin: 0.38rem 0 0;
  color: #fff;
  font-size: clamp(1.32rem, 2.1vw, 1.74rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-align: left;
  text-wrap: balance;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-copy p {
  max-width: 33rem;
  margin: 0.55rem 0 0;
  color: rgba(245, 242, 255, 0.7);
  font-size: 0.86rem;
  line-height: 1.5;
  text-align: left;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-console-panel {
  min-width: 0;
  border: 1px solid rgba(236, 226, 255, 0.13);
  border-radius: 8px;
  padding: 0.62rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.024)),
    rgba(8, 9, 14, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 54px rgba(0, 0, 0, 0.26);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-console-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.08rem 0.16rem 0.6rem;
  color: rgba(246, 241, 255, 0.74);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-status,
body[data-site-page="shop"].home-v2-storefront-page .shop-source-head small {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  color: rgba(143, 236, 190, 0.9);
  white-space: nowrap;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-status::before,
body[data-site-page="shop"].home-v2-storefront-page .shop-source-head small::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #55df9a;
  box-shadow: 0 0 14px rgba(85, 223, 154, 0.64);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.96fr 0.96fr 1fr;
  gap: 0.52rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 8.2rem;
  flex-direction: column;
  gap: 0.44rem;
  overflow: hidden;
  border: 1px solid rgba(236, 226, 255, 0.12);
  border-radius: 8px;
  padding: 0.7rem;
  color: inherit;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.086), rgba(255, 255, 255, 0.024)),
    rgba(15, 15, 24, 0.92);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, rgba(117, 168, 255, 0.8), rgba(216, 189, 255, 0.18));
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode[data-live-state="loading"] {
  border-color: rgba(255, 255, 255, 0.12);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode[data-live-state="error"] .shop-source-head small,
body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode[data-live-state="stale"] .shop-source-head small {
  color: rgba(255, 205, 135, 0.9);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode[data-live-state="error"] .shop-source-head small::before,
body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode[data-live-state="stale"] .shop-source-head small::before {
  background: #ffbf66;
  box-shadow: 0 0 12px rgba(255, 191, 102, 0.48);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode-score::before {
  background: linear-gradient(90deg, rgba(97, 174, 255, 0.95), rgba(255, 255, 255, 0.16));
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode-market::before {
  background: linear-gradient(90deg, rgba(143, 236, 190, 0.95), rgba(117, 168, 255, 0.18));
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode-crypto::before {
  background: linear-gradient(90deg, rgba(216, 189, 255, 0.95), rgba(143, 236, 190, 0.18));
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode-calendar::before {
  background: linear-gradient(90deg, rgba(255, 197, 111, 0.95), rgba(216, 189, 255, 0.18));
}

body[data-site-page="shop"].home-v2-storefront-page .shop-source-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  color: rgba(246, 241, 255, 0.9);
  font-size: 0.66rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-source-head small {
  color: rgba(143, 236, 190, 0.88);
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: none;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-kicker {
  color: rgba(216, 189, 255, 0.82);
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-score-board {
  display: grid;
  gap: 0.28rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  padding: 0.44rem;
  background: rgba(0, 0, 0, 0.2);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-score-line,
body[data-site-page="shop"].home-v2-storefront-page .shop-ticker-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  color: rgba(246, 241, 255, 0.78);
  font-size: 0.75rem;
  line-height: 1;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-score-line span,
body[data-site-page="shop"].home-v2-storefront-page .shop-ticker-line span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-score-line strong {
  color: #fff;
  font-size: 1.18rem;
  font-weight: 950;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-ticker-line strong {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 950;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-market-primary {
  display: grid;
  gap: 0.22rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-market-primary strong {
  color: rgba(246, 241, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-market-primary span {
  color: #fff;
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  font-weight: 950;
  line-height: 1;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-ticker-up {
  color: #77e3a2;
  font-weight: 950;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-ticker-down {
  color: #ff9f88;
  font-weight: 950;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-ticker-flat {
  color: #8fc7ff;
  font-weight: 950;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-calendar-date {
  display: block;
  color: #fff;
  font-size: clamp(1.1rem, 1.8vw, 1.34rem);
  font-weight: 950;
  line-height: 1;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-calendar-event {
  color: rgba(246, 241, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.2;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode small:not([data-live-card-status]) {
  margin-top: auto;
  color: rgba(246, 241, 255, 0.58);
  font-size: 0.66rem;
  font-weight: 850;
  line-height: 1.1;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-console-foot {
  margin-top: 0.56rem;
  padding: 0.12rem 0.18rem 0;
  color: rgba(246, 241, 255, 0.58);
  font-size: 0.68rem;
  line-height: 1.35;
}

@media (hover: hover) {
  body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode:hover {
    transform: translateY(-2px);
    border-color: rgba(216, 189, 255, 0.28);
    background:
      linear-gradient(160deg, rgba(216, 189, 255, 0.12), rgba(255, 255, 255, 0.032)),
      rgba(18, 16, 27, 0.9);
  }
}
body[data-site-page="shop"].home-v2-storefront-page .shop-catalog-section {
  padding-block: clamp(1.9rem, 2.6vw, 2.1rem);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.6vw, 1rem);
  align-items: stretch;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .shop-runway-product-card {
  grid-column: auto;
  display: flex;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  border-color: rgba(230, 218, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.024)),
    linear-gradient(180deg, rgba(19, 17, 29, 0.97), rgba(8, 8, 14, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 70px rgba(0, 0, 0, 0.34);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-listing-link {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  width: 100%;
  height: 100%;
  padding: 0.72rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-media {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(236, 226, 255, 0.12);
  border-radius: 8px;
  background: #09080f;
  box-shadow: none;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-media::before {
  content: none;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-media::after {
  height: 52%;
  background: linear-gradient(180deg, rgba(8, 9, 15, 0), rgba(8, 9, 15, 0.72));
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .media-frame-window {
  min-height: 0;
  height: auto;
  aspect-ratio: 1 / 0.76;
  border: 0;
  border-radius: inherit;
  background: #09080f;
  box-shadow: none;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .media-frame-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-media-label {
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 0.54rem;
  z-index: 3;
  color: #f7f1ff;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1.12;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-preview-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.52rem;
  order: 2;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-preview-thumb {
  display: block;
  width: 100%;
  height: clamp(3.7rem, 5vw, 4.35rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-preview-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.65rem;
  order: 3;
  padding: 0.15rem 0.08rem 0.15rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-showroom-label {
  color: #d8bdff;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.45rem;
  align-items: start;
  margin: 0;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-topline .pill {
  width: max-content;
  max-width: 100%;
  padding: 0.34rem 0.52rem;
  overflow: hidden;
  color: rgba(238, 231, 255, 0.82);
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .price {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .price-prefix {
  color: rgba(246, 241, 255, 0.64);
  font-size: 0.72rem;
  font-weight: 800;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .price-compare {
  color: rgba(246, 241, 255, 0.5);
  font-size: 0.74rem;
  font-weight: 800;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.16rem, 1.55vw, 1.38rem);
  line-height: 1.04;
  letter-spacing: 0;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-intro {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: rgba(246, 241, 255, 0.67);
  font-size: 0.84rem;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-showroom-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-showroom-chips li {
  border: 1px solid rgba(216, 189, 255, 0.16);
  border-radius: 999px;
  padding: 0.28rem 0.46rem;
  color: rgba(246, 241, 255, 0.68);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-link-row {
  margin-top: 0.1rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-link-inline {
  width: 100%;
  min-height: 2.35rem;
  border-radius: 999px;
  justify-content: center;
  font-size: 0.78rem;
}

@media (hover: hover) {
  body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .shop-runway-product-card:hover {
    transform: translateY(-5px);
    border-color: rgba(202, 185, 255, 0.27);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 28px 82px rgba(0, 0, 0, 0.42);
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .shop-runway-product-card:hover .media-frame-window img {
    transform: scale(1.045);
    filter: saturate(1.08) contrast(1.03);
  }
}

@media (max-width: 1120px) {
  body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode {
    min-height: 6.45rem;
  }

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

@media (max-width: 760px) {
  body[data-site-page="shop"].home-v2-storefront-page .shop-runway-hero {
    padding: calc(var(--header-height) + 0.62rem) 0 0.72rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-runway-hero-inner {
    grid-template-columns: 1fr;
    gap: 0.66rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-runway-copy h1 {
    font-size: 1.24rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-runway-copy p {
    max-width: 34rem;
    margin-top: 0.42rem;
    font-size: 0.78rem;
    line-height: 1.42;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-console-panel {
    padding: 0.48rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-console-top {
    padding-bottom: 0.48rem;
    font-size: 0.64rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.42rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode {
    min-height: 5.75rem;
    padding: 0.56rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-kicker,
  body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode small {
    font-size: 0.6rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-score-line,
  body[data-site-page="shop"].home-v2-storefront-page .shop-ticker-line {
    font-size: 0.67rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-score-line strong,
  body[data-site-page="shop"].home-v2-storefront-page .shop-calendar-date {
    font-size: 0.98rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-ticker-line strong,
  body[data-site-page="shop"].home-v2-storefront-page .shop-calendar-event {
    font-size: 0.72rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-console-foot {
    font-size: 0.62rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products.product-grid {
    grid-template-columns: 1fr;
  }
}
/* Shop compact live strip section */
body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip.shop-runway-hero {
  overflow: visible;
  border-bottom: 1px solid rgba(23, 21, 34, 0.08);
  background: linear-gradient(180deg, #fbfaf7 0%, #f3f1f8 100%);
  color: #171522;
  padding: clamp(1.05rem, 2.2vw, 1.55rem) 0 clamp(0.9rem, 1.8vw, 1.25rem);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.82rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip-copy {
  display: grid;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.58fr);
  gap: 0.38rem clamp(1.4rem, 5vw, 5.5rem);
  align-items: end;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
  text-align: left;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip.shop-runway-hero .shop-live-strip-copy {
  margin-inline: 0;
  text-align: left;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-runway-copy .eyebrow {
  grid-column: 1 / -1;
  justify-self: start;
  color: #7357d7;
  font-size: 0.68rem;
  font-weight: 950;
  text-align: left;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-runway-copy h1 {
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0 0 0.06em;
  overflow: visible;
  color: #171522;
  font-size: clamp(1.34rem, 2.15vw, 1.96rem);
  line-height: 1.14;
  text-align: left;
  text-wrap: balance;
  white-space: normal;
  overflow-wrap: normal;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-runway-copy p {
  min-width: 0;
  max-width: none;
  margin: 0;
  overflow: visible;
  color: rgba(23, 21, 34, 0.64);
  font-size: 0.9rem;
  line-height: 1.48;
  justify-self: end;
  text-align: right;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip-board {
  min-width: 0;
  overflow: visible;
  border: 1px solid rgba(31, 28, 55, 0.11);
  border-radius: 8px;
  padding: 0.58rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 38px rgba(31, 28, 55, 0.1);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-board-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  padding: 0 0.08rem 0.52rem;
  color: rgba(23, 21, 34, 0.66);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-board-top > div {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-board-label {
  color: #7357d7;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-board-top strong {
  color: #171522;
  font-size: 0.86rem;
  font-weight: 950;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-board-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-carousel-toggle {
  display: none;
  min-height: 2.75rem;
  padding: 0.5rem 0.72rem;
  border: 1px solid rgba(64, 46, 128, 0.22);
  border-radius: 999px;
  color: #3c2b78;
  background: #ffffff;
  font-family: inherit;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-status,
body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-source-head small {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  color: #087c59;
  font-size: 0.62rem;
  font-weight: 900;
  white-space: nowrap;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-status::before,
body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-source-head small::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #12b981;
  box-shadow: 0 0 0 3px rgba(18, 185, 129, 0.11);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 1.24fr) minmax(14rem, 1fr) minmax(12rem, 0.82fr) minmax(10rem, 0.74fr);
  gap: 0.52rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-mode {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 7.1rem;
  flex-direction: column;
  gap: 0.36rem;
  overflow: hidden;
  border: 1px solid rgba(31, 28, 55, 0.1);
  border-radius: 8px;
  padding: 0.62rem;
  color: #171522;
  background: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  box-shadow: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-mode::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: #7357d7;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-mode-score::before {
  background: #3767c8;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-mode-market::before {
  background: #0c9b6f;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-mode-crypto::before {
  background: #7357d7;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-mode-calendar::before {
  background: #d8871f;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-source-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  color: rgba(23, 21, 34, 0.56);
  font-size: 0.58rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-mode[data-live-state="error"] .shop-source-head small,
body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-mode[data-live-state="stale"] .shop-source-head small {
  color: #a45b00;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-mode[data-live-state="error"] .shop-source-head small::before,
body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-mode[data-live-state="stale"] .shop-source-head small::before {
  background: #f3a12f;
  box-shadow: 0 0 0 3px rgba(243, 161, 47, 0.14);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-kicker {
  color: rgba(23, 21, 34, 0.58);
  font-size: 0.62rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-score-board {
  display: grid;
  gap: 0.24rem;
  border: 0;
  border-radius: 0;
  padding: 0.05rem 0 0;
  background: transparent;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-score-team-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.55rem;
  border-bottom: 1px solid rgba(31, 28, 55, 0.08);
  padding: 0.26rem 0;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-team-identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.5rem;
  color: #171522;
  font-size: 0.92rem;
  font-weight: 950;
  line-height: 1;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-team-identity img {
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 auto;
  object-fit: contain;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-team-identity img:not([src]),
body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-team-identity img[src=""] {
  display: none;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-team-identity span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-score-line strong {
  color: #171522;
  font-size: 1.42rem;
  font-weight: 950;
  line-height: 0.95;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-market-primary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-market-primary strong,
body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-ticker-line strong {
  color: rgba(23, 21, 34, 0.72);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-market-primary span {
  color: #171522;
  font-size: 1.16rem;
  font-weight: 950;
  line-height: 1;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-market-sparkline {
  width: 100%;
  height: 2.05rem;
  margin: 0.05rem 0 0;
  overflow: visible;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-market-sparkline path {
  fill: none;
  stroke: #0c9b6f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-market-sparkline.is-down path {
  stroke: #c6472f;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-crypto-sparkline path {
  stroke: #7357d7;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-crypto-sparkline.is-down path {
  stroke: #c6472f;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-ticker-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  color: rgba(23, 21, 34, 0.64);
  font-size: 0.72rem;
  line-height: 1;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-ticker-up {
  color: #087c59;
  font-weight: 950;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-ticker-down {
  color: #c6472f;
  font-weight: 950;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-ticker-flat {
  color: #256fb7;
  font-weight: 950;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-calendar-date {
  color: #171522;
  font-size: 1.12rem;
  font-weight: 950;
  line-height: 1;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-calendar-event {
  color: rgba(23, 21, 34, 0.64);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.18;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-mode small:not([data-live-card-status]) {
  margin-top: auto;
  color: rgba(23, 21, 34, 0.52);
  font-size: 0.62rem;
  font-weight: 850;
  line-height: 1.15;
}

@media (hover: hover) {
  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-mode:hover {
    transform: translateY(-2px);
    border-color: rgba(115, 87, 215, 0.22);
    box-shadow: 0 12px 26px rgba(31, 28, 55, 0.1);
  }
}

@media (max-width: 1120px) {
  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip-copy {
    grid-template-columns: 1fr;
    margin-inline: 0;
    gap: 0.42rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-runway-copy .eyebrow {
    grid-column: auto;
  }

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

@media (max-width: 760px) {
  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip.shop-runway-hero {
    padding: calc(var(--header-height) + 0.72rem) 0 0.78rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-runway-copy h1 {
    font-size: 1.32rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-runway-copy p {
    font-size: 0.78rem;
    justify-self: stretch;
    text-align: left;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip-inner {
    gap: 0.55rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip-board {
    overflow: hidden;
    padding: 0.48rem;
    box-shadow: 0 10px 28px rgba(31, 28, 55, 0.09);
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-board-top {
    align-items: center;
    flex-direction: row;
    gap: 0.5rem;
    padding: 0 0.04rem 0.4rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-carousel-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-board-top > div {
    min-width: 0;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-board-top strong {
    display: none;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-status {
    font-size: 0.68rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip-grid {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    overflow: visible;
    touch-action: pan-y;
    transform: translate3d(calc(var(--shop-live-slide-index, 0) * -100%), 0, 0);
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-mode {
    min-height: 6.25rem;
    flex: 0 0 100%;
    padding: 0.58rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-mode:not(.is-active) {
    pointer-events: none;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-score-team-row {
    padding: 0.22rem 0;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-market-sparkline {
    height: 1.7rem;
  }
}

/* Shop screenshot-aligned showroom polish. */
body[data-site-page="shop"].home-v2-storefront-page {
  background: #05060d;
}

body[data-site-page="shop"].home-v2-storefront-page .home-v2-header {
  border-bottom: 1px solid rgba(245, 242, 255, 0.12);
  background: rgba(5, 6, 11, 0.97);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
}

body[data-site-page="shop"].home-v2-storefront-page .home-v2-header-inner {
  min-height: 4.55rem;
}

body[data-site-page="shop"].home-v2-storefront-page .home-v2-brand-mark {
  width: clamp(9rem, 12vw, 11rem);
  height: 2.7rem;
}

body[data-site-page="shop"].home-v2-storefront-page .home-v2-nav,
body[data-site-page="shop"].home-v2-storefront-page .home-v2-header-actions {
  gap: 0.35rem;
}

body[data-site-page="shop"].home-v2-storefront-page .home-v2-nav a,
body[data-site-page="shop"].home-v2-storefront-page .home-v2-nav-dropdown-trigger {
  padding: 0.58rem 0.96rem;
  color: rgba(247, 244, 255, 0.62);
  font-size: 0.92rem;
  font-weight: 760;
}

body[data-site-page="shop"].home-v2-storefront-page .home-v2-nav a.is-active,
body[data-site-page="shop"].home-v2-storefront-page .home-v2-nav a:hover,
body[data-site-page="shop"].home-v2-storefront-page .home-v2-nav-dropdown-trigger:hover,
body[data-site-page="shop"].home-v2-storefront-page .home-v2-nav-dropdown-trigger.is-active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 30px rgba(0, 0, 0, 0.22);
}

body[data-site-page="shop"].home-v2-storefront-page .home-v2-cart {
  height: 2.55rem;
  padding: 0 0.86rem;
  gap: 0.62rem;
  color: rgba(247, 244, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 820;
  background: rgba(255, 255, 255, 0.065);
}

body[data-site-page="shop"].home-v2-storefront-page .home-v2-cart-badge {
  min-width: 1.35rem;
  padding: 0.12rem 0.43rem;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
}

body[data-site-page="shop"].home-v2-storefront-page main {
  background:
    linear-gradient(rgba(210, 194, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 10% 18%, rgba(113, 82, 222, 0.2), transparent 28rem),
    radial-gradient(circle at 82% 16%, rgba(78, 48, 171, 0.12), transparent 34rem),
    linear-gradient(180deg, #0d0c18 0%, #070811 47%, #05060d 100%);
  background-size: 64px 64px, 64px 64px, auto, auto, auto;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip.shop-runway-hero {
  border-bottom: 1px solid rgba(28, 25, 41, 0.12);
  background:
    radial-gradient(circle at 12% 0%, rgba(130, 94, 226, 0.08), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f5f3f8 100%);
  padding: clamp(1.35rem, 2.35vw, 1.85rem) 0 clamp(1.1rem, 2vw, 1.35rem);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip-copy {
  gap: 0.44rem clamp(1.5rem, 5vw, 5.6rem);
  grid-template-columns: minmax(0, 1fr) minmax(21rem, 0.54fr);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-runway-copy .eyebrow {
  color: #7659de;
  font-size: 0.68rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-runway-copy h1 {
  color: #171522;
  font-size: clamp(1.55rem, 2.25vw, 2.04rem);
  font-weight: 900;
  line-height: 1.08;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-runway-copy p {
  max-width: 34rem;
  color: rgba(23, 21, 34, 0.56);
  font-size: 0.91rem;
  font-weight: 650;
  line-height: 1.34;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip-board {
  padding: 0.58rem;
  border-color: rgba(31, 28, 55, 0.1);
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 18px 45px rgba(31, 28, 55, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip-grid {
  grid-template-columns: minmax(18rem, 1.35fr) minmax(14rem, 1fr) minmax(13rem, 0.95fr) minmax(10rem, 0.82fr);
  gap: 0.54rem;
}

@media (min-width: 761px) and (max-width: 945px) {
  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-live-mode {
  min-height: 7.72rem;
  border-color: rgba(31, 28, 55, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

body[data-site-page="shop"].home-v2-storefront-page main > section.shop-catalog-section:nth-of-type(2) {
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(1.9rem, 2.6vw, 2.1rem);
  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="shop"].home-v2-storefront-page main > section.shop-catalog-section:nth-of-type(2)::before,
body[data-site-page="shop"].home-v2-storefront-page main > section.shop-catalog-section:nth-of-type(2)::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

body[data-site-page="shop"].home-v2-storefront-page main > section.shop-catalog-section:nth-of-type(2)::before {
  inset: 0;
  background:
    radial-gradient(34rem circle at 10% 18%, rgba(242, 239, 250, 0.2), transparent 68%),
    radial-gradient(38rem circle at 84% 14%, rgba(196, 148, 255, 0.28), transparent 66%),
    radial-gradient(30rem circle at 78% 82%, rgba(95, 72, 210, 0.26), transparent 68%);
  mix-blend-mode: screen;
  opacity: 0.95;
}

body[data-site-page="shop"].home-v2-storefront-page main > section.shop-catalog-section:nth-of-type(2)::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="shop"].home-v2-storefront-page main > section.shop-catalog-section:nth-of-type(2) > .container {
  position: relative;
  z-index: 2;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.88rem, 1.25vw, 1rem);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-listing-card {
  grid-column: auto;
  display: flex;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(230, 218, 255, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(20, 18, 30, 0.98), rgba(9, 9, 15, 0.99));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 70px rgba(0, 0, 0, 0.32);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-listing-link {
  gap: 0.68rem;
  padding: 0.74rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-media {
  border-color: rgba(236, 226, 255, 0.12);
  background: #09080f;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .media-frame-window {
  aspect-ratio: 1 / 0.76;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-sku-lumaglow-scroll .media-frame-window {
  aspect-ratio: 2 / 1;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-sku-lumaglow-scroll .media-frame-window img {
  object-fit: cover;
  object-position: 50% 50%;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-sku-lumaglow-scroll .product-card-preview-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-sku-lumaglow-scroll .product-card-preview-thumb {
  aspect-ratio: 2 / 1;
  height: auto;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-sku-lumaglow-scroll .product-card-preview-thumb img {
  object-position: 50% 60%;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-sku-lumaglow-scroll .product-card-preview-thumb:nth-child(2) img {
  object-position: 50% 56%;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-sku-lumaglow-scroll .product-card-preview-thumb:nth-child(3) img {
  object-position: 50% 66%;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-sku-lumaglow-scroll .product-card-preview-thumb:nth-child(4) img {
  object-position: 50% 61%;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-sku-lumaglow .media-frame-window {
  aspect-ratio: 5 / 4;
}
body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-sku-lumaglow .media-frame-window > img {
  transform: translate(var(--image-pan-x, 0%), var(--image-pan-y, 0%)) scale(var(--image-scale, 1));
  transform-origin: center center;
}


body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-sku-lumaglow .product-card-preview-thumb {
  aspect-ratio: 5 / 4;
  height: auto;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-media-label {
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.52rem;
  display: inline-flex;
  min-height: 1.58rem;
  align-items: center;
  border: 1px solid rgba(236, 226, 255, 0.18);
  border-radius: 999px;
  padding: 0.28rem 0.62rem;
  background: rgba(6, 7, 12, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 22px rgba(0, 0, 0, 0.24);
  color: #f8f4ff;
  font-size: 0.68rem;
  font-weight: 900;
  text-shadow: none;
  backdrop-filter: blur(10px);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-preview-strip {
  gap: 0.5rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-preview-thumb {
  height: clamp(3.75rem, 5vw, 4.45rem);
  border-color: rgba(236, 226, 255, 0.16);
  background: rgba(255, 255, 255, 0.045);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-body {
  gap: 0.54rem;
  padding: 0.05rem 0.02rem 0;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-showroom-label {
  color: #d9c3ff;
  font-size: 0.66rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-topline {
  gap: 0.36rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-topline .pill {
  padding: 0.3rem 0.52rem;
  border-color: rgba(236, 226, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(246, 241, 255, 0.78);
  font-size: 0.67rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .price {
  display: grid;
  align-items: start;
  gap: 0.14rem;
  color: #ffffff;
  line-height: 1;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .price-prefix {
  color: rgba(246, 241, 255, 0.62);
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .price-amount {
  display: block;
  font-size: 1.42rem;
  font-weight: 950;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .price-compare {
  display: block;
  color: rgba(246, 241, 255, 0.48);
  font-size: 0.76rem;
  font-weight: 850;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-title {
  font-size: clamp(1.28rem, 1.55vw, 1.55rem);
  font-weight: 900;
  line-height: 1.03;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-intro {
  color: rgba(246, 241, 255, 0.64);
  font-size: 0.84rem;
  line-height: 1.48;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-showroom-chips {
  gap: 0.34rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-showroom-chips li {
  border-color: rgba(236, 226, 255, 0.16);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(246, 241, 255, 0.66);
  font-size: 0.66rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-link-row {
  justify-content: center;
  margin-top: 0.55rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-link-inline {
  width: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  background: none;
  background-image: none;
  color: #f8f4ff;
  font-size: 0.78rem;
  font-weight: 950;
  box-shadow: none;
  backdrop-filter: none;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-link-inline::after {
  content: none;
}

@media (hover: hover) {
  body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-listing-card:hover {
    transform: translateY(-5px);
    border-color: rgba(202, 185, 255, 0.28);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 28px 82px rgba(0, 0, 0, 0.42);
  }
}

@media (max-width: 1120px) {
  body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products.product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip.shop-runway-hero {
    padding: calc(var(--header-height) + 0.72rem) 0 0.82rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip-copy {
    grid-template-columns: 1fr;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-runway-copy h1 {
    font-size: 1.42rem;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-live-strip .shop-runway-copy p {
    max-width: none;
    font-size: 0.8rem;
    text-align: left;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products.product-grid {
    grid-template-columns: 1fr;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-preview-strip {
    display: grid !important;
  }

  body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-preview-thumb {
    height: clamp(3.3rem, 18vw, 4.25rem);
  }
}

/* Contact storefront refresh: CSS-only layout pass; SEO copy and editor hooks stay in markup. */
body[data-site-page="contact"].home-v2-storefront-page {
  --contact-dark: var(--brand-black);
  --contact-cream: var(--brand-white-soft);
  --contact-paper: var(--brand-white);
  --contact-ink: var(--brand-ink);
  --contact-muted-dark: var(--brand-muted-dark);
  --contact-muted-light: var(--brand-muted-light);
  --contact-line-dark: var(--brand-line-dark);
  --contact-line-light: var(--brand-line-light);
  overflow-x: hidden;
  background: var(--contact-dark);
  color: #ffffff;
  font-family: var(--home-v2-font-body, var(--font-body));
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-header {
  border-bottom-color: rgba(245, 242, 255, 0.12);
  background: rgba(5, 6, 11, 0.96);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-main {
  background:
    linear-gradient(rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    radial-gradient(44rem circle at 10% 10%, rgba(130, 94, 226, 0.22), transparent 62%),
    radial-gradient(36rem circle at 88% 8%, rgba(202, 185, 255, 0.12), transparent 60%),
    linear-gradient(180deg, #0d0c18 0%, #07070b 48%, #05060d 100%);
  background-size: 64px 64px, 64px 64px, auto, auto, auto;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-main::before {
  opacity: 0.18;
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 76%);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-main::after {
  opacity: 0.86;
  background:
    radial-gradient(36rem circle at 18% 18%, rgba(242, 239, 250, 0.12), transparent 70%),
    radial-gradient(38rem circle at 78% 12%, rgba(124, 96, 255, 0.16), transparent 68%),
    radial-gradient(42rem circle at 72% 88%, rgba(83, 48, 143, 0.2), transparent 68%);
}

body[data-site-page="contact"].home-v2-storefront-page .seo-container {
  max-width: 1220px;
  padding-inline: clamp(1rem, 3vw, 2rem);
}

body[data-site-page="contact"].home-v2-storefront-page h1,
body[data-site-page="contact"].home-v2-storefront-page h2,
body[data-site-page="contact"].home-v2-storefront-page h3 {
  font-family: var(--home-v2-font-display, var(--font-display));
  font-weight: 900;
  letter-spacing: 0;
}

body[data-site-page="contact"].home-v2-storefront-page .seo-breadcrumbs {
  margin-bottom: 0.9rem;
  color: rgba(246, 241, 255, 0.54);
  font-size: 0.78rem;
  font-weight: 750;
}

body[data-site-page="contact"].home-v2-storefront-page .seo-breadcrumbs a {
  color: rgba(246, 241, 255, 0.78);
}

body[data-site-page="contact"].home-v2-storefront-page .seo-kicker,
body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.46rem;
  margin-bottom: 0.82rem;
  border: 1px solid rgba(202, 185, 255, 0.2);
  border-radius: 999px;
  padding: 0.42rem 0.62rem;
  background: rgba(255, 255, 255, 0.07);
  color: #d9c3ff;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-hero {
  min-height: 0;
  padding: clamp(2.7rem, 5vw, 5rem) 0 clamp(3rem, 5.4vw, 5.8rem);
  border-bottom: 1px solid rgba(236, 226, 255, 0.1);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-backdrop {
  display: none;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(24rem, 0.58fr);
  gap: clamp(1.35rem, 3vw, 2.4rem);
  align-items: stretch;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-copy {
  display: flex;
  max-width: none;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-copy h1 {
  max-width: 12.5ch;
  color: #ffffff;
  font-size: clamp(2.95rem, 6vw, 5.7rem);
  font-weight: 950;
  line-height: 0.92;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-lead {
  max-width: 60ch;
  margin-top: 1.05rem;
  color: var(--contact-muted-dark);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  font-weight: 620;
  line-height: 1.56;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-actions {
  gap: 0.66rem;
  margin-top: 1.42rem;
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-cta,
body[data-site-page="contact"].home-v2-storefront-page .home-v2-form-button {
  min-height: 2.8rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 900;
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-cta {
  padding: 0.78rem 1.04rem;
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-cta-primary,
body[data-site-page="contact"].home-v2-storefront-page .home-v2-form-button {
  border-color: rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, #f5ecff 0%, #cbb9ff 48%, #8f6dff 100%);
  color: #15111f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), 0 18px 42px rgba(116, 83, 221, 0.28);
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-cta-secondary {
  border-color: rgba(223, 205, 255, 0.18);
  background: rgba(255, 255, 255, 0.065);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-proof-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
  max-width: 48rem;
  margin-top: 1.28rem;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-proof-row div {
  border: 1px solid var(--contact-line-dark);
  border-radius: 8px;
  padding: 0.82rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)), rgba(10, 10, 18, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-proof-row dt {
  margin-bottom: 0.36rem;
  color: #d9c3ff;
  font-size: 0.66rem;
  font-weight: 950;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-proof-row dd {
  color: rgba(246, 241, 255, 0.66);
  font-size: 0.8rem;
  font-weight: 640;
  line-height: 1.38;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-visual-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  align-items: stretch;
  gap: 0.62rem;
  width: 100%;
  max-width: 43rem;
  margin-top: 1rem;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-visual {
  width: 100%;
  max-width: none;
  border-color: rgba(236, 226, 255, 0.16);
  border-radius: 8px;
  background: #080811;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 20px 54px rgba(0, 0, 0, 0.34);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-visual-large {
  aspect-ratio: 1.56 / 1;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-page-visual-small {
  aspect-ratio: 1 / 1;
}
body[data-site-page="contact"].home-v2-storefront-page .contact-page-visual :is(img, video) {
  object-fit: contain;
  object-position: 50% 50%;
}


body[data-site-page="contact"].home-v2-storefront-page .contact-page-visual::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%, rgba(5, 5, 9, 0.26)), radial-gradient(circle at 28% 18%, rgba(202, 185, 255, 0.16), transparent 48%);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-panel {
  align-self: center;
  max-width: none;
  border-color: rgba(236, 226, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.032)), linear-gradient(180deg, rgba(18, 17, 29, 0.98), rgba(8, 8, 15, 0.99));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 28px 82px rgba(0, 0, 0, 0.42);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-panel-glow {
  opacity: 0.82;
  background: radial-gradient(28rem circle at 8% 0%, rgba(202, 185, 255, 0.18), transparent 66%), radial-gradient(24rem circle at 100% 100%, rgba(143, 109, 255, 0.16), transparent 68%);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-panel-grid {
  opacity: 0.2;
  background-size: 38px 38px;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-panel-inner {
  padding: clamp(1rem, 2vw, 1.4rem);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-pill {
  margin-bottom: 0;
  color: rgba(246, 241, 255, 0.82);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-panel h2 {
  max-width: 17ch;
  margin-top: 0.9rem;
  font-size: clamp(1.58rem, 2.4vw, 2.05rem);
  line-height: 1.04;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-copy {
  max-width: none;
  margin-top: 0.72rem;
  color: rgba(246, 241, 255, 0.66);
  font-size: 0.9rem;
  font-weight: 620;
  line-height: 1.52;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-form-grid {
  gap: 0.74rem;
  margin-top: 1.08rem;
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-field {
  gap: 0.38rem;
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-field label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-field input,
body[data-site-page="contact"].home-v2-storefront-page .home-v2-field textarea {
  border-color: rgba(236, 226, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
  padding: 0.82rem 0.86rem;
  font-size: 0.92rem;
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-field textarea {
  min-height: 9.6rem;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-field-helper {
  color: rgba(246, 241, 255, 0.5);
  font-size: 0.76rem;
  line-height: 1.42;
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-form-actions {
  margin-top: 0.02rem;
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-form-button {
  padding: 0.84rem 1.1rem;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-notes-section {
  padding: clamp(3.4rem, 6vw, 5.2rem) 0;
  border-block: 1px solid rgba(31, 28, 55, 0.1);
  background: radial-gradient(40rem circle at 12% 6%, rgba(130, 94, 226, 0.08), transparent 62%), linear-gradient(180deg, var(--contact-paper) 0%, var(--contact-cream) 100%);
  color: var(--contact-ink);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-notes-section .seo-kicker {
  border-color: rgba(118, 89, 222, 0.16);
  background: rgba(118, 89, 222, 0.075);
  color: #7659de;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-section-heading,
body[data-site-page="contact"].home-v2-storefront-page .contact-path-copy {
  max-width: 54rem;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-section-heading h2 {
  max-width: 15ch;
  color: var(--contact-ink);
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 0.98;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-section-heading p:not(.seo-kicker) {
  max-width: 62ch;
  color: var(--contact-muted-light);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.56;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-notes-grid {
  gap: 0.74rem;
  margin-top: 1.45rem;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-notes-grid article {
  display: flex;
  min-height: 15.5rem;
  flex-direction: column;
  border-color: var(--contact-line-light);
  border-radius: 8px;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)), #ffffff;
  box-shadow: 0 16px 34px rgba(31, 28, 55, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-notes-grid article::before {
  opacity: 0.7;
  background: linear-gradient(145deg, rgba(118, 89, 222, 0.08), transparent 42%);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-notes-grid article > span {
  width: fit-content;
  border: 1px solid rgba(118, 89, 222, 0.14);
  border-radius: 999px;
  padding: 0.28rem 0.46rem;
  background: rgba(118, 89, 222, 0.07);
  color: #7659de;
  font-size: 0.66rem;
  font-weight: 950;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-notes-grid h3 {
  margin-top: auto;
  padding-top: 2rem;
  color: var(--contact-ink);
  font-size: clamp(1.12rem, 1.45vw, 1.34rem);
  line-height: 1.08;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-notes-grid p {
  color: var(--contact-muted-light);
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.48;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-path-section {
  padding: clamp(3.4rem, 6vw, 5.4rem) 0 clamp(4.4rem, 7vw, 6.4rem);
  background: radial-gradient(40rem circle at 18% 12%, rgba(202, 185, 255, 0.13), transparent 66%), radial-gradient(34rem circle at 90% 12%, rgba(124, 96, 255, 0.16), transparent 64%), linear-gradient(180deg, #07070b 0%, #0b0a12 100%);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-path-grid {
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(1rem, 3vw, 2.2rem);
  align-items: center;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-path-copy h2 {
  max-width: 12ch;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 0.98;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-path-copy p:not(.seo-kicker) {
  max-width: 49ch;
  color: var(--contact-muted-dark);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.56;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-link-list {
  gap: 0.72rem;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-link-list a {
  min-height: 7.1rem;
  border-color: rgba(236, 226, 255, 0.14);
  border-radius: 8px;
  padding: 0.94rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026)), linear-gradient(180deg, rgba(20, 18, 30, 0.98), rgba(9, 9, 15, 0.99));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 48px rgba(0, 0, 0, 0.24);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-link-list a::before {
  content: "";
  position: absolute;
  right: 0.95rem;
  top: 0.95rem;
  width: 0.45rem;
  height: 0.45rem;
  border-top: 2px solid rgba(246, 241, 255, 0.72);
  border-right: 2px solid rgba(246, 241, 255, 0.72);
  transform: rotate(45deg);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-link-list a:hover,
body[data-site-page="contact"].home-v2-storefront-page .contact-link-list a:focus-visible {
  border-color: rgba(202, 185, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 24px 64px rgba(0, 0, 0, 0.32);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-link-list span {
  max-width: calc(100% - 1.4rem);
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 900;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-link-list small {
  color: rgba(246, 241, 255, 0.62);
  font-size: 0.8rem;
  font-weight: 650;
  line-height: 1.4;
}

@media (hover: hover) {
  body[data-site-page="contact"].home-v2-storefront-page .contact-page-visual:hover,
  body[data-site-page="contact"].home-v2-storefront-page .contact-notes-grid article:hover,
  body[data-site-page="contact"].home-v2-storefront-page .contact-link-list a:hover {
    transform: translateY(-3px);
  }

  body[data-site-page="contact"].home-v2-storefront-page .contact-page-visual,
  body[data-site-page="contact"].home-v2-storefront-page .contact-notes-grid article,
  body[data-site-page="contact"].home-v2-storefront-page .contact-link-list a {
    transition: transform 320ms var(--storefront-motion-ease-out), border-color 220ms var(--storefront-motion-ease-soft), box-shadow 320ms var(--storefront-motion-ease-out);
  }
}

@media (max-width: 1060px) {
  body[data-site-page="contact"].home-v2-storefront-page .contact-page-grid,
  body[data-site-page="contact"].home-v2-storefront-page .contact-path-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-panel {
    align-self: stretch;
  }

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

@media (max-width: 720px) {
  body[data-site-page="contact"].home-v2-storefront-page .seo-container {
    max-width: none;
    padding-inline: 1rem;
  }

  body[data-site-page="contact"].home-v2-storefront-page .contact-page-hero {
    padding: 2rem 0 3rem;
  }

  body[data-site-page="contact"].home-v2-storefront-page .contact-page-copy,
  body[data-site-page="contact"].home-v2-storefront-page .contact-page-actions,
  body[data-site-page="contact"].home-v2-storefront-page .contact-page-proof-row,
  body[data-site-page="contact"].home-v2-storefront-page .contact-page-visual-strip,
  body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-panel,
  body[data-site-page="contact"].home-v2-storefront-page .contact-section-heading,
  body[data-site-page="contact"].home-v2-storefront-page .contact-notes-grid,
  body[data-site-page="contact"].home-v2-storefront-page .contact-path-grid,
  body[data-site-page="contact"].home-v2-storefront-page .contact-link-list {
    width: auto;
    max-width: none;
  }

  body[data-site-page="contact"].home-v2-storefront-page .contact-page-copy h1 {
    font-size: clamp(2.45rem, 12vw, 3.65rem);
  }

  body[data-site-page="contact"].home-v2-storefront-page .contact-page-lead {
    max-width: none;
    font-size: 0.94rem;
  }

  body[data-site-page="contact"].home-v2-storefront-page .contact-page-actions,
  body[data-site-page="contact"].home-v2-storefront-page .contact-page-proof-row,
  body[data-site-page="contact"].home-v2-storefront-page .contact-form-grid,
  body[data-site-page="contact"].home-v2-storefront-page .contact-link-list {
    grid-template-columns: minmax(0, 1fr);
  }

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

  body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-panel-inner {
    padding: 1rem;
  }

  body[data-site-page="contact"].home-v2-storefront-page .contact-section-heading h2,
  body[data-site-page="contact"].home-v2-storefront-page .contact-path-copy h2 {
    max-width: none;
    font-size: clamp(1.85rem, 9vw, 2.55rem);
  }

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

  body[data-site-page="contact"].home-v2-storefront-page .contact-notes-grid article {
    min-height: 0;
  }

  body[data-site-page="contact"].home-v2-storefront-page .contact-notes-grid h3 {
    padding-top: 1.7rem;
  }
}

@media (max-width: 520px) {
  body[data-site-page="contact"].home-v2-storefront-page .contact-page-proof-row {
    grid-template-columns: minmax(0, 1fr);
  }

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

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

  body[data-site-page="contact"].home-v2-storefront-page .contact-inquiry-panel h2 {
    font-size: 1.65rem;
  }
}

/* Contact refinements from homepage showroom patterns */
body[data-site-page="contact"].home-v2-storefront-page .home-v2-cta,
body[data-site-page="contact"].home-v2-storefront-page .home-v2-form-button {
  gap: 0.55rem;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-cta > *,
body[data-site-page="contact"].home-v2-storefront-page .home-v2-form-button > * {
  position: relative;
  z-index: 1;
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-cta-primary,
body[data-site-page="contact"].home-v2-storefront-page .home-v2-form-button {
  border: 1px solid rgba(246, 224, 255, 0.22);
  background: linear-gradient(135deg, rgba(232, 101, 255, 0.98), rgba(153, 112, 255, 0.98));
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 34px rgba(194, 107, 255, 0.34);
  animation: ctaBreath 8s ease-in-out infinite;
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-cta-secondary {
  border: 1px solid rgba(223, 205, 255, 0.18);
  background: linear-gradient(180deg, rgba(66, 43, 110, 0.52), rgba(29, 20, 50, 0.56));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 28px rgba(133, 97, 228, 0.16);
  backdrop-filter: blur(18px);
}

body[data-site-page="contact"].home-v2-storefront-page .home-v2-cta-primary::before,
body[data-site-page="contact"].home-v2-storefront-page .home-v2-form-button::before {
  content: "";
  position: absolute;
  inset: -45% -30%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(104deg, transparent 35%, rgba(255, 255, 255, 0.36) 48%, transparent 62%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translate3d(-130%, 0, 0) skewX(-18deg);
  animation: ctaSheen 4.4s var(--home-v2-motion-ease-soft) 1.4s infinite;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-notes-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--storefront-paper-bg);
  color: var(--storefront-paper-ink);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-notes-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[data-site-page="contact"].home-v2-storefront-page .contact-notes-section > .seo-container {
  position: relative;
  z-index: 1;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-notes-section .seo-kicker {
  border-color: rgba(118, 89, 222, 0.16);
  background: rgba(118, 89, 222, 0.07);
  color: #5f3b93;
}

body[data-site-page="contact"].home-v2-storefront-page .contact-section-heading h2 {
  color: var(--storefront-paper-ink);
}

body[data-site-page="contact"].home-v2-storefront-page .contact-section-heading p:not(.seo-kicker),
body[data-site-page="contact"].home-v2-storefront-page .contact-notes-grid p {
  color: var(--storefront-paper-muted);
}

@media (max-width: 720px), (pointer: coarse) {
  body[data-site-page="contact"].home-v2-storefront-page .home-v2-cta-primary,
  body[data-site-page="contact"].home-v2-storefront-page .home-v2-cta-primary::before,
  body[data-site-page="contact"].home-v2-storefront-page .home-v2-form-button,
  body[data-site-page="contact"].home-v2-storefront-page .home-v2-form-button::before {
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-site-page="contact"].home-v2-storefront-page .home-v2-cta-primary,
  body[data-site-page="contact"].home-v2-storefront-page .home-v2-cta-primary::before,
  body[data-site-page="contact"].home-v2-storefront-page .home-v2-form-button,
  body[data-site-page="contact"].home-v2-storefront-page .home-v2-form-button::before {
    animation: none;
  }
}

body[data-site-page="home"] .showroom-review-mention-row {
  margin-top: 0.55rem;
}

body.luma-scroll-refresh-page .luma-scroll-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.35rem;
}

body.luma-scroll-refresh-page .luma-scroll-hero-actions .button,
body.luma-scroll-refresh-page .luma-scroll-hero-actions .button-secondary {
  min-height: 2.85rem;
}

body.luma-scroll-refresh-page .luma-scroll-hero-price {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.35rem;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.38);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

body.luma-scroll-refresh-page .luma-scroll-hero-price s {
  color: rgba(255, 255, 255, 0.58);
  font-weight: 700;
}

@media (max-width: 640px) {

  body.luma-scroll-refresh-page .luma-scroll-hero-actions {
    align-items: stretch;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-actions .button,
  body.luma-scroll-refresh-page .luma-scroll-hero-actions .button-secondary {
    width: 100%;
  }
}
/* Luma product hero copy fit tuning */
@media (min-width: 821px) {
  body.luma-scroll-refresh-page .luma-scroll-hero-content,
  body.luma-edge-refresh-page .luma-edge-hero-content {
    gap: clamp(0.62rem, 1.75svh, 1.25rem);
    padding-block: clamp(1rem, 2.25svh, 1.6rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy,
  body.luma-edge-refresh-page .luma-edge-hero-copy {
    width: min(100%, clamp(22rem, 28vw, 30rem));
    gap: clamp(0.46rem, 1.05svh, 0.78rem);
    margin-top: clamp(0.85rem, 5.25svh, 4.25rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy h1 {
    font-size: clamp(3rem, 5.3vw, 5rem);
  }

  body.luma-edge-refresh-page .luma-edge-hero-copy h1 {
    font-size: clamp(3rem, 5.1vw, 4.9rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy .luma-hero-lede,
  body.luma-edge-refresh-page .luma-edge-hero-copy .luma-hero-lede {
    font-size: clamp(1.28rem, 2.25vw, 2rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-actions,
  body.luma-edge-refresh-page .luma-edge-hero-actions {
    gap: clamp(0.45rem, 0.8vw, 0.68rem);
    margin-top: clamp(0.04rem, 0.55svh, 0.36rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-actions .button,
  body.luma-scroll-refresh-page .luma-scroll-hero-actions .button-secondary,
  body.luma-edge-refresh-page .luma-edge-hero-actions .button,
  body.luma-edge-refresh-page .luma-edge-hero-actions .button-secondary {
    min-height: 2.62rem;
    padding-inline: clamp(0.92rem, 1.25vw, 1.18rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: start;
    align-items: center;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-price {
    grid-column: 1 / -1;
    width: fit-content;
  }
}

@media (min-width: 821px) and (max-width: 1120px) {
  body.luma-scroll-refresh-page .luma-scroll-hero-copy,
  body.luma-edge-refresh-page .luma-edge-hero-copy {
    width: min(100%, clamp(20rem, 34vw, 26.5rem));
  }
}

@media (min-width: 821px) and (max-height: 720px) {
  body.luma-scroll-refresh-page .luma-scroll-hero-frame {
    height: clamp(27rem, 72svh, 35rem);
  }

  body.luma-edge-refresh-page .luma-edge-hero-frame {
    height: clamp(28rem, 74svh, 36rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy,
  body.luma-edge-refresh-page .luma-edge-hero-copy {
    gap: 0.42rem;
    margin-top: clamp(0.45rem, 2.8svh, 1.5rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy h1,
  body.luma-edge-refresh-page .luma-edge-hero-copy h1 {
    font-size: clamp(2.65rem, 4.7vw, 4.25rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy .luma-hero-lede,
  body.luma-edge-refresh-page .luma-edge-hero-copy .luma-hero-lede {
    font-size: clamp(1.12rem, 2vw, 1.65rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy .luma-hero-copy-text,
  body.luma-edge-refresh-page .luma-edge-hero-copy .luma-hero-copy-text {
    max-width: 20rem;
    font-size: 0.88rem;
    line-height: 1.38;
  }
}

@media (min-width: 821px) and (max-height: 620px) {
  body.luma-scroll-refresh-page .luma-scroll-hero-frame,
  body.luma-edge-refresh-page .luma-edge-hero-frame {
    height: clamp(25.5rem, 76svh, 31rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-content,
  body.luma-edge-refresh-page .luma-edge-hero-content {
    gap: 0.48rem;
    padding-block: 0.75rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy,
  body.luma-edge-refresh-page .luma-edge-hero-copy {
    width: min(100%, 25rem);
    gap: 0.36rem;
    margin-top: clamp(0.2rem, 1.8svh, 0.75rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy h1,
  body.luma-edge-refresh-page .luma-edge-hero-copy h1 {
    font-size: clamp(2.42rem, 4.1vw, 3.75rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy .luma-hero-lede,
  body.luma-edge-refresh-page .luma-edge-hero-copy .luma-hero-lede {
    font-size: clamp(1.02rem, 1.72vw, 1.42rem);
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-copy .luma-hero-copy-text,
  body.luma-edge-refresh-page .luma-edge-hero-copy .luma-hero-copy-text {
    display: none;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-actions,
  body.luma-edge-refresh-page .luma-edge-hero-actions {
    gap: 0.42rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-actions .button,
  body.luma-scroll-refresh-page .luma-scroll-hero-actions .button-secondary,
  body.luma-edge-refresh-page .luma-edge-hero-actions .button,
  body.luma-edge-refresh-page .luma-edge-hero-actions .button-secondary {
    min-height: 2.36rem;
    padding-inline: 0.85rem;
  }

  body.luma-scroll-refresh-page .luma-scroll-hero-price {
    min-height: 2.18rem;
    padding: 0.34rem 0.62rem;
  }
}
@media (max-width: 820px) {
  body.luma-scroll-refresh-page .luma-scroll-hero-copy .luma-hero-copy-text {
    display: none;
  }
}
@media (max-width: 760px) {
  body[data-site-page="home"] .showroom-review-trust-row.showroom-review-mention-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.42rem;
  }

  body[data-site-page="home"] .showroom-review-mention-row span {
    justify-content: center;
    text-align: center;
  }
}
/* Lightbox collection listing refresh. */
body.lightbox-collection-page {
  --lightbox-listing-dark: var(--brand-black);
  --lightbox-listing-panel: rgba(255, 255, 255, 0.065);
  --lightbox-listing-panel-strong: rgba(255, 255, 255, 0.092);
  --lightbox-listing-line: var(--brand-line-dark);
  --lightbox-listing-muted: var(--brand-muted-dark);
  background: var(--lightbox-listing-dark);
}

body.lightbox-collection-page .story-main {
  background:
    linear-gradient(rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, #0d0c18 0%, #07070b 46%, #05060d 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

body.lightbox-collection-page .story-hero {
  min-height: clamp(680px, calc(100svh - 4.4rem), 900px);
  padding: clamp(3.35rem, 5.4vw, 5rem) 0 clamp(3rem, 4.8vw, 4.55rem);
}

body.lightbox-collection-page .story-hero > .seo-container {
  width: min(1500px, calc(100% - 2rem));
}

body.lightbox-collection-page .story-hero-grid {
  grid-template-columns: minmax(26rem, 0.9fr) minmax(38rem, 1.5fr);
  gap: clamp(1.6rem, 3.8vw, 3.4rem);
}

body.lightbox-collection-page .story-hero h1 {
  max-width: 12.7ch;
  font-size: clamp(3.6rem, 6vw, 5.35rem);
  font-weight: 850;
  line-height: 0.95;
}

body.lightbox-collection-page .seo-lead,
body.lightbox-collection-page .story-proof-grid p,
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),
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(--lightbox-listing-muted);
}

body.lightbox-collection-page .seo-kicker,
body.lightbox-collection-page .story-proof-grid span,
body.lightbox-collection-page .story-detail-list span {
  color: rgba(217, 195, 255, 0.84);
}

body.lightbox-collection-page .story-media-primary,
body.lightbox-collection-page .story-media-secondary,
body.lightbox-collection-page .story-image-card,
body.lightbox-collection-page .story-proof-grid article,
body.lightbox-collection-page .story-detail-list article,
body.lightbox-collection-page .story-final-panel {
  border-radius: 8px;
}

body.lightbox-collection-page .story-media-primary,
body.lightbox-collection-page .story-media-secondary {
  border-color: rgba(236, 226, 255, 0.16);
  background: #08080d;
  box-shadow:
    0 26px 78px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.lightbox-collection-page .story-media-primary img,
body.lightbox-collection-page .story-media-secondary img,
body.lightbox-collection-page .story-image-card img {
  filter: saturate(1.04) contrast(1.03) brightness(1.04);
}

body.lightbox-collection-page .story-proof-band {
  overflow: hidden;
  border-top: 1px solid rgba(236, 226, 255, 0.1);
  border-bottom: 1px solid rgba(236, 226, 255, 0.1);
  padding: clamp(2.6rem, 5vw, 4.35rem) 0;
  background:
    linear-gradient(rgba(210, 194, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
    #07070d;
  background-size: 64px 64px, 64px 64px, auto, auto;
  color: #ffffff;
}

body.lightbox-collection-page .story-proof-grid {
  gap: clamp(0.72rem, 1.4vw, 0.95rem);
}

body.lightbox-collection-page .story-proof-grid article,
body.lightbox-collection-page .lightbox-collection-uses-section .story-image-card,
body.lightbox-collection-page .lightbox-collection-final-section .story-final-panel,
body.lightbox-collection-page .lightbox-collection-process-section .story-detail-list article {
  border-color: var(--lightbox-listing-line);
  background:
    linear-gradient(180deg, var(--lightbox-listing-panel-strong), rgba(255, 255, 255, 0.045)),
    rgba(9, 9, 15, 0.9);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 64px rgba(0, 0, 0, 0.32);
}

body.lightbox-collection-page .story-proof-grid article {
  min-height: 10.25rem;
}

body.lightbox-collection-page .story-proof-grid h2 {
  margin-top: 1.65rem;
  color: #ffffff;
}

body.lightbox-collection-page .lightbox-collection-uses-section,
body.lightbox-collection-page .lightbox-collection-final-section,
body.lightbox-collection-page .lightbox-collection-process-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--story-ink);
}

body.lightbox-collection-page .lightbox-collection-uses-section,
body.lightbox-collection-page .lightbox-collection-final-section {
  background:
    linear-gradient(rgba(210, 194, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.02) 1px, transparent 1px),
    linear-gradient(180deg, #0b0a13 0%, #06070d 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

body.lightbox-collection-page .lightbox-collection-uses-section,
body.lightbox-collection-page .lightbox-collection-process-section {
  padding: clamp(3.8rem, 7vw, 5.8rem) 0;
}

body.lightbox-collection-page .lightbox-collection-uses-section::before,
body.lightbox-collection-page .lightbox-collection-final-section::before,
body.lightbox-collection-page .lightbox-collection-process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(148, 116, 255, 0.16), transparent 36%),
    linear-gradient(245deg, rgba(255, 255, 255, 0.07), transparent 42%);
  opacity: 0.6;
}

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

body.lightbox-collection-page .lightbox-collection-uses-section .story-section-heading {
  max-width: 60rem;
}

body.lightbox-collection-page .lightbox-collection-uses-section .story-section-heading h2,
body.lightbox-collection-page .lightbox-collection-final-section .story-final-panel h2,
body.lightbox-collection-page .lightbox-collection-process-section .story-section-heading h2,
body.lightbox-collection-page .lightbox-collection-uses-section .story-image-card h3,
body.lightbox-collection-page .lightbox-collection-process-section .story-detail-list h3 {
  color: #ffffff;
}

body.lightbox-collection-page .lightbox-collection-uses-section .story-card-grid {
  gap: clamp(0.78rem, 1.4vw, 1rem);
  margin-top: clamp(1.55rem, 3vw, 2.15rem);
}

body.lightbox-collection-page .lightbox-collection-uses-section .story-image-card div {
  padding: 1rem;
}

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

body.lightbox-collection-page .lightbox-collection-process-section {
  border-top: 1px solid rgba(236, 226, 255, 0.1);
  border-bottom: 1px solid rgba(236, 226, 255, 0.1);
  background:
    linear-gradient(rgba(210, 194, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, #080810 0%, #0e0c15 50%, #08080f 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

body.lightbox-collection-page .lightbox-collection-process-section .seo-inline-cta {
  color: rgba(249, 246, 255, 0.92);
}

body.lightbox-collection-page .lightbox-collection-final-section {
  padding-bottom: clamp(3.8rem, 6vw, 5.4rem);
}

body.lightbox-collection-page .lightbox-collection-final-section .story-final-panel {
  align-items: center;
  padding: clamp(1rem, 2.3vw, 1.45rem);
}

@media (max-width: 1040px) {
  body.lightbox-collection-page .story-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body.lightbox-collection-page .story-hero {
    min-height: auto;
    padding: 1.7rem 0 2.6rem;
  }

  body.lightbox-collection-page .story-hero-media,
  body.lightbox-collection-page .story-hero-copy {
    max-width: min(100%, 22rem);
  }

  body.lightbox-collection-page .story-hero-media {
    min-height: 19.5rem;
  }

  body.lightbox-collection-page .story-hero h1 {
    max-width: 100%;
    font-size: clamp(2.22rem, 10vw, 3rem);
  }

  body.lightbox-collection-page .story-proof-band,
  body.lightbox-collection-page .lightbox-collection-uses-section,
  body.lightbox-collection-page .lightbox-collection-process-section,
  body.lightbox-collection-page .lightbox-collection-final-section {
    padding: 2.8rem 0;
  }

  body.lightbox-collection-page .story-proof-grid article {
    min-height: 0;
    padding: 1rem;
  }

  body.lightbox-collection-page .story-proof-grid h2 {
    margin-top: 1.25rem;
  }

  body.lightbox-collection-page .lightbox-collection-final-section .story-final-panel {
    padding: 1rem;
  }
}
/* Lightbox collection rotation and hero media revision. */
body.lightbox-collection-page {
  --lightbox-listing-paper: var(--brand-white-soft);
  --lightbox-listing-paper-soft: var(--brand-white);
  --lightbox-listing-paper-ink: var(--brand-ink);
  --lightbox-listing-paper-muted: var(--brand-muted-light);
  --lightbox-listing-paper-line: var(--brand-line-light);
}

@media (min-width: 721px) {
  body.lightbox-collection-page .story-hero-media {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(13.5rem, 18vw, 20rem);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: clamp(0.72rem, 1.15vw, 0.95rem);
    width: 100%;
    min-height: 0;
    align-items: stretch;
  }

  body.lightbox-collection-page .story-media-primary,
  body.lightbox-collection-page .story-media-secondary {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
  }

  body.lightbox-collection-page .story-media-primary {
    grid-column: 1;
    grid-row: 1 / span 2;
    aspect-ratio: 4 / 3;
  }

  body.lightbox-collection-page .story-media-secondary {
    grid-column: 2;
    aspect-ratio: 1;
    align-self: center;
  }

  body.lightbox-collection-page .story-media-secondary-left {
    grid-row: 1;
  }

  body.lightbox-collection-page .story-media-secondary-right {
    grid-row: 2;
  }
}

body.lightbox-collection-page .story-media-primary,
body.lightbox-collection-page .story-media-secondary {
  border-color: rgba(236, 226, 255, 0.16);
  background: #08080d;
}

body.lightbox-collection-page .story-media-primary img,
body.lightbox-collection-page .story-media-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.lightbox-collection-page .story-proof-band {
  border-top: 1px solid var(--lightbox-listing-paper-line);
  border-bottom: 1px solid var(--lightbox-listing-paper-line);
  background:
    linear-gradient(rgba(75, 55, 122, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 55, 122, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, var(--lightbox-listing-paper-soft) 0%, var(--lightbox-listing-paper) 100%);
  background-size: 64px 64px, 64px 64px, auto;
  color: var(--lightbox-listing-paper-ink);
}

body.lightbox-collection-page .story-proof-grid article {
  border-color: var(--lightbox-listing-paper-line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--lightbox-listing-paper-ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 20px 52px rgba(38, 25, 67, 0.1);
}

body.lightbox-collection-page .story-proof-grid span,
body.lightbox-collection-page .story-proof-grid h2 {
  color: var(--lightbox-listing-paper-ink);
}

body.lightbox-collection-page .story-proof-grid span {
  color: #6d4dd1;
}

body.lightbox-collection-page .story-proof-grid p {
  color: var(--lightbox-listing-paper-muted);
}

body.lightbox-collection-page .lightbox-collection-process-section {
  border-top: 1px solid var(--lightbox-listing-paper-line);
  border-bottom: 1px solid var(--lightbox-listing-paper-line);
  background:
    linear-gradient(rgba(75, 55, 122, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 55, 122, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, var(--lightbox-listing-paper-soft) 0%, var(--lightbox-listing-paper) 100%);
  background-size: 64px 64px, 64px 64px, auto;
  color: var(--lightbox-listing-paper-ink);
}

body.lightbox-collection-page .lightbox-collection-process-section::before {
  background:
    radial-gradient(36rem circle at 14% 8%, rgba(130, 94, 226, 0.1), transparent 62%),
    radial-gradient(34rem circle at 86% 82%, rgba(83, 48, 143, 0.08), transparent 66%);
  opacity: 0.8;
}

body.lightbox-collection-page .lightbox-collection-process-section .seo-kicker,
body.lightbox-collection-page .lightbox-collection-process-section .story-detail-list span {
  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(--lightbox-listing-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(--lightbox-listing-paper-muted);
}

body.lightbox-collection-page .lightbox-collection-process-section .story-detail-list article {
  border-color: var(--lightbox-listing-paper-line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--lightbox-listing-paper-ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 20px 52px rgba(38, 25, 67, 0.1);
}

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

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

@media (max-width: 720px) {
  body.lightbox-collection-page .story-hero > .seo-container {
    width: min(420px, calc(100% - 0.75rem));
  }

  body.lightbox-collection-page .story-hero-media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    width: 100%;
    min-height: 0;
    max-width: min(100%, 25rem);
  }

  body.lightbox-collection-page .story-media-primary,
  body.lightbox-collection-page .story-media-secondary {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
  }

  body.lightbox-collection-page .story-media-primary {
    grid-column: 1 / -1;
    aspect-ratio: 4 / 3;
  }

  body.lightbox-collection-page .story-media-secondary {
    aspect-ratio: 1;
  }

  body.lightbox-collection-page .story-media-secondary-left,
  body.lightbox-collection-page .story-media-secondary-right {
    left: auto;
    right: auto;
    bottom: auto;
  }
}

body.lightbox-collection-page .lightbox-collection-price-pill {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-top: 1.05rem;
  border: 1px solid rgba(216, 189, 255, 0.2);
  border-radius: 999px;
  padding: 0.36rem;
  background: rgba(15, 13, 23, 0.94);
  color: #fff;
  text-decoration: none;
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.35),
    0 0 42px rgba(164, 102, 255, 0.1);
}

body.lightbox-collection-page .lightbox-collection-price-pill span,
body.lightbox-collection-page .lightbox-collection-price-pill small {
  display: inline-flex;
  min-height: 2.1rem;
  align-items: center;
  gap: 0.34rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0.38rem 0.72rem;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

body.lightbox-collection-page .lightbox-collection-price-pill strong {
  color: #fff;
  font-family: var(--home-v2-font-display);
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
}

body.lightbox-collection-page .lightbox-collection-price-pill small {
  color: rgba(255, 255, 255, 0.58);
}

body.lightbox-collection-page .lightbox-collection-price-pill:hover,
body.lightbox-collection-page .lightbox-collection-price-pill:focus-visible {
  border-color: rgba(230, 218, 255, 0.4);
  box-shadow:
    0 24px 78px rgba(0, 0, 0, 0.42),
    0 0 54px rgba(164, 102, 255, 0.16);
}

@media (max-width: 720px) {
  body.lightbox-collection-page .lightbox-collection-price-pill {
    width: 100%;
    justify-content: center;
    border-radius: 1.15rem;
  }

  body.lightbox-collection-page .lightbox-collection-price-pill span {
    flex: 1 1 8rem;
    justify-content: center;
  }

  body.lightbox-collection-page .lightbox-collection-price-pill small {
    width: 100%;
    justify-content: center;
  }
}
/* Custom logo light box product modernization pass. */
body.lightbox-product-detail-page,
body.lightbox-product-detail-page .lightbox-detail-page {
  --lightbox-product-dark: var(--brand-black);
  --lightbox-product-dark-2: var(--brand-black-elevated);
  --lightbox-product-panel: rgba(255, 255, 255, 0.065);
  --lightbox-product-line: var(--brand-line-dark);
  --lightbox-product-muted: var(--brand-muted-dark);
  --lightbox-product-paper: var(--brand-white-soft);
  --lightbox-product-paper-soft: var(--brand-white);
  --lightbox-product-paper-ink: var(--brand-ink);
  --lightbox-product-paper-muted: var(--brand-muted-light);
  --lightbox-product-paper-line: var(--brand-line-light);
}

body.lightbox-product-detail-page.home-v2-storefront-page {
  background:
    linear-gradient(rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, #0c0d17 0%, var(--lightbox-product-dark) 46%, #04050a 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

body.lightbox-product-detail-page.home-v2-storefront-page::after {
  opacity: 0.38;
}

body.lightbox-product-detail-page .lightbox-hero {
  overflow: hidden;
  padding: clamp(2.4rem, 4.6vw, 4.5rem) 0 clamp(4rem, 6vw, 5.8rem);
  background:
    linear-gradient(rgba(210, 194, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, #10101c 0%, #080912 64%, #05060d 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

body.lightbox-product-detail-page .lightbox-hero::before,
body.lightbox-product-detail-page .lightbox-process-section::before {
  opacity: 0;
}

body.lightbox-product-detail-page .lightbox-hero-grid {
  width: min(1500px, 100%);
  grid-template-columns: minmax(26rem, 0.85fr) minmax(38rem, 1.35fr);
  gap: clamp(1.6rem, 4vw, 4.3rem);
  align-items: center;
  transform: none;
}

body.lightbox-product-detail-page .lightbox-hero-copy {
  max-width: 38rem;
  gap: 1.05rem;
}

body.lightbox-product-detail-page .lightbox-hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(3.85rem, 6vw, 6.25rem);
  font-weight: 850;
  line-height: 0.95;
}

body.lightbox-product-detail-page .lightbox-hero-lede {
  max-width: 26ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.35rem, 2.25vw, 2.15rem);
  font-weight: 750;
  line-height: 1.08;
}

body.lightbox-product-detail-page .lightbox-hero-text {
  max-width: 39rem;
  color: rgba(244, 240, 255, 0.66);
}

body.lightbox-product-detail-page .lightbox-eyebrow {
  border-color: rgba(230, 218, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(231, 221, 255, 0.78);
  font-weight: 850;
}

body.lightbox-product-detail-page .lightbox-hero .lightbox-trust-row {
  display: none;
}

body.lightbox-product-detail-page .lightbox-hero-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(16rem, 20vw, 22rem);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(0.72rem, 1vw, 0.95rem);
  min-height: clamp(30rem, 43vw, 42rem);
  align-items: stretch;
}

body.lightbox-product-detail-page .lightbox-hero-stack {
  display: contents;
}

body.lightbox-product-detail-page .lightbox-hero-main {
  grid-column: 1;
  grid-row: 1 / span 2;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
}

body.lightbox-product-detail-page .lightbox-hero-stack .lightbox-hero-small {
  grid-column: 2;
  height: auto;
  min-height: 0;
  aspect-ratio: 1;
  align-self: center;
}

body.lightbox-product-detail-page .lightbox-hero-stack .lightbox-hero-small:first-child {
  grid-row: 1;
}

body.lightbox-product-detail-page .lightbox-hero-stack .lightbox-hero-small:last-child {
  grid-row: 2;
}

body.lightbox-product-detail-page .lightbox-image-frame,
body.lightbox-product-detail-page .product-photo-gallery-item,
body.lightbox-product-detail-page .lightbox-step,
body.lightbox-product-detail-page .lightbox-static-list-grid article,
body.lightbox-product-detail-page .lightbox-order-panel,
body.lightbox-product-detail-page .lightbox-order-modal,
body.lightbox-product-detail-page .lightbox-final-cta {
  border-radius: 8px;
}

body.lightbox-product-detail-page .lightbox-image-frame {
  border-color: rgba(236, 226, 255, 0.16);
  background: #08080d;
  box-shadow:
    0 26px 78px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.lightbox-product-detail-page .lightbox-image-frame::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 30%);
  opacity: 0.68;
}

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-lightbox-product-page] .lightbox-faq-section,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-overview-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 {
  background:
    linear-gradient(rgba(75, 55, 122, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 55, 122, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, var(--lightbox-product-paper-soft) 0%, var(--lightbox-product-paper) 100%);
  background-size: 64px 64px, 64px 64px, auto;
  color: var(--lightbox-product-paper-ink);
}

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-static-info-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-process-section,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-final-section {
  background:
    linear-gradient(rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, #0c0c16 0%, #07080f 100%);
  background-size: 64px 64px, 64px 64px, auto;
  color: #ffffff;
}

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-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-overview-section::before,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-process-section::before,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-static-info-section::before,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-final-section::before,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-faq-section::before {
  opacity: 0;
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-photo-gallery-section .lightbox-eyebrow,
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-lightbox-product-page] .lightbox-faq-section .lightbox-eyebrow,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-overview-section .lightbox-eyebrow,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-static-info-section .lightbox-eyebrow,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-faq-section .lightbox-eyebrow {
  border-color: rgba(31, 28, 55, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: #6d4dd1;
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-photo-gallery-section h2,
body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-process-section h2,
body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-faq-section h2,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-overview-section h2,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-static-info-section h2,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-faq-section h2 {
  color: var(--lightbox-product-paper-ink);
}

body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-photo-gallery-section p,
body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-process-section p,
body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-faq-section p,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-overview-section p,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-static-info-section p,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-faq-section p {
  color: var(--lightbox-product-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-lightbox-product-page] .lightbox-faq-section .lightbox-static-list-grid article,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-overview-section .lightbox-use-card,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-static-info-section .lightbox-static-list-grid article,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-faq-section .lightbox-static-list-grid article,
body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .product-photo-gallery-item {
  border-color: var(--lightbox-product-paper-line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--lightbox-product-paper-ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 20px 52px rgba(38, 25, 67, 0.1);
}

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-lightbox-product-page] .lightbox-static-info-section .lightbox-static-list-grid article,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-process-section .lightbox-step,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-final-section .lightbox-final-cta {
  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-static-info-section .lightbox-static-list-grid article 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-process-section .lightbox-step p,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-final-section .lightbox-final-cta 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,
body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-static-info-section .lightbox-static-list-grid article,
body.lightbox-product-detail-page .lightbox-detail-page[data-lightbox-product-page] .lightbox-final-section .lightbox-final-cta,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-process-section .lightbox-step,
body.lightbox-product-detail-page .lightbox-detail-page[data-static-product-page] .lightbox-final-section .lightbox-final-cta {
  border-color: var(--lightbox-product-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.092), rgba(255, 255, 255, 0.048));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 64px rgba(0, 0, 0, 0.3);
}

body.lightbox-product-detail-page .lightbox-section-heading h2,
body.lightbox-product-detail-page .lightbox-final-cta h2 {
  font-size: clamp(2.55rem, 4.9vw, 4.75rem);
}

body.lightbox-product-detail-page .lightbox-use-grid,
body.lightbox-product-detail-page .product-photo-gallery-grid,
body.lightbox-product-detail-page .lightbox-static-list-grid,
body.lightbox-product-detail-page .lightbox-step-grid {
  gap: clamp(0.78rem, 1.35vw, 1rem);
}

body.lightbox-product-detail-page .lightbox-static-list-grid article,
body.lightbox-product-detail-page .lightbox-step {
  padding: 1rem;
}

body.lightbox-product-detail-page .lightbox-step-icon {
  border-radius: 8px;
}

@media (max-width: 1060px) {
  body.lightbox-product-detail-page .lightbox-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.lightbox-product-detail-page .lightbox-hero-copy {
    max-width: 43rem;
  }

  body.lightbox-product-detail-page .lightbox-hero-media {
    min-height: clamp(24rem, 62vw, 36rem);
  }
}

@media (max-width: 820px) {
  body.lightbox-product-detail-page .lightbox-hero {
    padding: 1.4rem 0 2.8rem;
  }

  body.lightbox-product-detail-page .lightbox-hero-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 0.55rem;
    min-height: 0;
  }

  body.lightbox-product-detail-page .lightbox-hero-stack {
    display: contents;
  }

  body.lightbox-product-detail-page .lightbox-hero-main {
    grid-column: 1 / -1;
    grid-row: 1;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  body.lightbox-product-detail-page .lightbox-hero-stack .lightbox-hero-small {
    display: block;
    height: auto;
    aspect-ratio: 1;
  }

  body.lightbox-product-detail-page .lightbox-hero-stack .lightbox-hero-small:first-child {
    grid-column: 1;
    grid-row: 2;
  }

  body.lightbox-product-detail-page .lightbox-hero-stack .lightbox-hero-small:last-child {
    grid-column: 2;
    grid-row: 2;
  }

  body.lightbox-product-detail-page .lightbox-hero-copy h1 {
    font-size: clamp(2.5rem, 10.4vw, 3.5rem);
  }

  body.lightbox-product-detail-page .lightbox-hero-lede {
    font-size: clamp(1.24rem, 5.6vw, 1.75rem);
  }

  body.lightbox-product-detail-page .lightbox-section-heading h2,
  body.lightbox-product-detail-page .lightbox-final-cta h2 {
    font-size: clamp(1.95rem, 8.6vw, 2.75rem);
  }
}

@media (max-width: 520px) {
  body.lightbox-product-detail-page .lightbox-hero-media {
    gap: 0.5rem;
  }

  body.lightbox-product-detail-page .lightbox-primary-action,
  body.lightbox-product-detail-page .lightbox-secondary-action {
    width: 100%;
  }
}
/* Custom light box build modal gallery revamp and mouse-glow removal. */
body.home-v2-storefront-page .home-v2-pointer-glow,
body[data-site-page="home"] .home-v2-pointer-glow {
  display: none !important;
  opacity: 0 !important;
  transform: none !important;
}

body.home-v2-storefront-page .home-v2-spotlight::after,
body[data-site-page="home"] .home-v2-spotlight::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
}

body.home-v2-storefront-page .home-v2-spotlight-button,
body[data-site-page="home"] .home-v2-spotlight-button {
  --button-spotlight-alpha: 0 !important;
}

body.lightbox-product-detail-page .lightbox-order-modal {
  width: min(96rem, calc(100vw - clamp(1rem, 2.5vw, 2rem)));
  border-radius: 8px;
}

body.lightbox-product-detail-page .lightbox-order-modal .lightbox-order-grid {
  grid-template-columns: minmax(34rem, 1.04fr) minmax(31rem, 0.96fr);
  gap: clamp(0.78rem, 1.4vw, 1.1rem);
  padding: clamp(0.6rem, 1.1vw, 0.9rem);
}

body.lightbox-product-detail-page .lightbox-order-modal .lightbox-order-gallery {
  overflow: hidden;
  border: 1px solid rgba(236, 226, 255, 0.12);
  border-radius: 8px;
  padding: clamp(0.48rem, 0.85vw, 0.72rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
}

body.lightbox-product-detail-page .lightbox-order-modal .product-photo-gallery {
  height: 100%;
  max-height: calc(100dvh - clamp(4rem, 7vw, 5.25rem));
  overflow: auto;
  padding: 0;
  scrollbar-width: thin;
}

body.lightbox-product-detail-page .lightbox-order-modal .product-photo-gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-content: start;
  gap: clamp(0.42rem, 0.72vw, 0.58rem);
}

body.lightbox-product-detail-page .lightbox-order-modal .product-photo-gallery-item {
  min-height: 0;
  aspect-ratio: 1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

body.lightbox-product-detail-page .lightbox-order-modal .product-photo-gallery-item img,
body.lightbox-product-detail-page .lightbox-order-modal .product-photo-gallery-item video {
  object-fit: cover;
}

body.lightbox-product-detail-page .lightbox-order-modal .lightbox-order-panel {
  border-radius: 8px;
}

@media (max-width: 1180px) {
  body.lightbox-product-detail-page .lightbox-order-modal .lightbox-order-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.lightbox-product-detail-page .lightbox-order-modal .product-photo-gallery {
    max-height: 34dvh;
  }
}

@media (max-width: 820px) {
  body.lightbox-product-detail-page .lightbox-order-modal .product-photo-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  body.lightbox-product-detail-page .lightbox-order-modal .product-photo-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body.lightbox-product-detail-page .lightbox-sticky-price span {
  color: rgba(231, 221, 255, 0.76);
}

body.lightbox-product-detail-page .lightbox-sticky-price strong {
  flex: 0 0 auto;
}

/* LumaGlow Aura mini refresh. */
body.luma-aura-detail-page {
  background: #05060b;
}

body.luma-aura-detail-page .luma-detail-page {
  --aura-dark: var(--brand-black);
  --aura-dark-soft: var(--brand-black-soft);
  --aura-paper: var(--brand-white-soft);
  --aura-paper-soft: var(--brand-white);
  --aura-ink: var(--brand-ink);
  --aura-muted: var(--brand-muted-light);
  --aura-line: var(--brand-line-dark);
  --aura-paper-line: var(--brand-line-light);
  padding-bottom: 8.5rem;
  background:
    linear-gradient(rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, #0b0b15 0%, #05060b 48%, #05060b 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

body.luma-aura-detail-page .luma-detail-hero {
  display: flex;
  min-height: clamp(680px, calc(100svh - 4.4rem), 880px);
  align-items: center;
  padding: clamp(3.4rem, 5.2vw, 5rem) 0 clamp(3rem, 4.8vw, 4.5rem);
  background:
    linear-gradient(rgba(210, 194, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.026) 1px, transparent 1px),
    radial-gradient(42rem circle at 16% 16%, rgba(202, 185, 255, 0.16), transparent 62%),
    linear-gradient(180deg, #0c0c17 0%, #06070d 100%);
  background-size: 64px 64px, 64px 64px, auto, auto;
}

body.luma-aura-detail-page .luma-detail-section::after {
  content: none;
}

body.luma-aura-detail-page .luma-detail-hero-grid {
  width: min(1480px, 100%);
  grid-template-columns: minmax(34rem, 1.16fr) minmax(25rem, 0.84fr);
  gap: clamp(1.5rem, 3.8vw, 3.2rem);
  align-items: center;
  transform: none;
}

body.luma-aura-detail-page .luma-hero-media-grid {
  grid-template-columns: minmax(0, 1fr) clamp(10rem, 16vw, 15.5rem);
  gap: clamp(0.58rem, 1vw, 0.78rem);
  align-items: stretch;
}

body.luma-aura-detail-page .luma-image-window {
  border-color: rgba(236, 226, 255, 0.16);
  border-radius: 8px;
  background: #08080d;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 26px 72px rgba(0, 0, 0, 0.42);
}

body.luma-aura-detail-page .luma-image-window::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 30%);
}

body.luma-aura-detail-page .luma-hero-primary {
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
}

body.luma-aura-detail-page .luma-hero-side-images {
  gap: clamp(0.58rem, 1vw, 0.78rem);
}

body.luma-aura-detail-page .luma-hero-side-images .luma-image-window {
  aspect-ratio: 1;
}

body.luma-aura-detail-page .luma-hero-copy {
  max-width: 39rem;
  gap: 1.05rem;
}

body.luma-aura-detail-page .luma-hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(3.45rem, 5.7vw, 6.15rem);
  font-weight: 850;
  line-height: 0.94;
}

body.luma-aura-detail-page .luma-hero-lede {
  max-width: 22ch;
  font-size: clamp(1.55rem, 2.75vw, 2.6rem);
  line-height: 1.06;
}

body.luma-aura-detail-page .luma-hero-copy-text {
  max-width: 35rem;
  color: rgba(245, 241, 255, 0.68);
  font-size: 1rem;
  line-height: 1.62;
}

body.luma-aura-detail-page .luma-eyebrow,
body.luma-aura-detail-page .luma-light-eyebrow {
  border-radius: 999px;
  letter-spacing: 0;
}

body.luma-aura-detail-page .luma-mini-feature-grid {
  gap: 0.58rem;
}

body.luma-aura-detail-page .luma-mini-feature-grid article,
body.luma-aura-detail-page .luma-light-card,
body.luma-aura-detail-page .luma-related-link-grid a,
body.luma-aura-detail-page .luma-static-cta-panel,
body.luma-aura-detail-page .luma-video-placeholder,
body.luma-aura-detail-page .luma-mode-card,
body.luma-aura-detail-page .luma-finish-option,
body.luma-aura-detail-page .luma-finish-quantity {
  border-radius: 8px;
}

body.luma-aura-detail-page .luma-mini-feature-grid article {
  border-color: rgba(236, 226, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  padding: 0.88rem;
}

body.luma-aura-detail-page .luma-capabilities-section,
body.luma-aura-detail-page .luma-control-section,
body.luma-aura-detail-page .luma-static-related-section,
body.luma-aura-detail-page .luma-static-cta-section {
  border-top: 1px solid var(--aura-paper-line);
  border-bottom: 1px solid var(--aura-paper-line);
  background:
    linear-gradient(rgba(75, 55, 122, 0.042) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 55, 122, 0.042) 1px, transparent 1px),
    linear-gradient(180deg, var(--aura-paper-soft) 0%, var(--aura-paper) 100%);
  background-size: 64px 64px, 64px 64px, auto;
  color: var(--aura-ink);
}

body.luma-aura-detail-page .luma-static-modes-section,
body.luma-aura-detail-page .luma-mode-runway,
body.luma-aura-detail-page .luma-steps-section,
body.luma-aura-detail-page .luma-static-faq-section {
  border-top: 1px solid rgba(236, 226, 255, 0.1);
  border-bottom: 1px solid rgba(236, 226, 255, 0.1);
  background:
    linear-gradient(rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, #080810 0%, #0d0c17 52%, #07070d 100%);
  background-size: 64px 64px, 64px 64px, auto;
  color: #ffffff;
}

body.luma-aura-detail-page .luma-capabilities-section,
body.luma-aura-detail-page .luma-control-section,
body.luma-aura-detail-page .luma-steps-section,
body.luma-aura-detail-page .luma-static-related-section,
body.luma-aura-detail-page .luma-static-faq-section,
body.luma-aura-detail-page .luma-static-cta-section {
  padding: clamp(3.8rem, 6.4vw, 5.6rem) 0;
}

body.luma-aura-detail-page .luma-static-related-section::before,
body.luma-aura-detail-page .luma-static-cta-section::before {
  background-image:
    linear-gradient(rgba(75, 55, 122, 0.042) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 55, 122, 0.042) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: none;
}

body.luma-aura-detail-page .luma-static-modes-section::before,
body.luma-aura-detail-page .luma-static-faq-section::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: none;
}

body.luma-aura-detail-page .luma-section-heading h2,
body.luma-aura-detail-page .luma-sports-heading h2,
body.luma-aura-detail-page .luma-static-related-grid h2,
body.luma-aura-detail-page .luma-static-cta-panel h2 {
  font-size: clamp(2.55rem, 4.8vw, 4.7rem);
  font-weight: 850;
}

body.luma-aura-detail-page .luma-capabilities-section .luma-section-heading h2,
body.luma-aura-detail-page .luma-control-section .luma-section-heading h2,
body.luma-aura-detail-page .luma-static-related-grid h2,
body.luma-aura-detail-page .luma-static-cta-panel h2 {
  color: var(--aura-ink);
}

body.luma-aura-detail-page .luma-capabilities-section .luma-section-heading p,
body.luma-aura-detail-page .luma-control-section .luma-section-heading p,
body.luma-aura-detail-page .luma-control-grid p,
body.luma-aura-detail-page .luma-static-related-grid p,
body.luma-aura-detail-page .luma-static-cta-panel p {
  color: var(--aura-muted);
}

body.luma-aura-detail-page .luma-static-modes-section .luma-sports-heading h2,
body.luma-aura-detail-page .luma-steps-section .luma-section-heading h2,
body.luma-aura-detail-page .luma-static-faq-section .luma-section-heading h2 {
  color: #ffffff;
}

body.luma-aura-detail-page .luma-static-modes-section .luma-sports-heading p,
body.luma-aura-detail-page .luma-steps-section .luma-section-heading p,
body.luma-aura-detail-page .luma-static-faq-section .luma-section-heading p {
  color: rgba(244, 240, 255, 0.66);
}

body.luma-aura-detail-page .luma-light-card {
  border-color: var(--aura-paper-line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--aura-ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 20px 52px rgba(38, 25, 67, 0.1);
}

body.luma-aura-detail-page .luma-light-card h3 {
  color: var(--aura-ink);
}

body.luma-aura-detail-page .luma-light-card p {
  color: var(--aura-muted);
}

body.luma-aura-detail-page .luma-static-modes-section .luma-light-card,
body.luma-aura-detail-page .luma-steps-section .luma-light-card,
body.luma-aura-detail-page .luma-static-faq-section .luma-light-card,
body.luma-aura-detail-page .luma-mode-card {
  border-color: var(--aura-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.092), rgba(255, 255, 255, 0.046));
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 64px rgba(0, 0, 0, 0.3);
}

body.luma-aura-detail-page .luma-static-modes-section .luma-light-card h3,
body.luma-aura-detail-page .luma-steps-section .luma-light-card h3,
body.luma-aura-detail-page .luma-static-faq-section .luma-light-card h3 {
  color: #ffffff;
}

body.luma-aura-detail-page .luma-static-modes-section .luma-light-card p,
body.luma-aura-detail-page .luma-steps-section .luma-light-card p,
body.luma-aura-detail-page .luma-static-faq-section .luma-light-card p {
  color: rgba(244, 240, 255, 0.66);
}

body.luma-aura-detail-page .luma-light-icon,
body.luma-aura-detail-page .luma-step-number {
  border-radius: 8px;
  background: #171522;
}

body.luma-aura-detail-page .luma-static-modes-section .luma-step-number,
body.luma-aura-detail-page .luma-steps-section .luma-step-number {
  background: rgba(255, 255, 255, 0.1);
  color: #f4efff;
}

body.luma-aura-detail-page .luma-related-link-grid a {
  border-color: var(--aura-paper-line);
  background: rgba(255, 255, 255, 0.76);
  color: var(--aura-ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 18px 46px rgba(38, 25, 67, 0.08);
}

body.luma-aura-detail-page .luma-related-link-grid small {
  color: var(--aura-muted);
}

body.luma-aura-detail-page .luma-static-cta-panel {
  border-color: var(--aura-paper-line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--aura-ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 20px 52px rgba(38, 25, 67, 0.1);
}

body.luma-aura-detail-page .luma-video-frame {
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 19, 25, 0.18);
}

body.luma-aura-detail-page .luma-sticky-device-window {
  border-radius: 8px;
}

body.luma-aura-detail-page .luma-mode-card.is-active {
  border-color: rgba(224, 214, 255, 0.4);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 28px 72px rgba(124, 91, 255, 0.18);
}

body.luma-aura-detail-page .luma-sticky-cart {
  bottom: 0.62rem;
  max-width: 42rem;
}


body.luma-aura-detail-page .luma-sticky-cart-panel {
  border-color: rgba(216, 189, 255, 0.2);
  border-radius: 999px;
  background: rgba(15, 13, 23, 0.94);
  padding: 0.36rem;
  box-shadow:
    0 26px 88px rgba(0, 0, 0, 0.48),
    0 0 54px rgba(164, 102, 255, 0.12);
  backdrop-filter: blur(28px) saturate(135%);
}

body.luma-aura-detail-page .luma-sticky-cart-grid {
  grid-template-columns: minmax(8.4rem, 1fr) auto auto;
  gap: 0.42rem;
}

body.luma-aura-detail-page .luma-finish-trigger,
body.luma-aura-detail-page .luma-sticky-qty,
body.luma-aura-detail-page .luma-sticky-buy {
  min-height: 2.46rem;
  border-radius: 999px;
}

body.luma-aura-detail-page .luma-finish-trigger,
body.luma-aura-detail-page .luma-sticky-qty {
  background: rgba(255, 255, 255, 0.075);
}

body.luma-aura-detail-page .luma-finish-trigger {
  padding-inline: 0.88rem;
}

body.luma-aura-detail-page .luma-finish-trigger > span:first-child,
body.luma-aura-detail-page .luma-sticky-qty span {
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.luma-aura-detail-page .luma-sticky-qty {
  gap: 0.35rem;
  padding-inline: 0.48rem;
}

body.luma-aura-detail-page .luma-sticky-qty input {
  width: 2.1rem;
}

body.luma-aura-detail-page .luma-sticky-buy {
  padding-inline: 1rem;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-sku-lumaglow-aura {
  border-color: rgba(219, 204, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.088), rgba(255, 255, 255, 0.024)),
    linear-gradient(180deg, rgba(19, 18, 31, 0.98), rgba(8, 9, 15, 0.99));
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-sku-lumaglow-aura .media-frame-window {
  aspect-ratio: 4 / 3;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-sku-lumaglow-aura .media-frame-window img {
  object-position: 50% 48%;
  filter: saturate(1.04) contrast(1.03) brightness(1.03);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-sku-lumaglow-aura .product-card-preview-thumb {
  height: auto;
  aspect-ratio: 1;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-sku-lumaglow-aura .product-showroom-label {
  color: #e1d0ff;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-sku-lumaglow-aura .product-card-topline .pill,
body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-sku-lumaglow-aura .product-showroom-chips li {
  border-color: rgba(236, 226, 255, 0.18);
  background: rgba(255, 255, 255, 0.065);
}

@media (max-width: 1060px) {
  body.luma-aura-detail-page .luma-detail-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.luma-aura-detail-page .luma-hero-media,
  body.luma-aura-detail-page .luma-hero-copy {
    max-width: min(100%, 46rem);
  }
}

@media (max-width: 820px) {
  body.luma-aura-detail-page .luma-detail-page {
    padding-bottom: 9rem;
  }

  body.luma-aura-detail-page .luma-detail-hero {
    min-height: auto;
    padding: 1.35rem 0 2.7rem;
  }

  body.luma-aura-detail-page .luma-hero-media-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.5rem;
  }

  body.luma-aura-detail-page .luma-hero-side-images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  body.luma-aura-detail-page .luma-hero-primary,
  body.luma-aura-detail-page .luma-hero-side-images .luma-image-window {
    min-height: 0;
    border-radius: 8px;
  }

  body.luma-aura-detail-page .luma-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.5rem, 10.6vw, 3.55rem);
  }

  body.luma-aura-detail-page .luma-hero-lede {
    max-width: 100%;
    font-size: clamp(1.28rem, 5.9vw, 1.78rem);
  }

  body.luma-aura-detail-page .luma-section-heading h2,
  body.luma-aura-detail-page .luma-sports-heading h2,
  body.luma-aura-detail-page .luma-static-related-grid h2,
  body.luma-aura-detail-page .luma-static-cta-panel h2 {
    font-size: clamp(1.95rem, 8.6vw, 2.75rem);
  }

  body.luma-aura-detail-page .luma-sticky-cart {
    inset-inline: 0.55rem;
    max-width: min(100%, 27rem);
  }


  body.luma-aura-detail-page .luma-sticky-cart-panel {
    border-radius: 1.15rem;
    padding: 0.32rem;
  }

  body.luma-aura-detail-page .luma-sticky-cart-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.32rem;
  }

  body.luma-aura-detail-page .luma-finish-trigger {
    grid-column: 1 / -1;
    justify-content: center;
  }

  body.luma-aura-detail-page .luma-sticky-qty {
    grid-column: auto;
    order: initial;
    min-height: 2.28rem;
  }

  body.luma-aura-detail-page .luma-sticky-buy {
    width: 100%;
    min-height: 2.28rem;
    padding-inline: 0.72rem;
  }
}

@media (max-width: 420px) {
  body.luma-aura-detail-page .luma-finish-trigger-swatches {
    display: none;
  }
}
/* LumaGlow Aura final product-page fit pass. */
body.luma-aura-detail-page .luma-detail-page,
body.luma-aura-detail-page .luma-detail-section,
body.luma-aura-detail-page .luma-light-section {
  max-width: 100%;
  overflow-x: clip;
}

body.luma-aura-detail-page .luma-detail-container {
  width: min(1320px, calc(100% - clamp(2rem, 4.5vw, 4rem)));
}

body.luma-aura-detail-page .luma-detail-hero-grid,
body.luma-aura-detail-page .luma-mode-stage-grid,
body.luma-aura-detail-page .luma-capabilities-grid,
body.luma-aura-detail-page .luma-control-grid,
body.luma-aura-detail-page .luma-static-related-grid,
body.luma-aura-detail-page .luma-step-grid,
body.luma-aura-detail-page .luma-capability-card-grid {
  min-width: 0;
}

body.luma-aura-detail-page .luma-detail-hero {
  min-height: auto;
  padding: clamp(1.35rem, 2.4vw, 2.25rem) 0 clamp(4rem, 6vw, 5.25rem);
}

body.luma-aura-detail-page .luma-detail-hero-grid {
  width: 100%;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 0.9fr);
  gap: clamp(1.35rem, 3vw, 2.6rem);
}

body.luma-aura-detail-page .luma-hero-media,
body.luma-aura-detail-page .luma-hero-copy {
  min-width: 0;
}

body.luma-aura-detail-page .luma-hero-media-grid {
  grid-template-columns: minmax(0, 1fr) minmax(7.5rem, 0.32fr);
}

body.luma-aura-detail-page .luma-image-window,
body.luma-aura-detail-page .luma-image-window img {
  max-width: 100%;
}

body.luma-aura-detail-page .luma-image-window::before {
  opacity: 0.62;
}

body.luma-aura-detail-page .luma-hero-primary img,
body.luma-aura-detail-page .luma-sticky-device-window img[data-luma-mode-image] {
  transform: translate(var(--image-pan-x, 0%), var(--image-pan-y, 0%)) scale(var(--image-scale, 1));
}

body.luma-aura-detail-page .luma-hero-copy {
  width: 100%;
  max-width: none;
}

body.luma-aura-detail-page .luma-hero-copy h1,
body.luma-aura-detail-page .luma-hero-lede,
body.luma-aura-detail-page .luma-hero-copy-text {
  max-width: min(100%, 11.8em);
  overflow-wrap: normal;
}

body.luma-aura-detail-page .luma-hero-copy h1 {
  font-size: clamp(3.05rem, 4.7vw, 5.2rem);
  white-space: normal;
  text-wrap: balance;
}

body.luma-aura-detail-page .luma-hero-lede {
  font-size: clamp(1.45rem, 2.35vw, 2.18rem);
  text-wrap: balance;
}

body.luma-aura-detail-page .luma-hero-copy-text {
  max-width: min(100%, 35rem);
}

body.luma-aura-detail-page .luma-mini-feature-grid,
body.luma-aura-detail-page .luma-button-row {
  width: 100%;
  max-width: 100%;
}

body.luma-aura-detail-page .luma-capabilities-section,
body.luma-aura-detail-page .luma-control-section,
body.luma-aura-detail-page .luma-static-related-section,
body.luma-aura-detail-page .luma-static-cta-section {
  background:
    linear-gradient(rgba(75, 55, 122, 0.042) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 55, 122, 0.042) 1px, transparent 1px),
    linear-gradient(180deg, var(--aura-paper-soft) 0%, var(--aura-paper) 100%);
  background-size: 64px 64px, 64px 64px, auto;
  color: var(--aura-ink);
}

body.luma-aura-detail-page .luma-mode-runway,
body.luma-aura-detail-page .luma-steps-section,
body.luma-aura-detail-page .luma-static-faq-section {
  background:
    linear-gradient(rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, #080810 0%, #0d0c17 52%, #07070d 100%);
  background-size: 64px 64px, 64px 64px, auto;
  color: #fff;
}

@media (max-width: 1320px) and (min-width: 1061px) {
  body.luma-aura-detail-page .luma-detail-hero-grid {
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 0.88fr);
  }

  body.luma-aura-detail-page .luma-hero-copy h1 {
    font-size: clamp(3rem, 4.3vw, 4.45rem);
  }

  body.luma-aura-detail-page .luma-hero-lede {
    font-size: clamp(1.35rem, 2.18vw, 2rem);
  }
}

@media (max-width: 1060px) {
  body.luma-aura-detail-page .luma-detail-container {
    width: min(100% - 1.5rem, 46rem);
  }

  body.luma-aura-detail-page .luma-detail-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.luma-aura-detail-page .luma-hero-media,
  body.luma-aura-detail-page .luma-hero-copy {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 820px) {
  body.luma-aura-detail-page .luma-detail-container {
    width: min(100% - 1rem, 44rem);
  }

  body.luma-aura-detail-page .luma-detail-hero {
    padding: 1rem 0 2.35rem;
  }

  body.luma-aura-detail-page .luma-hero-copy h1,
  body.luma-aura-detail-page .luma-hero-lede,
  body.luma-aura-detail-page .luma-hero-copy-text {
    max-width: 100%;
  }
}

/* Aura mobile hero ordering and sticky-tab clearance. */
@media (max-width: 820px) {
  body.luma-aura-detail-page .luma-detail-hero {
    padding-bottom: 8rem;
  }

  body.luma-aura-detail-page .luma-hero-media {
    order: -1;
  }

  body.luma-aura-detail-page .luma-hero-copy {
    order: 0;
  }

  body.luma-aura-detail-page .luma-hero-media-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.luma-aura-detail-page .luma-hero-primary {
    max-height: none;
  }
}

/* Aura phone viewport balance: keep image stack and title clear of the buy tab. */
@media (max-width: 820px) {
  body.luma-aura-detail-page .luma-hero-primary {
    aspect-ratio: 1 / 0.68;
  }

  body.luma-aura-detail-page .luma-hero-side-images .luma-image-window {
    aspect-ratio: 1 / 0.68;
  }

  body.luma-aura-detail-page .luma-hero-copy h1 {
    font-size: clamp(2.28rem, 10vw, 3rem);
    line-height: 0.96;
  }

  body.luma-aura-detail-page .luma-hero-lede {
    font-size: clamp(1.15rem, 5vw, 1.48rem);
  }
}

/* Aura phone first-viewport trim. */
@media (max-width: 820px) {
  body.luma-aura-detail-page .luma-hero-primary,
  body.luma-aura-detail-page .luma-hero-side-images .luma-image-window {
    aspect-ratio: 1 / 0.58;
  }
}
/* Aura palette alignment: retain the listing layout with the lightbox/storefront tone. */
body.luma-aura-detail-page.home-v2-storefront-page,
body.luma-aura-detail-page .luma-detail-page {
  background:
    linear-gradient(rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, #0c0d17 0%, var(--brand-black) 46%, #04050a 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

body.luma-aura-detail-page.home-v2-storefront-page::after {
  opacity: 0.38;
}

body.luma-aura-detail-page .luma-detail-hero {
  background:
    linear-gradient(rgba(210, 194, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, #10101c 0%, #080912 64%, #05060d 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

body.luma-aura-detail-page .luma-eyebrow,
body.luma-aura-detail-page .luma-static-modes-section .luma-light-eyebrow,
body.luma-aura-detail-page .luma-steps-section .luma-light-eyebrow,
body.luma-aura-detail-page .luma-static-faq-section .luma-light-eyebrow {
  border-color: rgba(230, 218, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(231, 221, 255, 0.78);
}

body.luma-aura-detail-page .luma-capabilities-section .luma-light-eyebrow,
body.luma-aura-detail-page .luma-control-section .luma-light-eyebrow,
body.luma-aura-detail-page .luma-static-related-section .luma-light-eyebrow,
body.luma-aura-detail-page .luma-static-cta-section .luma-light-eyebrow {
  border-color: rgba(31, 28, 55, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: #6d4dd1;
}

body.luma-aura-detail-page .luma-mini-feature-grid article {
  border-color: var(--brand-line-dark);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.042));
}

body.luma-aura-detail-page .luma-static-modes-section,
body.luma-aura-detail-page .luma-mode-runway,
body.luma-aura-detail-page .luma-steps-section,
body.luma-aura-detail-page .luma-static-faq-section {
  border-color: var(--brand-line-dark);
  background:
    linear-gradient(rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 194, 255, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, #0c0c16 0%, #07080f 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

body.luma-aura-detail-page .luma-light-card,
body.luma-aura-detail-page .luma-related-link-grid a,
body.luma-aura-detail-page .luma-static-cta-panel {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 20px 52px rgba(17, 19, 25, 0.1);
}

body.luma-aura-detail-page .luma-light-icon,
body.luma-aura-detail-page .luma-step-number {
  background: #12131c;
}

body.luma-aura-detail-page .luma-image-window {
  border-color: rgba(236, 226, 255, 0.16);
  background: #08080d;
  box-shadow:
    0 26px 78px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}


body.luma-aura-detail-page.home-v2-storefront-page .luma-capabilities-section,
body.luma-aura-detail-page.home-v2-storefront-page .luma-control-section,
body.luma-aura-detail-page.home-v2-storefront-page .luma-static-related-section {
  background: linear-gradient(180deg, var(--aura-paper-soft) 0%, var(--aura-paper) 100%);
  color: var(--aura-ink);
}

body.luma-aura-detail-page.home-v2-storefront-page .luma-capabilities-section::before,
body.luma-aura-detail-page.home-v2-storefront-page .luma-control-section::before,
body.luma-aura-detail-page.home-v2-storefront-page .luma-static-related-section::before {
  background-image: none;
  opacity: 0;
}

body.luma-aura-detail-page .luma-sticky-cart-panel {
  border-color: var(--brand-line-dark);
  background: rgba(11, 12, 19, 0.95);
  box-shadow: 0 26px 88px rgba(0, 0, 0, 0.48);
}
body[data-site-page="shop"].home-v2-storefront-page .product-stock-pill,
body[data-site-page="product"].home-v2-storefront-page .product-stock-pill {
  border-color: rgba(255, 156, 170, 0.34);
  background: rgba(255, 156, 170, 0.14);
  color: #ffb4c1;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-stock-alert-action {
  display: flex;
  width: calc(100% - 1.48rem);
  min-height: 2.7rem;
  margin: 0 0.74rem 0.74rem;
  padding: 0.62rem 0.9rem;
  justify-content: center;
  border-color: rgba(200, 167, 255, 0.3);
  background: rgba(124, 78, 202, 0.12);
  color: #f8f4ff;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: none;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-listing-card.is-out-of-stock {
  flex-direction: column;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-listing-card.is-out-of-stock > .product-listing-link {
  width: 100%;
  flex: 1 1 auto;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-listing-card.is-out-of-stock > .product-stock-alert-action {
  height: auto;
  flex: 0 0 auto;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-stock-alert-action:hover {
  border-color: rgba(216, 190, 255, 0.48);
  background: rgba(145, 96, 226, 0.2);
}

body[data-site-page="product"].home-v2-storefront-page [data-stock-alert-open] {
  border-color: rgba(213, 187, 255, 0.58);
  background: linear-gradient(135deg, #ead7ff, #b796ff);
  color: #160d27;
}

body[data-site-page="product"].home-v2-storefront-page .luma-edge-stock-pill,
body[data-site-page="product"].home-v2-storefront-page .luma-scroll-stock-pill {
  display: inline-flex;
  height: 3rem;
  min-height: 3rem;
  padding: 0.42rem 1rem;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.035em;
}

body[data-site-page="product"].home-v2-storefront-page .luma-edge-hero-actions [data-stock-alert-open],
body[data-site-page="product"].home-v2-storefront-page .luma-scroll-hero-actions [data-stock-alert-open] {
  height: 3rem;
  min-height: 3rem;
}

body[data-site-page="product"].home-v2-storefront-page .luma-edge-stock-pill[hidden],
body[data-site-page="product"].home-v2-storefront-page .luma-edge-stock-pill.hidden,
body[data-site-page="product"].home-v2-storefront-page .luma-scroll-stock-pill[hidden],
body[data-site-page="product"].home-v2-storefront-page .luma-scroll-stock-pill.hidden {
  display: none;
}
body[data-site-page="product"].home-v2-storefront-page [data-product-hydrating] .luma-edge-hero-actions {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

body[data-site-page="product"].home-v2-storefront-page [data-product-hydrating] [data-static-product-page] > section:not(.luma-edge-refresh-hero) {
  visibility: hidden;
  opacity: 0;
}

body[data-site-page="product"].home-v2-storefront-page [data-product-shell].is-out-of-stock .luma-edge-order-section {
  display: none;
}
@media (max-width: 820px) {
  body[data-site-page="product"].home-v2-storefront-page [data-product-shell].is-out-of-stock .luma-edge-hero-actions {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-site-page="product"].home-v2-storefront-page [data-product-shell].is-out-of-stock .luma-edge-hero-actions .luma-edge-stock-pill,
  body[data-site-page="product"].home-v2-storefront-page [data-product-shell].is-out-of-stock .luma-edge-hero-actions [data-stock-alert-open] {
    grid-column: 1 / -1;
  }

  body[data-site-page="product"].home-v2-storefront-page [data-product-shell].is-out-of-stock .luma-edge-hero-actions .luma-edge-stock-pill {
    justify-self: start;
  }

  body[data-site-page="product"].home-v2-storefront-page [data-product-shell].is-out-of-stock .luma-edge-hero-actions .button,
  body[data-site-page="product"].home-v2-storefront-page [data-product-shell].is-out-of-stock .luma-edge-hero-actions .button-secondary {
    width: 100%;
  }
}

@media (max-width: 640px) {
  body[data-site-page="product"].home-v2-storefront-page [data-product-shell].is-out-of-stock .luma-scroll-hero-actions {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-site-page="product"].home-v2-storefront-page [data-product-shell].is-out-of-stock .luma-scroll-hero-actions .luma-scroll-stock-pill,
  body[data-site-page="product"].home-v2-storefront-page [data-product-shell].is-out-of-stock .luma-scroll-hero-actions [data-stock-alert-open] {
    width: 100%;
  }
}
body[data-site-page="product"].home-v2-storefront-page [data-product-shell].is-out-of-stock button[disabled],
body[data-site-page="product"].home-v2-storefront-page [data-product-shell] button[aria-disabled="true"],
body[data-site-page="product"].home-v2-storefront-page [data-product-shell] a[aria-disabled="true"] {
  opacity: 0.62;
  cursor: not-allowed;
  transform: none;
}

body[data-site-page="product"].home-v2-storefront-page [data-product-shell].is-out-of-stock .qty-control input:disabled,
body[data-site-page="product"].home-v2-storefront-page [data-product-shell].is-out-of-stock .mount-qty-control input:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

/* Spinoff storefront polish: quieter surfaces and more product-led presentation. */
body[data-site-page="home"] .home-v2-spotlight::after,
body[data-site-page="home"] .home-v2-reel-card-glow,
body[data-site-page="home"] .home-v2-review-panel-glow,
body[data-site-page="home"] .home-v2-review-panel-grid {
  display: none;
}

body[data-site-page="home"] .home-v2-hero-grid-violet,
body[data-site-page="home"] .home-v2-dark-grid {
  opacity: 0.3;
}

body[data-site-page="home"] .home-v2-eyebrow,
body[data-site-page="home"] .showroom-eyebrow,
body[data-site-page="shop"].home-v2-storefront-page .page-hero .eyebrow,
body[data-site-page="shop"].home-v2-storefront-page .product-showroom-label,
body[data-site-page="shop"].home-v2-storefront-page .product-card-media-label {
  letter-spacing: 0;
  text-transform: none;
}

body[data-site-page="home"] .home-v2-eyebrow-icon {
  display: none;
}

body[data-site-page="home"] .showroom-card-text {
  display: block;
  max-height: none;
  color: rgba(245, 242, 255, 0.7);
}

body[data-site-page="home"] .home-v2-cta-secondary,
body[data-site-page="home"] .home-v2-gallery-section-link {
  border-color: rgba(245, 239, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

body[data-site-page="home"] .showroom-hero-card,
body[data-site-page="home"] .showroom-selector-card,
body[data-site-page="home"] .showroom-feature-media,
body[data-site-page="home"] .showroom-lumaglow-photo-slot,
body[data-site-page="home"] .home-v2-reel-card,
body[data-site-page="home"] .home-v2-review-panel,
body[data-site-page="home"] .showroom-steps article,
body[data-site-page="home"] .showroom-final-inner,
body.home-v2-storefront-page .product-card,
body[data-site-page="shop"].home-v2-storefront-page .shop-live-console-panel,
body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode {
  border-radius: 8px;
}

body[data-site-page="home"] .showroom-product-badge,
body[data-site-page="home"] .showroom-selector-kicker,
body[data-site-page="home"] .home-v2-reel-eyebrow,
body[data-site-page="home"] .home-v2-reel-card-tag,
body[data-site-page="home"] .showroom-review-trust-row span,
body[data-site-page="shop"].home-v2-storefront-page .product-card-topline .pill,
body[data-site-page="shop"].home-v2-storefront-page .product-showroom-chips li,
body[data-site-page="shop"].home-v2-storefront-page .shop-seo-kicker {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

body[data-site-page="home"] .showroom-hero-card,
body[data-site-page="home"] .showroom-selector-card,
body[data-site-page="home"] .showroom-feature-media,
body[data-site-page="home"] .showroom-lumaglow-photo-slot,
body[data-site-page="home"] .home-v2-reel-card,
body[data-site-page="home"] .home-v2-review-panel,
body.home-v2-storefront-page .product-card,
body[data-site-page="shop"].home-v2-storefront-page .shop-live-console-panel,
body[data-site-page="shop"].home-v2-storefront-page .shop-live-mode {
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
}

body.home-v2-storefront-page .product-card::before,
body.home-v2-storefront-page .catalog-path-card::before,
body.home-v2-storefront-page .section-header > div::before,
body.home-v2-storefront-page .product-detail-hero-band::before,
body.home-v2-storefront-page .product-detail-panel::before,
body.home-v2-storefront-page .product-gallery-panel::before,
body.home-v2-storefront-page .product-detail-summary-card::before,
body.home-v2-storefront-page .product-detail-buybox::before,
body.home-v2-storefront-page .product-detail-highlights-block::before,
body[data-site-page="shop"].home-v2-storefront-page .product-card-media::before,
body[data-site-page="shop"].home-v2-storefront-page .product-card-media::after {
  display: none;
}

body[data-site-page="shop"].home-v2-storefront-page .product-card {
  border-color: rgba(230, 218, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.02)),
    #0b0c13;
}

body[data-site-page="shop"].home-v2-storefront-page .product-showroom-chips {
  display: none;
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-media,
body[data-site-page="shop"].home-v2-storefront-page .product-card-media .media-frame-window,
body[data-site-page="shop"].home-v2-storefront-page .product-card-preview-thumb {
  border-radius: 8px;
  background: #0f1017;
  box-shadow: none;
}

body[data-site-page="shop"].home-v2-storefront-page .product-card-media-label {
  border-radius: 8px;
  background: rgba(6, 7, 12, 0.72);
}

body[data-site-page="shop"].home-v2-storefront-page .shop-seo-actions a:nth-child(n+5) {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  padding: 0.35rem 0.25rem;
  color: rgba(245, 242, 255, 0.68);
}

@media (hover: hover) and (pointer: fine) {
  body.home-v2-storefront-page .product-card:hover,
  body.home-v2-storefront-page .catalog-path-card:hover,
  body.home-v2-storefront-page[data-site-page="shop"] .product-listing-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 64px rgba(0, 0, 0, 0.42);
    filter: none;
  }

  body.home-v2-storefront-page .product-card:hover .product-card-media img,
  body.home-v2-storefront-page .product-card:hover .media-frame-window > img,
  body.home-v2-storefront-page[data-site-page="shop"] .product-listing-card:hover .product-card-media img,
  body.home-v2-storefront-page[data-site-page="shop"] .product-listing-card:hover .media-frame-window > img {
    transform: translate(var(--image-pan-x, 0%), var(--image-pan-y, 0%)) scale(calc(var(--image-scale, 1) * 1.025));
    filter: saturate(1.02) contrast(1.01);
  }
}

/* Spinoff shop runtime polish: trim generated product-card clutter. */
body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-showroom-label,
body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-showroom-chips,
body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-highlights,
body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-topline .pill:not(.product-stock-pill) {
  display: none !important;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .product-card-topline {
  justify-content: flex-start;
}

body[data-site-page="shop"].home-v2-storefront-page .shop-runway-products .price {
  margin-left: 0;
}
