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

        body {
            background: #F7F3EC;
            color: #171717;
           font-family: "Manrope", Arial, sans-serif;;
        }

        /* HEADER */
        header {
            height: 110px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 6%;
        }

        .logo img {
    width: 220px;
    display: block;
}

        nav {
            display: flex;
            align-items: center;
            gap: 42px;
        }

        nav a {
            color: #171717;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
        }

        .talk-button {
            background: #B8A17A;
            color: white;
            padding: 16px 27px;
            letter-spacing: 1.5px;
            font-size: 12px;
        }

        /* HERO */
        .hero {
            min-height: calc(100vh - 110px);
            display: grid;
            grid-template-columns: 48% 52%;
        }

        .hero-content {
            padding:14vh 8% 8vh 12%;
            display: flex;
            flex-direction: column;
           justify-content: flex-start;
        }

        .eyebrow {
            font-size: 12px;
            letter-spacing: 4px;
            margin-bottom: 30px;
        }

        h1 {
    font-size: clamp(52px, 4.8vw, 86px);
    font-weight: 300;
    line-height: 1.02;
    letter-spacing: -3px;
    max-width: 720px;
}

        .hero-text {
            margin-top: 35px;
            font-size: 17px;
            line-height: 1.6;
            max-width: 460px;
        }

        .work-button {
            display: inline-block;
            align-self: flex-start;
            margin-top: 35px;
            background: #B8A17A;
            color: white;
            text-decoration: none;
            padding: 18px 30px;
            font-size: 12px;
            letter-spacing: 2px;
        }

        .hero-image {
            overflow: hidden;
        }

        .hero-image img {
            width: 100%;
            height: 100%;
            min-height: calc(100vh - 110px);
            object-fit: cover;
            display: block;
        }

        @media (max-width: 850px) {
            header {
                padding: 0 5%;
                height: 85px;
            }

            .logo img {
                width: 145px;
            }

            nav a:not(.talk-button) {
                display: none;
            }

            .hero {
                grid-template-columns: 1fr;
            }

            .hero-content {
                padding: 70px 8%;
            }

            h1 {
                font-size: clamp(46px, 13vw, 70px);
            }

            .hero-image img {
                min-height: 500px;
            }
        }
        /* =========================
   SERVICES PAGE
========================= */

.services-page {
    padding: 110px 8% 140px;
}

.services-heading {
    max-width: 950px;
    margin-bottom: 100px;
}

.services-heading h1 {
    max-width: 900px;
}

.services-heading p {
    margin-top: 35px;
    max-width: 620px;
    font-size: 17px;
    line-height: 1.7;
}


/* SERVICES GRID */

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(23, 23, 23, 0.22);
}

.service-card {
    padding: 45px 45px 55px 0;
    min-height: 390px;
    border-right: 1px solid rgba(23, 23, 23, 0.22);
}

.service-card:nth-child(2),
.service-card:nth-child(3) {
    padding-left: 45px;
}

.service-card:last-child {
    border-right: none;
}

.service-number {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    color: #9B8766;
    margin-bottom: 55px;
}

.service-card h2 {
    font-size: clamp(30px, 2.4vw, 46px);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-bottom: 30px;
}

.service-card p {
    max-width: 390px;
    font-size: 15px;
    line-height: 1.7;
}


/* SERVICES CTA */

.services-cta {
    background: #171717;
    color: #F7F3EC;
    padding: 120px 8%;
}

.services-cta .eyebrow {
    color: #B8A17A;
}

.services-cta h2 {
    font-size: clamp(45px, 5vw, 82px);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -3px;
}


/* SERVICES MOBILE */

