.home-v2-page {
  font-family: "Albert Sans", "Montserrat", sans-serif;
  overflow: hidden;
}

.home-v2-page .fa-lg,
.home-v2-page .fa {
  line-height: 1;
}

.home-v2-section {
  position: relative;
  padding: clamp(56px, 8vw, 92px) 0;
}

.home-v2-hero {
  position: relative;
  min-height: clamp(650px, 88vh, 860px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.94) 0%, rgba(8, 8, 8, 0.72) 45%, rgba(8, 8, 8, 0.45) 100%),
    url('/_specialized/assets/img/home-hero-arcade-bg.png') center / cover no-repeat;
  isolation: isolate;
}

.home-v2-hero::before,
.home-v2-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.home-v2-hero::before {
  inset: 0;
  background:
    linear-gradient(transparent 0 92%, #080808 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 92px);
  opacity: 0.72;
}

.home-v2-hero::after {
  width: 42rem;
  height: 42rem;
  right: -12rem;
  top: 8%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 52, 39, 0.28), transparent 66%);
  filter: blur(22px);
}

.home-v2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: center;
  padding: 72px 0;
}

.home-v2-hero-copy {
  max-width: 650px;
}

.home-v2-title {
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4rem, 9vw, 7.4rem);
  line-height: 0.86;
  letter-spacing: 0.015em;
  text-shadow: 0 10px 38px rgba(0, 0, 0, 0.72);
}

.home-v2-lede {
  max-width: 590px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.04rem, 2vw, 1.28rem);
  line-height: 1.62;
}

.home-v2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.home-v2-service-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.home-v2-service-strip span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border: 1px solid var(--au-border-red, rgba(255, 52, 39, 0.42));
  border-radius: 999px;
  background: rgba(255, 52, 39, 0.08);
  color: #fff;
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-v2-service-strip i {
  color: var(--au-red, #ff3427);
}

.home-v2-hero-stage {
  position: relative;
  min-height: 560px;
  border-radius: var(--au-radius-lg, 28px);
  background:
    radial-gradient(circle at 50% 60%, rgba(255, 52, 39, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: var(--au-shadow, 0 28px 80px rgba(0, 0, 0, 0.52));
}

.home-v2-hero-stage::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.42));
}

.home-v2-hero-machine {
  position: absolute;
  height: auto;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.62));
}

.home-v2-hero-machine-a {
  width: min(38%, 280px);
  left: 6%;
  top: 13%;
}

.home-v2-hero-machine-b {
  width: min(40%, 300px);
  left: 31%;
  top: 6%;
  z-index: 2;
}

.home-v2-hero-machine-c {
  width: min(29%, 210px);
  right: 20%;
  top: 30%;
  z-index: 3;
}

.home-v2-hero-machine-d {
  width: min(31%, 225px);
  right: 0;
  bottom: 24%;
  z-index: 4;
}

.home-v2-audiences {
  background: linear-gradient(180deg, #080808, #101010 55%, #080808);
}

.home-v2-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-v2-audience-card {
  position: relative;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--au-border, rgba(255, 255, 255, 0.12));
  border-radius: var(--au-radius-lg, 28px);
  background: var(--au-surface, rgba(18, 18, 18, 0.78));
  overflow: hidden;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.32);
}

.home-v2-audience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 10%, rgba(0, 0, 0, 0.72) 100%);
  z-index: 1;
}

.home-v2-audience-bars {
  background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .78)), url('/_specialized/assets/img/home-bars-bg.png') center / cover no-repeat;
}

.home-v2-audience-home {
  background: linear-gradient(rgba(0, 0, 0, .26), rgba(0, 0, 0, .76)), url('/_specialized/assets/img/home-gameroom-bg.png') center / cover no-repeat;
}

.home-v2-audience-arcade {
  background: linear-gradient(rgba(0, 0, 0, .26), rgba(0, 0, 0, .78)), url('/_specialized/assets/img/home-arcade-bg.png') center / cover no-repeat;
}

.home-v2-audience-media,
.home-v2-audience-copy {
  position: relative;
  z-index: 2;
}

.home-v2-audience-media {
  min-height: 205px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.home-v2-audience-media img {
  max-width: min(82%, 230px);
  max-height: 230px;
  object-fit: contain;
  filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.6));
}

.home-v2-audience-copy h3,
.home-v2-split-copy h2,
.home-v2-dart-card h2,
.home-v2-events-copy h2 {
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.15rem, 4vw, 3.55rem);
  line-height: 0.98;
}

.home-v2-audience-copy p:not(.au-eyebrow),
.home-v2-split-copy p,
.home-v2-dart-card p,
.home-v2-events-copy p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.62;
}

