/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@300;400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap');

/* Romie Font */
@font-face {
  font-family: "Romie";
  src: url("Asset/Fonts/romie-regular.woff2") format("woff2"),
       url("Asset/Fonts/romie-regular.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Unica77LL Font */
@font-face {
  font-family: "Unica77LL";
  src: url("Asset/Fonts/Unica77LLSub-RegularSubset.woff2") format("woff2"),
       url("Asset/Fonts/Unica77LLSub-RegularSubset.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*Milchella Font*/
@font-face {
    font-family: "Milchella";
    src: url("../Asset/Fonts/Milchella-Regular.woff2") format("woff2");
}


@font-face {
    font-family: "Romie-Regular";
    src: url("../Asset/Fonts/romie-regular.woff2") format("woff2")
}


/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Default Body Font */
body {
  font-family: "MaisonNeue", "Inter", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #333;
  letter-spacing: 0.1em;
  min-height: 60rem;
}

section#Content {
    position: relative;
    min-height: 100vh;
    background-color: var(--gray)
}

@media screen and (max-width:700px) {
    main#Content {
        padding: 3.75rem 0 0
    }
}

@media screen and (min-width:700px) {
    main#Content>main {
        position: absolute;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: calc(100vw - 8rem);
        top: 3.5rem
    }
}

@media screen and (min-width:700px) {
    main#Featured {
        padding: rem 3.75rem 0
    }
}

@media screen and (max-width:700px) {
    main#Featured {
        padding: 3.75rem 0 0
    }
}

section.showcase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section.showcase:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media screen and (max-width:700px) {

    section.showcase,
    section.showcase:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

section.showcase figure {
    width: 55%;
    padding: 0;
    margin: 0;
    min-height: 33rem;
    max-height: 95vh;
    overflow: hidden
}

@media screen and (max-width:700px) {
    section.showcase figure {
        width: 100%;
        max-height: 75vh;
        min-height: 35vh
    }
}

@media screen and (max-width:700px) {
    section.showcase h1 {
        font-size: 1.75rem
    }
}

section.showcase figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom
}

section.showcase figure a {
    width: 100%;
    height: 100%;
    display: block
}

@media screen and (max-width:700px) {
    section.showcase figure a {
        height: 70vh
    }
}

section.showcase svg.arrow {
    width: 1em;
    position: relative;
    vertical-align: text-bottom;
    margin-left: .7em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    left: 0
}

section.showcase button:hover svg.arrow {
    left: 3%
}

main#About {
    padding-top: 0rem
}

@media screen and (min-width:700px) {
    main#About {
        padding: 0rem 3.75rem 0
    }
}

main#About section.folio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

main#About section.folio figure {
    width: calc(100vw - 58rem);
    height: 50rem;
}

@media screen and (max-width:700px) {
    main#About section.folio figure {
        display: none
    }
}

main#About section.folio div.page {
    width: 80rem;
    padding: 3.5rem 6.5rem 4.5rem 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f1f0eb;
}

@media screen and (max-width:700px) {
    main#About section.folio div.page {
        width: 100%;
        padding: 1rem 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-bottom: 5rem;
    }

    main#About section.folio div.page footer {
        padding: 0 0 2rem
    }
}

main#About section.folio div.page div.body {
    font-family: 'romie-regular', sans-serif;
    font-size: 30px;
    font-weight: 900px;
    color: #333;
    line-height: 40px;
    letter-spacing: normal;
    display: flex;
}

@media screen and (max-width:700px) {
    main#About section.folio div.page div.body{
        font-size: 20px;
        line-height: 25px;
        letter-spacing: normal;
    }
}

main#About section.folio div.page div.body strong {
    text-transform: uppercase;
    font-weight: inherit
}


main#About section.folio figure {
    position: relative
}

main#About section.folio figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom
}

main#About section.folio footer a {
    color: inherit;
    display: inline-block;
    border-bottom: 1px solid var(--black)
}

section#Services {
    position: relative
}

section#Services,
section#Services dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f0f0ea;
    justify-content: center;
}

section#Services dl {
    width: 98rem;
    margin: 0;
    padding: 0 0rem 0rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .9rem;
    line-height: 1.2em;
    background-color: #f1f0eb;
}

@media screen and (max-width:700px) {
    section#Services dl {
        display: block;
        white-space: nowrap;
        padding: 0 0 0;
        margin-left: 2rem;
        width: 100%;
        overflow-y: scroll;
        background-color: #f1f0eb;
    }
}

section#Services dt {
    padding: 6rem 2.66rem 4rem;
    text-align: center;
    width: 100rem
}

@media screen and (max-width:700px) {
    section#Services dt {
        display: none
    }
}

section#Services dd {
    padding: 1.75rem 3rem 3.5rem;
    max-width: 15.45rem;
    display: block;
    margin: 0
}

