:root{
  --fae-sky: #f6fff1;
  --fae-mist: #eff9e9;
  --fae-blush: #ffe3ef;
  --fae-peach: #ffe9c9;
  --fae-butter: #fff3b2;
  --fae-mint: #daf4d8;
  --fae-lavender: #e8dcff;
  --fae-forest: #2f5c3c;
  --fae-moss: #578567;
  --fae-leaf: #7db67f;
  --fae-deep: #214730;
  --fae-ink: #2a4635;
  --fae-text: #41614c;
  --fae-muted: rgba(65, 97, 76, .78);
  --fae-panel: rgba(255, 255, 255, .72);
  --fae-panel-strong: rgba(255, 252, 246, .86);
  --fae-border: rgba(102, 154, 111, .18);
  --fae-border-strong: rgba(102, 154, 111, .28);
  --fae-border-soft: rgba(255, 209, 122, .32);
  --fae-shadow: 0 18px 45px rgba(104, 135, 108, .16);
  --fae-shadow-lg: 0 24px 56px rgba(104, 135, 108, .18);
  --fae-rainbow: linear-gradient(90deg, #ff98c5 0%, #ffc98d 18%, #ffe27a 34%, #97e39e 52%, #9ee4ff 70%, #b7c1ff 86%, #e0a8ff 100%);
  --fae-rainbow-soft: linear-gradient(135deg, rgba(255, 152, 197, .22), rgba(255, 201, 141, .18) 18%, rgba(255, 226, 122, .16) 34%, rgba(151, 227, 158, .16) 52%, rgba(158, 228, 255, .16) 70%, rgba(224, 168, 255, .2) 100%);
  --radius-xl: 1.45rem;
  --radius-lg: 1rem;
}

html{ scroll-behavior: smooth; }

body{
  color: var(--fae-text);
  background:
    radial-gradient(760px 360px at 12% 12%, rgba(255, 223, 241, .95), transparent 58%),
    radial-gradient(920px 420px at 88% 10%, rgba(218, 244, 216, .95), transparent 56%),
    radial-gradient(680px 320px at 50% 0%, rgba(255, 243, 178, .72), transparent 62%),
    radial-gradient(1200px 580px at 50% 100%, rgba(210, 240, 209, .65), transparent 58%),
    linear-gradient(180deg, #fbfff8 0%, #f4fbef 28%, #eef8e8 60%, #f7fdf3 100%);
  background-attachment: fixed;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  min-height: 100vh;
}

body::before,
body::after{
  content:"";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before{
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, .85) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 14%, rgba(255, 248, 208, .78) 0 2px, transparent 3px),
    radial-gradient(circle at 64% 62%, rgba(255, 204, 229, .48) 0 2px, transparent 3px),
    radial-gradient(circle at 34% 76%, rgba(193, 255, 198, .48) 0 2px, transparent 3px),
    radial-gradient(1200px 460px at 50% -6%, rgba(255,255,255,.72), transparent 60%);
  background-size: 320px 320px, 360px 360px, 280px 280px, 320px 320px, auto;
  opacity: .8;
}

body::after{
  background:
    linear-gradient(180deg, rgba(255,255,255,.5), transparent 18%),
    linear-gradient(120deg, rgba(255, 152, 197, .08), transparent 24%, rgba(151, 227, 158, .07) 48%, transparent 66%, rgba(224, 168, 255, .08) 84%, transparent 100%),
    radial-gradient(ellipse at center, rgba(255,255,255,.26) 0%, rgba(255,255,255,0) 68%);
  mix-blend-mode: screen;
  opacity: .72;
}

body > *{ position: relative; z-index: 1; }

h1,h2,h3,h4,h5{
  font-family: "IM Fell English", Georgia, serif;
  letter-spacing: .35px;
  color: var(--fae-deep);
  text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

p, li, label, small, .details, .lead{ color: var(--fae-text); }

::selection{
  background: rgba(255, 211, 132, .45);
  color: var(--fae-deep);
}

a{
  color: #477457;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

a:hover{ color: #2f5c3c; }

img{
  max-width: 100%;
  height: auto;
}

.text-soft{ color: var(--fae-muted) !important; }

.link-soft{
  color: #4f7b5c;
  text-decoration: none;
  border-bottom: 1px dashed rgba(79, 123, 92, .32);
}
.link-soft:hover{
  color: #2f5c3c;
  border-bottom-color: rgba(47, 92, 60, .58);
}

/* Navbar */
.navbar{
  --bs-navbar-color: rgba(42, 70, 53, .9);
  --bs-navbar-hover-color: #214730;
  --bs-navbar-active-color: #214730;
  --bs-navbar-brand-color: #214730;
  --bs-navbar-brand-hover-color: #214730;
  --bs-navbar-toggler-border-color: rgba(87, 133, 103, .22);
  background:
    linear-gradient(180deg, rgba(255,255,255,.85), rgba(249, 255, 245, .8)),
    linear-gradient(90deg, rgba(255, 227, 239, .3), rgba(255, 248, 220, .28), rgba(218, 244, 216, .34), rgba(232, 220, 255, .26));
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(102, 154, 111, .12);
  box-shadow: 0 12px 30px rgba(104, 135, 108, .12);
}
.navbar.shrunk{ padding-top: .35rem !important; padding-bottom: .35rem !important; }
.navbar-brand{ max-width: calc(100% - 60px); }
.brand-title{ font-weight: 700; font-size: 1rem; line-height: 1.1; color: var(--fae-deep); }
.brand-mark{
  background: var(--fae-rainbow);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.navbar .nav-link{
  color: rgba(42, 70, 53, .92);
  border-radius: 999px;
  padding-inline: .9rem !important;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus{
  color: var(--fae-deep);
  background: linear-gradient(90deg, rgba(255,152,197,.16), rgba(255,226,122,.15), rgba(151,227,158,.15), rgba(158,228,255,.14));
  box-shadow: inset 0 0 0 1px rgba(102, 154, 111, .14), 0 8px 16px rgba(104, 135, 108, .08);
}
.navbar .navbar-toggler{
  box-shadow: none;
  background: rgba(255,255,255,.4);
}

/* Hero */
.hero{
  position: relative;
  display: grid;
  place-items: center;
  padding-top: 6rem;
  overflow: hidden;
}
.hero > .container{ position: relative; z-index: 2; }

.hero-card,
.panel,
.card-fae,
.card.card-fae,
.day,
.wrap,
.alert,
form .form-control,
form .form-select{
  backdrop-filter: blur(12px);
}

.hero-card{
  background:
    linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,252,246,.78)),
    var(--fae-rainbow-soft);
  border: 1px solid var(--fae-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--fae-shadow-lg);
  padding: clamp(1.25rem, 3vw, 2.25rem);
}

.badge-fae{
  background: linear-gradient(90deg, rgba(255,152,197,.18), rgba(255,226,122,.16), rgba(151,227,158,.18), rgba(158,228,255,.18));
  color: var(--fae-deep);
  border: 1px solid rgba(102, 154, 111, .18);
  box-shadow: inset 0 0 18px rgba(255,255,255,.28), 0 10px 18px rgba(104, 135, 108, .08);
}

.btn-fae{
  background:
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,250,243,.68)),
    var(--fae-rainbow);
  border: 1px solid rgba(102, 154, 111, .2);
  color: var(--fae-deep);
  border-radius: 999px;
  padding: .7rem 1.1rem;
  box-shadow: 0 12px 24px rgba(104, 135, 108, .12);
  font-weight: 700;
}
.btn-fae:hover,
.btn-fae:focus{
  transform: translateY(-1px);
  color: #173522;
  box-shadow: 0 16px 28px rgba(104, 135, 108, .18);
  filter: saturate(1.04) brightness(1.02);
}

.btn-outline-fae{
  border-radius: 999px;
  border: 1px solid rgba(102, 154, 111, .22);
  color: var(--fae-deep);
  background: rgba(255,255,255,.54);
}
.btn-outline-fae:hover,
.btn-outline-fae:focus{
  background: linear-gradient(90deg, rgba(255,152,197,.12), rgba(255,226,122,.1), rgba(151,227,158,.12));
  border-color: rgba(102, 154, 111, .34);
  color: #173522;
}

/* Section styling */
.section{ padding: 4.5rem 0; }
.section-title{
  display:flex;
  align-items:center;
  gap:.75rem;
  margin-bottom: 1rem;
}
.section-title .spark{
  background: var(--fae-rainbow);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.panel,
.card-fae,
.card.card-fae,
.day{
  background:
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(252,255,248,.76)),
    linear-gradient(135deg, rgba(255,152,197,.07), transparent 30%, rgba(158,228,255,.07) 62%, rgba(224,168,255,.08));
  border: 1px solid var(--fae-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--fae-shadow);
}

.panel{ padding: 1.25rem; }

.card-fae .card-header{
  color: var(--fae-deep);
  background:
    linear-gradient(135deg, rgba(255, 226, 122, .14), rgba(151, 227, 158, .12)),
    linear-gradient(90deg, rgba(255,152,197,.08), rgba(158,228,255,.06), rgba(224,168,255,.08));
  border-bottom: 1px solid var(--fae-border);
  border-top-left-radius: var(--radius-xl);
  border-top-right-radius: var(--radius-xl);
}

.icon-pill{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  border-radius: 999px;
  padding: .35rem .75rem;
  border: 1px solid rgba(102, 154, 111, .16);
  background: rgba(255,255,255,.52);
  color: var(--fae-deep);
}

.about-us {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-img {
  max-width: 250px;
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(255, 209, 122, .3);
  box-shadow: 0 16px 32px rgba(104, 135, 108, .12);
}

.about-text { flex: 1; }

.poster-frame{
  border-radius: var(--radius-xl);
  border: 1px solid rgba(102, 154, 111, .18);
  box-shadow: 0 22px 40px rgba(104, 135, 108, .14);
  overflow: hidden;
  background: rgba(255,255,255,.6);
  position: relative;
}
.poster-frame::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: inherit;
  pointer-events:none;
  background: linear-gradient(135deg, rgba(255,152,197,.16), transparent 22%, transparent 58%, rgba(158,228,255,.12) 78%, rgba(224,168,255,.14));
  mix-blend-mode: screen;
}
.poster-frame img{
  display:block;
  width:100%;
  filter: saturate(1.04) contrast(1.01) brightness(1.02);
}

main div:not(.row):not(.col-sm-4):not(.col-sm-8):not(.col-lg-5):not(.col-lg-6):not(.col-lg-7):not(.col-md-5):not(.col-md-7):not(.container):not(.collapse):not(.navbar-collapse):not(.vstack):not(.d-flex):not(.schedule):not(.activity),
header.hero div:not(.row):not(.col-sm-4):not(.col-sm-8):not(.col-lg-6):not(.container):not(.d-flex){
  border-radius: inherit;
}

main .container > div,
main .row > div,
header.hero .row > div,
.site-footer .row > div{ position: relative; }

.site-footer{
  border-top: 1px solid rgba(102, 154, 111, .12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(247, 255, 243, .88)),
    linear-gradient(90deg, rgba(255, 227, 239, .16), rgba(255, 248, 220, .18), rgba(218, 244, 216, .18), rgba(232, 220, 255, .16));
  color: var(--fae-text);
  box-shadow: 0 -12px 30px rgba(104, 135, 108, .08);
}
.site-footer .text-soft,
.site-footer .link-soft,
.site-footer small{
  color: var(--fae-muted) !important;
  border-bottom-color: rgba(65, 97, 76, .26);
}
.site-footer .link-soft:hover{ color: var(--fae-deep) !important; }
.footer-title{ color: var(--fae-deep); }


/* Decorative faerie dividers */
.fae-divider{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  max-width: min(760px, 100%);
  margin: 0 auto;
  padding: .8rem 0;
  color: var(--fae-moss);
  opacity: .96;
}

.fae-divider--compact{
  max-width: 620px;
  padding: .5rem 0 .7rem;
}

.fae-divider__line{
  position: relative;
  flex: 1 1 120px;
  min-width: 72px;
  height: 24px;
}

.fae-divider__line::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 12px;
  transform: translateY(-50%);
  border-bottom: 2px solid rgba(102, 154, 111, .22);
  border-radius: 0 0 999px 999px;
  background:
    radial-gradient(circle at 16% 58%, rgba(255, 226, 122, .4) 0 1px, transparent 2px),
    radial-gradient(circle at 50% 42%, rgba(224, 168, 255, .28) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 82% 58%, rgba(255, 152, 197, .36) 0 1px, transparent 2px);
}

.fae-divider__line::after{
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 14px 3px 14px 3px;
  background: linear-gradient(180deg, rgba(214, 245, 170, .95), rgba(126, 188, 124, .9));
  border: 1px solid rgba(102, 154, 111, .3);
  box-shadow: 0 0 0 3px rgba(255,255,255,.38);
}

.fae-divider__line:first-child::after{
  right: 14%;
  transform: translateY(-60%) rotate(-32deg);
}

.fae-divider__line:last-child::after{
  left: 14%;
  transform: translateY(-60%) rotate(148deg);
}

.fae-divider__center{
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  padding: .28rem .95rem;
  border-radius: 999px;
  border: 1px solid rgba(102, 154, 111, .18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,252,246,.78)),
    var(--fae-rainbow-soft);
  box-shadow: 0 12px 22px rgba(104, 135, 108, .08);
  color: var(--fae-deep);
  font-size: 1.05rem;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255,255,255,.7);
  animation: faeTwinkle 3.8s ease-in-out infinite;
}