.home-v2-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  padding: 0;
  color: #fff;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.home-v2-text-link::after {
  content: "→";
  color: var(--au-red, #ff3427);
  transition: transform 160ms ease;
}

.home-v2-text-link:hover,
.home-v2-text-link:focus-visible {
  color: #fff;
  text-decoration: none;
}

.home-v2-text-link:hover::after,
.home-v2-text-link:focus-visible::after {
  transform: translateX(4px);
}

.home-v2-equipment {
  background: radial-gradient(circle at 18% 45%, rgba(255, 52, 39, 0.13), transparent 34rem), #080808;
}

.home-v2-split-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(24px, 6vw, 70px);
  align-items: center;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--au-border, rgba(255, 255, 255, 0.12));
  border-radius: var(--au-radius-lg, 28px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: var(--au-shadow, 0 28px 80px rgba(0, 0, 0, 0.52));
}

.home-v2-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.home-v2-chip-list button {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.home-v2-chip-list button:hover,
.home-v2-chip-list button:focus-visible {
  border-color: var(--au-border-red, rgba(255, 52, 39, 0.42));
  color: #fff;
  text-decoration: none;
}

.home-v2-product-orbit {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
}

.home-v2-product-orbit button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.home-v2-product-orbit img {
  width: 100%;
  max-height: 270px;
  object-fit: contain;
  align-self: center;
  justify-self: center;
  filter: drop-shadow(0 20px 22px rgba(0, 0, 0, 0.58));
  transition: transform 180ms ease, filter 180ms ease;
}

.home-v2-product-orbit button:hover img,
.home-v2-product-orbit button:focus-visible img {
  filter: drop-shadow(0 24px 26px rgba(0, 0, 0, 0.64)) drop-shadow(0 0 18px rgba(255, 52, 39, 0.24));
}

.home-v2-product-orbit button:nth-child(2) img {
  transform: translateY(-24px);
}

.home-v2-product-orbit button:nth-child(3) img {
  transform: translateY(-3px);
}

.home-v2-rental-bundle {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 52, 39, 0.20), transparent 28rem),
    radial-gradient(circle at 86% 70%, rgba(216, 183, 53, 0.12), transparent 30rem),
    linear-gradient(180deg, #080808, #111111 54%, #080808);
  overflow: hidden;
}

.home-v2-rental-bundle-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 52, 39, 0.22);
  border-radius: var(--au-radius-lg, 28px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(10, 10, 10, 0.86);
  box-shadow: var(--au-shadow, 0 28px 80px rgba(0, 0, 0, 0.52));
}

.home-v2-rental-bundle-copy h2 {
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.45rem, 5.4vw, 4.6rem);
  line-height: 0.94;
}

.home-v2-rental-bundle-copy p:not(.au-eyebrow) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.68;
}

.home-v2-rental-bundle-copy strong {
  color: #fff;
}

.home-v2-rental-bundle-price {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 14px;
  align-items: end;
  margin-top: 22px;
  padding: 16px;
  border: 1px solid rgba(216, 183, 53, 0.34);
  border-radius: var(--au-radius-md, 18px);
  background: rgba(216, 183, 53, 0.08);
}

.home-v2-rental-bundle-price span,
.home-v2-rental-bundle-price small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-v2-rental-bundle-price strong {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.4rem, 8vw, 5.8rem);
  line-height: 0.86;
}

.home-v2-rental-bundle-notes,
.home-v2-rental-bundle-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-v2-rental-bundle-notes {
  margin: 24px 0 26px;
}

.home-v2-rental-bundle-notes span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 52, 39, 0.30);
  border-radius: 999px;
  background: rgba(255, 52, 39, 0.08);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.home-v2-rental-bundle-notes i {
  color: var(--au-red, #ff3427);
}

.home-v2-rental-bundle-content {
  display: grid;
  gap: 14px;
}

.home-v2-rental-bundle-showcase {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border-radius: var(--au-radius-lg, 28px);
  background:
    radial-gradient(circle at 50% 55%, rgba(255, 52, 39, 0.19), transparent 22rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
  padding: 72px 14px 14px;
}

.home-v2-rental-bundle-showcase::before {
  content: "Pick Any 3 Items";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(216, 183, 53, 0.62);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(216, 183, 53, 0.24), rgba(255, 52, 39, 0.16)),
    rgba(8, 8, 8, 0.88);
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.38), 0 0 0 6px rgba(216, 183, 53, 0.055);
}

.home-v2-rental-bundle-item {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--au-radius-md, 18px);
  background: rgba(8, 8, 8, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home-v2-rental-bundle-item button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.home-v2-rental-bundle-item img {
  max-width: 100%;
  max-height: 190px;
  object-fit: contain;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.62));
  transition: transform 180ms ease, filter 180ms ease;
}