@media screen and (max-width:700px) {
    section#Services dd {
        width: auto;
        vertical-align: top;
        display: inline-block;
        white-space: normal;
        max-width: 13rem;
        padding: 1.75rem 2rem 3.5rem 0
    }
}

section#Services dd figure {
    width: 100%;
    height: 12rem;
    margin: 0;
    margin-bottom: .5rem;
    padding: 0;
    border: 1px solid var(--black);
    vertical-align: bottom;
    overflow: hidden;
    position: relative
}

@media screen and (max-width:700px) {
    section#Services dd figure {
        height: 16rem
    }
}

section#Services dd figure img {
    vertical-align: bottom;
    min-height: calc(100% + 4px);
    width: 100%;
    height: 12rem;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    bottom: -2px
}

section#Services dd h4 {
    padding-top: 1.5rem;
    line-height: 1.45em;
    text-decoration: none;
    color: inherit
}

dd small *,
section#Services dd small {
    text-decoration: none;
    font-size: .8777rem;
    line-height: 1.45em;
    color: #808285
}

section#Services figure.feature {
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative
}

section#Services figure.feature div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

section#Services.fixed figure.feature {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 3.75rem;
    left: 40.41rem;
    width: calc(100vw - 44.16rem)
}

@media screen and (max-width:700px) {
    section#Services figure.feature {
        display: none
    }
}

section#Services.bottomAligned figure.feature {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: calc(100vw - 44.16rem)
}

section#Services figure.feature img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

section#Services figure.feature figcaption {
    position: absolute;
    width: 30rem;
    bottom: 0;
    z-index: 99;
    padding: 0 3.75rem 3.75rem
}

section#Services figure.feature figcaption * {
    font-size: inherit;
    color: #fff;
    display: inline
}

section#Services figure.feature figcaption h6 {
    display: inline-block;
    text-transform: uppercase;
    padding-right: 1em
}

section#Bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #f1f0eb;
}

section#Bio article {
    width: 55.725rem;
    padding: 9rem 6rem 9rem 0;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem
}

@media screen and (max-width:700px) {
    section#Bio article {
        padding: 1rem 3rem 4rem 2rem;
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1
    }
}

section#References {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 6rem 9rem 6rem
}

@media screen and (max-width:700px) {
    section#References {
        display: block;
        padding: 0 2rem 2rem 2rem
    }
}

section#References dl {
    font-size: .6rem;
    font-size: .8777rem;
    line-height: 1.8em
}

section#References dt {
    text-transform: uppercase;
    margin-bottom: 1.8em
}

section#References dd {
    padding: 0;
    margin: 0
}

@media screen and (max-width:700px) {
    section#References dl {
        padding-bottom: 1rem;
        border-bottom: 1px solid #000
    }
}

section#References dl.milestones dd {
    margin-bottom: 1em
}

@media screen and (max-width:700px) {
    section#References dt {
        padding-top: .33rem;
        padding-bottom: 0;
        margin-bottom: 0;
        cursor: pointer
    }
}

@media screen and (max-width:700px) {
    section#References dl dd {
        display: none
    }

    section#References dl dt.active {
        margin-bottom: 2rem
    }

    section#References dl dt.active~dd {
        display: block
    }

    section#References dl dt.active~dd:last-child {
        margin-bottom: 1rem
    }
}

section#References dd a {
    text-decoration: none
}

section#References small {
    font-size: inherit
}

section#References dd h6 {
    margin-right: .75em
}

main#Index[data-v-5c0ee66a] {
    padding: 3.75rem 3.75rem 0
}

@media screen and (max-width:700px) {
    main#Index[data-v-5c0ee66a] {
        padding: 3.75rem 0 0
    }
}

section.navigation[data-v-5c0ee66a] {
    padding: 10.5rem 4rem
}

section.mobile.navigation[data-v-5c0ee66a] {
    display: none
}

@media screen and (max-width:700px) {
    section.navigation[data-v-5c0ee66a] {
        display: none
    }

    section.mobile.navigation[data-v-5c0ee66a] {
        display: block
    }
}

section.navigation h1[data-v-5c0ee66a] {
    display: inline-block;
    margin-right: .1em
}

section.navigation big[data-v-5c0ee66a] {
    font-family: 'Romie-Regular';
    font-size: 2.33rem;
    line-height: 110%;
    font-weight: 100;
    margin: inherit;
    display: block;
    max-width: 22.5em;
    word-spacing: -.01em;
    text-align: center;
    margin: auto
}

section.navigation button.selected[data-v-5c0ee66a] {
    color: #808285
}

section.navigation big button[data-v-5c0ee66a] {
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-transform: uppercase;
    padding: inherit;
    background-color: inherit;
    line-height: inherit;
    vertical-align: baseline;
    margin-left: .3em
}

