/* ============================================================
   WRATH VR: AEON OF RUIN — BRUTAL EDITION — Placeholder Page Styles
   ============================================================ */

:root {
  --wvr-red: #1a0603;
}

@font-face {
  font-family: 'Creature of the Swimming Pool';
  src: url('../assets/fonts/CreatureOfTheSwimmingPool.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

.wvr-page {
  background-color: var(--wvr-red);
}

.wvr-page .site-header,
.wvr-page .site-header.scrolled {
  background: var(--wvr-red);
}

.wvr-page .site-footer {
  background: var(--bg-darkest);
}

.wvr-page .btn-merch {
  background: #e30613;
  color: #fff;
}

.wvr-page .btn-merch:hover {
  background: #c40410;
}

/* ---- HERO ---- */
.wvr-hero {
  position: relative;
  background: var(--wvr-red);
}

.wvr-hero-bg {
  width: 100%;
  line-height: 0;
}

.wvr-hero-bg img {
  width: 100%;
  height: auto;
  display: block;
}

.wvr-hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 28px;
  padding: 24px;
  text-align: center;
}

.wvr-logo {
  width: min(560px, 62vw);
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.5));
}

.wvr-badge {
  width: min(140px, 20vw);
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.5));
}

.wvr-status {
  font-family: 'Creature of the Swimming Pool', 'Quatro', system-ui, sans-serif;
  font-weight: 400;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f2e3c6;
}

.wvr-buy-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.wvr-buy-btn {
  display: block;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.wvr-buy-btn:hover {
  transform: translateY(-4px) scale(1.06);
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.35));
}

.wvr-buy-btn img {
  height: 46px;
  width: auto;
}

/* ---- TRAILER PLACEHOLDER ---- */
.wvr-trailer {
  padding: 56px 24px 72px;
  display: flex;
  justify-content: center;
}

.wvr-trailer-box {
  position: relative;
  width: 100%;
  max-width: 1030px;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background: #c9c9c9;
}

.wvr-trailer-box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 640px) {
  .wvr-buy-btn img {
    height: 36px;
  }
}

/* ---- SOCIAL ---- */
.wvr-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 24px 64px;
}

.wvr-social-label {
  font-family: 'Quatro', system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.wvr-social-icons {
  display: flex;
  gap: 22px;
}

.wvr-social-icons a {
  color: #ffffff;
  font-size: 1.6rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.wvr-social-icons a:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}
