.dates-page-header {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 690px;
    border-bottom: 1px solid #292d31;
    background:
        radial-gradient(circle at 70% 35%, rgba(245, 0, 99, .2), transparent 27%),
        linear-gradient(115deg, #050607 0%, #12151a 60%, #090a0c 100%);
    color: #fff;
}

.dates-page-header::before {
    position: absolute;
    z-index: -1;
    top: 85px;
    right: -90px;
    width: 470px;
    height: 470px;
    background: url('../../img/paint-logo-hd.png') center/contain no-repeat;
    content: '';
    opacity: .27;
    transform: rotate(-14deg);
}

.dates-page-header .navbar {
    min-height: 92px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.dates-page-header .brand img {
    display: block;
    width: 100%;
    max-height: 76px;
    object-fit: contain;
}

.dates-page-header .nav-link {
    color: rgba(255, 255, 255, .86);
}

.dates-page-header .nav-link:hover,
.dates-page-header .nav-link.active {
    color: var(--pink);
}

.dates-hero {
    position: relative;
    display: grid;
    min-height: 595px;
    grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
    align-items: center;
}

.dates-hero-copy {
    position: relative;
    z-index: 6;
    max-width: 690px;
    padding: 65px 0 115px;
}

.dates-hero-copy .eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: .12em;
}

.dates-hero-copy .eyebrow::before {
    width: 34px;
    height: 2px;
    background: var(--pink);
    content: '';
}

.dates-hero-copy h1 {
    margin: 17px 0 25px;
    font-size: clamp(4.7rem, 8vw, 8rem);
    letter-spacing: -.055em;
    line-height: .77;
}

.dates-hero-copy h1 span {
    color: var(--pink);
}

.dates-hero-copy > p:not(.eyebrow) {
    max-width: 600px;
    margin: 0 0 32px;
    color: #d1d5d8;
    font-size: 1.03rem;
    line-height: 1.7;
}

.dates-hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
}

.dates-text-link {
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: .88rem;
    font-weight: 900;
    letter-spacing: .04em;
}

.dates-text-link i {
    margin-left: 8px;
    transition: transform .2s ease;
}

.dates-text-link:hover {
    border-color: var(--pink);
    color: var(--pink);
}

.dates-text-link:hover i {
    transform: translateX(5px);
}

.dates-hero-cast {
    position: absolute;
    z-index: 2;
    right: -10px;
    bottom: 0;
    width: 650px;
    height: 570px;
}

.dates-hero-cast::after {
    position: absolute;
    z-index: 1;
    right: 5%;
    bottom: -10px;
    left: 5%;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .7);
    content: '';
    filter: blur(18px);
}

.dates-hero-glow {
    position: absolute;
    z-index: 0;
    top: 12%;
    left: 17%;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 0, 99, .25), rgba(80, 34, 117, .1) 45%, transparent 70%);
    filter: blur(8px);
}

.dates-hero-cast img {
    position: absolute;
    z-index: 3;
    bottom: 0;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 18px 19px rgba(0, 0, 0, .47));
}

.dates-cast-main {
    right: 4%;
    height: 98%;
}

.dates-cast-side {
    z-index: 2 !important;
    left: -4%;
    height: 77%;
    opacity: .72;
    transform: rotate(-3deg);
}

.dates-next-card {
    position: absolute;
    z-index: 7;
    right: 0;
    bottom: 42px;
    width: 275px;
    padding: 20px 22px 21px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(8, 10, 12, .91);
    box-shadow: 9px 9px 0 var(--pink);
    backdrop-filter: blur(9px);
}

