*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; height: 100%; }
body {
  font-family: var(--font-sans);
  color: var(--fg-1);
  background: #000;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ───────── Page (full viewport, no scroll) ───────── */
.page {
  position: fixed; inset: 0;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(80% 60% at 50% 110%, rgba(214,42,94,.18) 0%, rgba(0,0,0,0) 60%),
    radial-gradient(60% 50% at 50% -10%, rgba(245,0,87,.10) 0%, rgba(0,0,0,0) 60%),
    #000;
  color: var(--fg-1);
  overflow: hidden;
}

/* ───────── Promo banner ───────── */
.promo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 10px 20px;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(90deg, #ff1f6e 0%, #ff3b8b 25%, #d62a5e 55%, #ff1f6e 100%);
  background-size: 200% 100%;
  animation: bannerSlide 8s linear infinite;
  box-shadow: 0 0 24px rgba(255,31,110,.35), inset 0 -1px 0 rgba(0,0,0,.2);
  flex: 0 0 auto;
}
.promo::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(60% 200% at 50% 50%, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 60%);
  pointer-events: none;
}
@keyframes bannerSlide {
  from { background-position: 0% 0%; }
  to   { background-position: 200% 0%; }
}

.promo-flash {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0,0,0,.25);
}
.promo-flash .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255,255,255,.35), 0 0 12px #fff;
  animation: pulseDot 1.4s ease-in-out infinite;
}
@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(.7); opacity: .6; }
}

.promo-msg {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  opacity: .98;
}
.promo-msg b { font-weight: 800; }

.promo-timer {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #fff;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.18);
  padding: 4px 10px;
  border-radius: 8px;
  text-shadow: 0 0 14px rgba(255,255,255,.35);
  min-width: 128px;
  justify-content: center;
  white-space: nowrap;
}
.promo-timer .lbl {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  margin-right: 2px;
}

.promo-cta {
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  color: #c9134a;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 6px 14px rgba(0,0,0,.25), 0 0 0 0 rgba(255,255,255,.6);
  transition: transform .15s var(--ease), box-shadow .25s var(--ease);
  text-decoration: none;
}
.promo-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0,0,0,.35), 0 0 0 4px rgba(255,255,255,.18);
}
.promo-cta:active { transform: translateY(0) scale(.98); }
.promo-cta svg { width: 12px; height: 12px; }

/* Mobile banner */
@media (max-width: 600px) {
  .promo { padding: 8px 12px; gap: 10px; flex-wrap: wrap; justify-content: space-between; }
  .promo-flash { font-size: 11px; }
  .promo-msg   { display: none; }
  .promo-timer { font-size: 14px; padding: 3px 8px; min-width: 86px; }
  .promo-timer .lbl { display: none; }
  .promo-cta   { height: 28px; padding: 0 12px; font-size: 11px; }
}

/* ───────── Nav ───────── */
.nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
}
.nav img { height: 24px; width: auto; display: block; opacity: .98; }
@media (max-width: 600px) {
  .nav { padding: 14px 16px; }
  .nav img { height: 20px; }
}

/* ───────── Hero ───────── */
.hero {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 32px 32px;
  min-height: 0;
  gap: 22px;
}
@media (max-width: 600px) { .hero { padding: 4px 16px 18px; gap: 14px; } }

.titles { text-align: center; max-width: 720px; }
.title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--fg-1);
  margin: 0;
  text-wrap: balance;
}
.title .accent {
  background: linear-gradient(180deg, #ff5e8c 0%, #d62a5e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.subtitle {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--fg-3);
  font-weight: 400;
  text-wrap: balance;
}
@media (max-width: 600px) {
  .title { font-size: 28px; }
  .subtitle { font-size: 13px; margin-top: 6px; }
}

/* ───────── Cards ───────── */
.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
  max-width: 760px;
  align-items: stretch;
}
@media (max-width: 600px) { .cards { gap: 12px; max-width: 100%; } }

.card-btn {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: inherit;
  font: inherit;
  display: block;
}

.card {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 460px;
  border-radius: 18px;
  overflow: hidden;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: var(--shadow-card);
  transition:
    transform .35s var(--ease),
    box-shadow .35s var(--ease),
    border-color .35s var(--ease);
  isolation: isolate;
}
@media (max-width: 600px) { .card { max-height: 420px; border-radius: 14px; } }

.card:hover, .card-btn:focus-visible .card {
  transform: scale(1.02);
  border-color: rgba(214,42,94,.55);
  box-shadow:
    0 0 0 1px rgba(214,42,94,.5),
    0 18px 40px rgba(214,42,94,.30),
    0 6px 18px rgba(0,0,0,.6);
}
.card:active { transform: scale(.99); transition-duration: .12s; }

.card-media {
  position: absolute; inset: 0;
  z-index: 0;
}
.card-media video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.card-vignette {
  position: absolute; inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.55) 75%, rgba(0,0,0,.85) 100%),
    linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,0) 30%);
  pointer-events: none;
  transition: background .35s var(--ease);
}
.card:hover .card-vignette {
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 25%, rgba(0,0,0,.5) 70%, rgba(0,0,0,.85) 100%),
    radial-gradient(60% 60% at 50% 50%, rgba(214,42,94,.18) 0%, rgba(0,0,0,0) 75%);
}

.card-label {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.01em;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0,0,0,.7);
  display: flex;
  align-items: center;
  gap: 10px;
}
.card-label::after {
  content: "";
  display: inline-block;
  width: 28px; height: 28px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.14);
  border: 1.5px solid rgba(255,255,255,.7);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14M13 6l6 6-6 6'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  transition: background-color .25s var(--ease), transform .25s var(--ease), border-color .25s var(--ease);
}
.card:hover .card-label::after {
  background-color: var(--azalea-400);
  border-color: var(--azalea-400);
  transform: translateX(2px);
}
@media (max-width: 600px) {
  .card-label { font-size: 22px; left: 14px; bottom: 12px; }
  .card-label::after { width: 24px; height: 24px; background-size: 12px 12px; }
}

/* ───────── Continue ───────── */
.continue-row {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
}
.continue-btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  padding: 0 32px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff3b78 0%, #d62a5e 100%);
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.01em;
  box-shadow:
    0 1px 0 rgba(255,255,255,.2) inset,
    0 0 0 1px rgba(255,255,255,.06),
    0 12px 28px rgba(214,42,94,.35);
  transition: transform .15s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
}
.continue-btn:hover {
  transform: translateY(-1px);
  box-shadow:
    0 1px 0 rgba(255,255,255,.25) inset,
    0 0 0 1px rgba(255,255,255,.08),
    0 16px 36px rgba(214,42,94,.45);
}
.continue-btn:active { transform: translateY(0) scale(.98); }
.continue-btn svg { width: 18px; height: 18px; }
@media (max-width: 600px) { .continue-btn { height: 48px; font-size: 15px; padding: 0 28px; } }
