@font-face {
    font-family: "Super Lobster";
    src: url('/wp-content/themes/hotpepper_v5/assets/fonts/Super Lobster.ttf') format('truetype');
}
@font-face {
    font-family: "Dark Poestry";
    src: url('/wp-content/themes/hotpepper_v5/assets/fonts/Dark Poestry.ttf') format('truetype');
}
:root {
    /*--hp-basefont: normal 16px "Super Lobster", sans-serif;*/
    --hp-form-width: 40rem;
    --vs-purple: #47033f;
}
html {
    height: 100vh;
}
body {
    font-size: 24px;
    transition: font-size 150ms ease-in-out;
}
.footer-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
}
/*  PAGE BACKGROUNDS  */
.page-about {
    background-color: #fde6d0;
}
.page-performance {
    background-color: #f2edf3;
}
.page-visuals, .page-illustration, .page-animation, .page-interaction, .page-18-plus {
    background-color: #e4f1db;
}
.page-wares {
    background-color: #f3d7e2;
}
#wares-header {
    margin-top: 2.5rem;
}
#wares-header img {
    height: min(40vw,400px);
    object-fit: cover;
}
#depop-link {
    padding-bottom: 3rem;
}

@media (max-width: 781px) {
    .wares-item + .wares-item {
        margin-top: 3rem;
    }
    .wares-item .wp-block-column {
        padding: 0 10vw;
        order: 2;
    }
    .wares-item .wp-block-column:has(figure) {
        order: 1;
        margin-bottom: 1rem;
    }
    .wares-item .wp-block-column figure {
        margin-bottom: 1rem;
    }
}
.page-contact {
    background-color: #cce0dd;
}
h1, h2 {
    font-family: "Dark Poestry", sans-serif;
}
h3, h4, h5, h6, p, li, td, label, input[type="submit"] {
    font-family: "Super Lobster", sans-serif;
}
h1 {
    font-size: 1.4rem;
}
input[type="submit"] {
    font-size: 1.5rem;
    padding: 1rem 2rem;
    border: none;
    color: white;
    background-image: url(/wp-content/uploads/Contact-SEND-bobble-graphic.png);
    background-size: cover;
    width: 196px;
    height: 183px;
    transition: color ease-in-out 100ms;
}
input[type="submit"]:hover {
    border: none;
    color: #ffffffaa;
}
body.page-home {
    height: 100vh;
    background-image: url(/wp-content/uploads/GalaxyDesktop.jpg);
    background-position: center center;
}
@media (max-aspect-ratio: 2/3) {
    body.page-home {
        background-image: url(/wp-content/uploads/GalaxyMobile.jpg);
    }
}
body.page-home header {
    display: none;
}
header {
    padding: 10px 0;
}
.header-image img {
    height: min(100px, 10vw);
    width: auto;
}
@media screen and (max-width: 600px) {
    header > div > .panel {
        display: grid;
        grid-template-columns: 1fr 130px 1fr;
        grid-template-rows: 1fr 1fr;
    }
    .header-image.title-vague {
        grid-column: 2;
        grid-row: 1;
    }
    .header-image.title-static {
        grid-column: 2;
        grid-row: 2;
    }
    .header-image img {
        height: 60px;
    }
    .topnav {
        grid-column: 3;
        grid-row: 1 / span 2;
    }
    .topnav nav {
        justify-content: flex-end;
    }
}
.wp-site-blocks {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
#home-vague {
    position: absolute;
    width: clamp(250px, 35vw, 500px);
    left: 2rem;
    top: 2rem;
    background-image: url(/wp-content/uploads/vagueTitleOrange-1024x476.png);
    background-size: cover;
}
#home-static {
    position: absolute;
    width: clamp(250px, 35vw, 500px);
    right: 2rem;
    bottom: 2rem;
    background-image: url(/wp-content/uploads/staticTitleOrange-1024x476.png);
    background-size: cover;
}
#home-vague img, #home-static img {
    transition: opacity 400ms ease-in-out;
}
@media screen and (max-width: 600px) {
    #home-vague {
        background-image: url(/wp-content/uploads/vagueTitleOrange-1024x476.png);
        background-size: cover;
    }
    #home-static {
         background-image: url(/wp-content/uploads/staticTitleOrange-1024x476.png);
         background-size: cover;
     }
    #home-vague img, #home-static img {
        opacity: 0;
    }
}
main {
    flex-grow: 1;
}
main > div {
    height: 100%;
}
main .entry-content {
    height: 100%;
}
.page-title-image {
    margin-bottom: 1.5rem;
}
.rem30 {
    max-width: 30rem;
    margin-left: auto !important;
    margin-right: auto !important;
}
.rem40 {
    max-width: 40rem;
    margin-left: auto !important;
    margin-right: auto !important;
}
.rem50 {
    max-width: 50rem;
    margin-left: auto !important;
    margin-right: auto !important;
}
/*  HOME MENU  */
#home-panel {
    height: 100%;
    display: flex;
    align-items: center;
}
#home-menu-ids, #home-menu-hands {
    position: relative;
}
#home-menu-ids {
    left: 6%;
    top: 15%;
    width: 79%;
    height: 29%;
    margin: 0 !important;
}
#home-menu {
    width: min(440px, 44vw);
    height: min(570px, 57vw);
    animation: bobble 6s ease-in-out infinite alternate;
}
@keyframes bobble {
    from {
        transform: translateY(-60px);
    }
    to {
        transform: translateY(0px);
    }
}
#home-menu-ids > figure, #home-menu-hands > figure:not(:first-of-type) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}
#home-menu-ids > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home-menu-buttons, #page-menu-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    align-items: flex-start;
    z-index: 100;
}
#home-menu-buttons .wp-block-button, #page-menu-buttons .wp-block-button {
    flex-basis: 20%;
    height: 100%;
    opacity: 0;
}
#home-menu-buttons > .wp-block-button a, #page-menu-buttons > .wp-block-button a {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
}
nav a[href="/"] {
    color: #a46e4c !important;
}
nav a[href*="about"] {
    color: #d6661f !important;
}
nav a[href*="performance"] {
    color: #ad86b6 !important;
}
nav a[href*="visuals"] {
    color: #91c26e !important;
}
nav a[href*="wares"] {
    color: #cd799d !important;
}
nav a[href*="contact"] {
    color: #528d8d !important;
}
@media(hover: none) {
    #home-menu-buttons {
        display: none;
    }
    #home-menu-ids > figure {
        opacity: 0;
        transform: scale(0.7);
    }
    #home-menu-ids > figure.about {
        left: -70%;
        top: -20%;
    }
    #home-menu-ids > figure.performance {
        left: -30%;
        top: -80%;
    }
    #home-menu-ids > figure.visuals {
        left: 0;
    }
    #home-menu-ids > figure.wares {
        left: 40%;
        top: -70%;
    }
    #home-menu-ids > figure.contact {
        left: 70%;
    }

}
@media(hover: hover) {
    .hover-hover {
        display: block;
    }
    .hover-none {
        display: none;
    }
}
@media(hover: none) {
    .hover-hover {
        display: none;
    }
    .hover-none {
        display: block;
    }
}

