:root {
  --space: #060710;
  --space-soft: #10172a;
  --ink: #15151a;
  --paper: #f7f1e3;
  --card: #fffaf0;
  --line: rgba(255, 255, 255, 0.16);
  --muted: #6d6a64;
  --gold: #f2c34f;
  --cyan: #73c9ff;
  --red: #d54a5e;
  --green: #47b982;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
  margin: 0;
  color: var(--ink);
  background: var(--space);
  font-family: var(--sans);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(214px, 1fr) auto auto;
  min-height: 76px;
  align-items: center;
  gap: 24px;
  padding: 12px 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  background: rgba(6, 7, 16, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 214px;
}

.brand img {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(242, 195, 79, 0.36);
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}

.brand small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.site-header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
}

.site-nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.site-nav a:hover {
  border-color: rgba(242, 195, 79, 0.68);
  color: #fff;
  background: rgba(242, 195, 79, 0.12);
}

.header-cart-button {
  position: static;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid rgba(242, 195, 79, 0.52);
  border-radius: 8px;
  color: #111217;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  background: var(--gold);
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28), 0 14px 36px rgba(242, 195, 79, 0.16);
}

.header-cart-button span {
  display: grid;
  min-width: 24px;
  min-height: 24px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  background: #15151a;
}

.dream-hero {
  --hero-orbit-size: clamp(420px, 34vw, 620px);
  --hero-orbit-half: clamp(210px, 17vw, 310px);
  --hero-orbit-top: clamp(64px, 8vh, 108px);
  --hero-orbit-right: clamp(64px, 7vw, 150px);
  --hero-logo-center-x: calc(100vw - var(--hero-orbit-right) - var(--hero-orbit-half));
  --hero-logo-center-y: calc(var(--hero-orbit-top) + var(--hero-orbit-half));
  position: relative;
  isolation: isolate;
  min-height: 790px;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 96px 48px;
  color: #fff;
  background:
    linear-gradient(135deg, #05060d 0%, #091124 46%, #170d1c 100%);
}

.dream-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 6, 13, 0.96) 0%, rgba(5, 6, 13, 0.86) 36%, rgba(5, 6, 13, 0.42) 68%, rgba(5, 6, 13, 0.22) 100%),
    linear-gradient(180deg, rgba(5, 6, 13, 0.16), rgba(5, 6, 13, 0.62));
  content: "";
}

.dream-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 42%;
  background: linear-gradient(0deg, rgba(6, 7, 16, 0.94), rgba(6, 7, 16, 0));
  content: "";
}

.hero-dynamic-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 82% 24%, rgba(115, 201, 255, 0.18), transparent 30%),
    radial-gradient(ellipse at 64% 76%, rgba(242, 195, 79, 0.13), transparent 34%),
    linear-gradient(135deg, #05060d, #10172a 58%, #1b0e1f);
  animation: hero-sky-shift 18s ease-in-out infinite alternate;
}

.hero-dynamic-bg::before,
.hero-star-field {
  position: absolute;
  inset: -18%;
  background-repeat: repeat;
  content: "";
}

.hero-dynamic-bg::before {
  opacity: 0.62;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.88) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(242, 195, 79, 0.66) 0 1px, transparent 1.7px);
  background-position: 0 0, 54px 76px;
  background-size: 130px 130px, 210px 210px;
  animation: hero-star-drift 46s linear infinite;
}

.hero-star-field {
  opacity: 0.34;
  background-image:
    radial-gradient(circle, rgba(115, 201, 255, 0.9) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.5px);
  background-position: 22px 40px, 92px 18px;
  background-size: 230px 230px, 160px 160px;
  animation: hero-star-drift-alt 64s linear infinite;
}

.hero-word-meteors {
  --meteor-target-x: var(--hero-logo-center-x);
  --meteor-target-y: var(--hero-logo-center-y);
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.8;
  mix-blend-mode: screen;
  overflow: hidden;
  pointer-events: none;
}

.hero-word-meteors > span {
  --meteor-delay: 0s;
  --meteor-duration: 10s;
  --meteor-from-x: -14vw;
  --meteor-from-y: 14vh;
  --meteor-to-x: calc(var(--meteor-target-x) + 14vw);
  --meteor-to-y: calc(var(--meteor-target-y) - 14vh);
  --meteor-tilt: 24deg;
  position: absolute;
  isolation: isolate;
  left: calc(var(--meteor-from-x) - 0.59em);
  top: calc(var(--meteor-from-y) - 0.59em);
  display: grid;
  width: 1.18em;
  height: 1.18em;
  place-items: center;
  color: rgba(255, 244, 207, 0.82);
  font-size: clamp(15px, 1.45vw, 22px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.7),
    0 0 18px rgba(242, 195, 79, 0.72),
    0 0 34px rgba(115, 201, 255, 0.3);
  filter: blur(1.05px);
  transform: translate3d(0, 0, 0) rotate(var(--meteor-tilt));
  transform-origin: 50% 50%;
  animation: hero-letter-meteor var(--meteor-duration) ease-in-out infinite;
  animation-delay: var(--meteor-delay);
  will-change: opacity, transform;
}

.hero-word-meteors > span::before,
.hero-word-meteors > span::after {
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);
  border-radius: 999px;
  content: "";
  transform: translateY(-50%);
}

.hero-word-meteors > span::before {
  width: min(36vw, 480px);
  height: 18px;
  background:
    radial-gradient(ellipse at 100% 50%, rgba(255, 255, 255, 0.9) 0 4%, rgba(255, 238, 177, 0.62) 10%, rgba(115, 201, 255, 0.16) 24%, transparent 58%),
    linear-gradient(90deg, transparent 0%, rgba(115, 201, 255, 0.03) 26%, rgba(115, 201, 255, 0.13) 58%, rgba(242, 195, 79, 0.42) 86%, rgba(255, 255, 255, 0.72) 100%),
    linear-gradient(180deg, transparent 0 40%, rgba(255, 255, 255, 0.14) 49%, rgba(255, 246, 205, 0.32) 51%, transparent 64%);
  clip-path: polygon(0 46%, 58% 41%, 84% 28%, 100% 3%, 100% 97%, 84% 72%, 58% 59%, 0 54%);
  box-shadow:
    0 0 12px rgba(115, 201, 255, 0.22),
    0 0 22px rgba(242, 195, 79, 0.26);
  filter: blur(2.2px);
}

.hero-word-meteors > span::after {
  right: 50%;
  width: 2.4em;
  height: 2.4em;
  opacity: 0.56;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 8%, rgba(242, 195, 79, 0.42) 24%, rgba(115, 201, 255, 0.18) 48%, transparent 72%);
  filter: blur(7px);
  transform: translate(50%, -50%);
  z-index: -1;
}

.hero-word-meteors > span:nth-child(1) {
  --meteor-delay: -1.2s;
  --meteor-duration: 9.8s;
  --meteor-from-x: -14vw;
  --meteor-from-y: 10vh;
  --meteor-to-x: calc(var(--meteor-target-x) + 14vw);
  --meteor-to-y: calc(var(--meteor-target-y) - 10vh);
  --meteor-tilt: 23deg;
}

.hero-word-meteors > span:nth-child(2) {
  --meteor-delay: -2.4s;
  --meteor-duration: 11.6s;
  --meteor-from-x: 22vw;
  --meteor-from-y: -12vh;
  --meteor-to-x: calc(var(--meteor-target-x) - 22vw);
  --meteor-to-y: calc(var(--meteor-target-y) + 12vh);
  --meteor-tilt: 52deg;
}

.hero-word-meteors > span:nth-child(3) {
  --meteor-delay: -3.6s;
  --meteor-duration: 10.4s;
  --meteor-from-x: 112vw;
  --meteor-from-y: 6vh;
  --meteor-to-x: calc(var(--meteor-target-x) - 112vw);
  --meteor-to-y: calc(var(--meteor-target-y) - 6vh);
  --meteor-tilt: 132deg;
}

.hero-word-meteors > span:nth-child(4) {
  --meteor-delay: -4.7s;
  --meteor-duration: 12.2s;
  --meteor-from-x: 116vw;
  --meteor-from-y: 74vh;
  --meteor-to-x: calc(var(--meteor-target-x) - 116vw);
  --meteor-to-y: calc(var(--meteor-target-y) - 74vh);
  --meteor-tilt: 211deg;
}

.hero-word-meteors > span:nth-child(5) {
  --meteor-delay: -5.8s;
  --meteor-duration: 9.6s;
  --meteor-from-x: 48vw;
  --meteor-from-y: 108vh;
  --meteor-to-x: calc(var(--meteor-target-x) - 48vw);
  --meteor-to-y: calc(var(--meteor-target-y) - 108vh);
  --meteor-tilt: -67deg;
}

.hero-word-meteors > span:nth-child(6) {
  --meteor-delay: -6.9s;
  --meteor-duration: 13.2s;
  --meteor-from-x: -14vw;
  --meteor-from-y: 80vh;
  --meteor-to-x: calc(var(--meteor-target-x) + 14vw);
  --meteor-to-y: calc(var(--meteor-target-y) - 80vh);
  --meteor-tilt: -21deg;
}

.hero-word-meteors > span:nth-child(7) {
  --meteor-delay: -8s;
  --meteor-duration: 10.8s;
  --meteor-from-x: 72vw;
  --meteor-from-y: -14vh;
  --meteor-to-x: calc(var(--meteor-target-x) - 72vw);
  --meteor-to-y: calc(var(--meteor-target-y) + 14vh);
  --meteor-tilt: 91deg;
}

