﻿/* Base / tokens */
:root {
  --hm-red: #890C04;
  --hm-red-dark: #6e1a15;
  --hm-black: #000000;
  --hm-dark: #1e1a19;
  --hm-cream: #f1e7df;
  --hm-cream-deep: #e6d6c9;
  --hm-blue: #B6CFE8;
  --hm-blue-contact: #B0CAD5;
  --hm-white: #ffffff;
  --hm-accent: #f4c88a;

  --font-heading: "Cinzel", "Times New Roman", serif;
  --font-body: "Louis George CafÃ©", "Helvetica Neue", Arial, sans-serif;

  --shadow-soft: 0 16px 40px rgba(0, 0, 0, 0.4);
}

/* Fonts from assets/Fonts */
@font-face {
  font-family: "Cinzel";
  src:
    url("../fonts/v2/CinzelRegular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Louis George CafÃ©";
  src:
    url("../fonts/v2/LouisGeorgeCafe.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important; /* Prevent horizontal scroll */
  width: 100%;
  max-width: 100%;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important; /* Prevent horizontal scroll */
  width: 100%;
  max-width: 100%;
  position: relative;
}

/* Prevent any element from causing horizontal overflow */
* {
  max-width: 100%;
}

img, video, iframe {
  max-width: 100%;
  height: auto;
}

body {
  font-family: var(--font-body);
  font-size: 24px;
  color: rgba(255, 255, 255, 0.55);
  background-color: #000;
  line-height: 1.6;
}

/* Layout helpers */
.hm-container {
  width: min(96rem, 100% - 3rem);
  margin-inline: auto;
}

.hm-section {
  padding: 3.5rem 0;
  position: relative;
  overflow-x: hidden; /* Prevent horizontal overflow from child elements */
}

.hm-section--dark {
  background: #000000;
  position: relative;
}

.hm-section--dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--hm-bg-dark-texture, url("../images/v2/section-bg/texture.png")) center/cover repeat;
  filter: brightness(0.3);
  pointer-events: none;
  z-index: 0;
  height: 100%;
}

.hm-section--dark::after {
  content: "";
  position: absolute;
  inset: auto 0 -5px 0; /* Changed from -5px to 0 to prevent overflow */
  height: 60%;
  background:
    var(--hm-bg-dark-overlay, url("../images/v2/section-bg/bloodsmoke.png"))
      center bottom/cover no-repeat;
  opacity: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}

.hm-section--dark .hm-container {
  position: relative;
  z-index: 1;
}

.hm-section--light {
  background:
    #FFFFFF,
    var(--hm-bg-light-texture, url("../images/v2/section-bg/texture.png"))
      center/cover repeat;
  background-blend-mode: normal;
  position: relative;
  color: #000000;
}

.hm-section--light::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    var(--hm-bg-light-texture, url("../images/v2/section-bg/texture.png"))
      center/cover repeat;
  opacity: 0.4;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.hm-section--unveil {
  background: #FAFAFA;
  position: relative;
  overflow: hidden;
  padding-top: 11.5rem;
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .hm-section--unveil {
    padding-bottom: 0;
  }
}

.hm-section--unveil::before {
  opacity: 0.3;
  mix-blend-mode: multiply;
}

.hm-section--unveil::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -50vw;
  right: -50vw;
  width: 100vw;
  margin-left: 50%;
  bottom: auto;
  height: 31%;
  background: var(--hm-bg-unveil-top, url("../images/v2/section-bg/bloodsmoke.png")) center top/cover no-repeat;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
  transform: rotate(180deg);
}

.hm-section--unveil .hm-container {
  position: relative;
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .hm-section--unveil .hm-container {
    padding-bottom: 15rem;
  }

  .hm-section--unveil .hm-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -50vw;
    right: -50vw;
    width: 100vw;
    margin-left: 50%;
    height: 36%;
    max-height: 278px;
    background: var(--hm-bg-unveil-bottom, url("../images/v2/section-bg/bloodsmoke.png")) center bottom/cover no-repeat;
    opacity: 0.5;
    pointer-events: none;
    z-index: 1;
  }
}

.hm-section--unveil .hm-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  width: 100vw;
  margin-left: 50%;
  height: 36%;
  background: var(--hm-bg-unveil-bottom, url("../images/v2/section-bg/bloodsmoke.png")) center bottom/cover no-repeat;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}

.hm-section--trailer {
  background: #890C04;
  position: relative !important;
  color: var(--hm-cream);
  text-align: center;
  overflow: hidden;
  padding-top: 12.5rem;
}

.hm-section--trailer {
  background-image:
    linear-gradient(rgba(137, 12, 4, 0.8), rgba(137, 12, 4, 0.8)),
    var(--hm-bg-trailer-texture, url("../images/v2/section-bg/texture.png"));
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
  background-position: center, center;
  background-blend-mode: normal, normal;
  opacity: 1;
}

.hm-section--trailer::after {
  background:
    url("../images/v2/section-bg/texture.png")
      center/cover repeat;
  opacity: 0.2;
  z-index: -1;
}

.hm-section--trailer::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: auto;
  height: 30%;
  background: url("../images/v2/section-bg/bloodsmoke.png") center top/cover no-repeat;
  opacity: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
  transform: rotate(180deg);
}

.hm-section--trailer::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("../images/v2/section-bg/city.png")
      center/cover no-repeat;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}



.hm-section--trailer .hm-container {
  position: relative;
  z-index: 1;
}

.hm-section--trailer .hm-section__heading,
.hm-section--trailer .hm-section__subheading,
.hm-section--trailer .hm-trailer {
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .hm-section--trailer {
    padding-bottom: 9rem;
  }
}

.hm-section--contact {
  background-color: #7196BB;
  position: relative;
  color: #000000;
  overflow: hidden;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.hm-section--contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hm-bg-press-kit, url("../images/v2/section-bg/newspaper.png")) center/cover repeat;
  opacity: 0.3;
  filter: blur(2px);
  pointer-events: none;
  z-index: 0;
}

.hm-section--contact .hm-container {
  position: relative;
  z-index: 1;
}

.hm-section--contact .hm-section__heading--light {
  color: #000000;
}

.hm-section--contact .hm-section__heading::after {
  display: none;
}

