/**
 * Homepage — 公司简介右侧：工艺流程 HUD / 霓虹科技风示意（SVG + CSS）。
 */
.fusrock-about-media {
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    height: auto;
    min-height: clamp(16rem, 36vw, 22rem);
    background:
        radial-gradient(ellipse 115% 70% at 78% -5%, rgba(34, 211, 238, 0.16), transparent 42%),
        radial-gradient(ellipse 90% 55% at 8% 108%, rgba(139, 92, 246, 0.1), transparent 48%),
        linear-gradient(165deg, #020617 0%, #0e4f6e 46%, #020617 100%);
    box-shadow:
        inset 0 0 0 1px rgba(103, 232, 249, 0.22),
        inset 0 -20px 50px rgba(6, 182, 212, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    visibility: visible;
    opacity: 1;
}

.fdm-still {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
}

.fdm-still .index-about-hero-img,
.fdm-still .fusrock-index-about-img,
.fdm-still .fusrock-about-fdm-overlay-img {
    width: 100%;
    height: 100%;
    min-height: 20rem;
    object-fit: cover;
    display: block;
}

.fusrock-fdm-flow {
    position: relative;
    z-index: 3;
    flex: 1 1 auto;
    width: 100%;
    min-height: 13rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: inherit;
    isolation: isolate;
    visibility: visible;
    opacity: 1;
}

.fdm-flow-bg {
    position: absolute;
    inset: -5%;
    background-size: cover;
    background-position: center;
    opacity: 0.07;
    filter: blur(2px) saturate(1.2);
    transform: scale(1.06);
    pointer-events: none;
}

/* 数据栅格 HUD + 四角压暗（深色界面常用） */
.fdm-vignette {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        repeating-linear-gradient(
            0deg,
            transparent 0,
            transparent 15px,
            rgba(103, 232, 249, 0.04) 15px,
            rgba(103, 232, 249, 0.04) 16px
        ),
        repeating-linear-gradient(
            90deg,
            transparent 0,
            transparent 15px,
            rgba(99, 102, 241, 0.028) 15px,
            rgba(99, 102, 241, 0.028) 16px
        ),
        radial-gradient(ellipse 95% 80% at 50% 40%, transparent 42%, rgba(2, 6, 23, 0.62) 100%),
        linear-gradient(185deg, rgba(2, 6, 23, 0.35) 0%, transparent 22%, transparent 76%, rgba(2, 6, 23, 0.55) 100%);
    mask-image: radial-gradient(ellipse 92% 88% at 50% 48%, black 62%, transparent 100%);
}

.fdm-scan {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            transparent 46%,
            rgba(167, 139, 250, 0.05) 50%,
            transparent 54%
        ),
        linear-gradient(
            118deg,
            transparent 41%,
            rgba(103, 232, 249, 0.1) 50%,
            transparent 58%
        );
    background-size:
        100% 220%,
        240% 100%;
    animation: fdmScan 14s linear infinite;
    pointer-events: none;
    mix-blend-mode: screen;
}

.fdm-flow-chrome {
    position: relative;
    z-index: 6;
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.75rem;
    padding: clamp(8px, 2vw, 14px) clamp(10px, 2vw, 16px) 0;
}

.fdm-corner-tag {
    position: relative;
    overflow: hidden;
    padding: 0.26rem 0.62rem;
    border-radius: 999px;
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-variant-numeric: tabular-nums;
    font-family:
        ui-sans-serif,
        system-ui,
        -apple-system,
        "Segoe UI",
        sans-serif;
    color: rgba(236, 254, 255, 0.94);
    background: rgba(6, 78, 117, 0.35);
    border: 1px solid rgba(103, 232, 249, 0.5);
    box-shadow:
        0 0 18px rgba(34, 211, 238, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.fdm-corner-tag::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        106deg,
        transparent 38%,
        rgba(240, 249, 255, 0.28) 50%,
        transparent 62%
    );
    transform: translateX(-140%);
    animation: fdmTagSheen 7s ease-in-out infinite;
    pointer-events: none;
}

@keyframes fdmTagSheen {
    0%,
    65% {
        transform: translateX(-140%);
    }

    80% {
        transform: translateX(140%);
    }

    100% {
        transform: translateX(140%);
    }
}

.fdm-kicker {
    margin: 0;
    font-size: clamp(0.54rem, 0.98vw, 0.66rem);
    font-weight: 750;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family:
        ui-sans-serif,
        system-ui,
        -apple-system,
        "Segoe UI",
        sans-serif;
    font-variant-numeric: tabular-nums;
    color: rgba(165, 243, 252, 0.68);
}

.fdm-scene.fdm-process-scene {
    position: relative;
    z-index: 5;
    flex: 1 1 auto;
    min-height: 10rem;
    width: 100%;
    padding: 4px clamp(8px, 2vw, 14px) 2px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

/* 与 SVG viewBox 400×244 同比例，避免角标按整块场景 % 定位时与矢量图层错位 */
.fdm-diagram {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 400 / 244;
    max-height: min(18rem, 78vw);
    margin: 0 auto;
    flex: 0 0 auto;
}

.fdm-stage-badges {
    position: absolute;
    inset: 0;
    z-index: 7;
    pointer-events: none;
}

.fdm-badge {
    position: absolute;
    max-width: 48%;
    padding: 0.22rem 0.52rem 0.24rem;
    border-radius: 4px;
    font-size: clamp(0.5rem, 0.88vw, 0.64rem);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family:
        ui-sans-serif,
        system-ui,
        -apple-system,
        "Segoe UI",
        sans-serif;
    font-variant-numeric: tabular-nums;
    color: rgba(224, 242, 254, 0.88);
    text-align: center;
    white-space: nowrap;
    opacity: 0.46;
    background: linear-gradient(165deg, rgba(15, 23, 42, 0.78), rgba(8, 47, 73, 0.45));
    border: 1px solid rgba(34, 211, 238, 0.35);
    box-shadow:
        0 0 16px rgba(6, 182, 212, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -1px 0 rgba(2, 6, 23, 0.35);
}

.fdm-badge--mix {
    top: 5%;
    right: 10%;
    transform: scale(0.97);
    transform-origin: 100% 0;
    animation: fdmBadgeMixPulse 12s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.fdm-badge--extrude {
    top: 37%;
    left: 52%;
    transform: translate(-50%, 0) scale(0.97);
    animation: fdmBadgeCxPulse 12s cubic-bezier(0.45, 0, 0.55, 1) infinite;
    animation-delay: -3s;
}

.fdm-badge--draw {
    bottom: 31%;
    left: 53%;
    transform: translate(-50%, 0) scale(0.97);
    animation: fdmBadgeCxPulse 12s cubic-bezier(0.45, 0, 0.55, 1) infinite;
    animation-delay: -6s;
}

.fdm-badge--pack {
    bottom: 21%;
    left: 17%;
    transform: translate(-50%, 0) scale(0.97);
    animation: fdmBadgeCxPulse 12s cubic-bezier(0.45, 0, 0.55, 1) infinite;
    animation-delay: -9s;
}

@keyframes fdmBadgeMixPulse {

    0%,
    100%,
    76% {
        opacity: 0.48;
        transform: scale(0.96);
        transform-origin: 100% 0;
        border-color: rgba(34, 211, 238, 0.3);
        box-shadow:
            0 0 12px rgba(6, 182, 212, 0.06),
            inset 0 1px 0 rgba(255, 255, 255, 0.05);
        filter: saturate(0.85);
    }

    2.5%,
    14% {
        opacity: 1;
        transform: scale(1.06);
        transform-origin: 100% 0;
        color: rgba(236, 254, 255, 0.98);
        border-color: rgba(147, 197, 253, 0.85);
        background: linear-gradient(165deg, rgba(21, 51, 99, 0.88), rgba(8, 47, 73, 0.7));
        box-shadow:
            0 0 22px rgba(34, 211, 238, 0.45),
            0 0 40px rgba(139, 92, 246, 0.2),
            inset 0 0 12px rgba(103, 232, 249, 0.12);
        filter: saturate(1.15) brightness(1.06);
    }
}

@keyframes fdmBadgeCxPulse {

    0%,
    100%,
    76% {
        opacity: 0.5;
        transform: translate(-50%, 0) scale(0.96);
        border-color: rgba(34, 211, 238, 0.3);
        box-shadow:
            0 0 12px rgba(6, 182, 212, 0.06),
            inset 0 1px 0 rgba(255, 255, 255, 0.05);
        filter: saturate(0.85);
    }

    2.5%,
    14% {
        opacity: 1;
        transform: translate(-50%, 0) scale(1.06);
        color: rgba(236, 254, 255, 0.98);
        border-color: rgba(147, 197, 253, 0.85);
        background: linear-gradient(165deg, rgba(21, 51, 99, 0.88), rgba(8, 47, 73, 0.7));
        box-shadow:
            0 0 22px rgba(34, 211, 238, 0.45),
            0 0 40px rgba(139, 92, 246, 0.2),
            inset 0 0 12px rgba(103, 232, 249, 0.12);
        filter: saturate(1.15) brightness(1.06);
    }
}

.fdm-flow-svg {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    overflow: visible;
}

/* —— 工序示意小字（对标产线案例图里的标注层次） —— */
.fdm-flow-svg text.fdm-svg-lbl {
    fill: rgba(236, 254, 255, 0.94);
    paint-order: stroke fill;
    stroke: rgba(2, 6, 23, 0.55);
    stroke-width: 0.35px;
}

.fdm-svg-lbl-dim {
    fill: rgba(203, 249, 255, 0.82);
    opacity: 0.88;
}

.fdm-svg-lbl-sm {
    opacity: 0.92;
}

/* 螺杆混炼段：逐格脉冲 */
.fdm-svg-screw-cell {
    fill: rgba(15, 23, 42, 0.58);
    stroke: rgba(147, 232, 249, 0.55);
    stroke-width: 1;
    animation: fdmScrewCell 2.35s ease-in-out infinite;
}

.fdm-svg-screw-strip circle:nth-child(2) {
    animation-delay: 0s;
}

.fdm-svg-screw-strip circle:nth-child(3) {
    animation-delay: -0.38s;
}

.fdm-svg-screw-strip circle:nth-child(4) {
    animation-delay: -0.76s;
}

.fdm-svg-screw-strip circle:nth-child(5) {
    animation-delay: -1.14s;
}

.fdm-svg-screw-strip circle:nth-child(6) {
    animation-delay: -1.52s;
}

.fdm-svg-screw-strip circle:nth-child(7) {
    animation-delay: -1.9s;
}

.fdm-svg-screw-strip circle:nth-child(8) {
    animation-delay: -2.28s;
}

@keyframes fdmScrewCell {

    0%,
    100% {
        opacity: 0.55;
        stroke-opacity: 0.38;
        filter: drop-shadow(0 0 1px rgba(34, 211, 238, 0.2));
    }

    48% {
        opacity: 1;
        stroke-opacity: 1;
        filter:
            drop-shadow(0 0 5px rgba(34, 211, 238, 0.75))
            drop-shadow(0 0 12px rgba(14, 165, 233, 0.25));
    }
}

/* 冷却管段内壁虚线蠕动 */
.fdm-svg-duct-shell {
    filter: drop-shadow(0 0 6px rgba(6, 182, 212, 0.12));
}

.fdm-svg-duct-wave {
    animation: fdmDuctDash 2.85s linear infinite;
}

.fdm-svg-duct-wave.alt {
    animation-duration: 3.45s;
    animation-direction: reverse;
    opacity: 0.78;
}

@keyframes fdmDuctDash {
    to {
        stroke-dashoffset: -26;
    }
}

/* 干燥塔壳体微呼吸 */
.fdm-svg-drytower-shell {
    animation: fdmDryTowerBreath 3.1s ease-in-out infinite;
}

@keyframes fdmDryTowerBreath {

    0%,
    100% {
        stroke-opacity: 0.32;
        fill-opacity: 0.44;
    }

    50% {
        stroke-opacity: 0.62;
        fill-opacity: 0.58;
        filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.22));
    }
}

/* 切粒中段：轨迹 + 碎粒闪烁 */
.fdm-pellet-mid-drop {
    stroke-dasharray: 48;
    stroke-dashoffset: 0;
    animation: fdmPelletMidTrace 3.6s linear infinite;
}

@keyframes fdmPelletMidTrace {
    to {
        stroke-dashoffset: -96;
    }
}

.fdm-pellet-mid-chip {
    transform-origin: center;
    transform-box: fill-box;
    animation: fdmPelletChipTumble 2.15s ease-in-out infinite;
}

.fdm-pellet-mid-chip.d2 {
    animation-delay: -0.55s;
}

.fdm-pellet-mid-chip.d3 {
    animation-delay: -1.1s;
}

@keyframes fdmPelletChipTumble {

    0%,
    100% {
        opacity: 0.42;
        transform: translate(0, 0) scale(0.94);
        fill: #22d3ee;
    }

    45% {
        opacity: 1;
        transform: translate(0.45px, 3px) scale(1);
        fill: #a5f3fc;
        filter: drop-shadow(0 0 5px rgba(103, 232, 249, 0.8));
    }
}

.fdm-pellet-feed-extra {
    opacity: 0.7;
    animation: fdmFeedExtraGlow 2.05s ease-in-out infinite;
}

.fdm-pellet-feed-extra.d4 {
    animation-delay: -1.02s;
}

@keyframes fdmFeedExtraGlow {

    0%,
    100% {
        opacity: 0.52;
        fill: #56d4ea;
        filter: none;
    }

    50% {
        opacity: 1;
        fill: #e0f2fe;
        filter: drop-shadow(0 0 6px rgba(103, 232, 249, 0.85));
    }
}

/* 水槽：壳体 + 水面纹 */
.fdm-svg-bath-shell {
    animation: fdmBathShell 4.2s ease-in-out infinite;
}

@keyframes fdmBathShell {

    0%,
    100% {
        stroke-opacity: 0.36;
        fill-opacity: 0.065;
    }

    52% {
        stroke-opacity: 0.72;
        fill-opacity: 0.125;
        filter: drop-shadow(0 0 14px rgba(34, 211, 238, 0.12));
    }
}

.fdm-svg-bath-ripple {
    stroke-dasharray: 28 74;
    animation: fdmBathRipple 4s linear infinite;
}

.fdm-svg-bath-ripple.fdm-svg-br2 {
    animation-delay: -1.35s;
    opacity: 0.78;
}

@keyframes fdmBathRipple {
    to {
        stroke-dashoffset: -102;
    }
}

/* 表盘刻度微动（读数感；双表盘偏移量不同分层动画） */
.fdm-svg-dial {
    transform-origin: center;
    transform-box: fill-box;
}

.fdm-svg-dial:not(.fdm-svg-dial-slow) {
    animation: fdmDialGlowFast 3.05s ease-in-out infinite alternate;
}

@keyframes fdmDialGlowFast {
    from {
        stroke-dashoffset: 14;
        opacity: 0.76;
        filter: drop-shadow(0 0 2px rgba(251, 191, 36, 0.35));
    }

    to {
        stroke-dashoffset: 5;
        opacity: 1;
        filter: drop-shadow(0 0 5px rgba(252, 211, 77, 0.55));
    }
}

.fdm-svg-dial.fdm-svg-dial-slow {
    animation: fdmDialGlowSlow 5s ease-in-out infinite alternate;
    animation-delay: -0.9s;
}

@keyframes fdmDialGlowSlow {
    from {
        stroke-dashoffset: 38;
        opacity: 0.55;
        filter: drop-shadow(0 0 1px rgba(252, 231, 121, 0.25));
    }

    to {
        stroke-dashoffset: 29;
        opacity: 1;
        filter: drop-shadow(0 0 4px rgba(253, 230, 138, 0.45));
    }
}

/* 左侧收卷外圈晕 */
.fdm-svg-spool-halo {
    animation: fdmSpoolHalo 3.2s ease-in-out infinite;
}

@keyframes fdmSpoolHalo {

    0%,
    100% {
        stroke-opacity: 0.2;
        fill-opacity: 0.038;
    }

    52% {
        stroke-opacity: 0.52;
        fill-opacity: 0.088;
        filter: drop-shadow(0 0 10px rgba(34, 211, 238, 0.18));
    }
}

.fdm-svg-spool-hub {
    animation: fdmHubTwinkle 2.5s ease-in-out infinite;
}

@keyframes fdmHubTwinkle {

    0%,
    100% {
        stroke-opacity: 0.35;
        fill: #0f172a;
    }

    50% {
        stroke-opacity: 0.92;
        fill: #1e293b;
        filter: drop-shadow(0 0 4px rgba(56, 189, 248, 0.45));
    }
}

/* 分卷工位点阵 */
.fdm-svg-spool-farm .farm-dot {
    fill: rgba(34, 211, 238, 0.16);
    stroke: rgba(147, 232, 249, 0.55);
    stroke-width: 0.75;
    animation: fdmFarmDot 2.65s ease-in-out infinite;
}

.fdm-svg-spool-farm circle.farm-dot:nth-child(2) {
    animation-delay: 0s;
}

.fdm-svg-spool-farm circle.farm-dot:nth-child(3) {
    animation-delay: -0.35s;
}

.fdm-svg-spool-farm circle.farm-dot:nth-child(4) {
    animation-delay: -0.7s;
}

.fdm-svg-spool-farm circle.farm-dot:nth-child(5) {
    animation-delay: -1.05s;
}

.fdm-svg-spool-farm circle.farm-dot:nth-child(6) {
    animation-delay: -1.4s;
}

.fdm-svg-spool-farm circle.farm-dot:nth-child(7) {
    animation-delay: -1.75s;
}

.fdm-svg-spool-farm circle.farm-dot:nth-child(8) {
    animation-delay: -2.1s;
}

.fdm-svg-spool-farm circle.farm-dot:nth-child(9) {
    animation-delay: -2.45s;
}

@keyframes fdmFarmDot {

    0%,
    100% {
        opacity: 0.45;
        transform: scale(0.92);
    }

    48% {
        opacity: 1;
        transform: scale(1.02);
        fill: rgba(103, 232, 249, 0.35);
        filter: drop-shadow(0 0 4px rgba(34, 211, 238, 0.45));
    }
}

/* 出库箱体微亮 */
.fdm-svg-box-shell {
    animation: fdmBoxReady 3.6s ease-in-out infinite;
}

@keyframes fdmBoxReady {

    0%,
    100% {
        stroke-opacity: 0.38;
        fill-opacity: 0.04;
    }

    50% {
        stroke-opacity: 0.95;
        fill-opacity: 0.12;
        filter: drop-shadow(0 0 10px rgba(167, 139, 250, 0.35));
    }
}

/* 线材烘干工位（分卷前）；暖色律动与螺杆段区分 */
.fdm-svg-fildry-shell {
    animation: fdmFilDryShell 3.05s ease-in-out infinite;
}

@keyframes fdmFilDryShell {

    0%,
    100% {
        stroke-opacity: 0.38;
        filter: drop-shadow(0 0 2px rgba(251, 146, 60, 0.12));
    }

    52% {
        stroke-opacity: 0.92;
        filter: drop-shadow(0 0 12px rgba(253, 186, 116, 0.28));
    }
}

.fdm-svg-fildry-wave {
    animation: fdmFilDryDash 3.1s linear infinite;
}

.fdm-svg-fildry-wave.alt {
    animation-duration: 3.75s;
    animation-direction: reverse;
    opacity: 0.86;
}

.fdm-svg-fildry-wave.slow {
    animation-duration: 4.4s;
    opacity: 0.78;
}

@keyframes fdmFilDryDash {
    to {
        stroke-dashoffset: -24;
    }
}

.fdm-svg-fildry-hub {
    animation: fdmFilDryHub 2.5s ease-in-out infinite;
}

@keyframes fdmFilDryHub {

    0%,
    100% {
        opacity: 0.82;
        filter: drop-shadow(0 0 1px rgba(34, 211, 238, 0.15));
    }

    50% {
        opacity: 1;
        filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.35));
    }
}