.page-hand-container {
    width: min(440px, 44vw);
    padding-top: 0;
    position: relative;
}
/*  PERFORMANCE  */

#TV-container {
    position: relative;
    width: 100%;
    height: min(900px, 90vw);
    container-name: tv-container;
    container-type: inline-size;/*
    background-image: url(/wp-content/uploads/Updated-Performance-Screen-Layout.png);
    background-size: 135%;
    background-repeat: no-repeat;
    background-position: -110px -350px;*/
}
#TV-container .cabinet {
    pointer-events: none       ;
}
.screen img {
    cursor: pointer;
}
#TV1 {
    position: absolute;
    width: 35.5%;
    height: 38%;
    left: -0.5%;
    top: 53.5%;
    container-name: tv1;
    z-index: 2;
}
#TV1 .screen {
    position: absolute;
    left: 34%;
    top: 43%;
    width: 42%;
    height: 41%;
}

#TV1 .screen img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

#TV1 .cabinet {
    position: relative;
}

#TV2 {
    position: absolute;
    width: 41%;
    height: 48.7%;
    left: 3%;
    top: 31%;
    container-name: tv2;
    z-index: 1;
}

#TV2 .screen {
    position: absolute;
    left: 45%;
    top: 10%;
    width: 47%;
    height: 39%;
}

#TV2 .screen img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

#TV2 .cabinet {
    position: relative;
}

#TV3 {
    position: absolute;
    width: 34%;
    height: 46.2%;
    left: 66%;
    top: 40%;
    container-name: tv3;
    z-index: 2;
}

#TV3 .screen {
    position: absolute;
    left: 13%;
    top: 26%;
    width: 46%;
    height: 37%;
    transform: skew(0, 10deg);
}

#TV3 .screen img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

#TV3 .cabinet {
    position: relative;
}

