:root {
    --primary: #00205b;
    --secondary: #e40013;
    --ink: #132033;
    --muted: #687386;
    --line: #dbe2ec;
    --soft: #f4f7fb;
    --white: #fff;
    --shadow: 0 18px 40px rgba(15, 35, 70, .12);
    --font-sans: "Montserrat", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: var(--font-sans);
    color: var(--ink);
    background: var(--white);
    line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1140px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
}
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; max-width: 170px; }
.brand img { width: 150px; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: 42px; font-weight: 700; }
.main-nav a { color: #1f2a38; transition: color .2s ease; }
.main-nav a:hover { color: var(--secondary); }
.admin-link { color: var(--secondary); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; border-radius: 8px; color: var(--ink); }
.nav-toggle i { font-size: 18px; }
.home-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #111;
}
.slider-track {
    position: relative;
    height: clamp(420px, 37.5vw, 720px);
}
.slider-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .75s ease, visibility .75s ease;
}
.slider-slide.is-active {
    position: absolute;
    opacity: 1;
    visibility: visible;
}
.slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide-caption {
    position: absolute;
    top: 50%;
    left: max(7vw, calc((100vw - 1140px) / 2 + 16px));
    transform: translateY(-50%);
    max-width: 520px;
    text-align: left;
}
.slide-caption h3,
.slide-caption h2,
.mobile-caption h3,
.mobile-caption h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}
.slide-caption h3,
.mobile-caption h3 {
    font-size: clamp(21px, 2.2vw, 32px);
    font-weight: 600;
}
.slide-caption h2,
.mobile-caption h2 {
    font-size: clamp(35px, 4vw, 58px);
    font-weight: 800;
    margin-top: 4px;
}
.slider-button {
    display: inline-flex;
    margin-top: 12px;
    padding: 8px 18px;
    background: var(--primary);
    color: #fff;
    border-radius: 0;
    font-weight: 700;
}
.slider-control {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 46px;
    height: 46px;
    transform: translateY(-50%) rotate(45deg);
    border: solid rgba(255, 255, 255, .8);
    border-width: 0;
    background: transparent;
}
.slider-control.prev {
    left: 28px;
    border-bottom-width: 3px;
    border-left-width: 3px;
}
.slider-control.next {
    right: 28px;
    border-top-width: 3px;
    border-right-width: 3px;
}
.mobile-slide-captions { display: none; }
.hero {
    background: linear-gradient(135deg, #f6f9fe 0%, #fff 48%, #eef3fa 100%);
    min-height: 560px;
    display: flex;
    align-items: center;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 48px; align-items: center; }
.eyebrow { color: var(--secondary); font-weight: 800; text-transform: uppercase; letter-spacing: 0; font-size: 13px; }
h1, h2, h3 { line-height: 1.08; margin: 0 0 16px; }
h1 { font-size: clamp(40px, 6vw, 72px); max-width: 920px; }
h2 { font-size: clamp(28px, 4vw, 42px); }
p { color: var(--muted); }
.hero-copy p:not(.eyebrow) { font-size: 18px; max-width: 680px; }
.hero-actions, .filter-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 8px;
    border: 1px solid var(--line);
    font-weight: 800;
    cursor: pointer;
}
.button.primary { background: var(--primary); color: #fff; border-color: var(--primary); }
.button.ghost { background: #fff; color: var(--primary); }
.hero-panel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.spec-card {
    min-height: 150px;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
    border-top: 5px solid var(--secondary);
}
.spec-card span { color: var(--muted); font-size: 13px; }
.spec-card strong { display: block; margin-top: 8px; font-size: 22px; }
.section { padding: 70px 0; }
.section.muted { background: var(--soft); }
.section-heading { margin-bottom: 28px; }
.section-heading.centered { text-align: center; }
.section-heading.centered h2 {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: var(--primary);
    text-transform: uppercase;
}
.section-heading.centered h2::after {
    content: "";
    display: block;
    width: 74px;
    height: 3px;
    background: var(--secondary);
    margin: 10px auto 0;
}
.category-section { padding-top: 64px; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.home-category-grid { grid-template-columns: repeat(4, 1fr); }
.category-card {
    position: relative;
    min-height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 0;
    background: var(--primary);
}
.category-card::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .28); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.category-card:hover img { transform: scale(1.04); }
.category-card span {
    position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    width: calc(100% - 24px);
    text-align: center;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
}
.category-card span::after { display: none; }
.product-grid {
    --masonry-gap: 18px;
    display: block;
    column-count: 3;
    column-width: 250px;
    column-gap: var(--masonry-gap);
    column-fill: balance;
}
.product-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    min-height: 0;
    margin: 0 0 var(--masonry-gap);
    break-inside: avoid;
    page-break-inside: avoid;
    transform: translateZ(0);
    transition: transform .2s ease, box-shadow .2s ease;
}
.product-card a { display: block; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-grid[data-masonry-ready] .product-card {
    opacity: 0;
    animation: masonry-card-in .48s cubic-bezier(.2, .7, .2, 1) forwards;
    animation-delay: calc(var(--masonry-index, 0) * 45ms);
}
@keyframes masonry-card-in {
    from {
        opacity: 0;
        transform: translateY(18px) scale(.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
@media (prefers-reduced-motion: reduce) {
    .product-grid[data-masonry-ready] .product-card {
        opacity: 1;
        animation: none;
    }
}
.product-image {
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 1;
    background: #eef3fa;
}
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-image span { font-size: 32px; font-weight: 900; color: var(--primary); }
.product-body { padding: 16px; }
.product-body h3 { margin: 0; font-size: 20px; }
.product-excerpt { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips span {
    display: inline-flex;
    max-width: 100%;
    padding: 5px 8px;
    border-radius: 7px;
    background: var(--soft);
    color: var(--muted);
    font-size: 12px;
}
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; }
.text-link { color: var(--secondary); font-weight: 800; }
.about-preview-section { padding-top: 56px; }
.about-preview {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 28px;
    align-items: center;
}
.about-image {
    overflow: hidden;
    aspect-ratio: 16 / 9;
}
.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-copy h2 {
    display: inline-block;
    color: var(--primary);
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}
.about-copy p { margin-top: 0; }
.read-more-link {
    display: inline-flex;
    margin-top: 10px;
    padding: 6px 16px;
    background: var(--primary);
    color: #fff;
}
.home-map iframe {
    width: 100%;
    height: 360px;
    border: 0;
    display: block;
}
.page-hero, .category-hero { background: var(--primary); color: #fff; }
.page-hero.compact { padding: 88px 0 64px; }
.page-hero p, .category-hero p { color: rgba(255,255,255,.78); }
.category-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--accent);
}
.category-hero.has-background::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    pointer-events: none;
}
.category-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 25vw);
    min-height: 320px;
    align-items: center;
    gap: 32px;
}
.category-hero-inner > div {
    display: flex;
    padding: 42px 30px;
    flex-direction: column;
    justify-content: center;
    background: var(--accent);
    background: color-mix(in srgb, var(--accent) 70%, transparent);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.category-list { display: grid; gap: 14px; }
.category-row {
    display: grid;
    grid-template-columns: 180px 1fr auto;
    align-items: center;
    gap: 24px;
    border: 1px solid var(--line);
    border-left: 8px solid var(--accent);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.category-row img { width: 180px; height: 100px; object-fit: cover; }
.category-row span { font-size: 24px; font-weight: 800; }
.category-row small { padding-right: 24px; color: var(--muted); }
.products-archive {
    background: #fff;
}
.breadcrumbs,
.products-breadcrumb {
    display: flex;
    width: min(1140px, calc(100% - 32px));
    margin: 0 auto;
    padding: 18px 0;
    align-items: center;
    gap: 8px;
    color: #5e6571;
    font-size: 14px;
    font-weight: 500;
}
.breadcrumbs a,
.products-breadcrumb a {
    color: #5e6571;
    transition: color .2s ease;
}
.breadcrumbs a:hover,
.breadcrumbs a[aria-current="page"],
.products-breadcrumb a:hover,
.products-breadcrumb a[aria-current="page"] {
    color: var(--primary);
}
.products-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    overflow: hidden;
}
.archive-category-box {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    background: #111;
    color: #fff;
}
.archive-category-wedge {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    z-index: 2;
    width: 16.666%;
    background: var(--archive-accent);
    transform: skewX(-0.06turn);
    pointer-events: none;
}
.archive-category-motion {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 0;
    background: var(--archive-accent);
    opacity: .85;
    transition: width .35s ease;
    pointer-events: none;
}
.archive-category-media {
    position: relative;
    display: block;
    aspect-ratio: 5 / 2;
    overflow: hidden;
}
.archive-category-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .04) 62%);
    pointer-events: none;
}
.archive-category-media img,
.archive-category-fallback {
    width: 100%;
    height: 100%;
}
.archive-category-media img {
    object-fit: cover;
    transition: transform .4s ease;
}
.archive-category-fallback {
    display: block;
    background: linear-gradient(135deg, var(--primary), #315f9a);
}
.archive-category-title {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 4;
    width: 50%;
    transform: translateY(-50%);
}
.archive-category-title strong {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: clamp(22px, 2.4vw, 34px);
    line-height: 1.2;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}
.archive-category-title small {
    display: -webkit-box;
    margin-top: 16px;
    overflow: hidden;
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    line-height: 1.5;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.archive-category-title strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 80%;
    height: 3px;
    background: var(--archive-accent);
}
.archive-category-box:hover .archive-category-media img {
    transform: scale(1.06);
}
.archive-category-box:hover .archive-category-motion {
    width: 8px;
}
.catalog-layout { display: grid; grid-template-columns: 290px 1fr; gap: 28px; align-items: start; }
.filters, .form-card, .contact-panel > div:first-child, .empty-state {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 20px;
}
.filters { position: sticky; top: 96px; }
.filter-block { border-bottom: 1px solid var(--line); padding: 14px 0; }
.filter-block:first-child { padding-top: 0; }
.filter-block label { display: block; font-weight: 800; margin-bottom: 8px; }
input, textarea, select {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 11px 12px;
    font: inherit;
    background: #fff;
}
.filter-title {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
    color: var(--ink);
    font-weight: 900;
    cursor: pointer;
}
.filter-title::after {
    content: "\f107";
    flex: 0 0 auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: transform .2s ease;
}
.filter-title[aria-expanded="false"]::after {
    transform: rotate(-90deg);
}
.filter-values { display: grid; gap: 8px; margin-top: 12px; max-height: 240px; overflow: auto; }
.filter-values.collapsed { display: none; }
.check-row { display: grid; grid-template-columns: 18px minmax(0, 1fr) auto; gap: 8px; align-items: center; font-weight: 400 !important; color: var(--muted); }
.check-row input { width: auto; }
.check-row small { color: var(--secondary); }
.catalog-results { transition: opacity .2s ease; }
.catalog-results.is-loading { opacity: .45; pointer-events: none; }
.result-bar { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 18px; color: var(--muted); }
.product-detail { padding: 64px 0; background: linear-gradient(180deg, #fff, var(--soft)); }
.product-detail-grid { display: grid; grid-template-columns: 420px 1fr; gap: 48px; align-items: center; }
.product-media { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }
.product-media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.lead { font-size: 18px; }
.spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0; }
.spec-grid div { padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.spec-grid span { display: block; color: var(--muted); font-size: 12px; }
.spec-grid strong { display: block; margin-top: 4px; }
.table-wrap { overflow: auto; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.spec-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.spec-table th, .spec-table td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; }
.spec-table th { background: var(--primary); color: #fff; }
.contact-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.contact-map-section {
    width: 100%;
    background: #e8edf4;
}
.contact-map {
    display: block;
    width: 100%;
    height: clamp(330px, 38vw, 520px);
    border: 0;
    background: linear-gradient(135deg, rgba(0, 32, 91, .08), rgba(228, 0, 19, .08));
}
.contact-map-embed {
    display: block;
    width: 100%;
    height: clamp(330px, 38vw, 520px);
    border: 0;
}
.contact-map-points {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .38fr);
    overflow: hidden;
    color: var(--ink);
    background:
        radial-gradient(circle at 24% 32%, rgba(228, 0, 19, .16), transparent 22%),
        radial-gradient(circle at 76% 68%, rgba(0, 32, 91, .16), transparent 24%),
        linear-gradient(135deg, rgba(0, 32, 91, .08), rgba(228, 0, 19, .08));
}
.contact-map-points__canvas {
    position: relative;
    min-height: 100%;
    isolation: isolate;
}
.contact-map-points__canvas::before,
.contact-map-points__canvas::after {
    content: "";
    position: absolute;
    inset: 14%;
    border: 1px solid rgba(0, 32, 91, .16);
    border-radius: 999px;
    pointer-events: none;
}
.contact-map-points__canvas::before {
    transform: rotate(-8deg);
}
.contact-map-points__canvas::after {
    inset: 25% 18%;
    border-color: rgba(228, 0, 19, .18);
    transform: rotate(18deg);
}
.contact-map-point {
    position: absolute;
    z-index: 1;
    display: grid;
    max-width: min(180px, 34vw);
    justify-items: center;
    gap: 8px;
    color: var(--primary);
    text-align: center;
    transform: translate(-50%, -100%);
}
.contact-map-point span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--secondary);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(0, 32, 91, .22);
}
.contact-map-point strong {
    padding: 8px 10px;
    border: 1px solid rgba(0, 32, 91, .1);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 28px rgba(0, 32, 91, .1);
    font-size: 13px;
    line-height: 1.25;
}
.contact-map-point:hover span,
.contact-map-point:focus-visible span {
    background: var(--primary);
}
.contact-map-points__list {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: clamp(20px, 3vw, 34px);
    border-left: 1px solid rgba(0, 32, 91, .12);
    background: rgba(255, 255, 255, .92);
}
.contact-map-points__list a {
    display: grid;
    gap: 6px;
    padding: 14px;
    border: 1px solid rgba(0, 32, 91, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(0, 32, 91, .07);
}
.contact-map-points__list a:hover,
.contact-map-points__list a:focus-visible {
    border-color: rgba(228, 0, 19, .4);
}
.contact-map-points__list strong {
    color: var(--primary);
    font-size: 14px;
}
.contact-map-points__list span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}
.contact-map-empty {
    display: grid;
    place-items: center;
    padding: 30px;
    color: var(--muted);
    font-weight: 700;
    text-align: center;
}
.contact-map-popup {
    max-width: 250px;
    color: var(--ink);
    font-family: var(--font-sans);
}
.contact-map-popup strong {
    display: block;
    margin-bottom: 6px;
    color: var(--primary);
}
.contact-map-popup p {
    margin: 0 0 8px;
    color: var(--muted);
    line-height: 1.45;
}
.contact-map-popup a {
    color: var(--secondary);
    font-weight: 800;
}
.contact-section {
    padding-top: 42px;
}
.contact-location-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 34px;
}
.contact-location-card {
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(0, 32, 91, .06);
}
.contact-location-card h2 {
    margin: 0 0 10px;
    color: var(--primary);
    font-size: 19px;
}
.contact-location-card p {
    margin: 0 0 16px;
    color: #4d5968;
    line-height: 1.7;
}
.contact-location-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--secondary);
    font-weight: 800;
}
.contact-info-list {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}
.contact-info-list p {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0;
}
.contact-info-list i {
    width: 18px;
    padding-top: 3px;
    color: var(--secondary);
    text-align: center;
}
.form-card { display: grid; gap: 14px; }
.form-card label { display: grid; gap: 7px; font-weight: 800; }
.notice { padding: 12px 14px; border-radius: 8px; margin-bottom: 14px; font-weight: 800; }
.notice.success { background: #e8f7ee; color: #156b35; }
.notice.error { background: #fff0ef; color: #9b1c18; }
.rich-text {
    max-width: 860px;
    font-size: 18px;
    line-height: 1.78;
}
.rich-text > *:first-child { margin-top: 0; }
.rich-text > *:last-child { margin-bottom: 0; }
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5 {
    margin: 1.25em 0 .45em;
    color: var(--primary);
    font-weight: 900;
    line-height: 1.18;
}
.rich-text h2 { font-size: 32px; }
.rich-text h3 { font-size: 26px; }
.rich-text h4 { font-size: 21px; }
.rich-text h5 { font-size: 18px; }
.rich-text p,
.rich-text li {
    color: var(--muted);
}
.rich-text a {
    color: var(--secondary);
    font-weight: 800;
}
.rich-text ul,
.rich-text ol {
    padding-left: 24px;
}
.rich-text blockquote {
    margin: 24px 0;
    padding: 18px 22px;
    border-left: 4px solid var(--secondary);
    background: #fff5f5;
    color: var(--ink);
    font-weight: 700;
}
.rich-text img {
    max-width: 100%;
    height: auto;
    margin: 18px 0;
    border-radius: 8px;
}
.rich-text figure.rich-youtube-embed {
    width: min(100%, 820px);
    aspect-ratio: 16 / 9;
    margin: 24px 0;
    overflow: hidden;
    border-radius: 8px;
    background: #081a33;
}
.rich-text figure.rich-youtube-embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
.contact-rich-text {
    margin: 12px 0 0;
    font-size: 15px;
}
.about-hero .container { max-width: 760px; }
.about-nav-band {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid var(--line);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.about-nav {
    display: flex;
    min-height: 58px;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
}
.about-nav a {
    display: inline-flex;
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 4px;
    color: var(--primary);
    font-size: 13px;
    font-weight: 800;
}
.about-nav a:hover,
.about-nav a:focus-visible {
    background: var(--primary);
    color: #fff;
}
.about-story-grid {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
    gap: 42px;
    align-items: center;
}
.about-story-media {
    overflow: hidden;
    border-radius: 8px;
    background: var(--soft);
}
.about-story-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.about-story-copy h2 {
    margin-top: 0;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
}
.about-story-copy p {
    color: var(--muted);
    line-height: 1.75;
}
.about-story-rich.rich-text {
    max-width: none;
    font-size: 16px;
}
.about-story-copy blockquote {
    margin: 24px 0 0;
    padding: 18px 20px;
    border-left: 4px solid var(--secondary);
    background: var(--soft);
    color: var(--primary);
    font-size: 18px;
    font-weight: 800;
}
.about-vm-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.about-vm-grid article,
.safety-list-grid article,
.certification-grid article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 24px;
}
.about-vm-grid span {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
}
.about-vm-grid h2,
.safety-list-grid h3,
.certification-grid h3 { margin-bottom: 10px; }
.about-vm-grid p,
.about-safety-copy p {
    color: var(--muted);
    line-height: 1.7;
}
.plant-line-grid { display: grid; gap: 14px; }
.plant-line-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}
.plant-line-card summary {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    cursor: pointer;
    list-style: none;
}
.plant-line-card summary::-webkit-details-marker { display: none; }
.plant-line-card summary::after {
    content: "\f107";
    padding-right: 22px;
    color: var(--secondary);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    justify-self: end;
    transition: transform .2s ease;
}
.plant-line-card[open] summary::after { transform: rotate(180deg); }
.plant-line-card summary img {
    width: 160px;
    height: 110px;
    object-fit: cover;
}
.plant-line-card summary span {
    color: var(--primary);
    font-size: 20px;
    font-weight: 800;
}
.plant-line-card ul {
    margin: 0;
    padding: 0 28px 24px 198px;
    color: var(--muted);
    line-height: 1.7;
}
.plant-line-details.rich-text {
    max-width: none;
    padding: 0 28px 24px 198px;
    font-size: 15px;
}
.plant-line-details.rich-text ul,
.plant-line-details.rich-text ol {
    margin: 0;
    padding-left: 22px;
}
.plant-line-details.rich-text p {
    margin: 0 0 10px;
}
.plant-line-details.rich-text h2,
.plant-line-details.rich-text h3,
.plant-line-details.rich-text h4,
.plant-line-details.rich-text h5 {
    margin-top: 0;
    font-size: 18px;
}
.about-safety-grid {
    display: grid;
    grid-template-columns: minmax(280px, .86fr) minmax(0, 1.14fr);
    gap: 28px;
    align-items: start;
}
.about-safety-copy h2 {
    margin-top: 0;
    font-size: clamp(28px, 3vw, 40px);
}
.signature-card {
    display: grid;
    max-width: 240px;
    margin-top: 24px;
    gap: 4px;
}
.signature-card img { max-width: 170px; }
.signature-card strong {
    color: var(--primary);
    text-transform: uppercase;
}
.signature-card span {
    color: var(--muted);
    font-size: 13px;
}
.safety-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.safety-list-grid ul {
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
    line-height: 1.65;
}
.certification-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.certification-grid article {
    display: grid;
    align-content: space-between;
    min-height: 280px;
}
.certification-grid img {
    width: 100%;
    max-height: 220px;
    object-fit: contain;
}
.certification-grid h3 {
    color: var(--primary);
    text-align: center;
}
.site-footer { background: #f6f6f6; color: #333; padding: 54px 0 84px; }
.site-footer h3 { font-size: 16px; margin-bottom: 8px; }
.site-footer h3 small { color: #666; font-weight: 400; }
.site-footer p, .site-footer a { color: #5e6571; }
.footer-logo { max-width: 150px; padding: 18px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 2.5fr 1fr 1.5fr; gap: 28px; align-items: start; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #555; padding-top: 28px; }
.footer-bottom a { color: var(--primary); font-weight: 700; }
.mobile-actions { display: none; }

@media (min-width: 981px) {
    .category-hero-inner {
        align-items: stretch;
    }
    .category-hero-inner > div {
        min-height: inherit;
    }
}

@media (max-width: 980px) {
    .hero-grid, .category-hero-inner, .catalog-layout, .product-detail-grid, .contact-panel, .split { grid-template-columns: 1fr; }
    .category-grid, .home-category-grid { grid-template-columns: repeat(2, 1fr); }
    .product-grid { column-count: 2; }
    .products-category-grid { grid-template-columns: 1fr; }
    .contact-location-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-story-grid, .about-safety-grid { grid-template-columns: 1fr; }
    .about-vm-grid { grid-template-columns: 1fr; }
    .filters { position: static; }
    .about-preview { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
    .main-nav {
        display: none;
        position: absolute;
        left: 16px;
        right: 16px;
        top: 78px;
        padding: 18px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 8px;
        box-shadow: var(--shadow);
    }
    .main-nav.open { display: grid; gap: 14px; }
    .nav-toggle { display: inline-grid; place-items: center; }
    .header-inner { min-height: 76px; }
    .brand img { width: 136px; }
    .slider-track { height: 56vw; min-height: 250px; }
    .slider-slide img {
        height: 100%;
    }
    .slide-caption { display: none; }
    .mobile-slide-captions {
        display: block;
        background: var(--primary);
        min-height: 158px;
    }
    .mobile-caption {
        display: none;
        padding: 20px 18px 24px;
        text-align: center;
    }
    .mobile-caption.is-active { display: block; }
    .mobile-caption h3 { font-size: 18px; }
    .mobile-caption h2 { font-size: 31px; }
    .slider-control { width: 34px; height: 34px; }
    .slider-control.prev { left: 14px; }
    .slider-control.next { right: 14px; }
    .hero { min-height: auto; padding: 56px 0; }
    .hero-panel, .category-grid, .home-category-grid, .spec-grid, .footer-grid { grid-template-columns: 1fr; }
    .product-grid { column-count: 1; }
    .breadcrumbs, .products-breadcrumb { padding: 14px 0; font-size: 13px; }
    .archive-category-media { aspect-ratio: 16 / 7; }
    .archive-category-title { width: 70%; }
    .archive-category-title strong { font-size: 24px; }
    .category-hero-inner > div { padding: 34px 24px; }
    .about-nav { padding: 0 16px; }
    .plant-line-card summary { grid-template-columns: 110px minmax(0, 1fr); gap: 14px; }
    .plant-line-card summary img { width: 110px; height: 96px; }
    .plant-line-card summary span { font-size: 16px; }
    .plant-line-card ul,
    .plant-line-details.rich-text { padding: 0 20px 22px 28px; }
    .safety-list-grid, .certification-grid { grid-template-columns: 1fr; }
    .category-row { grid-template-columns: 120px 1fr; }
    .category-row small { grid-column: 2; padding: 0 0 16px; }
    .category-row img { width: 120px; height: 120px; grid-row: span 2; }
    .mobile-actions {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        z-index: 60;
        background: var(--primary);
    }
    .mobile-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: #fff; text-align: center; padding: 14px 8px; font-weight: 800; }
}

/* Top Hardware reference layout */
.hardware-header {
    position: relative;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .07);
}
.hardware-header-inner {
    min-height: 82px;
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr) 46px;
    gap: 20px;
}
.hardware-brand img {
    width: 178px;
}
.hardware-nav {
    gap: 24px;
    justify-content: center;
    text-transform: uppercase;
    font-size: 13px;
}
.hardware-nav a:first-child {
    color: var(--secondary);
}
.header-nav-search {
    position: relative;
    min-width: 0;
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-nav-search .hardware-nav {
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.header-nav-search.is-search-open .hardware-nav {
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
    visibility: hidden;
}
.header-search {
    position: absolute;
    inset: 50% 0 auto;
    z-index: 15;
    display: grid;
    grid-template-columns: minmax(160px, 200px) minmax(0, 1fr) 118px;
    width: 100%;
    height: 52px;
    overflow: hidden;
    border: 0;
    background: #fff;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) scale(.985);
    transform-origin: center;
    visibility: hidden;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.header-nav-search.is-search-open .header-search {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) scaleX(1);
    visibility: visible;
}
.header-search select,
.header-search input,
.header-search button {
    border: 0;
    border-radius: 0;
    height: 100%;
    min-height: 0;
    font-size: 13px;
    font-weight: 600;
}
.header-search select {
    padding: 0 1em;
    color: #42516a;
    border-right: 0;
    background: #f4f7fb;
}
.header-search input {
    padding: 0 18px;
    color: #333;
    border-right: 0;
    background: #fff;
}
.header-search input::placeholder {
    color: #8d98aa;
}
.header-search button[type="submit"] {
    background: var(--secondary);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
}
.header-search-toggle {
    position: relative;
    z-index: 20;
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    min-height: 46px;
    align-self: center;
    padding: 0;
    border: none;
    border-radius: 0;
    background: #fff;
    color: var(--primary);
    transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.header-search-toggle i {
    font-size: 16px;
}
.header-search-toggle[aria-expanded="true"] {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
    box-shadow: none;
}
.hardware-page {
    background: #f1f1f1;
    padding: 30px 0 52px;
}
.hardware-hero-wrap {
    display: grid;
    grid-template-columns: 278px minmax(0, 1fr);
    align-items: stretch;
}
.hardware-hero-wrap > *,
.hardware-content-grid > * {
    min-width: 0;
}
.side-category-menu {
    background: #fff;
}
.side-category-menu h2 {
    height: 45px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 20px;
    margin: 0;
    border-bottom: 1px solid #e3e3e3;
    font-size: 15px;
    text-transform: uppercase;
}
.side-category-menu h2 span {
    font-size: 15px;
}
.side-category-menu nav {
    display: grid;
    padding: 0;
}
.side-category-menu a {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 12px;
    min-height: 44px;
    align-items: center;
    padding: 0 20px;
    color: #29474a;
    font-size: 14px;
}
.side-category-menu a:hover {
    background: #f7f7f7;
    color: #111;
}
.side-category-menu a span {
    color: var(--secondary);
    font-weight: 900;
    text-align: center;
}
.hardware-slider {
    position: relative;
    overflow: hidden;
    background: #e5ecec;
}
.hardware-slider .slider-track {
    height: 416px;
}
.hardware-slider .slider-slide {
    color: #fff;
}
.hardware-slider .slider-slide img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.9);
}
.hardware-slide-caption {
    position: absolute;
    left: 54px;
    top: 50%;
    width: min(430px, calc(100% - 90px));
    color: #fff;
    transform: translateY(-50%);
    text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}
.hardware-slide-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}
.hardware-slide-caption h1 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(31px, 3.1vw, 39px);
    line-height: 1.12;
    font-weight: 500;
}
.hardware-slide-caption p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.7;
}
.hardware-slide-actions {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}
.yellow-button,
.dark-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 31px;
    padding: 7px 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}
.yellow-button { background: var(--secondary); }
.dark-button { background: #333; }
.slider-dot-control {
    width: 13px;
    height: 13px;
    padding: 0;
    min-height: 0;
    border: 1px solid var(--secondary);
    border-radius: 0;
    background: transparent;
    transition: background .2s ease;
    z-index: 5;
}
.slider-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 6;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}
.slider-dots .slider-dot-control {
    position: static;
}
.slider-dot-control:active,
.slider-dot-control.is-active,
.slider-dot-control[aria-current="true"] {
    background: var(--secondary);
}
.slider-dot-control.prev {
    left: calc(50% - 14px);
}
.slider-dot-control.next {
    left: calc(50% + 10px);
}
.promo-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 35px;
}
.product-category-card-grid {
    display: contents;
}
.product-category-card {
    position: relative;
    display: block;
    height: 240px;
    overflow: hidden;
    background: #ddd;
}
.product-category-card-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #e8edf4;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
}
.product-category-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .66));
    opacity: .86;
    transition: opacity .25s ease;
}
.product-category-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}
.product-category-card:hover .product-category-card-image img {
    transform: scale(1.05);
}
.product-category-card-image > span {
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background: linear-gradient(135deg, var(--primary), #315f9a);
}
.product-category-card-body {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 2;
    display: block;
    right: 18px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}
.product-category-card-body strong {
    display: block;
    color: inherit;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}
.product-category-card-body small {
    display: -webkit-box;
    margin-top: 8px;
    overflow: hidden;
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-category-card:hover .product-category-card-image::after {
    opacity: .94;
}
.subcategory-strip {
    margin-top: 0;
}
.hardware-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 264px;
    gap: 30px;
    margin-top: 30px;
}
.product-tabs-panel {
    background: #fff;
}
.tab-bar {
    display: flex;
    height: 58px;
    border-bottom: 1px solid #dedede;
}
.tab-bar button {
    min-width: 125px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid transparent;
    background: #fff;
    color: #666;
    font-size: 14px;
    font-weight: 400;
}
.tab-bar button.is-active {
    border-bottom-color: #29474a;
    color: #333;
}
.tab-panel {
    display: none;
    padding: 32px 38px 38px;
}
.tab-panel.is-active {
    display: block;
}
.shop-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 30px;
}
.shop-product-card a {
    display: block;
}
.shop-product-image {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 1;
    background: #d8d8d8;
    overflow: hidden;
}
.shop-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shop-product-meta {
    display: block;
    margin-top: 12px;
}
.shop-product-meta h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}
.shop-product-card p {
    margin: 5px 0 0;
    color: #29474a;
    font-size: 14px;
}
.home-sidebar-banners {
    display: grid;
    gap: 30px;
}
.home-sidebar-banners a {
    text-decoration: none;
}
.download-centre-panel,
.home-about-panel {
    position: relative;
    isolation: isolate;
    min-height: 238px;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 24px;
    background: var(--secondary);
    color: #fff;
    text-align: center;
}
.home-about-panel {
    background: var(--primary);
}
.download-centre-panel.has-image {
    background: var(--secondary);
}
.home-about-panel.has-image {
    background: var(--primary);
}
.download-centre-panel.has-image::before,
.home-about-panel.has-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--download-panel-image);
    background-position: center;
    background-size: cover;
    transform: scale(1);
    transform-origin: center;
    transition: transform .45s ease;
    will-change: transform;
}
.home-about-panel.has-image::before {
    background-image: var(--about-panel-image);
}
.download-centre-panel.has-image:hover::before,
.download-centre-panel.has-image:focus-visible::before,
.home-about-panel.has-image:hover::before,
.home-about-panel.has-image:focus-visible::before {
    transform: scale(1.1);
}

