/* CRITICAL FIX FOR HORIZONTAL SCROLLING ON MOBILE */
    html, body {
        max-width: 100vw;
        overflow-x: hidden !important;
        background-color: #F4EFE6;
        color: #1A0F0A;
    }

    body.modal-open { overflow: hidden; height: 100vh; }

    .noise {
        position: fixed;
        top: 0; left: 0; width: 100vw; height: 100vh;
        pointer-events: none;
        z-index: 50;
        opacity: 0.03;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    }

    .brutal-card {
        border: 3px solid #1A0F0A;
        background: white;
        box-shadow: 6px 6px 0px 0px #1A0F0A;
        transition: all 0.2s ease-out;
    }
    .brutal-card:hover {
        transform: translate(-4px, -4px);
        box-shadow: 10px 10px 0px 0px #1A0F0A;
    }
    
    .brutal-btn {
        border: 3px solid #1A0F0A;
        box-shadow: 4px 4px 0px 0px #1A0F0A;
        transition: all 0.2s ease-out;
        text-transform: uppercase;
        font-weight: 800;
    }
    .brutal-btn:hover {
        transform: translate(-2px, -2px);
        box-shadow: 6px 6px 0px 0px #1A0F0A;
    }

    .brutal-input {
        border: 3px solid #1A0F0A;
        background: #F4EFE6;
        box-shadow: 4px 4px 0px 0px #1A0F0A;
        transition: all 0.2s ease-out;
    }
    .brutal-input:focus {
        outline: none;
        background: white;
        box-shadow: 6px 6px 0px 0px #FF4A1C;
        transform: translate(-2px, -2px);
    }

    .btn-slide {
        position: relative;
        overflow: hidden;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        font-weight: 900;
        cursor: pointer;
        transition: all 0.1s ease;
    }
    .btn-slide::before {
        content: '';
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: -1;
    }
    .btn-slide:hover::before, .btn-slide.force-hover::before { transform: scaleX(1); }
    
    .slide-whatsapp { border: 3px solid #1A0F0A; background: white; color: #1A0F0A; box-shadow: 4px 4px 0px 0px #1A0F0A; }
    .slide-whatsapp::before { background: #25D366; }
    .slide-whatsapp:hover, .slide-whatsapp.force-hover { color: white; border-color: #1A0F0A; transform: translate(-2px, -2px); box-shadow: 6px 6px 0px 0px #1A0F0A;}

    .slide-dark { border: 3px solid #1A0F0A; background: white; color: #1A0F0A; box-shadow: 4px 4px 0px 0px #1A0F0A; }
    .slide-dark::before { background: #1A0F0A; }
    .slide-dark:hover, .slide-dark.force-hover { color: white; transform: translate(-2px, -2px); box-shadow: 6px 6px 0px 0px #1A0F0A;}

    .slide-saffron { border: 3px solid #1A0F0A; background: white; color: #1A0F0A; box-shadow: 4px 4px 0px 0px #1A0F0A;}
    .slide-saffron::before { background: #FF4A1C; }
    .slide-saffron:hover, .slide-saffron.force-hover { color: white; transform: translate(-2px, -2px); box-shadow: 6px 6px 0px 0px #1A0F0A;}

    .slide-turmeric { border: 3px solid #1A0F0A; background: white; color: #1A0F0A; box-shadow: 4px 4px 0px 0px #1A0F0A;}
    .slide-turmeric::before { background: #FFC800; }
    .slide-turmeric:hover, .slide-turmeric.force-hover { color: #1A0F0A; transform: translate(-2px, -2px); box-shadow: 6px 6px 0px 0px #1A0F0A;}

    .slide-paper { border: 2px solid #1A0F0A; background: white; color: #1A0F0A; }
    .slide-paper::before { background: #F4EFE6; }
    .slide-paper:hover { color: #1A0F0A; }

    .card-slide {
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    .card-slide::after {
        content: '';
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        transform: translateY(100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: -1;
    }
    .card-slide:nth-child(4n+1)::after { background: #FFC800; } 
    .card-slide:nth-child(4n+2)::after { background: #C6F822; } 
    .card-slide:nth-child(4n+3)::after { background: #FFD2C4; } 
    .card-slide:nth-child(4n+4)::after { background: #Bbf7d0; } 
    
    .card-slide:hover::after { transform: translateY(0); }
    .card-slide > * { position: relative; z-index: 2; transition: color 0.3s ease; }

    details > summary { list-style: none; }
    details > summary::-webkit-details-marker { display: none; }

    .page-section { display: none; animation: fadeIn 0.4s ease-out forwards; }
    .page-section.active { display: block; }
    @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

    .marquee-track { display: flex; width: 200%; }
    
    /* Utility to strictly hide scrollbars but allow scrolling */
    .hide-scrollbar::-webkit-scrollbar { display: none; }
    .hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
    
    /* Visually Hidden Text for SEO/Screen Readers */
    .sr-only {
        position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0;
    }
    
    /* Cursor Blinking Effect for Typing Animation */
    #anim-text-1::after, #anim-text-2::after {
        content: '|';
        animation: blink 1s step-end infinite;
    }
    @keyframes blink { 50% { opacity: 0; } }

/* Page-specific helpers carried over from product templates */
.group\/btn:hover .group-hover\/btn\:bg-white { background-color: white !important; }
