/* Production single-page customizations */
.single-production .gt-page-content.gt-style-2 .gt-article {
    margin-top: 0 !important;
    margin-bottom: 120px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.single-production .component-sticky-anchors-nav {
    display: none;
    position: sticky;
    top: var(--scb-sticky-anchors-top, 0px);
    z-index: 30;
    margin: 0 0 26px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.14);
    background: rgba(255, 255, 255, 0.94);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.single-production .component-sticky-anchors-nav.is-ready {
    display: block;
}

.single-production .component-sticky-anchors-nav__main-wrapper {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.single-production .component-sticky-anchors-nav__container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.single-production .component-sticky-anchors-nav__container::-webkit-scrollbar {
    display: none;
}

.single-production .component-sticky-anchors-nav__wrapper {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    min-height: 58px;
    white-space: nowrap;
}

.single-production .component-sticky-anchors-nav__slide {
    margin: 0;
    padding: 0;
}

.single-production .component-sticky-anchors-nav__slide a {
    display: inline-flex;
    align-items: center;
    position: relative;
    min-height: 58px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #575757;
}

.single-production .component-sticky-anchors-nav__slide a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #111;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.single-production .component-sticky-anchors-nav__slide a.is-active {
    color: #111;
}

.single-production .component-sticky-anchors-nav__slide a.is-active::after {
    transform: scaleX(1);
}

.single-production .scb-overview-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    column-gap: 40px;
    align-items: start;
}

.single-production .scb-overview-section-main {
    min-width: 0;
}

.single-production .gt-content-sections li > h4 {
    margin: 0 0 14px;
    font-family: var(--e-global-typography-primary-font-family, var(--gt-primary-font-family, inherit)) !important;
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    font-weight: 400;
    text-transform: none;
    color: #111;
}

.single-production .scb-overview-section-title,
.single-production .scb-overview-section-main > h4,
.single-production .gt-item-media-tab > .scb-overview-section-title {
    font-family: var(--e-global-typography-primary-font-family, var(--gt-primary-font-family, inherit)) !important;
}

.single-production .scb-component-about-right {
    min-width: 0;
    padding-top: 16px;
}

.single-production .component-about__details {
    margin-bottom: 20px;
}

.single-production .component-about__details-text {
    margin: 0 0 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 15px;
    line-height: 1.35;
}

.single-production .component-about__details-text > span:first-child {
    font-weight: 500;
    color: #111;
}

.single-production .component-about__details-info {
    color: #111;
}

.single-production .component__timeline {
    margin-bottom: 26px;
}

.single-production .component__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-production .component__list-item {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 0;
    align-items: start;
    margin-bottom: 0;
    position: relative;
}

.single-production .component__list-item::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #d9d9d9;
    z-index: 0;
}

.single-production .component__list-item:first-child::before {
    top: 16px;
}

.single-production .component__list-item:last-child::before {
    bottom: calc(100% - 16px);
}

.single-production .component__list-item:last-child {
    margin-bottom: 0;
}

.single-production .component__list-item__dot {
    width: 14px;
    height: 14px;
    margin-top: 22px;
    margin-left: 5px;
    border-radius: 999px;
    border: 2px solid #000;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.single-production .component__list-item__dot-inside {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: transparent;
}

.single-production .component__list-item__text {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin: 10px 0;
    min-height: 52px;
    padding: 0 18px;
    border: 1px solid #d9d9d9;
    background: #fff;
    font-size: 15px;
    line-height: 1.25;
}

.single-production .component__list-item__duration {
    color: #8a8a8a;
    margin-left: auto;
    padding-left: 18px;
    border-left: 1px solid #bfbfbf;
}

.single-production .component-about__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.single-production .component-about__open,
.single-production .component-about__open:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 22px;
    border: 1px solid rgba(17, 17, 17, 0.55);
    border-radius: 999px;
    background: transparent;
    color: #111;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.single-production .component-about__open:hover {
    background: #111;
    color: #fff;
}

