/* =========================================================
   BANSI PICTURES — SERVICES
========================================================= */

:root {

    --services-light:
    #e7e7e2;

    --services-dark:
    #0d0d0d;

    --services-black:
    #111111;

    --services-white:
    #eeeeea;

    --services-yellow:
    #e5b800;

}


/* =========================================================
   GLOBAL
========================================================= */

.services-page {

    margin: 0;

    background:
    var(--services-light);

    color:
    var(--services-black);

    overflow-x: hidden;

    font-family:
    "Manrope",
    sans-serif;

}


.services-page a {

    color: inherit;

    text-decoration: none;

}


/* =========================================================
   LOADER
========================================================= */

.services-loader {

    position: fixed;

    inset: 0;

    z-index: 9999;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 18px;

    background:
    var(--services-bg);

    pointer-events: none;

}


.services-loader-line {

    width: 120px;

    height: 1px;

    background:
    var(--services-yellow);

    transform-origin: left;

}


.services-loader span {

    font-family:
    "DM Mono",
    monospace;

    font-size: 8px;

    letter-spacing: .2em;

    color:
    rgba(17,17,17,.4);

}


/* =========================================================
   HEADER
========================================================= */

.services-header {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    height: 90px;

    padding:
    0 42px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    z-index: 500;

    mix-blend-mode: multiply;

}


.services-logo {

    display: flex;

    align-items: center;

    gap: 12px;

}


.services-logo-mark {

    width: 28px;

    height: 28px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
    1px solid rgba(17,17,17,.6);

    font-family:
    "Space Grotesk",
    sans-serif;

    font-size: 14px;

}


.services-logo > span:last-child {

    font-family:
    "DM Mono",
    monospace;

    font-size: 8px;

    letter-spacing: .15em;

}


.services-header-right {

    display: flex;

    align-items: center;

    gap: 30px;

}


.services-page-counter {

    font-family:
    "DM Mono",
    monospace;

    font-size: 8px;

    letter-spacing: .15em;

    color:
    rgba(17,17,17,.4);

}


.services-menu-button {

    width: 38px;

    height: 38px;

    padding: 0;

    border:
    1px solid rgba(17,17,17,.4);

    background: transparent;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 5px;

    cursor: pointer;

}


.services-menu-button span {

    width: 13px;

    height: 1px;

    background: #111;

}


/* =========================================================
   HERO
========================================================= */

.services-hero {

    position: relative;

    min-height: 100vh;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: center;

    background:

    radial-gradient(
        circle at 65% 45%,
        rgba(255,255,255,.65),
        transparent 32%
    ),

    #deded9;


}

/* blueprint grid */

.services-hero::before {

    content: "";

    position: absolute;

    inset: 0;

    background-image:

    linear-gradient(
        rgba(17,17,17,.045) 1px,
        transparent 1px
    ),

    linear-gradient(
        90deg,
        rgba(17,17,17,.045) 1px,
        transparent 1px
    );

    background-size:
    70px 70px;

    pointer-events: none;

}


.services-hero::after {

    content: "";

    position: absolute;

    left: 50%;

    top: 0;

    bottom: 0;

    width: 1px;

    background:
    rgba(17,17,17,.08);

}


/* =========================================================
   HERO META
========================================================= */

.services-hero-meta {

    position: absolute;

    top: 130px;

    left: 42px;

    right: 42px;

    display: flex;

    justify-content: space-between;

    font-family:
    "DM Mono",
    monospace;

    font-size: 7px;

    letter-spacing: .17em;

    color:
    rgba(17,17,17,.35);

}


.services-hero-meta span:first-child {

    color:
    #111;

}


/* =========================================================
   HERO TITLE
========================================================= */

.services-hero-title {

    position: relative;

    z-index: 2;

    width: 82vw;

}


.services-hero-title > span {

    display: block;

    font-family:
    "Space Grotesk",
    sans-serif;

    font-size:
    clamp(
        70px,
        11vw,
        180px
    );

    line-height: .78;

    letter-spacing:
    -.075em;

    font-weight: 300;

}


.services-outline {

    color: transparent;

    -webkit-text-stroke:
    1px rgba(17,17,17,.55);

    margin-left: 7vw;

}


.services-yellow {

    color:
    var(--services-yellow);

    margin-left: 14vw;

}


/* =========================================================
   HERO DESCRIPTION
========================================================= */

