/* =========================================================
   Bravo Theater — Front Page modules (Joomla / Gantry 5 friendly)
   Extends styles.css + landing.css with:
   - Production hero (Slide Owl friendly)
   - Event carousel cards
   - MailChimp band
   - Facebook feed tiles
   - Quick-links grid
   ========================================================= */

/* Joomla / Gantry-style page wrap */
.page-wrap { min-height: 100vh; background: var(--bg); }

/* ---- Utility bar (above primary nav) ---- */
.utility-bar {
  background: var(--navy-900);
  border-bottom: 1px solid rgba(246,239,225,0.06);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(246,239,225,0.65);
}
.utility-inner {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 10px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.utility-bar a { color: rgba(246,239,225,0.65); transition: color .15s ease; }
.utility-bar a:hover { color: var(--gold-400); }
.utility-bar .util-left,
.utility-bar .util-right { display: flex; align-items: center; gap: 22px; }
.utility-bar .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(230,183,96,0.18);
}

/* Secondary nav (richer than the dance-page nav) — keep Joomla compat */
.nav-bravo .nav-links { gap: 28px; }
.nav-bravo .nav-links a { font-size: 13px; letter-spacing: 0.04em; }
.nav-bravo .nav-name { font-size: 22px; }
.nav-bravo .nav-name small { letter-spacing: 0.28em; }

/* =========================================================
   OPTION A — PLAYBILL HERO
   Big production photo, marquee-bulb frame, gold ticket CTA
   ========================================================= */
.show-hero {
  position: relative;
  padding: 56px 0 80px;
  overflow: hidden;
}
.show-hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 900px 500px at 50% -10%, rgba(230,183,96,0.14), transparent 60%),
    radial-gradient(ellipse 900px 500px at 50% 110%, rgba(138,42,53,0.22), transparent 60%);
  pointer-events: none;
}
.show-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: center;
}
.show-meta-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: 28px;
}
.show-meta-strip .rule {
  height: 1px; flex: 0 0 32px; background: var(--gold-500);
}
.show-meta-strip .v-dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--gold-400);
}
.show-hero h1 {
  font-size: clamp(48px, 6.2vw, 92px);
  line-height: 0.98;
  margin-bottom: 28px;
}
.show-hero h1 em { font-style: italic; color: var(--gold-400); font-weight: 400; }
.show-hero .show-sub {
  font-size: 19px;
  line-height: 1.55;
  color: rgba(246,239,225,0.78);
  max-width: 520px;
  margin-bottom: 36px;
}
.show-facts {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 36px;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--rule);
}
.show-facts .lbl {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(246,239,225,0.55);
  margin-bottom: 6px;
}
.show-facts .val {
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: -0.005em;
  color: var(--cream-50);
}
.show-facts .val em { font-style: italic; color: var(--gold-400); }
.show-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.show-ctas .price-chip {
  display: inline-flex; align-items: baseline; gap: 8px;
  padding: 14px 22px;
  border: 1px dashed rgba(246,239,225,0.3);
  border-radius: var(--radius-pill);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246,239,225,0.78);
}
.show-ctas .price-chip strong {
  font-family: var(--font-display);
  font-size: 19px;
  color: var(--gold-400);
  font-weight: 500;
  letter-spacing: 0;
}

/* Poster frame with marquee bulbs */
.poster-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(180deg, #4a2a12 0%, #2a1808 100%);
  box-shadow:
    0 0 0 1px rgba(230,183,96,0.25) inset,
    0 30px 80px -20px rgba(0,0,0,0.6),
    0 60px 120px -40px rgba(138,42,53,0.4);
}
.poster-frame::before,
.poster-frame::after {
  content: "";
  position: absolute;
  left: 18px; right: 18px;
  height: 14px;
  background:
    radial-gradient(circle at 7px 7px, var(--gold-300) 0 4px, rgba(230,183,96,0.35) 4px 5px, transparent 5px);
  background-size: 28px 14px;
  background-repeat: repeat-x;
  pointer-events: none;
}
.poster-frame::before { top: 2px; }
.poster-frame::after  { bottom: 2px; }
.poster-frame .poster-bulb-side {
  position: absolute;
  top: 18px; bottom: 18px;
  width: 14px;
  background:
    radial-gradient(circle at 7px 7px, var(--gold-300) 0 4px, rgba(230,183,96,0.35) 4px 5px, transparent 5px);
  background-size: 14px 28px;
  background-repeat: repeat-y;
  pointer-events: none;
}
.poster-frame .poster-bulb-side.left { left: 2px; }
.poster-frame .poster-bulb-side.right { right: 2px; }
.poster-frame .ph {
  height: 100%;
  border-radius: 4px;
}
.poster-frame .stamp {
  position: absolute;
  top: 36px; right: 36px;
  z-index: 10;
  width: 90px; height: 90px;
  border-radius: 50%;
  background: var(--velvet-800);
  color: var(--cream-50);
  display: grid; place-items: center; text-align: center;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.3;
  box-shadow: 0 0 0 4px rgba(246,239,225,0.95), 0 8px 24px rgba(0,0,0,0.4);
  transform: rotate(-8deg);
}
.poster-frame .stamp strong {
  display: block;
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: 0;
  margin-top: 2px;
  color: var(--gold-400);
}

/* Slide Owl indicator dots */
.owl-dots {
  display: flex; gap: 8px;
  position: absolute;
  bottom: -42px; left: 50%; transform: translateX(-50%);
}
.owl-dots span,
.owl-dots button {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(246,239,225,0.25);
  padding: 0; border: 0; cursor: pointer;
  transition: background .2s ease, width .25s ease;
}
.owl-dots button:hover { background: rgba(246,239,225,0.5); }
.owl-dots span.is-active,
.owl-dots button.is-active { background: var(--gold-500); width: 28px; border-radius: 4px; }

/* Hero cross-fade between slides */
.hero-info,
.poster-frame {
  transition: opacity .24s ease;
}
.hero-info.is-fading,
.poster-frame.is-fading { opacity: 0; }
.poster-frame .ph img {
  transition: opacity .24s ease;
}

/* =========================================================
   QUICK LINKS — replaces the cartoon icon row from current site
   ========================================================= */
.quicklinks {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--navy-800);
}
.quicklinks.is-8 { grid-template-columns: repeat(4, 1fr); }
.quicklinks.is-8 .quicklink:nth-child(4n) { border-right: none; }
.quicklinks.is-8 .quicklink:nth-child(n+5) { border-top: 1px solid var(--rule); }