.hero-word-meteors > span:nth-child(8) {
  --meteor-delay: -9.2s;
  --meteor-duration: 12.6s;
  --meteor-from-x: 108vw;
  --meteor-from-y: 46vh;
  --meteor-to-x: calc(var(--meteor-target-x) - 108vw);
  --meteor-to-y: calc(var(--meteor-target-y) - 46vh);
  --meteor-tilt: 176deg;
}

.hero-word-meteors > span:nth-child(9) {
  --meteor-delay: -10.4s;
  --meteor-duration: 11.2s;
  --meteor-from-x: 30vw;
  --meteor-from-y: 106vh;
  --meteor-to-x: calc(var(--meteor-target-x) - 30vw);
  --meteor-to-y: calc(var(--meteor-target-y) - 106vh);
  --meteor-tilt: -54deg;
}

.hero-word-meteors > span:nth-child(10) {
  --meteor-delay: -11.6s;
  --meteor-duration: 13.8s;
  --meteor-from-x: -14vw;
  --meteor-from-y: 43vh;
  --meteor-to-x: calc(var(--meteor-target-x) + 14vw);
  --meteor-to-y: calc(var(--meteor-target-y) - 43vh);
  --meteor-tilt: 4deg;
}

.hero-orbit {
  position: absolute;
  top: var(--hero-orbit-top);
  right: var(--hero-orbit-right);
  width: var(--hero-orbit-size);
  aspect-ratio: 1;
  pointer-events: none;
}

.hero-moon {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: clamp(230px, 22vw, 360px);
  height: clamp(230px, 22vw, 360px);
  overflow: hidden;
  border-radius: 50%;
  opacity: 0.66;
  background:
    radial-gradient(circle at 42% 36%, rgba(255, 255, 255, 0.5) 0 1.5%, transparent 1.8%),
    radial-gradient(circle at 65% 58%, rgba(255, 255, 255, 0.14) 0 3%, transparent 3.4%),
    radial-gradient(circle at 36% 68%, rgba(95, 131, 159, 0.16) 0 4%, transparent 4.5%),
    radial-gradient(circle at 34% 32%, rgba(255, 248, 222, 0.84) 0 8%, rgba(243, 217, 129, 0.66) 27%, rgba(132, 155, 194, 0.42) 54%, rgba(34, 52, 83, 0.2) 72%, transparent 73%);
  box-shadow:
    0 0 36px rgba(255, 245, 198, 0.26),
    0 0 88px rgba(115, 201, 255, 0.16),
    0 0 160px rgba(242, 195, 79, 0.1);
  filter: blur(0.7px) saturate(0.88);
  transform: translate(-50%, -50%) rotate(-12deg);
}

.hero-moon::before,
.hero-moon::after {
  position: absolute;
  border-radius: inherit;
  content: "";
}

.hero-moon::before {
  inset: -28%;
  z-index: 0;
  background: radial-gradient(circle, rgba(255, 246, 204, 0.14), rgba(115, 201, 255, 0.06) 42%, transparent 70%);
  filter: blur(18px);
}

.hero-moon::after {
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 76% 42%, rgba(5, 6, 13, 0.9) 0 34%, rgba(5, 6, 13, 0.42) 46%, transparent 62%),
    radial-gradient(circle, rgba(5, 6, 13, 0.08), rgba(5, 6, 13, 0.5) 86%);
}

.hero-moon img {
  position: absolute;
  inset: 15%;
  z-index: 3;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.38;
  mix-blend-mode: screen;
  filter: grayscale(1) invert(1) contrast(1.42) saturate(0.2) brightness(1.06) blur(0.35px);
  -webkit-mask-image: radial-gradient(circle, #000 0 56%, rgba(0, 0, 0, 0.42) 68%, transparent 82%);
  mask-image: radial-gradient(circle, #000 0 56%, rgba(0, 0, 0, 0.42) 68%, transparent 82%);
  transform: rotate(12deg) scale(1.04);
}

.hero-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 116%;
  height: 34%;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-14deg);
  transform-origin: 50% 50%;
  animation: hero-ring-glow 7.5s ease-in-out infinite;
}

.hero-ring::before,
.hero-ring::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
}

.hero-ring::before {
  border: 1px solid rgba(255, 246, 206, 0.22);
  box-shadow:
    0 0 20px rgba(242, 195, 79, 0.14),
    0 0 54px rgba(115, 201, 255, 0.08);
}

.hero-ring::after {
  inset: 16% 3%;
  border: 1px solid rgba(115, 201, 255, 0.12);
  filter: blur(1.2px);
}

.hero-ring-back {
  z-index: 1;
  opacity: 0.36;
  clip-path: inset(0 0 50% 0);
}

.hero-ring-front {
  z-index: 8;
  opacity: 0.62;
  clip-path: inset(50% 0 0 0);
}

.hero-card-field {
  position: absolute;
  inset: 0;
  transform: rotate(-14deg);
  transform-origin: 50% 50%;
}

.hero-card-field-back {
  z-index: 2;
  opacity: 0.17;
  filter: blur(1.5px);
}

.hero-card-field-front {
  z-index: 7;
  opacity: 0.32;
  filter: blur(0.6px);
}

.hero-card-field span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(54px, 5.8vw, 92px);
  aspect-ratio: 0.72;
  border: 1px solid rgba(255, 246, 216, 0.3);
  border-radius: 7px;
  background:
    radial-gradient(circle at 50% 52%, rgba(242, 195, 79, 0.07), transparent 35%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.012) 56%, transparent 82%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    inset 0 0 28px rgba(242, 195, 79, 0.025),
    0 0 28px rgba(242, 195, 79, 0.055),
    0 24px 64px rgba(0, 0, 0, 0.16);
  transform:
    translate(-50%, -50%)
    translate(var(--card-x), var(--card-y))
    rotate(var(--card-tilt))
    scale(var(--card-scale, 1));
  transform-origin: center;
  animation: hero-card-drift 8.8s ease-in-out infinite;
  backdrop-filter: blur(1.5px);
}

.hero-card-field span::before {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255, 246, 216, 0.17);
  border-radius: 5px;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 25%, rgba(242, 195, 79, 0.14) 26%, transparent 27.5%),
    radial-gradient(ellipse at 50% 50%, transparent 0 43%, rgba(115, 201, 255, 0.09) 44%, transparent 45.5%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 60%);
  content: "";
}

.hero-card-field span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22%;
  aspect-ratio: 1;
  background: rgba(242, 195, 79, 0.42);
  clip-path: polygon(50% 0, 57% 42%, 100% 50%, 57% 58%, 50% 100%, 43% 58%, 0 50%, 43% 42%);
  content: "";
  filter: drop-shadow(0 0 7px rgba(242, 195, 79, 0.38));
  transform: translate(-50%, -50%);
}

.hero-card-field-back span:nth-child(1) {
  --card-x: clamp(-320px, -26vw, -182px);
  --card-y: clamp(-72px, -5.7vw, -42px);
  --card-tilt: 8deg;
  --card-scale: 0.82;
  animation-delay: -1.3s;
}

.hero-card-field-back span:nth-child(2) {
  --card-x: clamp(-128px, -10vw, -76px);
  --card-y: clamp(-96px, -7.4vw, -58px);
  --card-tilt: 13deg;
  --card-scale: 0.72;
  animation-delay: -2.7s;
}

.hero-card-field-back span:nth-child(3) {
  --card-x: clamp(80px, 11vw, 142px);
  --card-y: clamp(-94px, -7.1vw, -54px);
  --card-tilt: 17deg;
  --card-scale: 0.74;
  animation-delay: -4.1s;
}

.hero-card-field-back span:nth-child(4) {
  --card-x: clamp(190px, 27vw, 330px);
  --card-y: clamp(-64px, -5.2vw, -36px);
  --card-tilt: 23deg;
  --card-scale: 0.88;
  animation-delay: -5.4s;
}

.hero-card-field-front span:nth-child(1) {
  --card-x: clamp(-332px, -27vw, -190px);
  --card-y: clamp(36px, 5.6vw, 74px);
  --card-tilt: 23deg;
  --card-scale: 0.96;
  animation-delay: -0.6s;
}

.hero-card-field-front span:nth-child(2) {
  --card-x: clamp(-124px, -10vw, -74px);
  --card-y: clamp(58px, 8vw, 104px);
  --card-tilt: 18deg;
  --card-scale: 1.04;
  animation-delay: -2s;
}

.hero-card-field-front span:nth-child(3) {
  --card-x: clamp(86px, 11vw, 146px);
  --card-y: clamp(56px, 7.6vw, 100px);
  --card-tilt: 12deg;
  --card-scale: 1.02;
  animation-delay: -3.5s;
}

.hero-card-field-front span:nth-child(4) {
  --card-x: clamp(196px, 27vw, 334px);
  --card-y: clamp(34px, 5.4vw, 72px);
  --card-tilt: 7deg;
  --card-scale: 0.92;
  animation-delay: -4.9s;
}

.hero-light-trail {
  position: absolute;
  right: -12%;
  bottom: 12%;
  width: 70%;
  height: 34%;
  background:
    linear-gradient(105deg, transparent 0%, rgba(115, 201, 255, 0.08) 30%, rgba(242, 195, 79, 0.18) 50%, transparent 72%),
    linear-gradient(100deg, transparent 14%, rgba(255, 255, 255, 0.08), transparent 62%);
  filter: blur(18px);
  transform: rotate(-8deg);
  animation: hero-light-flow 12s ease-in-out infinite alternate;
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1480px, 100%);
  grid-template-columns: minmax(0, 0.86fr) minmax(580px, 1.14fr);
  gap: clamp(34px, 4vw, 68px);
  align-items: center;
  margin: 0 auto;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(650px, 100%);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-actions a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.hero-actions a:hover {
  transform: translateY(-2px);
}

