:root {
  --store-bg: #fff9ef;
  --store-surface: rgba(255, 255, 255, 0.9);
  --store-text: #171513;
  --store-muted: #716861;
  --store-line: rgba(23, 21, 19, 0.08);
  --store-red: #e43b36;
  --store-red-deep: #bb1813;
  --store-pink: #ff7ab5;
  --store-yellow: #ffd85a;
  --store-blue: #71b8ff;
  --store-teal: #5fd8c7;
  --store-purple: #8d7cff;
  --store-shadow: rgba(33, 24, 21, 0.12);
  --movie-text: #f5ece7;
  --movie-muted: #c4b4af;
  --movie-red: #c51217;
  --movie-red-deep: #6f090d;
  --movie-red-hot: #ff2d2d;
  --movie-line: rgba(255, 255, 255, 0.12);
  --shadow: rgba(0, 0, 0, 0.55);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--movie-text);
  background:
    radial-gradient(circle at top right, rgba(197, 18, 23, 0.18), transparent 30%),
    radial-gradient(circle at 15% 15%, rgba(255, 45, 45, 0.12), transparent 20%),
    linear-gradient(135deg, #080808 0%, #050505 52%, #120406 100%);
}

body.pre-reveal {
  overflow: hidden;
}

section[id] {
  scroll-margin-top: 110px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.13;
  mix-blend-mode: soft-light;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 0.55px, transparent 0.8px);
  background-size: 5px 5px;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at center, transparent 35%, rgba(0, 0, 0, 0.74) 100%);
}

::selection {
  color: var(--movie-text);
  background: rgba(255, 45, 45, 0.32);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid var(--movie-red-hot);
  outline-offset: 4px;
}

.reveal-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

body.is-transitioning .reveal-overlay {
  opacity: 1;
}

.reveal-overlay__flash,
.reveal-overlay__wash,
.reveal-overlay__grain {
  position: absolute;
  inset: 0;
}

.reveal-overlay__flash {
  opacity: 0;
  transform: scale(0.92);
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.96) 0%, rgba(255, 120, 120, 0.7) 18%, transparent 58%);
  mix-blend-mode: screen;
}

body.is-transitioning .reveal-overlay__flash {
  animation: horrorFlash 0.82s ease forwards;
}

.reveal-overlay__wash {
  opacity: 0;
  transform: translateY(100%);
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.18) 18%, rgba(197, 18, 23, 0.72) 52%, rgba(8, 8, 8, 0.98) 100%);
}

body.is-transitioning .reveal-overlay__wash {
  animation: horrorWash 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.reveal-overlay__grain {
  opacity: 0;
  mix-blend-mode: soft-light;
  background-image: radial-gradient(rgba(255, 255, 255, 0.16) 0.7px, transparent 0.85px);
  background-size: 5px 5px;
}

body.is-transitioning .reveal-overlay__grain {
  animation: horrorGrain 0.9s linear forwards;
}

.storefront {
  position: fixed;
  inset: 0;
  z-index: 30;
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--store-text);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 122, 181, 0.26), transparent 24%),
    radial-gradient(circle at 12% 20%, rgba(113, 184, 255, 0.24), transparent 24%),
    radial-gradient(circle at 18% 82%, rgba(255, 216, 90, 0.2), transparent 20%),
    radial-gradient(circle at 86% 74%, rgba(95, 216, 199, 0.18), transparent 20%),
    linear-gradient(180deg, #fffdfa 0%, #fff6e6 54%, #fff2d8 100%);
  transition: opacity 0.95s ease, transform 0.95s ease, filter 0.95s ease, visibility 0s linear 0.95s;
}

.storefront::before {
  content: "";
  position: fixed;
  inset: auto -6% 48% auto;
  width: 44vw;
  height: 44vw;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 122, 181, 0.16) 0%, transparent 62%);
  filter: blur(10px);
}

.storefront::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.75;
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 216, 90, 0.52) 0 8px, transparent 9px),
    radial-gradient(circle at 18% 30%, rgba(113, 184, 255, 0.38) 0 6px, transparent 7px),
    radial-gradient(circle at 84% 16%, rgba(255, 122, 181, 0.44) 0 9px, transparent 10px),
    radial-gradient(circle at 90% 38%, rgba(95, 216, 199, 0.34) 0 7px, transparent 8px),
    radial-gradient(circle at 12% 68%, rgba(141, 124, 255, 0.26) 0 10px, transparent 11px),
    radial-gradient(circle at 82% 82%, rgba(255, 216, 90, 0.28) 0 8px, transparent 9px);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 80%);
}

.storefront__inner {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 24px clamp(20px, 4vw, 48px) 48px;
}

body.is-transitioning .storefront__inner {
  animation: storefrontJolt 0.82s cubic-bezier(0.16, 0.84, 0.28, 0.98) both;
}

body.is-revealed .storefront {
  opacity: 0;
  transform: translateY(-10px);
  filter: blur(22px) brightness(0.48) saturate(1.5);
  visibility: hidden;
  pointer-events: none;
}

