﻿
:root {
    --soft: #f4f4f4;
    --line: #dedede;
    --shadow: 0 24px 72px rgba(0, 0, 0, 0.18);
    --shell: 1280px;
}
button,
input,
select {
    font: inherit;
}

.ratio-3x2 {
    aspect-ratio: 3/2;
}

.ratio-2x3 {
    aspect-ratio: 2/3;
}

.shell {
    width: min(100% - 48px, var(--shell));
    margin-inline: auto;
}

.checkout-heading {
    padding-bottom: 36px;
}



.section-shell,
.hero,
.page-heading,
.content,
.content-grid,
.feature-strip,
.page-grid,
.detail-hero,
.ticket-panel,
.empty-state,
.basket-summary,
.basket-list,
.info-band,
.filter-panel,
.show-grid,
.section-actions,
.theater-alert {
    width: min(100% - 48px, var(--shell));
    margin-inline: auto;
}

/* partially moved some of the below styles into base */
/*.hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
    padding: clamp(56px, 8vw, 104px) 0 42px;
}
.hero.hero--banner {
    display: block;
    width: 100%;
    height: clamp(280px, 32vw, 520px);
    overflow: hidden;
    padding: 0;
}*/

.hero__copy {
    display: grid;
    gap: 16px;
}

.hero__copy h1 {
    margin: 0;
    font-family: var(--font-family-primary);
    font-size: clamp(3rem, 8vw, 6.2rem);
    line-height: 0.96;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero__lead {
    max-width: 720px;
    margin: 0;
    color: #222;
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.58;
}

.hero__media {
    min-height: 420px;
    overflow: hidden;
    background: #111;
    border-radius: 8px;
}

.hero__media--compact {
    min-height: 360px;
}

.hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.visit-calendar-link {
    justify-content: flex-start;
    margin-bottom: 28px;
}

.hero-stage {
    position: relative;
    min-height: clamp(520px, 62vw, 760px);
    display: grid;
    align-items: end;
    overflow: hidden;
    background: #111;
}

.hero-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.52)),
        linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 36%, rgba(0, 0, 0, 0.18));
}

.hero-stage img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-stage__controls {
    position: absolute;
    right: clamp(24px, 5vw, 64px);
    bottom: clamp(24px, 5vw, 64px);
    z-index: 3;
    display: flex;
    gap: 10px;
}

.round-control {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.46);
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    font-weight: 900;
}

.hero-stage__caption {
    position: relative;
    z-index: 2;
    width: min(100% - 48px, 980px);
    margin: 0 auto clamp(34px, 7vw, 80px);
    color: #fff;
}

.hero-stage__caption h1 {
    max-width: 14ch;
    margin: 0;
    font-family: var(--font-family-primary);
    font-size: clamp(3.4rem, 9vw, 7.5rem);
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-stage__caption p {
    max-width: 640px;
    margin: 18px 0 0;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.45;
}

.page-heading h1,
.detail-hero h1,
.ticket-panel h2,
.empty-state h2,
.filter-panel h2,
.feature-card h2,
.show-card h2,
.basket-summary h2,
.content h1,
.content h2,
.pdp-copy h2 {
    margin: 0;
    font-family: var(--font-family-primary);
    line-height: 0.96;
    letter-spacing: 0;
    text-transform: uppercase;
}

.page-heading p,
.panel-copy,
.show-summary,
.empty-state p,
.content,
.pdp-copy,
.basket-meta {
    color: var(--muted);
    line-height: 1.65;
}

.panel-label,
.show-date,
.ticket-band,
.sponsor-kicker,
.brand-kicker,
.stat-label {
    color: var(--pink);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}



.button-pink {
    background: var(--purple);
}

.button-pink:hover {
    background: var(--purple-dark);
}

.quick-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 36px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.quick-links a {
    min-height: 128px;
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 24px;
    border-right: 1px solid var(--line);
    text-decoration: none;
}

.quick-links a:last-child {
    border-right: 0;
}

.quick-links strong {
    font-family: var(--font-family-primary);
    font-size: 1.85rem;
    line-height: 1;
    text-transform: uppercase;
}

.quick-links span {
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 900;
}

.feature-strip,
.content-grid,
.show-grid,
.detail-grid,
.ticket-list,
.basket-list,
.hero-aside,
.detail-highlights,
.section-heading {
    display: grid;
    gap: 22px;
}

.section-heading {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
}

.content-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-block: 28px 64px;
}

.feature-card,
.filter-panel,
.ticket-panel,
.empty-state,
.basket-summary,
.basket-card,
.show-card,
.stat-card,
.detail-highlight,
.info-band {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
}

.feature-card,
.filter-panel,
.ticket-panel,
.empty-state,
.basket-summary,
.info-band {
    padding: clamp(24px, 4vw, 40px);
}

.feature-card {
    min-height: 250px;
    border-top: 12px solid var(--cyan);
}

