﻿.pdp-detail {
  --pdp-ink: #050505;
  --pdp-paper: #f4eee5;
  --pdp-card: #fff;
  --pdp-accent: #ed145b;
  --pdp-action: #f7bd28;
  --pdp-line: #d8cec1;
  --pdp-hero-title-size: clamp(2.375rem, 1.75rem + 2.5vw, 3.25rem);
  --pdp-listing-padding: 2.25rem;
  background: var(--pdp-paper);
  color: var(--pdp-ink);
  overflow: clip;
}

.pdp-detail a:hover,
.pdp-detail a:focus-visible {
  text-decoration: none;
}

.pdp-detail a:not(.btn):hover,
.pdp-detail a:not(.btn):focus-visible {
  color: var(--pdp-ink);
}

.pdp-detail .pdp-banner {
  aspect-ratio: 2560 / 670;
  background: #111;
  max-height: 420px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.pdp-detail .pdp-banner .hero-banner,
.pdp-detail .pdp-banner .hero-banner-mobile {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

@media (min-width: 768px) {
  .pdp-detail--info-below-hero .pdp-banner {
    aspect-ratio: 2560 / 840;
    background: var(--pdp-paper);
    max-height: 840px;
  }

  .pdp-detail--info-below-hero .pdp-banner .hero-banner {
    object-fit: contain;
  }
}

.pdp-banner-media {
  height: 100%;
  width: 100%;
}

.pdp-detail .pdp-banner--with-content::after {
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .95) 45%, rgba(0, 0, 0, .65) 65%, transparent 100%);
  content: "";
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 60%;
  z-index: 1;
}

@media (min-width: 992px) {
  .pdp-detail--info-in-hero .pdp-banner {
    background: var(--pdp-paper);
  }

  .pdp-detail--info-in-hero .pdp-banner-media {
    margin-inline: auto;
    max-width: 2560px;
  }

  .pdp-detail--info-in-hero .pdp-banner--with-content::after {
    left: max(0px, calc((100% - 2560px) / 2));
    width: min(60%, 1536px);
  }
}

.pdp-banner-content {
  align-items: center;
  color: #fff;
  display: flex;
  inset: 0;
  position: absolute;
  z-index: 2;
}

.pdp-banner-copy {
  color: #fff;
  max-width: 58%;
}

.pdp-banner-copy .pdp-title,
.pdp-banner-copy .pdp-meta,
.pdp-banner-copy .pdp-meta i {
  color: #fff;
}

.pdp-banner-copy .pdp-title {
  font-size: var(--pdp-hero-title-size);
  line-height: .9;
  max-width: none;
}

.pdp-hero-ticket-button {
  display: none;
}

.pdp-detail .pdp-page.sticky {
  display: none !important;
}

.pdp-detail-main {
  padding-bottom: 2rem;
  padding-top: 3.25rem;
  position: relative;
}

.pdp-detail--info-in-hero .pdp-detail-main {
  padding-top: 2.25rem;
}

.pdp-detail-copy {
  padding-right: clamp(2rem, 5vw, 5rem) !important;
}

.pdp-eyebrow {
  background: #fff;
  border-radius: 999px;
  display: inline-flex;
  font-size: var(--text-caption);
  font-weight: 800;
  letter-spacing: .06em;
  margin: 0 0 1.35rem;
  padding: .38rem .75rem .3rem;
  text-transform: uppercase;
}

.pdp-title {
    font-size: var(--text-heading-l);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: .98;
    margin: 0 0 1.5rem;
    max-width: 760px;
    text-transform: none;
}

.pdp-meta {
  align-items: center;
  display: flex;
  font-size: var(--text-body);
  font-weight: 700;
  gap: .75rem;
  line-height: 1.35;
  margin: 0 0 .7rem;
}

.pdp-meta i {
  color: #55504a;
  flex: 0 0 16px;
  text-align: center;
}

.pdp-description {
  font-size: var(--text-body);
  line-height: 1.55;
  margin-top: 2rem;
  max-width: 760px;
}

.pdp-detail--info-in-hero .pdp-description {
  margin-top: 0;
}

.pdp-description p:last-child {
  margin-bottom: 0;
}

.pdp-description-preview,
.pdp-description-toggle {
  display: none;
}