.hero-primary-action {
  border: 1px solid rgba(242, 195, 79, 0.7);
  color: #111217;
  background: var(--gold);
  box-shadow: 0 18px 44px rgba(242, 195, 79, 0.18);
}

.hero-secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.hero-secondary-action:hover {
  border-color: rgba(115, 201, 255, 0.56);
  background: rgba(115, 201, 255, 0.12);
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.hero-proof-grid span {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  background: rgba(255, 255, 255, 0.055);
}

.hero-proof-grid strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 16px 0 18px;
  font-family: var(--serif);
  font-size: 78px;
  font-weight: 400;
  line-height: 1.04;
}

h1 span {
  white-space: nowrap;
}

h2 {
  margin: 10px 0 12px;
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.12;
}

h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-content p:not(.eyebrow),
.section-heading p:not(.eyebrow),
.contact-section p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

.social-links a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
}

.core-zone-section {
  position: relative;
  overflow: hidden;
  padding: 90px 48px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(115, 201, 255, 0.14), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(242, 195, 79, 0.13), transparent 26%),
    linear-gradient(145deg, #070914, #11172b 58%, #160d22);
}

.core-zone-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(242, 195, 79, 0.5) 0 1px, transparent 1.6px);
  background-position: 0 0, 70px 45px;
  background-size: 150px 150px, 220px 220px;
  content: "";
  opacity: 0.34;
  animation: star-drift-two 58s linear infinite;
}

.core-zone-section > * {
  position: relative;
}

.core-zone-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.zone-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.zone-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.zone-card:hover {
  border-color: rgba(242, 195, 79, 0.58);
  background:
    linear-gradient(180deg, rgba(242, 195, 79, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.055);
  transform: translateY(-4px);
}

.zone-card > span {
  position: absolute;
  top: 24px;
  left: 24px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(242, 195, 79, 0.52);
  border-radius: 50%;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.zone-card h3 {
  position: relative;
  z-index: 2;
  font-size: 38px;
}

.zone-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.zone-card b {
  position: relative;
  z-index: 2;
  color: var(--gold);
  font-size: 13px;
}

.zone-card-art,
.zone-box-art,
.zone-supplies-art,
.zone-break-art {
  position: absolute;
  inset: 26px 22px auto auto;
  width: 185px;
  height: 185px;
  opacity: 0.92;
}

.zone-supplies-art {
  width: 190px;
  height: 150px;
}

.zone-supplies-art picture {
  display: block;
  width: 100%;
  height: 100%;
}

.zone-supplies-art img {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  object-fit: cover;
  object-position: 66% center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.zone-card-art i {
  position: absolute;
  width: 92px;
  height: 128px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(115, 201, 255, 0.22), rgba(242, 195, 79, 0.12)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.zone-card-art i:nth-child(1) {
  right: 60px;
  top: 22px;
  transform: rotate(-14deg);
}

.zone-card-art i:nth-child(2) {
  right: 28px;
  top: 36px;
  transform: rotate(3deg);
}

.zone-card-art i:nth-child(3) {
  right: 0;
  top: 54px;
  transform: rotate(16deg);
}

.zone-box-art i {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(242, 195, 79, 0.26), rgba(213, 74, 94, 0.12)),
    rgba(255, 255, 255, 0.06);
}

.zone-box-art i:first-child {
  right: 28px;
  top: 28px;
  width: 118px;
  height: 118px;
  transform: rotate(8deg);
}

.zone-box-art i:last-child {
  right: 0;
  top: 72px;
  width: 82px;
  height: 112px;
  transform: rotate(-8deg);
}

.zone-break-art {
  width: 170px;
  height: 170px;
}

.zone-break-art img {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  object-fit: cover;
  transform: rotate(9deg);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.quick-shop-section {
  position: relative;
  overflow: hidden;
  padding: 90px 48px;
  color: #fff;
  background:
    radial-gradient(circle at 15% 18%, rgba(71, 185, 130, 0.16), transparent 25%),
    radial-gradient(circle at 78% 12%, rgba(242, 195, 79, 0.16), transparent 24%),
    linear-gradient(145deg, #070914, #121b2a 52%, #1a1022);
}

.quick-shop-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.74) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(115, 201, 255, 0.56) 0 1px, transparent 1.6px);
  background-position: 0 0, 86px 54px;
  background-size: 180px 180px, 240px 240px;
  content: "";
  opacity: 0.32;
  animation: star-drift-one 64s linear infinite;
}

.quick-shop-section > * {
  position: relative;
}

.plan-shop-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background:
    radial-gradient(ellipse at 18% 30%, rgba(115, 201, 255, 0.22), transparent 32%),
    radial-gradient(ellipse at 45% 80%, rgba(242, 195, 79, 0.14), transparent 34%),
    radial-gradient(ellipse at 90% 14%, rgba(213, 74, 94, 0.14), transparent 28%),
    linear-gradient(145deg, #05060d 0%, #10172a 54%, #160d21 100%);
}

.plan-shop-section::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 7, 16, 0.2), transparent 18%, transparent 78%, rgba(6, 7, 16, 0.56)),
    radial-gradient(ellipse at 28% 0%, rgba(255, 255, 255, 0.06), transparent 44%);
  content: "";
}

.plan-shop-shell {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1480px, 100%);
  grid-template-columns: minmax(330px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(28px, 4vw, 62px);
  align-items: center;
  margin: 0 auto;
}

.shop-showcase {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 44%, rgba(242, 195, 79, 0.18), transparent 30%),
    radial-gradient(circle at 40% 58%, rgba(115, 201, 255, 0.18), transparent 34%),
    radial-gradient(circle at 56% 44%, rgba(255, 255, 255, 0.06), transparent 52%);
}

.shop-showcase::before,
.shop-showcase::after {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  content: "";
}

.shop-showcase::before {
  inset: 8% 4% 18%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: rotate(-16deg);
  box-shadow:
    0 0 90px rgba(115, 201, 255, 0.2),
    inset 0 0 110px rgba(242, 195, 79, 0.1);
}

.shop-showcase::after {
  left: -18%;
  right: 6%;
  bottom: 6%;
  height: 28%;
  background:
    linear-gradient(95deg, transparent 0%, rgba(115, 201, 255, 0.08) 30%, rgba(242, 195, 79, 0.2) 52%, transparent 74%);
  filter: blur(18px);
  transform: rotate(-10deg);
  animation: hero-light-flow 12s ease-in-out infinite alternate;
}

.shop-visual-orbit {
  position: absolute;
  inset: 1% 0 10%;
  min-height: 430px;
}

.shop-visual-moon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: clamp(230px, 26vw, 420px);
  height: clamp(230px, 26vw, 420px);
  overflow: hidden;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 34%, rgba(255, 250, 219, 1), rgba(242, 195, 79, 0.78) 24%, rgba(115, 201, 255, 0.34) 56%, rgba(5, 6, 13, 0.2) 74%, transparent 75%);
  box-shadow:
    0 0 60px rgba(255, 245, 198, 0.34),
    0 0 130px rgba(115, 201, 255, 0.26),
    0 0 190px rgba(242, 195, 79, 0.18);
  transform: translate(-50%, -50%) rotate(-12deg);
}

.shop-visual-moon::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 74% 44%, rgba(5, 6, 13, 0.88) 0 32%, rgba(5, 6, 13, 0.36) 48%, transparent 64%),
    radial-gradient(circle, rgba(5, 6, 13, 0.08), rgba(5, 6, 13, 0.54) 88%);
  content: "";
}

.shop-visual-moon img {
  position: absolute;
  inset: 15%;
  z-index: 2;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.36;
  mix-blend-mode: screen;
  filter: grayscale(1) invert(1) contrast(1.42) saturate(0.2) brightness(1.08) blur(0.35px);
}

.shop-orbit-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(118%, 620px);
  height: 35%;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-14deg);
  animation: hero-ring-glow 7.5s ease-in-out infinite;
}

.shop-orbit-ring::before,
.shop-orbit-ring::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
}

.shop-orbit-ring::before {
  border: 1px solid rgba(255, 246, 206, 0.4);
  box-shadow:
    0 0 28px rgba(242, 195, 79, 0.28),
    0 0 72px rgba(115, 201, 255, 0.18);
}

.shop-orbit-ring::after {
  inset: 16% 3%;
  border: 1px solid rgba(115, 201, 255, 0.14);
  filter: blur(1.2px);
}

.shop-orbit-ring-back {
  z-index: 1;
  opacity: 0.38;
  clip-path: inset(0 0 50% 0);
}

.shop-orbit-ring-front {
  z-index: 8;
  opacity: 0.66;
  clip-path: inset(50% 0 0 0);
}

.shop-card-stream {
  position: absolute;
  inset: 0;
  transform: rotate(-14deg);
  transform-origin: 50% 50%;
}

.shop-card-stream-back {
  z-index: 2;
  opacity: 0.36;
  filter: blur(2.3px);
}

.shop-card-stream-front {
  z-index: 7;
  opacity: 0.74;
  filter: blur(1px);
}