.services-hero-description {

    position: absolute;

    left: 9vw;

    bottom: 105px;

    display: flex;

    gap: 14px;

    align-items: flex-start;

}


.services-yellow-line {

    width: 35px;

    height: 1px;

    margin-top: 7px;

    background:
    var(--services-yellow);

}


.services-hero-description p {

    width: 240px;

    margin: 0;

    font-size: 10px;

    line-height: 1.7;

    color:
    rgba(17,17,17,.42);

}


/* =========================================================
   HERO INDEX
========================================================= */

.services-hero-index {

    position: absolute;

    right: 42px;

    top: 50%;

    transform:
    translateY(-50%);

    display: flex;

    flex-direction: column;

    gap: 5px;

    font-family:
    "DM Mono",
    monospace;

    font-size: 7px;

    letter-spacing: .15em;

    color:
    rgba(17,17,17,.25);

}


.services-hero-index span:first-child {

    color:
    var(--services-yellow);

}


/* =========================================================
   HERO SCROLL
========================================================= */

.services-hero-scroll {

    position: absolute;

    right: 9vw;

    bottom: 100px;

    display: flex;

    align-items: center;

    gap: 15px;

    font-family:
    "DM Mono",
    monospace;

    font-size: 7px;

    letter-spacing: .15em;

    color:
    rgba(17,17,17,.35);

}


.services-hero-scroll span:last-child {

    width: 50px;

    height: 1px;

    background:
    rgba(17,17,17,.25);

}


/* =========================================================
   PROCESS
========================================================= */

.services-process {

    position: relative;

    background:
    var(--services-bg);

    border-top:
    1px solid rgba(17,17,17,.1);

}


/* =========================================================
   PROCESS HEADER
========================================================= */

.services-process-header {

    min-height: 35vh;

    padding:
    120px 9vw 80px;

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

}


.services-process-header > span {

    font-family:
    "DM Mono",
    monospace;

    font-size: 8px;

    letter-spacing: .2em;

}


.services-process-header p {

    width: 240px;

    margin: 0;

    font-size: 11px;

    line-height: 1.7;

    color:
    rgba(17,17,17,.4);

}


/* =========================================================
   SERVICE BLOCK
========================================================= */

.service-block {

    position: relative;

    min-height: 90vh;

    padding:
    100px 9vw;

    display: grid;

    grid-template-columns:
    70px
    minmax(0, 1fr)
    minmax(300px, 35%);

    gap: 40px;

    align-items: center;

    border-top:
    1px solid rgba(17,17,17,.1);

    overflow: hidden;

}

/* =========================================================
   SERVICE THEME SYSTEM
========================================================= */

.service-block {

    transition:
    background-color .8s ease,
    color .8s ease;

}


/* =========================================================
   LIGHT SERVICE
========================================================= */

.service-light {

    background:
    var(--services-light);

    color:
    var(--services-black);

}


/* =========================================================
   DARK SERVICE
========================================================= */

.service-dark {

    background:
    var(--services-dark);

    color:
    var(--services-white);

}


/* =========================================================
   DARK TEXT OVERRIDES
========================================================= */

.service-dark
.service-block-heading > span {

    color:
    rgba(238,238,234,.35);

}


.service-dark
.service-block-description {

    color:
    rgba(238,238,234,.45);

}


.service-dark
.service-list {

    border-color:
    rgba(238,238,234,.12);

}


.service-dark
.service-list div {

    border-color:
    rgba(238,238,234,.12);

}


.service-dark
.service-block-number {

    color:
    var(--services-yellow);

}


/* =========================================================
   DARK VISUALS
========================================================= */

.service-dark
.service-blueprint {

    border-color:
    rgba(238,238,234,.16);

}


.service-dark
.blueprint-circle {

    border-color:
    rgba(238,238,234,.25);

}


.service-dark
.blueprint-line {

    background:
    rgba(238,238,234,.15);

}


.service-dark
.blueprint-label {

    color:
    rgba(238,238,234,.35);

}


.service-dark
.production-frame {

    border-color:
    rgba(238,238,234,.25);

}


.service-dark
.production-frame::before {

    border-color:
    rgba(238,238,234,.12);

}


.service-dark
.production-frame > span:last-of-type {

    color:
    rgba(238,238,234,.35);

}


.service-dark
.post-timeline {

    border-color:
    rgba(238,238,234,.15);

}


.service-dark
.post-timeline span {

    border-color:
    rgba(238,238,234,.15);

}


/* =========================================================
   DARK LIST TEXT
========================================================= */

