/* Symtax Global responsive bundle — auto-generated. Do not edit. */

/* ---- css/tokens.css ---- */
/**
 * Design tokens — mirrored in styles.css :root.
 * Kept for documentation; bundled into responsive.css.
 */
:root {
    --bp-desktop: 1024px;
    --space-page: clamp(1rem, 4vw, 2rem);
    --space-section: clamp(3rem, 8vw, 8rem);
    --header-h: 56px;
    --header-h-desktop: 80px;
    --touch-min: 44px;
    --text-hero: clamp(2rem, 6vw + 0.5rem, 5.5rem);
    --text-h1: clamp(1.75rem, 4vw + 0.5rem, 3.5rem);
    --text-body: clamp(1rem, 0.25vw + 0.95rem, 1.125rem);
}


/* ---- css/utilities.css ---- */
/* Symtax Global — responsive utility classes (Phase 6) */

/* Stack layout */
.stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.stack-sm { gap: 0.5rem; }
.stack-lg { gap: 1.5rem; }

/* Auto-fit grid — mobile-first */
.grid-auto {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: 1.5rem;
}

.grid-auto-sm {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
    gap: 1rem;
}

/* Visibility */
.hide-mobile {
    display: none !important;
}

.hide-desktop {
    display: revert;
}

@media (min-width: 768px) {
    .hide-mobile {
        display: revert !important;
    }

    .hide-desktop {
        display: none !important;
    }
}

/* Horizontal scroll container (tabs, chips) */
.scroll-x {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0.75rem;
    padding-bottom: 0.25rem;
}

.scroll-x::-webkit-scrollbar {
    display: none;
}

/* Text */
.text-balance {
    text-wrap: balance;
}

.text-pretty {
    text-wrap: pretty;
}

.break-words {
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Touch-friendly tap targets */
.tap-target {
    min-height: var(--touch-min);
    min-width: var(--touch-min);
}

/* Full-width on small screens */
@media (max-width: 767px) {
    .w-full-mobile {
        width: 100% !important;
        max-width: 100% !important;
    }

    .btn-full-mobile {
        width: 100%;
        justify-content: center;
    }
}

/* Prevent overflow from media */
.media-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}


/* ---- css/site-responsive.css ---- */
/**
 * Symtax Global — responsive layer (max-width: 1023px)
 * Single breakpoint. No header rules (those live mobile-first in styles.css).
 */