/* ---- BENTO variant: one featured cell + 6 varied cells ---- */
.quicklinks-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--navy-800);
}
.quicklinks-bento .quicklink { min-height: 200px; }
.quicklinks-bento .quicklink:nth-child(4n) { border-right: none; }
.quicklinks-bento .quicklink:nth-child(n+5) { border-top: 1px solid var(--rule); }
.quicklinks-bento .quicklink.is-feature {
  grid-column: span 2;
  grid-row: span 1;
}
.quicklink {
  display: flex; flex-direction: column; gap: 8px;
  padding: 24px 22px;
  border-right: 1px solid var(--rule);
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
  position: relative;
  color: var(--cream-50);
  overflow: hidden;
  isolation: isolate;
}
.quicklink:last-child { border-right: none; }
.quicklink:hover { background: rgba(246,239,225,0.04); }
.quicklink:hover .ql-arrow { transform: translateX(4px); color: var(--gold-400); }
.quicklink:hover .ql-glyph { transform: scale(1.05) rotate(-2deg); opacity: 0.9; }
.quicklink .ql-num {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--gold-400);
  position: relative; z-index: 2;
}
.quicklink .ql-title {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.05;
  margin-top: 4px;
  position: relative; z-index: 2;
}
.quicklink .ql-desc {
  font-size: 12px;
  color: rgba(246,239,225,0.6);
  margin-top: 4px;
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: relative; z-index: 2;
}
.quicklink .ql-arrow {
  position: absolute;
  right: 18px; bottom: 22px;
  color: rgba(246,239,225,0.4);
  font-size: 16px;
  transition: transform .15s ease, color .15s ease;
  z-index: 2;
}

/* Decorative glyph behind the content */
.quicklink .ql-glyph {
  position: absolute;
  right: -8px; top: -12px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 140px;
  line-height: 1;
  color: rgba(246,239,225,0.05);
  z-index: 1;
  pointer-events: none;
  transition: transform .3s ease, opacity .3s ease;
}

/* SVG variant of the glyph — simple iconographic shapes */
.quicklink .ql-icon {
  position: absolute;
  right: -14px; bottom: -18px;
  width: 150px;
  height: 150px;
  color: rgba(246,239,225,0.10);
  z-index: 1;
  pointer-events: none;
  transition: transform .3s ease, color .3s ease, opacity .3s ease;
  transform-origin: bottom right;
}
.quicklink .ql-icon svg {
  display: block;
  width: 100%; height: 100%;
}
.quicklink:hover .ql-icon { transform: scale(1.08) rotate(-3deg); color: rgba(230,183,96,0.22); }

/* ---------- Per-tile colour treatments ---------- */

/* Featured: solid gold, navy text — Events & Tickets */
.quicklink.is-feature {
  background: linear-gradient(160deg, var(--gold-500) 0%, var(--gold-600) 100%);
  color: var(--navy-900);
  padding: 36px 36px;
  justify-content: space-between;
}
.quicklink.is-feature:hover { background: linear-gradient(160deg, var(--gold-400), var(--gold-500)); }
.quicklink.is-feature .ql-num { color: rgba(10,26,58,0.7); font-weight: 600; }
.quicklink.is-feature .ql-title {
  font-size: 44px;
  line-height: 1.0;
  margin-top: 10px;
  letter-spacing: -0.01em;
}
.quicklink.is-feature .ql-title em { font-style: italic; font-weight: 400; color: var(--velvet-800); }
.quicklink.is-feature .ql-desc { color: rgba(10,26,58,0.7); }
.quicklink.is-feature .ql-arrow { color: rgba(10,26,58,0.5); right: 36px; bottom: 36px; font-size: 22px; }
.quicklink.is-feature:hover .ql-arrow { color: var(--velvet-800); }
.quicklink.is-feature .ql-glyph { color: rgba(10,26,58,0.12); font-size: 240px; right: -20px; top: -60px; }
.quicklink.is-feature .ql-icon {
  width: 240px; height: 240px;
  right: -30px; bottom: -50px;
  color: rgba(10,26,58,0.18);
}
.quicklink.is-feature:hover .ql-icon { color: rgba(138,42,53,0.3); }
.quicklink.is-feature .ql-feature-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  background: var(--velvet-800);
  color: var(--cream-50);
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  align-self: flex-start;
  position: relative; z-index: 2;
}

/* Classes: navy with diagonal cream stripes */
.quicklink.is-classes {
  background:
    repeating-linear-gradient(135deg,
      transparent 0 18px,
      rgba(246,239,225,0.035) 18px 19px),
    var(--navy-800);
}
.quicklink.is-classes .ql-glyph { color: rgba(230,183,96,0.12); }
.quicklink.is-classes .ql-icon { color: rgba(230,183,96,0.16); }

/* Camp: warm gold radial glow (sunny) */
.quicklink.is-camp {
  background:
    radial-gradient(circle at 80% 20%, rgba(230,183,96,0.28), transparent 60%),
    var(--navy-800);
}
.quicklink.is-camp .ql-glyph { color: rgba(230,183,96,0.18); font-size: 130px; }
.quicklink.is-camp .ql-icon { color: rgba(230,183,96,0.22); }
.quicklink.is-camp .ql-num { color: var(--gold-300); }

/* Gallery: velvet curtain */
.quicklink.is-gallery {
  background: linear-gradient(160deg, var(--velvet-800), var(--velvet-900));
}
.quicklink.is-gallery .ql-glyph { color: rgba(230,183,96,0.16); }
.quicklink.is-gallery .ql-icon { color: rgba(230,183,96,0.18); }
.quicklink.is-gallery .ql-num { color: var(--gold-300); }
.quicklink.is-gallery:hover { background: linear-gradient(160deg, var(--velvet-700), var(--velvet-800)); }

/* Team: cream paper, dark type — feels human */
.quicklink.is-team {
  background: var(--cream-50);
  color: var(--navy-900);
}
.quicklink.is-team .ql-num { color: var(--velvet-800); font-weight: 600; }
.quicklink.is-team .ql-desc { color: var(--ink-500); }
.quicklink.is-team .ql-arrow { color: rgba(10,26,58,0.3); }
.quicklink.is-team:hover { background: var(--cream-100); }
.quicklink.is-team:hover .ql-arrow { color: var(--velvet-800); }
.quicklink.is-team .ql-glyph { color: rgba(138,42,53,0.12); }
.quicklink.is-team .ql-icon { color: rgba(138,42,53,0.16); }
.quicklink.is-team:hover .ql-icon { color: rgba(138,42,53,0.28); }

