/* Open play — layout from site prototype; colors from site.css */
main.open-play-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 100px 28px 120px;
}

.open-play-hero {
  text-align: center;
  margin-bottom: 2.5rem;
}
.open-play-hero .tag {
  margin-bottom: 0.75rem;
}
.open-play-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream);
  line-height: 1.2;
}
.open-play-hero p {
  margin-top: 0.65rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1rem;
  color: rgba(242, 232, 208, 0.55);
}
.open-play-hero-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 1.25rem;
}
.open-play-hero-rule::before,
.open-play-hero-rule::after {
  content: "";
  width: 72px;
  max-width: 22vw;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold-dk));
}
.open-play-hero-rule::after {
  background: linear-gradient(to left, transparent, var(--gold-dk));
}
.open-play-hero-cta {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.open-play-cta-box {
  background: linear-gradient(160deg, var(--peat) 0%, var(--bark) 100%);
  border: 1px solid rgba(198, 146, 42, 0.28);
  border-radius: 3px;
  padding: 2.5rem 2rem;
  text-align: center;
  margin-bottom: 2.75rem;
}
.open-play-price {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 8vw, 4rem);
  font-weight: 300;
  color: var(--gold-lt);
  line-height: 1;
}
.open-play-price-note {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(242, 232, 208, 0.45);
  margin-top: 0.5rem;
}
.open-play-hours {
  margin-top: 1.35rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.05rem;
  color: rgba(242, 232, 208, 0.75);
  line-height: 1.85;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.open-play-desc {
  color: rgba(242, 232, 208, 0.58);
  font-size: 0.9rem;
  margin-top: 1.25rem;
  line-height: 1.75;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.open-play-book {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.open-play-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 3rem;
}
.open-play-card {
  background: var(--bark);
  border: 1px solid rgba(198, 146, 42, 0.15);
  border-radius: 3px;
  padding: 1.75rem 1.35rem;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
}
.open-play-card:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}
.open-play-card-icon {
  font-size: 2.25rem;
  margin-bottom: 0.85rem;
  line-height: 1;
}
.open-play-card-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.open-play-card-desc {
  font-size: 0.82rem;
  color: rgba(242, 232, 208, 0.58);
  line-height: 1.65;
}

.open-play-faq {
  margin-top: 2.5rem;
}
.open-play-faq-head {
  text-align: center;
  margin-bottom: 1.5rem;
}
.open-play-faq-head .tag {
  margin-bottom: 0.5rem;
}
.open-play-faq-head h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--cream);
}
.open-play-faq-head p {
  font-size: 0.85rem;
  color: rgba(242, 232, 208, 0.5);
  margin-top: 0.35rem;
}

.open-play-faq-item {
  background: var(--bark);
  border: 1px solid rgba(198, 146, 42, 0.12);
  border-radius: 3px;
  margin-bottom: 0.55rem;
  overflow: hidden;
}
.open-play-faq-q {
  width: 100%;
  text-align: left;
  padding: 1rem 1.2rem;
  font-family: "Raleway", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--cream);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background: none;
  border: none;
  transition: background 0.2s;
}
.open-play-faq-q:hover {
  background: rgba(198, 146, 42, 0.06);
}
.open-play-faq-q span:last-child {
  color: var(--gold);
  font-size: 1.1rem;
  flex-shrink: 0;
}
.open-play-faq-a {
  display: none;
  padding: 0 1.2rem 1.1rem;
  font-size: 0.85rem;
  color: rgba(242, 232, 208, 0.62);
  line-height: 1.7;
  border-top: 1px solid rgba(198, 146, 42, 0.1);
  font-style: italic;
}
.open-play-faq-a.is-open {
  display: block;
}
.open-play-faq-a a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 700px) {
  main.open-play-page {
    padding: 88px 16px 80px;
  }
  .open-play-hero h1 {
    letter-spacing: 0.12em;
    padding: 0 4px;
  }
  .open-play-hero-cta .btn {
    width: min(100%, 320px);
    justify-content: center;
  }
  .open-play-cta-box {
    padding: 1.75rem 1.1rem;
  }
  .open-play-book {
    flex-direction: column;
    align-items: stretch;
  }
  .open-play-book .btn {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .open-play-grid {
    grid-template-columns: 1fr;
  }
  .open-play-faq-q {
    font-size: 0.72rem;
    padding: 0.95rem 1rem;
  }
}
