/* Homepage shine study
   A local, reversible color-and-light pass. Structure, copy, and product art
   remain unchanged while Ozark cyan and each product color gain more depth. */

body.home-shine {
  --home-cyan: #19a8d1;
  --home-cyan-deep: #075e80;
  --home-cyan-light: #90ddf3;
  --home-ink: #0a1b22;
  --home-copy: #33464f;
  background:
    radial-gradient(circle at 8% 3%, rgba(25, 168, 209, .09), transparent 28rem),
    radial-gradient(circle at 92% 18%, rgba(144, 221, 243, .11), transparent 26rem),
    linear-gradient(180deg, #ffffff 0, #f8fdff 34rem, #ffffff 76rem) !important;
}

body.home-shine .site-header {
  border-bottom-color: rgba(8, 124, 167, .2) !important;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, .97), rgba(247, 253, 255, .92) 58%, rgba(144, 221, 243, .2)),
    rgba(255, 255, 255, .9) !important;
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(8, 124, 167, .08),
    0 10px 30px rgba(8, 124, 167, .1) !important;
}

body.home-shine .site-header .logo img {
  border-color: rgba(25, 168, 209, .24);
  background: linear-gradient(145deg, #fff, #eefaff);
  box-shadow:
    inset 0 1px 0 #fff,
    0 7px 17px rgba(8, 124, 167, .15);
}

body.home-shine .site-header .nav a:hover,
body.home-shine .site-header .nav a:focus-visible,
body.home-shine .site-header .nav a[aria-current="page"] {
  border-bottom-color: var(--home-cyan) !important;
  color: var(--home-cyan-deep) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .35), rgba(25, 168, 209, .08)) !important;
}

body.home-shine .social-ticker {
  border-bottom-color: rgba(0, 126, 89, .18);
  color: #075f48;
  background: linear-gradient(90deg, #f2fcf8, #e8faf3 48%, #f2fcf8);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .86);
}

body.home-shine .social-ticker .tdot {
  background: #00a75f;
  box-shadow: 0 0 0 4px rgba(0, 167, 95, .1), 0 0 12px rgba(0, 167, 95, .36);
}

body.home-shine .home-hero {
  background:
    radial-gradient(circle at 18% 8%, rgba(25, 168, 209, .13), transparent 25rem),
    radial-gradient(circle at 82% 10%, rgba(144, 221, 243, .16), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(248, 253, 255, .58) 74%, rgba(255, 255, 255, 0));
}

body.home-shine .home-hero h1 .accent,
body.home-shine .dt-title .gradient {
  background: linear-gradient(105deg, #075e80 4%, #19a8d1 52%, #58ccea 76%, #087ca7 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 12px 34px rgba(25, 168, 209, .18) !important;
}

/* Motion wraps each word, so the accent paint must live on those words too. */
body.home-shine .home-hero h1 .accent :is(.motion-word-mask, .motion-word) {
  color: #087ca7 !important;
  -webkit-text-fill-color: #087ca7 !important;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  body.home-shine .home-hero h1 .accent .motion-word {
    background: linear-gradient(105deg, #075e80 4%, #19a8d1 52%, #58ccea 76%, #087ca7 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
  }
}

body.home-shine .hero-rating-proof,
body.home-shine .home-hero .trust-strip {
  border-color: rgba(25, 168, 209, .22) !important;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, .99), rgba(246, 252, 254, .92) 62%, rgba(144, 221, 243, .18)) !important;
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(8, 124, 167, .07),
    0 14px 36px rgba(8, 124, 167, .1) !important;
}

body.home-shine .hero-rating-stars {
  color: #d8a400 !important;
  text-shadow: 0 0 12px rgba(216, 164, 0, .25);
}

body.home-shine .game-picker .gp-chip {
  --chip-shine: 8, 124, 167;
  border-color: rgba(var(--chip-shine), .22) !important;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, .99), rgba(248, 253, 255, .92) 64%, rgba(var(--chip-shine), .09)) !important;
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(var(--chip-shine), .05),
    0 11px 26px rgba(var(--chip-shine), .09) !important;
}

