:root {
  color-scheme: dark;
  font-family: "Arial Black", "Hiragino Kaku Gothic ProN", "Yu Gothic", system-ui, sans-serif;
  --gold: #ffd54a;
  --hot: #ff234f;
  --cyan: #47e8ff;
  --ink: #0c0308;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
a { color: inherit; }

.dvd-selector-page {
  min-height: 100vh;
  overflow-x: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 8% 9%, rgba(255, 35, 79, .34), transparent 27rem),
    radial-gradient(circle at 91% 35%, rgba(59, 226, 255, .25), transparent 30rem),
    linear-gradient(145deg, #090005 0%, #1c020b 48%, #020814 100%);
}

.dvd-selector-page::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

.sale-ticker {
  width: 100%;
  overflow: hidden;
  color: #180006;
  background: var(--gold);
  border-bottom: 4px solid #fff;
  box-shadow: 0 8px 30px rgba(255, 213, 74, .22);
}

.sale-ticker div {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 22px;
  padding: 11px 0;
  animation: ticker 17s linear infinite;
}

.sale-ticker span {
  font-size: clamp(.85rem, 1.5vw, 1.05rem);
  font-weight: 1000;
  letter-spacing: .11em;
  white-space: nowrap;
}

.sale-ticker i { color: #f10d3d; font-style: normal; }

.dvd-selector {
  width: min(1220px, calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(24px, 4vw, 54px) 0 28px;
}

.selector-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(430px, 57vw, 650px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 7vw, 88px);
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.22);
  border-radius: clamp(24px, 4vw, 50px);
  background:
    linear-gradient(114deg, rgba(0,0,0,.92) 0 48%, rgba(0,0,0,.2) 73%),
    linear-gradient(135deg, #3d0010, #ff1646 52%, #ffb300);
  box-shadow:
    0 0 0 7px rgba(255,255,255,.035),
    0 35px 100px rgba(0,0,0,.55),
    inset 0 0 90px rgba(255,211,75,.12);
}

.selector-hero::before {
  position: absolute;
  inset: -25%;
  z-index: -2;
  content: "";
  background: repeating-conic-gradient(from 12deg, rgba(255,255,255,.13) 0 5deg, transparent 5deg 14deg);
  animation: rays 36s linear infinite;
}

.selector-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 84% 44%, transparent 0 8.5rem, rgba(255,255,255,.2) 8.7rem 8.9rem, transparent 9.1rem),
    linear-gradient(90deg, transparent, rgba(255,255,255,.04));
}

.hero-brand {
  position: absolute;
  top: clamp(20px, 3vw, 36px);
  left: clamp(22px, 5vw, 64px);
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
}

.hero-brand span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #190007;
  background: var(--gold);
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 1000;
  box-shadow: 0 0 30px rgba(255,213,74,.45);
}