.store-header {
  position: sticky;
  top: 20px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid var(--store-line);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 251, 244, 0.9));
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 48px -32px rgba(33, 24, 21, 0.2);
  animation: storeLift 0.7s ease 0.06s both;
}

.store-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.store-brand__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--store-red);
  box-shadow:
    0 0 0 5px rgba(228, 59, 54, 0.12),
    12px 3px 0 -7px rgba(113, 184, 255, 0.95),
    6px 12px 0 -7px rgba(255, 216, 90, 0.95);
}

.store-nav {
  display: flex;
  gap: clamp(12px, 2vw, 28px);
  color: rgba(23, 21, 19, 0.72);
  font-size: 0.95rem;
  font-weight: 600;
}

.store-nav a {
  transition: color 0.2s ease;
}

.store-nav a:hover {
  color: var(--store-text);
}

.store-cart {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid var(--store-line);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #fff7f0);
  color: var(--store-text);
  font-weight: 700;
  box-shadow: 0 12px 24px -18px var(--store-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.store-cart:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px -18px var(--store-shadow);
}

.store-cart span {
  display: inline-grid;
  place-items: center;
  min-width: 26px;
  height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--store-yellow);
  color: var(--store-text);
  font-size: 0.82rem;
}

.store-main {
  display: grid;
  gap: clamp(24px, 5vw, 60px);
  padding-top: clamp(24px, 5vw, 56px);
}

.store-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 480px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 210px);
}

.store-copy {
  max-width: 650px;
  padding-top: 10px;
  animation: storeLift 0.78s ease 0.14s both;
}

.store-kicker {
  margin: 0;
  color: var(--store-purple);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.82rem;
  font-weight: 800;
}

.store-hero h1,
.store-proof__panel h2 {
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 800;
  text-wrap: balance;
}

.store-hero h1 {
  margin: 16px 0;
  max-width: 7.8ch;
  font-size: clamp(3.15rem, 6.3vw, 5.6rem);
}

.store-hero h1 span {
  color: var(--store-red);
}

.store-proof__panel h2 {
  margin: 0 0 16px;
  max-width: 9ch;
  font-size: clamp(2.7rem, 4vw, 4.2rem);
}

.store-lede,
.store-feature p,
.store-proof__panel p,
.product-card__info p {
  color: var(--store-muted);
  line-height: 1.75;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
}

.store-lede {
  max-width: 31rem;
}

.store-pricing {
  margin-top: 24px;
}

.store-price-label {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(122, 74, 0, 0.92);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 800;
}

.price-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.price-stack strong {
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.price-was {
  color: var(--store-muted);
  font-weight: 700;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 26px 0 0;
}

.store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  appearance: none;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: 0 18px 30px -24px rgba(33, 24, 21, 0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.store-button:hover {
  transform: translateY(-2px);
}

.store-button--primary {
  background: linear-gradient(180deg, #ff7a6c 0%, var(--store-red) 100%);
  color: #fff;
  box-shadow: 0 22px 34px -22px rgba(228, 59, 54, 0.72);
}

.store-button--secondary {
  border: 1px solid rgba(113, 184, 255, 0.22);
  background: rgba(255, 255, 255, 0.72);
  color: var(--store-text);
}

.store-button--secondary:hover {
  border-color: rgba(113, 184, 255, 0.38);
  background: rgba(255, 255, 255, 0.92);
}

.store-button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.store-button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.14);
}

.store-product {
  position: relative;
  isolation: isolate;
  padding-top: 16px;
  animation: storeLift 0.8s ease 0.22s both;
}

.store-product::before {
  content: "";
  position: absolute;
  inset: 8% -10% 0 12%;
  z-index: -1;
  border-radius: 48px;
  background:
    radial-gradient(circle at 18% 26%, rgba(255, 216, 90, 0.5), transparent 32%),
    radial-gradient(circle at 72% 18%, rgba(113, 184, 255, 0.28), transparent 38%),
    radial-gradient(circle at 68% 78%, rgba(255, 122, 181, 0.26), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 245, 229, 0.42));
  filter: blur(10px);
}

.product-card {
  overflow: hidden;
  border: 1px solid rgba(23, 21, 19, 0.08);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
  transform: rotate(-1.2deg);
  box-shadow: 0 54px 88px -46px rgba(33, 24, 21, 0.28);
}

body.is-transitioning .product-card {
  animation: productCardRip 0.82s ease both;
}

.product-card__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 16px 22px;
}

.product-card__head {
  color: rgba(23, 21, 19, 0.74);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 246, 232, 0.86));
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 800;
}

.product-card__head p {
  margin: 0;
}

.product-card__media {
  padding: 24px 24px 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 216, 90, 0.52), transparent 20%),
    radial-gradient(circle at 84% 18%, rgba(113, 184, 255, 0.36), transparent 24%),
    radial-gradient(circle at 76% 78%, rgba(255, 122, 181, 0.24), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 239, 236, 0.86));
}

.product-card__media img {
  width: 100%;
  aspect-ratio: 4 / 5.35;
  object-fit: contain;
  padding: 10px 12px 0;
  border-radius: 26px;
  box-shadow: 0 24px 38px -28px rgba(0, 0, 0, 0.22);
}

