:root {
  --bg: #070403;
  --gold: #f6c453;
  --gold-2: #e08a1a;
  --gold-3: #8a4a08;
  --amber: #ffb347;
  --fire: #ff6a12;
  --ember: #ff3b00;
  --white: #f7f1e4;
  --green: #00ff55;
  --red: #ff3b3b;
  --cyan: #6ecbff;
  --cyan-2: #4aa3ff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  height: 100dvh;
  background: #050200;
  color: var(--white);
  font-family: Rajdhani, Segoe UI, sans-serif;
  overflow: hidden;
}

body {
  cursor: crosshair;
}

.fx-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 4;
  pointer-events: none;
}

.bg-fx {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 0;
  overflow: hidden;
  background: #050200;
  pointer-events: none;
}

.bg-photo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1920px;
  height: 1280px;
  max-width: none;
  transform: translate(-50%, -50%);
  object-fit: none;
  object-position: center;
  filter: saturate(1.18) contrast(1.1) brightness(1.04);
}

.bg-fx::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 0, 0, 0.78) 0%, rgba(2, 0, 0, 0.32) 12%, transparent 26%, transparent 74%, rgba(2, 0, 0, 0.32) 88%, rgba(2, 0, 0, 0.78) 100%),
    linear-gradient(180deg, rgba(2, 0, 0, 0.32) 0%, transparent 18%, transparent 62%, rgba(8, 2, 0, 0.82) 100%);
}

.bg-heat {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 108%, rgba(255, 80, 0, 0.42), transparent 42%),
    radial-gradient(ellipse at 18% 80%, rgba(255, 110, 20, 0.16), transparent 32%),
    radial-gradient(ellipse at 82% 78%, rgba(255, 90, 0, 0.14), transparent 34%),
    radial-gradient(ellipse at 50% 46%, rgba(255, 150, 40, 0.16), transparent 32%);
  mix-blend-mode: screen;
  animation: heat-breathe 5.5s ease-in-out infinite;
}

.bg-embers {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    radial-gradient(1px 1px at 12% 80%, rgba(255, 200, 80, 0.7), transparent),
    radial-gradient(1.5px 1.5px at 28% 70%, rgba(255, 120, 20, 0.55), transparent),
    radial-gradient(1px 1px at 67% 78%, rgba(255, 220, 120, 0.65), transparent),
    radial-gradient(2px 2px at 81% 62%, rgba(255, 90, 0, 0.45), transparent),
    radial-gradient(1px 1px at 44% 88%, rgba(255, 180, 60, 0.5), transparent);
  animation: ember-drift 9s linear infinite;
}

.vignette {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 44%, transparent 32%, rgba(0, 0, 0, 0.42) 100%);
}

.bg-forge {
  position: fixed;
  inset: auto 0 0;
  height: 42%;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(255, 90, 0, 0.38), transparent 58%),
    linear-gradient(180deg, transparent, rgba(40, 8, 0, 0.55));
  mix-blend-mode: screen;
}

body.is-forge .bg-heat {
  animation-duration: 3.2s;
  filter: brightness(1.18);
}

body.is-forge .bg-forge {
  height: 50%;
  filter: brightness(1.22);
}

.frame-ornament {
  position: fixed;
  inset: 14px;
  z-index: 5;
  pointer-events: none;
}

.frame-ornament .corner {
  position: absolute;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(240, 170, 50, 0.55);
  box-shadow: 0 0 18px rgba(255, 120, 10, 0.18);
}

.frame-ornament .tl { top: 0; left: 0; border-right: 0; border-bottom: 0; }
.frame-ornament .tr { top: 0; right: 0; border-left: 0; border-bottom: 0; }
.frame-ornament .bl { bottom: 0; left: 0; border-right: 0; border-top: 0; }
.frame-ornament .br { bottom: 0; right: 0; border-left: 0; border-top: 0; }

.frame-ornament .corner::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: radial-gradient(circle, #ffe7a8, #ff8a1a 55%, transparent 70%);
  box-shadow: 0 0 12px #ff9a20;
}

.frame-ornament .tl::before { top: -5px; left: -5px; }
.frame-ornament .tr::before { top: -5px; right: -5px; }
.frame-ornament .bl::before { bottom: -5px; left: -5px; }
.frame-ornament .br::before { bottom: -5px; right: -5px; }

