/* =============================================
   Google Fonts
   ============================================= */
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&family=Poppins:wght@400;600&display=swap');

/* =============================================
   WordPress Theme Reset — Landing Page Only
   ============================================= */
body.page-id-1336 {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  max-width: none !important;
  width: 100% !important;
}

body.page-id-1336 .site-header,
body.page-id-1336 .site-branding,
body.page-id-1336 .site-title,
body.page-id-1336 .site-description,
body.page-id-1336 #masthead,
body.page-id-1336 #site-header,
body.page-id-1336 .header,
body.page-id-1336 .entry-header,
body.page-id-1336 .page-header,
body.page-id-1336 .post-header,
body.page-id-1336 .title-area,
body.page-id-1336 .nav-primary,
body.page-id-1336 .nav-secondary,
body.page-id-1336 .site-footer,
body.page-id-1336 #colophon,
body.page-id-1336 .footer-widgets,
body.page-id-1336 #site-footer,
body.page-id-1336 .sidebar,
body.page-id-1336 #secondary,
body.page-id-1336 #sidebar,
body.page-id-1336 .widget-area,
body.page-id-1336 aside,
body.page-id-1336 nav,
body.page-id-1336 .main-navigation,
body.page-id-1336 .primary-menu,
body.page-id-1336 .menu,
body.page-id-1336 .comments-area,
body.page-id-1336 #comments,
body.page-id-1336 .entry-meta,
body.page-id-1336 .post-meta,
body.page-id-1336 .entry-footer,
body.page-id-1336 .post-footer,
body.page-id-1336 .breadcrumbs,
body.page-id-1336 .page-title,
body.page-id-1336 .wp-block-site-logo,
body.page-id-1336 .wp-block-site-title,
body.page-id-1336 .wp-block-site-tagline,
body.page-id-1336 .wp-site-blocks > header,
body.page-id-1336 .wp-site-blocks > footer,
body.page-id-1336 footer.wp-block-template-part,
body.page-id-1336 footer:not(.footer) {
  display: none !important;
}

body.page-id-1336 .entry-content,
body.page-id-1336 .post-content,
body.page-id-1336 .hentry,
body.page-id-1336 article,
body.page-id-1336 .page-content,
body.page-id-1336 main,
body.page-id-1336 .content-area,
body.page-id-1336 .site-content,
body.page-id-1336 .container,
body.page-id-1336 .wrapper,
body.page-id-1336 .wrap,
body.page-id-1336 #content,
body.page-id-1336 #primary,
body.page-id-1336 #main {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.page-id-1336 .wp-site-blocks {
  padding: 0 !important;
}