.dates-next-label {
    display: block;
    margin-bottom: 13px;
    color: var(--pink);
    font-size: .63rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.dates-next-date {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.dates-next-date strong {
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 3rem;
    font-weight: 900;
    line-height: .8;
}

.dates-next-date span {
    color: #bfc3c7;
    font-size: .63rem;
    font-weight: 800;
    line-height: 1.3;
}

.dates-next-card h2 {
    margin: 5px 0 8px;
    font-size: 1.55rem;
    line-height: .95;
}

.dates-next-card p {
    margin: 0;
    color: #bfc3c7;
    font-size: .68rem;
    line-height: 1.5;
}

.dates-next-card p i {
    margin-right: 5px;
    color: var(--pink);
}

.dates-next-empty-icon {
    margin-bottom: 5px;
    color: #fff;
    font-size: 2rem;
}

.dates-page-main {
    color: #111316;
}

.dates-listing {
    scroll-margin-top: 30px;
    padding: clamp(80px, 9vw, 135px) 0 clamp(95px, 10vw, 145px);
    background-color: #f6f6f3;
    background-image: radial-gradient(circle, rgba(0, 0, 0, .036) 0 1px, transparent 1.2px);
    background-size: 14px 14px;
}

.dates-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 510px);
    align-items: end;
    gap: 70px;
    margin-bottom: 50px;
    padding-bottom: 32px;
    border-bottom: 3px solid #111316;
}

.dates-section-heading h2 {
    margin: 7px 0 0;
    font-size: clamp(4rem, 7vw, 7rem);
    letter-spacing: -.05em;
    line-height: .78;
}

.dates-section-heading > p {
    margin: 0;
    color: #60656a;
    font-size: .97rem;
    line-height: 1.7;
}

.dates-event-list {
    display: grid;
    gap: 17px;
}

.dates-event {
    position: relative;
    display: grid;
    min-height: 205px;
    grid-template-columns: 150px minmax(0, 1fr) 145px;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #d6d7d3;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 9px 27px rgba(10, 12, 14, .06);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.dates-event.has-image {
    grid-template-columns: 150px 235px minmax(0, 1fr) 145px;
}

.dates-event:hover {
    border-color: rgba(245, 0, 99, .45);
    box-shadow: 0 18px 42px rgba(10, 12, 14, .13);
    transform: translateY(-4px);
}

.dates-event.is-next {
    border-left: 5px solid var(--pink);
}

.dates-event-date {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #dededa;
    background: #111316;
    color: #fff;
}

.dates-event-date strong {
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 4rem;
    font-weight: 900;
    line-height: .75;
}

.dates-event-date span {
    margin-top: 10px;
    color: var(--pink);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.dates-event-date small {
    margin-top: 2px;
    color: #aeb2b6;
    font-size: .68rem;
}

.dates-event-image {
    overflow: hidden;
    background: #171a1e;
}

.dates-event-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.dates-event:hover .dates-event-image img {
    transform: scale(1.05);
}

.dates-event-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 27px 32px;
}

.dates-event-topline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    color: var(--pink);
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .1em;
}

.dates-event-status {
    padding: 4px 7px;
    border-radius: 2px;
    background: rgba(33, 159, 92, .12);
    color: #16834c;
    font-size: .56rem;
}

.dates-event-status.is-closed {
    background: rgba(96, 101, 106, .12);
    color: #666b70;
}

.dates-event h3 {
    margin: 0 0 11px;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    letter-spacing: -.02em;
    line-height: .94;
}

.dates-event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 22px;
    color: #555b60;
    font-size: .76rem;
    font-weight: 650;
}

.dates-event-meta i {
    width: 15px;
    color: var(--pink);
}

.dates-event-content > p {
    max-width: 800px;
    margin: 13px 0 0;
    color: #6a6e72;
    font-size: .75rem;
    line-height: 1.55;
}

.dates-event-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    border-left: 1px solid #e1e1de;
}

.dates-details-button,
.dates-calendar-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-weight: 900;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.dates-details-button {
    width: 100%;
    gap: 8px;
    padding: 11px 14px;
    background: #111316;
    color: #fff;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: .8rem;
}

.dates-details-button:hover {
    background: var(--pink);
}

.dates-calendar-button {
    width: 42px;
    height: 42px;
    border: 1px solid #cacbc8;
    border-radius: 50%;
    background: #fff;
    color: #111316;
}