@media (max-width: 850px) {

    .services-page {
        padding: 70px 8% 90px;
    }

    .services-heading {
        margin-bottom: 65px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card,
    .service-card:nth-child(2),
    .service-card:nth-child(3) {
        padding: 40px 0 50px;
        min-height: auto;
        border-right: none;
        border-bottom: 1px solid rgba(23, 23, 23, 0.22);
    }

    .service-number {
        margin-bottom: 30px;
    }

    .services-cta {
        padding: 90px 8%;
    }

    .services-cta h2 {
        letter-spacing: -2px;
    }

}


/* =========================
   WORK PAGE
========================= */

.work-page {
    padding: 110px 8% 150px;
}


/* INTRO */

.work-intro {
    max-width: 950px;
    margin-bottom: 120px;
}

.work-intro h1 {
    max-width: 900px;
}

.work-intro p {
    margin-top: 35px;
    max-width: 610px;
    font-size: 17px;
    line-height: 1.7;
}


/* PROJECTS */

.work-project {
    padding: 70px 0 130px;
    border-top: 1px solid rgba(23, 23, 23, 0.22);
}

.project-heading {
    display: grid;
    grid-template-columns: 100px 1fr;
    margin-bottom: 65px;
}

.project-number {
    font-size: 11px;
    letter-spacing: 2px;
    color: #9B8766;
    padding-top: 10px;
}

.project-heading h2 {
    font-size: clamp(38px, 4vw, 64px);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -2px;
}

.project-heading p {
    margin-top: 14px;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #6E6A64;
}


/* INTERIOR DESIGN — 3 REELS */

.interior-reels {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.reel-item video {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    display: block;
    background: #171717;
}

.reel-info {
    display: flex;
    align-items: baseline;
    gap: 18px;
    margin-top: 18px;
}

.reel-info span {
    font-size: 10px;
    letter-spacing: 2px;
    color: #9B8766;
}

.reel-info p {
    font-size: 13px;
    letter-spacing: 0.3px;
}


/* CRIANSOFT */

.criansoft-project {
    padding-bottom: 60px;
}

.criansoft-work {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 55px;
    max-width: 1100px;
    margin: 0 auto;
}

.game-item video {
    width: 100%;
    display: block;
    object-fit: cover;
    background: #171717;
}

.game-vertical {
    width: 38%;
}

.game-vertical video {
    aspect-ratio: 9 / 16;
}

.game-square {
    width: 52%;
}

.game-square video {
    aspect-ratio: 1 / 1;
}


/* WORK CTA */

.work-cta {
    background: #171717;
    color: #F7F3EC;
    padding: 120px 8%;
}

.work-cta .eyebrow {
    color: #B8A17A;
}

.work-cta h2 {
    font-size: clamp(45px, 5vw, 82px);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -3px;
    max-width: 1000px;
}


/* MOBILE */

@media (max-width: 850px) {

    .work-page {
        padding: 70px 8% 90px;
    }

    .work-intro {
        margin-bottom: 80px;
    }

    .work-project {
        padding: 50px 0 85px;
    }

    .project-heading {
        grid-template-columns: 50px 1fr;
        margin-bottom: 45px;
    }

    .interior-reels {
        grid-template-columns: 1fr;
        gap: 55px;
        max-width: 430px;
    }

    .criansoft-work {
        flex-direction: column;
        gap: 55px;
        align-items: center;
    }

    .game-vertical,
    .game-square {
        width: 100%;
        max-width: 500px;
    }

    .work-cta {
        padding: 90px 8%;
    }

    .work-cta h2 {
        letter-spacing: -2px;
    }
}

/* WORK — FINAL COMPOSITION ADJUSTMENTS */

.work-project {
    padding-top: 60px;
    padding-bottom: 100px;
}

.criansoft-work {
    align-items: center;
    gap: 50px;
}

.game-vertical {
    width: 32%;
    max-width: 360px;
}

.game-square {
    width: 44%;
    max-width: 520px;
}

/* subtle premium interaction */

.reel-item video,
.game-item video {
    transition: transform 0.4s ease;
}

.reel-item video:hover,
.game-item video:hover {
    transform: scale(1.015);
}


/* =========================
   STUDIO PAGE
========================= */

.studio-page {
    padding: 110px 8% 140px;
}


/* INTRO */

.studio-intro {
    max-width: 1050px;
    margin-bottom: 140px;
}

.studio-intro h1 {
    max-width: 900px;
}

.studio-lead {
    margin-top: 40px;
    max-width: 650px;
    font-size: 18px;
    line-height: 1.7;
}


/* PHILOSOPHY */

.studio-philosophy {
    display: grid;
    grid-template-columns: 28% 72%;
    padding: 90px 0 120px;
    border-top: 1px solid rgba(23, 23, 23, 0.22);
}

.studio-label {
    font-size: 11px;
    letter-spacing: 3px;
    color: #9B8766;
    padding-top: 10px;
}

.studio-statement {
    max-width: 850px;
}

.studio-statement h2 {
    font-size: clamp(38px, 4vw, 64px);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -2px;
    margin-bottom: 45px;
}

.studio-statement p {
    max-width: 650px;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 20px;
}


/* VALUES */

.studio-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(23, 23, 23, 0.22);
}

.studio-value {
    min-height: 350px;
    padding: 45px 45px 55px 0;
    border-right: 1px solid rgba(23, 23, 23, 0.22);
}

.studio-value:nth-child(2),
.studio-value:nth-child(3) {
    padding-left: 45px;
}

.studio-value:last-child {
    border-right: none;
}

.studio-value span {
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
    color: #9B8766;
    margin-bottom: 65px;
}

.studio-value h3 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 25px;
}

