@font-face {
    font-family: 'helvetica-thin';
    src: url('/fonts/helvetica/helvetica-thin.eot'),
         url('/fonts/helvetica/helvetica-thin.woff') format('woff'),
         url('/fonts/helvetica/helvetica-thin.ttf') format('truetype'),
         url('/fonts/helvetica/helvetica-thin.svg#alte_haas_groteskbold') format('svg');

}

@font-face {
    font-family: 'helvetica-light';
    src: url('/fonts/helvetica/helvetica-light.eot'),
         url('/fonts/helvetica/helvetica-light.woff') format('woff'),
         url('/fonts/helvetica/helvetica-light.ttf') format('truetype'),
         url('/fonts/helvetica/helvetica-light.svg#alte_haas_groteskbold') format('svg');

}

@font-face {
    font-family: 'helvetica-regular';
    src: url('/fonts/helvetica/helvetica-regular.eot'),
         url('/fonts/helvetica/helvetica-regular.woff') format('woff'),
         url('/fonts/helvetica/helvetica-regular.ttf') format('truetype'),
         url('/fonts/helvetica/helvetica-regular.svg#alte_haas_groteskbold') format('svg');

}

@font-face {
    font-family: 'helvetica-medium';
    src: url('/fonts/helvetica/helvetica-medium.eot'),
         url('/fonts/helvetica/helvetica-medium.woff') format('woff'),
         url('/fonts/helvetica/helvetica-medium.ttf') format('truetype'),
         url('/fonts/helvetica/helvetica-medium.svg#alte_haas_groteskbold') format('svg');

}

@font-face {
    font-family: 'helvetica-bold';
    src: url('/fonts/helvetica/helvetica-bold.eot'),
         url('/fonts/helvetica/helvetica-bold.woff') format('woff'),
         url('/fonts/helvetica/helvetica-bold.ttf') format('truetype'),
         url('/fonts/helvetica/helvetica-bold.svg#alte_haas_groteskbold') format('svg');

}

@font-face {
    font-family: 'tiposka';
    src: url('/fonts/tiposka/tiposka.eot'),
         url('/fonts/tiposka/tiposka.woff') format('woff'),
         url('/fonts/tiposka/tiposka.ttf') format('truetype'),
         url('/fonts/tiposka/tiposka.svg#alte_haas_groteskbold') format('svg');

}

body {
    margin: 0;
    padding: 0;
    background-color: #000000;
    color: #FFFFFF;
    font-family: "helvetica-bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.05em;
    position: relative;
}

img {
    display: block;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}

::selection {
  background: transparent;
}

.text-header {
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: default;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 760px) {
    .text-header {
        font-size: 28px;
        line-height: 36px;
    }
}

.text-link {
    color: inherit;
    text-decoration: none;
    cursor: default;
}

.text-link.appearing {
    cursor: pointer;
}

.text-link.appearing:hover {
    color: #FFFFFF;
}

.text-link.active {
    padding: 1px 6px;
    color: #000000;
    background: #2200FF;
    text-decoration: none;
    cursor: pointer;
}

.text-link.active:hover {
    color: #FFFFFF;
}

@media screen and (min-width: 761px) {
    .text-link.active {
        padding: 4px 8px 3px;
    }
}

.text-paragraph {
    width: 60%;
    font-family: "Courier New", "Courier", "helvetica-bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;;
    font-size: 24px;
    line-height: 1.6em;
    color: #2200DD;
    cursor: default;
}

@media only screen and (max-width: 760px) {
    .text-paragraph {
        width: 92%;
        font-size: 20px;
        line-height: 1.5em;
    }
}

.page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 1) 600px);
}

.home-wrapper {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.dominic-leix {
    font-family: 'helvetica-thin';
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1.1em;
    line-height: 1.8em;
    margin: 10px 0 0;
    color: #888888;
    cursor: default;
}

.header {
    display: none;
}

.section-video {
    position: relative;
    display: block;
    width: 100vw;
    height: 100vh;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}

.video-top {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: default;
}

#video-top {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-top::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    z-index: 1;
}

.intro-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro {
    width: 100%;
    height: auto;
    font-family: 'tiposka';
    color: #2200FF;
    font-size: 10vw;
    line-height: 1.2em;
    cursor: default;
}

@media only screen and (max-width: 760px) {
    .intro {
        width: 100%;
        font-size: 12vw;
        line-height: 1.4em;
    }
}

.project-back:hover {
	border-color: white;
	background-color: white;
	color: #333;
}

.project-back .icon {
	margin-right: 6px;
}

.section-welcome {
    padding: 120px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-upcoming {
    padding: 0 20px 120px;
}

.upcoming-wrap {
    width: 960px;
    max-width: 92%;
    margin: 20px auto 0;
    padding: 25px 40px 20px;
    box-sizing: border-box;
    border: 1px solid #222222;
}

.upcoming-wrap:first-of-type {
    margin-top: 60px;
}

.section-youtube {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000000;
    padding: 0 20px 100px;
}

.youtube-wrap {
    width: 960px;
    max-width: 92%;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-top: 40px;
}

#youtube {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* filter: grayscale(100%) contrast(120%) brightness(140%); */
}

.section-soundcloud {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000000;
    margin: 80px 0;
    padding: 0 20px;
}

.soundcloud-wrap {
    width: 960px;
    max-width: 92%;
    position: relative;
    margin-bottom: 60px;
}

.text-gray {
    text-decoration: none;
    color: #666;
    font-size: 18px;
    padding: 0 6%;
}

@media only screen and (max-width: 760px) {
    .text-gray {
        font-size: 16px;
    }
}