.dates-calendar-button:hover {
    border-color: var(--pink);
    color: var(--pink);
}

.dates-empty-state {
    display: grid;
    min-height: 470px;
    grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr);
    overflow: hidden;
    border: 1px solid #d3d4d0;
    background: #fff;
    box-shadow: 0 18px 50px rgba(10, 12, 14, .1);
}

.dates-empty-visual {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 45%, rgba(245, 0, 99, .28), transparent 43%),
        linear-gradient(145deg, #171a1e, #090b0d);
}

.dates-empty-visual > span {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, .02), 0 0 0 60px rgba(255, 255, 255, .012);
}

.dates-empty-visual > i,
.dates-empty-visual > .svg-inline--fa {
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 36px;
    color: rgba(255, 255, 255, .12);
    font-size: 5rem;
}

.dates-empty-visual img {
    position: absolute;
    z-index: 2;
    right: -12%;
    bottom: 0;
    width: 105%;
    height: 94%;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 16px 18px rgba(0, 0, 0, .48));
}

.dates-empty-copy {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 60px clamp(40px, 7vw, 90px);
}

.dates-empty-copy h3 {
    max-width: 720px;
    margin: 8px 0 17px;
    font-size: clamp(2.7rem, 5vw, 4.8rem);
    letter-spacing: -.04em;
    line-height: .86;
}

.dates-empty-copy > p:not(.eyebrow) {
    max-width: 620px;
    margin: 0 0 26px;
    color: #62676b;
    font-size: .92rem;
    line-height: 1.7;
}

.dates-empty-copy > div {
    display: flex;
    align-items: center;
    gap: 25px;
}

.dates-empty-copy > div > a:not(.btn) {
    color: #111316;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: .8rem;
    font-weight: 900;
}

.dates-empty-copy > div > a:not(.btn):hover {
    color: var(--pink);
}

.dates-empty-copy > div > a:not(.btn) i {
    margin-left: 7px;
}

.dates-archive {
    padding: clamp(75px, 8vw, 115px) 0;
    background: #fff;
}

.dates-archive-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 2px solid #111316;
}

.dates-archive-heading h2 {
    margin: 6px 0 0;
    font-size: clamp(3rem, 5vw, 5rem);
    letter-spacing: -.04em;
    line-height: .85;
}

.dates-archive-heading > span {
    color: #6a6e72;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.dates-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.dates-archive-grid article {
    min-height: 225px;
    padding: 27px;
    border: 1px solid #dededa;
    background: #f7f7f5;
}

.dates-archive-date {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
}

.dates-archive-date strong {
    color: var(--pink);
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 2.9rem;
    font-weight: 900;
    line-height: .8;
}

.dates-archive-date span {
    color: #74787c;
    font-size: .67rem;
    font-weight: 800;
}

.dates-archive-grid article > small {
    color: var(--pink);
    font-size: .6rem;
    font-weight: 900;
    letter-spacing: .1em;
}

.dates-archive-grid h3 {
    margin: 7px 0 13px;
    font-size: 1.65rem;
    line-height: .95;
}

.dates-archive-grid p {
    margin: 0;
    color: #656a6e;
    font-size: .74rem;
}

.dates-archive-grid p i {
    margin-right: 6px;
    color: var(--pink);
}

.dates-booking {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 75% 40%, rgba(245, 0, 99, .28), transparent 30%),
        linear-gradient(115deg, #080a0c 0%, #171a1e 64%, #28000f 100%);
    color: #fff;
}

.dates-booking::before {
    position: absolute;
    z-index: -1;
    top: -80px;
    right: -40px;
    width: 440px;
    height: 440px;
    background: url('../../img/paint-logo-hd.png') center/contain no-repeat;
    content: '';
    opacity: .2;
}

.dates-booking .container {
    position: relative;
    display: grid;
    min-height: 540px;
    grid-template-columns: minmax(0, 1fr) 550px;
    align-items: center;
}

.dates-booking-copy {
    position: relative;
    z-index: 4;
    max-width: 670px;
    padding: 80px 0;
}