.service-dark
.service-list div {

    color:
    rgba(238,238,234,.72);

}

/* =========================================================
   CINEMATIC DARK ATMOSPHERE
========================================================= */

.service-dark {

    position: relative;

    isolation: isolate;

}


.service-dark::before {

    content: "";

    position: absolute;

    inset: 0;

    z-index: -2;

    background:

    radial-gradient(
        circle at 70% 45%,
        rgba(255,255,255,.035),
        transparent 30%
    );

    pointer-events: none;

}


.service-dark::after {

    content: "";

    position: absolute;

    inset: 0;

    z-index: -1;

    opacity: .025;

    background-image:

    repeating-linear-gradient(
        0deg,
        transparent 0,
        transparent 3px,
        rgba(255,255,255,.25) 4px
    );

    pointer-events: none;

}

/* =========================================================
   FILM CUT LINE
========================================================= */

.service-block::before {

    content: "";

    position: absolute;

    top: 0;

    left: 9vw;

    right: 9vw;

    height: 1px;

    background:
    currentColor;

    opacity: .12;

}


.service-dark::before {

    /* atmosphere is handled separately */

}


.service-block-number::after {

    content: "";

    display: block;

    width: 25px;

    height: 1px;

    margin-top: 12px;

    background:
    var(--services-yellow);

}


/* =========================================================
   SERVICE NUMBER
========================================================= */

.service-block-number {

    align-self: start;

    padding-top: 7px;

    font-family:
    "DM Mono",
    monospace;

    font-size: 8px;

    letter-spacing: .16em;

    color:
    var(--services-yellow);

}


/* =========================================================
   MAIN
========================================================= */

.service-block-main {

    max-width: 700px;

}


.service-block-heading > span {

    display: block;

    margin-bottom: 18px;

    font-family:
    "DM Mono",
    monospace;

    font-size: 7px;

    letter-spacing: .2em;

    color:
    rgba(17,17,17,.38);

}


.service-block-heading h2 {

    margin: 0;

    font-family:
    "Space Grotesk",
    sans-serif;

    font-size:
    clamp(
        65px,
        7vw,
        120px
    );

    line-height: .78;

    letter-spacing:
    -.07em;

    font-weight: 300;

}


.service-block-description {

    max-width: 430px;

    margin:
    40px 0 50px;

    font-size: 12px;

    line-height: 1.8;

    color:
    rgba(17,17,17,.48);

}


/* =========================================================
   SERVICE LIST
========================================================= */

.service-list {

    display: grid;

    grid-template-columns:
    repeat(2, 1fr);

    max-width: 520px;

    border-top:
    1px solid rgba(17,17,17,.12);

}


.service-list div {

    padding:
    16px 0;

    border-bottom:
    1px solid rgba(17,17,17,.12);

    font-family:
    "DM Mono",
    monospace;

    font-size: 8px;

    letter-spacing: .1em;

}


.service-list div:nth-child(odd) {

    margin-right: 20px;

}


.service-list span {

    margin-right: 12px;

    color:
    var(--services-yellow);

}


/* =========================================================
   VISUAL
========================================================= */

.service-block-visual {

    position: relative;

    height: 430px;

    display: flex;

    align-items: center;

    justify-content: center;

}


/* =========================================================
   BLUEPRINT
========================================================= */

.service-blueprint {

    position: relative;

    width: 300px;

    height: 300px;

    border:
    1px solid rgba(17,17,17,.16);

}


.blueprint-circle {

    position: absolute;

    left: 50%;

    top: 50%;

    width: 150px;

    height: 150px;

    transform:
    translate(-50%, -50%);

    border:
    1px solid rgba(17,17,17,.25);

    border-radius: 50%;

}


.blueprint-circle::before {

    content: "";

    position: absolute;

    inset: 30px;

    border:
    1px solid var(--services-yellow);

    border-radius: 50%;

}


.blueprint-line {

    position: absolute;

    background:
    rgba(17,17,17,.15);

}


.blueprint-line-1 {

    width: 100%;

    height: 1px;

    top: 50%;

}


.blueprint-line-2 {

    width: 1px;

    height: 100%;

    left: 50%;

}


.blueprint-label {

    position: absolute;

    right: 15px;

    bottom: 12px;

    font-family:
    "DM Mono",
    monospace;

    font-size: 7px;

    letter-spacing: .15em;

    color:
    rgba(17,17,17,.35);

}