.single-production .scb-production-events-empty-state {
    padding: 32px 28px;
    background: #e5e5e5;
    border-radius: 5px;
    color: #111;
}

.single-production .scb-production-events-empty-state__text {
    margin: 0;
    max-width: 760px;
    font-size: 1rem;
    line-height: 1.6;
}

.single-production .scb-production-events-empty-state__button,
.single-production .scb-production-events-empty-state__button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 22px;
    padding: 0 24px;
    border: 1px solid #111;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.single-production .scb-production-events-empty-state__button:hover,
.single-production .scb-production-events-empty-state__button:focus {
    background: transparent;
    color: #111;
}

.single-production .scb-museum-drawer {
    width: min(960px, calc(100vw - 80px));
    max-width: 100%;
    overflow-x: hidden;
}

.single-production .scb-museum-drawer .component-about__drawer {
    max-height: min(78vh, 900px);
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 12px;
    box-sizing: border-box;
}

.fancybox-content .single-production .scb-museum-drawer,
.fancybox-content .scb-museum-drawer {
    overflow-x: hidden;
}

.fancybox-content .single-production .scb-museum-drawer .component-about__drawer,
.fancybox-content .scb-museum-drawer .component-about__drawer,
.single-production .scb-museum-drawer .component__push-desc,
.single-production .scb-museum-drawer .component-about__actes {
    max-width: 100%;
    box-sizing: border-box;
}

.fancybox-slide--html .fancybox-close-small {
    top: 12px;
    right: 12px;
    padding: 8px;
}

.single-production .component-about__characters-title,
.single-production .component-about__timeline-events-title {
    margin: 0 0 14px;
    font-family: var(--e-global-typography-primary-font-family, var(--gt-primary-font-family, inherit)) !important;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.single-production .component__timeline-events__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-production .component__timeline-events__list-item {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    column-gap: 12px;
    margin-bottom: 20px;
}

.single-production .component__timeline-events__list-item__aside {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-production .component__timeline-events__list-item__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #111;
}

.single-production .component__timeline-events__list-item__line {
    width: 1px;
    flex: 1 1 auto;
    min-height: 20px;
    background: rgba(17, 17, 17, 0.25);
    margin-top: 4px;
}

.single-production .component__timeline-events__list-item:last-child .component__timeline-events__list-item__line {
    display: none;
}

.single-production .component__timeline-events__list-item__date {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px;
}

.single-production .component__timeline-events__list-item__text p {
    margin: 0;
}

.single-production .component__timeline-events__list-item__media img {
    margin-top: 10px;
    width: 100%;
    height: auto;
    display: block;
}

.single-production .scb-season-hero-widget.component-season-hero .component-season-hero__content {
    transform: none !important;
    padding-left: 20px !important;
}

.single-production .scb-season-hero-widget.component-season-hero .component-season-hero__content-wrapper {
    padding-left: 0 !important;
}

.single-production .gt-content-body > .gt-item-content {
    padding-top: 20px;
    padding-bottom: 120px;
}

@media (max-width: 1023px) {
    .single-production .scb-overview-section {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .single-production .component-about__details-text {
        font-size: 16px;
    }

    .single-production .component__list-item__text {
        font-size: 15px;
    }

    .single-production .component-about__open,
    .single-production .component-about__open:visited {
        font-size: 0.75rem;
    }
}

@media (max-width: 991px) {
    .single-production .component-sticky-anchors-nav {
        margin-bottom: 18px;
    }

    .single-production .component-sticky-anchors-nav__main-wrapper {
        padding: 0 12px;
    }

    .single-production .component-sticky-anchors-nav__wrapper {
        gap: 20px;
        min-height: 50px;
    }

    .single-production .component-sticky-anchors-nav__slide a {
        min-height: 50px;
        font-size: 13px;
    }
}
