/* Approved homepage master: background and foreground share one canvas. */
.home-responsive { background: #020303; }

.home-responsive > .hero { visibility: hidden; }
.home-stage-canvas > .hero { visibility: visible; }

.home-stage-shell {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.home-stage-canvas {
  position: relative;
  display: block;
  width: 2033px;
  height: 1024px;
  overflow: hidden;
  transform-origin: left top;
  background: #020303;
}

.home-background-layer {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 22%, transparent 72%, rgba(0, 0, 0, 0.16)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.22), transparent 34%),
    url("images/hero-image-blue-seams-softball.png") center center / 2033px 1144px no-repeat;
  pointer-events: none;
  user-select: none;
}

.home-responsive .site-header {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 3;
  width: 2033px;
  min-width: 2033px;
  height: 68px;
  min-height: 68px;
}

.home-responsive .main-nav {
  justify-content: center;
  gap: 16px;
  width: 2033px;
  height: 68px;
  padding-right: 152px;
  padding-left: 152px;
  overflow: visible;
}

.home-responsive .main-nav a { flex: initial; font-size: 12px; }
.home-responsive .main-nav a.active::after { bottom: -14px; width: 55px; height: 4px; }
.home-responsive .site-header-logo { top: 50%; left: 34px; width: 106px; height: 53px; }
.home-responsive .site-header-logo img { max-height: 46px; }

.home-responsive .hero {
  --hero-scene-width: 2033px;
  --hero-scene-height: 1144px;
  position: relative;
  z-index: 1;
  width: 2033px;
  min-width: 2033px;
  height: 1024px;
  min-height: 1024px;
  background: transparent;
}

.home-responsive .hero-door-sign {
  top: 104.125px;
  left: 50%;
  width: 685.35px;
}

.home-responsive .hero-copy {
  left: 50px;
  bottom: 62px;
  width: 880px;
  transform: scale(.8);
  transform-origin: left bottom;
}

.home-responsive .hero-copy h1 { font-size: 70px; }
.home-responsive .hero-copy p { font-size: 25px; }

.home-responsive .hero > .hero-button {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 83px;
  width: 306px;
  min-width: 306px;
  height: 56px;
  justify-content: center;
  padding: 0 28px;
  color: #070a03;
  background: var(--lime);
  border: 0;
  border-radius: 10px;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, .58),
    0 0 20px rgba(181, 215, 58, .42),
    inset 0 1px 0 rgba(255, 255, 255, .28);
  text-shadow: none;
  transform: translateX(-50%);
}

.home-responsive .hero > .hero-button::before {
  display: none;
}

.home-responsive .hero > .hero-button:hover {
  background: #c4e64a;
  box-shadow:
    0 11px 23px rgba(0, 0, 0, .62),
    0 0 26px rgba(181, 215, 58, .58),
    inset 0 1px 0 rgba(255, 255, 255, .32);
  transform: translateX(-50%) translateY(-2px);
}

.home-responsive .home-news {
  top: 212px;
  left: 1467px;
  width: 355px;
  transform: scale(.8);
  transform-origin: left top;
}

.home-responsive .home-quick-links {
  top: 590px;
  right: auto;
  bottom: auto;
  left: 1467px;
  width: 355px;
  transform: scale(.8);
  transform-origin: left top;
}

.home-responsive .home-member-quote {
  position: absolute;
  top: 210px;
  left: 135px;
  width: 500px;
  transform: none;
}

.home-responsive .home-member-quote.is-changing {
  transform: translateY(-10px);
}

.home-responsive .hero::after { z-index: 0; }
.home-responsive .hero-door-sign,
.home-responsive .hero-copy,
.home-responsive .home-news,
.home-responsive .home-member-quote,
.home-responsive .home-quick-links { z-index: 1; }