.page {
  position: relative;
  z-index: 6;
  height: 100%;
  height: 100dvh;
  width: 100%;
  margin: 0 auto;
  padding: 28px 24px 48px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}

.hero,
.set-rack {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  min-height: calc(100vh - 40px);
  display: grid;
  grid-template-columns: 1fr minmax(300px, 680px) 1fr;
  gap: 18px;
  align-items: center;
}

.hero-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero-left,
.hero-right {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.9);
}

.hero-left { align-items: flex-start; text-align: left; }
.hero-right { align-items: flex-end; text-align: right; }
.hero-right .kit-block,
.hero-right .cta-stack,
.hero-right .kit-points { margin-left: auto; }

.brand-logo {
  display: block;
  width: min(100%, 340px);
  height: auto;
  filter: drop-shadow(0 0 16px rgba(255, 150, 30, 0.55));
}

.ornate-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  font-size: 12px;
  color: #ffe9c2;
  font-family: Cinzel, serif;
  text-shadow: 0 0 12px rgba(255, 140, 20, 0.55);
}

.ornate-kicker i {
  display: inline-block;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ffb347, #fff2c8, #ffb347, transparent);
  position: relative;
}

.ornate-kicker i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #ffc14d;
  box-shadow: 0 0 10px #ff8a1a;
}

.hero-right .ornate-kicker { justify-content: flex-end; }

.title-all {
  margin-top: 8px;
  font-family: Cinzel, serif;
  font-weight: 800;
  line-height: 0.86;
  text-transform: uppercase;
}

.title-all .word {
  display: block;
  font-size: clamp(48px, 7vw, 92px);
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, #fff8e4 6%, #ffe08a 24%, #f0a020 52%, #c45a00 78%, #ffd27a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 12px rgba(255, 140, 20, 0.9)) drop-shadow(0 0 30px rgba(255, 70, 0, 0.5));
  animation: molten-glow 2.8s ease-in-out infinite;
  position: relative;
}

.title-all .edition {
  font-size: clamp(56px, 8vw, 108px);
  letter-spacing: 0.12em;
}

.title-all .word::before,
.title-all .word::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: radial-gradient(circle, #fff 0%, #ffb347 40%, transparent 70%);
  animation: spark 1.8s ease-in-out infinite;
  pointer-events: none;
}

.title-all .word::before { top: -4px; left: 8%; }
.title-all .word::after { bottom: 6px; right: 10%; animation-delay: 0.7s; }

.edition-banner {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 8px 28px;
  font-family: Cinzel, serif;
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #3a2208;
  background:
    linear-gradient(180deg, #ffe7a8, #d4922a 55%, #8a4e0c);
  border: 1px solid #fff1c2;
  box-shadow:
    0 0 0 1px #6a3a08,
    0 0 18px rgba(255, 140, 20, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 12px 100%, 0 50%);
}

.title-kit {
  margin-top: 8px;
  font-family: Cinzel, serif;
  font-size: clamp(22px, 3.2vw, 36px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffe7b0;
  text-shadow: 0 0 16px rgba(255, 130, 20, 0.8);
}

.ornate-rule {
  margin-top: 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ffb347, #fff4d0, #ffb347, transparent);
  position: relative;
}

.ornate-rule span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #ffc14d;
  box-shadow: 0 0 10px #ff8a1a;
}

.kit-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: min(100%, 380px);
  color: #f3d9a6;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kit-points li {
  position: relative;
  padding-left: 18px;
}

.kit-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  background: #ffc14d;
  box-shadow: 0 0 8px #ff8a1a;
}

.hero-right .kit-points li {
  padding-left: 0;
  padding-right: 18px;
}

.hero-right .kit-points li::before {
  left: auto;
  right: 0;
}