.product-card__info {
  padding: 20px 22px 18px;
}

.product-card__info h2 {
  margin: 0 0 8px;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  letter-spacing: -0.04em;
}

.product-card__info p {
  margin: 0;
}

.product-card__footer {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding: 18px 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 21, 19, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 238, 0.92));
  color: rgba(23, 21, 19, 0.72);
  font-size: 0.92rem;
  font-weight: 700;
}

.product-card__footer a,
.product-card__footer button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--store-purple), #6556ef);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: 0 18px 24px -20px rgba(23, 21, 19, 0.7);
}

.store-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 12px;
  border: 1px solid var(--store-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(16px);
  animation: storeLift 0.78s ease 0.3s both;
}

.store-strip p {
  margin: 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: rgba(23, 21, 19, 0.78);
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(23, 21, 19, 0.04);
}

.store-strip p:nth-child(1) {
  background: rgba(255, 216, 90, 0.36);
}

.store-strip p:nth-child(2) {
  background: rgba(113, 184, 255, 0.22);
}

.store-strip p:nth-child(3) {
  background: rgba(95, 216, 199, 0.24);
}

.store-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  animation: storeLift 0.82s ease 0.38s both;
}

.store-feature {
  padding: 24px 22px;
  border: 1px solid var(--store-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 46px -36px var(--store-shadow);
}

.store-feature:nth-child(1) {
  box-shadow:
    inset 0 5px 0 rgba(255, 216, 90, 0.88),
    0 24px 46px -36px var(--store-shadow);
}

.store-feature:nth-child(2) {
  box-shadow:
    inset 0 5px 0 rgba(113, 184, 255, 0.88),
    0 24px 46px -36px var(--store-shadow);
}

.store-feature:nth-child(3) {
  box-shadow:
    inset 0 5px 0 rgba(255, 122, 181, 0.84),
    0 24px 46px -36px var(--store-shadow);
}

.store-feature h3 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  letter-spacing: -0.03em;
}

.store-feature p {
  margin: 0;
}

.store-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  animation: storeLift 0.84s ease 0.46s both;
}

.store-proof__quote,
.store-proof__panel {
  padding: 28px;
  border: 1px solid var(--store-line);
  border-radius: 32px;
}

.store-proof__quote {
  background: linear-gradient(180deg, rgba(255, 249, 224, 0.92), rgba(255, 255, 255, 0.8));
  box-shadow: 0 28px 52px -36px rgba(33, 24, 21, 0.16);
}

.store-proof__quote blockquote {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  line-height: 1.18;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.store-proof__quote cite {
  color: var(--store-muted);
  font-style: normal;
  font-weight: 700;
}

.store-proof__panel {
  color: #fff;
  background: linear-gradient(135deg, #6aaeff 0%, #7f74ff 52%, #ff7f9a 100%);
  box-shadow: 0 32px 58px -36px rgba(111, 102, 255, 0.48);
}

.store-proof__panel p {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.9);
}

.movie-site {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 0.95s ease, transform 0.95s ease, visibility 0s linear 0.95s;
}

body.is-transitioning .movie-site {
  opacity: 0.22;
  visibility: visible;
  transform: translateY(0);
  transition: none;
}

body.is-revealed .movie-site {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  transition-delay: 0.08s, 0.08s, 0s;
}

.site-shell {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  padding: 24px clamp(20px, 4vw, 48px) 48px;
}

.movie-site main,
.topbar,
.site-footer {
  max-width: 1320px;
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 20px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 30px;
  padding: 14px 20px;
  border: 1px solid var(--movie-line);
  border-radius: 999px;
  background: rgba(7, 7, 7, 0.75);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 40px -28px var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--movie-red-hot);
  box-shadow: 0 0 16px rgba(255, 45, 45, 0.9);
}

.brand-text,
.site-footer__brand {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

.nav {
  display: flex;
  gap: clamp(12px, 2vw, 28px);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.9rem;
}

.nav a {
  color: rgba(245, 236, 231, 0.74);
  position: relative;
  transition: color 0.2s ease;
}

.nav a:hover {
  color: var(--movie-text);
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  opacity: 0;
  background: rgba(255, 45, 45, 0.62);
  transform: scaleX(0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 460px);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 160px);
  padding: clamp(18px, 3vw, 40px) 0 56px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 10% 0 auto auto;
  width: min(46vw, 560px);
  height: min(46vw, 560px);
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(197, 18, 23, 0.22) 0%, rgba(197, 18, 23, 0.05) 38%, transparent 72%);
  filter: blur(16px);
}

