/*-------------------------------------------------*/
/* - 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;
  }
  .massive-title-typography {
    font-family: "TT Ricks";
    font-size: 27vw;
    color: #ff0000;
    line-height: 0.75;
  }
  /*-------------------------------------------------*/
  /* - 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: red;
  }
  .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: #ff0000;
  }
  .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: #ff0000;
    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: #ff0000;
    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: absolute;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    color: #ff0000;
    opacity: 1;
    transition: 0.5s ease all;
  }
  .hero-text-container .htc-line-scrolled {
    color: #000000;
    opacity: 0.05;
  }
  .hero-text-container .htc-line-1 {
    top: -1vw;
    right: auto;
    bottom: auto;
    left: -2vw;
  }
  .hero-text-container .htc-line-2 {
    top: 20vw;
    right: 2vw;
    bottom: auto;
    left: auto;
  }
  /*-------------------------------------------------*/
  /* - Page Content
  /*-------------------------------------------------*/
  .desktop-container {
    position: relative;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
  }
  .desktop-container .section {
    position: relative;
    height: auto;
    width: calc(100% - 4vw);
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .desktop-container .one-two {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .desktop-container .one-two .section-left {
    position: relative;
    height: auto;
    width: calc(33.3333% - 0.5vw);
  }
  .desktop-container .one-two .section-right {
    position: relative;
    height: auto;
    width: calc(66.6666% - 0.5vw);
  }
  .desktop-container .two-one {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .desktop-container .two-one .section-left {
    position: relative;
    height: auto;
    width: calc(66.6666% - 0.5vw);
  }
  .desktop-container .two-one .section-right {
    position: relative;
    height: auto;
    width: calc(33.3333% - 0.5vw);
  }
  .desktop-container .section-image {
    border: 1px solid black;
  }
  .desktop-container .section-image .inner-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background-size: cover;
  }
  .desktop-container .starburst-container {
    position: relative;
    height: 14vw;
    width: 14vw;
  }
  .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 .section-1 {
    margin: 0 0 1vw 0;
  }
  .desktop-container .section-1 .section-left {
    padding: 20vw 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: self-end;
  }
  .desktop-container .section-1 .section-left .image-1 {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 130%;
    margin: 0 0 1vw 0;
  }
  .desktop-container .section-1 .section-left .image-1 .inner-image {
    background-image: url("../../images/desktop/radwood/Radwood_InnerPage_Image1.jpg");
  }
  .desktop-container .section-1 .section-left .txt-block-2 {
    position: relative;
    height: auto;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
    flex-grow: 1;
  }
  .desktop-container .section-1 .section-left .txt-block-2 .project-credits-typography {
    padding: 0 0 0.5vw 0;
  }
  .desktop-container .section-1 .section-right .top-lockup {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .desktop-container .section-1 .section-right .top-lockup .top-lockup-left {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20vw 0 1vw 0;
  }
  .desktop-container .section-1 .section-right .top-lockup .top-lockup-left .starburst-container .starburst-1 {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  .desktop-container .section-1 .section-right .top-lockup .top-lockup-left .starburst-container .starburst-2 {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
  }
  .desktop-container .section-1 .section-right .top-lockup .top-lockup-left .starburst-container .starburst-3 {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
  }
  .desktop-container .section-1 .section-right .top-lockup .top-lockup-left .project-credits-typography {
    position: relative;
    height: auto;
    width: 22vw;
    padding: 0 0 0.25vw 0.5vw;
  }
  .desktop-container .section-1 .section-right .top-lockup .top-lockup-right {
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    padding: 4.5vw 4.55vw 0 0;
  }
  .desktop-container .section-1 .section-right .top-lockup .top-lockup-right .mockup-container {
    position: relative;
    height: auto;
    width: 26vw;
    padding-top: 36.4vw;
  }
  .desktop-container .section-1 .section-right .top-lockup .top-lockup-right .mockup-container .inner-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background: url("../../images/desktop/radwood/Radwood_InnerPage_Mockup.jpg");
    background-size: cover;
  }
  .desktop-container .section-1 .section-right .image-2 {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 60%;
  }
  .desktop-container .section-1 .section-right .image-2 .inner-image {
    background: url("../../images/desktop/radwood/Radwood_InnerPage_Image2.jpg");
    background-size: cover;
  }
  .desktop-container .section-2 {
    margin: 0 0 1vw 0;
  }
  .desktop-container .section-2 .section-left .slideshow {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 56%;
    overflow: hidden;
  }
  .desktop-container .section-2 .section-left .slideshow .slide-1 {
    position: relative;
    height: 100%;
    width: 33.3333%;
    background-size: cover;
    background-image: url("../../images/desktop/radwood/Look and Feel 1.jpg");
  }
  .desktop-container .section-2 .section-left .slideshow .slide-2 {
    position: relative;
    height: 100%;
    width: 33.3333%;
    background-size: cover;
    background-image: url("../../images/desktop/radwood/Look and Feel 2.jpg");
  }
  .desktop-container .section-2 .section-left .slideshow .slide-3 {
    position: relative;
    height: 100%;
    width: 33.3333%;
    background-size: cover;
    background-image: url("../../images/desktop/radwood/Look and Feel 3.jpg");
  }
  .desktop-container .section-2 .section-left .slideshow .slides {
    position: absolute;
    height: 100%;
    width: 300%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateX(0);
    animation: radwoodSlideShow 6s step-end infinite;
    display: flex;
    flex-direction: row;
  }
  @keyframes radwoodSlideShow {
    0% {
      transform: translateX(0);
    }
    33% {
      transform: translateX(-33.3333%);
    }
    66% {
      transform: translateX(-66.6666%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .desktop-container .section-2 .section-right .txt-block-3 {
    position: relative;
    height: 100%;
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .desktop-container .section-2 .section-right .txt-block-3 .section-divider-typography {
    padding: 0 0 0.5vw 0;
  }
  .desktop-container .section-3 {
    margin: 0 0 1vw 0;
  }
  .desktop-container .section-3 .section-image {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 16%;
  }
  .desktop-container .section-3 .section-image .inner-image {
    background: url("../../images/desktop/radwood/Radwood_InnerPage_Banner.jpg");
    background-size: cover;
  }
  .desktop-container .section-4 .section-left {
    display: flex;
    flex-direction: column;
  }
  .desktop-container .section-4 .section-left .txt-block-4 {
    position: relative;
    height: auto;
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 1vw 0;
    align-items: self-end;
  }
  .desktop-container .section-4 .section-left .txt-block-4 .project-credits-typography {
    width: 65%;
    margin: 0 0 2vw 0;
  }
  .desktop-container .section-4 .section-left .section-image {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    flex-grow: 1;
  }
  .desktop-container .section-4 .section-left .section-image .carousel-wrapper {
    position: relative;
    height: 100%;
    width: 400%;
    display: flex;
    flex-direction: row;
    transform: translateX(0);
    animation: hatCarousel 4s step-end infinite;
  }
  .desktop-container .section-4 .section-left .section-image .carousel-wrapper .hat {
    position: relative;
    height: 100%;
    width: 25%;
  }
  .desktop-container .section-4 .section-left .section-image .carousel-wrapper .hat1 {
    background: url("../../images/desktop/radwood/Radwood_InnerPage_Hat1.jpg");
    background-size: cover;
    background-position: center;
  }
  .desktop-container .section-4 .section-left .section-image .carousel-wrapper .hat2 {
    background: url("../../images/desktop/radwood/Radwood_InnerPage_Hat2.jpg");
    background-size: cover;
    background-position: center;
  }
  .desktop-container .section-4 .section-left .section-image .carousel-wrapper .hat3 {
    background: url("../../images/desktop/radwood/Radwood_InnerPage_Hat3.jpg");
    background-size: cover;
    background-position: center;
  }
  .desktop-container .section-4 .section-left .section-image .carousel-wrapper .hat4 {
    background: url("../../images/desktop/radwood/Radwood_InnerPage_Hat4.jpg");
    background-size: cover;
    background-position: center;
  }
  @keyframes hatCarousel {
    0% {
      transform: translateX(0%);
    }
    25% {
      transform: translateX(-25%);
    }
    50% {
      transform: translateX(-50%);
    }
    75% {
      transform: translateX(-75%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  .desktop-container .section-4 .section-right .section-image {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 80%;
  }
  .desktop-container .section-4 .section-right .section-image .inner-image {
    background-image: url("../../images/desktop/radwood/Radwood_InnerPage_Image4.jpg");
  }
  .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: #ff0000;
  }
  .hero-text-large {
    font-family: "TT Ricks";
    font-size: 60vw;
    color: #ff0000;
    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: red;
    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: red;
    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);
    flex-grow: 1;
    z-index: -6;
  }
  .mobile-page-content .mobile-hero-section .hero-image .inner-image {
    background: url("../../images/mobile/Radwood/Radwood_Homepage_Hero.jpg");
    background-size: cover;
    background-position: center;
  }
  .mobile-page-content .mobile-hero-section .hero-text-container {
    position: relative;
    height: auto;
    width: 55%;
    padding: 10vw 5% 10vw 40%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .mobile-page-content .mobile-hero-section .hero-text-container p {
    margin-bottom: 10vw;
  }
  .mobile-page-content .image-1-container {
    position: relative;
    height: auto;
    width: 95%;
    padding: 0 0 0 5%;
    margin-bottom: 10%;
  }
  .mobile-page-content .image-1-container .image-1 {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 65%;
    margin-bottom: 2.5vw;
  }
  .mobile-page-content .image-1-container .image-1 .inner-image {
    background-image: url("../../images/mobile/Radwood/Radwood_InnerPage_TShirt.jpg");
  }
  .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: 70%;
    padding: 0 15%;
    text-align: center;
  }
  .mobile-page-content .image-2-container {
    position: relative;
    height: auto;
    width: 90%;
    padding: 0 5%;
    margin-bottom: 10%;
  }
  .mobile-page-content .image-2-container p {
    text-align: right;
    margin-bottom: 2.5vw;
  }
  .mobile-page-content .image-2-container .image-2 {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 178.5%;
    overflow: hidden;
  }
  .mobile-page-content .image-2-container .image-2 .image-wrapper {
    position: absolute;
    height: 90vw;
    width: 481.95vw;
    top: 0;
    right: auto;
    bottom: auto;
    left: 100%;
    transform-origin: top left;
    transform: rotate(90deg) translateY(0%);
    display: flex;
    flex-direction: row;
    animation: carouselSlide 6s step-end infinite;
  }
  .mobile-page-content .image-2-container .image-2 .image-wrapper .carousel-image {
    position: relative;
    height: 100%;
    width: 33.3333%;
  }
  .mobile-page-content .image-2-container .image-2 .image-wrapper .image1 {
    background-image: url("../../images/desktop/radwood/Look and Feel 1.jpg");
    background-size: cover;
    background-position: center;
  }
  .mobile-page-content .image-2-container .image-2 .image-wrapper .image2 {
    background-image: url("../../images/desktop/radwood/Look and Feel 2.jpg");
    background-size: cover;
    background-position: center;
  }
  .mobile-page-content .image-2-container .image-2 .image-wrapper .image3 {
    background-image: url("../../images/desktop/radwood/Look and Feel 3.jpg");
    background-size: cover;
    background-position: center;
  }
  @keyframes carouselSlide {
    0% {
      transform: rotate(90deg) translateX(0%);
    }
    33% {
      transform: rotate(90deg) translateX(-33.3333%);
    }
    66% {
      transform: rotate(90deg) translateX(-66.6666%);
    }
    100% {
      transform: rotate(90deg) translateX(0%);
    }
  }
  .mobile-page-content .image-3-container {
    position: relative;
    height: auto;
    width: 90%;
    padding: 0 5%;
    margin-bottom: 10vw;
  }
  .mobile-page-content .image-3-container p {
    text-align: right;
    margin-bottom: 2.5vw;
  }
  .mobile-page-content .image-3-container .image-3 {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 138%;
    overflow: hidden;
  }
  .mobile-page-content .image-3-container .image-3 .image-wrapper {
    position: absolute;
    height: 100%;
    width: 400%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateX(0);
    animation: hatSlideShow 4s step-end infinite;
    display: flex;
    flex-direction: row;
  }
  .mobile-page-content .image-3-container .image-3 .image-wrapper .carousel-image {
    position: relative;
    height: 100%;
    width: 25%;
    background-size: cover;
    background-position: center;
  }
  .mobile-page-content .image-3-container .image-3 .image-wrapper .image1 {
    background-image: url("../../images/desktop/radwood/Radwood_InnerPage_Hat1.jpg");
  }
  .mobile-page-content .image-3-container .image-3 .image-wrapper .image2 {
    background-image: url("../../images/desktop/radwood/Radwood_InnerPage_Hat2.jpg");
  }
  .mobile-page-content .image-3-container .image-3 .image-wrapper .image3 {
    background-image: url("../../images/desktop/radwood/Radwood_InnerPage_Hat3.jpg");
  }
  .mobile-page-content .image-3-container .image-3 .image-wrapper .image4 {
    background-image: url("../../images/desktop/radwood/Radwood_InnerPage_Hat4.jpg");
  }
  @keyframes hatSlideShow {
    0% {
      transform: translateX(0%);
    }
    25% {
      transform: translateX(-25%);
    }
    50% {
      transform: translateX(-50%);
    }
    75% {
      transform: translateX(-75%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  .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 */