.fae-divider__center::before,
.fae-divider__center::after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: .8rem;
  color: rgba(87, 133, 103, .74);
  animation: faeTwinkle 3.8s ease-in-out infinite;
}

.fae-divider__center::before{
  content: "✦";
  left: .45rem;
  animation-delay: -.65s;
}

.fae-divider__center::after{
  content: "✦";
  right: .45rem;
  animation-delay: -.2s;
}

.fae-divider--vine .fae-divider__center{
  font-size: 1.2rem;
  letter-spacing: .04em;
}

.fae-divider--sparkle .fae-divider__center{
  letter-spacing: .22em;
}

.fae-divider--sparkle .fae-divider__line::before{
  border-bottom-style: dashed;
  border-bottom-color: rgba(102, 154, 111, .18);
}

.fae-divider--sparkle .fae-divider__line::after{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.95), rgba(255,226,122,.82) 58%, rgba(255,226,122,0) 70%);
  border: 0;
  box-shadow:
    0 0 0 4px rgba(255,255,255,.34),
    18px -5px 0 -2px rgba(255, 152, 197, .34),
    -14px 4px 0 -2px rgba(158, 228, 255, .34);
}

@keyframes faeTwinkle{
  0%, 100%{
    transform: translateY(0);
    opacity: .86;
  }
  50%{
    transform: translateY(-2px);
    opacity: 1;
  }
}

