.home-v2-page {
  font-family: "Albert Sans", "Montserrat", sans-serif;
  background: #0b0b0b;
  color: #e3e3e3;
}

.home-v2-page .fa-lg {
  line-height: 1.7rem;
}

.home-v2-hero {
  overflow: hidden;
}

.home-v2-hero-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.66) 25%, #000 100%), url('/assets/img/home-hero-arcade-bg.png') center / cover no-repeat;
}

.home-v2-hero-wrap {
  width: 100%;
  max-width: 1320px;
  min-height: 520px;
}

.home-v2-hero-row {
  padding: 0px 15px;
  min-height: 520px;
}

.home-v2-hero-copy {
  padding: 40px 30px;
  align-items: center;
  text-align: center;
}

.home-v2-kicker {
  color: rgba(255, 255, 255, 0.67);
  font-size: 22px;
  line-height: 26px;
}

.home-v2-title {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.6rem, 7vw, 4rem);
  line-height: 1.05;
  letter-spacing: 1px;
  text-shadow: 4px 4px 0 #000;
}

.home-v2-subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 2px 0 #000;
  margin-bottom: 0;
}

.home-v2-phone {
  display: inline-block;
  width: fit-content;
  color: rgb(255, 87, 77);
  font-family: Comfortaa, serif;
  font-size: 28px;
  line-height: 1.2;
  text-shadow: 3px 3px 0 #000;
  background: #101010;
  border: 3px solid rgb(255, 52, 39);
  border-radius: 8px;
  padding: 10px 16px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .home-v2-hero-copy {
    align-items: flex-start;
    text-align: left;
  }
}

.home-v2-machines {
  min-height: 520px;
  position: relative;
  overflow: visible;
}

.home-v2-machine {
  position: absolute;
  height: auto;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.45));
}

.home-v2-machine-a { width: 260px; right: 376px; top: 42px; display: none; }
.home-v2-machine-b { width: 316px; right: 197px; top: 58px; display: none; }
.home-v2-machine-c { width: 223px; right: 83px; top: 106px; display: none; }
.home-v2-machine-d { width: 228px; right: -67px; top: 172px; display: none; }

/* Match requested visibility tiers */
@media (min-width: 768px) {
  .home-v2-machine-d { display: block; }
  .home-v2-machine-c { display: block; }
}

@media (min-width: 992px) {
  .home-v2-machine-b { display: block; }
}

@media (min-width: 1200px) {
  .home-v2-machine-a { display: block; }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-v2-machine-b { width: 290px; right: 170px; top: 70px; }
  .home-v2-machine-c { width: 205px; right: 90px; top: 128px; }
  .home-v2-machine-d { width: 210px; right: -40px; top: 185px; }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home-v2-machines {
    min-height: 420px;
  }

  .home-v2-machine-c { width: 185px; right: 68px; top: 128px; }
  .home-v2-machine-d { width: 198px; right: -34px; top: 188px; }
}

@media (max-width: 767.98px) {
  .home-v2-machines {
    display: none;
  }
}

.home-v2-services {
  background: radial-gradient(rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.65) 100%), url('/assets/img/home-services-arcade-bg.png') center / cover no-repeat;
  border-top: 1px solid rgb(255, 15, 0);
  border-bottom: 1px solid rgb(255, 15, 0);
}

.home-v2-service-pill {
  color: #ff2e2e;
  font-family: Comfortaa, serif;
  font-size: 27px;
  text-transform: uppercase;
  text-shadow: 0 0 20px #000;
  padding: 12px;
}

.home-v2-showcase {
  border-top: 2px solid #3d3d3d;
  border-bottom: 2px solid #3d3d3d;
}

.home-v2-showcase-bars {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.45)), url('/assets/img/home-bars-bg.png') center 58% / cover no-repeat;
}

.home-v2-showcase-home {
  background: linear-gradient(rgba(10, 22, 22, 0.81), rgba(0, 0, 0, 0.2)), url('/assets/img/home-gameroom-bg.png') center 60% / cover no-repeat;
}

.home-v2-showcase-arcade {
  background: linear-gradient(rgba(10, 22, 22, 0.75), rgba(0, 0, 0, 0.75)), url('/assets/img/home-arcade-bg.png') center / cover no-repeat;
}

.home-v2-showcase-card {
  max-width: 1050px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 10px;
  background: linear-gradient(rgba(9, 19, 16, 0.76), rgba(0, 0, 0, 0.25));
}

.home-v2-showcase-title {
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1.04;
}

.home-v2-showcase-desc { color: #fff; }

.home-v2-item-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 0 20px #000;
}

.home-v2-item-link-light {
  background: #fff;
  border-radius: 10px;
  color: #000;
  text-shadow: none;
  padding: 8px;
}

.home-v2-item-img {
  max-width: 100%;
  width: auto;
  max-height: 210px;
  object-fit: contain;
}

.home-v2-wide-photo {
  width: 100%;
  border-radius: 9px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.home-v2-dart-league {
  background: radial-gradient(rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.55) 100%), url('/assets/img/home-dart-league-bg.webp') center / cover no-repeat;
  border-top: 2px solid rgb(197, 166, 0);
  border-bottom: 2px solid rgb(197, 166, 0);
}

.home-v2-dart-link { text-decoration: none; }

.home-v2-dart-inner { max-width: 1000px; margin: 0 auto; }

.home-v2-dart-avatar {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  border: 5px solid #000;
  background: url('/assets/img/home-dart-league-avatar.jpg') center 27% / 199% no-repeat;
}