.fdm-svg-fildry-hub.core {
    animation: none;
}

/* 抽真空工位示意 */
.fdm-svg-vac-shell {
    animation: fdmVacShell 2.95s ease-in-out infinite;
}

@keyframes fdmVacShell {

    0%,
    100% {
        stroke-opacity: 0.45;
        transform: translate(0, 0);
    }

    50% {
        stroke-opacity: 0.92;
        transform: translate(0, 0);
        filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.22));
    }
}

.fdm-svg-vac-hose {
    animation: fdmVacHose 1.95s linear infinite;
}

@keyframes fdmVacHose {
    to {
        stroke-dashoffset: -14;
    }
}

.fdm-svg-vac-seal {
    animation: fdmVacSeal 2.4s ease-in-out infinite;
}

@keyframes fdmVacSeal {

    0%,
    100% {
        stroke-opacity: 0.52;
    }

    50% {
        stroke-opacity: 1;
        filter: drop-shadow(0 0 4px rgba(224, 253, 254, 0.35));
    }
}

.fdm-route-base {

    fill: none;
    stroke: rgba(56, 189, 248, 0.19);
    stroke-width: 4.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 10px rgba(6, 182, 212, 0.12));
}

.fdm-route-flow {
    fill: none;
    stroke: url(#fdmWireNeon);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 0.08 0.14;
    stroke-dashoffset: 0;
    animation: fdmRouteDash 2.05s linear infinite;
    filter:
        drop-shadow(0 0 4px rgba(240, 249, 255, 0.65))
        drop-shadow(0 0 14px rgba(34, 211, 238, 0.75))
        drop-shadow(0 0 26px rgba(6, 182, 212, 0.35));
}

.fdm-route-glow {
    fill: none;
    stroke: rgba(147, 197, 253, 0.35);
    stroke-width: 7.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.55;
    stroke-dasharray: 0.1 0.2;
    stroke-dashoffset: 0;
    animation: fdmRouteGlow 2.05s linear infinite;
}

@keyframes fdmRouteDash {
    to {
        stroke-dashoffset: -0.22;
    }
}

@keyframes fdmRouteGlow {
    to {
        stroke-dashoffset: -0.18;
    }
}

.fdm-svg-pellet {
    fill: #67e8f9;
    filter: drop-shadow(0 0 4px rgba(103, 232, 249, 0.85));
}

.fdm-pellet-drop {
    animation: fdmPelletDrop 2.05s cubic-bezier(0.33, 0, 0.67, 1) infinite;
}

.fdm-pellet-drop.p2 {
    animation-delay: 0.36s;
}

.fdm-pellet-drop.p3 {
    animation-delay: 0.72s;
}

@keyframes fdmPelletDrop {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }

    55% {
        opacity: 0.62;
    }

    100% {
        transform: translate(0.6px, 30px);
        opacity: 0;
    }
}

