/* =========================================================
   BANSI PICTURES — CONTACT
   THE FINAL CONVERSATION
========================================================= */

:root {

    --contact-black:
        #070707;

    --contact-dark:
        #101010;

    --contact-panel:
        #151515;

    --contact-white:
        #e9e9e4;

    --contact-muted:
        rgba(233,233,228,.42);

    --contact-faint:
        rgba(233,233,228,.12);

    --contact-yellow:
        #e5b800;

}


/* =========================================================
   GLOBAL
========================================================= */

.contact-page {

    margin: 0;

    background:
        var(--contact-black);

    color:
        var(--contact-white);

    overflow-x: hidden;

    font-family:
        "Manrope",
        sans-serif;

}


.contact-page a {

    color: inherit;

    text-decoration: none;

}


.contact-page input,
.contact-page textarea,
.contact-page select,
.contact-page button {

    font-family:
        inherit;

}


/* =========================================================
   GRAIN
========================================================= */

.contact-page::before {

    content: "";

    position: fixed;

    inset: 0;

    z-index: 9990;

    pointer-events: none;

    opacity: .035;

    background-image:

        repeating-radial-gradient(
            circle at 0 0,
            transparent 0,
            rgba(255,255,255,.4) 1px,
            transparent 2px
        );

    background-size:
        5px 5px;

    mix-blend-mode:
        screen;

}


/* =========================================================
   LOADER
========================================================= */

.contact-loader {

    position: fixed;

    inset: 0;

    z-index: 9999;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 18px;

    background:
        var(--contact-black);

}


.contact-loader-count {

    font-family:
        "Space Grotesk",
        sans-serif;

    font-size: 70px;

    line-height: 1;

    color:
        var(--contact-yellow);

}


.contact-loader-line {

    width: 140px;

    height: 1px;

    background:
        rgba(255,255,255,.3);

    transform-origin:
        left center;

}


.contact-loader > span {

    font-family:
        "DM Mono",
        monospace;

    font-size: 7px;

    letter-spacing: .2em;

    color:
        rgba(255,255,255,.3);

}


/* =========================================================
   HEADER
========================================================= */

.contact-header {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    height: 90px;

    padding:
        0 42px;

    z-index: 500;

    display: flex;

    align-items: center;

    justify-content: space-between;

}


.contact-logo {

    display: flex;

    align-items: center;

    gap: 12px;

}


.contact-logo-mark {

    width: 28px;

    height: 28px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid rgba(255,255,255,.5);

    font-family:
        "Space Grotesk",
        sans-serif;

}


.contact-logo > span:last-child {

    font-family:
        "DM Mono",
        monospace;

    font-size: 8px;

    letter-spacing: .15em;

}


.contact-header-right {

    display: flex;

    align-items: center;

    gap: 30px;

}


.contact-counter {

    font-family:
        "DM Mono",
        monospace;

    font-size: 8px;

    letter-spacing: .15em;

    color:
        rgba(255,255,255,.3);

}


.contact-menu-button {

    width: 38px;

    height: 38px;

    border:
        1px solid rgba(255,255,255,.35);

    background:
        transparent;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 5px;

    cursor:
        pointer;

}


.contact-menu-button span {

    width: 13px;

    height: 1px;

    background:
        #fff;

}


/* =========================================================
   HUD
========================================================= */

.contact-hud {

    position: fixed;

    z-index: 450;

    top: 115px;

    right: 42px;

    display: flex;

    gap: 18px;

    font-family:
        "DM Mono",
        monospace;

    font-size: 6px;

    letter-spacing: .13em;

    color:
        rgba(255,255,255,.2);

}


.contact-rec {

    color:
        #c95757;

}


/* =========================================================
   HERO
========================================================= */

.contact-hero {

    position: relative;

    min-height: 100vh;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: center;

    background:

        radial-gradient(
            circle at 50% 48%,
            rgba(255,255,255,.04),
            transparent 30%
        ),

        var(--contact-black);

}


.contact-hero::before {

    content: "";

    position: absolute;

    left: 50%;

    top: 0;

    bottom: 0;

    width: 1px;

    background:
        rgba(255,255,255,.045);

}


.contact-hero-meta {

    position: absolute;

    top: 135px;

    left: 42px;

    right: 42px;

    display: flex;

    justify-content: space-between;

    font-family:
        "DM Mono",
        monospace;

    font-size: 7px;

    letter-spacing: .18em;

    color:
        rgba(255,255,255,.25);

}