/* Schedule / FAQ styles */
.wrap{
  max-width: 980px;
  margin: 40px auto;
  padding: 0 16px;
}

.schedule{ display: grid; gap: 14px; }

.day{
  width: 100%;
  overflow: clip;
}

.day__header{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 16px 18px;
  background:
    linear-gradient(135deg, rgba(255, 226, 122, .16), rgba(151, 227, 158, .12)),
    linear-gradient(90deg, rgba(255,152,197,.06), rgba(158,228,255,.05), rgba(224,168,255,.06));
  border: 0;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  color: var(--fae-ink);
}

.day__title{ display:flex; flex-direction:column; gap: 4px; }
.day__title strong{ font-size: 16px; line-height: 1.25; color: var(--fae-deep); }
.day__title span{ font-size: 13px; color: var(--fae-muted); }
.chev{ transition: transform .2s ease; flex: 0 0 auto; color: #70996e; }
.day[data-open="true"] .chev{ transform: rotate(180deg); }
.day__panel{
  border-top: 1px solid var(--fae-border);
  padding: 14px 18px 18px;
}

.activity,
.question{
  display:block;
  grid-template-columns: 84px 1fr;
  gap: 10px 14px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(102, 154, 111, .16);
}
.activity:last-child,
.question:last-child{ border-bottom: 0; }
.time{
  font-variant-numeric: tabular-nums;
  color: var(--fae-muted);
  font-size: 14px;
  padding-top: 2px;
}
.name{ font-weight: 600; margin: 0; color: var(--fae-deep); }
.details{
  margin: 4px 0 0;
  color: var(--fae-muted);
  font-size: 14px;
  line-height: 1.45;
}
.day__header:focus-visible{
  outline: 3px solid rgba(255, 209, 122, .34);
  outline-offset: 2px;
  border-radius: 10px;
}

/* Forms */
.form-control,
.form-select{
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(102, 154, 111, .16);
  color: var(--fae-ink);
  border-radius: .9rem;
}
.form-control::placeholder{ color: rgba(65,97,76,.46); }
.form-control:focus,
.form-select:focus{
  background: rgba(255,255,255,.95);
  color: var(--fae-deep);
  border-color: rgba(102, 154, 111, .36);
  box-shadow: 0 0 0 .2rem rgba(151, 227, 158, .14), 0 0 0 .38rem rgba(224, 168, 255, .08);
}
.form-label,
.form-text,
.invalid-feedback{ color: var(--fae-text); }
.alert{
  border-radius: var(--radius-lg);
  border: 1px solid rgba(102, 154, 111, .12);
  background: rgba(255,255,255,.72);
  color: var(--fae-deep);
}
.alert-success{
  border-color: rgba(102, 154, 111, .22);
  background: rgba(226, 248, 227, .86);
}
.alert-danger{
  border-color: rgba(210, 104, 104, .24);
  background: rgba(255, 235, 235, .88);
}
.alert-warning{
  border-color: rgba(255, 190, 86, .26);
  background: rgba(255, 247, 218, .92);
  color: #6a4b12;
}

/* Responsive */
@media (max-width: 991.98px){
  .brand-title{ font-size: .9rem; }

  .navbar-collapse{
    margin-top: .75rem;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(248,255,244,.94));
    border: 1px solid rgba(102, 154, 111, .14);
    border-radius: 1rem;
    box-shadow: 0 16px 32px rgba(104, 135, 108, .12);
  }

  .navbar-nav{ align-items: flex-start !important; }
}