.feature-card:nth-child(2n) {
    border-top-color: var(--green);
}

.feature-card:nth-child(3n) {
    border-top-color: var(--purple);
}

.page-heading {
    padding: clamp(70px, 11vw, 130px) 0 24px;
}

.page-heading h1 {
    max-width: 900px;
    font-size: clamp(3rem, 8vw, 6.6rem);
}

.filter-panel,
.section-heading,
.info-band,
.basket-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.filter-form {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    align-items: end;
    gap: 16px;
    width: 100%;
    margin-top: 22px;
}

.signup-form input,
.filter-form input,
.filter-form select {
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border: 2px solid white;
    background: #232323;
    color: white;
}

.signup-form input:focus,
.filter-form input:focus,
.filter-form select:focus {
    outline: 2px solid white;
    border-color: white;
}

.show-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 28px 0 76px;
}

.show-card {
    display: grid;
    grid-template-rows: auto 1fr;
}

.show-poster-wrap {
    aspect-ratio: 16 / 11;
    background: #111;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.show-poster,
.detail-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.show-poster-placeholder,
.detail-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--purple-dark), var(--green));
    font-family: var(--font-family-primary);
    font-size: 2rem;
    text-transform: uppercase;
}

.show-card-body {
    display: grid;
    gap: 14px;
    padding: 24px;
}

.show-card h2 {
    font-size: 2.4rem;
}

.show-time,
.ticket-type,
.basket-event {
    margin: 0;
    font-weight: 900;
}

.show-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    color: var(--muted);
    font-size: 0.9rem;
}

.ticket-card,
.basket-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ticket-price,
.basket-price {
    font-size: 1.35rem;
    font-weight: 900;
}

.client-basket {
    width: min(100% - 48px, var(--shell));
    margin: 0 auto 80px;
}

.basket-card__actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.basket-card__actions .basket-price {
    margin: 0;
}

.filter-chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.filter-chip {
    padding: 7px 11px;
    color: #fff;
    background: #000;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.upcoming-events-carousel {
	padding-top: clamp(48px, 7vw, 96px);
	padding-bottom: clamp(48px, 7vw, 96px);
}

.upcoming-events-carousel__header,
.upcoming-events-carousel__actions {
	display: flex;
	align-items: center;
	gap: 24px;
}

.upcoming-events-carousel__header {
	justify-content: space-between;
	margin-bottom: 24px;
}

.upcoming-events-carousel__header .title {
	margin: 0;
}

.upcoming-events-carousel__track {
	margin: 0 -.5rem;
}

.upcoming-events-carousel__card {
	overflow: hidden;
}

.upcoming-events-carousel__link {
	display: flex;
	flex-direction: column;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

.upcoming-events-carousel__media {
	position: relative;
}

.upcoming-events-carousel__media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.upcoming-events-carousel__featured {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 7px 12px;
	background: var(--pink, #e6007e);
	color: #fff;
	font-size: .8rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-align: center;
	text-transform: uppercase;
}

.upcoming-events-carousel__date {
	margin-bottom: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.upcoming-events-carousel__date span {
	color: var(--pink, #e6007e);
}

.upcoming-events-carousel__summary {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.upcoming-events-carousel__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
	font-weight: 800;
	text-transform: uppercase;
}

.detail-hero {
    display: grid;
    grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: stretch;
    padding: clamp(72px, 10vw, 128px) 0 46px;
}

.detail-hero-media {
    min-height: 460px;
    overflow: hidden;
    background: #111;
    border-radius: 8px;
}

.detail-hero h1 {
    font-size: clamp(3.4rem, 8vw, 6.8rem);
}

.hero-lead {
    color: #2a2a2a;
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.58;
}

.detail-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
}

.detail-highlight {
    padding: 18px;
    border-top: 8px solid var(--green);
}

.detail-highlight:nth-child(2n) {
    border-top-color: var(--purple);
}

.detail-highlight span,
.stat-card span {
    display: block;
    margin-bottom: 8px;
}

.detail-highlight strong,
.stat-card strong {
    display: block;
    font-size: 1.1rem;
}

.detail-highlight small,
.stat-card p {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    line-height: 1.45;
}

.ticket-panel,
.empty-state,
.basket-summary,
.basket-list,
.section-actions,
.theater-alert {
    margin-top: 26px;
}

.ticket-panel {
    color: #fff;
    background: var(--purple);
    border: 0;
    border-radius: 8px;
}

.ticket-panel h2,
.ticket-panel .eyebrow,
.ticket-panel .panel-copy {
    color: #fff;
}

.ticket-list {
    margin-top: 24px;
}

.ticket-card,
.basket-card {
    padding: 18px;
    border: 1px solid var(--line);
    background: #fff;
}

.ticket-panel .ticket-card {
    color: var(--ink);
    border: 0;
    border-radius: 8px;
}

.ticket-form {
    display: flex;
    align-items: end;
    gap: 12px;
    flex-wrap: wrap;
}

.quantity-input {
    width: 88px;
}

.validation-summary,
.validation-summary-full {
    grid-column: 1 / -1;
}

.account-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.account-header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.sponsor-strip {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    gap: 32px;
    padding: 78px 0 70px;
    text-align: center;
}

.sponsor-kicker {
    grid-column: 1 / -1;
    margin: 0 0 8px;
    color: #1b1b1b;
}

.sponsor-arrow {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--green);
    border: 0;
    border-radius: 999px;
    font-size: 2rem;
    line-height: 1;
}

.sponsor-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(28px, 5vw, 70px);
    color: var(--purple-dark);
    font-weight: 900;
    line-height: 1.05;
}




.footer-building {
    position: absolute;
    bottom: -12px;
    background-color: var(--green);
    background-image:
        linear-gradient(60deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%),
        linear-gradient(120deg, rgba(0, 0, 0, 0.08) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.08) 75%);
    background-size: 74px 128px;
}