.home-v2-party-events {
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #fff), url('/assets/img/home-party-events-bg.png') center / cover no-repeat;
  border-top: 2px solid #3d3d3d;
  border-bottom: 2px solid #3d3d3d;
}

.home-v2-party-copy {
  max-width: 1000px;
  background: linear-gradient(rgba(255, 255, 255, 0.63), rgba(0, 0, 0, 0));
  border-radius: 10px;
  padding: 24px;
}

.home-v2-party-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 5vw, 3.8rem);
  color: #000;
}

.home-v2-party-desc {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.home-v2-event-item { height: auto; }
.home-v2-event-item-photo-a { width: 193px; margin-top: -29px; margin-left: -16px; }
.home-v2-event-item-photo-b { width: 231px; margin-left: -39px; }
.home-v2-event-item-putting { width: 280px; margin-right: -130px; margin-bottom: -20px; }
.home-v2-event-item-pingpong { width: 300px; margin-right: -75px; margin-bottom: 16px; }
.home-v2-event-item-foosball { width: 220px; margin-right: -6px; margin-bottom: -55px; }

.home-v2-herosec-1 {
  position: relative;
  --hero-overlay-color: 0, 0, 0;
  --hero-overlay-opacity: 0.40;
  /* background: linear-gradient(90deg, #5d121285, color-mix(in srgb, var(--fw-white-000) 30%, transparent)); */
}

.home-v2-herosec-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--hero-overlay-color), var(--hero-overlay-opacity));
  z-index: 1;
  pointer-events: none;
}

.home-v2-hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
  animation: home-v2-video-fade-in 1.6s ease-out forwards;
}

@keyframes home-v2-video-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.home-v2-herosec-2 {
  /* background: linear-gradient(90deg, #10334d34, color-mix(in srgb, var(--fw-black-000) 26%, transparent)), url(/assets/img/bg-3.png); */
  background-size: cover;
  background-position: center;
}

.home-v2-hero-inner {
  width: 100%;
  height: 100%;
  min-height: 100%;
  flex: 1 1 auto;
  color: var(--fw-white-000);
  padding: 24px;
  border-radius: 0;
  /* backdrop-filter: blur(5px); */
  /* -webkit-backdrop-filter: blur(5px); */
  /* background: radial-gradient(color-mix(in srgb, var(--fw-black-000) 37%, transparent), color-mix(in srgb, var(--fw-black-000) 0%, transparent)); */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.home-v2-hero-inner h1 {
  font-weight: 700;
  padding: 12px 0;
  color: var(--fw-black-000);

}

.home-v2-hero-inner h5 {
  color: var(--fw-black-000);
}

.home-top-contributors {
  padding: 48px 24px;
  position: relative;
  z-index: 0;
}

.home-top-contributors-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}


.home-v2-feature {
  padding: 48px 24px;
  position: relative;
  z-index: 0;
}

.home-v2-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255, 60, 60, 0.18) 0%, rgba(255, 60, 60, 0.08) 40%, rgba(255, 60, 60, 0) 72%);
  filter: blur(20px);
  z-index: -1;
  pointer-events: none;
}

.home-v2-feature-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

.home-v2-feature-image-wrap,
.home-v2-feature-content {
  flex: 1 1 0;
}

.home-v2-feature-image {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  border-radius: 12px;
}

.home-v2-feature-content h2 {
  margin: 0 0 12px;
}

.home-v2-feature-content p {
  margin: 0;
}

.home-v2-coming-soon {
  --ai-border-size: 1px;
  --ai-border-radius: 10px;
  margin-top: 20px;
  padding: 16px;
  border-radius: var(--ai-border-radius);
  background-color: transparent;
  position: relative;
  isolation: isolate;
}

.home-v2-coming-soon::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: var(--ai-border-size);
  border-radius: inherit;
  background: conic-gradient(from var(--ai-spin-angle, 0deg),
      #2d7dff 0%,
      #1a73e8 16%,
      #00c2ff 28%,
      #00e676 40%,
      #ffe600 56%,
      #ffb300 64%,
      #ff3d00 76%,
      #ff1744 86%,
      #d500f9 94%,
      #2d7dff 100%);
  animation: home-v2-ai-border-spin 4s linear infinite;
  pointer-events: none;
  z-index: -1;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  filter: drop-shadow(0 0 4px rgba(66, 133, 244, 0.40)) drop-shadow(0 0 8px rgba(52, 168, 83, 0.30)) drop-shadow(0 0 12px rgba(234, 67, 53, 0.24));
  will-change: filter;
}

.home-v2-coming-soon h3 {
  margin: 0 0 10px;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-v2-coming-soon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-v2-coming-soon-list li {
  padding: 10px 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 60, 60, 0.14), rgba(255, 60, 60, 0.04));
  border: 1px solid rgba(255, 60, 60, 0.22);
}

@keyframes home-v2-ai-border-spin {
  from {
    filter: hue-rotate(0deg);
  }

  to {
    filter: hue-rotate(360deg);
  }
}

@media (max-width: 767px) {
  .home-v2-hero-wrap,
  .home-v2-hero-row,
  .home-v2-machines {
    min-height: 420px;
  }

  .home-v2-hero-copy {
    text-align: center;
    align-items: center;
  }

  .home-v2-kicker { font-size: 18px; }
  .home-v2-subtitle { font-size: 16px; }
  .home-v2-phone { font-size: 24px; }

  .home-v2-feature {
    padding: 32px 16px;
  }

  .home-v2-feature-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-v2-feature-image {
    max-width: 100%;
  }
}