.hm-section--contact::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: auto;
  height: 36%;
  background: url("../images/v2/section-bg/bloodsmoke.png") center top/cover no-repeat;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  transform: rotate(180deg);
}

/* Header / nav - Sticky with scroll-based opacity */
.hm-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1000;
  background: transparent; /* Transparent so video shows through */
  box-shadow: none; /* No shadow when transparent */
  transition: background 0.3s ease, box-shadow 0.3s ease;
  /* Do NOT set opacity on header element - it affects all children */
  /* Only logo and background will fade via JS */
}

/* Background will be controlled by JS, not CSS selectors */

/* Nav buttons always stay at full opacity - must override any parent opacity */
.hm-nav {
  opacity: 1 !important;
  position: relative;
  z-index: 1001;
}

.hm-nav__link {
  opacity: 1 !important;
  position: relative;
  z-index: 1001;
}

/* Ensure nav buttons are not affected by parent header opacity */
.hm-header .hm-nav,
.hm-header .hm-nav__link {
  opacity: 1 !important;
}

/* Logo opacity controlled by header opacity */
.hm-logo {
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 1001;
}

/* Prevent sticky/fixed positioning on sections and containers (but NOT header) */
.hm-section,
.hm-hero,
.hm-band,
.hm-container,
.hm-footer {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
}

.hm-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    var(--hm-bg-header-overlay, url("../images/v2/section-bg/bloodsmoke.png"))
      center no-repeat;
  background-size: 100% auto;
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.hm-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    var(--hm-bg-header-image, url("../images/v2/section-bg/city.png"))
      center no-repeat;
  background-size: 100% auto;
  opacity: 0.6;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.hm-header__inner {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  position: relative;
  z-index: 1;
}

.hm-header__left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.hm-logo img {
  max-height: 73px;
  display: block;
}

.hm-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hm-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.4rem;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  color: #721203;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
  transition:
    background-color 0.15s ease-out,
    transform 0.12s ease-out;
}

.hm-nav__link:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
}

.hm-nav__first-letter {
  font-size: 1.15em;
  display: inline-block;
}

.hm-nav__word {
  display: inline-block;
}

.hm-nav__word + .hm-nav__word {
  margin-left: 0.3em;
}

/* Buttons â€“ styled to match Hollow Mire design */
.hm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2.5rem;
  border-radius: 0;
  border: 2px solid transparent;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.12s ease-out,
    box-shadow 0.12s ease-out,
    background-color 0.12s ease-out,
    color 0.12s ease-out,
    border-color 0.12s ease-out;
}

@media (min-width: 1200px) {
  .hm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.9rem 2.5rem;
    border-radius: 0;
    border: 2px solid transparent;
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.12s ease-out, box-shadow 0.12s ease-out, background-color 0.12s ease-out, color 0.12s ease-out, border-color 0.12s ease-out;
  }
}

/* Primary CTA (Wishlist) - White BG + Texture 20% + Border 2px solid #890C04 inset */
.hm-btn--primary {
  background: #FFFFFF;
  border: 2px solid #890C04;
  border-style: inset;
  color: #000000;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.hm-hero .hm-btn--primary {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #721203;
  gap: 1rem;
  -webkit-text-stroke: 0.4px #721203;
  text-shadow: 
    0.4px 0.4px 0 #721203,
    -0.4px -0.4px 0 #721203,
    0.4px -0.4px 0 #721203,
    -0.4px 0.4px 0 #721203,
    0.2px 0.2px 0 #721203,
    -0.2px -0.2px 0 #721203,
    0.2px -0.2px 0 #721203,
    -0.2px 0.2px 0 #721203;
}

.hm-band--tagline .hm-btn--primary {
  font-size: 1.5rem;
  font-weight: 700;
  color: #721203;
  gap: 1rem;
  -webkit-text-stroke: 0.4px #721203;
  text-shadow: 
    0.4px 0.4px 0 #721203,
    -0.4px -0.4px 0 #721203,
    0.4px -0.4px 0 #721203,
    -0.4px 0.4px 0 #721203,
    0.2px 0.2px 0 #721203,
    -0.2px -0.2px 0 #721203,
    0.2px -0.2px 0 #721203,
    -0.2px 0.2px 0 #721203;
}

.hm-band--tagline .hm-btn__steam-icon {
  width: 2.3rem;
  height: auto;
}

.hm-btn__steam-icon {
  width: 2.3rem;
  height: auto;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}

.hm-btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("../images/v2/section-bg/texture.png")
      center/cover repeat;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.hm-btn--primary > * {
  position: relative;
  z-index: 1;
}

.hm-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.45);
}

/* Secondary button (Press Kit / Submit) - White 50% + Texture 30% */
.hm-btn--secondary {
  background: #FFFFFF;
  border: 2px solid #890C04;
  border-style: inset;
  color: #721203;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
  font-weight: 700;
  gap: 1rem;
  -webkit-text-stroke: 0.4px #721203;
  text-shadow: 
    0.4px 0.4px 0 #721203,
    -0.4px -0.4px 0 #721203,
    0.4px -0.4px 0 #721203,
    -0.4px 0.4px 0 #721203,
    0.2px 0.2px 0 #721203,
    -0.2px -0.2px 0 #721203,
    0.2px -0.2px 0 #721203,
    -0.2px 0.2px 0 #721203;
}

.hm-btn--secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("../images/v2/section-bg/texture.png")
      center/cover repeat;
  opacity: 0.3;
  pointer-events: none;
}

.hm-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.55);
}

/* Hero */
.hm-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  margin-top: 0; /* Ensure hero starts at top */
  padding-top: 0; /* No padding at top */
  align-items: flex-end;
  color: var(--hm-white);
  overflow: hidden;
}

.hm-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    var(--hm-bg-hero-city, url("../images/v2/section-bg/city.png"))
      center/cover no-repeat;
  filter: saturate(1.05) contrast(1.05);
  z-index: -2;
}

.hm-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hm-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 -5px 0;
  height: calc(45% + 5px);
  background:
    var(--hm-bg-hero-overlay, url("../images/v2/section-bg/bloodsmoke.png"))
      center bottom/cover no-repeat,
    linear-gradient(
      to bottom,
      transparent 0,
      rgba(0, 0, 0, 0.6) 40%,
      #090909 100%
    );
  background-blend-mode: multiply, normal;
  z-index: -1;
}