.studio-value p {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.7;
}


/* STUDIO CTA */

.studio-cta {
    background: #171717;
    color: #F7F3EC;
    padding: 120px 8%;
}

.studio-cta .eyebrow {
    color: #B8A17A;
}

.studio-cta h2 {
    font-size: clamp(45px, 5vw, 82px);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -3px;
    max-width: 900px;
}


/* MOBILE */

@media (max-width: 850px) {

    .studio-page {
        padding: 70px 8% 90px;
    }

    .studio-intro {
        margin-bottom: 90px;
    }

    .studio-lead {
        font-size: 16px;
    }

    .studio-philosophy {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 60px 0 80px;
    }

    .studio-values {
        grid-template-columns: 1fr;
    }

    .studio-value,
    .studio-value:nth-child(2),
    .studio-value:nth-child(3) {
        min-height: auto;
        padding: 45px 0 55px;
        border-right: none;
        border-bottom: 1px solid rgba(23, 23, 23, 0.22);
    }

    .studio-value span {
        margin-bottom: 35px;
    }

    .studio-cta {
        padding: 90px 8%;
    }

    .studio-cta h2 {
        letter-spacing: -2px;
    }
}

/* =========================
   CONTACT PAGE
========================= */

.contact-page {
    padding: 110px 8% 140px;
}


/* INTRO */

.contact-intro {
    max-width: 1000px;
    margin-bottom: 140px;
}

.contact-intro h1 {
    max-width: 900px;
}

.contact-intro p {
    margin-top: 40px;
    max-width: 600px;
    font-size: 17px;
    line-height: 1.7;
}


/* CONTACT AREA */

.contact-area {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 80px;
    padding: 90px 0 40px;
    border-top: 1px solid rgba(23, 23, 23, 0.22);
}

.contact-label {
    font-size: 11px;
    letter-spacing: 3px;
    color: #9B8766;
    margin-bottom: 45px;
}

.contact-info h2 {
    font-size: clamp(36px, 3.5vw, 58px);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.contact-info p {
    max-width: 420px;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 35px;
}

.contact-email {
    display: inline-block;
    color: #171717;
    text-decoration: none;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #B8A17A;
}


/* FORM */

.contact-form {
    width: 100%;
}

.form-field {
    margin-bottom: 42px;
}

.form-field label {
    display: block;
    margin-bottom: 13px;
    font-size: 10px;
    letter-spacing: 2px;
    color: #7C7468;
}

.form-field input,
.form-field textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(23, 23, 23, 0.28);
    border-radius: 0;
    padding: 10px 0 16px;
    color: #171717;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    outline: none;
}

.form-field textarea {
    resize: vertical;
    min-height: 120px;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: #AAA39A;
}

.form-field input:focus,
.form-field textarea:focus {
    border-bottom-color: #B8A17A;
}


/* SEND BUTTON */

.contact-submit {
    margin-top: 10px;
    background: #B8A17A;
    color: white;
    border: none;
    padding: 18px 30px;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    cursor: pointer;
    transition: opacity 0.25s ease;
}

.contact-submit:hover {
    opacity: 0.82;
}


/* FOOTER */

.site-footer {
    background: #171717;
    color: #F7F3EC;
    padding: 65px 8%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: end;
}

.footer-logo {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
}

.footer-text {
    text-align: center;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #B8A17A;
}

.footer-copy {
    text-align: right;
    font-size: 11px;
    color: #A8A39C;
}


/* CONTACT MOBILE */

@media (max-width: 850px) {

    .contact-page {
        padding: 70px 8% 90px;
    }

    .contact-intro {
        margin-bottom: 90px;
    }

    .contact-area {
        grid-template-columns: 1fr;
        gap: 75px;
        padding-top: 60px;
    }

    .contact-info h2 {
        letter-spacing: -1.5px;
    }

    .site-footer {
        grid-template-columns: 1fr;
        gap: 25px;
        align-items: start;
    }

    .footer-text,
    .footer-copy {
        text-align: left;
    }
}

/* CONTACT FORM SUCCESS MESSAGE */

.form-success {
    display: none;
    margin-bottom: 45px;
    padding: 22px 25px;
    border-left: 2px solid #B8A17A;
    background: rgba(184, 161, 122, 0.08);
}

.form-success strong {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
}

.form-success span {
    font-size: 13px;
    color: #6E6A64;
}

.form-success.show {
    display: block;
}