.fdm-svg-barrel-glow {
    animation: fdmBarrelHum 2.4s ease-in-out infinite;
}

@keyframes fdmBarrelHum {

    0%,
    100% {
        fill: #475569;
        filter: drop-shadow(0 0 2px rgba(103, 232, 249, 0.25));
    }

    50% {
        fill: #5d6d82;
        filter:
            drop-shadow(0 0 12px rgba(34, 211, 238, 0.55))
            drop-shadow(0 0 5px rgba(165, 243, 252, 0.45));
    }
}

.fdm-svg-rollers .r-top,
.fdm-svg-rollers-trac2 .r-top {
    transform-origin: center;
    transform-box: fill-box;
    animation: fdmRollerSqueeze 0.48s ease-in-out infinite alternate;
}

.fdm-svg-rollers .r-bot,
.fdm-svg-rollers-trac2 .r-bot {
    transform-origin: center;
    transform-box: fill-box;
    animation: fdmRollerSqueeze 0.48s ease-in-out infinite alternate-reverse;
}

.fdm-svg-rollers-trac2 .r-bot {
    animation-delay: -0.12s;
}

@keyframes fdmRollerSqueeze {
    from {
        transform: scaleY(0.86);
        filter: drop-shadow(0 0 2px rgba(34, 211, 238, 0.35));
    }

    to {
        transform: scaleY(1.14);
        filter: drop-shadow(0 0 6px rgba(103, 232, 249, 0.55));
    }
}

