@font-face {
    font-family: Pp Neue Montreal Regular;
    src: url(PPNeueMontreal-Regular.77edb420.woff2)format("woff2")
}

@font-face {
    font-family: Pp Neue Montreal Medium;
    font-display: swap;
    src: url(PPNeueMontreal-Medium.02322171.woff2)format("woff2")
}

@font-face {
    font-family: Pp Neue Montreal Bold;
    font-display: swap;
    src: url(PPNeueMontreal-Bold.d8c75748.woff2)format("woff2")
}

canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

h1 {
    position: relative
}

h1 img {
    object-fit: contain;
    visibility: hidden;
    width: 100%;
    height: 100%
}

.gl-text {
    overflow: hidden
}

.title-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

a {
    -webkit-text-decoration: unset;
    -webkit-text-decoration: unset;
    text-decoration: unset;
    color: inherit
}

body {
    --gutter: 2.23vw;
    --col-gutter: 5px;
    --doc-height: 100vh;
    --text-color: black;
    --bg-color: #DFD3C3;
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: Pp Neue Montreal Regular
}

.isolation {
    isolation: isolate
}

.loader-ctn {
    height: var(--doc-height);
    background-color: var(--bg-color);
    z-index: 9;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: fixed;
    top: 0
}

.loader-percent {
    position: absolute;
    bottom: 41px
}

.cursor {
    z-index: 15;
    mix-blend-mode: difference;
    pointer-events: none;
    will-change: transform;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: none;
    position: fixed;
    top: -12px;
    left: -12px
}

