@media (max-width: 1100px) {
    .home-slide-grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
        min-height: 600px;
    }

    .home-slide-copy h1 {
        font-size: clamp(2.35rem, 5.2vw, 4.3rem);
    }
}

@media (max-width: 900px) {
    .header-inner {
        align-items: flex-start;
        padding: 14px 0;
    }

    .menu-toggle {
        display: inline-flex;
        margin-top: 14px;
    }

    .site-nav {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        padding: 14px 0 0;
    }

    .site-nav.open {
        display: flex;
    }

    .header-inner {
        flex-wrap: wrap;
    }

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

    .hero-grid,
    .home-slide-grid,
    .split-layout,
    .service-panels,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .home-slide-grid {
        min-height: auto;
        padding-top: 48px;
        padding-bottom: 88px;
        text-align: center;
    }

    .home-slide-copy,
    .home-slide-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .home-slide-copy .hero-actions {
        justify-content: center;
    }

    .home-slide-media img {
        max-height: 430px;
    }

    .hero-visual {
        min-height: 360px;
    }

    .commerce-device {
        min-height: 360px;
    }

    .benefits-grid,
    .process-grid,
    .feature-grid-wide,
    .comparison-grid,
    .five-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .container {
        width: min(100% - 24px, var(--container));
    }

    .brand img {
        width: 64px;
    }

    .page-hero {
        padding: 34px 0;
    }

    .hero-home,
    .section,
    .final-cta {
        padding: 42px 0;
    }

    .feature-grid,
    .benefits-grid,
    .process-grid,
    .feature-grid-wide,
    .comparison-grid,
    .five-steps,
    .mini-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .home-slide-grid {
        gap: 18px;
        padding-top: 34px;
        padding-bottom: 84px;
    }

    .home-slide-copy h1 {
        font-size: clamp(2.15rem, 12vw, 3.5rem);
        line-height: 1.02;
    }

    .home-slide-copy p {
        font-size: 1rem;
    }

    .home-slide-media img {
        max-height: 310px;
    }

    .home-slider-controls {
        bottom: 18px;
        gap: 9px;
    }

    .slider-arrow {
        width: 40px;
        height: 40px;
    }

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

    .hero-actions .button {
        width: 100%;
    }

    .hero-visual {
        min-height: 300px;
    }

    .commerce-device {
        min-height: 300px;
        border-radius: 18px;
    }

    .metric-card,
    .metric-card.accent {
        font-size: 0.86rem;
    }
}