.fdm-svg-spool-disk {
    transform-origin: center;
    transform-box: fill-box;
    animation: fdmSvgSpool 9s linear infinite;
}

@keyframes fdmSvgSpool {
    to {
        transform: rotate(-360deg);
    }
}

.fdm-svg-convey .sp1 {
    animation: fdmConvBelt 2.8s linear infinite;
}

.fdm-svg-convey .sp2 {
    animation: fdmConvBelt 2.8s linear infinite;
    animation-delay: -0.92s;
}

.fdm-svg-convey .sp3 {
    animation: fdmConvBelt 2.8s linear infinite;
    animation-delay: -1.85s;
}

.fdm-svg-convey .sp4 {
    animation: fdmConvBelt 2.8s linear infinite;
    animation-delay: -2.42s;
}

@keyframes fdmConvBelt {
    0% {
        opacity: 0.35;
        fill: #64748b;
        transform: translate(0, 0);
    }

    40% {
        opacity: 1;
        fill: #a5f3fc;
        filter: drop-shadow(0 0 6px rgba(34, 211, 238, 0.6));
    }

    100% {
        opacity: 0.3;
        fill: #64748b;
        transform: translate(-16px, 0);
    }
}

.fdm-svg-loop {
    animation: fdmLoopPulse 3.8s ease-in-out infinite;
    transform-origin: 220px 52px;
    transform-box: fill-box;
    stroke: rgba(167, 139, 250, 0.55) !important;
    filter: drop-shadow(0 0 10px rgba(139, 92, 246, 0.25));
}