.shop-card-stream span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(58px, 7vw, 104px);
  aspect-ratio: 0.72;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.025)),
    linear-gradient(30deg, rgba(242, 195, 79, 0.22), transparent 44%, rgba(115, 201, 255, 0.2));
  box-shadow:
    inset 0 0 0 1px rgba(242, 195, 79, 0.08),
    0 0 46px rgba(115, 201, 255, 0.13),
    0 26px 80px rgba(0, 0, 0, 0.28);
  transform:
    translate(-50%, -50%)
    translate(var(--shop-card-x), var(--shop-card-y))
    rotate(var(--shop-card-tilt))
    scale(var(--shop-card-scale, 1));
  animation: hero-card-drift 8.8s ease-in-out infinite;
}

.shop-card-stream span::before {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent 58%);
  content: "";
}

.shop-card-stream-back span:nth-child(1) {
  --shop-card-x: clamp(-230px, -18vw, -150px);
  --shop-card-y: clamp(-72px, -6vw, -44px);
  --shop-card-tilt: 10deg;
  --shop-card-scale: 0.82;
  animation-delay: -1.1s;
}

.shop-card-stream-back span:nth-child(2) {
  --shop-card-x: clamp(-70px, -6vw, -42px);
  --shop-card-y: clamp(-100px, -8vw, -60px);
  --shop-card-tilt: 14deg;
  --shop-card-scale: 0.72;
  animation-delay: -2.4s;
}

.shop-card-stream-back span:nth-child(3) {
  --shop-card-x: clamp(142px, 17vw, 230px);
  --shop-card-y: clamp(-66px, -5vw, -38px);
  --shop-card-tilt: 21deg;
  --shop-card-scale: 0.86;
  animation-delay: -4.5s;
}

.shop-card-stream-front span:nth-child(1) {
  --shop-card-x: clamp(-240px, -19vw, -154px);
  --shop-card-y: clamp(40px, 6vw, 82px);
  --shop-card-tilt: 22deg;
  --shop-card-scale: 0.96;
  animation-delay: -0.6s;
}

.shop-card-stream-front span:nth-child(2) {
  --shop-card-x: clamp(-54px, -5vw, -36px);
  --shop-card-y: clamp(64px, 8vw, 116px);
  --shop-card-tilt: 17deg;
  --shop-card-scale: 1.05;
  animation-delay: -2s;
}

.shop-card-stream-front span:nth-child(3) {
  --shop-card-x: clamp(148px, 18vw, 238px);
  --shop-card-y: clamp(40px, 6vw, 78px);
  --shop-card-tilt: 9deg;
  --shop-card-scale: 0.94;
  animation-delay: -3.6s;
}

.shop-visual-label {
  position: absolute;
  left: 0;
  top: 68px;
  bottom: auto;
  z-index: 9;
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-left: 2px solid rgba(242, 195, 79, 0.72);
  color: #fff;
  background: linear-gradient(90deg, rgba(5, 6, 13, 0.86), rgba(5, 6, 13, 0));
}

.shop-visual-label span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
}

.shop-visual-label strong {
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 400;
}

.shop-visual-tags {
  position: absolute;
  top: 178px;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shop-visual-tags span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.06);
}

.plan-shop-content {
  min-width: 0;
}

.plan-shop-content .shop-heading-copy {
  max-width: 560px;
}

.plan-shop-content .home-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.shop-heading-copy {
  max-width: 430px;
}

.shop-heading-copy h2 {
  margin: 8px 0 10px;
  font-size: clamp(34px, 3.7vw, 52px);
}

.shop-heading-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.75;
}

.shop-toolbar {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.hero-shop-panel .shop-toolbar {
  justify-items: end;
}

.shop-tabs {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(112px, 1fr));
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.shop-tab,
.shop-shortcuts button,
.icon-button,
.checkout-button,
.line-control button {
  font: inherit;
  cursor: pointer;
}

.shop-tab {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 900;
  background: transparent;
}

.shop-tab.active {
  color: #111217;
  background: var(--gold);
}

.shop-search {
  display: grid;
  width: min(420px, 100%);
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
}

.shop-search input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  font: inherit;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.07);
  outline: 0;
}

.shop-search input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.shop-search input:focus {
  border-color: rgba(242, 195, 79, 0.72);
}

.shop-status {
  min-height: 24px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-product-card-skeleton {
  pointer-events: none;
}

.home-product-card-skeleton .home-product-media {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.025);
}

.home-product-skeleton-body {
  min-block-size: 184px;
  align-content: start;
}

.home-product-skeleton-body i {
  display: block;
  block-size: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.home-product-skeleton-body i:nth-child(2) {
  inline-size: 68%;
}

.home-product-skeleton-body i:nth-child(3) {
  inline-size: 42%;
}

.hero-shop-panel .home-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: min(58vh, 650px);
  min-height: 0;
  overflow: auto;
  padding-right: 6px;
  scroll-padding: 6px;
}

.hero-shop-panel .home-product-grid::-webkit-scrollbar {
  width: 8px;
}

.hero-shop-panel .home-product-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.home-product-card {
  overflow: hidden;
  display: grid;
  min-width: 0;
  min-height: 100%;
  grid-template-columns: minmax(0, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.05);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.hero-shop-panel .home-product-card {
  grid-template-columns: minmax(112px, 0.42fr) minmax(0, 0.58fr);
  min-height: 188px;
}

.home-product-media {
  --home-media-inset: 18px;
  position: relative;
  isolation: isolate;
  display: grid;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  place-items: center;
  padding: var(--home-media-inset);
  background:
    radial-gradient(circle at 50% 36%, rgba(242, 195, 79, 0.2), transparent 42%),
    #060710;
}

.hero-shop-panel .home-product-media {
  --home-media-inset: 14px;
  min-height: 100%;
  aspect-ratio: auto;
  padding: var(--home-media-inset);
}

.home-product-media-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  min-width: 0;
  place-items: center;
  color: inherit;
  text-decoration: none;
}

.home-product-media-link:focus-visible {
  border-radius: 6px;
  outline: 2px solid var(--cyan);
  outline-offset: -4px;
}

.home-product-media img {
  position: absolute;
  inset: var(--home-media-inset);
  z-index: 0;
  display: block;
  width: calc(100% - var(--home-media-inset) - var(--home-media-inset));
  min-width: 0;
  max-width: none;
  height: calc(100% - var(--home-media-inset) - var(--home-media-inset));
  min-height: 0;
  max-height: none;
  border-radius: 8px;
  object-fit: contain;
}

.home-product-fallback {
  display: grid;
  width: 72%;
  aspect-ratio: 2.5 / 3.5;
  place-items: center;
  border: 1px solid rgba(242, 195, 79, 0.38);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--serif);
  font-size: 32px;
  background:
    linear-gradient(150deg, rgba(115, 201, 255, 0.18), rgba(213, 74, 94, 0.16)),
    rgba(255, 255, 255, 0.06);
}

.home-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 999px;
  color: #111217;
  font-size: 11px;
  font-weight: 900;
  background: var(--gold);
}

.home-product-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.hero-shop-panel .home-product-body {
  align-content: space-between;
  gap: 10px;
  padding: 15px;
}

.home-product-body h3 {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 900;
}

.home-product-title-link {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.home-product-title-link:hover {
  color: var(--gold);
}

.home-product-title-link:focus-visible {
  border-radius: 3px;
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.hero-shop-panel .home-product-body h3 {
  font-size: 16px;
  line-height: 1.35;
}

.home-product-body p {
  display: -webkit-box;
  min-height: 48px;
  overflow: hidden;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hero-shop-panel .home-product-body p {
  min-height: 0;
  font-size: 13px;
  line-height: 1.55;
}

.home-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.home-product-meta span {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
}

.hero-shop-panel .home-product-meta span {
  font-size: 11px;
}

.home-product-purchase {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.home-product-purchase strong {
  color: var(--gold);
  font-size: 22px;
}

.hero-shop-panel .home-product-purchase strong {
  font-size: 18px;
}

.home-product-purchase small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
}

.home-add-button {
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  color: #111217;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  background: var(--gold);
  cursor: pointer;
}

.home-add-button:disabled,
.checkout-button:disabled {
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
  cursor: not-allowed;
}

.shop-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.shop-shortcuts a,
.shop-shortcuts button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.07);
}

.drawer-overlay,
.payment-overlay {
  position: fixed;
  inset: 0;
  z-index: 180;
  background: rgba(3, 4, 10, 0.66);
  backdrop-filter: blur(8px);
}

.home-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 190;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(460px, 100%);
  height: 100vh;
  max-height: 100vh;
  height: 100svh;
  max-height: 100svh;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 24% 10%, rgba(115, 201, 255, 0.12), transparent 28%),
    #080a14;
  box-shadow: -32px 0 80px rgba(0, 0, 0, 0.42);
  transform: translateX(100%);
  transition: transform 180ms ease;
}

.home-cart-drawer.open {
  transform: translateX(0);
}

.home-cart-drawer header,
.home-payment-modal header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.home-cart-drawer header {
  grid-row: 1;
  min-height: 104px;
  background: rgba(8, 10, 20, 0.98);
}

.home-cart-drawer header h2,
.home-payment-modal h2 {
  margin: 4px 0 0;
  font-size: 34px;
}

.icon-button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.06);
}

.cart-scroll-region {
  grid-row: 2;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 18px 24px;
  scrollbar-gutter: stable;
}

.cart-items {
  display: grid;
  align-content: start;
  padding-top: 8px;
}

.cart-empty {
  display: grid;
  min-height: 180px;
  place-items: center;
  padding: 32px 24px;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 800;
  text-align: center;
}

.cart-empty[hidden] {
  display: none;
}

