section{
    padding: 30px 0;
}


.sub-header{
    position: sticky;
    top: 0;
    z-index: 9998;

    height: 72px;
    padding: 0 34px;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;

    background: rgba(255,255,255,.88);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.sub-header__logo{
    justify-self: start;
    font-size: 14px;
    letter-spacing: .12em;
}

.sub-header__title{
    justify-self: center;
    font-size: 18px;
    letter-spacing: .18em;
}

.sub-menu-btn{
    justify-self: end;

    width: 46px;
    height: 46px;

    border: none;
    background: transparent;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;

    cursor: pointer;
}

.sub-menu-btn span{
    width: 28px;
    height: 1px;
    background: #222;
    transition: .3s;
}

.sub-nav{
    position: fixed;
    inset: 0;
    z-index: -1;

    background: rgba(255,255,255,.96);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: .35s;
}

.sub-nav ul{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

.sub-nav a{
    font-size: 22px;
    letter-spacing: .12em;
}

body.is-sub-menu-open .sub-nav{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.is-sub-menu-open .sub-menu-btn span:nth-child(1){
    transform: translateY(8px) rotate(45deg);
}

body.is-sub-menu-open .sub-menu-btn span:nth-child(2){
    opacity: 0;
}

body.is-sub-menu-open .sub-menu-btn span:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
}


@media (max-width: 768px){

    .sub-header{
        height: 64px;
        padding: 0 18px;
        grid-template-columns: 1fr auto;
    }

    .sub-header__title{
        display: none;
    }

    .sub-header__logo{
        font-size: 12px;
    }

    .sub-nav a{
        font-size: 18px;
    }

}




.single-event{
    background: #fff;
    padding: clamp(70px, 8vw, 120px) 0;
}

.single-event__inner{
    width: min(1080px, 84%);
    margin: 0 auto;
}

.single-event__header{
    display: flex;
    align-items: baseline;
    gap: 28px;
    margin-bottom: clamp(56px, 7vw, 90px);
}

.single-event__header h1{
    font-size: clamp(44px, 5vw, 66px);
    font-weight: 400;
    letter-spacing: .18em;
}

.single-event__header p{
    font-size: clamp(18px, 2vw, 25px);
    letter-spacing: .08em;
}

.single-section{
/*    margin-bottom: clamp(64px, 8vw, 100px);*/
}

.single-section h2{
    font-size: clamp(24px, 2.5vw, 34px);
    font-weight: 400;
    letter-spacing: .08em;
    padding-bottom: 14px;
    margin-bottom: 34px;
    border-bottom: 2px solid #333;
}

.single-section__body{
    font-size: clamp(15px, 1.4vw, 20px);
    line-height: 2;
    font-weight: 500;
}

.single-ticket-btn{
    margin-top: 28px;
    height: 58px;
    width: 100%;
    background: var(--main);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: .12em;
    font-size: 18px;
    transition: .3s;
}

.single-ticket-btn:hover{
    opacity: .85;
}

.single-text{
    margin-bottom: clamp(48px, 6vw, 72px);
}

.single-text h2{
    display: inline-block;
    font-size: clamp(23px, 2vw, 30px);
    font-weight: 400;
    margin-right: 18px;
}

.single-text__lead{
    display: inline-block;
    font-weight: 600;
    margin-bottom: 18px;
}

.single-text p{
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 2;
    letter-spacing: .03em;
}

.single-cast{
    padding-top: 50px;
}

.single-cast__list{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 22px;
}

.single-cast__item img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 10px;
}

.single-cast__item .role{
    font-size: 13px;
    line-height: 1.4;
}

.single-cast__item .name{
    font-size: 18px;
    line-height: 1.35;
}



.single-flyer{
    margin-top: clamp(70px, 9vw, 120px);
    padding-top: clamp(56px, 7vw, 90px);
    border-top: 1px solid var(--line);

}

.single-flyer__heading{
    text-align: center;
    margin-bottom: clamp(36px, 5vw, 60px);
}

.single-flyer__heading p{
    color: var(--main);
    font-size: 14px;
    letter-spacing: .24em;
    margin-bottom: 8px;
}

.single-flyer__heading h2{
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 400;
    letter-spacing: .16em;
}

.single-flyer__list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(24px, 4vw, 48px);
    padding: 0 10%;
}

