:root {
    --pfx-navy: #06172b;
    --pfx-navy-2: #0a2744;
    --pfx-blue: #0d6efd;
    --pfx-cyan: #12b7e9;
    --pfx-green: #1a9f65;
    --pfx-ink: #10263b;
    --pfx-muted: #64788d;
    --pfx-line: #dce6ef;
    --pfx-soft: #f3f7fb;
    --pfx-white: #fff;
    --pfx-radius: 26px;
    --pfx-shadow: 0 24px 70px rgba(4, 25, 47, .12);
    --pfx-ease: cubic-bezier(.2, .8, .2, 1);
}

.product-industrial-page {
    background: #f5f8fb;
    color: var(--pfx-ink);
}

.product-industrial-page main { overflow: clip; }
.product-industrial-page a { text-decoration: none; }

.pfx-scroll-progress {
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    pointer-events: none;
    background: rgba(255, 255, 255, .12);
}

.pfx-scroll-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--pfx-cyan), var(--pfx-blue));
    box-shadow: 0 0 18px rgba(18, 183, 233, .8);
}

.pfx-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .8s var(--pfx-ease), transform .8s var(--pfx-ease);
}

.pfx-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Hero */
.pfx-hero {
    position: relative;
    min-height: 520px;
    padding: 68px 0 72px;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(100deg, rgba(3, 18, 36, .97) 0%, rgba(5, 31, 57, .93) 50%, rgba(5, 39, 69, .78) 100%),
        var(--pfx-product-image) center/cover no-repeat;
}

.pfx-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        linear-gradient(120deg, transparent 0 44%, rgba(20, 183, 233, .11) 44% 44.4%, transparent 44.4% 100%),
        radial-gradient(circle at 78% 28%, rgba(13, 110, 253, .26), transparent 31%);
}

.pfx-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to right, #000, transparent 86%);
}

.pfx-hero-grid {
    position: absolute;
    z-index: -1;
    right: -6%;
    bottom: -38%;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    box-shadow: inset 0 0 0 42px rgba(255,255,255,.025), inset 0 0 0 86px rgba(255,255,255,.02);
    animation: pfxSpin 24s linear infinite;
}

.pfx-hero-grid::before,
.pfx-hero-grid::after {
    content: "";
    position: absolute;
    inset: 18%;
    border: 1px dashed rgba(18,183,233,.34);
    border-radius: 50%;
}

.pfx-hero-grid::after { inset: 36%; }

.pfx-hero-orb {
    position: absolute;
    z-index: -1;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .3;
}
.pfx-hero-orb-one { top: -60px; left: 10%; background: var(--pfx-blue); }
.pfx-hero-orb-two { right: 20%; bottom: -90px; background: var(--pfx-cyan); }

.pfx-breadcrumb {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: 42px;
    overflow-x: auto;
    color: rgba(255,255,255,.66);
    font-size: .82rem;
    scrollbar-width: none;
}
.pfx-breadcrumb::-webkit-scrollbar { display: none; }
.pfx-breadcrumb a { color: rgba(255,255,255,.78); white-space: nowrap; }
.pfx-breadcrumb a:hover { color: #fff; }
.pfx-breadcrumb span { max-width: 420px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pfx-breadcrumb i { font-size: .65rem; opacity: .5; }

.pfx-kicker,
.pfx-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: var(--pfx-cyan);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pfx-kicker {
    padding: .5rem .8rem;
    border: 1px solid rgba(18,183,233,.32);
    border-radius: 999px;
    background: rgba(18,183,233,.08);
}

.pfx-hero-copy h1 {
    max-width: 900px;
    margin: 1.15rem 0 1.05rem;
    font-size: clamp(2.65rem, 6vw, 5.65rem);
    line-height: .98;
    font-weight: 850;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.pfx-hero-copy > p {
    max-width: 780px;
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    line-height: 1.85;
}

.pfx-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1.65rem;
}

.pfx-hero-tags span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .55rem .75rem;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 10px;
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.86);
    font-size: .78rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
}
.pfx-hero-tags .pfx-tag-accent { border-color: rgba(18,183,233,.32); color: #fff; background: rgba(18,183,233,.14); }

.pfx-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 22px;
    background: rgba(255,255,255,.08);
    box-shadow: 0 24px 60px rgba(0,0,0,.2);
    backdrop-filter: blur(18px);
    transform-style: preserve-3d;
}