.hm-hero__content {
  padding: 6rem 0 3.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.75rem;
}

.hm-hero__logo img {
  max-width: min(915px, 90vw);
  height: auto;
  display: block;
}

.hm-hero__logo {
  text-align: center;
}

.hm-hero__logo .hm-btn {
  margin-top: 5.3rem;
}

/* Bands */
.hm-band {
  padding: 2.2rem 0;
  text-align: center;
}

.hm-band--red {
  background: #890C04;
  position: relative;
  color: var(--hm-cream);
  overflow: hidden;
}

.hm-band--tagline::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    var(--hm-bg-tagline-texture, url("../images/v2/section-bg/texture.png"))
      center/cover repeat;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.hm-band--tagline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5px;
  right: -5px;
  top: auto;
  height: calc(47% + 10px);
  background: linear-gradient(to top, transparent 0%, rgba(137, 12, 4, 0.3) 15%, rgb(251, 251, 251) 100%), var(--hm-bg-tagline-overlay, url("../images/v2/section-bg/bloodsmoke.png")) center bottom/cover no-repeat;
  background-blend-mode: normal, multiply;
  opacity: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}

.hm-band--red:not(.hm-band--tagline)::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("../images/v2/section-bg/texture.png")
      center/cover repeat;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.hm-band__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hm-band__content--center {
  text-align: center;
}

.hm-band__title {
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 2.1vw, 1.8rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

/* Typography - H1, H2, H3, Body */
h1,
.hm-h1 {
  font-family: var(--font-heading);
  font-size: 56px;
  color: #FFFFFF;
}

h2,
.hm-h2,
.hm-section__heading {
  font-family: var(--font-heading);
  font-size: 48px;
  color: #FFFFFF;
}

h3,
.hm-h3 {
  font-family: var(--font-heading);
  font-size: 36px;
  color: #FFFFFF;
}

/* Section headings */
.hm-section__heading {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0 0 1.6rem;
  position: relative;
  z-index: 1;
}

.hm-section__heading--light {
  color: #FFFFFF;
}

.hm-section--light .hm-section__heading {
  color: #000000;
}

.hm-section__subheading {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 2.25rem;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.55);
  position: relative;
  z-index: 1;
}

.hm-section__subheading--light {
  color: rgba(255, 255, 255, 0.55);
}

.hm-section--light .hm-section__subheading {
  color: rgba(0, 0, 0, 0.55);
}

.hm-section__heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.1rem;
  width: 140px;
  height: 12px;
  transform: translateX(-50%);
  background:
    url("../images/v2/section-bg/linebreak.png")
      center/100% auto no-repeat;
  z-index: 1;
}

.hm-section--light .hm-section__heading::after {
  background-image:
    url("../images/v2/section-bg/linebreak.png");
  z-index: 1;
}

.hm-section--unveil .hm-section__heading {
  font-weight: 700;
}

.hm-section--unveil .hm-section__heading::after {
  background-image:
    url("../images/v2/section-bg/linebreak(dark).png");
  z-index: 1;
}

.hm-section--trailer .hm-section__heading::after {
  background-image:
    url("../images/v2/section-bg/linebreak.png");
  z-index: 1;
}

/* Features (dark section) */
.hm-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  margin-top: 2.5rem;
}

.hm-feature {
  display: flex;
  gap: 1.8rem;
  align-items: center;
  flex-direction: row-reverse;
}

/* Stagger text-image placement on desktop */
.hm-feature:nth-child(even) {
  flex-direction: row;
}

.hm-feature__image {
  border: 8px solid #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}

.hm-feature__image img {
  width: 100%;
  display: block;
  border-radius: 0;
  box-shadow: var(--shadow-soft);
}

.hm-feature__body {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.55);
  position: relative;
  z-index: 1;
}

.hm-feature__title {
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 36px;
  margin: 0 0 0.5rem;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}

/* Trailer */
.hm-trailer {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  max-width: min(1200px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.hm-trailer__wrapper {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  width: 100%;
  cursor: pointer;
  /* Maintain aspect ratio based on thumbnail - use padding-bottom technique for better browser support */
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
}

.hm-trailer__wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hm-trailer__wrapper.playing {
  cursor: default;
}

.hm-trailer__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.hm-trailer__video.playing {
  opacity: 1;
  object-fit: contain;
}

.hm-trailer__thumb-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
  /* Ensure overlay covers entire container */
  width: 100%;
  height: 100%;
}

.hm-trailer__wrapper.playing .hm-trailer__thumb-overlay {
  opacity: 0;
  pointer-events: none;
}

.hm-trailer__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hm-trailer__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  /* Ensure button is clickable on mobile */
  min-width: 66px;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .hm-trailer {
    max-width: min(1100px, 90%);
    margin-top: 3rem;
  }

  .hm-trailer__wrapper {
    padding-bottom: 56.25%; /* Maintain 16:9 aspect ratio */
  }
}

.hm-trailer__play {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  border: 2px solid rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hm-cream);
  font-size: 1.8rem;
  pointer-events: none;
  /* Ensure it's visible on touch devices */
  -webkit-tap-highlight-color: transparent;
}

/* Columns (light section) */
.hm-columns {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.hm-column__image img {
  width: 100%;
  display: block;
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.hm-column__title {
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 36px;
  margin: 1rem 0 0.4rem;
  color: #000000;
  position: relative;
  z-index: 1;
}

.hm-column__text {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.55);
  position: relative;
  z-index: 1;
}

/* Carousel (Unveil section) */
.hm-carousel {
  position: relative;
  margin-top: 3.5rem;
  max-width: min(800px, 66.67%);
  margin-left: auto;
  margin-right: auto;
}

.hm-carousel__slides {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 8px solid #131313;
  border-radius: 8px;
  /* Prevent collapse while images load */
  min-height: 400px;
  background: #131313;
}

.hm-carousel__slide {
  display: none;
  width: 100%;
}

.hm-carousel__slide--active {
  display: block;
}

.hm-carousel__slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  border: 8px solid #FFFFFF;
  outline: 3px solid #000000;
  outline-offset: 4px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
  /* Prevent layout shift - images will maintain aspect ratio */
  max-width: 100%;
}