/* Map: navy with grid pattern (literal map grid) */
.quicklink.is-map {
  background:
    linear-gradient(to right, rgba(246,239,225,0.05) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(to bottom, rgba(246,239,225,0.05) 1px, transparent 1px) 0 0 / 28px 28px,
    var(--navy-900);
}
.quicklink.is-map .ql-glyph { color: rgba(230,183,96,0.16); }
.quicklink.is-map .ql-icon { color: rgba(230,183,96,0.20); }

/* Reviews: velvet quote feel */
.quicklink.is-reviews {
  background:
    radial-gradient(ellipse 300px 200px at 20% 80%, rgba(138,42,53,0.4), transparent 60%),
    var(--navy-900);
}
.quicklink.is-reviews .ql-glyph {
  font-family: var(--font-display);
  font-size: 200px;
  color: rgba(230,183,96,0.12);
  top: -40px; left: -10px; right: auto;
  font-style: normal;
}
.quicklink.is-reviews .ql-icon {
  width: 200px; height: 200px;
  right: -10px; bottom: -28px;
  color: rgba(230,183,96,0.18);
}
.quicklink.is-reviews:hover .ql-icon { color: rgba(230,183,96,0.32); }
.quicklink.is-reviews .ql-num { color: var(--gold-300); }

/* =========================================================
   EVENT CARDS — Slide Owl carousel
   ========================================================= */
.events-row {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
  /* bleed shadow space so hover-lift isn't clipped */
  margin: -8px -4px;
  padding: 8px 4px 12px;
}
.events-row::-webkit-scrollbar { display: none; }
.events-row > .event-card {
  flex: 0 0 calc((100% - 36px) / 3);
  scroll-snap-align: start;
  min-width: 0;
}
.event-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(246,239,225,0.04);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease;
}
.event-card:hover { transform: translateY(-4px); border-color: rgba(230,183,96,0.5); }
.event-card .ph { aspect-ratio: 16 / 11; border-radius: 0; }
.event-card .ph::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10,26,58,0.85) 100%);
  z-index: 6;
}
.event-date-stamp {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--cream-50);
  color: var(--navy-900);
  border-radius: 8px;
  padding: 8px 12px;
  text-align: center;
  z-index: 8;
  box-shadow: 0 6px 16px rgba(0,0,0,0.35);
}
.event-date-stamp .dm {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--velvet-800);
  font-weight: 600;
}
.event-date-stamp .dd {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1;
  margin-top: 2px;
}
.event-tag {
  position: absolute;
  top: 14px; right: 14px;
  z-index: 8;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--velvet-800);
  color: var(--cream-50);
  padding: 6px 10px;
  border-radius: var(--radius-pill);
}
.event-tag.is-camp { background: var(--gold-500); color: var(--navy-900); }
.event-tag.is-class { background: rgba(246,239,225,0.95); color: var(--navy-900); }
.event-card-body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.event-card-body h3 { font-size: 24px; line-height: 1.1; }
.event-card-body .where {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(246,239,225,0.55);
}
.event-card-body .desc {
  font-size: 14px;
  color: rgba(246,239,225,0.7);
  line-height: 1.5;
  margin: 4px 0 12px;
}
.event-card-body .row {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 12px; border-top: 1px solid var(--rule);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.event-card-body .row .price { color: var(--gold-400); font-family: var(--font-display); font-size: 18px; letter-spacing: 0; }
.event-card-body .row a,
.event-card-body .row .row-cta {
  color: var(--cream-50);
  transition: color .15s ease;
}
.event-card:hover .row-cta,
.event-card:hover .row a { color: var(--gold-400); }

/* Carousel chrome (resembles Slide Owl prev/next/dots) */
.carousel-wrap { position: relative; }
.carousel-chrome {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 28px;
}
.carousel-dots { display: flex; gap: 8px; align-items: center; }
.carousel-dots span,
.carousel-dots button {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(246,239,225,0.25);
  padding: 0; border: 0; cursor: pointer;
  transition: background .2s ease, width .25s ease;
}
.carousel-dots button:hover { background: rgba(246,239,225,0.5); }
.carousel-dots span.is-active,
.carousel-dots button.is-active { background: var(--gold-500); width: 28px; border-radius: 4px; }
.carousel-arrows button[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.carousel-arrows button[disabled]:hover {
  background: transparent;
  border-color: rgba(246,239,225,0.3);
  color: var(--cream-50);
}
.carousel-arrows { display: flex; gap: 8px; }
.carousel-arrows button {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(246,239,225,0.3);
  background: transparent;
  color: var(--cream-50);
  font-size: 18px;
  cursor: pointer;
  transition: all .15s ease;
}
.carousel-arrows button:hover {
  background: var(--gold-500); border-color: var(--gold-500); color: var(--navy-900);
}

/* =========================================================
   MAILCHIMP BAND
   ========================================================= */
.mc-band {
  position: relative;
  border-radius: var(--radius-lg);
  padding: 64px 56px;
  background:
    linear-gradient(135deg, var(--velvet-800) 0%, var(--velvet-900) 60%, var(--navy-900) 100%);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}
.mc-band::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 500px 250px at 90% 0%, rgba(230,183,96,0.22), transparent 60%),
    repeating-linear-gradient(135deg, transparent 0 24px, rgba(246,239,225,0.025) 24px 25px);
  pointer-events: none;
}
.mc-band > * { position: relative; z-index: 1; }
.mc-band h2 {
  font-size: clamp(32px, 3.6vw, 50px);
  letter-spacing: -0.005em;
}
.mc-band h2 em { color: var(--gold-300); font-style: italic; }
.mc-band .mc-sub {
  margin-top: 14px;
  color: rgba(246,239,225,0.78);
  font-size: 17px;
  max-width: 440px;
}
.mc-form {
  display: flex;
  background: rgba(10,12,20,0.4);
  border: 1px solid rgba(246,239,225,0.18);
  border-radius: var(--radius-pill);
  padding: 6px;
  align-items: center;
}
.mc-form input {
  flex: 1;
  background: transparent;
  border: 0;
  color: var(--cream-50);
  padding: 14px 18px;
  font-family: var(--font-body);
  font-size: 15px;
  outline: none;
}
.mc-form input::placeholder { color: rgba(246,239,225,0.5); }
/* Chrome paints autofilled fields white — keep the dark pill + cream text */
.mc-form input:-webkit-autofill,
.mc-form input:-webkit-autofill:hover,
.mc-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--cream-50);
  caret-color: var(--cream-50);
  -webkit-box-shadow: 0 0 0 1000px #1d0e16 inset;
  transition: background-color 9999s ease-in-out 0s;
}
.mc-form button {
  background: var(--gold-500);
  color: var(--navy-900);
  border: 0;
  border-radius: var(--radius-pill);
  padding: 14px 24px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background .15s ease;
}
.mc-form button:hover { background: var(--gold-400); }
.mc-meta {
  display: flex; gap: 18px; margin-top: 18px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246,239,225,0.5);
}
.mc-meta .dot { color: var(--gold-400); }