.pfx-hero-stats div {
    padding: 1.4rem .8rem;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.12);
}
.pfx-hero-stats div:last-child { border-right: 0; }
.pfx-hero-stats strong { display: block; color: #fff; font-size: 1.8rem; line-height: 1; }
.pfx-hero-stats span { display: block; margin-top: .45rem; color: rgba(255,255,255,.58); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }

/* Main showroom */
.pfx-product-main {
    position: relative;
    z-index: 2;
    margin-top: -34px;
    padding: 0 0 78px;
}

.pfx-product-layout {
    display: grid;
    grid-template-columns: 275px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.pfx-category-sidebar { position: sticky; top: 104px; }
.pfx-category-panel,
.pfx-specialist-card,
.pfx-gallery-panel,
.pfx-summary-panel {
    border: 1px solid rgba(213,225,235,.92);
    border-radius: var(--pfx-radius);
    background: rgba(255,255,255,.97);
    box-shadow: var(--pfx-shadow);
}

.pfx-category-panel { overflow: hidden; }
.pfx-panel-heading {
    padding: 1.25rem;
    color: #fff;
    background: linear-gradient(135deg, var(--pfx-navy), var(--pfx-navy-2));
}
.pfx-panel-heading span { display: block; font-size: .9rem; font-weight: 800; }
.pfx-panel-heading strong { display: block; margin-top: .25rem; color: rgba(255,255,255,.56); font-size: .69rem; font-weight: 600; }

.pfx-category-list,
.pfx-category-list ul { list-style: none; margin: 0; padding: 0; }
.pfx-category-list > li { border-bottom: 1px solid #e9eff4; }
.pfx-category-list > li:last-child { border-bottom: 0; }
.pfx-category-list a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .65rem;
    padding: .9rem 1rem;
    color: #2b4054;
    font-size: .83rem;
    font-weight: 750;
    transition: .25s var(--pfx-ease);
}
.pfx-category-list > li > a::before {
    content: "";
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 0;
    width: 3px;
    border-radius: 0 5px 5px 0;
    background: var(--pfx-blue);
    transform: scaleY(0);
    transition: transform .25s var(--pfx-ease);
}
.pfx-category-list a:hover,
.pfx-category-list li.active > a { color: var(--pfx-blue); background: #eef6ff; }
.pfx-category-list li.active > a::before,
.pfx-category-list a:hover::before { transform: scaleY(1); }
.pfx-category-list a small { min-width: 26px; padding: .12rem .38rem; border-radius: 999px; background: #eef2f6; color: #8291a0; text-align: center; font-size: .66rem; }
.pfx-category-list li.active > a small { color: var(--pfx-blue); background: #dcecff; }
.pfx-category-list ul { padding: .2rem 0 .6rem; background: #fbfcfd; }
.pfx-category-list ul a { padding: .55rem 1rem .55rem 1.55rem; font-size: .75rem; font-weight: 650; }
.pfx-category-list ul a span { margin-right: auto; }
.pfx-category-list ul a::after { content: ""; order: -1; width: 6px; height: 6px; border-radius: 50%; background: #b7c3ce; }

.pfx-specialist-card {
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
    padding: 1.4rem;
    color: #fff;
    background:
        linear-gradient(150deg, rgba(5, 25, 47, .96), rgba(8, 55, 91, .9)),
        url('../images/backgrounds/partner-industrial.webp') center/cover no-repeat;
}
.pfx-specialist-card::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -45px;
    width: 135px;
    height: 135px;
    border: 18px solid rgba(255,255,255,.04);
    border-radius: 50%;
}
.pfx-specialist-card > * { position: relative; z-index: 1; }
.pfx-specialist-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 1rem; border-radius: 14px; background: linear-gradient(135deg, var(--pfx-blue), var(--pfx-cyan)); box-shadow: 0 12px 30px rgba(13,110,253,.35); font-size: 1.35rem; }
.pfx-specialist-card > span { color: var(--pfx-cyan); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.pfx-specialist-card h3 { margin: .55rem 0 .7rem; font-size: 1.22rem; line-height: 1.35; }
.pfx-specialist-card p { color: rgba(255,255,255,.64); font-size: .78rem; line-height: 1.65; }
.pfx-specialist-card a { display: flex; align-items: center; gap: .6rem; margin-top: .65rem; color: #fff; font-size: .8rem; font-weight: 700; transition: transform .2s ease; }
.pfx-specialist-card a:hover { transform: translateX(4px); }

.pfx-category-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 0;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--pfx-navy), var(--pfx-navy-2));
    font-weight: 750;
}
.pfx-category-toggle span { display: flex; align-items: center; gap: .65rem; }

.pfx-showroom {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr);
    gap: 1.5rem;
    align-items: stretch;
}

.pfx-gallery-panel { min-width: 0; padding: 1rem; }
.pfx-panel-topline { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .25rem .25rem 1rem; color: var(--pfx-ink); }
.pfx-panel-topline span { display: flex; align-items: center; gap: .55rem; font-size: .86rem; font-weight: 800; }
.pfx-panel-topline span i { color: var(--pfx-blue); }
.pfx-panel-topline small { color: var(--pfx-muted); font-size: .7rem; font-weight: 700; }

.product-industrial-page .commerce-product-gallery {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: .8rem;
    min-height: 610px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.product-industrial-page .commerce-gallery-thumbs {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    max-height: 610px;
    padding: 0 .1rem 0 0;
    overflow-y: auto;
    scrollbar-width: thin;
}

.product-industrial-page .commerce-gallery-thumb {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    padding: .25rem;
    overflow: hidden;
    border: 1px solid #d9e3ec;
    border-radius: 14px;
    background: #fff;
    transition: .25s var(--pfx-ease);
}
.product-industrial-page .commerce-gallery-thumb:hover { transform: translateY(-2px); border-color: #79b3f7; box-shadow: 0 10px 24px rgba(13,110,253,.12); }
.product-industrial-page .commerce-gallery-thumb.active { border: 2px solid var(--pfx-blue); box-shadow: 0 0 0 4px rgba(13,110,253,.1); }
.product-industrial-page .commerce-gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
.product-industrial-page .commerce-gallery-video-thumb { width: 100%; height: 100%; display: grid; place-items: center; border-radius: 10px; color: #fff; background: linear-gradient(145deg, var(--pfx-navy), var(--pfx-blue)); }
.product-industrial-page .commerce-gallery-video-thumb i { font-size: 1.35rem; }
.product-industrial-page .commerce-gallery-video-thumb small { font-size: .55rem; font-weight: 800; text-transform: uppercase; }

.product-industrial-page .commerce-gallery-stage {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dfe7ee;
    border-radius: 22px;
    background:
        radial-gradient(circle at 50% 44%, #fff 0%, #f7fafc 72%),
        linear-gradient(135deg, #fff, #eff5f9);
}
.product-industrial-page .commerce-gallery-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: .35;
    background-image:
        linear-gradient(rgba(14,42,66,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(14,42,66,.06) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(circle at center, #000, transparent 80%);
}
.product-industrial-page .commerce-gallery-toolbar { position: absolute; z-index: 4; top: 1rem; left: 1rem; right: 1rem; display: flex; gap: .45rem; align-items: center; }
.product-industrial-page .commerce-gallery-counter,
.product-industrial-page .commerce-gallery-kind,
.product-industrial-page .commerce-gallery-expand { border: 1px solid rgba(20,55,86,.09); color: #294057; background: rgba(255,255,255,.88); box-shadow: 0 8px 24px rgba(16,43,68,.08); backdrop-filter: blur(12px); }
.product-industrial-page .commerce-gallery-counter,
.product-industrial-page .commerce-gallery-kind { padding: .48rem .68rem; border-radius: 10px; font-size: .65rem; font-weight: 800; }
.product-industrial-page .commerce-gallery-expand { display: grid; place-items: center; width: 36px; height: 36px; margin-left: auto; border-radius: 11px; }
.product-industrial-page .commerce-gallery-expand:hover { color: #fff; background: var(--pfx-blue); transform: rotate(5deg); }

.product-industrial-page .commerce-gallery-viewer {
    position: relative;
    z-index: 1;
    min-height: 540px;
    display: grid;
    place-items: center;
    padding: 3.8rem 2rem 2.5rem;
    cursor: zoom-in;
}
.product-industrial-page .commerce-gallery-main-image { width: 100%; height: 100%; max-height: 480px; object-fit: contain; filter: drop-shadow(0 28px 32px rgba(9,35,57,.17)); transition: transform .5s var(--pfx-ease), opacity .35s ease; }
.product-industrial-page .commerce-gallery-viewer:hover .commerce-gallery-main-image { transform: scale(1.035); }
.product-industrial-page .commerce-gallery-viewer iframe,
.product-industrial-page .commerce-gallery-viewer video { width: 100%; min-height: 460px; border: 0; border-radius: 14px; background: #071421; }
.product-industrial-page .gallery-media-enter { animation: pfxMediaEnter .48s var(--pfx-ease); }

.pfx-gallery-scan {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 6%;
    right: 6%;
    height: 2px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(18,183,233,.9), transparent);
    box-shadow: 0 0 16px rgba(18,183,233,.8);
    animation: pfxScan 4.6s ease-in-out infinite;
}

.product-industrial-page .commerce-gallery-nav { z-index: 4; width: 44px; height: 44px; border: 0; border-radius: 14px; color: #fff; background: rgba(5,31,57,.82); box-shadow: 0 12px 30px rgba(4,29,53,.2); backdrop-filter: blur(10px); }
.product-industrial-page .commerce-gallery-nav:hover { transform: translateY(-50%) scale(1.06); background: var(--pfx-blue); }
.product-industrial-page .commerce-gallery-caption { position: absolute; z-index: 4; left: 50%; bottom: .9rem; transform: translateX(-50%); display: flex; align-items: center; gap: .45rem; width: max-content; max-width: calc(100% - 2rem); padding: .45rem .7rem; border-radius: 999px; color: #688095; background: rgba(255,255,255,.86); font-size: .65rem; font-weight: 700; box-shadow: 0 8px 24px rgba(20,52,78,.08); backdrop-filter: blur(10px); }

.pfx-summary-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(1.4rem, 2.3vw, 2.1rem);
    transform-style: preserve-3d;
}
.pfx-summary-panel::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(18,183,233,.15), transparent 68%);
}
.pfx-summary-panel > * { position: relative; z-index: 1; }
.pfx-status-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .7rem; color: #728397; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.pfx-status-row span:first-child { color: var(--pfx-green); }
.pfx-status-row i { margin-right: .35rem; font-size: .52rem; }
.pfx-summary-panel h2 { margin: 1.05rem 0 .8rem; color: #0e2438; font-size: clamp(1.8rem, 2.7vw, 2.8rem); line-height: 1.12; font-weight: 850; letter-spacing: -.035em; text-wrap: balance; }
.pfx-summary-lead { color: var(--pfx-muted); font-size: .94rem; line-height: 1.75; }

.pfx-quick-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; margin-top: 1.2rem; }
.pfx-quick-specs div { min-width: 0; padding: .85rem .9rem; border: 1px solid #e0e8ef; border-radius: 14px; background: #f8fafc; transition: .25s var(--pfx-ease); }
.pfx-quick-specs div:hover { transform: translateY(-3px); border-color: #b9d9fb; background: #f2f8ff; box-shadow: 0 10px 24px rgba(13,110,253,.08); }
.pfx-quick-specs span { display: block; margin-bottom: .2rem; color: #8595a5; font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.pfx-quick-specs strong { display: block; color: #24394d; font-size: .84rem; overflow-wrap: anywhere; }

.pfx-quote-box { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.1rem; padding: 1rem; border: 1px solid #d8e8f8; border-radius: 16px; background: linear-gradient(135deg, #edf7ff, #f9fcff); }
.pfx-quote-box span { display: block; color: #7990a4; font-size: .68rem; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.pfx-quote-box strong { display: block; margin-top: .22rem; color: var(--pfx-blue); font-size: 1.12rem; }
.pfx-quote-box > i { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--pfx-blue), var(--pfx-cyan)); box-shadow: 0 12px 26px rgba(13,110,253,.24); font-size: 1.25rem; }

.pfx-primary-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin-top: 1.15rem; }
.pfx-primary-actions .btn { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; gap: .55rem; min-height: 50px; border-radius: 13px; font-size: .8rem; font-weight: 800; }
.pfx-primary-actions .btn:first-child { grid-column: 1 / -1; }
.pfx-primary-actions .btn::after,
.pfx-document-actions .btn::after,
.pfx-inquiry-form .btn::after {
    content: "";
    position: absolute;
    top: -60%;
    left: -55%;
    width: 35%;
    height: 220%;
    transform: skewX(-22deg);
    transition: transform .65s var(--pfx-ease);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
}
.pfx-primary-actions .btn:hover::after,
.pfx-document-actions .btn:hover::after,
.pfx-inquiry-form .btn:hover::after { transform: translateX(520%) skewX(-22deg); }

.pfx-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; margin-top: 1.1rem; }
.pfx-trust-grid span { min-width: 0; padding: .75rem .55rem; border-radius: 13px; background: #f6f8fa; text-align: center; }
.pfx-trust-grid i { display: block; margin-bottom: .35rem; color: var(--pfx-green); font-size: 1.05rem; }
.pfx-trust-grid strong { display: block; color: #35495c; font-size: .65rem; }
.pfx-trust-grid small { display: block; margin-top: .15rem; color: #8a99a7; font-size: .55rem; line-height: 1.35; }

.pfx-barcode-note { display: flex; align-items: center; gap: .6rem; margin-top: 1rem; padding-top: .9rem; border-top: 1px dashed #d9e2ea; color: #7c8c9b; font-size: .68rem; }
.pfx-barcode-note i { color: var(--pfx-blue); font-size: 1.15rem; }
.pfx-barcode-note strong { margin-left: auto; color: #30465a; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: .74rem; }

/* Sticky product navigation */
.pfx-section-nav {
    position: sticky;
    z-index: 45;
    top: 76px;
    border-top: 1px solid #dce5ed;
    border-bottom: 1px solid #dce5ed;
    background: rgba(255,255,255,.94);
    box-shadow: 0 12px 28px rgba(7,31,54,.08);
    backdrop-filter: blur(14px);
}
.pfx-section-nav-inner { display: flex; overflow-x: auto; scrollbar-width: none; }
.pfx-section-nav-inner::-webkit-scrollbar { display: none; }
.pfx-section-nav a { position: relative; min-width: max-content; padding: 1rem 1.15rem; color: #52677a; font-size: .78rem; font-weight: 800; }
.pfx-section-nav a::after { content: ""; position: absolute; left: 1.15rem; right: 1.15rem; bottom: 0; height: 3px; border-radius: 3px 3px 0 0; background: linear-gradient(90deg, var(--pfx-blue), var(--pfx-cyan)); transform: scaleX(0); transition: transform .25s ease; }
.pfx-section-nav a:hover,
.pfx-section-nav a.active { color: var(--pfx-blue); }
.pfx-section-nav a.active::after,
.pfx-section-nav a:hover::after { transform: scaleX(1); }

/* Overview */
.pfx-story-section {
    position: relative;
    padding: 105px 0;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(95deg, rgba(4,22,42,.98) 0%, rgba(4,31,55,.95) 52%, rgba(6,47,78,.86) 100%),
        var(--pfx-product-image) center/cover no-repeat;
    scroll-margin-top: 135px;
}
.pfx-story-section::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .18; background-image: linear-gradient(135deg, rgba(255,255,255,.08) 25%, transparent 25%), linear-gradient(225deg, rgba(255,255,255,.08) 25%, transparent 25%); background-size: 36px 36px; }
.pfx-story-copy h2,
.pfx-section-heading h2,
.pfx-related-heading h2 { margin: .75rem 0 1rem; font-size: clamp(2rem, 4.2vw, 3.65rem); line-height: 1.06; font-weight: 850; letter-spacing: -.04em; text-wrap: balance; }
.pfx-description-copy { color: rgba(255,255,255,.72); font-size: 1rem; line-height: 1.9; }
.pfx-application-card { display: flex; gap: 1rem; margin-top: 1.5rem; padding: 1.15rem; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.07); backdrop-filter: blur(12px); }
.pfx-application-card > i { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--pfx-blue), var(--pfx-cyan)); }
.pfx-application-card strong { display: block; margin-bottom: .25rem; color: #fff; }
.pfx-application-card span { color: rgba(255,255,255,.62); font-size: .83rem; line-height: 1.65; }

.pfx-story-visual { position: relative; min-height: 430px; display: grid; place-items: center; perspective: 1000px; }
.pfx-story-visual img { position: relative; z-index: 2; width: min(100%, 560px); max-height: 420px; object-fit: contain; padding: 1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: rgba(255,255,255,.93); box-shadow: 0 35px 85px rgba(0,0,0,.34); transform: rotateY(-5deg) rotateX(2deg); }
.pfx-story-frame { position: absolute; z-index: 1; width: 82%; height: 82%; border: 1px solid rgba(18,183,233,.4); border-radius: 30px; transform: translate(34px, 30px) rotate(4deg); animation: pfxFloat 5s ease-in-out infinite; }
.pfx-story-badge { position: absolute; z-index: 3; left: 0; bottom: 4%; display: flex; align-items: center; gap: .7rem; padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; color: rgba(255,255,255,.72); background: rgba(4,28,50,.86); box-shadow: 0 18px 38px rgba(0,0,0,.28); backdrop-filter: blur(12px); animation: pfxFloat 4.4s ease-in-out infinite reverse; }
.pfx-story-badge i { color: var(--pfx-cyan); font-size: 1.45rem; }
.pfx-story-badge span { font-size: .68rem; line-height: 1.4; }
.pfx-story-badge strong { color: #fff; font-size: .8rem; }

/* Specifications */
.pfx-spec-section {
    position: relative;
    padding: 105px 0;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbfd, #edf4f8);
    scroll-margin-top: 135px;
}
.pfx-tech-grid { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(11,57,91,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(11,57,91,.06) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.pfx-section-heading { max-width: 780px; margin-bottom: 2.3rem; }
.pfx-section-heading p { margin: 0; color: var(--pfx-muted); font-size: 1rem; line-height: 1.8; }
.pfx-spec-card { overflow: hidden; border: 1px solid #d7e2eb; border-radius: 26px; background: rgba(255,255,255,.95); box-shadow: var(--pfx-shadow); }
.pfx-spec-table tr { transition: .22s ease; }
.pfx-spec-table tr:hover { background: #f1f7fd; }
.pfx-spec-table th,
.pfx-spec-table td { padding: 1.05rem 1.25rem; border-color: #e4ebf1; vertical-align: middle; }
.pfx-spec-table th { width: 34%; color: #2c4256; background: #f6f9fb; font-size: .8rem; font-weight: 800; }
.pfx-spec-table th span { display: inline-flex; align-items: center; gap: .55rem; }
.pfx-spec-table th span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(135deg, var(--pfx-blue), var(--pfx-cyan)); box-shadow: 0 0 0 4px rgba(13,110,253,.08); }
.pfx-spec-table td { color: #52687c; font-size: .9rem; }

/* Features */
.pfx-feature-section {
    position: relative;
    padding: 110px 0;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(105deg, rgba(2,17,32,.97), rgba(4,40,66,.89)),
        url('../images/backgrounds/process-industrial.webp') center/cover no-repeat;
    scroll-margin-top: 135px;
}
.pfx-feature-section::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 15% 15%, rgba(18,183,233,.2), transparent 32%), radial-gradient(circle at 85% 80%, rgba(13,110,253,.18), transparent 30%); }
.pfx-section-heading-light h2 { color: #fff; }
.pfx-section-heading-light p { color: rgba(255,255,255,.63); }
.pfx-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.pfx-feature-card { position: relative; min-height: 205px; overflow: hidden; padding: 1.35rem; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.07); backdrop-filter: blur(12px); transition: .35s var(--pfx-ease); }
.pfx-feature-card::before { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: linear-gradient(90deg, var(--pfx-blue), var(--pfx-cyan)); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.pfx-feature-card:hover { transform: translateY(-8px); border-color: rgba(18,183,233,.38); background: rgba(255,255,255,.1); box-shadow: 0 22px 54px rgba(0,0,0,.26); }
.pfx-feature-card:hover::before { transform: scaleX(1); }
.pfx-feature-card > span { position: absolute; top: .7rem; right: 1rem; color: rgba(255,255,255,.08); font-size: 3.4rem; line-height: 1; font-weight: 900; }
.pfx-feature-card > i { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 1rem; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--pfx-blue), var(--pfx-cyan)); box-shadow: 0 12px 28px rgba(13,110,253,.28); font-size: 1.25rem; }
.pfx-feature-card p { position: relative; margin: 0; color: rgba(255,255,255,.76); font-size: .88rem; line-height: 1.75; }

/* Documents */
.pfx-document-section {
    position: relative;
    padding: 105px 0;
    color: #fff;
    background:
        linear-gradient(105deg, rgba(5,28,51,.96), rgba(8,62,99,.9)),
        url('../images/backgrounds/featured-machines.webp') center/cover no-repeat;
    scroll-margin-top: 135px;
}
.pfx-document-section .pfx-section-heading h2 { color: #fff; }
.pfx-document-section .pfx-section-heading p { color: rgba(255,255,255,.62); }
.pfx-document-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.pfx-document-card { position: relative; display: flex; flex-direction: column; min-height: 360px; overflow: hidden; padding: 1.3rem; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.08); box-shadow: 0 22px 55px rgba(0,0,0,.2); backdrop-filter: blur(16px); transition: .35s var(--pfx-ease); }
.pfx-document-card:hover { transform: translateY(-8px); border-color: rgba(18,183,233,.42); background: rgba(255,255,255,.11); }
.pfx-document-icon { display: flex; align-items: center; justify-content: space-between; }
.pfx-document-icon i { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; color: #fff; background: linear-gradient(135deg, #e43f5a, #ff6b6b); box-shadow: 0 14px 30px rgba(228,63,90,.3); font-size: 1.45rem; }
.pfx-document-icon span { color: rgba(255,255,255,.18); font-size: 2.6rem; font-weight: 900; letter-spacing: -.06em; }
.pfx-document-content { flex: 1; padding-top: 1rem; }
.pfx-document-content small { color: var(--pfx-cyan); font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.pfx-document-content h3 { margin: .45rem 0 .6rem; color: #fff; font-size: 1.35rem; }
.pfx-document-content p { color: rgba(255,255,255,.62); font-size: .82rem; line-height: 1.65; }
.pfx-document-meta { display: grid; gap: .35rem; margin-top: 1rem; color: rgba(255,255,255,.48); font-size: .68rem; }
.pfx-document-meta span { display: flex; align-items: center; gap: .45rem; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pfx-document-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; margin-top: 1rem; }
.pfx-document-actions .btn { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; gap: .45rem; border-radius: 12px; font-size: .75rem; font-weight: 800; }

/* Inquiry */
.pfx-inquiry-section {
    position: relative;
    padding: 105px 0;
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(100deg, rgba(238,247,254,.97), rgba(248,252,255,.93)),
        var(--pfx-product-image) center/cover no-repeat;
    scroll-margin-top: 135px;
}
.pfx-inquiry-section::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .5; background-image: radial-gradient(circle at 15% 20%, rgba(13,110,253,.13), transparent 28%), radial-gradient(circle at 85% 85%, rgba(18,183,233,.12), transparent 26%); }
.pfx-inquiry-shell { overflow: hidden; padding: clamp(1.3rem, 3vw, 2.5rem); border: 1px solid #d6e5f0; border-radius: 30px; background: rgba(255,255,255,.9); box-shadow: 0 30px 85px rgba(5,34,58,.14); backdrop-filter: blur(16px); }
.pfx-inquiry-copy h2 { margin: .7rem 0 1rem; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.08; font-weight: 850; letter-spacing: -.04em; }
.pfx-inquiry-copy > p { color: var(--pfx-muted); line-height: 1.8; }
.pfx-inquiry-copy ul { list-style: none; margin: 1.25rem 0; padding: 0; display: grid; gap: .65rem; }
.pfx-inquiry-copy li { display: flex; align-items: center; gap: .55rem; color: #40566b; font-size: .82rem; font-weight: 700; }
.pfx-inquiry-copy li i { color: var(--pfx-green); }
.pfx-inquiry-contact { display: grid; gap: .65rem; }
.pfx-inquiry-contact a { display: flex; align-items: center; gap: .75rem; padding: .75rem .85rem; border: 1px solid #e0e8ef; border-radius: 14px; color: #30465a; background: #f8fafc; }
.pfx-inquiry-contact a > i { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 40px; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--pfx-blue), var(--pfx-cyan)); }
.pfx-inquiry-contact span { min-width: 0; color: #8595a4; font-size: .65rem; text-transform: uppercase; letter-spacing: .05em; }
.pfx-inquiry-contact strong { display: block; margin-top: .15rem; color: #2b4054; font-size: .75rem; text-transform: none; letter-spacing: 0; overflow-wrap: anywhere; }
.pfx-inquiry-form { padding: 1.25rem; border: 1px solid #dce7ef; border-radius: 22px; background: #fff; box-shadow: 0 16px 42px rgba(12,52,84,.08); }
.pfx-inquiry-form .form-label { color: #30465a; font-size: .72rem; font-weight: 800; }
.pfx-inquiry-form .form-control { min-height: 50px; border-color: #d9e3eb; border-radius: 12px; color: #21384c; font-size: .84rem; }
.pfx-inquiry-form textarea.form-control { min-height: 140px; }
.pfx-inquiry-form .form-control:focus { border-color: #87bdf8; box-shadow: 0 0 0 .22rem rgba(13,110,253,.1); }
.pfx-inquiry-form .btn { position: relative; overflow: hidden; border-radius: 13px; font-weight: 800; }

/* Related products */
.pfx-related-section { padding: 90px 0; background: #fff; }
.pfx-related-alt { background: #f2f6f9; }
.pfx-related-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.8rem; }
.pfx-related-heading > div > span { color: var(--pfx-blue); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.pfx-related-heading h2 { margin-bottom: 0; font-size: clamp(1.8rem, 3.5vw, 2.9rem); }
.pfx-related-heading > a { display: inline-flex; align-items: center; gap: .45rem; color: var(--pfx-blue); font-size: .8rem; font-weight: 800; }
.pfx-related-card { display: flex; flex-direction: column; height: 100%; overflow: hidden; border: 1px solid #dbe5ed; border-radius: 20px; color: var(--pfx-ink); background: #fff; box-shadow: 0 14px 34px rgba(7,39,66,.07); transition: .35s var(--pfx-ease); }
.pfx-related-card:hover { transform: translateY(-8px); border-color: #a8cff8; box-shadow: 0 24px 52px rgba(13,68,110,.14); }
.pfx-related-image { position: relative; overflow: hidden; height: 220px; padding: .8rem; background: linear-gradient(145deg, #f7fafc, #edf4f8); }
.pfx-related-image::after { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(20,55,86,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(20,55,86,.07) 1px, transparent 1px); background-size: 24px 24px; }
.pfx-related-image img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; transition: transform .5s var(--pfx-ease); }
.pfx-related-card:hover .pfx-related-image img { transform: scale(1.07); }
.pfx-related-image span { position: absolute; z-index: 2; top: .75rem; left: .75rem; max-width: calc(100% - 1.5rem); padding: .4rem .55rem; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--pfx-blue), var(--pfx-cyan)); font-size: .59rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pfx-related-body { display: flex; flex: 1; flex-direction: column; padding: 1rem; }
.pfx-related-body strong { line-height: 1.45; }
.pfx-related-body small { margin-top: .35rem; color: #8796a5; font-size: .7rem; }
.pfx-related-body > span { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 1rem; color: var(--pfx-blue); font-size: .72rem; font-weight: 800; }

.pfx-mobile-actions {
    position: fixed;
    z-index: 1050;
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .55rem;
    padding: .6rem;
    border: 1px solid rgba(215,226,235,.9);
    border-radius: 18px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 16px 44px rgba(5,31,53,.2);
    backdrop-filter: blur(14px);
}
.pfx-mobile-actions .btn { display: flex; align-items: center; justify-content: center; gap: .45rem; border-radius: 12px; font-size: .75rem; font-weight: 800; }

.product-industrial-page .product-media-modal .modal-content { overflow: hidden; border: 0; border-radius: 24px; box-shadow: 0 30px 95px rgba(0,0,0,.34); }
.product-industrial-page .product-media-modal .modal-header { border-bottom-color: #e4ebf1; }
.product-industrial-page .product-media-modal .modal-body { display: grid; place-items: center; min-height: 70vh; background: #eef4f8; }
.product-industrial-page .product-media-modal .modal-body img { max-width: 100%; max-height: 76vh; object-fit: contain; }
.product-industrial-page .product-media-modal .modal-body iframe,
.product-industrial-page .product-media-modal .modal-body video { width: 100%; min-height: 72vh; border: 0; }

@keyframes pfxSpin { to { transform: rotate(360deg); } }
@keyframes pfxFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes pfxScan { 0%,100% { top: 6%; opacity: 0; } 12% { opacity: 1; } 50% { top: 92%; opacity: .9; } 88% { opacity: 1; } }
@keyframes pfxMediaEnter { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1199.98px) {
    .pfx-product-layout { grid-template-columns: 240px minmax(0, 1fr); }
    .pfx-showroom { grid-template-columns: 1fr; }
    .pfx-summary-panel { min-height: auto; }
    .pfx-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pfx-document-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991.98px) {
    .pfx-hero { min-height: auto; padding: 58px 0 64px; }
    .pfx-hero-stats { max-width: 560px; }
    .pfx-product-main { margin-top: -24px; }
    .pfx-product-layout { grid-template-columns: 1fr; }
    .pfx-category-sidebar { position: static; }
    .pfx-category-panel,
    .pfx-specialist-card { box-shadow: 0 14px 36px rgba(4,25,47,.1); }
    .pfx-specialist-card { display: none; }
    .pfx-category-toggle { margin-bottom: .75rem; }
    .pfx-section-nav { top: 72px; }
    .pfx-story-section,
    .pfx-spec-section,
    .pfx-feature-section,
    .pfx-document-section,
    .pfx-inquiry-section { padding: 82px 0; }
    .pfx-story-visual { margin-top: 1rem; }
    .pfx-story-visual img { transform: none; }
    .pfx-document-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767.98px) {
    .product-industrial-page { padding-bottom: 84px; }
    .pfx-scroll-progress { height: 3px; }
    .pfx-breadcrumb { margin-bottom: 28px; }
    .pfx-hero-copy h1 { font-size: clamp(2.35rem, 12vw, 3.9rem); }
    .pfx-hero-copy > p { font-size: .94rem; }
    .pfx-hero-stats { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .pfx-hero-stats div { padding: 1rem .35rem; }
    .pfx-hero-stats strong { font-size: 1.35rem; }
    .pfx-hero-stats span { font-size: .55rem; }
    .pfx-gallery-panel,
    .pfx-summary-panel { border-radius: 20px; }
    .product-industrial-page .commerce-product-gallery { display: flex; flex-direction: column-reverse; min-height: auto; }
    .product-industrial-page .commerce-gallery-thumbs { flex-direction: row; max-height: none; padding: .1rem 0 .25rem; overflow-x: auto; overflow-y: hidden; }
    .product-industrial-page .commerce-gallery-thumb { flex-basis: 68px; width: 68px; height: 68px; }
    .product-industrial-page .commerce-gallery-viewer { min-height: 370px; padding: 3.5rem 1rem 2.5rem; }
    .product-industrial-page .commerce-gallery-main-image { max-height: 315px; }
    .product-industrial-page .commerce-gallery-viewer iframe,
    .product-industrial-page .commerce-gallery-viewer video { min-height: 320px; }
    .product-industrial-page .commerce-gallery-caption { max-width: calc(100% - 1rem); font-size: .58rem; }
    .pfx-primary-actions { grid-template-columns: 1fr; }
    .pfx-primary-actions .btn:first-child { grid-column: auto; }
    .pfx-trust-grid { grid-template-columns: 1fr; }
    .pfx-trust-grid span { display: grid; grid-template-columns: 28px 1fr; grid-template-rows: auto auto; text-align: left; column-gap: .4rem; }
    .pfx-trust-grid i { grid-row: 1 / span 2; margin: 0; }
    .pfx-quick-specs { grid-template-columns: 1fr; }
    .pfx-section-nav a { padding: .88rem .85rem; }
    .pfx-story-section,
    .pfx-spec-section,
    .pfx-feature-section,
    .pfx-document-section,
    .pfx-inquiry-section,
    .pfx-related-section { padding: 68px 0; }
    .pfx-story-visual { min-height: 320px; }
    .pfx-story-badge { left: .5rem; bottom: -1rem; }
    .pfx-feature-grid { grid-template-columns: 1fr; }
    .pfx-document-grid { grid-template-columns: 1fr; }
    .pfx-document-card { min-height: 330px; }
    .pfx-spec-table,
    .pfx-spec-table tbody,
    .pfx-spec-table tr,
    .pfx-spec-table th,
    .pfx-spec-table td { display: block; width: 100%; }
    .pfx-spec-table tr { padding: .8rem 1rem; border-bottom: 1px solid #e4ebf1; }
    .pfx-spec-table tr:last-child { border-bottom: 0; }
    .pfx-spec-table th,
    .pfx-spec-table td { padding: .25rem 0; border: 0; background: transparent; }
    .pfx-spec-table th { font-size: .68rem; }
    .pfx-spec-table td { font-size: .82rem; }
    .pfx-related-heading { align-items: flex-start; flex-direction: column; }
    .pfx-related-image { height: 195px; }
    .pfx-inquiry-shell { border-radius: 22px; }
    .pfx-inquiry-form { padding: 1rem; }
}

@media (max-width: 479.98px) {
    .pfx-hero { padding-top: 46px; }
    .pfx-hero-tags span { width: 100%; justify-content: center; }
    .pfx-hero-stats { grid-template-columns: 1fr; }
    .pfx-hero-stats div { display: flex; align-items: center; justify-content: space-between; padding: .8rem 1rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); text-align: left; }
    .pfx-hero-stats div:last-child { border-bottom: 0; }
    .pfx-hero-stats span { margin-top: 0; }
    .product-industrial-page .commerce-gallery-viewer { min-height: 300px; }
    .product-industrial-page .commerce-gallery-main-image { max-height: 250px; }
    .pfx-summary-panel h2 { font-size: 1.8rem; }
    .pfx-story-badge { position: relative; left: auto; bottom: auto; margin-top: 1rem; }
    .pfx-document-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .pfx-reveal { opacity: 1; transform: none; transition: none; }
    .pfx-hero-grid,
    .pfx-gallery-scan,
    .pfx-story-frame,
    .pfx-story-badge { animation: none !important; }
    .product-industrial-page *,
    .product-industrial-page *::before,
    .product-industrial-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