.btn-site {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 8px;
  padding: 16px 34px;
  font-family: Cinzel, serif;
  font-size: 15px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #fff8e8;
  text-decoration: none;
  background: linear-gradient(180deg, #3a1a04, #140800);
  border: 2px solid #f0a020;
  box-shadow: 0 0 20px rgba(255, 120, 10, 0.55), inset 0 0 18px rgba(255, 140, 20, 0.12);
  clip-path: polygon(
    14px 0, calc(100% - 14px) 0,
    100% 14px,
    100% calc(50% - 7px), calc(100% - 7px) 50%, 100% calc(50% + 7px),
    100% calc(100% - 14px),
    calc(100% - 14px) 100%,
    14px 100%,
    0 calc(100% - 14px),
    0 calc(50% + 7px), 7px 50%, 0 calc(50% - 7px),
    0 14px
  );
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.btn-site .gem {
  width: 9px;
  height: 9px;
  background: linear-gradient(135deg, #fff, #ffb347);
  transform: rotate(45deg);
  box-shadow: 0 0 10px #ff8a1a;
}

.btn-site:not(.btn-ghost) .shine {
  position: absolute;
  inset: -20% -40%;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.42) 50%, transparent 65%);
  transform: translateX(-80%);
  animation: shine-sweep 3.2s ease-in-out 0.4s infinite;
  pointer-events: none;
}

.btn-site:hover {
  transform: scale(1.05);
  color: #fff;
  box-shadow: 0 0 32px rgba(255, 150, 30, 0.95), inset 0 0 22px rgba(255, 140, 20, 0.28);
}

.cta-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  width: min(100%, 380px);
}

.cta-stack .btn-site {
  width: 100%;
  margin-top: 0;
}

.btn-ghost {
  background: transparent;
  border-color: rgba(255, 214, 140, 0.7);
  box-shadow: 0 0 14px rgba(255, 120, 10, 0.25);
  letter-spacing: 0.22em;
  font-size: 13px;
  padding: 13px 28px;
}

.btn-ghost:hover {
  border-color: #f0a020;
}

.site-url {
  letter-spacing: 0.42em;
  text-transform: uppercase;
  font-size: 13px;
  color: #ffe9c2;
  text-shadow: 0 0 12px rgba(255, 130, 20, 0.6);
}

.site-url a {
  color: inherit;
  text-decoration: none;
}

.site-url a:hover {
  color: #fff4d4;
}

.limit-badge {
  display: inline-block;
  margin-top: 4px;
  padding: 8px 18px;
  border: 1px solid #f0a020;
  color: #ffe9c2;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 12px;
  background: rgba(180, 70, 0, 0.18);
  box-shadow: 0 0 16px rgba(255, 110, 10, 0.25);
}

.limit-badge.is-low {
  border-color: #ff9a2a;
  color: #ffe08a;
  font-weight: 700;
  background: rgba(220, 80, 0, 0.32);
  box-shadow: 0 0 22px rgba(255, 110, 10, 0.55);
}

.limit-badge.is-hot {
  border-color: #ff6a12;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.14em;
  background: rgba(255, 50, 0, 0.42);
  animation: limit-urgent 0.85s ease-in-out infinite;
}

.limit-badge.is-out {
  border-color: #ff3b3b;
  color: #ffb4b4;
  background: rgba(80, 0, 0, 0.4);
  box-shadow: 0 0 18px rgba(255, 40, 40, 0.35);
}

@keyframes limit-urgent {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 16px rgba(255, 80, 0, 0.5), 0 0 0 0 rgba(255, 90, 0, 0.45);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 34px rgba(255, 140, 20, 1), 0 0 0 6px rgba(255, 90, 0, 0);
  }
}

.launch-clock {
  margin-top: 4px;
  width: min(100%, 360px);
  padding: 12px 14px 14px;
  border: 1px solid rgba(240, 170, 50, 0.55);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 130, 20, 0.28), transparent 62%),
    linear-gradient(180deg, rgba(32, 12, 0, 0.7), rgba(6, 2, 0, 0.86));
  box-shadow:
    0 0 22px rgba(255, 90, 0, 0.28),
    inset 0 0 18px rgba(80, 20, 0, 0.28);
}

.clock-kicker {
  margin-bottom: 10px;
  text-align: center;
  font-family: Cinzel, serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffe9c2;
  text-shadow: 0 0 12px rgba(255, 140, 20, 0.55);
}