/* Inline AJAX feedback (success / error) for the .mc-form band */
.mc-feedback {
  margin: 12px 4px 0;
  min-height: 18px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.mc-feedback.is-ok  { color: var(--gold-300); }
.mc-feedback.is-err { color: #ffb3a6; }
.mc-feedback.is-pending { color: rgba(246,239,225,0.6); }

/* ---------------------------------------------------------
   Gantry "Newsletter" particle → playbill restyle
   Gantry's particle CSS loads AFTER homepage.css, so we use
   the #mc_embed_signup ID + !important to win the cascade.
   --------------------------------------------------------- */
.g-newsletter-particle .title {
  font-family: var(--font-display) !important;
  font-size: clamp(28px, 3.2vw, 46px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.005em;
  color: var(--cream-50) !important;
  margin: 0 0 18px !important;
  text-align: center;
}

/* Reset Gantry's own layout wrappers so they don't fight us */
#mc_embed_signup {
  max-width: 540px;
  margin: 0 auto;
}
#mc_embed_signup form { margin: 0 !important; padding: 0 !important; }

/* The pill that wraps input + button — force flex row */
#mc_embed_signup .g-newsletter-form-wrapper,
#mc_embed_signup .mc_embed_signup_scroll {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0 !important;
  position: relative !important;
  background: rgba(10,12,20,0.4) !important;
  border: 1px solid rgba(246,239,225,0.18) !important;
  border-radius: var(--radius-pill) !important;
  padding: 6px !important;
  width: 100% !important;
}

/* Email field stretches to fill */
#mc_embed_signup .mc-field-group {
  flex: 1 1 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  position: static !important;
}
#mc_embed_signup input#mce-EMAIL {
  width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  color: var(--cream-50) !important;
  padding: 14px 18px !important;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  outline: none !important;
  box-shadow: none !important;
}
#mc_embed_signup input#mce-EMAIL::placeholder { color: rgba(246,239,225,0.5) !important; }

/* Mailchimp inline validation error — strip the dark-red block, float it
   beneath the pill as small text so it never inflates the pill height */
#mc_embed_signup .mce_inline_error {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 6px !important;
  background: none !important;
  background-color: transparent !important;
  color: #ffb3a6 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: var(--font-body) !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  border: 0 !important;
  display: inline-block !important;
}
/* the input also receives .mce_inline_error (red border) — neutralise it */
#mc_embed_signup input#mce-EMAIL.mce_inline_error {
  position: static !important;
  border: 0 !important;
}

/* Subscribe button */
#mc_embed_signup .g-newsletter-button {
  flex: 0 0 auto !important;
  margin: 0 !important;
  width: auto !important;
}
#mc_embed_signup input#mc-embedded-subscribe {
  background: var(--gold-500) !important;
  color: var(--navy-900) !important;
  border: 0 !important;
  border-radius: var(--radius-pill) !important;
  padding: 14px 26px !important;
  font-family: var(--font-body) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  cursor: pointer !important;
  width: auto !important;
  height: auto !important;
  transition: background .15s ease;
}
#mc_embed_signup input#mc-embedded-subscribe:hover { background: var(--gold-400) !important; }

/* Mailchimp inline response messages */
#mc_embed_signup #mce-responses { margin-top: 14px; clear: both; }
#mc_embed_signup #mce-responses .response { font-family: var(--font-body); font-size: 14px; }
#mc_embed_signup #mce-success-response { color: var(--gold-300); }
#mc_embed_signup #mce-error-response { color: #ff9a8a; }

/* Stack on small screens */
@media (max-width: 600px) {
  #mc_embed_signup .g-newsletter-form-wrapper,
  #mc_embed_signup .mc_embed_signup_scroll {
    flex-direction: column !important;
    align-items: stretch !important;
    border-radius: var(--radius-lg) !important;
    gap: 8px !important;
  }
  #mc_embed_signup input#mc-embedded-subscribe { width: 100% !important; }
}

/* =========================================================
   FACEBOOK FEED
   ========================================================= */
.fb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.fb-card {
  display: flex; flex-direction: column;
  background: rgba(246,239,225,0.04);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .2s ease;
}
.fb-card:hover { border-color: rgba(230,183,96,0.4); }
.fb-card .ph { aspect-ratio: 4 / 3; border-radius: 0; }
.fb-card-body {
  display: flex; flex-direction: column; gap: 10px;
  padding: 20px;
}
.fb-card-head {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(246,239,225,0.55);
}
.fb-card-head .fb-mark {
  width: 22px; height: 22px;
  border-radius: 4px;
  background: #1877f2;
  color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
}
.fb-card-body p {
  font-size: 14px; line-height: 1.55;
  color: rgba(246,239,225,0.78);
  margin: 0;
}
.fb-card-foot {
  display: flex; gap: 14px; margin-top: 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246,239,225,0.5);
  padding-top: 12px; border-top: 1px solid var(--rule);
}

/* ---------------------------------------------------------
   FBConnect / Facebook Page Plugin wrapper — Joomla module
   ---------------------------------------------------------
   Wrap whatever the plugin renders in <div class="bravo-fb">.
   Works whether FBConnect outputs an iframe (Page Plugin) OR
   structured post HTML. The overrides at the bottom of this
   block re-target common plugin selectors so they match the
   Bravo style. Drop in your real plugin and these styles take
   over without touching the plugin's PHP.
   --------------------------------------------------------- */

.bravo-fb {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 980px) { .bravo-fb { grid-template-columns: 1fr; } }