.contact-hero-meta span:first-child {

    color:
        var(--contact-yellow);

}


/* =========================================================
   HERO TITLE
========================================================= */

.contact-hero-title {

    position: relative;

    z-index: 5;

    width: 80vw;

}


.contact-hero-title span {

    display: block;

    font-family:
        "Space Grotesk",
        sans-serif;

    font-size:
        clamp(
            100px,
            17vw,
            270px
        );

    line-height: .68;

    letter-spacing:
        -.1em;

    font-weight: 300;

    text-align:
        center;

}


.contact-hero-title .contact-outline {

    margin-left:
        15vw;

    color:
        transparent;

    -webkit-text-stroke:
        1px rgba(255,255,255,.45);

}


/* =========================================================
   VIEWFINDER
========================================================= */

.contact-viewfinder {

    position: absolute;

    inset:
        18vh 12vw;

    pointer-events:
        none;

}


.contact-vf-top-left,
.contact-vf-top-right,
.contact-vf-bottom-left,
.contact-vf-bottom-right {

    position: absolute;

    width: 42px;

    height: 42px;

}


.contact-vf-top-left {

    top: 0;

    left: 0;

    border-top:
        1px solid rgba(255,255,255,.22);

    border-left:
        1px solid rgba(255,255,255,.22);

}


.contact-vf-top-right {

    top: 0;

    right: 0;

    border-top:
        1px solid rgba(255,255,255,.22);

    border-right:
        1px solid rgba(255,255,255,.22);

}


.contact-vf-bottom-left {

    bottom: 0;

    left: 0;

    border-bottom:
        1px solid rgba(255,255,255,.22);

    border-left:
        1px solid rgba(255,255,255,.22);

}


.contact-vf-bottom-right {

    bottom: 0;

    right: 0;

    border-bottom:
        1px solid rgba(255,255,255,.22);

    border-right:
        1px solid rgba(255,255,255,.22);

}


.contact-crosshair {

    position: absolute;

    top: 50%;

    left: 50%;

    width: 55px;

    height: 55px;

    transform:
        translate(-50%, -50%);

    border:
        1px solid rgba(255,255,255,.1);

}


.contact-crosshair::before,
.contact-crosshair::after {

    content: "";

    position: absolute;

    background:
        rgba(255,255,255,.18);

}


.contact-crosshair::before {

    width: 1px;

    height: 75px;

    left: 50%;

    top: -10px;

}


.contact-crosshair::after {

    width: 75px;

    height: 1px;

    left: -10px;

    top: 50%;

}


.contact-frame-data {

    position: absolute;

    top: 15px;

    right: 15px;

    display: flex;

    flex-direction: column;

    gap: 7px;

    font-family:
        "DM Mono",
        monospace;

    font-size: 6px;

    letter-spacing: .15em;

    color:
        rgba(255,255,255,.25);

}


/* =========================================================
   HERO MESSAGE
========================================================= */

.contact-hero-message {

    position: absolute;

    left: 9vw;

    bottom: 90px;

    display: flex;

    align-items: flex-start;

    gap: 15px;

}


.contact-hero-message > span {

    width: 35px;

    height: 1px;

    margin-top: 7px;

    background:
        var(--contact-yellow);

}


.contact-hero-message p {

    width: 245px;

    margin: 0;

    font-size: 10px;

    line-height: 1.75;

    color:
        rgba(255,255,255,.35);

}


/* =========================================================
   SCROLL
========================================================= */

.contact-scroll {

    position: absolute;

    right: 9vw;

    bottom: 90px;

    display: flex;

    align-items: center;

    gap: 15px;

    font-family:
        "DM Mono",
        monospace;

    font-size: 7px;

    letter-spacing: .15em;

    color:
        rgba(255,255,255,.25);

}


.contact-scroll span:last-child {

    width: 50px;

    height: 1px;

    background:
        rgba(255,255,255,.2);

}


/* =========================================================
   DIRECT CONTACT
========================================================= */

.contact-direct {

    position: relative;

    min-height: 100vh;

    padding:
        150px 9vw;

    background:
        var(--contact-dark);

    border-top:
        1px solid rgba(255,255,255,.08);

}


.contact-section-index {

    font-family:
        "DM Mono",
        monospace;

    font-size: 7px;

    letter-spacing: .18em;

    color:
        var(--contact-yellow);

}


.contact-direct-layout {

    min-height:
        70vh;

    display: grid;

    grid-template-columns:
        1.1fr .9fr;

    align-items:
        center;

    gap:
        8vw;

}


