.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);
        }
        button:not(.xz-header__mobile-btn):not(.product-tab):not(.news-carousel-button):not(.news-card__button):not(.about-video-trigger__button) {
            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):not(.product-tab):not(.news-carousel-button):not(.news-card__button):not(.about-video-trigger__button):hover {
            transform: translateY(-2px);
            box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
        }
        button:not(.xz-header__mobile-btn):not(.product-tab):not(.news-carousel-button):not(.news-card__button):not(.about-video-trigger__button):active {
            transform: translateY(0);
        }
        button:not(.xz-header__mobile-btn):not(.product-tab):not(.news-carousel-button):not(.news-card__button):not(.about-video-trigger__button) .material-symbols-outlined,
        button:not(.xz-header__mobile-btn):not(.product-tab):not(.news-carousel-button):not(.news-card__button):not(.about-video-trigger__button) svg {
            transition: transform 0.28s ease, opacity 0.28s ease;
        }
        button:not(.xz-header__mobile-btn):not(.product-tab):not(.news-carousel-button):not(.news-card__button):not(.about-video-trigger__button):hover .material-symbols-outlined,
        button:not(.xz-header__mobile-btn):not(.product-tab):not(.news-carousel-button):not(.news-card__button):not(.about-video-trigger__button):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 #e2e8f0;
            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(7, minmax(0, 1fr));
            gap: 14px;
        }
        .hero-product-card {
            position: relative;
            aspect-ratio: 1 / 1;
            overflow: hidden;
            border: 1px solid #e2e8f0;
            clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
            background: #0f172a;
            isolation: isolate;
            text-decoration: none;
        }
        .hero-product-card__image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.35s ease;
        }
        .hero-product-card:hover .hero-product-card__image,
        .hero-product-card:focus-visible .hero-product-card__image {
            transform: scale(1.035);
        }
        .hero-product-card__label {
            position: absolute;
            top: 14px;
            left: 0;
            right: 18px;
            z-index: 2;
            display: inline-flex;
            align-items: center;
            width: fit-content;
            max-width: calc(100% - 18px);
            min-height: 38px;
            padding: 10px 12px;
            background: rgba(216, 65, 32, 0.95);
            color: #ffffff;
            font-size: 12px;
            font-weight: 800;
            line-height: 1.35;
            text-transform: uppercase;
        }
        @media (max-width: 1180px) {
            .hero-product-grid {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }
        }
        @media (max-width: 860px) {
            .hero-product-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }
        @media (max-width: 640px) {
            .hero-product-grid {
                grid-template-columns: 1fr;
            }
            .hero-product-card {
                aspect-ratio: 16 / 10;
            }
        }
        .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;
            box-shadow: none;
            transform: none;
        }
        .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);
            border: 1px solid #e2e8f0;
            background: #ffffff;
            transition: border-color 0.28s ease, box-shadow 0.28s ease;
        }
        .news-card:hover {
            border-color: rgba(216, 65, 32, 0.38);
            box-shadow: 0 14px 30px rgba(15, 23, 42, 0.09);
        }
        .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;
        }
        .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: 0.85rem;
            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__meta {
            display: -webkit-box;
            min-height: 3rem;
            margin-bottom: 1.35rem;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            color: #475569;
            font-size: 0.92rem;
            line-height: 1.6;
        }
        .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("../../src/media/a-right.webp") 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: var(--xz-type-section);
            font-weight: 700;
            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;
            aspect-ratio: 4 / 3;
            overflow: hidden;
            background: #0f172a;
        }
        .project-showcase-card img {
            width: 100%;
            height: 100%;
            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);
        }
        .main-content-1850 > .site-link-section ~ section {
            display: none;
        }
        .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: var(--xz-type-section);
            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;
        }
        @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));
            }
            .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;
            }
            .news-card {
                flex-basis: 100%;
            }
            .news-card__body {
                padding: 1.4rem 1.2rem;
            }
        }
        @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: 860px) {
            .main-content-1850 {
                padding-top: 88px !important;
            }
        }
        @media (max-width: 480px) {
            .main-content-1850 {
                padding-top: 72px !important;
            }
        }