body.home-shine .game-picker .gp-basketball { --chip-shine: 241, 38, 130; }
body.home-shine .game-picker .gp-shooters { --chip-shine: 0, 154, 91; }
body.home-shine .game-picker .gp-aim { --chip-shine: 201, 52, 147; }
body.home-shine .game-picker .gp-all { --chip-shine: 8, 124, 167; }

body.home-shine .game-picker .gp-chip:hover,
body.home-shine .game-picker .gp-chip:focus-visible {
  border-color: rgba(var(--chip-shine), .42) !important;
  box-shadow:
    inset 0 1px 0 #fff,
    0 16px 34px rgba(var(--chip-shine), .14) !important;
}

/* Compact Ozark signature badge. Glacier owns the emblem while the tiny
   corner indicator preserves each product's color identity. */
body.home-shine .home-hero .gp-chips .gp-chip {
  grid-template-columns: 36px minmax(0, 1fr) 14px;
  column-gap: 9px;
}

body.home-shine .game-picker .gp-mark.oz-script-mark {
  overflow: hidden !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  border: 1px solid rgba(8, 124, 167, .2) !important;
  border-radius: 9px !important;
  background: linear-gradient(145deg, #fff, #eefaff) !important;
  box-shadow: inset 0 1px 0 #fff, 0 4px 10px rgba(8, 124, 167, .08) !important;
}

body.home-shine .game-picker .gp-mark.oz-script-mark::before {
  z-index: 1;
  inset: 7px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(145deg, #90ddf3, #19a8d1 48%, #075e80);
  box-shadow: none;
  filter: none;
  transform: none;
  -webkit-mask: url("/assets/img/ozark-logo.webp") center / contain no-repeat;
  mask: url("/assets/img/ozark-logo.webp") center / contain no-repeat;
}

body.home-shine .game-picker .gp-mark.oz-script-mark::after {
  position: absolute;
  z-index: 2;
  right: 3px;
  bottom: 3px;
  width: 4px;
  height: 4px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  background: rgb(var(--chip-shine)) !important;
  box-shadow: none;
  content: "" !important;
}

body.home-shine .game-picker .gp-mark.oz-script-mark > .oz-script-mark-logo {
  width: 68% !important;
  height: 68% !important;
  opacity: 0 !important;
  filter: none !important;
}

@supports not ((-webkit-mask: url("") center / contain no-repeat) or (mask: url("") center / contain no-repeat)) {
  body.home-shine .game-picker .gp-mark.oz-script-mark::before { display: none; }
  body.home-shine .game-picker .gp-mark.oz-script-mark > .oz-script-mark-logo {
    opacity: .96 !important;
    filter: brightness(0) saturate(100%) invert(37%) sepia(85%) saturate(999%) hue-rotate(159deg) brightness(90%) contrast(95%) !important;
  }
}

body.home-shine .home-products .pc {
  --shine-rgb: 8, 124, 167;
  --shine-action-top: #087ca7;
  --shine-action: #075e80;
  --shine-action-bottom: #064f6c;
  --shine-soft: #f1fbfe;
  --accent: rgb(var(--shine-rgb));
  --product-rgb: var(--shine-rgb);
  border-color: rgba(var(--shine-rgb), .26) !important;
  background-color: rgba(255, 255, 255, .97) !important;
  background-image:
    linear-gradient(132deg, rgba(255, 255, 255, 1), rgba(252, 254, 255, .95) 58%, rgba(var(--shine-rgb), .055)) !important;
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(var(--shine-rgb), .05),
    0 18px 44px rgba(8, 124, 167, .085),
    0 7px 20px rgba(var(--shine-rgb), .08) !important;
}

body.home-shine .home-products .pc.nba {
  --shine-rgb: 241, 38, 130;
  --shine-action-top: #d91870;
  --shine-action: #bd155f;
  --shine-action-bottom: #9f0e4d;
  --shine-soft: #fff1f8;
}

body.home-shine .home-products .pc.cod {
  --shine-rgb: 0, 154, 91;
  --shine-action-top: #007e59;
  --shine-action: #006e53;
  --shine-action-bottom: #005a44;
  --shine-soft: #eef9f4;
}

body.home-shine .home-products .pc.plus {
  --shine-rgb: 8, 124, 167;
  --shine-action-top: #087ca7;
  --shine-action: #075e80;
  --shine-action-bottom: #064f6c;
  --shine-soft: #effaff;
}

body.home-shine .home-products .pc::before {
  height: 4px;
  background: linear-gradient(90deg, rgba(var(--shine-rgb), .75), rgb(var(--shine-rgb)) 52%, rgba(255, 255, 255, .75)) !important;
  box-shadow: 0 3px 16px rgba(var(--shine-rgb), .24);
}

body.home-shine .home-products .pc:hover,
body.home-shine .home-products .pc:focus-within {
  border-color: rgba(var(--shine-rgb), .45) !important;
  box-shadow:
    inset 0 1px 0 #fff,
    0 26px 58px rgba(8, 124, 167, .12),
    0 12px 30px rgba(var(--shine-rgb), .14) !important;
}

body.home-shine .home-products .pc-media {
  border-bottom-color: rgba(var(--shine-rgb), .26) !important;
  background-color: var(--shine-soft) !important;
  background-image:
    linear-gradient(rgba(var(--shine-rgb), .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--shine-rgb), .035) 1px, transparent 1px),
    radial-gradient(circle at 50% 43%, rgba(var(--shine-rgb), .16), transparent 48%),
    linear-gradient(132deg, rgba(255, 255, 255, .9), transparent 43%),
    linear-gradient(180deg, #ffffff, var(--shine-soft)) !important;
  background-size: 30px 30px, 30px 30px, auto, auto, auto !important;
}

body.home-shine .home-products .pc.cod .pc-media {
  background-image:
    linear-gradient(rgba(var(--shine-rgb), .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--shine-rgb), .03) 1px, transparent 1px),
    radial-gradient(circle at 50% 43%, rgba(var(--shine-rgb), .12), transparent 50%),
    linear-gradient(132deg, rgba(255, 255, 255, .9), transparent 43%),
    linear-gradient(180deg, #ffffff, var(--shine-soft)) !important;
}

body.home-shine .home-products .pc-media::after {
  border-color: rgba(255, 255, 255, .92);
  background:
    linear-gradient(118deg, rgba(255, 255, 255, .52), transparent 24% 70%, rgba(var(--shine-rgb), .1));
  box-shadow:
    inset 0 0 0 1px rgba(var(--shine-rgb), .08),
    inset 0 -38px 48px rgba(var(--shine-rgb), .055),
    0 0 0 1px rgba(255, 255, 255, .42);
}

body.home-shine .home-products .pc-body,
body.home-shine .home-products .pc-price-block {
  background:
    linear-gradient(180deg, rgba(var(--shine-rgb), .035), transparent 58px),
    #fff !important;
}

body.home-shine .home-products .pc-title,
body.home-shine .home-products .pc-price .amount {
  text-shadow: 0 0 20px rgba(var(--shine-rgb), .16), 0 1px 0 #fff;
}

body.home-shine .home-products .pc-btn {
  border: 1px solid var(--shine-action-bottom) !important;
  color: #fff !important;
  background: linear-gradient(180deg, var(--shine-action-top), var(--shine-action) 52%, var(--shine-action-bottom)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .38),
    inset 0 -1px 0 rgba(0, 0, 0, .12),
    0 10px 24px rgba(var(--shine-rgb), .26) !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .18);
}

body.home-shine .home-products .pc-btn:hover,
body.home-shine .home-products .pc-btn:focus-visible {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .46),
    inset 0 -1px 0 rgba(0, 0, 0, .14),
    0 14px 30px rgba(var(--shine-rgb), .34) !important;
}