.hero::after {
  content: "";
  position: absolute;
  left: clamp(-24px, -2vw, 0px);
  bottom: 56px;
  width: 250px;
  height: 210px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.28;
  transform: rotate(-9deg);
  filter: drop-shadow(0 0 24px rgba(197, 18, 23, 0.28));
  background:
    radial-gradient(circle at 20% 24%, rgba(255, 45, 45, 0.82) 0 12px, transparent 13px),
    radial-gradient(circle at 42% 37%, rgba(197, 18, 23, 0.82) 0 40px, transparent 41px),
    radial-gradient(circle at 70% 18%, rgba(197, 18, 23, 0.72) 0 17px, transparent 18px),
    radial-gradient(circle at 81% 48%, rgba(111, 9, 13, 0.78) 0 12px, transparent 13px),
    radial-gradient(circle at 14% 54%, rgba(197, 18, 23, 0.68) 0 10px, transparent 11px),
    radial-gradient(circle at 54% 63%, rgba(197, 18, 23, 0.84) 0 26px, transparent 27px),
    linear-gradient(180deg, rgba(197, 18, 23, 0.86) 0 56%, transparent 57%) 42% 68% / 14px 86px no-repeat,
    linear-gradient(180deg, rgba(197, 18, 23, 0.72) 0 60%, transparent 61%) 58% 74% / 10px 64px no-repeat,
    linear-gradient(180deg, rgba(197, 18, 23, 0.6) 0 58%, transparent 59%) 74% 78% / 8px 52px no-repeat;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--movie-red-hot);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.86rem;
  font-weight: 800;
}

.hero h1,
.story h2,
.details h2,
.countdown h2,
.trailer h2,
.watchlist h2 {
  margin: 18px 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 0.92;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(3.4rem, 7vw, 6.4rem);
  text-wrap: balance;
}

.hero h1 span {
  color: var(--movie-red-hot);
  text-shadow: 0 0 24px rgba(255, 45, 45, 0.35);
}

.story h2,
.details h2,
.countdown h2,
.trailer h2,
.watchlist h2 {
  max-width: 14ch;
  font-size: clamp(3rem, 6vw, 5.2rem);
}

.lede,
.story-copy p,
.feature p,
.countdown-copy p:last-child,
.watchlist-copy p:last-child {
  color: var(--movie-muted);
  line-height: 1.75;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
}

.hero .lede {
  max-width: 35rem;
  margin-bottom: 0;
}

.hero-subnote {
  margin: 18px 0 0;
  color: rgba(245, 236, 231, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 26px 0 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(180deg, var(--movie-red-hot) 0%, var(--movie-red) 100%);
  color: #fff5f4;
  box-shadow: 0 18px 32px -20px rgba(255, 45, 45, 0.88);
}

.button-primary:hover {
  box-shadow: 0 26px 40px -24px rgba(255, 45, 45, 0.92);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.07);
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(245, 236, 231, 0.82);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
}

.hero-notes li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.hero-poster {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  margin: 0;
  justify-self: end;
  transform: translateY(calc(var(--poster-shift, 0px) * 0.12));
  transition: transform 0.15s linear;
}

.hero-poster::before {
  content: "";
  position: absolute;
  top: -28px;
  right: -34px;
  width: 138px;
  height: 118px;
  pointer-events: none;
  z-index: -1;
  opacity: 0.45;
  transform: rotate(18deg);
  filter: drop-shadow(0 0 20px rgba(197, 18, 23, 0.28));
  background:
    radial-gradient(circle at 20% 26%, rgba(255, 45, 45, 0.76) 0 10px, transparent 11px),
    radial-gradient(circle at 44% 38%, rgba(197, 18, 23, 0.78) 0 21px, transparent 22px),
    radial-gradient(circle at 73% 24%, rgba(197, 18, 23, 0.8) 0 13px, transparent 14px),
    radial-gradient(circle at 62% 64%, rgba(111, 9, 13, 0.82) 0 12px, transparent 13px),
    linear-gradient(180deg, rgba(197, 18, 23, 0.85) 0 62%, transparent 63%) 46% 72% / 10px 42px no-repeat,
    linear-gradient(180deg, rgba(197, 18, 23, 0.66) 0 56%, transparent 57%) 66% 76% / 8px 28px no-repeat;
}

.poster-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: #090909;
  box-shadow: 0 32px 70px -32px rgba(0, 0, 0, 0.9), 0 0 0 1px rgba(255, 45, 45, 0.14);
}

.poster-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 20%, transparent 70%, rgba(0, 0, 0, 0.26));
}

.poster-image {
  width: 100%;
  aspect-ratio: 4 / 5.4;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.04);
}

.poster-glow {
  position: absolute;
  inset: auto -12% -12% -12%;
  height: 32%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(197, 18, 23, 0.38) 0%, rgba(197, 18, 23, 0.1) 40%, transparent 72%);
  filter: blur(28px);
  animation: posterPulse 5.5s ease-in-out infinite;
}

.hero-poster figcaption {
  margin-top: 16px;
  color: rgba(245, 236, 231, 0.66);
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
}

.trailer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  padding-top: clamp(56px, 7vw, 92px);
}

.trailer-copy {
  max-width: 34rem;
}

.trailer-meta,
.watchlist-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.trailer-meta li,
.watchlist-meta li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(245, 236, 231, 0.74);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  font-weight: 800;
}

.trailer-copy p:not(.section-kicker):not(.trailer-quote) {
  margin: 0;
  max-width: 30rem;
  color: var(--movie-muted);
  line-height: 1.7;
  font-size: clamp(1rem, 1.3vw, 1.08rem);
}

