/*-------------------------------------------------*/
/* - Includes
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* - Fonts
/*-------------------------------------------------*/
@font-face {
  font-family: "TT Ricks";
  src: url("../../fonts/TT-Ricks-Medium.ttf") format("truetype"), url("../../fonts/TT-Ricks-Medium.woff") format("woff"), url("../../fonts/TT_Ricks_Medium.woff2") format("woff2");
}
@font-face {
  font-family: "TT Supermolet Regular";
  src: url("../../fonts/TT-Supermolot-Neue-Condensed-Regular.ttf") format("truetype"), url("../../fonts/TT_Supermolot_Neue_Condensed_Regular.woff") format("woff"), url("../../fonts/TT_Supermolot_Neue_Condensed_Regular.woff2") format("woff2");
}
@font-face {
  font-family: "TT Supermolet Demibold";
  src: url("../../fonts/TT-Supermolot-Neue-Condensed-DemiBold.ttf") format("truetype"), url("../../fonts/TT_Supermolot_Neue_Condensed_DemiBold.woff") format("woff"), url("../../fonts/TT_Supermolot_Neue_Condensed_DemiBold.woff2") format("woff2");
}
/*-------------------------------------------------*/
/* - Variables
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* - Mixins
/*-------------------------------------------------*/
@media only screen and (min-width: 768px) {
  /*-------------------------------------------------*/
  /* - General Code
  /*-------------------------------------------------*/
  html {
    overflow-x: hidden;
  }
  .mobile-breakpoint {
    display: none;
  }
  .quick-anim {
    transition: 0.3s ease all;
  }
  .med-anim {
    transition: 0.5s ease all;
  }
  .inner-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .cursor {
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 1000;
    transform: translate(-50%, -50%);
    transform-origin: center;
    pointer-events: none;
    mix-blend-mode: exclusion;
  }
  .cursor .inner-cursor {
    position: relative;
    height: 100%;
    width: 100%;
    transform: rotate(0deg);
    transform-origin: center;
  }
  .cursor .inner-cursor .vert {
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    right: auto;
    bottom: auto;
    left: calc(50% - 1px);
    background: #ff0000;
    transition: 0.1s ease all;
  }
  .cursor .inner-cursor .horiz {
    position: absolute;
    height: 2px;
    width: 100%;
    top: calc(50% - 1px);
    right: auto;
    bottom: auto;
    left: 0;
    background: #ff0000;
    transition: 0.1s ease all;
  }
  .cursor-hover {
    transform: rotate(45deg) !important;
  }
  .cursor-hover .vert1 {
    left: 0% !important;
  }
  .cursor-hover .vert2 {
    left: calc(100% - 2px) !important;
  }
  .cursor-hover .horiz1 {
    top: 0% !important;
  }
  .cursor-hover .horiz2 {
    top: calc(100% - 2px) !important;
  }
  .hover-state {
    cursor: crosshair;
  }
  /*-------------------------------------------------*/
  /* - Universal Typography
  /*-------------------------------------------------*/
  .nav-heading-typography {
    font-family: "TT Supermolet Regular";
    font-size: clamp(12px, 0.9vw, 20px);
    color: #606060;
  }
  .nav-project-client-typography {
    font-family: "TT Supermolet Demibold";
    font-size: clamp(8px, 0.625vw, 14px);
    color: #ff0000;
  }
  .nav-project-name-typography {
    font-family: "TT Ricks";
    font-size: clamp(30px, 2.5vw, 38px);
    color: #000000;
  }
  .nav-project-year-typography {
    font-family: "TT Supermolet Demibold";
    font-size: clamp(8px, 0.625vw, 14px);
    color: #606060;
  }
  .project-year-typography {
    font-family: "TT Supermolet Demibold";
    font-size: clamp(8px, 0.625vw, 14px);
    color: #000000;
  }
  .project-title-typography {
    font-family: "TT Ricks";
    font-size: clamp(60px, 4.5vw, 110px);
    color: #ff0000;
  }
  .project-credits-typography {
    font-family: "TT Supermolet Regular";
    font-size: clamp(12px, 0.9vw, 20px);
    color: #000000;
    line-height: 1.4;
  }
  .project-credits-typography span {
    font-family: "TT Supermolet Demibold";
    font-size: clamp(12px, 0.9vw, 20px);
    color: #000000;
  }
  .project-cta-typography {
    font-family: "TT Supermolet Regular";
    font-size: clamp(12px, 0.9vw, 20px);
    color: #ffffff;
  }
  .section-divider-typography {
    font-family: "TT Supermolet Demibold";
    font-size: clamp(8px, 0.625vw, 14px);
    color: #606060;
  }
  /*-------------------------------------------------*/
  /* - Fixed Content
  /*-------------------------------------------------*/
  .wip-banner {
    position: fixed;
    height: 2vw;
    width: 100vw;
    top: calc(100vh - 2vw);
    right: auto;
    bottom: auto;
    left: 0;
    background: white;
    z-index: 10000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: 1px solid black;
  }
  .wip-banner p {
    font-size: 14px;
  }
  .playlist-container {
    position: fixed;
    height: auto;
    width: 28vw;
    top: calc(100vh - 6vw);
    right: auto;
    bottom: auto;
    left: 2vw;
    padding: 0vw;
    z-index: 1001;
    overflow: hidden;
    max-width: 4vw;
    max-height: 4vw;
    transition: 0.3s ease all;
    background: #202020;
  }
  .playlist-container .coverup {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: black;
    transition: 0.3s ease all;
    opacity: 1;
  }
  .playlist-container .coverup p {
    color: #ffffff;
  }
  .playlist-container .coverup:hover {
    background: #E5287F;
  }
  .playlist-container .close-button {
    position: absolute;
    height: 0.75vw;
    width: 0.75vw;
    top: -1px;
    right: -1px;
    bottom: auto;
    left: auto;
    border: 1px solid white;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease all;
  }
  .playlist-container .close-button .x-1 {
    position: absolute;
    height: 1.5vw;
    width: 1px;
    top: -0.375vw;
    right: auto;
    bottom: auto;
    left: calc(50% - 0.5px);
    transform-origin: center;
    transform: rotate(45deg);
    background: white;
  }
  .playlist-container .close-button .x-2 {
    position: absolute;
    height: 1.5vw;
    width: 1px;
    top: -0.375vw;
    right: auto;
    bottom: auto;
    left: calc(50% - 0.5px);
    transform-origin: center;
    transform: rotate(-45deg);
    background: white;
  }
  .playlist-reveal {
    max-width: 28vw;
    max-height: 152px;
    border: 1px solid white;
    padding: 0.5vw;
    top: calc(100vh - 3vw - 152px);
  }
  .playlist-reveal .coverup {
    opacity: 0;
    pointer-events: none;
  }
  .playlist-reveal .close-button {
    opacity: 1;
    pointer-events: auto;
  }
  .menu-button-container {
    position: fixed;
    height: auto;
    width: 5.5vw;
    top: 2vw;
    right: 2vw;
    bottom: auto;
    left: auto;
    padding: 1vw 0.5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 500;
    transform-origin: top right;
    transform: scale(1);
    background: #000000;
  }
  .menu-button-container img {
    position: relative;
    height: 80%;
    width: auto;
    display: block;
  }
  .menu-button-container:hover {
    background: #E5287F;
  }
  .menu-button-shrunk {
    transform: scale(0.5);
  }
  .menu-wrapper {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    pointer-events: none;
  }
  .menu-wrapper .close-menu {
    position: absolute;
    height: 1.5vw;
    width: 1.5vw;
    top: 3vw;
    right: 3vw;
    bottom: auto;
    left: auto;
    transform-origin: center;
    transform: rotate(45deg);
    z-index: 5001;
    opacity: 0;
  }
  .menu-wrapper .close-menu .menu-x {
    background: #ffffff;
    transform-origin: center;
  }
  .menu-wrapper .close-menu .x1 {
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    right: calc(50% - 1px);
    bottom: auto;
    left: auto;
    transform: rotate(45deg);
  }
  .menu-wrapper .close-menu .x1-rotate {
    transform: rotate(0deg) !important;
  }
  .menu-wrapper .close-menu .x2 {
    position: absolute;
    height: 2px;
    width: 100%;
    top: calc(50% - 1px);
    right: 0;
    bottom: auto;
    left: auto;
    transform: rotate(-45deg);
  }
  .menu-wrapper .close-menu .x2-rotate {
    transform: rotate(0deg) !important;
  }
  .menu-wrapper .close-menu:hover .x1 {
    transform: rotate(10deg) !important;
  }
  .menu-wrapper .close-menu:hover .x2 {
    transform: rotate(-10deg) !important;
  }
  .menu-wrapper .close-menu-visible {
    opacity: 1 !important;
  }
  .menu-wrapper .menu-content {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 2vw auto;
    z-index: 5001;
    opacity: 0;
  }
  .menu-wrapper .menu-content .menu-logo-container {
    position: relative;
    height: auto;
    width: 11vw;
    margin: 0 auto 3vw auto;
  }
  .menu-wrapper .menu-content .menu-items {
    position: relative;
    height: auto;
    width: 13vw;
    text-align: center;
    padding: 2vw 1vw 2.5vw 1vw;
    border: 1px solid #ffffff;
  }
  .menu-wrapper .menu-content .menu-items a {
    display: block;
    color: #ffffff;
    font-style: normal;
    margin: 0 0 1vw 0;
  }
  .menu-wrapper .menu-content .menu-items a:hover {
    font-style: italic;
  }
  .menu-wrapper .menu-content .menu-items a:last-of-type {
    margin-bottom: 0;
  }
  .menu-wrapper .menu-content-visible {
    opacity: 1 !important;
  }
  .menu-wrapper .left-side-bkg {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background: #E5287F;
    z-index: 5000;
    transition: 1s ease all;
    transform-origin: left;
    transform: scaleX(0);
  }
  .menu-wrapper .left-side-grow {
    transform: scaleX(1);
  }
  .menu-wrapper .right-side-bkg {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    background: #E5287F;
    z-index: 5000;
    transition: 1s ease all;
    transform-origin: right;
    transform: scaleX(0);
  }
  .menu-wrapper .right-side-grow {
    transform: scaleX(1);
  }
  .hero-text-container {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -500;
  }
  .hero-text-container .htc-line {
    position: relative;
    height: auto;
    width: 100%;
    color: #E5287F;
    opacity: 1;
    transition: 0.5s ease all;
  }
  .hero-text-container .htc-line-scrolled {
    color: black !important;
    opacity: 0.05;
  }
  .hero-text-container .massive-title-typography {
    font-family: "TT Ricks";
    font-size: 16vw;
    color: #E5287F;
    font-weight: 500;
    font-stretch: 100%;
    line-height: 0.65;
  }
  .hero-text-container .htc-line-1 {
    margin: 0 0 2vw -1vw;
  }
  .hero-text-container .htc-line-2 {
    margin: 0 0 2vw 0;
    text-align: center;
  }
  .hero-text-container .htc-line-3 {
    position: absolute;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    top: auto;
    right: -1.5vw;
    bottom: 0;
    left: auto;
  }
  /*-------------------------------------------------*/
  /* - Page Content
  /*-------------------------------------------------*/
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .hero-text-container {
    height: 60vw;
  }
  .hero-paragraph {
    width: 55vw !important;
  }
  .hero-sect-right {
    padding-top: 61.5vw !important;
  }
  .htc-line-3 {
    bottom: 0vw;
  }
}
@media only screen and (min-width: 768px) {
  .desktop-container {
    position: relative;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
  }
  .desktop-container .starburst-container {
    position: relative;
    height: 10vw;
    width: 10vw;
  }
  .desktop-container .starburst-container .starburst {
    position: absolute;
    height: 50%;
    width: 50%;
    background-size: cover;
  }
  .desktop-container .starburst-container .full-starburst {
    background: url("../../images/Full-Starburst.svg");
    background-size: cover;
  }
  .desktop-container .starburst-container .empty-starburst {
    background: url("../../images/Hollow-Starburst.svg");
    background-size: cover;
  }
  .desktop-container .hero-section {
    position: relative;
    height: auto;
    width: calc(100% - 4vw - 1px);
    padding: 0 2vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1vw;
  }
  .desktop-container .hero-section .project-mockup {
    position: absolute;
    height: 26vw;
    width: 26vw;
    top: 7vw;
    left: 0;
  }
  .desktop-container .hero-section .project-mockup .inner-image {
    background-image: url("../../images/desktop/the-show/TheShow_Homepage_Mockup.png");
  }
  .desktop-container .hero-section .hero-sect-left {
    position: relative;
    height: auto;
    width: calc(66.6666% - 0.5vw);
    padding-top: 12vw;
    display: flex;
    flex-direction: column;
  }
  .desktop-container .hero-section .hero-sect-left .starburst-container {
    margin-bottom: 2.5vw;
    z-index: -2;
  }
  .desktop-container .hero-section .hero-sect-left .starburst-container .starburst-1 {
    top: 0;
    left: 0;
  }
  .desktop-container .hero-section .hero-sect-left .starburst-container .starburst-2 {
    top: 50%;
    left: 0;
  }
  .desktop-container .hero-section .hero-sect-left .starburst-container .starburst-3 {
    top: 0;
    left: 50%;
  }
  .desktop-container .hero-section .hero-sect-left .image-1 {
    position: relative;
    height: auto;
    width: calc(100% - 2px);
    padding-top: 75.63%;
    border: 1px solid black;
    margin-bottom: 1vw;
  }
  .desktop-container .hero-section .hero-sect-left .image-1 .inner-image {
    background-image: url("../../images/desktop/the-show/TheShow_Homepage_Hero.jpg");
  }
  .desktop-container .hero-section .hero-sect-left .split-block {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 1;
  }
  .desktop-container .hero-section .hero-sect-left .split-block .sb-left {
    position: relative;
    height: auto;
    width: calc(50% - 0.5vw);
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: self-end;
    padding: 0.25vw 0;
  }
  .desktop-container .hero-section .hero-sect-left .split-block .sb-left .section-divider-typography {
    line-height: 1.2;
  }
  .desktop-container .hero-section .hero-sect-left .split-block .sb-left p {
    width: 82%;
  }
  .desktop-container .hero-section .hero-sect-left .split-block .sb-right {
    position: relative;
    height: calc(100% - 1px);
    width: calc(50% - 0.5vw);
    border: 1px solid black;
    background-image: url("../../images/desktop/the-show/Ashley-Rutstein_Robot.jpg");
    background-size: cover;
    background-position: center;
  }
  .desktop-container .hero-section .hero-sect-left .split-block .sb-right .inner-image {
    background-image: url("../../images/desktop/the-show/Ashley-Rutstein_Human.jpg");
    background-size: cover;
    animation: sbRobotFlicker 6.5s step-end infinite;
  }
  @keyframes sbRobotFlicker {
    0% {
      opacity: 0;
    }
    15% {
      opacity: 1;
    }
    16% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    20.5% {
      opacity: 0;
    }
    24% {
      opacity: 1;
    }
    24.5% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    25.5% {
      opacity: 0;
    }
    27% {
      opacity: 1;
    }
    29% {
      opacity: 0;
    }
    29.5% {
      opacity: 1;
    }
    31% {
      opacity: 0;
    }
    31.5% {
      opacity: 1;
    }
    43% {
      opacity: 0;
    }
    44% {
      opacity: 1;
    }
    65% {
      opacity: 0;
    }
    75% {
      opacity: 1;
    }
    76% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .desktop-container .hero-section .hero-sect-right {
    position: relative;
    height: auto;
    width: calc(33.3333% - 0.5vw);
    padding-top: 100vh;
    display: flex;
    flex-direction: column;
  }
  .desktop-container .hero-section .hero-sect-right .hero-paragraph {
    position: absolute;
    height: auto;
    width: 35vw;
    top: 5vw;
    right: 7.5vw;
    bottom: auto;
    left: auto;
    text-align: right;
  }
  .desktop-container .hero-section .hero-sect-right .image-2 {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 180%;
    border: 1px solid black;
    overflow: hidden;
  }
  .desktop-container .hero-section .hero-sect-right .image-2 video {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  .desktop-container .section-2 {
    position: relative;
    height: auto;
    width: calc(100% - 4vw);
    padding: 0 2vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1vw;
  }
  .desktop-container .section-2 .section-left {
    position: relative;
    height: auto;
    width: calc(66.6666% - 0.5vw - 2px);
  }
  .desktop-container .section-2 .section-left .image-3 {
    position: relative;
    height: auto;
    width: 100%;
    border: 1px solid black;
    padding-top: 55%;
  }
  .desktop-container .section-2 .section-left .image-3 .inner-image {
    background-image: url("../../images/desktop/the-show/TheShow_InnerPage_LaptopMockup.jpg");
  }
  .desktop-container .section-2 .section-right {
    position: relative;
    height: auto;
    width: calc(33.3333% - 0.5vw);
    padding: 0 0 0.25vw 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .desktop-container .section-2 .section-right p {
    width: 85%;
  }
  .desktop-container .section-3 {
    position: relative;
    height: auto;
    width: calc(100% - 4vw);
    padding: 0 2vw;
    margin-bottom: 1vw;
  }
  .desktop-container .section-3 .image-container {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 22%;
    border: 1px solid black;
  }
  .desktop-container .section-3 .image-container .inner-image {
    background-image: url("../../images/desktop/the-show/TheShow_Tattoo_Arm.jpg");
  }
  .desktop-container .section-4 {
    position: relative;
    height: auto;
    width: calc(100% - 4vw);
    padding: 0 2vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1vw;
  }
  .desktop-container .section-4 .section-left {
    position: relative;
    height: auto;
    width: calc(33.3333% - 0.5vw);
    display: flex;
    flex-direction: column;
  }
  .desktop-container .section-4 .section-left .section-text-block {
    position: relative;
    height: auto;
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1vw;
  }
  .desktop-container .section-4 .section-left .section-text-block .project-credits-typography {
    margin-bottom: 4vw;
  }
  .desktop-container .section-4 .section-left .section-image {
    position: relative;
    height: auto;
    width: 100%;
    border: 1px solid black;
    flex-grow: 1;
  }
  .desktop-container .section-4 .section-left .section-image .inner-image {
    background-image: url("../../images/desktop/the-show/Lindsei-Barros_Robot.jpg");
  }
  .desktop-container .section-4 .section-right {
    position: relative;
    height: auto;
    width: calc(66.6666% - 0.5vw);
  }
  .desktop-container .section-4 .section-right .section-image {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 77%;
    border: 1px solid black;
  }
  .desktop-container .section-4 .section-right .section-image .inner-image {
    background-image: url("../../images/desktop/the-show/AdFed2025_355.jpg");
  }
  .desktop-container .project-cta {
    position: relative;
    height: auto;
    width: calc(100% - 4vw);
    margin: 0 auto 1vw auto;
    padding: 0.5vw 0;
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid black;
    transition: 0.3s ease all;
  }
  .desktop-container .project-cta:hover {
    background: #E5287F;
    border: 1px solid #E5287F;
    color: #ffffff;
  }
  .desktop-container .footer {
    position: relative;
    height: auto;
    width: calc(100% - 4vw);
    padding: 1vw 2vw 7vw 2vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .desktop-container .footer a:hover {
    font-style: italic;
  }
}
@media only screen and (max-width: 767px) {
  /*-------------------------------------------------*/
  /* - General Code
  /*-------------------------------------------------*/
  html {
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  html::-webkit-scrollbar {
    display: none;
  }
  .desktop-breakpoint {
    display: none;
  }
  .quick-anim {
    transition: 0.3s ease all;
  }
  .med-anim {
    transition: 0.3s ease all;
  }
  .inner-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .border-top {
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background: #000000;
  }
  .border-right {
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    background: #000000;
  }
  .border-bottom {
    position: absolute;
    height: 1px;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: #000000;
  }
  .border-left {
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background: #000000;
  }
  /*-------------------------------------------------*/
  /* - Universal Typography
  /*-------------------------------------------------*/
  .mobile-nav-eb-typography {
    font-family: "TT Supermolet Regular";
    font-size: clamp(12px, 4vw, 20px);
    color: #606060;
  }
  .mobile-nav-item-typography {
    font-family: "TT Ricks";
    font-size: clamp(30px, 20vw, 90px);
    color: #000000;
  }
  .proj-eyebrow-typography {
    font-family: "TT Supermolet Demibold";
    font-size: clamp(8px, 3vw, 14px);
    color: #606060;
  }
  .proj-title-typography {
    font-family: "TT Ricks";
    font-size: clamp(30px, 16vw, 110px);
    color: #ff0000;
  }
  .proj-credits-typography {
    font-family: "TT Supermolet Regular";
    font-size: clamp(12px, 4vw, 20px);
    color: #000000;
    line-height: 1.5;
  }
  .proj-credits-typography span {
    font-family: "TT Supermolet Demibold";
    font-size: clamp(12px, 4vw, 20px);
    color: #000000;
  }
  .proj-cta-typography {
    font-family: "TT Supermolet Regular";
    font-size: clamp(12px, 4vw, 20px);
    color: #ffffff;
    text-decoration: none;
  }
  .hero-text-small {
    font-family: "TT Ricks";
    font-size: 20vw;
    color: #E5287F;
  }
  .hero-text-large {
    font-family: "TT Ricks";
    font-size: 60vw;
    color: #E5287F;
    line-height: 0.8;
  }
  /*-------------------------------------------------*/
  /* - Fixed Content
  /*-------------------------------------------------*/
  .playlist-container {
    display: none;
  }
  .menu-wrapper {
    display: none;
  }
  .mobile-menu-button {
    position: fixed;
    height: 17vw;
    width: 20vw;
    top: 5vw;
    right: auto;
    bottom: auto;
    left: 5vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #000000;
    z-index: 9000;
    transition: 0.3s ease all;
  }
  .mobile-menu-button img {
    position: relative;
    height: auto;
    width: 70%;
    margin-left: 0.1vw;
  }
  .mobile-menu-button-slid {
    top: 5vw;
  }
  .mobile-menu-container {
    position: fixed;
    height: 100dvh;
    width: 100vw;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 9000;
    pointer-events: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .mobile-menu-container .mobile-close-menu {
    position: absolute;
    height: 10vw;
    width: 10vw;
    top: 5vw;
    right: 5vw;
    bottom: auto;
    left: auto;
    opacity: 0;
    transition: 0.3s ease all;
    z-index: 9002;
  }
  .mobile-menu-container .mobile-close-menu .menu-x {
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    background: white;
    transform-origin: center;
    transform: rotate(0deg);
    transition: 0.3s ease all;
  }
  .mobile-menu-container .mobile-close-menu .x1-active {
    transform: rotate(45deg);
  }
  .mobile-menu-container .mobile-close-menu .x2-active {
    transform: rotate(-45deg);
  }
  .mobile-menu-container .close-menu-active {
    opacity: 1;
  }
  .mobile-menu-container .mobile-menu-content {
    position: relative;
    height: auto;
    width: 80%;
    padding-bottom: 20vw;
    opacity: 0;
    transition: 0.3s ease all;
    z-index: 9001;
  }
  .mobile-menu-container .mobile-menu-content .menu-logo-container {
    position: relative;
    height: auto;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10vw;
  }
  .mobile-menu-container .mobile-menu-content .menu-items {
    position: relative;
    height: auto;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    padding: 5vw 0 7vw 0;
    text-align: center;
    border: 1px solid white;
  }
  .mobile-menu-container .mobile-menu-content .menu-items a {
    display: inline-block;
    color: white;
    margin-bottom: 3vw;
  }
  .mobile-menu-container .mobile-menu-content .menu-items a:last-of-type {
    margin-bottom: 0;
  }
  .mobile-menu-container .menu-content-active {
    opacity: 1;
  }
  .mobile-menu-container .top-bkg {
    position: absolute;
    height: 50dvh;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background: #E5287F;
    transform-origin: top;
    transform: scaleY(0);
    transition: 1s ease all;
    z-index: 9000;
  }
  .mobile-menu-container .top-bkg-active {
    transform: scaleY(1);
  }
  .mobile-menu-container .bottom-bkg {
    position: absolute;
    height: 50dvh;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: #E5287F;
    transform-origin: bottom;
    transform: scaleY(0);
    transition: 1s ease all;
    z-index: 9000;
  }
  .mobile-menu-container .bottom-bkg-active {
    transform: scaleY(1);
  }
  .mobile-menu-active {
    pointer-events: auto;
  }
  /*-------------------------------------------------*/
  /* - Page Content
  /*-------------------------------------------------*/
  .mobile-page-content {
    position: relative;
    height: auto;
    width: 100%;
  }
  .mobile-page-content .mobile-hero-text-container {
    position: fixed;
    height: 100dvh;
    width: 100vw;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    overflow: hidden;
    z-index: -5;
    transition: 0.3s ease all;
  }
  .mobile-page-content .mobile-hero-text-container .hero-text-small {
    position: absolute;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    top: -2vw;
    right: auto;
    bottom: auto;
    left: 100vw;
    line-height: 0.65;
    transform-origin: top left;
    transform: rotate(90deg);
    transition: 0.5s ease all;
    opacity: 1;
  }
  .mobile-page-content .mobile-hero-text-container .hero-text-large {
    position: absolute;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    top: auto;
    right: auto;
    bottom: -3vw;
    left: -12vw;
    transition: 0.5s ease all;
    opacity: 1;
  }
  .mobile-page-content .mobile-hero-text-container .hero-text-hidden {
    color: #000000;
    opacity: 0.05;
  }
  .mobile-page-content .mobile-hero-section {
    position: relative;
    height: 100dvh;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 5vw;
    transition: 0.3s ease all;
  }
  .mobile-page-content .mobile-hero-section .top-spacer {
    position: relative;
    height: 27vw;
    width: 100%;
  }
  .mobile-page-content .mobile-hero-section .hero-image {
    position: relative;
    height: auto;
    width: calc(100% - 5vw);
    margin: 0 0 10vw 5vw;
    flex-grow: 1;
  }
  .mobile-page-content .mobile-hero-section .hero-image .inner-image {
    background: url("../../images/mobile/TheShow/TheShow_InnerPage_Hero.jpg");
    background-size: cover;
    background-position: center;
  }
  .mobile-page-content .mobile-hero-section .hero-text-container {
    position: relative;
    height: auto;
    width: 75%;
    padding: 5vw 5% 5vw 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .mobile-page-content .mobile-hero-section .hero-text-container p {
    margin-bottom: 5vw;
  }
  .mobile-page-content .image-1-container {
    position: relative;
    height: auto;
    width: 90%;
    padding: 0 5% 0 5%;
    margin-bottom: 10%;
  }
  .mobile-page-content .image-1-container .image-1 {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 180%;
    margin-bottom: 2.5vw;
    overflow: hidden;
  }
  .mobile-page-content .image-1-container .image-1 video {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  .mobile-page-content .image-1-container .proj-eyebrow-typography {
    text-align: right;
  }
  .mobile-page-content .text-block-centered {
    position: relative;
    height: auto;
    width: 90%;
    padding: 0 5% 0 5%;
    margin-bottom: 10%;
  }
  .mobile-page-content .text-block-1 {
    position: relative;
    height: auto;
    width: 85%;
    padding: 0 10% 0 5%;
  }
  .mobile-page-content .text-block-3 {
    position: relative;
    height: auto;
    width: 90%;
    padding: 0 5%;
  }
  .mobile-page-content .text-block-4 {
    position: relative;
    height: auto;
    width: 90%;
    padding: 0 5%;
  }
  .mobile-page-content .text-block-5 {
    position: relative;
    height: auto;
    width: 70%;
    padding: 0 15%;
    text-align: center;
  }
  .mobile-page-content .image-2-container {
    position: relative;
    height: auto;
    width: 95%;
    padding: 0 5% 0 0;
    margin-bottom: 10%;
  }
  .mobile-page-content .image-2-container p {
    padding: 0 0 0 5%;
    margin-bottom: 2.5vw;
  }
  .mobile-page-content .image-2-container .image-2 {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    background-image: url("../../images/desktop/the-show/Ashley-Rutstein_Robot.jpg");
    background-size: cover;
    background-position: center;
  }
  .mobile-page-content .image-2-container .image-2 .inner-image {
    background-image: url("../../images/desktop/the-show/Ashley-Rutstein_Human.jpg");
    animation: sbRobotFlicker 6.5s step-end infinite;
  }
  @keyframes sbRobotFlicker {
    0% {
      opacity: 0;
    }
    15% {
      opacity: 1;
    }
    16% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    20.5% {
      opacity: 0;
    }
    24% {
      opacity: 1;
    }
    24.5% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    25.5% {
      opacity: 0;
    }
    27% {
      opacity: 1;
    }
    29% {
      opacity: 0;
    }
    29.5% {
      opacity: 1;
    }
    31% {
      opacity: 0;
    }
    31.5% {
      opacity: 1;
    }
    43% {
      opacity: 0;
    }
    44% {
      opacity: 1;
    }
    65% {
      opacity: 0;
    }
    75% {
      opacity: 1;
    }
    76% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .mobile-page-content .image-3-container {
    position: relative;
    height: auto;
    width: 95%;
    padding: 0 0 0 5%;
    margin-bottom: 10vw;
  }
  .mobile-page-content .image-3-container .image-3 {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    margin-bottom: 2.5vw;
  }
  .mobile-page-content .image-3-container .image-3 .inner-image {
    background-image: url("../../images/desktop/the-show/TheShow_InnerPage_LaptopMockup.jpg");
  }
  .mobile-page-content .image-4-container {
    position: relative;
    height: auto;
    width: 90%;
    padding: 0 5%;
    margin-bottom: 10vw;
  }
  .mobile-page-content .image-4-container .proj-eyebrow-typography {
    margin-bottom: 2.5vw;
    text-align: right;
  }
  .mobile-page-content .image-4-container .image-4 {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 150%;
  }
  .mobile-page-content .image-4-container .image-4 .inner-image {
    background-image: url("../../images/desktop/the-show/Lindsei-Barros_Robot.jpg");
  }
  .mobile-page-content .image-5-container {
    position: relative;
    height: auto;
    width: 90%;
    padding: 0 5%;
    margin-bottom: 10vw;
  }
  .mobile-page-content .image-5-container p {
    margin-bottom: 2.5vw;
  }
  .mobile-page-content .image-5-container .image-5 {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 80%;
  }
  .mobile-page-content .image-5-container .image-5 .inner-image {
    background-image: url("../../images/desktop/the-show/AdFed2025_355.jpg");
  }
  .mobile-page-content .project-cta {
    display: block;
    position: relative;
    height: auto;
    width: 90%;
    margin: 0 auto 10vw auto;
    padding: 2.5vw 0;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background: black;
  }
  .mobile-page-content .mobile-footer {
    position: relative;
    height: auto;
    width: 90%;
    padding: 0 5% 10vw 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .mobile-page-content .mobile-footer a {
    text-decoration: none;
  }
}
/*-------------------------------------------------*/
/* - General Code
/*-------------------------------------------------*//*# sourceMappingURL=styles.css.map */