.pdp-program {
    background: #eee5d8;
    border-radius: 6px;
    margin-top: 2rem;
    max-width: 520px;
    padding: var(--pdp-listing-padding);
}

.pdp-program h4 {
    color: #8f5b2e;
    font-size: var(--text-body-small);
    font-weight: 800;
    letter-spacing: .04em;
    margin: 0 0 .65rem;
    text-transform: uppercase;
}

.pdp-program h4:not(:first-child) {
    margin-top: 1.5rem;
}

.pdp-program .flex-row {
    align-items: baseline;
    border-bottom: 1px solid #d4c2ac;
    display: grid;
    font-size: var(--text-body-small);
    gap: 1rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr);
    line-height: 1.25;
    padding: .48rem 0;
}

.pdp-program-list .flex-row:first-child {
    padding-top: .2rem;
}

.pdp-program-list .flex-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.pdp-program .flex-row > div:first-child {
    font-weight: 800;
}

.pdp-program .flex-row > div:last-child {
    font-weight: 400;
}

.pdp-text-subtext-bar {
  border-bottom: 1px solid #cdb99e;
  border-top: 1px solid #cdb99e;
  display: grid;
  gap: clamp(1.75rem, 5vw, 4.5rem);
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-top: 2.75rem;
  padding: var(--pdp-listing-padding);
  width: 100%;
}

.pdp-text-subtext-item h4 {
  font-size: var(--text-body-small);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 .15rem;
}

.pdp-text-subtext-item p {
  font-size: var(--text-body-small);
  line-height: 1.25;
  margin: 0;
}

.pdp-text-subtext-bar--mobile {
  display: none;
}

.pdp-quotes {
  margin-top: 3rem;
}

.pdp-quote {
  border-left: 6px solid var(--pdp-ink);
  margin: 0;
  max-width: 720px;
  padding: 1.15rem 0 1.15rem 1.75rem;
}

.pdp-quote + .pdp-quote {
  margin-top: 2rem;
}

.pdp-quote p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: var(--text-heading-l);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.08;
  margin: 0 0 .85rem;
  max-width: 650px;
}

.pdp-quote footer {
  font-size: var(--text-body-small);
  font-weight: 700;
  line-height: 1.25;
}

.pdp-performers {
  background: linear-gradient(to bottom,
    transparent 0,
    transparent 5rem,
    #cf321f 5rem,
    #cf321f 100%);
  margin-top: 5rem;
  margin-bottom: 5rem;
  overflow: clip;
  padding-bottom: 3.75rem;
  position: relative;
  width: 100%;
}

.pdp-performer-content {
  isolation: isolate;
  position: relative;
}

.pdp-performer-content::after {
  background: #f04e3d;
  bottom: -3.75rem;
  content: "";
  left: -1.5rem;
  position: absolute;
  top: 6.25rem;
  width: 100vw;
  z-index: -1;
}

.pdp-performer-content > h2 {
  color: #8f5b2e;
  font-size: var(--text-body-small);
  font-weight: 800;
  letter-spacing: .04em;
  margin: 0 0 .7rem;
  text-transform: uppercase;
}

.pdp-performer-grid {
  display: grid;
  gap: 2.6rem 1.25rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
}

.pdp-performer-card {
  color: #fff;
  min-width: 0;
}

.pdp-performer-card > a {
  cursor: pointer;
  text-decoration: none;
}

.pdp-detail .pdp-performer-card > a:hover,
.pdp-detail .pdp-performer-card > a:focus-visible {
  color: #fff;
  text-decoration: none;
}

.pdp-performer-card:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

@media (hover: hover) {
  .pdp-performer-card {
    transition: transform .2s ease;
  }

  .pdp-performer-card:hover,
  .pdp-performer-card:focus-visible {
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pdp-performer-card {
    transition: none;
  }

  .pdp-performer-card:hover,
  .pdp-performer-card:focus-visible {
    transform: none;
  }
}

.pdp-performer-card img {
  aspect-ratio: 4 / 5;
  border-radius: var(--border-radius);
  display: block;
  object-fit: cover;
  width: 100%;
}

.pdp-performer-details {
  padding-top: .65rem;
  color: white;
}

.pdp-performer-details h3 {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: var(--text-heading-s);
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
}

.pdp-performer-details p {
  color: inherit;
  font-size: var(--text-caption);
  line-height: 1.3;
  margin: .12rem 0 0;
}

#pdp-sidebar {
  position: relative;
  z-index: 4;
}

.pdp-detail--has-hero #pdp-sidebar {
  margin-top: -9.75rem;
}