.clock-units {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.clock-units .unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 2px 7px;
  background: linear-gradient(180deg, #2a1204, #0a0300);
  border: 1px solid #c48422;
  box-shadow: 0 0 12px rgba(255, 110, 10, 0.22), inset 0 0 10px rgba(255, 90, 0, 0.14);
}

.clock-units strong {
  font-family: Cinzel, serif;
  font-size: 26px;
  line-height: 1;
  color: #ffe08a;
  text-shadow: 0 0 14px rgba(255, 140, 20, 0.9);
}

.clock-units strong.is-tick {
  animation: clock-tick 0.38s ease-out;
}

@keyframes clock-tick {
  0% {
    transform: scale(1.22);
    color: #fff6d0;
    text-shadow: 0 0 22px rgba(255, 190, 60, 1);
  }
  100% {
    transform: none;
  }
}

.clock-units span {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e8c98a;
}

.clock-live {
  display: none;
  margin-top: 10px;
  text-align: center;
  font-family: Cinzel, serif;
  letter-spacing: 0.22em;
  color: #00ff55;
  text-shadow: 0 0 12px rgba(0, 255, 85, 0.45);
}

.launch-clock.is-live .clock-units {
  display: none;
}

.launch-clock.is-live .clock-live {
  display: block;
}

.launch-clock.is-hot {
  border-color: #ff9a2a;
  box-shadow:
    0 0 28px rgba(255, 90, 0, 0.45),
    inset 0 0 22px rgba(255, 80, 0, 0.22);
}

.launch-clock.is-hot .clock-units strong {
  color: #ffb347;
  text-shadow: 0 0 16px rgba(255, 110, 10, 1);
}

.launch-clock.is-blaze {
  border-color: #ff6a12;
  animation: clock-blaze 0.9s ease-in-out infinite;
}

.launch-clock.is-blaze .clock-units strong {
  color: #ff6a12;
  animation: blink 0.7s ease-in-out infinite;
}

.launch-clock.is-blaze .clock-units strong.is-tick {
  animation: clock-tick 0.38s ease-out;
}

@keyframes clock-blaze {
  0%, 100% { box-shadow: 0 0 22px rgba(255, 80, 0, 0.4), inset 0 0 18px rgba(255, 70, 0, 0.2); }
  50% { box-shadow: 0 0 36px rgba(255, 110, 10, 0.75), inset 0 0 24px rgba(255, 80, 0, 0.35); }
}

.hero-center {
  position: relative;
  min-height: 62vh;
  pointer-events: none;
  display: grid;
  place-items: center;
}

.hero-ring {
  position: absolute;
  width: min(78%, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 190, 80, 0.22);
  box-shadow:
    0 0 40px rgba(255, 90, 0, 0.18),
    inset 0 0 50px rgba(255, 110, 10, 0.08);
  animation: halo-pulse 5.5s ease-in-out infinite;
}

.hero-ring.inner {
  width: min(52%, 340px);
  border-color: rgba(255, 160, 40, 0.16);
  animation-delay: -2.4s;
}

.price-wrap {
  position: relative;
  margin-top: 6px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 12px 22px;
  border: 1px solid #f0a020;
  background: linear-gradient(180deg, rgba(255, 140, 20, 0.2), rgba(0, 0, 0, 0.45));
}

.price-wrap .shine {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.price-wrap .shine::after {
  content: "";
  position: absolute;
  inset: -20% -40%;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.38) 50%, transparent 65%);
  animation: shine-sweep 3.4s ease-in-out infinite;
}

.price-wrap::before,
.price-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.price-wrap::before { right: 100%; margin-right: 10px; transform: scaleX(-1); }
.price-wrap::after { left: 100%; margin-left: 10px; }

.price-label {
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #ffd9a0;
}

.price {
  font-family: Cinzel, serif;
  font-size: clamp(32px, 5vw, 48px);
  color: #ffc14d;
  text-shadow: 0 0 18px rgba(255, 120, 10, 0.9);
  font-weight: 700;
}

.set-rack {
  margin-top: 8px;
  padding: 22px 18px 24px;
  background:
    linear-gradient(180deg, rgba(18, 6, 0, 0.55), rgba(4, 1, 0, 0.78));
  border: 1px solid rgba(240, 170, 50, 0.38);
  box-shadow:
    0 0 40px rgba(255, 80, 0, 0.16),
    inset 0 0 60px rgba(80, 20, 0, 0.28);
  position: relative;
}

.set-rack::before {
  content: "";
  position: absolute;
  inset: 6px;
  pointer-events: none;
  border: 1px solid rgba(255, 200, 90, 0.12);
}

.set-head {
  text-align: center;
  margin-bottom: 18px;
}

.set-head .ornate-kicker {
  justify-content: center;
}