.trailer-quote {
  margin: 26px 0 0;
  color: var(--movie-text);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.trailer-player {
  width: min(100%, 390px);
  max-width: 390px;
  justify-self: end;
  position: relative;
}

.trailer-player::before {
  content: "";
  position: absolute;
  inset: auto -6% -4% auto;
  width: min(42vw, 360px);
  height: min(42vw, 360px);
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 45, 45, 0.18) 0%, rgba(255, 45, 45, 0.06) 36%, transparent 70%);
  filter: blur(16px);
}

.trailer-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 45, 45, 0.16), transparent 26%),
    linear-gradient(180deg, #090909 0%, #050505 100%);
  box-shadow: 0 38px 80px -34px rgba(0, 0, 0, 0.9), 0 0 0 1px rgba(255, 45, 45, 0.14);
}

.trailer-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 18%, transparent 76%, rgba(0, 0, 0, 0.24));
}

.trailer-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #030303;
}

.trailer-note {
  margin: 14px 0 0;
  color: rgba(245, 236, 231, 0.66);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
}

.marquee {
  margin: 0 calc(clamp(20px, 4vw, 48px) * -1);
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(197, 18, 23, 0.18), rgba(10, 10, 10, 0.9));
}

.marquee-track {
  display: flex;
  gap: 48px;
  width: max-content;
  padding: 14px 0;
  color: rgba(245, 236, 231, 0.84);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  animation: marquee 26s linear infinite;
}

.story,
.details,
.countdown,
.trailer,
.watchlist {
  padding-top: clamp(72px, 10vw, 140px);
}

.section-heading {
  max-width: 900px;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 340px);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  margin-top: 34px;
}

.story-copy p {
  max-width: 44rem;
  margin: 0 0 18px;
}

.quote-block {
  position: relative;
  padding-left: 30px;
}

.quote-block::before {
  content: "";
  position: absolute;
  inset: 6px auto 6px 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 45, 45, 0.95), rgba(255, 45, 45, 0.2));
}

.quote {
  margin: 0;
  color: var(--movie-text);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.quote-credit {
  margin: 14px 0 0;
  color: rgba(245, 236, 231, 0.62);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
}

.details {
  position: relative;
}

.details::before {
  content: "";
  position: absolute;
  inset: 76px 0 auto auto;
  width: min(38vw, 460px);
  height: min(38vw, 460px);
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 45, 45, 0.16) 0%, transparent 70%);
  filter: blur(18px);
}

.details-copy {
  max-width: 760px;
}

.feature-rail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr) 110px minmax(0, 1fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: start;
  margin-top: 36px;
}

.feature h3 {
  margin: 0 0 10px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.feature p {
  margin: 0;
}

.detail-divider {
  align-self: center;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 45, 45, 0.78), transparent);
  box-shadow: 0 0 18px rgba(255, 45, 45, 0.22);
}

.countdown {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
  padding-bottom: 24px;
}

.countdown-copy p:last-child {
  max-width: 36rem;
}

.countdown-stats {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 44px -30px rgba(0, 0, 0, 0.78);
}

.countdown-stats::before {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -12px;
  width: 150px;
  height: 118px;
  pointer-events: none;
  opacity: 0.22;
  transform: rotate(8deg);
  filter: drop-shadow(0 0 18px rgba(197, 18, 23, 0.24));
  background:
    radial-gradient(circle at 22% 24%, rgba(255, 45, 45, 0.78) 0 10px, transparent 11px),
    radial-gradient(circle at 46% 36%, rgba(197, 18, 23, 0.8) 0 24px, transparent 25px),
    radial-gradient(circle at 74% 22%, rgba(197, 18, 23, 0.76) 0 12px, transparent 13px),
    radial-gradient(circle at 58% 64%, rgba(111, 9, 13, 0.82) 0 13px, transparent 14px),
    linear-gradient(180deg, rgba(197, 18, 23, 0.84) 0 62%, transparent 63%) 44% 72% / 10px 44px no-repeat,
    linear-gradient(180deg, rgba(197, 18, 23, 0.68) 0 56%, transparent 57%) 64% 76% / 8px 30px no-repeat;
}

.countdown-stats > div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.countdown-stats > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.stat-label {
  color: var(--movie-red-hot);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
}

.countdown-stats strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 400;
  letter-spacing: 0.06em;
}

.watchlist {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
  margin-top: clamp(16px, 3vw, 28px);
  padding: 30px 32px 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 52px -34px rgba(0, 0, 0, 0.8);
  padding-bottom: 40px;
}