.hm-carousel__prev,
.hm-carousel__next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: transparent;
  border: 2px solid rgba(128, 128, 128, 0.6);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(128, 128, 128, 0.8);
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.hm-carousel__prev:hover,
.hm-carousel__next:hover {
  background: transparent;
  border-color: rgba(128, 128, 128, 0.9);
  color: rgba(128, 128, 128, 1);
  transform: translateY(-50%) scale(1.05);
}

.hm-carousel__prev {
  left: -3.5rem;
}

.hm-carousel__next {
  right: -3.5rem;
}

.hm-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.hm-carousel__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(128, 128, 128, 0.5);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hm-carousel__dot:hover {
  border-color: rgba(128, 128, 128, 0.7);
  transform: scale(1.1);
}

.hm-carousel__dot--active {
  background: rgba(128, 128, 128, 0.8);
  border-color: rgba(128, 128, 128, 0.8);
}

@media (min-width: 1200px) {
  .hm-carousel {
    max-width: min(733px, 60%);
    margin-top: 4rem;
  }

  .hm-carousel__prev,
  .hm-carousel__next {
    width: 44px;
    height: 44px;
    font-size: 1.75rem;
  }

  .hm-carousel__prev {
    left: -3.5rem;
  }

  .hm-carousel__next {
    right: -3.5rem;
  }
}

/* Unveil section title and text below carousel */
.hm-unveil__content {
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .hm-unveil__content {
    margin-left: auto;
    margin-right: auto;
    width: 45%;
  }
}

.hm-unveil__title {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.hm-unveil__text {
  font-family: var(--font-body);
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.55);
  text-align: center;
  max-width: 74rem;
  margin: 0 auto 2.25rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

/* Unveil columns (for tablet and mobile) - hidden by default */
.hm-unveil__columns {
  display: none;
}


@media (min-width: 1200px) {
  .hm-unveil__title {
    font-size: 2.4rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .hm-unveil__text {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}

/* Contact form */
.hm-form {
  max-width: 520px;
  margin: 2.25rem auto 0;
  position: relative;
  z-index: 1;
}

.hm-form__group + .hm-form__group {
  margin-top: 1.5rem;
}

.hm-form__label {
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 0.5rem;
  color: #000000;
  font-weight: 600;
  text-align: center;
}

.hm-form__input {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 0;
  border: 2px solid rgba(128, 128, 128, 0.6);
  font-size: 1rem;
  font-family: var(--font-body);
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
  transition: border-color 0.2s ease;
}

.hm-form__input:focus {
  outline: none;
  border-color: rgba(128, 128, 128, 0.8);
  background: #FFFFFF;
}

.hm-form__textarea {
  resize: vertical;
  min-height: 120px;
  padding-top: 0.85rem;
  font-family: var(--font-body);
}

.hm-form__submit {
  margin-top: 2rem;
  width: 100%;
  font-size: 1.5rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: #FFFFFF;
  border: 2px solid #890C04;
  border-style: inset;
  color: #721203;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
  font-weight: 700;
  gap: 1rem;
  -webkit-text-stroke: 0.4px #721203;
  text-shadow: 
    0.4px 0.4px 0 #721203,
    -0.4px -0.4px 0 #721203,
    0.4px -0.4px 0 #721203,
    -0.4px 0.4px 0 #721203,
    0.2px 0.2px 0 #721203,
    -0.2px -0.2px 0 #721203,
    0.2px -0.2px 0 #721203,
    -0.2px 0.2px 0 #721203;
  border-radius: 0;
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
}

.hm-form__submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("../images/v2/section-bg/texture.png")
      center/cover repeat;
  opacity: 0.3;
  pointer-events: none;
}

.hm-form__submit:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.55);
}

/* Override .hm-btn--primary styling for form submit button */
.hm-btn.hm-btn--primary.hm-form__submit {
  background: #FFFFFF !important;
  border: 2px solid #890C04 !important;
  border-style: inset !important;
  color: #721203 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4) !important;
  padding-left: 0;
  padding-right: 0;
}

/* Contact Form 7 styling to match existing .hm-form design */
.hm-section--contact .wpcf7-form {
  max-width: 520px;
  margin: 2.25rem auto 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

/* Remove all <br> tags from affecting layout */
.hm-section--contact .wpcf7-form br {
  display: none;
}

.hm-section--contact .wpcf7-form p {
  margin: 0;
  margin-top: 1.5rem;
  text-align: center;
}

.hm-section--contact .wpcf7-form p:first-child {
  margin-top: 0;
}

/* Make CF7 labels match .hm-form__label - structure as form groups */
.hm-section--contact .wpcf7-form label {
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 0.5rem;
  color: #000000;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

/* Show screen reader text as visible labels above fields */
.hm-section--contact .wpcf7-form .screen-reader-text {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 0 0.5rem 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  border-width: 0 !important;
  display: block !important;
  visibility: visible !important;
  font-size: 0.9rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.16em !important;
  color: #000000 !important;
  font-weight: 600 !important;
  text-align: center !important;
  line-height: 1.4 !important;
}

/* Ensure labels display properly with spacing */
.hm-section--contact .wpcf7-form label {
  display: block !important;
  margin-bottom: 1.5rem !important;
  text-align: center !important;
}

.hm-section--contact .wpcf7-form label:last-of-type {
  margin-bottom: 0;
}

.hm-section--contact .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 0;
}

/* Make CF7 inputs match .hm-form__input - remove placeholder styling */
.hm-section--contact .wpcf7-form-control {
  width: 100% !important;
  padding: 0.85rem 1rem;
  border-radius: 0;
  border: 2px solid rgba(128, 128, 128, 0.6);
  font-size: 1rem;
  font-family: var(--font-body);
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}

/* Hide placeholders since we have visible labels */
.hm-section--contact .wpcf7-form-control::placeholder {
  color: transparent;
  opacity: 0;
}

.hm-section--contact .wpcf7-form-control:focus {
  outline: none;
  border-color: rgba(128, 128, 128, 0.8);
  background: #FFFFFF;
}

/* Make CF7 textarea match .hm-form__textarea */
.hm-section--contact .wpcf7-textarea,
.hm-section--contact .wpcf7-form-control.query {
  resize: vertical;
  min-height: 120px;
  padding-top: 0.85rem;
  font-family: var(--font-body);
}

/* Style hCaptcha container */
.hm-section--contact .wpcf7-form .h-captcha {
  display: flex;
  justify-content: center;
  margin: 1.5rem 0;
  width: 100%;
}

.hm-section--contact .wpcf7-form .h-captcha iframe {
  margin: 0 auto;
}

/* Make CF7 submit button match .hm-form__submit (press kit button style) */
.hm-section--contact .wpcf7-submit {
  margin-top: 2rem !important;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 1.5rem !important;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  background: #FFFFFF !important;
  border: 2px solid #890C04 !important;
  border-style: inset !important;
  color: #721203 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4) !important;
  font-weight: 700 !important;
  gap: 1rem;
  -webkit-text-stroke: 0.4px #721203 !important;
  text-shadow: 
    0.4px 0.4px 0 #721203,
    -0.4px -0.4px 0 #721203,
    0.4px -0.4px 0 #721203,
    -0.4px 0.4px 0 #721203,
    0.2px 0.2px 0 #721203,
    -0.2px -0.2px 0 #721203,
    0.2px -0.2px 0 #721203,
    -0.2px 0.2px 0 #721203 !important;
  border-radius: 0 !important;
  font-family: var(--font-heading) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  cursor: pointer !important;
  display: block !important;
  margin: 2rem auto 0 !important;
  position: relative !important;
  transition: all 0.3s ease !important;
  box-sizing: border-box !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.hm-section--contact .wpcf7-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("../images/v2/section-bg/texture.png")
      center/cover repeat;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.hm-section--contact .wpcf7-submit > * {
  position: relative;
  z-index: 1;
}

.hm-section--contact .wpcf7-submit:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.55);
}