body.page-id-1336 .wp-block-group,
body.page-id-1336 .wp-block-post-content,
body.page-id-1336 .wp-block-columns,
body.page-id-1336 .wp-block-column {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.page-id-1336 .is-layout-constrained > *,
body.page-id-1336 .is-layout-constrained,
body.page-id-1336 .is-layout-flow > *,
body.page-id-1336 .is-layout-flow {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.page-id-1336 .has-global-padding {
  padding: 0 !important;
}

body.page-id-1336 .alignwide,
body.page-id-1336 .alignfull,
body.page-id-1336 .wp-block-post-content > * {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.page-id-1336 .entry-content > *,
body.page-id-1336 article > div {
  max-width: none !important;
  width: 100% !important;
}

/* =============================================
   CSS Variables & Reset
   ============================================= */
:root {
  --color-primary: #0d6efd;
  --color-primary-dark: #0b5ed7;
  --color-secondary: #6c757d;
  --color-dark: #212529;
  --color-light: #f8f9fa;
  --color-white: #ffffff;
  --color-discord: #5865f2;
  --color-facebook: #1877f2;
  --color-youtube: #ff0000;
  --color-twitter: #1da1f2;

  --font-heading: 'Segoe UI', system-ui, -apple-system, sans-serif;
  --font-body: 'Segoe UI', system-ui, -apple-system, sans-serif;
  --font-cta: 'Special Elite', monospace;

  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 2rem;
  --spacing-lg: 4rem;
  --spacing-xl: 6rem;

  --border-radius: 0.5rem;
  --max-width: 1140px;
}

body {
  font-family: var(--font-body);
  color: var(--color-dark);
  background-color: var(--color-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background-image: url('https://ninetysix-studios.com/wp-content/uploads/2026/06/background-image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

html {
  scroll-behavior: smooth;
}

body.page-id-1336 *,
body.page-id-1336 *::before,
body.page-id-1336 *::after {
  box-sizing: border-box;
}

body.page-id-1336 img {
  max-width: 100%;
  display: block;
}

body.page-id-1336 a {
  color: inherit;
  text-decoration: none;
}

body.page-id-1336 h1,
body.page-id-1336 h2,
body.page-id-1336 h3,
body.page-id-1336 h4,
body.page-id-1336 h5,
body.page-id-1336 h6 {
  font-family: var(--font-heading);
  line-height: 1.2;
}

/* =============================================
   Hero Section
   ============================================= */
body.page-id-1336 .hero {
  background: transparent;
  padding: 0;
}

body.page-id-1336 .hero-image-container {
  width: 100%;
}

body.page-id-1336 .hero-image-container img {
  width: 100%;
  height: auto;
  display: block;
}

/* =============================================
   CTA Section
   ============================================= */
body.page-id-1336 .cta {
  padding: var(--spacing-md) 0;
  background: transparent;
}

body.page-id-1336 .cta-header {
  text-align: center;
  margin-bottom: var(--spacing-md);
}

body.page-id-1336 .cta-subheading {
  font-family: var(--font-cta);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--color-dark);
  margin-bottom: 0.25rem;
}

body.page-id-1336 .cta-main-heading {
  font-family: var(--font-cta);
  font-size: clamp(1rem, 5vw, 2.5rem);
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 0.5rem;
}

body.page-id-1336 .wishlist-link {
  display: inline-block;
  margin-bottom: 0;
  transition: transform 0.15s ease;
}

body.page-id-1336 .wishlist-link:hover {
  transform: scale(1.05);
}

body.page-id-1336 .wishlist-btn-img {
  height: clamp(50px, 12vw, 90px);
  width: auto;
  display: block;
  filter: drop-shadow(4px 6px 14px rgba(0, 0, 0, 0.5));
}

body.page-id-1336 .steam-text {
  font-family: var(--font-cta);
  font-size: 2rem;
  font-weight: 400;
  color: var(--color-secondary);
  margin: -0.3rem 0 0 0;
}

/* =============================================
   Cards Row
   ============================================= */
body.page-id-1336 .cards-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--spacing-sm);
}

body.page-id-1336 .card {
  width: 100%;
  max-width: 900px;
  background: transparent !important;
  border: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.page-id-1336 .wp-block-cb-carousel-v2,
body.page-id-1336 .cb-carousel-block {
  max-width: 100% !important;
  width: 100% !important;
}

/* =============================================
   Description
   ============================================= */
body.page-id-1336 .description {
  font-family: var(--font-cta);
  font-size: 1.3rem;
  text-align: center;
  color: var(--color-dark);
  margin: 0.5rem 0 0 0;
  line-height: 1.6;
}

/* =============================================
   Trailer Card
   ============================================= */
body.page-id-1336 .trailer-card {
  position: relative;
  margin-top: var(--spacing-sm);
  border-radius: var(--border-radius);
  overflow: hidden;
  filter: drop-shadow(4px 6px 18px rgba(0, 0, 0, 0.5));
}

body.page-id-1336 .trailer-link {
  display: block;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  width: 100%;
}

body.page-id-1336 .trailer-thumb {
  width: 100%;
  height: auto;
  display: block;
}

body.page-id-1336 .trailer-link:hover {
  opacity: 0.9;
}

body.page-id-1336 .trailer-btn {
  position: absolute;
  bottom: 0;
  left: 51.5%;
  transform: translateX(-50%);
  display: inline-block;
  transition: transform 0.15s ease;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

body.page-id-1336 .trailer-btn img {
  height: clamp(32px, 8vw, 64px);
  width: auto;
  display: block;
  filter: drop-shadow(4px 6px 14px rgba(0, 0, 0, 0.5));
}

body.page-id-1336 .trailer-btn:hover {
  transform: translateX(-50%) scale(1.05);
}

/* =============================================
   Card Images
   ============================================= */
body.page-id-1336 .card-image {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: var(--border-radius);
  filter: drop-shadow(4px 6px 18px rgba(0, 0, 0, 0.5));
}

body.page-id-1336 .image-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* =============================================
   Presskit
   ============================================= */
body.page-id-1336 .presskit-wrapper {
  position: relative;
  width: fit-content;
  margin: 1rem auto 0;
  scale: 1.2;
}

body.page-id-1336 .presskit-link {
  display: inline-block;
  transition: transform 0.15s ease;
}

body.page-id-1336 .presskit-link:hover {
  transform: scale(1.05);
}

body.page-id-1336 .presskit-link img {
  height: 48px;
  width: auto;
  display: block;
  filter: drop-shadow(4px 6px 14px rgba(0, 0, 0, 0.5));
}

body.page-id-1336 .point-hand {
  position: absolute;
  top: -40px;
  right: -40px;
  scale: 2;
  height: 50px;
  width: auto;
  pointer-events: none;
}

/* =============================================
   Footer
   ============================================= */
body.page-id-1336 .footer {
  background: #061a37;
  color: var(--color-white);
  padding: var(--spacing-md) 0;
  position: relative;
}

body.page-id-1336 .footer-logo {
  position: absolute;
  left: var(--spacing-sm);
  bottom: 0;
  height: clamp(80px, 15vw, 220px);
  width: auto;
}

body.page-id-1336 .footer-inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: clamp(1rem, 2vw, 2rem);
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--spacing-sm);
  flex-wrap: wrap;
}

body.page-id-1336 .footer-left {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: center;
}

body.page-id-1336 .footer-brand {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(0.7rem, 1.8vw, 0.9rem);
  font-weight: 600;
  margin: 0;
  opacity: 0.9;
}

/* =============================================
   Remove WordPress block padding (newsletter etc.)
   ============================================= */
body.page-id-1336 .wp-block-image,
body.page-id-1336 .wp-block-image figure,
body.page-id-1336 .wp-block-image img,
body.page-id-1336 figure.wp-block-image,
body.page-id-1336 .wp-block-jetpack-subscriptions,
body.page-id-1336 .jetpack_subscription_widget,
body.page-id-1336 .wp-block-group__inner-container {
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-1336 .wp-block-image + .wp-block-image {
  margin-top: 0 !important;
}

/* =============================================
   Mobile (max-width: 600px)
   ============================================= */
@media (max-width: 600px) {
  body.page-id-1336 .cta {
    padding: 1rem 0;
  }

  body.page-id-1336 .cta-header {
    margin-bottom: 1rem;
  }

  body.page-id-1336 .cta-subheading {
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
  }

  body.page-id-1336 .cta-main-heading {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }

  body.page-id-1336 .wishlist-btn-img {
    height: 55px;
  }

  body.page-id-1336 .steam-text {
    font-size: 0.9rem;
    margin-top: -0.5rem;
  }

  body.page-id-1336 .cards-row {
    padding: 0 0.25rem;
    gap: 0.1rem !important;
  }

  body.page-id-1336 .card {
    max-width: 100%;
  }

  body.page-id-1336 .card-image {
    max-width: 100%;
    margin: 0 auto;
  }

  body.page-id-1336 .description {
    font-size: 0.9rem;
    margin: 0.1rem 0 0 0;
    line-height: 1.4;
  }

  body.page-id-1336 .trailer-card {
    margin-top: 0;
  }

  body.page-id-1336 .footer-logo {
    position: static !important;
    height: 60px;
    margin: 0 auto 0.25rem !important;
  }

  body.page-id-1336 .footer-inner {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  body.page-id-1336 .footer-brand {
    font-size: 0.7rem;
  }
}