section.navigation big button[data-v-5c0ee66a]:after {
    content: attr(data-count);
    font-family: Unica77LLSub-RegularSubset;
    font-size: .9rem;
    padding-right: .7em;
    position: relative;
    padding-left: .5em;
    bottom: .5em
}

section.navigation h1.title[data-v-5c0ee66a]:after {
    content: ":"
}

section.projects[data-v-5c0ee66a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 70.5rem;
    min-height: 50vh;
    margin: auto
}

@media screen and (max-width:700px) {
    section.projects[data-v-5c0ee66a] {
        padding: 0 1.5rem 3rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

section.mobile.navigation[data-v-5c0ee66a] {
    padding: 4rem 1.5rem
}

section.mobile.navigation dt[data-v-5c0ee66a] {
    margin: 0 0 1.5rem;
    cursor: pointer
}

section.mobile.navigation dd[data-v-5c0ee66a] {
    margin: 0;
    padding: 0
}

section.mobile.navigation dd button[data-v-5c0ee66a] {
    padding: 0;
    line-height: .8em
}

@media screen and (min-width:700px) {
    main#Project[data-v-9590722e] {
        padding: 3.75rem 3.75rem 0
    }
}

@media screen and (max-width:700px) {
    main#Project[data-v-9590722e] {
        padding: 3.75rem 0 0
    }
}

@media screen and (min-width:900px) {
    main.project>section[data-v-9590722e]:last-of-type {
        margin-bottom: -4rem
    }
}

a[data-v-df5b1ee6] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .8777rem;
    line-height: 1.4em;
    text-decoration: none
}

@media screen and (min-width:700px) {
    main#Illustration[data-v-df5b1ee6] {
        padding: 3.75rem 3.75rem 0
    }
}

figure[data-v-df5b1ee6] {
    width: 100%
}

figure img[data-v-df5b1ee6] {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom
}

dl[data-v-df5b1ee6] {
    margin: 0;
    padding: 3.5rem 3.75rem;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width:700px) {
    dl[data-v-df5b1ee6] {
        padding: 3.5rem 1.75rem;
        width: 30%
    }
}

article[data-v-df5b1ee6] {
    padding: 3.5rem 3.75rem 3.5rem 2.75rem;
    width: 50%
}

@media screen and (max-width:700px) {
    article[data-v-df5b1ee6] {
        padding: 3.5rem 1.75rem;
        width: 70%
    }
}

figure[data-v-df5b1ee6] {
    margin: 0;
    padding: 0
}

#Monogram[data-v-ad5bd4a4] {
    position: fixed;
    z-index: 999;
    fill: #fff;
    width: 40vw;
    -webkit-transform: translateY(-7vw);
    -ms-transform: translateY(-7vw);
    transform: translateY(-7vw);
    top: 50vh;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none
}

@media screen and (max-width:700px) {
    #Monogram[data-v-ad5bd4a4] {
        -webkit-transform: translateY(-10vh);
        -ms-transform: translateY(-10vh);
        transform: translateY(-10vh);
        width: 70vw
    }
}

section[data-v-ad5bd4a4] {
    position: relative;
    height: 87.5vh;
    background-color: #000
}

@media screen and (max-width:700px) {
    section[data-v-ad5bd4a4] {
        height: 80vh
    }
}

div[data-v-ad5bd4a4] {
    position: relative;
    height: 100%;
    cursor: pointer
}

figure[data-v-ad5bd4a4] {
    position: absolute;
    width: 50.02vw;
    height: 100%
}

figure[data-v-ad5bd4a4]:nth-child(odd) {
    right: 0
}

#MenuScroller {
    position: absolute;
    height: 100vh;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none
}

#MenuScroller.scroller.fixed {
    position: fixed
}

#Navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    pointer-events: none;
    z-index: 99
}

#Navigation nav {
    pointer-events: all;
    position: absolute;
    width: 100vh;
    padding: 1.125rem 4rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 100;
    height: 3.75rem;
    min-width: 33rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#Navigation nav#Mobile {
    position: absolute;
    left: 0;
    right: 0;
    top: 3rem;
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    min-width: 0
}

#Navigation nav#Mobile a {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 7rem 1.5rem
}

#Navigation nav#Mobile .links {
    position: relative;
    top: 0;
    background-color: #fff;
    width: 100%
}

#Navigation nav#Mobile #Menu-Button {
    position: absolute;
    top: -1.75rem;
    left: 2rem;
    z-index: 999;
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    background-color: rgba(0, 0, 0, 0)
}

@media screen and (min-width:700px) {
    #Navigation nav#Mobile #Menu-Button {
        display: none
    }
}

@media screen and (max-width:700px) {
    #Navigation nav {
        display: none
    }
}

#Navigation nav.detail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#Left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 0;
    left: 3.75rem;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

#Right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 100vw;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