/* Hide spinner */
.hm-section--contact .wpcf7-spinner {
  display: none;
}

/* Response messages */
.hm-section--contact .wpcf7-response-output {
  margin-top: 1.5rem;
  padding: 1rem;
  text-align: center;
  border: 2px solid rgba(128, 128, 128, 0.6);
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
}

.hm-section--contact .wpcf7-validation-errors,
.hm-section--contact .wpcf7-mail-sent-ng {
  border-color: #d32f2f;
  color: #d32f2f;
}

.hm-section--contact .wpcf7-mail-sent-ok {
  border-color: #388e3c;
  color: #388e3c;
}

.hm-section--contact .wpcf7-not-valid-tip {
  color: #d32f2f;
  font-size: 0.85rem;
  margin-top: 0.25rem;
  text-align: center;
}

.hm-section--contact .wpcf7-form-control.wpcf7-not-valid {
  border-color: #d32f2f;
}

.hm-form__submit {
  margin-top: 2rem;
  width: 100%;
  font-size: 1.5rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  color: #721203;
  font-weight: 700;
  -webkit-text-stroke: 0.4px #721203;
  text-shadow: 
    0.4px 0.4px 0 #721203,
    -0.4px -0.4px 0 #721203,
    0.4px -0.4px 0 #721203,
    -0.4px 0.4px 0 #721203,
    0.2px 0.2px 0 #721203,
    -0.2px -0.2px 0 #721203,
    0.2px -0.2px 0 #721203,
    -0.2px 0.2px 0 #721203;
}

/* Footer */
.hm-footer {
  background: #000000;
  color: rgba(255, 255, 255, 0.55);
  padding: 1.75rem 0 1.4rem;
  font-size: 24px;
}

.hm-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}

.hm-footer__left {
  display: flex;
  align-items: center;
  gap: 4.5rem;
}

.hm-footer__brand img {
  max-height: 180px;
  height: auto;
  width: auto;
  display: block;
}

.hm-footer__nav {
  display: flex;
  gap: 1.25rem;
}

.hm-footer__link {
  color: inherit;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.16em;
}

.hm-footer__social {
  display: flex;
  gap: 1.5rem;
}

.hm-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border: none;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.hm-footer__social-link i {
  font-size: 32px;
  width: auto;
  height: 32px;
}