/* =========================================================
   BLUEPRINT GRID
========================================================= */

.blueprint-grid {

    display: grid;

    grid-template-columns:
    repeat(4, 1fr);

    grid-template-rows:
    repeat(4, 1fr);

    padding: 20px;

    gap: 10px;

}


.blueprint-grid-line {

    border:
    1px solid rgba(17,17,17,.15);

}


.blueprint-grid-line:nth-child(1) {

    grid-column:
    1 / span 3;

}


.blueprint-grid-line:nth-child(2) {

    grid-column:
    2 / span 3;

}


.blueprint-grid-line:nth-child(3) {

    grid-column:
    1 / span 2;

}


.blueprint-grid-line:nth-child(4) {

    grid-column:
    3 / span 2;

}


/* =========================================================
   PRODUCTION FRAME
========================================================= */

.production-frame {

    position: relative;

    width: 320px;

    height: 230px;

    border:
    1px solid rgba(17,17,17,.25);

}


.production-frame::before {

    content: "";

    position: absolute;

    inset: 20px;

    border:
    1px solid rgba(17,17,17,.12);

}


.production-frame > span {

    position: absolute;

    top: 12px;

    font-family:
    "DM Mono",
    monospace;

    font-size: 7px;

    letter-spacing: .15em;

}


.production-frame > span:first-of-type {

    left: 12px;

    color:
    #b00;

}


.production-frame > span:last-of-type {

    right: 12px;

    color:
    rgba(17,17,17,.35);

}


.production-crosshair {

    position: absolute;

    left: 50%;

    top: 50%;

    width: 45px;

    height: 45px;

    transform:
    translate(-50%, -50%);

    border:
    1px solid var(--services-yellow);

}


.production-crosshair::before,
.production-crosshair::after {

    content: "";

    position: absolute;

    background:
    rgba(17,17,17,.3);

}


.production-crosshair::before {

    width: 1px;

    height: 65px;

    left: 50%;

    top: -10px;

}


.production-crosshair::after {

    width: 65px;

    height: 1px;

    top: 50%;

    left: -10px;

}


/* =========================================================
   POST TIMELINE
========================================================= */

.post-timeline {

    width: 330px;

    height: 180px;

    display: flex;

    align-items: center;

    gap: 5px;

    border-top:
    1px solid rgba(17,17,17,.15);

    border-bottom:
    1px solid rgba(17,17,17,.15);

}


.post-timeline span {

    flex: 1;

    height: 80px;

    border:
    1px solid rgba(17,17,17,.15);

}


.post-timeline span:nth-child(2) {

    height: 120px;

}


.post-timeline span:nth-child(3) {

    height: 155px;

}


.post-timeline span:nth-child(4) {

    height: 105px;

}


.post-timeline span.active {

    border-color:
    var(--services-yellow);

}


/* =========================================================
   DELIVERY
========================================================= */

.delivery-frame {

    width: 260px;

    height: 330px;

    border:
    1px solid rgba(17,17,17,.2);

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    padding: 20px;

}


.delivery-frame div {

    width: 100%;

    height: 1px;

    background:
    var(--services-yellow);

}


.delivery-frame span {

    font-family:
    "DM Mono",
    monospace;

    font-size: 7px;

    letter-spacing: .2em;

    color:
    rgba(17,17,17,.4);

}


/* =========================================================
   ENDING
========================================================= */

.services-ending {

    min-height: 90vh;

    padding:
    150px 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    text-align: center;

    border-top:
    1px solid rgba(17,17,17,.1);

}


.services-ending > span {

    margin-bottom: 20px;

    font-family:
    "DM Mono",
    monospace;

    font-size: 8px;

    letter-spacing: .2em;

    color:
    rgba(17,17,17,.35);

}


.services-ending h2 {

    margin: 0;

    font-family:
    "Space Grotesk",
    sans-serif;

    font-size:
    clamp(
        80px,
        12vw,
        180px
    );

    line-height: .75;

    letter-spacing:
    -.09em;

    font-weight: 300;

}


.services-ending h2 em {

    color:
    var(--services-yellow);

    font-style: normal;

}


.services-ending p {

    width: 350px;

    max-width: 90vw;

    margin:
    40px auto 0;

    font-size: 11px;

    line-height: 1.7;

    color:
    rgba(17,17,17,.45);

}