.pdp-ticket-card {
  background: var(--pdp-card);
  border-radius: var(--border-radius);
  box-shadow: 0 16px 40px rgba(33, 23, 15, .08);
  display: block;
  padding: 2rem 2.25rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  #pdp-sidebar > .pdp-ticket-card {
    min-height: 20rem;
  }
}

.pdp-sponsor-logo {
  display: block;
  height: auto;
  margin-bottom: 2rem;
  max-width: 100%;
  width: auto;
}

.pdp-ticket-section {
  border-bottom: 1px solid var(--pdp-line);
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem;
}

.pdp-ticket-section--no-divider {
  border-bottom: 0;
}

.pdp-ticket-section--promo {
  margin-bottom: 2rem;
  padding-bottom: 0;
}

.pdp-ticket-section--performance {
  margin-bottom: .75rem;
  padding-bottom: 0;
}

.pdp-ticket-label {
  color: var(--default-brown);
  display: block;
  font-size: var(--text-caption);
  font-weight: 800;
  letter-spacing: .045em;
  margin: 0 0 .65rem;
  text-transform: uppercase;
}

.pdp-ticket-label--inline {
  margin-bottom: 0;
}

.pdp-ticket-card .promo-code-container .row {
  margin-left: 0;
  margin-right: 0;
}

.pdp-ticket-card .promo-code-container .row > * {
  padding-left: 0;
  padding-right: 0;
}

.pdp-ticket-card .input-group {
  flex-wrap: nowrap;
  margin-bottom: 0 !important;
}

.pdp-ticket-card .form-control,
.pdp-ticket-card .form-select {
  border: 1px solid #aaa29a;
  border-radius: 0;
  box-shadow: none;
  font-size: var(--text-body-small);
  min-height: 42px;
}

.pdp-performance-select {
  background-color: #f8f5f0;
  font-weight: 700;
  padding-right: 2.2rem;
  width: 100%;
}

.pdp-buy-button {
  background: var(--pdp-action);
  border: 0;
  border-radius: 0;
  color: var(--pdp-ink);
  font-size: var(--text-body-small);
  font-weight: 800;
  margin: 0 0 1.4rem;
  padding: .75rem 1.25rem;
  text-transform: uppercase;
}

.pdp-buy-button:hover,
.pdp-buy-button:focus-visible {
  background: #dda517;
  color: var(--pdp-ink);
}

.pdp-ticket-prices {
  align-items: flex-start;
  border-top: 1px solid var(--pdp-line);
  display: flex;
  font-size: var(--text-body-small);
  justify-content: space-between;
  margin-bottom: .65rem;
  margin-top: 2rem;
  padding-bottom: 0;
  padding-top: 2rem;
  text-transform: uppercase;
}

.pdp-ticket-price-copy {
  min-width: 0;
}

.pdp-ticket-price-note {
  display: block;
  font-size: var(--text-caption);
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  margin-top: .65rem;
  text-transform: none;
}

.pdp-ticket-prices strong {
  font-size: var(--text-body);
}