.footer-building--left {
    left: 0;
    width: 9vw;
    min-width: 80px;
    height: 170px;
    transform: skew(-4deg);
}

.footer-building--main {
    right: 0;
    width: 70vw;
    height: 230px;
    border-top-left-radius: 40% 18%;
    transform: skew(-8deg);
}

.footer-building--main::before {
    content: "";
    position: absolute;
    left: 20%;
    top: -52px;
    width: 34%;
    height: 76px;
    background: rgba(239, 184, 105, 0.72);
    clip-path: polygon(0 35%, 44% 35%, 50% 0, 62% 0, 68% 35%, 100% 35%, 100% 100%, 0 100%);
}

.footer-sign {
    position: absolute;
    left: clamp(110px, 15vw, 270px);
    bottom: 24px;
    width: clamp(210px, 22vw, 330px);
    height: clamp(170px, 21vw, 300px);
    display: grid;
    place-items: center;
    background: #fff;
    transform: rotate(-3deg);
    box-shadow: 0 18px 0 #111;
}

.footer-sign::after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: 20px;
    width: 170px;
    height: 32px;
    background:
        linear-gradient(84deg, #333 0 22%, transparent 22% 34%, #333 34% 54%, transparent 54% 66%, #333 66% 82%, transparent 82% 100%);
    transform: rotate(-7deg);
}

.footer-door {
    position: absolute;
    right: 5vw;
    bottom: 8px;
    width: 64px;
    height: 108px;
    background: #4f4f4f;
    border: 14px solid #111;
}

.footer-door::after {
    content: "";
    position: absolute;
    inset: 8px;
    background: var(--green);
    transform: skew(-14deg);
}



.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 980px) {
    .quick-links,
    .hero,
    .content-grid,
    .show-grid,
    .detail-hero,
    .footer-grid,
    .detail-highlights {
        grid-template-columns: 1fr;
    }

    .filter-form {
        grid-template-columns: repeat(2, minmax(160px, 1fr));
    }

	.upcoming-events-carousel__header {
		align-items: flex-start;
		flex-direction: column;
	}

    .footer-grid {
        text-align: center;
    }

    .social-links {
        padding-top: 0;
    }

    .footer-legal {
        justify-content: center;
    }
}

@media (max-width: 680px) {
    .hero.hero--banner {
        height: clamp(260px, 75vw, 400px);
        padding: 0;
    }

	.upcoming-events-carousel__actions {
		align-items: flex-start;
		flex-wrap: wrap;
	}
    .shell,
    .section-shell,
    .hero,
    .page-heading,
    .content,
    .feature-strip,
    .page-grid,
    .detail-hero,
    .ticket-panel,
    .empty-state,
    .basket-summary,
    .basket-list,
    .info-band,
    .filter-panel,
    .show-grid,
    .section-actions,
    .theater-alert {
        width: min(100% - 28px, var(--shell));
    }

    .filter-panel,
    .section-heading,
    .info-band,
    .basket-summary,
    .ticket-form,
    .section-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-stage__controls {
        gap: 10px;
    }

    .hero-stage {
        min-height: 560px;
    }

    .hero {
        padding-top: 42px;
    }

    .hero__media,
    .hero__media--compact {
        min-height: 260px;
    }

    .hero-stage__caption h1 {
        font-size: clamp(3.2rem, 17vw, 5rem);
    }

    .quick-links,
    .filter-form {
        grid-template-columns: 1fr;
    }

    .account-header,
    .account-header-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .sponsor-strip {
        grid-template-columns: 1fr;
    }

    .sponsor-arrow {
        display: none;
    }

    .sponsor-logos {
        display: grid;
        gap: 18px;
    }

    .footer-sign {
        left: 42px;
    }

/*    .signup-row {
        grid-template-columns: 1fr;
    }*/

}


