        body {
            font-family: 'Clash Display';
        }

        @font-face {
            font-family: 'PP Editorial New';
            src: url('fonts/PPEditorialNew-UltraboldItalic.woff2') format('woff2'),
                url('fonts/PPEditorialNew-UltraboldItalic.woff') format('woff');
            font-weight: bold;
            font-style: italic;
            font-display: swap;
        }

        @font-face {
            font-family: 'PP Editorial New';
            src: url('fonts/PPEditorialNew-Italic.woff2') format('woff2'),
                url('fonts/PPEditorialNew-Italic.woff') format('woff');
            font-weight: normal;
            font-style: italic;
            font-display: swap;
        }

        @font-face {
            font-family: 'PP Editorial New';
            src: url('fonts/PPEditorialNew-Regular.woff2') format('woff2'),
                url('fonts/PPEditorialNew-Regular.woff') format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Clash Display';
            src: url('fonts/ClashDisplay-Medium.woff2') format('woff2'),
                url('fonts/ClashDisplay-Medium.woff') format('woff');
            font-weight: 500;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Clash Display';
            src: url('fonts/ClashDisplay-Semibold.woff2') format('woff2'),
                url('fonts/ClashDisplay-Semibold.woff') format('woff');
            font-weight: 600;
            font-style: normal;
            font-display: swap;
        }


        .awrds-section img {
            width: 130px;
            filter: grayscale(0.3);
            transition: .4s ease;
        }

        .awrds-section img:hover {
            filter: none;
            transform: scale(1.05);
        }

        .awrds-section img {
            margin: auto;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            overflow-x: hidden;
        }

        body {
            overflow-x: hidden;
        }

        html.lenis {
            height: auto;
        }

        .lenis.lenis-smooth {
            scroll-behavior: auto;
        }

        .lenis.lenis-smooth [data-lenis-prevent] {
            overscroll-behavior: contain;
        }

        .lenis.lenis-stopped {
            overflow: hidden;
        }

        .max-wide {
            max-width: 1280px;
            margin-left: auto;
            margin-right: auto;
        }

        .glass {
            background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(6px);
        }

        .fade-section {
            opacity: 0;
            transform: translateY(40px);
            transition: all 0.9s ease;
        }

        .fade-section.is-visible {
            opacity: 1;
            transform: translateY(0);
        }

        .founder-img {
            position: absolute;
            top: 0;
            right: -20px;
            z-index: 99;
        }

        .inline-input {
            border: none;
            border-bottom: 2px solid rgba(57, 57, 57, 0.2);
            background: transparent;
            outline: none;
            padding: 8px 12px 0;
            /* margin: 0 8px; */
            font-size: 1em;
            min-width: 120px;
            /* font-family: 'Cormorant Garamond', serif; */
            font-style: italic;
            transition: all 0.3s ease;
            display: inline-block;
            font-size: 1rem;
        }

        .inline-input::placeholder {
            color: rgba(0, 0, 0, 0.35);
            font-style: italic;
        }

        .inline-input:focus {
            border-bottom-color: #393939;
            border-bottom-width: 2px;
        }

        /* Enhanced Founders Section */
        #founders {
            position: relative;
            /*min-height: 100vh;*/
        }

        /*.founder-image-left,*/
        /*.founder-image-right {*/
        /*    position: absolute;*/
        /*    width: 320px;*/
        /*    opacity: 0;*/
        /*}*/

        /*.founder-image-left {*/
        /*    left: -35px;*/
        /*    top: 0;*/
        /*}*/

        /*.founder-image-right {*/
        /*    right: -35px;*/
        /*    bottom: 20%;*/
        /*}*/

        .founder-image-left img,
        .founder-image-right img {
            width: 100%;
            height: auto;
            object-fit: cover;
            filter: grayscale(100%);
            transition: filter 0.6s ease;
        }

        .founder-image-left:hover img,
        .founder-image-right:hover img {
            filter: grayscale(0%);
        }

        /* Contact Section Enhancement */
        #contact {
            /* background: linear-gradient(135deg, #f5ebe0 0%, #ede0d4 100%); */
            background: #f5ebe0a6;
            /* padding: 120px 0; */
        }

        /* Character Split Animation */
        .char-split {
            display: inline-block;
            overflow: hidden;
        }

        .char {
            display: inline-block;
            opacity: 0;
            transform: translateY(100%);
        }

        /* Portfolio Image Animation */
        .portfolio-item {
            opacity: 0;
            transform: translateY(60px);
        }

        .portfolio-item.animate {
            opacity: 1;
            transform: translateY(0);
            transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .contact-form-wrapper {
            /* max-width: 900px; */
            margin: 0 auto;
        }

        /* .form-line {
            margin-bottom: 48px;
            line-height: 2.2;
        } */

        .form-label {
            display: block;
            font-size: 11px;
            letter-spacing: 0.15em;
            text-transform: uppercase;
            color: #999;
            margin: 2rem 0 .5rem;
            font-family: 'Inter', sans-serif;
        }

        /* Studio Info Section */
        .studio-info-section {
            position: relative;
            overflow: hidden;
            background: #fafafa;
        }

        .studio-info-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
            min-height: 80vh;
        }

        .studio-image-wrapper {
            position: relative;
            height: auto;
            overflow: hidden;
        }

        .studio-image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: grayscale(100%);
            transition: all 0.8s ease;
        }

        .studio-image-wrapper:hover img {
            filter: grayscale(0%);
            transform: scale(1.05);
        }

        .studio-text-content {
            padding: 60px 0;
        }

        header.scrolled {
            background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(6px);
            padding: .8rem 0 !IMPORTANT;
        }

        header {
            transition: .4s ease;
        }

        .testimonial-card {
            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
        }

        .testimonial-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
            background: #ffffff;
        }

        .quote-mark {
            opacity: 0;
            transform: scale(0.8);
            transition: all 0.5s ease;
        }

        .testimonial-card:hover .quote-mark {
            opacity: 0.06;
            transform: scale(1);
        }

        .fade-in {
            animation: fadeIn 1s ease-in;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .stagger-1 {
            animation-delay: 0.1s;
        }

        .stagger-2 {
            animation-delay: 0.2s;
        }

        .stagger-3 {
            animation-delay: 0.3s;
        }

        .image-container {
            position: relative;
            overflow: hidden;
        }

        .image-container img {
            transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .image-container:hover img {
            transform: scale(1.05);
        }

        .fade-up {
            animation: fadeUp 0.8s ease-out;
        }

        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .grid-image {
            transition: all 0.4s ease;
            filter: grayscale(20%);
        }

        .grid-image:hover {
            filter: grayscale(0%);
            transform: translateY(-4px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

        @media (max-width: 768px) {

            .founder-image-left,
            .founder-image-right {
                width: 200px;
            }

            .inline-input {
                min-width: 150px;
                font-size: 0.9em;
            }

            .studio-info-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .studio-image-wrapper {
                height: 400px;
            }
        }

       
        /*// Replace with proper CSS (add to your <style> section):*/

        .instagram-scroll-container {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .instagram-scroll-track {
            will-change: transform;
        }

        .instagram-item {
            width: 280px;
        }

        .instagram-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        @media (min-width: 768px) {
            .instagram-item {
                width: 320px;
            }
        }

        .swiper-button-next,
        .swiper-button-prev {
            color: #1a1a1a;
            width: 50px;
            height: 50px;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .swiper-button-next:after,
        .swiper-button-prev:after {
            font-size: 20px;
        }

        .swiper-button-next:hover,
        .swiper-button-prev:hover {
            background: #1a1a1a;
            color: white;
            border-color: #1a1a1a;
        }

        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: #1a1a1a;
            opacity: 0.3;
            transition: all 0.3s ease;
        }

        .swiper-pagination-bullet-active {
            opacity: 1;
            width: 30px;
            border-radius: 6px;
        }

        .testimonial-image img {
            transition: transform 0.6s ease;
        }

        .swiper-slide-active .testimonial-image img {
            transform: scale(1.02);
        }

        .swiper-pagination {
            text-align: right !important;
            left: auto ! IMPORTANT;
            right: 0 !important;
        }








           header.scrolled {
            background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(6px);
            padding: .8rem 0 !IMPORTANT;
        }

        header {
            transition: .4s ease;
        }

              
        
        .swiper-pagination {
            text-align: right !important;
            left: auto ! IMPORTANT;
            right: 0 !important;
        }


      
        .hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, rgb(255 255 255 / 85%), rgb(255 255 255 / 0%));
        }

        .hero-content {
            position: relative;
            z-index: 10;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
        }

         /* About Css Page  */
        .parallax-hero {
            height: 100vh;
            position: relative;
            overflow: hidden;
        }

        .parallax-hero img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 120%;
            object-fit: cover;
            filter: grayscale(30%);
        }

        .hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, rgb(255 255 255 / 85%), rgb(255 255 255 / 0%));
        }

        .hero-content {
            position: relative;
            z-index: 10;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
        }

        /* =================================== */

        