#Navigation nav .page.link,
#Navigation nav a,
#Navigation nav button {
    font-size: 1.05rem;
    width: 10em;
    display: block;
    text-decoration: inherit;
    color: inherit;
    border: none;
    outline: none;
    opacity: 1;
    -webkit-transition: var(--tick);
    -o-transition: var(--tick);
    transition: var(--tick)
}

@media screen and (max-width:700px) {
    #Navigation nav#Mobile a.router-link-exact-active {
        opacity: .5
    }
}

#Navigation nav .page.link {
    position: relative
}

#Left .page.link {
    text-align: right
}

#Navigation nav .page.link a {
    left: 0;
    position: absolute
}

#Navigation nav button {
    text-align: right
}

#Navigation nav a.mailto {
    font-size: .8777rem
}

#Navigation.main div.masthead {
    text-align: center
}

#Left a.slide-right-leave-active {
    -webkit-transition: var(--tick) 0s cubic-bezier(.73, .17, .94, .57);
    -o-transition: var(--tick) 0s cubic-bezier(.73, .17, .94, .57);
    transition: var(--tick) 0s cubic-bezier(.73, .17, .94, .57)
}

#Left a.slide-right-enter-active {
    -webkit-transition: var(--tick) var(--tick);
    -o-transition: var(--tick) var(--tick);
    transition: var(--tick) var(--tick)
}

#Left a.slide-right-enter {
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0
}

#Left a.slide-right-enter-to {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

#Left a.slide-right-leave-to {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem)
}

#Left a.slide-left-leave-active {
    -webkit-transition: var(--tick) 0s cubic-bezier(.73, .17, .94, .57);
    -o-transition: var(--tick) 0s cubic-bezier(.73, .17, .94, .57);
    transition: var(--tick) 0s cubic-bezier(.73, .17, .94, .57)
}

#Left a.slide-left-enter-active {
    -webkit-transition: var(--tick) var(--tick);
    -o-transition: var(--tick) var(--tick);
    transition: var(--tick) var(--tick)
}

#Left a.slide-left-enter {
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
    opacity: 0
}

#Left a.slide-left-enter-to {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

#Left a.slide-left-leave-to {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem)
}

#Right a.slide-right-leave-active {
    -webkit-transition: var(--tick) 0s;
    -o-transition: var(--tick) 0s;
    transition: var(--tick) 0s
}

#Right a.slide-right-enter-active {
    -webkit-transition: var(--tick) var(--tick);
    -o-transition: var(--tick) var(--tick);
    transition: var(--tick) var(--tick)
}

#Right a.slide-right-enter {
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
    opacity: 0
}

#Right a.slide-right-enter-to {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

#Right a.slide-right-leave-to {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem)
}

#Right a.slide-left-leave-active {
    -webkit-transition: var(--tick) 0s;
    -o-transition: var(--tick) 0s;
    transition: var(--tick) 0s
}

#Right a.slide-left-enter-active {
    -webkit-transition: var(--tick) var(--tick);
    -o-transition: var(--tick) var(--tick);
    transition: var(--tick) var(--tick)
}

#Right a.slide-left-enter {
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0
}

#Right a.slide-left-enter-to {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

#Right a.slide-left-leave-to {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem)
}

#Navigation nav a.fade-enter-active {
    -webkit-transition: var(--tock) 0s;
    -o-transition: var(--tock) 0s;
    transition: var(--tock) 0s
}

#Navigation nav a.fade-enter {
    opacity: 0
}

#Navigation nav a.fade-enter-to {
    opacity: 1
}

#Navigation nav a.fade-leave-active {
    display: none
}

#Navigation.projects[data-v-17375a59] {
    text-align: center
}

#MenuScroller[data-v-17375a59] {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none
}

nav[data-v-17375a59] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#MenuScroller[data-v-b57565f2] {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none
}

#Navigation.illustration div.masthead[data-v-b57565f2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#Navigation.illustration div.masthead .even[data-v-b57565f2] {
    font-size: .866rem;
    width: 25%;
    text-align: center
}

@media screen and (max-width:700px) {
    #Navigation.illustration div.masthead .even[data-v-b57565f2] {
        width: auto
    }
}

@media screen and (max-width:700px) {
    #Navigation.illustration div.masthead .title[data-v-b57565f2] {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 60%
    }
}

#Navigation.illustration.detail div.masthead[data-v-b57565f2] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#Navigation.illustration div.masthead .notcentered[data-v-b57565f2] {
    margin-left: 0;
    text-align: left
}

#Navigation.illustration .gray[data-v-b57565f2] {
    color: var(--graphite)
}

@media screen and (max-width:700px) {

    #Navigation.illustration .gray[data-v-b57565f2],
    #Navigation.illustration .to[data-v-b57565f2] {
        display: none
    }
}