.services-cta {

    margin-top: 45px;

    padding:
    15px 20px;

    border:
    1px solid rgba(17,17,17,.35);

    font-family:
    "DM Mono",
    monospace;

    font-size: 8px;

    letter-spacing: .15em;

}


.services-cta span {

    margin-left: 20px;

    color:
    var(--services-yellow);

}


/* =========================================================
   MENU
========================================================= */


.services-menu-overlay {

    position: fixed;

    inset: 0;

    z-index: 10000;

    padding:
        120px 9vw;

    background:
        #101010;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

}


.services-menu-overlay nav {

    display: flex;

    flex-direction: column;

    gap: 10px;

}


.services-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;

}


.services-menu-overlay nav a span {

    font-family:
    "DM Mono",
    monospace;

    font-size: 8px;

    letter-spacing: .15em;

    color:
    var(--services-yellow);

}


.services-menu-close {

    position: absolute;

    top: 30px;

    right: 42px;

    border: 0;

    background: transparent;

    font-family:
    "DM Mono",
    monospace;

    font-size: 8px;

    letter-spacing: .15em;

    cursor: pointer;

}


.services-menu-contact {

    position: absolute;

    left: 9vw;

    bottom: 60px;

}


.services-menu-contact span {

    display: block;

    margin-bottom: 10px;

    font-family:
    "DM Mono",
    monospace;

    font-size: 7px;

    letter-spacing: .18em;

    color:
    rgba(17,17,17,.3);

}


.services-menu-contact strong {

    display: block;

    font-family:
    "Space Grotesk",
    sans-serif;

    font-size: 42px;

    line-height: .9;

    font-weight: 300;

}


.services-menu-contact a {

    display: inline-block;

    margin-top: 25px;

    font-family:
    "DM Mono",
    monospace;

    font-size: 8px;

    letter-spacing: .15em;

    color:
    var(--services-yellow);

}


/* =========================================================
   HERO FILM MARK
========================================================= */

.services-hero-cut {

    position: absolute;

    left: 50%;

    bottom: 42px;

    transform:
        translateX(-50%);

    width: 82vw;

    display: flex;

    align-items: center;

    justify-content: space-between;

    font-family:
        "DM Mono",
        monospace;

    font-size: 7px;

    letter-spacing: .16em;

    color:
        rgba(17,17,17,.28);

}


.services-hero-cut span:nth-child(2) {

    flex: 1;

    height: 1px;

    margin:
        0 20px;

    background:
        rgba(17,17,17,.15);

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .services-header {

        height: 75px;

        padding: 0 20px;

    }


    .services-page-counter {

        display: none;

    }


    .services-hero {

        min-height: 700px;

    }


    .services-hero-meta {

        top: 100px;

        left: 20px;

        right: 20px;

    }


    .services-hero-title {

        width: 92vw;

    }


    .services-hero-title > span {

        font-size: 17vw;

    }


    .services-outline {

        margin-left: 5vw;

    }


    .services-yellow {

        margin-left: 9vw;

    }


    .services-hero-description {

        left: 20px;

        bottom: 75px;

    }


    .services-hero-scroll {

        right: 20px;

        bottom: 75px;

    }


    .services-hero-scroll span:first-child {

        display: none;

    }


    .services-process-header {

        min-height: 30vh;

        padding:
        80px 20px 60px;

        display: block;

    }


    .services-process-header p {

        margin-top: 25px;

    }


    .service-block {

        min-height: auto;

        padding:
        80px 20px;

        display: block;

    }


    .service-block-number {

        margin-bottom: 30px;

    }


    .service-block-heading h2 {

        font-size: 17vw;

    }


    .service-block-description {

        margin:
        30px 0 40px;

    }


    .service-list {

        grid-template-columns:
        1fr;

    }


    .service-list div:nth-child(odd) {

        margin-right: 0;

    }


    .service-block-visual {

        height: 330px;

        margin-top: 60px;

    }


    .service-blueprint {

        width: 250px;

        height: 250px;

    }


    .production-frame {

        width: 280px;

    }


    .post-timeline {

        width: 280px;

    }


    .services-ending {

        min-height: 70vh;

        padding:
        120px 20px;

    }


    .services-ending h2 {

        font-size: 22vw;

    }


    .services-menu-overlay {

        padding:
        100px 25px
        40px;

    }


    .services-menu-overlay nav a {

        font-size: 48px;

    }


    .services-menu-contact {

        left: 25px;

        bottom: 35px;

    }


    .services-menu-contact strong {

        font-size: 30px;

    }

}