html {-moz-text-size-adjust: none; -webkit-text-size-adjust: none; text-size-adjust: none; background-color: var(--obsidian); }
body {margin: 0; min-height: 100vh; line-height: 1.5; font-family: 'Lausanne', Arial, sans-serif; font-weight: 250; font-style: normal; background-color: var(--white); scroll-behavior: smooth;}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin-block-end: 0;}
*, ::after, ::before {box-sizing: border-box;}
main {display: block;}
h1 {font-size: 2em; margin: 0.67em 0;}
h1, h2, h3, h4, button, input, label {line-height: 1.1;}
h1, h2, h3, h4 {text-wrap: balance;}
hr {box-sizing: content-box; height: 0; overflow: visible;}
pre {font-family: monospace, monospace; font-size: 1em;}
a {background-color: transparent;}
a:not([class]) {text-decoration-skip-ink: auto; color: currentColor;}
abbr[title] {border-bottom: none; text-decoration: underline; text-decoration: underline dotted;}
b, strong {font-weight: bolder;}
code,kbd,samp {font-family: monospace, monospace; font-size: 1em;}
small {font-size: 80%;}
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sub {bottom: -0.25em; }
sup {top: -0.5em;}
img {border-style: none;}
img, picture { max-width: 100%; display: block;}
button,input,optgroup,select,textarea {font-family: inherit; font-size: inherit; line-height: 1.15; margin: 0;}
button,input {overflow: visible;}
button,select {text-transform: none;}
button,[type="button"],[type="reset"],[type="submit"] {appearance: button;-webkit-appearance: button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none; padding: 0;}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
fieldset {padding: 0.35em 0.75em 0.625em;}
legend {box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress {vertical-align: baseline;}
textarea {overflow: auto;}
textarea:not([rows]) {min-height: 10em;}
[type="checkbox"],[type="radio"] {box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {appearance: button;-webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button; font: inherit; }
details {display: block;}
summary {display: list-item;}
template {display: none;}
[hidden] {display: none;}
ul[role='list'], ol[role='list'] {list-style: none;}
:target {scroll-margin-block: 5ex;}
address { font-style: normal;}

@font-face {
    font-family: 'Lausanne';
    src: url(../fonts/TWKLausanne-150.woff) format('woff'), url(../fonts/TWKLausanne-150.woff2) format('woff2');
    font-style: normal;
    font-weight: 150;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lausanne';
    src: url(../fonts/TWKLausanne-200.woff) format('woff'), url(../fonts/TWKLausanne-200.woff2) format('woff2');
    font-style: normal;
    font-weight: 200;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lausanne';
    src: url(../fonts/TWKLausanne-250.woff) format('woff'), url(../fonts/TWKLausanne-250.woff2) format('woff2');
    font-style: normal;
    font-weight: 250;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lausanne';
    src: url(../fonts/TWKLausanne-300.woff) format('woff'), url(../fonts/TWKLausanne-300.woff2) format('woff2');
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

:root {
    --obsidian: rgba(15, 16, 17, 1);
    --obsidian-a9: rgba(15, 16, 17, .9);
    --obsidian-a8: rgba(15, 16, 17, .8);
    --obsidian-a7: rgba(15, 16, 17, .7);
    --obsidian-a6: rgba(15, 16, 17, .6);
    --obsidian-a5: rgba(15, 16, 17, .5);
    --obsidian-a4: rgba(15, 16, 17, .4);
    --obsidian-a3: rgba(15, 16, 17, .3);
    --obsidian-a2: rgba(15, 16, 17, .2);
    --obsidian-a15: rgba(15, 16, 17, .15);
    --obsidian-a1: rgba(15, 16, 17, .1);
    --obsidian-a04: rgba(15, 16, 17, .04);

    --white: rgba(255, 255, 255, 1);
    --white-a9: rgba(255, 255, 255, .9);
    --white-a8: rgba(255, 255, 255, .8);
    --white-a7: rgba(255, 255, 255, .7);
    --white-a6: rgba(255, 255, 255, .6);
    --white-a5: rgba(255, 255, 255, .5);
    --white-a4: rgba(255, 255, 255, .4);
    --white-a3: rgba(255, 255, 255, .3);
    --white-a2: rgba(255, 255, 255, .2);
    --white-a1: rgba(255, 255, 255, .1);

    --oil: rgba(28, 31, 31, 1);
    --titanium: rgba(44, 46, 51, 41);

    --purple: rgba(153, 128, 255, 1);

    --radius-2: 2px;
    --radius-4: 4px;
    --radius-8: 8px;
    --radius-10: 10px;
    --radius-20: 20px;
    --radius-40: 40px;

    --spacing-8: .5rem;
    --spacing-12: .75rem;
    --spacing-16: 1rem;
    --spacing-24: 1.5rem;
    --spacing-32: 2rem;
    --spacing-48: 3rem;
    --spacing-64: 4rem;
    --spacing-80: 5rem;
    --spacing-96: 6rem;
    --spacing-96: 6rem;
    --spacing-112: 7rem;
    --spacing-128: 8rem;
    --spacing-144: 9rem;
    --spacing-160: 10rem;
    --spacing-240: 15rem;
    --spacing-320: 20rem;

    --fontsize-12: 0.75rem;
    --fontsize-14: 0.875rem;
    --fontsize-16: 1rem;
    --fontsize-18: 1.125rem;
    --fontsize-22: 1.375rem;
    --fontsize-28: 1.75rem;
    --fontsize-36: 2.25rem;
    --fontsize-48: 3rem;

    --lineheight-20: 1.25rem;
    --lineheight-24: 1.5rem;
    --lineheight-26: 1.625rem;
    --lineheight-30: 1.875rem;
    --lineheight-36: 2.25rem;
    --lineheight-40: 2.5rem;
    --lineheight-48: 3rem;
    --lineheight-52: 3.25rem;
    
}
.hide-m {
    display: none!important;
}
@media only screen and (min-width:40rem) {
    .hide-m, .hide-d {
        display: unset!important;
    }
    .hide-t {
        display: none!important;
    }
}
@media only screen and (min-width:75rem) {
    .hide-m, .hide-t {
        display: unset!important;
    }
    .hide-d {
        display: none!important;
    }
    html {touch-action: none;}
}
.show-m, .show-t, .show-d {
    display: unset!important;
}
::selection {
    background: var(--purple);
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 150;
}
button.link {
    background-color: transparent;
    border: none;
    padding: 0;
    font-weight: 250;
}
.link {
    position: relative;
    text-decoration: none;
    color: var(--obsidian);
  }
.link::before, .link::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: var(--obsidian);
    transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.link::before {
    transform: scaleX(0);
    transform-origin: left;
}
.link::after {
    transform-origin: right;
    transition-delay: 0.25s;
}
.link:hover::before {
    transform: scaleX(1);
    transition-delay: 0.25s;
}
.link:hover::after {
    transform: scaleX(0);
    transition-delay: 0s;
}

/* .wrapper:not(.active) button.link {
    color: var(--obsidian);
}
.wrapper:not(.active) button.link::before, .wrapper:not(.active) button.link::after {
    background: var(--obsidian);} */

.collab .link {
    color: var(--white);
  }
.collab  .link::before, .collab .link::after {
    background: var(--white);
}
.grid, .grid-padding, .grid-margin {
    display: grid;
    grid-template-columns: repeat(25, 1fr);
    grid-template-rows: 1fr;
    gap: 0;
}
.grid-padding {
    padding-left: 1rem;
    padding-right: 1rem;
}
.grid-margin {
    margin-left: 1rem;
    margin-right: 1rem;
}
@media only screen and (min-width:23rem) {
    .grid-padding {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .grid-margin {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}

ul.nobullet {
    list-style: none;
    margin: 0;
    padding: 0;
}
.button {
    display: inline-block;
    border: none;
    text-align: center;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    border-radius: 20rem;
    font-family: 'Lausanne', Arial, sans-serif;
    font-size: var(--fontsize-14);
    line-height: 1.3;
    padding: 10px 16px;
    color: var(--white);
    background-color: var(--obsidian);
    transition: color .4s cubic-bezier(.65,.05,.36,1), background-color .4s cubic-bezier(.65,.05,.36,1), transform .4s cubic-bezier(.65,.05,.36,1);
}
@media only screen and (min-width:40rem) {
    .button {
        padding: 12px 20px;
    }
}
.button.white {
    color: var(--obsidian);
    background-color: var(--white);
    transition: color .4s cubic-bezier(.65,.05,.36,1), background-color .4s cubic-bezier(.65,.05,.36,1), transform .4s cubic-bezier(.65,.05,.36,1);
}
.button.opacity {
    color: var(--obsidian);
    background-color: var(--obsidian-a1);
    transition: color .4s cubic-bezier(.65,.05,.36,1), background-color .4s cubic-bezier(.65,.05,.36,1), transform .4s cubic-bezier(.65,.05,.36,1);
}
.button.white.opacity {
    color: var(--white);
    background-color: var(--white-a2);
    transition: color .4s cubic-bezier(.65,.05,.36,1), background-color .4s cubic-bezier(.65,.05,.36,1), transform .4s cubic-bezier(.65,.05,.36,1);
}
.button:hover {
    background-color: var(--obsidian-a8);
    transition: color .4s cubic-bezier(.65,.05,.36,1), background-color .4s cubic-bezier(.65,.05,.36,1), transform .4s cubic-bezier(.65,.05,.36,1);
}
.button.white:hover {
    background-color: var(--white-a8);
    transition: color .4s cubic-bezier(.65,.05,.36,1), background-color .4s cubic-bezier(.65,.05,.36,1), transform .4s cubic-bezier(.65,.05,.36,1);
}
.button.opacity:hover {
    background-color: var(--white-a15);
    transition: color .4s cubic-bezier(.65,.05,.36,1), background-color .4s cubic-bezier(.65,.05,.36,1), transform .4s cubic-bezier(.65,.05,.36,1);
}
.button.white.opacity:hover {
    background-color: var(--white-a3);
    transition: color .4s cubic-bezier(.65,.05,.36,1), background-color .4s cubic-bezier(.65,.05,.36,1), transform .4s cubic-bezier(.65,.05,.36,1);
}

header {
    padding-top: var(--spacing-32);
    width: 100%;
}
.head-left {
    grid-column: span 15;
    align-self: center;
}
.head-right {
    grid-column: 20 / span 6;
    text-align: right;
}
@media only screen and (min-width:40rem) {
    .head-left {
        grid-column: span 8;
    }
}
@media only screen and (min-width:75rem) {
    .head-left {
        grid-column: span 4;
    }
}
.contact-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}
.form-nav .button {
    width: 91.83px;
    position: absolute;
    top: var(--spacing-32);
    right: var(--spacing-32);
    z-index: 999;
    visibility: hidden;
}
.form {
    width: 100%;
    background: var(--obsidian);
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    padding: var(--spacing-96) var(--spacing-32) var(--spacing-80) var(--spacing-32);
    color: var(--white);
    overflow-y: scroll;
    z-index: 10;
}
.form a.hide-d {
    color: white;
    text-decoration: none;
    font-size: var(--fontsize-14);
}
@media only screen and (min-width:40rem) {
    .form {
        width: 530px;
        right: -530px;
        padding: var(--spacing-96) var(--spacing-32) var(--spacing-32) var(--spacing-32);
    }
}
.form h3 {
    font-size: var(--fontsize-36);
    line-height: var(--lineheight-40);
    font-weight: 150;
    margin:0 0 var(--spacing-24) 0;
}
.form h3 + p {
    font-size: var(--fontsize-14);
    line-height: var(--lineheight-20);
    opacity: .7;
    margin-top: 0;
}
.form h3 + p {
    display: inline-block;
}
.form ul {
    display: inline-block;
    margin-bottom: var(--spacing-24);
}
@media only screen and (min-width:40rem) {
    .form h3 + p, .form ul {
        display: inline-block;
        margin-bottom: var(--spacing-24);
    }
}
.form input, .form textarea, .form select {
    background-color: var(--oil);
    border: 1px solid var(--titanium);
    border-radius: var(--radius-4);
    padding: 11px 10px;
    font-size: var(--fontsize-14);
    width: 100%;
    color: var(--white);
    caret-color: var(--purple);
    margin-bottom: var(--spacing-16);
    resize: vertical;
}
.form input:focus, .form textarea:focus {
    outline: none;
}
.form label {
    font-size: var(--fontsize-14);
    font-weight: 250;
    margin: 0 0 var(--spacing-8) 0;
    display: block;
}
.form fieldset {
    padding: 0;
    border: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-8);
    margin-bottom: var(--spacing-24);
}
.form fieldset p {
    grid-column: span 2;
    font-size: var(--fontsize-14);
    margin-top: 0;
}
.form fieldset .check-wrap, .form fieldset .rad-wrap {
    grid-column: span 1;
    display: flex;
    background-color: var(--oil);
    border: 1px solid var(--titanium);
    border-radius: var(--radius-4);
    padding: 7px;
    position: relative;
    flex-direction: row;
    align-items: flex-start;
}
.form fieldset .check-wrap.long {
    grid-column: span 2;
}
.form fieldset .check-wrap input, .form fieldset .rad-wrap input {
    display: inline-block;
    width: 0;
    height: 0;
    z-index: 0;
}
.form fieldset .check-wrap label, .form fieldset .rad-wrap label {
    display: inline-block;
    margin: 0;
    padding: 0.5px 0 0.5px 25px;
    width: -webkit-fill-available;
    line-height: 20px;
}
.form .check-wrap input, .form .rad-wrap input {
    position: relative;
    margin: 0;
}
.form .check-wrap input::after, .form .rad-wrap input::after {
    content: "";
    width: 22px;
    height: 22px;
    background-color: var(--oil);
    border: 1px solid var(--titanium);
    border-radius: var(--radius-4);
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 30;
}
.form .button {
    background-color: var(--purple);
}
@media only screen and (min-width:75rem) {
    .form fieldset .check-wrap label, .form fieldset .rad-wrap label {
        padding: 0.5px 0 0.5px 30px;
    }
    .form .check-wrap input::after, .form .rad-wrap input::after {
        width: 18px;
        height: 18px;
        top: -1px;
        left: 5px;
    }
}
.form .check-wrap:hover input::after, .form .rad-wrap:hover input::after {
    border: 1px solid #585b62;
}
.form .check-wrap .checkmark, .form .rad-wrap .checkmark {
    display: none;
    width: 22px;
    height: 22px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNTQ2ODggOC4yMDI5MUw2LjQzMDMxIDExLjE5M0wxMi40NTMxIDQuODA3MDQiIHN0cm9rZT0iI0ZERkJGNCIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIvPgo8L3N2Zz4K), var(--purple);
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 7px;
    left: 6px;
}
.form .check-wrap input:checked + .checkmark, .form .rad-wrap input:checked + .checkmark {
    display: block;
}
.pageOverlay {
    width: 100vw;
    height: 100vw;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
    position: absolute;
    top: 0vw;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity .2s cubic-bezier(.65,.05,.36,1);
}


.hero {
    min-height: calc(100vh - 175px);
    align-items: end;
}
.hero h1 {
    grid-column: span 18;
}
@media only screen and (min-width:75rem) {
    .hero {
        min-height: calc(100vh - 74px);
    }
    .hero h1 {
        grid-column: span 10;
    }
}
.intro {
    margin-top: var(--spacing-160);
    margin-bottom: var(--spacing-160);
}
.intro figure {
    grid-column: 1 / span 25;
}
.intro figure svg {
    width: 100%;
    height: auto;
}
.intro h3 {
    grid-column: 1 / span 25;
    font-size: var(--fontsize-22);
    line-height: var(--lineheight-30);
    font-weight: 200;
    margin: 0 0 1.5rem 0;
}
.intro .p-wrap {
    grid-column: 1 / span 25;
}
.intro p {
    font-size: var(--fontsize-14);
    line-height: var(--lineheight-20);
    font-weight: 250;
}
.intro p:first-of-type {
    margin-top: 0;
}
.intro p:last-of-type {
    margin-bottom: var(--spacing-24);
}
@media only screen and (min-width:40rem) {
    .intro figure {
        grid-column: 1 / span 12;
    }
    .intro h3 {
        grid-column: 1 / span 12;
    }
    .intro .p-wrap {
        grid-column: 14 / span 12;
    }
}
@media only screen and (min-width:75rem) {
    .intro {
        margin-top: var(--spacing-320);
        margin-bottom: var(--spacing-320);
    }
    .intro figure {
        grid-column: 3 / span 6;
    }
    .intro h3 {
        grid-column: 12/ span 6;
        font-size: var(--fontsize-22);
        line-height: var(--lineheight-30);
        margin: 0;
    }
    .intro .p-wrap {
        grid-column:18 / span 6;
    }    
}

.work_intro {
    text-align: left;
}
.work_intro h3 {
 grid-column: 1 /span 25;
 font-size: var(--fontsize-28);
 line-height: var(--lineheight-30);
}
.work_intro p {
    grid-column: 1 /span 20;
    font-size: var(--fontsize-14);
    line-height: var(--lineheight-20);
    font-weight: 250;
    text-wrap: balance;
    margin-bottom: var(--spacing-80);
}
@media only screen and (min-width:75rem) {
    .work_intro {
        text-align: center;
    }
    .work_intro h3 {
     grid-column: 7 /span 13;
     font-size: var(--fontsize-36);
     line-height: var(--lineheight-48);
    }
    .work_intro p {
        grid-column: 9 /span 9;
        font-size: var(--fontsize-16);
        line-height: var(--lineheight-24);
        margin-bottom: var(--spacing-112);
    }
}
.project-item {
    margin-bottom: var(--spacing-64);
    height: fit-content;
    position: relative;
    transform: translateY(0);
    transition: transform .4s cubic-bezier(.65,.05,.36,1);
}
.project-item:nth-child(1),
.project-item:nth-child(2),
.project-item:nth-child(3),
.project-item:nth-child(4) {
    grid-column: 1 / span 25;
}
@media only screen and (min-width:40rem) {
    .project-item:nth-child(1) {
        grid-column: 1 / span 14;
    }
    .project-item:nth-child(2) {
        grid-column: 16 / span 10;
    }
    .project-item:nth-child(3) {
        grid-column: 1 / span 10;
    }
    .project-item:nth-child(4) {
        grid-column: 12 / span 14;
    }
}
.project-card {
    position: relative;
}
.thumb img {
    border-radius: var(--radius-8);
    width: 100%;
}
.project-item:nth-child(1) .thumb img {
    aspect-ratio: 4 / 3;
}
.project-item:nth-child(2) .thumb img {
    aspect-ratio: 16 / 9;
}
.project-item:nth-child(3) .thumb img {
    aspect-ratio: 3 / 4;
}
.project-item:nth-child(4) .thumb img {
    aspect-ratio: 16 / 9;
}
@media only screen and (min-width:75rem) {
    .project-item {
        margin-bottom: var(--spacing-160);
    }
    .project-item:hover {
        transform: translateY(-15px);
        transition: transform .4s cubic-bezier(.65,.05,.36,1);
    }
    .project-item::after {
        content:"";
        display: block;
        width: 100%;
        position: absolute;
        bottom:0;
        left:0;
        height: 0;
        transition: all .4s cubic-bezier(.65,.05,.36,1);
    }
    .project-item:hover::after {
        bottom:-15px;
        height: 15px;
        transition: all .4s cubic-bezier(.65,.05,.36,1);
    }
    .project-item:hover  .project-card .overlay,
    .project-item:hover  .project-card .overlay::after {
        opacity: 1;
        visibility: visible;
        transition: opacity .4s cubic-bezier(.65,.05,.36,1), visibility .4s cubic-bezier(.65,.05,.36,1);
    }
    .project-card .overlay {
        position: absolute;
        border-radius: var(--radius-8);
        width: 100%;
        height: 100%;
        background-color: var(--obsidian-a7);
        backdrop-filter: blur(5px);
        opacity: 0;
        visibility: hidden;
        transition: opacity .4s cubic-bezier(.65,.05,.36,1), visibility .4s cubic-bezier(.65,.05,.36,1);
    }
    .project-card .overlay:after {
        content: "Full case coming soon";
        position: absolute;
        margin:0;
        bottom:var(--spacing-16);
        right:var(--spacing-16);
        font-size: var(--fontsize-14);
        color: var(--white);
        opacity: 1;
        visibility: hidden;
        transition: opacity .4s cubic-bezier(.65,.05,.36,1), visibility .4s cubic-bezier(.65,.05,.36,1);
    }
    .project-item:nth-child(1) {
        grid-column: span 11;
    }
    .project-item:nth-child(2) {
        grid-column: 17 / span 9;
    }
    .project-item:nth-child(3) {
        grid-column: span 6;
    }
    .project-item:nth-child(4) {
        grid-column: 12 / span 14;
    }
}
.tags {
    position:absolute;
    top:var(--spacing-8);
    left:var(--spacing-8);
}
.project-tags {
    list-style:none;
    margin:0;
    padding:0;
}
.project-tags li {
    background-color: var(--white-a5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: inline-block;
    font-size: var(--fontsize-14);
    line-height: 1;
    padding: 7px 8px;
    border-radius: var(--radius-4);
    margin-right: var(--spacing-8);
    margin-bottom: var(--spacing-8);
    transition: color .4s cubic-bezier(.65,.05,.36,1), background-color .4s cubic-bezier(.65,.05,.36,1);
}
.project-tags li:hover {
    cursor: default;
    background-color: var(--white);
    transition: color .4s cubic-bezier(.65,.05,.36,1), background-color .4s cubic-bezier(.65,.05,.36,1);
}
.reveal {
    cursor:pointer!important;
}
.hidden {
    display: none !important;
}
.project-info {
    margin-top: var(--spacing-8);
}
.project-info h3 {
    font-size: var(--fontsize-18);
    line-height: var(--lineheight-26);
    font-weight: 250;
    margin:0;
    grid-column: 1 / -1;
}
.project-info p {
    font-size: var(--fontsize-14);
    line-height: var(--lineheight-20);
    color: var(--obsidian-a5);
    margin: var(--radius-4) 0 0 0;
}
.project-item:nth-child(1) .project-info {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
}
.project-item:nth-child(2) .project-info {
    display: grid;
    grid-template-columns: repeat(17, 1fr);
}
.project-item:nth-child(3) .project-info {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.project-item:nth-child(4) .project-info {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
}
.project-item:nth-child(1) .project-info p,
.project-item:nth-child(3) .project-info p,
.project-item:nth-child(2) .project-info p,
.project-item:nth-child(4) .project-info p {
    grid-column: 1 / -1;
}
@media only screen and (min-width:75rem) {
    .project-info p {
        font-size: var(--fontsize-16);
        line-height: var(--lineheight-24);
    }
    .project-item:nth-child(1) .project-info p,
    .project-item:nth-child(3) .project-info p {
        grid-column: 1 / -1;
    }
    .project-item:nth-child(2) .project-info p,
    .project-item:nth-child(4) .project-info p {
        grid-column: 1 / 14;
    }
}
.other-projects h3 {
    grid-column: 1 / span 23;
    text-align: left;
    margin-bottom: var(--spacing-32);
    font-size: var(--fontsize-28);
}
@media only screen and (min-width:75rem) {
    .other-projects h3 {
        grid-column: 9 / span 9;
        margin-bottom: var(--spacing-64);
        text-align: center;
    }
}
.project-table {
    grid-column: span 25;
}
.project-table_head {
    border-bottom: 1px solid var(--obsidian-a7);
    padding: var(--spacing-16) 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: var(--white);
    z-index: 100;
}
.project-con, .project-arc, .project-pro {
    cursor: none;
    padding: var(--spacing-24) 0;
    transition: opacity .4s cubic-bezier(.65,.05,.36,1);
}
.project-row {cursor: pointer;
    padding: var(--spacing-24) 0;
    transition: opacity .4s cubic-bezier(.65,.05,.36,1);
}
.project-con:hover,.project-arc:hover, .project-row:hover, .project-pro:hover {
    opacity: .5;
    transition: opacity .4s cubic-bezier(.65,.05,.36,1);
}
.project-row_wrap {
    border-bottom: 1px solid var(--obsidian-a1);
}
.row-icon {
    grid-column: 1 / span 2;
    text-align: center;
}
.row-client {
    grid-column: 4 / span 18;
}
.row-year {
    grid-column: 23 / span 3;
    text-align: right;
}
@media only screen and (min-width:40rem) {
    .row-icon {
        grid-column: 1 / span 1;
    }
    .row-client {
        grid-column: 3 / span 10;
    }
    .row-offer {
        grid-column: 13 / span 11;
    }
    .row-offer ul li {
        background-color: var(--obsidian-a04);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        display: inline-block;
        font-size: var(--fontsize-12);
        line-height: 1;
        padding: 7px 8px;
        border-radius: var(--radius-4);
        margin-right: var(--spacing-8);
        margin-bottom: var(--spacing-8);
    }
    .row-year {
        grid-column: 24 / span 2;
        text-align: right;
    }
}
@media only screen and (min-width:75rem) {
    .row-icon {
        grid-column: 1 / 1;
        text-align: center;
    }
    .row-client {
        grid-column: 2 / span 5;
    }
    .row-industry {
        grid-column: 8 / span 4;
    }
    .row-offer {
        grid-column: 13 / span 7;
    }
    .row-offer ul li {
        background-color: var(--obsidian-a04);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        display: inline-block;
        font-size: var(--fontsize-14);
        line-height: 1;
        padding: 7px 8px;
        border-radius: var(--radius-4);
        margin-right: var(--spacing-8);
        margin-bottom: var(--spacing-8);
    }
    .row-status {
        grid-column: 21 / span 2;
    }
    .row-year {
        grid-column: 24 / span 1;
        text-align: left;
    }
}
.row-industry, .row-client, .row-year, .row-offer, .row-status {
    font-size: var(--fontsize-14);
}
@media only screen and (min-width:75rem) {
    .row-client {
        font-size: var(--fontsize-16);
    }
}
.project-table_head .row-industry, .project-table_head .row-year, .project-table_head .row-offer, .project-table_head .row-status {
    font-weight: 300;
}
.project-row_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.65,.05,.36,1);
}
.project-row_content .project-desc {
    grid-column: 2 / span 25;
}
.project-row_content .project-desc p {
    margin: 0;
}
.project-row_content .project-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 375px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--radius-8);
}
.project-row_content .project-img.large,
.project-row_content .project-img.small,
.project-row_content .project-img.large:nth-child(2),
.project-row_content .project-img.large:nth-child(3),
.project-row_content .project-img.small:nth-child(2),
.project-row_content .project-img.small:nth-child(3),
.project-row_content .project-img.small:nth-child(4),
.project-row_content .project-img.large + .project-img.small:nth-child(3) {
    grid-column: 2 / span 24;
}
.project-row + .project-row_content > * {
    margin-bottom:var(--spacing-16);
}
.chip {
    background-color: var(--obsidian);
    border-radius: 30px;
    padding: 3px 10px;
    color: #fff;
    font-size: var(--fontsize-12);
    margin-left: 10px;
}
@media only screen and (min-width:75rem) {
    .chip {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
@media only screen and (min-width:40rem) {
    .project-row_content .project-desc {
        grid-column: 2 / span 18;
    }
    .project-row_content .project-img.large {
        grid-column: span 14;
    }
    .project-row_content .project-img.small {
        grid-column: span 8;
    }
    .project-row_content .project-img.large:nth-child(2) {
        grid-column: 2 / span 14;
    }
    .project-row_content .project-img.large:nth-child(3) {
        grid-column: 11 / span 14;
    }
    .project-row_content .project-img.small:nth-child(2) {
        grid-column: 2 / span 8;
    }
    .project-row_content .project-img.small:nth-child(3) {
        grid-column: 17 / span 8;
    }
    .project-row_content .project-img.large + .project-img.small:nth-child(3) {
        grid-column: 17 / span 8;
    }
    .project-row + .project-row_content > * {
        margin-bottom:var(--spacing-32);
    }
}
@media only screen and (min-width:75rem) {
    .project-row_content .project-desc {
        grid-column: 2 / span 5;
    }
    .project-row_content .project-img.large {
        grid-column: span 10;
    }
    .project-row_content .project-img.small {
        grid-column: span 5;
    }
    .project-row_content .project-img.large:nth-child(2) {
        grid-column: 8 / span 10;
    }
    .project-row_content .project-img.large:nth-child(3) {
        grid-column: 14 / span 10;
    }
    .project-row_content .project-img.small:nth-child(2) {
        grid-column: 8 / span 5;
    }
    .project-row_content .project-img.small:nth-child(3) {
        grid-column: 14 / span 5;
    }
    .project-row_content .project-img.large + .project-img.small:nth-child(3) {
        grid-column: 19 / span 5;
    }
    .project-row + .project-row_content > * {
        margin-bottom:var(--spacing-32);
    }
}
.project-row.active + .project-row_content {
    max-height: 510px;
    transition: max-height .4s cubic-bezier(.65,.05,.36,1);
}
@media only screen and (min-width:75rem) {
    .project-row.active + .project-row_content {
        max-height: 410px;
    }
}
.project-row .row-icon > * {
    transition: transform .4s cubic-bezier(.65,.05,.36,1);
}
.project-row.active .row-icon > * {
    transform: rotate(180deg);
    transition: transform .4s cubic-bezier(.65,.05,.36,1);
}
.other-projects_end {
    grid-column: 1 / span 25;
    text-align: center;
    margin-top: var(--spacing-64);
}
.logos {
    margin: var(--spacing-128) var(--spacing-32);
}
.logo-list {
    grid-column: span 25;
    position: relative;
    min-height: 260px;
}

.logo-list li {
    position: absolute;
    width: 100%;
    max-width: 200px;
}
.logo-list li:nth-child(3n-2),
.logo-list li:nth-child(3n-1),
.logo-list li:nth-child(3n) {
    left: calc(50% - 100px);
}
.logo-list li:nth-child(3n-2) {
    top: 0;
}
.logo-list li:nth-child(3n-1) {
    top: 90px;
}
.logo-list li:nth-child(3n) {
    top: 180px;
}
@media only screen and (min-width:40rem) {
    .logo-list {
        min-height: 90px;
    }  
    .logo-list li {
        width: 28%;
    }
    .logo-list li:nth-child(3n-2) {
        left: 4%;
        top: 0;
    }
    .logo-list li:nth-child(3n-1) {
        left: 36%;
        top: 0;
    }
    .logo-list li:nth-child(3n) {
        left: 68%;
        top: 0;
    }
}
@media only screen and (min-width:75rem) {
    .logo-list {
        min-height: 140px;
    }  
    .logo-list li {
        width: 16%;
    }
    .logo-list li:nth-child(3n-2) {
        left: 24%;
    }
    .logo-list li:nth-child(3n-1) {
        left:44%;
    }
    .logo-list li:nth-child(3n) {
        left: 64%;
    }
}
.caps {
    background-color: var(--obsidian);
    color: var(--white);
    border-radius: var(--radius-8);
    padding: var(--spacing-24);
    min-height: 420px;
    margin-top: var(--spacing-112);
    margin-bottom: var(--spacing-112);
}
.caps-left {
    grid-column: span 25;
}
.caps-left p {
    font-size: var(--fontsize-18);
    line-height: var(--lineheight-26);
    font-weight: 200;
    margin:0 0 1rem 0;
}
.caps-right {
    grid-column: 1 / span 25;
}
.caps-right ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
.caps-right ul li {
    font-size: var(--fontsize-14);
    line-height: var(--lineheight-20);
    margin-bottom: 12px;
}
ul.capab {
    list-style-image: url(../imgs/icon-chevron-right.svg);
    list-style-position: inside;
}
@media only screen and (min-width:40rem) {
    .caps-left {
        grid-column: span 12;
    }
    .caps-right {
        grid-column: 1 / span 25;
    }
    .caps-right ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}
@media only screen and (min-width:75rem) {
    .caps {
        background-color: var(--obsidian);
        color: var(--white);
        border-radius: var(--radius-8);
        padding: var(--spacing-32);
        min-height: 420px;
        margin-top: var(--spacing-112);
        margin-bottom: var(--spacing-112);
    }
    .caps-left {
        grid-column: span 8;
    }
    .caps-left p {
        font-size: var(--fontsize-22);
        line-height: var(--lineheight-30);
        font-weight: 200;
        margin:0;
    }
    .caps-right {
        grid-column: 13 / span 12;
    }
    
    .caps-right ul li {
        font-size: var(--fontsize-18);
        line-height: var(--lineheight-26);
        margin-bottom: 12px;
    }
}
.about {
    margin-top: var(--spacing-112);
    position: relative;
}
.about h2 {
    grid-column: 1 /span 25;
    text-align: center;
    font-size: var(--fontsize-28);
    line-height: var(--lineheight-36);
    font-weight: 250;
    margin-bottom: var(--spacing-24);
}
.about p {
    font-size: var(--fontsize-16);
    line-height: var(--lineheight-24);
    font-weight: 250;
    grid-column: 1 /span 21;
    text-align: left;
}
.photos {
    grid-column: span 25;
}
.photos figure {
    grid-column: span 4;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
}
.photos figure:nth-child(1) {
    grid-column: 4 / span 12;
    transform: translateY(80px);
}
.photos figure:nth-child(2) {
    grid-column: 13 / span 10;
}

@media only screen and (min-width:75rem) {
    .photos {
        position: absolute;
        top:12vh;
    }
    .photos figure:nth-child(1) {
        grid-column: 1/ span 4;
        transform: translateY(0);
    }
    .photos figure:nth-child(2) {
        grid-column: 3/ span 4;
    }
    .photos figure:nth-child(3) {
        grid-column: 6/ span 4;
    }
    .photos figure:nth-child(4) {
        grid-column: 15/ span 4;
    }
    .photos figure:nth-child(5) {
        grid-column: 21/span 4;
    }
    .photos figure:nth-child(6) {
        grid-column: 20/span 4;
    }
}
.about h3 {
    grid-column: 1 / span 25;
    font-size: var(--fontsize-22);
    line-height: var(--lineheight-30);
    font-weight: 200;
    text-wrap: pretty;
    text-align: left;
    margin-top: var(--spacing-128);
}
.about h3 + p {
    grid-column: 1 / span 25;
    font-size: var(--fontsize-14);
    line-height: var(--lineheight-20);
    font-weight: 250;
    text-align: left;
}
@media only screen and (min-width:40rem) {
    .about h2 {
        grid-column: 5 /span 17;
        font-size: var(--fontsize-36);
        line-height: var(--lineheight-40);
    }
    .about p {
        grid-column: 5 /span 17;
    }
    .about h3 {
        grid-column: 1 / span 13;
    }
    .about h3 + p {
        grid-column: 1 / span 13;
    }
}
@media only screen and (min-width:75rem) {
    .about {
        margin-top: var(--spacing-240);
    }
    .about h2 {
        grid-column: 8 /span 11;
        text-align: center;
        font-size: var(--fontsize-48);
        line-height: var(--lineheight-52);
        font-weight: 250;
        margin-bottom: var(--spacing-32);
    }
    .about p {
        font-size: var(--fontsize-16);
        line-height: var(--lineheight-24);
        font-weight: 250;
        grid-column: 10 /span 7;
        text-align: center;
    }
    .about h3 {
        grid-column: 1 / span 10;
        font-size: var(--fontsize-36);
        line-height: var(--lineheight-48);
        font-weight: 200;
        text-wrap: pretty;
        text-align: left;
        margin-top: var(--spacing-320);
    }
    .about h3 + p {
        grid-column: 1 / span 13;
        font-size: var(--fontsize-22);
        line-height: var(--lineheight-30);
        font-weight: 250;
        text-align: left;
    }
}
.swiper {
    grid-column: span 25;
    margin-top: var(--spacing-48);
    margin-bottom: var(--spacing-80);
    cursor: none;
    width: 100%;
}
.swiper-wrapper {
    padding: 0 var(--spacing-32);
    cursor: none;
}
.value {
    display: inline-grid!important;
    margin-right: calc(100vw/25);
    user-select: none;
    background: var(--obsidian-a04);
    width: 70%!important;
    color: var(--obsidian);
    border-radius: var(--radius-8);
    padding: var(--spacing-24);
    min-height: 360px;
    align-items: end;
    justify-content: start;
    cursor: none;
}
.wrapper.active .value {
    background: var(--oil);
    color: var(--white);
}
.value:last-child {
    margin-right: var(--spacing-16);
    cursor: none;
}
.value img, .value svg {
    border-radius: var(--radius-8);
    aspect-ratio: 1;
    margin-bottom: var(--spacing-12);
    cursor: none;
    max-height: 180px;
    width: auto;
}
.wrapper.active .value svg path {
    fill: white;
}
.value h2 {
    font-size: var(--fontsize-22);
    line-height: var(--lineheight-30);
    margin: 0;
    cursor: none;
}
.value p {
    font-size: var(--fontsize-14);
    line-height: var(--lineheight-20);
    text-wrap: pretty;
    margin:var(--radius-8) 0 0 0;
    max-width: 310px;
    cursor: none;
}
@media only screen and (min-width:75rem) {
    .swiper-wrapper {
        padding: 0 var(--spacing-32);
    }
    .value {
        width: 40%!important;
        padding: var(--spacing-32);
    }
    .value:last-child {
        margin-right: var(--spacing-32);
    }
}
.collab {
    margin-top: var(--spacing-160);
    margin-bottom: var(--spacing-80);
}
.collab-top {
    grid-column: span 24;
}
.collab-top h2 {
    font-size: var(--fontsize-28);
    line-height: var(--lineheight-36);
    font-weight: 200;
}
.collab-top p {
    font-size: var(--fontsize-14);
    line-height: var(--lineheight-20);
    opacity: .7;
}
.collab-opt {   
    grid-column: span 25;
    margin-top: var(--spacing-32);
    margin-bottom: var(--spacing-32);
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}
.collab-opts {
    background-color: var(--oil);
    color: var(--white);
    position: relative;
    padding: var(--spacing-24);
    border-radius: var(--radius-8);
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.collab-opts.purple {
    background-color: var(--purple);
}
.collab-opts h3 {
    font-size: var(--fontsize-22);
    line-height: var(--lineheight-30);
    font-weight: 150;
    margin: 0 0 var(--spacing-12) 0;
}
.collab-opts p {
    font-size: var(--fontsize-14);
    line-height: var(--lineheight-20);
    margin: 0 0 var(--spacing-24) 0;
    max-width: 330px;
}
.collab-end {
    grid-column: span 25;
}

.collab-top, .collab-end {
    font-size: var(--fontsize-22);
    line-height: var(--lineheight-30);
}
@media only screen and (min-width:40rem) {
    .collab-end {
        grid-column: span 20;
    }
}
@media only screen and (min-width:75rem) {
    .swiper {
        margin-bottom: var(--spacing-80);
    }
    .collab {
        margin-top: var(--spacing-160);
        margin-bottom: var(--spacing-160);
    }
    .collab-top {
        grid-column: span 14;
    }
    .collab-top h2 {
        font-size: var(--fontsize-36);
        line-height: var(--lineheight-48);
    }
    .collab-top p {
        font-size: var(--fontsize-18);
        line-height: var(--lineheight-26);
    }
    .collab-opt {   
        margin-top: var(--spacing-64);
        margin-bottom: var(--spacing-64);
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem;
    }
    .collab-opts {
        padding: var(--spacing-32);
        min-height: 500px;
    }
    .collab-opts h3 {
        font-size: var(--fontsize-28);
        line-height: var(--lineheight-36);
        font-weight: 150;
        margin: 0 0 var(--spacing-12) 0;
    }
    .collab-end {
        grid-column: span 12;
    }
}
/* FOOTER */
footer {
    position: relative;
}
.footer-block {
    grid-column: span 25;
    background-color: var(--white);
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    border-radius: var(--radius-8);
    min-height: 400px;
    padding: 1.5rem;
}
body:not(.wrapper) .footer-block {
    background-color: var(--obsidian);
}
.footer-block_left {
    grid-column:span 25;
    color: var(--obsidian);
    display: grid;
    align-content: space-between;
}
body:not(.wrapper) .footer-block_left {
    color: var(--white);
}
.footer-block_left-top h2 {
    margin-top: 0;
    font-size: var(--fontsize-28);
}
.footer-block_left-top p {
    font-size: var(--fontsize-16);
    color: var(--obsidian-a6);
}
body:not(.wrapper) .footer-block_left-top p {
    color: var(--white-a6);
}
.footer-block_left-bottom ul.in {
    list-style: none;
    margin: 1.5rem 0 0 0;
    padding: 0;
}
.footer-block_left-bottom ul.in li {
    display: inline-block;
}
.footer-block_left-bottom ul.in li .button {
    margin: 0 var(--spacing-8) 0 0;
}
.footer-block_left-bottom ul.in li:last-of-type .button {
    margin:0;
}
.footer-block_right {
    grid-column: span 25;
}
.footer-block_right figure {
    margin:2rem 0 0 0;
    border-radius: var(--radius-4);
    overflow: hidden;
    text-align: right;
}
.footer-block_right figure svg {
    max-height: 200px;
    width: auto;
}
.footer-bottom_contact, .footer-bottom_address {
    font-size: var(--fontsize-14);
    padding-bottom: 1.5rem;    
}
.footer-bottom_copy, .footer-bottom_social, .footer-bottom_legal {
    font-size: var(--fontsize-14);
    padding-bottom: 2.5rem;
}
.footer-bottom_copy {
    grid-column: 1 / span 25;
    background-image: url(../imgs/f0-hole.svg);
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: bottom right;
    font-size: var(--fontsize-12);
    order: 5;
}
.white .footer-bottom_copy {
    background-image: url(../imgs/f0-blackhole.svg);
}
.footer-bottom_contact {
    grid-column: 1 / span 12;
    order: 1;
}
.footer-bottom_address {
    grid-column: 14 / span 12;
    order: 2;
}
.footer-bottom_social {
    grid-column: 1 / span 12;
    order: 3;
}
.footer-bottom_legal {
    grid-column: 14 / span 12;
    order: 4; 
}
.footer-bottom_address a address {
    display: inline-block;
}
footer a {
    text-decoration: none;
}
footer a.hide-d {
    text-decoration: none;
    color: white;
}
@media only screen and (min-width:40rem) {
    .footer-bottom_copy, .footer-bottom_contact, .footer-bottom_address, .footer-bottom_social, .footer-bottom_legal {
        padding-bottom: 2.5rem;
    }
    .footer-bottom_copy {
        grid-column: 1 / span 25;
    }
    .footer-bottom_contact {
        grid-column: 1 / span 6;
    }
    .footer-bottom_address {
        grid-column: 7 / span 8;
    }
    .footer-bottom_social {
        grid-column: 17 / span 4;
    }
    .footer-bottom_legal {
        grid-column: 22 / span 4;
    }
}
@media only screen and (min-width:75rem) {
    .footer-block {
        padding: 2rem;
    }
    .footer-block_left {
        grid-column:span 12;
        max-width: 450px;
    }
    .footer-block_left-top h2 {
        font-size: var(--fontsize-36);
    }
    .footer-block_left-top p {
        font-size: var(--fontsize-22);
    }
    .footer-block_left-bottom ul.in {
        margin: 0;
    }
    .footer-block_right {
        grid-column:span 10/26;
        display: grid;
    }
    .footer-block_right figure {
        margin:0;
        align-self: end;
    }
    .footer-block_right figure svg {
        max-height: 300px;
    }
    .footer-bottom_copy {
        grid-column: span 11;
        background-image: none;
        font-size: var(--fontsize-14);
        order: 1;
    }
    .white .footer-bottom_copy {
        background-image: none;
    }
    .footer-bottom_contact {
        grid-column: span 4/17;
        order: 2;
    }
    .footer-bottom_address {
        grid-column: span 5/22;
        order: 3;
    }
    .footer-bottom_social {
        grid-column: span 2/24;
        order: 4;
    }
    .footer-bottom_legal {
        grid-column: span 2/26;
        background-image: url(../imgs/f0-hole.svg);
        background-repeat: no-repeat;
        background-size: 2rem;
        background-position: bottom right;
        font-size: var(--fontsize-14);
        padding-bottom: 2.5rem;
        order: 5;
    }
    .white .footer-bottom_legal {
        background-image: url(../imgs/f0-blackhole.svg);
    }
    footer ul.nav li a {
        padding: 0 6px;
    }
    footer ul.nav:hover>* {
        opacity: .2;
    }
    footer ul.nav>*:hover {
        opacity: 1;
    }
    footer ul.nav>* {
        transition: opacity .4s cubic-bezier(.65,.05,.36,1), transform .4s cubic-bezier(.65,.05,.36,1);
    }
}
.copy-button {
    position: relative;
    background-color: var(--white);
    color: var(--obsidian);
    font-family: 'Lausanne', Arial, sans-serif;
    font-size: var(--fontsize-14);
    border:none;
}
.copy-button::after {
    content: "copy to clipboard";
    display: block;
    background-color: var(--obsidian);
    color: var(--white);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width:120%;
    padding: 1px 0px 3px 0px;
    -webkit-clip-path: inset(0 100% 0 0 round 40px);
    clip-path: inset(0 100% 0 0 round 40px);
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
}
.copy-button:hover::after {
    -webkit-clip-path: inset(0 0 0 0 round 40px);
    clip-path: inset(0 0 0 0 round 40px);
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    cursor: pointer;
}
.copy-button.copied::after {
    content: "copied!";
}
.copy-button.reverse, .wrapper footer .copy-button {
    background-color: var(--obsidian);
    color: var(--white);
}
.copy-button.reverse::after, .wrapper footer .copy-button::after {
    background-color: var(--white);
    color: var(--obsidian);
}
.phantom-cursor {
    width: auto;
    height: 20px;
    position: fixed;     
    top: 0;              
    left: 0;
    z-index: 99999999;     
    pointer-events: none;
    transition: none;    
    opacity: 0; 
    transform: translate(-50%, -50%);
    transition: opacity .3s ease-in-out;
}

.phantom-cursor-icon {      
    width: 100%;
    height: 100%;
    border-radius: 999px;  
    background-color: var(--obsidian);
    color: var(--white);
    transition: all 0.2s ease; 
    transform-origin: 50% 50%;
    text-align: center;
    text-transform: uppercase;
    padding: 5px var(--spacing-12) 0;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1;
    transform: scale(0);
}

@media (pointer: none), (pointer: coarse) {
    #phantom_cursor, #phantom_cursor .phantom-cursor-icon { display: none !important; visibility: hidden; opacity: 0; }

    * { cursor: auto !important; }
}

.phantom-cursor.phantom_cursor_hover, .phantom-cursor.phantom_arc_cursor_hover, .phantom-cursor.phantom_pro_cursor_hover   { transform: scale(1);  opacity: 1; cursor: none;}
.phantom-cursor.phantom_add_cursor_hover  { transform: scale(1);  opacity: 1; cursor: none; height: 40px; cursor: none;}
.phantom-cursor.phantom_cursor_hover .phantom-cursor-icon,
.phantom-cursor.phantom_arc_cursor_hover .phantom-cursor-icon, .phantom-cursor.phantom_pro_cursor_hover .phantom-cursor-icon,
.phantom-cursor.phantom_add_cursor_hover .phantom-cursor-icon {transform: scale(1);  opacity: 1; cursor: none; transition: all .3s ease-in-out; }
.phantom-cursor.phantom_add_cursor_hover .phantom-cursor-icon {font-size: var(--fontsize-14); padding: 13px var(--spacing-24); cursor: none;}
.phantom-cursor.phantom_add_cursor_hover .phantom-cursor-icon { background-color: var(--obsidian);color: var(--white); cursor: none;}
.phantom-cursor.phantom_cursor_hover .phantom-cursor-icon:after {content: 'Confidential'; display: block; cursor: none;}
.phantom-cursor.phantom_arc_cursor_hover .phantom-cursor-icon:after {content: 'Archived'; display: block; cursor: none;}
.phantom-cursor.phantom_pro_cursor_hover .phantom-cursor-icon:after {content: 'Coming Soon'; display: block; cursor: none;}
.phantom-cursor.phantom_add_cursor_hover .phantom-cursor-icon:after {content: '← Drag →';display: block; cursor: none;}


.four-oh-four {
    min-height: 100vh;
    align-items: center;
    background-image: url(../imgs/f0-404.svg);
    background-size: auto calc(70vh - 250px);
    background-repeat: no-repeat;
    background-position: 60% 30px;
    display: grid;
}
.four-oh-four .error-wrap {
    margin-left: 20vw;
    max-width: 60vw;
    padding-top: 200px;
    text-align: center;
}
.four-oh-four .error-wrap h1 {
    font-size: var(--fontsize-36);
    margin: 0;
}
.four-oh-four .error-wrap p {
    color: var(--obsidian-a5);
    margin: 1rem 0;
}
.four-oh-four .error-wrap p:last-of-type {
    margin-bottom: 2rem;
}
@media only screen and (min-width:75rem) {
    .four-oh-four {
        min-height: calc(100vh - 156px);
        background-size: auto calc(100vh - 250px);
        background-position: 70% 0;
    }
    .four-oh-four .error-wrap {
        margin-left: 20vw;
        max-width: 500px;
        padding-top: 0;
        text-align: left;
    }
    .four-oh-four .error-wrap h1 {
        font-size: var(--fontsize-48);
    }
    .four-oh-four .error-wrap p:last-of-type {
        margin-bottom: 2rem;
    }
}
.legal-wrap {
    grid-column: 1 / span 26;
}
.legal-wrap h1 {
    font-size: var(--fontsize-36);
    margin-top: var(--spacing-96);
}
.legal-wrap h3 {
    font-size: var(--fontsize-22);
    margin: 2rem 0 1rem 0;
}
.legal-wrap h5 {
    font-size: var(--fontsize-14);
    font-weight: 300;
    margin: 1rem 0 .5rem 0;
}
.legal-wrap p{
    font-size: var(--fontsize-12);
    margin:0 0 .5rem 0;
}
.legal-wrap td {
    font-size: 10px;
    margin:0 0 .5rem 0;
}
.legal-wrap ul {
    padding: 0 0 0 .875rem;
    margin:1rem 0;
}
.legal-wrap td ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.legal-wrap li, .legal-wrap td li {
    font-size: 10px;
    margin: 0 0 .5rem 0;
}
.legal-wrap table {
    margin-top: var(--spacing-32);
    margin-bottom: var(--spacing-32);
}
.legal-wrap td{
    vertical-align: top;
}
.legal-wrap th {
    text-align: left;
    border-bottom: 1px solid rgba(15, 16, 17, 1);
    font-weight: 300;
    font-size: 10px;
}
.legal-wrap td:nth-child(2) {
    padding: 0 .25rem;
}
@media only screen and (min-width:40rem) {

    .legal-wrap h1 {
        margin-top: var(--spacing-112);
    }
}
@media only screen and (min-width:75rem) {
    .legal-wrap {
        grid-column: 6 / span 15;
    }
    .legal-wrap h1 {
        font-size: var(--fontsize-48);
        margin-top: var(--spacing-160);
    }
    .legal-wrap h3 {
        font-size: var(--fontsize-28);
        margin: 2rem 0 1rem 0;
    }
    .legal-wrap h5 {
        font-size: var(--fontsize-16);
        font-weight: 300;
        margin: 1rem 0 .5rem 0;
    }
    .legal-wrap p, .legal-wrap td {
        font-size: var(--fontsize-14);
        margin:0 0 .5rem 0;
    }
    .legal-wrap ul {
        padding: 0 0 0 .875rem;
        margin:1rem 0;
    }
    .legal-wrap li, .legal-wrap td li {
        font-size: var(--fontsize-14);
        margin: 0 0 .5rem 0;
    }
    .legal-wrap table {
        margin-top: var(--spacing-48);
        margin-bottom: var(--spacing-48);
    }
    .legal-wrap th {
        text-align: left;
        border-bottom: 1px solid rgba(15, 16, 17, 1);
        font-weight: 300;
        font-size: var(--fontsize-14);
    }
    .legal-wrap td {
        vertical-align: top;
        margin: 0;
        padding: 1rem 0;
        border-bottom: 1px solid rgba(15, 16, 17, .1);
    }
    .legal-wrap td:nth-child(2) {
        padding: 1rem .5rem;
    }
    .legal-wrap td ul {
        padding: 0;
        margin:0;
        list-style: none;
    }
}
.reveal-text, .fade {
    visibility: hidden;
}

.line {
    position: relative;
    overflow: hidden;
    display: flex;
}
.reveal-text.m-center .line {
    justify-content: center;
}
@media only screen and (min-width:75rem) {
    .reveal-text.center .line {
        justify-content: center;
    }
    .reveal-text.m-center .line  {
        justify-content: start;
    }
}
.black-fill {
    fill: var(--obsidian);
}
.white-fill {
    fill: var(--white);
}

iframe {
    backdrop-filter: blur(5px);}
svg.doodle {
    display: none;
}
    @media only screen and (min-width:75rem) {
    svg.doodle {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        pointer-events: none;
        z-index: 999999;
    }
    svg.doodle line { 
        stroke-width: 5;
        stroke-linecap: round; 
        stroke: var(--purple); }
}
.project-pro .row-icon svg {
    width: 28px;
    height: 28px;
}
#e7mr65awc1I2_to {
    animation: e7mr65awc1I2_to__to 3000ms linear infinite normal forwards}

    @keyframes e7mr65awc1I2_to__to { 
        0% {transform: translate(20.242641px,13.99934px)} 
        20% {transform: translate(20.242641px,13.99934px);animation-timing-function: cubic-bezier(0.42,0,0.58,1)} 
        30% {transform: translate(20.242641px,11.99934px);animation-timing-function: cubic-bezier(0.42,0,0.58,1)} 
        43.333333% {transform: translate(20.242641px,14.99934px);animation-timing-function: cubic-bezier(0.42,0,0.58,1)} 
        46.666667% {transform: translate(20.242641px,13.99934px)} 100% {transform: translate(20.242641px,13.99934px)}
    } 
#e7mr65awc1I3_to {
    animation: e7mr65awc1I3_to__to 3000ms linear infinite normal forwards}
    
    @keyframes e7mr65awc1I3_to__to { 
        0% {transform: translate(14px,13.99934px)} 
        10% {transform: translate(14px,13.99934px);animation-timing-function: cubic-bezier(0.42,0,0.58,1)} 
        20% {transform: translate(14px,11.99934px);animation-timing-function: cubic-bezier(0.42,0,0.58,1)} 
        33.333333% {transform: translate(14px,14.99934px);animation-timing-function: cubic-bezier(0.42,0,0.58,1)} 
        36.666667% {transform: translate(14px,13.99934px)} 100% {transform: translate(14px,13.99934px)}
    } 

#e7mr65awc1I4_to {
    animation: e7mr65awc1I4_to__to 3000ms linear infinite normal forwards}

    @keyframes e7mr65awc1I4_to__to { 
        0% {transform: translate(7.757359px,14.00066px);animation-timing-function: cubic-bezier(0.42,0,0.58,1)} 
        10% {transform: translate(7.757359px,12.00066px);animation-timing-function: cubic-bezier(0.42,0,0.58,1)} 
        23.333333% {transform: translate(7.757359px,15.00066px);animation-timing-function: cubic-bezier(0.42,0,0.58,1)} 
        26.666667% {transform: translate(7.757359px,14.00066px)} 100% {transform: translate(7.757359px,14.00066px)}
    }