.archives:hover {
    text-decoration: underline;
}

.video-top-page {
    max-width: 100%;
}

.section-graffiti {
    display: flex;
    justify-content: center;
}

.graffiti-item {
    max-width: 1600px;
    padding: 0 2%;
}

.graffiti-scene {
    max-width: 100%;
}

.section-piercing {
    display: flex;
    justify-content: center;
}

.piercing-items {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 960px;
    padding: 0 4%;
}

.piercing {
    max-width: 100%;
}

.section-photography {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.photo-items {
    display: flex;
    align-content: flex-start;
    justify-content: center;
    gap: 60px 2%;
    flex-wrap: wrap;
    max-width: 1660px;
    margin-bottom: 120px;
}

.photo-item-wrap {
    width: 20%;
}

@media screen and (max-width: 960px) {
    .photo-item-wrap {
        width: 40%;
    }
}

@media screen and (max-width: 520px) {
    .photo-item-wrap {
        width: 80%;
    }
}

.photo-item {
    overflow: hidden;
    aspect-ratio: 9 / 16;
}

.photo {
    width: 100%;
    object-fit: cover;
}

.caption {
    display: block;
    padding: 15px 0 0 5px;
    font-family: 'helvetica-thin';
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1.1em;
    line-height: 1.8em;
    color: #888888;
    text-align: center;
}

.slider {
    max-width: 1660px;
    margin-bottom: 120px;
}

@media screen and (max-width: 520px) {
    .slider {
        display: none;
    }
}

.slider-inner {
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
}

.slider-inner .photo-items {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-behavior: smooth;
    max-width: 66.66%;
    margin-bottom: 0;
}

.carousel-arrow {
    background-color: #000000;
    color: #FFFFFF;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
}

.carousel-arrow:disabled,
.carousel-arrow.disabled {
  color: #666666;
  cursor: default;
}

.photo-item-wrap-h {
    width: 100%;
    flex: 0 0 auto;
}

.photo-item-h {
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.photo-item-h img {
    width: 100%;
}

.video-items {
    display: flex;
    justify-content: center;
    max-width: 1660px;
    margin: 0 auto 120px;
}

@media screen and (max-width: 1280px) {
    .video-items {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
}

.video-item-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.video-item-wrap-col {
    width: 50%;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1280px) {
    .video-item-wrap-col {
        width: 80%;
    }
}

.video-item-wrap-col-r {
    width: 50%;
    display: flex;
}

@media screen and (max-width: 1280px) {
    .video-item-wrap-col-r {
        flex-direction: column;
        align-items: center;
        width: 80%;
    }
}

.video-item-h {
    width: 50%;
    aspect-ratio: 16 / 9;
}

@media screen and (max-width: 1280px) {
    .video-item-h {
        width: 80%;
    }
}

.video-item-h img {
    width: 100%;
}

.video-item-hf {
    width: 100%;
}

.video-item-hf img {
    width: 100%;
}

.video-item-v {
    width: 40%;
    aspect-ratio: 9 / 16;
    height: 71.2%;
    margin-bottom: -28.8%;
    position: relative;
    top: 50%;
}

@media screen and (max-width: 1280px) {
    .video-item-v {
        position: initial;
        height: auto;
        width: 50%;
        margin-bottom: 120px;
    }
}

.video-item-v img {
    width: 100%;
}

.video-item-vs {
    width: 25%;
    aspect-ratio: 9 / 16;
    margin-right: 12.5%;
}

@media screen and (max-width: 1280px) {
    .video-item-vs {
        margin-right: 0;
        width: 50%;
    }
    .video-item-vs:first-of-type {
        margin-bottom: 120px;
    }
}

.video-item-vs img {
    width: 100%;
}

.video {
    width: 100%;
    object-fit: cover;
}

.contact {
    font-family: 'Courier New', 'Courier', 'Helvetica Neue', 'Helvetica', sans-serif;
}

.contact::selection {
  background: #FFFFFF !important;
  color: #000000 !important;
}

.section-network {
    margin-top: 140px;
    padding: 40px 20px 80px;
    background: url("/img/leix-bg-stripes.png") center center #000000;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

@media screen and (max-width: 760px) {
    .social-links {
        flex-direction: column;
        gap: 40px;
    }
}

.social-link-wrap {
    width: 18.8%;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 760px) {
    .social-link-wrap {
        width: 100%;
    }
}

.social-link {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.social-link:hover {
    text-decoration: underline;
}

.presspack-wrap {
    margin-top: 140px;
}

.presspack {
    border: 1px solid #333333;
    padding: 14px 20px 10px;
    color: #FFFFFF;
    text-decoration: none;
}

.presspack:hover {
    background-color: #2200FF;
    border: none;
}

.section-back {
    padding: 80px 0 0;
}

.link-back {
    opacity: 0.32;
    font-family: 'helvetica-light';
    text-transform: uppercase;
    font-size: 14px;
}

.link-back .icon {
    position: relative;
    top: 1px;
}

.link-back:hover {
    opacity: 1;
}

.link-back {
    color: #FFFFFF;
    text-decoration: none;
}

.footer {
    display: flex;
    justify-content: center;
    padding: 60px 0;
    background: #000000;
    cursor: default;
}

@media screen and (max-width: 760px) {
    .footer {
        background-size: 50%;
    }
}

.tc {
    color: #303030;
    margin: 0 auto;
    padding: 0 10%;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
    font-family: "Courier New", "Courier", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media screen and (max-width: 760px) {
    .tc {
        font-size: 10px;
    }
}