.cart-line {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cart-line img,
.cart-line-thumb {
  width: 72px;
  height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  object-fit: contain;
  background: #05060c;
}

.cart-line-thumb {
  display: grid;
  place-items: center;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 24px;
}

.cart-line h3 {
  margin: 0 0 6px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 900;
}

.cart-line p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 700;
}

.line-control {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}

.line-control button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.07);
}

.line-control button:disabled {
  color: rgba(255, 255, 255, 0.34);
  cursor: not-allowed;
}

.line-control button:last-child {
  width: auto;
  padding: 0 10px;
}

.line-control span {
  min-width: 26px;
  text-align: center;
  font-weight: 900;
}

.cart-summary-panel {
  display: grid;
  gap: 12px;
  padding: 20px 4px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cart-summary-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 2px;
}

.cart-summary-heading span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 950;
}

.cart-summary-heading strong {
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-weight: 900;
}

.cart-total-row strong {
  color: var(--gold);
  font-size: 17px;
}

.cart-shipping-row strong {
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
}

.cart-grand-total {
  display: grid;
  gap: 3px;
}

.cart-grand-total span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 850;
}

.cart-grand-total strong {
  color: #fff;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.home-cart-drawer .cart-checkout-bar {
  display: grid;
  grid-row: 3;
  grid-template-columns: minmax(96px, auto) minmax(210px, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px 24px max(16px, env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 10, 20, 0.98);
  box-shadow: 0 -18px 42px rgba(0, 0, 0, 0.28);
}

.checkout-button {
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  color: #111217;
  font-size: 15px;
  font-weight: 900;
  background: var(--gold);
}

.home-cart-drawer footer p,
.payment-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.free-shipping-nudge {
  display: grid;
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(238, 209, 122, 0.48);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(238, 209, 122, 0.18), rgba(255, 255, 255, 0.05));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.free-shipping-nudge.is-complete {
  border-color: rgba(110, 217, 155, 0.5);
  background: linear-gradient(135deg, rgba(110, 217, 155, 0.16), rgba(238, 209, 122, 0.08));
}

.free-shipping-copy {
  display: grid;
  gap: 3px;
}

.free-shipping-copy span,
.cart-upsell-heading span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0;
}

.free-shipping-copy strong {
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.35;
}

.free-shipping-copy small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.free-shipping-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.free-shipping-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), #fff1a8);
  transition: width 180ms ease;
}

.free-shipping-track.complete i {
  background: linear-gradient(90deg, #6ed99b, var(--gold));
}

.cart-upsell {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.cart-upsell-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cart-upsell-heading strong {
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.cart-upsell-list {
  display: grid;
  gap: 8px;
}

.cart-upsell-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
}

.cart-upsell-media {
  display: grid;
  width: 44px;
  height: 54px;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: #05060c;
}

.cart-upsell-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-upsell-media span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
}

.cart-upsell-item div:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.cart-upsell-item div:nth-child(2) span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 900;
}

.cart-upsell-item div:nth-child(2) strong {
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-upsell-item div:nth-child(2) small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 800;
}

.cart-upsell-item button {
  min-height: 32px;
  padding: 0 11px;
  border: 0;
  border-radius: 7px;
  color: #111217;
  background: var(--gold);
  font-size: 12px;
  font-weight: 950;
}

.home-payment-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 195;
  display: grid;
  width: min(520px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 0%, rgba(242, 195, 79, 0.14), transparent 32%),
    #080a14;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -46%);
  transition: opacity 160ms ease, transform 160ms ease;
}

.home-payment-modal.open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}

.payment-details {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 24px;
}

.payment-details div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.payment-details dt {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 800;
}

.payment-details dd {
  margin: 0;
  text-align: right;
  font-weight: 900;
}

.home-payment-modal .payment-note,
.home-payment-modal .checkout-button {
  margin: 0 24px 24px;
}

.home-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  max-width: min(360px, calc(100vw - 48px));
  padding: 14px 16px;
  border: 1px solid rgba(242, 195, 79, 0.34);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  background: rgba(8, 10, 20, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.home-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.replay-section {
  position: relative;
  overflow: hidden;
  padding: 90px 48px;
  color: #fff;
  background:
    radial-gradient(ellipse at 18% 8%, rgba(115, 201, 255, 0.16), transparent 30%),
    radial-gradient(ellipse at 82% 18%, rgba(242, 195, 79, 0.14), transparent 28%),
    radial-gradient(ellipse at 62% 88%, rgba(213, 74, 94, 0.14), transparent 34%),
    linear-gradient(145deg, #05060d 0%, #10172a 56%, #170d1c 100%);
}

.replay-section::before {
  position: absolute;
  inset: -18%;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.68) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(242, 195, 79, 0.42) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(115, 201, 255, 0.56) 0 1px, transparent 1.6px);
  background-position: 0 0, 54px 76px, 96px 28px;
  background-size: 150px 150px, 230px 230px, 190px 190px;
  content: "";
  opacity: 0.34;
  animation: hero-star-drift-alt 64s linear infinite;
}

.replay-section::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 7, 16, 0.22), transparent 18%, transparent 78%, rgba(6, 7, 16, 0.42)),
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.05), transparent 54%);
  content: "";
}

.replay-section > * {
  position: relative;
  z-index: 1;
}

.replay-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.hit-section {
  position: relative;
  overflow: hidden;
  padding: 90px 48px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 16%, rgba(213, 74, 94, 0.2), transparent 24%),
    radial-gradient(circle at 20% 75%, rgba(115, 201, 255, 0.16), transparent 28%),
    linear-gradient(145deg, #060710, #10172a 58%, #170b18);
}

.hit-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.62) 0 1px, transparent 1.5px);
  background-size: 140px 140px;
  content: "";
  opacity: 0.42;
  animation: star-drift-two 48s linear infinite;
}

.hit-section > * {
  position: relative;
}

.section-heading-light p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.hit-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 16px;
}

.hit-gallery figure {
  min-height: 310px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #05060c;
}

.hit-gallery .wide-hit {
  grid-row: span 2;
}

.hit-gallery img {
  width: 100%;
  height: 310px;
  object-fit: contain;
  background: #05060c;
}

.hit-gallery .wide-hit img {
  height: 668px;
}

.hit-gallery figcaption {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.06);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.video-grid iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #05060c;
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.36), 0 0 54px rgba(115, 201, 255, 0.08);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.15fr);
  gap: 28px;
  align-items: center;
  padding: 76px 48px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 30%, rgba(71, 185, 130, 0.18), transparent 24%),
    linear-gradient(135deg, #0a0c16, #171426);
}

.contact-section p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.social-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.06);
}

.social-window-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.social-window {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 0%, rgba(242, 195, 79, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.social-window-header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.social-window-header img {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  object-fit: cover;
  background: #fff;
}

.social-window-header div {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.social-window-header strong {
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.social-window-header span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
}

.social-window-header a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #111217;
  font-size: 13px;
  font-weight: 900;
  background: var(--gold);
}

.facebook-window iframe {
  display: block;
  width: 100%;
  height: 560px;
  border: 0;
  background: #fff;
}

.instagram-window {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.instagram-preview {
  display: grid;
  min-height: 440px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(213, 74, 94, 0.18), rgba(242, 195, 79, 0.12), rgba(115, 201, 255, 0.12)),
    #070914;
}

.instagram-preview figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #05060c;
}

.instagram-preview img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.05);
}

.instagram-window p {
  margin: 0;
  padding: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 48px;
  color: rgba(255, 255, 255, 0.68);
  background:
    linear-gradient(180deg, rgba(9, 11, 20, 0.98), #05060c),
    #05060c;
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer strong {
  color: #fff;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}

.site-footer span,
.site-footer p {
  margin: 0;
  font-size: 13px;
}

.site-footer p {
  justify-self: end;
  text-align: right;
}

.site-footer .footer-email,
.site-footer .footer-link {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.36);
  text-underline-offset: 3px;
}

.site-footer .footer-email:hover,
.site-footer .footer-email:focus-visible,
.site-footer .footer-link:hover,
.site-footer .footer-link:focus-visible {
  color: #e5bc53;
}

@keyframes star-drift-one {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(120px, 120px, 0);
  }
}

@keyframes star-drift-two {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-150px, 150px, 0);
  }
}

@keyframes hero-sky-shift {
  from {
    background-position: 0 0, 0 0, 0 0;
  }

  to {
    background-position: 40px -20px, -34px 28px, 0 0;
  }
}

@keyframes hero-star-drift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(130px, 130px, 0);
  }
}

@keyframes hero-star-drift-alt {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-160px, 130px, 0);
  }
}

@keyframes hero-card-drift {
  0%,
  100% {
    opacity: 0.72;
    filter: saturate(0.9);
    translate: 0 0;
  }

  50% {
    opacity: 1;
    filter: saturate(1.28);
    translate: 18px 0;
  }
}

@keyframes hero-ring-glow {
  0%,
  100% {
    filter: brightness(0.82);
  }

  50% {
    filter: brightness(1.18);
  }
}

@keyframes hero-letter-meteor {
  0%,
  38% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(var(--meteor-tilt)) scale(0.96);
  }

  48% {
    opacity: 0.9;
  }

  80% {
    opacity: 0.56;
  }

  92% {
    opacity: 0.36;
    transform: translate3d(var(--meteor-to-x), var(--meteor-to-y), 0) rotate(var(--meteor-tilt)) scale(0.42);
  }

  96%,
  100% {
    opacity: 0;
    transform: translate3d(var(--meteor-to-x), var(--meteor-to-y), 0) rotate(var(--meteor-tilt)) scale(0.12);
  }
}