.cursor-ctn {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.mutedImg {
    z-index: 2;
    filter: invert();
    justify-content: center;
    align-items: center;
    width: 36%;
    height: 36%;
    display: flex;
    position: absolute;
    transform: scale(0)
}

.mutedImg svg {
    object-fit: contain;
    width: 80%;
    height: 80%
}

.mutedImg .bar {
    transform-origin: 50%;
    background-color: #fff;
    border-radius: 50%;
    width: 100%;
    height: 1%;
    position: absolute;
    transform: rotate(-45deg)
}

.cursorEl {
    --fragments-color: var(--text-color);
    background-color: var(--text-color);
    z-index: 1;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute
}

.cursor span {
    mix-blend-mode: difference;
    z-index: 3;
    background-color: #0000;
    width: 4px;
    height: 4px;
    display: block
}

.img-ctn {
    width: 33%;
    margin-top: -12vh;
    position: relative
}

.loader-ctn .filter {
    transform-origin: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    right: 0
}

.loader-ctn .filter span {
    opacity: 1;
    background-color: var(--bg-color);
    min-width: 10%;
    display: block
}

.loader-ctn img {
    width: 100%
}

.changable-svg path {
    fill: var(--text-color)
}

a {
    --line-progress: 0%;
    position: relative
}

a:before {
    content: "";
    width: var(--line-progress);
    background-color: var(--text-color);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0
}

header {
    padding-top: 36px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    z-index: 10;
    opacity: 0;
    justify-content: space-between;
    width: 100%;
    display: flex;
    position: fixed
}

.header-item-1 {
    flex: 1
}

.logo {
    width: max(45px, 3.89vw);
    transform: translateY(-25%)
}

.header-item-2 {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.header-item-3 {
    text-align: right;
    flex: 1
}

.color-btn {
    --btn-text-color: var(--text-color);
    --btn-bg-color: #fff0;
    border: solid 1px var(--text-color);
    background-color: var(--btn-bg-color);
    color: var(--btn-text-color);
    cursor: pointer;
    border-radius: 30px;
    padding: 2px 8px;
    font-size: max(12px, .8vw)
}

.contact-btn {
    font-size: 15px
}

.hero-container {
    min-height: var(--doc-height);
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    display: flex;
    position: relative
}

.hero {
    will-change: transform;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding-top: 7%;
    display: flex
}

.hero-center {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex
}

.hero-title-change {
    opacity: 0;
    justify-content: center;
    display: flex;
    position: relative;
    overflow: hidden
}

.word {
    transform-origin: 0
}

.noOverflowWithSpan {
    overflow: hidden
}

.noOverflowWithSpan span {
    display: block
}

.hero-title span {
    transform-origin: 0;
    opacity: 0
}

.hero-picto {
    transform-origin: 50%;
    width: max(15px, 1.15vw);
    margin-bottom: 2.89vw
}

h1 {
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2vh 0;
    font-family: Pp Neue Montreal Medium;
    font-size: max(8.68vw, 34px);
    line-height: 85%;
    display: flex
}

h2 {
    text-transform: uppercase;
    font-size: max(16px, 1.15vw)
}

.additional-infos {
    width: 4.16%;
    min-width: max-content;
    font-size: max(11px, .81vw)
}

.ai3,
.ai4 {
    text-align: right
}

.bottom {
    justify-content: space-between;
    align-items: flex-end;
    display: flex
}

.social-media ul {
    min-width: max-content;
    padding-bottom: 36px;
    font-size: max(13px, .86vw);
    display: flex
}

.social-media li {
    padding-right: 16px
}

.social-media {
    width: 12.5%
}

.bottom-center {
    flex-direction: column;
    display: flex
}

.top-gif {
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 100%;
    display: flex;
    overflow: hidden
}

.hello-gif-ctn {
    display: flex;
    position: relative
}

.hello-gif-item {
    clip-path: inset(0% 0% 100%);
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0
}

.hello-gif-item:first-child {
    clip-path: inset(0%);
    opacity: 1;
    position: relative
}

.hello-gif-ctn img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.square {
    background-color: var(--text-color);
    width: 13px;
    height: 13px;
    margin-right: 10px
}

.name {
    transform-origin: -17px
}

.bottom-text {
    width: 12.5%;
    padding-bottom: 36px
}

.bottom-top {
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.bottom-title {
    --line-progress: 0%;
    font-size: max(35px, 2.89vw);
    position: relative
}

.bottom-title:before {
    content: "";
    width: var(--line-progress);
    background-color: var(--text-color);
    height: 1px;
    position: absolute;
    top: 0;
    left: 0
}

.bottom-title-last {
    --line-progress-end: "0%"
}

.bottom-title-last:after {
    content: "";
    width: var(--line-progress-end);
    background-color: var(--text-color);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0
}

.bottom-square {
    background-color: var(--text-color);
    width: 13px;
    height: 13px;
    margin-top: max(.6vw, 5px)
}

.text-about {
    padding-top: 20px;
    padding-bottom: 33px;
    font-size: max(13px, .86vw)
}

.okey-btn {
    font-family: Pp Neue Montreal Bold;
    font-size: max(13px, .86vw);
    overflow: hidden
}

.okey-btn a {
    display: inline-block
}

.about {
    padding: 8vh 12.5% 13vh 8.33%
}

.about p {
    will-change: transform;
    margin-bottom: 80px;
    font-size: max(21px, 3.18vw)
}

.line {
    display: flex
}

.line svg,
.line img {
    fill: var(--text-color);
    transform-origin: 50%;
    height: max(20px, 2.3vw);
    padding-left: max(5px, .5vw);
    padding-right: max(5px, .5vw);
    overflow: visible
}

svg.www-picto {
    overflow: hidden
}

#haltere {
    height: max(16px, 1.84vw)
}

.world-picto #Lignes_Horizontales {
    display: none
}

.opposite-fill {
    fill: var(--bg-color)
}

.none-fill {
    fill: none
}

.classic-stroke {
    stroke: var(--text-color)
}

.heart-picto .fond {
    fill: var(--text-color)
}

.smile-picto #Smile-end,
.smile-picto #Mouse-end {
    opacity: 0
}

#Visage-hover {
    fill: var(--bg-color)
}

#Pupilles-hover {
    fill: var(--text-color)
}

.italic-mode {
    padding-left: max(5px, .7vw);
    padding-right: max(5px, .7vw);
    font-style: italic
}

.underline-mode {
    margin-right: max(5px, .7vw);
    position: relative
}