body.home-shine .home-products .pc-btn::before,
body.home-shine .acc-btn::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), transparent) !important;
}

body.home-shine .home-products .pc-btn::after {
  background: rgba(255, 255, 255, .14);
}

body.home-shine .home-products .pc-featured-tag {
  border-color: rgba(255, 255, 255, .44);
  background: linear-gradient(180deg, #19a8d1, #075e80);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .38), 0 9px 22px rgba(8, 124, 167, .24);
}

body.home-shine :is(.purchase-assurance, .acc, .demo-teaser .dt-card, .ownership-path, .review-scoreboard, .review-toolbar) {
  border-color: rgba(8, 124, 167, .2) !important;
  background-color: rgba(255, 255, 255, .96) !important;
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(248, 253, 255, .94) 68%, rgba(144, 221, 243, .12)) !important;
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(8, 124, 167, .05),
    0 16px 40px rgba(8, 124, 167, .09) !important;
}

/* Homepage setup journey: keep the headline and connector path in one loop. */
body.home-shine .ownership-path .op-kicker {
  border-color: rgba(8, 124, 167, .24) !important;
  color: #075e80 !important;
  background: linear-gradient(145deg, #fff, #eaf8fc) !important;
  box-shadow: inset 0 1px 0 #fff, 0 7px 18px rgba(8, 124, 167, .09) !important;
}

body.home-shine .ownership-path .op-heading h2 span {
  color: transparent;
  background: linear-gradient(105deg, #075e80 0%, #19a8d1 48%, #087ca7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 8px 16px rgba(8, 124, 167, .12));
}

body.home-shine #ownershipPathTitle.motion-heading.is-headline-looping .motion-word {
  animation: homePathHeadlineLoop 5200ms cubic-bezier(.22, 1, .36, 1) infinite both !important;
  animation-delay: calc(70ms + (var(--word-order, 0) * 42ms)) !important;
}

body.home-shine #ownershipPathTitle.is-headline-looping:not(.motion-heading) {
  animation: homePathHeadlineFallback 5200ms cubic-bezier(.22, 1, .36, 1) infinite both !important;
}

