/* 3D Printing Responsive */

@media (max-width: 1100px) {
    .hero-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hero-left {
        max-height: none;
        text-align: center;
        align-items: center;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-right {
        min-height: 520px;
    }

    .technology-grid {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .material-showcase {
        grid-template-columns: 1fr;
        gap: 45px;
        max-width: 760px;
    }

    .material-visual {
        order: -1;
    }

    .application-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 760px;
    }

    .workflow-grid {
        flex-wrap: wrap;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 700px) {
    .printing-page section {
        padding: 85px 0;
    }

    .hero-wrapper {
        width: min(100% - 32px, 1400px);
    }

    .hero-title .line {
        font-size: clamp(2.8rem, 12vw, 4.2rem);
        letter-spacing: -2px;
    }

    .hero-description {
        font-size: 1rem;
        line-height: 1.65;
    }

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

    .hero-btn {
        width: 100%;
        min-width: 0;
    }

    .hero-stat-panel {
        grid-template-columns: 1fr;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .hero-right,
    .hero-printer-area {
        min-height: 430px;
        height: 430px;
    }

    .hero-printer img {
        width: min(480px, 92vw);
    }

    .hero-info-card {
        right: 0;
    }

    .hero-info-card:hover {
        width: min(320px, calc(100vw - 32px));
        height: 360px;
    }

    .application-grid {
        grid-template-columns: 1fr;
        width: min(100% - 32px, 500px);
    }

    .material-image {
        width: 320px;
        height: 320px;
    }

    .material-image img {
        width: 280px;
        height: 280px;
    }

    .material-showcase {
        width: min(100% - 32px, 760px);
    }

    .material-tabs {
        width: min(100% - 32px, 760px);
        margin-left: auto;
        margin-right: auto;
    }

    .material-tab {
        flex:1 1 120px;
    }

    .property-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .property-bar {
        max-width: none;
    }

    .workflow-grid {
        flex-direction: column;
        align-items: stretch;
    }

    .workflow-card {
        width: auto;
    }

    .workflow-arrow {
        transform: rotate(90deg);
    }
}