@keyframes fdmLoopPulse {

    0%,
    100% {
        opacity: 0.25;
        stroke-dashoffset: 0;
    }

    50% {
        opacity: 0.78;
        stroke-dashoffset: 4;
    }
}

.fdm-steps {
    position: relative;
    z-index: 6;
    flex: 0 0 auto;
    margin: 0;
    padding: clamp(9px, 2vw, 11px) clamp(10px, 2vw, 14px);
    padding-inline-start: clamp(10px, 2vw, 14px);
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.32rem;
    font-size: clamp(0.55rem, 1.02vw, 0.7rem);
    line-height: 1.38;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.78), rgba(15, 23, 42, 0.72));
    border-top: 1px solid rgba(103, 232, 249, 0.18);
    box-shadow:
        0 -8px 32px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .fdm-steps {
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
    }
}

.fdm-steps li {
    display: grid;
    grid-template-rows: auto auto;
    justify-items: center;
    text-align: center;
    padding: 0.12rem 0;
    border-radius: 10px;
    color: rgba(224, 242, 254, 0.86);
    animation: fdmStepPulse 12s ease-in-out infinite;
}

.fdm-steps li:nth-child(1) {
    animation-delay: 0s;
}

.fdm-steps li:nth-child(2) {
    animation-delay: -3s;
}