.contact-small-label {

    display: block;

    margin-bottom: 25px;

    font-family:
        "DM Mono",
        monospace;

    font-size: 7px;

    letter-spacing: .18em;

    color:
        rgba(255,255,255,.3);

}


.contact-direct-left h2 {

    margin: 0;

    font-family:
        "Space Grotesk",
        sans-serif;

    font-size:
        clamp(
            90px,
            12vw,
            190px
        );

    line-height: .7;

    letter-spacing:
        -.09em;

    font-weight: 300;

}


.contact-direct-left h2 em {

    color:
        var(--contact-yellow);

    font-style:
        normal;

}


.contact-direct-left p {

    width: 330px;

    margin-top: 55px;

    font-size: 11px;

    line-height: 1.8;

    color:
        rgba(255,255,255,.4);

}


.contact-email {

    display: inline-block;

    margin-top: 35px;

    padding-bottom: 8px;

    border-bottom:
        1px solid var(--contact-yellow);

    font-family:
        "DM Mono",
        monospace;

    font-size: 9px;

    letter-spacing: .08em;

    color:
        var(--contact-yellow);

}


/* =========================================================
   CONTACT CARDS
========================================================= */

.contact-direct-right {

    display: flex;

    flex-direction: column;

    gap: 1px;

}


.contact-contact-card {

    padding:
        30px 25px;

    border:
        1px solid rgba(255,255,255,.1);

    background:
        rgba(255,255,255,.015);

    transition:
        border-color .3s ease,
        transform .3s ease;

}


.contact-contact-card:hover {

    border-color:
        rgba(229,184,0,.45);

    transform:
        translateX(8px);

}


.contact-contact-card > span {

    display: block;

    margin-bottom: 15px;

    font-family:
        "DM Mono",
        monospace;

    font-size: 6px;

    letter-spacing: .18em;

    color:
        var(--contact-yellow);

}


.contact-contact-card strong {

    display: block;

    font-family:
        "Space Grotesk",
        sans-serif;

    font-size: 18px;

    font-weight: 300;

    letter-spacing:
        -.02em;

}


.contact-contact-card small {

    display: block;

    margin-top: 9px;

    font-family:
        "DM Mono",
        monospace;

    font-size: 6px;

    letter-spacing: .12em;

    color:
        rgba(255,255,255,.22);

}


/* =========================================================
   FORM SECTION
========================================================= */

.contact-form-section {

    position: relative;

    padding:
        160px 9vw 180px;

    background:
        var(--contact-black);

    border-top:
        1px solid rgba(255,255,255,.08);

}


.contact-form-header {

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    margin-bottom: 120px;

}


.contact-form-header > div > span {

    display: block;

    margin-bottom: 25px;

    font-family:
        "DM Mono",
        monospace;

    font-size: 7px;

    letter-spacing: .18em;

    color:
        var(--contact-yellow);

}


.contact-form-header h2 {

    margin: 0;

    font-family:
        "Space Grotesk",
        sans-serif;

    font-size:
        clamp(
            75px,
            10vw,
            160px
        );

    line-height: .72;

    letter-spacing:
        -.085em;

    font-weight: 300;

}


.contact-form-header h2 em {

    color:
        var(--contact-yellow);

    font-style:
        normal;

}


.contact-form-header > p {

    width: 210px;

    margin: 0;

    font-size: 10px;

    line-height: 1.8;

    color:
        rgba(255,255,255,.3);

}


/* =========================================================
   FORM
========================================================= */

.contact-form {

    max-width:
        1000px;

    margin:
        0 auto;

}


.contact-field {

    position: relative;

    padding:
        35px 0;

    border-top:
        1px solid rgba(255,255,255,.12);

}


.contact-field label {

    display: block;

    margin-bottom: 20px;

    font-family:
        "DM Mono",
        monospace;

    font-size: 7px;

    letter-spacing: .16em;

    color:
        rgba(255,255,255,.3);

}


.contact-field input,
.contact-field textarea,
.contact-field select {

    width: 100%;

    padding:
        10px 0;

    border: 0;

    border-bottom:
        1px solid rgba(255,255,255,.15);

    outline: none;

    background:
        transparent;

    color:
        var(--contact-white);

    font-size:
        clamp(
            18px,
            2.3vw,
            30px
        );

    font-weight: 300;

    transition:
        border-color .3s ease;

}