@media (max-width: 768px) {
  .about-us {
    flex-direction: column;
    text-align: center;
  }

  .about-img { margin-bottom: 15px; }
}

@media (max-width: 520px){
  .activity,
  .question{ grid-template-columns: 64px 1fr; }

  .panel{ padding: 1rem; }
}

.site-logo{
  width: 78px;
  height: auto;
  filter: drop-shadow(0 10px 16px rgba(104, 135, 108, .12));
}

.hero-home{
  min-height: 100vh;
  padding-top: 8.5rem;
  padding-bottom: 4.5rem;
}
.hero-home::before,
.hero-home::after{
  content:"";
  position:absolute;
  inset:auto;
  pointer-events:none;
  z-index: 0;
}
.hero-home::before{
  width: 460px;
  height: 460px;
  top: 4rem;
  right: -7rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 238, 171, .46), transparent 64%);
}
.hero-home::after{
  width: 380px;
  height: 380px;
  left: -5rem;
  bottom: 1rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 209, 232, .34), transparent 64%);
}
.hero-copy{ position: relative; z-index: 1; }
.hero-intro{ max-width: 58ch; }
.hero-highlights{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
}
.hero-art{
  max-width: 460px;
  margin-inline: auto;
}

.section-tight{
  padding-top: 0;
  margin-top: -1.25rem;
}