.hm-footer__social-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* Responsive */
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }

  .hm-header {
    overflow: visible;
  }
  
  /* Fix horizontal overflow on mobile - force with !important */
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .hm-section,
  .hm-hero,
  .hm-band,
  .hm-container {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }
  
  /* Fix full-width elements that use negative positioning - prevent overflow */
  .hm-section--unveil::after,
  .hm-section--unveil .hm-container::after {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
  
  /* Fix any other full-width pseudo-elements */
  .hm-hero::before,
  .hm-hero::after,
  .hm-band::before,
  .hm-band::after,
  .hm-section::before,
  .hm-section::after {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
  
  /* Keep header sticky on mobile too */
  .hm-header {
    position: fixed !important;
    top: 0 !important;
  }

  .hm-header::before {
    background-size: 100% 100%;
    inset: 0;
    height: 100%;
  }

  .hm-header::after {
    background-size: 100% 100%;
    background-position: center bottom;
    inset: 0;
  }

  .hm-container.hm-header__inner,
  .hm-header__inner {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hm-header__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1.5rem;
  }

  .hm-logo {
    order: 1;
    padding-bottom: 0px;
  }

  .hm-logo img {
    max-height: 61px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
  }

  .hm-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    order: 2;
  }

  .hm-nav__link[href="#contact"] {
    display: none;
  }

  .hm-nav__link {
    padding: 0.5rem 2.2rem;
    font-size: 0.9rem;
    white-space: nowrap;
    min-width: fit-content;
    opacity: 1;
    background: rgba(227, 241, 249, 0.8);
  }

  .hm-nav__link[href="#press-kit"] {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hm-hero {
    min-height: 591px;
    align-items: flex-start;
  }

  .hm-hero__bg {
    background-image: url("images/hero-mobile.jpg");
    background-position: center top;
  }

  .hm-hero__video {
    transform: scale(1.05);
    padding-bottom: 33px;
    margin-bottom: 0px;
  }

  .hm-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 -5px 0;
    height: calc(18% + 9px);
    background: url("../images/v2/section-bg/bloodsmoke.png") center bottom/cover no-repeat, linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.6) 40%, #090909 100%);
    background-blend-mode: multiply, normal;
    z-index: -1;
  }

  .hm-container.hm-hero__content,
  .hm-hero__content {
    align-items: center;
    text-align: center;
    padding: 1rem 1rem 2rem;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    position: relative;
    top: 0;
  }

  .hm-container.hm-hero__content {
    padding-top: 5rem;
    padding-bottom: 18rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .hm-hero__logo img {
    max-width: min(600px, 65vw);
    margin-left: auto;
    margin-right: auto;
  }

  .hm-hero__logo .hm-btn {
    margin-top: 2rem;
  }

  .hm-btn.hm-btn--primary {
    padding-left: 0.7rem;
    padding-right: 1rem;
    margin-top: -0.3rem;
  }

  .hm-hero .hm-btn--primary {
    font-size: 1.2rem;
    padding: 1.2rem 1rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 0.5rem;
    margin-top: 3rem;
    opacity: 0.95;
    font-weight: 700;
    -webkit-text-stroke: 0.4px #721203;
    text-shadow: 0.4px 0.4px 0 #721203, -0.4px -0.4px 0 #721203, 0.4px -0.4px 0 #721203, -0.4px 0.4px 0 #721203, 0.2px 0.2px 0 #721203, -0.2px -0.2px 0 #721203, 0.2px -0.2px 0 #721203, -0.2px 0.2px 0 #721203;
  }

  .hm-btn__steam-icon {
    width: 1.8rem;
    height: auto;
  }

  .hm-band__title {
    max-width: none;
    font-size: clamp(1.9rem, 5vw, 1.6rem);
    padding: 0 1rem;
    text-align: center;
  }

  .hm-container.hm-band__content,
  .hm-band__content {
    padding-top: 0rem;
    padding-bottom: 2.5rem;
  }

  .hm-band {
    padding: 2rem 0;
  }

  .hm-band--tagline {
    padding: 2.5rem 0;
  }

  .hm-band.hm-band--red.hm-band--tagline {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .hm-band--tagline::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: -5px;
    right: -5px;
    top: auto;
    height: calc(8% + 10px);
    background: linear-gradient(to top, transparent 0%, rgba(137, 12, 4, 0.3) 15%, rgb(251, 251, 251) 100%), url("../images/v2/section-bg/bloodsmoke.png") center bottom/cover no-repeat;
    background-blend-mode: normal, multiply;
    opacity: 1;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 1;
  }

  .hm-band--tagline .hm-btn--primary {
    font-size: 1.2rem;
    padding: 1rem 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: -0.3rem;
    font-weight: 700;
    gap: 0.75rem;
    -webkit-text-stroke: 0.4px #721203;
    text-shadow: 0.4px 0.4px 0 #721203, -0.4px -0.4px 0 #721203, 0.4px -0.4px 0 #721203, -0.4px 0.4px 0 #721203, 0.2px 0.2px 0 #721203, -0.2px -0.2px 0 #721203, 0.2px -0.2px 0 #721203, -0.2px 0.2px 0 #721203;
  }

  .hm-band--tagline .hm-btn__steam-icon {
    width: 1.8rem;
    height: auto;
  }

  h1,
  .hm-h1 {
    font-size: 42px;
  }

  .hm-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: min(96rem, 100% - 2rem);
  }

  h2,
  .hm-h2,
  .hm-section__heading {
    font-size: 24px;
  }

  .hm-section__heading::after {
    width: 350px;
    height: 10px;
  }

  h3,
  .hm-h3 {
    font-size: 28px;
  }

  .hm-section__subheading {
    font-size: 18px;
  }

  .hm-feature__title {
    font-size: 20px;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    text-align: center;
  }

  .hm-feature__body {
    font-size: 16px;
    text-align: center;
  }

  .hm-feature__text {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }

  #about .hm-feature__image {
    margin: 0 auto;
    max-width: 90%;
  }

  .hm-features {
    gap: 2rem;
    margin-top: 2rem;
  }

  .hm-section {
    padding: 2.5rem 0;
  }

  #about {
    padding: 2.5rem 0;
  }

  .hm-section--trailer {
    padding: 3rem 0;
  }

  .hm-section--contact {
    padding: 3rem 0;
  }

  .hm-column__title {
    font-size: 28px;
  }

  .hm-column__text {
    font-size: 18px;
  }

  .hm-feature,
  .hm-feature:nth-child(even) {
    flex-direction: column;
  }

  .hm-feature__image {
    order: 1;
  }

  .hm-feature__body {
    order: 2;
  }

  .hm-columns {
    grid-template-columns: 1fr;
  }

  .hm-form__input {
    font-size: 18px;
  }

  .hm-btn.hm-btn--primary.hm-form__submit {
    margin-top: 2.5rem;
  }

  .hm-footer {
    font-size: 18px;
  }

  .hm-container.hm-footer__inner,
  .hm-footer__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 4.5rem;
    padding: 0rem 1rem 2rem;
  }

  .hm-footer__left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: stretch;
    width: 100%;
  }

  .hm-footer__brand {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-right: 2rem;
  }

  .hm-footer__brand img {
    max-height: 21rem;
  }

  .hm-footer__nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    width: 100%;
  }

  .hm-section--unveil .hm-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -50vw;
    right: -50vw;
    width: 100vw;
    margin-left: 50%;
    height: 36%;
    max-height: 200px;
    background: url("../images/v2/section-bg/bloodsmoke.png") center bottom/cover no-repeat;
    opacity: 0.5;
    pointer-events: none;
    z-index: 1;
  }

  .hm-footer__social {
    display: flex;
    justify-content: center;
    margin: 0;
    gap: 1rem;
    width: 100%;
  }

  .hm-unveil__columns {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 2rem;
    padding: 0 1rem 7rem;
  }

  .hm-unveil__column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hm-unveil__column-image {
    max-width: 100%;
    margin: 0 auto;
    border: 8px solid #131313;
    border-radius: 8px;
    overflow: hidden;
  }

  .hm-unveil__column-image img {
    border: 8px solid #FFFFFF;
    border-radius: 8px;
    outline: 3px solid #000000;
    outline-offset: 4px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
    display: block;
    width: 100%;
    height: auto;
  }

  .hm-unveil__column-title {
    font-size: 18px;
    font-weight: 800;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
    text-align: center;
    color: #000000 !important;
  }

  .hm-unveil__column-text {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.55) !important;
  }

  .hm-section--unveil {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }

  /* Make container full width on mobile for smoke effects to reach edge */
  .hm-section--unveil .hm-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .hm-section--unveil .hm-carousel,
  .hm-section--unveil .hm-unveil__content {
    display: none;
  }

  .hm-section__heading::after {
    width: 200px;
    height: 10px;
  }

  .hm-carousel {
    max-width: 100%;
    margin-top: 2rem;
  }

  .hm-carousel__prev,
  .hm-carousel__next {
    display: none;
  }

  .hm-btn--secondary {
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    font-weight: 700;
    gap: 0.75rem;
    -webkit-text-stroke: 0.4px #721203;
    text-shadow: 0.4px 0.4px 0 #721203, -0.4px -0.4px 0 #721203, 0.4px -0.4px 0 #721203, -0.4px 0.4px 0 #721203, 0.2px 0.2px 0 #721203, -0.2px -0.2px 0 #721203, 0.2px -0.2px 0 #721203, -0.2px 0.2px 0 #721203;
  }

  .hm-section--trailer .hm-section__subheading {
    font-size: 16px;
    padding: 0 1rem;
    text-align: center;
  }

  .hm-footer__social-link i {
    font-size: 28px;
    width: auto;
    height: 28px;
  }

  .hm-footer__social {
    gap: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  body {
    font-size: 18px;
  }

  .hm-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.75rem 2rem;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
  }

  .hm-header__left {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10.5rem;
  }

  .hm-nav {
    display: flex;
    align-items: center;
    gap: 1.8rem;
  }

  .hm-section.hm-section--dark {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }

  .hm-hero__bg {
    background-image: url("images/hero-tablet.jpg");
  }

  h1,
  .hm-h1 {
    font-size: 42px;
  }

  h2,
  .hm-h2,
  .hm-section__heading {
    font-size: 25px;
  }

  /* Hero section */
  .hm-hero {
    position: relative;
    min-height: 449px;
    display: flex;
    align-items: flex-start;
    color: var(--hm-white);
    overflow: hidden;
  }

  .hm-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 -6px 0;
    height: calc(32% + 5px);
    background: url("../images/v2/section-bg/bloodsmoke.png") center bottom/cover no-repeat, linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.6) 40%, #090909 100%);
    background-blend-mode: multiply, normal;
    z-index: -1;
  }

  /* Hero content padding */
  .hm-hero__content {
    padding-top: 1rem;
    padding-bottom: 8.25rem;
  }

  /* Hero background zoom */
  .hm-hero__video {
    margin-right: 0px;
    padding-right: 0rem;
    padding-left: 0rem;
    /* transform: scale(1.1); */
  }

  .hm-hero__logo {
    padding-top: 115px;
    padding-bottom: 145px;
  }

  .hm-hero__logo img {
    max-width: min(913px, 41vw);
    height: auto;
    display: block;
  }

  /* Tagline band bloodsmoke overlays */
  .hm-band--tagline::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/v2/section-bg/texture.png") center/cover repeat;
    opacity: 0.2;
    pointer-events: none;
    z-index: 0;
  }

  .hm-band--tagline {
    padding-top: 5.2rem;
    padding-bottom: 5.2rem;
  }

  .hm-band--tagline::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -5px;
    right: -5px;
    top: auto;
    height: calc(29% + 10px);
    background: linear-gradient(to top, transparent 0%, rgba(137, 12, 4, 0.3) 15%, rgb(255, 255, 255) 100%), url("../images/v2/section-bg/bloodsmoke.png") center bottom/cover no-repeat;
    background-blend-mode: normal, multiply;
    opacity: 1;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 1;
  }

  .hm-hero .hm-btn--primary {
    padding-left: 1.1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1.1rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: #721203;
    gap: 0.75rem;
    margin-top: 2.3rem;
    -webkit-text-stroke: 0.8px #721203;
    text-shadow: 
      0.8px 0.8px 0 #721203,
      -0.8px -0.8px 0 #721203,
      0.8px -0.8px 0 #721203,
      -0.8px 0.8px 0 #721203,
      0.4px 0.4px 0 #721203,
      -0.4px -0.4px 0 #721203,
      0.4px -0.4px 0 #721203,
      -0.4px 0.4px 0 #721203;
  }

  /* Unveil section: Hide carousel and desktop title/text, show columns */
  .hm-section--unveil .hm-carousel,
  .hm-section--unveil .hm-unveil__title,
  .hm-section--unveil .hm-unveil__text {
    display: none;
  }

  .hm-section--unveil {
    padding-top: 94px;
    padding-bottom: 0;
  }

  .hm-section--unveil::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -50vw;
    right: -50vw;
    width: 100vw;
    margin-left: 50%;
    bottom: auto;
    height: 8%;
    background: url("../images/v2/section-bg/bloodsmoke.png") center top/cover no-repeat;
    opacity: 0.6;
    pointer-events: none;
    z-index: 1;
    transform: rotate(180deg);
  }

  .hm-section--unveil .hm-container::after {
    height: 8%;
  }

  .hm-band__title {
    font-family: var(--font-heading);
    font-size: clamp(1.4rem, 4.1vw, 1.8rem);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
  }

  .hm-btn--secondary {
    background: #FFFFFF;
    border: 2px solid #890C04;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-style: inset;
    color: #721203;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
    font-size: 1.3rem;
    font-weight: 700;
    gap: 1rem;
    -webkit-text-stroke: 0.4px #721203;
    text-shadow: 0.4px 0.4px 0 #721203, -0.4px -0.4px 0 #721203, 0.4px -0.4px 0 #721203, -0.4px 0.4px 0 #721203, 0.2px 0.2px 0 #721203, -0.2px -0.2px 0 #721203, 0.2px -0.2px 0 #721203, -0.2px 0.2px 0 #721203;
  }

  .hm-footer__left {
    display: flex;
    align-items: center;
    gap: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .hm-footer__nav {
    display: flex;
    gap: 2.25rem;
  }

  .hm-footer__social {
    position: absolute;
    left: 21rem;
    top: 10rem;
  }

  .hm-footer__inner {
    position: relative;
  }

  .hm-footer {
    min-height: 19rem;
  }

  #about {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  #about .hm-feature__image {
    margin-top: 1.5rem;
  }

  .hm-section--trailer {
    padding-top: 6.5rem;
    padding-bottom: 5.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .hm-section--trailer::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -5px;
    right: -5px;
    bottom: auto;
    height: 30%;
    background: url("../images/v2/section-bg/bloodsmoke.png") center top/cover no-repeat;
    opacity: 1;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 1;
    transform: rotate(180deg);
  }

  .hm-section--trailer::after {
    content: "";
    position: absolute;
    inset: 0;
    top: 19rem;
    background: var(--hm-bg-trailer-city, url("../images/v2/section-bg/city.png")) center/cover no-repeat;
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;
  }

  .hm-section__heading::after {
    width: 500px;
    height: 18px;
  }

  .hm-unveil__columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
    padding-left: 9.5rem;
    padding-right: 9.5rem;
    padding-bottom: 77px;
  }

  .hm-unveil__column-image {
    position: relative;
    border: 8px solid #131313;
    border-radius: 8px;
    overflow: hidden;
    max-width: 50vw;
    margin: 0 auto;
  }

  .hm-unveil__column-image img {
    width: 100%;
    display: block;
    border-radius: 8px;
    border: 8px solid #FFFFFF;
    outline: 3px solid #000000;
    outline-offset: 4px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
  }

  .hm-unveil__column-title {
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 24px;
    font-weight: 700;
    margin: 1.5rem 0 0.75rem;
    color: #000000;
    position: relative;
    z-index: 1;
    text-align: center;
  }

  .hm-unveil__column-text {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.55);
    position: relative;
    z-index: 1;
    line-height: 1.6;
    text-align: center;
  }

  .hm-unveil__column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  h3,
  .hm-h3 {
    font-size: 28px;
  }

  .hm-section__subheading {
    font-size: 18px;
  }

  .hm-feature__title {
    font-size: 21px;
  }

  .hm-feature__body {
    font-size: 18px;
    text-align: center;
  }

  .hm-feature__title {
    text-align: center;
  }

  .hm-column__title {
    font-size: 28px;
  }

  .hm-column__text {
    font-size: 18px;
  }

  .hm-features {
    gap: 2.1rem;
    grid-template-columns: 1fr;
  }

  .hm-feature,
  .hm-feature:nth-child(even) {
    flex-direction: column;
  }

  .hm-feature__image {
    order: 1;
  }

  .hm-feature__body {
    order: 2;
  }

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

  .hm-form__input {
    font-size: 18px;
  }

  .hm-footer {
    font-size: 18px;
  }
}