.underline-mode:before {
    content: "";
    background-color: var(--text-color);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 10%;
    left: 0
}

.underline-mode-2 {
    position: relative
}

.underline-mode-2:before {
    content: "";
    background-color: var(--text-color);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 10%;
    left: 0
}

.double-mode {
    font-style: italic;
    position: relative
}

.double-mode:before {
    content: "";
    background-color: var(--text-color);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 10%;
    left: 0
}

.bold-mode {
    font-family: Pp Neue Montreal Bold;
    font-style: italic
}

.surrounded-mode {
    justify-content: center;
    align-items: center;
    padding-left: max(5px, .7vw);
    padding-right: max(5px, .7vw);
    display: flex;
    position: relative
}

.surrounded-mode svg {
    width: 114%;
    height: auto;
    position: absolute
}

.gif-container {
    pointer-events: none;
    width: 185px;
    height: 185px;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0
}

.gif-container img {
    object-fit: cover;
    clip-path: inset(100% 0% 0%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.gif-container img:first-child {
    position: relative
}

.bottom-els {
    flex-direction: column;
    justify-content: flex-end;
    min-height: 105svh;
    display: flex
}

.about-more {
    padding-right: var(--gutter);
    padding-left: var(--gutter);
    will-change: transform;
    flex-direction: column;
    align-items: flex-end;
    margin-top: max(80px, 16.5vw);
    font-size: max(16px, 1.15vw);
    display: flex
}

.about-more p {
    width: 25%;
    margin-bottom: 50px
}

.about-more p div {
    min-width: max-content
}

#webGLAppScroll {
    position: fixed
}

.projects {
    min-height: 950svh;
    position: relative;
    overflow: hidden
}

.projects-mobile {
    display: none;
    position: relative;
    overflow: hidden
}

.projects-pin {
    will-change: transform
}

.projects-pin .title-ctn {
    z-index: 0;
    text-transform: uppercase;
    will-change: clip-path;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100svh;
    max-height: 60svw;
    display: flex
}

.projects-pin .title,
.projects-pin-mobile .title {
    justify-content: center;
    padding-top: 2.31vw;
    display: flex
}

.projects-pin .subtitle,
.projects-pin-mobile .subtitle {
    text-align: center;
    padding-top: 2.14vw;
    font-size: max(13px, .91vw)
}

.projects-pin-mobile .title-before,
.projects-pin-mobile .title-after {
    margin-left: unset;
    padding-top: .2%;
    padding-bottom: .2%;
    font-size: max(10px, .91vw)
}

.title-before,
.title-after {
    flex-direction: column;
    justify-content: space-between;
    padding-top: .8%;
    padding-bottom: 1.1%;
    font-size: max(13px, .86vw);
    display: flex
}

.title-before {
    text-align: right;
    align-items: flex-end
}

.title-after {
    align-items: flex-start;
    margin-left: max(23px, 1.5vw)
}

.title-square {
    background-color: var(--text-color);
    width: 9px;
    height: 9px
}

.arrow-ctn {
    width: 15px;
    display: flex
}

.arrow-ctn svg {
    width: 100%
}

.project-arrow {
    font-size: 1.7vw;
    display: flex;
    position: absolute;
    bottom: 17%
}

.title-ctn .project-arrow svg {
    width: 1.7vw;
    transform: translateY(17%)rotate(135deg)
}

.projects-pin .title h2,
.projects-pin-mobile .title h2 {
    align-items: center;
    font-family: Pp Neue Montreal Medium;
    font-size: max(58px, 8.68vw);
    line-height: 85%;
    display: flex
}

.projects-pin-mobile .title h2 {
    font-size: 58px
}

.projects-pin .title h2>div {
    display: flex !important
}

.projects-pin .title h2 {
    visibility: hidden
}

.projects-pin .video {
    position: absolute
}

.projects-pin .video video {
    visibility: hidden;
    width: 100svw;
    max-width: 177.77svh;
    max-height: 100svh
}

.projects-pin-mobile .video,
.projects-pin-mobile .video video {
    width: 100%
}

.projects-scroll {
    z-index: 3;
    width: 100%;
    padding-top: 340svh;
    padding-bottom: 100svh;
    position: absolute;
    top: 0
}

.projects img {
    width: 100%
}

.project-line {
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.project-line-2 {
    margin-top: 4.51vw
}

.project-line-3 {
    margin-top: 4.87vw
}

.project-line-4 {
    margin-top: 7.92vw
}

.project-line-5 {
    justify-content: flex-end;
    margin-top: 5.74vw
}

.project-img {
    position: relative
}

.project-img-1 {
    width: 23.32vw;
    margin-left: 6.59vw
}

.project-img-3 {
    width: 18vw;
    margin-top: 10.7vw;
    margin-left: 16vw
}

.project-img-4 {
    width: 23.5vw;
    margin-right: 1.73vw
}

.project-img-5 {
    width: 19.38vw;
    margin-top: 10.53vw;
    margin-left: 6.3vw
}

.project-img-6 {
    width: 27.43vw
}

.projects img.absolute-img-1 {
    width: 9.31vw;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 40%)
}

.project-img-7 {
    width: 12.29vw;
    margin-top: 16.03vw;
    margin-left: 6.3vw
}

.projects .absolute-img-2 {
    display: flex;
    position: absolute;
    top: 0;
    left: 0
}

.project-img-8 {
    width: 13.7vw;
    margin-right: 14vw
}

.project-img-9 {
    width: 13.68vw;
    margin-right: 12.67vw
}

footer {
    padding-bottom: 36px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    will-change: transform;
    justify-content: space-between;
    margin-top: max(80px, 16.5vw);
    font-size: max(13px, .91vw);
    display: flex
}

footer a {
    display: inline-block
}

.footer-text {
    width: 16.66%
}

.footer-text li {
    line-height: 1.4
}

.footer-socialmedia {
    width: 8.33%;
    line-height: 1.5
}

.social-media li {
    overflow: hidden
}

.social-media a {
    display: inline-block
}

.footer-okeystudio {
    width: 12.5%
}

.footer-okeystudio.flex {
    flex-direction: column;
    justify-content: space-between;
    display: flex
}

.footer-credits {
    text-align: right;
    width: 12.5%
}

.footer-credits span {
    display: block
}

@media (width<=1400px) {

    .bottom-text,
    .social-media {
        width: 16.66%
    }
}

@media (width<=1200px) {
    .bottom-text {
        width: 25%
    }

    .social-media {
        bottom: 0;
        left: var(--gutter);
        position: absolute
    }

    .bottom-center {
        margin-bottom: 70px
    }

    .about-more p {
        width: 33.33%
    }

    .footer-credits {
        display: none
    }

    .footer-okeystudio {
        text-align: end;
        width: 16.6%
    }

    .footer-text {
        width: 20.83%
    }
}

@media (width<=991px) {
    .img-ctn {
        width: 40%
    }

    .bottom-text {
        width: 37.5%
    }

    .about-more p {
        width: 50%
    }

    .footer-text {
        width: 25%
    }

    .footer-okeystudio {
        width: 20.83%
    }

    .hero-picto {
        padding-bottom: 6vw
    }
}

@media (width<=768px) {
    .img-ctn {
        width: 50%
    }

    .bottom-square {
        width: 10px;
        height: 10px;
        margin-top: max(.6vw, 5px)
    }

    .square {
        width: 10px;
        height: 10px
    }

    footer {
        flex-wrap: wrap
    }

    .footer-text:first-child {
        padding-bottom: 20px
    }

    .footer-text {
        width: 100%;
        padding-bottom: 40px;
        padding-right: 50%
    }

    .footer-okeystudio span {
        min-width: max-content;
        display: block
    }

    .footer-okeystudio {
        width: unset
    }

    .footer-okeystudio.flex>span:first-child {
        flex-direction: column;
        align-items: flex-end;
        display: flex
    }

    .footer-text:nth-child(2) {
        border-bottom: solid 1px var(--text-color);
        margin-bottom: 15px
    }

    .ai2,
    .ai3 {
        display: none
    }
}

@media (width<=640px) {
    h1 {
        visibility: visible
    }

    #webGLAppScroll {
        visibility: hidden
    }

    .img-ctn {
        width: 66.67%
    }

    .hero-container {
        justify-content: flex-start
    }

    .hero {
        min-height: max(320px, 100vh - 320px)
    }

    .about-more {
        font-size: max(16px, 1.15vw)
    }

    .about-more p {
        width: 100%
    }

    .footer-text {
        padding-right: 29.16%
    }

    .about img {
        display: none
    }

    .about {
        padding-left: var(--gutter);
        padding-right: var(--gutter)
    }

    .about p {
        font-size: max(30px, 3.18vw)
    }

    .line,
    .line>div {
        display: inline !important
    }

    .surrounded-mode {
        display: inline-block !important
    }

    .bottom {
        flex-wrap: wrap;
        justify-content: flex-end
    }

    .social-media {
        left: unset;
        order: 2;
        width: 100%;
        position: relative
    }

    .social-media ul {
        justify-content: space-between;
        width: 100%
    }

    .social-media li {
        padding-right: 0
    }

    .bottom-center {
        order: 1
    }

    .bottom-text {
        order: 3;
        width: 100%
    }

    .bottom-title {
        font-size: 8vw
    }

    .text-about {
        width: 79%
    }

    #elipse {
        display: none
    }

    .projects-mobile {
        display: block
    }

    .projects {
        display: none
    }

    .projects-pin-mobile .subtitle {
        margin-bottom: 80px
    }

    .bottom-els {
        min-height: unset
    }

    footer {
        font-size: max(15px, .91vw)
    }
}