.watchlist::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 0;
  width: 210px;
  height: 168px;
  pointer-events: none;
  opacity: 0.18;
  transform: rotate(12deg);
  filter: drop-shadow(0 0 20px rgba(197, 18, 23, 0.22));
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 45, 45, 0.76) 0 12px, transparent 13px),
    radial-gradient(circle at 42% 34%, rgba(197, 18, 23, 0.84) 0 30px, transparent 31px),
    radial-gradient(circle at 74% 18%, rgba(197, 18, 23, 0.78) 0 16px, transparent 17px),
    radial-gradient(circle at 82% 50%, rgba(111, 9, 13, 0.8) 0 12px, transparent 13px),
    radial-gradient(circle at 26% 58%, rgba(197, 18, 23, 0.72) 0 10px, transparent 11px),
    linear-gradient(180deg, rgba(197, 18, 23, 0.86) 0 58%, transparent 59%) 44% 66% / 14px 72px no-repeat,
    linear-gradient(180deg, rgba(197, 18, 23, 0.72) 0 60%, transparent 61%) 60% 72% / 10px 56px no-repeat,
    linear-gradient(180deg, rgba(197, 18, 23, 0.6) 0 58%, transparent 59%) 76% 78% / 8px 42px no-repeat;
}

.watchlist-copy {
  max-width: 720px;
}

.watchlist-actions {
  margin-top: 4px;
  justify-self: start;
}

.watchlist-link {
  min-width: 240px;
}

.watchlist-meta {
  margin-top: 22px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(245, 236, 231, 0.62);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
}

.site-footer p {
  margin: 0;
}

.site-footer__meta {
  display: grid;
  gap: 6px;
  justify-items: end;
  text-align: right;
}

.site-footer__credit {
  text-transform: none;
  letter-spacing: 0.03em;
}