.single-flyer__item{
    display: block;
    position: relative;
/*    background: #f7f5ef;
    padding: 16px;*/
    transition: .35s;
}

.single-flyer__item span{
    display: inline-block;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: .12em;
    color: #666;
}

.single-flyer__item img{
    width: 100%;
    height: auto;
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
}


@media (max-width: 768px){

    .single-flyer__list{
        grid-template-columns: 1fr;
    }

}







.ticket-page{
    background:#fff;
    color:#222;
}

.ticket-hero{
    padding:clamp(80px,10vw,140px) 0 clamp(50px,7vw,90px);
    background:#f7f5ef;
}

.ticket-hero__inner,
.ticket-section__inner{
    width:min(1080px,88%);
    margin:0 auto;
}

.ticket-hero__back{
    display:inline-block;
    margin-bottom:48px;
    font-size:14px;
    letter-spacing:.08em;
    color:#666;
}

.ticket-hero__label{
    color:var(--main);
    letter-spacing:.24em;
    margin-bottom:16px;
}

.ticket-hero h1{
    font-size:clamp(46px,6vw,78px);
    font-weight:400;
    letter-spacing:.18em;
    line-height:1.25;
}

.ticket-hero h1 span{
    display:block;
    margin-top:18px;
    font-size:clamp(20px,2.4vw,32px);
    letter-spacing:.12em;
}

.ticket-hero__text{
    margin-top:34px;
    font-size:clamp(18px,2vw,24px);
}

.ticket-section{
    padding:clamp(70px,9vw,120px) 0;
}

.ticket-block{
    margin-bottom:clamp(64px,8vw,100px);
}

.ticket-block h2{
    font-size:clamp(26px,3vw,40px);
    font-weight:400;
    letter-spacing:.12em;
    padding-bottom:18px;
    margin-bottom:34px;
    border-bottom:1px solid var(--line);
}

.ticket-price{
    display:grid;
    gap:14px;
    font-size:clamp(18px,2vw,24px);
}

.ticket-price p{
    display:flex;
    gap:28px;
    align-items:baseline;
}

.ticket-price span{
    min-width:90px;
    color:var(--main);
    letter-spacing:.12em;
}

.ticket-note,
.ticket-form-lead,
.ticket-privacy p{
    line-height:2;
    color:#555;
}

.ticket-info-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:28px;
}

.ticket-info-card{
    padding:34px;
/*    background:#f7f5ef;*/
}

.ticket-info-card h3{
    font-size:22px;
    font-weight:400;
    margin-bottom:22px;
    color:var(--main);
}

.ticket-info-card p{
    line-height:2;
    margin-bottom:10px;
}

.ticket-info-card a{
    text-decoration:underline;
}

.ticket-form{
    margin-top:36px;
    padding:clamp(30px,4vw,54px);
/*    background:#f7f5ef;*/
}

.ticket-privacy{
    padding:clamp(30px,4vw,54px);
/*    background:#faf9f5;*/
}

.ticket-flyer{
    padding-top:clamp(56px,7vw,90px);
    border-top:1px solid var(--line);
}

.ticket-flyer__heading{
    text-align:center;
    margin-bottom:clamp(36px,5vw,60px);
}

.ticket-flyer__heading p{
    color:var(--main);
    font-size:14px;
    letter-spacing:.24em;
    margin-bottom:8px;
}

.ticket-flyer__heading h2{
    font-size:clamp(28px,3.5vw,44px);
    font-weight:400;
    letter-spacing:.16em;
}

.ticket-flyer__list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:clamp(24px,4vw,48px);
}

.ticket-flyer__item{
    display:block;
/*    background:#f7f5ef;*/
    padding:16px;
    transition:.35s;
}