.pdp-member-pricing-link,
.pdp-member-pricing-link:hover,
.pdp-member-pricing-link:focus-visible {
  color: var(--color-accent, #ff6600);
  display: inline-block;
  font-size: var(--text-caption);
  line-height: 1.2;
  text-decoration: none;
}

.pdp-member-pricing-link:hover,
.pdp-member-pricing-link:focus-visible {
  color: var(--pdp-ink);
}

.pdp-access-info {
  border-bottom: 1px solid var(--pdp-line);
  font-size: var(--text-body-small);
  line-height: 1.45;
  margin-bottom: 1.1rem;
  padding-bottom: 1.1rem;
}

.pdp-access-info p:last-child {
  margin-bottom: 0;
}

.pdp-ticket-links {
  column-gap: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pdp-ticket-links--2-items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pdp-ticket-link {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: var(--text-caption);
  gap: .5rem;
  min-height: 70px;
  padding: .55rem .3rem 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}

a.pdp-ticket-link {
  cursor: pointer;
  transition: transform .2s ease;
}

a.pdp-ticket-link:hover,
a.pdp-ticket-link:focus-visible {
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  a.pdp-ticket-link {
    transition: none;
  }

  a.pdp-ticket-link:hover,
  a.pdp-ticket-link:focus-visible {
    transform: none;
  }
}

.pdp-ticket-link + .pdp-ticket-link {
  border-left: 0;
}

.pdp-ticket-link + .pdp-ticket-link::before {
  background: #e1e1e1;
  bottom: 0;
  content: "";
  left: calc(-.625rem - .5px);
  position: absolute;
  top: .55rem;
  width: 1px;
}

.pdp-ticket-links span {
  color: var(--color-accent, #ff6600);
  line-height: 1.2;
}

a.pdp-ticket-link:hover span,
a.pdp-ticket-link:focus-visible span {
  color: var(--pdp-ink);
}

.pdp-ticket-links img {
  height: 2.75rem;
  object-fit: contain;
  width: 2.75rem;
}

.pdp-detail > .umb-block-list,
.pdp-detail > .pdp-page:not(.pdp-detail-main) {
  position: relative;
}

.pdp-detail .calendar-container.container-fluid {
  background: var(--pdp-paper) !important;
  margin-bottom: 0 !important;
  padding-bottom: 4rem !important;
  padding-top: 1rem !important;
}

.pdp-detail .calendar-view a,
.pdp-detail .calendar-month-button.active {
  color: var(--pdp-accent);
}

.pdp-detail .calendar-month-button {
  background: transparent;
  border: 0;
  font-weight: 700;
}

.pdp-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-bottom: 1.5rem;
}

.pdp-keyword-label {
    align-items: center;
    background: #fff6d9;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #7a541e;
    display: inline-flex;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .035em;
    line-height: 1;
    padding: .45rem .65rem;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .pdp-detail .pdp-banner--with-content {
    --pdp-hero-image-overlap: clamp(4rem, 8.73vw, 5.45rem);
    --pdp-hero-black-extension: clamp(7rem, 15vw, 9rem);
    aspect-ratio: auto;
    background: #000;
    max-height: none;
  }

  .pdp-banner--with-content .pdp-banner-media {
    aspect-ratio: 2560 / 670;
    height: auto;
    max-height: 420px;
  }

  .pdp-detail--info-below-hero .pdp-banner {
    aspect-ratio: auto;
    max-height: none;
  }

  .pdp-detail--info-below-hero .pdp-banner-media,
  .pdp-detail--info-below-hero .pdp-banner .hero-banner,
  .pdp-detail--info-below-hero .pdp-banner .hero-banner-mobile {
    height: auto;
  }

  .pdp-detail--info-below-hero .pdp-banner .hero-banner,
  .pdp-detail--info-below-hero .pdp-banner .hero-banner-mobile {
    object-fit: contain;
  }

  .pdp-detail .pdp-banner--with-content::after {
    display: none;
  }

  .pdp-banner--with-content .pdp-banner-content {
    align-items: center;
    inset: auto;
    isolation: isolate;
    margin-top: calc(-1 * var(--pdp-hero-image-overlap));
    min-height: calc(var(--pdp-hero-image-overlap) + var(--pdp-hero-black-extension));
    position: relative;
  }

  .pdp-banner--with-content .pdp-banner-content::before {
    background: linear-gradient(
      to bottom,
      transparent 0,
      #000 var(--pdp-hero-image-overlap),
      #000 100%
    );
    content: "";
    inset: 0 calc(50% - 50vw);
    position: absolute;
    z-index: -1;
  }

  .pdp-banner--with-content .pdp-banner-copy {
    max-width: 100%;
    width: 100%;
  }

  .pdp-hero-ticket-button {
    display: inline-flex;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  #pdp-sidebar {
    scroll-margin-top: 1rem;
  }

  .pdp-text-subtext-bar--desktop {
    display: none;
  }

  .pdp-text-subtext-bar--mobile {
    display: grid;
    margin-top: 1.5rem;
  }

  .pdp-detail-main {
    padding-bottom: 3rem;
    padding-top: 2.5rem;
  }

  .pdp-detail--info-in-hero .pdp-detail-main {
    padding-top: 1.75rem;
  }

  .pdp-detail-copy {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
  }

  .pdp-detail--has-hero #pdp-sidebar {
    margin-top: 1.5rem;
  }

  .pdp-ticket-card {
    --pdp-stacked-sidebar-gutter: calc(var(--bs-gutter-x) * .5);
    border-radius: 0;
    box-shadow: none;
    margin-left: 50%;
    padding: 1.6rem var(--pdp-stacked-sidebar-gutter);
    transform: translateX(-50%);
    width: 100vw;
  }

  .pdp-performer-grid {
    gap: 2rem 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pdp-ticket-card {
    --pdp-stacked-sidebar-gutter: calc((100vw - 540px) * .5 + var(--bs-gutter-x) * .5);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pdp-ticket-card {
    --pdp-stacked-sidebar-gutter: calc((100vw - 720px) * .5 + var(--bs-gutter-x) * .5);
  }
}

@media (max-width: 767.98px) {
  .pdp-detail--info-below-hero .pdp-banner--mobile-image-fallback {
    aspect-ratio: 3 / 2;
    max-height: 300px;
  }

  .pdp-detail--info-below-hero .pdp-banner--mobile-image-fallback .pdp-banner-media,
  .pdp-detail--info-below-hero .pdp-banner--mobile-image-fallback .hero-banner-mobile {
    height: 100%;
  }

  .pdp-detail--info-below-hero .pdp-banner--mobile-image-fallback .hero-banner-mobile {
    object-fit: cover;
    object-position: center center;
  }

  .pdp-detail .pdp-banner--with-content {
    --pdp-hero-image-overlap: min(22.222vw, 100px);
  }

  .pdp-banner--with-content .pdp-banner-media {
    aspect-ratio: 3 / 2;
    max-height: 300px;
  }
}

@media (max-width: 767.98px) {
  .pdp-detail {
    --pdp-listing-padding: .25rem;
  }

  .pdp-performer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdp-detail-main {
    padding-top: 1.5rem;
  }

  .pdp-detail--info-in-hero .pdp-detail-main {
    padding-top: 1rem;
  }

  .pdp-sponsor-logo {
    max-width: 80%;
  }

  .pdp-title {
    font-size: var(--text-heading-xl);
  }

  .pdp-description {
    margin-top: 1.5rem;
  }

  .pdp-description--collapsible .pdp-description-preview {
    display: block;
  }

  .pdp-description--collapsible .pdp-description-full {
    display: none;
  }

  .pdp-description--collapsible.is-expanded .pdp-description-preview {
    display: none;
  }

  .pdp-description--collapsible.is-expanded .pdp-description-full {
    display: block;
  }

  .pdp-description-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--color-accent, #ff6600);
    display: inline-flex;
    font-family: inherit;
    font-size: var(--text-body);
    font-weight: 500;
    gap: .55rem;
    margin-top: .4rem;
    padding: 0;
  }

  .pdp-description-toggle:hover,
  .pdp-description-toggle:focus-visible {
    color: var(--color-accent, #ff6600);
    text-decoration: underline;
  }

  .pdp-description-toggle-caret {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    display: inline-block;
    height: .55rem;
    transform: rotate(45deg) translateY(-.15rem);
    transition: transform .2s ease;
    width: .55rem;
  }

  .pdp-description-toggle[aria-expanded="true"] .pdp-description-toggle-caret {
    transform: rotate(225deg) translate(-.1rem, -.1rem);
  }

  .pdp-program {
    max-width: none;
    padding: 1.25rem;
  }

  .pdp-program .flex-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
  }

  .pdp-text-subtext-bar {
    gap: 0;
    grid-template-columns: 1fr;
    padding: .5rem 0;
  }

  .pdp-text-subtext-bar--mobile {
    margin-bottom: 3rem;
  }

  .pdp-text-subtext-item {
    padding: 1rem var(--pdp-listing-padding);
  }

  .pdp-text-subtext-item + .pdp-text-subtext-item {
    border-top: 1px solid #d4c2ac;
  }

  .pdp-quote {
    border-left-width: 5px;
    padding: .85rem 0 .85rem 1.25rem;
  }

  .pdp-quote p {
    font-size: var(--text-heading-m);
  }

  .pdp-performers {
    margin-bottom: 3rem;
    margin-top: 3rem;
    padding-bottom: 3rem;
  }

  .pdp-detail .calendar-container.container-fluid {
    padding-top: 0 !important;
  }
}

.no-underline {
    text-decoration:none;
}