figure[data-v-8ef9c3c4] {
    text-align: center;
    height: 1.15em;
    width: 1.15em;
    margin: 0;
    position: absolute;
    margin: auto;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

svg[data-v-8ef9c3c4] {
    position: relative;
    height: 1.15em;
    fill: #fff
}

svg.play[data-v-8ef9c3c4] {
    left: .1em
}

svg {
    fill: none;
    stroke: #000;
    stroke-width: .75;
    height: 1rem;
    width: 3rem
}

svg[data-v-76d830f5] {
    fill: none;
    stroke: var(--black);
    stroke-width: .75;
    height: .66em;
    width: .66em;
    display: inline-block;
    vertical-align: baseline
}

svg[data-v-139c2964] {
    width: 15.25rem;
    fill: #000;
    stroke: none;
    height: 1.075rem
}

svg[data-v-96daec62] {
    width: 100%;
    stroke: none;
    height: auto
}

h4[data-v-92426e3c] {
    cursor: pointer
}

h4[data-v-92426e3c]:hover {
    opacity: .5
}

[data-v-f4a03a18] {
    background-color: red
}

footer#MainFooter {
    padding: 8em 0 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff
}

@media screen and (max-width:700px) {
    footer#MainFooter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 3.75rem
    }
}

footer#MainFooter div:first-child p {
    max-width: 20em;
    margin: 0 0 1em
}

@media screen and (max-width:700px) {
    footer#MainFooter div {
        margin-bottom: 4rem
    }
}

footer#MainFooter div:last-child {
    max-width: 30em
}

div.project {
    width: 17.5rem;
    padding: 0 2.125rem 5.5rem
}

@media screen and (max-width:700px) {
    div.project {
        width: 13.5rem;
        padding: 0 .9rem 3rem
    }
}

@media screen and (max-width:700px) {
    div.project small {
        display: none
    }
}

div.project a {
    width: 100%;
    display: block
}

div.project figure {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 19.5rem;
    overflow: hidden;
    border: .02rem solid grey
}

@media screen and (max-width:700px) {
    div.project figure {
        height: 18rem
    }
}

div.project img {
    width: 100%;
    height: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover
}

div.project div.teaser {
    height: 100px;
    overflow: hidden
}

div.project a {
    text-decoration: none;
    color: inherit
}

div.project a img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

div.project a:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0)
}

div.project h4 {
    padding-top: 2.125rem;
    line-height: 1.45em;
    text-decoration: none;
    color: inherit
}

@media screen and (max-width:700px) {
    div.project h4 {
        text-align: center
    }
}

div.project small,
div.project small * {
    text-decoration: none;
    line-height: 1.45em;
    color: #808285
}

div.masthead {
    padding: 1.33rem 3.75rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: all;
    background-color: #fff;
    height: 3.75rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .1s ease-out;
    -o-transition: .1s all ease-out;
    transition: all .1s ease-out
}

@media screen and (max-width:700px) {
    div.masthead {
        padding: 1.33rem 2rem
    }
}

div.masthead.hidden {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

div.masthead a {
    display: block;
    height: 1.075rem;
    position: relative;
    text-decoration: none
}

div.masthead a:not(.arrow) {
    margin: 0 4rem
}

div.masthead a.arrow {
    position: absolute;
    display: inline-block;
    top: 1.25rem;
    z-index: 99;
    height: 1.5rem;
    width: 3rem
}

div.masthead a.prev.arrow {
    left: 3rem
}

div.masthead a.next.arrow {
    right: 3rem
}

@media screen and (max-width:700px) {
    div.masthead a.prev.arrow {
        left: 1.75rem
    }

    div.masthead a.next.arrow {
        right: 1.75rem
    }
}

figure[data-v-70dd9862] {
    margin: 0;
    padding: 0
}

section.folio div.content[data-v-70dd9862] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 4rem;
    -webkit-transition: opacity .75s ease;
    -o-transition: opacity .75s ease;
    transition: opacity .75s ease
}

section.folio div.content.hide[data-v-70dd9862] {
    opacity: 0
}

section.folio div.content.show[data-v-70dd9862] {
    opacity: 1
}

@media screen and (max-width:700px) {
    section.folio div.content[data-v-70dd9862] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }
}

section.folio figure[data-v-70dd9862] {
    display: block;
    width: 50%;
    height: 64vw;
    overflow: hidden
}

@media screen and (max-width:700px) {
    section.folio figure[data-v-70dd9862] {
        width: 100%;
        height: auto
    }
}

section.folio div.page[data-v-70dd9862] {
    width: 50%;
    padding: 5.7rem 5.8rem;
    background-color: #f0f0ea;
    height: 64vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:700px) {
    section.folio div.page[data-v-70dd9862] {
        padding: 3.75rem;
        height: auto;
        width: 100%
    }
}