.bravo-fb-intro {
  background: linear-gradient(160deg, #1877f2 0%, #0f4eb8 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  overflow: hidden;
}
.bravo-fb-intro::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 600px 300px at 100% -10%, rgba(255,255,255,0.15), transparent 60%),
    repeating-linear-gradient(135deg, transparent 0 24px, rgba(255,255,255,0.04) 24px 25px);
  pointer-events: none;
}
.bravo-fb-intro > * { position: relative; z-index: 1; }
.bravo-fb-intro .fb-logo {
  width: 56px; height: 56px;
  border-radius: 12px;
  background: rgba(255,255,255,0.95);
  color: #1877f2;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  line-height: 1;
}
.bravo-fb-intro h3 {
  font-size: 36px;
  line-height: 1.05;
  color: #fff;
}
.bravo-fb-intro h3 em { font-style: italic; color: var(--gold-300); font-weight: 400; }
.bravo-fb-intro .fb-handle {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.bravo-fb-intro .fb-blurb {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255,255,255,0.88);
  margin: 0;
}
.bravo-fb-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.18);
}
.bravo-fb-stat .n {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1;
}
.bravo-fb-stat .l {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-top: 6px;
}
.bravo-fb-intro .fb-follow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.95);
  color: #1877f2;
  padding: 12px 20px;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  align-self: flex-start;
}
.bravo-fb-intro .fb-follow:hover { background: #fff; }
.bravo-fb-intro .fb-follow::before {
  content: "👍";
  font-size: 16px;
  filter: grayscale(0);
}

/* The widget panel — what wraps the actual plugin iframe or HTML */
.bravo-fb-widget {
  background: var(--cream-50);
  color: var(--ink-900);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
}
.bravo-fb-widget .fb-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: #f0f2f5;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-family: var(--font-body);
  font-size: 13px;
  color: #65676b;
}
.bravo-fb-widget .fb-bar .fb-bar-mark {
  width: 24px; height: 24px;
  border-radius: 6px;
  background: #1877f2;
  color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-style: italic;
  font-size: 15px;
}
.bravo-fb-widget .fb-bar strong {
  color: #050505;
  font-weight: 600;
}
.bravo-fb-widget .fb-bar .open-link {
  margin-left: auto;
  color: #1877f2;
  font-weight: 600;
  font-size: 12px;
}

.bravo-fb-stream {
  display: flex;
  flex-direction: column;
}
.bravo-fb-post {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) auto;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  text-decoration: none;
  color: inherit;
  transition: background .15s ease;
}
.bravo-fb-post:last-child { border-bottom: none; }
.bravo-fb-post:hover { background: rgba(0,0,0,0.02); }
.bravo-fb-post .ph {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  background: var(--navy-800);
  border: 0;
}
.bravo-fb-post .post-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.bravo-fb-post .post-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #65676b;
}
.bravo-fb-post .post-meta::before {
  content: "";
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--velvet-800);
  flex-shrink: 0;
}
.bravo-fb-post .post-text {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.45;
  color: #050505;
  margin: 4px 0 0;
  /* clamp to 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bravo-fb-post .post-eng {
  display: flex;
  gap: 12px;
  font-size: 11px;
  font-family: var(--font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #65676b;
  margin-top: 6px;
}
.bravo-fb-post .post-eng span::before {
  content: "·";
  margin-right: 8px;
  opacity: 0.4;
}
.bravo-fb-post .post-eng span:first-child::before { content: ""; margin-right: 0; }
.bravo-fb-post .post-go {
  align-self: center;
  color: #65676b;
  font-size: 18px;
}

.bravo-fb-widget .fb-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  background: #f0f2f5;
  border-top: 1px solid rgba(0,0,0,0.06);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #65676b;
}
.bravo-fb-widget .fb-foot a { color: #1877f2; font-weight: 600; }

/* ---------- Real-plugin selector overrides ---------- */
/* Drop these into your Gantry/template CSS. They re-skin the
   most common Joomla Facebook plugins to match Bravo's design. */

/* JFBConnect (Sourcerer) — the plugin you actually use.
   It renders the official Facebook SDK markup (.fb-page) plus
   its own wrappers prefixed jfbc*. */
.bravo-fb .jfbc-like-box,
.bravo-fb .jfbcLikeBox,
.bravo-fb .jfbc-page-plugin,
.bravo-fb .jfbcFeed,
.bravo-fb .jfbc-comments {
  width: 100% !important;
  max-width: 100%;
  background: transparent;
  padding: 0;
  margin: 0;
}
.bravo-fb .fb-page,
.bravo-fb .fb-page span,
.bravo-fb .fb_iframe_widget,
.bravo-fb .fb_iframe_widget span,
.bravo-fb .fb_iframe_widget iframe {
  width: 100% !important;
  max-width: 100% !important;
  background: var(--cream-50);
  border-radius: 0;
}
.bravo-fb .jfbc-error,
.bravo-fb .jfbc-login,
.bravo-fb .jfbc-status { display: none; } /* hide login/error chrome */

/* JFBConnect Page Plugin module renders inside a .moduletable —
   so we can scope our chrome to a Gantry module position. */
.gantry-position-fbfeed .moduletable,
.gantry-position-fbfeed .g-content { padding: 0; }

/* FBConnect (legacy free plugin) / Facebook Page Plugin iframe */
.bravo-fb iframe,
.bravo-fb .fb-page,
.bravo-fb .fb_iframe_widget {
  width: 100% !important;
  max-width: 100%;
  border: 0 !important;
  background: var(--cream-50);
}

/* Smash Balloon Custom Facebook Feed */
.bravo-fb .cff-wrapper,
.bravo-fb .cff-posts-wrap { background: transparent; padding: 0; }
.bravo-fb .cff-item {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) auto;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  background: var(--cream-50);
}
.bravo-fb .cff-item .cff-author-img { width: 80px !important; height: 80px !important; border-radius: 8px; }
.bravo-fb .cff-item .cff-post-text { font-family: var(--font-body); font-size: 14px; }
.bravo-fb .cff-item .cff-likebox { display: none; } /* hide the embedded like-box, we have our own */

/* Generic .fbpost / .fb-post / .facebook-post fallbacks */
.bravo-fb .fbpost,
.bravo-fb .fb-post,
.bravo-fb .facebook-post {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  background: var(--cream-50);
  color: var(--ink-900);
}

/* =========================================================
   SourceCoast Social Stream -> Bravo skin  (THE LIVE PLUGIN)
   Plugin root: .socialstream.ns-bs5  per post: .facebook.page.post.row
   Re-skins the real plugin HTML to the Bravo post stream. Rooted at
   .socialstream so it works inside .bravo-fb-widget or its own position.
   ========================================================= */
