:root {
    --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol', 'Noto Color Emoji';
    --ink: #171717;
    --muted: #64615d;
    --line: #ded9d1;
    --paper: #f7f5f1;
    --soft: #ece8df;
    --metal: #b8a36f;
    --deep: #23211f;
    --white: #ffffff;
}

/* Company banner final override: clean warm showroom hero, no floating profile-card image. */
body.site-page-company .company-redesign-hero,
body.site-page-company .company-profile-hero.company-redesign-hero {
    min-height: 620px !important;
    height: 620px !important;
    max-height: none !important;
    background:
        linear-gradient(90deg, rgba(4, 6, 7, 0.88) 0%, rgba(4, 6, 7, 0.64) 42%, rgba(4, 6, 7, 0.24) 100%),
        radial-gradient(circle at 78% 26%, rgba(255, 112, 10, 0.26), transparent 28rem),
        url('/images/intro-panorama-hq.jpg') center / cover no-repeat !important;
}

body.site-page-company .company-redesign-hero::before {
    background:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) !important;
    background-size: 64px 64px, 64px 64px !important;
    opacity: 0.36 !important;
}

body.site-page-company .company-redesign-hero .company-hero-shade {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.24) 58%, rgba(0, 0, 0, 0.36) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.38)) !important;
}

body.site-page-company .company-redesign-hero-inner {
    display: flex !important;
    min-height: 100% !important;
    align-items: center !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 112px clamp(24px, 5vw, 76px) 96px !important;
}

body.site-page-company .company-hero-content {
    max-width: 680px !important;
}

body.site-page-company .company-hero-content h1 {
    max-width: 680px !important;
    font-size: clamp(46px, 6vw, 84px) !important;
    line-height: 1.02 !important;
    text-shadow: 0 24px 80px rgba(0, 0, 0, 0.5) !important;
}

body.site-page-company .company-hero-content p:not(.eyebrow) {
    max-width: 590px !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

body.site-page-company .company-identity-panel {
    display: none !important;
}

body.site-page-company .company-profile-hero > .floating-nav {
    bottom: 34px !important;
}

@media (max-width: 760px) {
    body.site-page-company .company-redesign-hero,
    body.site-page-company .company-profile-hero.company-redesign-hero {
        min-height: 540px !important;
        height: 540px !important;
    }

    body.site-page-company .company-redesign-hero-inner {
        padding: 100px 22px 82px !important;
    }
}

/* Cartier-reference inspired dark showroom for MG hardware products. */
body.site-page-products .products-3d-gallery-page {
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 62% 72%, rgba(255, 255, 255, 0.08), transparent 11rem),
        radial-gradient(circle at 28% 30%, rgba(255, 106, 0, 0.08), transparent 18rem),
        linear-gradient(115deg, #050505 0%, #111111 44%, #070707 100%);
    color: #ffffff;
    padding: 0;
}

body.site-page-products .products-3d-gallery-page::before {
    content: "";
    position: fixed;
    inset: 86px 0 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 100%),
        radial-gradient(circle at 51% 88%, rgba(255, 255, 255, 0.16), transparent 16rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.34));
    background-size: 33.33% 100%, 100% 50%, auto, auto;
    opacity: 0.42;
    pointer-events: none;
}

body.site-page-products .products-3d-gallery-page::after {
    content: "";
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 38vh;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(22, 22, 22, 0), #050505);
    transform: perspective(900px) rotateX(62deg);
    transform-origin: bottom;
    pointer-events: none;
}

body.site-page-products .products-3d-gallery-page .hero-header {
    top: 18px !important;
    right: 28px !important;
    left: 28px !important;
}

body.site-page-products .products-3d-gallery-page .hero-logo {
    width: clamp(118px, 13vw, 190px);
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.62));
}

body.site-page-products .products-3d-gallery-page > .floating-nav {
    top: 24px !important;
    right: 50% !important;
    left: auto !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 9, 11, 0.62);
    color: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
    transform: translateX(50%) !important;
    backdrop-filter: blur(18px);
}

body.site-page-products .products-3d-gallery-copy {
    position: absolute;
    top: 112px;
    right: 50%;
    z-index: 5;
    max-width: 430px;
    margin: 0;
    color: #ffffff;
    text-align: center;
    transform: translateX(50%);
    pointer-events: none;
}

body.site-page-products .products-3d-gallery-copy::before {
    content: "SOUND";
    position: fixed;
    top: 16px;
    left: calc(50vw - 650px);
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.04em;
}

body.site-page-products .products-3d-gallery-copy .eyebrow {
    margin: 0 0 12px;
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: clamp(24px, 3vw, 42px);
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}

body.site-page-products .products-3d-gallery-copy h1 {
    max-width: 300px;
    margin: 0 auto;
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: clamp(28px, 3vw, 48px);
    font-weight: 400;
    line-height: 1.08;
}

body.site-page-products .products-3d-gallery-copy p:not(.eyebrow) {
    display: none;
}

body.site-page-products .products-studio-viewer {
    position: relative;
    z-index: 2;
    max-width: none;
    min-height: 100vh;
    margin: 0;
    padding: 86px 0 0;
}

body.site-page-products .products-studio-main {
    display: block;
}

body.site-page-products .products-studio-scene {
    position: relative;
    display: grid;
    min-height: calc(100vh - 86px);
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.48), transparent 22%, transparent 72%, rgba(0, 0, 0, 0.58)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.22)),
        transparent;
    box-shadow: none;
    perspective: 1300px;
}

body.site-page-products .products-studio-glow {
    width: min(62vw, 840px);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent 62%);
    filter: blur(20px);
    transform: translate(-8%, 10%);
}

body.site-page-products .products-studio-floor {
    right: 18%;
    bottom: 12%;
    left: 18%;
    height: 100px;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06) 36%, transparent 72%);
    filter: blur(18px);
}

body.site-page-products .products-studio-object {
    width: min(68vw, 920px);
    min-width: 520px;
    aspect-ratio: 1.58;
    margin: 0;
    transform:
        translate3d(calc(var(--move-x) - 15vw), var(--move-y), 0)
        rotateX(calc(-2deg + var(--tilt-x)))
        rotateY(calc(-12deg + var(--tilt-y)))
        rotateZ(-1deg);
}

body.site-page-products .products-studio-frame {
    inset: 0;
    border-radius: 6px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03)),
        rgba(0, 0, 0, 0.24);
    box-shadow:
        0 46px 92px rgba(0, 0, 0, 0.52),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transform: translateZ(-44px);
}

body.site-page-products .products-studio-frame::before {
    content: "";
    position: absolute;
    inset: -10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: inherit;
}

body.site-page-products .products-studio-object img {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 5px;
    object-fit: cover;
    opacity: 0.92;
    filter:
        saturate(0.92)
        contrast(1.04)
        brightness(0.92)
        drop-shadow(0 34px 42px rgba(0, 0, 0, 0.38));
    transform: translateZ(72px);
}

body.site-page-products .products-studio-object::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    border-radius: 5px;
    background:
        radial-gradient(circle at 50% 44%, transparent 0 36%, rgba(0, 0, 0, 0.08) 68%),
        linear-gradient(90deg, rgba(255, 106, 0, 0.12), transparent 16%, transparent 78%, rgba(255, 255, 255, 0.08));
    mix-blend-mode: screen;
    pointer-events: none;
    transform: translateZ(86px);
}

body.site-page-products .products-studio-object:hover img {
    filter:
        saturate(1)
        contrast(1.08)
        brightness(0.98)
        drop-shadow(0 42px 48px rgba(0, 0, 0, 0.44));
    transform: translateZ(96px) scale(1.015);
}

body.site-page-products .products-studio-info {
    right: auto;
    bottom: 62px;
    left: clamp(24px, 8vw, 132px);
    width: min(360px, calc(100vw - 48px));
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
    backdrop-filter: none;
}

body.site-page-products .products-studio-info span,
body.site-page-products .products-studio-info p {
    color: rgba(255, 255, 255, 0.62);
}

body.site-page-products .products-studio-info h2 {
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: clamp(28px, 4vw, 56px);
    font-weight: 400;
}

body.site-page-products .products-studio-controls {
    right: clamp(22px, 5vw, 74px);
    bottom: 96px;
    left: auto;
    width: 94px;
    height: 94px;
    gap: 5px;
}

body.site-page-products .products-studio-controls button {
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

body.site-page-products .products-studio-controls button::before {
    border-color: rgba(255, 255, 255, 0.86);
}

body.site-page-products .products-studio-arrow {
    position: absolute;
    top: 50%;
    z-index: 8;
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
    transform: translateY(-50%);
}

body.site-page-products .products-studio-prev {
    left: 28px;
}

body.site-page-products .products-studio-next {
    right: 28px;
}

body.site-page-products .products-studio-arrow::before {
    border-color: rgba(255, 255, 255, 0.86);
}

body.site-page-products .products-studio-rail {
    position: absolute;
    right: 50%;
    bottom: 24px;
    z-index: 9;
    max-width: min(760px, calc(100vw - 44px));
    margin: 0;
    padding: 0;
    transform: translateX(50%);
}

body.site-page-products .products-studio-rail button {
    width: 74px;
    height: 54px;
    flex-basis: 74px;
    border-color: rgba(255, 255, 255, 0.14);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    opacity: 0.58;
    box-shadow: none;
}

body.site-page-products .products-studio-rail button.active {
    border-color: rgba(255, 255, 255, 0.72);
    opacity: 1;
    box-shadow: 0 0 0 1px rgba(255, 106, 0, 0.5);
}

body.site-page-products .products-studio-rail img {
    filter: saturate(0.92) brightness(0.82);
}

body.site-page-products .products-studio-rail span {
    display: none;
}

body.site-page-products .products-studio-viewer::after {
    content: "";
    position: absolute;
    top: 44%;
    right: 30px;
    z-index: 9;
    width: 4px;
    height: 124px;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.96) 0 2px, transparent 3px) 0 0 / 4px 20px repeat-y;
}

@media (max-width: 900px) {
    body.site-page-products .products-studio-object {
        width: 92vw;
        min-width: 0;
        transform:
            translate3d(var(--move-x), var(--move-y), 0)
            rotateX(var(--tilt-x))
            rotateY(var(--tilt-y));
    }

    body.site-page-products .products-studio-scene {
        min-height: calc(100vh - 86px);
    }

    body.site-page-products .products-studio-arrow {
        display: grid;
    }
}

@media (max-width: 640px) {
    body.site-page-products .products-3d-gallery-copy {
        top: 112px;
    }

    body.site-page-products .products-3d-gallery-copy h1 {
        font-size: 30px;
    }

    body.site-page-products .products-studio-object {
        aspect-ratio: 1.08;
    }

    body.site-page-products .products-studio-info {
        bottom: 126px;
        left: 18px;
    }

    body.site-page-products .products-studio-controls {
        right: 18px;
        bottom: 124px;
    }
}

/* Premium animated downloads library refresh. */
body.site-page-downloads {
    background: #f7f2ea;
}

body.site-page-downloads .downloads-studio,
body.site-page-downloads.site-polished .downloads-studio {
    min-height: clamp(560px, 74vh, 780px) !important;
    background:
        radial-gradient(circle at 18% 28%, rgba(255, 106, 0, 0.24), transparent 22rem),
        radial-gradient(circle at 78% 20%, rgba(245, 214, 139, 0.24), transparent 26rem),
        linear-gradient(90deg, rgba(5, 8, 12, 0.93), rgba(5, 8, 12, 0.44) 52%, rgba(5, 8, 12, 0.78)),
        linear-gradient(180deg, rgba(5, 8, 12, 0.04), rgba(5, 8, 12, 0.9)),
        var(--downloads-hero-image) center / cover no-repeat !important;
    isolation: isolate;
}

body.site-page-downloads .downloads-studio::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 170px;
    background: linear-gradient(180deg, transparent, #f7f2ea);
    pointer-events: none;
}

body.site-page-downloads .downloads-hero-copy {
    animation: downloadsHeroIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.site-page-downloads .downloads-hero-copy h1 {
    max-width: 820px;
    font-size: clamp(56px, 8vw, 112px) !important;
    text-shadow: 0 28px 70px rgba(0, 0, 0, 0.44);
}

body.site-page-downloads .downloads-hero-copy p:not(.eyebrow) {
    max-width: 660px;
}

body.site-page-downloads .downloads-visual-library {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(17, 20, 23, 0.035) 1px, transparent 1px),
        linear-gradient(rgba(17, 20, 23, 0.032) 1px, transparent 1px),
        radial-gradient(circle at 50% 34%, rgba(255, 106, 0, 0.16), transparent 30rem),
        linear-gradient(180deg, #f7f2ea, #fffdf8) !important;
    background-size: 58px 58px, 58px 58px, auto, auto !important;
}

body.site-page-downloads .downloads-visual-library .downloads-preview-stack {
    border-radius: 24px !important;
    background:
        radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(255, 255, 255, 0.95), transparent 15rem),
        linear-gradient(135deg, rgba(255, 106, 0, 0.12), transparent 44%),
        rgba(255, 255, 255, 0.68) !important;
    backdrop-filter: blur(22px);
    box-shadow:
        0 38px 110px rgba(17, 20, 23, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.72) !important;
    transform: perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}

body.site-page-downloads .download-book-mockup {
    border-radius: 16px !important;
    animation: downloadBookFloat 6s ease-in-out infinite;
}

body.site-page-downloads .download-book-mockup.tilt-one {
    animation-delay: -1.7s;
}

body.site-page-downloads .download-book-mockup.tilt-two {
    animation-delay: -3.1s;
}

body.site-page-downloads .catalogue-page {
    position: relative;
    overflow: hidden;
    padding-top: clamp(62px, 8vw, 110px) !important;
    background:
        radial-gradient(circle at 8% 10%, rgba(245, 214, 139, 0.2), transparent 22rem),
        radial-gradient(circle at 90% 12%, rgba(255, 106, 0, 0.13), transparent 24rem),
        linear-gradient(180deg, #f7f2ea, #ffffff 42%, #f8f3ea) !important;
}

body.site-page-downloads .downloads-library-head {
    display: flex;
    max-width: 1180px;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin: 0 auto 28px;
}

body.site-page-downloads .downloads-library-head h2 {
    max-width: 760px;
    margin: 0;
    color: #151719;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5.2vw, 78px);
    font-weight: 500;
    line-height: 0.95;
}

body.site-page-downloads .downloads-library-head span {
    display: block;
    max-width: 640px;
    margin-top: 16px;
    color: #6c7076;
    font-size: 16px;
    line-height: 1.6;
}

body.site-page-downloads .downloads-search {
    display: grid;
    flex: 0 0 min(360px, 100%);
    gap: 8px;
    color: #8d6a2d;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.site-page-downloads .downloads-search input {
    min-height: 50px;
    border: 1px solid rgba(197, 161, 90, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #151719;
    padding: 0 18px;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: 0 16px 40px rgba(17, 20, 23, 0.08);
    backdrop-filter: blur(18px);
}

body.site-page-downloads .downloads-search input:focus {
    outline: none;
    border-color: rgba(255, 106, 0, 0.64);
    box-shadow:
        0 18px 46px rgba(17, 20, 23, 0.12),
        0 0 0 4px rgba(255, 106, 0, 0.12);
}

body.site-page-downloads .catalogue-feature {
    max-width: 1180px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 24px !important;
    background:
        radial-gradient(circle at 88% 12%, rgba(255, 106, 0, 0.14), transparent 20rem),
        rgba(255, 255, 255, 0.72) !important;
    box-shadow: 0 34px 90px rgba(17, 20, 23, 0.12) !important;
    backdrop-filter: blur(22px);
}

body.site-page-downloads .single-catalogue-head {
    display: block;
    max-width: 980px;
    margin-bottom: 34px;
    text-align: center;
}

body.site-page-downloads .single-catalogue-head h2 {
    margin-inline: auto;
}

body.site-page-downloads .single-catalogue-head span {
    margin-inline: auto;
}

body.site-page-downloads .single-catalogue-head + .catalogue-feature {
    grid-template-columns: minmax(260px, 420px) minmax(320px, 1fr);
    max-width: 1040px;
    min-height: 520px;
    align-items: center;
    margin-top: 0;
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 106, 0, 0.2), transparent 20rem),
        radial-gradient(circle at 92% 18%, rgba(245, 214, 139, 0.22), transparent 22rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 253, 248, 0.68)) !important;
}

body.site-page-downloads .single-catalogue-head + .catalogue-feature .catalogue-cover {
    min-height: 440px;
    box-shadow:
        0 34px 70px rgba(17, 20, 23, 0.2),
        20px 18px 0 rgba(197, 161, 90, 0.12);
    transform: rotate(-2deg);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.site-page-downloads .single-catalogue-head + .catalogue-feature:hover .catalogue-cover {
    box-shadow:
        0 42px 88px rgba(17, 20, 23, 0.24),
        24px 22px 0 rgba(255, 106, 0, 0.11);
    transform: rotate(0deg) translateY(-6px);
}

body.site-page-downloads .single-catalogue-head + .catalogue-feature h3 {
    max-width: 560px;
    font-size: clamp(40px, 5vw, 76px);
}

body.site-page-downloads .single-catalogue-head + .catalogue-feature p:not(.eyebrow) {
    max-width: 580px;
    color: #5f646b;
    font-size: 17px;
    line-height: 1.75;
}

body.site-page-downloads .single-catalogue-head + .catalogue-feature .catalogue-actions {
    margin-top: 30px;
}

body.site-page-downloads .catalogue-cover,
body.site-page-downloads .catalogue-card-cover {
    border-radius: 18px !important;
}

body.site-page-downloads .catalogue-feature h3 {
    color: #151719;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4vw, 58px);
    font-weight: 500;
    line-height: 1;
}

body.site-page-downloads .catalogue-toolbar {
    position: sticky;
    top: 8px;
    z-index: 20;
    width: fit-content;
    max-width: min(100%, 1120px);
    margin: 34px auto;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    padding: 8px;
    box-shadow: 0 18px 50px rgba(17, 20, 23, 0.09);
    backdrop-filter: blur(20px);
}

body.site-page-downloads .catalogue-toolbar button {
    border: 0;
    border-radius: 999px !important;
    background: transparent;
    color: #4b4f56;
    transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

body.site-page-downloads .catalogue-toolbar button.active,
body.site-page-downloads .catalogue-toolbar button:hover {
    background: linear-gradient(135deg, #ff6a00, #c56f1a) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(255, 106, 0, 0.24);
    transform: translateY(-1px);
}

body.site-page-downloads .catalogue-carousel {
    max-width: 1240px !important;
}

body.site-page-downloads .catalogue-grid {
    gap: 22px !important;
    padding: 18px 6px 32px;
    scroll-padding: 8px;
}

body.site-page-downloads .catalogue-card {
    --card-rx: 0deg;
    --card-ry: 0deg;
    flex-basis: min(84vw, 340px) !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.82) !important;
    border-radius: 22px !important;
    background:
        radial-gradient(circle at var(--card-shine-x, 50%) var(--card-shine-y, 50%), rgba(255, 255, 255, 0.88), transparent 10rem),
        rgba(255, 255, 255, 0.72) !important;
    box-shadow: 0 22px 60px rgba(17, 20, 23, 0.1) !important;
    transform: perspective(900px) rotateX(var(--card-rx)) rotateY(var(--card-ry)) translateY(0);
    transform-style: preserve-3d;
    transition: opacity 0.28s ease, transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
    backdrop-filter: blur(18px);
}

body.site-page-downloads .catalogue-card:hover {
    border-color: rgba(255, 106, 0, 0.32) !important;
    box-shadow: 0 34px 86px rgba(17, 20, 23, 0.16) !important;
    transform: perspective(900px) rotateX(var(--card-rx)) rotateY(var(--card-ry)) translateY(-8px);
}

body.site-page-downloads .catalogue-card[hidden] {
    display: none !important;
}

body.site-page-downloads .catalogue-card-cover {
    min-height: 228px;
    margin: 12px;
}

body.site-page-downloads .catalogue-card-body {
    padding: 4px 20px 20px;
}

body.site-page-downloads .catalogue-card-body > p {
    color: #8d6a2d;
    letter-spacing: 0.12em;
}

body.site-page-downloads .catalogue-card-body h3 {
    color: #151719;
    font-size: 22px;
    line-height: 1.12;
}

body.site-page-downloads .catalogue-card-body span {
    color: #6c7076;
}

body.site-page-downloads .catalogue-actions a,
body.site-page-downloads .catalogue-actions button,
body.site-page-downloads .catalogue-modal-actions a {
    border: 0 !important;
    border-radius: 999px !important;
    background: #151719 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(17, 20, 23, 0.16);
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

body.site-page-downloads .catalogue-actions a:first-child:not(:last-child) {
    background: linear-gradient(135deg, #ff6a00, #c56f1a) !important;
}

body.site-page-downloads .catalogue-actions a:hover,
body.site-page-downloads .catalogue-actions button:hover,
body.site-page-downloads .catalogue-modal-actions a:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(17, 20, 23, 0.2);
}

body.site-page-downloads .catalogue-scroll {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.76) !important;
    color: #151719 !important;
    backdrop-filter: blur(18px);
    transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

body.site-page-downloads .catalogue-scroll:hover {
    background: #151719 !important;
    color: #f5d68b !important;
}

body.site-page-downloads .catalogue-modal {
    backdrop-filter: blur(12px);
}

body.site-page-downloads .catalogue-modal-panel {
    border-radius: 24px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.28) !important;
}

body.site-page-downloads .downloads-library-head,
body.site-page-downloads .catalogue-feature,
body.site-page-downloads .catalogue-card,
body.site-page-downloads .downloads-preview-stack {
    opacity: 0;
    transform: translateY(28px);
}

body.site-page-downloads .downloads-library-head.is-visible,
body.site-page-downloads .catalogue-feature.is-visible,
body.site-page-downloads .catalogue-card.is-visible,
body.site-page-downloads .downloads-preview-stack.is-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes downloadsHeroIn {
    from {
        opacity: 0;
        transform: translateY(24px);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes downloadBookFloat {
    0%, 100% {
        translate: 0 0;
    }
    50% {
        translate: 0 -10px;
    }
}

@media (max-width: 900px) {
    body.site-page-downloads .downloads-library-head {
        align-items: stretch;
        flex-direction: column;
    }

    body.site-page-downloads .downloads-search {
        flex-basis: auto;
    }

    body.site-page-downloads .catalogue-toolbar {
        justify-content: flex-start;
        overflow-x: auto;
        width: 100%;
        border-radius: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.site-page-downloads .download-book-mockup,
    body.site-page-downloads .downloads-hero-copy,
    body.site-page-downloads .catalogue-card {
        animation: none !important;
        transition: none !important;
    }
}

.admin-body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 18% 16%, rgba(255, 106, 0, 0.12), transparent 24rem),
        radial-gradient(circle at 84% 8%, rgba(197, 161, 90, 0.2), transparent 28rem),
        radial-gradient(circle at 68% 86%, rgba(17, 20, 23, 0.08), transparent 30rem);
    pointer-events: none;
}

.admin-body * {
    letter-spacing: 0;
}

.admin-ready .admin-kpi-card,
.admin-ready .admin-section,
.admin-ready .admin-hero-panel {
    animation: adminPanelIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.admin-ready .admin-kpi-card:nth-child(2) { animation-delay: 0.04s; }
.admin-ready .admin-kpi-card:nth-child(3) { animation-delay: 0.08s; }
.admin-ready .admin-kpi-card:nth-child(4) { animation-delay: 0.12s; }
.admin-ready .admin-kpi-card:nth-child(5) { animation-delay: 0.16s; }
.admin-ready .admin-kpi-card:nth-child(6) { animation-delay: 0.2s; }
.admin-ready .admin-kpi-card:nth-child(7) { animation-delay: 0.24s; }

.admin-hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(17, 20, 23, 0.88), rgba(28, 31, 36, 0.74)),
        radial-gradient(circle at 88% 18%, rgba(255, 106, 0, 0.34), transparent 20rem);
    color: #ffffff;
    padding: clamp(24px, 4vw, 42px);
    box-shadow: 0 28px 80px rgba(17, 20, 23, 0.18);
}

.admin-hero-panel span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 12px;
    color: #f5d68b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.admin-hero-panel h2 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(34px, 4.4vw, 64px);
    line-height: 0.96;
}

.admin-hero-panel p {
    max-width: 680px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.65;
}

.admin-hero-actions,
.admin-quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.admin-hero-actions {
    max-width: 380px;
    justify-content: flex-end;
}

.admin-hero-actions a,
.admin-quick-actions a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(245, 214, 139, 0.26);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding: 12px 14px;
    font-weight: 900;
    backdrop-filter: blur(18px);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.admin-hero-actions a:hover,
.admin-quick-actions a:hover {
    border-color: rgba(245, 214, 139, 0.58);
    background: rgba(245, 214, 139, 0.14);
    transform: translateY(-2px);
}

.admin-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    border: 1px solid rgba(24, 169, 87, 0.18);
    border-radius: 999px;
    background: #edfff4;
    color: #08723b;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 900;
}

.admin-live-pill svg,
.admin-actions svg,
.admin-hero-actions svg,
.admin-quick-actions svg,
.admin-module-grid svg,
.admin-notification-list svg {
    width: 17px;
    height: 17px;
    stroke-width: 2.2;
}

.admin-counts-featured {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.admin-kpi-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px !important;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.58)),
        radial-gradient(circle at 100% 0%, rgba(197, 161, 90, 0.22), transparent 10rem) !important;
    padding: 22px !important;
    backdrop-filter: blur(18px);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.admin-kpi-card:hover {
    border-color: rgba(197, 161, 90, 0.52) !important;
    box-shadow: 0 26px 70px rgba(17, 20, 23, 0.13) !important;
    transform: translateY(-5px);
}

.admin-kpi-card > svg {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: #151719;
    color: #f5d68b;
    padding: 10px;
}

.admin-kpi-card strong {
    color: #151719 !important;
    font-size: clamp(28px, 3vw, 42px) !important;
}

.admin-kpi-card span {
    display: block;
    margin-top: 7px;
    color: #696d74 !important;
}

.admin-kpi-card small {
    display: block;
    margin-top: 14px;
    color: #9a7b3a;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.admin-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 24px;
}

.admin-chart {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    align-items: end;
    min-height: 260px;
    padding: 24px;
}

.admin-chart-month {
    display: grid;
    gap: 10px;
    align-items: end;
    height: 100%;
    text-align: center;
}

.admin-chart-bars {
    display: flex;
    height: 210px;
    align-items: end;
    justify-content: center;
    gap: 7px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(197, 161, 90, 0.08), rgba(17, 20, 23, 0.04));
    padding: 12px 8px;
}

.admin-chart-bars span {
    width: 18px;
    min-height: 8px;
    border-radius: 999px 999px 4px 4px;
    animation: adminBarGrow 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.admin-chart-bars span:first-child {
    background: linear-gradient(180deg, #f5d68b, #c5a15a);
}

.admin-chart-bars span:last-child {
    background: linear-gradient(180deg, #ff8b32, #ff6a00);
}

.admin-chart-month small,
.admin-chart-legend span {
    color: #70747a;
    font-size: 12px;
    font-weight: 900;
}

.admin-chart-legend {
    display: flex;
    gap: 18px;
    padding: 0 24px 24px;
}

.admin-chart-legend i {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 7px;
    border-radius: 999px;
    background: #c5a15a;
}

.admin-chart-legend span:last-child i {
    background: #ff6a00;
}

.admin-notification-list,
.admin-timeline,
.admin-inquiry-stack {
    display: grid;
    gap: 12px;
    padding: 22px;
}

.admin-notification-list article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(197, 161, 90, 0.16);
    border-radius: 16px;
    background: rgba(255, 253, 248, 0.78);
    padding: 14px;
}

.admin-notification-list svg {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #151719;
    color: #f5d68b;
    padding: 11px;
}

.admin-notification-list strong,
.admin-timeline strong {
    color: #151719;
}

.admin-notification-list span,
.admin-timeline p,
.admin-inquiry-stack span,
.admin-inquiry-stack small {
    color: #71757c;
    line-height: 1.55;
}

.admin-quick-actions {
    padding: 22px;
}

.admin-quick-actions a {
    flex: 1 1 180px;
    align-items: flex-start;
    border-color: rgba(197, 161, 90, 0.18);
    background: rgba(255, 253, 248, 0.86);
    color: #151719;
    padding: 18px;
}

.admin-quick-actions a svg {
    color: #ff6a00;
}

.admin-quick-actions a strong,
.admin-quick-actions a span {
    display: block;
}

.admin-quick-actions a span {
    color: #72767c;
    font-size: 12px;
}

.admin-module-grid a {
    position: relative;
    display: grid;
    gap: 8px;
    min-height: 118px;
    border-radius: 18px !important;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 253, 248, 0.72)) !important;
}

.admin-module-grid a svg {
    color: #c56f1a;
}

.admin-timeline article {
    position: relative;
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 14px;
}

.admin-timeline article > span {
    width: 12px;
    height: 12px;
    margin-top: 6px;
    border-radius: 999px;
    background: #ff6a00;
    box-shadow: 0 0 0 6px rgba(255, 106, 0, 0.12);
}

.admin-timeline article:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 22px;
    bottom: -12px;
    left: 5px;
    width: 1px;
    background: rgba(197, 161, 90, 0.26);
}

.admin-resource-toolbar {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--admin-line);
    padding: 18px 24px;
}

.admin-resource-toolbar label {
    position: relative;
    flex: 1;
    max-width: 460px;
}

.admin-resource-toolbar svg {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 18px;
    height: 18px;
    color: #8d6a2d;
    transform: translateY(-50%);
}

.admin-resource-toolbar input {
    width: 100%;
    min-height: 44px;
    border: 1px solid #ddd4c4;
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.9);
    padding: 0 16px 0 44px;
    font: inherit;
}

.admin-resource-toolbar span {
    color: #8d6a2d;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.admin-record {
    animation: adminPanelIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.admin-record {
    display: block !important;
    padding: 0 !important;
}

.admin-record-details {
    overflow: hidden;
    border-radius: inherit;
}

.admin-record-details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 86px;
    padding: 20px 24px;
    cursor: pointer;
    list-style: none;
    background:
        radial-gradient(circle at 94% 0%, rgba(255, 106, 0, 0.12), transparent 12rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 253, 248, 0.72));
    transition: background 0.2s ease, transform 0.2s ease;
}

.admin-record-details summary::-webkit-details-marker {
    display: none;
}

.admin-record-details summary::after {
    content: "+";
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 999px;
    background: #151719;
    color: #f5d68b;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    transition: transform 0.22s ease, background 0.22s ease;
}

.admin-record-details[open] summary::after {
    content: "-";
    background: linear-gradient(135deg, #ff6a00, #c56f1a);
    color: #ffffff;
    transform: rotate(180deg);
}

.admin-record-details summary:hover {
    background:
        radial-gradient(circle at 94% 0%, rgba(255, 106, 0, 0.18), transparent 12rem),
        linear-gradient(135deg, #ffffff, #fff8ee);
}

.admin-record-details summary span {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.admin-record-details summary strong {
    overflow: hidden;
    color: #151719;
    font-size: 18px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-record-details summary small {
    overflow: hidden;
    color: #8d6a2d;
    font-size: 12px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-record-details summary em {
    margin-left: auto;
    color: #70747a;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
}

.admin-record-panel {
    display: grid;
    gap: 0;
    border-top: 1px solid #e7dfd2;
    background: rgba(255, 255, 255, 0.74);
    animation: adminDetailsOpen 0.28s ease both;
}

.admin-record-panel .admin-form {
    border: 0 !important;
    border-radius: 0 !important;
}

.admin-record-delete-form {
    display: flex;
    justify-content: flex-end;
    padding: 0 24px 24px;
}

.admin-record-delete-form .admin-delete {
    width: auto !important;
    min-width: 180px;
    margin: 0 !important;
}

@keyframes adminDetailsOpen {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes adminPanelIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes adminBarGrow {
    from {
        height: 8px;
        opacity: 0.35;
    }
}

@media (max-width: 1180px) {
    .admin-counts-featured {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .admin-dashboard-grid,
    .admin-hero-panel {
        grid-template-columns: 1fr;
    }

    .admin-hero-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .admin-counts-featured,
    .admin-chart {
        grid-template-columns: 1fr !important;
    }

    .admin-chart {
        min-height: auto;
    }

    .admin-chart-bars {
        height: 130px;
    }

    .admin-resource-toolbar {
        align-items: stretch;
        flex-direction: column;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--font-sans);
}

.has-premium-cursor,
.has-premium-cursor * {
    cursor: auto !important;
}

.premium-cursor,
.premium-cursor-dot {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(-100px, -100px, 0);
    will-change: transform, opacity;
}

.premium-cursor {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(255, 106, 0, 0.34) 0 12%, rgba(255, 106, 0, 0.16) 36%, transparent 70%);
    filter: blur(2px);
    mix-blend-mode: screen;
    transition: opacity 0.16s ease, width 0.18s ease, height 0.18s ease, filter 0.18s ease;
}

.premium-cursor-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #f5d68b;

    box-shadow:
        0 0 10px rgba(255, 106, 0, 0.75),
        0 0 22px rgba(255, 106, 0, 0.28);
    transition: opacity 0.14s ease, width 0.16s ease, height 0.16s ease, background 0.16s ease;
}

.premium-cursor-visible .premium-cursor {
    opacity: 0.82;
}

.premium-cursor-visible .premium-cursor-dot {
    opacity: 1;
}

.premium-cursor-hover .premium-cursor {
    width: 48px;
    height: 48px;
    filter: blur(3px);
}

.premium-cursor-hover .premium-cursor-dot {
    width: 9px;
    height: 9px;
    background: #ffffff;
    box-shadow:
        0 0 0 3px rgba(255, 106, 0, 0.32),
        0 0 20px rgba(255, 106, 0, 0.7);
}

.premium-cursor-down .premium-cursor {
    opacity: 0.95;
}

.premium-cursor-down .premium-cursor-dot {
    width: 5px;
    height: 5px;
}

@media (pointer: coarse), (max-width: 767px) {
    .has-premium-cursor,
    .has-premium-cursor * {
        cursor: auto !important;
    }

    .premium-cursor,
    .premium-cursor-dot {
        display: none;
    }
}

.fluid-cursor-layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 45;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    background: transparent;
}

.fluid-cursor-canvas {
    display: block;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}

main,
.site-footer,
.chatbot {
    position: relative;
    z-index: 3;
}

.chatbot {
    z-index: 20;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.primary-button,
.secondary-button,
.contact-form button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
}

.primary-button,
.contact-form button {
    background: var(--metal);
    color: #17130b;
    padding: 12px 18px;
}

.secondary-button {
    border: 1px solid rgba(255, 255, 255, 0.74);
    color: var(--white);
    padding: 11px 18px;
}

.hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    color: var(--white);
    background: transparent;
}

.home-hero {
    min-height: 92vh;
}

.home-hero .hero-video {
    object-position: center;
}

.home-hero .sound-toggle {
    display: none;
}

.home-hero .hero-header {
    top: 22px;
}

.home-hero .hero-logo {
    width: clamp(150px, 18vw, 230px);
}

.home-hero .floating-nav {
    bottom: 34px;
}

.home-hero .hero-shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.2));
}

.page-hero {
    position: relative;
    min-height: 72vh;
    overflow: hidden;
    color: var(--white);
    background: transparent;
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--hero-image);
    background-position: center;
    background-size: cover;
}

.hero-video,
.hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-video {
    object-fit: cover;
}

.hero-shade {
    background:
        radial-gradient(circle at 78% 42%, rgba(7, 23, 23, 0.08), rgba(4, 15, 15, 0.54) 54%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(2, 9, 9, 0.38) 76%, rgba(1, 5, 5, 0.78));
}

.hero-header {
    position: absolute;
    top: 22px;
    right: 24px;
    left: 24px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-logo {
    display: inline-flex;
    align-items: center;
    width: clamp(150px, 17vw, 240px);
    filter:
        drop-shadow(0 1px 1px rgba(255, 255, 255, 0.75))
        drop-shadow(0 8px 18px rgba(0, 0, 0, 0.42));
}

.hero-logo img,
.footer-logo img,
.admin-brand img,
.admin-sidebar-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-logo img,
.footer-logo img,
.admin-brand img,
.admin-sidebar-logo img,
.products-page-logo img,
.products-promo-logo img,
.hardware-3d-logo img {
    filter: none;
}

.sound-toggle {
    position: relative;
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.82);
    color: var(--white);
    cursor: pointer;
    font-size: 0;
    transition: transform 0.2s ease, background 0.2s ease;
}

.sound-toggle:hover {
    transform: translateY(-1px);
    background: rgba(0, 0, 0, 0.95);
}

.sound-toggle::before {
    content: '';
    width: 18px;
    height: 18px;
    background: currentColor;
    clip-path: polygon(0 35%, 32% 35%, 62% 10%, 62% 90%, 32% 65%, 0 65%);
}

.sound-toggle::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
    transform: rotate(-42deg);
}

.sound-toggle.is-on::after {
    width: 7px;
    height: 7px;
    border: 2px solid currentColor;
    border-bottom-color: transparent;
    border-left-color: transparent;
    background: transparent;
    transform: translateX(10px) rotate(45deg);
}

.hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 76vh;
    max-width: 760px;
    flex-direction: column;
    justify-content: center;
    padding: 96px clamp(20px, 6vw, 76px) 140px;
}

.page-hero .hero-content {
    min-height: 58vh;
    padding-top: 132px;
}

.screen-reader-copy {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--metal);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.project-band h2 {
    margin: 0;
    font-weight: 700;
    line-height: 1.05;
}

.hero h1 {
    max-width: 700px;
    font-size: clamp(42px, 6vw, 82px);
}

.hero-copy {
    max-width: 610px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.83);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.floating-nav {
    position: absolute;
    right: 50%;
    bottom: 30px;
    z-index: 6;
    display: flex;
    max-width: calc(100vw - 28px);
    align-items: center;
    gap: 2px;
    overflow-x: auto;
    border-radius: 999px;
    border: 1px solid rgba(23, 23, 23, 0.08);
    background: rgba(255, 255, 255, 0.9);
    padding: 0 12px;
    color: #171717;
    scrollbar-width: none;
    transform: translateX(50%);
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 34px rgba(23, 23, 23, 0.14);
}

.floating-nav::-webkit-scrollbar {
    display: none;
}

.floating-nav a {
    position: relative;
    display: inline-flex;
    min-height: 44px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 800;
}

.floating-nav a::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 6px;
    left: 10px;
    height: 3px;
    border-radius: 99px;
    background: transparent;
}

.floating-nav a.active::after,
.floating-nav a:hover::after {
    background: #f71920;
}

.intro-band,
.product-section,
.product-showcase-section,
.industries-section,
.collections-band,
.finish-section,
.contact-section {
    padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 70px);
}

.intro-band {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(280px, 1fr);
    gap: clamp(28px, 7vw, 92px);
    align-items: end;
    border-bottom: 1px solid var(--line);
    background: var(--white);
}

.intro-band > p,
.project-band p {
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.75;
}

.section-heading {
    max-width: 760px;
}

.section-heading h2,
.project-band h2 {
    font-size: clamp(32px, 4vw, 54px);
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 36px;
}

.product-showcase-section .category-grid {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.feature-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--line);
}

.feature-strip article {
    display: flex;
    min-height: 118px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--white);
    padding: 24px;
}

.feature-strip h3 {
    margin: 0;
    color: #27231e;
    font-size: 17px;
    line-height: 1.25;
}

.feature-icon {
    position: relative;
    display: inline-grid;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    place-items: center;
    color: #171717;
}

.feature-icon::before {
    content: '';
    width: 24px;
    height: 24px;
    border: 2px solid currentColor;
    border-radius: 6px;
}

.feature-icon.quality::before {
    border-radius: 999px;
    box-shadow: inset 0 0 0 5px var(--white), 0 0 0 2px currentColor;
}

.feature-icon.design::before {
    width: 30px;
    height: 8px;
    border-radius: 99px;
    transform: rotate(-45deg);
}

.feature-icon.craft::before {
    border-radius: 0;
    transform: rotate(45deg);
}

.feature-icon.support::before {
    border-radius: 999px 999px 8px 8px;
    border-bottom: 0;
}

.product-showcase-section {
    background: var(--paper);
}

.product-showcase-heading {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.product-showcase-heading h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.05;
}

.product-showcase-heading > p:not(.eyebrow) {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.65;
}

.product-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}

.product-tabs a {
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--white);
    padding: 10px 14px;
    color: #2d2a25;
    font-size: 14px;
    font-weight: 800;
}

.product-tabs a:hover {
    border-color: #f71920;
    color: #f71920;
}

.category-card,
.collection-item {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
}

.category-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.category-body {
    padding: 22px;
}

.product-showcase-section .category-body,
.insight-section .text-card {
    text-align: center;
}

.product-showcase-section .category-body p {
    text-align: center;
}

.category-body h3,
.collection-item h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
}

.category-body span {
    display: block;
    margin-bottom: 10px;
    color: #90733a;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.category-body p {
    min-height: 92px;
    margin: 12px 0 18px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.6;
}

.category-body a {
    color: #79602b;
    font-size: 14px;
    font-weight: 700;
}

.products-overview {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(280px, 420px);
    gap: clamp(28px, 6vw, 76px);
    align-items: center;
    padding: clamp(60px, 8vw, 108px) clamp(18px, 5vw, 70px);
    background:
        linear-gradient(135deg, rgba(247, 25, 32, 0.06), rgba(255, 255, 255, 0) 42%),
        #ffffff;
}

.products-overview-copy {
    max-width: 820px;
}

.products-overview-copy h2,
.product-catalog-heading h2,
.product-support-band h2 {
    margin: 0;
    color: #121212;
    font-size: clamp(34px, 5vw, 68px);
    line-height: 1.02;
}

.products-overview-copy p:not(.eyebrow),
.product-catalog-heading p:not(.eyebrow),
.product-support-band p {
    max-width: 720px;
    margin: 20px 0 0;
    color: #5d5b57;
    font-size: 18px;
    line-height: 1.75;
}

.products-overview-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.product-secondary-button {
    border-color: rgba(18, 18, 18, 0.22);
    color: #171717;
}

.products-overview-panel {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(23, 23, 23, 0.08);
    border-radius: 8px;
    background: rgba(23, 23, 23, 0.1);
    box-shadow: 0 24px 70px rgba(20, 22, 26, 0.1);
}

.products-overview-panel article {
    display: grid;
    gap: 8px;
    background:
        linear-gradient(135deg, rgba(247, 25, 32, 0.08), transparent 54%),
        #ffffff;
    padding: clamp(22px, 3vw, 34px);
}

.products-overview-panel strong {
    color: #f71920;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1;
}

.products-overview-panel span {
    color: #2a2825;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-catalog-section {
    padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 70px);
    background:
        linear-gradient(180deg, #f7f5f1, #ffffff 46%, #f7f5f1);
}

.product-catalog-heading {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.product-catalog-heading h2 {
    font-size: clamp(34px, 4.8vw, 60px);
}

.product-catalog-heading p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
}

.product-category-grid {
    display: grid;
    max-width: 1260px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.4vw, 30px);
    margin: clamp(34px, 5vw, 58px) auto 0;
}

.product-category-card {
    display: grid;
    overflow: hidden;
    min-height: 100%;
    border: 1px solid rgba(23, 23, 23, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(19, 22, 28, 0.09);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product-category-card:hover {
    border-color: rgba(247, 25, 32, 0.22);
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(19, 22, 28, 0.15);
}

.product-category-image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #dfddd7;
}

.product-category-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.24));
    opacity: 0.7;
    pointer-events: none;
}

.product-category-image img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.35s ease;
}

.product-category-card:hover .product-category-image img {
    transform: scale(1.07);
}

.product-category-body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 16px;
    padding: 24px;
}

.product-category-body span {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    border-radius: 999px;
    background: #fff1e8;
    color: #b24a00;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-category-body h3 {
    margin: 12px 0 0;
    color: #111111;
    font-size: clamp(22px, 2.5vw, 30px);
    line-height: 1.12;
}

.product-category-body p {
    margin: 0;
    color: #5d5b57;
    font-size: 15px;
    line-height: 1.7;
}

.product-category-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid rgba(23, 23, 23, 0.08);
    padding-top: 18px;
}

.product-category-footer small {
    color: #807a70;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-category-footer a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #171717;
    color: #ffffff;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.2s ease;
}

.product-category-footer a:hover {
    background: #f71920;
    transform: translateY(-1px);
}

.product-support-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(24px, 5vw, 70px);
    padding: clamp(48px, 7vw, 88px) clamp(18px, 5vw, 70px);
    background:
        linear-gradient(135deg, rgba(247, 25, 32, 0.18), rgba(255, 255, 255, 0.04)),
        #171717;
    color: #ffffff;
}

.product-support-band > div {
    max-width: 780px;
}

.product-support-band h2 {
    color: #ffffff;
    font-size: clamp(32px, 4.4vw, 54px);
}

.product-support-band p {
    color: rgba(255, 255, 255, 0.72);
}

.product-support-band .eyebrow {
    color: #ffb545;
}

.products-page-shell {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #ffffff;
    padding: 0 clamp(18px, 4vw, 64px) clamp(68px, 8vw, 110px);
}

.products-page-shell::before {
    content: '';
    position: fixed;
    inset: 82px 0 auto auto;
    z-index: 0;
    width: min(46vw, 620px);
    height: min(52vw, 680px);
    border-radius: 42% 0 0 58%;
    background:
        radial-gradient(circle at 44% 42%, rgba(255, 255, 255, 0.9), transparent 0 9%, rgba(255, 106, 0, 0.16) 10% 11%, transparent 12%),
        repeating-linear-gradient(132deg, rgba(17, 20, 23, 0.08) 0 2px, transparent 2px 22px),
        linear-gradient(135deg, rgba(255, 106, 0, 0.12), rgba(197, 161, 90, 0.14));
    opacity: 0.5;
    pointer-events: none;
    transform: translateX(24%) rotate(-8deg);
}

.products-page-shell > * {
    position: relative;
    z-index: 1;
}

.products-creative-background {
    position: fixed !important;
    inset: 0;
    z-index: 0 !important;
    overflow: hidden;
    pointer-events: auto;
}

.products-creative-background::before,
.products-creative-background::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.products-creative-background::before {
    background:
        radial-gradient(circle at 78% 24%, rgba(255, 106, 0, 0.08), transparent 24rem),
        radial-gradient(circle at 20% 74%, rgba(197, 161, 90, 0.08), transparent 22rem),
        linear-gradient(180deg, rgba(255, 253, 248, 0.04), rgba(255, 253, 248, 0.18));
}

.products-creative-background::after {
    background:
        linear-gradient(90deg, rgba(16, 19, 23, 0.045) 1px, transparent 1px),
        linear-gradient(rgba(16, 19, 23, 0.035) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: 0.28;
}

.products-creative-canvas {
    display: block;
    width: 100vw;
    height: 100vh;
    opacity: 1;
}

.products-page-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: minmax(120px, 190px) minmax(0, 1fr) minmax(220px, 280px);
    gap: 22px;
    align-items: center;
    min-height: 78px;
    margin: 0 calc(clamp(18px, 4vw, 64px) * -1);
    background: rgba(255, 255, 255, 0.92);
    padding: 10px clamp(18px, 4vw, 64px);
    backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 rgba(23, 23, 23, 0.08);
}

.products-page-logo {
    display: inline-flex;
    width: 150px;
    align-items: center;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}

.products-page-logo img {
    width: 100%;
    height: auto;
}

.products-page-header .floating-nav {
    position: static;
    justify-self: center;
    max-width: 100%;
    min-height: 46px;
    transform: none;
}

.products-promo-hero {
    position: relative;
    display: grid;
    min-height: clamp(560px, 72vh, 720px);
    grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
    gap: clamp(26px, 5vw, 72px);
    align-items: center;
    overflow: hidden;
    margin: 0 calc(clamp(18px, 4vw, 64px) * -1);
    background:
        linear-gradient(90deg, rgba(237, 10, 24, 0.98), rgba(247, 25, 32, 0.94)),
        #f71920;
    padding: clamp(86px, 10vw, 132px) clamp(22px, 7vw, 118px) clamp(112px, 11vw, 150px);
    color: #ffffff;
}

.products-promo-hero::before {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 46%;
    background:
        linear-gradient(180deg, rgba(247, 25, 32, 0), rgba(136, 0, 0, 0.22)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 220px);
    pointer-events: none;
}

.products-promo-copy,
.products-promo-items,
.products-promo-badge {
    position: relative;
    z-index: 1;
}

.products-promo-logo {
    position: absolute;
    top: clamp(22px, 3vw, 34px);
    left: clamp(22px, 4vw, 58px);
    z-index: 3;
    display: inline-flex;
    width: clamp(132px, 14vw, 190px);
    filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.16));
}

.products-promo-logo img {
    width: 100%;
    height: auto;
}

.products-promo-copy h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(56px, 7.4vw, 112px);
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
    text-transform: uppercase;
}

.products-promo-copy h1 span,
.products-promo-copy h1 strong {
    font-weight: 950;
}

.products-promo-copy p {
    max-width: 560px;
    margin: clamp(22px, 3vw, 34px) 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.7;
}

.products-promo-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 24px);
    align-self: end;
}

.products-promo-items article {
    display: grid;
    min-height: 260px;
    align-content: center;
    justify-items: center;
    border-left: 2px solid rgba(255, 255, 255, 0.76);
    padding: 20px 16px;
}

.products-promo-items article:first-child {
    border-left: 0;
}

.products-promo-items img {
    width: 100%;
    height: clamp(150px, 18vw, 230px);
    object-fit: contain;
    filter: drop-shadow(0 24px 34px rgba(76, 0, 0, 0.26));
    mix-blend-mode: multiply;
}

.products-promo-items span {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.products-promo-badge {
    position: absolute;
    right: clamp(20px, 4vw, 64px);
    bottom: clamp(18px, 4vw, 42px);
    display: grid;
    gap: 4px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    padding: 14px 18px;
    backdrop-filter: blur(12px);
}

.products-promo-badge strong {
    font-size: 24px;
    line-height: 1;
}

.products-promo-badge span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 800;
}

.products-promo-hero .floating-nav {
    position: absolute;
    right: 50%;
    bottom: 28px;
    z-index: 5;
    transform: translateX(50%);
}

.products-search {
    position: relative;
    display: block;
}

.products-search::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    width: 14px;
    height: 14px;
    border: 2px solid #3d3d3d;
    border-radius: 999px;
    transform: translateY(-58%);
}

.products-search::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 9px;
    height: 2px;
    border-radius: 99px;
    background: #3d3d3d;
    transform: translateY(7px) rotate(45deg);
}

.products-search input {
    width: 100%;
    min-height: 46px;
    border: 2px solid rgba(23, 23, 23, 0.64);
    border-radius: 999px;
    background: #ffffff;
    color: #171717;
    padding: 0 46px 0 18px;
    font: inherit;
    font-size: 14px;
    outline: 0;
}

.products-search input:focus {
    border-color: #f71920;
    box-shadow: 0 0 0 4px rgba(247, 25, 32, 0.12);
}

.products-page-heading {
    max-width: 820px;
    margin: 38px auto 0;
    text-align: center;
}

.products-page-heading h1 {
    margin: 4px 0 0;
    color: #111111;
    font-size: clamp(44px, 6vw, 78px);
    font-weight: 500;
    line-height: 0.96;
}

.products-page-heading h1 span {
    color: #f71920;
    font-weight: 900;
}

.products-page-heading p:not(.eyebrow) {
    max-width: 760px;
    margin: 20px auto 0;
    color: #101b36;
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.55;
}

.products-inline-search {
    max-width: 360px;
    margin: 24px auto 0;
}

.products-category-tabs {
    display: grid;
    max-width: 1060px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 18px;
    margin: clamp(36px, 5vw, 58px) auto 0;
}

.products-category-tabs button {
    display: flex;
    min-height: 86px;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(23, 23, 23, 0.08);
    border-radius: 999px;
    background: #ffffff;
    color: #171717;
    cursor: pointer;
    padding: 10px 24px 10px 12px;
    font: inherit;
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 600;
    text-align: left;
    box-shadow: 0 10px 24px rgba(23, 23, 23, 0.1);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.products-category-tabs button:hover,
.products-category-tabs button.active {
    background: #ecebea;
    box-shadow: inset 0 0 0 1px rgba(23, 23, 23, 0.04), 0 16px 30px rgba(23, 23, 23, 0.14);
    transform: translateY(-2px);
}

.products-category-tabs img {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.82);
}

.products-display {
    position: relative;
    max-width: 1040px;
    margin: clamp(36px, 5vw, 58px) auto 0;
}

.products-selected-preview {
    position: relative;
    display: grid;
    max-width: 1040px;
    grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1fr);
    gap: clamp(24px, 4vw, 54px);
    align-items: center;
    margin: clamp(34px, 5vw, 54px) auto 0;
    border: 1px solid rgba(23, 23, 23, 0.08);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(247, 25, 32, 0.06), rgba(255, 255, 255, 0) 46%),
        rgba(255, 255, 255, 0.82);
    padding: clamp(20px, 4vw, 42px);
    box-shadow: 0 20px 58px rgba(23, 23, 23, 0.1);
    backdrop-filter: blur(12px);
}

.products-quiz-background {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}

.products-quiz-background::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 253, 248, 0.86), rgba(255, 253, 248, 0.66) 48%, rgba(255, 253, 248, 0.94)),
        radial-gradient(circle at 22% 48%, rgba(255, 106, 0, 0.18), transparent 32%);
}

.products-quiz-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.34;
    filter: saturate(1.06) contrast(1.04);
    transform: scale(1.08);
    transition: opacity 0.28s ease, transform 0.45s ease;
}

.products-selected-preview::before {
    content: '';
    position: absolute;
    inset: 14px;
    z-index: 0;
    border-radius: 8px;
    background:
        radial-gradient(circle at 22% 50%, rgba(17, 20, 23, 0.08), transparent 21%),
        linear-gradient(90deg, rgba(255, 106, 0, 0.08) 1px, transparent 1px),
        linear-gradient(rgba(17, 20, 23, 0.055) 1px, transparent 1px);
    background-size: auto, 42px 42px, 42px 42px;
    pointer-events: none;
}

.products-selected-preview > * {
    position: relative;
    z-index: 1;
}

.products-selected-image {
    position: relative;
    display: grid;
    min-height: 310px;
    place-items: center;
    overflow: hidden;
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.94), rgba(232, 231, 227, 0.72) 66%),
        linear-gradient(135deg, rgba(255, 106, 0, 0.1), transparent 58%),
        #f4f3f0;
    padding: clamp(22px, 4vw, 42px);
    perspective: 900px;
    cursor: pointer;
}

.products-selected-image::before,
.products-selected-image::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.products-selected-image::before {
    inset: 12%;
    border: 1px solid rgba(197, 161, 90, 0.28);
    transform: rotateX(62deg) rotateZ(-12deg);
}

.products-selected-image::after {
    right: 9%;
    bottom: 11%;
    width: 38%;
    height: 11%;
    background: radial-gradient(ellipse, rgba(17, 20, 23, 0.18), transparent 68%);
    filter: blur(4px);
}

.products-selected-3d {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.products-selected-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 260px;
    object-fit: contain;
    mix-blend-mode: multiply;
    transform: translateZ(36px) rotateY(-9deg);
    transition: opacity 0.24s ease;
}

.products-selected-image img.is-3d-ready {
    opacity: 0;
}

.products-selected-copy h2 {
    margin: 0;
    color: #111111;
    font-size: clamp(32px, 4.5vw, 58px);
    line-height: 1.02;
}

.products-selected-copy p:not(.eyebrow) {
    max-width: 560px;
    margin: 18px 0 0;
    color: #5d5b57;
    font-size: 17px;
    line-height: 1.7;
}

.products-selected-copy a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    border-radius: 999px;
    background: #f71920;
    color: #ffffff;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 900;
}

.products-fit-quiz {
    display: grid;
    gap: 12px;
    max-width: 460px;
    margin-top: 26px;
    border: 1px solid rgba(17, 20, 23, 0.1);
    border-radius: 8px;
    background:
        radial-gradient(circle at 88% 12%, rgba(255, 106, 0, 0.16), transparent 34%),
        rgba(255, 255, 255, 0.78);
    padding: 16px;
    box-shadow: 0 16px 42px rgba(17, 20, 23, 0.08);
}

.products-fit-quiz span {
    color: #8d6a2d;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.products-fit-quiz strong {
    color: #111417;
    font-size: clamp(17px, 1.8vw, 22px);
    line-height: 1.22;
}

.products-fit-quiz div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.products-fit-quiz .products-quiz-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(42px, 1fr));
    gap: 8px;
}

.products-fit-quiz button {
    min-height: 34px;
    border: 1px solid rgba(17, 20, 23, 0.12);
    border-radius: 999px;
    background: #ffffff;
    color: #111417;
    padding: 0 13px;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.products-fit-quiz .products-quiz-grid button {
    position: relative;
    display: grid;
    min-height: 42px;
    place-items: center;
    overflow: hidden;
    border-radius: 8px;
    padding: 0;
    isolation: isolate;
}

.products-fit-quiz .products-quiz-grid img {
    width: 100%;
    height: 58px;
    object-fit: cover;
    transition: transform 0.24s ease;
}

.products-fit-quiz .products-quiz-grid button span {
    position: static;
    z-index: 1;
    display: inline-grid;
    min-width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 999px;
    background: rgba(17, 20, 23, 0.76);
    color: #ffffff;
    font-size: 10px;
    font-weight: 950;
}

.products-fit-quiz button.active,
.products-fit-quiz button:hover {
    border-color: rgba(255, 106, 0, 0.52);
    background: linear-gradient(135deg, #ff6a00, #c69a43);
    color: #111417;
}

.products-fit-quiz .products-quiz-grid button.active img,
.products-fit-quiz .products-quiz-grid button:hover img {
    transform: scale(1.08);
}

.products-fit-quiz .products-quiz-grid button.active {
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.78), transparent 58%),
        linear-gradient(135deg, #ff6a00, #c69a43);
    box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.24), 0 14px 28px rgba(17, 20, 23, 0.16);
}

.products-fit-quiz .products-quiz-grid button.active span,
.products-fit-quiz .products-quiz-grid button:hover span {
    background: rgba(17, 20, 23, 0.92);
    color: #ffffff;
}

.products-fit-quiz p {
    margin: 0;
    color: rgba(17, 20, 23, 0.66);
    font-size: 13px;
    line-height: 1.5;
}

.products-active-title {
    margin: 0 0 26px;
    color: #111111;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #f71920;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
}

.products-panels {
    overflow: hidden;
}

.products-panel {
    display: none;
    gap: 22px;
    overflow-x: auto;
    padding: 4px 4px 18px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.products-panel::-webkit-scrollbar {
    display: none;
}

.products-panel.active {
    display: flex;
}

.products-item-card {
    display: grid;
    flex: 0 0 calc((100% - 66px) / 4);
    min-width: 220px;
    overflow: hidden;
    border: 1px solid rgba(23, 23, 23, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(23, 23, 23, 0.1);
    scroll-snap-align: start;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.products-item-card:hover,
.products-item-card.selected {
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(23, 23, 23, 0.16);
}

.products-item-card.selected {
    border-color: rgba(247, 25, 32, 0.42);
    box-shadow: 0 22px 56px rgba(247, 25, 32, 0.14), 0 14px 30px rgba(23, 23, 23, 0.1);
}

.products-item-card[hidden] {
    display: none;
}

.products-item-image {
    display: grid;
    min-height: 178px;
    place-items: center;
    background:
        radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.92), rgba(239, 238, 234, 0.76) 64%),
        #f5f4f1;
    padding: 24px;
}

.products-item-image img {
    width: 100%;
    height: 138px;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform 0.28s ease;
}

.products-item-card:hover .products-item-image img {
    transform: scale(1.06);
}

.products-item-body {
    display: grid;
    gap: 10px;
    padding: 18px 18px 20px;
    text-align: center;
}

.products-item-body span {
    color: #90733a;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.products-item-body h2 {
    min-height: 46px;
    margin: 0;
    color: #6b625b;
    font-size: 18px;
    line-height: 1.25;
}

.products-item-body p {
    display: -webkit-box;
    min-height: 44px;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #6d6a65;
    font-size: 13px;
    line-height: 1.55;
}

.products-item-body a {
    justify-self: center;
    min-height: 36px;
    border-radius: 4px;
    background: #171717;
    color: #ffffff;
    padding: 9px 13px;
    font-size: 12px;
    font-weight: 900;
}

.products-item-body a:hover {
    background: #f71920;
}

.products-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: inline-grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 2px solid #c8c8c8;
    border-radius: 999px;
    background: #ffffff;
    color: #8f8f8f;
    cursor: pointer;
    font-size: 38px;
    line-height: 1;
    transform: translateY(-50%);
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.products-arrow:hover {
    border-color: #f71920;
    color: #f71920;
    transform: translateY(-50%) scale(1.05);
}

.products-arrow[data-products-prev] {
    left: -72px;
}

.products-arrow[data-products-next] {
    right: -72px;
}

.hardware-3d-page {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 28%, rgba(247, 25, 32, 0.18), transparent 31%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0 42%, rgba(248, 244, 238, 0.9) 56%, rgba(219, 207, 195, 0.82)),
        url('https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=1800&q=82') center / cover;
    color: #171717;
    isolation: isolate;
}

.hardware-360-page {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 8%, rgba(108, 120, 164, 0.2), transparent 24%),
        radial-gradient(circle at 82% 72%, rgba(196, 155, 96, 0.22), transparent 25%),
        linear-gradient(135deg, #f7f5ef, #ffffff 46%, #eee8de);
}

body:has(.hardware-360-page),
.hardware-360-body {
    overflow: hidden;
}

.hardware-360-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, transparent 0 28%, rgba(255, 255, 255, 0.72) 28% 45%, transparent 45%),
        repeating-radial-gradient(circle at 18% 46%, rgba(232, 228, 220, 0.55) 0 1px, transparent 1px 34px);
    opacity: 0.72;
    pointer-events: none;
}

.hardware-360-canvas {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: grab;
}

.hardware-360-canvas:active {
    cursor: grabbing;
}

.hardware-360-badge {
    position: absolute;
    right: clamp(18px, 4vw, 58px);
    bottom: clamp(24px, 4vw, 54px);
    z-index: 4;
    display: inline-grid;
    width: 74px;
    height: 74px;
    place-items: center;
    border: 1px solid rgba(23, 23, 23, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #111111;
    font-size: 18px;
    font-weight: 950;
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 40px rgba(23, 23, 23, 0.14);
}

.hardware-360-hint {
    position: absolute;
    left: 50%;
    bottom: clamp(32px, 4vw, 58px);
    z-index: 4;
    border: 1px solid rgba(23, 23, 23, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: rgba(23, 23, 23, 0.74);
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 900;
    transform: translateX(-50%);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 40px rgba(23, 23, 23, 0.12);
}

.hardware-360-fallback {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    place-items: center;
    transform: rotate(-33deg);
}

.hardware-360-page.is-3d-ready .hardware-360-fallback {
    display: none;
}

.hardware-360-rail {
    position: absolute;
    width: min(72vw, 760px);
    height: 42px;
    border-radius: 7px;
    background: linear-gradient(180deg, #262626, #010101 55%, #1b1b1b);
    box-shadow: 0 26px 40px rgba(0, 0, 0, 0.2);
}

.hardware-360-rail::before,
.hardware-360-rail::after {
    content: '';
    position: absolute;
    top: 8px;
    width: 120px;
    height: 26px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
}

.hardware-360-rail::before {
    left: 18%;
}

.hardware-360-rail::after {
    right: 18%;
}

.hardware-360-rail.rail-one {
    transform: translateY(-58px);
}

.hardware-360-rail.rail-two {
    transform: translateY(58px);
}

@media (max-width: 640px) {
    .hardware-360-badge {
        right: 14px;
        bottom: 16px;
        width: 58px;
        height: 58px;
        font-size: 15px;
    }

    .hardware-360-hint {
        right: 86px;
        bottom: 22px;
        left: 14px;
        padding: 10px 12px;
        font-size: 12px;
        text-align: center;
        transform: none;
    }
}

.hardware-3d-page::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.22) 62%, rgba(255, 255, 255, 0.08));
    pointer-events: none;
}

.hardware-3d-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    padding: 24px clamp(18px, 5vw, 70px);
}

.hardware-3d-logo {
    display: inline-flex;
    width: clamp(132px, 14vw, 190px);
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.16));
}

.hardware-3d-logo img {
    width: 100%;
    height: auto;
}

.hardware-3d-copy {
    position: relative;
    z-index: 4;
    display: grid;
    max-width: 600px;
    min-height: 100vh;
    align-content: center;
    padding: 150px clamp(18px, 6vw, 88px) 130px;
    pointer-events: none;
}

.hardware-3d-copy h1 {
    margin: 0;
    color: #111111;
    font-size: clamp(52px, 8vw, 112px);
    line-height: 0.96;
}

.hardware-3d-copy p:not(.eyebrow) {
    margin: 24px 0 0;
    color: rgba(23, 23, 23, 0.72);
    font-size: clamp(17px, 1.8vw, 22px);
    line-height: 1.65;
}

.hardware-3d-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 32px;
    pointer-events: auto;
}

.hardware-3d-actions button {
    min-height: 42px;
    border: 1px solid rgba(23, 23, 23, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #171717;
    cursor: pointer;
    padding: 0 16px;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    backdrop-filter: blur(12px);
}

.hardware-3d-actions button.active,
.hardware-3d-actions button:hover {
    background: #f71920;
    border-color: #f71920;
    color: #ffffff;
}

.hardware-3d-canvas {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    cursor: grab;
}

.hardware-3d-canvas:active {
    cursor: grabbing;
}

.hardware-3d-fallback {
    position: absolute;
    top: 50%;
    right: clamp(18px, 9vw, 150px);
    z-index: 2;
    width: min(42vw, 520px);
    height: min(62vh, 620px);
    transform: translateY(-44%) perspective(900px) rotateY(-18deg);
    transform-style: preserve-3d;
}

.hardware-3d-door {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 34px 80px rgba(0, 0, 0, 0.24);
}

.hardware-3d-door span {
    position: absolute;
    top: 50%;
    left: 30%;
    width: 18px;
    height: 150px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffffff, #9b9b9b, #ffffff);
    transform: translateY(-50%);
}

.hardware-3d-handle {
    position: absolute;
    top: 48%;
    left: 38%;
    width: 220px;
    height: 28px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff, #a9aaa8 52%, #f7f7f5);
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%) translateZ(80px);
}

.collections-band {
    background: var(--white);
    color: var(--ink);
}

.collections-band .section-heading,
.industries-section .section-heading,
.insight-section .section-heading {
    margin: 0 auto;
    text-align: center;
}

.feature-video {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.feature-video video,
.media-card video {
    width: 100%;
    max-width: 920px;
    border-radius: 8px;
    background: #000000;
}

.feature-video p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    line-height: 1.75;
}

.collection-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.collection-item {
    min-height: 260px;
    padding: 28px;
    border-color: rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(135deg, rgba(184, 163, 111, 0.22), rgba(255, 255, 255, 0.04)),
        #2d2b28;
}

.collection-item p {
    margin: 0 0 80px;
    color: var(--metal);
    font-size: 13px;
    font-weight: 700;
}

.collection-item span {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.55;
}

.finish-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(130px, 1fr));
    gap: 14px;
    margin-top: 32px;
}

.finish-item {
    border-bottom: 1px solid var(--line);
    padding-bottom: 16px;
}

.finish-swatch {
    display: block;
    width: 100%;
    height: 80px;
    border: 1px solid rgba(23, 23, 23, 0.12);
    border-radius: 8px;
}

.finish-steel {
    background: linear-gradient(120deg, #d8d9d5, #8f918b, #f5f5f1);
}

.finish-mirror {
    background: linear-gradient(120deg, #f8f8f8, #b6c0c8, #ffffff);
}

.finish-rose {
    background: linear-gradient(120deg, #c98b72, #f1c0a7, #8b4f42);
}

.finish-black {
    background: linear-gradient(120deg, #0f0f0f, #3d3d3d, #111111);
}

.finish-antique {
    background: linear-gradient(120deg, #7c6740, #b6995d, #483a24);
}

.finish-item p {
    margin: 12px 0 0;
    font-weight: 700;
}

.project-band {
    display: grid;
    grid-template-columns: minmax(280px, 680px) minmax(280px, 520px);
    gap: clamp(28px, 6vw, 72px);
    align-items: center;
    justify-content: center;
    padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 70px);
    background: var(--soft);
    text-align: center;
}

.project-band img {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    object-fit: cover;
}

.project-stack {
    display: grid;
    grid-template-columns: 1fr 0.76fr;
    gap: 12px;
    align-items: end;
}

.project-stack img:nth-child(2) {
    transform: translateY(28px);
}

.project-band .primary-button {
    margin-top: 24px;
}

.project-band p {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
}

.praise-section {
    overflow: hidden;
    background: var(--white);
    padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 70px);
}

.praise-heading {
    margin: 0 auto 38px;
    max-width: 860px;
    text-align: center;
}

.praise-heading h2 {
    margin: 0;
    color: #061126;
    font-size: clamp(42px, 5vw, 60px);
    font-weight: 400;
    line-height: 1;
}

.praise-heading span {
    color: #f71920;
    font-weight: 900;
}

.praise-heading p {
    margin: 16px 0 0;
    color: #172037;
    font-size: 16px;
    line-height: 1.6;
}

.praise-carousel {
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
}

.praise-window {
    overflow: hidden;
    padding: 2px;
}

.praise-track {
    display: flex;
    gap: 22px;
    transition: transform 0.35s ease;
}

.praise-card {
    flex: 0 0 calc((100% - 44px) / 3);
    min-height: 236px;
    border-radius: 8px;
    background: #f7f7f7;
    padding: 28px 24px 24px;
    box-shadow: 0 3px 8px rgba(23, 23, 23, 0.12);
}

.praise-card > p {
    min-height: 108px;
    margin: 0;
    color: #344054;
    font-size: 15px;
    line-height: 1.45;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.praise-card.is-expanded > p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
}

.praise-card .praise-read-more {
    border: 0;
    background: transparent;
    color: #111111;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    padding: 12px 0 16px;
}

.praise-card div {
    border-top: 1px solid rgba(23, 23, 23, 0.16);
    padding-top: 16px;
}

.praise-card h3 {
    margin: 0;
    color: #141414;
    font-size: 17px;
}

.praise-card span {
    display: block;
    margin-top: 7px;
    color: #596275;
    font-size: 13px;
}

.praise-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 2px solid #c8c8c8;
    border-radius: 999px;
    background: var(--white);
    color: #8b8b8b;
    cursor: pointer;
    font-size: 34px;
    line-height: 1;
    transform: translateY(-50%);
}

.praise-arrow:hover {
    border-color: #f71920;
    color: #f71920;
}

.praise-prev {
    left: -58px;
}

.praise-next {
    right: -58px;
}

.primary-button.dark {
    background: var(--deep);
    color: var(--white);
}

.contact-section,
.insight-section,
.values-section {
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(300px, 1fr);
    gap: clamp(28px, 7vw, 88px);
    background: var(--white);
}

.insight-section,
.values-section {
    padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 70px);
}

.about-mg-section {
    padding: 64px clamp(18px, 5vw, 70px) 58px;
    background: var(--white);
}

.about-title {
    margin: 0 auto 16px;
    text-align: center;
}

.about-title h2 {
    margin: 0;
    color: #060b12;
    font-size: clamp(42px, 4.8vw, 58px);
    font-weight: 400;
    line-height: 1;
}

.about-title span {
    color: #f71920;
    font-weight: 800;
}

.about-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
    max-width: 900px;
    margin: 0 auto;
}

.about-card {
    min-height: 276px;
    border: 1px solid #1e2a3a;
    border-radius: 8px;
    background: var(--white);
    padding: 28px 24px 26px;
    text-align: center;
    box-shadow: 0 10px 24px rgba(23, 23, 23, 0.05);
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.about-card:hover,
.about-card:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(23, 23, 23, 0.12);
}

.about-card.active {
    border-color: transparent;
    background: linear-gradient(135deg, #f71920, #a9242b);
    color: var(--white);
    box-shadow: 0 16px 28px rgba(164, 24, 32, 0.24);
}

.about-card h3 {
    margin: 17px 0 14px;
    color: #162238;
    font-size: 16px;
    line-height: 1.25;
}

.about-card.active h3 {
    color: var(--white);
}

.about-card p {
    margin: 0;
    color: #263246;
    font-size: 15px;
    line-height: 1.45;
    text-align: justify;
}

.about-card.active p {
    color: rgba(255, 255, 255, 0.94);
}

.about-icon {
    display: inline-grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: currentColor;
}

.gear-icon {
    border: 3px dotted currentColor;
    border-radius: 999px;
}

.gear-icon::before {
    content: '';
    width: 17px;
    height: 17px;
    border: 3px solid currentColor;
    border-radius: 999px;
}

.network-icon {
    position: relative;
}

.network-icon::before,
.network-icon::after {
    content: '';
    position: absolute;
    inset: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.network-icon::after {
    transform: rotate(135deg);
}

.infra-icon {
    position: relative;
}

.infra-icon::before,
.infra-icon::after {
    content: '';
    position: absolute;
    bottom: 4px;
    width: 7px;
    background: currentColor;
}

.infra-icon::before {
    left: 8px;
    height: 18px;
    box-shadow: 10px -8px 0 currentColor, 20px -18px 0 currentColor, 30px -28px 0 currentColor;
}

.infra-icon::after {
    right: 3px;
    height: 42px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    max-width: 360px;
    margin: 24px auto 0;
}

.stat-item {
    min-height: 84px;
    display: grid;
    place-items: center;
    border-color: #d5d5d5;
    border-style: solid;
    border-width: 0 1px 1px 0;
    padding: 16px;
    text-align: center;
}

.stat-item:nth-child(2n) {
    border-right-width: 0;
}

.stat-item:nth-child(n + 3) {
    border-bottom-width: 0;
}

.stat-item strong {
    color: #4b4b4b;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1;
}

.stat-item span {
    color: #45403a;
    font-size: 13px;
    font-weight: 700;
}

.values-section {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: var(--paper);
}

.values-section article,
.text-card,
.media-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    padding: 24px;
}

.values-section article.highlight {
    background: #b40f18;
    color: var(--white);
}

.values-section p,
.text-card p {
    margin: 0 0 18px;
    color: var(--metal);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.values-section article.highlight p {
    color: rgba(255, 255, 255, 0.78);
}

.values-section h3,
.text-card h3,
.media-card h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
}

.values-section span,
.text-card span,
.media-card p {
    display: block;
    margin-top: 12px;
    color: var(--muted);
    line-height: 1.65;
}

.values-section article.highlight span {
    color: rgba(255, 255, 255, 0.82);
}

.company-profile-section {
    padding: clamp(34px, 5vw, 74px) clamp(14px, 4vw, 56px);
    background: #ffffff;
}

.company-profile-image {
    width: min(100%, 1260px);
    margin: 0;
    margin-inline: auto;
    border-radius: 8px;
    background: #f5f3ee;
    box-shadow: 0 24px 64px rgba(23, 23, 23, 0.12);
}

.company-profile-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
}

.company-vision-section {
    background: var(--white);
    padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 70px);
}

.company-vision-heading {
    margin: 0 auto 38px;
    text-align: center;
}

.company-vision-heading h2 {
    margin: 0;
    color: #071124;
    font-size: clamp(42px, 5vw, 62px);
    font-weight: 400;
    line-height: 1;
}

.company-vision-heading span {
    color: #f71920;
    font-weight: 900;
}

.company-vision-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 36px);
    max-width: 960px;
    margin: 0 auto;
}

.company-vision-grid article {
    position: relative;
    min-height: 318px;
    overflow: hidden;
    border-radius: 10px;
    background: var(--white);
    padding: 34px 24px 30px;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(12, 20, 36, 0.08), 0 14px 30px rgba(23, 23, 23, 0.08);
    transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.company-vision-grid article::before,
.company-vision-grid article::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: 12px;
    background: #f71920;
    transition: opacity 0.22s ease;
}

.company-vision-grid article::before {
    top: 0;
}

.company-vision-grid article::after {
    bottom: 0;
}

.company-vision-grid article:hover {
    background: linear-gradient(135deg, #f71920, #a9242b);
    color: var(--white);
    transform: translateY(-4px);
    box-shadow: 0 20px 38px rgba(176, 21, 29, 0.22);
}

.company-vision-grid article:hover::before,
.company-vision-grid article:hover::after {
    opacity: 0;
}

.company-vision-grid h3 {
    margin: 16px 0 16px;
    color: #10213f;
    font-size: 17px;
}

.company-vision-grid p {
    margin: 0;
    color: #18243a;
    font-size: 15px;
    line-height: 1.55;
    text-align: justify;
}

.company-vision-grid article:hover h3,
.company-vision-grid article:hover p {
    color: var(--white);
}

.vision-icon {
    position: relative;
    display: inline-grid;
    width: 54px;
    height: 54px;
    place-items: center;
    color: currentColor;
}

.vision-icon::before {
    content: '';
    width: 42px;
    height: 42px;
    border: 4px solid currentColor;
    border-radius: 999px;
}

.compass-icon::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 24px;
    border: 3px solid currentColor;
    border-top: 0;
    border-left: 0;
    transform: rotate(35deg);
}

.target-icon::before {
    border-width: 5px;
    box-shadow: inset 0 0 0 9px var(--white);
}

.target-icon::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    border-top: 5px solid currentColor;
    border-right: 5px solid currentColor;
    transform: translate(7px, -7px);
}

.company-vision-grid article:hover .target-icon::before {
    box-shadow: inset 0 0 0 9px #c0262d;
}

.shield-icon::before {
    border-radius: 18px 18px 22px 22px;
    clip-path: polygon(50% 0, 88% 14%, 82% 74%, 50% 100%, 18% 74%, 12% 14%);
}

.shield-icon::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 11px;
    border-bottom: 4px solid currentColor;
    border-left: 4px solid currentColor;
    transform: rotate(-45deg);
}

.achievement-section {
    overflow: hidden;
    background: var(--white);
    padding: clamp(56px, 8vw, 94px) clamp(18px, 5vw, 70px);
}

.achievement-heading {
    margin: 0 auto 36px;
    max-width: 720px;
    text-align: center;
}

.achievement-heading h2 {
    margin: 0;
    color: #070a12;
    font-size: clamp(40px, 5vw, 58px);
    font-weight: 400;
    line-height: 1;
}

.achievement-heading span {
    color: #f71920;
    font-weight: 900;
}

.achievement-heading p {
    margin: 14px 0 0;
    color: #172037;
    font-size: 16px;
    line-height: 1.55;
}

.achievement-carousel {
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
}

.achievement-track {
    display: grid;
    grid-auto-columns: minmax(240px, 1fr);
    grid-auto-flow: column;
    gap: 16px;
    overflow-x: auto;
    padding: 4px 2px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.achievement-track::-webkit-scrollbar {
    display: none;
}

.achievement-card {
    display: grid;
    min-height: 240px;
    align-content: center;
    gap: 14px;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #f7f7f7;
    padding: 28px 24px;
    text-align: center;
    scroll-snap-align: start;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.achievement-card:hover,
.achievement-card.active {
    border-color: #f71920;
    background: var(--white);
    box-shadow: 0 18px 38px rgba(23, 23, 23, 0.12);
    transform: translateY(-3px);
}

.achievement-card p {
    display: none;
    margin: 0;
    border: 1px dashed #171717;
    border-radius: 8px;
    padding: 12px;
    color: #4b5565;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

.achievement-card.active p {
    display: block;
}

.achievement-card h3 {
    margin: 0;
    color: #67615d;
    font-size: 18px;
    font-weight: 600;
}

.achievement-mark {
    display: grid;
    min-height: 86px;
    place-items: center;
    color: #f71920;
    font-weight: 900;
}

.star-mark {
    font-size: 38px;
    font-style: italic;
    text-shadow: 2px 2px 0 #2d58bb;
}

.power-mark {
    min-height: auto;
    color: #f71920;
    font-size: 17px;
}

.seal-mark {
    width: 104px;
    height: 104px;
    margin: 0 auto;
    border: 4px solid #f4c543;
    border-radius: 999px;
    color: #2a9d60;
    box-shadow: inset 0 0 0 8px #fff4bf;
}

.cert-mark {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 8px solid #2c78b8;
    border-radius: 14px;
    color: #1c4d78;
}

.achievement-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 2px solid #c8c8c8;
    border-radius: 999px;
    background: var(--white);
    color: #888888;
    cursor: pointer;
    font-size: 34px;
    line-height: 1;
    transform: translateY(-50%);
}

.achievement-arrow:hover {
    border-color: #f71920;
    color: #f71920;
}

.achievement-arrow[data-achievement-prev] {
    left: -58px;
}

.achievement-arrow[data-achievement-next] {
    right: -58px;
}

.split-grid,
.project-grid,
.media-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.insight-section .split-grid {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

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

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

.media-card {
    padding: 0;
    overflow: hidden;
}

.media-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.media-card div {
    padding: 24px;
}

.text-card.accent {
    background: var(--deep);
    color: var(--white);
}

.text-card.accent span {
    color: rgba(255, 255, 255, 0.7);
}

.industries-section {
    background: var(--white);
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 980px;
    margin-top: 34px;
    margin-right: auto;
    margin-left: auto;
}

.industry-grid article {
    border-left: 4px solid #f71920;
    background: var(--paper);
    padding: 20px;
    color: #25211d;
    font-weight: 800;
}

.text-card .primary-button {
    margin-top: 20px;
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-form label {
    display: grid;
    gap: 8px;
    color: #413f3b;
    font-size: 14px;
    font-weight: 700;
}

.contact-form label:nth-child(3),
.contact-form label:nth-child(5),
.contact-form button {
    grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: #fbfaf8;
    padding: 0 14px;
    color: var(--ink);
    font: inherit;
}

.contact-form input,
.contact-form select {
    min-height: 48px;
}

.contact-form textarea {
    min-height: 130px;
    padding-top: 14px;
    resize: vertical;
}

.contact-form small {
    color: #b40f18;
    font-weight: 700;
}

.status-message {
    margin-top: 18px;
    border-left: 4px solid var(--metal);
    background: var(--paper);
    padding: 14px 16px;
    color: var(--ink);
    font-weight: 700;
}

.contact-form button {
    border: 0;
    cursor: pointer;
}

.site-footer.mg-footer {
    background: linear-gradient(180deg, #870000, #a40404);
    color: var(--white);
    padding: 36px clamp(18px, 8vw, 190px) 16px;
}

.mg-footer-inner {
    display: grid;
    grid-template-columns: minmax(120px, 0.7fr) minmax(220px, 1.2fr) minmax(260px, 1.35fr) minmax(170px, 0.9fr);
    gap: clamp(26px, 4vw, 58px);
    align-items: start;
}

.footer-logo {
    display: inline-flex;
    width: clamp(150px, 14vw, 220px);
    align-items: center;
    filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.35));
}

.mg-footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    gap: 16px 44px;
}

.mg-footer-nav div {
    display: grid;
    gap: 14px;
}

.mg-footer-nav a,
.mg-footer-contact a,
.mg-footer-contact p {
    color: var(--white);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

.mg-footer-nav a:hover,
.mg-footer-contact a:hover {
    color: rgba(255, 255, 255, 0.78);
}

.mg-footer-contact {
    display: grid;
    gap: 16px;
    margin: 0;
    font-style: normal;
}

.mg-footer-contact p,
.mg-footer-contact a {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 8px;
    margin: 0;
}

.mg-footer-contact span {
    color: var(--white);
    font-size: 24px;
    line-height: 1;
}

.mg-footer-social h2 {
    margin: 0 0 22px;
    color: var(--white);
    font-size: 28px;
    line-height: 1;
}

.mg-footer-social div {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.mg-footer-social a {
    display: inline-grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 4px;
    color: var(--white);
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.mg-footer-social a:hover {
    background: rgba(255, 255, 255, 0.14);
}

.mg-footer-copy {
    margin: 42px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.chatbot {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 30;
    display: grid;
    justify-items: end;
    gap: 12px;
}

.chatbot-panel {
    display: none;
    width: min(360px, calc(100vw - 36px));
    overflow: hidden;
    border: 1px solid rgba(23, 23, 23, 0.1);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
}

.chatbot.is-open .chatbot-panel {
    display: block;
}

.chatbot-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #171717;
    color: var(--white);
    padding: 14px 16px;
}

.chatbot-header strong {
    display: block;
    font-size: 15px;
}

.chatbot-header span {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
}

.chatbot-close,
.chatbot-toggle {
    border: 0;
    cursor: pointer;
}

.chatbot-close {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
    font-size: 22px;
    line-height: 1;
}

.chatbot-messages {
    display: grid;
    max-height: 300px;
    gap: 10px;
    overflow-y: auto;
    padding: 16px;
}

.chat-message {
    width: fit-content;
    max-width: 86%;
    border-radius: 8px;
    background: var(--paper);
    padding: 10px 12px;
    color: #302c27;
    font-size: 14px;
    line-height: 1.45;
}

.chat-message.user {
    justify-self: end;
    background: #f71920;
    color: var(--white);
}

.chatbot-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 16px 14px;
}

.chatbot-quick button {
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--white);
    padding: 8px 10px;
    color: #3a332c;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
}

.chatbot-form {
    display: flex;
    gap: 8px;
    border-top: 1px solid var(--line);
    padding: 12px;
}

.chatbot-form input {
    min-width: 0;
    flex: 1;
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 0 12px;
    font: inherit;
}

.chatbot-form button {
    border: 0;
    border-radius: 4px;
    background: #171717;
    color: var(--white);
    cursor: pointer;
    font-weight: 800;
    padding: 10px 14px;
}

.chatbot-toggle {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 999px;
    background: #f71920;
    color: var(--white);
    box-shadow: 0 14px 28px rgba(167, 22, 31, 0.34);
}

.chatbot-toggle::before {
    content: '';
    width: 25px;
    height: 20px;
    border: 3px solid currentColor;
    border-radius: 7px;
}

.admin-body {
    background: #f4f5f7;
}

.admin-header,
.admin-main,
.admin-status {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.admin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 34px 20px 18px;
}

.admin-header h1 {
    margin: 0;
    font-size: clamp(30px, 4vw, 46px);
}

.admin-status {
    border-left: 4px solid #f71920;
    background: var(--white);
    padding: 14px 16px;
    font-weight: 800;
}

.admin-main {
    display: grid;
    gap: 28px;
    padding: 0 20px 60px;
}

.admin-counts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.admin-counts article,
.admin-section,
.admin-form,
.admin-table article {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
}

.admin-counts article {
    padding: 20px;
}

.admin-counts strong {
    display: block;
    font-size: 34px;
}

.admin-counts span {
    color: var(--muted);
    font-weight: 800;
}

.admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.admin-module-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.admin-module-grid a {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    padding: 18px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.admin-module-grid a:hover {
    border-color: #f71920;
    transform: translateY(-2px);
}

.admin-module-grid strong,
.admin-module-grid span {
    display: block;
}

.admin-module-grid strong {
    color: #171717;
    line-height: 1.25;
}

.admin-module-grid span {
    margin-top: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.admin-section {
    padding: 22px;
}

.admin-section-heading h2 {
    margin: 0;
    font-size: 26px;
}

.admin-section-heading p {
    margin: 8px 0 0;
    color: var(--muted);
}

.admin-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.admin-form {
    display: grid;
    gap: 12px;
    padding: 18px;
}

.admin-create {
    margin-top: 18px;
}

.admin-form h3 {
    margin: 0;
    font-size: 20px;
}

.admin-form label {
    display: grid;
    gap: 6px;
    color: #34302a;
    font-size: 13px;
    font-weight: 800;
}

.admin-form input,
.admin-form textarea,
.admin-form select {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 10px 12px;
    font: inherit;
    background: #ffffff;
}

.admin-form textarea {
    min-height: 86px;
    resize: vertical;
}

.admin-check {
    display: flex !important;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.admin-check input {
    width: auto;
}

.admin-form button {
    border: 0;
    border-radius: 4px;
    background: #171717;
    color: var(--white);
    cursor: pointer;
    font-weight: 800;
    padding: 12px 14px;
}

.admin-record {
    display: grid;
    gap: 10px;
}

.admin-delete {
    width: 100%;
    border: 1px solid #f71920;
    border-radius: 4px;
    background: #fff4f4;
    color: #c3141d;
    cursor: pointer;
    font-weight: 800;
    padding: 10px 12px;
}

.admin-file-link {
    color: #f71920;
    font-size: 12px;
    font-weight: 800;
}

.admin-status.error {
    border-left-color: #c3141d;
    color: #c3141d;
}

.admin-table {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.admin-table article {
    padding: 14px;
}

.admin-table strong,
.admin-table span,
.admin-table small {
    display: block;
}

.admin-table p {
    margin: 8px 0;
    font-weight: 800;
}

@media (max-width: 980px) {
    .intro-band,
    .products-overview,
    .company-profile-section,
    .project-band,
    .contact-section,
    .insight-section,
    .feature-video {
        grid-template-columns: 1fr;
    }

    .category-grid,
    .product-category-grid,
    .collection-list,
    .split-grid,
    .values-section,
    .company-vision-grid,
    .about-card-grid,
    .feature-strip,
    .industry-grid,
    .admin-counts,
    .admin-list,
    .admin-module-grid,
    .project-grid,
    .media-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .products-overview-panel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .products-page-header {
        grid-template-columns: 150px 1fr;
    }

    .products-page-header .floating-nav {
        order: 3;
        grid-column: 1 / -1;
        justify-self: stretch;
    }

    .products-promo-hero {
        grid-template-columns: 1fr;
        margin-right: calc(clamp(18px, 4vw, 64px) * -1);
        margin-left: calc(clamp(18px, 4vw, 64px) * -1);
        padding-bottom: 126px;
    }

    .products-promo-items {
        max-width: 720px;
    }

    .products-promo-hero .floating-nav {
        right: clamp(18px, 4vw, 64px);
        left: clamp(18px, 4vw, 64px);
        max-width: none;
        transform: none;
    }

    .hardware-3d-header {
        align-items: center;
    }

    .hardware-3d-copy {
        max-width: 520px;
        min-height: 88vh;
        padding-top: 170px;
    }

    .products-search {
        justify-self: end;
        width: min(280px, 100%);
    }

    .products-category-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .products-item-card {
        flex-basis: calc((100% - 22px) / 2);
    }

    .products-selected-preview {
        grid-template-columns: 1fr;
    }

    .products-fit-quiz .products-quiz-grid {
        grid-template-columns: repeat(5, minmax(48px, 1fr));
    }

    .products-arrow[data-products-prev] {
        left: -12px;
    }

    .products-arrow[data-products-next] {
        right: -12px;
    }

    .product-support-band {
        align-items: flex-start;
        flex-direction: column;
    }

    .finish-grid {
        grid-template-columns: repeat(3, minmax(130px, 1fr));
    }

    .achievement-arrow[data-achievement-prev] {
        left: 8px;
    }

    .achievement-arrow[data-achievement-next] {
        right: 8px;
    }
}

@media (max-width: 640px) {
    .hero {
        min-height: 100svh;
    }

    .home-hero {
        min-height: 100svh;
    }

    .home-hero .hero-logo {
        width: 150px;
    }

    .hero-header {
        top: 16px;
        right: 16px;
        left: 16px;
    }

    .sound-toggle {
        width: 42px;
        height: 42px;
    }

    .floating-nav {
        right: 12px;
        bottom: 18px;
        left: 12px;
        max-width: none;
        transform: none;
    }

    .floating-nav a {
        min-height: 42px;
        padding: 0 9px;
        font-size: 12px;
    }

    .category-grid,
    .product-category-grid,
    .collection-list,
    .finish-grid,
    .contact-form,
    .split-grid,
    .values-section,
    .company-vision-grid,
    .about-card-grid,
    .feature-strip,
    .industry-grid,
    .admin-counts,
    .admin-list,
    .admin-module-grid,
    .project-grid,
    .media-grid,
    .project-stack {
        grid-template-columns: 1fr;
    }

    .products-overview,
    .product-catalog-section,
    .product-support-band {
        padding-right: 18px;
        padding-left: 18px;
    }

    .products-overview-panel {
        grid-template-columns: 1fr;
    }

    .products-overview-actions,
    .product-category-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .products-overview-actions a,
    .product-category-footer a,
    .product-support-band > a {
        width: 100%;
    }

    .products-page-shell {
        padding-right: 14px;
        padding-left: 14px;
    }

    .products-page-header {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-right: -14px;
        margin-left: -14px;
        padding: 12px 14px;
    }

    .products-page-logo {
        width: 132px;
    }

    .products-page-header .floating-nav {
        justify-self: stretch;
    }

    .products-promo-hero {
        min-height: auto;
        grid-template-columns: 1fr;
        margin-right: -14px;
        margin-left: -14px;
        padding: 108px 18px 108px;
    }

    .products-promo-logo {
        width: 132px;
    }

    .products-promo-items {
        grid-template-columns: 1fr;
    }

    .products-promo-items article {
        min-height: 190px;
        border-top: 1px solid rgba(255, 255, 255, 0.56);
        border-left: 0;
    }

    .products-promo-items article:first-child {
        border-top: 0;
    }

    .products-promo-badge {
        right: 18px;
        bottom: 74px;
        left: 18px;
    }

    .products-promo-hero .floating-nav {
        right: 12px;
        bottom: 16px;
        left: 12px;
        max-width: none;
        transform: none;
    }

    .hardware-3d-page {
        min-height: 100svh;
    }

    .hardware-3d-header {
        padding: 16px 14px;
    }

    .hardware-3d-logo {
        width: 128px;
    }

    .hardware-3d-copy {
        min-height: 100svh;
        padding: 150px 18px 140px;
    }

    .hardware-3d-actions button {
        flex: 1 1 90px;
    }

    .hardware-3d-fallback {
        right: 10px;
        width: 72vw;
        height: 44vh;
    opacity: 0.34;
        transform: translateY(-22%) perspective(800px) rotateY(-14deg);
    }

    .hardware-3d-page > .floating-nav {
        right: 12px;
        bottom: 18px;
        left: 12px;
        max-width: none;
        transform: none;
    }

    .products-search {
        width: 100%;
        justify-self: stretch;
    }

    .products-page-heading {
        margin-top: 24px;
    }

    .products-category-tabs {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .products-category-tabs button {
        min-height: 76px;
    }

    .products-category-tabs img {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
    }

    .products-item-card {
        flex-basis: 86%;
        min-width: 240px;
    }

    .products-selected-image {
        min-height: 240px;
    }

    .products-selected-image img {
        max-height: 200px;
    }

    .products-fit-quiz .products-quiz-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .products-arrow {
        display: none;
    }

    .hero-content {
        padding-bottom: 116px;
    }

    .page-hero .hero-content {
        min-height: 64vh;
    }

    .category-body p {
        min-height: 0;
    }

    .project-stack img:nth-child(2) {
        transform: none;
    }

    .mg-footer-inner,
    .mg-footer-nav {
        grid-template-columns: 1fr;
    }

    .site-footer.mg-footer {
        padding-bottom: 82px;
    }

    .chatbot {
        right: 12px;
        bottom: 12px;
    }

    .chatbot-toggle {
        width: 52px;
        height: 52px;
    }

    .admin-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .achievement-section {
        padding-right: 16px;
        padding-left: 16px;
    }

    .achievement-arrow {
        display: none;
    }
}

.hardware-3d-page.is-3d-ready .hardware-3d-fallback {
    display: none;
}

.hardware-3d-page > .floating-nav {
    position: absolute;
    right: 50%;
    bottom: 34px;
    z-index: 8;
    transform: translateX(50%);
}

@media (max-width: 640px) {
    .hardware-3d-page > .floating-nav {
        right: 12px;
        bottom: 18px;
        left: 12px;
        max-width: none;
        transform: none;
    }
}

/* Admin hardware dashboard theme */
.admin-login-body,
.admin-body {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(83, 9, 9, 0.94), rgba(87, 13, 23, 0.78)),
        url('https://images.unsplash.com/photo-1600566752355-35792bedcfea?auto=format&fit=crop&w=1800&q=80') center / cover fixed;
}

.admin-login-shell {
    display: grid;
    min-height: 100vh;
    grid-template-columns: minmax(320px, 1fr) minmax(340px, 460px);
    align-items: center;
    gap: clamp(28px, 6vw, 80px);
    padding: clamp(24px, 5vw, 70px);
}

.admin-login-hero {
    max-width: 720px;
    color: var(--white);
}

.admin-brand,
.admin-sidebar-logo {
    display: inline-flex;
    width: 210px;
    align-items: center;
    filter:
        drop-shadow(0 1px 1px rgba(255, 255, 255, 0.65))
        drop-shadow(0 16px 34px rgba(0, 0, 0, 0.22));
}

.admin-login-hero h1 {
    margin: 28px 0 16px;
    font-size: clamp(42px, 6vw, 82px);
    line-height: 0.98;
}

.admin-login-hero p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.7;
}

.admin-login-card {
    display: grid;
    gap: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.94);
    padding: clamp(24px, 4vw, 36px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
}

.admin-login-card h2 {
    margin: 0;
    font-size: 34px;
}

.admin-login-card label {
    display: grid;
    gap: 8px;
    font-size: 14px;
    font-weight: 800;
}

.admin-login-card input {
    min-height: 48px;
    border: 1px solid #d8d2c8;
    border-radius: 6px;
    padding: 0 14px;
    font: inherit;
}

.admin-login-card button {
    min-height: 48px;
    border: 0;
    border-radius: 6px;
    background: #f71920;
    color: var(--white);
    cursor: pointer;
    font-weight: 900;
}

.admin-login-card small {
    color: var(--muted);
    font-weight: 800;
}

.admin-shell {
    display: grid;
    min-height: 100vh;
    grid-template-columns: 290px minmax(0, 1fr);
}

.admin-sidebar {
    position: sticky;
    top: 0;
    display: grid;
    height: 100vh;
    grid-template-rows: auto minmax(0, 1fr) auto;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    background: #090b0f;
    color: rgba(255, 255, 255, 0.72);
    padding: 22px;
    overflow: hidden;
}

.admin-sidebar-brand {
    display: grid;
    gap: 6px;
    margin-bottom: 22px;
}

.admin-sidebar-logo {
    width: 178px;
    filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.45));
}

.admin-sidebar-brand small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.admin-sidebar-nav {
    display: grid;
    align-content: start;
    gap: 6px;
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-color: #f71920 #7c1818;
    scrollbar-width: thin;
}

.admin-sidebar-nav::-webkit-scrollbar {
    width: 8px;
}

.admin-sidebar-nav::-webkit-scrollbar-track {
    border-radius: 999px;
    background: #4d0f1c;
}

.admin-sidebar-nav::-webkit-scrollbar-thumb {
    border: 2px solid #2e0808;
    border-radius: 999px;
    background: #f71920;
}

.admin-sidebar-nav::-webkit-scrollbar-thumb:hover {
    background: #ff3a40;
}

.admin-sidebar-nav a {
    border-radius: 6px;
    padding: 11px 12px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    font-weight: 800;
}

.admin-sidebar-nav a:hover,
.admin-sidebar-nav a.active {
    background: linear-gradient(90deg, #f71920, #9f141b);
    color: var(--white);
}

.admin-sidebar-footer {
    display: grid;
    gap: 10px;
    padding-top: 18px;
}

.admin-sidebar-footer a,
.admin-sidebar-footer button {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--white);
    cursor: pointer;
    padding: 11px 12px;
    font: inherit;
    font-weight: 800;
    text-align: center;
}

.admin-content {
    min-width: 0;
    background: #f4f5f7;
}

.admin-content .admin-header,
.admin-content .admin-main,
.admin-content .admin-status {
    max-width: none;
}

.admin-content .admin-header {
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #e4e1dc;
    background: #f4f5f7;
}

.admin-content .admin-section,
.admin-content .admin-counts article,
.admin-content .admin-form,
.admin-content .admin-table article,
.admin-content .admin-module-grid a {
    border-color: #e2ded6;
    box-shadow: 0 12px 30px rgba(24, 24, 24, 0.04);
}

.admin-content .admin-counts article {
    position: relative;
    overflow: hidden;
}

.admin-content .admin-counts article::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: #f71920;
}

@media (max-width: 980px) {
    .admin-shell,
    .admin-login-shell {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        position: static;
        height: auto;
    }

    .admin-sidebar-nav {
        max-height: 320px;
    }

    .praise-card {
        flex-basis: calc((100% - 22px) / 2);
    }

    .praise-prev {
        left: 8px;
    }

    .praise-next {
        right: 8px;
    }
}

@media (max-width: 700px) {
    .praise-card {
        flex-basis: 100%;
    }

    .praise-arrow {
        display: none;
    }
}

/* Home page premium polish */
.home-hero {
    min-height: 96vh;
    border-radius: 0 0 28px 28px;
    box-shadow: 0 28px 60px rgba(12, 12, 12, 0.18);
}

.home-hero .hero-video {
    transform: scale(1.01);
}

.home-hero .hero-shade {
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.24));
}

.home-hero .hero-logo {
    width: clamp(170px, 20vw, 260px);
}

.home-hero .floating-nav {
    bottom: 46px;
    min-height: 52px;
    padding: 0 18px;
}

.home-hero .floating-nav a {
    min-height: 50px;
    padding: 0 13px;
}

.about-mg-section,
.product-showcase-section,
.industries-section,
.collections-band,
.insight-section {
    position: relative;
    isolation: isolate;
}

.about-mg-section {
    background:
        linear-gradient(180deg, #ffffff, #f8f7f4);
    padding-top: clamp(70px, 8vw, 112px);
}

.about-title h2,
.product-showcase-heading h2,
.collections-band .section-heading h2,
.industries-section .section-heading h2,
.insight-section .section-heading h2,
.project-band h2 {
    letter-spacing: 0;
}

.about-card-grid {
    max-width: 1040px;
}

.about-card {
    min-height: 300px;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(18, 22, 28, 0.1);
}

.about-card.active {
    background: linear-gradient(135deg, #f71920 0%, #b31921 58%, #861016 100%);
    box-shadow: 0 26px 56px rgba(177, 22, 30, 0.26);
}

.stats-grid {
    max-width: 470px;
    margin-top: 38px;
}

.stat-item {
    min-height: 100px;
}

.feature-strip {
    max-width: 1120px;
    margin: 0 auto;
    border: 0;
    border-radius: 18px;
    background: transparent;
    padding: 20px clamp(18px, 5vw, 40px);
    transform: translateY(-26px);
}

.feature-strip article {
    min-height: 126px;
    border: 1px solid rgba(23, 23, 23, 0.08);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 42px rgba(18, 22, 28, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.feature-strip article:first-child {
    border-radius: 14px 0 0 14px;
}

.feature-strip article:last-child {
    border-radius: 0 14px 14px 0;
}

.feature-strip article:hover {
    border-color: rgba(247, 25, 32, 0.28);
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(18, 22, 28, 0.14);
}

.product-showcase-section {
    margin-top: -24px;
    background:
        linear-gradient(180deg, #f7f5f1, #ffffff 72%);
}

.product-tabs a {
    border: 0;
    box-shadow: 0 10px 28px rgba(23, 23, 23, 0.08);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.product-tabs a:hover {
    background: #f71920;
    color: var(--white);
    transform: translateY(-2px);
}

.product-showcase-section .category-grid {
    gap: 22px;
}

.product-showcase-section .category-card {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 20px 48px rgba(22, 24, 28, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-showcase-section .category-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 70px rgba(22, 24, 28, 0.16);
}

.product-showcase-section .category-card img {
    aspect-ratio: 5 / 4;
}

.product-showcase-section .category-body {
    padding: 24px 22px 26px;
}

.product-category-tabs {
    display: grid;
    max-width: 970px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 18px;
    margin: 36px auto 0;
}

.product-category-tabs button {
    display: flex;
    min-height: 86px;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(23, 23, 23, 0.08);
    border-radius: 999px;
    background: #ffffff;
    color: #1b1b1b;
    cursor: pointer;
    padding: 10px 24px 10px 12px;
    font: inherit;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    box-shadow: 0 6px 14px rgba(23, 23, 23, 0.12);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-category-tabs button:hover,
.product-category-tabs button.active {
    background: #e7e5e5;
    box-shadow: inset 0 0 0 1px rgba(23, 23, 23, 0.04), 0 10px 22px rgba(23, 23, 23, 0.14);
    transform: translateY(-1px);
}

.product-category-tabs img {
    width: 66px;
    height: 66px;
    flex: 0 0 66px;
    border-radius: 999px;
    object-fit: cover;
}

.category-image-showcase {
    position: relative;
    max-width: 920px;
    margin: 48px auto 0;
}

.category-image-panel {
    display: none;
    gap: 14px;
    overflow-x: auto;
    padding: 2px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.category-image-panel::-webkit-scrollbar {
    display: none;
}

.category-image-panel.active {
    display: flex;
}

.category-image-panel article {
    flex: 0 0 calc((100% - 28px) / 3);
    min-width: 240px;
    overflow: hidden;
    border-radius: 8px;
    background: #f4f4f4;
    box-shadow: 0 18px 42px rgba(22, 24, 28, 0.12);
}

.category-image-panel img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.category-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 2px solid #c8c8c8;
    border-radius: 999px;
    background: #ffffff;
    color: #8b8b8b;
    cursor: pointer;
    font-size: 34px;
    line-height: 1;
    transform: translateY(-50%);
    box-shadow: 0 12px 28px rgba(23, 23, 23, 0.12);
}

.category-slider-prev {
    left: -72px;
}

.category-slider-next {
    right: -72px;
}

.industries-section {
    background:
        linear-gradient(135deg, #171717, #2a2420);
    color: var(--white);
}

.industries-section .eyebrow,
.industries-section .section-heading h2 {
    color: var(--white);
}

.industry-grid article {
    border-left: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: background 0.2s ease, transform 0.2s ease;
}

.industry-grid article:hover {
    background: #f71920;
    transform: translateY(-3px);
}

.collections-band {
    background:
        linear-gradient(180deg, #ffffff, #f5f2ec);
}

.feature-video video {
    border-radius: 18px;
    box-shadow: 0 28px 72px rgba(18, 22, 28, 0.18);
}

.project-band {
    background:
        linear-gradient(135deg, rgba(247, 25, 32, 0.08), rgba(255, 255, 255, 0.94)),
        #f4f0e8;
}

.project-stack img {
    border-radius: 18px;
    box-shadow: 0 22px 52px rgba(23, 23, 23, 0.16);
}

.project-band > div:last-child {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    padding: clamp(26px, 4vw, 42px);
    box-shadow: 0 22px 54px rgba(23, 23, 23, 0.08);
}

.project-band .primary-button.dark {
    border-radius: 999px;
    background: #f71920;
    color: var(--white);
    box-shadow: 0 14px 30px rgba(247, 25, 32, 0.24);
}

.hardware-video-section {
    padding: clamp(70px, 8vw, 110px) clamp(18px, 5vw, 70px);
    background: var(--white);
    color: #171717;
}

.hardware-video-section .section-heading {
    margin: 0 auto;
    text-align: center;
}

.hardware-video-section .eyebrow,
.hardware-video-section .section-heading h2 {
    color: #171717;
}

.hardware-video-section .feature-video {
    margin-top: 36px;
}

.hardware-video-section .feature-video video {
    max-width: 980px;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 24px 64px rgba(18, 22, 28, 0.14);
}

.insight-section {
    background: #ffffff;
}

.insight-section .text-card {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 18px 44px rgba(18, 22, 28, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.insight-section .text-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 60px rgba(18, 22, 28, 0.14);
}

.insight-section .text-card.accent {
    background: linear-gradient(135deg, #171717, #3a2f2b);
}

@media (max-width: 980px) {
    .feature-strip article:first-child,
    .feature-strip article:last-child {
        border-radius: 14px;
    }

    .product-category-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-slider-prev {
        left: 8px;
    }

    .category-slider-next {
        right: 8px;
    }
}

@media (max-width: 640px) {
    .product-category-tabs {
        grid-template-columns: 1fr;
    }

    .category-image-panel article {
        flex-basis: 84%;
        min-width: 230px;
    }

    .category-slider-arrow {
        display: none;
    }
}

/* Admin MG dashboard theme */
.admin-body {
    background: #f4f5f7;
    color: #171717;
}

.admin-shell {
    grid-template-columns: 290px minmax(0, 1fr);
    background: #f4f5f7;
}

.admin-sidebar {
    border-right: 0;
    background: #090b0f;
    box-shadow: 10px 0 30px rgba(9, 11, 15, 0.16);
    color: rgba(255, 255, 255, 0.72);
    padding: 22px 12px;
}

.admin-sidebar-brand {
    min-height: 74px;
    margin: 0 0 18px;
    padding: 0 10px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-sidebar-brand small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    letter-spacing: 0.04em;
}

.admin-sidebar-nav {
    gap: 8px;
    padding: 0 0 0 0;
    scrollbar-color: #f71920 #17191f;
}

.admin-sidebar-nav::-webkit-scrollbar {
    width: 10px;
}

.admin-sidebar-nav::-webkit-scrollbar-track {
    background: #17191f;
}

.admin-sidebar-nav::-webkit-scrollbar-thumb {
    border: 2px solid #17191f;
    background: #f71920;
}

.admin-sidebar-nav a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.78);
    padding: 12px 14px;
    font-family: "Instrument Sans", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
}

.admin-sidebar-nav a::before {
    content: none;
}

.admin-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    color: rgba(255, 255, 255, 0.66);
    transition: color 0.2s ease, transform 0.2s ease;
}

.admin-nav-icon svg {
    display: block;
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
}

.admin-sidebar-nav a:hover,
.admin-sidebar-nav a.active {
    background: linear-gradient(90deg, #f71920, #9f141b);
    color: #ffffff;
}

.admin-sidebar-nav a:hover .admin-nav-icon,
.admin-sidebar-nav a.active .admin-nav-icon {
    color: #ffffff;
    transform: translateX(1px);
}

.admin-sidebar-footer {
    padding: 16px 12px 0;
}

.admin-sidebar-footer a,
.admin-sidebar-footer button {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    min-height: 42px;
}

.admin-content {
    background: #f4f5f7;
}

.admin-content .admin-header {
    min-height: 72px;
    border-bottom: 1px solid #e4e1dc;
    background: #ffffff;
    padding: 18px 28px;
    box-shadow: 0 1px 0 rgba(23, 23, 23, 0.03);
}

.admin-header .eyebrow {
    display: none;
}

.admin-header h1 {
    color: #171717;
    font-size: 22px;
    font-weight: 900;
}

.admin-content .admin-main {
    gap: 28px;
    padding: 28px 28px 70px;
}

.admin-status {
    border: 0;
    border-left: 4px solid #18a957;
    border-radius: 8px;
    background: #eafff1;
    color: #08723b;
    margin-top: 20px;
    padding: 15px 18px;
    box-shadow: none;
}

.admin-status.error {
    border-left-color: #e13a4b;
    background: #fff0f2;
    color: #b42132;
}

.admin-counts {
    gap: 18px;
}

.admin-content .admin-counts article,
.admin-content .admin-section,
.admin-content .admin-form,
.admin-content .admin-table article,
.admin-content .admin-module-grid a {
    border: 1px solid #e2ded6;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(24, 24, 24, 0.06);
}

.admin-content .admin-counts article {
    min-height: 86px;
    padding: 20px 22px 18px 76px;
}

.admin-content .admin-counts article::before {
    top: 50%;
    left: 22px;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f71920, #9f141b);
    transform: translateY(-50%);
}

.admin-counts strong {
    color: #171717;
    font-size: 27px;
    line-height: 1;
}

.admin-counts span {
    color: #5e7084;
    font-size: 13px;
}

.admin-section {
    padding: 0;
    overflow: hidden;
}

.admin-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid #e2ded6;
    padding: 18px 20px;
}

.admin-section-heading h2 {
    color: #171717;
    font-size: 17px;
    font-weight: 900;
}

.admin-section-heading p {
    margin: 0;
    color: #64778b;
    font-size: 13px;
}

.admin-module-grid {
    gap: 12px;
    margin: 0;
    padding: 20px;
}

.admin-module-grid a {
    min-height: 78px;
    padding: 17px 18px;
}

.admin-module-grid a:hover {
    border-color: #f71920;
    box-shadow: 0 14px 30px rgba(247, 25, 32, 0.12);
}

.admin-module-grid strong {
    color: #171717;
}

.admin-module-grid span {
    color: #64778b;
}

.admin-table {
    margin: 0;
    padding: 20px;
}

.admin-table article {
    padding: 16px 18px;
}

.admin-actions .primary-button,
.admin-header .primary-button {
    border-radius: 7px;
    background: #171717;
    color: #ffffff;
    min-height: 38px;
    padding: 0 18px;
}

.admin-form {
    border: 0;
    box-shadow: none;
}

.admin-form input,
.admin-form textarea,
.admin-form select {
    border-color: #e2ded6;
    border-radius: 8px;
    min-height: 42px;
}

.admin-form button {
    border-radius: 8px;
    background: #171717;
    min-height: 42px;
}

.admin-delete {
    border-radius: 8px;
}

.admin-module-products .admin-content .admin-header {
    background:
        radial-gradient(circle at 92% 0%, rgba(247, 25, 32, 0.11), transparent 28%),
        linear-gradient(135deg, #ffffff, #fbfaf7);
}

.admin-module-products .admin-header h1 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.admin-module-products .admin-header h1::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 48%),
        linear-gradient(135deg, #f71920, #9f141b);
    box-shadow: 0 12px 24px rgba(247, 25, 32, 0.18);
}

.admin-module-products .admin-section {
    border-color: #ddd7cc;
    box-shadow: 0 16px 38px rgba(24, 24, 24, 0.07);
}

.admin-module-products .admin-section-heading {
    background:
        linear-gradient(90deg, rgba(247, 25, 32, 0.07), transparent 42%),
        #ffffff;
}

.admin-module-products .admin-create,
.admin-module-products .admin-record .admin-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 22px;
}

.admin-module-products .admin-list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 0;
    padding: 20px;
    background: #f8f6f1;
}

.admin-module-products .admin-record {
    overflow: hidden;
    border: 1px solid #ded8cc;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(24, 24, 24, 0.08);
}

.admin-module-products .admin-record .admin-form {
    border-radius: 0;
}

.admin-module-products .admin-form h3 {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #eee8dc;
    padding-bottom: 14px;
    color: #111417;
    font-size: 22px;
}

.admin-module-products .admin-form h3::after {
    content: 'Product';
    border-radius: 999px;
    background: #fff0e7;
    color: #d13e00;
    padding: 7px 11px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.admin-module-products .admin-field {
    align-content: start;
}

.admin-module-products .admin-field-short-description,
.admin-module-products .admin-field-description,
.admin-module-products .admin-field-specifications,
.admin-module-products .admin-field-catalog-pdf,
.admin-module-products .admin-field-image,
.admin-module-products .admin-form button {
    grid-column: span 3;
}

.admin-module-products .admin-field-is-featured,
.admin-module-products .admin-field-is-active {
    grid-column: span 1;
    min-height: 48px;
    align-self: end;
    border: 1px solid #e2ded6;
    border-radius: 10px;
    background: #fbfaf7;
    padding: 12px 14px;
}

.admin-module-products .admin-form textarea {
    min-height: 76px;
}

.admin-module-products .admin-field-description textarea,
.admin-module-products .admin-field-specifications textarea {
    min-height: 112px;
}

.admin-module-products .admin-form input,
.admin-module-products .admin-form textarea,
.admin-module-products .admin-form select {
    border-color: #ddd7cc;
    background: #fffdfa;
    font-weight: 700;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.admin-module-products .admin-form input:focus,
.admin-module-products .admin-form textarea:focus,
.admin-module-products .admin-form select:focus {
    border-color: #f71920;
    outline: 0;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(247, 25, 32, 0.1);
}

.admin-module-products .admin-form button {
    background: linear-gradient(135deg, #171717, #2b2b2b);
    font-size: 15px;
}

.admin-module-products .admin-record > form:last-child {
    padding: 0 22px 22px;
}

.admin-module-products .admin-delete {
    max-width: 180px;
    margin-left: auto;
    background: #fff4f4;
}

@media (max-width: 1180px) {
    .admin-module-products .admin-create,
    .admin-module-products .admin-record .admin-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-module-products .admin-field-short-description,
    .admin-module-products .admin-field-description,
    .admin-module-products .admin-field-specifications,
    .admin-module-products .admin-field-catalog-pdf,
    .admin-module-products .admin-field-image,
    .admin-module-products .admin-form button {
        grid-column: span 2;
    }
}

@media (max-width: 760px) {
    .admin-module-products .admin-create,
    .admin-module-products .admin-record .admin-form {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .admin-module-products .admin-list {
        padding: 14px;
    }

    .admin-module-products .admin-field-short-description,
    .admin-module-products .admin-field-description,
    .admin-module-products .admin-field-specifications,
    .admin-module-products .admin-field-catalog-pdf,
    .admin-module-products .admin-field-image,
    .admin-module-products .admin-form button,
    .admin-module-products .admin-field-is-featured,
    .admin-module-products .admin-field-is-active {
        grid-column: 1;
    }

}

/* Contact page MG layout */
.contact-page-section {
    padding: clamp(46px, 6vw, 76px) clamp(18px, 5vw, 70px) 0;
    background: #ffffff;
}

.contact-page-heading {
    max-width: 820px;
    margin: 0 auto 38px;
    text-align: center;
}

.contact-page-heading h2 {
    margin: 0;
    color: #070707;
    font-size: clamp(42px, 5vw, 58px);
    font-weight: 400;
    line-height: 1;
}

.contact-page-heading h2 span {
    color: #f71920;
    font-weight: 900;
}

.contact-page-heading p {
    margin: 14px 0 0;
    color: #101b36;
    font-size: 17px;
    line-height: 1.55;
}

.contact-page-grid {
    display: grid;
    max-width: 940px;
    grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
    gap: 72px;
    align-items: start;
    margin: 0 auto;
}

.mg-contact-form {
    display: grid;
    gap: 18px;
}

.mg-contact-form label {
    display: grid;
    gap: 6px;
}

.mg-contact-form label span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.mg-contact-form input,
.mg-contact-form select,
.mg-contact-form textarea {
    width: 100%;
    border: 0;
    border-radius: 6px;
    background: #f8f8f8;
    color: #101b36;
    font: inherit;
    font-size: 16px;
    padding: 0 18px;
    outline: 1px solid transparent;
    transition: outline-color 0.2s ease, background 0.2s ease;
}

.mg-contact-form input,
.mg-contact-form select {
    min-height: 54px;
}

.mg-contact-form textarea {
    min-height: 150px;
    padding-top: 18px;
    resize: vertical;
}

.mg-contact-form input:focus,
.mg-contact-form select:focus,
.mg-contact-form textarea:focus {
    background: #ffffff;
    outline-color: rgba(247, 25, 32, 0.35);
}

.mg-contact-form small {
    color: #c3141d;
    font-size: 12px;
    font-weight: 800;
}

.mg-contact-form button {
    width: 190px;
    min-height: 50px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(90deg, #f71920, #a80000);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 900;
}

.contact-location-panel {
    display: grid;
    gap: 18px;
}

.contact-location-details {
    border: 1px solid rgba(16, 27, 54, 0.12);
    border-radius: 8px;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 18px 38px rgba(16, 27, 54, 0.08);
}

.contact-location-details h3 {
    margin: 0 0 12px;
    color: #070707;
    font-size: 22px;
    line-height: 1.2;
}

.contact-location-details p {
    margin: 10px 0 0;
    color: #101b36;
    font-size: 15px;
    line-height: 1.55;
}

.contact-location-details a {
    color: #c3141d;
    font-weight: 800;
    text-decoration: none;
}

.contact-map-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 16px;
    border-radius: 8px;
    background: #101b36;
    color: #ffffff !important;
    padding: 0 16px;
    font-size: 14px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.contact-map-link:hover {
    background: #f71920;
    transform: translateY(-1px);
}

.contact-map {
    overflow: hidden;
    border-radius: 4px;
    background: #f8f8f8;
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 430px;
    border: 0;
}

.contact-inquiry-section {
    display: grid;
    max-width: 940px;
    grid-template-columns: 0.8fr 1.42fr;
    gap: 52px;
    margin: 68px auto 0;
    padding-bottom: 42px;
}

.contact-info-card {
    align-self: start;
    border: 1px solid #080808;
    border-radius: 8px;
    padding: 18px 16px;
}

.contact-info-card h3 {
    margin: 0 0 14px;
    font-size: 17px;
}

.contact-info-card p {
    margin: 10px 0 0;
    color: #101b36;
    font-size: 14px;
}

.contact-accordion {
    display: grid;
    gap: 12px;
}

.contact-accordion button {
    width: 100%;
    min-height: 38px;
    border: 1px solid #070707;
    border-radius: 8px;
    background: #ffffff;
    color: #050505;
    cursor: pointer;
    padding: 10px 14px;
    font: inherit;
    font-weight: 900;
    text-align: left;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.contact-accordion button::before {
    content: '<';
    display: inline-block;
    margin-right: 9px;
    font-weight: 400;
}

.contact-accordion button:hover,
.contact-accordion button.active {
    border-color: #f71920;
    background: #fff4f4;
    color: #c3141d;
}

.contact-accordion button.active::before {
    transform: rotate(-90deg);
}

.contact-accordion details {
    border: 1px solid #070707;
    border-radius: 8px;
    background: #ffffff;
}

.contact-accordion summary {
    cursor: pointer;
    list-style: none;
    padding: 12px 14px;
    color: #050505;
    font-weight: 900;
}

.contact-accordion summary::-webkit-details-marker {
    display: none;
}

.contact-accordion summary::before {
    content: '<';
    display: inline-block;
    margin-right: 9px;
    font-weight: 400;
}

.contact-accordion details[open] summary::before {
    transform: rotate(-90deg);
}

.contact-accordion p {
    margin: 0;
    border-top: 1px solid rgba(7, 7, 7, 0.12);
    padding: 0 14px 14px 32px;
    color: #101b36;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .contact-page-grid,
    .contact-inquiry-section {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

/* Company banner: use the real company-profile visual instead of a generic dark banner. */
body.site-page-company .company-redesign-hero,
body.site-page-company.company-redesign-hero,
body.site-page-company .company-profile-hero.company-redesign-hero {
    background:
        linear-gradient(90deg, rgba(6, 7, 8, 0.88) 0%, rgba(6, 7, 8, 0.56) 46%, rgba(255, 106, 0, 0.18) 100%),
            url('/images/Company profile.png') center top / cover no-repeat !important;
}

body.site-page-company .company-redesign-hero::before {
    background:
        radial-gradient(circle at 78% 22%, rgba(255, 106, 0, 0.28), transparent 24rem),
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px) !important;
    background-size: auto, 64px 64px, 64px 64px !important;
}

body.site-page-company .company-redesign-hero .company-hero-shade {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0.18) 100%),
        radial-gradient(circle at 76% 46%, rgba(255, 106, 0, 0.16), transparent 28rem) !important;
}

body.site-page-company .company-identity-panel {
    position: relative;
    min-height: 330px;
    border-color: rgba(255, 255, 255, 0.22) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(10, 10, 10, 0.28)),
        url('/images/Company profile.png') left center / cover no-repeat !important;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34) !important;
}

body.site-page-company .company-identity-panel > * {
    opacity: 0;
}

body.site-page-company .company-identity-panel::after {
    content: "MG Company Profile";
    position: absolute;
    left: 22px;
    bottom: 20px;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.55);
}

@media (max-width: 900px) {
    body.site-page-company .company-identity-panel {
        display: none;
    }
}

/* Company banner final: clean warm company/showroom hero, no floating profile-card image. */
body.site-page-company .company-redesign-hero,
body.site-page-company .company-profile-hero.company-redesign-hero {
    min-height: 620px !important;
    height: 620px !important;
    background:
        linear-gradient(90deg, rgba(4, 6, 7, 0.86) 0%, rgba(4, 6, 7, 0.58) 42%, rgba(4, 6, 7, 0.22) 100%),
        radial-gradient(circle at 76% 28%, rgba(255, 106, 0, 0.24), transparent 26rem),
        url('/images/intro-panorama-hq.jpg') center top / cover no-repeat !important;
}

body.site-page-company .company-redesign-hero::before {
    background:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) !important;
    background-size: 64px 64px, 64px 64px !important;
    opacity: 0.42 !important;
}

body.site-page-company .company-redesign-hero .company-hero-shade {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.2) 58%, rgba(0, 0, 0, 0.38) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.42)) !important;
}

body.site-page-company .company-redesign-hero-inner {
    display: flex !important;
    min-height: 100% !important;
    align-items: center !important;
    max-width: 1180px !important;
    padding: 112px clamp(24px, 5vw, 76px) 96px !important;
}

body.site-page-company .company-hero-content {
    max-width: 670px !important;
}

body.site-page-company .company-hero-content h1 {
    font-size: clamp(46px, 6vw, 84px) !important;
    line-height: 1.02 !important;
    text-shadow: 0 24px 80px rgba(0, 0, 0, 0.48) !important;
}

body.site-page-company .company-hero-content p:not(.eyebrow) {
    max-width: 590px !important;
    color: rgba(255, 255, 255, 0.88) !important;
}

body.site-page-company .company-identity-panel {
    display: none !important;
}

body.site-page-company .company-profile-hero > .floating-nav {
    bottom: 34px !important;
}

@media (max-width: 760px) {
    body.site-page-company .company-redesign-hero,
    body.site-page-company .company-profile-hero.company-redesign-hero {
        min-height: 540px !important;
        height: 540px !important;
    }

    body.site-page-company .company-redesign-hero-inner {
        padding: 100px 22px 82px !important;
    }
}

/* Direct hero nav placement for pages whose nav is inside the hero image. */
body.site-page-blogs .blogs-reference-hero,
body.site-page-downloads .downloads-studio {
    position: relative !important;
}

body.site-page-blogs .blogs-reference-hero > .floating-nav,
body.site-page-downloads .downloads-studio > .floating-nav {
    position: absolute !important;
    top: auto !important;
    right: auto !important;
    bottom: clamp(28px, 4.2vw, 46px) !important;
    left: 50% !important;
    z-index: 80 !important;
    transform: translateX(-50%) !important;
}

@media (max-width: 760px) {
    body.site-page-blogs .blogs-reference-hero > .floating-nav,
    body.site-page-downloads .downloads-studio > .floating-nav {
        right: 12px !important;
        bottom: 18px !important;
        left: 12px !important;
        width: auto !important;
        transform: none !important;
    }
}

/* Premium architectural hardware theme */
:root {
    --ink: #151719;
    --muted: #62666b;
    --line: #d9d2c5;
    --paper: #f3f0ea;
    --soft: #e8e1d5;
    --metal: #c5a15a;
    --deep: #111417;
    --white: #ffffff;
    --theme-steel: #2f3a40;
    --theme-brass: #c5a15a;
    --theme-brass-dark: #8d6a2d;
    --theme-burgundy: #7d1f2a;
    --theme-ivory: #f8f5ee;
    --theme-smoke: #e9e6df;
    --theme-shadow: rgba(17, 20, 23, 0.16);
}

body {
    color: var(--ink);
    background:
        linear-gradient(180deg, #f8f5ee 0%, #eee9df 42%, #f7f4ed 100%);
}

.hero,
.page-hero {
    background: #111417;
}

.hero-shade,
.page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 76% 38%, rgba(197, 161, 90, 0.16), transparent 32%),
        linear-gradient(90deg, rgba(9, 12, 15, 0.86), rgba(17, 20, 23, 0.42) 48%, rgba(9, 12, 15, 0.78)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.74));
}

.floating-nav,
.main-nav,
.nav-shell {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(17, 20, 23, 0.78);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
}

.floating-nav a,
.main-nav a,
.nav-shell a {
    color: rgba(255, 255, 255, 0.9);
}

.floating-nav a:hover,
.floating-nav a.active,
.main-nav a:hover,
.main-nav a.active,
.nav-shell a:hover,
.nav-shell a.active {
    color: #f5d68b;
}

.primary-button,
.contact-form button,
.mg-contact-form button,
.product-card a,
.download-card a,
.admin-form button {
    border: 0;
    background: linear-gradient(135deg, #d2b46d 0%, #a77d34 52%, #6f4f20 100%);
    color: #111417;
    box-shadow: 0 16px 34px rgba(141, 106, 45, 0.28);
}

.primary-button:hover,
.contact-form button:hover,
.mg-contact-form button:hover,
.product-card a:hover,
.download-card a:hover {
    background: linear-gradient(135deg, #ead08b 0%, #bd9144 54%, #7b5823 100%);
    transform: translateY(-1px);
}

.secondary-button {
    border-color: rgba(245, 214, 139, 0.7);
    color: #f7df9b;
    background: rgba(17, 20, 23, 0.32);
}

.intro-band,
.about-mg-section,
.product-showcase-section,
.praise-section,
.page-section,
.contact-page-section,
.downloads-section,
.products-section,
.projects-section,
.blogs-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 245, 238, 0.94)),
        var(--theme-ivory);
}

.about-title h2,
.product-showcase-heading h2,
.praise-heading h2,
.contact-page-heading h2,
.section-heading h2,
.page-section h2,
.intro-band h1,
.intro-band h2 {
    color: #111417;
}

.about-title h2 span,
.praise-heading h2 span,
.contact-page-heading h2 span,
.eyebrow,
.section-kicker,
.product-showcase-heading .eyebrow {
    color: var(--theme-brass-dark);
}

.intro-band > p,
.product-showcase-heading p,
.praise-heading p,
.contact-page-heading p,
.page-section p,
.section-heading p {
    color: #62666b;
}

.about-card,
.stat-item,
.product-tabs button,
.category-image-panel article,
.praise-card,
.product-card,
.project-card,
.blog-card,
.download-card,
.contact-info-card,
.contact-accordion details,
.mg-contact-form input,
.mg-contact-form select,
.mg-contact-form textarea {
    border-color: rgba(47, 58, 64, 0.14);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 44px rgba(17, 20, 23, 0.08);
}

.about-card.active,
.about-card:hover,
.product-tabs button.active,
.product-tabs button:hover,
.product-card:hover,
.project-card:hover,
.blog-card:hover,
.download-card:hover,
.praise-card:hover {
    border-color: rgba(197, 161, 90, 0.55);
    box-shadow: 0 26px 64px rgba(17, 20, 23, 0.14);
}

.about-card h3,
.feature-strip h3,
.product-card h3,
.project-card h3,
.blog-card h3,
.download-card h3,
.praise-card h3,
.contact-info-card h3 {
    color: #151719;
}

.about-card p,
.product-card p,
.project-card p,
.blog-card p,
.download-card p,
.praise-card p,
.contact-info-card p,
.contact-accordion p {
    color: #62666b;
}

.about-icon,
.feature-icon,
.stat-item strong,
.praise-read-more,
.product-card span,
.project-card span,
.blog-card span,
.download-card span {
    color: var(--theme-brass-dark);
}

.feature-strip {
    background:
        linear-gradient(135deg, rgba(17, 20, 23, 0.96), rgba(47, 58, 64, 0.9)),
        #111417;
}

.feature-strip article {
    border-color: rgba(245, 214, 139, 0.18);
    background: rgba(255, 255, 255, 0.06);
}

.feature-strip h3 {
    color: rgba(255, 255, 255, 0.92);
}

.category-slider-arrow,
.praise-arrow {
    background: #111417;
    color: #f5d68b;
    box-shadow: 0 14px 30px rgba(17, 20, 23, 0.24);
}

.category-slider-arrow:hover,
.praise-arrow:hover {
    background: #2f3a40;
}

.mg-footer,
.site-footer {
    background:
        radial-gradient(circle at 86% 16%, rgba(197, 161, 90, 0.22), transparent 28%),
        linear-gradient(135deg, #101316 0%, #1d2529 54%, #0b0d0f 100%);
    color: rgba(255, 255, 255, 0.82);
}

.mg-footer a:hover,
.mg-footer-social a:hover {
    color: #f5d68b;
}

.mg-footer-copy {
    border-top-color: rgba(245, 214, 139, 0.16);
    color: rgba(255, 255, 255, 0.62);
}

.chatbot-toggle,
.chatbot-form button {
    background: linear-gradient(135deg, #d2b46d, #7d1f2a);
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(125, 31, 42, 0.26);
}

.chatbot-header {
    background:
        linear-gradient(135deg, rgba(197, 161, 90, 0.22), rgba(255, 255, 255, 0.04)),
        #111417;
    color: #ffffff;
}

.chat-message.bot {
    background: #f2ede2;
    color: #25211d;
}

.chat-message.user {
    background: #2f3a40;
    color: #ffffff;
}

.chatbot-quick button {
    border-color: rgba(197, 161, 90, 0.34);
    background: #fbf8f0;
    color: #3b3328;
}

/* MG premium support chatbot */
.chatbot {
    right: 18px;
    bottom: 18px;
    z-index: 80;
}

.chatbot-panel {
    width: min(360px, calc(100vw - 28px));
    max-height: min(660px, calc(100vh - 38px));
    border: 1px solid rgba(255, 106, 0, 0.18);
    border-radius: 12px;
    background: #fffdf8;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.chatbot-header {
    position: relative;
    min-height: 300px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 18px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    background:
        radial-gradient(circle at 78% 18%, rgba(255, 106, 0, 0.28), transparent 26%),
        radial-gradient(circle at 20% 78%, rgba(197, 161, 90, 0.22), transparent 30%),
        linear-gradient(145deg, #111417, #221710 58%, #0b0b0b);
    color: #ffffff;
    padding: 22px 18px 110px;
}

.chatbot-header::after {
    content: 'MG';
    position: absolute;
    right: 14px;
    bottom: 22px;
    color: rgba(255, 255, 255, 0.08);
    font-size: 92px;
    font-weight: 900;
    line-height: 0.8;
}

.chatbot-header::before {
    content: '';
    position: absolute;
    inset: auto -40px -68px auto;
    width: 190px;
    height: 190px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 106, 0, 0.2), transparent 68%);
    filter: blur(2px);
}

.chatbot-building-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff6a00, #f71920);
    box-shadow: 0 14px 28px rgba(255, 106, 0, 0.24);
}

.chatbot-building-icon::before {
    content: '';
    width: 20px;
    height: 22px;
    background: #ffffff;
    clip-path: polygon(12% 100%, 12% 18%, 54% 18%, 54% 0, 88% 0, 88% 100%, 70% 100%, 70% 72%, 56% 72%, 56% 100%);
}

.chatbot-header strong {
    max-width: 270px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.22;
}

.chatbot-header span {
    max-width: 285px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
}

.chatbot-close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(255, 255, 255, 0.12);
}

.chatbot-leave-message {
    position: relative;
    z-index: 2;
    display: flex;
    width: calc(100% - 30px);
    min-height: 62px;
    align-items: center;
    gap: 12px;
    margin: -92px 15px 18px;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    color: #1f2b36;
    cursor: pointer;
    padding: 12px 16px;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    text-align: left;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.chatbot-leave-message:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.chatbot-leave-message::after {
    content: '›';
    margin-left: auto;
    color: #66717d;
    font-size: 24px;
    line-height: 1;
}

.chatbot-leave-message span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 999px;
    background: #fff0e7;
}

.chatbot-leave-message span::before {
    content: '';
    width: 15px;
    height: 12px;
    border: 2px solid #ff6a00;
    border-radius: 4px;
}

.chatbot-messages {
    max-height: 170px;
    padding: 0 15px 14px;
}

.chat-message {
    border-radius: 8px;
    font-size: 13px;
}

.chat-message.bot {
    border: 1px solid rgba(197, 161, 90, 0.18);
    background: #f4eee3;
    color: #342e27;
}

.chat-message.user {
    background: #263746;
    color: #ffffff;
}

.chatbot-quick button {
    border-color: rgba(255, 106, 0, 0.22);
    background: #ffffff;
    color: #23313e;
    box-shadow: 0 8px 18px rgba(8, 22, 36, 0.05);
}

.chatbot-quick button:hover {
    border-color: rgba(255, 106, 0, 0.58);
    background: #fff3e8;
    color: #8a302d;
}

.chatbot-form {
    padding: 12px 15px;
}

.chatbot-form input {
    min-height: 40px;
    border-radius: 6px;
}

.chatbot-form button {
    border-radius: 6px;
    background: linear-gradient(135deg, #c78945, #8a302d);
    box-shadow: none;
}

.chatbot-bottom-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #eef0f3;
    background: #ffffff;
    padding: 12px 10px 8px;
    text-align: center;
}

.chatbot-bottom-nav span {
    position: relative;
    display: grid;
    gap: 4px;
    color: #7d8791;
    font-size: 11px;
    font-weight: 700;
}

.chatbot-bottom-nav span::before {
    content: '';
    width: 18px;
    height: 18px;
    justify-self: center;
    background: currentColor;
    clip-path: polygon(50% 8%, 90% 42%, 82% 42%, 82% 88%, 60% 88%, 60% 62%, 40% 62%, 40% 88%, 18% 88%, 18% 42%, 10% 42%);
}

.chatbot-bottom-nav span:last-child::before {
    clip-path: polygon(8% 18%, 92% 18%, 92% 72%, 60% 72%, 50% 90%, 40% 72%, 8% 72%);
}

.chatbot-bottom-nav span.active {
    color: #ff6a00;
}

.chatbot-powered {
    display: block;
    padding: 0 0 10px;
    color: #9ba4ad;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

.chatbot-toggle {
    position: relative;
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #ff6a00, #f71920);
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(247, 25, 32, 0.28);
}

.chatbot-toggle::before {
    width: 24px;
    height: 20px;
    border-width: 2px;
    border-radius: 6px;
}

.chatbot-toggle::after {
    content: '';
    position: absolute;
    right: 11px;
    top: 11px;
    width: 9px;
    height: 9px;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: #c5a15a;
}

@media (max-width: 640px) {
    .chatbot {
        right: 10px;
        bottom: 10px;
    }

    .chatbot-panel {
        width: calc(100vw - 20px);
        max-height: calc(100vh - 22px);
    }

    .chatbot-header {
        min-height: 270px;
    }
}

.mg-contact-form input:focus,
.mg-contact-form select:focus,
.mg-contact-form textarea:focus {
    outline-color: rgba(197, 161, 90, 0.52);
    box-shadow: 0 0 0 4px rgba(197, 161, 90, 0.12);
}

.contact-accordion button:hover,
.contact-accordion button.active {
    border-color: rgba(197, 161, 90, 0.75);
    background: #fbf5e8;
    color: #6f4f20;
}

.admin-sidebar,
.admin-layout aside {
    background: #111417;
}

.admin-nav a.active,
.admin-nav a:hover {
    background: rgba(197, 161, 90, 0.16);
    color: #f5d68b;
}

.about-card.active {
    background:
        linear-gradient(135deg, rgba(197, 161, 90, 0.22), rgba(255, 255, 255, 0.04)),
        #151719;
    color: #ffffff;
    box-shadow: 0 26px 56px rgba(17, 20, 23, 0.24);
}

.about-card.active h3,
.about-card.active p {
    color: rgba(255, 255, 255, 0.92);
}

.about-card.active .about-icon {
    color: #f5d68b;
}

.products-promo-hero {
    background:
        radial-gradient(circle at 76% 28%, rgba(197, 161, 90, 0.28), transparent 32%),
        linear-gradient(135deg, #111417 0%, #2f3a40 54%, #0b0d0f 100%);
}

.products-promo-hero::before {
    background:
        linear-gradient(180deg, rgba(17, 20, 23, 0), rgba(17, 20, 23, 0.34)),
        repeating-linear-gradient(90deg, rgba(245, 214, 139, 0.13) 0 2px, transparent 2px 220px);
}

.products-promo-copy h1 {
    color: #ffffff;
}

.products-promo-copy h1 strong,
.products-promo-copy h1 span,
.products-promo-items span {
    color: #f5d68b;
}

.products-promo-items article {
    border-left-color: rgba(245, 214, 139, 0.42);
}

.products-promo-items img {
    filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.28));
}

.product-tabs a:hover,
.product-category-tabs button:hover,
.product-category-tabs button.active {
    border-color: rgba(197, 161, 90, 0.55);
    background: #fbf5e8;
    color: #6f4f20;
}

.project-band {
    background:
        radial-gradient(circle at 88% 18%, rgba(197, 161, 90, 0.2), transparent 32%),
        linear-gradient(135deg, #f8f5ee, #ffffff 48%, #e9e2d7);
}

.project-band .primary-button.dark,
.industry-grid article:hover {
    background: linear-gradient(135deg, #d2b46d, #8d6a2d);
    color: #111417;
    box-shadow: 0 16px 34px rgba(141, 106, 45, 0.24);
}

.industries-section {
    background:
        radial-gradient(circle at 78% 18%, rgba(197, 161, 90, 0.2), transparent 28%),
        linear-gradient(135deg, #111417, #2f3a40);
}

.category-slider-arrow,
.praise-arrow {
    border-color: rgba(197, 161, 90, 0.5);
}

.contact-page-heading h2 span,
.about-title span {
    color: var(--theme-brass-dark);
}

.site-footer.mg-footer,
.mg-footer {
    background:
        radial-gradient(circle at 88% 12%, rgba(197, 161, 90, 0.2), transparent 30%),
        linear-gradient(135deg, #101316 0%, #1c2428 54%, #080a0c 100%);
    color: rgba(255, 255, 255, 0.84);
}

.mg-footer-inner {
    border-color: rgba(245, 214, 139, 0.14);
}

.footer-logo img {
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.28));
    opacity: 0.96;
}

.mg-footer-nav a,
.mg-footer-contact a,
.mg-footer-contact p,
.mg-footer-social h2 {
    color: rgba(255, 255, 255, 0.78);
}

.mg-footer-contact span,
.mg-footer-nav a:hover,
.mg-footer-contact a:hover,
.mg-footer-social a:hover {
    color: #f5d68b;
}

.mg-footer-social a {
    border-color: rgba(245, 214, 139, 0.24);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.mg-footer-copy {
    border-top: 1px solid rgba(245, 214, 139, 0.14);
    color: rgba(255, 255, 255, 0.58);
}

/* Dynamic company profile page */
.company-profile-hero {
    position: relative;
    min-height: 88vh;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(17, 20, 23, 0.78), rgba(17, 20, 23, 0.38)),
        var(--company-hero);
    background-position: center;
    background-size: cover;
    color: #ffffff;
}

.company-profile-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 24%, rgba(197, 161, 90, 0.24), transparent 30%),
        linear-gradient(90deg, rgba(10, 12, 14, 0.92), rgba(12, 14, 16, 0.52) 48%, rgba(8, 10, 12, 0.78));
}

.company-hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 180px);
}

.company-hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    max-width: 780px;
    min-height: 72vh;
    align-content: center;
    padding: 120px clamp(22px, 7vw, 110px) 120px;
}

.company-hero-content h1 {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(44px, 6.4vw, 88px);
    font-weight: 800;
    line-height: 0.98;
}

.company-hero-content p:not(.eyebrow) {
    max-width: 620px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(17px, 1.6vw, 22px);
    line-height: 1.65;
}

.company-profile-hero .floating-nav {
    bottom: 34px;
}

.company-story-section,
.company-value-section,
.company-process-section,
.company-timeline-section,
.company-cert-section,
.company-cta-section {
    padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.company-story-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.92fr) minmax(280px, 1fr);
    gap: clamp(34px, 6vw, 84px);
    align-items: center;
    background:
        linear-gradient(180deg, #f8f5ee, #ffffff 72%);
}

.company-story-copy {
    max-width: 680px;
}

.company-story-copy h2,
.company-section-heading h2,
.company-cert-section h2,
.company-cta-section h2 {
    margin: 0;
    color: #111417;
    font-size: clamp(34px, 4.6vw, 62px);
    font-weight: 760;
    line-height: 1.05;
}

.company-story-copy p:not(.eyebrow),
.company-cert-section > div > p:not(.eyebrow) {
    margin: 20px 0 0;
    color: #62666b;
    font-size: 17px;
    line-height: 1.75;
}

.company-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.company-metric-grid article {
    min-height: 150px;
    border: 1px solid rgba(47, 58, 64, 0.12);
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(197, 161, 90, 0.12), rgba(255, 255, 255, 0.9)),
        #ffffff;
    padding: 24px;
    box-shadow: 0 20px 48px rgba(17, 20, 23, 0.08);
}

.company-metric-grid strong {
    display: block;
    color: #8d6a2d;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1;
}

.company-metric-grid span {
    display: block;
    margin-top: 12px;
    color: #2f3a40;
    font-weight: 800;
    text-transform: uppercase;
}

.company-value-section {
    background: #111417;
    color: #ffffff;
}

.company-section-heading {
    max-width: 820px;
    margin: 0 auto 38px;
    text-align: center;
}

.company-value-section .company-section-heading h2,
.company-process-section .company-section-heading h2 {
    color: #ffffff;
}

.company-value-grid {
    display: grid;
    max-width: 1160px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0 auto;
}

.company-value-grid article,
.company-process-grid article,
.company-timeline article,
.company-cert-grid article {
    border: 1px solid rgba(197, 161, 90, 0.18);
    border-radius: 12px;
    padding: 28px;
}

.company-value-grid article {
    min-height: 320px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.company-value-grid article.featured {
    background:
        linear-gradient(135deg, rgba(197, 161, 90, 0.26), rgba(255, 255, 255, 0.08)),
        #1c2428;
}

.company-value-grid article > span,
.company-process-grid span,
.company-timeline span,
.company-cert-grid span {
    display: inline-flex;
    color: #f5d68b;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.company-value-grid h3,
.company-process-grid h3,
.company-timeline h3,
.company-cert-grid h3 {
    margin: 18px 0 12px;
    color: inherit;
    font-size: 22px;
}

.company-value-grid p:not(.eyebrow),
.company-value-grid small,
.company-process-grid p,
.company-timeline p,
.company-cert-grid p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.65;
}

.company-value-grid small {
    display: block;
    margin-top: 14px;
}

.company-process-section {
    background:
        radial-gradient(circle at 82% 12%, rgba(197, 161, 90, 0.18), transparent 28%),
        linear-gradient(135deg, #192025, #101316);
    color: #ffffff;
}

.company-process-grid {
    display: grid;
    max-width: 1120px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0 auto;
}

.company-process-grid article {
    background: rgba(255, 255, 255, 0.06);
}

.company-timeline-section,
.company-cert-section {
    background: #f8f5ee;
}

.company-timeline {
    display: grid;
    max-width: 1120px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0 auto;
}

.company-timeline article,
.company-cert-grid article {
    background: rgba(255, 255, 255, 0.88);
    color: #111417;
    box-shadow: 0 18px 44px rgba(17, 20, 23, 0.08);
}

.company-timeline article.featured {
    border-color: rgba(197, 161, 90, 0.58);
    background:
        linear-gradient(135deg, rgba(197, 161, 90, 0.15), rgba(255, 255, 255, 0.94)),
        #ffffff;
}

.company-timeline p,
.company-cert-grid p {
    color: #62666b;
}

.company-cert-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(280px, 1.2fr);
    gap: clamp(30px, 6vw, 76px);
    align-items: start;
}

.company-cert-grid {
    display: grid;
    gap: 16px;
}

.company-cta-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background:
        radial-gradient(circle at 80% 18%, rgba(197, 161, 90, 0.24), transparent 30%),
        linear-gradient(135deg, #101316, #2f3a40);
    color: #ffffff;
}

.company-cta-section h2 {
    max-width: 820px;
    color: #ffffff;
}

.company-cta-section .primary-button {
    flex: 0 0 auto;
}

@media (max-width: 980px) {
    .company-story-section,
    .company-cert-section {
        grid-template-columns: 1fr;
    }

    .company-value-grid,
    .company-process-grid,
    .company-timeline {
        grid-template-columns: 1fr;
    }

    .company-cta-section {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .company-profile-hero {
        min-height: 92vh;
    }

    .company-hero-content {
        min-height: 72vh;
        padding: 110px 18px 118px;
    }

    .company-metric-grid {
        grid-template-columns: 1fr;
    }
}

/* Company page interaction polish */
.company-page {
    --company-dark: #101316;
    --company-steel: #2f3a40;
    --company-accent: #ff6a00;
    --company-brass: #c5a15a;
    --spot-x: 50vw;
    --spot-y: 20vh;
    position: relative;
    overflow: hidden;
    background: #f8f5ee;
}

.cursor-smoke{
    position:fixed;
    width:180px;
    height:180px;
    border-radius:50%;
    pointer-events:none;
    transform:translate(-50%,-50%);
    background:radial-gradient(circle,
        rgba(255,120,0,.5) 0%,
        rgba(255,120,0,.2) 40%,
        transparent 70%);
    filter:blur(35px);
    mix-blend-mode:screen;
}

.company-smoke-layer {
    position: fixed;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}

.company-liquid-canvas {
    display: none;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    filter: blur(10px) saturate(1.85) contrast(1.12);
    mix-blend-mode: screen;
    transition: opacity 0.18s ease;
}

.company-page.is-spotlight .company-liquid-canvas {
    opacity: 0.9;
}

.company-smoke-ribbon {
    display: none;
    position: absolute;
    left: calc(var(--smoke-x, 50vw) - 520px);
    top: calc(var(--smoke-y, 35vh) - 260px);
    width: min(86vw, 1080px);
    height: 520px;
    opacity: 0;
    filter: blur(12px) saturate(1.8) contrast(1.18);
    mix-blend-mode: screen;
    transform-origin: 50% 50%;
    transition:
        left 0.72s cubic-bezier(0.16, 0.84, 0.24, 1),
        top 0.72s cubic-bezier(0.16, 0.84, 0.24, 1),
        opacity 0.22s ease;
    background:
        radial-gradient(ellipse at 52% 54%, rgba(255, 119, 18, 0.7), rgba(219, 86, 0, 0.34) 20%, rgba(255, 106, 0, 0.12) 44%, transparent 70%),
        radial-gradient(ellipse at 36% 42%, rgba(255, 106, 0, 0.42), transparent 38%),
        radial-gradient(ellipse at 70% 62%, rgba(141, 53, 0, 0.38), transparent 44%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1080' height='520' viewBox='0 0 1080 520'%3E%3Cfilter id='liquid'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.006 .018' numOctaves='6' seed='31' result='noise'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='noise' scale='118' xChannelSelector='R' yChannelSelector='G'/%3E%3CfeGaussianBlur stdDeviation='2.2'/%3E%3C/filter%3E%3Cpath d='M4 322 C92 126 238 170 326 238 C420 309 496 41 666 112 C786 162 827 282 1076 130 L1080 353 C942 276 839 429 684 346 C519 258 444 474 280 361 C178 291 102 405 0 462 Z' fill='%23ff6a00' opacity='.58' filter='url(%23liquid)'/%3E%3Cpath d='M52 224 C176 20 302 258 452 118 C610 -30 728 194 908 82 C994 29 1046 58 1080 70 L1080 214 C940 204 851 210 720 296 C586 384 462 190 326 300 C206 397 116 326 16 356 Z' fill='%23a33d00' opacity='.34' filter='url(%23liquid)'/%3E%3Cpath d='M140 376 C268 250 342 414 486 326 C650 226 744 432 908 320 C1000 258 1040 286 1080 304 L1080 506 L42 506 C64 462 90 424 140 376 Z' fill='%23ff8a1e' opacity='.24' filter='url(%23liquid)'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.company-page.is-spotlight .company-smoke-ribbon {
    opacity: 0.74;
}

.company-smoke-ribbon.ribbon-one {
    animation: companyLiquidSmoke 7.8s ease-in-out infinite alternate;
}

.company-smoke-ribbon.ribbon-two {
    width: min(74vw, 920px);
    height: 420px;
    opacity: 0;
    transform: translate3d(-18%, -18%, 0) rotate(8deg) scaleX(-1);
    filter: blur(18px) saturate(1.6) contrast(1.12);
    animation: companyLiquidSmokeTwo 9.4s ease-in-out infinite alternate;
}

.company-smoke-ribbon.ribbon-three {
    width: min(64vw, 780px);
    height: 360px;
    transform: translate3d(22%, 16%, 0) rotate(-12deg);
    opacity: 0;
    filter: blur(22px) saturate(1.4);
    animation: companyLiquidSmokeThree 11s ease-in-out infinite alternate;
}

.company-page.is-spotlight .company-smoke-ribbon.ribbon-two {
    opacity: 0.38;
}

.company-page.is-spotlight .company-smoke-ribbon.ribbon-three {
    opacity: 0.28;
}

@keyframes companyLiquidSmoke {
    0% { transform: translate3d(-7%, -3%, 0) rotate(-7deg) scale(0.98); border-radius: 42% 58% 61% 39% / 46% 42% 58% 54%; }
    45% { transform: translate3d(3%, 4%, 0) rotate(2deg) scale(1.06); border-radius: 58% 42% 48% 52% / 38% 58% 42% 62%; }
    100% { transform: translate3d(8%, -1%, 0) rotate(6deg) scale(1.02); border-radius: 48% 52% 66% 34% / 60% 36% 64% 40%; }
}

@keyframes companyLiquidSmokeTwo {
    0% { transform: translate3d(-26%, -22%, 0) rotate(12deg) scaleX(-1) scale(0.94); }
    100% { transform: translate3d(-10%, -10%, 0) rotate(-4deg) scaleX(-1) scale(1.08); }
}

@keyframes companyLiquidSmokeThree {
    0% { transform: translate3d(14%, 22%, 0) rotate(-18deg) scale(0.92); }
    100% { transform: translate3d(34%, 6%, 0) rotate(2deg) scale(1.12); }
}

.company-smoke-puff {
    position: absolute;
    left: var(--puff-x);
    top: var(--puff-y);
    width: var(--puff-size);
    height: var(--puff-size);
    border-radius: 999px;
    opacity: 0;
    filter: blur(10px) saturate(1.4);
    mix-blend-mode: screen;
    background:
        radial-gradient(circle at 48% 48%, rgba(255, 106, 0, 0.5), rgba(255, 106, 0, 0.22) 28%, rgba(126, 48, 0, 0.16) 48%, transparent 72%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='smoke'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.027' numOctaves='4' seed='13'/%3E%3CfeDisplacementMap in='SourceGraphic' scale='34'/%3E%3C/filter%3E%3Ccircle cx='90' cy='90' r='78' fill='%23ff6a00' filter='url(%23smoke)' opacity='.42'/%3E%3C/svg%3E");
    background-size: 100% 100%, cover;
    transform: translate3d(0, 0, 0) rotate(var(--puff-rotate)) scale(0.42);
    animation: companySmoke 1.45s ease-out forwards;
}

@keyframes companySmoke {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0) rotate(var(--puff-rotate)) scale(0.28);
    }

    16% {
        opacity: 0.85;
    }

    100% {
        opacity: 0;
        transform: translate3d(var(--puff-drift-x), var(--puff-drift-y), 0) rotate(calc(var(--puff-rotate) + 42deg)) scale(1.18);
    }
}

.company-profile-hero {
    min-height: 94vh;
    isolation: isolate;
}

.company-profile-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 106, 0, 0.24), transparent 260px),
        linear-gradient(180deg, transparent 64%, rgba(16, 19, 22, 0.82));
    pointer-events: none;
}

.company-profile-hero .hero-header,
.company-profile-hero .floating-nav,
.company-hero-content {
    z-index: 4;
}

.company-hero-content {
    max-width: 900px;
}

.company-hero-content h1 {
    text-wrap: balance;
}

.company-hero-content .eyebrow,
.company-section-heading .eyebrow,
.company-story-copy .eyebrow,
.company-cert-section .eyebrow,
.company-cta-section .eyebrow {
    color: #ff8a2a;
}

.company-story-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 106, 0, 0.13), transparent 320px),
        linear-gradient(135deg, #fffaf1 0%, #ffffff 46%, #ede5d6 100%);
}

.company-story-section::before,
.company-value-section::before,
.company-process-section::before,
.company-timeline-section::before,
.company-cert-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(47, 58, 64, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(47, 58, 64, 0.05) 1px, transparent 1px);
    background-size: 72px 72px;
    pointer-events: none;
}

.company-story-section > *,
.company-value-section > *,
.company-process-section > *,
.company-timeline-section > *,
.company-cert-section > * {
    position: relative;
    z-index: 3;
}

.company-cta-section > * {
    position: relative;
    z-index: 3;
}

.company-story-copy h2,
.company-section-heading h2,
.company-cert-section h2,
.company-cta-section h2 {
    text-wrap: balance;
}

.company-metric-grid article,
.company-value-grid article,
.company-process-grid article,
.company-timeline article,
.company-cert-grid article {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    transform: translateY(0);
    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        background 0.28s ease,
        color 0.28s ease;
}

.company-metric-grid article::before,
.company-value-grid article::before,
.company-process-grid article::before,
.company-timeline article::before,
.company-cert-grid article::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 106, 0, 0.32), rgba(197, 161, 90, 0.16) 34%, transparent 68%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
}

.company-metric-grid article:hover,
.company-metric-grid article.is-touched,
.company-value-grid article:hover,
.company-value-grid article.is-touched,
.company-process-grid article:hover,
.company-process-grid article.is-touched,
.company-timeline article:hover,
.company-timeline article.is-touched,
.company-cert-grid article:hover,
.company-cert-grid article.is-touched {
    border-color: rgba(255, 106, 0, 0.62);
    box-shadow: 0 30px 76px rgba(17, 20, 23, 0.18);
    transform: translateY(-6px);
}

.company-metric-grid article:hover::before,
.company-metric-grid article.is-touched::before,
.company-value-grid article:hover::before,
.company-value-grid article.is-touched::before,
.company-process-grid article:hover::before,
.company-process-grid article.is-touched::before,
.company-timeline article:hover::before,
.company-timeline article.is-touched::before,
.company-cert-grid article:hover::before,
.company-cert-grid article.is-touched::before {
    opacity: 1;
}

.company-metric-grid article > *,
.company-value-grid article > *,
.company-process-grid article > *,
.company-timeline article > *,
.company-cert-grid article > * {
    position: relative;
    z-index: 1;
}

.company-metric-grid article {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 245, 238, 0.86)),
        #ffffff;
}

.company-metric-grid strong {
    color: #ff6a00;
}

.company-value-section,
.company-process-section {
    position: relative;
    overflow: hidden;
}

.company-value-section {
    background:
        radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 106, 0, 0.16), transparent 360px),
        linear-gradient(135deg, #101316 0%, #202a2f 58%, #0a0c0e 100%);
}

.company-value-grid article,
.company-process-grid article {
    backdrop-filter: blur(12px);
}

.company-value-grid article:hover,
.company-value-grid article.is-touched,
.company-process-grid article:hover,
.company-process-grid article.is-touched {
    background:
        linear-gradient(135deg, rgba(255, 106, 0, 0.18), rgba(197, 161, 90, 0.1)),
        rgba(255, 255, 255, 0.08);
}

.company-process-section {
    background:
        radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 106, 0, 0.15), transparent 360px),
        linear-gradient(135deg, #161d21, #101316 60%, #2f3a40);
}

.company-timeline-section,
.company-cert-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 106, 0, 0.12), transparent 340px),
        linear-gradient(180deg, #fbf7ee 0%, #f1eadf 100%);
}

.company-timeline article:hover span,
.company-timeline article.is-touched span,
.company-cert-grid article:hover span,
.company-cert-grid article.is-touched span {
    color: #ff6a00;
}

.company-cta-section {
    position: relative;
    overflow: hidden;
    margin-bottom: clamp(34px, 5vw, 72px);
    background:
        radial-gradient(ellipse at var(--spot-x) var(--spot-y), rgba(255, 106, 0, 0.2), transparent 420px),
        linear-gradient(135deg, #101316, #29353b 62%, #0b0d0f);
}

.company-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(90deg, rgba(245, 214, 139, 0.1) 0 1px, transparent 1px 150px);
    pointer-events: none;
}

.company-cta-section > * {
    position: relative;
    z-index: 1;
}

.company-page + .site-footer.mg-footer,
.company-page + .mg-footer {
    margin-top: 0;
    padding-top: clamp(40px, 5vw, 72px);
}

@media (pointer: coarse) {
    .company-page {
        --spot-x: 50vw;
        --spot-y: 30vh;
    }
}

/* Reference-style company hover cards */
.company-value-section,
.company-process-section,
.company-timeline-section,
.company-cert-section {
    background:
        radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 106, 0, 0.16), transparent 340px),
        linear-gradient(135deg, #101010, #181818 48%, #0c0d0e);
    color: #ffffff;
}

.company-timeline-section .company-section-heading h2,
.company-cert-section h2,
.company-cert-section > div > p:not(.eyebrow) {
    color: #ffffff;
}

.company-timeline p,
.company-cert-grid p {
    color: rgba(255, 255, 255, 0.74);
}

.company-value-grid article,
.company-process-grid article,
.company-timeline article,
.company-cert-grid article {
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    background:
        radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 106, 0, 0.22), transparent 0 28%, rgba(255, 106, 0, 0.08) 48%, transparent 68%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
        #171717;
    color: #ffffff;
    padding: clamp(24px, 3vw, 42px);
}

.company-value-grid article::before,
.company-process-grid article::before,
.company-timeline article::before,
.company-cert-grid article::before {
    background:
        radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 106, 0, 0.54), rgba(255, 106, 0, 0.24) 18%, transparent 52%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.018' numOctaves='3' seed='8'/%3E%3CfeColorMatrix values='1 0 0 0 .95 0 .34 0 0 .28 0 0 .08 0 0 0 0 0 .24 0'/%3E%3C/filter%3E%3Crect width='260' height='260' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: auto, 420px 420px;
    background-position: center, calc(var(--card-x, 50%) - 210px) calc(var(--card-y, 50%) - 210px);
    mix-blend-mode: screen;
}

.company-value-grid article:hover,
.company-value-grid article.is-touched,
.company-process-grid article:hover,
.company-process-grid article.is-touched,
.company-timeline article:hover,
.company-timeline article.is-touched,
.company-cert-grid article:hover,
.company-cert-grid article.is-touched {
    border-color: #ff6a00;
    box-shadow:
        0 0 0 1px rgba(255, 106, 0, 0.18),
        0 24px 70px rgba(0, 0, 0, 0.34),
        inset 0 0 34px rgba(255, 106, 0, 0.08);
}

.company-value-grid h3,
.company-process-grid h3,
.company-timeline h3,
.company-cert-grid h3 {
    color: #ffffff;
    font-size: clamp(22px, 2vw, 28px);
}

.company-value-grid p:not(.eyebrow),
.company-value-grid small,
.company-process-grid p,
.company-timeline p,
.company-cert-grid p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    text-align: justify;
}

.company-card-action {
    display: inline-flex !important;
    min-width: 150px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    margin: auto auto 0;
    border: 1px solid #ff6a00;
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    text-transform: none !important;
    transition: background 0.22s ease, transform 0.22s ease, color 0.22s ease;
}

.company-value-grid article:hover .company-card-action,
.company-process-grid article:hover .company-card-action,
.company-timeline article:hover .company-card-action,
.company-cert-grid article:hover .company-card-action,
.company-value-grid article.is-touched .company-card-action,
.company-process-grid article.is-touched .company-card-action,
.company-timeline article.is-touched .company-card-action,
.company-cert-grid article.is-touched .company-card-action {
    background: rgba(255, 106, 0, 0.14);
    transform: translateY(-2px);
}

/* Downloads catalogue page */
.downloads-studio {
    position: relative;
    min-height: 86vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 42% 26%, rgba(255, 255, 255, 0.95), transparent 32%),
        linear-gradient(90deg, #ffffff 0 14%, #f2f0eb 14% 61%, #ffffff 61% 100%);
    color: #111417;
    padding: clamp(22px, 4vw, 48px) clamp(18px, 5vw, 72px) clamp(36px, 5vw, 70px);
}

.downloads-header {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.downloads-header .hero-logo {
    width: clamp(112px, 10vw, 170px);
}

.downloads-header .floating-nav {
    position: static;
    transform: none;
}

.downloads-showcase {
    display: grid;
    grid-template-columns: minmax(320px, 1.2fr) minmax(280px, 0.8fr);
    gap: clamp(32px, 5vw, 74px);
    align-items: center;
    max-width: 1160px;
    margin: clamp(34px, 5vw, 70px) auto 0;
}

.downloads-preview-stack {
    position: relative;
    min-height: min(56vw, 520px);
    border-radius: 8px;
    background:
        radial-gradient(circle at 54% 42%, rgba(255, 255, 255, 0.66), transparent 34%),
        linear-gradient(135deg, #d7d5cf, #efede7);
    box-shadow: 0 28px 70px rgba(17, 20, 23, 0.14);
}

.download-book-mockup {
    position: absolute;
    overflow: hidden;
    border-radius: 4px;
    background:
        linear-gradient(180deg, rgba(17, 20, 23, 0.12), rgba(17, 20, 23, 0.48)),
        var(--mockup-image);
    background-position: center;
    background-size: cover;
    box-shadow: 0 28px 54px rgba(17, 20, 23, 0.22);
}

.download-book-mockup::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 38%, rgba(0, 0, 0, 0.22)),
        linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.24));
    pointer-events: none;
}

.download-book-mockup.main {
    inset: 7% 22% 10% 6%;
    z-index: 2;
}

.download-book-mockup.tilt-one {
    inset: 18% 4% 26% 48%;
    z-index: 3;
    transform: rotate(5deg);
}

.download-book-mockup.tilt-two {
    inset: 48% 20% 5% 28%;
    z-index: 1;
    transform: rotate(-8deg);
}

.downloads-quick-actions {
    position: absolute;
    z-index: 4;
    right: -28px;
    top: 42%;
    display: grid;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 42px rgba(17, 20, 23, 0.18);
}

.downloads-quick-actions button,
.downloads-quick-actions a {
    display: grid;
    width: 58px;
    min-height: 58px;
    place-items: center;
    border: 0;
    background: transparent;
    color: #111417;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.downloads-quick-actions button::before,
.downloads-quick-actions a::before {
    color: #111417;
    font-size: 24px;
    line-height: 1;
}

.downloads-quick-actions button::before,
.downloads-quick-actions a:first-child::before {
    content: '◈';
}

.downloads-quick-actions a:last-child::before {
    content: '↓';
}

.downloads-quick-actions span {
    margin-top: -8px;
}

.downloads-copy h1 {
    margin: 0;
    color: #111417;
    font-size: clamp(34px, 4.6vw, 66px);
    line-height: 1.02;
}

.downloads-copy p:not(.eyebrow) {
    margin: 18px 0 0;
    color: #111417;
    font-size: 17px;
    line-height: 1.55;
    text-align: justify;
}

.catalogue-page {
    padding: clamp(42px, 6vw, 82px) clamp(18px, 5vw, 72px);
    background:
        radial-gradient(circle at 84% 8%, rgba(255, 106, 0, 0.14), transparent 28%),
        linear-gradient(180deg, #f8f5ee 0%, #ffffff 46%, #eee7da 100%);
}

.catalogue-intro {
    max-width: 780px;
    margin: 0 auto 42px;
    text-align: center;
}

.catalogue-intro h2 {
    margin: 0;
    color: #111417;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1;
}

.catalogue-intro p:not(.eyebrow) {
    margin: 18px 0 0;
    color: #62666b;
    font-size: 17px;
    line-height: 1.7;
}

.catalogue-feature {
    display: grid;
    max-width: 1120px;
    grid-template-columns: minmax(240px, 0.52fr) minmax(280px, 1fr);
    gap: clamp(24px, 5vw, 64px);
    align-items: center;
    margin: 0 auto 34px;
    border: 1px solid rgba(197, 161, 90, 0.28);
    border-radius: 16px;
    background:
        radial-gradient(circle at 24% 22%, rgba(255, 106, 0, 0.18), transparent 36%),
        linear-gradient(135deg, #111417, #29353b 62%, #0b0d0f);
    padding: clamp(24px, 5vw, 54px);
    color: #ffffff;
    box-shadow: 0 28px 76px rgba(17, 20, 23, 0.2);
}

.catalogue-cover,
.catalogue-card-cover {
    position: relative;
    display: grid;
    min-height: 330px;
    align-content: space-between;
    overflow: hidden;
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(255, 106, 0, 0.96), rgba(197, 161, 90, 0.88)),
        #ff6a00;
    padding: 22px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 22px 54px rgba(0, 0, 0, 0.22);
}

.catalogue-cover.has-image,
.catalogue-card-cover.has-image {
    background:
        linear-gradient(180deg, rgba(17, 20, 23, 0.18), rgba(17, 20, 23, 0.72)),
        var(--cover-image);
    background-position: center;
    background-size: cover;
}

.catalogue-cover::before,
.catalogue-card-cover::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 72px),
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.26), transparent 28%);
    pointer-events: none;
}

.catalogue-cover span,
.catalogue-card-cover span,
.catalogue-cover strong,
.catalogue-card-cover strong,
.catalogue-cover p {
    position: relative;
    z-index: 1;
}

.catalogue-cover span,
.catalogue-card-cover span {
    justify-self: start;
    border-radius: 999px;
    background: rgba(17, 20, 23, 0.86);
    padding: 8px 12px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

.catalogue-cover strong {
    color: #ffffff;
    font-size: clamp(72px, 10vw, 130px);
    line-height: 0.8;
}

.catalogue-cover p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 900;
    text-transform: uppercase;
}

.catalogue-feature h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.05;
}

.catalogue-feature p:not(.eyebrow) {
    max-width: 660px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.75;
}

.catalogue-toolbar {
    display: flex;
    max-width: 1120px;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto 28px;
}

.catalogue-toolbar button,
.catalogue-actions button,
.catalogue-actions a,
.catalogue-modal-actions a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.catalogue-toolbar button {
    border: 1px solid rgba(47, 58, 64, 0.16);
    background: rgba(255, 255, 255, 0.78);
    color: #2f3a40;
    padding: 0 16px;
}

.catalogue-toolbar button.active,
.catalogue-toolbar button:hover {
    border-color: rgba(255, 106, 0, 0.54);
    background: #111417;
    color: #f5d68b;
}

.catalogue-grid {
    display: flex;
    max-width: 1120px;
    gap: 20px;
    margin: 0 auto;
    overflow-x: auto;
    padding: 8px 6px 22px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.catalogue-grid::-webkit-scrollbar {
    display: none;
}

.catalogue-carousel {
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
}

.catalogue-scroll {
    position: absolute;
    top: 42%;
    z-index: 2;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 2px solid rgba(17, 20, 23, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #8d6a2d;
    cursor: pointer;
    font-size: 32px;
    line-height: 1;
    transform: translateY(-50%);
}

.catalogue-scroll.prev {
    left: 0;
}

.catalogue-scroll.next {
    right: 0;
}

.catalogue-card {
    flex: 0 0 min(76vw, 292px);
    overflow: hidden;
    border: 1px solid rgba(47, 58, 64, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 44px rgba(17, 20, 23, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.catalogue-card:hover {
    border-color: rgba(255, 106, 0, 0.48);
    box-shadow: 0 28px 68px rgba(17, 20, 23, 0.16);
    transform: translateY(-6px);
}

.catalogue-card[hidden] {
    display: none;
}

.catalogue-card-cover {
    min-height: 220px;
    border-radius: 0;
}

.catalogue-card-cover strong {
    position: relative;
    z-index: 1;
    max-width: 220px;
    color: #ffffff;
    font-size: 32px;
    line-height: 1;
}

.catalogue-card-body {
    padding: 22px;
}

.catalogue-card-body > p {
    margin: 0 0 10px;
    color: #8d6a2d;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.catalogue-card-body h3 {
    margin: 0;
    color: #111417;
    font-size: 22px;
    line-height: 1.2;
}

.catalogue-card-body span {
    display: block;
    margin-top: 12px;
    color: #62666b;
    line-height: 1.6;
}

.catalogue-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.catalogue-actions button {
    background: #111417;
    color: #ffffff;
    padding: 0 16px;
}

.catalogue-actions a:first-child:not(:last-child) {
    background: #111417;
    color: #ffffff;
}

.catalogue-actions button:disabled {
    cursor: not-allowed;
    opacity: 0.48;
}

.catalogue-actions a,
.catalogue-modal-actions a {
    background: linear-gradient(135deg, #d2b46d, #8d6a2d);
    color: #111417;
    padding: 0 16px;
}

.catalogue-empty {
    grid-column: 1 / -1;
    border: 1px dashed rgba(47, 58, 64, 0.22);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    padding: 36px;
    text-align: center;
}

.catalogue-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(6, 8, 10, 0.72);
    padding: 18px;
}

.catalogue-modal.is-open {
    display: flex;
}

.catalogue-modal-panel {
    display: grid;
    width: min(100%, 980px);
    height: min(90vh, 760px);
    grid-template-rows: auto 1fr auto;
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.4);
}

.catalogue-modal-panel header,
.catalogue-modal-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
}

.catalogue-modal-panel header {
    background: #111417;
    color: #ffffff;
}

.catalogue-modal-panel header button {
    border: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
}

.catalogue-modal-panel iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background: #f4f1e8;
}

.catalogue-flipbook {
    position: relative;
    display: grid;
    min-height: 0;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.86), rgba(225, 225, 225, 0.72) 38%, rgba(190, 190, 190, 0.8)),
        #d9d9d9;
    padding: 24px 74px 54px;
}

.catalogue-book-cover {
    position: relative;
    display: none;
    width: min(72vw, 360px);
    overflow: hidden;
    border: 0;
    border-radius: 8px 18px 18px 8px;
    background: #ffffff;
    cursor: pointer;
    padding: 0;
    box-shadow:
        22px 24px 44px rgba(0, 0, 0, 0.22),
        inset -14px 0 18px rgba(0, 0, 0, 0.16);
    transform: perspective(1100px) rotateY(-12deg);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.catalogue-book-cover::before {
    content: '';
    position: absolute;
    inset: 0 0 0 auto;
    width: 34px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.18));
    pointer-events: none;
}

.catalogue-book-cover img {
    display: block;
    width: 100%;
    aspect-ratio: 2480 / 3507;
    object-fit: cover;
}

.catalogue-book-cover span {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    border-radius: 999px;
    background: rgba(17, 20, 23, 0.88);
    color: #f5d68b;
    padding: 12px 14px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
}

.catalogue-book-cover:hover {
    box-shadow:
        30px 30px 58px rgba(0, 0, 0, 0.28),
        inset -14px 0 18px rgba(0, 0, 0, 0.16);
    transform: perspective(1100px) rotateY(-4deg) translateY(-4px);
}

.catalogue-flipbook.is-closed .catalogue-book-cover {
    display: block;
}

.catalogue-flipbook.is-closed .catalogue-book-pages {
    display: none;
}

.catalogue-flipbook.is-open-book .catalogue-book-cover {
    display: none;
}

.catalogue-book-pages {
    display: grid;
    width: min(100%, 760px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.24));
    perspective: 1600px;
    cursor: grab;
}

.catalogue-book-pages:active {
    cursor: grabbing;
}

.catalogue-book-pages figure {
    position: relative;
    display: grid;
    height: min(62vh, 560px);
    place-items: center;
    min-width: 0;
    margin: 0;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(17, 20, 23, 0.06);
}

.catalogue-book-pages figure:first-child {
    transform-origin: right center;
}

.catalogue-book-pages figure:last-child {
    transform-origin: left center;
}

.catalogue-book-pages figure:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 26px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.16));
    pointer-events: none;
}

.catalogue-book-pages figure:last-child::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 26px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.14), transparent);
    pointer-events: none;
}

.catalogue-book-pages img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #ffffff;
}

.catalogue-turn-page {
    position: absolute !important;
    z-index: 3;
    top: 0;
    bottom: 0;
    width: 50%;
    min-width: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.32s ease;
    transform-style: preserve-3d;
}

.catalogue-turn-page img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #ffffff;
}

.catalogue-turn-page::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.32), transparent 22%, rgba(0, 0, 0, 0.22) 100%);
    pointer-events: none;
}

.catalogue-flipbook.is-curl-next .catalogue-turn-page {
    right: 0;
    opacity: 1;
    transform: rotateY(-32deg) translateX(-18px);
    transform-origin: left center;
    box-shadow: -24px 20px 40px rgba(0, 0, 0, 0.22);
}

.catalogue-flipbook.is-curl-prev .catalogue-turn-page {
    left: 0;
    opacity: 1;
    transform: rotateY(32deg) translateX(18px);
    transform-origin: right center;
    box-shadow: 24px 20px 40px rgba(0, 0, 0, 0.22);
}

.catalogue-flipbook.is-curl-prev .catalogue-turn-page::after {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.22), transparent 78%, rgba(255, 255, 255, 0.32));
}

.catalogue-book-pages figure.is-muted-page {
    background:
        linear-gradient(135deg, #ffffff, #f3f0ea);
}

.catalogue-book-pages figure.is-muted-page img {
    display: none;
}

.catalogue-book-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 64px;
    height: 112px;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: rgba(17, 20, 23, 0.82);
    color: #f5d68b;
    cursor: pointer;
    font-size: 34px;
    line-height: 1;
    transform: translateY(-50%);
    transition: background 0.2s ease, transform 0.2s ease;
}

.catalogue-book-arrow:hover {
    background: rgba(255, 106, 0, 0.92);
    color: #ffffff;
    transform: translateY(-50%) scale(1.04);
}

.catalogue-book-arrow.prev {
    left: 18px;
}

.catalogue-book-arrow.next {
    right: 18px;
}

.catalogue-book-counter {
    position: absolute;
    right: 18px;
    bottom: 16px;
    left: 18px;
    color: #333333;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
}

.catalogue-modal-actions {
    justify-content: flex-end;
    border-top: 1px solid rgba(47, 58, 64, 0.12);
}

@media (max-width: 980px) {
    .downloads-showcase {
        grid-template-columns: 1fr;
    }

    .downloads-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .downloads-header .floating-nav {
        max-width: 100%;
        overflow-x: auto;
    }

    .catalogue-feature,
    .catalogue-grid {
        grid-template-columns: 1fr;
    }

    .catalogue-flipbook {
        padding: 18px 54px 48px;
    }

    .catalogue-book-pages {
        grid-template-columns: 1fr;
        width: min(100%, 420px);
    }

    .catalogue-book-pages figure:last-child {
        display: none;
    }

    .catalogue-book-pages figure {
        height: min(62vh, 560px);
    }
}

body:not(.hardware-360-body) {
    background:
        radial-gradient(circle at 22% 18%, rgba(23, 255, 214, 0.12), transparent 32%),
        radial-gradient(circle at 80% 26%, rgba(169, 69, 255, 0.12), transparent 34%),
        linear-gradient(180deg, #03050d 0%, #070713 52%, #020308 100%) !important;
}

body:not(.hardware-360-body) .mg-fluid-background {
    position: fixed;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    background: #03050d;
    pointer-events: none;
}

body:not(.hardware-360-body) main,
body:not(.hardware-360-body) .site-footer,
body:not(.hardware-360-body) .chatbot {
    position: relative;
    z-index: 1;
}

body:not(.hardware-360-body) .hero,
body:not(.hardware-360-body) .page-hero,
body:not(.hardware-360-body) .company-profile-hero,
body:not(.hardware-360-body) .company-page {
    background-color: transparent !important;
}

body:not(.hardware-360-body) .page-hero::before {
    opacity: 0.22;
}

body:not(.hardware-360-body) .hero-shade,
body:not(.hardware-360-body) .page-hero::after,
body:not(.hardware-360-body) .company-profile-hero::before,
body:not(.hardware-360-body) .company-hero-shade {
    background:
        radial-gradient(circle at 74% 34%, rgba(255, 106, 0, 0.16), transparent 34%),
        linear-gradient(90deg, rgba(11, 11, 11, 0.9), rgba(11, 11, 11, 0.5) 50%, rgba(11, 11, 11, 0.86)),
        linear-gradient(180deg, rgba(11, 11, 11, 0.08), rgba(11, 11, 11, 0.78));
}

body:not(.hardware-360-body) .home-hero {
    background: transparent !important;
}

body:not(.hardware-360-body) .home-hero .hero-video {
    z-index: 0;
    opacity: 1;
    filter: none;
    display: block !important;
    visibility: visible !important;
}

body:not(.hardware-360-body) .home-hero .hero-shade {
    z-index: 1;
    background:
        radial-gradient(circle at 78% 42%, rgba(7, 23, 23, 0.08), rgba(4, 15, 15, 0.54) 54%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(2, 9, 9, 0.38) 76%, rgba(1, 5, 5, 0.78));
}

/* Company redesign */
.company-redesign {
    --company-accent: #ff6a00;
    --company-gold: #f5d68b;
    --company-ink: #0b0b0b;
    --company-panel: rgba(255, 255, 255, 0.075);
    --company-line: rgba(255, 255, 255, 0.16);
    background: transparent;
    color: #ffffff;
}

.company-redesign-hero {
    min-height: 100vh;
    background:
        linear-gradient(90deg, rgba(11, 11, 11, 0.92), rgba(11, 11, 11, 0.54) 50%, rgba(11, 11, 11, 0.82)),
        var(--company-hero);
    background-position: center;
    background-size: cover;
}

.company-redesign-hero::before {
    opacity: 0;
}

.company-redesign-hero .company-hero-shade {
    background:
        radial-gradient(circle at 78% 28%, rgba(255, 106, 0, 0.28), transparent 28%),
        linear-gradient(180deg, rgba(11, 11, 11, 0.08), rgba(11, 11, 11, 0.84));
}

.company-redesign-hero-inner {
    position: relative;
    z-index: 3;
    display: grid;
    min-height: 86vh;
    grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 0.58fr);
    gap: clamp(28px, 6vw, 92px);
    align-items: center;
    padding: 128px clamp(20px, 6vw, 92px) 128px;
}

.company-redesign .company-hero-content {
    max-width: 820px;
    min-height: auto;
    padding: 0;
}

.company-redesign .company-hero-content h1 {
    max-width: 820px;
    font-size: clamp(54px, 8vw, 112px);
    letter-spacing: -0.04em;
    line-height: 0.9;
}

.company-redesign .company-hero-content p:not(.eyebrow) {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.82);
}

.company-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.company-identity-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(245, 214, 139, 0.22);
    border-radius: 18px;
    background:
        radial-gradient(circle at var(--spot-x, 80%) var(--spot-y, 28%), rgba(255, 106, 0, 0.18), transparent 28%),
        rgba(12, 14, 16, 0.62);
    padding: clamp(24px, 4vw, 38px);
    backdrop-filter: blur(18px);
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

.company-panel-label {
    color: var(--company-accent);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.company-identity-panel > strong {
    display: block;
    margin-top: 16px;
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.05;
}

.company-panel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.company-panel-grid div {
    min-height: 112px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.07);
    padding: 14px;
}

.company-panel-grid span {
    color: var(--company-gold);
    font-size: 12px;
    font-weight: 900;
}

.company-panel-grid p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 800;
    line-height: 1.3;
}

.company-material-bars {
    display: grid;
    grid-template-columns: 1fr 0.7fr 1.15fr 0.86fr;
    gap: 8px;
    height: 116px;
    align-items: end;
    margin-top: 30px;
}

.company-material-bars i {
    display: block;
    min-height: 42px;
    border-radius: 999px 999px 8px 8px;
    background: linear-gradient(180deg, #ff8c24, #7b2f00);
    box-shadow: 0 0 34px rgba(255, 106, 0, 0.32);
}

.company-material-bars i:nth-child(2) {
    min-height: 76px;
    background: linear-gradient(180deg, #f5d68b, #7d5922);
}

.company-material-bars i:nth-child(3) {
    min-height: 112px;
}

.company-material-bars i:nth-child(4) {
    min-height: 58px;
}

.company-redesign-story,
.company-redesign-dark,
.company-redesign-process,
.company-redesign-journey,
.company-redesign-standards,
.company-redesign-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(70px, 9vw, 132px) clamp(20px, 6vw, 92px);
}

.company-redesign-story {
    grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1fr);
    background:
        radial-gradient(circle at var(--spot-x, 70%) var(--spot-y, 30%), rgba(255, 106, 0, 0.12), transparent 360px),
        linear-gradient(135deg, #111417, #0b0b0b 56%, #1c1510);
}

.company-redesign-story .company-story-copy h2,
.company-redesign .company-section-heading h2,
.company-redesign-standards h2,
.company-redesign-cta h2 {
    color: #ffffff;
    font-size: clamp(34px, 5vw, 72px);
    letter-spacing: -0.03em;
}

.company-redesign-story .company-story-copy p:not(.eyebrow),
.company-redesign-standards > div > p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.72);
}

.company-redesign .company-metric-grid {
    gap: 14px;
}

.company-redesign .company-metric-grid article,
.company-redesign .company-value-grid article,
.company-redesign .company-process-grid article,
.company-redesign .company-timeline article,
.company-redesign .company-cert-grid article {
    border: 1px solid rgba(245, 214, 139, 0.18);
    border-radius: 16px;
    background:
        radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 106, 0, 0.2), transparent 34%),
        rgba(255, 255, 255, 0.065);
    color: #ffffff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(12px);
}

.company-redesign .company-metric-grid article {
    min-height: 184px;
}

.company-redesign .company-metric-grid strong {
    color: var(--company-accent);
}

.company-redesign .company-metric-grid span,
.company-redesign .company-value-grid p:not(.eyebrow),
.company-redesign .company-value-grid small,
.company-redesign .company-process-grid p,
.company-redesign .company-timeline p,
.company-redesign .company-cert-grid p {
    color: rgba(255, 255, 255, 0.72);
}

.company-redesign-dark {
    background:
        linear-gradient(180deg, rgba(11, 11, 11, 0.92), rgba(17, 20, 23, 0.96)),
        radial-gradient(circle at 16% 18%, rgba(255, 106, 0, 0.2), transparent 32%);
}

.company-redesign .company-section-heading {
    max-width: 920px;
}

.company-redesign .company-value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.company-redesign .company-value-grid article {
    min-height: 360px;
}

.company-redesign .company-value-grid article.featured {
    background:
        radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 106, 0, 0.26), transparent 38%),
        linear-gradient(135deg, rgba(255, 106, 0, 0.14), rgba(255, 255, 255, 0.08));
}

.company-redesign-process {
    background:
        radial-gradient(circle at 82% 20%, rgba(255, 106, 0, 0.18), transparent 30%),
        linear-gradient(135deg, #15191d, #090909);
}

.company-redesign .company-process-grid {
    position: relative;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.company-redesign .company-process-grid::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 7%;
    left: 7%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 106, 0, 0.6), transparent);
}

.company-redesign .company-process-grid article {
    min-height: 260px;
}

.company-redesign-journey,
.company-redesign-standards {
    background:
        radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 28%), rgba(255, 106, 0, 0.12), transparent 360px),
        linear-gradient(180deg, #0b0b0b, #141414);
}

.company-redesign .company-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.company-redesign .company-timeline article,
.company-redesign .company-cert-grid article {
    min-height: 260px;
}

.company-redesign-standards {
    grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 1.25fr);
}

.company-redesign .company-cert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.company-redesign-cta {
    margin: 0;
    background:
        radial-gradient(ellipse at 76% 20%, rgba(255, 106, 0, 0.3), transparent 36%),
        linear-gradient(135deg, #0b0b0b, #26211d);
}

.company-redesign .company-card-action {
    display: none;
}

@media (max-width: 980px) {
    .company-redesign-hero-inner,
    .company-redesign-story,
    .company-redesign-standards {
        grid-template-columns: 1fr;
    }

    .company-redesign .company-value-grid,
    .company-redesign .company-process-grid,
    .company-redesign .company-timeline,
    .company-redesign .company-cert-grid {
        grid-template-columns: 1fr;
    }

    .company-redesign .company-process-grid::before {
        display: none;
    }

    .company-panel-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .company-redesign-hero-inner {
        padding: 112px 18px 126px;
    }

    .company-redesign .company-hero-content h1 {
        font-size: clamp(48px, 15vw, 72px);
    }

    .company-hero-actions a {
        width: 100%;
    }
}

/* Company page light balance pass */
.company-redesign {
    background: #f7f2e9;
    color: #161616;
}

.company-redesign-hero {
    min-height: 92vh;
}

.company-redesign-hero .company-hero-shade {
    background:
        radial-gradient(circle at 78% 28%, rgba(255, 106, 0, 0.22), transparent 28%),
        linear-gradient(90deg, rgba(8, 8, 8, 0.88), rgba(8, 8, 8, 0.42) 48%, rgba(8, 8, 8, 0.76)),
        linear-gradient(180deg, rgba(8, 8, 8, 0.04), rgba(8, 8, 8, 0.68));
}

.company-redesign-story,
.company-redesign-process,
.company-redesign-journey,
.company-redesign-standards {
    background:
        radial-gradient(circle at var(--spot-x, 72%) var(--spot-y, 28%), rgba(255, 106, 0, 0.1), transparent 360px),
        linear-gradient(135deg, #fffaf1 0%, #f7f2e9 48%, #ede3d2 100%);
    color: #171717;
}

.company-redesign-story .company-story-copy h2,
.company-redesign-process .company-section-heading h2,
.company-redesign-journey .company-section-heading h2,
.company-redesign-standards h2 {
    color: #171717;
}

.company-redesign-story .company-story-copy p:not(.eyebrow),
.company-redesign-standards > div > p:not(.eyebrow),
.company-redesign-process .company-section-heading p:not(.eyebrow),
.company-redesign-journey .company-section-heading p:not(.eyebrow) {
    color: #5d5750;
}

.company-redesign .company-metric-grid article,
.company-redesign-process .company-process-grid article,
.company-redesign-journey .company-timeline article,
.company-redesign-standards .company-cert-grid article {
    border-color: rgba(47, 58, 64, 0.12);
    background:
        radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 106, 0, 0.14), transparent 38%),
        rgba(255, 255, 255, 0.88);
    color: #171717;
    box-shadow: 0 20px 54px rgba(17, 20, 23, 0.08);
}

.company-redesign .company-metric-grid span,
.company-redesign-process .company-process-grid p,
.company-redesign-journey .company-timeline p,
.company-redesign-standards .company-cert-grid p {
    color: #5d5750;
}

.company-redesign-process .company-process-grid span,
.company-redesign-journey .company-timeline span,
.company-redesign-standards .company-cert-grid span {
    color: #b75a0a;
}

.company-redesign-dark {
    background:
        radial-gradient(circle at var(--spot-x, 20%) var(--spot-y, 30%), rgba(255, 106, 0, 0.18), transparent 360px),
        linear-gradient(135deg, #181818 0%, #28231f 48%, #121212 100%);
}

.company-redesign-dark .company-value-grid article {
    border-color: rgba(245, 214, 139, 0.18);
    background:
        radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 106, 0, 0.22), transparent 40%),
        rgba(255, 255, 255, 0.07);
    color: #ffffff;
}

.company-redesign-cta {
    background:
        radial-gradient(ellipse at 78% 24%, rgba(255, 106, 0, 0.24), transparent 36%),
        linear-gradient(135deg, #1a1714, #3a3028);
}

/* Company final polish: lighter page, no black footer gap */
body:has(.company-redesign) {
    background: #f7f2e9 !important;
}

body:has(.company-redesign) main {
    background: #f7f2e9;
}

body:has(.company-redesign) .mg-fluid-background {
    opacity: 1;
}

body:has(.company-redesign) .company-redesign {
    background:
        linear-gradient(180deg, #f9f4eb 0%, #f1e8da 54%, #efe3d3 100%);
}

body:has(.company-redesign) .company-redesign-hero {
    min-height: 88vh;
    border-bottom: 1px solid rgba(47, 58, 64, 0.08);
}

body:has(.company-redesign) .company-redesign-hero .company-hero-shade {
    background:
        radial-gradient(circle at 78% 28%, rgba(255, 106, 0, 0.2), transparent 30%),
        linear-gradient(90deg, rgba(8, 8, 8, 0.86), rgba(8, 8, 8, 0.38) 50%, rgba(8, 8, 8, 0.7)),
        linear-gradient(180deg, rgba(8, 8, 8, 0), rgba(8, 8, 8, 0.58));
}

body:has(.company-redesign) .company-redesign-story,
body:has(.company-redesign) .company-redesign-process,
body:has(.company-redesign) .company-redesign-journey,
body:has(.company-redesign) .company-redesign-standards {
    padding-top: clamp(58px, 7vw, 96px);
    padding-bottom: clamp(58px, 7vw, 96px);
    background:
        radial-gradient(circle at var(--spot-x, 72%) var(--spot-y, 28%), rgba(255, 106, 0, 0.08), transparent 340px),
        linear-gradient(135deg, #fffaf2 0%, #f8f1e7 50%, #eee1cf 100%);
}

body:has(.company-redesign) .company-redesign .company-metric-grid article,
body:has(.company-redesign) .company-redesign-process .company-process-grid article,
body:has(.company-redesign) .company-redesign-journey .company-timeline article,
body:has(.company-redesign) .company-redesign-standards .company-cert-grid article {
    border-color: rgba(126, 93, 48, 0.14);
    background:
        radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 106, 0, 0.1), transparent 40%),
        rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 44px rgba(47, 42, 35, 0.08);
}

body:has(.company-redesign) .company-redesign-dark {
    background:
        radial-gradient(circle at var(--spot-x, 20%) var(--spot-y, 30%), rgba(255, 106, 0, 0.16), transparent 340px),
        linear-gradient(135deg, #24201c 0%, #34291f 50%, #171412 100%);
}

body:has(.company-redesign) .company-redesign-cta {
    margin: 0;
    padding-top: clamp(54px, 6vw, 82px);
    padding-bottom: clamp(54px, 6vw, 82px);
    border-top: 1px solid rgba(126, 93, 48, 0.12);
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 106, 0, 0.16), transparent 28%),
        linear-gradient(135deg, #fff7ec 0%, #f1dfc7 58%, #e6ceb1 100%);
    color: #171717;
}

body:has(.company-redesign) .company-redesign-cta h2 {
    max-width: 780px;
    color: #171717;
    font-size: clamp(34px, 4.8vw, 62px);
}

body:has(.company-redesign) .company-redesign-cta .eyebrow {
    color: #c24e00;
}

body:has(.company-redesign) .company-redesign-cta .primary-button {
    background: #171717;
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(23, 23, 23, 0.18);
}

body:has(.company-redesign) .site-footer.mg-footer,
body:has(.company-redesign) .mg-footer {
    margin-top: 0 !important;
    border-top: 0;
    background:
        radial-gradient(circle at 88% 0%, rgba(255, 106, 0, 0.16), transparent 28%),
        linear-gradient(135deg, #141817 0%, #222622 58%, #151410 100%);
    padding-top: clamp(34px, 5vw, 58px);
}

/* Dynamic blogs magazine page */
.blogs-studio {
    background:
        radial-gradient(circle at 84% 4%, rgba(255, 106, 0, 0.12), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f7f4ee 48%, #ffffff 100%);
    color: #111417;
}

.blogs-intro {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(280px, 1fr);
    gap: clamp(28px, 6vw, 80px);
    align-items: end;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(58px, 8vw, 104px) 24px clamp(34px, 5vw, 60px);
}

.blogs-intro h2,
.blogs-featured-copy h2,
.blogs-section-heading h2,
.blogs-cta h2 {
    margin: 0;
    color: #111417;
    font-size: clamp(36px, 5vw, 70px);
    line-height: 1.02;
}

.blogs-intro > p {
    margin: 0;
    color: #62666b;
    font-size: 18px;
    line-height: 1.75;
}

.blogs-featured {
    padding: 0 24px clamp(42px, 6vw, 78px);
}

.blogs-featured-card {
    display: grid;
    max-width: 1180px;
    grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1fr);
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid rgba(47, 58, 64, 0.12);
    border-radius: 14px;
    background:
        radial-gradient(circle at 86% 16%, rgba(255, 106, 0, 0.12), transparent 30%),
        #111417;
    box-shadow: 0 30px 90px rgba(17, 20, 23, 0.18);
}

.blogs-featured-media {
    min-height: 420px;
    background: #222;
}

.blogs-featured-media img,
.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogs-featured-copy {
    display: grid;
    align-content: center;
    padding: clamp(28px, 5vw, 58px);
}

.blogs-featured-copy time,
.blog-card-body time {
    color: #f5d68b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.blogs-featured-copy h2 {
    margin-top: 14px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 58px);
}

.blogs-featured-copy p,
.blogs-featured-copy span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    line-height: 1.7;
}

.blogs-section {
    padding: clamp(54px, 7vw, 92px) 24px;
    background: #f7f4ee;
}

.blogs-section-heading {
    max-width: 780px;
    margin: 0 auto 34px;
    text-align: center;
}

.blogs-section-heading h2 {
    font-size: clamp(32px, 4vw, 56px);
}

.blogs-grid {
    display: grid;
    max-width: 1180px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0 auto;
}

.blog-card {
    overflow: hidden;
    border: 1px solid rgba(47, 58, 64, 0.12);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(17, 20, 23, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.blog-card:hover {
    border-color: rgba(255, 106, 0, 0.4);
    box-shadow: 0 28px 70px rgba(17, 20, 23, 0.14);
    transform: translateY(-6px);
}

.blog-card-image {
    height: 240px;
    overflow: hidden;
    background: #111417;
}

.blog-card-image img {
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.06);
}

.blog-card-body {
    display: grid;
    gap: 12px;
    padding: 22px;
}

.blog-card h3 {
    margin: 0;
    color: #111417;
    font-size: 24px;
    line-height: 1.18;
}

.blog-card p {
    margin: 0;
    color: #62666b;
    line-height: 1.65;
}

.blog-card span {
    margin-top: 4px;
    color: #ff6a00;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.blogs-empty {
    grid-column: 1 / -1;
    border: 1px dashed rgba(255, 106, 0, 0.35);
    border-radius: 14px;
    background: #ffffff;
    padding: clamp(32px, 5vw, 58px);
    text-align: center;
}

.blogs-empty h3 {
    margin: 0;
    color: #111417;
    font-size: clamp(28px, 4vw, 44px);
}

.blogs-empty p:not(.eyebrow) {
    max-width: 560px;
    margin: 14px auto 0;
    color: #62666b;
    line-height: 1.7;
}

.blogs-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: clamp(54px, 7vw, 92px) clamp(20px, 5vw, 76px);
    background:
        radial-gradient(circle at 82% 20%, rgba(255, 106, 0, 0.24), transparent 30%),
        linear-gradient(135deg, #111417, #28180f);
    color: #ffffff;
}

.blogs-cta h2 {
    max-width: 780px;
    color: #ffffff;
}

.blogs-cta .primary-button {
    flex: 0 0 auto;
    background: #ff6a00;
    color: #111417;
}

@media (max-width: 980px) {
    .blogs-intro,
    .blogs-featured-card,
    .blogs-grid {
        grid-template-columns: 1fr;
    }

    .blogs-featured-media {
        min-height: 320px;
    }

    .blogs-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .blogs-intro,
    .blogs-featured,
    .blogs-section {
        padding-right: 18px;
        padding-left: 18px;
    }

    .blog-card-image {
        height: 210px;
    }

    .blogs-cta .primary-button {
        width: 100%;
    }
}

/* Final company page system override */
.company-redesign {
    overflow: hidden;
    background: #0b0b0b !important;
    color: #ffffff;
}

.company-redesign-hero {
    position: relative;
    min-height: 86vh;
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(9, 10, 11, 0.92), rgba(9, 10, 11, 0.58)),
        var(--company-hero) !important;
    background-position: center !important;
    background-size: cover !important;
}

.company-redesign-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 74% 22%, rgba(255, 106, 0, 0.26), transparent 28%),
        linear-gradient(90deg, rgba(245, 214, 139, 0.11) 1px, transparent 1px),
        linear-gradient(rgba(245, 214, 139, 0.08) 1px, transparent 1px);
    background-size: auto, 170px 170px, 170px 170px;
}

.company-redesign-hero .company-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        radial-gradient(circle at 74% 34%, rgba(255, 106, 0, 0.12), transparent 32%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.34) 52%, rgba(0, 0, 0, 0.66)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.72));
    pointer-events: none;
}

body.site-page-company #fluid.company-fluid-canvas {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 72% 42%, rgba(255, 106, 0, 0.18), transparent 30%),
        transparent;
    opacity: 0.98;
    mix-blend-mode: screen;
    filter: saturate(1.5) contrast(1.08) drop-shadow(0 0 34px rgba(255, 106, 0, 0.34));
    pointer-events: none;
    touch-action: none;
}

body.site-page-company.webgl-aurora-fluid-active #fluid.company-fluid-canvas {
    opacity: 1;
}

.company-redesign-hero-inner {
    position: relative;
    z-index: 3;
    display: grid;
    max-width: 1180px;
    min-height: 78vh;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    margin: 0 auto;
    padding: 130px 24px 110px;
}

.company-redesign .company-hero-content {
    max-width: 760px;
    padding: 0;
}

.company-redesign .company-hero-content h1 {
    color: #ffffff;
    font-size: clamp(48px, 7vw, 96px);
    letter-spacing: 0;
    line-height: 0.96;
}

.company-redesign .company-hero-content p:not(.eyebrow) {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(17px, 1.7vw, 22px);
    line-height: 1.65;
}

.company-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.company-identity-panel {
    border: 1px solid rgba(245, 214, 139, 0.2);
    border-radius: 8px;
    background:
        radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 106, 0, 0.2), transparent 52%),
        rgba(15, 16, 17, 0.78);
    padding: clamp(22px, 3vw, 34px);
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.company-identity-panel > strong {
    display: block;
    margin-top: 10px;
    color: #ffffff;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.08;
}

.company-panel-label,
.company-redesign .eyebrow {
    color: #ff6a00;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.company-panel-grid {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.company-panel-grid div,
.company-redesign .company-value-grid article,
.company-redesign .company-process-grid article,
.company-redesign .company-timeline article,
.company-redesign .company-cert-grid article {
    border: 1px solid rgba(245, 214, 139, 0.16);
    border-radius: 8px;
    background:
        radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 106, 0, 0.18), transparent 48%),
        rgba(255, 255, 255, 0.055);
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.22);
}

.company-panel-grid div {
    padding: 14px;
}

.company-panel-grid span,
.company-redesign .company-value-grid article > span,
.company-redesign .company-process-grid span,
.company-redesign .company-timeline span,
.company-redesign .company-cert-grid span {
    color: #f5d68b;
}

.company-redesign-story,
.company-redesign-dark,
.company-redesign-process,
.company-redesign-journey,
.company-redesign-standards,
.company-redesign-cta {
    position: relative;
    padding: clamp(68px, 8vw, 118px) clamp(20px, 5vw, 76px) !important;
}

.company-redesign-story {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(280px, 1fr);
    gap: clamp(30px, 6vw, 82px);
    background: #f7f5ef !important;
    color: #111417;
}

.company-redesign-story .company-story-copy h2,
.company-redesign .company-section-heading h2,
.company-redesign-standards h2,
.company-redesign-cta h2 {
    margin: 0;
    font-size: clamp(36px, 5vw, 72px);
    line-height: 1.02;
}

.company-redesign-story .company-story-copy p:not(.eyebrow),
.company-redesign-standards > div > p:not(.eyebrow),
.company-redesign .company-section-heading p:not(.eyebrow) {
    color: rgba(17, 20, 23, 0.68);
    font-size: 18px;
    line-height: 1.75;
}

.company-redesign .company-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.company-redesign .company-metric-grid article {
    min-height: 150px;
    border: 1px solid rgba(17, 20, 23, 0.08);
    border-radius: 8px;
    background: #ffffff !important;
    padding: 24px;
    box-shadow: 0 20px 50px rgba(17, 20, 23, 0.08);
}

.company-redesign .company-metric-grid strong {
    display: block;
    color: #ff6a00;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1;
}

.company-redesign .company-metric-grid span {
    display: block;
    margin-top: 10px;
    color: #2f3a40;
    font-weight: 900;
    text-transform: uppercase;
}

.company-redesign-dark,
.company-redesign-process {
    background:
        radial-gradient(circle at var(--spot-x, 72%) var(--spot-y, 30%), rgba(255, 106, 0, 0.18), transparent 34%),
        #101316 !important;
}

.company-redesign .company-section-heading {
    max-width: 860px;
    margin: 0 auto clamp(30px, 5vw, 54px);
    text-align: center;
}

.company-redesign .company-section-heading h2,
.company-redesign-dark .company-section-heading h2,
.company-redesign-process .company-section-heading h2 {
    color: #ffffff;
}

.company-redesign .company-value-grid,
.company-redesign .company-process-grid,
.company-redesign .company-timeline,
.company-redesign .company-cert-grid {
    display: grid;
    max-width: 1180px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0 auto;
}

.company-redesign .company-value-grid article,
.company-redesign .company-process-grid article,
.company-redesign .company-timeline article,
.company-redesign .company-cert-grid article {
    min-height: 260px;
    padding: clamp(22px, 3vw, 34px);
    transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.company-redesign .company-value-grid article:hover,
.company-redesign .company-process-grid article:hover,
.company-redesign .company-timeline article:hover,
.company-redesign .company-cert-grid article:hover {
    border-color: rgba(255, 106, 0, 0.58);
    background:
        radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 106, 0, 0.26), transparent 48%),
        rgba(255, 255, 255, 0.085);
    transform: translateY(-6px);
}

.company-redesign .company-value-grid h3,
.company-redesign .company-process-grid h3,
.company-redesign .company-timeline h3,
.company-redesign .company-cert-grid h3 {
    color: #ffffff;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.16;
}

.company-redesign .company-value-grid p:not(.eyebrow),
.company-redesign .company-value-grid small,
.company-redesign .company-process-grid p,
.company-redesign .company-timeline p,
.company-redesign .company-cert-grid p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.68;
}

.company-redesign-journey,
.company-redesign-standards {
    background: #f7f5ef !important;
    color: #111417;
}

.company-redesign-journey .company-section-heading h2,
.company-redesign-standards h2 {
    color: #111417;
}

.company-redesign-journey .company-timeline article,
.company-redesign-standards .company-cert-grid article {
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(17, 20, 23, 0.08);
}

.company-redesign-journey .company-timeline h3,
.company-redesign-standards .company-cert-grid h3 {
    color: #111417;
}

.company-redesign-journey .company-timeline p,
.company-redesign-standards .company-cert-grid p {
    color: rgba(17, 20, 23, 0.68);
}

.company-redesign-process .company-process-grid article {
    border-color: rgba(245, 214, 139, 0.18);
    background:
        radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 106, 0, 0.12), transparent 44%),
        rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}

.company-redesign-process .company-process-grid article:hover {
    background:
        radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 106, 0, 0.2), transparent 48%),
        #ffffff !important;
}

.company-redesign-process .company-process-grid h3 {
    color: #171717 !important;
}

.company-redesign-process .company-process-grid p {
    color: #5d5750 !important;
}

.company-redesign-process .company-process-grid span {
    color: #ff6a00 !important;
}

.company-redesign-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background:
        radial-gradient(circle at 78% 24%, rgba(255, 106, 0, 0.26), transparent 28%),
        linear-gradient(135deg, #111417, #24170f) !important;
    color: #ffffff !important;
}

.company-redesign-cta h2 {
    max-width: 760px;
    color: #ffffff !important;
}

.company-redesign-cta .primary-button {
    background: #ff6a00 !important;
    color: #111417 !important;
}

@media (max-width: 980px) {
    .company-redesign-hero-inner,
    .company-redesign-story,
    .company-redesign .company-value-grid,
    .company-redesign .company-process-grid,
    .company-redesign .company-timeline,
    .company-redesign .company-cert-grid {
        grid-template-columns: 1fr;
    }

    .company-identity-panel {
        max-width: 520px;
    }

    .company-redesign-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .company-redesign-hero-inner {
        padding: 112px 18px 92px;
    }

    .company-redesign .company-metric-grid {
        grid-template-columns: 1fr;
    }

    .company-hero-actions a {
        width: 100%;
    }
}

/* Final premium blogs page override */
.blogs-studio {
    background:
        radial-gradient(circle at 78% 0%, rgba(255, 106, 0, 0.12), transparent 30%),
        linear-gradient(180deg, #fffdf8 0%, #f6f1e8 46%, #ffffff 100%) !important;
    color: #111417;
}

.blogs-intro {
    max-width: 1180px;
    padding-top: clamp(64px, 8vw, 112px);
    padding-bottom: clamp(34px, 5vw, 56px);
}

.blogs-intro h2 {
    max-width: 760px;
    font-size: clamp(42px, 6vw, 84px);
    letter-spacing: 0;
}

.blogs-featured-card {
    border-radius: 8px !important;
    background:
        radial-gradient(circle at 92% 16%, rgba(255, 106, 0, 0.18), transparent 30%),
        linear-gradient(135deg, #101316, #25180f 62%, #0b0b0b) !important;
    box-shadow: 0 34px 90px rgba(17, 20, 23, 0.24);
}

.blogs-featured-media {
    min-height: 440px;
}

.blogs-featured-media img {
    filter: saturate(0.96) contrast(1.04);
}

.blogs-featured-copy .eyebrow {
    color: #ff6a00;
}

.blogs-featured-copy time,
.blog-card-body time {
    color: #9a6a2d;
}

.blogs-featured-copy time {
    color: #f5d68b;
}

.blogs-featured-copy h2 {
    font-size: clamp(34px, 4.8vw, 64px);
}

.blogs-featured-copy span {
    display: block;
    margin-top: 8px;
}

.blogs-section {
    background:
        linear-gradient(90deg, rgba(47, 58, 64, 0.055) 1px, transparent 1px),
        linear-gradient(#f4efe6, #fffaf2) !important;
    background-size: 150px 150px, auto;
}

.blogs-section-heading {
    max-width: 860px;
}

.blogs-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.blog-card {
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.94) !important;
}

.blog-card-image {
    height: 250px;
}

.blog-card-body {
    min-height: 250px;
    align-content: start;
}

.blog-card span {
    align-self: end;
    justify-self: start;
    border-bottom: 1px solid currentColor;
    padding-bottom: 3px;
}

.blogs-empty {
    max-width: 760px;
    margin: 0 auto;
}

.blogs-cta {
    background:
        radial-gradient(circle at 84% 20%, rgba(255, 106, 0, 0.26), transparent 28%),
        linear-gradient(135deg, #101316, #27170d) !important;
}

@media (max-width: 980px) {
    .blogs-featured-media {
        min-height: 320px;
    }
}

/* Reference-style dynamic blogs page */
.blogs-reference-page {
    min-height: 100vh;
    background: #ffffff;
    color: #0d1116;
}

.blogs-reference-header {
    position: relative;
    display: grid;
    min-height: 150px;
    align-items: start;
    justify-items: center;
    padding: 24px clamp(18px, 4vw, 54px) 0;
}

.blogs-reference-logo {
    position: absolute;
    top: 24px;
    left: clamp(18px, 4vw, 54px);
    width: clamp(120px, 10vw, 170px);
    z-index: 3;
}

.blogs-reference-header .floating-nav {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 2;
    max-width: calc(100vw - 260px);
    margin-top: 0;
    background: rgba(32, 32, 32, 0.34);
    color: #ffffff;
    transform: none;
    box-shadow: none;
}

.blogs-reference-header .floating-nav a {
    color: #ffffff;
}

.blogs-reference-content {
    max-width: 930px;
    margin: 0 auto;
    padding: 0 24px clamp(52px, 7vw, 90px);
}

.blogs-reference-content h1 {
    margin: -28px 0 62px;
    color: #0d1116;
    font-size: clamp(46px, 7vw, 92px);
    font-weight: 500;
    line-height: 0.95;
    text-align: center;
}

.blogs-reference-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 272px));
    gap: 34px;
    align-items: start;
    justify-content: start;
}

.blogs-reference-card {
    overflow: hidden;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(13, 17, 22, 0.11);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.blogs-reference-card:hover {
    box-shadow: 0 18px 42px rgba(13, 17, 22, 0.16);
    transform: translateY(-4px);
}

.blogs-reference-image {
    height: 156px;
    overflow: hidden;
    background: #eeeeee;
}

.blogs-reference-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.blogs-reference-card:hover .blogs-reference-image img {
    transform: scale(1.04);
}

.blogs-reference-body {
    padding: 17px 18px 13px;
}

.blogs-reference-body h2 {
    min-height: 58px;
    margin: 0;
    color: #0d1116;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
}

.blogs-reference-body a {
    display: inline-flex;
    margin-top: 16px;
    color: #000000;
    font-size: 13px;
    font-weight: 800;
}

.blogs-reference-card time {
    display: block;
    border-top: 1px solid #ff1d25;
    padding: 13px 18px;
    color: #0d1116;
    font-size: 13px;
    font-weight: 500;
}

.blogs-reference-empty {
    grid-column: 1 / -1;
    max-width: 420px;
    border: 1px dashed rgba(255, 29, 37, 0.35);
    border-radius: 4px;
    background: #ffffff;
    padding: 28px;
    box-shadow: 0 10px 24px rgba(13, 17, 22, 0.08);
}

.blogs-reference-empty h2 {
    margin: 0;
    color: #0d1116;
    font-size: 24px;
    font-weight: 500;
}

.blogs-reference-empty p {
    margin: 10px 0 0;
    color: #60666d;
    line-height: 1.6;
}

body:has(.blogs-reference-page) .site-footer.mg-footer,
body:has(.blogs-reference-page) .mg-footer {
    margin-top: 0;
}

@media (max-width: 980px) {
    .blogs-reference-header {
        min-height: 190px;
        justify-items: start;
    }

    .blogs-reference-logo {
        position: static;
        margin-bottom: 20px;
    }

    .blogs-reference-header .floating-nav {
        max-width: 100%;
    }

    .blogs-reference-content h1 {
        margin-top: 0;
    }

    .blogs-reference-grid {
        grid-template-columns: repeat(2, minmax(0, 272px));
    }
}

@media (max-width: 640px) {
    .blogs-reference-grid {
        grid-template-columns: 1fr;
    }

    .blogs-reference-card {
        max-width: 320px;
    }
}

/* Dynamic blog detail page */
.blog-detail-page {
    min-height: 100vh;
    background: #ffffff;
    color: #0d1116;
}

.blog-detail-header {
    position: relative;
    display: grid;
    min-height: 132px;
    align-items: start;
    justify-items: center;
    padding: 24px clamp(18px, 4vw, 54px) 0;
}

.blog-detail-logo {
    position: absolute;
    top: 24px;
    left: clamp(18px, 4vw, 54px);
    width: clamp(120px, 10vw, 170px);
    z-index: 3;
}

.blog-detail-header .floating-nav {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 2;
    max-width: calc(100vw - 260px);
    background: rgba(32, 32, 32, 0.38);
    color: #ffffff;
    backdrop-filter: blur(18px);
}

.blog-detail-header .floating-nav a {
    color: #ffffff;
}

.blog-detail-article {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px clamp(46px, 7vw, 86px);
}

.blog-detail-image {
    overflow: hidden;
    margin: 0 0 34px;
    border-radius: 4px;
    background: #ececec;
    box-shadow: 0 24px 58px rgba(13, 17, 22, 0.13);
}

.blog-detail-image img {
    display: block;
    width: 100%;
    height: clamp(280px, 46vw, 520px);
    object-fit: cover;
}

.blog-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
    color: #5c6168;
    font-size: 14px;
    font-weight: 600;
}

.blog-detail-meta a {
    color: #ff1d25;
    font-weight: 800;
    text-decoration: none;
}

.blog-detail-meta span::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 999px;
    background: #ff6a00;
    vertical-align: middle;
}

.blog-detail-article h1 {
    max-width: 900px;
    margin: 0 0 16px;
    color: #0d1116;
    font-size: clamp(32px, 4.6vw, 58px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: 0;
}

.blog-detail-excerpt {
    max-width: 820px;
    margin: 0 0 28px;
    color: #3e454d;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.65;
}

.blog-detail-content {
    max-width: 880px;
    border-top: 1px solid rgba(255, 29, 37, 0.26);
    padding-top: 28px;
    color: #14191f;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.82;
}

.blog-detail-related {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px clamp(56px, 7vw, 92px);
}

.blog-detail-related h2 {
    margin: 0 0 24px;
    color: #0d1116;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 500;
}

.blog-detail-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.blog-detail-related-card {
    overflow: hidden;
    border-radius: 4px;
    background: #ffffff;
    color: #0d1116;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(13, 17, 22, 0.1);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.blog-detail-related-card:hover {
    box-shadow: 0 18px 42px rgba(13, 17, 22, 0.16);
    transform: translateY(-4px);
}

.blog-detail-related-card img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.blog-detail-related-card span {
    display: block;
    padding: 15px 17px 0;
    color: #ff1d25;
    font-size: 12px;
    font-weight: 800;
}

.blog-detail-related-card strong {
    display: block;
    min-height: 72px;
    padding: 8px 17px 18px;
    color: #0d1116;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}

body:has(.blog-detail-page) .site-footer.mg-footer,
body:has(.blog-detail-page) .mg-footer {
    margin-top: 0;
}

@media (max-width: 980px) {
    .blog-detail-header {
        min-height: 190px;
        justify-items: start;
    }

    .blog-detail-logo {
        position: static;
        margin-bottom: 20px;
    }

    .blog-detail-header .floating-nav {
        max-width: 100%;
    }

    .blog-detail-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .blog-detail-article,
    .blog-detail-related {
        padding-right: 18px;
        padding-left: 18px;
    }

    .blog-detail-related-grid {
        grid-template-columns: 1fr;
    }
}

/* Compact MG chatbot with catalogue download action */
.chatbot {
    right: 18px;
    bottom: 18px;
    z-index: 120;
}

.chatbot-panel {
    width: min(360px, calc(100vw - 28px));
    max-height: min(560px, calc(100vh - 36px));
    border: 1px solid rgba(255, 106, 0, 0.2);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.chatbot-header {
    min-height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 14px 48px 14px 14px;
    background: linear-gradient(135deg, #111417, #26313b);
}

.chatbot-header::before,
.chatbot-header::after {
    display: none;
}

.chatbot-building-icon {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #ff6a00, #f71920);
}

.chatbot-header strong {
    max-width: none;
    font-size: 15px;
    line-height: 1.2;
}

.chatbot-header span {
    max-width: 230px;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
}

.chatbot-close {
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 19px;
}

.chatbot-leave-message {
    width: calc(100% - 24px);
    min-height: 52px;
    margin: 12px;
    border: 1px solid rgba(255, 106, 0, 0.18);
    border-radius: 8px;
    background: #fff8f1;
    box-shadow: 0 10px 24px rgba(23, 23, 23, 0.08);
}

.chatbot-messages {
    max-height: 255px;
    padding: 4px 12px 12px;
}

.chat-message {
    max-width: 88%;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.45;
}

.chat-message.bot {
    border: 1px solid #eee5d9;
    background: #f5efe6;
    color: #302a24;
}

.chat-message.user {
    background: #253241;
    color: #ffffff;
}

.chat-message-action {
    display: flex;
    width: fit-content;
    margin-top: 10px;
    border-radius: 7px;
    background: linear-gradient(135deg, #ff6a00, #c94716);
    padding: 9px 12px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(255, 106, 0, 0.22);
}

.chatbot-quick {
    padding: 0 12px 12px;
}

.chatbot-quick button {
    border-color: rgba(255, 106, 0, 0.26);
    background: #ffffff;
    color: #29333d;
    font-size: 12px;
}

.chatbot-quick button:hover {
    background: #fff3e8;
    color: #b54814;
}

.chatbot-form {
    padding: 11px 12px;
}

.chatbot-form input {
    min-height: 38px;
    border-radius: 7px;
}

.chatbot-form button {
    border-radius: 7px;
    background: linear-gradient(135deg, #ff6a00, #8d2b28);
}

.chatbot-bottom-nav,
.chatbot-powered {
    display: none;
}

.chatbot-toggle {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, #ff6a00, #f71920);
    box-shadow: 0 18px 40px rgba(247, 25, 32, 0.3);
}

#fluid {
    position: fixed;
    inset: 0;
    z-index: 45;
    display: block;
    width: 100vw;
    height: 100vh;
    background: transparent;
    pointer-events: none;
    touch-action: none;
    opacity: 0.34;
    mix-blend-mode: normal;
    filter: saturate(1.08) contrast(0.96) brightness(0.96) blur(0.18px);
    isolation: isolate;
}

body.site-page-home #fluid {
    z-index: 45;
    opacity: 0.48;
    background: transparent;
    mix-blend-mode: normal;
    filter: saturate(1.08) contrast(0.96) brightness(0.96) blur(0.18px);
    transition: opacity 0.25s ease;
}

body.site-polished #fluid {
    opacity: 1;
}

body.webgl-aurora-fluid-active #fluid {
    opacity: 0.34;
}

body.site-page-home.webgl-aurora-fluid-active #fluid {
    opacity: 0.48;
}

body.site-page-contact.webgl-aurora-fluid-active #fluid {
    opacity: 0.34;
}

body.site-page-home.webgl-aurora-fluid-active .home-hero .hero-video {
    opacity: 1;
    filter: none;
}

body.site-page-home.webgl-aurora-fluid-active .home-hero .hero-shade {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.12)),
        linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 36%, rgba(0, 0, 0, 0.08));
}

body:has(#fluid) main,
body:has(#fluid) .site-footer,
body:has(#fluid) .chatbot {
    position: relative;
}

body:has(#fluid) main {
    z-index: 3;
}

body:has(#fluid) .site-footer {
    z-index: 3;
}

body:has(#fluid) .chatbot {
    z-index: 120;
}

body.site-page-company #fluid.company-fluid-canvas {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 1;
    mix-blend-mode: screen;
    filter: saturate(1.5) contrast(1.08) drop-shadow(0 0 34px rgba(255, 106, 0, 0.34));
}

body.site-page-company:has(#fluid) main {
    z-index: 1;
}

/* Professional polish for all inner pages except Home, Contact, and 3D Hardware */
.site-polished {
    --pro-ink: #101317;
    --pro-muted: #66707b;
    --pro-line: rgba(16, 19, 23, 0.1);
    --pro-gold: #c69a43;
    --pro-orange: #ff6a00;
    --pro-panel: rgba(255, 255, 255, 0.92);
    background:
        radial-gradient(circle at var(--page-pointer-x, 82%) var(--page-pointer-y, 18%), rgba(255, 106, 0, 0.13), transparent 22rem),
        linear-gradient(180deg, #f8f5ef 0%, #ffffff 42%, #f6f1e8 100%) !important;
}

.site-polished .floating-nav {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(10, 13, 17, 0.72);
    color: #ffffff;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.site-polished .floating-nav a {
    color: rgba(255, 255, 255, 0.88);
}

.site-polished .floating-nav a.active,
.site-polished .floating-nav a:hover {
    color: #ffffff;
}

.site-polished .floating-nav a::after {
    background: transparent;
}

.site-polished .floating-nav a.active::after,
.site-polished .floating-nav a:hover::after {
    background: linear-gradient(90deg, #ff6a00, #ffd48a);
}

.site-polished .nav-scroll-progress {
    position: absolute;
    right: 12px;
    bottom: 0;
    left: 12px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, #ff6a00, #ffd48a, #ffffff);
    transform: scaleX(0);
    transform-origin: left center;
}

.site-polished .page-hero,
.site-polished .company-profile-hero,
.site-polished .products-promo-hero,
.site-polished .downloads-studio {
    isolation: isolate;
    background:
        radial-gradient(circle at 78% 20%, rgba(255, 106, 0, 0.24), transparent 28%),
        radial-gradient(circle at 16% 72%, rgba(198, 154, 67, 0.18), transparent 30%),
        linear-gradient(135deg, #07090d 0%, #141922 58%, #090a0c 100%) !important;
}

.site-polished .page-hero::before {
    opacity: 0.24;
    filter: saturate(0.8) contrast(1.08);
}

.site-polished .hero-shade,
.site-polished .company-hero-shade {
    background:
        linear-gradient(90deg, rgba(5, 8, 12, 0.92), rgba(5, 8, 12, 0.54) 48%, rgba(5, 8, 12, 0.86)),
        linear-gradient(180deg, rgba(5, 8, 12, 0.12), rgba(5, 8, 12, 0.88)) !important;
}

.site-polished .hero h1,
.site-polished .page-hero h1,
.site-polished .company-redesign-hero h1 {
    max-width: 820px;
    font-size: clamp(44px, 6vw, 88px);
    line-height: 0.98;
    letter-spacing: 0;
}

.site-polished.site-page-company .company-redesign-hero h1 {
    font-size: clamp(42px, 5.2vw, 78px);
}

.site-polished .hero-copy,
.site-polished .company-hero-content > p:not(.eyebrow) {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.78);
}

.site-polished .intro-band,
.site-polished .product-section,
.site-polished .company-redesign-story,
.site-polished .company-redesign-journey,
.site-polished .company-redesign-standards,
.site-polished .catalogue-page,
.site-polished .blogs-reference-page,
.site-polished .blog-detail-page,
.site-polished .products-page-shell {
    background:
        linear-gradient(90deg, rgba(16, 19, 23, 0.045) 1px, transparent 1px),
        linear-gradient(rgba(16, 19, 23, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, #fffdf8, #f7f2ea) !important;
    background-size: 56px 56px, 56px 56px, auto !important;
}

.site-polished .intro-band {
    align-items: center;
    border-bottom: 1px solid var(--pro-line);
}

.site-polished .section-heading h2,
.site-polished .products-page-heading h1,
.site-polished .blogs-reference-content h1,
.site-polished .blog-detail-article h1,
.site-polished .downloads-copy h1,
.site-polished .company-section-heading h2,
.site-polished .company-redesign-story h2,
.site-polished .company-redesign-standards h2 {
    letter-spacing: 0;
}

.site-polished .category-card,
.site-polished .text-card,
.site-polished .products-item-card,
.site-polished .blogs-reference-card,
.site-polished .blog-detail-related-card,
.site-polished .catalogue-card,
.site-polished .catalogue-feature,
.site-polished .products-selected-preview,
.site-polished [data-company-card] {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(16, 19, 23, 0.08);
    border-radius: 8px !important;
    background:
        radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 106, 0, 0.16), transparent 22rem),
        var(--pro-panel) !important;
    box-shadow: 0 22px 70px rgba(16, 19, 23, 0.1);
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(0);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.site-polished .category-card:hover,
.site-polished .text-card:hover,
.site-polished .products-item-card:hover,
.site-polished .blogs-reference-card:hover,
.site-polished .blog-detail-related-card:hover,
.site-polished .catalogue-card:hover,
.site-polished [data-company-card]:hover {
    border-color: rgba(255, 106, 0, 0.32);
    box-shadow: 0 32px 90px rgba(16, 19, 23, 0.18);
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-6px);
}

.site-polished .category-card img,
.site-polished .products-item-image img,
.site-polished .blogs-reference-image img,
.site-polished .blog-detail-related-card img {
    transition: transform 0.45s ease, filter 0.45s ease;
}

.site-polished .category-card:hover img,
.site-polished .products-item-card:hover img,
.site-polished .blogs-reference-card:hover img,
.site-polished .blog-detail-related-card:hover img {
    filter: saturate(1.04) contrast(1.04);
    transform: scale(1.06);
}

.site-polished .primary-button,
.site-polished .products-selected-copy a,
.site-polished .products-item-body a,
.site-polished .catalogue-actions a,
.site-polished .catalogue-actions button {
    border-radius: 4px;
    background: linear-gradient(135deg, #ff6a00, #c69a43);
    color: #111417;
    box-shadow: 0 14px 34px rgba(255, 106, 0, 0.22);
}

.site-polished .secondary-button {
    border-color: rgba(255, 212, 138, 0.64);
    color: #ffffff;
}

.site-polished .company-redesign-hero-inner {
    max-width: 1180px;
    grid-template-columns: minmax(320px, 1fr) minmax(320px, 0.78fr);
    gap: clamp(28px, 5vw, 70px);
}

.site-polished .company-identity-panel {
    border-color: rgba(255, 255, 255, 0.16);
    background:
        radial-gradient(circle at 76% 76%, rgba(255, 106, 0, 0.24), transparent 32%),
        rgba(255, 255, 255, 0.055) !important;
    backdrop-filter: blur(16px);
}

.site-polished .products-category-tabs button {
    border-radius: 8px;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-polished .products-category-tabs button:hover,
.site-polished .products-category-tabs button.active {
    border-color: rgba(255, 106, 0, 0.34);
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(16, 19, 23, 0.12);
}

.site-polished .downloads-showcase,
.site-polished .products-selected-preview,
.site-polished .catalogue-feature {
    backdrop-filter: blur(14px);
}

.professional-js-ready .reveal-on-scroll {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.62s ease var(--reveal-delay, 0ms), transform 0.62s ease var(--reveal-delay, 0ms);
}

.professional-js-ready .reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.professional-js-ready .professional-card {
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(0);
    transform-style: preserve-3d;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
    will-change: transform;
}

.professional-js-ready .professional-card:hover {
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-5px);
}

.professional-js-ready .magnetic-action {
    transform: translate3d(var(--magnet-x, 0), var(--magnet-y, 0), 0);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
    will-change: transform;
}

.professional-js-ready .site-pointer-glow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 106, 0, 0.16), rgba(255, 214, 139, 0.06) 38%, transparent 70%);
    mix-blend-mode: multiply;
    opacity: 0.72;
    pointer-events: none;
}

.professional-js-ready .floating-nav {
    transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.professional-js-ready.has-scrolled .floating-nav {
    box-shadow: 0 18px 50px rgba(17, 20, 23, 0.16);
}

.professional-js-ready .page-hero,
.professional-js-ready .company-profile-hero,
.professional-js-ready .products-promo-hero,
.professional-js-ready .downloads-header,
.professional-js-ready .blogs-reference-header,
.professional-js-ready .home-hero {
    background-position: center calc(50% + var(--hero-drift, 0px));
}

@media (prefers-reduced-motion: reduce) {
    .professional-js-ready .reveal-on-scroll,
    .professional-js-ready .professional-card,
    .professional-js-ready .magnetic-action,
    .professional-js-ready .floating-nav {
        transition: none;
        transform: none;
    }

    .professional-js-ready .site-pointer-glow {
        display: none;
    }
}

@media (max-width: 980px) {
    .site-polished .company-redesign-hero-inner {
        grid-template-columns: 1fr;
    }

    .site-polished .hero h1,
    .site-polished .page-hero h1,
    .site-polished .company-redesign-hero h1 {
        font-size: clamp(38px, 11vw, 62px);
    }
}

/* Blogs and Downloads hero-image polish. Home/header remain unchanged. */
.blogs-reference-page {
    background:
        linear-gradient(180deg, #07090d 0%, #0f1217 34%, #f7f2ea 34%, #ffffff 100%) !important;
}

.blogs-reference-hero {
    position: relative;
    display: grid;
    min-height: clamp(360px, 52vh, 560px);
    align-content: end;
    overflow: hidden;
    margin-top: -150px;
    padding: clamp(140px, 16vw, 210px) clamp(22px, 6vw, 86px) clamp(44px, 7vw, 86px);
    color: #ffffff;
    isolation: isolate;
}

.blogs-reference-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--blogs-hero-image);
    background-position: center;
    background-size: cover;
    filter: saturate(0.92) contrast(1.06);
    transform: scale(1.02);
}

.blogs-reference-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 78% 24%, rgba(255, 106, 0, 0.28), transparent 30%),
        linear-gradient(90deg, rgba(5, 8, 12, 0.9), rgba(5, 8, 12, 0.54) 48%, rgba(5, 8, 12, 0.84)),
        linear-gradient(180deg, rgba(5, 8, 12, 0.08), rgba(5, 8, 12, 0.92));
}

.blogs-reference-hero h1 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(46px, 7vw, 94px);
    line-height: 0.96;
}

.blogs-reference-hero p:not(.eyebrow) {
    max-width: 640px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.6;
}

.blogs-reference-content {
    padding-top: clamp(46px, 7vw, 86px);
}

.downloads-studio,
.site-polished .downloads-studio {
    background:
        radial-gradient(circle at 28% 34%, rgba(255, 255, 255, 0.82), transparent 26%),
        linear-gradient(90deg, rgba(5, 8, 12, 0.88), rgba(5, 8, 12, 0.46) 48%, rgba(5, 8, 12, 0.84)),
        linear-gradient(180deg, rgba(5, 8, 12, 0.1), rgba(5, 8, 12, 0.88)),
        var(--downloads-hero-image) center / cover no-repeat !important;
    color: #ffffff;
}

.downloads-studio .downloads-copy p:not(.eyebrow),
.downloads-studio .downloads-copy h1 {
    color: #ffffff;
}

.downloads-studio .downloads-copy p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 980px) {
    .blogs-reference-hero {
        margin-top: -190px;
        padding-top: 210px;
    }
}

/* Final Blogs/Downloads header + separated catalogue polish. */
.blogs-reference-page,
.downloads-studio {
    position: relative;
}

.blogs-reference-header,
.downloads-header {
    position: relative;
    z-index: 8;
}

.blogs-reference-header .floating-nav,
.downloads-header .floating-nav {
    position: static;
    transform: none;
}

.blogs-reference-logo,
.downloads-header .hero-logo {
    filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.38));
}

.blogs-reference-hero {
    margin-top: -132px;
    padding-top: clamp(170px, 18vw, 240px);
}

.downloads-studio,
.site-polished .downloads-studio {
    min-height: clamp(440px, 62vh, 640px);
    display: grid;
    align-content: start;
    padding: clamp(26px, 4vw, 52px) clamp(18px, 5vw, 72px) clamp(52px, 7vw, 90px);
    background:
        linear-gradient(90deg, rgba(5, 8, 12, 0.92), rgba(5, 8, 12, 0.52) 52%, rgba(5, 8, 12, 0.82)),
        linear-gradient(180deg, rgba(5, 8, 12, 0.06), rgba(5, 8, 12, 0.86)),
        var(--downloads-hero-image) center / cover no-repeat !important;
}

.downloads-hero-copy {
    position: relative;
    z-index: 2;
    width: min(720px, 100%);
    margin: clamp(76px, 13vw, 145px) 0 0 clamp(8px, 3vw, 44px);
    color: #ffffff;
}

.downloads-hero-copy h1 {
    margin: 0;
    max-width: 760px;
    color: #ffffff;
    font-size: clamp(46px, 7vw, 94px);
    line-height: 0.96;
    letter-spacing: 0;
}

.downloads-hero-copy p:not(.eyebrow) {
    max-width: 610px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.58;
}

.downloads-catalogue-spotlight {
    display: grid;
    grid-template-columns: minmax(320px, 1.05fr) minmax(280px, 0.95fr);
    gap: clamp(30px, 6vw, 78px);
    align-items: center;
    padding: clamp(52px, 8vw, 108px) clamp(18px, 6vw, 86px);
    background:
        linear-gradient(90deg, rgba(16, 19, 23, 0.045) 1px, transparent 1px),
        linear-gradient(rgba(16, 19, 23, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, #fffdf8, #f7f2ea);
    background-size: 56px 56px, 56px 56px, auto;
}

.downloads-catalogue-spotlight .downloads-preview-stack {
    justify-self: center;
}

.downloads-catalogue-spotlight .downloads-copy {
    color: #111417;
}

.downloads-catalogue-spotlight .downloads-copy h2 {
    max-width: 620px;
    margin: 0;
    color: #111417;
    font-size: clamp(42px, 5.8vw, 82px);
    line-height: 0.96;
    letter-spacing: 0;
}

.downloads-catalogue-spotlight .downloads-copy p:not(.eyebrow) {
    max-width: 570px;
    color: rgba(17, 20, 23, 0.72);
    font-size: clamp(16px, 1.55vw, 19px);
    line-height: 1.72;
}

@media (max-width: 980px) {
    .blogs-reference-header,
    .downloads-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .blogs-reference-header .floating-nav,
    .downloads-header .floating-nav {
        align-self: stretch;
        overflow-x: auto;
    }

    .blogs-reference-hero {
        margin-top: -210px;
        padding-top: 250px;
    }

    .downloads-studio,
    .site-polished .downloads-studio {
        min-height: 560px;
    }

    .downloads-hero-copy {
        margin: clamp(70px, 18vw, 120px) 0 0;
    }

    .downloads-catalogue-spotlight {
        grid-template-columns: 1fr;
    }
}

/* KICH-style centered hero navigation across pages. */
body:not(.hardware-360-body) .floating-nav,
body:not(.hardware-360-body) .home-hero .floating-nav,
body:not(.hardware-360-body) .products-promo-hero .floating-nav,
body:not(.hardware-360-body) .company-profile-hero .floating-nav,
body:not(.hardware-360-body) .products-page-header .floating-nav {
    position: absolute;
    top: auto;
    right: auto;
    bottom: clamp(24px, 4.5vw, 54px);
    left: 50%;
    z-index: 12;
    max-width: calc(100vw - 32px);
    min-height: 38px;
    padding: 0 13px;
    border-radius: 999px;
    background: rgba(18, 24, 31, 0.72);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
    transform: translateX(-50%);
}

body:not(.hardware-360-body) .floating-nav a {
    min-height: 38px;
    padding: 0 10px;
    font-size: 13px;
}

body:not(.hardware-360-body) .blogs-reference-header,
body:not(.hardware-360-body) .blog-detail-header,
body:not(.hardware-360-body) .downloads-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    min-height: min(62vh, 560px);
    pointer-events: none;
}

body:not(.hardware-360-body) .blogs-reference-header .floating-nav,
body:not(.hardware-360-body) .blog-detail-header .floating-nav,
body:not(.hardware-360-body) .downloads-header .floating-nav {
    position: absolute;
    top: auto;
    right: auto;
    bottom: clamp(22px, 4vw, 48px);
    left: 50%;
    z-index: 22;
    max-width: calc(100vw - 32px);
    min-height: 38px;
    padding: 0 13px;
    border-radius: 999px;
    background: rgba(18, 24, 31, 0.72);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
    pointer-events: auto;
    transform: translateX(-50%);
}

body:not(.hardware-360-body) .blogs-reference-logo,
body:not(.hardware-360-body) .blog-detail-logo,
body:not(.hardware-360-body) .downloads-header .hero-logo {
    pointer-events: auto;
}

@media (max-width: 760px) {
    body:not(.hardware-360-body) .floating-nav,
    body:not(.hardware-360-body) .home-hero .floating-nav,
    body:not(.hardware-360-body) .products-promo-hero .floating-nav,
    body:not(.hardware-360-body) .company-profile-hero .floating-nav,
    body:not(.hardware-360-body) .products-page-header .floating-nav,
    body:not(.hardware-360-body) .blogs-reference-header .floating-nav,
    body:not(.hardware-360-body) .blog-detail-header .floating-nav,
    body:not(.hardware-360-body) .downloads-header .floating-nav {
        right: 12px;
        bottom: 18px;
        left: 12px;
        max-width: none;
        transform: none;
    }
}

/* Downloads page: KICH-style hero header and centered menu. */
body.site-page-downloads .downloads-studio,
body.site-page-downloads.site-polished .downloads-studio {
    position: relative;
    display: block;
    min-height: clamp(520px, 62vh, 660px);
    overflow: hidden;
    padding: 0;
    color: #ffffff;
    isolation: isolate;
    background:
        linear-gradient(90deg, rgba(5, 8, 12, 0.92), rgba(5, 8, 12, 0.48) 50%, rgba(5, 8, 12, 0.76)),
        linear-gradient(180deg, rgba(5, 8, 12, 0.04), rgba(5, 8, 12, 0.86)),
        var(--downloads-hero-image) center / cover no-repeat !important;
}

body.site-page-downloads .downloads-header {
    position: absolute !important;
    inset: 0;
    z-index: 30;
    display: block;
    min-height: 0;
    padding: 0;
    pointer-events: none;
}

body.site-page-downloads .downloads-header .hero-logo {
    position: absolute;
    top: clamp(20px, 3vw, 34px);
    left: clamp(22px, 4vw, 54px);
    z-index: 32;
    width: clamp(116px, 12vw, 174px);
    pointer-events: auto;
}

body.site-page-downloads .downloads-header .floating-nav {
    position: absolute !important;
    top: auto !important;
    right: auto !important;
    bottom: clamp(28px, 4vw, 48px) !important;
    left: 50% !important;
    z-index: 33;
    display: flex;
    width: fit-content;
    max-width: calc(100vw - 36px);
    min-height: 36px;
    align-items: center;
    gap: 3px;
    overflow-x: auto;
    border: 0;
    border-radius: 999px;
    background: rgba(72, 84, 94, 0.88);
    padding: 0 12px;
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
    pointer-events: auto;
    transform: translateX(-50%) !important;
    backdrop-filter: blur(12px);
}

body.site-page-downloads .downloads-header .floating-nav a {
    min-height: 36px;
    padding: 0 9px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

body.site-page-downloads .downloads-header .floating-nav a::after {
    right: 9px;
    bottom: 4px;
    left: 9px;
    height: 3px;
    background: transparent;
}

body.site-page-downloads .downloads-header .floating-nav a.active::after,
body.site-page-downloads .downloads-header .floating-nav a:hover::after {
    background: #ff1d25;
}

body.site-page-downloads .downloads-hero-copy {
    position: absolute;
    right: clamp(22px, 6vw, 86px);
    bottom: clamp(118px, 13vw, 156px);
    left: clamp(22px, 6vw, 86px);
    z-index: 12;
    width: min(720px, calc(100vw - 44px));
    margin: 0;
    padding: 0;
    color: #ffffff;
}

body.site-page-downloads .downloads-hero-copy .eyebrow {
    margin-bottom: 14px;
    color: #d7a345;
}

body.site-page-downloads .downloads-hero-copy h1 {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(46px, 7vw, 94px);
    line-height: 0.96;
}

body.site-page-downloads .downloads-hero-copy p:not(.eyebrow) {
    max-width: 620px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.58;
}

@media (max-width: 760px) {
    body.site-page-downloads .downloads-header .floating-nav {
        right: 12px !important;
        bottom: 16px !important;
        left: 12px !important;
        width: auto;
        max-width: none;
        transform: none !important;
    }

    body.site-page-downloads .downloads-hero-copy {
        right: 18px;
        bottom: 96px;
        left: 18px;
        width: auto;
    }
}

/* Downloads page refresh: visual catalogue library without text block. */
body.site-page-downloads .downloads-visual-library {
    display: grid;
    place-items: center;
    min-height: clamp(520px, 62vh, 720px);
    padding: clamp(44px, 7vw, 88px) clamp(18px, 6vw, 86px);
    background:
        linear-gradient(90deg, rgba(17, 20, 23, 0.035) 1px, transparent 1px),
        linear-gradient(rgba(17, 20, 23, 0.032) 1px, transparent 1px),
        radial-gradient(circle at 50% 44%, rgba(255, 106, 0, 0.1), transparent 32rem),
        linear-gradient(180deg, #fffdf8, #f3ede2);
    background-size: 56px 56px, 56px 56px, auto, auto;
}

body.site-page-downloads .downloads-visual-library .downloads-preview-stack {
    width: min(760px, 100%);
    min-height: clamp(360px, 48vw, 560px);
    border: 1px solid rgba(17, 20, 23, 0.08);
    border-radius: 8px;
    background:
        radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(255, 255, 255, 0.92), transparent 14rem),
        linear-gradient(135deg, rgba(255, 106, 0, 0.1), transparent 42%),
        rgba(255, 255, 255, 0.78);
    box-shadow: 0 34px 90px rgba(17, 20, 23, 0.14);
    transform: perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.site-page-downloads .downloads-visual-library .download-book-mockup {
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(17, 20, 23, 0.2);
}

body.site-page-downloads .downloads-visual-library .download-book-mockup.main {
    inset: 8% 34% 10% 12%;
}

body.site-page-downloads .downloads-visual-library .download-book-mockup.tilt-one {
    inset: 16% 12% 28% 54%;
}

body.site-page-downloads .downloads-visual-library .download-book-mockup.tilt-two {
    inset: 54% 28% 6% 36%;
}

body.site-page-downloads .catalogue-page {
    padding: clamp(48px, 7vw, 96px) clamp(18px, 6vw, 86px);
    background:
        linear-gradient(90deg, rgba(17, 20, 23, 0.035) 1px, transparent 1px),
        linear-gradient(rgba(17, 20, 23, 0.032) 1px, transparent 1px),
        linear-gradient(180deg, #f3ede2, #ffffff 38%, #f8f3ea);
    background-size: 56px 56px, 56px 56px, auto;
}

body.site-page-downloads .catalogue-feature {
    border-radius: 8px;
    background:
        radial-gradient(circle at 90% 16%, rgba(255, 106, 0, 0.12), transparent 20rem),
        rgba(255, 255, 255, 0.9);
    box-shadow: 0 26px 76px rgba(17, 20, 23, 0.12);
}

body.site-page-downloads .catalogue-toolbar {
    justify-content: center;
}

body.site-page-downloads .catalogue-toolbar button {
    min-height: 38px;
    border-radius: 999px;
}

body.site-page-downloads .catalogue-carousel {
    max-width: 1180px;
    margin-inline: auto;
}

body.site-page-downloads .catalogue-grid {
    max-width: none;
    scroll-snap-type: x mandatory;
}

body.site-page-downloads .catalogue-card {
    flex-basis: min(82vw, 315px);
    border-radius: 8px;
    scroll-snap-align: start;
}

body.site-page-downloads .catalogue-scroll:disabled {
    opacity: 0.28;
    cursor: default;
    transform: translateY(-50%);
}

@media (max-width: 760px) {
    body.site-page-downloads .downloads-visual-library {
        min-height: 430px;
        padding-top: 36px;
        padding-bottom: 36px;
    }

    body.site-page-downloads .downloads-visual-library .downloads-preview-stack {
        min-height: 360px;
    }

    body.site-page-downloads .catalogue-feature {
        grid-template-columns: 1fr;
    }
}

/* Products: dedicated detail view with back navigation. */
body.site-page-products.site-polished .products-selected-preview {
    background:
        radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 106, 0, 0.18), transparent 22rem),
        rgba(12, 13, 14, 0.86) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: none !important;
}

body.site-page-products.site-polished .products-page-shell {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, #050607, #101112 48%, #050607) !important;
    background-size: 56px 56px, 56px 56px, auto !important;
}

body.site-page-products .fluid-cursor-layer,
body.site-page-products .three-hardware-layer {
    display: none !important;
}

body.site-page-products.site-polished .products-promo-hero {
    background:
        radial-gradient(circle at 78% 20%, rgba(255, 106, 0, 0.18), transparent 28%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(8, 9, 10, 0.72) 52%, rgba(0, 0, 0, 0.9)) !important;
    backdrop-filter: none;
}

body.site-page-products .products-promo-hero {
    grid-template-columns: minmax(280px, 0.72fr) minmax(260px, 1fr);
}

body.site-page-products .products-promo-copy {
    max-width: 620px;
}

body.site-page-products.site-polished .products-category-tabs button,
body.site-page-products.site-polished .products-item-card,
body.site-page-products .products-search input {
    background-color: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: none !important;
}

body.site-page-products .products-promo-badge,
body.site-page-products .floating-nav {
    backdrop-filter: none !important;
}

body.site-page-products .products-page-heading h1,
body.site-page-products .products-active-title,
body.site-page-products .products-selected-copy h2 {
    color: #ffffff !important;
}

body.site-page-products .products-page-heading p:not(.eyebrow),
body.site-page-products .products-selected-copy p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.78) !important;
}

body.site-page-products .products-selected-image,
body.site-page-products .products-item-image,
body.site-page-products .product-detail-media {
    background:
        radial-gradient(circle at 50% 45%, #ffffff, #f4f4f4 68%),
        #ffffff !important;
}

body.site-page-products .products-fit-quiz {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.94);
}

body.site-page-products .products-fit-quiz strong,
body.site-page-products .products-fit-quiz p {
    color: #111417 !important;
}

body.site-page-products .products-creative-background::before {
    background:
        radial-gradient(circle at 74% 22%, rgba(255, 106, 0, 0.18), transparent 24rem),
        radial-gradient(circle at 20% 76%, rgba(255, 255, 255, 0.08), transparent 22rem),
        linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.34)) !important;
}

body.site-page-products .products-creative-background::after {
    opacity: 0.18 !important;
}

body.site-page-products .products-selected-3d {
    display: none !important;
}

body.site-page-products .products-detail-button {
    display: inline-flex;
    width: fit-content;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 4px;
    background: #111417;
    color: #ffffff;
    padding: 0 12px;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

body.site-page-products .products-item-body .products-detail-button + a {
    margin-left: 8px;
}

body.site-page-products .products-page-shell.is-product-detail-open [data-products-listing] {
    display: none !important;
}

body.site-page-products .product-detail-page {
    max-width: 1180px;
    margin: clamp(42px, 7vw, 88px) auto 0;
    padding: 0 clamp(18px, 4vw, 42px) clamp(62px, 8vw, 110px);
}

body.site-page-products .product-detail-back {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(17, 20, 23, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #111417;
    padding: 0 15px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(17, 20, 23, 0.08);
}

body.site-page-products .product-detail-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.95fr) minmax(300px, 1.05fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    margin-top: 24px;
    border: 1px solid rgba(17, 20, 23, 0.08);
    border-radius: 8px;
    background:
        radial-gradient(circle at 82% 16%, rgba(255, 106, 0, 0.12), transparent 22rem),
        rgba(255, 255, 255, 0.92);
    padding: clamp(20px, 4vw, 44px);
    box-shadow: 0 30px 90px rgba(17, 20, 23, 0.12);
}

body.site-page-products .product-detail-media {
    overflow: hidden;
    margin: 0;
    border-radius: 8px;
    background: #ede7dc;
    box-shadow: 0 24px 70px rgba(17, 20, 23, 0.16);
}

body.site-page-products .product-detail-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

body.site-page-products .product-detail-copy h1 {
    max-width: 700px;
    margin: 0;
    color: #111417;
    font-size: clamp(42px, 6vw, 78px);
    line-height: 0.96;
}

body.site-page-products .product-detail-copy > p:not(.eyebrow) {
    max-width: 620px;
    margin: 22px 0 0;
    color: rgba(17, 20, 23, 0.72);
    font-size: clamp(17px, 1.7vw, 20px);
    line-height: 1.65;
}

body.site-page-products .product-detail-copy dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 30px 0 0;
}

body.site-page-products .product-detail-copy dl div {
    border: 1px solid rgba(17, 20, 23, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    padding: 15px;
}

body.site-page-products .product-detail-copy dt {
    color: #8d6a2d;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

body.site-page-products .product-detail-copy dd {
    margin: 8px 0 0;
    color: #111417;
    font-weight: 900;
}

body.site-page-products .product-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

body.site-page-products .product-detail-actions a,
body.site-page-products .product-detail-actions button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 4px;
    background: #111417;
    color: #ffffff;
    padding: 0 16px;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

body.site-page-products .product-detail-actions button {
    border: 1px solid rgba(17, 20, 23, 0.16);
    background: #ffffff;
    color: #111417;
}

@media (max-width: 860px) {
    body.site-page-products .product-detail-layout {
        grid-template-columns: 1fr;
    }

    body.site-page-products .product-detail-copy dl {
        grid-template-columns: 1fr;
    }
}

/* Final navbar normalization: same centered KICH-style nav on every page. */
body:not(.hardware-360-body) .floating-nav,
body:not(.hardware-360-body) .home-hero .floating-nav,
body:not(.hardware-360-body) .products-promo-hero .floating-nav,
body:not(.hardware-360-body) .company-profile-hero .floating-nav,
body:not(.hardware-360-body) .products-page-header .floating-nav,
body:not(.hardware-360-body) .blogs-reference-header .floating-nav,
body:not(.hardware-360-body) .blog-detail-header .floating-nav,
body:not(.hardware-360-body) .downloads-header .floating-nav,
body.site-page-downloads .downloads-header .floating-nav {
    position: absolute !important;
    top: auto !important;
    right: auto !important;
    bottom: clamp(28px, 4vw, 46px) !important;
    left: 50% !important;
    z-index: 60 !important;
    display: flex !important;
    width: fit-content !important;
    max-width: calc(100vw - 36px) !important;
    min-height: 38px !important;
    align-items: center !important;
    gap: 3px !important;
    overflow-x: auto !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 999px !important;
    background: rgba(18, 24, 31, 0.78) !important;
    padding: 0 13px !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24) !important;
    transform: translateX(-50%) !important;
    backdrop-filter: blur(14px) !important;
    pointer-events: auto !important;
}

body:not(.hardware-360-body) .floating-nav a,
body.site-page-downloads .downloads-header .floating-nav a {
    min-height: 38px !important;
    padding: 0 10px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}

body:not(.hardware-360-body) .floating-nav a::after,
body.site-page-downloads .downloads-header .floating-nav a::after {
    right: 10px !important;
    bottom: 4px !important;
    left: 10px !important;
    height: 3px !important;
    border-radius: 999px !important;
}

body:not(.hardware-360-body) .floating-nav a.active::after,
body:not(.hardware-360-body) .floating-nav a:hover::after,
body.site-page-downloads .downloads-header .floating-nav a.active::after,
body.site-page-downloads .downloads-header .floating-nav a:hover::after {
    background: #ff1d25 !important;
}

body:not(.hardware-360-body) .blogs-reference-header,
body:not(.hardware-360-body) .blog-detail-header,
body:not(.hardware-360-body) .downloads-header {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 70 !important;
    display: block !important;
    height: clamp(500px, 66vh, 620px) !important;
    min-height: clamp(500px, 66vh, 620px) !important;
    padding: 0 !important;
    pointer-events: none;
}

body:not(.hardware-360-body) .blogs-reference-page,
body:not(.hardware-360-body) .blog-detail-page,
body.site-page-downloads .downloads-studio {
    position: relative !important;
}

body:not(.hardware-360-body) .blogs-reference-logo,
body:not(.hardware-360-body) .blog-detail-logo,
body.site-page-downloads .downloads-header .hero-logo {
    position: absolute !important;
    top: clamp(20px, 3vw, 34px) !important;
    left: clamp(22px, 4vw, 54px) !important;
    z-index: 72 !important;
    pointer-events: auto !important;
}

@media (max-width: 760px) {
    body:not(.hardware-360-body) .floating-nav,
    body:not(.hardware-360-body) .home-hero .floating-nav,
    body:not(.hardware-360-body) .products-promo-hero .floating-nav,
    body:not(.hardware-360-body) .company-profile-hero .floating-nav,
    body:not(.hardware-360-body) .products-page-header .floating-nav,
    body:not(.hardware-360-body) .blogs-reference-header .floating-nav,
    body:not(.hardware-360-body) .blog-detail-header .floating-nav,
    body:not(.hardware-360-body) .downloads-header .floating-nav,
    body.site-page-downloads .downloads-header .floating-nav {
        right: 12px !important;
        bottom: 18px !important;
        left: 12px !important;
        width: auto !important;
        max-width: none !important;
        transform: none !important;
    }
}

/* Home video colour correction: keep the hero video natural, with only a light readability shade. */
body.site-page-home .home-hero .hero-video {
    opacity: 1 !important;
    filter: none !important;
}

body.site-page-home .home-hero .hero-shade {
    background: transparent !important;
}

body.site-page-home .fluid-cursor-layer {
    display: block !important;
}

body.site-page-home #fluid {
    display: block !important;
    opacity: 0.24 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

body.site-page-home .three-hardware-layer {
    display: none !important;
}

/* Remove the dark band behind the home feature strip. */
body.site-page-home .feature-strip {
    background: #ffffff !important;
    box-shadow: none;
}

body.site-page-home .feature-strip article {
    border-color: rgba(23, 23, 23, 0.08);
    background: rgba(255, 255, 255, 0.96) !important;
}

body.site-page-home .feature-strip h3 {
    color: #27231e !important;
}

/* User requested cleanup: remove stray dark bands and keep company cards readable. */
body.site-page-home .about-mg-section,
body.site-page-home .product-showcase-section,
body.site-page-home .praise-section {
    background:
        radial-gradient(circle at 78% 20%, rgba(255, 106, 0, 0.06), transparent 30rem),
        linear-gradient(180deg, #fffdf8 0%, #f8f5ee 54%, #ffffff 100%) !important;
}

body.site-page-home .feature-strip {
    max-width: 1120px !important;
    margin: 0 auto !important;
    border: 0 !important;
    background: transparent !important;
    padding: 20px clamp(18px, 5vw, 40px) !important;
    transform: none !important;
}

body.site-page-home .feature-strip article {
    border-color: rgba(23, 23, 23, 0.08) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #171717 !important;
}

body.site-page-home .product-showcase-section {
    margin-top: 0 !important;
}

body.site-page-home .praise-section {
    padding-bottom: clamp(52px, 7vw, 90px) !important;
}

body.site-page-home .praise-section + .site-footer.mg-footer,
body.site-page-home .site-footer.mg-footer {
    margin-top: 0 !important;
    padding-top: clamp(26px, 4vw, 42px) !important;
}

body.site-page-company .company-redesign-dark .company-value-grid article,
body.site-page-company.site-polished .company-redesign-dark .company-value-grid article {
    border-color: rgba(245, 214, 139, 0.2) !important;
    background:
        radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 106, 0, 0.18), transparent 44%),
        linear-gradient(135deg, #17191b 0%, #25201c 58%, #101112 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26) !important;
}

body.site-page-company .company-redesign-dark,
body.site-page-company.site-polished .company-redesign-dark {
    padding-top: clamp(54px, 6vw, 82px) !important;
    padding-bottom: clamp(34px, 4vw, 54px) !important;
}

body.site-page-company .company-redesign-dark .company-value-grid article:hover,
body.site-page-company.site-polished .company-redesign-dark .company-value-grid article:hover {
    background:
        radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 106, 0, 0.26), transparent 48%),
        linear-gradient(135deg, #1f2022 0%, #30271f 58%, #121314 100%) !important;
}

body.site-page-company .company-redesign-dark .company-value-grid h3,
body.site-page-company.site-polished .company-redesign-dark .company-value-grid h3 {
    color: #ffffff !important;
}

body.site-page-company .company-redesign-dark .company-value-grid p:not(.eyebrow),
body.site-page-company .company-redesign-dark .company-value-grid small,
body.site-page-company.site-polished .company-redesign-dark .company-value-grid p:not(.eyebrow),
body.site-page-company.site-polished .company-redesign-dark .company-value-grid small {
    color: rgba(255, 255, 255, 0.74) !important;
}

body.site-page-company .company-redesign-dark .company-value-grid article > span,
body.site-page-company.site-polished .company-redesign-dark .company-value-grid article > span,
body.site-page-company .company-redesign-dark .company-value-grid .eyebrow,
body.site-page-company.site-polished .company-redesign-dark .company-value-grid .eyebrow {
    color: #ff8a2b !important;
}

/* Sitewide stabilization pass after enabling full-page JavaScript polish. */
body.site-polished #fluid {
    z-index: 0 !important;
    opacity: 0.18 !important;
    mix-blend-mode: multiply !important;
}

body.site-page-home.site-polished #fluid {
    opacity: 0.12 !important;
}

body.site-page-company.site-polished #fluid.company-fluid-canvas {
    z-index: 1 !important;
    opacity: 0.72 !important;
    mix-blend-mode: screen !important;
}

body.site-polished main,
body.site-polished .site-footer,
body.site-polished .chatbot {
    position: relative;
}

body.site-polished main,
body.site-polished .site-footer {
    z-index: 2;
}

body.site-polished .chatbot {
    z-index: 120;
}

body.site-polished main > section:not(.hero):not(.home-hero):not(.page-hero):not(.company-profile-hero):not(.products-promo-hero):not(.downloads-studio):not(.blogs-reference-page):not(.blog-detail-page):not(.company-redesign-dark) {
    background-color: #fffdf8;
}

body.site-polished .about-mg-section,
body.site-polished .product-showcase-section,
body.site-polished .praise-section,
body.site-polished .contact-page-section,
body.site-polished .downloads-section,
body.site-polished .products-section,
body.site-polished .projects-section,
body.site-polished .blogs-section {
    overflow: hidden;
}

body.site-polished .about-card,
body.site-polished .praise-card,
body.site-polished .products-item-card,
body.site-polished .catalogue-card,
body.site-polished .blogs-reference-card,
body.site-polished .blog-detail-related-card,
body.site-polished .contact-info-card,
body.site-polished .text-card,
body.site-polished .category-card {
    color: #171717;
}

body.site-polished .about-card h3,
body.site-polished .praise-card h3,
body.site-polished .products-item-card h3,
body.site-polished .catalogue-card h3,
body.site-polished .blogs-reference-card h3,
body.site-polished .blog-detail-related-card strong,
body.site-polished .contact-info-card h3,
body.site-polished .text-card h3,
body.site-polished .category-card h3 {
    color: #151719 !important;
}

body.site-polished .about-card p,
body.site-polished .praise-card p,
body.site-polished .products-item-card p,
body.site-polished .catalogue-card p,
body.site-polished .blogs-reference-card p,
body.site-polished .blog-detail-related-card span,
body.site-polished .contact-info-card p,
body.site-polished .text-card p,
body.site-polished .category-card p {
    color: #62666b !important;
}

body.site-polished .site-footer.mg-footer,
body.site-polished .mg-footer {
    margin-top: 0 !important;
    border-top: 0 !important;
    background:
        radial-gradient(circle at 84% 0%, rgba(255, 106, 0, 0.14), transparent 28%),
        linear-gradient(135deg, #151817 0%, #20241f 58%, #11110f 100%) !important;
}

body.site-polished .mg-footer-social a {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(245, 214, 139, 0.22);
    border-radius: 50%;
    font-size: 13px;
}

body.site-polished .mg-footer-copy {
    color: rgba(255, 255, 255, 0.68) !important;
}

.home-categories-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(64px, 8vw, 108px) clamp(18px, 5vw, 72px);
    background: #0f0d0a;
}

.home-categories-section::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 106, 0, 0.34), transparent 28%),
        radial-gradient(circle at 86% 72%, rgba(156, 111, 38, 0.26), transparent 30%),
        linear-gradient(180deg, rgba(255, 253, 248, 0.78) 0%, rgba(247, 241, 232, 0.82) 100%);
    pointer-events: none;
}

.home-categories-heading {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.home-categories-heading h2 {
    margin: 0;
    color: #171717;
    font-size: clamp(34px, 4.4vw, 58px);
    line-height: 1.05;
}

.home-categories-heading h2 span {
    color: #9b6b1e;
}

.home-category-grid {
    position: relative;
    z-index: 2;
    display: grid;
    max-width: 1180px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.4vw, 28px);
    margin: clamp(34px, 5vw, 56px) auto 0;
}

.home-category-card {
    min-width: 0;
}

.home-category-card a {
    display: grid;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    color: #171717;
    box-shadow: 0 22px 60px rgba(36, 31, 24, 0.16);
    backdrop-filter: blur(20px);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.home-category-card a:hover {
    border-color: rgba(255, 106, 0, 0.48);
    transform: translateY(-8px);
    box-shadow: 0 34px 82px rgba(36, 31, 24, 0.16);
}

.home-category-card figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #ebe5dc;
}

.home-category-card figure::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 34%, rgba(0, 0, 0, 0.34) 100%);
    pointer-events: none;
}

.home-category-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.36s ease;
}

.home-category-card a:hover img {
    transform: scale(1.08);
}

.home-category-card div {
    display: grid;
    gap: 12px;
    padding: clamp(20px, 2.4vw, 28px);
}

.home-category-card span {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    border-radius: 999px;
    background: rgba(255, 106, 0, 0.1);
    color: #a84c00;
    padding: 7px 11px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-category-card h3 {
    margin: 0;
    color: #171717;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.12;
}

.home-category-card p {
    margin: 0;
    color: #666057;
    font-size: 15px;
    line-height: 1.65;
}

@media (max-width: 980px) {
    .home-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .home-category-grid {
        grid-template-columns: 1fr;
    }
}

/* Remove stray black separator bands above the footer on content pages. */
body.site-polished:not(.hardware-360-body) {
    background: #fffdf8 !important;
}

body.site-polished:not(.hardware-360-body) main {
    background: #fffdf8;
}

body.site-polished:not(.hardware-360-body) main > section:last-child {
    margin-bottom: 0 !important;
}

body.site-polished:not(.hardware-360-body) .site-footer.mg-footer,
body.site-polished:not(.hardware-360-body) .mg-footer {
    margin-top: 0 !important;
    border-top: 0 !important;
}

.three-hardware-layer {
    position: fixed;
    inset: 0;
    z-index: 4;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    mix-blend-mode: screen;
    transition: opacity 0.5s ease;
}

.three-hardware-canvas {
    display: block;
    width: 100vw;
    height: 100vh;
}

body.three-hardware-active .three-hardware-layer {
    opacity: 0.26;
}

body.site-page-home.three-hardware-active .three-hardware-layer {
    opacity: 0.18;
}

@media (max-width: 760px), (prefers-reduced-motion: reduce) {
    .three-hardware-layer {
        display: none;
    }
}

@media (max-width: 980px) {
    body.site-polished .about-card-grid,
    body.site-polished .company-redesign .company-value-grid,
    body.site-polished .company-redesign .company-process-grid,
    body.site-polished .company-redesign .company-timeline,
    body.site-polished .company-redesign .company-cert-grid {
        grid-template-columns: 1fr !important;
    }

    body.site-polished .feature-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 620px) {
    body.site-polished .feature-strip {
        grid-template-columns: 1fr !important;
    }

    body.site-polished .mg-footer-inner {
        grid-template-columns: 1fr !important;
    }
}

/* Products creative studio redesign. */
body.site-page-products.site-polished {
    background: #fffdf8 !important;
}

body.site-page-products.site-polished main {
    background: #fffdf8 !important;
}

body.site-page-products .products-experience {
    --mx: 50vw;
    --my: 30vh;
    --px: 0;
    --py: 0;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at var(--mx) var(--my), rgba(255, 112, 29, 0.28), transparent 18rem),
        linear-gradient(125deg, #070909 0%, #111615 46%, #2c1b10 100%) !important;
}

body.site-page-products .products-experience::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(circle at var(--mx) var(--my), black 0, transparent 72%);
}

body.site-page-products .products-experience::after {
    content: "";
    position: fixed;
    inset: auto -10vw 0 -10vw;
    z-index: 0;
    height: 34vh;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%) 0 0 / 28px 28px,
        linear-gradient(180deg, rgba(248, 244, 231, 0.96), #fffdf8);
    transform: skewY(-2deg);
    transform-origin: left bottom;
}

body.site-page-products .products-creative-background {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1 !important;
    opacity: 0.68 !important;
    pointer-events: auto;
}

body.site-page-products .products-creative-background::before,
body.site-page-products .products-creative-background::after {
    opacity: 0.42 !important;
}

body.site-page-products .products-pointer-light {
    position: fixed;
    top: -14rem;
    left: -14rem;
    z-index: 2;
    width: 28rem;
    height: 28rem;
    border-radius: 50%;
    pointer-events: none;
    background:
        radial-gradient(circle, rgba(255, 147, 54, 0.26) 0%, rgba(255, 147, 54, 0.08) 34%, transparent 68%);
    mix-blend-mode: screen;
    transition: opacity 0.2s ease;
}

body.site-page-products .products-luxury-hero {
    position: relative !important;
    z-index: 3 !important;
    min-height: min(760px, 92vh) !important;
    padding: clamp(22px, 3vw, 36px) clamp(18px, 5vw, 76px) clamp(72px, 8vw, 116px) !important;
    overflow: visible !important;
    background: transparent !important;
    isolation: isolate;
}

body.site-page-products .products-luxury-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at calc(50% + (var(--px) * 14%)) calc(38% + (var(--py) * 12%)), rgba(255, 122, 31, 0.34), transparent 22rem),
        linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.72));
}

body.site-page-products .products-hero-top {
    position: relative;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

body.site-page-products .products-hero-top .floating-nav {
    position: static !important;
    transform: none !important;
    margin: 0 !important;
}

body.site-page-products .products-promo-logo {
    width: clamp(118px, 12vw, 168px) !important;
}

body.site-page-products .products-hero-grid {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: clamp(26px, 5vw, 78px);
    align-items: center;
    max-width: 1220px;
    min-height: 560px;
    margin: clamp(42px, 7vw, 92px) auto 0;
}

body.site-page-products .products-hero-copy {
    max-width: 620px;
    transition: transform 0.16s ease-out;
}

body.site-page-products .products-hero-copy .eyebrow {
    color: #ff9d4d !important;
}

body.site-page-products .products-hero-copy h1 {
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(66px, 10vw, 152px) !important;
    line-height: 0.78 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}

body.site-page-products .products-hero-copy h1 span {
    color: #ffffff !important;
}

body.site-page-products .products-hero-copy h1 strong {
    color: #f5b45f !important;
    font-style: italic;
}

body.site-page-products .products-hero-copy > p:not(.eyebrow) {
    max-width: 520px;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: clamp(16px, 1.35vw, 21px);
    line-height: 1.7;
}

body.site-page-products .products-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

body.site-page-products .products-hero-actions a,
body.site-page-products .products-studio-body a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #ff6a00;
    color: #101010 !important;
    font-weight: 800;
    text-decoration: none;
}

body.site-page-products .products-hero-actions a + a {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
}

body.site-page-products .products-spotlight-stage {
    position: relative;
    min-height: 500px;
    transition: transform 0.16s ease-out;
    perspective: 1000px;
}

body.site-page-products .products-spotlight-card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(460px, 80vw);
    aspect-ratio: 1.08;
    transform: translate(-50%, -50%) rotateX(calc(var(--py) * -5deg)) rotateY(calc(var(--px) * 7deg));
    transform-style: preserve-3d;
    border: 1px solid rgba(245, 180, 95, 0.52);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
        rgba(8, 10, 10, 0.7);
    box-shadow: 0 42px 110px rgba(0, 0, 0, 0.48);
    overflow: hidden;
}

body.site-page-products .products-spotlight-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.04);
}

body.site-page-products .products-spotlight-card div {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: grid;
    gap: 5px;
    padding: 16px;
    background: rgba(8, 10, 10, 0.72);
    backdrop-filter: blur(16px);
}

body.site-page-products .products-spotlight-card span,
body.site-page-products .products-floating-tile span,
body.site-page-products .products-studio-body span {
    color: #ffad5f !important;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

body.site-page-products .products-spotlight-card strong {
    color: #ffffff;
    font-size: clamp(19px, 2vw, 28px);
}

body.site-page-products .products-floating-tile {
    position: absolute;
    width: clamp(112px, 13vw, 172px);
    aspect-ratio: 0.82;
    padding: 10px;
    border: 1px solid rgba(245, 180, 95, 0.48);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(10px);
    transition: transform 0.16s ease-out;
}

body.site-page-products .products-floating-tile img {
    width: 100%;
    height: calc(100% - 28px);
    object-fit: cover;
}

body.site-page-products .products-floating-tile span {
    display: block;
    padding-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.site-page-products .products-floating-tile.tile-1 {
    top: 3%;
    left: 1%;
    transform: rotate(-8deg);
}

body.site-page-products .products-floating-tile.tile-2 {
    top: 10%;
    right: 0;
    transform: rotate(7deg);
}

body.site-page-products .products-floating-tile.tile-3 {
    bottom: 5%;
    left: 8%;
    transform: rotate(6deg);
}

body.site-page-products .products-floating-tile.tile-4 {
    right: 6%;
    bottom: 8%;
    transform: rotate(-7deg);
}

body.site-page-products .products-hero-rail {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    max-width: 1120px;
    margin: clamp(30px, 4vw, 56px) auto 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
}

body.site-page-products .products-hero-rail article {
    min-height: 118px;
    padding: 18px;
    background: rgba(10, 12, 12, 0.76);
    transition: transform 0.16s ease-out, background 0.2s ease;
}

body.site-page-products .products-hero-rail article:hover {
    background: rgba(255, 106, 0, 0.18);
}

body.site-page-products .products-hero-rail span,
body.site-page-products .products-hero-rail small {
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    font-weight: 800;
}

body.site-page-products .products-hero-rail strong {
    display: block;
    margin: 12px 0;
    color: #ffffff;
    font-size: clamp(14px, 1.1vw, 17px);
    line-height: 1.25;
}

body.site-page-products .products-product-runway {
    position: relative;
    z-index: 3;
    padding: clamp(58px, 7vw, 96px) clamp(18px, 5vw, 76px);
    background:
        radial-gradient(circle at var(--mx) var(--my), rgba(255, 106, 0, 0.12), transparent 26rem),
        #fffdf8;
}

body.site-page-products .products-runway-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
    gap: 24px;
    align-items: end;
    max-width: 1160px;
    margin: 0 auto 28px;
}

body.site-page-products .products-runway-heading h2 {
    max-width: 720px;
    margin: 0;
    color: #151719 !important;
    font-size: clamp(34px, 5vw, 72px);
    line-height: 0.98;
}

body.site-page-products .products-runway-heading .eyebrow {
    grid-column: 1 / -1;
    margin: 0;
    color: #c46a12 !important;
}

body.site-page-products .products-runway-heading .products-search {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    width: 100% !important;
    margin: 0 !important;
    border-color: rgba(21, 23, 25, 0.12) !important;
    background: #ffffff !important;
}

body.site-page-products .products-runway-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 1160px;
    margin: 0 auto;
}

body.site-page-products .products-studio-card {
    position: relative;
    display: grid;
    grid-template-rows: 250px 1fr;
    min-height: 470px;
    border: 1px solid rgba(21, 23, 25, 0.08);
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(31, 22, 12, 0.1);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.site-page-products .products-studio-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 106, 0, 0.28);
    box-shadow: 0 34px 90px rgba(31, 22, 12, 0.18);
}

body.site-page-products .products-studio-card[hidden] {
    display: none;
}

body.site-page-products .products-studio-image {
    overflow: hidden;
    background: #171717;
}

body.site-page-products .products-studio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

body.site-page-products .products-studio-card:hover .products-studio-image img {
    transform: scale(1.08);
}

body.site-page-products .products-studio-body {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    gap: 12px;
    padding: 22px;
}

body.site-page-products .products-studio-body h3 {
    margin: 0;
    color: #151719 !important;
    font-size: clamp(20px, 1.8vw, 28px);
    line-height: 1.1;
}

body.site-page-products .products-studio-body p {
    margin: 0;
    color: #62666b !important;
    line-height: 1.65;
}

body.site-page-products .products-studio-body a {
    width: fit-content;
    margin-top: auto;
}

@media (max-width: 980px) {
    body.site-page-products .products-hero-top {
        align-items: flex-start;
        flex-direction: column;
    }

    body.site-page-products .products-hero-grid,
    body.site-page-products .products-runway-heading {
        grid-template-columns: 1fr;
    }

    body.site-page-products .products-spotlight-stage {
        min-height: 430px;
    }

    body.site-page-products .products-hero-rail,
    body.site-page-products .products-runway-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body.site-page-products .products-luxury-hero {
        min-height: auto !important;
        padding-bottom: 48px !important;
    }

    body.site-page-products .products-hero-copy h1 {
        font-size: clamp(54px, 19vw, 86px) !important;
    }

    body.site-page-products .products-spotlight-stage {
        min-height: 350px;
    }

    body.site-page-products .products-floating-tile {
        display: none;
    }

    body.site-page-products .products-hero-rail,
    body.site-page-products .products-runway-grid {
        grid-template-columns: 1fr;
    }

    body.site-page-products .products-studio-card {
        grid-template-rows: 220px 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.site-page-products .products-pointer-light {
        display: none;
    }

    body.site-page-products [data-depth] {
        transform: none !important;
    }
}

/* Product page: restore shared header/hero and move 3D scene below banner. */
body.site-page-products .page-hero {
    min-height: clamp(132px, 19vh, 190px) !important;
    margin: 0 0 0 !important;
    border-radius: 0;
    overflow: hidden;
    z-index: 5;
    background-image:
        linear-gradient(90deg, rgba(3, 4, 4, 0.94), rgba(24, 16, 10, 0.72)),
        var(--hero-image);
    background-position: center;
    background-size: cover;
}

body.site-page-products .page-hero::before {
    display: none !important;
}

body.site-page-products .products-hero-banner {
    isolation: isolate;
    background-image:
        radial-gradient(circle at 78% 26%, rgba(255, 106, 0, 0.24), transparent 22rem),
        linear-gradient(90deg, rgba(3, 4, 4, 0.96) 0%, rgba(6, 7, 8, 0.78) 46%, rgba(29, 17, 10, 0.56) 100%),
        var(--hero-image) !important;
    background-size: cover !important;
    background-position: center !important;
}

body.site-page-products .products-hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        radial-gradient(circle at 70% 46%, rgba(255, 255, 255, 0.1), transparent 24rem);
    background-size: 56px 56px, 56px 56px, auto;
    opacity: 0.75;
    pointer-events: none;
}

body.site-page-products .products-hero-banner::after {
    content: "";
    position: absolute;
    right: clamp(28px, 7vw, 110px);
    bottom: clamp(76px, 10vw, 132px);
    z-index: 1;
    width: clamp(260px, 32vw, 520px);
    aspect-ratio: 1.25;
    border: 1px solid rgba(245, 180, 95, 0.34);
    background:
        linear-gradient(135deg, rgba(245, 180, 95, 0.16), transparent 36%),
        rgba(255, 255, 255, 0.06);
    transform: rotate(-5deg);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
    pointer-events: none;
}

body.site-page-products .page-hero .hero-header {
    top: 50% !important;
    left: clamp(18px, 4vw, 54px) !important;
    right: auto !important;
    transform: translateY(-50%);
}

body.site-page-products .page-hero .hero-logo {
    width: clamp(112px, 12vw, 170px);
}

body.site-page-products .page-hero .floating-nav {
    position: absolute !important;
    top: auto !important;
    right: auto !important;
    bottom: clamp(28px, 4vw, 46px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
}

body.site-page-products .page-hero .hero-content {
    max-width: 740px;
}

body.site-page-products .products-banner-content {
    top: 51% !important;
    left: clamp(28px, 5vw, 76px) !important;
    transform: translateY(-50%) !important;
}

body.site-page-products .products-banner-content .eyebrow {
    color: #ff9d3d !important;
}

body.site-page-products .products-banner-content h1 {
    max-width: 720px;
    color: #ffffff !important;
    font-size: clamp(58px, 7vw, 118px) !important;
    line-height: 0.92 !important;
    letter-spacing: 0 !important;
}

body.site-page-products .products-banner-content .hero-copy {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: clamp(17px, 1.4vw, 22px);
    line-height: 1.7;
}

body.site-page-products .products-banner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

body.site-page-products .products-banner-actions a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #ff6a00;
    color: #111111 !important;
    font-weight: 900;
    text-decoration: none;
}

body.site-page-products .products-banner-actions a + a {
    background: rgba(255, 255, 255, 0.09);
    color: #ffffff !important;
}

body.site-page-products .products-banner-preview {
    position: absolute;
    right: clamp(28px, 7vw, 118px);
    bottom: clamp(88px, 11vw, 152px);
    z-index: 3;
    width: clamp(190px, 20vw, 310px);
    padding: 12px;
    border: 1px solid rgba(245, 180, 95, 0.44);
    background: rgba(12, 13, 13, 0.68);
    box-shadow: 0 28px 82px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(14px);
    transform: rotate(3deg);
}

body.site-page-products .products-banner-preview img {
    display: block;
    width: 100%;
    aspect-ratio: 1.22;
    object-fit: cover;
}

body.site-page-products .products-banner-preview div {
    display: grid;
    gap: 4px;
    padding-top: 12px;
}

body.site-page-products .products-banner-preview span {
    color: #ff9d3d;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

body.site-page-products .products-banner-preview strong {
    color: #ffffff;
    font-size: clamp(15px, 1.4vw, 21px);
    line-height: 1.15;
}

body.site-page-products .products-experience {
    min-height: 0;
    overflow: visible;
    background: #fffdf8 !important;
}

body.site-page-products .products-experience::before,
body.site-page-products .products-experience::after {
    display: none !important;
}

body.site-page-products .products-3d-showcase {
    position: relative;
    z-index: 2;
    min-height: clamp(620px, 82vh, 820px);
    margin-top: 0;
    border-top: 0;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at var(--mx) var(--my), rgba(255, 106, 0, 0.28), transparent 20rem),
        linear-gradient(120deg, #050607 0%, #101413 48%, #2b1a10 100%);
}

body.site-page-products .products-3d-showcase::after {
    display: none !important;
}

body.site-page-products .products-3d-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18) 52%, rgba(0, 0, 0, 0.64));
    background-size: 52px 52px, 52px 52px, auto;
}

body.site-page-products .products-3d-showcase .products-creative-background {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    opacity: 0.9 !important;
    pointer-events: auto;
    cursor: pointer;
}

body.site-page-products .products-3d-showcase .products-creative-canvas {
    width: 100% !important;
    height: 100% !important;
}

body.site-page-products .products-3d-showcase .products-pointer-light {
    position: absolute !important;
    top: -14rem;
    left: -14rem;
    z-index: 3;
}

body.site-page-products .products-cube-status {
    position: absolute;
    left: clamp(18px, 5vw, 72px);
    bottom: clamp(18px, 4vw, 54px);
    z-index: 6;
    display: grid;
    gap: 7px;
    width: min(360px, calc(100% - 36px));
    border: 1px solid rgba(245, 180, 95, 0.34);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 106, 0, 0.18), rgba(255, 255, 255, 0.05)),
        rgba(8, 10, 10, 0.74);
    padding: 16px 18px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(14px);
    pointer-events: none;
}

body.site-page-products .products-cube-status span,
body.site-page-products .products-cube-status small {
    overflow: hidden;
    color: #ffad5f;
    font-size: 11px;
    font-weight: 900;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

body.site-page-products .products-cube-status strong {
    overflow-wrap: anywhere;
    color: #ffffff;
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1.05;
}

body.site-page-products .products-3d-showcase .products-hero-grid,
body.site-page-products .products-3d-showcase .products-hero-rail {
    position: relative;
    z-index: 5;
}

body.site-page-products .products-3d-showcase .products-hero-grid {
    min-height: clamp(500px, 66vh, 680px);
    margin-top: 0;
    padding-top: clamp(62px, 7vw, 92px);
}

body.site-page-products .products-hero-copy h2 {
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(54px, 8vw, 126px) !important;
    line-height: 0.82 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}

body.site-page-products .products-hero-copy h2 span {
    color: #ffffff !important;
}

body.site-page-products .products-hero-copy h2 strong {
    color: #f5b45f !important;
    font-style: italic;
}

body.site-page-products .products-3d-showcase .products-spotlight-card {
    width: min(420px, 78vw);
}

body.site-page-products .products-product-runway {
    margin-top: 0;
}

body.site-page-products .products-page-shell.is-product-detail-open .products-3d-showcase {
    min-height: clamp(430px, 56vh, 620px);
}

body.site-page-products .product-detail-page[hidden] {
    display: none !important;
}

@media (max-width: 760px) {
    body.site-page-products .products-hero-banner::after,
    body.site-page-products .products-banner-preview {
        display: none;
    }

    body.site-page-products .products-banner-content h1 {
        font-size: clamp(48px, 14vw, 74px) !important;
    }

    body.site-page-products .page-hero .floating-nav {
        left: 50% !important;
        right: auto !important;
        top: auto !important;
        bottom: 16px !important;
        width: fit-content;
        max-width: calc(100% - 28px);
        overflow-x: auto;
        justify-content: flex-start;
        transform: translateX(-50%) !important;
    }

    body.site-page-products .page-hero {
        min-height: 190px !important;
    }

    body.site-page-products .page-hero .hero-header {
        top: 22px !important;
        transform: none;
    }

    body.site-page-products .products-3d-showcase {
        min-height: auto;
    }

    body.site-page-products .products-3d-showcase .products-hero-grid {
        padding-bottom: 42px;
    }
}

/* Final product page cleanup: colourful shared hero, cube-only motion area. */
body.site-page-products .page-hero:not(.products-promo-hero) {
    min-height: clamp(220px, 32vh, 330px) !important;
    border-radius: 0 !important;
    background:
        radial-gradient(circle at 78% 36%, rgba(255, 106, 0, 0.42), transparent 22rem),
        radial-gradient(circle at 28% 84%, rgba(245, 180, 95, 0.22), transparent 18rem),
        linear-gradient(105deg, rgba(3, 5, 5, 0.96) 0%, rgba(21, 15, 10, 0.76) 54%, rgba(55, 28, 9, 0.74) 100%),
        var(--hero-image) center / cover no-repeat !important;
    box-shadow: inset 0 -1px 0 rgba(245, 180, 95, 0.24);
}

body.site-page-products .page-hero:not(.products-promo-hero)::before {
    display: none !important;
}

body.site-page-products .page-hero:not(.products-promo-hero) .hero-shade {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.12) 52%, rgba(0, 0, 0, 0.36)) !important;
}

body.site-page-products .page-hero:not(.products-promo-hero)::after {
    content: "";
    position: absolute;
    right: clamp(28px, 8vw, 130px);
    bottom: -56px;
    z-index: 1;
    width: clamp(220px, 24vw, 390px);
    aspect-ratio: 1.35;
    border: 1px solid rgba(245, 180, 95, 0.34);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 106, 0, 0.08)),
        var(--hero-image) center / cover no-repeat;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
    transform: rotate(-4deg);
    pointer-events: none;
}

body.site-page-products .page-hero:not(.products-promo-hero) .hero-content {
    display: none !important;
}

body.site-page-products .page-hero:not(.products-promo-hero) .hero-content h1 {
    max-width: 700px !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(52px, 6.5vw, 96px) !important;
    line-height: 0.96 !important;
    letter-spacing: 0 !important;
}

body.site-page-products .page-hero:not(.products-promo-hero) .hero-copy {
    max-width: 560px !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: clamp(17px, 1.35vw, 22px) !important;
    line-height: 1.65 !important;
}

body.site-page-products .page-hero:not(.products-promo-hero) .eyebrow {
    color: #ff9d3d !important;
}

body.site-page-products .products-3d-showcase {
    min-height: clamp(620px, 78vh, 800px) !important;
    margin-top: 0 !important;
}

body.site-page-products .products-3d-showcase .products-creative-background {
    opacity: 1 !important;
}

body.site-page-products .products-hero-grid,
body.site-page-products .products-hero-rail,
body.site-page-products .products-floating-tile,
body.site-page-products .products-spotlight-stage,
body.site-page-products .products-promo-copy {
    display: none !important;
}

@media (max-width: 760px) {
    body.site-page-products .page-hero:not(.products-promo-hero) {
        min-height: 230px !important;
    }

    body.site-page-products .page-hero:not(.products-promo-hero)::after {
        display: none;
    }

    body.site-page-products .products-cube-status {
        right: 14px;
        bottom: 14px;
        left: 14px;
        width: auto;
    }
}

/* Products final asset/layout pass: local image showcase with stable framing. */
body.site-page-products .page-hero:not(.products-promo-hero) {
    min-height: clamp(210px, 30vh, 300px) !important;
    overflow: hidden !important;
}

body.site-page-products .page-hero:not(.products-promo-hero)::after {
    width: clamp(230px, 26vw, 430px);
    opacity: 0.92;
}

body.site-page-products .products-experience {
    padding: 0 !important;
    background: #050607 !important;
}

body.site-page-products .products-3d-showcase {
    min-height: clamp(560px, 72vh, 760px) !important;
    max-height: 820px;
    overflow: hidden !important;
}

body.site-page-products .products-3d-showcase .products-creative-background,
body.site-page-products .products-3d-showcase .products-creative-canvas {
    width: 100% !important;
    height: 100% !important;
}

body.site-page-products .products-3d-showcase .products-creative-background::before {
    background:
        radial-gradient(circle at 72% 22%, rgba(255, 106, 0, 0.14), transparent 24rem),
        radial-gradient(circle at 22% 82%, rgba(245, 180, 95, 0.1), transparent 22rem),
        linear-gradient(180deg, rgba(5, 6, 7, 0.12), rgba(5, 6, 7, 0.36));
}

body.site-page-products .products-cube-status {
    max-width: min(360px, calc(100% - 32px));
}

@media (max-width: 760px) {
    body.site-page-products .page-hero:not(.products-promo-hero) {
        min-height: 210px !important;
    }

    body.site-page-products .products-3d-showcase {
        min-height: 560px !important;
        max-height: none;
    }
}

/* Products page: match shared page hero and keep four cube-side images visible. */
body.site-page-products .page-hero:not(.products-promo-hero) {
    min-height: clamp(420px, 58vh, 560px) !important;
    background:
        linear-gradient(90deg, rgba(3, 5, 5, 0.8), rgba(8, 9, 9, 0.4) 52%, rgba(55, 28, 9, 0.42)),
        var(--hero-image) center / cover no-repeat !important;
}

body.site-page-products .page-hero:not(.products-promo-hero)::before,
body.site-page-products .page-hero:not(.products-promo-hero)::after {
    display: none !important;
}

body.site-page-products .page-hero:not(.products-promo-hero) .hero-shade {
    background:
        radial-gradient(circle at 78% 42%, rgba(255, 106, 0, 0.12), rgba(4, 15, 15, 0.34) 54%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(2, 9, 9, 0.46) 78%) !important;
}

body.site-page-products .page-hero:not(.products-promo-hero) .hero-header {
    top: 22px !important;
    right: 24px !important;
    left: 24px !important;
    transform: none !important;
}

body.site-page-products .page-hero:not(.products-promo-hero) .hero-logo {
    width: clamp(150px, 17vw, 240px) !important;
}

body.site-page-products .page-hero:not(.products-promo-hero) .floating-nav {
    top: auto !important;
    right: 50% !important;
    bottom: 30px !important;
    left: auto !important;
    transform: translateX(50%) !important;
}

body.site-page-products .page-hero:not(.products-promo-hero) .hero-content {
    display: flex !important;
    min-height: clamp(420px, 58vh, 560px) !important;
    max-width: 760px !important;
    justify-content: center !important;
    padding: 132px clamp(20px, 6vw, 76px) 132px !important;
}

body.site-page-products .page-hero:not(.products-promo-hero) .hero-content h1 {
    font-size: clamp(42px, 6vw, 82px) !important;
}

body.site-page-products .products-3d-showcase {
    min-height: clamp(640px, 78vh, 840px) !important;
}

@media (max-width: 760px) {
    body.site-page-products .page-hero:not(.products-promo-hero) {
        min-height: 440px !important;
    }

    body.site-page-products .page-hero:not(.products-promo-hero) .hero-content {
        min-height: 440px !important;
        padding: 110px 18px 116px !important;
    }

    body.site-page-products .page-hero:not(.products-promo-hero) .floating-nav {
        right: 12px !important;
        bottom: 18px !important;
        left: 12px !important;
        width: auto !important;
        transform: none !important;
    }

    body.site-page-products .products-3d-showcase {
        min-height: 620px !important;
    }
}

/* Products page: professional dynamic product studio, replacing the old cube. */
body.site-page-products .products-studio-gallery {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 74% 18%, rgba(255, 106, 0, 0.18), transparent 26rem),
        radial-gradient(circle at 18% 76%, rgba(245, 180, 95, 0.1), transparent 24rem),
        linear-gradient(135deg, #050607 0%, #101312 48%, #1d120d 100%) !important;
    padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 76px) clamp(72px, 8vw, 110px) !important;
    color: #ffffff;
}

body.site-page-products .products-studio-gallery::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: 0.36;
    pointer-events: none;
}

body.site-page-products .products-studio-gallery > * {
    position: relative;
    z-index: 1;
}

body.site-page-products .products-studio-heading {
    max-width: 860px;
    margin: 0 auto clamp(34px, 5vw, 58px);
    text-align: center;
}

body.site-page-products .products-studio-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 5.2vw, 72px);
    line-height: 1;
}

body.site-page-products .products-studio-heading p:not(.eyebrow) {
    max-width: 700px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.65;
}

body.site-page-products .products-studio-layout {
    display: grid;
    grid-template-columns: minmax(86px, 112px) minmax(320px, 1fr);
    gap: clamp(18px, 3.2vw, 44px);
    align-items: stretch;
    max-width: 1080px;
    margin: 0 auto;
}

body.site-page-products .products-studio-gallery.is-detail-open .products-studio-layout {
    grid-template-columns: minmax(86px, 112px) minmax(320px, 1.15fr) minmax(300px, 0.82fr);
    max-width: 1280px;
}

body.site-page-products .products-studio-thumbs {
    display: grid;
    align-content: center;
    gap: 10px;
}

body.site-page-products .products-studio-thumbs button {
    position: relative;
    display: grid;
    aspect-ratio: 1;
    min-height: 68px;
    overflow: hidden;
    border: 1px solid rgba(245, 180, 95, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    padding: 0;
    cursor: pointer;
    opacity: 0.72;
    transition: opacity 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

body.site-page-products .products-studio-thumbs button:hover,
body.site-page-products .products-studio-thumbs button.active {
    border-color: rgba(255, 106, 0, 0.95);
    opacity: 1;
    transform: translateX(5px);
}

body.site-page-products .products-studio-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.95) contrast(1.05);
}

body.site-page-products .products-studio-thumbs span {
    position: absolute;
    right: 6px;
    bottom: 5px;
    border-radius: 4px;
    background: rgba(5, 6, 7, 0.74);
    color: #ffad5f;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 900;
}

body.site-page-products .products-studio-stage {
    display: grid;
    align-content: center;
    gap: 14px;
}

body.site-page-products .products-reveal-card {
    --reveal-x: 50%;
    --reveal-y: 50%;
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    position: relative;
    display: grid;
    min-height: clamp(420px, 54vw, 620px);
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(245, 180, 95, 0.3);
    border-radius: 8px;
    background:
        radial-gradient(circle at var(--reveal-x) var(--reveal-y), rgba(255, 106, 0, 0.22), transparent 18rem),
        linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
        #101312;
    box-shadow: 0 36px 110px rgba(0, 0, 0, 0.4);
    perspective: 1200px;
    transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
    transition: transform 0.18s ease;
    cursor: pointer;
}

body.site-page-products .products-reveal-card::before,
body.site-page-products .products-reveal-card::after {
    content: "";
    position: absolute;
    inset: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

body.site-page-products .products-reveal-card::after {
    inset: auto 12% 9%;
    height: 15%;
    border: 0;
    background: radial-gradient(ellipse, rgba(0, 0, 0, 0.36), transparent 70%);
    filter: blur(10px);
}

body.site-page-products .products-reveal-card img {
    position: absolute;
    z-index: 1;
    width: min(88%, 760px);
    max-height: 86%;
    object-fit: contain;
    filter: drop-shadow(0 28px 32px rgba(0, 0, 0, 0.34));
    transform: translateZ(42px) scale(1.02);
}

body.site-page-products .products-reveal-top {
    clip-path: circle(0 at var(--reveal-x) var(--reveal-y));
    opacity: 0;
    transition: clip-path 0.18s ease, opacity 0.18s ease;
}

body.site-page-products .products-reveal-card:hover .products-reveal-top {
    clip-path: circle(180px at var(--reveal-x) var(--reveal-y));
    opacity: 1;
}

body.site-page-products .products-reveal-cross {
    position: absolute;
    z-index: 3;
    left: var(--reveal-x);
    top: var(--reveal-y);
    width: 62px;
    height: 62px;
    border: 1px solid rgba(255, 173, 95, 0.76);
    border-radius: 999px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

body.site-page-products .products-reveal-cross::before,
body.site-page-products .products-reveal-cross::after {
    content: "";
    position: absolute;
    background: rgba(255, 173, 95, 0.8);
}

body.site-page-products .products-reveal-cross::before {
    top: 50%;
    right: 12px;
    left: 12px;
    height: 1px;
}

body.site-page-products .products-reveal-cross::after {
    top: 12px;
    bottom: 12px;
    left: 50%;
    width: 1px;
}

body.site-page-products .products-reveal-card:hover .products-reveal-cross {
    opacity: 1;
}

body.site-page-products .products-reveal-hint {
    margin: 0;
    color: rgba(255, 255, 255, 0.54);
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

body.site-page-products .products-studio-detail {
    position: relative;
    display: grid;
    align-content: center;
    border: 1px solid rgba(245, 180, 95, 0.28);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 106, 0, 0.12), rgba(255, 255, 255, 0.04)),
        rgba(9, 11, 11, 0.78);
    padding: clamp(22px, 3vw, 38px);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
}

body.site-page-products .products-studio-detail[hidden] {
    display: none !important;
}

body.site-page-products .products-detail-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

body.site-page-products .products-detail-close:hover {
    background: #ff6a00;
    color: #111111;
}

body.site-page-products .products-studio-detail h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 3.8vw, 54px);
    line-height: 1.02;
}

body.site-page-products .products-studio-detail > p:not(.eyebrow) {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.7;
}

body.site-page-products .products-studio-detail dl {
    display: grid;
    gap: 10px;
    margin: 28px 0 0;
}

body.site-page-products .products-studio-detail dl div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding-bottom: 10px;
}

body.site-page-products .products-studio-detail dt {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

body.site-page-products .products-studio-detail dd {
    margin: 0;
    color: #ffad5f;
    font-size: 13px;
    font-weight: 900;
    text-align: right;
}

body.site-page-products .products-studio-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

body.site-page-products .products-studio-actions a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    background: #ff6a00;
    color: #111111;
    padding: 0 17px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

body.site-page-products .products-studio-actions a + a {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

@media (max-width: 1080px) {
    body.site-page-products .products-studio-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    body.site-page-products .products-studio-thumbs {
        grid-template-columns: repeat(10, minmax(62px, 1fr));
        order: 2;
        overflow-x: auto;
    }

    body.site-page-products .products-studio-stage {
        order: 1;
    }

    body.site-page-products .products-studio-detail {
        order: 3;
    }
}

@media (max-width: 640px) {
    body.site-page-products .products-studio-gallery {
        padding-right: 14px !important;
        padding-left: 14px !important;
    }

    body.site-page-products .products-reveal-card {
        min-height: 420px;
    }

    body.site-page-products .products-studio-thumbs {
        grid-template-columns: repeat(10, 68px);
    }

    body.site-page-products .products-studio-detail dl div,
    body.site-page-products .products-studio-actions {
        align-items: stretch;
        flex-direction: column;
    }

    body.site-page-products .products-studio-detail dd {
        text-align: left;
    }

    body.site-page-products .products-studio-actions a {
        width: 100%;
    }
}

/* Products final: clean single-image 3D quiz, no background scene/overlay image. */
body.site-page-products .products-studio-gallery {
    background:
        linear-gradient(180deg, #ffffff 0%, #f6f3ee 100%) !important;
    color: #171717 !important;
}

body.site-page-products .products-studio-gallery::before {
    display: none !important;
}

body.site-page-products .products-studio-heading h2 {
    color: #171717 !important;
}

body.site-page-products .products-studio-heading p:not(.eyebrow),
body.site-page-products .products-reveal-hint {
    color: rgba(23, 23, 23, 0.62) !important;
}

body.site-page-products .products-studio-layout {
    grid-template-columns: minmax(88px, 112px) minmax(320px, 1fr) !important;
    max-width: 1060px !important;
}

body.site-page-products .products-studio-gallery.is-detail-open .products-studio-layout {
    grid-template-columns: minmax(88px, 112px) minmax(320px, 1fr) minmax(300px, 0.78fr) !important;
    max-width: 1280px !important;
}

body.site-page-products .products-studio-thumbs button {
    border-color: rgba(23, 23, 23, 0.12) !important;
    background: #ffffff !important;
    box-shadow: 0 10px 28px rgba(23, 23, 23, 0.08);
}

body.site-page-products .products-studio-thumbs button:hover,
body.site-page-products .products-studio-thumbs button.active {
    border-color: #ff6a00 !important;
}

body.site-page-products .products-reveal-card {
    min-height: clamp(480px, 56vw, 660px) !important;
    border-color: rgba(23, 23, 23, 0.1) !important;
    background:
        radial-gradient(circle at var(--reveal-x) var(--reveal-y), rgba(255, 106, 0, 0.09), transparent 18rem),
        linear-gradient(145deg, #ffffff, #f3f0eb) !important;
    box-shadow: 0 32px 90px rgba(23, 23, 23, 0.16) !important;
}

body.site-page-products .products-reveal-card::before {
    inset: 22px;
    border-color: rgba(23, 23, 23, 0.08) !important;
}

body.site-page-products .products-reveal-card img {
    width: min(92%, 820px) !important;
    max-height: 88% !important;
    filter: drop-shadow(0 30px 34px rgba(23, 23, 23, 0.2)) !important;
}

body.site-page-products .products-reveal-top {
    display: none !important;
}

body.site-page-products .products-reveal-cross {
    border-color: rgba(255, 106, 0, 0.8) !important;
}

body.site-page-products .products-reveal-cross::before,
body.site-page-products .products-reveal-cross::after {
    background: rgba(255, 106, 0, 0.85) !important;
}

body.site-page-products .products-studio-detail {
    border-color: rgba(23, 23, 23, 0.1) !important;
    background: #ffffff !important;
    color: #171717 !important;
    box-shadow: 0 24px 70px rgba(23, 23, 23, 0.12) !important;
}

body.site-page-products .products-studio-detail h2 {
    color: #171717 !important;
}

body.site-page-products .products-studio-detail > p:not(.eyebrow) {
    color: rgba(23, 23, 23, 0.66) !important;
}

body.site-page-products .products-studio-detail dl div {
    border-bottom-color: rgba(23, 23, 23, 0.1) !important;
}

body.site-page-products .products-studio-detail dt {
    color: rgba(23, 23, 23, 0.48) !important;
}

body.site-page-products .products-detail-close {
    border-color: rgba(23, 23, 23, 0.1) !important;
    background: rgba(23, 23, 23, 0.05) !important;
    color: #171717 !important;
}

@media (max-width: 1080px) {
    body.site-page-products .products-studio-layout,
    body.site-page-products .products-studio-gallery.is-detail-open .products-studio-layout {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

/* Products reset: blank white base before rebuilding the final 3D quiz. */
body.site-page-products {
    background: #ffffff !important;
    color: #171717 !important;
}

body.site-page-products .three-hardware-layer,
body.site-page-products .fluid-cursor-layer {
    display: none !important;
}

body.site-page-products .products-clean-hero {
    position: relative;
    min-height: clamp(360px, 52vh, 520px);
    overflow: hidden;
    background: #ffffff !important;
    color: #171717;
    box-shadow: inset 0 -1px 0 rgba(23, 23, 23, 0.08);
}

body.site-page-products .products-clean-hero .hero-header {
    top: 22px !important;
    right: 24px !important;
    left: 24px !important;
    transform: none !important;
}

body.site-page-products .products-clean-hero .hero-logo {
    width: clamp(140px, 15vw, 210px);
    filter: drop-shadow(0 8px 18px rgba(23, 23, 23, 0.12));
}

body.site-page-products .products-clean-hero .hero-content {
    display: flex;
    min-height: clamp(360px, 52vh, 520px);
    max-width: 760px;
    justify-content: center;
    padding: 120px clamp(20px, 6vw, 76px) 120px;
}

body.site-page-products .products-clean-hero .hero-content h1 {
    color: #171717 !important;
    font-size: clamp(42px, 6vw, 82px);
}

body.site-page-products .products-clean-hero .hero-copy {
    color: rgba(23, 23, 23, 0.68) !important;
}

body.site-page-products .products-clean-hero .floating-nav {
    top: auto !important;
    right: 50% !important;
    bottom: 30px !important;
    left: auto !important;
    transform: translateX(50%) !important;
}

body.site-page-products .products-clean-stage {
    min-height: 56vh;
    background: #ffffff !important;
    padding: clamp(46px, 7vw, 84px) clamp(18px, 5vw, 76px);
}

body.site-page-products .products-clean-stage-inner {
    min-height: clamp(280px, 42vh, 460px);
    border: 1px dashed rgba(23, 23, 23, 0.12);
    border-radius: 8px;
    background: #ffffff;
}

@media (max-width: 760px) {
    body.site-page-products .products-clean-hero {
        min-height: 420px;
    }

    body.site-page-products .products-clean-hero .hero-content {
        min-height: 420px;
        padding: 108px 18px 116px;
    }

    body.site-page-products .products-clean-hero .floating-nav {
        right: 12px !important;
        bottom: 18px !important;
        left: 12px !important;
        width: auto !important;
        transform: none !important;
    }
}

/* Products final build: white cursor-follow 3D image quiz. */
body.site-page-products {
    background: #ffffff !important;
}

body.site-page-products .products-cursor-quiz {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #ffffff;
    color: #171717;
    padding: 116px clamp(18px, 5vw, 76px) clamp(52px, 7vw, 86px);
}

body.site-page-products .products-cursor-quiz .hero-header {
    top: 22px !important;
    right: 24px !important;
    left: 24px !important;
    transform: none !important;
}

body.site-page-products .products-cursor-quiz .hero-logo {
    width: clamp(140px, 14vw, 210px);
    filter: drop-shadow(0 8px 18px rgba(23, 23, 23, 0.13));
}

body.site-page-products .products-cursor-quiz > .floating-nav {
    top: 28px !important;
    right: 50% !important;
    bottom: auto !important;
    left: auto !important;
    transform: translateX(50%) !important;
}

body.site-page-products .products-cursor-copy {
    max-width: 780px;
    margin: 0 auto 26px;
    text-align: center;
}

body.site-page-products .products-cursor-copy h1 {
    margin: 0;
    color: #171717;
    font-size: clamp(38px, 5.4vw, 72px);
    line-height: 1;
}

body.site-page-products .products-cursor-copy p:not(.eyebrow) {
    max-width: 640px;
    margin: 16px auto 0;
    color: rgba(23, 23, 23, 0.66);
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.6;
}

body.site-page-products .products-cursor-stage {
    position: relative;
    max-width: 1180px;
    min-height: clamp(420px, 55vh, 620px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(23, 23, 23, 0.1);
    border-radius: 8px;
    background:
        radial-gradient(circle at center, rgba(255, 106, 0, 0.06), transparent 28rem),
        #ffffff;
    box-shadow: 0 30px 90px rgba(23, 23, 23, 0.08);
    cursor: none;
}

body.site-page-products .products-cursor-guide {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 3;
    display: grid;
    gap: 5px;
    pointer-events: none;
}

body.site-page-products .products-cursor-guide span {
    color: #ff6a00;
    font-size: 12px;
    font-weight: 950;
}

body.site-page-products .products-cursor-guide strong {
    max-width: min(390px, calc(100vw - 92px));
    color: #171717;
    font-size: clamp(20px, 2.4vw, 34px);
    line-height: 1.05;
}

body.site-page-products .products-floating-product {
    --x: 50%;
    --y: 50%;
    --rx: 0deg;
    --ry: 0deg;
    position: absolute;
    top: var(--y);
    left: var(--x);
    z-index: 2;
    display: grid;
    width: min(48vw, 610px);
    height: min(36vw, 420px);
    min-width: 300px;
    min-height: 230px;
    place-items: center;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    transform: translate(-50%, -50%) perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry)) scale(1);
    transform-style: preserve-3d;
    transition: transform 0.16s ease, opacity 0.18s ease;
}

body.site-page-products .products-floating-product::after {
    content: "";
    position: absolute;
    right: 12%;
    bottom: 4%;
    left: 12%;
    height: 16%;
    z-index: 0;
    background: radial-gradient(ellipse, rgba(23, 23, 23, 0.22), transparent 72%);
    filter: blur(12px);
    transform: translateZ(-40px);
}

body.site-page-products .products-floating-product img {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 30px 28px rgba(23, 23, 23, 0.2));
    transform: translateZ(62px);
}

body.site-page-products .products-cursor-quiz:not(.is-cursor-active) .products-floating-product {
    top: 55%;
    left: 50%;
}

body.site-page-products .products-quiz-options {
    display: flex;
    max-width: 1180px;
    gap: 10px;
    margin: 18px auto 0;
    overflow-x: auto;
    padding: 4px 2px 12px;
    scrollbar-width: none;
}

body.site-page-products .products-quiz-options::-webkit-scrollbar {
    display: none;
}

body.site-page-products .products-quiz-options button {
    display: inline-flex;
    min-width: 190px;
    min-height: 48px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(23, 23, 23, 0.12);
    border-radius: 8px;
    background: #ffffff;
    color: #171717;
    cursor: pointer;
    padding: 0 14px;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(23, 23, 23, 0.06);
    white-space: nowrap;
}

body.site-page-products .products-quiz-options button span {
    color: #ff6a00;
    font-size: 11px;
    font-weight: 950;
}

body.site-page-products .products-quiz-options button.active,
body.site-page-products .products-quiz-options button:hover {
    border-color: #ff6a00;
    box-shadow: 0 14px 34px rgba(255, 106, 0, 0.14);
}

body.site-page-products .products-click-detail {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 80;
    display: grid;
    width: min(920px, calc(100vw - 28px));
    grid-template-columns: minmax(240px, 0.9fr) minmax(260px, 1fr);
    gap: clamp(20px, 4vw, 46px);
    align-items: center;
    border: 1px solid rgba(23, 23, 23, 0.1);
    border-radius: 8px;
    background: #ffffff;
    padding: clamp(22px, 4vw, 44px);
    box-shadow: 0 38px 120px rgba(23, 23, 23, 0.28);
    transform: translate(-50%, -50%);
}

body.site-page-products .products-click-detail[hidden] {
    display: none !important;
}

body.site-page-products .products-click-detail::before {
    content: "";
    position: fixed;
    inset: -100vh -100vw;
    z-index: -1;
    background: rgba(23, 23, 23, 0.38);
}

body.site-page-products .products-click-detail > img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    filter: drop-shadow(0 26px 28px rgba(23, 23, 23, 0.18));
}

body.site-page-products .products-click-detail h2 {
    margin: 0;
    color: #171717;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.02;
}

body.site-page-products .products-click-detail p:not(.eyebrow) {
    margin: 16px 0 0;
    color: rgba(23, 23, 23, 0.66);
    line-height: 1.7;
}

body.site-page-products .products-click-detail dl {
    display: grid;
    gap: 10px;
    margin: 24px 0;
}

body.site-page-products .products-click-detail dl div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
    padding-bottom: 9px;
}

body.site-page-products .products-click-detail dt {
    color: rgba(23, 23, 23, 0.5);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

body.site-page-products .products-click-detail dd {
    margin: 0;
    color: #ff6a00;
    font-size: 13px;
    font-weight: 950;
}

body.site-page-products .products-click-detail a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #ff6a00;
    color: #111111;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
}

body.site-page-products .products-click-detail-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid rgba(23, 23, 23, 0.1);
    border-radius: 999px;
    background: #ffffff;
    color: #171717;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 760px) {
    body.site-page-products .products-cursor-quiz {
        padding: 102px 14px 52px;
    }

    body.site-page-products .products-cursor-quiz > .floating-nav {
        right: 12px !important;
        left: 12px !important;
        transform: none !important;
    }

    body.site-page-products .products-cursor-stage {
        min-height: 460px;
    }

    body.site-page-products .products-floating-product {
        width: 82vw;
        height: 320px;
        min-width: 0;
    }

    body.site-page-products .products-click-detail {
        grid-template-columns: 1fr;
    }
}

/* Products reference build: 10-image CSS 3D cube showcase. */
body.site-page-products .products-cube-page {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 28%, rgba(255, 106, 0, 0.07), transparent 30rem),
        #ffffff;
    color: #171717;
    padding: 116px clamp(18px, 5vw, 76px) clamp(48px, 7vw, 84px);
}

body.site-page-products .products-cube-page .hero-header {
    top: 22px !important;
    right: 24px !important;
    left: 24px !important;
    transform: none !important;
}

body.site-page-products .products-cube-page .hero-logo {
    width: clamp(140px, 14vw, 210px);
    filter: drop-shadow(0 8px 18px rgba(23, 23, 23, 0.13));
}

body.site-page-products .products-cube-page > .floating-nav {
    top: 28px !important;
    right: 50% !important;
    bottom: auto !important;
    left: auto !important;
    transform: translateX(50%) !important;
}

body.site-page-products .products-cube-copy {
    max-width: 820px;
    margin: 0 auto 20px;
    text-align: center;
}

body.site-page-products .products-cube-copy h1 {
    margin: 0;
    color: #171717;
    font-size: clamp(38px, 5.4vw, 74px);
    line-height: 1;
}

body.site-page-products .products-cube-copy p:not(.eyebrow) {
    max-width: 680px;
    margin: 16px auto 0;
    color: rgba(23, 23, 23, 0.66);
    font-size: clamp(15px, 1.35vw, 18px);
    line-height: 1.62;
}

body.site-page-products .products-cube-stage {
    position: relative;
    max-width: 1180px;
    min-height: clamp(520px, 62vh, 700px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(23, 23, 23, 0.1);
    border-radius: 8px;
    background:
        linear-gradient(rgba(23, 23, 23, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 23, 23, 0.03) 1px, transparent 1px),
        #ffffff;
    background-size: 58px 58px, 58px 58px, auto;
    box-shadow: 0 34px 100px rgba(23, 23, 23, 0.1);
    perspective: 1200px;
}

body.site-page-products .products-cube-status {
    position: absolute;
    left: clamp(18px, 4vw, 46px);
    bottom: clamp(18px, 4vw, 42px);
    z-index: 5;
    display: grid;
    gap: 6px;
    width: min(330px, calc(100% - 36px));
    border: 1px solid rgba(23, 23, 23, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    padding: 16px;
    box-shadow: 0 20px 54px rgba(23, 23, 23, 0.1);
    backdrop-filter: blur(12px);
}

body.site-page-products .products-cube-status span,
body.site-page-products .products-cube-status small {
    color: #ff6a00;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

body.site-page-products .products-cube-status strong {
    color: #171717;
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1.08;
}

body.site-page-products .products-cube-wrap {
    --cube-size: min(42vw, 430px);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: var(--cube-size);
    aspect-ratio: 1;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    transform: translate(-50%, -50%);
    transform-style: preserve-3d;
}

body.site-page-products .products-cube {
    --base-rotate: 0deg;
    --mouse-x: 0deg;
    --mouse-y: 0deg;
    position: absolute;
    inset: 0;
    transform-style: preserve-3d;
    transform:
        rotateX(calc(-15deg + var(--mouse-y)))
        rotateY(calc(var(--base-rotate) + var(--mouse-x)));
    transition: transform 0.24s ease;
    animation: productsCubeFloat 6s ease-in-out infinite;
}

body.site-page-products .products-cube-face {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 106, 0, 0.5);
    border-radius: 4px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(23, 23, 23, 0.04);
    backface-visibility: hidden;
}

body.site-page-products .products-cube-face img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.96) contrast(1.02);
}

body.site-page-products .products-cube-face-front {
    transform: translateZ(calc(var(--cube-size) / 2));
}

body.site-page-products .products-cube-face-back {
    transform: rotateY(180deg) translateZ(calc(var(--cube-size) / 2));
}

body.site-page-products .products-cube-face-right {
    transform: rotateY(90deg) translateZ(calc(var(--cube-size) / 2));
}

body.site-page-products .products-cube-face-left {
    transform: rotateY(-90deg) translateZ(calc(var(--cube-size) / 2));
}

body.site-page-products .products-cube-face-top {
    transform: rotateX(90deg) translateZ(calc(var(--cube-size) / 2));
}

body.site-page-products .products-cube-face-bottom {
    transform: rotateX(-90deg) translateZ(calc(var(--cube-size) / 2));
}

body.site-page-products .products-cube-orbit {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

body.site-page-products .products-orbit-card {
    position: absolute;
    width: clamp(100px, 12vw, 158px);
    aspect-ratio: 0.82;
    overflow: hidden;
    border: 5px solid rgba(151, 105, 38, 0.78);
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 22px 42px rgba(23, 23, 23, 0.12);
}

body.site-page-products .products-orbit-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.site-page-products .orbit-card-1 {
    top: 18%;
    left: 12%;
    transform: rotate(-6deg);
}

body.site-page-products .orbit-card-2 {
    top: 16%;
    right: 12%;
    transform: rotate(5deg);
}

body.site-page-products .orbit-card-3 {
    right: 18%;
    bottom: 16%;
    transform: rotate(-7deg);
}

body.site-page-products .orbit-card-4 {
    bottom: 20%;
    left: 18%;
    transform: rotate(6deg);
}

body.site-page-products .products-cube-selector {
    display: flex;
    max-width: 1180px;
    gap: 10px;
    margin: 18px auto 0;
    overflow-x: auto;
    padding: 4px 2px 12px;
    scrollbar-width: none;
}

body.site-page-products .products-cube-selector::-webkit-scrollbar {
    display: none;
}

body.site-page-products .products-cube-selector button {
    position: relative;
    display: grid;
    width: 88px;
    height: 88px;
    flex: 0 0 88px;
    overflow: hidden;
    border: 1px solid rgba(23, 23, 23, 0.12);
    border-radius: 8px;
    background: #ffffff;
    cursor: pointer;
    padding: 0;
    box-shadow: 0 12px 28px rgba(23, 23, 23, 0.06);
}

body.site-page-products .products-cube-selector button.active,
body.site-page-products .products-cube-selector button:hover {
    border-color: #ff6a00;
    box-shadow: 0 14px 32px rgba(255, 106, 0, 0.16);
}

body.site-page-products .products-cube-selector img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.site-page-products .products-cube-selector span {
    position: absolute;
    right: 6px;
    bottom: 5px;
    border-radius: 4px;
    background: rgba(23, 23, 23, 0.78);
    color: #ffad5f;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 950;
}

body.site-page-products .products-cube-detail {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 80;
    display: grid;
    width: min(920px, calc(100vw - 28px));
    grid-template-columns: minmax(240px, 0.9fr) minmax(260px, 1fr);
    gap: clamp(20px, 4vw, 46px);
    align-items: center;
    border: 1px solid rgba(23, 23, 23, 0.1);
    border-radius: 8px;
    background: #ffffff;
    padding: clamp(22px, 4vw, 44px);
    box-shadow: 0 38px 120px rgba(23, 23, 23, 0.28);
    transform: translate(-50%, -50%);
}

body.site-page-products .products-cube-detail[hidden] {
    display: none !important;
}

body.site-page-products .products-cube-detail::before {
    content: "";
    position: fixed;
    inset: -100vh -100vw;
    z-index: -1;
    background: rgba(23, 23, 23, 0.38);
}

body.site-page-products .products-cube-detail > img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    filter: drop-shadow(0 26px 28px rgba(23, 23, 23, 0.18));
}

body.site-page-products .products-cube-detail h2 {
    margin: 0;
    color: #171717;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.02;
}

body.site-page-products .products-cube-detail p:not(.eyebrow) {
    color: rgba(23, 23, 23, 0.66);
    line-height: 1.7;
}

body.site-page-products .products-cube-detail dl {
    display: grid;
    gap: 10px;
    margin: 24px 0;
}

body.site-page-products .products-cube-detail dl div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
    padding-bottom: 9px;
}

body.site-page-products .products-cube-detail dt {
    color: rgba(23, 23, 23, 0.5);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

body.site-page-products .products-cube-detail dd {
    margin: 0;
    color: #ff6a00;
    font-size: 13px;
    font-weight: 950;
}

body.site-page-products .products-cube-detail a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #ff6a00;
    color: #111111;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
}

body.site-page-products .products-cube-detail-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid rgba(23, 23, 23, 0.1);
    border-radius: 999px;
    background: #ffffff;
    color: #171717;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

@keyframes productsCubeFloat {
    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -12px;
    }
}

@media (max-width: 760px) {
    body.site-page-products .products-cube-page {
        padding: 102px 14px 52px;
    }

    body.site-page-products .products-cube-page > .floating-nav {
        right: 12px !important;
        left: 12px !important;
        transform: none !important;
    }

    body.site-page-products .products-cube-stage {
        min-height: 520px;
    }

    body.site-page-products .products-cube-wrap {
        --cube-size: min(72vw, 320px);
    }

    body.site-page-products .products-cube-status {
        right: 14px;
        left: 14px;
        width: auto;
    }

    body.site-page-products .products-orbit-card {
        display: none;
    }

    body.site-page-products .products-cube-detail {
        grid-template-columns: 1fr;
    }
}

/* Products page: simple 10-image 3D gallery, no cube. */
body.site-page-products .products-3d-gallery-page {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        linear-gradient(rgba(23, 23, 23, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 23, 23, 0.03) 1px, transparent 1px),
        radial-gradient(circle at 18% 20%, rgba(255, 106, 0, 0.08), transparent 28rem),
        radial-gradient(circle at 86% 72%, rgba(54, 88, 116, 0.09), transparent 24rem),
        #ffffff;
    background-size: 62px 62px, 62px 62px, auto, auto, auto;
    color: #171717;
    padding: 116px clamp(18px, 5vw, 76px) clamp(50px, 7vw, 88px);
}

body.site-page-products .products-3d-gallery-page .hero-header {
    top: 22px !important;
    right: 24px !important;
    left: 24px !important;
    transform: none !important;
}

body.site-page-products .products-3d-gallery-page .hero-logo {
    width: clamp(140px, 14vw, 210px);
    filter: drop-shadow(0 8px 18px rgba(23, 23, 23, 0.13));
}

body.site-page-products .products-3d-gallery-page > .floating-nav {
    top: 28px !important;
    right: 50% !important;
    bottom: auto !important;
    left: auto !important;
    transform: translateX(50%) !important;
}

body.site-page-products .products-3d-gallery-copy {
    max-width: 820px;
    margin: 0 auto 30px;
    text-align: center;
}

body.site-page-products .products-3d-gallery-copy h1 {
    margin: 0;
    color: #171717;
    font-size: clamp(38px, 5vw, 70px);
    line-height: 1;
}

body.site-page-products .products-3d-gallery-copy p:not(.eyebrow) {
    max-width: 560px;
    margin: 14px auto 0;
    color: rgba(23, 23, 23, 0.66);
    font-size: clamp(15px, 1.25vw, 17px);
    line-height: 1.6;
}

body.site-page-products .products-3d-image-grid {
    display: grid;
    max-width: 1180px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(14px, 1.8vw, 22px);
    margin: 0 auto;
    perspective: 1500px;
    perspective-origin: 50% 22%;
}

body.site-page-products .products-3d-image-card {
    --start-y: -9deg;
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    --shine-x: 35%;
    --shine-y: 25%;
    position: relative;
    display: block;
    min-height: clamp(250px, 27vw, 350px);
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    text-align: left;
    transform: translateZ(0);
    transform-style: preserve-3d;
    transition: transform 0.22s ease;
}

body.site-page-products .products-3d-image-card:nth-child(even) {
    --start-y: 9deg;
}

body.site-page-products .products-3d-image-card:hover,
body.site-page-products .products-3d-image-card:focus-visible {
    outline: 0;
    transform: translateY(-10px);
}

body.site-page-products .products-3d-image-card::before {
    display: none;
}

body.site-page-products .products-3d-card-shadow {
    position: absolute;
    right: 12px;
    bottom: -18px;
    left: 12px;
    height: 26%;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(23, 23, 23, 0.28), rgba(23, 23, 23, 0.08) 48%, transparent 70%);
    filter: blur(10px);
    transform: rotateX(78deg) translateZ(-70px);
    transform-origin: center;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

body.site-page-products .products-3d-card-object {
    position: absolute;
    inset: 0;
    display: block;
    border-radius: 8px;
    transform:
        rotateX(calc(7deg + var(--tilt-x)))
        rotateY(calc(var(--start-y) + var(--tilt-y)))
        translateZ(34px);
    transform-style: preserve-3d;
    transition: transform 0.2s ease;
}

body.site-page-products .products-3d-image-card:hover .products-3d-card-object,
body.site-page-products .products-3d-image-card:focus-visible .products-3d-card-object {
    transform:
        rotateX(var(--tilt-x))
        rotateY(var(--tilt-y))
        translateZ(82px);
}

body.site-page-products .products-3d-card-face {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: end;
    overflow: hidden;
    border: 1px solid rgba(255, 106, 0, 0.34);
    border-radius: 8px;
    background: #ffffff;
    box-shadow:
        0 26px 62px rgba(23, 23, 23, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
    transform: translateZ(18px);
    transform-style: preserve-3d;
}

body.site-page-products .products-3d-card-face::before {
    content: "";
    position: absolute;
    inset: 12px;
    z-index: 4;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 6px;
    pointer-events: none;
}

body.site-page-products .products-3d-card-face::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    background:
        linear-gradient(180deg, rgba(23, 23, 23, 0.02), transparent 44%),
        linear-gradient(0deg, rgba(23, 23, 23, 0.78), transparent 46%);
    pointer-events: none;
}

body.site-page-products .products-3d-card-side {
    position: absolute;
    display: block;
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(23, 23, 23, 0.32), rgba(255, 106, 0, 0.24)),
        #2b2b2b;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body.site-page-products .products-3d-card-side-right {
    top: 10px;
    right: -24px;
    bottom: 8px;
    width: 28px;
    transform: rotateY(90deg) translateZ(14px);
    transform-origin: left center;
}

body.site-page-products .products-3d-card-side-bottom {
    right: -10px;
    bottom: -24px;
    left: 10px;
    height: 30px;
    transform: rotateX(-90deg) translateZ(15px);
    transform-origin: top center;
}

body.site-page-products .products-3d-image-card img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.03) contrast(1.08);
    transform: scale(1.05) translateZ(28px);
    transition: transform 0.24s ease, filter 0.24s ease;
}

body.site-page-products .products-3d-image-card:hover img,
body.site-page-products .products-3d-image-card:focus-visible img {
    filter: saturate(1.08) contrast(1.1);
    transform: scale(1.1) translateZ(58px);
}

body.site-page-products .products-3d-light {
    position: absolute;
    inset: -35%;
    z-index: 2;
    background: radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(255, 255, 255, 0.42), transparent 30%);
    mix-blend-mode: screen;
    opacity: 0.46;
    pointer-events: none;
    transform: translateZ(70px);
}

body.site-page-products .products-3d-image-number,
body.site-page-products .products-3d-image-name {
    position: relative;
    z-index: 5;
    transform: translateZ(86px);
}

body.site-page-products .products-3d-image-number {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-grid;
    min-width: 34px;
    height: 28px;
    place-items: center;
    border-radius: 5px;
    background: rgba(23, 23, 23, 0.78);
    color: #ffad5f;
    font-size: 11px;
    font-weight: 950;
}

body.site-page-products .products-3d-image-name {
    display: block;
    color: #ffffff;
    padding: 18px;
    font-size: clamp(15px, 1.35vw, 19px);
    font-weight: 950;
    line-height: 1.14;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

body.site-page-products .products-3d-image-detail {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 80;
    display: grid;
    width: min(920px, calc(100vw - 28px));
    grid-template-columns: minmax(240px, 0.9fr) minmax(260px, 1fr);
    gap: clamp(20px, 4vw, 46px);
    align-items: center;
    border: 1px solid rgba(23, 23, 23, 0.1);
    border-radius: 8px;
    background: #ffffff;
    padding: clamp(22px, 4vw, 44px);
    box-shadow: 0 38px 120px rgba(23, 23, 23, 0.28);
    transform: translate(-50%, -50%);
}

body.site-page-products .products-3d-image-detail[hidden] {
    display: none !important;
}

body.site-page-products .products-3d-image-detail::before {
    content: "";
    position: fixed;
    inset: -100vh -100vw;
    z-index: -1;
    background: rgba(23, 23, 23, 0.38);
}

body.site-page-products .products-3d-image-detail > img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    filter: drop-shadow(0 26px 28px rgba(23, 23, 23, 0.18));
}

body.site-page-products .products-3d-image-detail h2 {
    margin: 0;
    color: #171717;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.02;
}

body.site-page-products .products-3d-image-detail p:not(.eyebrow) {
    color: rgba(23, 23, 23, 0.66);
    line-height: 1.7;
}

body.site-page-products .products-3d-image-detail dl {
    display: grid;
    gap: 10px;
    margin: 24px 0;
}

body.site-page-products .products-3d-image-detail dl div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
    padding-bottom: 9px;
}

body.site-page-products .products-3d-image-detail dt {
    color: rgba(23, 23, 23, 0.5);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

body.site-page-products .products-3d-image-detail dd {
    margin: 0;
    color: #ff6a00;
    font-size: 13px;
    font-weight: 950;
}

body.site-page-products .products-3d-image-detail a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #ff6a00;
    color: #111111;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
}

body.site-page-products .products-3d-image-detail-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid rgba(23, 23, 23, 0.1);
    border-radius: 999px;
    background: #ffffff;
    color: #171717;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 980px) {
    body.site-page-products .products-3d-image-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    body.site-page-products .products-3d-gallery-page {
        padding: 102px 14px 52px;
    }

    body.site-page-products .products-3d-gallery-page > .floating-nav {
        right: 12px !important;
        left: 12px !important;
        transform: none !important;
    }

    body.site-page-products .products-3d-image-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    body.site-page-products .products-3d-image-card {
        min-height: 238px;
    }

    body.site-page-products .products-3d-image-name {
        padding: 14px;
        font-size: 14px;
    }

    body.site-page-products .products-3d-image-detail {
        grid-template-columns: 1fr;
        max-height: calc(100vh - 28px);
        overflow-y: auto;
    }
}

/* Products gallery polish: clean international background, 3D only on product images. */
body.site-page-products .products-3d-gallery-page {
    overflow-x: hidden;
    background:
        linear-gradient(180deg, #ffffff 0%, #f7f8fa 52%, #ffffff 100%);
    padding-top: 118px;
}

body.site-page-products .products-3d-gallery-copy {
    margin-bottom: 34px;
}

body.site-page-products .products-3d-gallery-copy .eyebrow {
    color: #ff6a00;
    font-size: 11px;
    font-weight: 900;
}

body.site-page-products .products-3d-gallery-copy h1 {
    color: #121418;
    font-size: clamp(34px, 4.6vw, 64px);
    letter-spacing: 0;
}

body.site-page-products .products-3d-gallery-copy p:not(.eyebrow) {
    color: rgba(18, 20, 24, 0.58);
    font-size: 16px;
}

body.site-page-products .products-3d-image-grid {
    max-width: 1220px;
    gap: clamp(20px, 2.5vw, 34px);
    padding: 8px 8px 36px;
    perspective: 1800px;
}

body.site-page-products .products-3d-image-card {
    --start-y: -7deg;
    min-height: clamp(268px, 27vw, 366px);
    isolation: isolate;
}

body.site-page-products .products-3d-image-card:nth-child(even) {
    --start-y: 7deg;
}

body.site-page-products .products-3d-card-shadow {
    right: 2px;
    bottom: -32px;
    left: 2px;
    height: 30%;
    background: radial-gradient(ellipse, rgba(19, 24, 32, 0.2), rgba(19, 24, 32, 0.06) 50%, transparent 72%);
    filter: blur(14px);
}

body.site-page-products .products-3d-card-object {
    transform:
        rotateX(calc(5deg + var(--tilt-x)))
        rotateY(calc(var(--start-y) + var(--tilt-y)))
        translateZ(36px);
}

body.site-page-products .products-3d-card-face {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 7px;
    background: #ffffff;
    box-shadow:
        0 28px 58px rgba(19, 24, 32, 0.18),
        0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

body.site-page-products .products-3d-card-face::before {
    inset: 11px;
    border-color: rgba(255, 255, 255, 0.58);
}

body.site-page-products .products-3d-card-face::after {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%),
        linear-gradient(0deg, rgba(10, 13, 18, 0.72), rgba(10, 13, 18, 0.16) 42%, transparent 62%);
}

body.site-page-products .products-3d-card-side {
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.34), rgba(30, 34, 41, 0.32)),
        #d9dde2;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.28),
        inset -8px 0 16px rgba(17, 24, 39, 0.22);
}

body.site-page-products .products-3d-card-side-right {
    right: -18px;
    width: 22px;
}

body.site-page-products .products-3d-card-side-bottom {
    right: -8px;
    bottom: -18px;
    height: 24px;
}

body.site-page-products .products-3d-image-card img {
    filter: saturate(1.02) contrast(1.05);
    transform: scale(1.035) translateZ(34px);
}

body.site-page-products .products-3d-image-card:hover img,
body.site-page-products .products-3d-image-card:focus-visible img {
    filter: saturate(1.06) contrast(1.08);
    transform: scale(1.08) translateZ(62px);
}

body.site-page-products .products-3d-light {
    opacity: 0.34;
}

body.site-page-products .products-3d-image-number {
    top: 13px;
    right: 13px;
    min-width: 32px;
    height: 26px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 4px;
    background: rgba(18, 20, 24, 0.82);
    color: #ffb15f;
}

body.site-page-products .products-3d-image-name {
    padding: 18px 16px 16px;
    color: #ffffff;
    font-size: clamp(14px, 1.18vw, 17px);
    font-weight: 900;
    line-height: 1.12;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38);
}

/* Final product viewer: premium, clean, and controllable in all directions. */
body.site-page-products .products-3d-gallery-page {
    background: #f7f8fa;
    padding: 108px clamp(18px, 5vw, 76px) 72px;
}

body.site-page-products .products-3d-gallery-page::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 248, 250, 0.96)),
        radial-gradient(circle at 50% 0%, rgba(255, 106, 0, 0.06), transparent 34rem);
    pointer-events: none;
}

body.site-page-products .products-3d-gallery-page > * {
    position: relative;
    z-index: 1;
}

body.site-page-products .products-3d-gallery-page .hero-logo {
    width: clamp(122px, 12vw, 176px);
}

body.site-page-products .products-3d-gallery-page > .floating-nav {
    border: 1px solid rgba(20, 24, 31, 0.1);
    background: rgba(31, 36, 44, 0.9);
    color: #ffffff;
    box-shadow: 0 18px 46px rgba(20, 24, 31, 0.18);
}

body.site-page-products .products-3d-gallery-copy {
    max-width: 760px;
    margin-bottom: clamp(28px, 4vw, 46px);
}

body.site-page-products .products-3d-gallery-copy h1 {
    color: #11151c;
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: 1.02;
}

body.site-page-products .products-3d-gallery-copy p:not(.eyebrow) {
    max-width: 620px;
    color: rgba(17, 21, 28, 0.58);
}

body.site-page-products .products-3d-image-grid {
    max-width: 1240px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 42px);
    padding: 10px 4px 54px;
    perspective: 1600px;
}

body.site-page-products .products-3d-image-card {
    --shift-x: 0px;
    --shift-y: 0px;
    --start-y: 0deg;
    min-height: clamp(280px, 27vw, 370px);
    cursor: grab;
}

body.site-page-products .products-3d-image-card:nth-child(even) {
    --start-y: 0deg;
}

body.site-page-products .products-3d-image-card.is-rotating {
    cursor: grabbing;
}

body.site-page-products .products-3d-image-card:hover,
body.site-page-products .products-3d-image-card:focus-visible,
body.site-page-products .products-3d-image-card.is-rotating {
    transform: translate3d(var(--shift-x), var(--shift-y), 0);
}

body.site-page-products .products-3d-card-side {
    display: none;
}

body.site-page-products .products-3d-card-shadow {
    right: 10px;
    bottom: -30px;
    left: 10px;
    height: 34%;
    background: radial-gradient(ellipse, rgba(17, 21, 28, 0.22), rgba(17, 21, 28, 0.07) 46%, transparent 72%);
    filter: blur(18px);
    opacity: 0.78;
    transform: rotateX(78deg) translateZ(-90px);
}

body.site-page-products .products-3d-card-object,
body.site-page-products .products-3d-image-card:hover .products-3d-card-object,
body.site-page-products .products-3d-image-card:focus-visible .products-3d-card-object,
body.site-page-products .products-3d-image-card.is-rotating .products-3d-card-object {
    border-radius: 10px;
    transform:
        rotateX(var(--tilt-x))
        rotateY(var(--tilt-y))
        translateZ(58px);
    transition: transform 0.12s ease-out;
}

body.site-page-products .products-3d-card-face {
    border: 1px solid rgba(17, 21, 28, 0.1);
    border-radius: 10px;
    background: #ffffff;
    box-shadow:
        0 34px 76px rgba(17, 21, 28, 0.16),
        0 12px 24px rgba(17, 21, 28, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transform: translateZ(0);
}

body.site-page-products .products-3d-card-face::before {
    inset: 12px;
    border-color: rgba(255, 255, 255, 0.64);
}

body.site-page-products .products-3d-card-face::after {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 38%),
        linear-gradient(0deg, rgba(11, 15, 20, 0.68), rgba(11, 15, 20, 0.16) 40%, transparent 64%);
}

body.site-page-products .products-3d-image-card img {
    filter: saturate(1.02) contrast(1.04);
    transform:
        translate3d(calc(var(--shift-x) * -0.45), calc(var(--shift-y) * -0.45), 48px)
        scale(1.08);
}

body.site-page-products .products-3d-image-card:hover img,
body.site-page-products .products-3d-image-card:focus-visible img,
body.site-page-products .products-3d-image-card.is-rotating img {
    filter: saturate(1.07) contrast(1.08);
    transform:
        translate3d(calc(var(--shift-x) * -0.7), calc(var(--shift-y) * -0.7), 76px)
        scale(1.12);
}

body.site-page-products .products-3d-light {
    opacity: 0.3;
    background: radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(255, 255, 255, 0.58), transparent 27%);
}

body.site-page-products .products-3d-image-number {
    min-width: 30px;
    height: 26px;
    border-radius: 5px;
    background: rgba(17, 21, 28, 0.84);
    color: #ff9b3d;
    font-size: 10px;
}

body.site-page-products .products-3d-image-name {
    max-width: calc(100% - 8px);
    padding: 18px 16px 16px;
    font-size: clamp(13px, 1.08vw, 16px);
    line-height: 1.13;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}

@media (max-width: 980px) {
    body.site-page-products .products-3d-image-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    body.site-page-products .products-3d-gallery-page {
        padding: 100px 14px 56px;
    }

    body.site-page-products .products-3d-image-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 14px;
    }

    body.site-page-products .products-3d-image-card {
        min-height: 250px;
    }
}

/* Reference-style MG hardware product studio. */
body.site-page-products .products-3d-gallery-page {
    min-height: 100vh;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 50% 12%, rgba(255, 106, 0, 0.07), transparent 32rem),
        linear-gradient(180deg, #ffffff 0%, #f6f7f9 48%, #ffffff 100%);
    color: #10141b;
    padding: 108px clamp(18px, 5vw, 72px) 74px;
}

body.site-page-products .products-3d-gallery-copy {
    max-width: 780px;
    margin: 0 auto clamp(26px, 4vw, 44px);
    text-align: center;
}

body.site-page-products .products-3d-gallery-copy .eyebrow {
    margin-bottom: 12px;
    color: #ff6a00;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0;
}

body.site-page-products .products-3d-gallery-copy h1 {
    margin: 0;
    color: #11151c;
    font-size: clamp(36px, 5vw, 72px);
    line-height: 0.98;
}

body.site-page-products .products-3d-gallery-copy p:not(.eyebrow) {
    max-width: 650px;
    margin: 18px auto 0;
    color: rgba(17, 21, 28, 0.6);
    font-size: clamp(14px, 1.2vw, 17px);
    line-height: 1.7;
}

body.site-page-products .products-studio-viewer {
    max-width: 1280px;
    margin: 0 auto;
}

body.site-page-products .products-studio-main {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 54px;
    gap: clamp(10px, 2vw, 22px);
    align-items: center;
}

body.site-page-products .products-studio-scene {
    position: relative;
    display: grid;
    min-height: clamp(470px, 58vh, 680px);
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(17, 21, 28, 0.08);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 249, 251, 0.92)),
        #ffffff;
    box-shadow: 0 34px 90px rgba(17, 21, 28, 0.12);
    perspective: 1500px;
}

body.site-page-products .products-studio-glow {
    position: absolute;
    width: min(58vw, 690px);
    aspect-ratio: 1;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 106, 0, 0.16), rgba(255, 255, 255, 0) 62%);
    filter: blur(10px);
    transform: translateY(-6%);
}

body.site-page-products .products-studio-floor {
    position: absolute;
    right: 16%;
    bottom: 11%;
    left: 16%;
    height: 90px;
    border-radius: 999px;
    background: radial-gradient(ellipse, rgba(17, 21, 28, 0.24), rgba(17, 21, 28, 0.08) 44%, transparent 72%);
    filter: blur(16px);
    transform: rotateX(72deg);
}

body.site-page-products .products-studio-object {
    --move-x: 0px;
    --move-y: 0px;
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    position: relative;
    z-index: 3;
    display: grid;
    width: min(54vw, 620px);
    min-width: 320px;
    aspect-ratio: 1.12;
    place-items: center;
    margin: 0;
    cursor: grab;
    transform:
        translate3d(var(--move-x), var(--move-y), 0)
        rotateX(var(--tilt-x))
        rotateY(var(--tilt-y));
    transform-style: preserve-3d;
    transition: transform 0.18s ease-out;
}

body.site-page-products .products-studio-frame {
    position: absolute;
    inset: 10% 8% 8%;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(224, 229, 236, 0.38)),
        rgba(255, 255, 255, 0.48);
    box-shadow:
        0 34px 70px rgba(17, 21, 28, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
    transform: translateZ(-34px) rotateX(4deg);
}

body.site-page-products .products-studio-object img {
    position: relative;
    z-index: 2;
    width: min(92%, 560px);
    max-height: min(72vh, 560px);
    object-fit: contain;
    filter:
        saturate(1.07)
        contrast(1.06)
        drop-shadow(0 34px 34px rgba(17, 21, 28, 0.22));
    transform: translateZ(86px) scale(1.02);
    transition: opacity 0.18s ease, transform 0.22s ease, filter 0.22s ease;
}

body.site-page-products .products-studio-object:hover img {
    filter:
        saturate(1.12)
        contrast(1.08)
        drop-shadow(0 42px 42px rgba(17, 21, 28, 0.25));
    transform: translateZ(108px) scale(1.045);
}

body.site-page-products .products-studio-info {
    position: absolute;
    right: clamp(18px, 3vw, 38px);
    bottom: clamp(18px, 3vw, 36px);
    z-index: 4;
    width: min(330px, calc(100% - 36px));
    border: 1px solid rgba(17, 21, 28, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    padding: 18px;
    box-shadow: 0 24px 60px rgba(17, 21, 28, 0.12);
    backdrop-filter: blur(18px);
}

body.site-page-products .products-studio-info span,
body.site-page-products .products-studio-info p {
    color: #ff6a00;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

body.site-page-products .products-studio-info h2 {
    margin: 8px 0 0;
    color: #11151c;
    font-size: clamp(22px, 2vw, 34px);
    line-height: 1.05;
}

body.site-page-products .products-studio-info p {
    margin: 9px 0 0;
    color: rgba(17, 21, 28, 0.54);
}

body.site-page-products .products-studio-arrow {
    position: relative;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(17, 21, 28, 0.12);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(17, 21, 28, 0.1);
    cursor: pointer;
}

body.site-page-products .products-studio-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    border-top: 2px solid #11151c;
    border-left: 2px solid #11151c;
}

body.site-page-products .products-studio-prev::before {
    transform: rotate(-45deg) translate(2px, 2px);
}

body.site-page-products .products-studio-next::before {
    transform: rotate(135deg) translate(2px, 2px);
}

body.site-page-products .products-studio-controls {
    position: absolute;
    left: clamp(16px, 2.4vw, 30px);
    bottom: clamp(16px, 2.4vw, 30px);
    z-index: 5;
    display: grid;
    width: 128px;
    height: 128px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 6px;
}

body.site-page-products .products-studio-controls button {
    position: relative;
    border: 1px solid rgba(17, 21, 28, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 28px rgba(17, 21, 28, 0.1);
    cursor: pointer;
    backdrop-filter: blur(14px);
}

body.site-page-products .products-studio-controls button::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #11151c;
    border-left: 2px solid #11151c;
}

body.site-page-products .products-studio-controls [data-product-move="up"] {
    grid-column: 2;
    grid-row: 1;
}

body.site-page-products .products-studio-controls [data-product-move="up"]::before {
    transform: rotate(45deg);
}

body.site-page-products .products-studio-controls [data-product-move="left"] {
    grid-column: 1;
    grid-row: 2;
}

body.site-page-products .products-studio-controls [data-product-move="left"]::before {
    transform: rotate(-45deg);
}

body.site-page-products .products-studio-controls [data-product-move="right"] {
    grid-column: 3;
    grid-row: 2;
}

body.site-page-products .products-studio-controls [data-product-move="right"]::before {
    transform: rotate(135deg);
}

body.site-page-products .products-studio-controls [data-product-move="down"] {
    grid-column: 2;
    grid-row: 3;
}

body.site-page-products .products-studio-controls [data-product-move="down"]::before {
    transform: rotate(225deg);
}

body.site-page-products .products-studio-rail {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    margin: 22px auto 0;
    padding: 6px 2px 18px;
    scrollbar-width: none;
}

body.site-page-products .products-studio-rail::-webkit-scrollbar {
    display: none;
}

body.site-page-products .products-studio-rail button {
    position: relative;
    display: grid;
    width: 112px;
    height: 86px;
    flex: 0 0 112px;
    overflow: hidden;
    border: 1px solid rgba(17, 21, 28, 0.09);
    border-radius: 12px;
    background: #ffffff;
    cursor: pointer;
    padding: 0;
    box-shadow: 0 14px 34px rgba(17, 21, 28, 0.08);
}

body.site-page-products .products-studio-rail button.active {
    border-color: #ff6a00;
    box-shadow: 0 18px 42px rgba(255, 106, 0, 0.18);
}

body.site-page-products .products-studio-rail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.site-page-products .products-studio-rail span {
    position: absolute;
    right: 7px;
    bottom: 7px;
    border-radius: 5px;
    background: rgba(17, 21, 28, 0.82);
    color: #ffb15f;
    padding: 4px 6px;
    font-size: 10px;
    font-weight: 950;
}

@media (max-width: 900px) {
    body.site-page-products .products-studio-main {
        grid-template-columns: 1fr;
    }

    body.site-page-products .products-studio-arrow {
        display: none;
    }

    body.site-page-products .products-studio-scene {
        min-height: 560px;
    }
}

@media (max-width: 640px) {
    body.site-page-products .products-3d-gallery-page {
        padding: 100px 12px 54px;
    }

    body.site-page-products .products-studio-scene {
        min-height: 520px;
        border-radius: 14px;
    }

    body.site-page-products .products-studio-object {
        width: 92vw;
        min-width: 0;
    }

    body.site-page-products .products-studio-info,
    body.site-page-products .products-studio-controls {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        margin: 14px auto 0;
    }

    body.site-page-products .products-studio-info {
        align-self: end;
    }
}

/* Final override: Cartier-reference inspired dark showroom for MG hardware products. */
body.site-page-products .products-3d-gallery-page {
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 62% 72%, rgba(255, 255, 255, 0.08), transparent 11rem),
        radial-gradient(circle at 28% 30%, rgba(255, 106, 0, 0.08), transparent 18rem),
        linear-gradient(115deg, #050505 0%, #111111 44%, #070707 100%) !important;
    color: #ffffff;
    padding: 0 !important;
}

body.site-page-products .products-3d-gallery-page::before {
    content: "";
    position: fixed;
    inset: 86px 0 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 100%),
        radial-gradient(circle at 51% 88%, rgba(255, 255, 255, 0.16), transparent 16rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.34));
    background-size: 33.33% 100%, 100% 50%, auto, auto;
    opacity: 0.42;
    pointer-events: none;
}

body.site-page-products .products-3d-gallery-page::after {
    content: "";
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 38vh;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(22, 22, 22, 0), #050505);
    transform: perspective(900px) rotateX(62deg);
    transform-origin: bottom;
    pointer-events: none;
}

body.site-page-products .products-3d-gallery-page .hero-header {
    top: 18px !important;
    right: 28px !important;
    left: 28px !important;
}

body.site-page-products .products-3d-gallery-page .hero-logo {
    width: clamp(118px, 13vw, 190px) !important;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.62));
}

body.site-page-products .products-3d-gallery-page > .floating-nav {
    top: 24px !important;
    right: 50% !important;
    left: auto !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 9, 11, 0.62) !important;
    color: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
    transform: translateX(50%) !important;
    backdrop-filter: blur(18px);
}

body.site-page-products .products-3d-gallery-copy {
    position: absolute !important;
    top: 112px;
    right: 50%;
    z-index: 5;
    max-width: 430px;
    margin: 0 !important;
    color: #ffffff;
    text-align: center;
    transform: translateX(50%);
    pointer-events: none;
}

body.site-page-products .products-3d-gallery-copy::before {
    content: "SOUND";
    position: fixed;
    top: 16px;
    left: max(30px, calc(50vw - 650px));
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.04em;
}

body.site-page-products .products-3d-gallery-copy .eyebrow {
    margin: 0 0 12px;
    color: #ffffff !important;
    font-family: Georgia, serif;
    font-size: clamp(24px, 3vw, 42px);
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}

body.site-page-products .products-3d-gallery-copy h1 {
    max-width: 300px;
    margin: 0 auto;
    color: #ffffff !important;
    font-family: Georgia, serif;
    font-size: clamp(28px, 3vw, 48px);
    font-weight: 400;
    line-height: 1.08;
}

body.site-page-products .products-3d-gallery-copy p:not(.eyebrow) {
    display: none;
}

body.site-page-products .products-studio-viewer {
    position: relative;
    z-index: 2;
    max-width: none !important;
    min-height: 100vh;
    margin: 0 !important;
    padding: 86px 0 0;
}

body.site-page-products .products-studio-main {
    display: block !important;
}

body.site-page-products .products-studio-scene {
    position: relative;
    display: grid;
    min-height: calc(100vh - 86px) !important;
    overflow: hidden;
    border: 0 !important;
    border-radius: 0 !important;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.48), transparent 22%, transparent 72%, rgba(0, 0, 0, 0.58)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.22)),
        transparent !important;
    box-shadow: none !important;
    perspective: 1300px;
}

body.site-page-products .products-studio-glow {
    width: min(62vw, 840px);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent 62%);
    filter: blur(20px);
    transform: translate(-8%, 10%);
}

body.site-page-products .products-studio-floor {
    right: 18%;
    bottom: 12%;
    left: 18%;
    height: 100px;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06) 36%, transparent 72%);
    filter: blur(18px);
}

body.site-page-products .products-studio-object {
    width: min(68vw, 920px) !important;
    min-width: 520px;
    aspect-ratio: 1.58;
    margin: 0;
    transform:
        translate3d(calc(var(--move-x) - 15vw), var(--move-y), 0)
        rotateX(calc(-2deg + var(--tilt-x)))
        rotateY(calc(-12deg + var(--tilt-y)))
        rotateZ(-1deg) !important;
}

body.site-page-products .products-studio-frame {
    inset: 0;
    border-radius: 6px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03)),
        rgba(0, 0, 0, 0.24);
    box-shadow:
        0 46px 92px rgba(0, 0, 0, 0.52),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transform: translateZ(-44px);
}

body.site-page-products .products-studio-frame::before {
    content: "";
    position: absolute;
    inset: -10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: inherit;
}

body.site-page-products .products-studio-object img {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 5px;
    object-fit: cover;
    opacity: 0.92;
    filter:
        saturate(0.92)
        contrast(1.04)
        brightness(0.92)
        drop-shadow(0 34px 42px rgba(0, 0, 0, 0.38));
    transform: translateZ(72px);
}

body.site-page-products .products-studio-object::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    border-radius: 5px;
    background:
        radial-gradient(circle at 50% 44%, transparent 0 36%, rgba(0, 0, 0, 0.08) 68%),
        linear-gradient(90deg, rgba(255, 106, 0, 0.12), transparent 16%, transparent 78%, rgba(255, 255, 255, 0.08));
    mix-blend-mode: screen;
    pointer-events: none;
    transform: translateZ(86px);
}

body.site-page-products .products-studio-object:hover img {
    filter:
        saturate(1)
        contrast(1.08)
        brightness(0.98)
        drop-shadow(0 42px 48px rgba(0, 0, 0, 0.44));
    transform: translateZ(96px) scale(1.015);
}

body.site-page-products .products-studio-info {
    position: absolute !important;
    right: auto !important;
    bottom: 62px !important;
    left: clamp(24px, 8vw, 132px) !important;
    width: min(360px, calc(100vw - 48px));
    border: 0;
    border-radius: 0;
    background: transparent !important;
    padding: 0;
    box-shadow: none;
    backdrop-filter: none;
    margin: 0 !important;
}

body.site-page-products .products-studio-info span,
body.site-page-products .products-studio-info p {
    color: rgba(255, 255, 255, 0.62);
}

body.site-page-products .products-studio-info h2 {
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: clamp(28px, 4vw, 56px);
    font-weight: 400;
}

body.site-page-products .products-studio-controls {
    position: absolute !important;
    right: clamp(22px, 5vw, 74px) !important;
    bottom: 96px !important;
    left: auto !important;
    width: 94px;
    height: 94px;
    gap: 5px;
    margin: 0 !important;
}

body.site-page-products .products-studio-controls button {
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

body.site-page-products .products-studio-controls button::before {
    border-color: rgba(255, 255, 255, 0.86);
}

body.site-page-products .products-studio-arrow {
    position: absolute;
    top: 50%;
    z-index: 8;
    display: grid !important;
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
    transform: translateY(-50%);
}

body.site-page-products .products-studio-prev {
    left: 28px;
}

body.site-page-products .products-studio-next {
    right: 28px;
}

body.site-page-products .products-studio-arrow::before {
    border-color: rgba(255, 255, 255, 0.86);
}

body.site-page-products .products-studio-rail {
    position: absolute;
    right: 50%;
    bottom: 24px;
    z-index: 9;
    max-width: min(760px, calc(100vw - 44px));
    margin: 0;
    padding: 0;
    transform: translateX(50%);
}

body.site-page-products .products-studio-rail button {
    width: 74px;
    height: 54px;
    flex-basis: 74px;
    border-color: rgba(255, 255, 255, 0.14);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    opacity: 0.58;
    box-shadow: none;
}

body.site-page-products .products-studio-rail button.active {
    border-color: rgba(255, 255, 255, 0.72);
    opacity: 1;
    box-shadow: 0 0 0 1px rgba(255, 106, 0, 0.5);
}

body.site-page-products .products-studio-rail img {
    filter: saturate(0.92) brightness(0.82);
}

body.site-page-products .products-studio-rail span {
    display: none;
}

body.site-page-products .products-studio-viewer::after {
    content: "";
    position: absolute;
    top: 44%;
    right: 30px;
    z-index: 9;
    width: 4px;
    height: 124px;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.96) 0 2px, transparent 3px) 0 0 / 4px 20px repeat-y;
}

@media (max-width: 900px) {
    body.site-page-products .products-studio-object {
        width: 92vw !important;
        min-width: 0;
        transform:
            translate3d(var(--move-x), var(--move-y), 0)
            rotateX(var(--tilt-x))
            rotateY(var(--tilt-y)) !important;
    }
}

@media (max-width: 640px) {
    body.site-page-products .products-3d-gallery-copy {
        top: 112px;
    }

    body.site-page-products .products-3d-gallery-copy h1 {
        font-size: 30px;
    }

    body.site-page-products .products-studio-object {
        aspect-ratio: 1.08;
    }

    body.site-page-products .products-studio-info {
        bottom: 126px !important;
        left: 18px !important;
    }

    body.site-page-products .products-studio-controls {
        right: 18px !important;
        bottom: 124px !important;
    }
}

/* Final correction: blend white product photos into the dark projection, not as white cards. */
body.site-page-products .products-studio-object {
    width: min(64vw, 900px) !important;
    aspect-ratio: 1.72;
    overflow: visible;
}

body.site-page-products .products-studio-frame {
    background:
        radial-gradient(circle at 48% 48%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06) 34%, rgba(0, 0, 0, 0.2) 72%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(0, 0, 0, 0.62)),
        #111111;
    box-shadow:
        0 46px 94px rgba(0, 0, 0, 0.62),
        0 0 70px rgba(255, 255, 255, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body.site-page-products .products-studio-object img {
    background: transparent !important;
    opacity: 0.78;
    mix-blend-mode: multiply;
    filter:
        grayscale(0.82)
        saturate(0.72)
        contrast(1.34)
        brightness(0.72)
        drop-shadow(0 34px 42px rgba(0, 0, 0, 0.5));
}

body.site-page-products .products-studio-object:hover img {
    opacity: 0.86;
    filter:
        grayscale(0.72)
        saturate(0.82)
        contrast(1.42)
        brightness(0.78)
        drop-shadow(0 42px 48px rgba(0, 0, 0, 0.54));
}

body.site-page-products .products-studio-object::before {
    content: "";
    position: absolute;
    inset: -3%;
    z-index: 3;
    border-radius: 6px;
    background:
        linear-gradient(90deg, rgba(255, 106, 0, 0.18), transparent 18%, transparent 74%, rgba(255, 255, 255, 0.1)),
        radial-gradient(circle at 50% 48%, transparent 0 42%, rgba(0, 0, 0, 0.42) 78%),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 4px);
    mix-blend-mode: screen;
    pointer-events: none;
    transform: translateZ(100px);
}

body.site-page-products .products-studio-object::after {
    background:
        radial-gradient(circle at 50% 44%, transparent 0 34%, rgba(0, 0, 0, 0.28) 70%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 24%, rgba(0, 0, 0, 0.34)),
        linear-gradient(90deg, rgba(255, 106, 0, 0.1), transparent 16%, transparent 78%, rgba(255, 255, 255, 0.08));
    mix-blend-mode: normal;
    opacity: 0.9;
}

body.site-page-products .products-studio-info {
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.55);
}

body.site-page-products .products-studio-rail button {
    background: #151515;
}

body.site-page-products .products-studio-rail img {
    mix-blend-mode: multiply;
    filter: grayscale(0.7) contrast(1.28) brightness(0.7);
}

/* Final cutout pass: transparent 3D product over cinematic video-style background. */
body.site-page-products .products-studio-scene {
    --scene-image: none;
    isolation: isolate;
}

body.site-page-products .products-studio-scene::before {
    content: "";
    position: absolute;
    inset: -8%;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.16) 38%, rgba(0, 0, 0, 0.7)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.72)),
        var(--scene-image);
    background-position: center;
    background-size: cover;
    filter: blur(18px) saturate(0.7) brightness(0.48);
    opacity: 0.8;
    transform: scale(1.08);
    transition: background-image 0.35s ease;
}

body.site-page-products .products-studio-glow,
body.site-page-products .products-studio-floor,
body.site-page-products .products-studio-object,
body.site-page-products .products-studio-info,
body.site-page-products .products-studio-controls {
    z-index: 2;
}

body.site-page-products .products-studio-object {
    width: min(58vw, 860px) !important;
    aspect-ratio: 1.45;
}

body.site-page-products .products-studio-frame {
    inset: 7% 5% 5%;
    background:
        radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.08), transparent 38%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.5));
}

body.site-page-products .products-studio-object img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent !important;
    opacity: 1;
    mix-blend-mode: normal !important;
    filter:
        saturate(1.08)
        contrast(1.08)
        brightness(0.98)
        drop-shadow(0 34px 34px rgba(0, 0, 0, 0.62))
        drop-shadow(0 0 28px rgba(255, 255, 255, 0.08));
    transform: translateZ(98px) scale(1.02);
}

body.site-page-products .products-studio-object:hover img {
    opacity: 1;
    mix-blend-mode: normal !important;
    filter:
        saturate(1.12)
        contrast(1.1)
        brightness(1.02)
        drop-shadow(0 42px 42px rgba(0, 0, 0, 0.68))
        drop-shadow(0 0 34px rgba(255, 255, 255, 0.11));
    transform: translateZ(120px) scale(1.055);
}

body.site-page-products .products-studio-object::before {
    background:
        radial-gradient(circle at 48% 48%, rgba(255, 255, 255, 0.14), transparent 32%),
        radial-gradient(circle at 52% 65%, rgba(255, 106, 0, 0.14), transparent 28%);
    mix-blend-mode: screen;
    opacity: 0.65;
}

body.site-page-products .products-studio-object::after {
    inset: -4%;
    background:
        radial-gradient(circle at 50% 50%, transparent 0 42%, rgba(0, 0, 0, 0.24) 78%),
        linear-gradient(90deg, rgba(255, 106, 0, 0.1), transparent 18%, transparent 78%, rgba(255, 255, 255, 0.08));
    opacity: 0.7;
}

body.site-page-products .products-studio-rail img {
    mix-blend-mode: normal !important;
    filter: saturate(0.92) contrast(1.08) brightness(0.72);
}

body.site-page-products .products-studio-rail button.active img {
    filter: saturate(1.08) contrast(1.1) brightness(0.92);
}

/* Final requested reference: warm 3D room with floating hardware image panels. */
body.site-page-products .products-3d-gallery-page {
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 52% 58%, rgba(255, 255, 255, 0.58), transparent 22rem),
        linear-gradient(135deg, #f3dcc2 0%, #efd2b8 38%, #f8ead8 72%, #f7f2ea 100%) !important;
    color: #ffffff;
    padding: 0 !important;
}

body.site-page-products .products-3d-gallery-page::before {
    content: "";
    position: fixed;
    inset: 82px 0 0;
    z-index: 0;
    background:
        linear-gradient(90deg, transparent 0 33%, rgba(255, 255, 255, 0.2) 33% 33.2%, transparent 33.2% 66%, rgba(255, 255, 255, 0.16) 66% 66.2%, transparent 66.2%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 34%),
        radial-gradient(ellipse at 50% 86%, rgba(146, 89, 46, 0.22), transparent 48%);
    opacity: 0.85;
    pointer-events: none;
}

body.site-page-products .products-3d-gallery-page::after {
    content: "";
    position: fixed;
    right: -8vw;
    bottom: -14vh;
    left: -8vw;
    z-index: 0;
    height: 58vh;
    background:
        radial-gradient(ellipse at 46% 28%, rgba(255, 255, 255, 0.52), transparent 28%),
        linear-gradient(180deg, rgba(210, 145, 100, 0.1), rgba(131, 76, 43, 0.18));
    transform: perspective(900px) rotateX(62deg);
    transform-origin: bottom;
    pointer-events: none;
}

body.site-page-products .products-3d-gallery-page .hero-header {
    top: 18px !important;
    right: 28px !important;
    left: 28px !important;
}

body.site-page-products .products-3d-gallery-page .hero-logo {
    width: clamp(116px, 12vw, 178px) !important;
    filter: drop-shadow(0 18px 34px rgba(120, 68, 38, 0.22));
}

body.site-page-products .products-3d-gallery-page > .floating-nav {
    top: 24px !important;
    right: 50% !important;
    left: auto !important;
    border-color: rgba(90, 54, 33, 0.12);
    background: rgba(255, 255, 255, 0.45) !important;
    color: rgba(60, 40, 28, 0.82);
    box-shadow: 0 18px 46px rgba(126, 82, 52, 0.18);
    transform: translateX(50%) !important;
    backdrop-filter: blur(18px);
}

body.site-page-products .products-3d-gallery-copy {
    position: absolute !important;
    top: 114px;
    right: 50%;
    z-index: 8;
    max-width: 410px;
    margin: 0 !important;
    text-align: center;
    transform: translateX(50%);
    pointer-events: none;
}

body.site-page-products .products-3d-gallery-copy::before {
    content: "SOUND";
    position: fixed;
    top: 16px;
    left: max(30px, calc(50vw - 650px));
    color: rgba(54, 34, 24, 0.84);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.04em;
}

body.site-page-products .products-3d-gallery-copy .eyebrow {
    margin: 0 0 12px;
    color: #ffffff !important;
    font-family: Georgia, serif;
    font-size: clamp(24px, 3vw, 42px);
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    text-shadow: 0 12px 30px rgba(112, 67, 40, 0.28);
    text-transform: none;
}

body.site-page-products .products-3d-gallery-copy h1 {
    max-width: 330px;
    margin: 0 auto;
    color: #ffffff !important;
    font-family: Georgia, serif;
    font-size: clamp(29px, 3vw, 48px);
    font-weight: 400;
    line-height: 1.05;
    text-shadow: 0 16px 34px rgba(112, 67, 40, 0.26);
}

body.site-page-products .products-3d-gallery-copy p:not(.eyebrow) {
    display: none;
}

body.site-page-products .products-studio-viewer {
    position: relative;
    z-index: 2;
    max-width: none !important;
    min-height: 100vh;
    margin: 0 !important;
    padding: 82px 0 0;
}

body.site-page-products .products-studio-main {
    display: block !important;
}

body.site-page-products .products-studio-scene {
    --scene-image: none;
    position: relative;
    display: block;
    min-height: calc(100vh - 82px) !important;
    overflow: hidden;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    perspective: 1500px;
}

body.site-page-products .products-studio-scene::before {
    content: "";
    position: absolute;
    inset: 16% 4% 18%;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 28%, transparent 72%, rgba(255, 255, 255, 0.18)),
        var(--scene-image);
    background-size: cover;
    background-position: center;
    border-radius: 28px;
    filter: blur(38px) saturate(0.9) brightness(1.18);
    opacity: 0.28;
    transform: translateZ(-260px) scale(1.08);
}

body.site-page-products .products-studio-glow {
    position: absolute;
    inset: 13% auto auto 50%;
    width: min(74vw, 980px);
    aspect-ratio: 1.9;
    border-radius: 999px;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.22) 36%, transparent 70%);
    filter: blur(20px);
    transform: translateX(-50%);
}

body.site-page-products .products-studio-floor {
    position: absolute;
    right: 26%;
    bottom: 10%;
    left: 26%;
    height: 92px;
    border-radius: 999px;
    background: radial-gradient(ellipse, rgba(127, 77, 42, 0.25), rgba(127, 77, 42, 0.08) 46%, transparent 72%);
    filter: blur(12px);
    transform: rotateX(72deg);
}

body.site-page-products .products-studio-object {
    --move-x: 0px;
    --move-y: 0px;
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 5;
    width: min(42vw, 620px) !important;
    min-width: 360px;
    aspect-ratio: 1.45;
    margin: 0;
    transform:
        translate3d(calc(-50% + var(--move-x)), calc(-45% + var(--move-y)), 0)
        rotateX(var(--tilt-x))
        rotateY(var(--tilt-y)) !important;
    transform-style: preserve-3d;
    transition: transform 0.2s ease;
}

body.site-page-products .products-studio-frame {
    display: none;
}

body.site-page-products .products-studio-object img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent !important;
    opacity: 1;
    mix-blend-mode: normal !important;
    filter:
        saturate(1.08)
        contrast(1.06)
        brightness(1.02)
        drop-shadow(0 34px 28px rgba(94, 56, 32, 0.32))
        drop-shadow(0 0 30px rgba(255, 255, 255, 0.26));
    transform: translateZ(110px) scale(1.03);
}

body.site-page-products .products-studio-object:hover img {
    filter:
        saturate(1.14)
        contrast(1.08)
        brightness(1.05)
        drop-shadow(0 42px 34px rgba(94, 56, 32, 0.36))
        drop-shadow(0 0 36px rgba(255, 255, 255, 0.32));
    transform: translateZ(138px) scale(1.065);
}

body.site-page-products .products-studio-object::before,
body.site-page-products .products-studio-object::after {
    content: none !important;
}

body.site-page-products .products-studio-info {
    position: absolute !important;
    bottom: 52px !important;
    left: clamp(28px, 8vw, 138px) !important;
    z-index: 8;
    width: min(330px, calc(100vw - 56px));
    margin: 0 !important;
    border: 0;
    background: transparent !important;
    padding: 0;
    box-shadow: none;
    text-shadow: 0 14px 34px rgba(102, 61, 35, 0.28);
}

body.site-page-products .products-studio-info span,
body.site-page-products .products-studio-info p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

body.site-page-products .products-studio-info h2 {
    margin: 10px 0 0;
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: clamp(30px, 4vw, 58px);
    font-weight: 400;
    line-height: 1.02;
}

body.site-page-products .products-studio-controls {
    position: absolute !important;
    right: clamp(20px, 5vw, 76px) !important;
    bottom: 86px !important;
    left: auto !important;
    z-index: 10;
    width: 96px;
    height: 96px;
    margin: 0 !important;
    gap: 5px;
}

body.site-page-products .products-studio-controls button {
    border-color: rgba(255, 255, 255, 0.36);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 12px 28px rgba(119, 76, 46, 0.12);
    backdrop-filter: blur(12px);
}

body.site-page-products .products-studio-controls button::before {
    border-color: rgba(70, 46, 32, 0.82);
}

body.site-page-products .products-studio-arrow {
    position: absolute;
    top: 52%;
    z-index: 11;
    display: grid !important;
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 14px 32px rgba(119, 76, 46, 0.12);
    transform: translateY(-50%);
    backdrop-filter: blur(14px);
}

body.site-page-products .products-studio-prev {
    left: 28px;
}

body.site-page-products .products-studio-next {
    right: 28px;
}

body.site-page-products .products-studio-arrow::before {
    border-color: rgba(70, 46, 32, 0.82);
}

body.site-page-products .products-studio-rail {
    position: absolute;
    inset: 82px 0 0;
    z-index: 4;
    display: block;
    max-width: none;
    margin: 0;
    overflow: visible;
    padding: 0;
    pointer-events: none;
    transform-style: preserve-3d;
}

body.site-page-products .products-studio-rail button {
    position: absolute;
    display: grid;
    width: clamp(108px, 13vw, 210px);
    height: clamp(76px, 9vw, 138px);
    place-items: center;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.24);
    box-shadow: 0 26px 60px rgba(116, 72, 42, 0.16);
    opacity: 0.9;
    pointer-events: auto;
    backdrop-filter: blur(8px);
    transform-style: preserve-3d;
    transition: transform 0.22s ease, opacity 0.22s ease, box-shadow 0.22s ease;
}

body.site-page-products .products-studio-rail button.active {
    border-color: rgba(255, 255, 255, 0.82);
    opacity: 1;
    box-shadow: 0 34px 76px rgba(116, 72, 42, 0.22), 0 0 0 1px rgba(255, 106, 0, 0.28);
}

body.site-page-products .products-studio-rail img {
    width: 88%;
    height: 88%;
    object-fit: contain;
    mix-blend-mode: normal !important;
    filter:
        saturate(1.04)
        contrast(1.05)
        brightness(1.04)
        drop-shadow(0 14px 14px rgba(92, 55, 31, 0.22));
}

body.site-page-products .products-studio-rail span {
    display: none;
}

body.site-page-products .products-studio-rail button:nth-child(1) {
    top: 23%;
    left: 9%;
    transform: rotateY(16deg) rotateZ(3deg) translateZ(-70px);
}

body.site-page-products .products-studio-rail button:nth-child(2) {
    top: 35%;
    left: 12%;
    width: clamp(150px, 21vw, 285px);
    height: clamp(100px, 13vw, 180px);
    transform: rotateY(12deg) rotateZ(-2deg) translateZ(26px);
}

body.site-page-products .products-studio-rail button:nth-child(3) {
    top: 24%;
    left: 32%;
    transform: rotateY(7deg) translateZ(-34px);
}

body.site-page-products .products-studio-rail button:nth-child(4) {
    top: 17%;
    left: 44%;
    transform: rotateX(4deg) translateZ(-86px);
}

body.site-page-products .products-studio-rail button:nth-child(5) {
    top: 23%;
    right: 33%;
    transform: rotateY(-6deg) translateZ(-26px);
}

body.site-page-products .products-studio-rail button:nth-child(6) {
    top: 21%;
    right: 18%;
    transform: rotateY(-14deg) rotateZ(2deg) translateZ(-52px);
}

body.site-page-products .products-studio-rail button:nth-child(7) {
    top: 41%;
    right: 15%;
    width: clamp(132px, 17vw, 240px);
    height: clamp(92px, 11vw, 160px);
    transform: rotateY(-13deg) rotateZ(-2deg) translateZ(18px);
}

body.site-page-products .products-studio-rail button:nth-child(8) {
    bottom: 28%;
    right: 28%;
    transform: rotateY(-8deg) translateZ(-18px);
}

body.site-page-products .products-studio-rail button:nth-child(9) {
    bottom: 23%;
    left: 30%;
    transform: rotateY(8deg) rotateZ(2deg) translateZ(-18px);
}

body.site-page-products .products-studio-rail button:nth-child(10) {
    bottom: 18%;
    right: 9%;
    transform: rotateY(-18deg) rotateZ(3deg) translateZ(-80px);
}

body.site-page-products .products-studio-viewer::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 30px;
    z-index: 12;
    width: 4px;
    height: 124px;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.92) 0 2px, transparent 3px) 0 0 / 4px 20px repeat-y;
}

@media (max-width: 900px) {
    body.site-page-products .products-studio-object {
        top: 49%;
        width: 84vw !important;
        min-width: 0;
    }

    body.site-page-products .products-studio-rail button {
        width: 130px;
        height: 88px;
    }
}

@media (max-width: 640px) {
    body.site-page-products .products-3d-gallery-copy {
        top: 112px;
    }

    body.site-page-products .products-3d-gallery-copy h1 {
        font-size: 28px;
    }

    body.site-page-products .products-studio-rail button:nth-child(n + 6) {
        display: none;
    }

    body.site-page-products .products-studio-info {
        bottom: 116px !important;
        left: 18px !important;
    }
}

/* Final video-match pass: dark mouse-reactive exhibition room with central hardware object. */
body.site-page-products .products-3d-gallery-page {
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 86%, rgba(180, 142, 76, 0.13), transparent 22rem),
        radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.07), transparent 24rem),
        linear-gradient(180deg, #090909 0%, #11100e 42%, #050505 100%) !important;
}

body.site-page-products .products-3d-gallery-page::before {
    opacity: 0.16;
    background:
        radial-gradient(circle at 50% 55%, rgba(255, 255, 255, 0.12), transparent 24rem),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 25%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 50%);
    background-size: auto, 25% 100%, 100% 50%;
}

body.site-page-products .products-3d-gallery-page::after {
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.14), transparent 26%),
        radial-gradient(ellipse at 50% 36%, rgba(172, 135, 72, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(0, 0, 0, 0), #050505 76%);
}

body.site-page-products .products-3d-gallery-copy {
    top: 116px;
}

body.site-page-products .products-3d-gallery-copy .eyebrow {
    color: #ffffff !important;
    font-size: clamp(26px, 3vw, 44px);
}

body.site-page-products .products-3d-gallery-copy h1 {
    max-width: 520px;
    color: #ffffff !important;
    font-size: clamp(28px, 3.1vw, 50px);
    text-transform: uppercase;
}

body.site-page-products .products-studio-scene {
    --room-x: 0px;
    --room-y: 0px;
    --room-rot-x: 0deg;
    --room-rot-y: 0deg;
    min-height: calc(100vh - 82px) !important;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.64), transparent 22%, transparent 76%, rgba(0, 0, 0, 0.7)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.38)) !important;
    perspective: 1500px;
}

body.site-page-products .products-studio-scene::before {
    inset: 15% 12% 30%;
    z-index: 1;
    border-radius: 50% / 10%;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.84) 50%, rgba(255, 255, 255, 0.72)),
        var(--scene-image);
    background-position: center;
    background-size: cover;
    opacity: 0.92;
    filter:
        grayscale(0.18)
        saturate(0.9)
        contrast(1.04)
        brightness(0.88)
        drop-shadow(0 44px 60px rgba(0, 0, 0, 0.45));
    transform:
        translate3d(calc(var(--room-x) * -0.45), calc(var(--room-y) * -0.2), -180px)
        rotateX(calc(-2deg + var(--room-rot-x)))
        rotateY(var(--room-rot-y))
        scaleX(1.06);
    transform-style: preserve-3d;
    transition: transform 0.16s ease-out, background-image 0.35s ease;
}

body.site-page-products .products-studio-scene::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8vh;
    left: 0;
    z-index: 0;
    height: 43vh;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.12), transparent 32%),
        radial-gradient(ellipse at 50% 24%, rgba(183, 146, 76, 0.2), transparent 32%),
        linear-gradient(180deg, rgba(78, 72, 62, 0.22), rgba(0, 0, 0, 0.28));
    transform: perspective(900px) rotateX(64deg);
    transform-origin: bottom;
}

body.site-page-products .products-studio-glow {
    z-index: 2;
    top: auto;
    right: auto;
    bottom: 22%;
    left: 12%;
    width: 46px;
    height: 198px;
    border-radius: 50% / 8%;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(210, 177, 102, 0.92), rgba(255, 255, 255, 0.12)),
        #c7a45b;
    filter: blur(0);
    opacity: 0.9;
    box-shadow:
        72px 34px 0 -6px rgba(205, 176, 112, 0.82),
        132px 4px 0 3px rgba(236, 218, 168, 0.76),
        780px 38px 0 -5px rgba(214, 178, 87, 0.86),
        842px 18px 0 6px rgba(238, 218, 162, 0.72),
        908px 78px 0 -14px rgba(211, 179, 104, 0.8);
    transform:
        translate3d(calc(var(--room-x) * -0.85), calc(var(--room-y) * -0.26), 90px)
        rotateY(calc(8deg + var(--room-rot-y)));
}

body.site-page-products .products-studio-floor {
    z-index: 1;
    right: 20%;
    bottom: 14%;
    left: 20%;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.2), rgba(207, 166, 82, 0.16) 32%, transparent 72%);
}

body.site-page-products .products-studio-object {
    top: 44%;
    left: 50%;
    z-index: 5;
    width: min(25vw, 360px) !important;
    min-width: 260px;
    aspect-ratio: 0.9;
    transform:
        translate3d(calc(-50% + var(--move-x) + var(--room-x) * 0.22), calc(-45% + var(--move-y) + var(--room-y) * 0.18), 160px)
        rotateX(calc(var(--tilt-x) * 0.55))
        rotateY(calc(var(--tilt-y) * 0.65)) !important;
}

body.site-page-products .products-studio-object img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter:
        saturate(1.14)
        contrast(1.08)
        brightness(1.03)
        drop-shadow(0 32px 22px rgba(0, 0, 0, 0.52))
        drop-shadow(0 0 38px rgba(255, 255, 255, 0.16));
    transform: translateZ(130px) scale(1.06);
}

body.site-page-products .products-studio-object:hover img {
    transform: translateZ(156px) scale(1.1);
}

body.site-page-products .products-studio-info {
    bottom: 56px !important;
    left: clamp(28px, 8vw, 142px) !important;
}

body.site-page-products .products-studio-info h2 {
    max-width: 360px;
    color: #ffffff;
    font-size: clamp(32px, 4vw, 58px);
}

body.site-page-products .products-studio-info span,
body.site-page-products .products-studio-info p {
    color: rgba(255, 255, 255, 0.78);
}

body.site-page-products .products-studio-rail {
    display: none;
}

body.site-page-products .products-studio-controls {
    right: clamp(24px, 5vw, 80px) !important;
    bottom: 80px !important;
}

body.site-page-products .products-studio-arrow {
    top: 52%;
    width: 48px;
    height: 48px;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
}

body.site-page-products .products-studio-arrow::before,
body.site-page-products .products-studio-controls button::before {
    border-color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 900px) {
    body.site-page-products .products-studio-object {
        width: min(54vw, 360px) !important;
        min-width: 210px;
    }

    body.site-page-products .products-studio-glow {
        display: none;
    }
}

/* Cartier reference correction: product as the floating 3D hero, room as cinematic background. */
body.site-page-products {
    background: #050505 !important;
    overflow: hidden !important;
}

body.site-page-products main#top,
body.site-page-products .products-3d-gallery-page {
    height: 100vh !important;
    min-height: 720px;
    overflow: hidden !important;
}

body.site-page-products .site-footer,
body.site-page-products .chatbot,
body.site-page-products .fluid-cursor-layer,
body.site-page-products .three-hardware-layer {
    display: none !important;
}

body.site-page-products .products-3d-gallery-page {
    isolation: isolate;
    background:
        radial-gradient(ellipse at 50% 100%, rgba(201, 160, 88, 0.16), transparent 34%),
        radial-gradient(ellipse at 50% 20%, rgba(255, 255, 255, 0.08), transparent 28%),
        linear-gradient(180deg, #070707 0%, #11100f 48%, #030303 100%) !important;
}

body.site-page-products .products-3d-gallery-page::before {
    opacity: 0.42 !important;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 16.66%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 33.33%),
        radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.12), transparent 25rem) !important;
    background-size: 16.66% 100%, 100% 33.33%, auto !important;
}

body.site-page-products .products-3d-gallery-copy {
    top: clamp(92px, 12vh, 132px) !important;
    z-index: 18;
    pointer-events: none;
}

body.site-page-products .products-3d-gallery-copy .eyebrow {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0;
}

body.site-page-products .products-3d-gallery-copy h1 {
    width: min(520px, 58vw);
    margin-inline: auto;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4vw, 58px) !important;
    line-height: 0.96;
    letter-spacing: 0;
    text-shadow: 0 14px 36px rgba(0, 0, 0, 0.48);
}

body.site-page-products .products-3d-gallery-copy > p:last-child {
    display: none;
}

body.site-page-products .products-studio-viewer,
body.site-page-products .products-studio-main,
body.site-page-products .products-studio-scene {
    height: 100%;
}

body.site-page-products .products-studio-scene {
    --room-x: 0px;
    --room-y: 0px;
    --room-rot-x: 0deg;
    --room-rot-y: 0deg;
    min-height: 100vh !important;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 50% 58%, rgba(255, 255, 255, 0.08), transparent 18%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.1) 38%, rgba(0, 0, 0, 0.1) 62%, rgba(0, 0, 0, 0.9)),
        linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.03) 28%, rgba(0, 0, 0, 0.52) 100%) !important;
    perspective: 1700px;
}

body.site-page-products .products-studio-scene::before {
    inset: 10% 0 auto;
    height: 64%;
    z-index: 0;
    border-radius: 0;
    background:
        radial-gradient(ellipse at 50% 70%, rgba(255, 255, 255, 0.11), transparent 32%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 25%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 50%),
        linear-gradient(90deg, #050505, #131211 48%, #050505) !important;
    opacity: 1 !important;
    filter: none !important;
    transform:
        translate3d(calc(var(--room-x) * -0.18), calc(var(--room-y) * -0.08), -260px)
        rotateX(calc(var(--room-rot-x) * 0.45))
        rotateY(calc(var(--room-rot-y) * 0.7)) !important;
}

body.site-page-products .products-studio-scene::after {
    right: -10%;
    bottom: -14vh;
    left: -10%;
    z-index: 1;
    height: 50vh;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.14), transparent 26%),
        radial-gradient(ellipse at 50% 14%, rgba(211, 166, 83, 0.24), transparent 34%),
        linear-gradient(180deg, rgba(139, 123, 96, 0.18), rgba(0, 0, 0, 0.72)) !important;
    transform:
        translate3d(calc(var(--room-x) * -0.14), calc(var(--room-y) * -0.05), -80px)
        perspective(1000px)
        rotateX(67deg) !important;
}

body.site-page-products .products-studio-screen {
    position: absolute;
    top: 24%;
    left: 14%;
    z-index: 2;
    width: 72%;
    height: 40%;
    border-radius: 48% / 8%;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(246, 242, 229, 0.88), rgba(255, 255, 255, 0.96) 50%, rgba(238, 229, 205, 0.86)),
        radial-gradient(ellipse at 50% 64%, rgba(198, 164, 93, 0.28), transparent 44%);
    box-shadow:
        inset 0 0 70px rgba(0, 0, 0, 0.14),
        0 38px 70px rgba(0, 0, 0, 0.44);
    transform:
        translate3d(calc(var(--room-x) * -0.54), calc(var(--room-y) * -0.18), -130px)
        rotateX(calc(-2deg + var(--room-rot-x) * 0.65))
        rotateY(calc(var(--room-rot-y) * 0.95))
        scaleX(1.08);
    transform-style: preserve-3d;
    transition: transform 0.16s ease-out;
}

body.site-page-products .products-studio-screen::before {
    content: "";
    position: absolute;
    inset: -18%;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.56)),
        var(--scene-image);
    background-position: center;
    background-size: cover;
    filter: grayscale(0.4) contrast(0.9) brightness(1.18);
    opacity: 0.22;
    transform: scale(1.12);
}

body.site-page-products .products-studio-screen::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 48% 68%, transparent 0 28%, rgba(255, 255, 255, 0.3) 58%, rgba(0, 0, 0, 0.12) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.16));
}

body.site-page-products .products-studio-glow {
    display: block !important;
    top: auto !important;
    right: auto !important;
    bottom: 19%;
    left: 12%;
    z-index: 5;
    width: 52px;
    height: 218px;
    border-radius: 999px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.34), rgba(202, 164, 82, 0.98) 48%, rgba(98, 72, 24, 0.72)),
        #c9a45b;
    opacity: 0.95 !important;
    filter: none !important;
    box-shadow:
        72px 36px 0 -8px rgba(214, 186, 124, 0.86),
        132px 8px 0 5px rgba(237, 222, 181, 0.7),
        820px 46px 0 -7px rgba(204, 160, 72, 0.92),
        880px 14px 0 10px rgba(236, 218, 162, 0.78),
        950px 76px 0 -14px rgba(205, 166, 87, 0.82) !important;
    transform:
        translate3d(calc(var(--room-x) * -0.82), calc(var(--room-y) * -0.24), 80px)
        rotateY(calc(9deg + var(--room-rot-y) * 0.8)) !important;
}

body.site-page-products .products-studio-cylinders {
    position: absolute;
    bottom: 19%;
    z-index: 4;
    width: 72px;
    height: 240px;
    border-radius: 999px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.55), rgba(183, 156, 100, 0.86) 40%, rgba(84, 69, 41, 0.54)),
        #d9c38c;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
    opacity: 0.88;
    transform-style: preserve-3d;
}

body.site-page-products .products-studio-cylinders-left {
    left: 9%;
    transform:
        translate3d(calc(var(--room-x) * -0.96), calc(var(--room-y) * -0.18), 120px)
        rotateY(16deg);
}

body.site-page-products .products-studio-cylinders-left::before,
body.site-page-products .products-studio-cylinders-left::after,
body.site-page-products .products-studio-cylinders-right::before,
body.site-page-products .products-studio-cylinders-right::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-radius: 999px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.48), rgba(211, 181, 111, 0.88) 48%, rgba(86, 65, 28, 0.54)),
        #cfad68;
}

body.site-page-products .products-studio-cylinders-left::before {
    left: 86px;
    width: 48px;
    height: 172px;
}

body.site-page-products .products-studio-cylinders-left::after {
    left: 150px;
    width: 64px;
    height: 210px;
}

body.site-page-products .products-studio-cylinders-right {
    right: 11%;
    height: 190px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.44), rgba(205, 154, 53, 0.95) 48%, rgba(92, 58, 11, 0.6)),
        #c59335;
    transform:
        translate3d(calc(var(--room-x) * -0.72), calc(var(--room-y) * -0.16), 130px)
        rotateY(-13deg);
}

body.site-page-products .products-studio-cylinders-right::before {
    right: 86px;
    width: 48px;
    height: 148px;
}

body.site-page-products .products-studio-cylinders-right::after {
    right: -66px;
    width: 40px;
    height: 118px;
}

body.site-page-products .products-studio-people {
    position: absolute;
    bottom: 18.5%;
    left: 32%;
    z-index: 6;
    width: 90px;
    height: 92px;
    opacity: 0.42;
    filter: blur(0.2px);
    background:
        radial-gradient(circle at 18% 14%, rgba(0, 0, 0, 0.9) 0 7px, transparent 8px),
        radial-gradient(circle at 74% 12%, rgba(0, 0, 0, 0.9) 0 6px, transparent 7px),
        linear-gradient(90deg, transparent 0 12%, rgba(0, 0, 0, 0.9) 12% 23%, transparent 23% 62%, rgba(0, 0, 0, 0.88) 62% 74%, transparent 74%),
        linear-gradient(180deg, transparent 0 54%, rgba(39, 28, 18, 0.9) 54% 62%, transparent 62%);
    transform:
        translate3d(calc(var(--room-x) * -0.48), calc(var(--room-y) * -0.12), 110px)
        rotateY(7deg);
}

body.site-page-products .products-studio-object,
body.site-page-products .products-studio-object.is-wide-product {
    top: 49% !important;
    left: 50% !important;
    z-index: 9;
    width: min(44vw, 620px) !important;
    min-width: 390px;
    max-height: 330px;
    aspect-ratio: 1.65;
    padding: 0;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    transform:
        translate3d(calc(-50% + var(--move-x) + var(--room-x) * 0.3), calc(-50% + var(--move-y) + var(--room-y) * 0.18), 230px)
        rotateX(calc(var(--tilt-x) * 0.6))
        rotateY(calc(var(--tilt-y) * 0.74)) !important;
    transition: transform 0.16s ease-out, width 0.28s ease;
}

body.site-page-products .products-studio-object.is-tall-product {
    width: min(25vw, 360px) !important;
    min-width: 240px;
    aspect-ratio: 0.78;
}

body.site-page-products .products-studio-frame,
body.site-page-products .products-studio-object::before,
body.site-page-products .products-studio-object::after {
    display: none !important;
    content: none !important;
}

body.site-page-products .products-studio-object img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: transparent !important;
    mix-blend-mode: normal;
    filter:
        saturate(1.18)
        contrast(1.13)
        brightness(1.03)
        drop-shadow(0 42px 22px rgba(0, 0, 0, 0.54))
        drop-shadow(0 0 34px rgba(255, 255, 255, 0.18)) !important;
    transform: translateZ(160px) scale(1.06) !important;
    transform-origin: center;
}

body.site-page-products .products-studio-object img::selection {
    background: transparent;
}

body.site-page-products .products-studio-object:hover img {
    transform: translateZ(180px) scale(1.1) !important;
}

body.site-page-products .products-studio-info {
    z-index: 16;
    bottom: clamp(42px, 7vh, 82px) !important;
    left: clamp(40px, 8vw, 126px) !important;
}

body.site-page-products .products-studio-info h2 {
    width: min(360px, 28vw);
    color: #ffffff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 62px) !important;
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: 0;
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.58);
}

body.site-page-products .products-studio-info span,
body.site-page-products .products-studio-info p {
    color: rgba(255, 255, 255, 0.86) !important;
    font-weight: 800;
    text-transform: uppercase;
}

body.site-page-products .products-studio-controls {
    z-index: 20;
    right: clamp(32px, 5vw, 74px) !important;
    bottom: clamp(42px, 9vh, 92px) !important;
}

body.site-page-products .products-studio-rail {
    display: none !important;
}

body.site-page-products .products-studio-arrow {
    z-index: 22;
}

@media (max-width: 900px) {
    body.site-page-products .site-main,
    body.site-page-products .products-3d-gallery-page {
        min-height: 680px;
    }

    body.site-page-products .products-studio-screen {
        top: 28%;
        left: 5%;
        width: 90%;
        height: 34%;
    }

    body.site-page-products .products-studio-object,
    body.site-page-products .products-studio-object.is-wide-product {
        top: 50% !important;
        width: min(78vw, 520px) !important;
        min-width: 250px;
    }

    body.site-page-products .products-studio-cylinders,
    body.site-page-products .products-studio-people {
        opacity: 0.42;
        transform: scale(0.75);
    }

    body.site-page-products .products-studio-info h2 {
        width: min(320px, 70vw);
    }
}

@media (max-width: 640px) {
body.site-page-products .products-3d-gallery-copy h1 {
        width: 82vw;
        font-size: 30px !important;
    }

    body.site-page-products .products-studio-info {
        left: 22px !important;
        bottom: 86px !important;
    }

    body.site-page-products .products-studio-info h2 {
        font-size: 32px !important;
    }
}

/* Original premium immersive hardware experience. */
body.site-page-products {
    overflow-x: hidden !important;
    background: #030303 !important;
    color: #f4efe5;
}

body.site-page-products .site-footer,
body.site-page-products .chatbot,
body.site-page-products .fluid-cursor-layer,
body.site-page-products .three-hardware-layer {
    display: none !important;
}

body.site-page-products main#top {
    position: relative;
    z-index: 1;
    overflow: clip;
    background: #030303;
}

.luxury-products {
    position: relative;
    min-height: 430vh;
    overflow: clip;
    color: #f4efe5;
    background:
        radial-gradient(circle at 50% 22%, rgba(214, 175, 102, 0.12), transparent 28rem),
        linear-gradient(180deg, #050505 0%, #10100f 38%, #030303 100%);
    isolation: isolate;
}

.luxury-video,
.luxury-webgl {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
}

.luxury-video {
    z-index: -3;
    object-fit: cover;
    opacity: 0.34;
    filter: saturate(0.7) contrast(1.1) brightness(0.5);
}

.luxury-video-fallback {
    background:
        radial-gradient(ellipse at 50% 42%, rgba(236, 215, 169, 0.16), transparent 28%),
        radial-gradient(ellipse at 22% 65%, rgba(180, 132, 58, 0.16), transparent 20%),
        radial-gradient(ellipse at 78% 68%, rgba(123, 151, 184, 0.1), transparent 18%),
        linear-gradient(105deg, #030303, #15120d 48%, #050505);
    animation: luxuryFallbackDrift 16s ease-in-out infinite alternate;
}

.luxury-webgl {
    z-index: -2;
    pointer-events: none;
}

.luxury-products::before,
.luxury-products::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
}

.luxury-products::before {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 16.66%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 25%),
        radial-gradient(circle at 50% 50%, transparent 0 32%, rgba(0, 0, 0, 0.64) 72%);
    opacity: 0.44;
}

.luxury-products::after {
    z-index: 0;
    background:
        radial-gradient(ellipse at 50% 100%, rgba(219, 178, 99, 0.18), transparent 30%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 25%, rgba(0, 0, 0, 0.5) 100%);
}

.luxury-loader {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: grid;
    place-items: center;
    gap: 18px;
    background: #030303;
    color: rgba(244, 239, 229, 0.82);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 11px;
}

.luxury-loader span {
    width: 74px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.14);
}

.luxury-loader span::before {
    content: "";
    display: block;
    width: 44%;
    height: 100%;
    background: #d9b56d;
    animation: luxuryLoad 1.1s ease-in-out infinite;
}

.luxury-loader.is-timeout {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.luxury-nav {
    position: fixed;
    top: 22px;
    right: 28px;
    left: 28px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.luxury-logo {
    display: inline-flex;
    width: clamp(116px, 12vw, 182px);
    pointer-events: auto;
    filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.5));
}

.luxury-logo img {
    width: 100%;
    height: auto;
}

.luxury-nav .floating-nav {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    background: rgba(9, 9, 9, 0.36) !important;
    color: rgba(255, 255, 255, 0.88) !important;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28) !important;
    backdrop-filter: blur(22px) saturate(130%);
    pointer-events: auto;
}

.luxury-progress {
    position: fixed;
    top: 50%;
    right: 30px;
    z-index: 42;
    width: 2px;
    height: 160px;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-50%);
}

.luxury-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ffffff, #d9b56d);
    transform: scaleY(0);
}

.panel {
    position: relative;
    z-index: 4;
    min-height: 100vh;
    padding: clamp(110px, 15vh, 180px) clamp(22px, 7vw, 112px);
}

.luxury-hero {
    display: flex;
    max-width: 1040px;
    flex-direction: column;
    justify-content: center;
}

.luxury-kicker {
    margin: 0 0 18px;
    color: rgba(217, 181, 109, 0.9);
    font-size: clamp(11px, 1vw, 13px);
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.luxury-hero h1,
.luxury-story h2,
.luxury-finale h2 {
    max-width: 980px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(50px, 8.4vw, 128px);
    font-weight: 500;
    line-height: 0.86;
    letter-spacing: 0;
    text-wrap: balance;
    text-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
}

.luxury-lede {
    max-width: 600px;
    margin: 28px 0 0;
    color: rgba(244, 239, 229, 0.7);
    font-size: clamp(16px, 1.6vw, 22px);
    line-height: 1.65;
}

.luxury-cta {
    display: inline-flex;
    width: fit-content;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
    border: 1px solid rgba(217, 181, 109, 0.48);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #f4efe5;
    padding: 0 24px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    backdrop-filter: blur(18px);
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.luxury-cta:hover {
    transform: translateY(-2px) scale(1.02);
    border-color: rgba(217, 181, 109, 0.9);
    background: rgba(217, 181, 109, 0.14);
}

.luxury-story {
    display: flex;
    max-width: 900px;
    flex-direction: column;
    justify-content: center;
}

.luxury-story-right {
    margin-left: auto;
    text-align: right;
}

.luxury-story h2,
.luxury-finale h2 {
    font-size: clamp(40px, 5.7vw, 94px);
    line-height: 0.94;
}

.luxury-product-stage {
    display: grid;
    min-height: 100vh;
    grid-template-columns: minmax(260px, 0.72fr) minmax(360px, 1.28fr);
    gap: clamp(24px, 5vw, 72px);
    align-items: end;
    padding-top: clamp(118px, 16vh, 160px);
    padding-bottom: clamp(128px, 16vh, 150px);
}

.luxury-product-heading {
    position: absolute;
    top: clamp(118px, 14vh, 150px);
    right: 50%;
    z-index: 12;
    width: min(560px, 62vw);
    text-align: center;
    transform: translateX(50%);
    pointer-events: none;
}

.luxury-product-heading h1 {
    margin: 0;
    color: #fffaf0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 5.4vw, 82px);
    font-weight: 500;
    line-height: 0.86;
    letter-spacing: 0;
    text-shadow: 0 22px 60px rgba(0, 0, 0, 0.72);
}

.luxury-product-copy {
    position: relative;
    z-index: 15;
    max-width: 460px;
    align-self: end;
    padding-bottom: 18px;
}

.luxury-product-copy h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5.6vw, 90px);
    font-weight: 600;
    line-height: 0.94;
    letter-spacing: 0;
}

.luxury-product-copy p:not(.luxury-kicker) {
    margin: 22px 0 0;
    color: rgba(244, 239, 229, 0.68);
    font-size: clamp(15px, 1.3vw, 19px);
    line-height: 1.7;
}

.luxury-product-copy span {
    display: inline-flex;
    margin-top: 24px;
    color: rgba(217, 181, 109, 0.86);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.luxury-product-orbit {
    --mx: 0px;
    --my: 0px;
    --rx: 0deg;
    --ry: 0deg;
    position: relative;
    display: grid;
    z-index: 10;
    min-height: min(54vw, 560px);
    place-items: center;
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(244, 239, 229, 0.12), transparent 34%),
        radial-gradient(circle, rgba(217, 181, 109, 0.18), transparent 58%);
    perspective: 1200px;
    transform:
        translate3d(var(--mx), var(--my), 0)
        rotateX(var(--rx))
        rotateY(var(--ry));
    transition: transform 0.12s ease-out;
}

.luxury-product-orbit::before {
    content: "";
    position: absolute;
    inset: 14%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    transform: rotateX(72deg) rotateZ(-14deg);
}

.luxury-product-orbit img {
    position: relative;
    z-index: 2;
    width: min(52vw, 660px);
    max-height: 390px;
    object-fit: contain;
    filter:
        saturate(1.08)
        contrast(1.1)
        drop-shadow(0 52px 34px rgba(0, 0, 0, 0.6))
        drop-shadow(0 0 48px rgba(255, 255, 255, 0.12));
    transform: translateZ(120px) scale(1.06);
    will-change: transform, filter;
}

.luxury-product-orbit img.is-changing {
    animation: luxuryProductIn 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.luxury-product-orbit button {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    cursor: pointer;
    transform: translateY(-50%);
    backdrop-filter: blur(14px);
}

.luxury-product-orbit button::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid rgba(255, 255, 255, 0.9);
    border-left: 2px solid rgba(255, 255, 255, 0.9);
}

.luxury-product-orbit button:first-child {
    left: 4%;
}

.luxury-product-orbit button:first-child::before {
    transform: rotate(-45deg);
}

.luxury-product-orbit button:last-child {
    right: 4%;
}

.luxury-product-orbit button:last-child::before {
    transform: rotate(135deg);
}

.luxury-product-strip {
    position: absolute;
    right: clamp(24px, 7vw, 110px);
    bottom: 54px;
    left: clamp(24px, 7vw, 110px);
    z-index: 8;
    display: grid;
    grid-template-columns: repeat(10, minmax(56px, 1fr));
    gap: 10px;
}

.luxury-product-strip button {
    position: relative;
    height: 72px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
    opacity: 0.58;
    backdrop-filter: blur(12px);
    transition: opacity 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.luxury-product-strip button.active,
.luxury-product-strip button:hover {
    border-color: rgba(217, 181, 109, 0.8);
    opacity: 1;
    transform: translateY(-3px);
}

.luxury-product-strip img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

.luxury-product-strip span {
    position: absolute;
    right: 6px;
    bottom: 5px;
    color: #d9b56d;
    font-size: 10px;
    font-weight: 900;
}

.luxury-finale {
    display: flex;
    min-height: 112vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@keyframes luxuryLoad {
    0% {
        transform: translateX(-120%);
    }
    100% {
        transform: translateX(260%);
    }
}

@keyframes luxuryFallbackDrift {
    0% {
        filter: saturate(0.72) contrast(1.1) brightness(0.45);
        transform: scale(1);
    }
    100% {
        filter: saturate(0.9) contrast(1.2) brightness(0.58);
        transform: scale(1.04);
    }
}

@keyframes luxuryProductIn {
    0% {
        opacity: 0;
        filter: blur(18px) saturate(0.7) brightness(0.8);
        transform: translateZ(70px) scale(0.92) rotateY(-8deg);
    }
    100% {
        opacity: 1;
        filter:
            saturate(1.08)
            contrast(1.1)
            drop-shadow(0 52px 34px rgba(0, 0, 0, 0.6))
            drop-shadow(0 0 48px rgba(255, 255, 255, 0.12));
        transform: translateZ(120px) scale(1.06) rotateY(0deg);
    }
}

@media (max-width: 980px) {
    .luxury-nav {
        right: 18px;
        left: 18px;
    }

    .luxury-nav .floating-nav {
        max-width: calc(100vw - 164px);
    }

    .luxury-product-stage {
        grid-template-columns: 1fr;
        padding-bottom: 150px;
    }

    .luxury-product-orbit {
        min-height: 460px;
        order: -1;
    }

    .luxury-product-strip {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 640px) {
    .luxury-products {
        min-height: 560vh;
    }

    .luxury-nav {
        top: 14px;
        display: grid;
        gap: 12px;
    }

    .luxury-logo {
        width: 118px;
    }

    .luxury-nav .floating-nav {
        max-width: calc(100vw - 36px);
        justify-self: center;
    }

    .luxury-progress {
        right: 14px;
        height: 110px;
    }

    .panel {
        padding: 120px 20px;
    }

    .luxury-hero h1 {
        font-size: clamp(46px, 16vw, 72px);
    }

    .luxury-story h2,
    .luxury-finale h2 {
        font-size: clamp(36px, 11vw, 58px);
    }

    .luxury-story-right {
        text-align: left;
    }

    .luxury-product-copy h2 {
        font-size: clamp(38px, 13vw, 64px);
    }

    .luxury-product-orbit {
        min-height: 360px;
    }

    .luxury-product-orbit img {
        width: 88vw;
        max-height: 300px;
    }

    .luxury-product-strip {
        right: 18px;
        bottom: 24px;
        left: 18px;
        grid-template-columns: repeat(5, 1fr);
        gap: 7px;
    }

    .luxury-product-strip button {
        height: 56px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .luxury-video-fallback,
    .luxury-loader span::before {
        animation: none;
    }

    .luxury-product-orbit {
        transition: none;
    }
}

/* Final guard: keep the products page as a polished first-screen showroom. */
body.site-page-products .luxury-products {
    background:
        radial-gradient(ellipse at 50% 42%, rgba(255, 255, 255, 0.08), transparent 28%),
        radial-gradient(ellipse at 50% 92%, rgba(217, 181, 109, 0.14), transparent 34%),
        linear-gradient(180deg, #030303 0%, #10100f 46%, #030303 100%) !important;
}

body.site-page-products {
    overflow: auto !important;
    overflow-x: hidden !important;
}

body.site-page-products main#top {
    height: auto !important;
    min-height: 100vh !important;
    overflow: visible !important;
}

body.site-page-products .luxury-product-stage {
    position: relative;
    overflow: hidden;
}

body.site-page-products .luxury-product-stage::before {
    content: "";
    position: absolute;
    top: 24%;
    right: 10%;
    z-index: 1;
    width: 80%;
    height: 38%;
    border-radius: 50% / 12%;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.22) 50%, rgba(217, 181, 109, 0.08)),
        radial-gradient(ellipse at 50% 80%, rgba(255, 255, 255, 0.18), transparent 58%);
    box-shadow:
        inset 0 0 90px rgba(0, 0, 0, 0.28),
        0 40px 100px rgba(0, 0, 0, 0.52);
    pointer-events: none;
}

body.site-page-products .luxury-product-stage::after {
    content: "";
    position: absolute;
    right: -8%;
    bottom: -12%;
    left: -8%;
    z-index: 1;
    height: 42vh;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.13), transparent 28%),
        radial-gradient(ellipse at 50% 18%, rgba(217, 181, 109, 0.2), transparent 38%),
        linear-gradient(180deg, rgba(80, 69, 47, 0.2), rgba(0, 0, 0, 0.74));
    transform: perspective(900px) rotateX(66deg);
    transform-origin: bottom;
    pointer-events: none;
}

body.site-page-products .luxury-product-copy,
body.site-page-products .luxury-product-orbit,
body.site-page-products .luxury-product-heading,
body.site-page-products .luxury-product-strip {
    position: relative;
    z-index: 8;
}

body.site-page-products .luxury-product-heading {
    position: absolute;
}

body.site-page-products .luxury-product-orbit {
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.16), transparent 24%),
        radial-gradient(circle at 50% 54%, rgba(217, 181, 109, 0.2), transparent 52%) !important;
}

body.site-page-products .luxury-product-orbit::after {
    content: "";
    position: absolute;
    right: 20%;
    bottom: 14%;
    left: 20%;
    height: 26px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.48);
    filter: blur(18px);
    transform: translateZ(-40px);
}

body.site-page-products .luxury-product-copy h2,
body.site-page-products .luxury-product-copy p,
body.site-page-products .luxury-product-copy span,
body.site-page-products .luxury-product-copy .luxury-kicker {
    text-shadow: 0 14px 44px rgba(0, 0, 0, 0.82);
}

body.site-page-products .luxury-product-strip {
    z-index: 20;
}

/* Home About cards: dark state only while the cursor is over the card. */
body.site-page-home .about-card,
body.site-page-home .about-card.active {
    background: #ffffff !important;
    color: #171717 !important;
}

body.site-page-home .about-card h3,
body.site-page-home .about-card.active h3 {
    color: #151719 !important;
}

body.site-page-home .about-card p,
body.site-page-home .about-card.active p {
    color: #5f6470 !important;
}

body.site-page-home .about-card:hover,
body.site-page-home .about-card:focus-visible {
    background:
        linear-gradient(135deg, rgba(197, 161, 90, 0.22), rgba(255, 255, 255, 0.04)),
        #151719 !important;
    color: #ffffff !important;
    box-shadow: 0 26px 56px rgba(17, 20, 23, 0.24) !important;
}

body.site-page-home .about-card:hover h3,
body.site-page-home .about-card:hover p,
body.site-page-home .about-card:focus-visible h3,
body.site-page-home .about-card:focus-visible p {
    color: rgba(255, 255, 255, 0.92) !important;
}

body.site-page-home .about-card:hover .about-icon,
body.site-page-home .about-card:focus-visible .about-icon {
    color: #f5d68b !important;
}

/* Final MG admin theme: CSS-only refresh using the website palette. */
.admin-login-body,
.admin-body {
    --admin-ink: #151719;
    --admin-muted: #6d7178;
    --admin-line: #e7dfd2;
    --admin-paper: #f8f5ee;
    --admin-panel: #ffffff;
    --admin-dark: #111417;
    --admin-gold: #c5a15a;
    --admin-orange: #ff6a00;
    --admin-shadow: 0 18px 48px rgba(17, 20, 23, 0.08);
    background:
        radial-gradient(circle at 88% 8%, rgba(197, 161, 90, 0.24), transparent 28rem),
        linear-gradient(135deg, #ffffff 0%, var(--admin-paper) 46%, #efe8dc 100%) !important;
    color: var(--admin-ink) !important;
}

.admin-shell {
    display: grid !important;
    min-height: 100vh;
    grid-template-columns: 286px minmax(0, 1fr) !important;
    background: transparent !important;
}

.admin-sidebar {
    position: sticky !important;
    top: 0;
    display: grid;
    height: 100vh !important;
    grid-template-rows: auto minmax(0, 1fr) auto;
    border-right: 1px solid rgba(245, 214, 139, 0.14) !important;
    background:
        radial-gradient(circle at 28% 0%, rgba(197, 161, 90, 0.22), transparent 14rem),
        linear-gradient(180deg, #181b1f 0%, #0d0f12 100%) !important;
    color: rgba(255, 255, 255, 0.76) !important;
    padding: 20px 14px !important;
    box-shadow: 12px 0 34px rgba(17, 20, 23, 0.18) !important;
}

.admin-sidebar-brand {
    margin: 0 0 18px !important;
    border-bottom: 1px solid rgba(245, 214, 139, 0.14) !important;
    padding: 4px 10px 18px !important;
}

.admin-sidebar-logo {
    width: 168px !important;
}

.admin-sidebar-brand small {
    color: rgba(245, 214, 139, 0.78) !important;
    font-size: 11px !important;
    font-weight: 900;
    letter-spacing: 0.08em !important;
    text-transform: uppercase;
}

.admin-sidebar-nav {
    display: grid;
    align-content: start;
    gap: 7px !important;
    overflow-y: auto;
    padding: 0 4px 0 0 !important;
    scrollbar-color: var(--admin-gold) rgba(255, 255, 255, 0.08) !important;
}

.admin-sidebar-nav a {
    min-height: 44px;
    border: 1px solid transparent;
    border-radius: 8px !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.72) !important;
    padding: 11px 12px !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.admin-sidebar-nav a:hover,
.admin-sidebar-nav a.active {
    border-color: rgba(245, 214, 139, 0.26) !important;
    background:
        linear-gradient(135deg, rgba(197, 161, 90, 0.22), rgba(255, 106, 0, 0.12)),
        rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
    transform: translateX(2px);
}

.admin-nav-icon,
.admin-sidebar-nav a:hover .admin-nav-icon,
.admin-sidebar-nav a.active .admin-nav-icon {
    color: var(--admin-gold) !important;
}

.admin-sidebar-footer {
    display: grid;
    gap: 10px;
    padding: 16px 10px 0 !important;
}

.admin-sidebar-footer a,
.admin-sidebar-footer button {
    min-height: 42px;
    border: 1px solid rgba(245, 214, 139, 0.22) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
    font-weight: 850 !important;
}

.admin-sidebar-footer a:hover,
.admin-sidebar-footer button:hover {
    background: rgba(197, 161, 90, 0.18) !important;
}

.admin-content {
    min-width: 0;
    background: transparent !important;
}

.admin-content .admin-header {
    position: sticky;
    top: 0;
    z-index: 10;
    min-height: 78px;
    border-bottom: 1px solid rgba(197, 161, 90, 0.18) !important;
    background: rgba(255, 255, 255, 0.86) !important;
    padding: 18px 32px !important;
    backdrop-filter: blur(18px);
    box-shadow: 0 8px 24px rgba(17, 20, 23, 0.04) !important;
}

.admin-header .eyebrow {
    display: block !important;
    margin-bottom: 4px !important;
    color: #8d6a2d !important;
    font-size: 11px !important;
    letter-spacing: 0.14em !important;
}

.admin-header h1 {
    color: var(--admin-ink) !important;
    font-size: clamp(24px, 2.4vw, 34px) !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

.admin-content .admin-main {
    max-width: 1320px !important;
    gap: 26px !important;
    padding: 30px 32px 76px !important;
}

.admin-status {
    border: 1px solid rgba(24, 169, 87, 0.18) !important;
    border-left: 4px solid #18a957 !important;
    border-radius: 8px !important;
    background: #f0fff5 !important;
    color: #08723b !important;
    margin: 20px 32px 0 !important;
    box-shadow: var(--admin-shadow) !important;
}

.admin-status.error {
    border-color: rgba(225, 58, 75, 0.2) !important;
    border-left-color: #e13a4b !important;
    background: #fff2f3 !important;
    color: #a91f2f !important;
}

.admin-counts {
    gap: 18px !important;
}

.admin-content .admin-counts article,
.admin-content .admin-section,
.admin-content .admin-form,
.admin-content .admin-table article,
.admin-content .admin-module-grid a,
.admin-record {
    border: 1px solid var(--admin-line) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: var(--admin-shadow) !important;
}

.admin-content .admin-counts article {
    position: relative;
    overflow: hidden;
    min-height: 96px;
    padding: 22px 24px !important;
}

.admin-content .admin-counts strong {
    color: #8d6a2d !important;
    font-size: 34px !important;
    line-height: 1;
}

.admin-content .admin-counts span {
    color: var(--admin-muted) !important;
}

.admin-section {
    overflow: hidden;
    padding: 0 !important;
}

.admin-section-heading {
    border-bottom: 1px solid var(--admin-line);
    background:
        linear-gradient(90deg, rgba(197, 161, 90, 0.12), transparent),
        #ffffff;
    padding: 22px 24px !important;
}

.admin-section-heading h2 {
    color: var(--admin-ink) !important;
    font-size: 22px !important;
}

.admin-section-heading p {
    color: var(--admin-muted) !important;
}

.admin-form {
    gap: 16px !important;
    padding: 24px !important;
    box-shadow: none !important;
}

.admin-form h3 {
    color: var(--admin-ink) !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}

.admin-form label {
    gap: 7px !important;
    color: #2b2d31 !important;
    font-size: 13px !important;
    font-weight: 850 !important;
}

.admin-form input,
.admin-form textarea,
.admin-form select {
    min-height: 44px !important;
    border: 1px solid #ddd4c4 !important;
    border-radius: 7px !important;
    background: #fffdf8 !important;
    color: var(--admin-ink) !important;
    padding: 10px 12px !important;
    font: inherit;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.admin-form textarea {
    min-height: 108px !important;
}

.admin-form input:focus,
.admin-form textarea:focus,
.admin-form select:focus {
    outline: none;
    border-color: var(--admin-gold) !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(197, 161, 90, 0.18) !important;
}

.admin-form input[type="checkbox"] {
    width: 18px !important;
    min-height: 18px !important;
    accent-color: var(--admin-orange);
}

.admin-file-link {
    color: #8d6a2d !important;
    font-weight: 850;
}

.admin-form button,
.admin-header .primary-button,
.admin-actions .primary-button {
    min-height: 44px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: linear-gradient(135deg, var(--admin-orange), #c56f1a) !important;
    color: #ffffff !important;
    padding: 11px 18px !important;
    font-weight: 900 !important;
    box-shadow: 0 12px 24px rgba(255, 106, 0, 0.22) !important;
}

.admin-form button:hover,
.admin-header .primary-button:hover,
.admin-actions .primary-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(255, 106, 0, 0.28) !important;
}

.admin-record {
    display: grid;
    gap: 0 !important;
    overflow: hidden;
    margin-bottom: 18px;
    padding: 0 !important;
}

.admin-record .admin-form {
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
}

.admin-delete {
    margin: 0 24px 24px !important;
    background: #151719 !important;
    box-shadow: none !important;
}

.admin-module-grid {
    gap: 16px !important;
}

.admin-module-grid a {
    color: var(--admin-ink) !important;
    padding: 20px !important;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.admin-module-grid a:hover {
    border-color: rgba(197, 161, 90, 0.55) !important;
    transform: translateY(-3px);
    box-shadow: 0 22px 52px rgba(17, 20, 23, 0.1) !important;
}

@media (max-width: 980px) {
    .admin-shell {
        grid-template-columns: 1fr !important;
    }

    .admin-sidebar {
        position: static !important;
        height: auto !important;
    }

    .admin-sidebar-nav {
        max-height: 320px;
    }

    .admin-content .admin-header {
        position: static;
    }
}

@media (max-width: 640px) {
    .admin-content .admin-header,
    .admin-content .admin-main {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    .admin-status {
        margin-right: 18px !important;
        margin-left: 18px !important;
    }
}

/* Unified premium hero banners across the public website. */
:root {
    --mg-hero-height: 560px;
    --mg-hero-radius: 0 0 30px 30px;
}

body:not(.hardware-360-body) .home-hero,
body:not(.hardware-360-body) .page-hero,
body:not(.hardware-360-body) .company-profile-hero,
body:not(.hardware-360-body) .company-redesign-hero,
body:not(.hardware-360-body) .downloads-studio,
body.site-page-products .hardware-section.hardware-hero {
    position: relative !important;
    overflow: hidden !important;
    min-height: var(--mg-hero-height) !important;
    height: var(--mg-hero-height) !important;
    max-height: var(--mg-hero-height) !important;
    border-radius: var(--mg-hero-radius) !important;
    background-color: #151719 !important;
    box-shadow: 0 26px 90px rgba(17, 17, 17, 0.22) !important;
}

body:not(.hardware-360-body) .page-hero,
body:not(.hardware-360-body) .company-profile-hero,
body:not(.hardware-360-body) .company-redesign-hero,
body:not(.hardware-360-body) .downloads-studio {
    background-position: center !important;
    background-size: cover !important;
}

body:not(.hardware-360-body) .home-hero .hero-video,
body:not(.hardware-360-body) .page-hero::before,
body:not(.hardware-360-body) .company-profile-hero::before,
body:not(.hardware-360-body) .company-redesign-hero::before,
body:not(.hardware-360-body) .downloads-studio::before {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: none !important;
}

body:not(.hardware-360-body) .home-hero::after,
body:not(.hardware-360-body) .page-hero::after,
body:not(.hardware-360-body) .company-profile-hero::after,
body:not(.hardware-360-body) .company-redesign-hero::after,
body:not(.hardware-360-body) .downloads-studio::after,
body.site-page-products .hardware-section.hardware-hero::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    background:
        linear-gradient(90deg, rgba(8, 9, 10, 0.78) 0%, rgba(8, 9, 10, 0.42) 45%, rgba(8, 9, 10, 0.58) 100%),
        radial-gradient(circle at 72% 28%, rgba(255, 106, 0, 0.28), transparent 34%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.44)) !important;
    pointer-events: none !important;
}

body:not(.hardware-360-body) .hero-shade,
body:not(.hardware-360-body) .company-hero-shade {
    z-index: 1 !important;
    background:
        linear-gradient(90deg, rgba(8, 9, 10, 0.76), rgba(8, 9, 10, 0.26) 56%, rgba(8, 9, 10, 0.62)),
        radial-gradient(circle at 74% 28%, rgba(255, 106, 0, 0.22), transparent 34%) !important;
}

body:not(.hardware-360-body) .hero-header,
body:not(.hardware-360-body) .downloads-header,
body.site-page-products .hardware-topbar {
    position: absolute !important;
    top: 24px !important;
    right: clamp(18px, 4vw, 56px) !important;
    left: clamp(18px, 4vw, 56px) !important;
    z-index: 5 !important;
}

body:not(.hardware-360-body) .hero-logo,
body:not(.hardware-360-body) .downloads-header .hero-logo,
body.site-page-products .hardware-topbar .logo-link {
    width: clamp(120px, 13vw, 178px) !important;
    filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.42)) !important;
}

body:not(.hardware-360-body) .floating-nav,
body:not(.hardware-360-body) .downloads-header .floating-nav,
body.site-page-products .hardware-topbar .floating-nav {
    z-index: 7 !important;
}

body:not(.hardware-360-body) .hero-content,
body:not(.hardware-360-body) .company-redesign-hero-inner,
body:not(.hardware-360-body) .downloads-hero-copy,
body.site-page-products .hardware-hero-main {
    position: relative !important;
    z-index: 4 !important;
}

body:not(.hardware-360-body) .hero-content,
body:not(.hardware-360-body) .downloads-hero-copy {
    max-width: 760px !important;
    padding-top: 86px !important;
}

body:not(.hardware-360-body) .company-redesign-hero-inner {
    min-height: 100% !important;
    align-items: center !important;
    padding-top: 94px !important;
    padding-bottom: 52px !important;
}

body:not(.hardware-360-body) .hero h1,
body:not(.hardware-360-body) .page-hero h1,
body:not(.hardware-360-body) .company-hero-content h1,
body:not(.hardware-360-body) .downloads-hero-copy h1,
body.site-page-products .hardware-hero h1 {
    color: #ffffff !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(54px, 8vw, 112px) !important;
    font-weight: 500 !important;
    line-height: 0.92 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 26px 70px rgba(0, 0, 0, 0.42) !important;
}

body:not(.hardware-360-body) .hero-copy,
body:not(.hardware-360-body) .company-hero-content p:not(.eyebrow),
body:not(.hardware-360-body) .downloads-hero-copy p:not(.eyebrow),
body.site-page-products .hardware-hero p {
    max-width: 620px !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: clamp(15px, 1.5vw, 19px) !important;
    line-height: 1.65 !important;
}

body.site-page-products .hardware-section.hardware-hero {
    display: grid !important;
    place-items: center !important;
    padding: 120px clamp(24px, 8vw, 120px) 70px !important;
}

body.site-page-products .hardware-intro {
    z-index: 4 !important;
    top: auto !important;
    bottom: 58px !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 15px !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

body.site-page-products .hardware-arrow {
    z-index: 4 !important;
    bottom: 24px !important;
}

body.site-page-products .hardware-hero-second {
    z-index: 4 !important;
    right: clamp(24px, 6vw, 80px) !important;
    bottom: 42px !important;
    color: rgba(255, 255, 255, 0.64) !important;
}

@media (max-width: 768px) {
    :root {
        --mg-hero-height: 430px;
        --mg-hero-radius: 0 0 22px 22px;
    }

    body:not(.hardware-360-body) .hero-header,
    body:not(.hardware-360-body) .downloads-header,
    body.site-page-products .hardware-topbar {
        top: 18px !important;
        right: 16px !important;
        left: 16px !important;
    }

    body:not(.hardware-360-body) .hero-content,
    body:not(.hardware-360-body) .downloads-hero-copy {
        padding: 98px 22px 42px !important;
    }

    body:not(.hardware-360-body) .company-redesign-hero-inner {
        grid-template-columns: 1fr !important;
        padding: 100px 22px 40px !important;
    }

    body:not(.hardware-360-body) .company-identity-panel {
        display: none !important;
    }

    body.site-page-products .hardware-section.hardware-hero {
        padding: 104px 22px 58px !important;
    }

    body.site-page-products .hardware-hero-second {
        display: none !important;
    }
}

/* Products page: remove the shared hero banner treatment and restore the 3D showcase. */
body.site-page-products .hardware-section.hardware-hero {
    min-height: 100vh !important;
    height: auto !important;
    max-height: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: clamp(112px, 16vh, 160px) clamp(24px, 8vw, 120px) !important;
}

body.site-page-products .hardware-section.hardware-hero::after {
    content: none !important;
}

body.site-page-products .hardware-topbar {
    position: fixed !important;
    top: 28px !important;
    right: 36px !important;
    left: 36px !important;
}

body.site-page-products .hardware-hero-main {
    position: static !important;
}

body.site-page-products .hardware-hero h1 {
    font-size: clamp(68px, 14vw, 190px) !important;
    line-height: 0.78 !important;
}

body.site-page-products .hardware-hero p {
    margin-top: 22px !important;
    font-size: clamp(15px, 1.4vw, 20px) !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

body.site-page-products .hardware-intro {
    top: 50% !important;
    bottom: auto !important;
    color: var(--mg-text) !important;
    font-size: clamp(28px, 4vw, 54px) !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
}

body.site-page-products .hardware-arrow {
    bottom: 8% !important;
}

body.site-page-products .hardware-hero-second {
    right: clamp(24px, 8vw, 120px) !important;
    bottom: 12vh !important;
    display: flex !important;
}

/* Site-wide animated premium background layer. */
body:not(.hardware-360-body) {
    --mg-bg-mouse-x: 50%;
    --mg-bg-mouse-y: 40%;
    background:
        radial-gradient(circle at var(--mg-bg-mouse-x) var(--mg-bg-mouse-y), rgba(255, 106, 0, 0.08), transparent 28rem),
        linear-gradient(180deg, #fffdf8 0%, #f4efe7 100%) !important;
}

.site-animated-background {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    background:
        radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.92), transparent 18rem),
        radial-gradient(circle at 78% 70%, rgba(145, 146, 143, 0.34), transparent 24rem),
        linear-gradient(135deg, #f8f8f5 0%, #cfd0ce 38%, #ffffff 54%, #a9aaa6 100%);
    opacity: 0.72;
    mix-blend-mode: multiply;
}

.site-animated-background video,
.site-metal-liquid-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.site-animated-background video {
    object-fit: cover;
    opacity: 0.58;
    filter: saturate(0.1) contrast(1.08) brightness(1.16);
}

.site-metal-liquid-canvas {
    opacity: 0.64;
    filter: saturate(0.15) contrast(1.18) brightness(1.1);
}

.site-animated-background::before,
.site-animated-background::after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.site-animated-background::before {
    inset: -18%;
    background:
        conic-gradient(from 110deg at 50% 50%, transparent 0deg, rgba(255, 255, 255, 0.34) 48deg, transparent 100deg, rgba(138, 139, 136, 0.28) 180deg, transparent 255deg, rgba(255, 255, 255, 0.42) 310deg, transparent 360deg);
    filter: blur(28px);
    opacity: 0.62;
    animation: mgBackgroundTurn 22s linear infinite;
}

.site-animated-background::after {
    inset: 0;
    background:
        linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.58) 45%, transparent 58%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 253, 248, 0.18));
    transform: translateX(-42%);
    animation: mgBackgroundSweep 9s ease-in-out infinite;
}

.site-animated-background span {
    position: absolute;
    display: block;
    border: 1px solid rgba(151, 116, 50, 0.18);
    border-radius: 999px;
    box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.24), 0 20px 70px rgba(42, 35, 24, 0.08);
    opacity: 0.42;
    transform: translate3d(0, 0, 0);
}

.site-animated-background span:nth-child(1) {
    top: 14%;
    left: -8rem;
    width: 27rem;
    height: 27rem;
    animation: mgBackgroundFloatOne 18s ease-in-out infinite;
}

.site-animated-background span:nth-child(2) {
    right: -10rem;
    bottom: 12%;
    width: 32rem;
    height: 32rem;
    border-color: rgba(255, 106, 0, 0.16);
    animation: mgBackgroundFloatTwo 22s ease-in-out infinite;
}

.site-animated-background span:nth-child(3) {
    top: 44%;
    left: 52%;
    width: 18rem;
    height: 18rem;
    border-radius: 30px;
    opacity: 0.28;
    transform: rotate(18deg);
    animation: mgBackgroundPlate 20s ease-in-out infinite;
}

.site-animated-background span:nth-child(4) {
    top: 0;
    left: 63%;
    width: 5rem;
    height: 120vh;
    border: 0;
    border-radius: 0;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    transform: rotate(12deg);
    animation: mgBackgroundBlade 16s ease-in-out infinite;
}

body:not(.hardware-360-body) main,
body:not(.hardware-360-body) .site-footer,
body:not(.hardware-360-body) .chatbot {
    position: relative;
    z-index: 3;
}

body.site-page-products .site-animated-background {
    mix-blend-mode: normal;
    opacity: 0.28;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        radial-gradient(circle at 18% 18%, rgba(255, 106, 0, 0.18), transparent 24rem);
    background-size: 72px 72px, 72px 72px, auto;
}

@keyframes mgBackgroundTurn {
    from {
        transform: rotate(0deg) scale(1);
    }
    to {
        transform: rotate(360deg) scale(1.04);
    }
}

@keyframes mgBackgroundSweep {
    0%, 100% {
        transform: translateX(-52%);
        opacity: 0.26;
    }
    50% {
        transform: translateX(42%);
        opacity: 0.58;
    }
}

@keyframes mgBackgroundFloatOne {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(4rem, 3rem, 0) scale(1.06);
    }
}

@keyframes mgBackgroundFloatTwo {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(-5rem, -2.5rem, 0) scale(0.94);
    }
}

@keyframes mgBackgroundPlate {
    0%, 100% {
        transform: translate3d(-2rem, 1rem, 0) rotate(18deg);
    }
    50% {
        transform: translate3d(2rem, -2rem, 0) rotate(32deg);
    }
}

@keyframes mgBackgroundBlade {
    0%, 100% {
        transform: translate3d(0, -8%, 0) rotate(12deg);
        opacity: 0.34;
    }
    50% {
        transform: translate3d(-7rem, 8%, 0) rotate(12deg);
        opacity: 0.62;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-animated-background,
    .site-animated-background::before,
    .site-animated-background::after,
    .site-animated-background span {
        animation: none !important;
    }
}

@media (max-width: 768px) {
    .site-animated-background {
        background-size: 48px 48px, 48px 48px, auto, auto;
    }

    .site-animated-background span:nth-child(1) {
        width: 18rem;
        height: 18rem;
    }

    .site-animated-background span:nth-child(2) {
        width: 21rem;
        height: 21rem;
    }
}

/* Bike-demo inspired MG products showroom. */
body.site-page-products {
    overflow-x: hidden !important;
    background: #0d0e0f !important;
}

body.site-page-products main#top {
    background: #0d0e0f !important;
}

body.site-page-products .site-footer,
body.site-page-products .chatbot,
body.site-page-products .fluid-cursor-layer,
body.site-page-products .three-hardware-layer,
body.site-page-products .site-animated-background {
    display: none !important;
}

.hardware-product-demo {
    --mg-text: #d7d8d9;
    --mg-muted: rgba(215, 216, 217, 0.62);
    --mg-panel: rgba(18, 18, 18, 0.58);
    --mg-accent: #ff8c00;
    position: relative;
    min-height: 760vh;
    overflow: clip;
    background:
        radial-gradient(circle at 64% 14%, rgba(255, 140, 0, 0.18), transparent 25rem),
        radial-gradient(circle at 22% 74%, rgba(215, 216, 217, 0.12), transparent 24rem),
        linear-gradient(180deg, #d7d8d9 0%, #d7d8d9 38%, #222 38%, #121212 100%);
    color: var(--mg-text);
    isolation: isolate;
}

.hardware-product-demo::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(0, 0, 0, 0.045) 1px, transparent 1px),
        radial-gradient(circle at 50% 48%, transparent 0 28%, rgba(0, 0, 0, 0.28) 72%);
    background-size: 76px 76px, 76px 76px, auto;
    opacity: 0.62;
    pointer-events: none;
}

.hardware-canvas {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}

.hardware-preloader {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #121212;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

.hardware-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.hardware-preloader span {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #d7d8d9;
    animation: hardwareDot 0.8s ease-in-out infinite alternate;
}

.hardware-preloader span:nth-child(2) {
    animation-delay: 0.12s;
}

.hardware-preloader span:nth-child(3) {
    animation-delay: 0.24s;
}

.hardware-topbar {
    position: fixed !important;
    top: 34px !important;
    right: clamp(20px, 5vw, 78px) !important;
    left: clamp(20px, 5vw, 78px) !important;
    z-index: 9999 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.hardware-logo {
    display: inline-flex;
    width: clamp(118px, 12vw, 184px);
    pointer-events: auto;
    filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.32));
}

.hardware-logo img {
    width: 100%;
    height: auto;
}

.hardware-topbar .floating-nav {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    background: rgba(18, 18, 18, 0.5) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22) !important;
    backdrop-filter: blur(18px);
    pointer-events: auto;
}

body.site-page-products .hardware-topbar,
body.site-page-products .hardware-topbar *,
body.site-page-products .hardware-topbar .floating-nav,
body.site-page-products .hardware-topbar .floating-nav a {
    pointer-events: auto !important;
}

body.site-page-products .hardware-topbar .floating-nav {
    position: relative !important;
    z-index: 10000 !important;
}

.hardware-section {
    position: relative;
    z-index: 5;
    display: flex;
    min-height: 100vh;
    align-items: center;
    padding: clamp(112px, 15vh, 172px) clamp(22px, 7vw, 112px);
}

.hardware-section-right {
    justify-content: flex-end;
}

.hardware-hero {
    align-items: flex-start;
    padding-top: clamp(128px, 18vh, 188px);
}

.hardware-hero-main {
    max-width: min(920px, 72vw);
    opacity: 0;
    transform: translateY(34px);
}

.hardware-kicker {
    margin: 0 0 18px;
    color: var(--mg-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hardware-hero h1,
.hardware-copy h2 {
    margin: 0;
    color: var(--mg-text);
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(76px, 15vw, 214px);
    font-weight: 400;
    line-height: 0.78;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hardware-hero h1 {
    max-width: 980px;
    color: #222;
    text-shadow: 0 24px 70px rgba(255, 255, 255, 0.24);
}

.hardware-hero p:not(.hardware-kicker),
.hardware-copy p:not(.hardware-kicker) {
    max-width: 560px;
    margin: 24px 0 0;
    color: rgba(34, 34, 34, 0.68);
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.65;
}

.hardware-copy {
    width: min(520px, 90vw);
    color: var(--mg-text);
}

.hardware-copy.is-on-dark p:not(.hardware-kicker),
.hardware-copy p:not(.hardware-kicker) {
    color: var(--mg-muted);
}

.hardware-copy h2 {
    font-size: clamp(54px, 8vw, 128px);
    text-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.hardware-copy-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.hardware-copy-specs article,
.hardware-detail-grid div {
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.06);
    padding: 14px 12px;
    backdrop-filter: blur(14px);
}

.hardware-copy-specs span,
.hardware-detail-grid span {
    display: block;
    color: rgba(255, 255, 255, 0.46);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hardware-copy-specs strong,
.hardware-detail-grid strong {
    display: block;
    margin-top: 7px;
    color: #fff;
    font-size: 12px;
    line-height: 1.35;
}

.hardware-intro {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 8;
    margin: 0;
    color: #222;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(34px, 5vw, 76px);
    letter-spacing: 0;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.hardware-arrow {
    position: fixed;
    bottom: 7vh;
    left: 50%;
    z-index: 8;
    width: 18px;
    height: 18px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    color: rgba(34, 34, 34, 0.7);
    transform: translateX(-50%) rotate(45deg);
    animation: hardwareArrow 0.7s ease-in-out infinite alternate;
}

.hardware-hero-second {
    position: fixed;
    right: clamp(20px, 7vw, 112px);
    bottom: 10vh;
    z-index: 8;
    display: flex;
    align-items: center;
    gap: 14px;
    opacity: 0;
    color: rgba(34, 34, 34, 0.64);
}

.hardware-hero-second span {
    width: 52px;
    height: 1px;
    background: currentColor;
    font-size: 0;
}

.hardware-hero-second strong {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hardware-active-panel,
.hardware-detail-panel {
    position: fixed;
    z-index: 12;
    width: min(360px, calc(100vw - 44px));
    pointer-events: none;
}

.hardware-active-panel {
    bottom: 54px;
    left: clamp(20px, 7vw, 112px);
}

.hardware-active-panel span {
    display: block;
    color: var(--mg-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.hardware-active-panel h2 {
    margin: 10px 0 0;
    color: #fff;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(34px, 4vw, 62px);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hardware-active-panel p {
    margin: 8px 0 0;
    color: var(--mg-muted);
    font-size: 13px;
    font-weight: 800;
}

.hardware-detail-panel {
    right: clamp(20px, 6vw, 92px);
    bottom: 52px;
    display: grid;
    gap: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: var(--mg-panel);
    padding: 18px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
}

.hardware-detail-panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.6;
}

.hardware-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.hardware-detail-panel a,
.hardware-actions a {
    display: inline-flex;
    width: fit-content;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 140, 0, 0.5);
    border-radius: 999px;
    background: rgba(255, 140, 0, 0.12);
    color: #fff;
    padding: 0 18px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    pointer-events: auto;
}

.hardware-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hardware-progress {
    position: fixed;
    top: 50%;
    right: 28px;
    z-index: 30;
    width: 3px;
    height: 156px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-50%);
}

.hardware-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fff, var(--mg-accent));
    transform: scaleY(0);
    transform-origin: top;
}

.hardware-finale {
    justify-content: center;
    text-align: center;
}

.hardware-finale .hardware-copy {
    width: min(780px, 92vw);
}

.hardware-finale .hardware-copy p {
    margin-inline: auto;
}

.hardware-finale .hardware-actions {
    justify-content: center;
}

@keyframes hardwareDot {
    to {
        transform: translateY(-12px);
        opacity: 0.48;
    }
}

@keyframes hardwareArrow {
    to {
        transform: translate(-50%, 10px) rotate(45deg);
    }
}

@media (max-width: 980px) {
    .hardware-product-demo {
        min-height: 820vh;
    }

    .hardware-topbar {
        top: 18px !important;
        right: 16px !important;
        left: 16px !important;
        display: grid;
        gap: 12px;
    }

    .hardware-topbar .floating-nav {
        max-width: calc(100vw - 32px);
        justify-self: center;
    }

    .hardware-section {
        min-height: 112vh;
        padding: 132px 20px;
    }

    .hardware-hero-main {
        max-width: 96vw;
    }

    .hardware-hero h1 {
        font-size: clamp(56px, 17vw, 96px);
    }

    .hardware-copy h2 {
        font-size: clamp(44px, 13vw, 74px);
    }

    .hardware-copy-specs {
        grid-template-columns: 1fr;
    }

    .hardware-detail-panel {
        display: none;
    }

    .hardware-active-panel {
        right: 20px;
        bottom: 28px;
        left: 20px;
        width: auto;
    }

    .hardware-progress {
        right: 14px;
        height: 108px;
    }

    .hardware-hero-second {
        display: none;
    }
}

/* Final products navbar guard: keep it visible and clickable above the 3D scene. */
body.site-page-products .hardware-topbar {
    position: fixed !important;
    top: 18px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 2147483000 !important;
    display: block !important;
    width: 100vw !important;
    height: 74px !important;
    padding: 0 !important;
    pointer-events: none !important;
}

body.site-page-products .hardware-topbar .hardware-logo,
body.site-page-products .hardware-topbar .logo-link,
body.site-page-products .hardware-topbar > a:first-child {
    position: fixed !important;
    top: 22px !important;
    left: 34px !important;
    z-index: 2147483001 !important;
    width: clamp(118px, 12vw, 178px) !important;
    pointer-events: auto !important;
}

body.site-page-products .hardware-topbar .floating-nav {
    position: fixed !important;
    top: 18px !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 2147483001 !important;
    display: flex !important;
    width: max-content !important;
    max-width: calc(100vw - 300px) !important;
    transform: translateX(-50%) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

body.site-page-products .hardware-topbar .floating-nav a {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    pointer-events: auto !important;
}

@media (max-width: 780px) {
    body.site-page-products .hardware-topbar {
        height: 112px !important;
    }

    body.site-page-products .hardware-topbar .hardware-logo,
    body.site-page-products .hardware-topbar .logo-link,
    body.site-page-products .hardware-topbar > a:first-child {
        top: 16px !important;
        left: 18px !important;
        width: 116px !important;
    }

    body.site-page-products .hardware-topbar .floating-nav {
        top: 72px !important;
        left: 14px !important;
        width: calc(100vw - 28px) !important;
        max-width: calc(100vw - 28px) !important;
        justify-content: flex-start !important;
        overflow-x: auto !important;
        transform: none !important;
    }
}

/* Final hero readability fix: prevent logo/title overlap and clipped headings. */
:root {
    --mg-hero-height: 600px;
}

body:not(.hardware-360-body) .page-hero,
body:not(.hardware-360-body) .downloads-studio,
body:not(.hardware-360-body) .blogs-reference-header,
body:not(.hardware-360-body) .blog-detail-header,
body:not(.hardware-360-body) .company-profile-hero,
body:not(.hardware-360-body) .company-redesign-hero {
    min-height: var(--mg-hero-height) !important;
    height: var(--mg-hero-height) !important;
    max-height: none !important;
}

body:not(.hardware-360-body) .hero-header,
body:not(.hardware-360-body) .downloads-header,
body:not(.hardware-360-body) .company-profile-hero .hero-header {
    position: absolute !important;
    top: 28px !important;
    left: clamp(26px, 5vw, 72px) !important;
    right: auto !important;
    z-index: 90 !important;
    width: auto !important;
}

body:not(.hardware-360-body) .hero-logo,
body:not(.hardware-360-body) .downloads-header .hero-logo {
    display: inline-flex !important;
    width: clamp(108px, 10vw, 154px) !important;
    max-width: 154px !important;
}

body:not(.hardware-360-body) .hero-logo img,
body:not(.hardware-360-body) .downloads-header .hero-logo img {
    width: 100% !important;
    height: auto !important;
}

body:not(.hardware-360-body) .hero-content,
body:not(.hardware-360-body) .downloads-hero-copy {
    position: absolute !important;
    top: 50% !important;
    left: clamp(28px, 5vw, 78px) !important;
    z-index: 40 !important;
    width: min(720px, calc(100vw - 56px)) !important;
    max-width: 720px !important;
    padding: 0 !important;
    transform: translateY(-42%) !important;
}

body:not(.hardware-360-body) .company-redesign-hero-inner {
    position: relative !important;
    z-index: 40 !important;
    padding-top: 122px !important;
}

body:not(.hardware-360-body) .hero-content .eyebrow,
body:not(.hardware-360-body) .downloads-hero-copy .eyebrow,
body:not(.hardware-360-body) .company-hero-content .eyebrow {
    margin-bottom: 14px !important;
    color: #ff9a32 !important;
}

body:not(.hardware-360-body) .page-hero h1,
body:not(.hardware-360-body) .downloads-hero-copy h1,
body:not(.hardware-360-body) .company-hero-content h1,
body:not(.hardware-360-body) .blogs-reference-header h1,
body:not(.hardware-360-body) .blog-detail-header h1 {
    max-width: 720px !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-family: "Instrument Sans", Arial, sans-serif !important;
    font-size: clamp(42px, 5.7vw, 76px) !important;
    font-weight: 800 !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
    overflow-wrap: break-word;
}

body:not(.hardware-360-body) .hero-copy,
body:not(.hardware-360-body) .downloads-hero-copy p:not(.eyebrow),
body:not(.hardware-360-body) .company-hero-content p:not(.eyebrow) {
    max-width: 560px !important;
    margin-top: 22px !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: clamp(15px, 1.25vw, 18px) !important;
    line-height: 1.65 !important;
}

body:not(.hardware-360-body) .page-hero > .floating-nav,
body:not(.hardware-360-body) .downloads-studio > .floating-nav,
body:not(.hardware-360-body) .blogs-reference-header > .floating-nav,
body:not(.hardware-360-body) .blog-detail-header > .floating-nav,
body:not(.hardware-360-body) .company-profile-hero > .floating-nav {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 38px !important;
    z-index: 95 !important;
    transform: translateX(-50%) !important;
}

@media (max-width: 760px) {
    :root {
        --mg-hero-height: 520px;
    }

    body:not(.hardware-360-body) .hero-header,
    body:not(.hardware-360-body) .downloads-header,
    body:not(.hardware-360-body) .company-profile-hero .hero-header {
        top: 18px !important;
        left: 18px !important;
    }

    body:not(.hardware-360-body) .hero-logo,
    body:not(.hardware-360-body) .downloads-header .hero-logo {
        width: 112px !important;
    }

    body:not(.hardware-360-body) .hero-content,
    body:not(.hardware-360-body) .downloads-hero-copy {
        top: 52% !important;
        left: 22px !important;
        width: calc(100vw - 44px) !important;
        transform: translateY(-44%) !important;
    }

    body:not(.hardware-360-body) .page-hero h1,
    body:not(.hardware-360-body) .downloads-hero-copy h1,
    body:not(.hardware-360-body) .company-hero-content h1,
    body:not(.hardware-360-body) .blogs-reference-header h1,
    body:not(.hardware-360-body) .blog-detail-header h1 {
        font-size: clamp(36px, 11vw, 58px) !important;
        line-height: 1.05 !important;
    }

    body:not(.hardware-360-body) .page-hero > .floating-nav,
    body:not(.hardware-360-body) .downloads-studio > .floating-nav,
    body:not(.hardware-360-body) .blogs-reference-header > .floating-nav,
    body:not(.hardware-360-body) .blog-detail-header > .floating-nav,
    body:not(.hardware-360-body) .company-profile-hero > .floating-nav {
        width: calc(100vw - 28px) !important;
        justify-content: flex-start !important;
        overflow-x: auto !important;
        bottom: 22px !important;
    }
}

/* Company banner final override: clean warm showroom hero, no floating profile-card image. */
body.site-page-company .company-redesign-hero,
body.site-page-company .company-profile-hero.company-redesign-hero {
    min-height: 620px !important;
    height: 620px !important;
    max-height: none !important;
    background:
        linear-gradient(90deg, rgba(4, 6, 7, 0.9) 0%, rgba(4, 6, 7, 0.58) 46%, rgba(4, 6, 7, 0.3) 100%),
        radial-gradient(circle at 70% 22%, rgba(255, 112, 10, 0.3), transparent 24rem),
        url('/images/intro-panorama-hq.jpg') center / cover no-repeat !important;
}

body.site-page-company .company-redesign-hero::before {
    background:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) !important;
    background-size: 64px 64px, 64px 64px !important;
    opacity: 0.36 !important;
}

body.site-page-company .company-redesign-hero .company-hero-shade {
    background:
        radial-gradient(circle at 72% 42%, rgba(255, 106, 0, 0.16), transparent 30rem),
        linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.22) 58%, rgba(0, 0, 0, 0.42) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.42)) !important;
}

body.site-page-company .company-redesign-hero-inner {
    display: flex !important;
    min-height: 100% !important;
    align-items: center !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 112px clamp(24px, 5vw, 76px) 112px !important;
}

body.site-page-company .company-hero-content {
    max-width: 680px !important;
}

body.site-page-company .company-hero-content h1 {
    max-width: 680px !important;
    font-size: clamp(46px, 5.8vw, 82px) !important;
    line-height: 1.02 !important;
    text-shadow: 0 24px 80px rgba(0, 0, 0, 0.5) !important;
}

body.site-page-company .company-hero-content p:not(.eyebrow) {
    max-width: 590px !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

body.site-page-company .company-identity-panel {
    display: none !important;
}

body.site-page-company .company-profile-hero > .floating-nav {
    bottom: 34px !important;
}

@media (max-width: 760px) {
    body.site-page-company .company-redesign-hero,
    body.site-page-company .company-profile-hero.company-redesign-hero {
        min-height: 540px !important;
        height: 540px !important;
    }

    body.site-page-company .company-redesign-hero-inner {
        padding: 100px 22px 96px !important;
    }

body.site-page-company .company-hero-content h1 {
        font-size: clamp(38px, 11vw, 56px) !important;
    }
}

/* Home middle video background: behind the second screenshot area only. */
.home-middle-video-band {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #111;
}

.home-middle-video-band::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 106, 0, 0.08), transparent 28rem),
        linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(18, 14, 9, 0.06) 48%, rgba(0, 0, 0, 0.14)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(32, 24, 16, 0.08));
    pointer-events: none;
}

.home-middle-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    filter: saturate(1.08) contrast(1.04) brightness(0.98);
    pointer-events: none;
}

.home-middle-video-band .about-mg-section,
.home-middle-video-band .feature-strip,
.home-middle-video-band .home-categories-section,
.home-middle-video-band .praise-section {
    position: relative;
    z-index: 2;
    background: transparent !important;
}

.home-middle-video-band .home-categories-section {
    padding-top: clamp(72px, 9vw, 120px);
}

.home-middle-video-band .home-categories-section::before {
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 106, 0, 0.18), transparent 26rem),
        radial-gradient(circle at 86% 64%, rgba(214, 174, 92, 0.16), transparent 28rem),
        linear-gradient(180deg, rgba(9, 8, 7, 0.16), rgba(9, 8, 7, 0.52)) !important;
}

.home-middle-video-band .home-categories-heading h2 {
    color: #ffffff;
    text-shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
}

.home-middle-video-band .home-categories-heading h2 span {
    color: #d9b56d;
}

body.site-page-home .home-middle-video-band .praise-section {
    padding-top: clamp(62px, 8vw, 104px);
    background: transparent !important;
}

body.site-page-home .home-middle-video-band .praise-heading h2 {
    color: #ffffff !important;
    text-shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
}

body.site-page-home .home-middle-video-band .praise-heading h2 span {
    color: #d9b56d !important;
}

body.site-page-home .home-middle-video-band .praise-heading p {
    color: rgba(255, 255, 255, 0.78) !important;
}

.home-middle-video-band .about-card,
.home-middle-video-band .stat-item,
.home-middle-video-band .feature-strip article,
.home-middle-video-band .praise-card {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(18px);
}

/* Home continuous themed background from About MG through testimonials. */
body.site-page-home .about-mg-section,
body.site-page-home .feature-strip,
body.site-page-home .home-categories-section,
body.site-page-home .praise-section {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    background: transparent !important;
}

body.site-page-home .about-mg-section::before,
body.site-page-home .feature-strip::before,
body.site-page-home .home-categories-section::before,
body.site-page-home .praise-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    background:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) !important;
    background-size: 64px 64px, 64px 64px !important;
    opacity: 0.28 !important;
    pointer-events: none !important;
}

body.site-page-home .about-title,
body.site-page-home .about-card-grid,
body.site-page-home .stats-grid,
body.site-page-home .feature-strip article,
body.site-page-home .home-categories-heading,
body.site-page-home .home-category-grid,
body.site-page-home .praise-heading,
body.site-page-home .praise-carousel {
    position: relative !important;
    z-index: 2 !important;
}

body.site-page-home .about-title h2,
body.site-page-home .home-categories-heading h2,
body.site-page-home .praise-heading h2 {
    color: #ffffff !important;
    text-shadow: 0 18px 60px rgba(0, 0, 0, 0.42) !important;
}

body.site-page-home .about-title h2 span,
body.site-page-home .home-categories-heading h2 span,
body.site-page-home .praise-heading h2 span {
    color: #d9b56d !important;
}

body.site-page-home .praise-heading p {
    color: rgba(255, 255, 255, 0.78) !important;
}

body.site-page-home .about-card,
body.site-page-home .stat-item,
body.site-page-home .feature-strip article,
body.site-page-home .praise-card {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(18px) !important;
}

/* Final home video pass: clear video, no white strip before footer. */
body.site-page-home main#top,
body.site-page-home.site-polished main#top,
body.site-page-home.site-polished:not(.hardware-360-body) main {
    background: #050505 !important;
}

body.site-page-home .home-middle-video-band {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background: #050505 !important;
}

body.site-page-home .home-middle-video-band::before {
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 106, 0, 0.06), transparent 28rem),
        linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(18, 14, 9, 0.04) 48%, rgba(0, 0, 0, 0.12)) !important;
}

body.site-page-home .home-middle-video {
    opacity: 1 !important;
    filter: saturate(1.08) contrast(1.04) brightness(1) !important;
}

body.site-page-home .home-categories-section::before {
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 106, 0, 0.08), transparent 26rem),
        linear-gradient(180deg, rgba(9, 8, 7, 0.08), rgba(9, 8, 7, 0.16)) !important;
}

body.site-page-home .about-mg-section::before,
body.site-page-home .feature-strip::before,
body.site-page-home .praise-section::before {
    opacity: 0.1 !important;
}

body.site-page-home .praise-section {
    margin-bottom: 0 !important;
    padding-bottom: clamp(48px, 6vw, 72px) !important;
}

body.site-page-home .home-middle-video-band + .site-footer.mg-footer,
body.site-page-home main#top + .site-footer.mg-footer,
body.site-page-home .site-footer.mg-footer,
body.site-page-home .mg-footer {
    margin-top: -1px !important;
    border-top: 0 !important;
}

/* Final home hero colour pass: remove black shade and keep the video full-colour. */
body.site-page-home .home-hero .hero-video,
body.site-page-home:not(.hardware-360-body) .home-hero .hero-video {
    opacity: 1 !important;
    filter: saturate(1.18) contrast(1.03) brightness(1.12) !important;
}

body.site-page-home .home-hero .hero-shade,
body.site-page-home:not(.hardware-360-body) .home-hero .hero-shade {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04)) !important;
}

body.site-page-home .home-hero::after,
body.site-page-home:not(.hardware-360-body) .home-hero::after {
    content: "" !important;
    background: transparent !important;
    opacity: 0 !important;
}

body.site-page-home .fluid-cursor-layer {
    opacity: 0.08 !important;
    mix-blend-mode: screen !important;
}

/* Final home footer pass: black footer, no white separator, video touches footer. */
body.site-page-home .chatbot {
    position: fixed !important;
    right: 18px !important;
    bottom: 18px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    z-index: 120 !important;
}

body.site-page-home main#top {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background: #000000 !important;
}

body.site-page-home .home-middle-video-band {
    margin-bottom: -1px !important;
}

body.site-page-home .praise-section {
    padding-bottom: 0 !important;
}

body.site-page-home .praise-carousel {
    padding-bottom: clamp(48px, 6vw, 72px) !important;
}

body.site-page-home .site-footer.mg-footer,
body.site-page-home .mg-footer {
    margin-top: 0 !important;
    border-top: 0 !important;
    background: #000000 !important;
    background-image: none !important;
    box-shadow: none !important;
}

body.site-page-home .site-footer.mg-footer::before,
body.site-page-home .site-footer.mg-footer::after,
body.site-page-home .mg-footer::before,
body.site-page-home .mg-footer::after {
    display: none !important;
    content: none !important;
}

/* Site-wide video background: use the same home video across all public pages. */
body:not(.hardware-360-body) {
    background: #000000 !important;
}

body:not(.hardware-360-body) .site-animated-background {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 0 !important;
    overflow: hidden !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
    background: #000000 !important;
}

body:not(.hardware-360-body) .site-animated-background video {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 1 !important;
    filter: saturate(1.08) contrast(1.04) brightness(0.9) !important;
}

body:not(.hardware-360-body) .site-metal-liquid-canvas,
body:not(.hardware-360-body) .site-animated-background span,
body:not(.hardware-360-body) .site-animated-background::before,
body:not(.hardware-360-body) .site-animated-background::after,
body:not(.hardware-360-body) .three-hardware-layer {
    display: none !important;
}

body:not(.hardware-360-body) main#top,
body:not(.hardware-360-body).site-polished main#top,
body:not(.hardware-360-body).site-polished:not(.hardware-360-body) main {
    background: transparent !important;
}

body:not(.hardware-360-body) .page-hero,
body:not(.hardware-360-body) .company-profile-hero,
body:not(.hardware-360-body) .company-redesign-hero,
body:not(.hardware-360-body) .downloads-studio,
body:not(.hardware-360-body) .blogs-reference-header,
body:not(.hardware-360-body) .blog-detail-header,
body:not(.hardware-360-body) .intro-band,
body:not(.hardware-360-body) .product-section,
body:not(.hardware-360-body) .product-showcase-section,
body:not(.hardware-360-body) .about-mg-section,
body:not(.hardware-360-body) .praise-section,
body:not(.hardware-360-body) .page-section,
body:not(.hardware-360-body) .contact-section,
body:not(.hardware-360-body) .contact-page-section,
body:not(.hardware-360-body) .downloads-section,
body:not(.hardware-360-body) .products-section,
body:not(.hardware-360-body) .projects-section,
body:not(.hardware-360-body) .blogs-section,
body:not(.hardware-360-body) .catalogue-page,
body:not(.hardware-360-body) .blogs-reference-page,
body:not(.hardware-360-body) .blog-detail-page,
body.site-polished main > section:not(.hero):not(.home-hero) {
    background: transparent !important;
    background-color: transparent !important;
}

body:not(.hardware-360-body) .page-hero::before,
body:not(.hardware-360-body) .page-hero::after,
body:not(.hardware-360-body) .company-profile-hero::before,
body:not(.hardware-360-body) .company-profile-hero::after,
body:not(.hardware-360-body) .company-redesign-hero::before,
body:not(.hardware-360-body) .company-redesign-hero::after,
body:not(.hardware-360-body) .downloads-studio::before,
body:not(.hardware-360-body) .downloads-studio::after,
body:not(.hardware-360-body) .blogs-reference-header::before,
body:not(.hardware-360-body) .blogs-reference-header::after,
body:not(.hardware-360-body) .blog-detail-header::before,
body:not(.hardware-360-body) .blog-detail-header::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.22)) !important;
    opacity: 1 !important;
}

body:not(.hardware-360-body) .intro-band,
body:not(.hardware-360-body) .product-section,
body:not(.hardware-360-body) .contact-section {
    border-color: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
}

body:not(.hardware-360-body) .section-heading h2,
body:not(.hardware-360-body) .intro-band h1,
body:not(.hardware-360-body) .intro-band h2,
body:not(.hardware-360-body) .page-section h2,
body:not(.hardware-360-body) .contact-page-heading h2 {
    color: #ffffff !important;
    text-shadow: 0 18px 60px rgba(0, 0, 0, 0.45) !important;
}

body:not(.hardware-360-body) .intro-band > p,
body:not(.hardware-360-body) .section-heading p,
body:not(.hardware-360-body) .page-section p,
body:not(.hardware-360-body) .contact-page-heading p {
    color: rgba(255, 255, 255, 0.82) !important;
}

/* KICH-inspired company page: clean corporate image-led layout. */
body.site-page-company {
    background: #f5f2ec !important;
}

body.site-page-company .site-animated-background,
body.site-page-company .fluid-cursor-layer,
body.site-page-company .three-hardware-layer {
    display: none !important;
}

body.site-page-company main#top,
body.site-page-company.site-polished main#top {
    background: #f5f2ec !important;
}

body.site-page-company .company-page.company-redesign {
    --kich-red: #e31d24;
    --kich-gold: #a36f24;
    --kich-ink: #151515;
    --kich-muted: #62666b;
    background: #f5f2ec !important;
    color: var(--kich-ink);
}

body.site-page-company .company-profile-hero.company-redesign-hero {
    min-height: min(78vh, 680px) !important;
    height: min(78vh, 680px) !important;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.36) 46%, rgba(0, 0, 0, 0.18) 100%),
        var(--company-hero) center / cover no-repeat !important;
    border-radius: 0 0 26px 26px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

body.site-page-company .company-profile-hero.company-redesign-hero::before,
body.site-page-company .company-profile-hero.company-redesign-hero::after {
    display: none !important;
}

body.site-page-company .company-hero-shade {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.34)) !important;
}

body.site-page-company .company-redesign-hero-inner {
    max-width: 1180px !important;
    padding: 120px clamp(24px, 6vw, 84px) 112px !important;
}

body.site-page-company .company-hero-content {
    max-width: 760px !important;
}

body.site-page-company .company-hero-content .eyebrow,
body.site-page-company .company-section-heading .eyebrow,
body.site-page-company .company-story-copy .eyebrow,
body.site-page-company .company-cert-section > div > .eyebrow,
body.site-page-company .company-cta-section .eyebrow {
    color: var(--kich-red) !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}

body.site-page-company .company-hero-content h1 {
    max-width: 760px !important;
    color: #ffffff !important;
    font-family: "Instrument Sans", Arial, sans-serif !important;
    font-size: clamp(52px, 7vw, 94px) !important;
    font-weight: 800 !important;
    line-height: 0.98 !important;
    text-shadow: 0 28px 70px rgba(0, 0, 0, 0.48) !important;
}

body.site-page-company .company-hero-content p:not(.eyebrow) {
    max-width: 620px !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: clamp(16px, 1.5vw, 20px) !important;
}

body.site-page-company .company-identity-panel {
    display: none !important;
}

body.site-page-company .company-story-section,
body.site-page-company .company-value-section,
body.site-page-company .company-process-section,
body.site-page-company .company-timeline-section,
body.site-page-company .company-cert-section,
body.site-page-company .company-cta-section {
    background: #f5f2ec !important;
}

body.site-page-company .company-story-section {
    display: grid !important;
    grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr) !important;
    gap: clamp(34px, 6vw, 82px) !important;
    align-items: center !important;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(70px, 9vw, 120px) clamp(22px, 5vw, 72px) !important;
}

body.site-page-company .company-kich-visual {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(20, 20, 20, 0.14);
}

body.site-page-company .company-kich-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.24);
    pointer-events: none;
}

body.site-page-company .company-kich-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

body.site-page-company .company-story-copy h2,
body.site-page-company .company-section-heading h2,
body.site-page-company .company-cert-section h2,
body.site-page-company .company-cta-section h2 {
    color: var(--kich-ink) !important;
    font-size: clamp(34px, 4.4vw, 62px) !important;
    font-weight: 800 !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
}

body.site-page-company .company-story-copy p,
body.site-page-company .company-section-heading p:not(.eyebrow),
body.site-page-company .company-cert-section > div > p {
    color: var(--kich-muted) !important;
    font-size: 16px !important;
    line-height: 1.78 !important;
}

body.site-page-company .company-metric-grid {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin-top: clamp(18px, 3vw, 34px) !important;
    border: 1px solid rgba(21, 21, 21, 0.1);
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(21, 21, 21, 0.08);
}

body.site-page-company .company-metric-grid article {
    min-height: 142px;
    border: 0 !important;
    border-right: 1px solid rgba(21, 21, 21, 0.1) !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.site-page-company .company-metric-grid article:last-child {
    border-right: 0 !important;
}

body.site-page-company .company-metric-grid strong {
    color: var(--kich-gold) !important;
    font-size: clamp(34px, 4vw, 54px) !important;
}

body.site-page-company .company-metric-grid span {
    color: var(--kich-ink) !important;
    font-weight: 800 !important;
}

body.site-page-company .company-redesign-dark {
    background: #111111 !important;
    color: #ffffff !important;
}

body.site-page-company .company-redesign-dark .company-section-heading h2 {
    color: #ffffff !important;
}

body.site-page-company .company-redesign-dark .company-value-grid article,
body.site-page-company .company-process-grid article,
body.site-page-company .company-timeline article,
body.site-page-company .company-cert-grid article {
    border: 1px solid rgba(21, 21, 21, 0.1) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: var(--kich-ink) !important;
    box-shadow: 0 18px 46px rgba(21, 21, 21, 0.08) !important;
}

body.site-page-company .company-redesign-dark .company-value-grid article {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
}

body.site-page-company .company-redesign-dark .company-value-grid article h3,
body.site-page-company .company-redesign-dark .company-value-grid article p,
body.site-page-company .company-redesign-dark .company-value-grid article small {
    color: rgba(255, 255, 255, 0.88) !important;
}

body.site-page-company .company-process-section,
body.site-page-company .company-timeline-section,
body.site-page-company .company-cert-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(70px, 8vw, 112px) clamp(22px, 5vw, 72px) !important;
}

body.site-page-company .company-cta-section {
    margin: 0 auto clamp(54px, 7vw, 88px);
    max-width: 1180px;
    border-radius: 8px;
    background: #111111 !important;
    color: #ffffff !important;
}

body.site-page-company .company-cta-section h2 {
    color: #ffffff !important;
}

@media (max-width: 900px) {
    body.site-page-company .company-story-section {
        grid-template-columns: 1fr !important;
    }

    body.site-page-company .company-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 620px) {
    body.site-page-company .company-metric-grid {
        grid-template-columns: 1fr !important;
    }

    body.site-page-company .company-metric-grid article {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(21, 21, 21, 0.1) !important;
    }
}

/* Final replacement company page: KICH reference style + MG catalogue content. */
body.site-page-company {
    background: #ffffff !important;
}

body.site-page-company .site-animated-background,
body.site-page-company .fluid-cursor-layer,
body.site-page-company .three-hardware-layer {
    display: none !important;
}

body.site-page-company main#top,
body.site-page-company.site-polished main#top {
    background: #ffffff !important;
}

body.site-page-company .company-kich-page {
    --kich-red: #f71920;
    --kich-red-dark: #a82424;
    --kich-ink: #1a2434;
    --kich-muted: #566070;
    overflow: hidden;
    background: #ffffff;
    color: var(--kich-ink);
}

body.site-page-company .company-kich-hero {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    color: #ffffff;
}

body.site-page-company .company-kich-video,
body.site-page-company .company-kich-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

body.site-page-company .company-kich-video {
    object-fit: cover;
    filter: saturate(1.12) contrast(1.04) brightness(0.92);
}

body.site-page-company .company-kich-shade {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.18) 52%, rgba(0, 0, 0, 0.44)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.46));
}

body.site-page-company .company-kich-hero-copy {
    position: relative;
    z-index: 4;
    display: grid;
    min-height: 560px;
    max-width: 1180px;
    align-content: center;
    padding: 120px clamp(24px, 6vw, 84px) 110px;
}

body.site-page-company .company-kich-hero-copy h1 {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(52px, 7vw, 96px);
    font-weight: 800;
    line-height: 0.98;
    text-shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
}

body.site-page-company .company-kich-hero-copy p:not(.eyebrow) {
    max-width: 620px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.65;
}

body.site-page-company .company-kich-page .eyebrow {
    margin: 0 0 10px;
    color: var(--kich-red) !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.site-page-company .company-kich-heading {
    max-width: 900px;
    margin: 0 auto clamp(34px, 5vw, 56px);
    text-align: center;
}

body.site-page-company .company-kich-heading h2,
body.site-page-company .company-kich-profile h2,
body.site-page-company .company-kich-cta h2 {
    margin: 0;
    color: var(--kich-ink) !important;
    font-size: clamp(42px, 5.6vw, 72px);
    font-weight: 400;
    line-height: 1.04;
}

body.site-page-company .company-kich-heading h2 span,
body.site-page-company .company-kich-profile h2 span,
body.site-page-company .company-kich-cta h2 span {
    color: var(--kich-red);
    font-weight: 900;
}

body.site-page-company .company-kich-heading p {
    margin: 18px 0 0;
    color: var(--kich-ink);
    font-size: 18px;
    line-height: 1.6;
}

body.site-page-company .company-kich-vision,
body.site-page-company .company-kich-achievements,
body.site-page-company .company-kich-profile,
body.site-page-company .company-kich-capacity,
body.site-page-company .company-kich-products,
body.site-page-company .company-kich-cta {
    position: relative;
    z-index: 2;
    background: #ffffff !important;
    padding: clamp(70px, 8vw, 112px) clamp(24px, 5vw, 70px);
}

body.site-page-company .company-kich-vision-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 3.4vw, 48px);
    max-width: 1280px;
    margin: 0 auto;
}

body.site-page-company .company-kich-vision-grid article {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    border-radius: 18px;
    background: #ffffff;
    padding: clamp(30px, 4vw, 46px) clamp(26px, 3.5vw, 38px);
    text-align: center;
    box-shadow: 0 24px 60px rgba(26, 36, 52, 0.12);
}

body.site-page-company .company-kich-vision-grid article::before,
body.site-page-company .company-kich-vision-grid article::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 16px;
    background: linear-gradient(90deg, var(--kich-red), var(--kich-red-dark));
}

body.site-page-company .company-kich-vision-grid article::before {
    top: 0;
}

body.site-page-company .company-kich-vision-grid article::after {
    bottom: 0;
}

body.site-page-company .company-kich-vision-grid h3 {
    margin: 24px 0 18px;
    color: var(--kich-ink);
    font-size: 21px;
}

body.site-page-company .company-kich-vision-grid p {
    margin: 0;
    color: var(--kich-ink);
    font-size: 18px;
    line-height: 1.55;
    text-align: justify;
}

body.site-page-company .company-kich-icon {
    display: inline-grid;
    width: 72px;
    height: 72px;
    place-items: center;
    color: #000000;
}

body.site-page-company .company-kich-icon::before {
    color: currentColor;
    font-size: 58px;
    font-weight: 900;
    line-height: 1;
}

body.site-page-company .company-kich-icon.compass::before {
    content: "↗";
}

body.site-page-company .company-kich-icon.target::before {
    content: "◎";
}

body.site-page-company .company-kich-icon.shield::before {
    content: "✓";
    border: 5px solid currentColor;
    border-radius: 18px 18px 22px 22px;
    padding: 2px 10px 8px;
}

body.site-page-company .company-kich-achievements {
    padding-top: clamp(60px, 7vw, 96px);
}

body.site-page-company .company-kich-stats {
    display: grid;
    max-width: 1080px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0 auto;
    border: 1px solid rgba(26, 36, 52, 0.1);
    background: #ffffff;
    box-shadow: 0 22px 58px rgba(26, 36, 52, 0.1);
}

body.site-page-company .company-kich-stats article {
    display: grid;
    min-height: 145px;
    place-items: center;
    border-right: 1px solid rgba(26, 36, 52, 0.1);
    text-align: center;
}

body.site-page-company .company-kich-stats article:last-child {
    border-right: 0;
}

body.site-page-company .company-kich-stats strong {
    color: #9b6b1e;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1;
}

body.site-page-company .company-kich-stats span {
    margin-top: 7px;
    color: var(--kich-ink);
    font-weight: 800;
}

body.site-page-company .company-kich-profile {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(280px, 0.85fr);
    gap: clamp(34px, 6vw, 84px);
    align-items: center;
}

body.site-page-company .company-kich-profile > div,
body.site-page-company .company-kich-profile > figure {
    max-width: 620px;
}

body.site-page-company .company-kich-profile p:not(.eyebrow),
body.site-page-company .company-kich-cta p:not(.eyebrow) {
    color: var(--kich-muted);
    font-size: 17px;
    line-height: 1.76;
}

body.site-page-company .company-kich-profile figure {
    overflow: hidden;
    margin: 0;
    border-radius: 10px;
    background: #f4f4f4;
    box-shadow: 0 24px 60px rgba(26, 36, 52, 0.14);
}

body.site-page-company .company-kich-profile img {
    display: block;
    width: 100%;
    height: auto;
}

body.site-page-company .company-kich-capacity {
    padding-top: clamp(54px, 7vw, 86px);
}

body.site-page-company .company-kich-video-frame {
    position: relative;
    overflow: hidden;
    max-width: 1280px;
    margin: 0 auto;
    border-radius: 8px;
    background: #111111;
    box-shadow: 0 24px 64px rgba(26, 36, 52, 0.16);
}

body.site-page-company .company-kich-video-frame video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 7;
    object-fit: cover;
}

body.site-page-company .company-kich-image-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 34px);
    max-width: 1280px;
    margin: 0 auto;
}

body.site-page-company .company-kich-image-grid article {
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 24px 62px rgba(26, 36, 52, 0.12);
}

body.site-page-company .company-kich-image-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

body.site-page-company .company-kich-image-grid div {
    padding: 24px;
}

body.site-page-company .company-kich-image-grid h3 {
    margin: 0 0 10px;
    color: var(--kich-ink);
    font-size: 22px;
}

body.site-page-company .company-kich-image-grid p {
    margin: 0;
    color: var(--kich-muted);
    line-height: 1.6;
}

body.site-page-company .company-kich-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 0;
    background: #111111 !important;
    color: #ffffff;
}

body.site-page-company .company-kich-cta h2,
body.site-page-company .company-kich-cta p {
    color: #ffffff !important;
}

body.site-page-company .site-footer.mg-footer,
body.site-page-company .mg-footer {
    margin-top: 0 !important;
    background: #000000 !important;
    background-image: none !important;
}

@media (max-width: 980px) {
    body.site-page-company .company-kich-vision-grid,
    body.site-page-company .company-kich-image-grid {
        grid-template-columns: 1fr;
    }

    body.site-page-company .company-kich-profile {
        grid-template-columns: 1fr;
    }

    body.site-page-company .company-kich-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.site-page-company .company-kich-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Company mouse/touch colour interaction and site video background restore. */
body.site-page-company .site-animated-background {
    display: block !important;
    opacity: 1 !important;
}

body.site-page-company .site-animated-background video {
    display: block !important;
    opacity: 1 !important;
    filter: saturate(1.08) contrast(1.04) brightness(0.92) !important;
}

body.site-page-company main#top,
body.site-page-company.site-polished main#top,
body.site-page-company .company-kich-page {
    background: transparent !important;
}

body.site-page-company .company-kich-vision,
body.site-page-company .company-kich-achievements,
body.site-page-company .company-kich-profile,
body.site-page-company .company-kich-capacity,
body.site-page-company .company-kich-products {
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(6px);
}

body.site-page-company [data-colour-card] {
    cursor: pointer;
    transition:
        transform 0.24s ease,
        background 0.24s ease,
        color 0.24s ease,
        border-color 0.24s ease,
        box-shadow 0.24s ease;
}

body.site-page-company [data-colour-card]::before {
    transition: opacity 0.24s ease, background 0.24s ease;
}

body.site-page-company [data-colour-card].is-colour-active,
body.site-page-company [data-colour-card]:hover,
body.site-page-company [data-colour-card]:focus-within {
    border-color: transparent !important;
    background:
        radial-gradient(circle at var(--cursor-x, 50%) var(--cursor-y, 20%), rgba(255, 255, 255, 0.22), transparent 26%),
        linear-gradient(135deg, #f71920 0%, #b72a2d 100%) !important;
    color: #ffffff !important;
    transform: translateY(-8px);
    box-shadow: 0 30px 74px rgba(176, 24, 31, 0.24) !important;
}

body.site-page-company [data-colour-card].is-colour-active::before,
body.site-page-company [data-colour-card].is-colour-active::after,
body.site-page-company [data-colour-card]:hover::before,
body.site-page-company [data-colour-card]:hover::after {
    opacity: 0 !important;
}

body.site-page-company [data-colour-card].is-colour-active h3,
body.site-page-company [data-colour-card].is-colour-active p,
body.site-page-company [data-colour-card].is-colour-active span,
body.site-page-company [data-colour-card].is-colour-active strong,
body.site-page-company [data-colour-card]:hover h3,
body.site-page-company [data-colour-card]:hover p,
body.site-page-company [data-colour-card]:hover span,
body.site-page-company [data-colour-card]:hover strong {
    color: #ffffff !important;
}

body.site-page-company [data-colour-card].is-colour-active .company-kich-icon,
body.site-page-company [data-colour-card]:hover .company-kich-icon {
    color: #ffffff !important;
}

/* Company page final MG theme: home-style video background, no red dominance. */
body.site-page-company {
    background: #000000 !important;
}

body.site-page-company .site-animated-background {
    display: block !important;
    opacity: 1 !important;
    background: #000000 !important;
}

body.site-page-company .site-animated-background video {
    display: block !important;
    opacity: 1 !important;
    filter: saturate(1.08) contrast(1.04) brightness(0.92) !important;
}

body.site-page-company main#top,
body.site-page-company.site-polished main#top,
body.site-page-company .company-kich-page {
    background: transparent !important;
}

body.site-page-company .company-kich-page {
    --kich-red: #d9b56d;
    --kich-red-dark: #8f6824;
    --kich-gold: #d9b56d;
    --kich-ink: #ffffff;
    --kich-muted: rgba(255, 255, 255, 0.76);
}

body.site-page-company .company-kich-vision,
body.site-page-company .company-kich-achievements,
body.site-page-company .company-kich-profile,
body.site-page-company .company-kich-capacity,
body.site-page-company .company-kich-products {
    background:
        radial-gradient(circle at 16% 10%, rgba(217, 181, 109, 0.12), transparent 28rem),
        linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.48)) !important;
    backdrop-filter: none !important;
}

body.site-page-company .company-kich-heading h2,
body.site-page-company .company-kich-profile h2,
body.site-page-company .company-kich-cta h2 {
    color: #ffffff !important;
    text-shadow: 0 18px 60px rgba(0, 0, 0, 0.42) !important;
}

body.site-page-company .company-kich-heading h2 span,
body.site-page-company .company-kich-profile h2 span,
body.site-page-company .company-kich-cta h2 span,
body.site-page-company .company-kich-page .eyebrow {
    color: #d9b56d !important;
}

body.site-page-company .company-kich-heading p,
body.site-page-company .company-kich-profile p:not(.eyebrow),
body.site-page-company .company-kich-cta p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.78) !important;
}

body.site-page-company .company-kich-vision-grid article::before,
body.site-page-company .company-kich-vision-grid article::after {
    background: linear-gradient(90deg, #d9b56d, #8f6824) !important;
}

body.site-page-company .company-kich-vision-grid article,
body.site-page-company .company-kich-stats,
body.site-page-company .company-kich-stats article,
body.site-page-company .company-kich-profile figure,
body.site-page-company .company-kich-image-grid article {
    background: rgba(255, 255, 255, 0.9) !important;
}

body.site-page-company .company-kich-vision-grid h3,
body.site-page-company .company-kich-vision-grid p,
body.site-page-company .company-kich-image-grid h3 {
    color: #1a2434 !important;
}

body.site-page-company [data-colour-card].is-colour-active,
body.site-page-company [data-colour-card]:hover,
body.site-page-company [data-colour-card]:focus-within {
    background:
        radial-gradient(circle at var(--cursor-x, 50%) var(--cursor-y, 20%), rgba(217, 181, 109, 0.34), transparent 28%),
        linear-gradient(135deg, #171717 0%, #3a2b12 100%) !important;
    box-shadow: 0 30px 74px rgba(0, 0, 0, 0.28) !important;
}

body.site-page-company .company-kich-stats strong {
    color: #8f6824 !important;
}

/* Universal MG hero banners: colourful black/gold/orange website style across pages. */
body:not(.hardware-360-body) {
    --mg-hero-gold: #d9b56d;
    --mg-hero-orange: #ff6a00;
    --mg-hero-ink: #050505;
}

body:not(.hardware-360-body) .home-hero,
body:not(.hardware-360-body) .page-hero,
body:not(.hardware-360-body) .company-kich-hero,
body:not(.hardware-360-body) .downloads-studio,
body:not(.hardware-360-body) .blogs-reference-hero,
body:not(.hardware-360-body) .blog-detail-hero-banner,
body.site-page-products .hardware-section.hardware-hero {
    position: relative !important;
    overflow: hidden !important;
    min-height: clamp(520px, 78vh, 720px) !important;
    border-radius: 0 0 28px 28px !important;
    color: #ffffff !important;
    background-color: #050505 !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28) !important;
}

body:not(.hardware-360-body) .page-hero {
    background:
        radial-gradient(circle at 72% 26%, rgba(255, 106, 0, 0.24), transparent 26rem),
        radial-gradient(circle at 18% 70%, rgba(217, 181, 109, 0.2), transparent 24rem),
        linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.22) 54%, rgba(0, 0, 0, 0.58)),
        var(--hero-image) center / cover no-repeat !important;
}

body:not(.hardware-360-body) .downloads-studio {
    background:
        radial-gradient(circle at 72% 26%, rgba(255, 106, 0, 0.24), transparent 26rem),
        radial-gradient(circle at 18% 70%, rgba(217, 181, 109, 0.2), transparent 24rem),
        linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.22) 54%, rgba(0, 0, 0, 0.58)),
        var(--downloads-hero-image) center / cover no-repeat !important;
}

body:not(.hardware-360-body) .blogs-reference-hero,
body:not(.hardware-360-body) .blog-detail-hero-banner {
    background:
        radial-gradient(circle at 72% 26%, rgba(255, 106, 0, 0.24), transparent 26rem),
        radial-gradient(circle at 18% 70%, rgba(217, 181, 109, 0.2), transparent 24rem),
        linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.22) 54%, rgba(0, 0, 0, 0.58)),
        var(--blogs-hero-image, var(--blog-detail-hero-image)) center / cover no-repeat !important;
}

body:not(.hardware-360-body) .home-hero .hero-shade,
body:not(.hardware-360-body) .company-kich-shade,
body:not(.hardware-360-body) .page-hero .hero-shade {
    background:
        radial-gradient(circle at 72% 28%, rgba(255, 106, 0, 0.18), transparent 28rem),
        linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.18) 54%, rgba(0, 0, 0, 0.5)) !important;
}

body:not(.hardware-360-body) .hero-content,
body:not(.hardware-360-body) .company-kich-hero-copy,
body:not(.hardware-360-body) .downloads-hero-copy,
body:not(.hardware-360-body) .blogs-reference-hero,
body:not(.hardware-360-body) .blog-detail-hero-banner > div,
body.site-page-products .hardware-hero-main {
    position: relative !important;
    z-index: 4 !important;
    max-width: 760px !important;
}

body:not(.hardware-360-body) .blog-detail-hero-banner {
    display: grid;
    align-items: center;
    padding: 126px clamp(24px, 6vw, 84px) 120px;
}

body:not(.hardware-360-body) .hero h1,
body:not(.hardware-360-body) .page-hero h1,
body:not(.hardware-360-body) .company-kich-hero-copy h1,
body:not(.hardware-360-body) .downloads-hero-copy h1,
body:not(.hardware-360-body) .blogs-reference-hero h1,
body:not(.hardware-360-body) .blog-detail-hero-banner h1,
body.site-page-products .hardware-hero h1 {
    color: #ffffff !important;
    font-family: "Instrument Sans", Arial, sans-serif !important;
    font-size: clamp(48px, 7vw, 96px) !important;
    font-weight: 900 !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 26px 74px rgba(0, 0, 0, 0.48) !important;
}

body:not(.hardware-360-body) .hero-copy,
body:not(.hardware-360-body) .company-kich-hero-copy p:not(.eyebrow),
body:not(.hardware-360-body) .downloads-hero-copy p,
body:not(.hardware-360-body) .blogs-reference-hero p:not(.eyebrow),
body:not(.hardware-360-body) .blog-detail-hero-banner p:not(.eyebrow),
body.site-page-products .hardware-hero p {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: clamp(16px, 1.5vw, 20px) !important;
    line-height: 1.65 !important;
}

body:not(.hardware-360-body) .eyebrow,
body.site-page-products .hardware-kicker {
    color: var(--mg-hero-gold) !important;
}

body:not(.hardware-360-body) .floating-nav a.active::after,
body:not(.hardware-360-body) .floating-nav a:hover::after,
body.site-page-downloads .downloads-header .floating-nav a.active::after,
body.site-page-downloads .downloads-header .floating-nav a:hover::after {
    background: linear-gradient(90deg, var(--mg-hero-orange), var(--mg-hero-gold)) !important;
}

body:not(.hardware-360-body) .primary-button,
body:not(.hardware-360-body) button[type="submit"] {
    background: linear-gradient(135deg, var(--mg-hero-orange), var(--mg-hero-gold)) !important;
}

body.site-page-company .company-kich-heading h2 span,
body:not(.hardware-360-body) .section-heading h2 span,
body:not(.hardware-360-body) .contact-page-heading h2 span {
    color: var(--mg-hero-gold) !important;
}

@media (max-width: 760px) {
    body:not(.hardware-360-body) .home-hero,
    body:not(.hardware-360-body) .page-hero,
    body:not(.hardware-360-body) .company-kich-hero,
    body:not(.hardware-360-body) .downloads-studio,
    body:not(.hardware-360-body) .blogs-reference-hero,
    body:not(.hardware-360-body) .blog-detail-hero-banner {
        min-height: 560px !important;
        border-radius: 0 0 22px 22px !important;
    }
}

@media (max-width: 620px) {
    body.site-page-company .company-kich-stats {
        grid-template-columns: 1fr;
    }

    body.site-page-company .company-kich-stats article {
        border-right: 0;
        border-bottom: 1px solid rgba(26, 36, 52, 0.1);
    }
}

/* Blogs: MG video background, colourful banner, and detailed cards. */
body.site-page-blogs .blogs-reference-page,
body.site-page-blogs .blogs-reference-content,
body.site-page-blogs .blog-detail-page {
    background: transparent !important;
}

body.site-page-blogs .blogs-reference-grid {
    position: relative;
    z-index: 2;
}

body.site-page-blogs .blogs-reference-card {
    overflow: hidden;
    border: 1px solid rgba(217, 181, 109, 0.26) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3) !important;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.site-page-blogs .blogs-reference-card:hover {
    transform: translateY(-8px);
    border-color: rgba(217, 181, 109, 0.78) !important;
    box-shadow: 0 34px 88px rgba(0, 0, 0, 0.42) !important;
}

body.site-page-blogs .blogs-reference-body h2 {
    color: #101723 !important;
}

body.site-page-blogs .blogs-reference-body p {
    margin: 12px 0 18px;
    color: #5f6977;
    font-size: 15px;
    line-height: 1.65;
}

body.site-page-blogs .blogs-reference-body a {
    color: #8f6824 !important;
}

body.site-page-blogs .blogs-reference-card time {
    color: rgba(16, 23, 35, 0.72) !important;
}

/* Final blog readability pass: full banner, white detail text, no hidden dark typography. */
body.site-page-blogs .blogs-reference-header,
body.site-page-blogs .blog-detail-header {
    position: absolute !important;
    inset: 0 0 auto 0 !important;
    z-index: 20 !important;
    background: transparent !important;
}

body.site-page-blogs .blogs-reference-hero,
body.site-page-blogs .blog-detail-hero-banner {
    width: 100% !important;
    max-width: none !important;
    min-height: clamp(560px, 82vh, 760px) !important;
    margin: 0 !important;
    padding: clamp(130px, 14vw, 180px) clamp(26px, 6vw, 82px) clamp(72px, 9vw, 118px) !important;
    border-radius: 0 0 28px 28px !important;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.48) 42%, rgba(0, 0, 0, 0.16) 100%),
        var(--blogs-hero-image, var(--blog-detail-hero-image)) center / cover no-repeat !important;
}

body.site-page-blogs .blogs-reference-hero > *,
body.site-page-blogs .blog-detail-hero-banner > * {
    max-width: 720px !important;
}

body.site-page-blogs .blog-detail-article,
body.site-page-blogs .blog-detail-related {
    position: relative !important;
    z-index: 3 !important;
    background: rgba(0, 0, 0, 0.54) !important;
    border: 1px solid rgba(217, 181, 109, 0.24) !important;
    box-shadow: 0 28px 82px rgba(0, 0, 0, 0.38) !important;
}

body.site-page-blogs .blog-detail-meta a,
body.site-page-blogs .blog-detail-meta span,
body.site-page-blogs .blog-detail-article h1,
body.site-page-blogs .blog-detail-excerpt,
body.site-page-blogs .blog-detail-content,
body.site-page-blogs .blog-detail-content *,
body.site-page-blogs .blog-detail-related h2,
body.site-page-blogs .blog-detail-related-card strong {
    color: #ffffff !important;
}

body.site-page-blogs .blog-detail-content {
    font-size: 18px !important;
    line-height: 1.9 !important;
}

body.site-page-blogs .blog-detail-meta a,
body.site-page-blogs .blog-detail-related-card span {
    color: #d9b56d !important;
}

/* Remove glass blur treatment from category/product cards across the public website. */
body:not(.hardware-360-body) .category-card,
body:not(.hardware-360-body) .product-category-card,
body:not(.hardware-360-body) .products-category-tabs button,
body:not(.hardware-360-body) .products-item-card,
body:not(.hardware-360-body) .home-category-card,
body:not(.hardware-360-body) .collection-item,
body:not(.hardware-360-body) .catalogue-card {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: #ffffff !important;
}

body:not(.hardware-360-body) .category-card::before,
body:not(.hardware-360-body) .category-card::after,
body:not(.hardware-360-body) .product-category-card::before,
body:not(.hardware-360-body) .product-category-card::after,
body:not(.hardware-360-body) .home-category-card::before,
body:not(.hardware-360-body) .home-category-card::after {
    display: none !important;
}

/* Products final clean showcase: contained catalogue image, no cluttered overlay panels. */
body.site-page-products .hardware-product-demo {
    min-height: 880vh !important;
    background:
        radial-gradient(circle at 74% 18%, rgba(0, 157, 214, 0.2), transparent 26rem),
        radial-gradient(circle at 15% 78%, rgba(217, 181, 109, 0.16), transparent 28rem),
        linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.86)),
        #050505 !important;
}

body.site-page-products .hardware-product-demo::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        radial-gradient(circle at 72% 46%, rgba(217, 181, 109, 0.12), transparent 30rem) !important;
    background-size: 86px 86px, 86px 86px, auto !important;
    opacity: 0.55 !important;
}

body.site-page-products .hardware-canvas {
    z-index: 2 !important;
}

body.site-page-products .hardware-section {
    z-index: 8 !important;
    min-height: 108vh !important;
    align-items: center !important;
    padding: clamp(122px, 16vh, 174px) clamp(22px, 7vw, 98px) !important;
}

body.site-page-products .hardware-hero-main,
body.site-page-products .hardware-copy {
    width: min(470px, 88vw) !important;
    max-width: 470px !important;
    padding: 22px 0 !important;
}

body.site-page-products .hardware-hero h1,
body.site-page-products .hardware-copy h2 {
    max-width: 460px !important;
    color: #ffffff !important;
    font-family: "Instrument Sans", Arial, sans-serif !important;
    font-size: clamp(44px, 6.5vw, 86px) !important;
    font-weight: 900 !important;
    line-height: 0.98 !important;
    text-shadow: 0 22px 68px rgba(0, 0, 0, 0.58) !important;
}

body.site-page-products .hardware-hero p:not(.hardware-kicker),
body.site-page-products .hardware-copy p:not(.hardware-kicker) {
    max-width: 420px !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: clamp(15px, 1.2vw, 18px) !important;
}

body.site-page-products .hardware-kicker {
    color: #d9b56d !important;
}

body.site-page-products .hardware-copy-specs {
    max-width: 430px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.site-page-products .hardware-copy-specs article {
    border-color: rgba(217, 181, 109, 0.24) !important;
    background: rgba(0, 0, 0, 0.32) !important;
    backdrop-filter: none !important;
}

body.site-page-products .hardware-active-panel,
body.site-page-products .hardware-detail-panel {
    display: none !important;
}

body.site-page-products .hardware-hero-second {
    color: rgba(255, 255, 255, 0.7) !important;
}

body.site-page-products .hardware-arrow {
    color: rgba(255, 255, 255, 0.72) !important;
}

@media (max-width: 980px) {
    body.site-page-products .hardware-section {
        min-height: 118vh !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    body.site-page-products .hardware-copy-specs {
        grid-template-columns: 1fr !important;
    }
}

/* Products final video + catalogue 3D pass. */
body.site-page-products,
body.site-page-products.site-polished:not(.hardware-360-body) {
    background: #000000 !important;
}

body.site-page-products .hardware-background-video {
    position: fixed;
    inset: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    opacity: 0.78;
    filter: saturate(1.12) contrast(1.08);
    pointer-events: none;
}

body.site-page-products .hardware-product-demo {
    margin-bottom: 0 !important;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.72) 72%, #000000 100%) !important;
}

body.site-page-products .hardware-product-demo::before {
    z-index: 1 !important;
    background:
        radial-gradient(circle at 72% 22%, rgba(217, 181, 109, 0.12), transparent 26rem),
        radial-gradient(circle at 18% 68%, rgba(0, 175, 224, 0.18), transparent 30rem),
        linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.52)) !important;
    opacity: 1 !important;
}

body.site-page-products .hardware-canvas {
    filter: drop-shadow(0 32px 62px rgba(0, 0, 0, 0.55));
}

body.site-page-products .hardware-section-right {
    justify-content: flex-start !important;
}

body.site-page-products .hardware-section:nth-of-type(even) .hardware-copy {
    margin-left: auto !important;
}

body.site-page-products .hardware-copy {
    border-left: 2px solid rgba(217, 181, 109, 0.42);
    padding-left: clamp(18px, 2.4vw, 30px) !important;
}

body.site-page-products .hardware-copy-specs article,
body.site-page-products .hardware-detail-grid div {
    background: rgba(0, 0, 0, 0.46) !important;
}

body.site-page-products .site-footer.mg-footer,
body.site-page-products .mg-footer {
    margin-top: 0 !important;
    border-top: 0 !important;
    background: #000000 !important;
    background-image: none !important;
}

body.site-page-products .site-footer.mg-footer::before,
body.site-page-products .site-footer.mg-footer::after,
body.site-page-products .mg-footer::before,
body.site-page-products .mg-footer::after {
    display: none !important;
    content: none !important;
}

/* Products final background cleanup: only the same video background, no lower dark bands. */
body.site-page-products .hardware-product-demo,
body.site-page-products .hardware-section,
body.site-page-products .hardware-section.hardware-hero,
body.site-page-products .hardware-finale {
    background: transparent !important;
    background-color: transparent !important;
}

body.site-page-products .hardware-product-demo::before {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.4)) !important;
}

body.site-page-products .hardware-background-video,
body.site-page-products .site-animated-background video {
    display: block !important;
}

body.site-page-products .hardware-canvas {
    background: transparent !important;
}

/* Products single-image catalogue layout. */
body.site-page-products .products-single-showcase {
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #000000;
    color: #ffffff;
}

/* Restore interactive products showcase over the later single-product experiment. */
body.site-page-products .hardware-active-panel,
body.site-page-products .hardware-detail-panel {
    display: grid !important;
}

body.site-page-products .hardware-product-demo .hardware-canvas {
    z-index: 2 !important;
}

body.site-page-products .hardware-product-demo .hardware-copy {
    border-left: 0;
}

/* Products final request: full video background, public/images product photos, footer visible and touching. */
body.site-page-products,
body.site-page-products.site-polished:not(.hardware-360-body) {
    background: #000000 !important;
}

body.site-page-products .hardware-background-video {
    position: fixed !important;
    inset: 0 !important;
    z-index: 0 !important;
    display: block !important;
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover !important;
    opacity: 0.82 !important;
    filter: saturate(1.15) contrast(1.08) !important;
    pointer-events: none !important;
}

body.site-page-products .hardware-product-demo {
    margin-bottom: 0 !important;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.76) 78%, #000000 100%) !important;
}

body.site-page-products .hardware-product-demo::before {
    z-index: 1 !important;
    background:
        radial-gradient(circle at 74% 22%, rgba(217, 181, 109, 0.12), transparent 27rem),
        radial-gradient(circle at 18% 70%, rgba(0, 175, 224, 0.18), transparent 31rem),
        linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.54)) !important;
    opacity: 1 !important;
}

body.site-page-products .site-footer,
body.site-page-products .site-footer.mg-footer,
body.site-page-products .mg-footer {
    display: block !important;
    margin-top: 0 !important;
    border-top: 0 !important;
    background: #000000 !important;
    background-image: none !important;
}

body.site-page-products .site-footer.mg-footer::before,
body.site-page-products .site-footer.mg-footer::after,
body.site-page-products .mg-footer::before,
body.site-page-products .mg-footer::after {
    display: none !important;
    content: none !important;
}

body.site-page-products .products-single-video {
    position: fixed;
    inset: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    opacity: 0.78;
    filter: saturate(1.14) contrast(1.08);
    pointer-events: none;
}

body.site-page-products .products-single-showcase::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 78% 18%, rgba(217, 181, 109, 0.12), transparent 28rem),
        radial-gradient(circle at 18% 72%, rgba(0, 174, 224, 0.18), transparent 30rem),
        linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.7));
    pointer-events: none;
}

body.site-page-products .products-single-header {
    position: fixed;
    top: 28px;
    right: clamp(18px, 5vw, 72px);
    left: clamp(18px, 5vw, 72px);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.site-page-products .products-single-header .floating-nav {
    position: static !important;
    transform: none !important;
}

body.site-page-products .products-single-hero,
body.site-page-products .products-single-list {
    position: relative;
    z-index: 3;
}

body.site-page-products .products-single-hero {
    display: grid;
    min-height: 72vh;
    align-content: end;
    padding: clamp(150px, 18vh, 210px) clamp(24px, 7vw, 104px) clamp(72px, 9vh, 118px);
}

body.site-page-products .products-single-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(54px, 8vw, 104px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 0;
}

body.site-page-products .products-single-hero p:not(.eyebrow) {
    max-width: 620px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.65;
}

body.site-page-products .products-single-list {
    display: grid;
}

body.site-page-products .products-single-item {
    display: grid;
    min-height: 100vh;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.82fr);
    align-items: center;
    gap: clamp(28px, 5vw, 76px);
    padding: clamp(82px, 10vh, 128px) clamp(24px, 7vw, 104px);
}

body.site-page-products .products-single-item.is-reverse {
    grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.08fr);
}

body.site-page-products .products-single-item.is-reverse .products-single-media {
    order: 2;
}

body.site-page-products .products-single-media {
    display: grid;
    min-height: 420px;
    place-items: center;
    margin: 0;
    perspective: 1200px;
}

body.site-page-products .products-single-media img {
    display: block;
    width: min(100%, 720px);
    max-height: 66vh;
    object-fit: contain;
    transform: rotateX(7deg) rotateY(-12deg) translateZ(0);
    filter: drop-shadow(0 34px 42px rgba(0, 0, 0, 0.58));
}

body.site-page-products .products-single-item.is-reverse .products-single-media img {
    transform: rotateX(7deg) rotateY(12deg) translateZ(0);
}

body.site-page-products .products-single-detail {
    border-left: 2px solid rgba(217, 181, 109, 0.5);
    padding-left: clamp(20px, 3vw, 34px);
}

body.site-page-products .products-single-detail > span {
    display: block;
    margin-bottom: 18px;
    color: #d9b56d;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
}

body.site-page-products .products-single-detail h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 82px);
    font-weight: 900;
    line-height: 1;
}

body.site-page-products .products-single-detail > p:not(.eyebrow) {
    max-width: 540px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.75;
}

body.site-page-products .products-single-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 560px;
    margin-top: 30px;
}

body.site-page-products .products-single-specs div {
    border: 1px solid rgba(217, 181, 109, 0.24);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.42);
    padding: 16px;
}

body.site-page-products .products-single-specs small {
    display: block;
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.site-page-products .products-single-specs strong {
    display: block;
    margin-top: 8px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.35;
}

@media (max-width: 900px) {
    body.site-page-products .products-single-header {
        position: absolute;
        display: grid;
        gap: 14px;
    }

    body.site-page-products .products-single-item,
    body.site-page-products .products-single-item.is-reverse {
        min-height: auto;
        grid-template-columns: 1fr;
        padding-top: 74px;
        padding-bottom: 74px;
    }

    body.site-page-products .products-single-item.is-reverse .products-single-media {
        order: 0;
    }

    body.site-page-products .products-single-media {
        min-height: 280px;
    }

    body.site-page-products .products-single-specs {
        grid-template-columns: 1fr;
    }
}

/* Downloads contrast hotfix: keep hero and catalogue text readable over dark media. */
body.site-page-downloads .downloads-hero-copy,
body.site-page-downloads .downloads-hero-copy h1,
body.site-page-downloads .downloads-hero-copy p {
    color: #ffffff !important;
}

body.site-page-downloads .downloads-hero-copy h1 {
    text-shadow: 0 26px 74px rgba(0, 0, 0, 0.74), 0 4px 18px rgba(0, 0, 0, 0.55) !important;
}

body.site-page-downloads .downloads-hero-copy p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.92) !important;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.72) !important;
}

body.site-page-downloads .downloads-hero-copy .eyebrow,
body.site-page-downloads .catalogue-feature .eyebrow,
body.site-page-downloads .downloads-library-head .eyebrow {
    color: #ffb24a !important;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
}

body.site-page-downloads .catalogue-feature h3,
body.site-page-downloads .catalogue-card-body h3,
body.site-page-downloads .downloads-library-head h2 {
    color: #151719 !important;
}

body.site-page-downloads .catalogue-feature p:not(.eyebrow),
body.site-page-downloads .catalogue-card-body span,
body.site-page-downloads .downloads-library-head span {
    color: #4d535b !important;
}

/* Final downloads/blog visual polish requested from live page review. */
body.site-page-downloads .catalogue-page {
    background: transparent !important;
}

body.site-page-downloads .single-catalogue-head h2,
body.site-page-downloads .downloads-library-head h2 {
    color: #ffffff !important;
    text-shadow: 0 22px 62px rgba(0, 0, 0, 0.72), 0 3px 14px rgba(0, 0, 0, 0.5) !important;
}

body.site-page-downloads .single-catalogue-head span,
body.site-page-downloads .downloads-library-head span {
    color: rgba(255, 255, 255, 0.86) !important;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.62) !important;
}

body.site-page-downloads .single-catalogue-head + .catalogue-feature h3 {
    color: #151719 !important;
    text-shadow: none !important;
}

body.site-page-downloads .single-catalogue-head + .catalogue-feature p:not(.eyebrow) {
    color: #4d535b !important;
    text-shadow: none !important;
}

body.site-page-blogs .blogs-reference-content {
    padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 72px) clamp(76px, 9vw, 120px) !important;
}

body.site-page-blogs .blogs-reference-grid {
    display: grid !important;
    width: min(1120px, 100%) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px !important;
    align-items: stretch !important;
    justify-content: center !important;
    margin: 0 auto !important;
}

body.site-page-blogs .blogs-reference-card {
    display: grid !important;
    min-height: 100% !important;
    grid-template-rows: auto 1fr auto !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.96) !important;
}

body.site-page-blogs .blogs-reference-image {
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
}

body.site-page-blogs .blogs-reference-body {
    display: flex !important;
    flex-direction: column !important;
    padding: 20px 20px 18px !important;
}

body.site-page-blogs .blogs-reference-body h2 {
    min-height: 0 !important;
    color: #101723 !important;
    font-size: clamp(18px, 1.5vw, 22px) !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

body.site-page-blogs .blogs-reference-body p {
    display: -webkit-box !important;
    margin: 16px 0 20px !important;
    overflow: hidden !important;
    color: #5c6674 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
}

body.site-page-blogs .blogs-reference-body a {
    margin-top: auto !important;
    color: #9a6a18 !important;
}

body.site-page-blogs .blogs-reference-card time {
    border-top-color: rgba(255, 106, 0, 0.45) !important;
    padding: 14px 20px !important;
    color: #5c6674 !important;
}

@media (max-width: 980px) {
    body.site-page-blogs .blogs-reference-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    body.site-page-blogs .blogs-reference-grid {
        grid-template-columns: 1fr !important;
    }
}