section.folio article.small[data-v-70dd9862],
section.folio footer[data-v-70dd9862] {
    margin-top: auto;
    font-size: .84rem;
    line-height: 140%
}

section.folio footer[data-v-70dd9862] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width:700px) {
    section.folio footer[data-v-70dd9862] {
        padding-top: 3.75rem
    }
}

section.folio footer section[data-v-70dd9862] {
    max-width: 24rem
}

section.folio footer section[data-v-70dd9862]:first-child {
    width: 10rem
}

.fade-enter-active[data-v-70dd9862],
.fade-leave-active[data-v-70dd9862] {
    -webkit-transition: opacity 1s cubic-bezier(1, .14, .67, .71);
    -o-transition: opacity 1s cubic-bezier(1, .14, .67, .71);
    transition: opacity 1s cubic-bezier(1, .14, .67, .71)
}

.fade-enter[data-v-70dd9862],
.fade-leave-to[data-v-70dd9862] {
    opacity: 0
}

video[data-v-123d5d01] {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    margin: -2px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom
}

figure[data-v-42de0706] {
    margin: 0;
    padding: 0
}

section[data-v-42de0706] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 4rem
}

section figure[data-v-42de0706] {
    -webkit-transition: opacity .75s ease;
    -o-transition: opacity .75s ease;
    transition: opacity .75s ease
}

section figure.hide[data-v-42de0706] {
    opacity: 0
}

section figure.show[data-v-42de0706] {
    opacity: 1
}

@media screen and (max-width:700px) {
    section[data-v-42de0706] {
        margin-bottom: 0
    }
}

section figure[data-v-42de0706] {
    display: block;
    width: 100%;
    height: 64vw;
    overflow: hidden
}

@media screen and (max-width:700px) {
    section figure[data-v-42de0706] {
        height: auto
    }
}