.home-v2-rental-bundle-item button:hover img,
.home-v2-rental-bundle-item button:focus-visible img {
  transform: translateY(-4px) scale(1.02);
  filter: drop-shadow(0 26px 28px rgba(0, 0, 0, 0.68)) drop-shadow(0 0 18px rgba(255, 52, 39, 0.22));
}

.home-v2-rental-bundle-item span {
  color: var(--au-red, #ff3427);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-v2-rental-bundle-item h3 {
  margin: 4px 0 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1;
}

.home-v2-rental-bundle-item p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
}

.home-v2-rental-bundle-addons {
  padding: 18px;
  border: 1px solid rgba(216, 183, 53, 0.24);
  border-radius: var(--au-radius-md, 18px);
  background: linear-gradient(135deg, rgba(216, 183, 53, 0.09), rgba(255, 255, 255, 0.026));
}

.home-v2-rental-bundle-addons h3 {
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.home-v2-rental-bundle-addons p:not(.au-eyebrow) {
  margin: 10px 0 16px;
  color: rgba(255, 255, 255, 0.70);
  line-height: 1.55;
}

.home-v2-rental-bundle-addon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.home-v2-rental-bundle-addon-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  min-height: 190px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.home-v2-rental-bundle-addon-card:hover,
.home-v2-rental-bundle-addon-card:focus-visible {
  border-color: rgba(216, 183, 53, 0.42);
  background: rgba(216, 183, 53, 0.075);
  transform: translateY(-3px);
  outline: none;
}

.home-v2-rental-bundle-addon-card img {
  width: 100%;
  height: 82px;
  object-fit: contain;
  filter: drop-shadow(0 12px 14px rgba(0, 0, 0, 0.5));
  transition: transform 180ms ease, filter 180ms ease;
}

.home-v2-rental-bundle-addon-card:hover img,
.home-v2-rental-bundle-addon-card:focus-visible img {
  transform: scale(1.04);
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.58)) drop-shadow(0 0 14px rgba(216, 183, 53, 0.18));
}

.home-v2-rental-bundle-addon-card span {
  display: block;
  color: #fff;
  font-size: 0.86rem;
  line-height: 1.2;
}

.home-v2-rental-bundle-addons small {
  display: block;
  margin-top: 3px;
  color: rgba(216, 183, 53, 0.84);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-v2-rental-bundle-addons strong {
  color: var(--au-gold, #d8b735);
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}

.home-v2-dart-league {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .62)),
    url('/_specialized/assets/img/home-dart-league-bg.webp') center / cover no-repeat;
  border-top: 1px solid rgba(216, 183, 53, 0.42);
  border-bottom: 1px solid rgba(216, 183, 53, 0.42);
}

.home-v2-dart-link {
  display: block;
  width: min(1180px, calc(100% - 32px));
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.home-v2-dart-link:hover,
.home-v2-dart-link:focus-visible {
  color: inherit;
  text-decoration: none;
}

.home-v2-dart-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(216, 183, 53, 0.34);
  border-radius: var(--au-radius-lg, 28px);
  background: rgba(10, 10, 10, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home-v2-dart-avatar {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  border: 4px solid rgba(216, 183, 53, 0.62);
  background: url('/_specialized/assets/img/home-dart-league-avatar.jpg') center 27% / 199% no-repeat;
  box-shadow: 0 0 0 8px rgba(216, 183, 53, 0.08);
}

.home-v2-dart-cta {
  color: var(--au-gold, #d8b735);
  font-weight: 900;
  white-space: nowrap;
}

.home-v2-events {
  background:
    linear-gradient(180deg, rgba(8, 8, 8, .76), rgba(8, 8, 8, .96)),
    url('/_specialized/assets/img/home-party-events-bg.png') center / cover no-repeat;
}

.home-v2-events-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 6vw, 68px);
  align-items: center;
}

.home-v2-events-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 26px;
}

.home-v2-events-notes span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.home-v2-events-collage {
  min-height: 430px;
  position: relative;
  border-radius: var(--au-radius-lg, 28px);
  background:
    radial-gradient(circle at 50% 70%, rgba(255, 52, 39, 0.16), transparent 24rem),
    linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
  border: 1px solid rgba(255, 255, 255, .10);
}

.home-v2-events-collage button {
  position: absolute;
  bottom: 4%;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.home-v2-events-collage img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.62));
}

.home-v2-events-collage button:nth-child(1) {
  width: 32%;
  left: 18%;
  z-index: 2;
}

.home-v2-events-collage button:nth-child(2) {
  width: 39%;
  right: 13%;
  z-index: 1;
}