@keyframes homePathHeadlineLoop {
  0%, 3% {
    opacity: 0;
    transform: translate3d(0, .72em, 0);
  }

  14%, 78% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  94%, 100% {
    opacity: 0;
    transform: translate3d(0, -.12em, 0);
  }
}

@keyframes homePathHeadlineDissolve {
  0%, 3% { opacity: 0; }
  14%, 78% { opacity: 1; }
  94%, 100% { opacity: .28; }
}

body.home-shine .home-products .pc.aim {
  --shine-rgb: 201, 52, 147;
  --shine-action-top: #c93493;
  --shine-action: #a6237b;
  --shine-action-bottom: #86175f;
  --shine-soft: #fff2f9;
}

@keyframes homeHeroWordDissolve {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes homePathHeadlineFallback {
  0%, 3%, 100% {
    opacity: 0;
    transform: translate3d(0, .34em, 0);
  }

  14%, 78% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  94% {
    opacity: 0;
    transform: translate3d(0, -.08em, 0);
  }
}

body.home-shine .ownership-path .op-track {
  width: min(100%, 560px);
  grid-template-columns: 82px minmax(44px, 1fr) 82px minmax(44px, 1fr) 82px;
  align-items: start;
}

body.home-shine .ownership-path .op-track > span {
  min-width: 0;
  grid-template-rows: 44px auto auto;
  gap: 4px;
}

body.home-shine .ownership-path .op-track > span > i {
  width: 44px !important;
  height: 44px !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: #fff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .4),
    inset 0 -1px 0 rgba(0, 0, 0, .12),
    0 9px 22px rgba(8, 124, 167, .2) !important;
}

body.home-shine .ownership-path .op-track > span:nth-of-type(1) > i {
  background: linear-gradient(135deg, #f12682 0 46%, #009a5b 54% 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .42),
    0 9px 22px rgba(241, 38, 130, .16),
    0 5px 16px rgba(0, 154, 91, .12) !important;
}

body.home-shine .ownership-path .op-track > span:nth-of-type(2) > i {
  background: linear-gradient(145deg, #19a8d1, #087ca7 58%, #075e80) !important;
}

body.home-shine .ownership-path .op-track > span:nth-of-type(3) > i {
  background: linear-gradient(145deg, #087ca7, #075e80 66%, #063f58) !important;
}

body.home-shine .ownership-path .op-track small {
  color: #253740 !important;
  font-size: 11px;
  font-weight: 850;
}

body.home-shine .ownership-path .op-track em {
  color: #6a7a82;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

body.home-shine .ownership-path .op-track > b {
  height: 3px;
  margin-top: 21px;
  border-radius: 999px;
  background: rgba(8, 124, 167, .13) !important;
}

body.home-shine .ownership-path .op-track > b::after {
  animation: none !important;
  background: linear-gradient(90deg, #19a8d1, #087ca7) !important;
  transform: scaleX(0);
  transform-origin: left center;
  transition: none !important;
}

body.home-shine.motion-ready.motion-loaded .ownership-path.is-visible.is-journey-looping .op-track > b:nth-of-type(1)::after {
  animation: homePathLineOneLoop 5200ms cubic-bezier(.22, 1, .36, 1) infinite both !important;
}

body.home-shine.motion-ready.motion-loaded .ownership-path.is-visible.is-journey-looping .op-track > b:nth-of-type(2)::after {
  animation: homePathLineTwoLoop 5200ms cubic-bezier(.22, 1, .36, 1) infinite both !important;
}

@keyframes homePathLineOneLoop {
  0%, 12% {
    opacity: 0;
    transform: scaleX(0);
  }

  26%, 78% {
    opacity: 1;
    transform: scaleX(1);
  }

  94%, 100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes homePathLineTwoLoop {
  0%, 28% {
    opacity: 0;
    transform: scaleX(0);
  }

  42%, 78% {
    opacity: 1;
    transform: scaleX(1);
  }

  94%, 100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

body.home-shine .acc {
  --shine-rgb: 201, 52, 147;
  --shine-action-top: #b72b86;
  --shine-action: #a92376;
  --shine-action-bottom: #8c2169;
  border-color: rgba(var(--shine-rgb), .24) !important;
  background-image:
    radial-gradient(circle at 100% 0, rgba(var(--shine-rgb), .08), transparent 30%),
    linear-gradient(145deg, #fff, #fdf9fc) !important;
}

body.home-shine .acc-media {
  background:
    radial-gradient(circle at 50% 46%, rgba(var(--shine-rgb), .12), transparent 60%),
    linear-gradient(180deg, #fff, #fdf1f8) !important;
}

body.home-shine .acc-h .gradient,
body.home-shine .acc-wordmark {
  background: linear-gradient(135deg, #c93493, #8c2169) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 0 18px rgba(var(--shine-rgb), .18) !important;
}

body.home-shine .acc-btn {
  border-color: var(--shine-action-bottom) !important;
  color: #fff !important;
  background: linear-gradient(180deg, var(--shine-action-top), var(--shine-action) 52%, var(--shine-action-bottom)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .36),
    inset 0 -1px 0 rgba(0, 0, 0, .12),
    0 10px 24px rgba(var(--shine-rgb), .24) !important;
}

body.home-shine .purchase-assurance .pa-mark {
  box-shadow: inset 0 1px 0 #fff, 0 6px 16px rgba(8, 124, 167, .12);
}

/* Keep the shared Ozark mark as a small signature on drawer product art. */
body.home-shine .product-details-mark.oz-script-mark {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
}

body.home-shine .site-footer {
  border-top-color: rgba(8, 124, 167, .18);
  background:
    radial-gradient(circle at 12% 0, rgba(25, 168, 209, .09), transparent 24rem),
    linear-gradient(180deg, rgba(248, 253, 255, .98), rgba(239, 249, 252, .96));
  box-shadow: inset 0 1px 0 #fff;
}

body.home-shine .site-footer .wrap.oz-liquid-surface.oz-liquid-major {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Let the hero promise land clearly before the rest of the page takes over. */
body.home-shine.motion-ready.motion-loaded .home-hero h1.motion-heading.is-visible .motion-word {
  animation-duration: 820ms !important;
  animation-delay: calc(65ms + (var(--word-order, 0) * 55ms)) !important;
}

@media (max-width: 760px) {
  body.home-shine {
    background:
      radial-gradient(circle at 12% 2%, rgba(25, 168, 209, .08), transparent 19rem),
      linear-gradient(180deg, #fff, #f8fdff 30rem, #fff 66rem) !important;
  }

  body.home-shine .home-hero {
    background:
      radial-gradient(circle at 50% 6%, rgba(25, 168, 209, .12), transparent 20rem),
      linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(248, 253, 255, .5) 76%, transparent);
  }

  body.home-shine .home-hero h1 {
    width: min(100%, 20rem);
    font-size: clamp(2rem, 9.5vw, 2.375rem);
    line-height: 1.04;
  }

  body.home-shine .home-hero h1 > br {
    display: none;
  }

  body.home-shine .home-hero h1 .accent {
    display: block;
    margin-top: .1em;
    white-space: nowrap;
  }

  body.home-shine .home-hero h1 .accent,
  body.home-shine .home-hero h1 .accent :is(.motion-word-mask, .motion-word) {
    color: #075e80 !important;
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #075e80 !important;
    text-shadow: 0 8px 22px rgba(8, 124, 167, .16) !important;
  }

  body.home-shine.motion-ready .home-hero h1.motion-hero,
  body.home-shine.motion-ready.motion-loaded .home-hero h1.motion-hero {
    opacity: 1 !important;
    translate: none !important;
    transform: none !important;
    transition: none !important;
  }

  body.home-shine.motion-ready .home-hero h1.motion-heading .motion-word {
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  body.home-shine.motion-ready.motion-loaded .home-hero h1.motion-heading.is-visible .motion-word {
    animation: homeHeroWordDissolve 780ms cubic-bezier(.22, 1, .36, 1) both !important;
    animation-delay: calc(55ms + (var(--word-order, 0) * 50ms)) !important;
    transform: none !important;
  }

  body.home-shine .home-hero .gp-chips .gp-chip {
    grid-template-columns: 32px minmax(0, 1fr) 12px;
    column-gap: 7px;
  }

  body.home-shine .game-picker .gp-mark.oz-script-mark {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
  }

  body.home-shine .product-details-mark.oz-script-mark {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
  }

  body.home-shine .ownership-path .op-track {
    grid-template-columns: 72px minmax(28px, 1fr) 72px minmax(28px, 1fr) 72px;
  }
}

@media (max-width: 620px) {
  body.home-shine .home-hero {
    padding-top: clamp(1.25rem, 6vw, 1.625rem) !important;
  }

  body.home-shine .home-hero .trust-strip,
  body.home-shine .home-hero .game-picker {
    margin-inline: .75rem;
  }

  body.home-shine .home-hero .gp-chips {
    gap: .375rem;
  }

  body.home-shine .site-footer {
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom));
  }
}

@media (max-width: 480px) {
  body.home-shine .ownership-path .op-track {
    grid-template-columns: 60px minmax(18px, 1fr) 60px minmax(18px, 1fr) 60px;
  }

  body.home-shine .ownership-path .op-track em {
    font-size: 7.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-shine.motion-ready:not(.motion-loaded) .home-hero h1.motion-heading .motion-word {
    opacity: 0 !important;
  }

  body.home-shine.motion-ready .home-hero h1.motion-heading .motion-word {
    animation: none !important;
    transform: none !important;
  }

  body.home-shine.motion-ready.motion-loaded .home-hero h1.motion-heading.is-visible .motion-word {
    animation: homeHeroWordDissolve 800ms ease-out both !important;
    animation-delay: calc(55ms + (var(--word-order, 0) * 50ms)) !important;
    transform: none !important;
  }

  body.home-shine #ownershipPathTitle.motion-heading.is-headline-looping .motion-word {
    animation: homePathHeadlineDissolve 5200ms ease-in-out infinite both !important;
    animation-delay: calc(70ms + (var(--word-order, 0) * 42ms)) !important;
    transform: none !important;
  }

  body.home-shine #ownershipPathTitle.is-headline-looping:not(.motion-heading) {
    animation: homePathHeadlineDissolve 5200ms ease-in-out infinite both !important;
    transform: none !important;
  }

  body.home-shine .ownership-path .op-track > b::after {
    animation: none !important;
    opacity: 0;
    transform: scaleX(1) !important;
  }

  body.home-shine.motion-ready.motion-loaded .ownership-path.is-visible.is-journey-looping .op-track > b:nth-of-type(1)::after {
    animation: homePathLineOneLoop 5200ms ease-in-out infinite both !important;
    transform: scaleX(1) !important;
  }

  body.home-shine.motion-ready.motion-loaded .ownership-path.is-visible.is-journey-looping .op-track > b:nth-of-type(2)::after {
    animation: homePathLineTwoLoop 5200ms ease-in-out infinite both !important;
    transform: scaleX(1) !important;
  }

  body.home-shine .review-media-preview img {
    transition: none !important;
  }

  body.home-shine .review-media-preview:hover img {
    transform: none !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  body.home-shine .site-header,
  body.home-shine .hero-rating-proof,
  body.home-shine .home-hero .trust-strip,
  body.home-shine .game-picker .gp-chip,
  body.home-shine .home-products .pc {
    background-color: #fff !important;
  }
}

/* Review gameplay stays poster-only until a customer explicitly starts it. */
body.home-shine .review-media-disclosure {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: -.1rem 0 .85rem;
  color: #56717d;
  font-size: .6875rem;
  font-weight: 700;
  line-height: 1.45;
}

body.home-shine .review-media-disclosure::before {
  content: "";
  width: .45rem;
  height: .45rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #087ca7;
  box-shadow: 0 0 0 .25rem rgba(8, 124, 167, .1);
}

body.home-shine .review-item blockquote {
  margin-bottom: .875rem;
}

body.home-shine .review-related-media {
  min-width: 0;
  margin: auto 0 0;
  padding-top: .25rem;
}

body.home-shine .review-media-stage {
  position: relative;
  width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--review-accent, #087ca7) 30%, #cfe3eb);
  border-radius: .65rem;
  background: #07151c;
  box-shadow: inset 0 1px rgba(255, 255, 255, .2), 0 .5rem 1.25rem rgba(7, 94, 128, .1);
  isolation: isolate;
}

body.home-shine .review-media-preview {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 44px;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: #fff;
  background: #07151c;
  cursor: pointer;
}

body.home-shine .review-media-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(3, 16, 23, .02) 28%, rgba(3, 16, 23, .78) 100%);
  pointer-events: none;
}

body.home-shine .review-media-preview img,
body.home-shine .review-media-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #07151c;
}

body.home-shine .review-media-preview img {
  transition: transform 220ms cubic-bezier(.22, 1, .36, 1), opacity 180ms ease;
}

body.home-shine .review-media-preview:hover img {
  opacity: .94;
  transform: scale(1.018);
}

body.home-shine .review-media-preview:focus-visible {
  outline: 3px solid #42bce2;
  outline-offset: -3px;
}

body.home-shine .review-media-play {
  position: absolute;
  right: .65rem;
  bottom: .6rem;
  left: .65rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: .5rem;
  text-align: left;
}

body.home-shine .review-media-play i {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 50%;
  color: #075e80;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .24);
  font-size: .68rem;
  font-style: normal;
  padding-left: .1rem;
}

body.home-shine .review-media-play b {
  color: #fff;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .01em;
  line-height: 1.2;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}

body.home-shine .review-media-caption {
  display: flex;
  align-items: center;
  gap: .35rem;
  margin-top: .45rem;
  color: #56717d;
  font-size: .625rem;
  font-weight: 750;
  line-height: 1.35;
}

body.home-shine .review-media-caption::before {
  content: "";
  width: .35rem;
  height: .35rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--review-accent, #087ca7);
}

body.home-shine .review-related-media + footer {
  margin-top: .85rem;
}

@supports not (color: color-mix(in srgb, #000 50%, #fff)) {
  body.home-shine .review-media-stage {
    border-color: #bcdce8;
  }
}

@media (max-width: 680px) {
  body.home-shine .review-media-disclosure {
    align-items: flex-start;
    margin-top: 0;
    font-size: .65rem;
  }

  body.home-shine .review-grid,
  body.home-shine .review-item,
  body.home-shine .review-related-media,
  body.home-shine .review-media-stage {
    width: 100%;
    min-width: 0;
  }

  body.home-shine .review-media-play i {
    width: 2.75rem;
    height: 2.75rem;
  }

  body.home-shine .review-media-play b {
    font-size: .76rem;
  }

  body.home-shine .review-media-play {
    right: auto;
    left: 50%;
    width: max-content;
    max-width: calc(100% - 5rem);
    transform: translateX(-50%);
  }
}