.btn-watch {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 16px auto 8px;
  padding: 16px 42px;
  font-family: Cinzel, serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #3a2208;
  background: linear-gradient(180deg, #fff4c8, #ffc14d 42%, #e08a1a 72%, #b45a00);
  border: 1px solid #fff6d8;
  cursor: pointer;
  box-shadow:
    0 0 0 1px #6a3a08,
    0 0 28px rgba(255, 140, 20, 0.75),
    0 0 56px rgba(255, 80, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  overflow: hidden;
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 16px 100%, 0 50%);
  animation: watch-pulse 1.6s ease-in-out infinite;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn-watch .shine {
  position: absolute;
  inset: -20% -40%;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.55) 50%, transparent 65%);
  transform: translateX(-80%);
  animation: shine-sweep 2.8s ease-in-out infinite;
  pointer-events: none;
}

.btn-watch .watch-ring {
  position: absolute;
  inset: -8px -14px;
  border: 1px solid rgba(255, 210, 90, 0.45);
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 16px 100%, 0 50%);
  pointer-events: none;
  animation: watch-ring 1.6s ease-in-out infinite;
}

.btn-watch .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #3a2208;
}

.btn-watch:hover {
  transform: scale(1.07);
  filter: brightness(1.1);
  animation: none;
  box-shadow:
    0 0 0 1px #6a3a08,
    0 0 40px rgba(255, 180, 40, 1),
    0 0 70px rgba(255, 90, 0, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

@keyframes watch-pulse {
  0%, 100% {
    box-shadow:
      0 0 0 1px #6a3a08,
      0 0 22px rgba(255, 140, 20, 0.55),
      0 0 40px rgba(255, 80, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.65);
    transform: scale(1);
  }
  50% {
    box-shadow:
      0 0 0 1px #6a3a08,
      0 0 36px rgba(255, 180, 50, 0.95),
      0 0 70px rgba(255, 90, 0, 0.55),
      inset 0 1px 0 rgba(255, 255, 255, 0.75);
    transform: scale(1.035);
  }
}

@keyframes watch-ring {
  0%, 100% { opacity: 0.35; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}

@keyframes shine-sweep {
  0%, 28% { transform: translateX(-80%); opacity: 0; }
  42% { opacity: 1; }
  58% { transform: translateX(80%); opacity: 0; }
  100% { transform: translateX(80%); opacity: 0; }
}

.set-title {
  margin-top: 8px;
  font-family: Cinzel, serif;
  font-size: clamp(16px, 2.2vw, 22px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffe7b0;
  text-shadow: 0 0 14px rgba(255, 130, 20, 0.7);
}

.hint {
  margin: 10px 0 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e8c98a;
  animation: blink 2.2s ease-in-out infinite;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85);
}

.ready .set-rack { animation: fade-up 0.9s 0.35s both; }

.go-site {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 1440px;
  margin: 28px auto 40px;
  padding: 0 8px 24px;
}

.go-site-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  width: 100%;
}

.btn-go-site {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: min(100%, 320px);
  padding: 18px 40px;
  font-family: Cinzel, serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #3a2208;
  text-decoration: none;
  background: linear-gradient(180deg, #ffe7a8, #d4922a 55%, #8a4e0c);
  border: 1px solid #fff1c2;
  cursor: pointer;
  box-shadow:
    0 0 0 1px #6a3a08,
    0 0 28px rgba(255, 140, 20, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 16px 100%, 0 50%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-go-site .gem {
  width: 9px;
  height: 9px;
  background: #3a2208;
  transform: rotate(45deg);
  box-shadow: 0 0 8px rgba(255, 240, 180, 0.8);
}

.btn-go-site .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #3a2208;
  filter: drop-shadow(0 0 6px rgba(80, 30, 0, 0.4));
}

.btn-video {
  color: #fff8e8;
  background: linear-gradient(180deg, #3a1a04, #140800);
  border-color: #f0a020;
  box-shadow: 0 0 20px rgba(255, 120, 10, 0.45), inset 0 0 18px rgba(255, 140, 20, 0.12);
}

.btn-video .play {
  border-color: transparent transparent transparent #ffe08a;
}

.btn-go-site:hover {
  transform: scale(1.04);
  filter: brightness(1.08);
  box-shadow:
    0 0 0 1px #6a3a08,
    0 0 40px rgba(255, 160, 30, 0.85),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.go-site-url {
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #e8c98a;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.legal {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto 28px;
  padding: 18px 16px 8px;
  text-align: center;
  border-top: 1px solid rgba(240, 170, 50, 0.22);
}

.legal p {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #c9a46a;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

.legal a {
  color: #ffe7b0;
  text-decoration: none;
}

.legal a:hover {
  color: #fff4d4;
}

.legal .powered {
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e8c98a;
}

.video-stage {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}

.video-stage[hidden] {
  display: none;
}

.video-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(80, 20, 0, 0.35), rgba(0, 0, 0, 0.88) 70%);
  cursor: pointer;
}

.video-panel {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.video-panel .ornate-kicker {
  justify-content: center;
  font-size: 13px;
}

.video-frame {
  position: relative;
  width: 100%;
  background: #050200;
  border: 1px solid #c48422;
  box-shadow:
    0 0 0 1px #3a1c04,
    0 0 50px rgba(255, 110, 10, 0.35),
    inset 0 0 40px rgba(255, 90, 0, 0.12);
  overflow: hidden;
}

.video-frame .v-corner {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #ffd27a;
  z-index: 2;
  pointer-events: none;
}

.video-frame .tl { top: 8px; left: 8px; border-right: 0; border-bottom: 0; }
.video-frame .tr { top: 8px; right: 8px; border-left: 0; border-bottom: 0; }
.video-frame .bl { bottom: 8px; left: 8px; border-right: 0; border-top: 0; }
.video-frame .br { bottom: 8px; right: 8px; border-left: 0; border-top: 0; }

.set-video {
  display: block;
  width: 100%;
  max-height: min(72vh, 620px);
  background: #000;
  vertical-align: top;
}

.video-close {
  appearance: none;
  border: 1px solid #c48422;
  background: linear-gradient(180deg, #2a1204, #0a0300);
  color: #ffe7b0;
  font-family: Cinzel, serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 10px 28px;
  cursor: pointer;
  box-shadow: 0 0 16px rgba(255, 110, 10, 0.25);
}

.video-close:hover {
  border-color: #ffe08a;
  color: #fff;
}

.parts {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.part {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.part .icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 50% 58%, rgba(255, 120, 20, 0.28), transparent 58%),
    linear-gradient(180deg, #1a0c04 0%, #050200 70%);
  border: 1px solid #c48422;
  box-shadow:
    0 0 0 1px #3a1c04,
    0 0 18px rgba(255, 110, 10, 0.22),
    inset 0 0 22px rgba(255, 90, 0, 0.16);
  overflow: hidden;
}

.part .icon::before,
.part .icon::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #ffd27a;
  z-index: 2;
  pointer-events: none;
}

.part .icon::before {
  top: 4px;
  left: 4px;
  border-right: 0;
  border-bottom: 0;
}

.part .icon::after {
  right: 4px;
  bottom: 4px;
  border-left: 0;
  border-top: 0;
}

.part .slot-glow {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 150, 40, 0.35), transparent 70%);
  filter: blur(8px);
  animation: heat-breathe 3.4s ease-in-out infinite;
  pointer-events: none;
}

.part img {
  position: relative;
  z-index: 1;
  width: 86%;
  height: 86%;
  object-fit: contain;
  display: block;
  image-rendering: auto;
  filter: drop-shadow(0 0 10px rgba(255, 140, 30, 0.85));
  transition: transform 0.22s ease, filter 0.22s ease;
}

.part[data-item="sword"] img {
  width: 62%;
  height: 62%;
}

.part[data-item="helm"] img {
  width: 78%;
  height: 78%;
}

.part[data-item="pants"] img {
  width: 72%;
  height: 72%;
}

.part[data-item="shield"] img {
  width: 80%;
  height: 80%;
}

.part .label {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff4d8;
  text-shadow: 0 0 10px rgba(255, 140, 20, 0.5);
}

.part:hover .icon,
.part.is-active .icon {
  border-color: #ffe08a;
  box-shadow:
    0 0 0 1px #8a4a08,
    0 0 28px rgba(255, 130, 20, 0.55),
    inset 0 0 28px rgba(255, 140, 20, 0.28);
}

.part:hover img,
.part.is-active img {
  transform: scale(1.06);
  filter: drop-shadow(0 0 16px rgba(255, 180, 60, 1));
}

.part .icon .ember {
  position: absolute;
  bottom: 10%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ffc14d;
  box-shadow: 0 0 8px #ff8a1a;
  pointer-events: none;
  z-index: 3;
  animation: ember-up 0.85s ease-out forwards;
}

.mu-tip {
  pointer-events: none;
  min-width: 280px;
  max-width: 360px;
  padding: 10px 14px 12px;
  background: rgba(12, 10, 8, 0.94);
  border: 1px solid #8a6a32;
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55), 0 0 18px rgba(255, 120, 10, 0.18);
}

.mu-tip .name {
  color: var(--green);
  font-weight: 700;
  margin-bottom: 4px;
  text-shadow: 0 0 8px rgba(0, 255, 85, 0.35);
}

.mu-tip .stat { color: var(--white); }
.mu-tip .ban { color: var(--red); }
.mu-tip .opt { color: var(--cyan-2); }
.mu-tip .skill { color: var(--cyan); }

.mu-tip.floating {
  position: fixed;
  z-index: 50;
  opacity: 0;
  transform: translate(-10px, 12px);
  transition: opacity 0.08s linear;
}

.mu-tip.floating.is-on {
  opacity: 1;
}

.mu-tip .tip-close {
  margin-top: 8px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c9a36a;
}

.socials {
  position: fixed;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social {
  position: relative;
  overflow: hidden;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff6d8;
  background: linear-gradient(180deg, #2a1406, #0a0400);
  border: 1px solid #c48422;
  box-shadow: 0 0 0 1px #3a1c04, 0 0 14px rgba(255, 110, 10, 0.28);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.social svg {
  width: 22px;
  height: 22px;
  display: block;
}

.social:hover {
  transform: translateY(-2px) scale(1.06);
  color: #fff;
  border-color: #ffe08a;
  box-shadow: 0 0 0 1px #8a4a08, 0 0 26px rgba(255, 160, 40, 0.85);
}

.social .ember {
  position: absolute;
  bottom: 12%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ffe08a;
  box-shadow: 0 0 7px #ff8a1a;
  pointer-events: none;
  z-index: 2;
  animation: ember-up 0.7s ease-out forwards;
}

@keyframes ember-up {
  0% { opacity: 1; transform: translateY(0) scale(1); }
  100% { opacity: 0; transform: translateY(-42px) scale(0.3); }
}

.sound-toggle {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 40;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  appearance: none;
  border: 1px solid rgba(240, 170, 50, 0.55);
  background: rgba(10, 4, 0, 0.78);
  color: #ffe7b0;
  cursor: pointer;
  box-shadow: 0 0 16px rgba(255, 110, 10, 0.22);
}

.sound-toggle svg {
  width: 20px;
  height: 20px;
  display: none;
}

.sound-toggle .icon-off { display: block; }
.sound-toggle.is-on .icon-off { display: none; }
.sound-toggle.is-on .icon-on { display: block; }
.sound-toggle.is-on {
  border-color: #ffc14d;
  box-shadow: 0 0 18px rgba(255, 140, 20, 0.45);
}

.buy-bar {
  display: none;
}

@keyframes molten-glow {
  0%, 100% { filter: drop-shadow(0 0 10px rgba(255,140,20,.85)) drop-shadow(0 0 24px rgba(255,80,0,.45)); }
  50% { filter: drop-shadow(0 0 20px rgba(255,190,70,1)) drop-shadow(0 0 40px rgba(255,90,0,.75)); }
}

@keyframes spark {
  0%, 100% { opacity: 0.35; transform: scale(0.7); }
  50% { opacity: 1; transform: scale(1.25); }
}

@keyframes halo-pulse {
  0%, 100% { opacity: 0.7; transform: scale(0.96); }
  50% { opacity: 1; transform: scale(1.06); }
}

@keyframes ground-glow {
  0%, 100% { opacity: 0.55; transform: scaleX(1); }
  50% { opacity: 1; transform: scaleX(1.08); }
}

@keyframes float-y {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

@keyframes spin-slow { to { transform: rotate(360deg); } }

@keyframes heat-breathe {
  0%, 100% { opacity: 0.72; }
  50% { opacity: 1; }
}

@keyframes ember-drift {
  from { transform: translateY(0); }
  to { transform: translateY(-40px); }
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

@keyframes blink {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

@keyframes bg-drift {
  from { transform: scale(1.08); }
  to { transform: scale(1.16); }
}

@media (prefers-reduced-motion: reduce) {
  .bg-heat,
  .bg-embers,
  .title-all .word,
  .hero-ring,
  .part .slot-glow,
  .btn-watch,
  .btn-watch .watch-ring,
  .btn-watch .shine,
  .btn-site:not(.btn-ghost) .shine,
  .price-wrap .shine::after,
  .buy-bar .shine,
  .launch-clock.is-blaze,
  .clock-units strong.is-tick,
  .limit-badge.is-hot,
  .sound-toggle {
    animation: none;
  }
}

@media (max-width: 980px) {
  .page {
    padding: 16px 14px 36px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    min-height: auto;
    text-align: center;
    gap: 20px;
  }

  .hero-center {
    order: 1;
    min-height: 54vh;
    width: 100%;
  }
  .hero-left { order: 2; }
  .hero-right { order: 3; }

  .hero-left,
  .hero-right {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .hero-right .kit-block,
  .hero-right .cta-stack,
  .hero-right .kit-points {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-right .ornate-kicker {
    justify-content: center;
  }

  .hero-right .kit-points li {
    padding-right: 0;
    padding-left: 18px;
    text-align: left;
  }

  .hero-right .kit-points li::before {
    left: 0;
    right: auto;
  }

  .brand-logo {
    width: min(72vw, 260px);
    margin: 0 auto;
  }

  .ornate-kicker {
    justify-content: center;
    letter-spacing: 0.18em;
    font-size: 11px;
  }

  .ornate-kicker i {
    width: 22px;
  }

  .title-all .word {
    font-size: clamp(44px, 16vw, 72px);
  }

  .title-all .edition {
    font-size: clamp(52px, 20vw, 88px);
  }

  .title-kit {
    font-size: clamp(20px, 7vw, 28px);
  }

  .price-wrap {
    align-items: center;
  }

  .price-wrap::before,
  .price-wrap::after {
    display: none;
  }

  .limit-badge {
    letter-spacing: 0.12em;
    font-size: 11px;
    padding: 8px 12px;
  }

  .price-label {
    letter-spacing: 0.12em;
    text-align: center;
  }

  .cta-stack,
  .btn-site {
    width: min(100%, 360px);
  }

  .btn-site {
    padding: 16px 18px;
    letter-spacing: 0.12em;
    font-size: 14px;
    gap: 10px;
  }

  .site-url {
    letter-spacing: 0.18em;
    font-size: 12px;
  }

  .hint {
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .set-rack {
    padding: 16px 12px 18px;
  }

  .go-site {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .legal {
    margin-bottom: 12px;
    padding-bottom: 4px;
  }

  .btn-go-site {
    min-width: 0;
    width: min(100%, 420px);
    padding: 16px 22px;
    letter-spacing: 0.14em;
    font-size: 14px;
  }

  .video-stage {
    padding: 12px;
  }

  .set-video {
    max-height: min(58vh, 420px);
  }

  .parts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .frame-ornament {
    inset: 8px;
  }

  .frame-ornament .corner {
    width: 42px;
    height: 42px;
  }

  .mu-tip {
    min-width: min(280px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    font-size: 11px;
  }

  .mu-tip.floating.is-docked {
    left: 50% !important;
    right: auto;
    top: auto !important;
    bottom: 86px;
    transform: translateX(-50%);
    width: min(360px, calc(100vw - 24px));
    max-height: min(52vh, 420px);
    overflow: auto;
    pointer-events: auto;
  }

  .sound-toggle {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }

  .socials {
    left: 10px;
    top: auto;
    bottom: 86px;
    transform: none;
    gap: 8px;
  }

  .social {
    width: 40px;
    height: 40px;
  }

  .social svg {
    width: 20px;
    height: 20px;
  }

  .buy-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
    padding: 15px 16px;
    font-family: Cinzel, serif;
    font-size: 14px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #fff8e8;
    text-decoration: none;
    background: linear-gradient(180deg, #3a1a04, #140800);
    border: 2px solid #f0a020;
    box-shadow: 0 0 24px rgba(255, 120, 10, 0.55);
  }

  .buy-bar .gem {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #fff, #ffb347);
    transform: rotate(45deg);
    box-shadow: 0 0 10px #ff8a1a;
  }

  .buy-bar .shine {
    position: absolute;
    inset: -20% -40%;
    background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.4) 50%, transparent 65%);
    transform: translateX(-80%);
    animation: shine-sweep 3.2s ease-in-out 0.6s infinite;
    pointer-events: none;
  }

  .page {
    padding-bottom: 96px;
  }

  .launch-clock {
    width: min(100%, 380px);
    margin-left: auto;
    margin-right: auto;
  }

  .clock-units strong {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .parts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .part .label {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .set-title {
    letter-spacing: 0.08em;
    font-size: 14px;
  }
}