.ticket-flyer__item span{
    display:inline-block;
    margin-bottom:12px;
    font-size:14px;
    letter-spacing:.12em;
    color:#666;
}

.ticket-flyer__item img{
    width:100%;
    height:auto;
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.ticket-flyer__item:hover{
    transform:translateY(-8px);
}

@media(max-width:768px){

    .ticket-info-grid,
    .ticket-flyer__list{
        grid-template-columns:1fr;
    }

    .ticket-price p{
        display:block;
    }

    .ticket-price span{
        display:block;
        margin-bottom:4px;
    }

    .ticket-info-card{
        padding:28px 24px;
    }

}





.thanks-page{
    background:#fff;
    color:#222;
}

.thanks-hero{
    padding:clamp(80px,10vw,140px) 0 clamp(50px,7vw,90px);
    background:#f7f5ef;
}

.thanks-hero__inner,
.thanks-content__inner{
    width:min(900px,88%);
    margin:0 auto;
}

.thanks-hero__back{
    display:inline-block;
    margin-bottom:48px;
    font-size:14px;
    letter-spacing:.08em;
    color:#666;
}

.thanks-hero__label{
    color:var(--main);
    letter-spacing:.24em;
    margin-bottom:16px;
}

.thanks-hero h1{
    font-size:clamp(46px,6vw,78px);
    font-weight:400;
    letter-spacing:.18em;
    line-height:1.25;
}

.thanks-hero h1 span{
    display:block;
    margin-top:18px;
    font-size:clamp(20px,2.4vw,32px);
    letter-spacing:.12em;
}

.thanks-hero__text{
    margin-top:34px;
    font-size:clamp(18px,2vw,24px);
}

.thanks-content{
    padding:clamp(70px,9vw,120px) 0;
}

.thanks-message{
    padding:clamp(22px,5vw,50px);
/*    background:#faf9f5;*/
    border:1px solid var(--line);
    text-align:center;
}

.thanks-message h2{
    font-size:clamp(26px,3vw,40px);
    font-weight:400;
    letter-spacing:.12em;
    margin-bottom:32px;
}

.thanks-message p{
    font-size:clamp(15px,1.3vw,17px);
    line-height:2;
    margin-bottom:18px;
    color:#555;
}

.thanks-button{
    margin:38px auto 0;
    width:min(420px,100%);
    height:58px;
    background:var(--main);
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    letter-spacing:.12em;
    transition:.3s;
}

.thanks-button:hover{
    opacity:.85;
}

@media(max-width:768px){

    .thanks-message{
        text-align:left;
    }

    .thanks-button{
        width:100%;
    }

}





.single-news{
    background:#fff;
    padding:clamp(80px,10vw,140px) 0;
}

.single-news__inner{
    width:min(900px,88%);
    margin:0 auto;
}

.single-news__back{
    display:inline-block;
    margin-bottom:48px;
    font-size:14px;
    letter-spacing:.08em;
    color:#666;
}

.single-news__header{
    margin-bottom:clamp(50px,7vw,80px);
}

.single-news__header time{
    display:block;
    color:var(--main);
    letter-spacing:.12em;
    margin-bottom:20px;
}

.single-news__header h1{
    font-size:clamp(32px,4vw,52px);
    font-weight:400;
    line-height:1.6;
    letter-spacing:.08em;
}

.single-news__content{
    font-size:clamp(15px,1.4vw,17px);
    line-height:2.2;
    letter-spacing:.03em;
}

.single-news__content p{
    margin-bottom:1.8em;
}

.single-news__content img{
    max-width:100%;
    height:auto;
    margin:36px 0;
}

.single-news__content h2{
    font-size:clamp(24px,3vw,34px);
    font-weight:400;
    margin:2.4em 0 1em;
    padding-bottom:14px;
    border-bottom:1px solid var(--line);
}

.single-news__content h3{
    font-size:clamp(20px,2.4vw,28px);
    font-weight:400;
    margin:2em 0 1em;
}

.single-news__footer{
    margin-top:clamp(60px,8vw,100px);
    display:flex;
    justify-content:center;
}