.site-footer__credit a {
  color: rgba(245, 236, 231, 0.9);
  text-decoration: underline;
  text-decoration-color: rgba(255, 45, 45, 0.55);
  text-underline-offset: 0.18em;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.site-footer__credit a:hover {
  color: #fff5f4;
  text-decoration-color: rgba(255, 45, 45, 0.9);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes storeLift {
  from {
    transform: translateY(22px) scale(0.985);
  }

  to {
    transform: translateY(0) scale(1);
  }
}

@keyframes storefrontJolt {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  18% {
    transform: translate3d(-8px, 5px, 0) rotate(-0.3deg) scale(1.01);
  }

  34% {
    transform: translate3d(10px, -6px, 0) rotate(0.4deg) scale(0.998);
  }

  52% {
    transform: translate3d(-7px, 6px, 0) rotate(-0.24deg);
  }

  70% {
    transform: translate3d(4px, -3px, 0) scale(1.01);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes productCardRip {
  0%,
  100% {
    transform: none;
    filter: none;
  }

  26% {
    transform: rotate(-1deg) scale(1.02);
    filter: saturate(1.2);
  }

  52% {
    transform: rotate(0.8deg) scale(0.99);
    filter: contrast(1.08);
  }

  78% {
    transform: rotate(-0.4deg) scale(1.01);
  }
}

@keyframes horrorFlash {
  0% {
    opacity: 0;
    transform: scale(0.92);
  }

  15% {
    opacity: 0.95;
  }

  38% {
    opacity: 0.22;
    transform: scale(1.03);
  }

  100% {
    opacity: 0;
    transform: scale(1.14);
  }
}

@keyframes horrorWash {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  18% {
    opacity: 0.14;
  }

  50% {
    opacity: 0.88;
  }

  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

@keyframes horrorGrain {
  0%,
  100% {
    opacity: 0;
    transform: scale(1);
  }

  20% {
    opacity: 0.24;
  }

  45% {
    opacity: 0.16;
    transform: scale(1.03);
  }

  70% {
    opacity: 0.22;
    transform: scale(0.99);
  }
}

@keyframes posterPulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.02);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .store-header,
  .store-copy,
  .store-product,
  .store-strip,
  .store-features,
  .store-proof,
  .reveal,
  .reveal.is-visible,
  .storefront,
  .storefront__inner,
  .product-card,
  .movie-site,
  .hero-poster,
  .marquee-track,
  .poster-glow,
  .reveal-overlay,
  .reveal-overlay__flash,
  .reveal-overlay__wash,
  .reveal-overlay__grain {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  .trailer,
  .store-proof,
  .story-layout {
    grid-template-columns: 1fr;
  }

  .store-hero {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 32vw);
    gap: clamp(24px, 4vw, 42px);
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 30vw);
    gap: clamp(22px, 4vw, 40px);
  }

  .store-product,
  .hero-poster {
    justify-self: end;
  }

  .store-product,
  .hero-poster {
    width: min(100%, 380px);
  }

  .trailer-player {
    justify-self: start;
  }

  .hero-poster figcaption {
    text-align: right;
  }

  .feature-rail {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .detail-divider {
    width: 100%;
  }
}

@media (max-width: 860px) {
  .store-nav {
    display: none;
  }

  .store-features,
  .store-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .storefront__inner,
  .site-shell {
    padding-inline: 18px;
  }

  .store-header,
  .topbar {
    top: 14px;
    padding: 14px 16px;
  }

  .store-header {
    border-radius: 26px;
  }

  .store-brand {
    font-size: 0.96rem;
  }

  .store-cart {
    min-height: 42px;
    padding: 0 10px;
    font-size: 0.92rem;
  }

  .store-hero {
    gap: 24px 20px;
    min-height: auto;
  }

  .store-copy {
    max-width: 100%;
  }

  .store-hero h1 {
    max-width: 8ch;
    font-size: clamp(2.2rem, 8.4vw, 3.15rem);
    text-wrap: wrap;
  }

  .store-proof__panel h2 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .store-lede {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .store-pricing {
    gap: 14px;
    align-items: flex-start;
  }

  .store-actions {
    gap: 12px;
  }

  .store-button,
  .button {
    width: auto;
    flex: 1 1 220px;
    min-height: 50px;
  }

  .store-button--ghost {
    width: auto;
  }

  .product-card {
    border-radius: 26px;
  }

  .nav {
    display: none;
  }

  .hero {
    gap: 20px 18px;
    padding-top: 8px;
  }

  .hero::after {
    width: 180px;
    height: 150px;
    left: -22px;
    bottom: 24px;
    opacity: 0.18;
  }

  .hero h1 {
    max-width: 9.6ch;
    font-size: clamp(2.15rem, 8.1vw, 3rem);
    letter-spacing: 0.02em;
  }

  .story h2,
  .details h2,
  .countdown h2,
  .trailer h2,
  .watchlist h2 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .marquee {
    margin-inline: -18px;
  }

  .marquee-track {
    gap: 32px;
    font-size: 1.25rem;
  }

  .hero .lede {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .hero-actions {
    gap: 12px;
    margin: 24px 0 18px;
  }

  .hero-subnote {
    margin-top: 14px;
  }

  .hero-poster::before,
  .watchlist::after {
    opacity: 0.12;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__meta {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .store-main {
    gap: 24px;
    padding-top: 18px;
  }

  .store-hero {
    grid-template-columns: minmax(0, 1fr) minmax(112px, 30vw);
    gap: 14px 12px;
    align-items: start;
  }

  .store-copy {
    max-width: none;
  }

  .store-hero h1 {
    max-width: 7.1ch;
    margin: 12px 0;
    font-size: clamp(1.9rem, 7.8vw, 2.35rem);
  }

  .store-lede {
    max-width: 18.5rem;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .store-pricing {
    margin-top: 18px;
  }

  .store-actions {
    margin: 18px 0 16px;
  }

  .store-product {
    width: 100%;
    max-width: 154px;
    margin-top: 14px;
    justify-self: center;
  }

  .store-product::before {
    inset: 12% -6% 4% 8%;
  }

  .product-card {
    border-radius: 24px;
    transform: none;
  }

  .product-card__head {
    padding: 10px 12px;
    gap: 8px;
    font-size: 0.56rem;
  }

  .product-card__media {
    padding: 10px 10px 0;
  }

  .product-card__media img {
    padding: 0;
    border-radius: 18px;
    aspect-ratio: 4 / 5.05;
  }

  .product-card__info {
    padding: 10px 12px 12px;
  }

  .product-card__info h2 {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.05;
  }

  .product-card__info p,
  .product-card__footer {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(110px, 29vw);
    gap: 14px 12px;
    align-items: start;
    min-height: auto;
    padding-top: 4px;
    padding-bottom: 18px;
  }

  .hero-copy {
    max-width: none;
  }

  .hero h1 {
    max-width: 7.1ch;
    margin: 12px 0;
    font-size: clamp(1.85rem, 7.6vw, 2.28rem);
  }

  .hero .lede {
    max-width: 18rem;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .hero-subnote {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }

  .hero-actions {
    margin: 18px 0 14px;
  }

  .hero-notes {
    gap: 6px 12px;
    font-size: 0.62rem;
  }

  .hero-notes li,
  .trailer-meta li,
  .watchlist-meta li {
    min-height: 30px;
    padding-inline: 10px;
    font-size: 0.58rem;
  }

  .eyebrow {
    font-size: 0.76rem;
    letter-spacing: 0.18em;
  }

  .hero-poster {
    width: 100%;
    max-width: 152px;
    margin-top: 10px;
    justify-self: center;
  }

  .poster-frame {
    border-radius: 22px;
  }

  .poster-glow {
    inset: auto -18% -10% -18%;
    height: 28%;
  }

  .hero-poster figcaption {
    display: none;
  }

  .trailer {
    gap: 18px;
    padding-top: 48px;
  }

  .trailer-copy {
    max-width: 100%;
  }

  .trailer-meta,
  .watchlist-meta {
    gap: 6px;
    margin-top: 14px;
  }

  .trailer-player::before {
    width: 220px;
    height: 220px;
  }

  .trailer-frame {
    border-radius: 22px;
  }

  .watchlist {
    gap: 16px;
    margin-top: 10px;
    padding: 22px 18px 24px;
    border-radius: 24px;
  }

  .watchlist-link {
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .storefront__inner,
  .site-shell {
    padding-inline: 14px;
    padding-bottom: 36px;
  }

  .store-header,
  .topbar {
    padding: 12px;
    border-radius: 22px;
  }

  .store-header {
    gap: 10px;
  }

  .store-brand,
  .brand {
    min-width: 0;
  }

  .store-brand {
    gap: 10px;
  }

  .store-brand__text {
    font-size: 0.94rem;
  }

  .store-cart {
    flex: 0 0 42px;
    width: 42px;
    min-width: 42px;
    padding: 0;
    gap: 0;
    justify-content: center;
    font-size: 0;
  }

  .store-cart span {
    min-width: 24px;
    height: 24px;
    padding: 0;
    font-size: 0.74rem;
  }

  .store-hero {
    grid-template-columns: minmax(0, 1fr) minmax(120px, 31vw);
    gap: 12px;
    align-items: start;
  }

  .store-hero h1 {
    max-width: 6.7ch;
    margin: 10px 0 12px;
    font-size: clamp(1.72rem, 8.8vw, 2.12rem);
  }

  .store-lede {
    max-width: 17.2rem;
    font-size: 0.86rem;
    line-height: 1.52;
  }

  .store-pricing {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-top: 18px;
  }

  .price-stack strong {
    font-size: 1.65rem;
  }

  .store-actions {
    gap: 10px;
    margin: 18px 0 14px;
  }

  .store-button--ghost {
    width: 100%;
  }

  .store-button,
  .button {
    min-height: 46px;
    padding-inline: 16px;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
  }

  .store-product {
    width: 100%;
    max-width: 150px;
    margin-top: 12px;
    justify-self: center;
  }

  .product-card__head,
  .product-card__footer {
    padding: 10px 10px 9px;
  }

  .product-card__info {
    padding: 10px 10px 12px;
  }

  .product-card {
    border-radius: 22px;
  }

  .product-card__head {
    gap: 6px;
    font-size: 0.52rem;
  }

  .product-card__media {
    padding: 10px 10px 0;
  }

  .product-card__media img {
    padding: 0;
    border-radius: 16px;
    aspect-ratio: 4 / 5.05;
  }

  .product-card__info h2 {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.02;
  }

  .product-card__info p,
  .product-card__footer {
    display: none;
  }

  .store-feature,
  .store-proof__quote,
  .store-proof__panel {
    padding: 22px 18px;
  }

  .store-proof__quote blockquote {
    font-size: clamp(1.4rem, 8vw, 1.9rem);
  }

  .store-proof__panel h2 {
    max-width: none;
    font-size: clamp(1.9rem, 9vw, 2.5rem);
  }

  .trailer-quote {
    margin-top: 20px;
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .brand-text {
    font-size: 1.35rem;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(116px, 30vw);
    gap: 12px;
    align-items: start;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 18px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero h1 {
    max-width: 6.2ch;
    margin: 10px 0 12px;
    font-size: clamp(1.66rem, 8.6vw, 2.02rem);
  }

  .hero .lede {
    max-width: 16.8rem;
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .hero-notes {
    gap: 6px 10px;
    font-size: 0.66rem;
  }

  .hero-notes li:not(:last-child)::after {
    right: -8px;
  }

  .hero-poster {
    width: 100%;
    max-width: 146px;
    margin-top: 8px;
    justify-self: center;
  }

  .poster-frame {
    border-radius: 20px;
  }

  .poster-glow {
    inset: auto -18% -10% -18%;
    height: 28%;
  }

  .hero-poster figcaption {
    display: none;
  }

  .eyebrow {
    font-size: 0.74rem;
    letter-spacing: 0.18em;
  }

  .hero-actions {
    gap: 10px;
    margin: 16px 0 12px;
  }

  .marquee {
    margin-inline: -14px;
  }

  .marquee-track {
    gap: 24px;
    font-size: 1.02rem;
  }

  .story h2,
  .details h2,
  .countdown h2,
  .trailer h2,
  .watchlist h2 {
    max-width: none;
    font-size: clamp(2.15rem, 11vw, 2.8rem);
  }

  .quote {
    font-size: clamp(1.7rem, 9vw, 2.2rem);
  }

  .site-footer {
    font-size: 0.66rem;
  }
}

@media (max-width: 360px) {
  .storefront__inner,
  .site-shell {
    padding-inline: 12px;
  }

  .store-header,
  .topbar {
    padding: 12px 10px;
  }

  .store-brand__text {
    font-size: 0.9rem;
  }

  .store-hero h1 {
    max-width: 6ch;
    font-size: clamp(1.5rem, 9.5vw, 1.78rem);
  }

  .store-hero {
    grid-template-columns: minmax(0, 1fr) 104px;
    gap: 10px;
  }

  .store-lede {
    max-width: 14.6rem;
    font-size: 0.8rem;
  }

  .store-product {
    max-width: 124px;
    margin-top: 10px;
  }

  .product-card__head {
    font-size: 0.48rem;
  }

  .product-card__info h2 {
    font-size: 0.88rem;
  }

  .hero h1 {
    max-width: 5.5ch;
    font-size: clamp(1.44rem, 9.1vw, 1.72rem);
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) 100px;
    gap: 10px;
  }

  .hero .lede {
    max-width: 14.2rem;
    font-size: 0.8rem;
  }

  .hero-poster {
    max-width: 120px;
    margin-top: 6px;
  }

  .button,
  .store-button {
    min-height: 44px;
    padding-inline: 14px;
    font-size: 0.74rem;
  }

  .marquee-track {
    gap: 20px;
    font-size: 0.96rem;
  }
}