section figure img[data-v-42de0706] {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

section.related[data-v-442f86c6] {
    padding-bottom: 6rem
}

@media screen and (max-width:700px) {
    section.related[data-v-442f86c6] {
        padding-bottom: 3rem
    }
}

h2.title[data-v-442f86c6] {
    text-align: center;
    display: block;
    padding: 3.5em 6rem 7.5rem
}

@media screen and (max-width:700px) {
    h2.title[data-v-442f86c6] {
        padding: 4em 6rem 3.5rem
    }
}

div.projects[data-v-442f86c6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 72rem;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:700px) {
    div.projects div.project[data-v-442f86c6] {
        display: none
    }
}

div.projects div.project:first-child+div.project[data-v-442f86c6],
div.projects div.project[data-v-442f86c6]:first-child {
    display: block
}

main.slide-right-leave-active[data-v-3c4c4913] {
    -webkit-transition: var(--tick) 0s cubic-bezier(.5, 0, .6, 1);
    -o-transition: var(--tick) 0s cubic-bezier(.5, 0, .6, 1);
    transition: var(--tick) 0s cubic-bezier(.5, 0, .6, 1)
}

main.slide-right-enter-active[data-v-3c4c4913] {
    -webkit-transition: var(--tick) var(--tock) cubic-bezier(.35, 0, .6, 1);
    -o-transition: var(--tick) var(--tock) cubic-bezier(.35, 0, .6, 1);
    transition: var(--tick) var(--tock) cubic-bezier(.35, 0, .6, 1)
}

main.slide-right-enter[data-v-3c4c4913] {
    -webkit-transform: translate(var(--forwards));
    -ms-transform: translate(var(--forwards));
    transform: translate(var(--forwards));
    opacity: 0
}

main.slide-right-enter-to[data-v-3c4c4913] {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

main.slide-right-leave-to[data-v-3c4c4913] {
    opacity: 0;
    -webkit-transform: translate(var(--backwards));
    -ms-transform: translate(var(--backwards));
    transform: translate(var(--backwards))
}

main.slide-left-leave-active[data-v-3c4c4913] {
    -webkit-transition: var(--tick) 0s cubic-bezier(.5, 0, .6, 1);
    -o-transition: var(--tick) 0s cubic-bezier(.5, 0, .6, 1);
    transition: var(--tick) 0s cubic-bezier(.5, 0, .6, 1)
}

main.slide-left-enter-active[data-v-3c4c4913] {
    -webkit-transition: var(--tick) var(--tock) cubic-bezier(.35, 0, .6, 1);
    -o-transition: var(--tick) var(--tock) cubic-bezier(.35, 0, .6, 1);
    transition: var(--tick) var(--tock) cubic-bezier(.35, 0, .6, 1)
}

main.slide-left-enter[data-v-3c4c4913] {
    -webkit-transform: translate(var(--backwards));
    -ms-transform: translate(var(--backwards));
    transform: translate(var(--backwards));
    opacity: 0
}

main.slide-left-enter-to[data-v-3c4c4913] {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

main.slide-left-leave-to[data-v-3c4c4913] {
    opacity: 0;
    -webkit-transform: translate(var(--forwards));
    -ms-transform: translate(var(--forwards));
    transform: translate(var(--forwards))
}

.fade-leave-active[data-v-3c4c4913] {
    -webkit-transition: var(--tick) 0s cubic-bezier(.5, 0, .6, 1);
    -o-transition: var(--tick) 0s cubic-bezier(.5, 0, .6, 1);
    transition: var(--tick) 0s cubic-bezier(.5, 0, .6, 1)
}

.fade-enter-active[data-v-3c4c4913] {
    -webkit-transition: var(--tick) var(--tock) cubic-bezier(.35, 0, .6, 1);
    -o-transition: var(--tick) var(--tock) cubic-bezier(.35, 0, .6, 1);
    transition: var(--tick) var(--tock) cubic-bezier(.35, 0, .6, 1)
}

.fade-enter[data-v-3c4c4913] {
    opacity: 0
}

.fade-enter-to[data-v-3c4c4913] {
    opacity: 1
}

.fade-leave-to[data-v-3c4c4913] {
    opacity: 0
}

div[data-v-08e8faef],
img[data-v-08e8faef] {
    width: 100%;
    height: 100%
}

img[data-v-08e8faef] {
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom
}

.v-lazy-image[data-v-08e8faef] {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.v-lazy-image-loaded[data-v-08e8faef] {
    opacity: 1
}

button[data-v-2302e8c8] {
    margin: 0;
    padding: 0
}

svg[data-v-2302e8c8] {
    width: 100%;
    height: 100%
}

section[data-v-5bd46006] {
    width: 45%;
    background-color: #f1f0eb;
    padding: 9rem 4.75rem 4.75rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:700px) {
    section[data-v-5bd46006] {
        padding: 3.25rem 3em;
        width: 100%
    }
}

div[data-v-5bd46006] {
    display: block;
    text-align: left;
    position: relative
}

h1[data-v-5bd46006] {
    padding-bottom: 3.75rem;
    letter-spacing: -.01em;
    max-width: 14em;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:700px) {
    h1[data-v-5bd46006] {
        padding-bottom: 2.75rem
    }
}

h4.categories[data-v-5bd46006] {
    padding-right: 11.5em
}

@media screen and (max-width:700px) {
    h4.categories[data-v-5bd46006] {
        display: none
    }
}

button[data-v-5bd46006] {
    width: 5.5em;
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: uppercase
}

button a[data-v-5bd46006] {
    text-decoration: none;
    color: inherit
}

@media screen and (max-width:700px) {
    button[data-v-5bd46006] {
        width: 5em
    }
}

section[data-v-5bd46006] {
    -webkit-transition: all .75s ease;
    -o-transition: all .75s ease;
    transition: all .75s ease
}

section.hide[data-v-5bd46006] {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem)
}

section.show[data-v-5bd46006] {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

svg[data-v-239c0636] {
    width: 7.7rem;
    fill: #000;
    stroke: none;
    height: 1.075rem
}

div.monogram[data-v-239c0636] {
    display: block;
    position: relative
}

div.monogram h4[data-v-239c0636] {
    display: none;
    line-height: 1.1em;
    position: relative
}

div.monogram:not(:hover) h4[data-v-239c0636] {
    display: inline-block;
    position: absolute;
    top: .125em;
    margin: auto;
    width: 8rem;
    left: 0;
    right: 0
}

div.monogram:not(:hover) svg[data-v-239c0636] {
    display: none
}

@font-face {
    font-family: Unica77LLSub-RegularSubset;
    src: url(../../../../../assets/dist/fonts/Unica77LLSub-RegularSubset.f2a433e3.woff2) format("woff2")
}

@font-face {
    font-family: Unica77LLSub-RegularSubset;
    src: url(../../../../../assets/dist/fonts/Unica77LLSub-RegularSubset.bb261ea8.woff) format("woff")
}

@font-face {
    font-family: Romie-Regular;
    src: url(../../../../../assets/dist/fonts/Romie-Regular.bc853199.woff) format("woff")
}

html {
    font-family: Unica77LLSub-RegularSubset;
    font-size: 1vw;
    letter-spacing: .02em;
    line-height: 154%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:700px) {
    html {
        font-size: 12px
    }
}

@media screen and (min-width:1400px) {
    html {
        font-size: 14px
    }
}

body,
html {
    margin: 0;
    padding: 0;
    min-height: 60rem
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #373737
}

p {
    margin: inherit;
    max-width: 40em
}

article p:not(:first-of-type) {
    text-indent: 6em
}

article.small p:first-of-type {
    margin-bottom: 1.1em
}

h1 {
    font-family: Romie-Regular;
    font-size: 2.33rem;
    line-height: 110%;
    font-weight: 100;
    margin: inherit;
    display: block;
    color: #000
}

@media screen and (min-width:1500px) {
    h1 {
        font-size: 2vw
    }
}

h2 {
    font-size: 1rem
}

h2,
h3 {
    font-weight: 400;
    line-height: 130%;
    margin: inherit;
    display: block;
    letter-spacing: .025em
}

h3 {
    text-transform: uppercase;
    font-size: .8777rem
}

h4 {
    font-size: inherit;
    font-weight: 400;
    line-height: 130%;
    margin: inherit;
    display: block;
    letter-spacing: .025em
}

h4,
small {
    font-size: .8777rem
}

h6 {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit
}

button,
h6 {
    margin: 0;
    padding: 0
}

button {
    font-size: .8777rem;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    vertical-align: text-bottom;
    line-height: 130%
}

figure {
    padding: 0;
    margin: 0
}

section.folio footer a {
    text-decoration: none;
    color: #a7a9ab
}

.gray {
    color: var(--graphite)
}

:root {
    --tick: 0.3s;
    --tock: 0.5s;
    --swish: 0.2s;
    --latetick: 0.125s;
    --latetock: 1.15s;
    --forwards: 1.5%;
    --backwards: -1.5%;
    --gray: #f0f0ea;
    --graphite: #808285;
    --white: #fff;
    --black: rgba(55, 55, 55, 0.6)
}

img.layout {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    pointer-events: none;
    opacity: .5;
    z-index: -3
}

.basic-enter-active,
.basic-leave-active {
    -webkit-transition: opacity var(--tick);
    -o-transition: opacity var(--tick);
    transition: opacity var(--tick)
}

.basic-enter,
.basic-leave-to {
    opacity: 0
}

.slow-enter-active,
.slow-leave-active {
    -webkit-transition: opacity 1s cubic-bezier(.68, .07, .23, .97);
    -o-transition: opacity 1s cubic-bezier(.68, .07, .23, .97);
    transition: opacity 1s cubic-bezier(.68, .07, .23, .97)
}

.slow-enter,
.slow-leave-to {
    opacity: 0
}

/*# sourceMappingURL=app~01e7b97c.dd62eacc.css.map */

/* MOBILE MODE */
@media (max-width: 700px) {
    .menu-icon {
      display: block;
      z-index: 10;
    }
  
    .nav-links {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 60px;
      right: 0;
      background: #ffffff;
      width: 100%;
      text-align: center;
      padding: 10px 0;
    }
  
    .nav-links.active {
      display: flex; /* Show menu when active */
    }
  
    .nav-links li {
      padding: 10px 0;
    }
}
  
  /* NAVBAR */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 40px;
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
  position: sticky;
  top: 0;
  z-index: 1000; /* Ensure it stays above other elements */
  background: #ffffff; /* Ensure background color is consistent */
}

/* LOGO (Desktop: Left) */
.logo {
    font-family: 'Milchella', sans-serif;
    font-weight: 900;
    letter-spacing: 0.5cap;
    font-size: 22px;
    color: #333;;
    text-transform: uppercase;
    position: absolute;
    left: 50px;
}

/* NAV LINKS (Desktop: Right) */
.nav-links {
  list-style: none;
  display: flex;
  gap: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 50px;
}

    /* Remove underline from navbar logo and links */
    .nav-links a, 
    .logo a {
        text-decoration: none; /* Remove underline */
    }
    
.nav-links li {
  display: inline;
}

.nav-links a {
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 400;
  color: #000000;
  transition: all 0.3s ease-in-out;
}

.nav-links a:hover {
  color: #9d00ff;
}

/* MENU ICON (Hidden on Desktop) */
.menu-icon {
  display: none;
  font-size: 24px;
  font-weight: 100px;
  cursor: pointer;
  position: absolute;
  left: 40px;
  font-size: 20px; /* Reduce font size */
  font-weight: 50; /* Make it thinner */
}

/* MOBILE MODE */
@media (max-width: 700px) {
    .menu-icon {
        display: block;
        position: absolute;
        left: 20px; /* Move the menu icon to the left */
        top: 15px; /* Adjust vertical alignment if needed */
        z-index: 10;
    }

    .logo {
        position: absolute;
        left: 50%; /* Center horizontally */
        transform: translateX(-50%); /* Ensure perfect centering */
        top: 15px; /* Adjust vertical alignment if needed */
        z-index: 5;
    }

    .nav-links {
        display: none; /* Hide nav links by default in mobile view */
    }

    .nav-links.active {
        display: flex; /* Show nav links when active */
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #fff;
        text-align: center;
        padding: 10px 0;
    }
    

        /* Remove underline from navbar logo and links */
        .nav-links a, 
        .logo a {
            text-decoration: none; /* Remove underline */
        }
}
