/* Public Shows + Services sections injected by content-bridge.js */
.bech-section {
  position: relative;
  width: 100%;
  background: #1a1a1a;
  color: #fff;
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  padding: clamp(3rem, 8vw, 5.5rem) clamp(1.25rem, 4vw, 3rem);
}

.bech-section--shows {
  background: #222;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bech-section--services {
  background: #1a1a1a;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bech-section__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.bech-section__title {
  margin: 0 0 0.5rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #d4af37;
}

.bech-section__lede {
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.05rem;
  max-width: 40rem;
}

.bech-shows-layout {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 1.5rem;
}

@media (max-width: 800px) {
  .bech-shows-layout {
    grid-template-columns: 1fr;
  }
}

.bech-cal {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

.bech-cal__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.bech-cal__nav button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  cursor: pointer;
}

.bech-cal__label {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
}

.bech-cal__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.2rem;
}

.bech-cal__dow,
.bech-cal__day {
  text-align: center;
  font-size: 0.75rem;
  padding: 0.4rem 0;
  border-radius: 8px;
}

.bech-cal__dow {
  color: rgba(255, 255, 255, 0.45);
}

.bech-cal__day {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid transparent;
  background: transparent;
  cursor: default;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  min-height: 2.1rem;
  padding: 0.25rem 0;
  font: inherit;
}

.bech-cal__day-num {
  line-height: 1;
}

.bech-cal__day-count {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #d4af37;
  line-height: 1;
}

.bech-cal__day--multi {
  border-color: rgba(212, 175, 55, 0.75);
  background: rgba(212, 175, 55, 0.16);
}

.bech-show-list__heading {
  margin: 0 0 0.25rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.95rem;
  font-style: italic;
}

.bech-cal__day--muted {
  color: rgba(255, 255, 255, 0.2);
}

.bech-cal__day--event {
  border-color: rgba(212, 175, 55, 0.55);
  background: rgba(212, 175, 55, 0.12);
  cursor: pointer;
}

.bech-cal__day--selected {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}

.bech-show-list {
  display: grid;
  gap: 1.25rem;
  align-content: start;
}

.bech-show-date-group {
  display: grid;
  gap: 0.75rem;
}

.bech-show-date-group__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 500;
  color: rgba(212, 175, 55, 0.95);
  letter-spacing: 0.02em;
}

.bech-show-date-group--highlight .bech-show-date-group__title {
  color: #fff;
}

.bech-show-date-group--past .bech-show-date-group__title {
  color: rgba(255, 255, 255, 0.45);
}

.bech-show-date-group--highlight .bech-show-card {
  border-color: rgba(212, 175, 55, 0.55);
  background: rgba(212, 175, 55, 0.08);
}

.bech-show-date-group--past.bech-show-date-group--highlight .bech-show-card {
  opacity: 1;
}

.bech-show-section-label {
  margin: 0.5rem 0 0;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
}

.bech-show-section-label:not(:first-child) {
  margin-top: 1.5rem;
}

.bech-show-card,
.bech-service-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 1rem 1.15rem;
  background: rgba(255, 255, 255, 0.03);
}

.bech-show-card h3,
.bech-show-card h4,
.bech-service-card h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.bech-show-card p,
.bech-service-card p {
  margin: 0.4rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.bech-show-card a.bech-show-link {
  display: inline-block;
  color: #1a1a1a;
  background: #d4af37;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.55);
  animation: bech-show-link-blink 2.4s ease-in-out infinite;
}

.bech-show-card a.bech-show-link:hover {
  text-decoration: none;
  filter: brightness(1.08);
}

@keyframes bech-show-link-blink {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.55);
  }
  50% {
    opacity: 0.45;
    box-shadow: 0 0 14px 2px rgba(212, 175, 55, 0.35);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bech-show-card a.bech-show-link {
    animation: none;
    opacity: 1;
  }
}


.bech-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}




.bech-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
  align-items: center;
  margin-top: 0.85rem;
}

.bech-service-learn {
  color: #d4af37;
  font-weight: 600;
  text-decoration: none;
}

.bech-service-learn:hover {
  text-decoration: underline;
}

.bech-service-cta {
  display: inline-block;
  color: #1a1a1a;
  background: #d4af37;
  font-weight: 700;
  text-decoration: none;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
}

.bech-service-cta:hover {
  filter: brightness(1.08);
  text-decoration: none;
}

.bech-service-card p + p {
  margin-top: 0.75rem;
}

.bech-service-card a:not(.bech-service-cta) {
  color: #d4af37;
  text-decoration: none;
}

.bech-service-card a:not(.bech-service-cta):hover {
  text-decoration: underline;
}

.bech-empty {
  color: rgba(255, 255, 255, 0.45);
  font-style: italic;
}
