/* Homepage hero content layer. Dedicated file: no Vite/Tailwind rebuild required. */
.home-hero-copy {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 110px 48px 56px;
  color: #fff;
  pointer-events: none;
}

.home-hero-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.24) 42%, rgba(0,0,0,.5) 100%);
}

.home-hero-copy__inner {
  width: min(820px, 92vw);
  text-align: center;
  text-shadow: 0 2px 24px rgba(0,0,0,.46);
}

.home-hero-copy__badge {
  margin-bottom: 18px;
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.home-hero-copy__title {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 7vw, 7.6rem);
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.025em;
  text-align: center;
}

.home-hero-copy__divider {
  width: 74px;
  height: 2px;
  margin: 28px auto 24px;
  background: rgba(255,255,255,.86);
}

.home-hero-copy__subtitle {
  max-width: 640px;
  margin: 0 auto 24px;
  font-size: clamp(1.08rem, 1.7vw, 1.45rem);
  font-weight: 500;
  line-height: 1.42;
}

.home-hero-copy__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.35;
}

.home-hero-copy__meta i {
  width: 18px;
  text-align: center;
}

.home-hero-copy__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
  pointer-events: auto;
}

.home-hero-copy__button {
  min-width: 190px;
  min-height: 52px;
  box-sizing: border-box;
  border-radius: 999px;
  padding: 14px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  text-shadow: none;
}

.home-hero-copy__button:hover,
.home-hero-copy__button:focus-visible {
  transform: translateY(-1px);
  text-decoration: none;
}

.home-hero-copy__button--ticket {
  color: #111;
  background: #ffb800;
  border: 2px solid #ffb800;
}

.home-hero-copy__button--ticket:hover,
.home-hero-copy__button--ticket:focus-visible {
  color: #111;
  background: #ffc62b;
  border-color: #ffc62b;
}

.home-hero-copy__button--schedule {
  color: #fff;
  background: rgba(0,0,0,.18);
  border: 2px solid rgba(255,255,255,.9);
  backdrop-filter: blur(4px);
}

.home-hero-copy__button--schedule:hover,
.home-hero-copy__button--schedule:focus-visible {
  color: #111;
  background: #fff;
  border-color: #fff;
}

@media (max-width: 768px) {
  .home-hero-copy {
    padding: 96px 24px 42px;
  }

  .home-hero-copy__inner {
    width: min(560px, 100%);
  }

  .home-hero-copy__badge {
    margin-bottom: 14px;
    font-size: .72rem;
    letter-spacing: .22em;
  }

  .home-hero-copy__title {
    font-size: clamp(3.1rem, 15vw, 5.4rem);
  }

  .home-hero-copy__divider {
    width: 56px;
    margin: 20px auto 18px;
  }

  .home-hero-copy__subtitle {
    margin-bottom: 18px;
    font-size: 1rem;
    line-height: 1.4;
  }

  .home-hero-copy__meta {
    margin-top: 8px;
    font-size: .96rem;
  }

  .home-hero-copy__actions {
    gap: 10px;
    margin-top: 22px;
  }

  .home-hero-copy__button {
    min-width: 0;
    min-height: 48px;
    padding: 13px 22px;
    font-size: .95rem;
  }
}

@media (max-width: 480px) {
  .home-hero-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-hero-copy__actions {
    width: 100%;
  }

  .home-hero-copy__button {
    flex: 1 1 150px;
  }
}


/* 2026-09-11: hero readability + desktop logo scale. */
@media (min-width: 769px) {
  .site-header {
    padding-left: 64px;
    padding-right: 64px;
  }

  /* The source logo PNG has large transparent margins. A larger image box
     makes the visible wordmark readable while keeping its visible inset. */
  .site-header .site-logo {
    height: 196px;
    width: auto;
    margin-left: -53px;
  }
}

.home-hero-copy__inner {
  position: relative;
  isolation: isolate;
  width: min(980px, 94vw);
}

.home-hero-copy__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -72px -130px;
  pointer-events: none;
  background: radial-gradient(ellipse at center,
    rgba(0,0,0,.72) 0%,
    rgba(0,0,0,.48) 42%,
    rgba(0,0,0,.18) 66%,
    rgba(0,0,0,0) 78%);
}

.home-hero-copy__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  padding: 10px 18px 9px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 143, 148, .94);
  box-shadow: 0 8px 28px rgba(0,0,0,.22);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-shadow: none;
}

.home-hero-copy__title {
  font-size: clamp(5rem, 8.2vw, 10rem);
  text-shadow: 0 4px 32px rgba(0,0,0,.72);
}

.home-hero-copy__subtitle {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 600;
  line-height: 1.38;
}

.home-hero-copy__meta {
  margin-top: 12px;
  font-size: 1.22rem;
  font-weight: 700;
}

.home-hero-copy__button {
  min-width: 210px;
  min-height: 56px;
  font-size: 1.06rem;
}

@media (max-width: 768px) {
  .home-hero-copy__inner::before {
    inset: -48px -40px;
  }

  .home-hero-copy__badge {
    margin-bottom: 16px;
    padding: 8px 13px 7px;
    font-size: .76rem;
    letter-spacing: .17em;
  }

  .home-hero-copy__title {
    font-size: clamp(3.35rem, 16vw, 5.8rem);
  }

  .home-hero-copy__subtitle {
    font-size: 1.08rem;
  }

  .home-hero-copy__meta {
    font-size: 1rem;
  }
}

/* 2026-09-11: desktop logo top inset + mobile Safari top chrome. */
@media (min-width: 769px) {
  .site-header .site-logo {
    transform: translateY(12px);
  }
}



/* 2026-09-11: restore the working base mobile scroll plane.
   The base page keeps the fixed hero media behind the normal document and gets
   its scroll distance from .main-content { margin-top: 100vh }. Keep the new
   hero copy visually fixed without creating a viewport-sized touch layer. */
@media (max-width: 768px) {
  .home-hero-copy {
    position: static;
    inset: auto;
    width: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    pointer-events: none;
    touch-action: auto;
  }

  .home-hero-copy::before {
    display: none;
  }

  .home-hero-copy__inner {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: min(560px, calc(100vw - 40px));
    transform: translate(-50%, -45%);
    pointer-events: none;
  }

  .home-hero-copy__actions,
  .home-hero-copy__button {
    pointer-events: auto;
    touch-action: pan-y;
  }
}

/* Desktop: date and venue share one line; mobile keeps the accepted stacked layout. */
.home-hero-copy__meta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 12px;
}

.home-hero-copy__meta-row .home-hero-copy__meta {
  margin-top: 0;
}

.home-hero-copy__meta-row .home-hero-copy__meta span {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .home-hero-copy__meta-row {
    display: block;
    margin-top: 0;
  }

  .home-hero-copy__meta-row .home-hero-copy__meta {
    margin-top: 8px;
  }
}

/* 2026-09-12: on touch phones, hero buttons are visual targets only.
   Touch gestures reach the document scroll plane; index.blade.php converts
   a short stationary tap back into navigation. */
@media (max-width: 768px) and (pointer: coarse) {
  .home-hero-copy__actions,
  .home-hero-copy__button {
    pointer-events: none !important;
    touch-action: pan-y;
  }
}

/* Homepage content canvas: keep event cards pure white while giving the
   surrounding surface one subtle neutral step of contrast. */
.main-content {
  background: #f5f5f3;
}