.hero-brand b { max-width: 110px; font-size: .78rem; line-height: 1.05; letter-spacing: .13em; }
.hero-kicker { margin: 28px 0 8px; color: #fff1b0; font-size: clamp(.75rem, 1.4vw, 1rem); font-weight: 1000; letter-spacing: .24em; }

.selector-hero h1 {
  display: grid;
  width: max-content;
  margin: 0;
  color: #fff;
  line-height: .88;
  letter-spacing: -.07em;
  text-shadow: 0 9px 35px rgba(0,0,0,.48);
}

.selector-hero h1 > span {
  margin-left: .15em;
  font-size: clamp(2.3rem, 6vw, 5rem);
}

.selector-hero h1 strong {
  display: flex;
  align-items: flex-end;
  font-size: clamp(3.1rem, 8vw, 7.4rem);
}

.selector-hero h1 strong > span {
  color: var(--gold);
  font-size: 1.42em;
  text-shadow: 0 0 32px rgba(255,213,74,.34), 0 10px 35px rgba(0,0,0,.55);
}

.selector-hero h1 small {
  padding-bottom: .13em;
  color: #fff;
  font-size: .48em;
}

.hero-lead {
  max-width: 590px;
  margin: 22px 0 0;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", system-ui, sans-serif;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 800;
  line-height: 1.75;
}

.hero-proof { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.hero-proof span {
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(0,0,0,.27);
  backdrop-filter: blur(8px);
  font-size: .78rem;
  font-weight: 900;
}

.hero-disc {
  position: absolute;
  right: clamp(-95px, 2vw, 35px);
  top: 50%;
  width: clamp(310px, 42vw, 520px);
  aspect-ratio: 1;
  transform: translateY(-50%);
  border: 3px solid rgba(255,255,255,.65);
  border-radius: 50%;
  background:
    radial-gradient(circle, #090909 0 6%, #fff 6.4% 7.5%, #1a1a1d 8% 16%, transparent 16.5%),
    conic-gradient(from 0deg, #ff3671, #ffd54a, #66f5ff, #8a59ff, #ff3671);
  box-shadow: 0 0 75px rgba(255,213,74,.4), inset 0 0 80px rgba(0,0,0,.7);
  opacity: .86;
  animation: spin 22s linear infinite;
}

.hero-disc::before,
.hero-disc::after,
.hero-disc span {
  position: absolute;
  inset: 12%;
  content: "";
  border: 1px solid rgba(255,255,255,.44);
  border-radius: 50%;
}

.hero-disc::after { inset: 27%; border-width: 2px; }
.hero-disc span { inset: 39%; background: rgba(0,0,0,.78); box-shadow: 0 0 0 8px rgba(255,255,255,.15); }

.hero-burst {
  position: absolute;
  top: clamp(24px, 5vw, 70px);
  right: clamp(5px, 2.5vw, 36px);
  display: grid;
  place-content: center;
  width: clamp(110px, 15vw, 178px);
  aspect-ratio: 1;
  color: #160006;
  background: var(--gold);
  clip-path: polygon(50% 0,61% 20%,80% 8%,82% 30%,100% 34%,85% 50%,100% 66%,79% 69%,80% 93%,61% 80%,50% 100%,39% 80%,20% 93%,21% 70%,0 66%,15% 50%,0 34%,20% 30%,20% 8%,39% 20%);
  filter: drop-shadow(0 12px 20px rgba(0,0,0,.35));
  transform: rotate(8deg);
  text-align: center;
  animation: pulse 2.1s ease-in-out infinite;
}

.hero-burst b { font-size: clamp(.75rem, 1.3vw, 1rem); letter-spacing: .14em; }
.hero-burst strong { font-size: clamp(1.6rem, 3.1vw, 2.8rem); line-height: .9; }

.shop-select { padding: clamp(60px, 9vw, 110px) 0 30px; }
.section-title { margin-bottom: 30px; text-align: center; }
.section-title p { margin: 0; color: var(--gold); font-size: .82rem; font-weight: 1000; letter-spacing: .3em; }
.section-title h2 { margin: 8px 0; font-size: clamp(2.8rem, 7vw, 6.3rem); line-height: 1; letter-spacing: -.07em; }
.section-title > span { color: rgba(255,255,255,.65); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; font-size: .88rem; }

.shop-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 3vw, 32px); }

.shop-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 570px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(28px, 4vw, 50px);
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,.3);
  border-radius: clamp(26px, 4vw, 42px);
  box-shadow: 0 30px 80px rgba(0,0,0,.46);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.shop-card:hover,
.shop-card:focus-visible {
  transform: translateY(-9px) scale(1.012);
  border-color: #fff;
  box-shadow: 0 42px 95px rgba(0,0,0,.62);
  outline: none;
}

.bonnou-card { background: linear-gradient(150deg, #270006 0%, #860719 52%, #ff2746 100%); }
.imageum-card { background: linear-gradient(150deg, #03172c 0%, #064a72 50%, #08b7d5 100%); }

.shop-card::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(115deg, transparent 45%, rgba(255,255,255,.13) 46% 47%, transparent 48%),
    repeating-linear-gradient(-35deg, rgba(255,255,255,.035) 0 2px, transparent 2px 12px);
}

.shop-card::after {
  position: absolute;
  right: -19%;
  bottom: -21%;
  z-index: -1;
  width: 75%;
  aspect-ratio: 1;
  content: "";
  border: 2px solid rgba(255,255,255,.22);
  border-radius: 50%;
  box-shadow: inset 0 0 0 35px rgba(255,255,255,.055), inset 0 0 0 70px rgba(0,0,0,.09);
}

.card-number {
  position: absolute;
  top: 23px;
  right: 28px;
  color: rgba(255,255,255,.19);
  font-size: clamp(4rem, 10vw, 8rem);
  font-style: italic;
  line-height: 1;
  letter-spacing: -.09em;
}

.card-flash {
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  left: -160px;
  top: -170px;
  border-radius: 50%;
  background: rgba(255,211,74,.37);
  filter: blur(50px);
}

.imageum-card .card-flash { background: rgba(60,232,255,.42); }

.card-tag {
  padding: 8px 12px;
  color: #240009;
  background: var(--gold);
  border-radius: 4px;
  font-size: .72rem;
  font-weight: 1000;
  letter-spacing: .13em;
  transform: rotate(-2deg);
  box-shadow: 5px 5px 0 rgba(0,0,0,.25);
}

.imageum-card .card-tag { color: #001b25; background: var(--cyan); }

.shop-card > img {
  width: 112px;
  height: 112px;
  margin: 26px 0 18px;
  object-fit: cover;
  border: 4px solid rgba(255,255,255,.8);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(0,0,0,.36);
}

.imageum-card > img { object-fit: contain; background: #fff; }
.card-copy { display: grid; }
.card-copy small { color: #ffd9df; font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; font-size: clamp(.8rem, 1.4vw, 1rem); font-weight: 900; }
.imageum-card .card-copy small { color: #c6f8ff; }
.card-copy strong { margin: 6px 0 8px; font-size: clamp(2.8rem, 6vw, 5.1rem); line-height: .95; letter-spacing: -.075em; text-shadow: 0 8px 25px rgba(0,0,0,.3); }
.card-copy em { color: var(--gold); font-size: clamp(1.25rem, 2.5vw, 2rem); font-style: normal; }
.imageum-card .card-copy em { color: #9ff3ff; }

.card-features { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.card-features b {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  background: rgba(0,0,0,.18);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: .72rem;
}

.card-action {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding: 17px 18px;
  color: #260008;
  background: #fff;
  border-radius: 16px;
  font-size: clamp(.9rem, 1.7vw, 1.1rem);
  box-shadow: 0 14px 28px rgba(0,0,0,.25);
}

.card-action b {
  display: grid;
  place-items: center;
  min-width: 58px;
  height: 40px;
  padding: 0 9px;
  color: #220007;
  background: var(--gold);
  border-radius: 999px;
  font-size: .9rem;
}

.imageum-card .card-action b { color: #001b25; background: var(--cyan); }

.price-banner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px 24px;
  margin: clamp(35px, 7vw, 75px) 0 0;
  padding: clamp(25px, 4vw, 46px);
  color: #1a0108;
  background: var(--gold);
  border: 5px solid #fff;
  border-radius: 24px;
  box-shadow: 9px 9px 0 var(--hot), 18px 18px 0 rgba(255,255,255,.18);
  transform: rotate(-1deg);
}

.price-banner > span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 98px;
  aspect-ratio: 1;
  color: #fff;
  background: #170007;
  border-radius: 50%;
  text-align: center;
  font-size: .9rem;
  transform: rotate(5deg);
}

.price-banner strong { font-size: clamp(1.7rem, 4.7vw, 4.1rem); line-height: 1.05; letter-spacing: -.05em; }
.price-banner strong span { color: #f01640; }
.price-banner small { font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; font-size: clamp(.75rem, 1.5vw, .98rem); font-weight: 800; }

.selector-footer { padding: 80px 10px 34px; text-align: center; }
.selector-footer b { color: var(--gold); font-size: .9rem; letter-spacing: .22em; }
.selector-footer p { margin: 9px 0 0; color: rgba(255,255,255,.5); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; font-size: .76rem; }

@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes spin { to { transform: translateY(-50%) rotate(360deg); } }
@keyframes rays { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { transform: rotate(3deg) scale(1.06); } }

@media (max-width: 760px) {
  .dvd-selector { width: min(100% - 18px, 620px); padding-top: 16px; }
  .selector-hero { min-height: 520px; justify-content: flex-end; padding: 30px 22px 36px; }
  .hero-brand { top: 18px; left: 20px; }
  .hero-kicker { margin-top: 170px; font-size: .66rem; }
  .selector-hero h1 > span { font-size: clamp(2rem, 11vw, 3rem); }
  .selector-hero h1 strong { font-size: clamp(2.7rem, 14vw, 4rem); }
  .hero-disc { top: 26%; right: -70px; width: 270px; opacity: .72; }
  .hero-burst { top: 88px; left: 17px; right: auto; width: 100px; }
  .hero-lead { font-size: .9rem; line-height: 1.6; }
  .hero-proof span { padding: 7px 10px; font-size: .65rem; }
  .shop-grid { grid-template-columns: 1fr; }
  .shop-card { min-height: 510px; padding: 28px 24px; }
  .shop-card > img { width: 88px; height: 88px; margin: 20px 0 15px; border-radius: 20px; }
  .card-copy strong { font-size: clamp(2.6rem, 13vw, 4.1rem); }
  .price-banner { grid-template-columns: 72px 1fr; gap: 7px 14px; padding: 24px 18px; box-shadow: 6px 6px 0 var(--hot); }
  .price-banner > span { width: 72px; font-size: .68rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .sale-ticker div,
  .hero-disc,
  .selector-hero::before,
  .hero-burst { animation: none; }
  .shop-card { transition: none; }
}
