
        :root {
            --primary-color: #000000;
            --secondary-color: #ffffff;
            --accent-color: #555555;
            --overlay-color: rgba(0, 0, 0, 0.7);
        }
        
        body {
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            color: var(--primary-color);
            background-color: var(--secondary-color);
            overflow-x: hidden;
            line-height: 1.6;
        }
        
        h1, h2, h3, h4, h5, h6,
        .hero-title, .hero-subtitle,
        .section-title, .navbar-brand {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            line-height: 1.3;
        }
        
        .navbar {
            background-color: var(--secondary-color) !important;
            border-bottom: 1px solid rgba(0,0,0,0.1);
            transition: all 0.4s ease;
        }
        
        .navbar.scrolled {
            background-color: rgba(255,255,255,0.95) !important;
            box-shadow: 0 2px 20px rgba(0,0,0,0.1);
        }
        
        .navbar-brand {
            font-weight: 900;
            font-size: 1.8rem;
            letter-spacing: 2px;
        }
        
        .nav-link {
            color: var(--primary-color) !important;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            margin: 0 10px;
            position: relative;
        }
        
        .nav-link:after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: var(--primary-color);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        .nav-link:hover:after {
            width: 100%;
        }
        
        /* Hero Section with Parallax Effect */
        .hero-section {
            height: 100vh;
            background: linear-gradient(var(--overlay-color), var(--overlay-color)), url("./img/111.webp");
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            color: var(--secondary-color);
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
        }
        
        
        .hero-content {
            z-index: 2;
        }
        
        .hero-title {
            font-size: 5rem;
            font-weight: 900;
            letter-spacing: 2px;
            margin-bottom: 1rem;
            text-shadow: 0 2px 10px rgba(0,0,0,0.3);
            opacity: 0;
            transform: translateY(30px);
            transition: all 1s ease;
        }
        
        .hero-subtitle {
            font-size: 1.5rem;
            letter-spacing: 1px;
            margin-bottom: 2rem;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            text-shadow: 0 2px 5px rgba(0,0,0,0.3);
            opacity: 0;
            transform: translateY(30px);
            transition: all 1s ease 0.3s;
        }
        
        .hero-btn {
            opacity: 0;
            transform: translateY(30px);
            transition: all 1s ease 0.6s;
        }
        
        .hero-bg-text {
            position: absolute;
            font-size: 20vw;
            font-weight: 900;
            color: rgba(255,255,255,0.03);
            z-index: 1;
            user-select: none;
            white-space: nowrap;
            animation: slide 30s linear infinite;
            font-family: 'Playfair Display', serif;
            pointer-events: none;
        }
        
        @keyframes slide {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        
        .section-title {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 3rem;
            position: relative;
            display: inline-block;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            width: 50%;
            height: 3px;
            bottom: -10px;
            left: 0;
            background-color: var(--primary-color);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.8s ease;
        }
        
        .animate-on-scroll .section-title:after {
            transform: scaleX(1);
        }
        
        /* Category Section with Floating Cards */
        .category-section {
            padding: 100px 0;
            position: relative;
        }
        
        .category-card {
            border: none;
            padding: 2.5rem;
            height: 100%;
            transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            background-color: var(--secondary-color);
            position: relative;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            z-index: 1;
        }
        
        .category-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, transparent 100%);
            z-index: -1;
            opacity: 0;
            transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        }
        
        .category-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .category-card:hover:before {
            opacity: 1;
        }
        
        .category-card h3 {
            font-weight: 700;
            margin-bottom: 1.5rem;
            position: relative;
            display: inline-block;
        }
        
        .category-card h3:after {
            content: '';
            position: absolute;
            width: 40px;
            height: 2px;
            bottom: -8px;
            left: 0;
            background-color: var(--primary-color);
            transition: width 0.4s ease;
        }
        
        .category-card:hover h3:after {
            width: 80px;
        }
        
        /* Product Sections with Image Hover Effects */
        .product-section {
            padding: 100px 0;
            position: relative;
        }
        
        .product-section.bg-dark {
            background: linear-gradient(var(--overlay-color), var(--overlay-color)), 
                        url('https://images.unsplash.com/photo-1492707892479-7bc8d5a4ee93?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1965&q=80');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            color: var(--secondary-color);
        }
        
        .product-section.bg-dark .section-title:after {
            background-color: var(--secondary-color);
        }
        
        .product-card {
            border: none;
            margin-bottom: 2rem;
            transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            background-color: var(--secondary-color);
            overflow: hidden;
            position: relative;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }
        
        .product-card img {
            width: 100%;
            height: 350px;
            object-fit: cover;
            transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
        }
        
        .product-card:hover img {
            transform: scale(1.05);
        }
        
        .product-card-body {
            padding: 2rem;
        }
        
        .product-card-body h4 {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            margin-bottom: 0.5rem;
            transition: all 0.4s ease;
        }
        
        .product-card:hover .product-card-body h4 {
            color: var(--accent-color);
        }
        
        /* Mission Section with Diagonal Cut */
        .mission-section {
            padding: 150px 0;
            position: relative;
            background: linear-gradient(var(--overlay-color), var(--overlay-color)), 
                        url('https://images.unsplash.com/photo-1441986300917-64674bd600d8?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            color: var(--secondary-color);
            clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
        }
        
        .mission-section .section-title:after {
            background-color: var(--secondary-color);
        }
        
        /* Contact Section */
        .contact-section {
            padding: 100px 0;
        }
        
        .contact-info {
            margin-bottom: 2rem;
        }
        
        .contact-info i {
            margin-right: 10px;
            font-size: 1.2rem;
            width: 25px;
            text-align: center;
        }
        
        .social-links a {
            color: var(--primary-color);
            font-size: 1.5rem;
            margin-right: 15px;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            display: inline-block;
        }
        
        .social-links a:hover {
            color: var(--accent-color);
            transform: translateY(-5px);
        }
        
        /* Footer */
        footer {
            background-color: var(--primary-color);
            color: var(--secondary-color);
            padding: 100px 0 30px;
            clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
            margin-top: -50px;
        }
        
        .footer-logo {
            font-size: 2rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            font-family: 'Playfair Display', serif;
        }
        
        footer h5 {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            margin-bottom: 1.5rem;
            position: relative;
            display: inline-block;
        }
        
        footer h5:after {
            content: '';
            position: absolute;
            width: 40px;
            height: 2px;
            bottom: -8px;
            left: 0;
            background-color: var(--secondary-color);
        }
        
        footer a {
            font-family: 'Montserrat', sans-serif;
            color: rgba(255,255,255,0.7);
            transition: all 0.3s ease;
            text-decoration: none;
        }
        
        footer a:hover {
            color: var(--secondary-color);
            padding-left: 5px;
        }
        
        /* Animations */
        .animate-on-scroll {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
        }
        
        .animate-on-scroll.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        .floating {
            animation: floating 6s ease-in-out infinite;
        }
        
        @keyframes floating {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-15px); }
            100% { transform: translateY(0px); }
        }
        
        .pulse {
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        
        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .hero-title {
                font-size: 4rem;
            }
            
            .mission-section {
                clip-path: none;
                padding: 100px 0;
            }
            
            footer {
                clip-path: none;
                margin-top: 0;
            }
        }
        
        @media (max-width: 768px) {
            .hero-title {
                font-size: 3rem;
            }
            
            .hero-subtitle {
                font-size: 1.2rem;
            }
            
            .section-title {
                font-size: 2.5rem;
            }
            
            .product-card img {
                height: 250px;
            }
        }