.contact-field textarea {

    resize:
        vertical;

    min-height:
        180px;

    line-height:
        1.6;

}


.contact-field select {

    cursor:
        pointer;

    appearance:
        none;

}


.contact-field select option {

    background:
        #111;

    color:
        #fff;

}


.contact-field input::placeholder,
.contact-field textarea::placeholder {

    color:
        rgba(255,255,255,.16);

}


.contact-field input:focus,
.contact-field textarea:focus,
.contact-field select:focus {

    border-color:
        var(--contact-yellow);

}


/* =========================================================
   CHARACTER COUNT
========================================================= */

.contact-character-count {

    margin-top:
        10px;

    text-align:
        right;

    font-family:
        "DM Mono",
        monospace;

    font-size: 6px;

    letter-spacing: .12em;

    color:
        rgba(255,255,255,.2);

}


/* =========================================================
   SUBMIT
========================================================= */

.contact-submit-row {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 50px;

    padding-top:
        75px;

}


.contact-submit-note > span {

    display: block;

    margin-bottom: 10px;

    font-family:
        "DM Mono",
        monospace;

    font-size: 7px;

    letter-spacing: .17em;

    color:
        var(--contact-yellow);

}


.contact-submit-note p {

    width: 260px;

    margin: 0;

    font-size: 10px;

    line-height: 1.7;

    color:
        rgba(255,255,255,.3);

}


.contact-submit-button {

    min-width:
        260px;

    padding:
        21px 24px;

    border:
        1px solid rgba(255,255,255,.35);

    background:
        transparent;

    color:
        var(--contact-white);

    display: flex;

    align-items: center;

    justify-content: space-between;

    cursor:
        pointer;

    font-family:
        "DM Mono",
        monospace;

    font-size: 8px;

    letter-spacing: .15em;

    transition:
        background .3s ease,
        color .3s ease,
        border-color .3s ease;

}


.contact-submit-button strong {

    color:
        var(--contact-yellow);

    font-size: 17px;

    font-weight: 300;

}


.contact-submit-button:hover {

    background:
        var(--contact-yellow);

    border-color:
        var(--contact-yellow);

    color:
        #070707;

}


.contact-submit-button:hover strong {

    color:
        #070707;

}


.contact-form-status {

    margin-top:
        30px;

    font-family:
        "DM Mono",
        monospace;

    font-size: 7px;

    letter-spacing: .12em;

    color:
        var(--contact-yellow);

}


/* =========================================================
   LOCATION
========================================================= */

.contact-location {

    position: relative;

    min-height:
        100vh;

    padding:
        130px 9vw;

    overflow:
        hidden;

    background:
        #101010;

    border-top:
        1px solid rgba(255,255,255,.08);

}


.contact-location-top {

    display: flex;

    justify-content: space-between;

    font-family:
        "DM Mono",
        monospace;

    font-size: 7px;

    letter-spacing: .17em;

    color:
        rgba(255,255,255,.25);

}


.contact-location-top span:first-child {

    color:
        var(--contact-yellow);

}


.contact-location-content {

    position: relative;

    z-index: 5;

    min-height:
        65vh;

    display: flex;

    flex-direction: column;

    justify-content: center;

}


.contact-location-title {

    display: flex;

    flex-direction: column;

}


.contact-location-title span {

    font-family:
        "Space Grotesk",
        sans-serif;

    font-size:
        clamp(
            100px,
            15vw,
            240px
        );

    line-height: .68;

    letter-spacing:
        -.1em;

    font-weight: 300;

}


.contact-location-title span:nth-child(2) {

    margin-left:
        12vw;

    color:
        transparent;

    -webkit-text-stroke:
        1px rgba(255,255,255,.4);

}


.contact-location-info {

    position: absolute;

    right: 5vw;

    bottom: 20%;

    width: 240px;

}


.contact-location-info > span {

    display: block;

    margin-bottom: 12px;

    font-family:
        "DM Mono",
        monospace;

    font-size: 6px;

    letter-spacing: .18em;

    color:
        rgba(255,255,255,.25);

}


.contact-location-info strong {

    display: block;

    font-family:
        "Space Grotesk",
        sans-serif;

    font-size: 35px;

    font-weight: 300;

    color:
        var(--contact-yellow);

}


.contact-location-info p {

    margin-top:
        20px;

    font-size: 10px;

    line-height: 1.8;

    color:
        rgba(255,255,255,.3);

}


/* =========================================================
   MAP
========================================================= */

