/* responsive.css - Mobile first adjustments */

@media (max-width: 1199px) {
    .megamenu {
        min-width: 760px;
    }

    .solutions-layout {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .solution-feature:nth-child(1),
    .solution-feature:nth-child(2) {
        grid-column: span 3;
    }

    .solution-feature:nth-child(3),
    .solution-feature:nth-child(4),
    .solution-feature:nth-child(5) {
        grid-column: span 2;
    }
}

@media (max-width: 991px) {
    .section-block {
        padding: 4.2rem 0;
    }

    .navbar-custom {
        padding: 0.75rem 0;
    }

    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 22px;
        background: rgba(4, 26, 20, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.07);
        box-shadow: var(--shadow-sm);
    }

    .dropdown-menu, .megamenu {
        min-width: 100%;
        margin-top: 0.5rem;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .menu-group {
        padding: 0.7rem 0.2rem;
        background: transparent;
        border: 0;
    }

    .hero-section,
    .page-hero {
        padding-top: 7.2rem;
    }

    .hero-stage {
        min-height: 520px;
        margin-top: 0.6rem;
    }

    .panel-primary {
        inset: 4rem 0 6rem;
    }

    .panel-primary h2 {
        font-size: 1.8rem;
    }

    .split-heading {
        display: block;
    }

    .split-heading > p {
        margin-top: 1rem;
        max-width: 100%;
    }

    .founder-card,
    .profile-hero-grid,
    .footer-shell,
    .contact-hero-grid {
        grid-template-columns: 1fr;
    }

    .founder-badge {
        margin: 0 auto;
    }

    .aivra-meaning-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer-side-grid {
        grid-template-columns: 1fr;
    }

    .footer-contact-grid,
    .footer-social-strip {
        grid-template-columns: 1fr 1fr;
    }

    .contact-trust-band {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .contact-channel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .section-block {
        padding: 3.4rem 0;
    }

    .hero-title {
        max-width: none !important;
        font-size: clamp(2.35rem, 11vw, 4.1rem);
    }

    .hero-copy,
    .page-hero-copy,
    .section-heading p,
    .cta-shell p {
        font-size: 0.98rem;
    }

    .hero-stage {
        min-height: auto;
        display: grid;
        gap: 0.9rem;
    }

    .stage-orbit {
        display: none;
    }

    .stage-panel,
    .panel-primary,
    .panel-floating-top,
    .panel-floating-bottom {
        position: relative;
        inset: auto;
        width: 100%;
        animation: none;
    }

    .panel-primary {
        padding: 1.35rem;
    }

    .panel-primary h2 {
        font-size: 1.5rem;
    }

    .signal-band-inner,
    .founder-card,
    .cta-shell,
    .identity-card,
    .service-card,
    .info-card,
    .project-card,
    .pain-card,
    .process-card,
    .timeline-card,
    .contact-box {
        border-radius: 20px;
    }

    .solutions-layout,
    .metric-strip,
    .aivra-meaning-grid,
    .aivra-footer-grid {
        grid-template-columns: 1fr;
    }

    .contact-checklist,
    .contact-trust-band,
    .contact-channel-grid,
    .footer-contact-grid,
    .footer-social-strip {
        grid-template-columns: 1fr;
    }

    .footer-shell {
        padding: 0.75rem;
        border-radius: 24px;
    }

    .footer-brand-panel,
    .footer-panel {
        padding: 1.2rem;
        border-radius: 20px;
    }

    .footer-bottom-bar {
        flex-direction: column;
        text-align: center;
    }

    .footer-contact-grid,
    .footer-social-strip,
    .aivra-footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-contact-static {
        grid-column: span 1;
    }

    .solution-feature:nth-child(1),
    .solution-feature:nth-child(2),
    .solution-feature:nth-child(3),
    .solution-feature:nth-child(4),
    .solution-feature:nth-child(5) {
        grid-column: span 1;
        min-height: auto;
    }

    .cta-shell {
        padding: 2.1rem 1.15rem;
    }

    .cta-shell h2,
    .section-heading h2,
    .founder-copy h2 {
        font-size: clamp(1.85rem, 8vw, 2.9rem);
    }

    .timi-container {
        width: calc(100% - 32px);
        right: 16px;
        bottom: 84px;
    }

    .timi-fab {
        right: 16px;
        bottom: 16px;
    }
}
