
        .dch-hero-title {
            font-family: 'Oswald', sans-serif;
            font-size: clamp(2.8rem, 7vw, 5rem) !important;
            font-weight: 800 !important;
            letter-spacing: -.02em !important;
            line-height: 1.05 !important;
            margin: 0 0 1.25rem !important;
            /* Gradient-sweep — legibel og fargerik samtidig */
            background: linear-gradient(90deg, #00b4d8 0%, #7c3aed 50%, #ec4899 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            -webkit-text-fill-color: transparent;
        }
        /* Lys modus: dypere toner for kontrast mot lys bakgrunn */
        [data-theme="light"] .dch-hero-title {
            background: linear-gradient(90deg, #0369a1 0%, #6d28d9 50%, #be185d 100%);
            -webkit-background-clip: text;
            background-clip: text;
        }
    