.contact-map {

    position: absolute;

    inset:
        17vh 9vw;

    opacity:
        .35;

    pointer-events:
        none;

}


.contact-map-grid {

    position: absolute;

    inset: 0;

    background-image:

        linear-gradient(
            rgba(255,255,255,.06) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(255,255,255,.06) 1px,
            transparent 1px
        );

    background-size:
        70px 70px;

    transform:
        perspective(500px)
        rotateX(55deg)
        scale(1.4);

    transform-origin:
        center center;

}


.contact-map-route {

    position: absolute;

    width: 55vw;

    height: 1px;

    top: 52%;

    left: 10%;

    background:
        var(--contact-yellow);

    transform:
        rotate(-13deg);

    transform-origin:
        left center;

}


.contact-map-route span {

    position: absolute;

    top: -4px;

    width: 9px;

    height: 9px;

    border:
        1px solid var(--contact-yellow);

    border-radius:
        50%;

}


.contact-map-route span:nth-child(1) {

    left: 15%;

}


.contact-map-route span:nth-child(2) {

    left: 50%;

}


.contact-map-route span:nth-child(3) {

    right: 0;

}


.contact-map-marker {

    position: absolute;

    left: 54%;

    top: 40%;

    width: 55px;

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid var(--contact-yellow);

    border-radius:
        50%;

    background:
        rgba(7,7,7,.7);

}


.contact-map-marker span {

    font-family:
        "Space Grotesk",
        sans-serif;

    font-size: 20px;

    color:
        var(--contact-yellow);

}


.contact-map-label {

    position: absolute;

    left: calc(54% + 35px);

    top: calc(40% + 65px);

    font-family:
        "DM Mono",
        monospace;

    font-size: 6px;

    letter-spacing: .15em;

    color:
        rgba(255,255,255,.35);

}


/* =========================================================
   FINAL
========================================================= */

.contact-final {

    position: relative;

    min-height:
        100vh;

    display:
        flex;

    flex-direction:
        column;

    align-items:
        center;

    justify-content:
        center;

    text-align:
        center;

    overflow:
        hidden;

    background:
        #060606;

    border-top:
        1px solid rgba(255,255,255,.08);

}


.contact-final-small {

    position: relative;

    z-index: 5;

    margin-bottom:
        30px;

    font-family:
        "DM Mono",
        monospace;

    font-size: 7px;

    letter-spacing: .2em;

    color:
        rgba(255,255,255,.25);

}


.contact-final h2 {

    position: relative;

    z-index: 5;

    margin: 0;

    font-family:
        "Space Grotesk",
        sans-serif;

    font-size:
        clamp(
            75px,
            11vw,
            180px
        );

    line-height: .7;

    letter-spacing:
        -.09em;

    font-weight: 300;

}


.contact-final h2 em {

    color:
        var(--contact-yellow);

    font-style:
        normal;

}


.contact-final p {

    position: relative;

    z-index: 5;

    margin:
        45px 0 25px;

    font-size: 11px;

    color:
        rgba(255,255,255,.3);

}


.contact-final-button {

    position: relative;

    z-index: 5;

    padding:
        16px 20px;

    border:
        1px solid rgba(255,255,255,.3);

    font-family:
        "DM Mono",
        monospace;

    font-size: 7px;

    letter-spacing: .15em;

    transition:
        all .3s ease;

}


.contact-final-button span {

    margin-left:
        20px;

    color:
        var(--contact-yellow);

}


.contact-final-button:hover {

    background:
        var(--contact-yellow);

    color:
        #070707;

    border-color:
        var(--contact-yellow);

}


.contact-final-button:hover span {

    color:
        #070707;

}


/* =========================================================
   FINAL FILM FRAME
========================================================= */

.contact-final-film {

    position: absolute;

    inset:
        14vh 13vw;

    border:
        1px solid rgba(255,255,255,.08);

}


.contact-final-film span {

    position: absolute;

    width: 35px;

    height: 35px;

}


.contact-final-film span:nth-child(1) {

    top: -1px;

    left: -1px;

    border-top:
        1px solid var(--contact-yellow);

    border-left:
        1px solid var(--contact-yellow);

}


.contact-final-film span:nth-child(2) {

    top: -1px;

    right: -1px;

    border-top:
        1px solid var(--contact-yellow);

    border-right:
        1px solid var(--contact-yellow);

}


.contact-final-film span:nth-child(3) {

    bottom: -1px;

    left: -1px;

    border-bottom:
        1px solid var(--contact-yellow);

    border-left:
        1px solid var(--contact-yellow);

}