.fdm-steps li:nth-child(3) {
    animation-delay: -6s;
}

.fdm-steps li:nth-child(4) {
    animation-delay: -9s;
}

@keyframes fdmStepPulse {

    0%,
    78%,
    100% {
        opacity: 0.72;
        background: transparent;
        box-shadow: none;
    }

    2.5%,
    13% {
        opacity: 1;
        background: rgba(103, 232, 249, 0.06);
        box-shadow:
            inset 0 0 0 1px rgba(147, 197, 253, 0.2),
            0 0 16px rgba(34, 211, 238, 0.12);
    }
}

.fdm-steps li span {
    display: inline-flex;
    width: 1.36rem;
    height: 1.36rem;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 900;
    font-size: 0.64rem;
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums;
    font-family:
        ui-sans-serif,
        system-ui,
        -apple-system,
        "Segoe UI",
        sans-serif;
    color: rgba(236, 254, 255, 0.95);
    border: 1px solid rgba(103, 232, 249, 0.45);
    background:
        radial-gradient(circle at 30% 18%, rgba(103, 232, 249, 0.35), transparent 55%),
        linear-gradient(145deg, rgba(15, 23, 42, 0.95), rgba(8, 47, 73, 0.75));
    box-shadow:
        0 0 12px rgba(34, 211, 238, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    margin-bottom: 2px;
}

.fdm-steps li em {
    font-style: normal;
    font-weight: 720;
    letter-spacing: 0.06em;
    color: rgba(224, 242, 254, 0.9);
}

@keyframes fdmScan {
    0% {
        background-position:
            0 0,
            -40% 0;
    }

    100% {
        background-position:
            0 18%,
            140% 0;
    }
}

/* 公司简介栅格右侧：flex 传高 */
.index-about .index-about-right {
    display: flex;
    flex-direction: column;
}

.index-about .index-about-right > .pic.index-about-pic.fusrock-about-media {
    flex: 1 1 auto;
    width: 100%;
}

.index-about .index-about-right > .img {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    min-height: clamp(16rem, 46vw, 24rem);
    border-radius: inherit;
}

.index-about .index-about-right > .img .pic.fusrock-about-media {
    flex: 1 1 auto;
    width: 100%;
}

/* 关于我们页：右侧原视频位 → 与首页同套的线材工艺 HUD */
.company-box .company-intro .company-media .company-image {
    display: flex;
    flex-direction: column;
    min-height: clamp(17rem, 40vw, 28rem);
}

.company-box .company-intro .company-media .company-image .pic.index-about-pic.fusrock-about-media {
    flex: 1 1 auto;
    width: 100%;
    border-radius: inherit;
}

.company-box .company-intro .company-media .company-image:hover .pic.fusrock-about-media {
    transform: none;
}

.company-wrapper .company-box .right .pic.fusrock-about-media {
    align-self: stretch;
    width: 100%;
    min-height: clamp(18rem, 40vw, 28rem);
}

.company-wrapper .company-box .right .pic:hover {
    transform: none;
}

@media (max-width: 760px) {
    .fdm-diagram {
        max-height: min(14rem, 92vw);
    }

    .fdm-flow-bg {
        opacity: 0.052;
        filter: blur(1px);
    }

    .fdm-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 0.45rem;
        column-gap: 0.35rem;
    }

    .fdm-kicker {
        width: 100%;
        opacity: 0.92;
        letter-spacing: 0.1em;
    }

    .fdm-badge {
        font-size: 0.48rem;
        max-width: 58%;
        letter-spacing: 0.06em;
    }

    .fdm-badge--extrude {
        top: 34%;
    }

    .fdm-badge--draw {
        bottom: 28%;
    }

    .fdm-badge--pack {
        left: 22%;
        bottom: 24%;
    }
}

@media (prefers-reduced-motion: reduce) {

    .fusrock-fdm-flow,
    .fusrock-fdm-flow * {
        animation: none !important;
        transition: none !important;
    }

    .fdm-corner-tag::after {
        animation: none !important;
        transform: none !important;
    }

    .fdm-route-flow,
    .fdm-route-glow {
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
    }

    .fdm-route-flow {
        stroke: rgba(236, 254, 255, 0.88);
        filter: none;
    }

    .fdm-badge,
    .fdm-steps li {
        opacity: 1;
        filter: none;
    }

    .fdm-steps li span {
        box-shadow: none;
    }

    .fdm-badge--mix {
        transform: scale(1);
    }

    .fdm-badge--extrude,
    .fdm-badge--draw,
    .fdm-badge--pack {
        transform: translate(-50%, 0) scale(1);
    }

    .fdm-scan {
        mix-blend-mode: normal;
    }
}
