.equipment-relocation-page .relocation-hero__supplement {
    max-width: 37rem;
    margin: -0.9rem 0 2rem;
    color: #8299aa;
    font-size: 0.96rem;
    line-height: 1.8;
}

@media (min-width: 1025px) {
    .equipment-relocation-page .repair-hero__content h1 {
        font-size: clamp(3.15rem, 3.8vw, 3.45rem);
    }
}

.equipment-relocation-page .repair-hero__content h1 span {
    display: block;
}

.equipment-relocation-page .relocation-hero__visual img {
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background: #060c13;
}

.relocation-case-list {
    display: grid;
    gap: clamp(3rem, 7vw, 6rem);
}

.relocation-case {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 4.75rem);
    min-width: 0;
}

.relocation-case:nth-child(even) .relocation-case__media {
    order: 2;
}

.relocation-case:nth-child(even) .relocation-case__content {
    order: 1;
}

.relocation-case__media,
.relocation-case__content {
    min-width: 0;
}

.relocation-case__media {
    overflow: hidden;
    border: 1px solid rgba(61, 178, 220, 0.34);
    border-radius: 8px;
    background: #09121c;
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.28);
}

.relocation-case:nth-child(even) .relocation-case__media {
    border-color: rgba(255, 122, 33, 0.3);
}

.relocation-case__single-media,
.relocation-case__gallery {
    height: clamp(360px, 38vw, 460px);
}

.relocation-case__single-media img,
.relocation-case__gallery .repair-case-gallery__main img {
    object-fit: contain;
    background: #0b131c;
}

.relocation-case__gallery {
    grid-template-rows: minmax(0, 1fr) 76px;
}

.relocation-case__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.2rem;
    color: #7f96a7;
    font-family: 'Poppins', 'Noto Sans TC', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.relocation-case__meta span:first-child {
    color: #ff8b43;
}

.relocation-case__content h3 {
    margin: 0;
    color: #f6f9fc;
    font-size: clamp(1.65rem, 3vw, 2.4rem);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0;
}

.relocation-case__content > p {
    margin: 1rem 0 0;
    color: #a7bac7;
    line-height: 1.85;
}

.relocation-case__content .relocation-case__type {
    display: inline-flex;
    margin-top: 1.25rem;
    padding: 0.4rem 0.7rem;
    border-left: 2px solid #31d3ef;
    background: rgba(43, 181, 219, 0.07);
    color: #80dff2;
    font-size: 0.83rem;
    font-weight: 700;
}

.relocation-support-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.relocation-support-card {
    min-height: 220px;
}

.relocation-support-card .relocation-support-card__icon {
    width: 2.4rem;
    height: 2.4rem;
    display: grid;
    place-items: center;
    border: 1px solid rgba(48, 215, 244, 0.34);
    border-radius: 50%;
    color: #37d2ef;
    font-size: 0.72rem;
    box-shadow: inset 0 0 18px rgba(48, 215, 244, 0.06);
}

.relocation-support-card__icon svg {
    width: 1.35rem;
    height: 1.35rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.relocation-support-card h3 {
    margin-top: 1.25rem;
}

.relocation-check-section {
    border-block: 1px solid rgba(84, 157, 192, 0.14);
    background: rgba(7, 17, 29, 0.62);
}

.relocation-check-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
    align-items: center;
    gap: clamp(2.5rem, 6vw, 6rem);
}

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

.relocation-contact-panel p {
    max-width: 48rem;
}

.relocation-contact-panel .relocation-contact-panel__supplement {
    margin-top: 0.4rem;
    color: #7f98aa;
    font-size: 0.92rem;
}

@media (max-width: 1100px) {
    .relocation-support-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .relocation-case {
        grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
        gap: 2.25rem;
    }

    .relocation-check-layout {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 800px) {
    .relocation-case {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .relocation-case:nth-child(even) .relocation-case__media,
    .relocation-case__media {
        order: 1;
    }

    .relocation-case:nth-child(even) .relocation-case__content,
    .relocation-case__content {
        order: 2;
    }

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

@media (max-width: 640px) {
    .equipment-relocation-page .relocation-hero__visual img {
        aspect-ratio: auto;
    }

    .relocation-case-list {
        gap: 3.5rem;
    }

    .relocation-case__single-media,
    .relocation-case__gallery {
        height: 330px;
    }

    .relocation-case__gallery {
        grid-template-rows: minmax(0, 1fr) 68px;
    }

    .relocation-case__meta {
        margin-bottom: 0.9rem;
    }

    .relocation-support-grid,
    .relocation-checklist {
        grid-template-columns: 1fr;
    }

    .relocation-support-card {
        min-height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .relocation-case__media,
    .relocation-support-card {
        scroll-behavior: auto;
    }
}