.contact-final-film span:nth-child(4) {

    bottom: -1px;

    right: -1px;

    border-bottom:
        1px solid var(--contact-yellow);

    border-right:
        1px solid var(--contact-yellow);

}


.contact-final-bottom {

    position: absolute;

    left: 42px;

    right: 42px;

    bottom: 35px;

    display: flex;

    justify-content: space-between;

    font-family:
        "DM Mono",
        monospace;

    font-size: 6px;

    letter-spacing: .15em;

    color:
        rgba(255,255,255,.2);

}


/* =========================================================
   MENU
========================================================= */

.contact-menu-overlay {

    position: fixed;

    inset: 0;

    z-index: 10000;

    padding:
        120px 9vw;

    background:
        #101010;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

}

.contact-menu-overlay nav {

    display: flex;

    flex-direction: column;

    gap: 10px;

}


.contact-menu-overlay nav a {

    display: flex;

    align-items: baseline;

    gap: 25px;

    font-family:
        "Space Grotesk",
        sans-serif;

    font-size:
        clamp(
            50px,
            7vw,
            100px
        );

    line-height: .9;

    letter-spacing:
        -.06em;

    font-weight: 300;

}


.contact-menu-overlay nav a span {

    font-family:
        "DM Mono",
        monospace;

    font-size: 8px;

    color:
        var(--contact-yellow);

}


.contact-menu-close {

    position: absolute;

    top: 30px;

    right: 42px;

    border: 0;

    background:
        transparent;

    color:
        #fff;

    font-family:
        "DM Mono",
        monospace;

    font-size: 8px;

    letter-spacing: .15em;

    cursor:
        pointer;

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .contact-header {

        height: 75px;

        padding:
            0 20px;

    }


    .contact-counter,
    .contact-hud {

        display:
            none;

    }


    .contact-hero {

        min-height:
            700px;

    }


    .contact-hero-meta {

        top: 100px;

        left: 20px;

        right: 20px;

    }


    .contact-hero-title {

        width: 95vw;

    }


    .contact-hero-title span {

        font-size:
            27vw;

    }


    .contact-hero-title .contact-outline {

        margin-left:
            5vw;

    }


    .contact-viewfinder {

        inset:
            20vh 20px;

    }


    .contact-hero-message {

        left: 20px;

        bottom: 65px;

    }


    .contact-scroll {

        right: 20px;

        bottom: 65px;

    }


    .contact-scroll span:first-child {

        display:
            none;

    }


    .contact-direct {

        padding:
            100px 20px;

    }


    .contact-direct-layout {

        min-height:
            auto;

        display:
            block;

    }


    .contact-direct-left h2 {

        font-size:
            22vw;

    }


    .contact-direct-left p {

        width:
            100%;

        margin-top:
            35px;

    }


    .contact-direct-right {

        margin-top:
            70px;

    }


    .contact-contact-card strong {

        font-size:
            15px;

    }


    .contact-form-section {

        padding:
            100px 20px 120px;

    }


    .contact-form-header {

        display:
            block;

        margin-bottom:
            70px;

    }


    .contact-form-header h2 {

        font-size:
            17vw;

    }


    .contact-form-header > p {

        margin-top:
            35px;

    }


    .contact-submit-row {

        display:
            block;

        padding-top:
            50px;

    }


    .contact-submit-button {

        width:
            100%;

        margin-top:
            35px;

    }


    .contact-location {

        padding:
            100px 20px;

    }


    .contact-location-top span:last-child {

        display:
            none;

    }


    .contact-location-content {

        min-height:
            70vh;

    }


    .contact-location-title span {

        font-size:
            24vw;

    }


    .contact-location-info {

        position:
            relative;

        right:
            auto;

        bottom:
            auto;

        width:
            100%;

        margin-top:
            70px;

    }


    .contact-map {

        inset:
            25vh 20px;

        opacity:
            .2;

    }


    .contact-final {

        min-height:
            75vh;

    }


    .contact-final h2 {

        font-size:
            18vw;

    }


    .contact-final-film {

        inset:
            15vh 20px;

    }


    .contact-final-bottom {

        left:
            20px;

        right:
            20px;

    }


    .contact-final-bottom span:last-child {

        display:
            none;

    }


    .contact-menu-overlay {

        padding:
            100px 25px;

    }


    .contact-menu-overlay nav a {

        font-size:
            44px;

    }

}