@media (max-width: 980px) {
    .product-showcase {
        min-height: auto;
        padding: 82px 0 88px;
        background:
            radial-gradient(circle at 50% 20%, rgba(216, 88, 255, .2), transparent 30%),
            linear-gradient(135deg, rgba(117, 30, 210, .32), rgba(173, 34, 232, .22)),
            url("../images/product-showcase-bg-1024.webp") center / cover no-repeat;
    }
    .clinicians-section {
        padding: 78px 0;
        background:
            linear-gradient(135deg, rgba(105, 25, 190, .84), rgba(133, 27, 211, .82)),
            url("../images/clinicians-bg-1024.webp") center / cover no-repeat;
    }
    .manufacturing-section {
        padding: 118px 0;
        background: url("../images/facility-bg-1024.webp") center center / cover no-repeat;
    }
    h1 { font-size: 54px; }
    h2 { font-size: 30px; }
    .nav-shell { grid-template-columns: auto auto; justify-content: space-between; }
    .header-cta { display: none; }
    .nav-toggle {
        display: grid;
        gap: 5px;
        width: 42px;
        height: 42px;
        place-content: center;
        border: 1px solid rgba(255,255,255,.28);
        border-radius: 6px;
        background: rgba(255,255,255,.08);
    }
    .nav-toggle span {
        display: block;
        width: 21px;
        height: 2px;
        background: #fff;
    }
    .primary-nav {
        position: absolute;
        top: 66px;
        left: 20px;
        right: 20px;
        display: none;
        padding: 18px;
        border-radius: 8px;
        background: #2c143d;
        box-shadow: 0 18px 40px rgba(0,0,0,.26);
    }
    .primary-nav.is-open { display: block; }
    .nav-menu { display: grid; justify-content: stretch; gap: 6px; }
    .nav-menu a { display: block; padding: 10px 8px; }

    .hero-section { min-height: calc(100svh - 66px); }
    .hero-bg img { object-position: 56% 58%; }
    .hero-content {
        max-width: 820px;
        padding-bottom: 34px;
    }
    .hero-content .eyebrow {
        font-size: 13px;
        gap: 10px;
    }
    .hero-content .eyebrow::before,
    .hero-content .eyebrow::after { width: 46px; }
    .hero-content h1 { font-size: clamp(58px, 8vw, 86px); }
    .hero-copy {
        max-width: 680px;
        font-size: 12px;
    }
    .hero-stats {
        grid-template-columns: repeat(5, minmax(82px, 1fr));
        gap: 12px;
        max-width: 560px;
    }
    .solution-grid, .clinicians-grid, .global-grid, .detail-grid, .about-grid, .contact-grid, .single-layout {
        grid-template-columns: 1fr;
    }
    .global-section {
        min-height: auto;
        padding: 86px 0;
    }
    .global-section .container {
        width: min(100% - 40px, 760px);
    }
    .global-grid {
        gap: 34px;
    }
    .map-card {
        width: min(100%, 360px);
        justify-self: start;
    }
    .clinicians-grid {
        max-width: 680px;
        gap: 38px;
    }
    .clinicians-copy h2 {
        max-width: none;
        font-size: 28px;
        white-space: normal;
    }
    .clinicians-lead {
        margin-bottom: 34px;
    }
    .clinicians-product img {
        width: min(100%, 360px);
        height: auto;
    }
    .solution-grid {
        max-width: 680px;
        gap: 32px;
    }
    .solution-copy h2,
    .solution-copy > p,
    .number-list p {
        max-width: none;
    }
    .article-grid, .product-grid, .resource-grid, .advantage-grid { grid-template-columns: repeat(2, 1fr); }
    .partner-section {
        padding: 92px 0;
    }
    .partner-section .container {
        width: min(100% - 40px, 760px);
    }
    .partner-heading {
        margin-bottom: 42px;
    }
    .partner-heading h2 {
        font-size: 30px;
        white-space: normal;
    }
    .manufacturing-inner {
        width: min(100% - 40px, 860px);
    }
    .factory-grid {
        grid-auto-rows: 146px;
    }
    .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials-section {
        min-height: auto;
        padding: 120px 0;
    }
    .testimonials-heading {
        margin-bottom: 44px;
    }
    .testimonial-card {
        min-height: 360px;
    }
    .product-filter { grid-template-columns: 1fr 1fr; }
    .product-filter .btn { grid-column: 1 / -1; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .site-footer { padding-top: 84px; }
    .site-footer .container { width: min(100% - 40px, 760px); }
}

@media (max-width: 680px) {
    .container { width: min(100% - 28px, var(--container-width)); }
    .section { padding: 58px 0; }
    h1 { font-size: 40px; }
    h2 { font-size: 26px; }
    .site-logo img { width: 142px; }
    .hero-section {
        min-height: calc(100svh - 66px);
        text-align: center;
    }
    .hero-bg img { object-position: 58% 58%; }
    .hero-content {
        padding: 0 0 24px;
    }
    .hero-content .eyebrow {
        max-width: 330px;
        font-size: 10px;
        line-height: 1.25;
        gap: 7px;
    }
    .hero-content .eyebrow::before,
    .hero-content .eyebrow::after { width: 28px; }
    .hero-content h1 {
        font-size: clamp(42px, 15vw, 64px);
        line-height: .94;
    }
    .hero-copy {
        max-width: 360px;
        font-size: 10px;
        line-height: 1.45;
    }
    .hero-actions {
        justify-content: center;
        gap: 10px;
    }
    .hero-actions .btn {
        width: 138px;
        min-height: 40px;
        font-size: 13px;
    }
    .hero-stats {
        grid-template-columns: repeat(2, minmax(118px, 1fr));
        gap: 8px;
        max-width: 294px;
        margin-top: 18px;
    }
    .hero-stats span { min-height: 36px; }
    .hero-stats strong { font-size: 16px; }
    .cert-logos { flex-wrap: wrap; gap: 20px 28px; }
    .cert-logos img { max-width: 76px; }
    .showcase-grid, .icon-card-grid, .article-grid, .product-grid, .resource-grid, .advantage-grid, .testimonial-grid, .stats-grid, .factory-grid {
        grid-template-columns: 1fr;
    }
    .global-section {
        padding: 66px 0;
    }
    .global-section .container {
        width: min(100% - 28px, 420px);
    }
    .global-copy h2 {
        font-size: 23px;
    }
    .global-copy > p {
        max-width: none;
    }
    .region-list {
        gap: 8px 16px;
    }
    .region-list span {
        font-size: 14px;
    }
    .map-card {
        width: 100%;
        min-height: 172px;
        padding: 30px 34px;
    }
    .final-cta {
        padding: 42px 0;
    }
    .final-cta h2 {
        font-size: 22px;
    }
    .final-cta p {
        max-width: 320px;
        margin-inline: auto;
        font-size: 12px;
    }
    .final-cta-actions {
        flex-wrap: wrap;
        margin-top: 24px;
    }
    .final-cta-actions .btn {
        min-width: 96px;
        min-height: 30px;
        font-size: 11px;
    }
    .testimonials-section {
        padding: 82px 0;
    }
    .testimonials-heading {
        gap: 24px;
        margin-bottom: 34px;
    }
    .testimonials-heading h2 {
        font-size: 28px;
    }
    .testimonials-heading .section-kicker {
        font-size: 13px;
    }
    .testimonials-heading span {
        width: 42px;
        height: 3px;
    }
    .testimonial-card {
        min-height: auto;
        padding: 22px;
    }
    .testimonial-card img {
        width: 136px;
        margin-bottom: 22px;
    }
    .testimonial-card p {
        margin-bottom: 22px;
        font-size: 13px;
        overflow: visible;
        -webkit-line-clamp: unset;
        line-clamp: unset;
    }
    .product-showcase {
        padding: 64px 0 70px;
        background-position: center;
    }
    .product-showcase .section-kicker {
        font-size: 14px;
    }
    .product-showcase h2 {
        max-width: 360px;
        font-size: 23px;
    }
    .product-showcase .section-lead {
        margin-bottom: 34px;
        font-size: 20px;
    }
    .showcase-grid {
        width: min(100%, 380px);
        gap: 18px;
    }
    .showcase-card {
        border-radius: 16px;
    }
    .showcase-image {
        min-height: 286px;
        padding: 22px 18px 10px;
    }
    .showcase-image img { max-height: 246px; }
    .showcase-body {
        min-height: 148px;
        padding: 22px 22px 24px;
    }
    .section-heading-row, .footer-bottom { align-items: flex-start; flex-direction: column; }
    .partner-section {
        padding: 68px 0;
    }
    .partner-section .container {
        width: min(100% - 28px, 420px);
    }
    .partner-heading {
        gap: 20px;
        margin-bottom: 30px;
    }
    .partner-heading .section-kicker {
        font-size: 13px;
    }
    .partner-heading h2 {
        font-size: 24px;
        white-space: normal;
    }
    .partner-heading span {
        width: 42px;
        height: 3px;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: none;
        margin-bottom: 16px;
    }
    .stats-grid div { padding: 22px 12px; border-bottom: 1px solid rgba(255,255,255,.14); }
    .stats-grid strong { font-size: 30px; }
    .stats-grid span { font-size: 13px; }
    .advantage-grid div {
        min-height: auto;
    }
    .manufacturing-section {
        min-height: auto;
        padding: 76px 0;
        background: url("../images/facility-bg-1024.webp") center center / cover no-repeat;
    }
    .manufacturing-section h2 {
        font-size: 28px;
        line-height: 1.22;
    }
    .manufacturing-inner {
        width: min(100% - 28px, 460px);
    }
    .factory-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 6px;
    }
    .factory-grid img,
    .factory-grid img:first-child {
        grid-row: auto;
        height: auto;
        aspect-ratio: 1.65;
    }
    .page-hero { padding: 58px 0; }
    .page-hero h1, .detail-grid h1 { font-size: 34px; }
    .faq-hero h1 { font-size: 44px; }
    .faq-list-section { padding: 58px 0 72px; }
    .faq-card-link { padding: 24px; }
    .faq-card-link h2 {
        font-size: 26px;
        line-height: 1.24;
    }
    .faq-detail-header { padding: 30px 0 18px; }
    .faq-detail h1 { font-size: 34px; }
    .faq-featured-media { margin-bottom: 42px; }
    .faq-featured-media img {
        max-height: none;
        aspect-ratio: 1.6;
    }
    .faq-content h2 { font-size: 28px; }
    .faq-content h3 { font-size: 20px; }
    .faq-detail-cta { padding: 22px; }
    .resources-hero h1 { font-size: 44px; }
    .resource-list-section { padding: 58px 0 72px; }
    .resource-card-link { padding: 24px; }
    .resource-card-link h2 {
        font-size: 26px;
        line-height: 1.24;
    }
    .resource-detail-header { padding: 30px 0 18px; }
    .resource-detail h1 { font-size: 34px; }
    .resource-detail-body { padding-top: 18px; }
    .resource-content {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .resource-content h2 { font-size: 24px; }
    .resource-content h3 { font-size: 19px; }
    .resource-content table {
        min-width: 680px;
    }
    .resource-download-card {
        padding: 22px;
    }
    .resource-download-button {
        width: 100%;
    }
    .product-filter { grid-template-columns: 1fr; }
    .solution-copy .section-kicker {
        font-size: 14px;
    }
    .solution-copy h2 {
        font-size: 28px;
    }
    .number-list > div {
        padding-left: 0;
        padding-top: 58px;
    }
    .number-list strong {
        width: 44px;
        font-size: 28px;
    }
    .solution-tags {
        justify-content: flex-start;
        gap: 7px;
        margin-top: 12px;
    }
    .solution-tags span {
        min-height: 28px;
        padding-inline: 10px;
        font-size: 11px;
    }
    .icon-card-grid article {
        min-height: 104px;
        border-radius: 16px;
    }
    .feature-icon {
        width: 46px;
        height: 46px;
    }
    .feature-list {
        gap: 18px;
    }
    .feature-list article {
        grid-template-columns: 72px 1fr;
        gap: 12px;
    }
    .feature-list img { width: 72px; }
    .feature-list h3 { font-size: 13px; }
    .feature-list p,
    .feature-description {
        display: block !important;
        height: auto;
        font-size: 12px;
        overflow: visible;
        -webkit-line-clamp: unset;
        line-clamp: unset;
    }
    .footer-grid { grid-template-columns: 1fr; }
    .site-footer { padding: 58px 0 24px; }
    .footer-grid { gap: 28px; }
    .footer-bottom { margin-top: 34px; }
    .footer-cert-row { flex-wrap: wrap; gap: 12px; }
    .content-panel, .contact-panel, .contact-form { padding: 22px; }
    .spec-table th, .spec-table td { display: block; width: 100%; }
    .spec-table th { padding-bottom: 4px; border-bottom: 0; }
    .spec-table td { padding-top: 4px; }
}