.section-soft{
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.28) 24%, rgba(255,255,255,0));
}

.section-heading{ max-width: 760px; }

.section-kicker{
  display: inline-block;
  margin-bottom: .85rem;
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #688f68;
}

.stats-band{ padding: 1rem 1.25rem; }

.stat-item{ padding: .35rem .25rem; }
.stat-item strong{
  display:block;
  color: var(--fae-deep);
  font-size: 1.05rem;
}
.stat-label{
  display:block;
  margin-bottom: .25rem;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--fae-muted);
}

.feature-card{
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.feature-card:hover,
.performer-card:hover,
.vendor-card:hover,
.ticket-group-card:hover{
  transform: translateY(-4px);
  border-color: rgba(102, 154, 111, .28);
  box-shadow: 0 24px 42px rgba(104, 135, 108, .18);
}
.feature-card__img,
.vendor-card-media{
  display:block;
  width:100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid rgba(255, 209, 122, .22);
  box-shadow: 0 12px 24px rgba(104, 135, 108, .12);
}
.vendor-card-media{
  border-radius: 1rem 1rem 0 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  box-shadow: none;
}

.content-panel{ padding: clamp(1.3rem, 3vw, 2rem); }
.check-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem 1rem;
}
.check-item{
  display:flex;
  gap:.75rem;
  align-items:flex-start;
  padding: .9rem 1rem;
  border-radius: 1rem;
  background: rgba(255,255,255,.54);
  border: 1px solid rgba(102, 154, 111, .12);
}
.check-icon{
  color: #d89c29;
  line-height: 1.2;
}