.download-centre-panel.has-image::after,
.home-about-panel.has-image::after {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary);
    z-index: 0;
    position: absolute;
    filter: opacity(0.7);
}
.home-about-panel.has-image::after {
    background: var(--primary);
}

.download-centre-panel > *,
.home-about-panel > * {
    position: relative;
    z-index: 1;
}

.download-centre-panel strong,
.home-about-panel strong {
    display: block;
    max-width: 220px;
    color: #fff;
    font-size: 25px;
    line-height: 1.15;
    text-transform: uppercase;
}

.image-banner {
    position: relative;
    min-height: 310px;
    display: block;
    overflow: hidden;
    background: #ccc;
}
.image-banner img {
    width: 100%;
    height: 100%;
    min-height: 310px;
    object-fit: cover;
    filter: grayscale(1);
}
.image-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .18);
}
.image-banner span {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    font-size: 23px;
    line-height: 1.1;
    text-transform: uppercase;
}
.hardware-footer-grid {
    display: grid;
    grid-template-columns: 1.75fr 1fr 1.2fr 1.55fr .95fr;
    gap: 34px;
}
.footer-about p {
    max-width: 360px;
}
.hardware-footer-grid h3 {
    margin: 20px 0 18px;
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
}
.hardware-footer-grid p {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.6;
}
.hardware-footer-grid p i {
    width: 16px;
    padding-top: 4px;
    color: var(--secondary);
    text-align: center;
}
.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}
.footer-socials a {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    background: #fff;
    border: 1px solid #ddd;
    color: var(--primary);
    font-size: 16px;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.footer-socials a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}