.socialstream {
  display: flex !important;
  flex-direction: column;
  gap: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}
.socialstream [class*="col-md-"],
.socialstream .row {
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
  --bs-gutter-x: 0;
}
.socialstream .post {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  background: var(--cream-50);
  transition: background .15s ease;
}
.socialstream .post > * { min-width: 0; }
/* PICTURE on the LEFT — square thumb spanning the post height */
.socialstream .post > *:has(.preview) {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
}
/* TEXT on the RIGHT — author header then message stacked */
.socialstream .post > .author { grid-column: 2; grid-row: 1; }
.socialstream .post > *:has(.message) { grid-column: 2; grid-row: 2; }
/* posts with no image fall back to full-width text */
.socialstream .post:not(:has(.preview)) { grid-template-columns: 1fr; }
.socialstream .post:not(:has(.preview)) > * { grid-column: 1; }
.socialstream .post:last-child { border-bottom: 0; }
.socialstream .post:hover { background: rgba(0,0,0,0.025); }
/* author = one tidy inline line: "Bravo Theater · <date>" */
.socialstream .author {
  display: block;
  margin-bottom: 6px;
  line-height: 1.3;
}
.socialstream .provider { display: none; }
/* avatar redundant once the post photo sits on the left — hide it */
.socialstream .author-image { display: none; }
.socialstream .author-details { display: inline; min-width: 0; }
.socialstream .screen-name {
  display: inline;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13px;
  color: var(--ink-900);
}
.socialstream .date {
  display: inline;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.03em;
  color: #65676b;
}
.socialstream .date::before { content: "·"; margin: 0 6px; color: #65676b; }
.socialstream .message {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: #1c1e21;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  white-space: pre-line;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.socialstream .message a {
  color: var(--velvet-800);
  font-weight: 600;
  word-break: break-word;
}
.socialstream .preview { margin: 0; }
.socialstream .preview .title { display: none; }
.socialstream .preview .image img {
  width: 80px;
  height: 80px;
  aspect-ratio: 1 / 1;
  max-height: none;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  background: var(--navy-800);
  color: transparent;
  font-size: 0;
}
.socialstream .link { margin-top: 4px; }
.socialstream .link a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: #1877f2;
  text-decoration: none;
}
.socialstream .link a::after { content: "→"; }
.socialstream .link a:hover { text-decoration: underline; }

/* --- Hardened overrides: beat the Gantry/template typography that
   otherwise makes post text inherit light color + center alignment --- */
.socialstream,
.socialstream .post,
.socialstream .author,
.socialstream .author-details,
.socialstream .message,
.socialstream .preview { text-align: left !important; }
.socialstream .author {
  display: block !important;
  text-align: left !important;
}
.socialstream .author-details { display: inline !important; }
.socialstream .screen-name { display: inline !important; }
.socialstream .date { display: inline !important; }
.socialstream .author-image { display: none !important; }
.socialstream .screen-name,
.socialstream .message,
.socialstream .post { color: #1c1e21 !important; }
.socialstream .date { color: #65676b !important; }
.socialstream .message a { color: var(--velvet-800) !important; }
.socialstream .link a { color: #1877f2 !important; }

/* =========================================================
   OPTION B — EDITORIAL HERO (paper-tone, asymmetric)
   ========================================================= */
.ed-hero {
  background: var(--cream-50);
  color: var(--ink-900);
  padding: 56px 0 72px;
  border-bottom: 1px solid var(--rule-paper);
  position: relative;
  overflow: hidden;
}
.ed-hero-inner {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 64px;
  align-items: center;
}
.ed-hero h1 {
  font-size: clamp(56px, 8vw, 130px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--navy-900);
}
.ed-hero h1 em {
  color: var(--velvet-800);
  font-style: italic;
  font-weight: 400;
}
.ed-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--velvet-800);
  margin-bottom: 36px;
}
.ed-eyebrow .pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--velvet-800);
  box-shadow: 0 0 0 4px rgba(138,42,53,0.2);
}
.ed-hero .ed-sub {
  margin-top: 28px;
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink-500);
  max-width: 540px;
}
.ed-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }
.btn-ink {
  background: var(--navy-900);
  color: var(--cream-50);
  border-color: var(--navy-900);
}
.btn-ink:hover { background: var(--velvet-800); border-color: var(--velvet-800); }
.ed-meta-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--rule-paper);
}
.ed-meta-strip .item .lbl {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-500);
  margin-bottom: 6px;
}
.ed-meta-strip .item .val {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--navy-900);
  letter-spacing: -0.005em;
}
.ed-meta-strip .item .val em { font-style: italic; color: var(--velvet-800); }

/* Editorial poster — tall, paper-edged with caption */
.ed-poster {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  overflow: visible;
}
.ed-poster .ph {
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 30px 60px -20px rgba(10,26,58,0.5),
              0 0 0 1px rgba(10,26,58,0.08);
}
.ed-poster .caption {
  position: absolute;
  left: -12px; bottom: 24px;
  background: var(--navy-900);
  color: var(--cream-50);
  padding: 12px 18px;
  border-radius: 4px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(0,0,0,0.25);
}
.ed-poster .caption strong {
  font-family: var(--font-display);
  font-size: 18px;
  display: block;
  color: var(--gold-400);
  margin-top: 4px;
  letter-spacing: 0;
}
.ed-poster .stamp-dates {
  position: absolute;
  right: -18px; top: 24px;
  background: var(--gold-500);
  color: var(--navy-900);
  padding: 12px 18px;
  border-radius: 4px;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(0,0,0,0.2);
  white-space: nowrap;
}
.ed-poster .stamp-dates strong {
  display: block;
  font-family: var(--font-display);
  font-size: 19px;
  margin-top: 2px;
  letter-spacing: 0;
  white-space: nowrap;
}