.split-media{
  overflow: hidden;
  padding: 0;
}
.split-media__img{
  display:block;
  width:100%;
  min-height: 280px;
  object-fit: cover;
}
.intro__img{
  display:block;
  width:100%;
  object-fit: cover;
}
.split-media__body{ padding: 1.5rem; }

.charity-panel{ padding: clamp(1.5rem, 3vw, 2rem); }

/* Tickets / vendors / performers */
.tickets-hero,
.performers-hero,
.vendors-hero{
  position: relative;
  overflow: hidden;
}
.tickets-hero::after,
.performers-hero::after,
.vendors-hero::after{
  content:"";
  position: absolute;
  inset: auto -4rem -4rem auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 226, 122, .18), transparent 70%);
  pointer-events: none;
}

.ticket-info-card,
.ticket-group-card,
.vendor-space-card,
.performer-card{
  overflow: hidden;
}

.ticket-meta-grid,
.vendor-purchase-grid{
  display: grid;
  gap: .85rem;
}

.ticket-meta-item,
.ticket-note-block,
.vendor-purchase-item{
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(102, 154, 111, .12);
}

.ticket-meta-label,
.vendor-purchase-label,
.vendor-card-section-title,
.performer-tagline{
  display: block;
  margin-bottom: .35rem;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--fae-muted);
}
.performer-tagline{
  font-size: .94rem;
  text-transform: none;
  letter-spacing: 0;
  color: #5a7a5f;
}

.ticket-line-list{ display: grid; gap: 1rem; }

.ticket-line-item{
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 1px dashed rgba(102, 154, 111, .16);
}
.ticket-line-item:last-child{ padding-bottom: 0; border-bottom: 0; }
.ticket-line-item hr{ display: none; }

.ticket-line-header{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .35rem;
}
.ticket-line-name{
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
  color: var(--fae-deep);
}
.ticket-line-price{
  flex: 0 0 auto;
  padding: .35rem .75rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,152,197,.14), rgba(255,226,122,.14), rgba(151,227,158,.14), rgba(158,228,255,.14));
  border: 1px solid rgba(102, 154, 111, .14);
  color: var(--fae-deep) !important;
  font-weight: 700;
  white-space: nowrap;
}
.ticket-line-details{ font-size: .98rem; }