.dates-booking h2 {
    margin: 9px 0 20px;
    font-size: clamp(4rem, 7vw, 6.8rem);
    letter-spacing: -.05em;
    line-height: .8;
}

.dates-booking h2 span {
    color: var(--pink);
}

.dates-booking-copy > p:not(.eyebrow) {
    max-width: 550px;
    margin: 0 0 28px;
    color: #c9cdd0;
    font-size: .98rem;
    line-height: 1.7;
}

.dates-booking-cast {
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 580px;
    height: 510px;
}

.dates-booking-cast img {
    position: absolute;
    bottom: 0;
    height: 95%;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 17px 20px rgba(0, 0, 0, .5));
}

.dates-booking-cast img:first-child {
    z-index: 2;
    left: 0;
}

.dates-booking-cast img:last-child {
    right: 0;
    height: 82%;
    transform: rotate(3deg);
}

.dates-footer-contact {
    display: grid;
    gap: 10px;
}

.dates-footer-contact > a,
.dates-footer-contact > span {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    color: #c7c9cb;
}

.dates-footer-contact i,
.dates-footer-contact .svg-inline--fa {
    display: grid;
    flex: 0 0 30px;
    width: 30px !important;
    height: 30px;
    padding: 8px;
    place-items: center;
    border: 1px solid rgba(245, 0, 99, .4);
    border-radius: 50%;
    color: var(--pink) !important;
}

.dates-dialog {
    width: min(720px, calc(100vw - 30px));
    max-width: none;
    max-height: calc(100vh - 30px);
    padding: 0;
    overflow: hidden auto;
    border: 0;
    border-radius: 7px;
    background: #fff;
    color: #111316;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .65);
}

.dates-dialog::backdrop {
    background: rgba(2, 3, 4, .86);
    backdrop-filter: blur(7px);
}

.dates-dialog-panel {
    position: relative;
    padding: 55px 60px 52px;
}

.dates-dialog-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 1px solid #d2d3d0;
    border-radius: 50%;
    background: #fff;
    color: #111316;
}

.dates-dialog-close:hover {
    border-color: var(--pink);
    background: var(--pink);
    color: #fff;
}

.dates-dialog-head {
    padding-right: 30px;
}

.dates-dialog-head h2 {
    margin: 7px 0 26px;
    font-size: clamp(3rem, 6vw, 5rem);
    letter-spacing: -.045em;
    line-height: .84;
    text-transform: uppercase;
}

.dates-dialog-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 28px;
    border-top: 1px solid #dddeda;
    border-bottom: 1px solid #dddeda;
}

.dates-dialog-meta > span {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 82px;
    padding: 13px;
}

.dates-dialog-meta > span:not(:last-child) {
    border-right: 1px solid #dddeda;
}

.dates-dialog-meta i {
    color: var(--pink);
}

.dates-dialog-meta strong {
    font-size: .72rem;
    line-height: 1.35;
}

.dates-dialog-description {
    margin: 0 0 30px;
    color: #5d6266;
    font-size: .92rem;
    line-height: 1.75;
    white-space: pre-line;
}

.dates-dialog-actions {
    display: flex;
    align-items: center;
    gap: 22px;
}

.dates-dialog-request {
    color: #111316;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: .8rem;
    font-weight: 900;
}

.dates-dialog-request:hover {
    color: var(--pink);
}

.dates-dialog-request i {
    margin-left: 7px;
}

body.dates-dialog-open {
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .dates-hero-cast {
        right: -100px;
    }

    .dates-next-card {
        right: 20px;
    }

    .dates-event.has-image {
        grid-template-columns: 135px 190px minmax(0, 1fr) 125px;
    }

    .dates-event {
        grid-template-columns: 135px minmax(0, 1fr) 125px;
    }

    .dates-event-content {
        padding: 25px;
    }
}

