body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(180deg, #0f0f1a, #1c1c2b);
  color: white;
}

/* HERO CARD */
.hero {
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

.hero-card {
  background: rgba(255,255,255,0.05);
  padding: 25px;
  border-radius: 16px;
  max-width: 420px;
  text-align: center;
  backdrop-filter: blur(10px);
}

.poster {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* TYPOGRAPHY */
h1 {
  margin: 10px 0;
  font-size: 2rem;
}

.tagline {
  color: #ccc;
  margin-bottom: 20px;
}

/* BUTTONS */
.button-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.cta {
  display: block;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}

.primary {
  background: #ff3b3b;
  color: white;
}

.secondary {
  background: #333;
  color: white;
}

.ghost {
  border: 1px solid #555;
  color: white;
}

/* SOCIAL ICONS */
.socials {
  margin-top: 15px;
}

.socials a {
  color: white;
  margin: 0 8px;
  font-size: 1.2rem;
}

/* SECTIONS */
section {
  padding: 40px 20px;
  max-width: 700px;
  margin: auto;
}

h2 {
  margin-bottom: 15px;
}

/* REVIEWS */
.review {
  background: rgba(255,255,255,0.05);
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 10px;
}

/* VENUE */
iframe {
  width: 100%;
  height: 220px;
  border: none;
  border-radius: 10px;
}

/* FOOTER */
.footer {
  text-align: center;
  padding: 40px 20px;
  background: rgba(0,0,0,0.3);
}

.cta.large {
  background: #ff3b3b;
  margin-bottom: 20px;
}

.share {
  color: #aaa;
  margin-top: 10px;
}


.gallery-grid img {
    height:200px;
}

.example-box {
  margin-top: 15px;
  padding: 12px 15px;
  border-left: 4px solid #ff3b3b;
  background: #111;
  border-radius: 6px;
}

.example-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
}

.example-link:hover {
  text-decoration: underline;
}

.example-sub {
  font-size: 0.9rem;
  opacity: 0.7;
  margin: 0;
}

.link {
    color:white;
}

.show-dates {
  margin-top: 8px;
  font-size: 0.95rem;
  opacity: 0.8;
  letter-spacing: 0.3px;
}

.ticket-price {
  margin-bottom: 15px;
  font-size: 1rem;
  opacity: 0.85;
}

.date-badge {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  font-size: 0.85rem;
  margin-top: 10px;
  margin-bottom:20px;
}

.socials a {
  text-decoration: none;
  border-bottom: none;
  color: inherit;
}

.socials a:hover {
  opacity: 0.8;
}

/* FRINGE LOGO */
.fringe-logo {  

  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: -1px;
  z-index: 5;
    margin:auto auto;
    margin-top:40px;
  text-align: center;
}

/* left "ed" block */
.fringe-left {
  background: #ff0066;
  color: white;
  padding: 8px 10px;
  font-size: 18px;
  text-transform: lowercase;
}

/* right "fringe" block */
.fringe-right {

  background: #111;
  color: white;
  padding: 8px 10px;
  font-size: 18px;
  text-transform: lowercase;
}

.venue-inline {
  margin: 8px 0 10px;
  font-size: 14px;
  opacity: 0.85;
  font-weight: 500;
}

.venue-inline::before {
  content: "📍 ";
}