@media (max-width: 1023px) {
    /* ─── Global ─── */
    html {
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    img,
    video,
    svg,
    iframe {
        max-width: 100%;
        height: auto;
    }

    .container {
        padding-left: var(--space-page);
        padding-right: var(--space-page);
    }

    body.nav-mobile-open {
        overflow: hidden;
    }

    body.nav-mobile-open .sg-sticky-cta,
    body.nav-mobile-open .sg-whatsapp,
    body.nav-mobile-open .sg-back-to-top {
        display: none !important;
    }

    /* ─── Hero (homepage) ─── */
    .hero-container {
        min-height: auto;
        padding: 0.75rem var(--space-page) 2.5rem;
        overflow: visible;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        width: 100%;
    }

    .hero-left {
        order: 1;
        width: 100%;
        max-width: 100%;
    }

    .hero-right {
        order: 2;
        max-width: 100%;
    }

    .hero-badge {
        display: none;
    }

    .title-line {
        font-size: var(--text-hero);
        line-height: 1.12;
        overflow-wrap: anywhere;
    }

    .hero-pitch,
    .hero-description {
        font-size: var(--text-body);
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .hero-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
        padding: 0.5rem 0;
        width: 100%;
    }

    .stat-divider {
        display: none;
    }

    .stat-item {
        align-items: center;
        text-align: center;
    }

    .stat-value {
        font-size: 1.125rem;
    }

    .stat-label {
        font-size: 0.625rem;
        letter-spacing: 0.04em;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .hero-buttons .btn {
        width: 100%;
        justify-content: center;
    }

    /* ─── Section grids (collapse to 1 col) ─── */
    .statistics-section,
    .engagement-grid,
    .insights-grid,
    .industries-grid,
    .web-dev-services-grid-premium,
    .why-choose-grid-premium,
    .tech-grid,
    .how-we-work-grid,
    .testimonials-grid,
    .pricing-guide-grid,
    .why-symtax-grid,
    .footer-main,
    .blog-related-posts-grid,
    .case-studies-grid {
        grid-template-columns: 1fr !important;
    }

    .industries-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .statistics-section {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* ─── Section spacing ─── */
    .services-section,
    .tech-stack-section,
    .engagement-model-section,
    .industries-section,
    .insights-section,
    .contact-stats-section,
    [class*="-section"] {
        min-height: auto !important;
        padding-left: var(--space-page);
        padding-right: var(--space-page);
    }

    .services-section {
        min-height: auto !important;
    }

    .services-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .services-sticky {
        position: relative !important;
        height: auto;
        min-height: 0;
        padding: 0;
    }

    .services-sticky::before {
        display: none;
    }

    .service-main,
    .service-main.active,
    .service-main:not(.active) {
        position: relative !important;
        inset: auto !important;
        opacity: 1 !important;
        transform: none !important;
        pointer-events: auto !important;
        display: flex !important;
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid var(--border-color);
    }

    .service-main:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .service-group {
        min-height: auto !important;
    }

    .service-title,
    .section-title {
        font-size: var(--text-h1);
    }

    /* ─── Tech stack tabs ─── */
    .tech-stack-tabs {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .tech-stack-tabs::-webkit-scrollbar {
        display: none;
    }

    .tech-tab {
        flex-shrink: 0;
        white-space: nowrap;
    }

    .tech-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* ─── Service page heroes ─── */
    .web-dev-hero,
    .service-hero,
    .page-hero,
    .about-hero-section,
    .consultation-hero-section {
        min-height: auto !important;
        padding-top: 1rem !important;
    }

    .web-dev-visualization-premium {
        height: auto !important;
        min-height: 260px;
        max-height: 340px;
    }

    .process-step-premium {
        flex-direction: column;
    }

    .process-connector {
        display: none;
    }

    .cta-banner-buttons {
        flex-direction: column;
        width: 100%;
    }

    .cta-banner-btn-premium,
    .cta-banner-btn-secondary {
        width: 100%;
        justify-content: center;
    }

    /* ─── Contact & forms ─── */
    .contact-section {
        grid-template-columns: 1fr !important;
    }

    .form-row {
        grid-template-columns: 1fr !important;
    }

    .form-input,
    .form-select,
    .form-textarea,
    textarea {
        font-size: 16px !important;
    }

    .form-submit-btn {
        width: 100%;
    }

    /* ─── Footer ─── */
    .footer-main {
        gap: 2rem;
    }

    .footer-branding {
        grid-column: auto;
    }

    .footer-cta-btn {
        width: 100%;
        justify-content: center;
    }

    /* ─── Decorative noise off on small screens ─── */
    .vertical-lines,
    [class*="-vertical-lines"],
    .services-vertical-lines,
    .footer-badge {
        display: none;
    }

    /* ─── Legal pages ─── */
    .legal-content {
        max-width: 800px;
        margin: calc(var(--header-h) + 1.5rem) auto 3rem;
        padding: 0 var(--space-page);
        line-height: 1.8;
        color: var(--text-secondary);
    }

    .legal-content h1 {
        color: var(--text-primary);
        font-size: var(--text-h1);
        margin-bottom: 1rem;
    }

    .legal-content h2 {
        color: var(--text-primary);
        font-size: var(--text-h2, 1.35rem);
        margin: 1.5rem 0 0.75rem;
    }

    .legal-content a {
        color: var(--accent-cyan);
    }

    .page-404 {
        padding-top: var(--header-h);
    }
}

@media (max-width: 479px) {
    .industries-grid,
    .tech-grid,
    .statistics-section {
        grid-template-columns: 1fr !important;
    }

    .hero-stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