.ticket-subprice-list{
  margin-top: .85rem;
  padding-left: 1.1rem;
}
.ticket-subprice-list li{
  margin-bottom: .45rem;
  color: var(--fae-text);
}
.ticket-subprice-list span{
  display: inline-block;
  min-width: 4rem;
  font-weight: 700;
  color: var(--fae-deep);
}
.ticket-subprice-list small{
  color: var(--fae-muted);
  font-size: .95rem;
}

.vendor-step-list{
  padding-left: 1.2rem;
  color: var(--fae-text);
}
.vendor-step-list li + li{ margin-top: .55rem; }

.performer-card-body,
.vendor-card .card-body{ padding: 1.5rem; }
.performer-chip-list{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
}
.performer-chip{
  display:inline-flex;
  align-items:center;
  padding: .4rem .75rem;
  border-radius: 999px;
  background: rgba(255,255,255,.6);
  border: 1px solid rgba(102, 154, 111, .14);
  color: var(--fae-deep);
  font-size: .92rem;
}

.performers-hero--carousel{
  padding: clamp(1.25rem, 2.5vw, 2rem);
}

.carousel-fae{
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius-xl) - .1rem);
  border: 1px solid rgba(102, 154, 111, .18);
  box-shadow: 0 24px 44px rgba(104, 135, 108, .16);
  background: rgba(255,255,255,.55);
}

.carousel-fae::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,0) 24%, rgba(255,255,255,0) 68%, rgba(34, 71, 48, .18));
}

.carousel-fae__img{
  display:block;
  width:100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  min-height: 360px;
}

.carousel-fae-2__img{
  display:block;
  width:100%;
  object-fit: cover;
}

.carousel-fae__caption{
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  padding: 1rem 1.1rem;
  text-align: left;
  color: #f7fff7;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(33, 71, 48, .28), rgba(33, 71, 48, .72));
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 24px rgba(20, 44, 29, .18);
}

.carousel-fae__caption h2,
.carousel-fae__caption p{
  color: inherit;
  text-shadow: none;
}

.carousel-fae__eyebrow{
  display: inline-block;
  margin-bottom: .35rem;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(247, 255, 247, .82);
}

.carousel-fae .carousel-indicators{
  margin-bottom: .55rem;
}

.carousel-fae .carousel-indicators [data-bs-target]{
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 0;
  background-color: rgba(255,255,255,.62);
  box-shadow: 0 0 0 2px rgba(47, 92, 60, .14);
}

.carousel-fae .carousel-indicators .active{
  background: linear-gradient(135deg, rgba(255, 226, 122, .96), rgba(255, 152, 197, .96));
}

.carousel-fae .carousel-control-prev,
.carousel-fae .carousel-control-next{
  width: 12%;
}

.carousel-fae .carousel-control-prev-icon,
.carousel-fae .carousel-control-next-icon{
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background-color: rgba(255,255,255,.4);
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 18px rgba(20, 44, 29, .14);
}

.vendor-card-media-wrap{ position: relative; }
.vendor-card-caption{
  margin: 0;
  padding: .75rem 1rem 0;
  color: var(--fae-muted);
  font-size: .92rem;
}
.vendor-card-image-link{ display: block; }

.vendor-alert code,
.ticket-notes-panel code{
  color: #8b5a00;
  background: rgba(255,255,255,.48);
  padding: .08rem .35rem;
  border-radius: .4rem;
}

@media (max-width: 991.98px){
  .hero-home{
    min-height: auto;
    padding-top: 7.5rem;
  }

  .hero-art{ max-width: 420px; }
}

@media (max-width: 767.98px){
  .site-logo{ width: 62px; }

  .hero-home{
    padding-top: 7rem;
    padding-bottom: 3.5rem;
  }

  .check-grid{ grid-template-columns: 1fr; }

  .stats-band{ padding: 1rem; }

  .ticket-line-header{
    flex-direction: column;
    gap: .55rem;
  }

  .ticket-line-price{ white-space: normal; }

  .performers-hero--carousel{ padding: 1rem; }

  .carousel-fae__img{
    min-height: 250px;
    aspect-ratio: 4 / 3;
  }
}