.footer-list-link {
    display: block;
    margin: 0 0 12px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
}
.download-hero p:last-child {
    max-width: 640px;
}
.download-hero.page-hero.compact {
    padding: 0;
}
.standard-page-hero.has-background {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #101820;
}
.standard-page-hero.has-background::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--page-hero-image);
    background-position: center;
    background-size: cover;
    filter: brightness(.5);
}
.standard-page-hero .container {
    position: relative;
    z-index: 1;
}
.download-hero.has-background {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #101820;
}
.download-hero.has-background::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--download-hero-image);
    background-position: center;
    background-size: cover;
    filter: brightness(.5);
}
.download-hero .container {
    position: relative;
    z-index: 1;
}
.download-centre-page {
    background: #f1f1f1;
}
.download-card small {
    color: var(--secondary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.download-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}
.download-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.download-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(15, 35, 70, .12);
}
.download-cover {
    position: relative;
    aspect-ratio: 4 / 5;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #eef3f6, #fff);
}
.download-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.download-fallback {
    width: 86px;
    height: 108px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--secondary);
    color: #fff;
    font-weight: 800;
}
.download-card.has-thumb .download-fallback {
    display: none;
}
.download-card-body {
    display: grid;
    gap: 12px;
    padding: 20px;
}
.download-card-body h2 {
    margin: 0;
    font-size: 20px;
}
.download-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}
.download-actions .button,
.download-card-body .button {
    border-radius: 4px;
    min-height: 40px;
    padding: 10px 14px;
}
.download-actions .button.primary {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
}