#TV4 {
    position: absolute;
    width: 32%;
    height: 31.4%;
    left: 36.5%;
    top: 65%;
    container-name: tv4;
    z-index: 3;
}

#TV4 .screen {
    position: absolute;
    left: 12%;
    top: 19%;
    width: 78%;
    height: 64%;
}

#TV4 .screen img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

#TV4 .cabinet {
    position: relative;
}

#TV5 {
    position: absolute;
    width: 32%;
    height: 79%;
    left: 42%;
    top: -0.5%;
    container-name: tv5;
    z-index: 1;
}
#TV5 .screen {
    position: absolute;
    left: 11%;
    top: 8%;
    width: 77%;
    height: 63%;
}
@media screen and (max-width: 981px) {
    #TV5 .screen {
        height: 60%;
    }
}
#TV5 .screen img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

#TV5 .cabinet {
    position: relative;
}
/*  CONTACT  */
#contact-info{
    margin-bottom: 2rem;
}
#contact-info h2 {
    font-size: 3rem;
    margin-top: 1.5rem;
}
#contact-info h3 a {
    font-size: 2.2rem;
    font-variant: small-caps;
}
#contact-email h2 {
    color: #309974;
}
#contact-email h3 a {
    color: #309974;
}
#contact-insta h2 {
    color: #4adca8;
}
#contact-insta h3 a {
    color: #4adca8;
}
.performance-spotlight-head {
    color: var(--vs-purple);
    width: fit-content;
    border-bottom: 4px solid var(--vs-purple);
    margin-bottom: 2rem;
}
.performance-spotlight-slide {
    display: grid;
    grid-template-columns: 9fr 7fr;
    grid-gap: 15px;
}
.performance-spotlight-header {
    grid-column: 1 / span 2;
}

.performance-spotlight-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.performance-spotlight-content p:has(strong em) {
    font-size: 1.2rem;
}
.performance-spotlight-content strong em {
    font-family: "Dark Poestry", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
}
.performance-spotlight-carousel .swiper-button-prev, .performance-spotlight-carousel .swiper-button-next {
    top: -2rem;
    width: 50px;
    height: 33px;
}
.performance-spotlight-carousel .swiper-button-prev {
    right: calc(50% + 15rem);
    left: unset;
}
.performance-spotlight-carousel .swiper-button-prev::after {
    content: ' ';
    background-image: url(/wp-content/uploads/leftArrow-cropped.png);
    background-size: contain;
    width: 100%;
    height: 100%;
}
.performance-spotlight-carousel .swiper-button-next::after {
    content: ' ';
    background-image: url(/wp-content/uploads/rightArrow-cropped.png);
    background-size: contain;
    width: 100%;
    height: 100%;
}
.performance-spotlight-carousel .swiper-button-next {
    left: calc(50% + 15rem);
    right: unset;
}
/*  VISUALS  */
.visuals-panel {
    position: relative;
    z-index: 100;
}
.visuals-panel > div {
    position: unset;
}
#visuals-buttons {
    margin-bottom: 30px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    max-width: unset;
}
#visuals-buttons .visuals-button {
    cursor: pointer;
    position: absolute;
    width: 200px;
    height: 180px;
    transform: scale(0.8);
    transform-origin: center center;
    transition: transform 1s ease-in-out;
}
#visuals-buttons .visuals-button figure {
    width: 100%;
    height: 100%;
}
#visuals-buttons .visuals-button img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
#visuals-buttons .visuals-button h3 {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 20px 30px;
    user-select: none;
    transition: color 150ms ease-in-out;
}
#visuals-buttons .visuals-button:hover h3 {
    color: #f008;
}
#visuals-buttons .visuals-button.selected {
    cursor: default;
    transform: scale(1);
}
#visuals-buttons .visuals-button.selected h3 {
    color: #fff;
    text-shadow: 0 0 10px #0008;
}
#visuals-buttons #visuals-button-illustration {
    right: calc(50% + 90px);
    top: -160px;
}
#visuals-buttons #visuals-button-animation {
     left: calc(50% + 90px);
     top: -160px;
 }