/* Editorial event list — wide row format */
.ed-events {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--rule);
}
.ed-event {
  display: grid;
  grid-template-columns: 96px 1fr auto auto;
  gap: 32px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid var(--rule);
  text-decoration: none;
  color: var(--cream-50);
  transition: background .15s ease, padding .15s ease;
}
.ed-event:hover { background: rgba(246,239,225,0.03); padding-left: 12px; padding-right: 12px; }
.ed-event:hover .e-go { color: var(--gold-400); transform: translateX(4px); }
.ed-event .e-date {
  font-family: var(--font-display);
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.ed-event .e-date .e-month {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: 6px;
}
.ed-event .e-title {
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1.1;
}
.ed-event .e-title small {
  display: block;
  margin-top: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246,239,225,0.55);
  font-weight: 400;
}
.ed-event .e-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 12px;
  border: 1px solid rgba(246,239,225,0.18);
  border-radius: var(--radius-pill);
}
.ed-event .e-tag.is-mainstage { background: var(--velvet-800); border-color: var(--velvet-800); }
.ed-event .e-tag.is-camp { background: var(--gold-500); border-color: var(--gold-500); color: var(--navy-900); }
.ed-event .e-go { color: rgba(246,239,225,0.5); font-size: 22px; transition: all .15s ease; }

/* =========================================================
   STAY-CLOSE BAND (Option B: MailChimp + Facebook combined)
   ========================================================= */
.stay-close {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 24px;
}
.sc-card {
  background: rgba(246,239,225,0.04);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.sc-card.is-mail {
  background: linear-gradient(160deg, var(--navy-700), var(--navy-900));
  border-color: rgba(230,183,96,0.2);
}
.sc-card.is-fb {
  background: rgba(246,239,225,0.03);
}
.sc-card h3 {
  font-size: 36px;
  line-height: 1.05;
}
.sc-card h3 em { font-style: italic; color: var(--gold-400); font-weight: 400; }
.sc-card .sc-sub {
  color: rgba(246,239,225,0.7);
  font-size: 16px;
  margin: 0;
}
.sc-fb-posts {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--rule);
}
.sc-fb-post {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--rule);
  align-items: center;
}
.sc-fb-post:last-child { border-bottom: none; }
.sc-fb-post .ph { aspect-ratio: 1 / 1; border-radius: 8px; }
.sc-fb-post .p-title {
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1.2;
}
.sc-fb-post .p-meta {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246,239,225,0.5);
  margin-top: 4px;
}
.sc-fb-post .p-go {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-400);
}

/* =========================================================
   PROGRAM TILES (smaller variant for front page)
   ========================================================= */
.fp-programs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.fp-program {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  display: block;
}
.fp-program .ph { height: 100%; border-radius: 0; }
.fp-program::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(10,26,58,0.92) 100%);
  z-index: 6;
}
.fp-program-body {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 24px;
  z-index: 8;
  color: var(--cream-50);
}
.fp-program-body .tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-400);
}
.fp-program-body h3 {
  font-size: 28px;
  margin-top: 6px;
  line-height: 1.05;
}
.fp-program-body .meta {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246,239,225,0.7);
  margin-top: 10px;
}
.fp-program:hover .ph img { transform: scale(1.04); }
.fp-program .ph img { transition: transform .4s ease; }

/* =========================================================
   FRONT PAGE FOOTER (Joomla module slots)
   ========================================================= */
.fp-footer-cols {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
}

/* Responsive collapse */
@media (max-width: 1080px) {
  .show-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .ed-hero-inner   { grid-template-columns: 1fr; gap: 48px; }
  .quicklinks      { grid-template-columns: repeat(3, 1fr); }
  .quicklinks.is-8 { grid-template-columns: repeat(2, 1fr); }
  .quicklinks.is-8 .quicklink:nth-child(2n) { border-right: none; }
  .quicklinks.is-8 .quicklink { border-right: 1px solid var(--rule); }
  .quicklinks-bento { grid-template-columns: repeat(2, 1fr); }
  .quicklinks-bento .quicklink { border-right: 1px solid var(--rule); }
  .quicklinks-bento .quicklink:nth-child(2n) { border-right: none; }
  .quicklinks-bento .quicklink.is-feature { grid-column: span 2; }
  .events-row > .event-card { flex-basis: calc((100% - 18px) / 2); }
  .fb-grid         { grid-template-columns: 1fr 1fr; }
  .fp-programs     { grid-template-columns: 1fr 1fr; }
  .mc-band         { grid-template-columns: 1fr; padding: 40px 28px; }
  .stay-close      { grid-template-columns: 1fr; }
  .ticket-bar      { left: 16px; right: 16px; transform: none; bottom: 16px; }
  .action-band     { grid-template-columns: 1fr; }
}

/* =========================================================
   STICKY TICKET BAR — persistent CTA on scroll
   ========================================================= */
.ticket-bar {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 10px 10px 22px;
  background: var(--navy-900);
  border: 1px solid rgba(230,183,96,0.3);
  border-radius: var(--radius-pill);
  box-shadow:
    0 20px 50px -10px rgba(0,0,0,0.6),
    0 0 0 1px rgba(0,0,0,0.2) inset;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
  max-width: calc(100vw - 32px);
}
.ticket-bar.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.ticket-bar .tb-pulse {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold-500);
  box-shadow: 0 0 0 4px rgba(230,183,96,0.25);
  animation: pulse 2s infinite;
  flex-shrink: 0;
}
.ticket-bar .tb-show {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  min-width: 0;
}
.ticket-bar .tb-show .tb-title {
  font-family: var(--font-display);
  font-size: 17px;
  color: var(--cream-50);
  letter-spacing: -0.005em;
  white-space: nowrap;
}
.ticket-bar .tb-show .tb-meta {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-top: 4px;
}
.ticket-bar .btn {
  padding: 12px 20px;
  font-size: 13px;
  flex-shrink: 0;
}
.ticket-bar .tb-close {
  background: transparent;
  border: 0;
  color: rgba(246,239,225,0.4);
  font-size: 16px;
  cursor: pointer;
  width: 28px; height: 28px;
  border-radius: 50%;
  display: grid; place-items: center;
  transition: color .15s ease, background .15s ease;
  flex-shrink: 0;
}
.ticket-bar .tb-close:hover { color: var(--cream-50); background: rgba(246,239,225,0.08); }

/* =========================================================
   PRE-FOOTER ACTION BAND — Visit · Trial · Donate
   ========================================================= */