@keyframes hero-light-flow {
  from {
    opacity: 0.5;
    translate: -7% 8%;
  }

  to {
    opacity: 0.86;
    translate: 9% -4%;
  }
}

@media (max-width: 1180px) {
  .site-header,
  .dream-hero,
  .quick-shop-section,
  .core-zone-section,
  .hit-section,
  .replay-section,
  .contact-section,
  .site-footer {
    padding-right: 32px;
    padding-left: 32px;
  }

  .dream-hero {
    --hero-orbit-size: clamp(360px, 48vw, 520px);
    --hero-orbit-half: clamp(180px, 24vw, 260px);
    --hero-orbit-top: 56px;
    --hero-orbit-right: clamp(24px, 4vw, 48px);
    min-height: 820px;
    align-items: end;
    padding-top: 96px;
    padding-bottom: 72px;
  }

  .plan-shop-shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .shop-showcase {
    min-height: 460px;
  }

  .shop-visual-orbit {
    inset: 4% 0 12%;
  }

  .hero-content {
    width: min(760px, 100%);
  }

  .hero-orbit {
    top: var(--hero-orbit-top);
    right: var(--hero-orbit-right);
    width: var(--hero-orbit-size);
  }

  .hero-card-field-back {
    opacity: 0.15;
  }

  .hero-card-field-front {
    opacity: 0.28;
  }

  .zone-grid,
  .shop-heading-row,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-shop-panel .shop-heading-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .plan-shop-content .shop-heading-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .shop-toolbar {
    justify-items: start;
  }

  .hero-shop-panel .shop-toolbar {
    justify-items: end;
  }

  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-shop-content .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-links {
    justify-content: flex-start;
  }

  .hit-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hit-gallery .wide-hit {
    grid-row: auto;
    grid-column: 1 / -1;
  }

  .hit-gallery .wide-hit img {
    height: 430px;
  }
}

@media (max-height: 680px) and (min-width: 821px) {
  .dream-hero {
    --hero-orbit-size: clamp(340px, 32vw, 500px);
    --hero-orbit-half: clamp(170px, 16vw, 250px);
    --hero-orbit-top: 32px;
    --hero-orbit-right: clamp(48px, 6vw, 120px);
    min-height: calc(100vh - 76px);
    align-items: center;
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .hero-content {
    width: min(650px, 46vw);
  }

  .hero-content h1 {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: clamp(46px, 4.5vw, 72px);
  }

  .hero-content p:not(.eyebrow) {
    font-size: 17px;
    line-height: 1.65;
  }

  .hero-proof-grid {
    grid-template-columns: 1fr;
    max-width: 270px;
  }

  .hero-shop-panel .home-product-grid {
    max-height: 430px;
  }

  .hero-shop-panel .home-product-card {
    min-height: 170px;
  }

  .hero-moon {
    width: clamp(200px, 20vw, 300px);
    height: clamp(200px, 20vw, 300px);
    opacity: 0.58;
  }
}

@media (max-width: 820px) {
  .hero-word-meteors,
  .hero-light-trail {
    display: none;
  }

  .hero-dynamic-bg,
  .hero-dynamic-bg::before,
  .hero-star-field,
  .hero-word-meteors > span,
  .hero-ring,
  .hero-card-field span,
  .quick-shop-section::before,
  .core-zone-section::before,
  .shop-showcase::after,
  .shop-orbit-ring,
  .shop-card-stream span,
  .replay-section::before,
  .hit-section::before {
    animation: none;
  }

  .hero-word-meteors > span {
    animation: none !important;
  }

  .hero-card-field-back,
  .hero-card-field-front,
  .hero-card-field span,
  .drawer-overlay,
  .payment-overlay {
    filter: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding-right: 32px;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    justify-content: flex-start;
  }

  .site-header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .site-nav a {
    flex: 1 1 140px;
    justify-content: center;
  }

  .dream-hero {
    --hero-orbit-size: min(86vw, 430px);
    --hero-orbit-half: min(43vw, 215px);
    --hero-orbit-top: 18px;
    --hero-logo-center-x: 50vw;
    min-height: 780px;
    align-items: end;
    padding-top: min(44vh, 360px);
    padding-bottom: 58px;
  }

  .plan-shop-shell {
    grid-template-columns: 1fr;
  }

  .shop-showcase {
    min-height: 410px;
  }

  .shop-visual-label {
    top: 42px;
    bottom: auto;
  }

  .shop-visual-tags {
    top: 146px;
    right: auto;
    bottom: auto;
    left: 0;
  }

  .hero-shop-panel .shop-heading-row {
    grid-template-columns: 1fr;
  }

  .plan-shop-content .shop-heading-row {
    grid-template-columns: 1fr;
  }

  .hero-shop-panel .shop-toolbar {
    justify-items: start;
  }

  .hero-shop-panel .home-product-grid {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .plan-shop-content .home-product-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 40px;
  }

  .hero-content p:not(.eyebrow) {
    font-size: 18px;
  }

  .hero-orbit {
    top: var(--hero-orbit-top);
    left: 50%;
    right: auto;
    width: var(--hero-orbit-size);
    transform: translateX(-50%);
  }

  .hero-moon {
    width: clamp(190px, 62vw, 300px);
    height: clamp(190px, 62vw, 300px);
    opacity: 0.52;
  }

  .hero-card-field-back {
    opacity: 0.14;
    filter: blur(1.7px);
  }

  .hero-card-field-front {
    opacity: 0.27;
    filter: blur(0.8px);
  }

  .hero-word-meteors > span {
    font-size: 15px;
    filter: blur(2.6px);
  }

  .social-window-grid,
  .home-product-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }

  .hit-gallery {
    grid-template-columns: 1fr;
  }

  .hit-gallery img,
  .hit-gallery .wide-hit img {
    height: 320px;
  }

  .facebook-window iframe {
    height: 520px;
  }

  .instagram-preview {
    min-height: 380px;
  }
}

