.material-symbols-outlined {
          font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }
        .icon-fill {
            font-variation-settings: 'FILL' 1;
        }
        .hero-gradient {
            background:
                linear-gradient(90deg, rgba(15, 23, 42, 0.68) 0%, rgba(15, 23, 42, 0.52) 38%, rgba(15, 23, 42, 0.28) 72%, rgba(15, 23, 42, 0.22) 100%),
                linear-gradient(180deg, rgba(9, 20, 48, 0.34) 0%, rgba(9, 20, 48, 0.18) 100%);
        }
        .glass-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        .xz-topbar {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 60;
            height: 30px;
            background:
                linear-gradient(135deg, rgba(255,255,255,0.04), transparent 34%),
                linear-gradient(90deg, #171717 0%, #0f0f0f 100%);
            border-bottom: 1px solid rgba(226, 232, 240, 0.22);
        }
        .xz-topbar__inner {
            max-width: 1280px;
            height: 30px;
            margin: 0 auto;
            padding: 0 24px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 12px;
        }
        .xz-topbar__label {
            color: rgba(255,255,255,0.52);
            font-size: 11px;
            line-height: 1;
            white-space: nowrap;
        }
        .xz-topbar__social {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            color: rgba(255,255,255,0.82);
            text-decoration: none;
            transition: color 0.2s ease, transform 0.2s ease;
        }
        .xz-topbar__social:hover {
            color: #ffffff;
            transform: translateY(-1px);
        }
        .xz-topbar__social svg {
            width: 14px;
            height: 14px;
            display: block;
            fill: currentColor;
        }
        .xz-header {
            position: fixed;
            top: 30px;
            left: 0;
            right: 0;
            z-index: 50;
            height: 88px;
            background:
                linear-gradient(135deg, rgba(255,255,255,0.04), transparent 34%),
                linear-gradient(90deg, #171717 0%, #0f0f0f 100%);
            border-bottom: 1px solid rgba(255,255,255,0.1);
            box-shadow: 0 8px 24px rgba(0,0,0,0.22);
            overflow: visible;
        }
        .xz-header__inner {
            --brand-width: clamp(320px, 28vw, 430px);
            --brand-bleed: max(24px, calc((100vw - 1280px) / 2 + 24px));
            max-width: 1280px;
            height: 88px;
            margin: 0 auto;
            padding: 0 24px;
            display: grid;
            grid-template-columns: var(--brand-width) minmax(0, 1fr) auto;
            align-items: center;
            column-gap: clamp(22px, 2.4vw, 42px);
        }
        .xz-header__brand {
            position: relative;
            width: 100%;
            height: 108px;
            margin-top: -12px;
            display: flex;
            align-items: center;
            padding-right: 82px;
            z-index: 2;
            text-decoration: none;
        }
        .xz-header__brand::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: calc(-1 * var(--brand-bleed));
            width: calc(100% + var(--brand-bleed));
            z-index: -2;
            background:
                radial-gradient(120% 160% at 18% 10%, rgba(255,255,255,0.24) 0%, rgba(255,255,255,0.10) 18%, rgba(255,255,255,0) 42%),
                linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.05) 16%, rgba(255,255,255,0) 38%),
                linear-gradient(145deg, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.05) 28%, rgba(0,0,0,0.10) 100%),
                linear-gradient(120deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0) 35%),
                linear-gradient(135deg, #ee6a33 0%, #d84120 42%, #a92d14 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 96px) 100%, 0 100%);
            box-shadow: 0 10px 30px rgba(0,0,0,0.32);
        }
        .xz-header__brand::after {
            content: "";
            position: absolute;
            inset: 0;
            left: calc(-1 * var(--brand-bleed));
            width: calc(100% + var(--brand-bleed));
            z-index: -1;
            pointer-events: none;
            clip-path: polygon(0 0, 100% 0, calc(100% - 96px) 100%, 0 100%);
            background:
                linear-gradient(155deg, transparent 0 18%, rgba(255,255,255,0.12) 18% 19%, transparent 19% 100%),
                linear-gradient(155deg, transparent 0 50%, rgba(255,255,255,0.08) 50% 51%, transparent 51% 100%),
                linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 22%);
        }
        .xz-header__brand img {
            display: block;
            height: 42px;
            width: auto;
            max-width: 220px;
            object-fit: contain;
            filter: brightness(0) invert(1);
            position: relative;
            z-index: 1;
            transform: translateY(4px);
        }
        .xz-header__nav {
            min-width: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: clamp(18px, 2vw, 30px);
            transform: translateY(-2px);
        }
        .xz-header__nav a {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: rgba(255,255,255,0.9);
            font-size: 14px;
            line-height: 1;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            text-decoration: none;
            white-space: nowrap;
            transition: color 0.2s ease;
        }
        .xz-header__nav a:hover {
            color: #fff;
        }
        .xz-header__actions {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 14px;
            min-width: max-content;
            transform: translateY(-2px);
        }
        .xz-header__cta {
            background: #d84120;
            color: #fff;
            border: 0;
            padding: 12px 22px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            white-space: nowrap;
            box-shadow: 0 10px 22px rgba(216, 65, 32, 0.24);
            transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
        }
        .xz-header__cta:hover {
            background: #1a368e;
        }
        .xz-header__mobile {
            display: none;
            align-items: center;
            gap: 12px;
        }
        .xz-header__mobile-btn {
            width: 42px;
            height: 42px;
            border: 0;
            background: transparent;
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        .xz-header__mobile-btn svg {
            width: 28px;
            height: 28px;
        }
        button:not(.xz-header__mobile-btn) {
            transition:
                background-color 0.28s ease,
                color 0.28s ease,
                border-color 0.28s ease,
                box-shadow 0.28s ease,
                transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
            will-change: transform, box-shadow;
        }
        button:not(.xz-header__mobile-btn):hover {
            transform: translateY(-2px);
            box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
        }
        button:not(.xz-header__mobile-btn):active {
            transform: translateY(0);
        }
        button:not(.xz-header__mobile-btn) .material-symbols-outlined,
        button:not(.xz-header__mobile-btn) svg {
            transition: transform 0.28s ease, opacity 0.28s ease;
        }
        button:not(.xz-header__mobile-btn):hover .material-symbols-outlined,
        button:not(.xz-header__mobile-btn):hover svg {
            transform: translateX(3px);
        }
        .product-tabs {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            align-items: end;
            gap: 0.75rem 1rem;
            width: 100%;
            border-bottom: 1px solid rgba(148, 163, 184, 0.24);
            padding-bottom: 0.9rem;
        }
        .product-tab {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 0;
            background: transparent;
            padding: 0 0 0.55rem;
            color: #64748b;
            font-size: 0.95rem;
            font-weight: 700;
            line-height: 1.2;
            text-transform: uppercase;
            letter-spacing: 0.02em;
            white-space: nowrap;
            box-shadow: none !important;
            transform: none !important;
        }
        .product-tab::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -0.95rem;
            height: 2px;
            background: transparent;
            transition: background-color 0.25s ease;
        }
        .product-tab:hover {
            color: #d84120;
        }
        .product-tab:hover::after,
        .product-tab.is-active::after {
            background: #d84120;
        }
        .product-tab.is-active {
            color: #d84120;
        }
        @media (max-width: 1024px) {
            .product-tabs {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }
        @media (max-width: 767px) {
            .product-tabs {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
        .product-panel[hidden] {
            display: none !important;
        }
        .product-grid {
            display: grid;
            grid-template-columns: repeat(1, minmax(0, 1fr));
            gap: 1.5rem;
        }
        .product-card {
            display: flex;
            flex-direction: column;
            overflow: hidden;
            border-radius: 0;
            border: 1px solid rgba(226, 232, 240, 0.95);
            background: #ffffff;
            box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
            transition: transform 0.28s ease, box-shadow 0.28s ease;
        }
        .product-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
        }
        .product-card__media {
            aspect-ratio: 4 / 3;
            overflow: hidden;
            background: #ffffff;
        }
        .product-card__media img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: transform 0.45s ease;
        }
        .product-card:hover .product-card__media img {
            transform: scale(1.04);
        }
        .product-card__body {
            display: flex;
            flex: 1;
            flex-direction: column;
            background: #f1f5f9;
            padding: 2rem;
        }
        .product-card__title,
        .product-card__meta {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .product-card__title {
            -webkit-line-clamp: 2;
            min-height: 3.35rem;
        }
        .product-card__meta {
            -webkit-line-clamp: 2;
            min-height: 2.8rem;
            margin-top: auto;
        }
        .main-content-1850 .max-w-container-max {
            max-width: 1850px;
        }
        .main-content-1850 .no-widen .max-w-container-max {
            max-width: 1280px;
        }
        .about-video-trigger {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 20;
            pointer-events: none;
        }
        .about-video-trigger__button {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 82px;
            height: 82px;
            border-radius: 9999px;
            border: 0;
            background: rgba(216, 65, 32, 0.92);
            color: #ffffff;
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
            pointer-events: auto;
        }
        .about-video-trigger__button::before,
        .about-video-trigger__button::after {
            content: "";
            position: absolute;
            inset: -10px;
            border-radius: inherit;
            border: 1px solid rgba(255,255,255,0.55);
            animation: ripplePulse 2.6s ease-out infinite;
        }
        .about-video-trigger__button::after {
            animation-delay: 1.1s;
        }
        .about-video-trigger__button:hover {
            background: rgba(26, 54, 142, 0.92);
        }
        .about-video-trigger__icon {
            width: 0;
            height: 0;
            margin-left: 5px;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 18px solid currentColor;
        }
        @keyframes ripplePulse {
            0% {
                transform: scale(0.9);
                opacity: 0.7;
            }
            70% {
                transform: scale(1.42);
                opacity: 0;
            }
            100% {
                transform: scale(1.42);
                opacity: 0;
            }
        }
        .hero-product-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1rem;
        }
        .hero-product-card {
            position: relative;
            aspect-ratio: 1 / 1;
            overflow: hidden;
            clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 0 100%);
            background: #0f172a;
            box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
            isolation: isolate;
        }
        .hero-product-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(15,23,42,0.01) 0%, rgba(15,23,42,0.02) 100%);
            z-index: 1;
            pointer-events: none;
        }
        .hero-product-card__image {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: opacity 0.45s ease;
        }
        .hero-product-card__image--machine {
            opacity: 0;
        }
        .hero-product-card:hover .hero-product-card__image--machine {
            opacity: 1;
        }
        .hero-product-card:hover .hero-product-card__image--product {
            opacity: 0;
        }
        .hero-product-card__label {
            position: absolute;
            left: 1rem;
            top: 1rem;
            z-index: 2;
            display: inline-flex;
            align-items: center;
            min-height: 40px;
            padding: 0.45rem 1rem;
            background: #d84120;
            color: #ffffff;
            font-size: 0.95rem;
            font-weight: 800;
            line-height: 1;
            letter-spacing: 0.03em;
            text-transform: uppercase;
        }
        @media (min-width: 768px) {
            .hero-product-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }
        @media (min-width: 1280px) {
            .hero-product-grid {
                grid-template-columns: repeat(5, minmax(0, 1fr));
            }
        }
        .factory-systems-section {
            background: #ffffff;
            border-bottom: 1px solid rgba(226, 232, 240, 0.95);
        }
        .factory-systems-grid {
            display: grid;
            grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
            align-items: center;
            gap: clamp(2rem, 4vw, 5rem);
        }
        .factory-systems-media {
            position: relative;
            min-height: 430px;
            overflow: hidden;
            background: #0f172a;
        }
        .factory-systems-media::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(216, 65, 32, 0.2), transparent 38%),
                linear-gradient(180deg, transparent 55%, rgba(15, 23, 42, 0.22));
            pointer-events: none;
        }
        .factory-systems-media img {
            width: 100%;
            height: 100%;
            min-height: 430px;
            object-fit: cover;
            display: block;
            transition: transform 0.55s ease;
        }
        .factory-systems-media:hover img {
            transform: scale(1.035);
        }
        .factory-systems-media .about-video-trigger__button {
            transition: background 0.55s ease, transform 0.55s ease;
        }
        .factory-systems-media:hover .about-video-trigger__button {
            background: rgba(26, 54, 142, 0.92);
            transform: scale(1.08);
        }
        .factory-systems-copy {
            padding: clamp(2rem, 4vw, 4rem) 0;
        }
        .factory-systems-lead {
            color: #d84120;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.7;
        }
        .news-carousel-section {
            background: #ffffff;
            border-bottom: 1px solid rgba(226, 232, 240, 0.95);
        }
        .news-carousel-controls {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1.25rem;
            margin-bottom: 2.5rem;
        }
        .news-carousel-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            border: 0;
            background: transparent;
            color: #0f172a;
            transition: color 0.25s ease, transform 0.25s ease;
        }
        .news-carousel-button:hover {
            color: #d84120;
        }
        .news-carousel-button .material-symbols-outlined {
            font-size: 34px;
            font-weight: 700;
        }
        .news-carousel-viewport {
            overflow: hidden;
        }
        .news-carousel-track {
            display: flex;
            gap: 30px;
            will-change: transform;
            transition: transform 0.55s ease;
        }
        .news-card {
            flex: 0 0 calc((100% - 90px) / 4);
            background: transparent;
        }
        .news-card__media {
            aspect-ratio: 4 / 3;
            overflow: hidden;
            background: #f1f5f9;
        }
        .news-card__media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.45s ease;
        }
        .news-card__media:hover img {
            transform: scale(1.04);
        }
        .news-card__body {
            padding: 2rem 2rem 0;
        }
        .news-card__category {
            display: block;
            margin-bottom: 0.8rem;
            color: #d84120;
            font-size: 0.9rem;
            font-weight: 800;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }
        .news-card__title {
            display: -webkit-box;
            min-height: 3.4rem;
            margin-bottom: 1.35rem;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            color: #0f172a;
            font-size: 1.1rem;
            font-weight: 800;
            line-height: 1.45;
            text-transform: uppercase;
        }
        .news-card__button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.7rem;
            width: fit-content;
            min-width: 0;
            min-height: 0;
            padding: 0;
            background: transparent;
            color: #d84120;
            font-size: 0.82rem;
            font-weight: 900;
            font-style: italic;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }
        .news-card__button::after {
            content: "";
            display: inline-block;
            width: 26px;
            height: 29px;
            background: url("../media/a-right.png") center / contain no-repeat;
        }
        button.news-card__button:hover,
        button.news-card__button:active {
            color: #d84120;
            box-shadow: none;
            transform: none;
        }
        .alternating-story-section {
            background: #ffffff;
            border-bottom: 1px solid rgba(226, 232, 240, 0.95);
        }
        .alternating-story-row {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            min-height: 430px;
        }
        .alternating-story-media {
            position: relative;
            min-height: 430px;
            overflow: hidden;
            background: #0f172a;
        }
        .alternating-story-media::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(216, 65, 32, 0.18), transparent 38%),
                linear-gradient(180deg, transparent 55%, rgba(15, 23, 42, 0.16));
            pointer-events: none;
        }
        .alternating-story-media img {
            width: 100%;
            height: 100%;
            min-height: 430px;
            object-fit: cover;
            display: block;
            transition: transform 0.55s ease;
        }
        .alternating-story-row:hover .alternating-story-media img {
            transform: scale(1.035);
        }
        .alternating-story-copy {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: clamp(3rem, 6vw, 6.5rem);
            background: #ffffff;
        }
        .alternating-story-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 0.7rem;
            margin-bottom: 1.3rem;
            color: #d84120;
            font-size: 0.84rem;
            font-weight: 800;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }
        .alternating-story-eyebrow::before {
            content: "";
            width: 34px;
            height: 3px;
            background: #d84120;
        }
        .alternating-story-title {
            margin-bottom: 1rem;
            color: #0f172a;
            font-size: clamp(1.9rem, 2.35vw, 2.85rem);
            font-weight: 900;
            line-height: 1.12;
        }
        .alternating-story-lead {
            margin-bottom: 1rem;
            color: #d84120;
            font-size: clamp(1.05rem, 1.25vw, 1.35rem);
            font-weight: 700;
            line-height: 1.48;
        }
        .alternating-story-text {
            max-width: 680px;
            margin-bottom: 2rem;
            color: #334155;
            line-height: 1.75;
        }
        .alternating-story-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: fit-content;
            min-height: 48px;
            padding: 0.85rem 1.65rem;
            background: #d84120;
            color: #ffffff;
            font-size: 0.82rem;
            font-weight: 900;
            font-style: italic;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            transition: background 0.25s ease, transform 0.25s ease;
        }
        .alternating-story-button:hover {
            background: #1a368e;
            transform: translateY(-2px);
        }
        .project-showcase-section {
            background: #ffffff;
            padding: clamp(2rem, 4vw, 4.5rem) 0;
            border-bottom: 1px solid rgba(226, 232, 240, 0.95);
        }
        .project-showcase-grid {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 18px;
        }
        .project-showcase-card {
            position: relative;
            min-height: 260px;
            overflow: hidden;
            background: #0f172a;
        }
        .project-showcase-card img {
            width: 100%;
            height: 100%;
            min-height: 260px;
            object-fit: cover;
            display: block;
            transition: transform 0.55s ease;
        }
        .project-showcase-card:hover img {
            transform: scale(1.05);
        }
        .project-showcase-overlay {
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            padding: 1.4rem 1.1rem;
            text-align: center;
            background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.48) 45%, rgba(0,0,0,0.26) 100%);
            color: #ffffff;
        }
        .project-showcase-date {
            display: inline-flex;
            align-self: center;
            margin-bottom: 0.9rem;
            padding: 0.15rem 0.45rem;
            background: rgba(216, 65, 32, 0.92);
            color: #ffffff;
            font-size: 0.72rem;
            font-weight: 800;
            line-height: 1.2;
        }
        .project-showcase-title {
            color: #ffffff;
            font-size: clamp(0.86rem, 0.9vw, 1rem);
            font-weight: 900;
            line-height: 1.45;
            text-transform: uppercase;
            text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
        }
        .site-link-section {
            background: #ffffff;
            padding: clamp(3rem, 5vw, 5.5rem) 0;
            border-bottom: 1px solid rgba(226, 232, 240, 0.95);
        }
        .site-link-container {
            max-width: 1200px;
        }
        .site-link-title {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 2rem;
            margin-bottom: clamp(2.25rem, 4vw, 4rem);
            color: #0f172a;
            font-size: clamp(1.9rem, 2.2vw, 2.75rem);
            font-weight: 700;
            line-height: 1.15;
            text-align: center;
            white-space: nowrap;
        }
        .site-link-title::before,
        .site-link-title::after {
            content: "";
            flex: 1 1 0;
            min-width: 80px;
            height: 1px;
            background: rgba(148, 163, 184, 0.35);
        }
        .site-link-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            align-items: center;
            gap: clamp(1.25rem, 3vw, 3rem);
        }
        .site-link-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 112px;
            padding: 1rem;
            transition: transform 0.3s ease;
        }
        .site-link-logo:hover {
            transform: translateY(-3px);
        }
        .site-link-logo img {
            width: 100%;
            max-height: 78px;
            object-fit: contain;
            display: block;
        }
        .inquiry-strip-section {
            background: #e5e7eb;
            padding: clamp(3.25rem, 5vw, 5.8rem) 0;
            border-bottom: 1px solid rgba(203, 213, 225, 0.9);
        }
        .inquiry-strip-section ~ section {
            display: none;
        }
        .inquiry-strip-container {
            max-width: 1440px;
        }
        .inquiry-strip-grid {
            display: grid;
            grid-template-columns: 1.05fr 1fr 1fr 1.2fr;
            align-items: stretch;
            gap: clamp(2rem, 4vw, 4.5rem);
        }
        .inquiry-strip-card {
            display: flex;
            min-height: 260px;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            color: #111827;
        }
        .inquiry-strip-title {
            margin-bottom: 1rem;
            color: #0f172a;
            font-size: clamp(1.35rem, 1.55vw, 2rem);
            font-weight: 500;
            line-height: 0.98;
            text-transform: uppercase;
        }
        .inquiry-strip-card p {
            max-width: 23rem;
            color: #111827;
            font-size: clamp(0.96rem, 0.92vw, 1.08rem);
            line-height: 1.55;
        }
        .inquiry-strip-form {
            display: flex;
            width: min(100%, 270px);
            height: 42px;
            margin: 0.35rem 0 1.45rem;
            border: 1px solid rgba(15, 23, 42, 0.55);
            background: #ffffff;
        }
        .inquiry-strip-form input {
            min-width: 0;
            flex: 1;
            border: 0;
            background: #ffffff;
            padding: 0 0.9rem;
            color: #0f172a;
            font-size: 0.92rem;
            outline: none;
        }
        .inquiry-strip-form button {
            display: inline-flex;
            width: 54px;
            height: 100%;
            align-items: center;
            justify-content: center;
            border: 0;
            border-left: 4px solid #d84120;
            background: #ffffff;
            color: #d84120;
            box-shadow: none;
        }
        .inquiry-strip-form button:hover,
        .inquiry-strip-form button:active {
            background: #ffffff;
            color: #d84120;
            box-shadow: none;
            transform: none;
        }
        .inquiry-strip-form button:hover .material-symbols-outlined {
            transform: none;
        }
        .inquiry-strip-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 172px;
            margin-top: 2rem;
            border: 2px solid #111827;
            padding: 0.7rem 1.35rem 0.62rem;
            color: #111827;
            font-size: 0.9rem;
            font-weight: 900;
            line-height: 1;
            text-align: center;
            text-transform: uppercase;
            transition: background 0.28s ease, color 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
        }
        .inquiry-strip-button:hover {
            border-color: #d84120;
            background: #d84120;
            color: #ffffff;
            transform: translateY(-2px);
        }
        .inquiry-strip-card--highlight {
            position: relative;
            min-height: 300px;
            padding: clamp(1.7rem, 2.2vw, 2.5rem);
            overflow: hidden;
            background: linear-gradient(135deg, #ee6a33 0%, #d84120 48%, #a92d14 100%);
            clip-path: polygon(0 0, calc(100% - 54px) 0, 100% 54px, 100% 100%, 0 100%);
            color: #ffffff;
        }
        .inquiry-strip-card--highlight::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(145deg, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.04) 28%, rgba(0,0,0,0.1) 100%),
                linear-gradient(155deg, transparent 0 22%, rgba(255,255,255,0.12) 22% 23%, transparent 23% 100%);
            pointer-events: none;
        }
        .inquiry-strip-card--highlight > * {
            position: relative;
            z-index: 1;
        }
        .inquiry-strip-card--highlight .inquiry-strip-title,
        .inquiry-strip-card--highlight p {
            color: #ffffff;
        }
        .inquiry-strip-card--highlight .inquiry-strip-title {
            font-weight: 700;
        }
        .inquiry-strip-button--light {
            border-color: #ffffff;
            color: #ffffff;
        }
        .inquiry-strip-button--light:hover {
            border-color: #ffffff;
            background: #ffffff;
            color: #d84120;
        }
        @media (max-width: 900px) {
            .factory-systems-grid {
                grid-template-columns: 1fr;
            }
            .factory-systems-media,
            .factory-systems-media img {
                min-height: 320px;
            }
            .alternating-story-row {
                grid-template-columns: 1fr;
            }
            .alternating-story-media,
            .alternating-story-media img {
                min-height: 320px;
            }
            .alternating-story-copy {
                padding: 2.5rem 1.5rem;
            }
            .project-showcase-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .site-link-title::before,
            .site-link-title::after {
                width: 18vw;
            }
            .site-link-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .inquiry-strip-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 2.2rem;
            }
            .inquiry-strip-card {
                min-height: 230px;
            }
            .news-card {
                flex-basis: calc((100% - 30px) / 2);
            }
        }
        @media (max-width: 640px) {
            .project-showcase-grid {
                grid-template-columns: 1fr;
            }
            .site-link-title {
                gap: 1rem;
            }
            .site-link-title::before,
            .site-link-title::after {
                display: none;
            }
            .site-link-logo {
                padding: 1rem 0;
            }
            .site-link-grid {
                grid-template-columns: 1fr;
            }
            .inquiry-strip-grid {
                grid-template-columns: 1fr;
            }
            .inquiry-strip-card {
                min-height: auto;
            }
            .inquiry-strip-button {
                margin-top: 1.35rem;
            }
            .inquiry-strip-card--highlight {
                min-height: 260px;
            }
            .news-card {
                flex-basis: 100%;
            }
            .news-card__body {
                padding: 1.4rem 1.2rem 0;
            }
        }
        @media (min-width: 768px) {
            .product-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
        @media (min-width: 1024px) {
            .product-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }
        @media (max-width: 1180px) {
            .xz-header__inner {
                --brand-width: 300px;
                column-gap: 22px;
            }
            .xz-header__nav {
                gap: 16px;
            }
            .xz-header__nav a {
                font-size: 13px;
            }
        }
        @media (max-width: 1024px) {
            .xz-header__inner {
                --brand-width: 270px;
            }
            .xz-header__nav {
                gap: 14px;
            }
            .xz-header__nav a {
                font-size: 12px;
                letter-spacing: 0.03em;
            }
        }
        @media (max-width: 860px) {
            .xz-topbar {
                display: none;
            }
            .xz-header__inner {
                display: flex;
                justify-content: space-between;
                padding: 0 16px;
            }
            .xz-header__brand {
                width: 260px;
                height: 96px;
                margin-top: -8px;
                padding-right: 70px;
            }
            .xz-header__brand img {
                height: 36px;
                max-width: 190px;
            }
            .xz-header__nav,
            .xz-header__actions {
                display: none;
            }
            .xz-header__mobile {
                display: flex;
            }
        }
        @media (max-width: 480px) {
            .xz-header {
                top: 0;
                height: 72px;
            }
            .xz-header__inner {
                height: 72px;
            }
            .xz-header__brand {
                width: 220px;
                height: 84px;
                padding-right: 58px;
            }
            .xz-header__brand::before,
            .xz-header__brand::after {
                clip-path: polygon(0 0, 100% 0, calc(100% - 70px) 100%, 0 100%);
            }
            .xz-header__brand img {
                height: 32px;
                max-width: 165px;
            }
        }