#visuals-buttons #visuals-button-interaction {
    right: calc(50% + 210px);
    top: -40px;
}
#visuals-buttons #visuals-button-18-plus {
    left: calc(50% + 190px);
    top: -40px;
}
.wp-block-navigation__responsive-container-content {
    align-items: flex-end !important;
}
.wp-block-navigation__container.is-responsive {
    align-items: flex-end !important;
}
.wp-block-navigation__responsive-dialog {
    max-width: var(--hp-panel-width);
    margin-left: auto;
    margin-right: auto;
}
.wp-block-navigation__responsive-container-close {
    margin-top: 20px;
}
.visuals-container figure {
    margin-bottom: 15px;
    width: 50%;
}
#about-content {
    gap: 3rem;
    margin-bottom: 4rem;
}
#about-content figure {
    margin-bottom: 3rem;
}
#about-content figure:first-of-type {
    margin-top: 8rem;
}
.interaction-content h3, .interaction-content h4 {
    font-family: "Dark Poestry", sans-serif;
    color: #91c26e;
}
.interaction-content h3 a {
    color: #91c26e;
    text-decoration: underline;
}
.interaction-content h4 {
    padding-bottom: 1rem;
}
.interaction-content .wp-block-columns {
    margin-top: 2rem;
    gap: 2rem;
}
.interaction-content p {
    color: #91c26e;
}
.interaction-content figure + figure {
    margin-top: 1rem;
}
.wares-content h3, .wares-content h4 {
    font-family: "Dark Poestry", sans-serif;
    color: #cd799d;
}
.wares-content {
    padding-top: 3rem;
    padding-bottom: 6rem;
}
.wares-content h3 a {
    color: #cd799d;
    text-decoration: underline;
}
.wares-content h4 {
    padding-bottom: 1rem;
}
.wares-content .wp-block-columns {
    margin-top: 2rem;
    gap: 2rem;
}
.wares-content .wp-block-columns:first-of-type {
    margin-top: 4rem;
}
.wares-content p {
    color: #cd799d;
}
.wares-content figure + figure {
    margin-top: 1rem;
}

/*  CALENDAR  */
.ssec-shortcode-calendar {
    width: 100%;
}
.ssec-shortcode-calendar td {
    padding: 10px 0;
}
.ssec-shortcode-calendar .ssec-title {
    text-align: center;
    width: 25%;
    text-transform: uppercase;
    line-height: 1;
}
.ssec-shortcode-calendar .ssec-title .dayMonth {
    font-size: 1.5rem;
}
.ssec-shortcode-calendar .ssec-title .dayDate {
    font-size: 2rem;
}
.ssec-shortcode-calendar .ssec-content {
    line-height: 1.2;
}
.ssec-shortcode-calendar .ssec-content h3 {
    font-size: 1.75rem;
}
.ssec-shortcode-calendar .ssec-content h4 {
    font-size: 1.5rem;
}
.ssec-shortcode-calendar p + br,
.ssec-shortcode-calendar h4 + br,
.ssec-shortcode-calendar h3 + br {
    display: none;
}
.page-18-plus .entry-content {
    display: none;
}
#animation-block {
    margin-top: 4rem;
    margin-bottom: 3rem;
}
#animation-block .wp-block-columns + .wp-block-columns {
    margin-top: 3rem;
}
#animation-block .wp-block-columns h3 {
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 1000px) {
    .wp-block-navigation__responsive-container-close {
        margin-right: 20px;
    }
    .wp-block-navigation__responsive-dialog {
        padding: 30px;
    }
}
@media screen and (max-width: 800px) {
    .page-visuals .page-title-image {
        margin-bottom: 0;
    }
    #visuals-buttons {
        position: relative;
        display: flex;
        justify-content: center;
        gap: 25px;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
        margin-bottom: 3rem;
    }
    #visuals-buttons .visuals-button {
        position: relative;
        width: 100px;
        height: 90px;
        transform: scale(0.6);
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #visuals-buttons .visuals-button h3 {
        width: fit-content;
        left: 50%;
        padding: 0;
        transform: translate(-50%,-50%);
    }
    #visuals-buttons #visuals-button-illustration,
    #visuals-buttons #visuals-button-animation,
    #visuals-buttons #visuals-button-interaction,
    #visuals-buttons #visuals-button-18-plus {
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }
    #visuals-buttons #visuals-button-illustration {
        order: 2;
    }
    #visuals-buttons #visuals-button-interaction {
        order: 1;
    }
    #visuals-buttons #visuals-button-animation {
        order: 3;
    }
    #visuals-buttons #visuals-button-18-plus {
        order: 4;
    }
    #interaction-link {
        /*padding-top: 3rem;*/
    }
}
@media screen and (max-width: 600px) {
    body {
        font-size: 18px;
    }
}
@media screen and (max-width: 500px) {
    #visuals-buttons {
        width: 200px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }
}