@media (max-width: 560px) {
  .shop-search input,
  .collection-sort select {
    font-size: 16px;
  }

  .site-header,
  .dream-hero,
  .quick-shop-section,
  .core-zone-section,
  .hit-section,
  .replay-section,
  .contact-section,
  .site-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand strong {
    font-size: 20px;
  }

  .site-nav a {
    flex-basis: calc(50% - 8px);
    padding: 0 8px;
    font-size: 13px;
  }

  .dream-hero {
    --hero-orbit-size: min(84vw, 340px);
    --hero-orbit-half: min(42vw, 170px);
    --hero-orbit-top: 10px;
    min-height: 640px;
    padding-top: min(40vh, 270px);
    padding-bottom: 28px;
  }

  .plan-shop-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .shop-showcase {
    min-height: 330px;
  }

  .shop-visual-orbit {
    inset: 0;
  }

  .shop-visual-moon {
    width: min(58vw, 220px);
    height: min(58vw, 220px);
  }

  .shop-card-stream span {
    width: clamp(42px, 13vw, 68px);
  }

  .shop-visual-label {
    top: 28px;
    bottom: auto;
    padding: 14px 16px;
  }

  .shop-visual-tags {
    top: 118px;
    bottom: auto;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions a {
    width: 100%;
  }

  .hero-proof-grid {
    grid-template-columns: 1fr;
  }

  .hero-shop-panel .home-product-card {
    grid-template-columns: 1fr;
  }

  .hero-shop-panel .home-product-media {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .hero-shop-panel .home-product-purchase {
    grid-template-columns: 1fr;
  }

  .hero-shop-panel .home-add-button {
    width: 100%;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 26px;
  }

  .social-links {
    display: grid;
  }

  .social-links a {
    width: 100%;
  }

  .hero-orbit {
    top: var(--hero-orbit-top);
    width: var(--hero-orbit-size);
  }

  .hero-moon {
    width: min(52vw, 200px);
    height: min(52vw, 200px);
  }

  .hero-ring {
    width: 104%;
  }

  .hero-card-field span {
    width: clamp(44px, 13vw, 70px);
  }

  .hero-card-field-back span:nth-child(1) {
    --card-x: -164px;
    --card-y: -42px;
  }

  .hero-card-field-back span:nth-child(2) {
    --card-x: -68px;
    --card-y: -58px;
  }

  .hero-card-field-back span:nth-child(3) {
    --card-x: 64px;
    --card-y: -56px;
  }

  .hero-card-field-back span:nth-child(4) {
    --card-x: 154px;
    --card-y: -38px;
  }

  .hero-card-field-front span:nth-child(1) {
    --card-x: -164px;
    --card-y: 38px;
  }

  .hero-card-field-front span:nth-child(2) {
    --card-x: -66px;
    --card-y: 58px;
  }

  .hero-card-field-front span:nth-child(3) {
    --card-x: 64px;
    --card-y: 56px;
  }

  .hero-card-field-front span:nth-child(4) {
    --card-x: 154px;
    --card-y: 36px;
  }

  .hero-word-meteors {
    opacity: 0.58;
  }

  .hero-word-meteors > span {
    font-size: 14px;
    filter: blur(2.8px);
  }

  .quick-shop-section,
  .core-zone-section,
  .hit-section,
  .replay-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .shop-tabs {
    width: 100%;
  }

  .shop-search {
    width: 100%;
  }

  .shop-shortcuts {
    display: grid;
  }

  .home-cart-drawer {
    width: 100%;
  }

  .home-cart-drawer header {
    min-height: 82px;
    padding: 16px 18px;
  }

  .home-cart-drawer header h2 {
    font-size: 28px;
  }

  .cart-scroll-region {
    padding: 0 14px 18px;
  }

  .cart-empty {
    min-height: 132px;
  }

  .cart-line {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 0;
  }

  .cart-line img,
  .cart-line-thumb {
    width: 62px;
    height: 80px;
  }

  .cart-line h3 {
    font-size: 13px;
    line-height: 1.35;
  }

  .line-control {
    gap: 6px;
    margin-top: 8px;
  }

  .line-control button {
    width: 32px;
    height: 32px;
  }

  .cart-summary-panel {
    padding-top: 16px;
  }

  .free-shipping-nudge,
  .cart-upsell {
    padding: 11px;
  }

  .cart-upsell-list {
    grid-auto-columns: minmax(260px, 88%);
    grid-auto-flow: column;
    overflow-x: auto;
    padding-bottom: 3px;
    scroll-snap-type: x proximity;
  }

  .cart-upsell-item {
    scroll-snap-align: start;
  }

  .home-cart-drawer .cart-checkout-bar {
    grid-template-columns: minmax(84px, auto) minmax(190px, 1fr);
    gap: 12px;
    padding: 10px 14px max(12px, env(safe-area-inset-bottom));
  }

  .cart-grand-total strong {
    font-size: 23px;
  }

  .home-cart-drawer .checkout-button {
    min-height: 48px;
    font-size: 13px;
  }

  .site-footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .site-footer p {
    justify-self: start;
    text-align: left;
  }

  .social-window-header {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 12px;
  }

  .social-window-header img {
    width: 42px;
    height: 42px;
  }

  .social-window-header strong {
    font-size: 16px;
  }

  .facebook-window iframe {
    height: 500px;
  }

  .instagram-preview {
    min-height: 320px;
    padding: 10px;
  }

  .instagram-preview img {
    min-height: 150px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

.dream-hero {
  min-height: max(840px, calc(100vh - 76px));
  padding-bottom: 186px;
}

.hero-content {
  width: min(680px, 100%);
}

.hero-archive-dock {
  position: absolute;
  right: 48px;
  bottom: 28px;
  left: 48px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto;
  gap: 28px;
  justify-content: end;
  align-items: center;
  min-height: 82px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.hero-archive-copy {
  display: grid;
  gap: 5px;
}

.hero-archive-copy > span,
.hero-archive-label em {
  color: rgba(242, 195, 79, 0.88);
  font-size: 10px;
  font-weight: 900;
}

.hero-archive-copy strong {
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.2;
}

.hero-archive-dock > a {
  display: grid;
  grid-template-columns: 102px minmax(96px, 1fr) auto 18px;
  gap: 16px;
  align-items: center;
  min-width: 520px;
  padding: 6px 0 6px 22px;
  border-left: 1px solid rgba(115, 201, 255, 0.5);
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.hero-archive-dock > a:hover {
  border-color: var(--gold);
  transform: translateX(3px);
}

.hero-archive-preview {
  position: relative;
  display: flex;
  align-items: center;
  width: 102px;
  height: 58px;
  padding-left: 7px;
}

.hero-archive-preview img,
.hero-archive-preview > span {
  display: block;
  width: 42px;
  height: 56px;
  flex: 0 0 42px;
  margin-left: -10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  background:
    radial-gradient(circle at 50% 35%, rgba(242, 195, 79, 0.2), transparent 48%),
    #0c101a;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.38);
  object-fit: contain;
}

.hero-archive-preview img:first-child,
.hero-archive-preview > span:first-child {
  margin-left: 0;
  transform: rotate(-4deg);
}

.hero-archive-preview img:nth-child(2),
.hero-archive-preview > span:nth-child(2) {
  z-index: 1;
  transform: translateY(-2px);
}

.hero-archive-preview img:nth-child(3),
.hero-archive-preview > span:nth-child(3) {
  transform: rotate(4deg);
}

.hero-archive-label {
  display: grid;
  gap: 3px;
}

.hero-archive-label em {
  font-style: normal;
}

.hero-archive-label small {
  color: rgba(255, 255, 255, 0.46);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero-archive-dock > a strong {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  color: #fff;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
}

.hero-archive-dock > a b {
  color: var(--gold);
  font-weight: 400;
}

.hero-archive-dock > a small {
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 900;
}

.hero-archive-arrow {
  color: var(--gold);
  font-size: 22px;
  font-style: normal;
}

.collection-archive-section {
  overflow: visible;
  scroll-margin-top: 76px;
  margin-top: -1px;
  padding-top: 54px;
  padding-bottom: 96px;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(115, 201, 255, 0.14), transparent 32%),
    radial-gradient(ellipse at 88% 12%, rgba(242, 195, 79, 0.14), transparent 30%),
    radial-gradient(ellipse at 60% 76%, rgba(213, 74, 94, 0.1), transparent 32%),
    linear-gradient(160deg, #060710 0%, #0c1423 48%, #170f1c 100%);
}

.collection-archive-section::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: 150px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 7, 16, 0.88), transparent),
    radial-gradient(ellipse at 56% 0%, rgba(255, 255, 255, 0.06), transparent 58%);
  content: "";
}

.collection-archive-section > * {
  z-index: 1;
}

.collection-archive-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 3vw, 44px);
  align-items: end;
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.collection-index-mark {
  display: grid;
  gap: 2px;
  align-self: stretch;
  align-content: end;
  padding-bottom: 4px;
  border-right: 1px solid rgba(115, 201, 255, 0.32);
}

.collection-index-mark span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 400;
  line-height: 0.88;
}

.collection-index-mark small,
.collection-availability span,
.collection-availability small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 900;
}

.collection-archive-intro .shop-heading-copy {
  max-width: 690px;
}

.collection-archive-intro .shop-heading-copy h2 {
  max-width: 620px;
}

.collection-availability {
  display: grid;
  justify-items: end;
  gap: 2px;
  min-width: 150px;
  padding-bottom: 4px;
}

.collection-availability strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 400;
  line-height: 0.9;
}

.collection-control-band {
  position: sticky;
  top: 74px;
  z-index: 24;
  display: grid;
  grid-template-columns: auto auto minmax(230px, 1fr) 168px;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(8, 11, 20, 0.96), rgba(8, 11, 20, 0.88));
  backdrop-filter: blur(20px);
}

.collection-view-toggle {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(68px, 1fr));
  gap: 4px;
  min-height: 54px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.collection-view-toggle button {
  min-width: 0;
  border: 0;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.68);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  background: transparent;
  cursor: pointer;
}

.collection-view-toggle button.active {
  color: #111217;
  background: var(--gold);
}

.collection-control-band .shop-tabs {
  min-height: 54px;
}

.collection-control-band .shop-tab {
  min-height: 42px;
}

.collection-control-band .shop-search {
  width: 100%;
}

.collection-control-band .shop-search > span,
.collection-control-band .collection-sort > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.collection-control-band .shop-search input,
.collection-control-band .collection-sort select {
  min-height: 54px;
}

.collection-sort {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
}

.collection-sort select {
  width: 100%;
  min-height: 46px;
  padding: 0 34px 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.07);
  outline: 0;
}

.collection-sort select:focus {
  border-color: rgba(242, 195, 79, 0.72);
}

.collection-archive-section .shop-status {
  margin: 14px 0 16px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  letter-spacing: 0;
}