.action-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--navy-800);
}
.action-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 44px 36px;
  border-right: 1px solid var(--rule);
  text-decoration: none;
  color: var(--cream-50);
  transition: background .2s ease;
}
.action-tile:last-child { border-right: none; }
.action-tile:hover { background: rgba(246,239,225,0.04); }
.action-tile:hover .at-arrow { transform: translateX(6px); color: var(--gold-400); }
.action-tile .at-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border: 1px solid var(--rule);
  border-radius: 50%;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  color: var(--gold-400);
  margin-bottom: 8px;
}
.action-tile .at-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(246,239,225,0.55);
}
.action-tile h3 {
  font-size: 30px;
  line-height: 1.05;
}
.action-tile h3 em { font-style: italic; color: var(--gold-400); font-weight: 400; }
.action-tile p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(246,239,225,0.7);
  margin: 0;
  max-width: 280px;
}
.action-tile .at-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(246,239,225,0.7);
  transition: transform .15s ease, color .15s ease;
}
.action-tile.is-feature {
  background: linear-gradient(160deg, var(--velvet-800), var(--velvet-900));
}
.action-tile.is-feature .at-icon {
  background: var(--gold-500);
  border-color: var(--gold-500);
  color: var(--navy-900);
}


@media (max-width: 600px) {
  .ticket-bar {
    width: calc(100% - 24px);
    left: 12px;
    right: 12px;
    transform: translateX(0) translateY(20px);
    bottom: 12px;
    padding: 10px 12px;
    gap: 8px;
    border-radius: 16px;
    flex-wrap: nowrap;
  }
  .ticket-bar.is-visible {
    transform: translateX(0) translateY(0);
  }
  .tb-show { flex: 1; min-width: 0; }
  .tb-title { font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .tb-meta { font-size: 10px; letter-spacing: 0.05em; }
  .ticket-bar .btn { font-size: 11px; padding: 6px 12px; white-space: nowrap; flex-shrink: 0; }
  .tb-pulse { display: none; }
}

/* =========================================================
   PHONE BREAKPOINT — optimize layout for small screens
   ========================================================= */
@media (max-width: 640px) {
  .container, .container-wide, .container-narrow { padding: 0 18px; }

  /* top utility bar: drop the contact cluster (also in footer), keep announcement */
  .utility-inner { padding: 8px 18px; gap: 12px; justify-content: flex-start; }
  .utility-bar .util-right { display: none; }
  .utility-bar .util-left { font-size: 11px; min-width: 0; }
  .utility-bar .util-left span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

  .section-head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .section-head .lead { font-size: 15px; max-width: 100%; }

  .quicklinks-bento { grid-template-columns: 1fr; }
  .quicklinks-bento .quicklink { border-right: none; min-height: 0; }
  .quicklinks-bento .quicklink:nth-child(n+2) { border-top: 1px solid var(--rule); }
  .quicklinks-bento .quicklink.is-feature { grid-column: span 1; padding: 26px 22px; }
  .quicklink { padding: 20px 18px; }
  .quicklink.is-feature .ql-title { font-size: 32px; }
  .quicklink.is-feature .ql-icon { width: 160px; height: 160px; }

  .fp-programs { grid-template-columns: 1fr 1fr; gap: 10px; }

  .mc-band { padding: 28px 20px; }
  .mc-form { flex-direction: column; gap: 8px; border-radius: var(--radius-lg); align-items: stretch; }
  .mc-form button { width: 100%; }
  .mc-meta { flex-wrap: wrap; gap: 8px 16px; }

  .bravo-fb-intro { padding: 28px 22px; }
  .bravo-fb-intro h3 { font-size: 30px; }
  .bravo-fb-stats { gap: 14px; }
  .bravo-fb-widget .fb-bar { flex-wrap: wrap; gap: 4px 8px; }
  .bravo-fb-widget .fb-bar .open-link { margin-left: auto; }
  .bravo-fb-widget .fb-foot { flex-direction: column; align-items: flex-start; gap: 6px; }

  .socialstream .post { grid-template-columns: 64px minmax(0, 1fr); column-gap: 12px; padding: 14px 16px; }
  .socialstream .message { -webkit-line-clamp: 3; }
  .socialstream .preview .image img { width: 64px; height: 64px; max-height: none; }

  .bravo-fb-post { grid-template-columns: 64px minmax(0, 1fr); gap: 12px; }
  .bravo-fb-post .post-go { display: none; }

  .action-band { grid-template-columns: 1fr; }
  .action-tile { border-right: none; border-bottom: 1px solid var(--rule); }
  .action-tile:last-child { border-bottom: none; }
  .action-tile h3 { font-size: 26px; }

  .ticket-bar { gap: 12px; padding: 10px 10px 10px 18px; }
  .ticket-bar .tb-title { font-size: 14px; }

  /* footer: collapse 4-col grid -> single column, break long contacts */
  .fp-footer-cols { grid-template-columns: 1fr; gap: 28px; }
  .footer { padding: 56px 0 28px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
  .footer a, .footer li { overflow-wrap: anywhere; word-break: break-word; }

  /* action band: force single column (base rule appears later in source) */
  .action-band { grid-template-columns: 1fr !important; }
  .action-tile p { max-width: 100%; }

  /* events carousel: wider cards w/ peek of the next, larger date stamp */
  .events-row > .event-card { flex-basis: 78%; min-width: 78%; }
  .event-date-stamp .dm { font-size: 11px; }
}

/* =========================================================
   JOOMLA / GANTRY WIDTH SAFEGUARD
   Every Bravo homepage section is full-bleed with an inner
   .container(-wide) that centers content. When a section is
   dropped into a Gantry module position, that position's own
   padding / max-width can make sections land at DIFFERENT
   widths. These :has() rules strip the wrapper chrome around
   our sections so they all go edge-to-edge and the inner
   container alignment stays identical across positions.
   (Best practice is still to stack ALL sections in ONE
   full-width position — see FRONT-PAGE-IMPORT.md.)
   ========================================================= */
.moduletable:has(> .section),
.moduletable:has(> .show-hero),
.moduletable:has(> .footer),
.g-content:has(> .section),
.g-content:has(> .show-hero),
.g-content:has(> .footer),
.mod-custom:has(> .section),
.mod-custom:has(> .show-hero) {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}


/* AI SAFETY: Do not remove or move earlier. See comment below.
   SourceCoast plugin uses .sourcecoast.socialstream .message.col-md-12 { color:rgba(255,255,255,0.88)!important }
   with 3-class specificity. Our rules below match that specificity and appear later, so they win.
   After any edit: clear JSpeed cache + hard reload (Ctrl+Shift+R). */
.sourcecoast.socialstream .message.col-md-12    { color: #1c1e21 !important; }
.sourcecoast.socialstream .screen-name           { color: #1c1e21 !important; }
.sourcecoast.socialstream .date                  { color: #65676b !important; }
.sourcecoast.socialstream .link.col-md-12 a      { color: #1877f2 !important; }
.sourcecoast.socialstream .preview .title a      { color: #1c1e21 !important; }