/* Responsive Styles */

@media (max-width: 1024px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .section-title {
        font-size: 2.25rem;
    }
}

@media (max-width: 768px) {
    .hero-header {
        top: 80px;
    }

    .hero-tagline {
        font-size: 0.75rem;
        padding: 6px 16px;
    }

    .hero-header-title {
        font-size: 1.1rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .section-title {
        font-size: 2rem;
    }

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

    #site-navigation {
        display: none;
    }

    .custom-logo-wrapper img {
        height: 45px;
    }

    .site-logo .site-name-top {
        font-size: 1.1rem;
        letter-spacing: 5px;
    }

    .site-logo .site-name-bottom {
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    .header-cta {
        display: none;
    }

    .header-inner {
        padding: 15px 0;
    }
    
    .services-grid,
    .projects-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-info {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-header {
        top: 70px;
    }

    .hero-tagline {
        font-size: 0.7rem;
        padding: 5px 12px;
        letter-spacing: 1px;
    }

    .hero-header-title {
        font-size: 0.95rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.5rem; }

    .btn {
        padding: 14px 24px;
        font-size: 0.9rem;
    }

    .service-content,
    .testimonial-card {
        padding: 30px 20px;
    }

    .custom-logo-wrapper img {
        height: 35px;
    }

    .site-logo .site-name-top {
        font-size: 0.9rem;
        letter-spacing: 3px;
    }

    .site-logo .site-name-bottom {
        font-size: 0.65rem;
        letter-spacing: 0.3px;
    }

    .site-branding {
        gap: 6px;
    }

    .header-inner {
        padding: 10px 0;
    }
}