.collection-archive-section .home-product-grid[data-view="gallery"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-product-grid[data-view="gallery"] .home-product-card {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.collection-archive-section .home-product-grid[data-view="gallery"] .home-product-media {
  --home-media-inset: 14px;
}

.collection-archive-section .home-product-grid[data-view="gallery"] .home-product-body {
  gap: 9px;
  padding: 15px;
}

.collection-archive-section .home-product-grid[data-view="gallery"] .home-product-body h3 {
  display: -webkit-box;
  min-height: 44px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.collection-archive-section .home-product-grid[data-view="gallery"] .home-product-body p {
  display: none;
}

.collection-archive-section .home-product-grid[data-view="gallery"] .home-product-meta {
  flex-wrap: nowrap;
  overflow: hidden;
}

.collection-archive-section .home-product-grid[data-view="gallery"] .home-product-meta span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.collection-archive-section .home-product-grid[data-view="gallery"] .home-product-purchase strong {
  font-size: 20px;
}

.collection-archive-section .home-product-grid[data-view="gallery"] .home-product-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.collection-archive-section .home-product-grid[data-view="gallery"] .home-product-detail,
.collection-archive-section .home-product-grid[data-view="gallery"] .home-add-button {
  min-height: 38px;
  font-size: 12px;
}

.collection-more {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}

.collection-more[hidden] {
  display: none;
}

.collection-more > span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
}

.collection-more button {
  min-width: 168px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(242, 195, 79, 0.52);
  border-radius: 8px;
  color: #111217;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  background: var(--gold);
  cursor: pointer;
}

.collection-archive-section .shop-shortcuts {
  justify-content: center;
  margin-top: 18px;
}

.home-product-card {
  position: relative;
}

.home-product-card.card-gold .home-product-media {
  background:
    radial-gradient(circle at 44% 32%, rgba(242, 195, 79, 0.34), transparent 42%),
    linear-gradient(145deg, #11151c, #3b2c12);
}

.home-product-card.card-green .home-product-media {
  background:
    radial-gradient(circle at 44% 32%, rgba(71, 185, 130, 0.3), transparent 42%),
    linear-gradient(145deg, #081614, #123a31);
}

.home-product-card.card-red .home-product-media {
  background:
    radial-gradient(circle at 44% 32%, rgba(213, 74, 94, 0.32), transparent 42%),
    linear-gradient(145deg, #180b13, #44202d);
}

.home-product-card.card-blue .home-product-media,
.home-product-card.card-navy .home-product-media {
  background:
    radial-gradient(circle at 44% 32%, rgba(115, 201, 255, 0.32), transparent 42%),
    linear-gradient(145deg, #091421, #173859);
}

.home-product-card.card-orange .home-product-media {
  background:
    radial-gradient(circle at 44% 32%, rgba(230, 137, 65, 0.3), transparent 42%),
    linear-gradient(145deg, #1b110e, #49301d);
}

.home-product-card.card-purple .home-product-media,
.home-product-card.card-slate .home-product-media {
  background:
    radial-gradient(circle at 44% 32%, rgba(168, 138, 190, 0.22), transparent 42%),
    linear-gradient(145deg, #10151d, #242d3b);
}

.home-product-purchase {
  display: block;
}

.home-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.home-product-detail {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 42px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  transition: color 160ms ease;
}

.home-product-detail:hover {
  color: var(--gold);
}

.home-product-detail span {
  color: var(--cyan);
  font-size: 15px;
}

.home-product-grid[data-view="catalog"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-product-grid[data-view="catalog"] .home-product-card {
  grid-template-columns: minmax(148px, 0.34fr) minmax(0, 0.66fr);
  min-height: 218px;
}

.home-product-grid[data-view="catalog"] .home-product-media {
  --home-media-inset: 16px;
  min-height: 100%;
  aspect-ratio: auto;
  padding: var(--home-media-inset);
}

.home-product-grid[data-view="catalog"] .home-product-body {
  align-content: space-between;
}

@media (hover: hover) {
  .home-product-grid[data-view="gallery"] .home-product-card:hover,
  .home-product-grid[data-view="catalog"] .home-product-card:hover {
    border-color: rgba(242, 195, 79, 0.5);
    box-shadow: 0 30px 82px rgba(0, 0, 0, 0.34);
    transform: translateY(-4px);
  }
}

@media (max-width: 1180px) {
  .dream-hero {
    min-height: 900px;
    padding-bottom: 176px;
  }

  .hero-archive-dock {
    right: 32px;
    left: 32px;
  }

  .hero-archive-dock > a {
    min-width: 470px;
  }

  .collection-archive-intro {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .collection-control-band {
    grid-template-columns: auto auto minmax(190px, 1fr) 156px;
  }

  .home-product-grid[data-view="catalog"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1399px) and (min-width: 821px) {
  .collection-archive-section .home-product-grid[data-view="gallery"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .dream-hero {
    min-height: 800px;
    padding-bottom: 178px;
  }

  .hero-archive-dock {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-content: stretch;
    min-height: 0;
    padding: 12px 0;
  }

  .hero-archive-dock > a {
    grid-template-columns: 102px minmax(96px, 1fr) auto 18px;
    min-width: 0;
  }

  .collection-archive-intro {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: end;
  }

  .collection-archive-section {
    scroll-margin-top: 132px;
  }

  .collection-index-mark {
    display: flex;
    gap: 10px;
    align-items: baseline;
    padding: 0 0 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(115, 201, 255, 0.28);
  }

  .collection-index-mark span {
    font-size: 42px;
  }

  .collection-availability {
    min-width: 112px;
    justify-items: end;
  }

  .collection-control-band {
    position: relative;
    top: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: end;
    background: transparent;
    backdrop-filter: none;
  }

  .collection-control-band .shop-tabs,
  .collection-view-toggle {
    width: 100%;
  }

  .collection-control-band .shop-search,
  .collection-sort {
    grid-column: 1 / -1;
  }

  .home-product-grid[data-view="catalog"] {
    grid-template-columns: 1fr;
  }

  .collection-archive-section .home-product-grid[data-view="gallery"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-product-grid[data-view="catalog"] .home-product-card {
    grid-template-columns: minmax(126px, 0.34fr) minmax(0, 0.66fr);
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 8px;
    padding-right: 14px;
    padding-bottom: 12px;
    padding-left: 14px;
  }

  .site-header-actions {
    gap: 6px;
  }

  .site-header .site-member-button,
  .site-header .header-cart-button {
    min-height: 40px;
    padding: 0 9px;
    font-size: 11px;
  }

  .site-header .header-cart-button {
    gap: 6px;
  }

  .site-header .header-cart-button span {
    min-width: 22px;
    min-height: 22px;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .site-nav a {
    min-height: 38px;
    flex: none;
    padding: 0 4px;
    font-size: 11px;
  }

  .dream-hero {
    min-height: 0;
    padding-top: min(82vw, 300px);
    padding-bottom: 14px;
  }

  .hero-archive-dock {
    display: none;
  }

  .hero-secondary-action {
    display: none !important;
  }

  .collection-archive-section {
    padding-top: 24px;
    scroll-margin-top: 106px;
  }

  .hero-archive-copy strong {
    font-size: 20px;
  }

  .hero-archive-dock > a {
    gap: 8px;
    padding-left: 14px;
  }

  .hero-archive-dock > a strong {
    font-size: 25px;
  }

  .collection-control-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-control-band .shop-tabs {
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    padding: 5px;
  }

  .collection-control-band .shop-tab {
    min-width: 0;
    padding-right: 4px;
    padding-left: 4px;
  }

  .collection-control-band .shop-tabs,
  .collection-view-toggle,
  .collection-control-band .shop-search,
  .collection-sort {
    grid-column: auto;
  }

  .shop-search input,
  .collection-sort select {
    font-size: 16px;
  }

  .collection-archive-intro .shop-heading-copy h2 {
    font-size: 34px;
  }

  .collection-availability strong {
    font-size: 40px;
  }

  .collection-availability span,
  .collection-availability small {
    font-size: 9px;
  }

  .collection-archive-section .home-product-grid[data-view="gallery"] {
    gap: 10px;
  }

  .collection-archive-section .home-product-grid[data-view="gallery"] .home-product-media {
    --home-media-inset: 9px;
  }

  .collection-archive-section .home-product-grid[data-view="gallery"] .home-product-body {
    gap: 7px;
    padding: 11px;
  }

  .collection-archive-section .home-product-grid[data-view="gallery"] .home-product-body h3 {
    min-height: 38px;
    font-size: 13px;
    line-height: 1.45;
  }

  .collection-archive-section .home-product-grid[data-view="gallery"] .home-product-meta {
    display: none;
  }

  .collection-archive-section .home-product-grid[data-view="gallery"] .home-product-purchase strong {
    font-size: 16px;
  }

  .collection-archive-section .home-product-grid[data-view="gallery"] .home-product-purchase small,
  .collection-archive-section .home-product-grid[data-view="gallery"] .home-product-detail,
  .collection-archive-section .home-product-grid[data-view="gallery"] .home-add-button {
    font-size: 10px;
  }

  .collection-archive-section .home-product-grid[data-view="gallery"] .home-product-detail,
  .collection-archive-section .home-product-grid[data-view="gallery"] .home-add-button {
    min-height: 34px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .collection-more {
    display: grid;
    gap: 10px;
    justify-items: center;
  }

  .home-product-grid[data-view="catalog"] .home-product-card {
    grid-template-columns: minmax(106px, 0.34fr) minmax(0, 0.66fr);
    min-height: 196px;
  }

  .home-product-grid[data-view="catalog"] .home-product-media {
    --home-media-inset: 12px;
    padding: var(--home-media-inset);
  }

  .home-product-grid[data-view="catalog"] .home-product-body {
    gap: 8px;
    padding: 14px;
  }

  .home-product-grid[data-view="catalog"] .home-product-body h3 {
    font-size: 15px;
  }

  .home-product-grid[data-view="catalog"] .home-product-body p {
    min-height: 0;
    font-size: 12px;
  }

  .home-product-actions {
    gap: 6px;
  }

  .home-product-detail {
    min-height: 34px;
    font-size: 12px;
  }

  .home-add-button {
    min-height: 36px;
    padding: 0 10px;
  }
}

@media (max-width: 380px) {
  .site-header {
    gap: 6px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .brand strong {
    font-size: 17px;
  }

  .brand small {
    display: none;
  }

  .site-header .site-member-button,
  .site-header .header-cart-button {
    min-height: 38px;
    padding: 0 8px;
  }
}

.store-faq-section {
  padding: 88px 48px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(115, 201, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #0a0d18, #10172a 58%, #15101c);
}

.store-faq-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.store-faq-heading h1,
.store-faq-heading h2 {
  margin: 8px 0 12px;
  font-family: var(--serif);
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 400;
}

.store-faq-heading > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.store-faq-grid {
  display: grid;
  max-width: 980px;
  gap: 12px;
  margin: 0 auto;
}

.store-faq-grid details {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.store-faq-grid summary {
  position: relative;
  padding: 21px 58px 21px 24px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.store-faq-grid summary::-webkit-details-marker {
  display: none;
}

.store-faq-grid summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  color: var(--gold);
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
  content: "+";
}

.store-faq-grid details[open] summary::after {
  content: "−";
}

.store-faq-grid details p {
  margin: 0;
  padding: 0 24px 22px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.8;
}

.store-faq-grid details a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .store-faq-section {
    padding: 64px 20px;
  }

  .store-faq-heading {
    text-align: left;
  }

  .store-faq-grid summary {
    padding: 18px 48px 18px 18px;
    font-size: 15px;
  }

  .store-faq-grid summary::after {
    right: 18px;
  }

  .store-faq-grid details p {
    padding: 0 18px 18px;
    font-size: 14px;
  }

}