@media (max-width: 1180px) {
    .hardware-header-inner {
        grid-template-columns: 180px minmax(0, 1fr) 46px;
    }
    .hardware-hero-wrap {
        grid-template-columns: 250px minmax(0, 1fr);
    }
    .shop-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .download-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hardware-footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .hardware-hero-wrap,
    .hardware-content-grid {
        grid-template-columns: 1fr;
    }
    .hardware-header-inner {
        grid-template-columns: 100px minmax(0, 1fr) 46px;
    }
    .hardware-nav {
        justify-content: flex-start;
    }
    .side-category-menu {
        order: 2;
    }
    .hardware-slider {
        order: 1;
    }
    .promo-strip {
        grid-template-columns: 1fr;
    }
    .product-category-card {
        height: 260px;
    }
    .shop-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hardware-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    .hardware-header-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .header-search-toggle {
        margin-left: auto;
    }
    .header-nav-search {
        width: 100%;
        order: 4;
        min-height: 0;
    }
    .header-nav-search.is-search-open {
        min-height: 150px;
    }
    .hardware-nav {
        width: 100%;
        gap: 14px;
        text-transform: none;
    }
    .header-search {
        inset: 0;
        grid-template-columns: 1fr;
        height: auto;
        border: 0;
        box-shadow: none;
        transform: scale(.98);
    }
    .header-nav-search.is-search-open .header-search {
        transform: scale(1);
    }
    .header-search select,
    .header-search input,
    .header-search button {
        height: 48px;
        border-bottom: 0;
    }
    .header-search button[type="submit"] {
        border-bottom: 0;
    }
    .hardware-page {
        padding-top: 18px;
    }
    .hardware-slider .slider-track {
        height: 360px;
    }
    .hardware-slide-caption {
        left: 24px;
        width: calc(100% - 48px);
    }
    .hardware-slide-caption h1 {
        font-size: 28px;
    }
    .hardware-slide-caption p {
        font-size: 12px;
    }
    .tab-bar {
        overflow-x: auto;
        max-width: 100%;
    }
    .tab-bar button {
        min-width: 0;
        flex: 0 0 auto;
        padding-left: 14px;
        padding-right: 14px;
        white-space: nowrap;
    }
    .product-tabs-panel,
    .home-sidebar-banners,
    .download-centre-panel,
    .home-about-panel,
    .image-banner {
        max-width: 100%;
    }
    .tab-panel {
        padding: 20px;
    }
    .shop-product-grid,
    .download-grid,
    .contact-location-grid,
    .hardware-footer-grid {
        grid-template-columns: 1fr;
    }
    .contact-map,
    .contact-map-embed {
        height: 420px;
    }
    .contact-map-points {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 420px;
    }
    .contact-map-points__canvas {
        min-height: 280px;
    }
    .contact-map-points__list {
        align-content: start;
        border-top: 1px solid rgba(0, 32, 91, .12);
        border-left: 0;
    }
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}