/* Laptop-specific styles (1280px - 1399px) and smaller */
@media (max-width: 1399px) {
  .hm-hero__logo {
    padding-top: 98px;
    padding-bottom: 73px;
  }

  .hm-header .hm-nav__link {
    font-size: 0.8rem !important;
    padding: 0.7rem 1.8rem !important;
    padding-left: 1.8rem !important;
  }

  .hm-header .hm-header__left {
    padding-left: 0.5rem !important;
  }
}

/* Larger desktop styles (1400px+) */
@media (min-width: 1400px) {
  .hm-hero__logo {
    padding-top: 129px;
    padding-bottom: 302px;
  }

  .hm-nav__link {
    font-size: 1.1rem;
    padding: 0.7rem 1.8rem;
  }
}

@media (min-width: 1280px) {
  .hm-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hm-footer__inner {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
    padding-left: 0.5rem;
    padding-right: 2.5rem;
  }

  .hm-footer__left {
    gap: 5rem;
  }

  .hm-footer__brand img {
    max-height: 332px;
  }

  .hm-footer__social {
    position: static;
    left: auto;
    top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .hm-hero {
    align-items: flex-start;
  }

  .hm-hero__content {
    padding-top: 3rem;
    padding-bottom: 4rem;
    align-items: flex-start;
  }

  .hm-section__heading::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.1rem;
    width: 897px;
    height: 27px;
    transform: translateX(-50%);
    background: url("../images/v2/section-bg/linebreak.png") center/100% auto no-repeat;
    z-index: 1;
  }

  .hm-hero__logo img {
    max-width: min(728px, 90vw);
  }

  .hm-header__inner {
    padding-top: 3.1rem;
    padding-bottom: 3.1rem;
  }

  .hm-logo img {
    max-height: 110px;
    display: block;
  }

  .hm-header__left {
    gap: 3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  /* Override padding-left for laptop size (1280px - 1399px) */
  @media (min-width: 1280px) and (max-width: 1399px) {
    .hm-header__left {
      padding-left: 0.5rem !important;
    }
  }

  .hm-nav {
    gap: 2rem;
  }

  .hm-hero .hm-btn--primary {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .hm-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hm-features {
    margin-top: 7.5rem;
  }

  #about {
    padding-top: 5.5rem;
    padding-bottom: 7.5rem;
  }

  .hm-band {
    padding: 10.2rem 0;
  }

  .hm-band--tagline {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .hm-band__title {
    font-family: var(--font-heading);
    font-size: clamp(3.2rem, 2.1vw, 1.8rem);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: bolder !important;
  }

  .hm-section__subheading {
    text-align: center;
    max-width: 74rem;
    margin: 0 auto 2.25rem;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.55);
    position: relative;
    z-index: 1;
  }

  .hm-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 -5px 0;
    height: calc(49% + 5px);
    background:
      url("../images/v2/section-bg/bloodsmoke.png")
        center bottom/cover no-repeat,
      linear-gradient(
        to bottom,
        transparent 0,
        rgba(0, 0, 0, 0.6) 40%,
        #090909 100%
      );
    background-blend-mode: multiply, normal;
    z-index: -1;
  }

  .hm-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

/* === Unveil / Press kit gap fix === */
.hm-section.hm-section--unveil {
  padding-bottom: 0 !important; /* override any generic .hm-section padding */
  margin-bottom: 0;
}

.hm-section--unveil .hm-unveil__content,
.hm-section--unveil .hm-unveil__text {
  margin-bottom: 0;
}

.hm-band--red {
  margin-top: 0;
}