@media (max-width: 991.98px) {
    .dates-page-header .navbar-collapse {
        position: relative;
        z-index: 30;
    }

    .dates-page-header {
        min-height: 800px;
    }

    .dates-hero {
        display: block;
        min-height: 705px;
    }

    .dates-hero-copy {
        max-width: 720px;
        padding: 55px 0 0;
    }

    .dates-hero-cast {
        right: -35px;
        width: 590px;
        height: 405px;
        opacity: .55;
    }

    .dates-next-card {
        right: 15px;
        bottom: 30px;
    }

    .dates-section-heading {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .dates-event,
    .dates-event.has-image {
        grid-template-columns: 125px minmax(0, 1fr) 115px;
    }

    .dates-event-image {
        display: none;
    }

    .dates-empty-state {
        grid-template-columns: 310px minmax(0, 1fr);
    }

    .dates-archive-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dates-booking .container {
        min-height: 610px;
        grid-template-columns: 1fr;
        align-items: start;
    }

    .dates-booking-copy {
        padding-bottom: 280px;
    }

    .dates-booking-cast {
        right: -10px;
        height: 370px;
        opacity: .62;
    }
}

@media (max-width: 767.98px) {
    .dates-page-header {
        min-height: 760px;
    }

    .dates-hero {
        min-height: 665px;
    }

    .dates-hero-copy {
        padding-top: 42px;
    }

    .dates-hero-copy h1 {
        font-size: clamp(3.8rem, 16vw, 5.6rem);
    }

    .dates-hero-copy > p:not(.eyebrow) {
        max-width: 95%;
        font-size: .94rem;
    }

    .dates-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .dates-hero-cast {
        right: -195px;
        height: 345px;
        opacity: .42;
    }

    .dates-next-card {
        right: 15px;
        bottom: 22px;
        width: 245px;
    }

    .dates-event,
    .dates-event.has-image {
        grid-template-columns: 105px minmax(0, 1fr);
    }

    .dates-event-actions {
        grid-column: 1 / -1;
        display: flex;
        justify-content: flex-end;
        flex-direction: row;
        padding: 14px 18px;
        border-top: 1px solid #e1e1de;
        border-left: 0;
    }

    .dates-details-button {
        width: auto;
        min-width: 135px;
    }

    .dates-empty-state {
        grid-template-columns: 1fr;
    }

    .dates-empty-visual {
        min-height: 330px;
    }

    .dates-empty-copy {
        padding: 45px 30px 50px;
    }

    .dates-dialog-meta {
        grid-template-columns: 1fr;
    }

    .dates-dialog-meta > span {
        min-height: 58px;
    }

    .dates-dialog-meta > span:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #dddeda;
    }
}

@media (max-width: 575.98px) {
    .dates-page-header {
        min-height: 790px;
    }

    .dates-hero {
        min-height: 695px;
    }

    .dates-hero-copy .eyebrow {
        font-size: .64rem;
    }

    .dates-hero-cast {
        right: -285px;
        width: 620px;
    }

    .dates-next-card {
        right: 9px;
        width: 225px;
        padding: 17px;
    }

    .dates-section-heading h2,
    .dates-booking h2 {
        font-size: 3.45rem;
    }

    .dates-event,
    .dates-event.has-image {
        grid-template-columns: 84px minmax(0, 1fr);
    }

    .dates-event-date strong {
        font-size: 3rem;
    }

    .dates-event-date span {
        font-size: .65rem;
    }

    .dates-event-content {
        padding: 22px 18px;
    }

    .dates-event h3 {
        font-size: 1.65rem;
    }

    .dates-event-meta {
        flex-direction: column;
    }

    .dates-empty-copy > div {
        align-items: flex-start;
        flex-direction: column;
    }

    .dates-archive-grid {
        grid-template-columns: 1fr;
    }

    .dates-archive-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .dates-booking-cast {
        right: -175px;
        width: 520px;
    }

    .dates-dialog-panel {
        padding: 50px 24px 35px;
    }

    .dates-dialog-actions {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dates-event,
    .dates-event-image img,
    .dates-text-link i {
        transition: none;
    }
}