@media (width<=450px) {
    .color-btn-inner {
        font-size: 3.2vw
    }

    .title-before,
    .title-after {
        display: none
    }

    .projects-pin-mobile .title h2 {
        font-size: max(8.68vw, 34px)
    }
}

@media (any-pointer:fine) {
    .gif-container {
        display: block
    }

    .cursor {
        display: flex
    }
}

@media (aspect-ratio<=1) and (width>=641px) {
    .bottom-els {
        min-height: unset
    }
}


/* ========================================================= */
/* ============ MOBILE ENHANCEMENTS (APPENDED) ============= */
/* === Desktop styles remain 100% unchanged above this === */
/* ========================================================= */

@media (max-width: 640px) {

    header {
        position: sticky;
        top: 0;
        padding-top: 16px;
        padding-bottom: 12px;
        background-color: var(--bg-color);
        z-index: 20;
    }

    .header-item-1,
    .header-item-2,
    .header-item-3 {
        flex: unset;
        width: 100%;
        text-align: center;
    }

    .header-item-3 {
        margin-top: 10px;
    }

    .color-btn {
        width: 100%;
        padding: 10px 16px;
        font-size: 14px;
    }

    .hero {
        flex-direction: column;
        justify-content: center;
        padding-top: 20px;
    }

    h1 {
        font-size: 11vw;
        line-height: 95%;
        padding: 10px 0;
        visibility: visible;
    }

    h2 {
        font-size: 14px;
    }

    .top-gif {
        justify-content: center;
        font-size: 16px;
    }

    .hello-gif-ctn img {
        width: 120px;
    }

    .bottom {
        gap: 24px;
    }

    .social-media ul {
        justify-content: space-around;
        font-size: 14px;
    }

    .bottom-text {
        text-align: center;
        padding-bottom: 20px;
    }

    .about-more {
        margin-top: 40px;
        align-items: center;
        text-align: center;
    }

    .about-more p {
        width: 100%;
        margin-bottom: 24px;
    }

    footer {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding-bottom: 24px;
    }

    .footer-text,
    .footer-socialmedia,
    .footer-okeystudio,
    .footer-credits {
        width: 100% !important;
        padding: 0 !important;
    }

    .projects-pin-mobile .video video {
        border-radius: 12px;
    }
}