.home-v2-kosher {
  background:
    radial-gradient(circle at 72% 28%, rgba(216, 183, 53, 0.12), transparent 30rem),
    linear-gradient(180deg, #080808, #111111 52%, #080808);
}

.home-v2-kosher-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(216, 183, 53, 0.24);
  border-radius: var(--au-radius-lg, 28px);
  background:
    linear-gradient(135deg, rgba(216, 183, 53, 0.10), rgba(255, 255, 255, 0.026)),
    rgba(12, 12, 12, 0.86);
  box-shadow: var(--au-shadow, 0 28px 80px rgba(0, 0, 0, 0.52));
}

.home-v2-kosher-copy h2 {
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  line-height: 0.96;
}

.home-v2-kosher-copy p:not(.au-eyebrow) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.68;
}

.home-v2-kosher-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.home-v2-kosher-notes span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(216, 183, 53, 0.26);
  border-radius: 999px;
  background: rgba(216, 183, 53, 0.07);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.home-v2-kosher-notes i {
  color: var(--au-gold, #d8b735);
}

.home-v2-kosher-equipment {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-v2-kosher-equipment article {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--au-radius-md, 18px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  overflow: hidden;
}

.home-v2-kosher-equipment button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.home-v2-kosher-equipment img {
  width: 100%;
  height: 130px;
  object-fit: contain;
  margin-bottom: 12px;
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.52));
  transition: transform 180ms ease, filter 180ms ease;
}

.home-v2-kosher-equipment button:hover img,
.home-v2-kosher-equipment button:focus-visible img {
  transform: translateY(-3px);
  filter: drop-shadow(0 20px 22px rgba(0, 0, 0, 0.58)) drop-shadow(0 0 16px rgba(216, 183, 53, 0.18));
}

.home-v2-kosher-equipment h3 {
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.home-v2-kosher-equipment p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.92rem;
  line-height: 1.42;
}

.home-top-contributors {
  padding: 48px 16px;
  background: #080808;
}

.home-top-contributors-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
}

@media (max-width: 991.98px) {

  .home-v2-hero-grid,
  .home-v2-split-panel,
  .home-v2-rental-bundle-panel,
  .home-v2-events-grid {
    grid-template-columns: 1fr;
  }

  .home-v2-hero {
    min-height: auto;
  }

  .home-v2-events-copy {
    position: relative;
    z-index: 3;
    margin-bottom: 24px;
  }

  .home-v2-hero-stage {
    min-height: 440px;
  }

  .home-v2-audience-grid {
    grid-template-columns: 1fr;
  }

  .home-v2-audience-card {
    min-height: 410px;
  }

  .home-v2-product-orbit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-kosher-panel {
    grid-template-columns: 1fr;
  }

  .home-v2-rental-bundle-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home-v2-hero-machine-d {
    bottom: -18%;
  }
}

@media (max-width: 767.98px) {
  .home-v2-title {
    font-size: clamp(3.4rem, 18vw, 5rem);
  }

  .home-v2-hero-grid {
    padding: 46px 0;
  }

  .home-v2-hero-stage {
    min-height: 360px;
    overflow: hidden;
  }

  .home-v2-hero-machine-a {
    display: none;
  }

  .home-v2-hero-machine-b {
    width: min(45%, 230px);
    left: 4%;
    top: 8%;
    z-index: 2;
  }

  .home-v2-hero-machine-c {
    width: min(27%, 173px);
    right: 7%;
    top: 10%;
    z-index: 3;
  }

  .home-v2-hero-machine-d {
    width: min(42%, 205px);
    left: 50%;
    right: auto;
    bottom: -4%;
    transform: translateX(-50%);
    z-index: 4;
  }

  .home-v2-dart-card {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .home-v2-dart-cta {
    white-space: normal;
  }

  .home-v2-events-collage {
    min-height: 340px;
  }

  .home-v2-rental-bundle-showcase {
    grid-template-columns: 1fr;
  }

  .home-v2-rental-bundle-addon-grid {
    grid-template-columns: 1fr;
  }

  .home-v2-rental-bundle-item button {
    min-height: 190px;
  }

  .home-v2-events-collage button:nth-child(1) {
    width: 33%;
    left: 14%;
    bottom: 5%;
  }

  .home-v2-events-collage button:nth-child(2) {
    width: 39%;
    right: 9%;
    bottom: 5%;
  }

  .home-v2-kosher-equipment {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {

  .home-v2-service-strip,
  .home-v2-hero-actions {
    flex-direction: column;
  }

  .home-v2-service-strip span {
    justify-content: center;
  }

  .home-v2-audience-card,
  .home-v2-split-panel,
  .home-v2-rental-bundle-panel,
  .home-v2-dart-card {
    border-radius: 20px;
  }

  .home-v2-rental-bundle-actions {
    flex-direction: column;
  }

  .home-v2-product-orbit {
    gap: 0;
  }
}