@media (max-width: 450px) {

    h1 {
        font-size: 12.5vw;
    }

    .hello-gif-ctn img {
        width: 100px;
    }

    .color-btn {
        font-size: 13px;
        padding: 10px 14px;
    }

    footer {
        font-size: 14px;
    }
}


/* =========================
   MOBILE REVAMP (<= 640px)
   Bundle-safe overrides only
   ========================= */

#mobile-app { display: none; }

@media (max-width: 640px) {
  /* Hide the original (desktop-authored) scroll/smoother tree */
  #smooth-wrapper { display: none !important; }
  #webGLAppScroll { display: none !important; }
  #mobile-app { display: block; }

  html, body { height: auto; }
  body { overflow-x: hidden; }

  /* Shell */
  #mobile-app .m-shell {
    min-height: 100vh;
    padding: 18px 16px 40px;
  }

  /* Topbar */
  #mobile-app .m-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 6px;
  }

  #mobile-app .m-brand { display: inline-flex; align-items: center; text-decoration: none; }
  #mobile-app .m-logo svg { width: 46px !important; height: auto; display: block; }

  #mobile-app .m-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #mobile-app .color-btn {
    border: 1px solid rgba(0,0,0,.55);
    border-radius: 999px;
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    background: rgba(255,255,255,.2);
    backdrop-filter: blur(6px);
  }
  #mobile-app .color-btn-inner { font-size: 13px; letter-spacing: .02em; }

  #mobile-app .contact-btn a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.55);
    text-decoration: none;
    font-size: 13px;
    letter-spacing: .05em;
  }

  /* Hero */
  #mobile-app .m-hero { padding: 24px 0 10px; }
  #mobile-app .m-eyebrow {
    display: flex; flex-wrap: wrap; gap: 8px;
    margin: 10px 0 16px;
  }
  #mobile-app .m-chip{
    border: 1px solid rgba(0,0,0,.35);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    background: rgba(255,255,255,.18);
  }

  #mobile-app .m-title{
    margin: 0;
    line-height: .9;
    letter-spacing: -0.04em;
    font-size: clamp(44px, 12.5vw, 76px);
  }
  #mobile-app .m-title-line{ display:block; }

  #mobile-app .m-sub{ margin-top: 14px; display: grid; gap: 6px; }
  #mobile-app .m-sub-strong{ font-size: 18px; font-weight: 600; }
  #mobile-app .m-sub-soft{ font-size: 14px; opacity: .8; line-height: 1.35; }

  #mobile-app .m-cta{
    margin-top: 16px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  #mobile-app .m-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 14px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.45);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .02em;
  }
  #mobile-app .m-btn-primary{
    background: rgba(0,0,0,.92);
    color: #fff;
    border-color: rgba(0,0,0,.92);
  }

  #mobile-app .m-meta{
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    opacity: .85;
  }
  #mobile-app .m-meta-item{
    border-top: 1px solid rgba(0,0,0,.35);
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    letter-spacing: .08em;
  }

  /* Reel */
  #mobile-app .m-reel{ margin-top: 20px; }
  #mobile-app .m-reel-head{ display:flex; align-items: baseline; justify-content: space-between; gap: 10px; }
  #mobile-app .m-kicker{ text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
  #mobile-app .m-reel-caption{ font-size: 13px; opacity: .75; }

  #mobile-app .m-reel-frame{
    margin-top: 12px;
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.35);
    transform: translateZ(0);
  }
  #mobile-app .m-video{
    width: 100%;
    height: auto;
    display: block;
  }
  #mobile-app .m-reel-overlay{
    position: absolute;
    inset: 0;
    pointer-events: none;
    display:flex;
    align-items:flex-end;
    justify-content:flex-end;
    padding: 12px;
    background: linear-gradient(to top, rgba(0,0,0,.35), rgba(0,0,0,0));
  }
  #mobile-app .m-badge{
    background: rgba(255,255,255,.9);
    color:#000;
    border-radius: 999px;
    padding: 8px 10px;
    font-size: 12px;
    letter-spacing: .12em;
  }

  /* Work */
  #mobile-app .m-work{ margin-top: 26px; }
  #mobile-app .m-section-title{ display:grid; gap: 6px; margin-bottom: 12px; }
  #mobile-app .m-section-title h2{
    margin: 0;
    font-size: 34px;
    letter-spacing: -0.03em;
  }
  #mobile-app .m-mini{ font-size: 13px; opacity: .75; }

  #mobile-app .m-cards{ display: grid; gap: 12px; }
  #mobile-app .m-card{
    border: 1px solid rgba(0,0,0,.35);
    border-radius: 18px;
    padding: 14px;
    background: rgba(255,255,255,.14);
  }
  #mobile-app .m-card-top{ display:flex; align-items: baseline; justify-content: space-between; gap: 10px; }
  #mobile-app .m-card-title{ font-size: 16px; font-weight: 650; letter-spacing: -0.01em; }
  #mobile-app .m-card-tag{ font-size: 12px; opacity: .7; letter-spacing: .06em; text-transform: uppercase; }
  #mobile-app .m-card-body{ margin-top: 10px; font-size: 14px; line-height: 1.4; opacity: .9; }
  #mobile-app .m-card-actions{ margin-top: 12px; display:flex; gap: 10px; flex-wrap: wrap; }

  #mobile-app .m-card-media-frame{
    margin-top: 12px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.25);
  }
  #mobile-app .m-video-mini{ opacity: .98; }

  /* About */
  #mobile-app .m-about{ margin-top: 26px; }
  #mobile-app .m-prose p{
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.55;
    opacity: .9;
  }
  #mobile-app .m-hobbies{
    display:flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
  }
  #mobile-app .m-hobby{
    border: 1px solid rgba(0,0,0,.28);
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 12px;
    opacity: .85;
    background: rgba(255,255,255,.16);
  }

  /* Contact */
  #mobile-app .m-contact{ margin-top: 26px; }
  #mobile-app .m-contact-grid{
    display:grid;
    gap: 10px;
    margin-top: 12px;
  }
  #mobile-app .m-contact-card{
    display:block;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,.35);
    border-radius: 18px;
    padding: 14px;
    background: rgba(255,255,255,.14);
  }
  #mobile-app .m-contact-label{
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .7;
  }
  #mobile-app .m-contact-value{
    margin-top: 6px;
    font-size: 15px;
    letter-spacing: -0.01em;
  }

  #mobile-app .m-footer{
    margin-top: 14px;
    border-top: 1px solid rgba(0,0,0,.35);
    padding-top: 14px;
    display:grid;
    gap: 8px;
  }
  #mobile-app .m-footer-link{
    text-decoration: none;
    font-size: 14px;
    font-weight: 650;
  }
  #mobile-app .m-footer-note{
    font-size: 12px;
    opacity: .7;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
}


@media (max-width: 640px) {
  #mobile-app .m-topbar{
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }
  #mobile-app .color-btn{
    justify-self: center;
  }

  /* Bigger hero title */
  #mobile-app .m-title{
    font-size: clamp(52px, 14vw, 88px);
  }

  /* Center footer */
  #mobile-app .m-footer-center{
    text-align: center;
    border-top: 1px solid rgba(0,0,0,.35);
    padding-top: 16px;
  }
}


@media (max-width: 640px) {
  /* Center text in change the mood button */
  #mobile-app .color-btn,
  #mobile-app .color-btn-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  /* Add more spacing between CREATIVE / WEB / DEVELOPER */
  #mobile-app .m-title-line{
    margin-bottom: 12px;
  }

  /* More vertical space between major sections */
  #mobile-app .m-hero{ padding-bottom: 48px; }
  #mobile-app .m-reel{ margin-top: 48px; }
  #mobile-app .m-work{ margin-top: 56px; }
  #mobile-app .m-about{ margin-top: 56px; }
  #mobile-app .m-contact{ margin-top: 64px; }

  /* Slightly increase section title spacing */
  #mobile-app .m-section-title{ margin-bottom: 24px; }
}
