/* =========================================================
   Kuncham Controls — UI corrections layer
   Loaded LAST. Everything here overrides theme + product CSS.
   Sections:
     1. Header compaction (top contact bar + main nav bar)
     2. Home hero slider
     3. Section rhythm (space before "Established in 2020")
     4. Product tiles / product-list grids (uniform + aligned)
     5. Product detail page (heading, highlights, specs, applications)
     6. Product variants (independent expand, no row stretch)
     7. Page heroes (contact / about) + blog cards
   ========================================================= */

:root {
    --kc-topbar-h: 38px;
    --kc-navbar-h: 62px;
    --kc-header-h: 100px;          /* topbar + navbar */
    --kc-blue: #0e4f7f;
    --kc-blue-deep: #0c487b;
    --kc-ink: #18272e;
    --kc-muted: #5e6e77;
    --kc-line: #dce5ea;
    --kc-panel: #eef2f5;
}

/* =========================================================
   1. HEADER — compact contact bar + compact nav bar
   ========================================================= */
header .header-top-bar .h-55px { height: var(--kc-topbar-h) !important; }
header .header-top-bar { line-height: 1.2; }
header .header-top-bar .fs-14 { font-size: 13px !important; }
header .header-top-bar .me-25px { margin-right: 18px !important; }
header .header-top-bar i { font-size: 13px !important; }
header .header-top-bar .me-10px { margin-right: 7px !important; }
header .header-top-bar .me-20px { margin-right: 15px !important; }
/* V54 top contact-strip readability */
.header-top-bar .kc-top-contact {
    font-size: 14px !important;
    line-height: 1.25;
}
.header-top-bar .kc-top-contact i { font-size: 14px !important; }
.header-top-bar .kc-social-icon {
    font-size: 18px !important;
    color: #ffffff !important;
    opacity: .94;
}
.header-top-bar a:hover .kc-social-icon,
.header-top-bar a:focus-visible .kc-social-icon { opacity: 1; }


header .navbar-brand { padding: 9px 0 !important; }
header .navbar-brand img { max-height: 44px !important; }
header .navbar.navbar-expand-lg { min-height: var(--kc-navbar-h); }
.navbar .navbar-nav .nav-link,
.navbar .navbar-nav .kc-products-trigger {
    font-size: 16px !important;
    padding: 9px 15px !important;
}
header .btn.btn-small { font-size: 14px !important; padding: 8px 16px !important; }
header .header-button.ms-25px { margin-left: 15px !important; }

/* Keep the expanded navigation on one line after adding the calculator hub. */
@media (min-width: 992px) and (max-width: 1399.98px) {
    .navbar .navbar-nav .nav-link,
    .navbar .navbar-nav .kc-products-trigger { padding-right: 9px !important; padding-left: 9px !important; font-size: 14px !important; }
    header .navbar-brand img { max-width: 205px; }
    header .header-button.ms-25px { margin-left: 8px !important; }
    header .btn.btn-small { padding-right: 12px !important; padding-left: 12px !important; font-size: 12px !important; }
}

/* Re-sync the offset every page uses under the fixed header */
.header-with-topbar + .top-space-margin { margin-top: var(--kc-header-h) !important; }
.header-with-topbar + .top-space-padding { padding-top: var(--kc-header-h) !important; }
.top-space-margin { margin-top: var(--kc-navbar-h) !important; }
.top-space-padding { padding-top: var(--kc-navbar-h) !important; }

@media (max-width: 991.98px) {
    header .navbar-toggler { margin: 15px 0 !important; }
    .header-with-topbar + .top-space-margin { margin-top: var(--kc-header-h) !important; }
    .header-with-topbar + .top-space-padding { padding-top: var(--kc-header-h) !important; }
    /* nav panel starts right below the compact header */
    #navbarNav { max-height: calc(100dvh - var(--kc-header-h)) !important; }
}
@media (max-width: 767px) {
    /* theme hides the top contact bar below 768px */
    .header-with-topbar + .top-space-margin { margin-top: var(--kc-navbar-h) !important; }
    .header-with-topbar + .top-space-padding { padding-top: var(--kc-navbar-h) !important; }
    #navbarNav { max-height: calc(100dvh - var(--kc-navbar-h)) !important; }
}

/* =========================================================
   2. HOME HERO SLIDER — centralized split-panel presentation
   ========================================================= */
.kc-home-slider {
    position: relative;
    height: 460px !important;
    overflow: hidden;
    border-radius: 14px;
    background: #17272f;
    box-shadow: 0 20px 48px rgba(20, 42, 53, .13);
}
.kc-home-slider .swiper,
.kc-home-slider .swiper-wrapper,
.kc-home-slider .swiper-slide { height: 100% !important; }
.kc-home-slider .swiper { position: relative; }
.kc-home-slide {
    display: grid !important;
    grid-template-columns: minmax(340px, 42%) minmax(0, 1fr);
    column-gap: 10px;
    align-items: stretch;
    background: #17272f;
}
.kc-home-slide__copy { grid-column: 1; grid-row: 1; }
.kc-home-slide__background { grid-column: 2; grid-row: 1; }
.kc-home-slide__background {
    display: block;
    align-self: stretch;
    height: 100% !important;
    min-width: 0;
    min-height: 0;
    background-color: #e8e8e8;
    text-decoration: none;
    overflow: hidden;
}
.kc-home-slide__background img {
    display: block;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: cover;
    transition: transform 5s ease;
}
.swiper-slide-active .kc-home-slide__background img {
    transform: scale(1.025);
}
.kc-home-slide__copy {
    display: grid;
    grid-template-rows: auto minmax(165px, 1fr);
    align-content: center;
    align-items: center;
    min-width: 0;
    padding: clamp(36px, 3vw, 48px) clamp(34px, 3.2vw, 56px) 38px;
    color: #fff;
    text-align: center;
}
.kc-home-slide__content {
    width: 100%;
    max-width: 620px;
}
.kc-home-slide__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #9fd0f2;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.kc-home-slide__copy h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(28px, 2.7vw, 43px) !important;
    line-height: 1.1 !important;
}
.kc-home-slide__copy p {
    margin: 0 auto 15px;
    max-width: 590px;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 1.5;
}
.kc-home-slide__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .03em;
    text-decoration: none;
}
.kc-home-slide__product {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    max-height: 225px;
    margin-top: 6px;
    text-decoration: none;
}
.kc-home-slide__product img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: min(86%, 340px) !important;
    max-height: 215px !important;
    object-fit: contain;
    filter: drop-shadow(0 14px 18px rgba(0, 0, 0, .24));
}
.kc-home-slider__pagination {
    right: auto !important;
    bottom: 5px !important;
    left: 50% !important;
    z-index: 8;
    width: max-content !important;
    transform: translateX(-50%);
}
.kc-home-slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, .72);
    opacity: .72;
}
.kc-home-slider__pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 999px;
    background: #fff;
    opacity: 1;
}
@media (max-width: 767.98px) {
    .kc-home-slider { height: 470px !important; }
    .kc-home-slide {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(190px, 44%) minmax(0, 1fr);
        row-gap: 10px;
        column-gap: 0;
    }
    .kc-home-slide__background { grid-column: 1; grid-row: 1; }
    .kc-home-slide__copy { grid-column: 1; grid-row: 2; }
    .kc-home-slide__copy {
        grid-template-rows: auto minmax(92px, 1fr);
        padding: 19px 22px 28px;
    }
    .kc-home-slide__copy h2 { margin-bottom: 8px; font-size: 24px !important; }
    .kc-home-slide__copy p { margin-bottom: 9px; font-size: 13px; line-height: 1.4; }
    .kc-home-slide__product { max-height: 122px; margin-top: 4px; }
    .kc-home-slide__product img { max-width: min(66%, 245px) !important; max-height: 116px !important; }
    .kc-home-slider__pagination { width: max-content !important; }
}
@media (max-width: 575px) {
    .kc-home-slider { height: 450px !important; border-radius: 10px; }
    .kc-home-slide__copy { padding: 16px 18px 27px; }
    .kc-home-slide__copy h2 { font-size: 21px !important; }
    .kc-home-slide__copy p { font-size: 12.5px; }
    .kc-home-slide__eyebrow { margin-bottom: 5px; font-size: 9.5px; }
    .kc-home-slide__product { max-height: 104px; }
    .kc-home-slide__product img { max-width: min(62%, 210px) !important; max-height: 98px !important; }
    .kc-home-slide__link { font-size: 12px; }
}

/* =========================================================
   2B. AUTOMATIC PRODUCT GALLERY
   Catalogue images + files dropped into /images/product-gallery/
   ========================================================= */
.kc-product-gallery-section {
    padding: 54px clamp(16px, 4vw, 64px) 64px;
    background: #f4f7f9;
}
.kc-product-gallery-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    max-width: 1480px;
    margin: 0 auto 25px;
}
.kc-product-gallery-kicker {
    display: block;
    margin-bottom: 6px;
    color: var(--kc-blue-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.kc-product-gallery-head h2 {
    margin: 0;
    color: var(--kc-ink);
    font-size: clamp(30px, 3vw, 43px) !important;
    line-height: 1.08 !important;
}
.kc-product-gallery-head p {
    max-width: 540px;
    margin: 0;
    color: var(--kc-muted);
    font-size: 15px;
    line-height: 1.55;
    text-align: right;
}
.kc-product-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    max-width: 1480px;
    margin: 0 auto;
}
.kc-product-gallery-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #dbe5eb;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(30, 55, 70, .07);
    color: var(--kc-ink) !important;
    text-decoration: none;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.kc-product-gallery-card:hover,
.kc-product-gallery-card:focus-visible {
    border-color: rgba(14, 79, 127, .42);
    box-shadow: 0 14px 32px rgba(30, 55, 70, .13);
    transform: translateY(-3px);
}
.kc-product-gallery-card__media {
    position: relative;
    display: grid;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    place-items: center;
    background: #f4f5f6;
}
.kc-product-gallery-card__media img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}
.kc-product-gallery-card:hover .kc-product-gallery-card__media img {
    transform: scale(1.025);
}
.kc-product-gallery-card__caption {
    display: -webkit-box;
    min-height: 54px;
    padding: 13px 15px;
    overflow: hidden;
    color: var(--kc-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* Dedicated, filterable gallery page. */
.kc-gallery-page {
    padding: 42px clamp(16px, 4vw, 64px) 66px;
    background: linear-gradient(180deg, #fff 0, #f5f8fa 100%);
}
.kc-gallery-page__inner {
    max-width: 1480px;
    margin: 0 auto;
}
.kc-gallery-page__header {
    max-width: 860px;
    margin-bottom: 22px;
}
.kc-gallery-page__header h1 {
    margin: 5px 0 9px;
    color: var(--kc-ink);
    font-size: clamp(34px, 4vw, 54px) !important;
    line-height: 1.06 !important;
}
.kc-gallery-page__header p {
    margin: 0;
    color: var(--kc-muted);
    font-size: 15px;
    line-height: 1.55;
}
.kc-gallery-filters {
    display: flex;
    gap: 8px;
    margin: 0 0 24px;
    padding: 0 0 3px;
    overflow-x: auto;
    scrollbar-width: thin;
}
.kc-gallery-filter {
    flex: 0 0 auto;
    padding: 8px 14px;
    border: 1px solid #d6e2e9;
    border-radius: 999px;
    background: #fff;
    color: var(--kc-blue-deep);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.kc-gallery-filter:hover,
.kc-gallery-filter:focus-visible,
.kc-gallery-filter.is-active {
    border-color: var(--kc-blue);
    background: var(--kc-blue);
    color: #fff;
}
.kc-gallery-page .kc-product-gallery {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.kc-gallery-page .kc-product-gallery-card__media {
    position: relative;
}
.kc-product-gallery-card__group {
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
    padding: 5px 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 999px;
    background: rgba(15, 49, 68, .84);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    backdrop-filter: blur(5px);
}
.kc-gallery-result-count {
    margin: -12px 0 16px;
    color: var(--kc-muted);
    font-size: 13px;
}
.kc-gallery-empty {
    padding: 36px 20px;
    border: 1px dashed #cbd9e1;
    border-radius: 12px;
    background: #fff;
    color: var(--kc-muted);
    text-align: center;
}
.kc-product-gallery-card[hidden],
.kc-gallery-empty[hidden] { display: none !important; }
@media (max-width: 767px) {
    .kc-product-gallery-section { padding: 40px 14px 46px; }
    .kc-product-gallery-head { display: block; margin-bottom: 18px; }
    .kc-product-gallery-head p { margin-top: 8px; text-align: left; }
    .kc-product-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .kc-product-gallery-card__caption { min-height: 48px; padding: 10px 11px; font-size: 12px; }
    .kc-gallery-page { padding: 30px 14px 48px; }
    .kc-gallery-page__header { margin-bottom: 17px; }
    .kc-gallery-filters { margin-bottom: 18px; }
    .kc-gallery-page .kc-product-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 420px) {
    .kc-product-gallery { grid-template-columns: 1fr; }
    .kc-gallery-page .kc-product-gallery { grid-template-columns: 1fr; }
}

/* =========================================================
   3. SECTION RHYTHM — kill the dead band above "Established in 2020"
   ========================================================= */
.kc-section-tight { padding-top: 42px !important; padding-bottom: 42px !important; }
.kc-section-tight-top { padding-top: 34px !important; }
.kc-band { padding: 46px 20px 12px !important; }
.kc-band h2 { font-size: 36px !important; margin: 12px 0 14px !important; }
.kc-band .kc-band-label { margin-bottom: 12px !important; }
.kc-band p { font-size: 16px !important; line-height: 1.7 !important; }
@media (max-width: 767px) {
    .kc-section-tight { padding-top: 32px !important; padding-bottom: 32px !important; }
    .kc-band { padding: 34px 16px 8px !important; }
    .kc-band h2 { font-size: 27px !important; }
}

/* =========================================================
   4. PRODUCT TILES — uniform, aligned, no ragged card bodies
   Used by: home "Explore Our Product Range", /products,
            and every category overview page.
   ========================================================= */
.kc-tile-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 16px 64px;
}
.kc-tile {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--kc-line);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(18, 46, 62, .07);
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
}
.kc-tile:hover { transform: translateY(-6px); box-shadow: 0 14px 30px rgba(18, 46, 62, .14); }

.kc-tile__media {
    display: block;
    aspect-ratio: 4 / 3;
    background: #f4f5f6;
    border-bottom: 1px solid var(--kc-line);
    padding: 14px;
}
.kc-tile__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.kc-tile__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    background: var(--kc-blue-deep);
    color: #fff;
    padding: 20px 20px 16px;
    text-align: left;
}
.kc-tile__eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .72);
    margin-bottom: 7px;
}
.kc-tile__body h2,
.kc-tile__body h3 {
    margin: 0 0 9px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 650;
    color: #fff;
    /* two-line box so every card in a row lines up */
    min-height: calc(2 * 1.3em);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.kc-tile__body h2 a, .kc-tile__body h3 a { color: #fff !important; text-decoration: none; }
.kc-tile__body p {
    margin: 0 0 16px;
    font-size: 13.5px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .93);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(3 * 1.55em);
}
.kc-tile__foot {
    margin-top: auto;                     /* pins the link to the bottom edge */
    border-top: 1px solid rgba(255, 255, 255, .22);
    padding-top: 13px;
}
.kc-tile__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .09em;
}
.kc-tile__link span { transition: transform .2s ease; }
.kc-tile:hover .kc-tile__link span { transform: translateX(4px); }

/* scroll-in animation, kept from the previous build */
.kc-tile { opacity: 0; transform: translateY(28px); }
.kc-tile.visible { opacity: 1; transform: translateY(0); transition: opacity .6s ease, transform .6s ease; }
.kc-tile.visible:hover { transform: translateY(-6px); }

@media (max-width: 1024px) { .kc-tile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px)  { .kc-tile-grid { grid-template-columns: 1fr; padding-bottom: 44px; } }
@media (prefers-reduced-motion: reduce) {
    .kc-tile { opacity: 1; transform: none; transition: none; }
    .kc-tile:hover { transform: none; }
}

/* Catalogue grids (/products + category pages) get the same discipline */
.kc-product-card-grid { align-items: stretch; }
.kc-product-card { display: flex; flex-direction: column; }
.kc-tile__media,
.kc-product-card__image,
.kc-variant-card__image {
    position: relative;
    flex: 0 0 auto;
    overflow: hidden;
    background: #f4f5f6 !important;
}
.kc-tile__media::after,
.kc-product-card__image::after,
.kc-variant-card__image::after,
.kc-product-gallery-card__media::after,
.kc-intro-media .kc-slider::after {
    position: absolute;
    bottom: 9px;
    left: 11px;
    z-index: 5;
    width: 62px;
    height: 53px;
    background: url("../images/KC-Product-Card-Logo.webp") left bottom / contain no-repeat;
    content: "";
    opacity: 1;
    pointer-events: none;
}
.kc-tile__media img,
.kc-product-card__image img,
.kc-variant-card__image img { position: relative; z-index: 1; }
@media (max-width: 575.98px) {
    .kc-tile__media::after,
    .kc-product-card__image::after,
    .kc-variant-card__image::after,
    .kc-product-gallery-card__media::after,
    .kc-intro-media .kc-slider::after {
        bottom: 8px;
        left: 9px;
        width: 54px;
        height: 46px;
    }
}
.kc-product-card__body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 20px; }
.kc-product-card h2 {
    font-size: 18px;
    line-height: 1.3;
    min-height: calc(2 * 1.3em);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.kc-product-card p {
    font-size: 13.5px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(3 * 1.6em);
    margin-bottom: 14px;
}
.kc-product-card .kc-text-link { margin-top: auto; }

/* =========================================================
   7. PAGE HEROES + BLOG CARDS
   ========================================================= */
.kc-page-hero { height: 230px !important; min-height: 230px !important; }
.kc-page-hero .page-title-double-large h1 { font-size: 34px !important; line-height: 1.15 !important; }
.kc-page-hero .page-title-double-large h2 { font-size: 14px !important; line-height: 1.4 !important; }
@media (max-width: 767px) {
    .kc-page-hero { height: 175px !important; min-height: 175px !important; }
    .kc-page-hero .page-title-double-large h1 { font-size: 25px !important; letter-spacing: 2px !important; }
    .kc-page-hero .page-title-double-large h2 { font-size: 12.5px !important; }
}

.blog-card img { height: 160px !important; }
.blog-content { padding: 16px !important; }
.blog-content h3 { font-size: 16px !important; line-height: 1.35 !important; margin-bottom: 8px !important; }
.blog-content p { font-size: 13.5px !important; margin-bottom: 12px !important; }
.social-share { padding: 6px 16px 16px !important; }
@media (max-width: 600px) { .blog-card img { height: 180px !important; } }

/* footer map: keep it proportionate */
.kc-map { height: 300px !important; }
@media (max-width: 767px) { .kc-map { height: 230px !important; } }

/* listing page: section and group headings */
.kc-listing-heading { margin-bottom: 26px; }
.kc-listing-heading h2 {
    margin: 0 0 8px;
    color: var(--kc-ink);
    font-size: clamp(24px, 2.6vw, 32px);
    line-height: 1.2;
}
.kc-listing-heading p { margin: 0; color: var(--kc-muted); font-size: 16px; line-height: 1.6; max-width: 780px; }
.kc-listing-group { margin-bottom: 34px; }
.kc-listing-group:last-child { margin-bottom: 0; }
.kc-listing-group__title {
    margin: 0 0 16px;
    padding-bottom: 9px;
    border-bottom: 2px solid var(--kc-blue);
    color: var(--kc-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}
@media (max-width: 575.98px) {
    .kc-listing-heading h2 { font-size: 22px; }
    .kc-listing-heading p { font-size: 14.5px; }
    .kc-listing-group { margin-bottom: 26px; }
}

/* =========================================================
   5. PRODUCT PAGE — old-site layout, restored
   Two columns (side menu + content), the old tables, the old
   variant cards. Styling below is transcribed from the old
   product pages so the page reads exactly as it used to.
   ========================================================= */
.kc-visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    margin: -1px; padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}
.kc-breadcrumb-bar { margin-top: 22px; }
.kc-product-main .title { font-size: 34px; line-height: 1.2; }
.kc-model-badge { font-weight: 600; }

/* --- side menu --- */
.kc-side__section {
    display: block;
    margin: 16px 0 8px;
    color: var(--kc-blue);
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.kc-side__section:first-of-type { margin-top: 0; }
.kc-side__list { list-style: none; margin: 0 0 4px; padding: 0; }
.kc-side__list li {
    display: flex;
    align-items: center;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(23, 23, 23, .08);
    font-size: 15px;
    line-height: 1.35;
}
.kc-side__list li:last-child { border-bottom: 0; margin-bottom: 0; }
.kc-side__list li a { text-decoration: none; }
.kc-side__list li a:hover { color: var(--kc-blue) !important; }
.kc-side__list li i { margin-left: auto; font-size: 13px; opacity: .55; flex: 0 0 auto; }
.kc-side__list li.is-active a { color: var(--kc-blue) !important; font-weight: 700; }
.kc-side__list li.is-active i { opacity: 1; color: var(--kc-blue); }

/* --- intro: heading, then image, then copy on narrow screens --- */
.kc-intro-media .kc-slider {
    margin: 0 0 6px;
    background: #f4f5f6 !important;
    box-shadow: 0 8px 24px rgba(21, 45, 82, .1) !important;
    border-radius: 8px;
}
.kc-intro-media .kc-slider__viewport {
    aspect-ratio: 4 / 3;
    background: #f4f5f6 !important;
}
.kc-intro-media .kc-slide,
.kc-intro-media .kc-slide img { background: #f4f5f6 !important; }
@media (min-width: 768px) {
    /* image column sits at the TOP of the row, with a little margin */
    .kc-intro-row { align-items: flex-start; }
    .kc-intro-media { align-self: flex-start; margin-top: 8px; }
}
@media (max-width: 767.98px) {
    /* heading -> image -> body copy */
    .kc-intro-row { display: flex; flex-direction: column; }
    .kc-intro-copy { display: contents; }
    .kc-intro-head { order: 1; }
    .kc-intro-media { order: 2; margin: 16px 0 4px; }
    .kc-intro-text { order: 3; }
    .kc-product-main .title { font-size: 23px !important; }
    .kc-model-badge { font-size: 13px !important; }
    .kc-product-main .fs-16 { font-size: 15px !important; }
    .kc-product-main .fs-20 { font-size: 17px !important; }
}
@media (max-width: 480px) {
    .kc-product-main .title { font-size: 20px !important; }
    .kc-product-main .fs-16 { font-size: 14.5px !important; }
}
@media (max-width: 360px) {
    .kc-product-main .title { font-size: 18.5px !important; }
}

/* --- key specification / application lists (old list-style-02 look) --- */
.kc-key-list, .kc-app-list { margin: 0; padding: 0; list-style: none; }
.kc-key-list li, .kc-app-list li { display: flex; align-items: flex-start; }
.kc-key-list li i, .kc-app-list li i { margin-top: 3px; flex: 0 0 auto; }
@media (min-width: 768px) {
    .kc-key-list, .kc-app-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px 30px;
    }
}

/* =========================================================
   19. Full-height pages, centred catalogues and variant modal
   ========================================================= */

/* Home and page-title imagery fills the usable viewport below the header. */
.kc-home-slider {
    height: calc(100vh - var(--kc-header-h)) !important;
    min-height: 520px;
}
.kc-full-height-hero { background-position: center center !important; }
.kc-full-height-hero .kc-page-hero {
    height: calc(100vh - var(--kc-header-h)) !important;
    min-height: 520px !important;
}
@supports (height: 100svh) {
    .kc-home-slider { height: calc(100svh - var(--kc-header-h)) !important; }
    .kc-full-height-hero .kc-page-hero { height: calc(100svh - var(--kc-header-h)) !important; }
}
@media (max-width: 767.98px) {
    .kc-home-slider {
        height: calc(100vh - var(--kc-navbar-h)) !important;
        min-height: 500px;
    }
    .kc-full-height-hero .kc-page-hero {
        height: calc(100vh - var(--kc-navbar-h)) !important;
        min-height: 500px !important;
    }
    @supports (height: 100svh) {
        .kc-home-slider { height: calc(100svh - var(--kc-navbar-h)) !important; }
        .kc-full-height-hero .kc-page-hero { height: calc(100svh - var(--kc-navbar-h)) !important; }
    }
}

/* Move the complete title/model block up so the change is visible rather than
   only offsetting the h1 paint position inside its original layout space. */
.kc-intro-head {
    position: relative;
    transform: translateY(-24px);
    margin-bottom: -24px;
}
.kc-intro-head h1 {
    position: relative;
    top: auto;
    margin-bottom: 2px !important;
}
@media (max-width: 767.98px) {
    .kc-intro-head {
        transform: translateY(-14px);
        margin-bottom: -14px;
    }
}

/* Transparent product-image controls: the arrows remain visible without the
   white circular button treatment covering the product image. */
.kc-intro-media .kc-slider__arrow {
    width: 38px;
    height: 38px;
    border-color: transparent;
    background: transparent !important;
    box-shadow: none;
    color: var(--kc-blue);
    opacity: .72;
    filter: drop-shadow(0 1px 2px rgba(255, 255, 255, .95));
}
.kc-intro-media .kc-slider__arrow:hover,
.kc-intro-media .kc-slider__arrow:focus-visible {
    background: transparent !important;
    color: var(--kc-blue-deep);
    opacity: 1;
}

/*hide model number*/
.kc-model-badge {
    display: none !important;
}

/*hide slider dot*/
.kc-intro-media .kc-slider__dots {
    display: none !important;
}

/* Slider caption: lift it clear of the dots and render only the letter
   outline, leaving the centre of each character transparent. */
.kc-intro-media .kc-slide figcaption {
    bottom: 10px;
    left: 50%;
    z-index: 4;
    width: auto;
    max-width: calc(100% - 110px);
    padding: 0;
    transform: translateX(-50%);
    background: transparent;
    color: rgba(0, 0, 0, 0.10) !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.10);
    -webkit-text-stroke: 0.3px rgba(0, 0, 0, .98);
    paint-order: stroke fill;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
    pointer-events: none;
}
@media (max-width: 575.98px) {
    .kc-intro-media .kc-slide figcaption {
        bottom: 42px;
        max-width: calc(100% - 80px);
        font-size: 13px;
        white-space: normal;
    }
}

/* Centre incomplete rows on the homepage, /products and category pages. */
.kc-tile-grid {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.kc-tile {
    flex: 0 1 calc((100% - 48px) / 3);
    width: calc((100% - 48px) / 3);
    max-width: 410px;
}
.kc-product-card-grid {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.kc-product-card {
    flex: 0 1 calc((100% - 48px) / 3);
    width: calc((100% - 48px) / 3);
    max-width: 380px;
}
@media (max-width: 991.98px) {
    .kc-tile,
    .kc-product-card {
        flex-basis: calc((100% - 24px) / 2);
        width: calc((100% - 24px) / 2);
    }
}
@media (max-width: 640px) {
    .kc-tile,
    .kc-product-card {
        flex-basis: 100%;
        width: 100%;
        max-width: 410px;
    }
}

/* Maximum three variant cards per row, with every incomplete row centred. */
.kc-variant-grid { max-width: 1240px; }
.kc-variant-card {
    flex: 0 1 calc((100% - 36px) / 3);
    width: calc((100% - 36px) / 3);
    min-width: 0;
    max-width: 395px;
}
@media (max-width: 899.98px) {
    .kc-variant-card {
        flex-basis: calc((100% - 18px) / 2);
        width: calc((100% - 18px) / 2);
    }
}
@media (max-width: 599.98px) {
    .kc-variant-card { flex-basis: 100%; width: 100%; max-width: 390px; }
}

/* Variant data opens in one reusable accessible popup. */
.kc-variant-spec-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin-top: auto;
    padding: 11px 16px;
    border: 0;
    background: #1268b3;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}
.kc-variant-spec-trigger:hover,
.kc-variant-spec-trigger:focus-visible { background: #0d5798; color: #fff; }
.kc-variant-spec-trigger:focus-visible { outline: 3px solid #ffbd59; outline-offset: -3px; }
.kc-variant-spec-source[hidden],
.kc-variant-modal[hidden] { display: none !important; }
body.kc-variant-modal-open { overflow: hidden; }
.kc-variant-modal {
    position: fixed;
    inset: 0;
    z-index: 100300;
    overflow: hidden;
}
.kc-variant-modal__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(7, 25, 36, .7);
    cursor: default;
    opacity: 0;
    transition: opacity 220ms ease;
}
.kc-variant-modal__dialog {
    position: absolute;
    top: var(--kc-dialog-top, 20px);
    left: var(--kc-dialog-left, 50%);
    z-index: 1;
    width: min(640px, calc(100% - 40px));
    max-height: min(66vh, 560px);
    max-height: min(66dvh, 560px);
    overflow: auto;
    padding: 18px;
    border: 1px solid #d9e3ea;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
    opacity: 0;
    transform: translateX(-50%) scale(.82);
    transform-origin: var(--kc-origin-x, 50%) var(--kc-origin-y, 100%);
    transition: opacity 260ms ease, transform 320ms cubic-bezier(.2, .9, .25, 1.08);
    will-change: transform, opacity;
}
.kc-variant-modal.is-open .kc-variant-modal__backdrop { opacity: 1; }
.kc-variant-modal.is-open .kc-variant-modal__dialog {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.kc-variant-modal__dialog:focus { outline: none; }
.kc-variant-modal__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--kc-line);
}
.kc-variant-modal__head span {
    display: block;
    margin-bottom: 2px;
    color: var(--kc-blue);
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.kc-variant-modal__head h2 {
    margin: 0;
    color: var(--kc-ink);
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: 1.2;
}
.kc-variant-modal__head p {
    display: inline-block;
    margin: 5px 0 0;
    padding: 2px 7px;
    border-radius: 5px;
    background: #edf4fa;
    color: var(--kc-blue);
    font-size: 11px;
    font-weight: 800;
}
.kc-variant-modal__close {
    display: grid;
    place-items: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #edf3f7;
    color: var(--kc-ink);
    cursor: pointer;
}
.kc-variant-modal__close:hover,
.kc-variant-modal__close:focus-visible { background: #dce9f2; }
.kc-variant-modal__body { padding-top: 10px; }
.kc-variant-modal__body dl {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin: 0;
}
.kc-variant-modal__body dl > div {
    display: grid;
    grid-template-columns: minmax(88px, 38%) minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    min-width: 0;
    padding: 7px 8px;
    border: 1px solid #e0e8ee;
    border-radius: 6px;
    background: #f7fafc;
}
.kc-variant-modal__body dt { margin: 0; color: var(--kc-ink); font-size: 11.5px; font-weight: 750; line-height: 1.35; }
.kc-variant-modal__body dd { margin: 0; color: var(--kc-muted); font-size: 12px; line-height: 1.4; overflow-wrap: anywhere; }
@media (max-width: 575.98px) {
    .kc-variant-modal__dialog {
        width: calc(100% - 20px);
        max-height: calc(100dvh - 20px);
        padding: 14px;
        border-radius: 10px;
    }
    .kc-variant-modal__body dl { grid-template-columns: 1fr; gap: 5px; }
    .kc-variant-modal__body dl > div {
        grid-template-columns: minmax(92px, 38%) minmax(0, 1fr);
        padding: 7px 8px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .kc-variant-modal__backdrop,
    .kc-variant-modal__dialog { transition-duration: 1ms !important; }
}

/* --- tables: the old .kc-display-table --- */
.kc-display-table-wrapper {
    width: 100%;
    margin-bottom: 24px;
    overflow-x: auto;
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(21, 45, 82, .06);
}
.kc-display-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    table-layout: auto;
    color: #2f4054;
    font-size: 15px;
    line-height: 1.55;
}
.kc-display-table th,
.kc-display-table td {
    padding: 11px 14px;
    border-bottom: 1px solid #dfe6ee;
    text-align: left;
    vertical-align: top;
}
.kc-display-table tr:last-child th,
.kc-display-table tr:last-child td { border-bottom: 0; }
.kc-display-table th[scope="row"] {
    width: 34%;
    min-width: 155px;
    color: #152d52;
    background: #edf4fa;
    font-weight: 700;
}
.kc-display-table td {
    overflow-wrap: anywhere;
    background: #fff;
    font-weight: 500;
}
/* section divider rows keep the grouping inside the single table */
.kc-display-table__section th {
    width: auto;
    min-width: 0;
    background: #dce9f4;
    color: #0c487b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 9px 14px;
}
.kc-display-table.kc-range-table thead th {
    background: #0c487b;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.kc-display-table.kc-range-table td { border-right: 1px solid #dfe6ee; }
.kc-display-table.kc-range-table td:last-child { border-right: 0; }
@media (max-width: 575px) {
    .kc-display-table th,
    .kc-display-table td { padding: 10px; font-size: 14px; }
    .kc-display-table th[scope="row"] { width: 40%; min-width: 125px; }
}

/* =========================================================
   6. PRODUCT VARIANTS — new card design (kept from the refactor)
   Base styles come from product-system.css; these fix the
   row-stretch bug and centre a part-filled row.
   ========================================================= */
.kc-variants .kc-section-heading { text-align: center; }
.kc-variants .kc-section-heading p { margin-left: auto; margin-right: auto; max-width: 640px; }

.kc-variant-card { display: flex; flex-direction: column; height: auto !important; }
.kc-variant-card__body { flex: 1 1 auto; padding: 20px 20px 16px !important; }
.kc-variant-card h3 { font-size: 18px !important; line-height: 1.3 !important; margin: 0 0 8px !important; }
.kc-variant-card__model {
    display: inline-block;
    margin: 0 0 8px !important;
    padding: 3px 9px;
    background: #edf4fa;
    border-radius: 5px;
    color: var(--kc-blue) !important;
    font-size: 11.5px !important;
    font-weight: 800;
    letter-spacing: .04em;
}
.kc-variant-card > details {
    margin-top: auto !important;
    padding-top: 0 !important;
    border-top: 1px solid var(--kc-line);
}
.kc-variant-card summary {
    padding: 13px 44px 13px 20px;
    background: #1268b3;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    list-style: none;
    cursor: pointer;
    position: relative;
    transition: background .2s ease;
}
.kc-variant-card summary::-webkit-details-marker { display: none; }
.kc-variant-card summary:hover,
.kc-variant-card summary:focus-visible { background: #0d5798; }
.kc-variant-card summary:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
}
.kc-variant-card details[open] summary:after { content: "\2212"; }
.kc-variant-card dl { margin: 0 !important; padding: 6px 20px 16px; }
.kc-variant-card dl > div {
    grid-template-columns: 42% 1fr !important;
    gap: 10px !important;
    padding: 8px 0 !important;
}
.kc-variant-card dl > div:first-child { border-top: 0 !important; }
.kc-variant-card dt { font-size: 13px !important; }
.kc-variant-card dd { font-size: 13px !important; line-height: 1.45; }
@media (prefers-reduced-motion: reduce) { .kc-variant-card summary { transition: none; } }

/* Request a Quote sits directly under Key Specifications */
.kc-quote-actions { margin-top: 16px; }

/* variants section spacing, now that the page above it is the old layout */
.kc-variants.kc-product-section { padding: 56px 0 !important; }
@media (max-width: 767.98px) { .kc-variants.kc-product-section { padding: 40px 0 !important; } }

/* =========================================================
   11. PRODUCTS DROPDOWN — two section columns (A | B)
   Falls back to a single column, Part A above Part B, when
   there isn't enough width.
   ========================================================= */
.kc-products-panel { width: min(940px, calc(100vw - 32px)) !important; }
.kc-products-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
    padding: 10px 14px 14px;
    align-items: start;
}
.kc-products-col { min-width: 0; }
.kc-products-col + .kc-products-col {
    border-left: 1px solid rgba(255, 255, 255, .14);
    padding-left: 18px;
}
.kc-products-col__title {
    display: block;
    padding: 8px 8px 9px;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
/* one item per row inside a column — the old 2-up grid would double-wrap */
.kc-products-cols .kc-products-list {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}
.kc-products-cols .kc-products-list > li { border-bottom: 1px solid rgba(255, 255, 255, .1); }
.kc-products-cols .kc-products-list > li:last-child { border-bottom: 0; }

/* Not enough width: stack, Part A first, then Part B */
@media (max-width: 860px) {
    .kc-products-cols { grid-template-columns: 1fr; gap: 0; padding: 8px 10px 12px; }
    .kc-products-col + .kc-products-col {
        border-left: 0;
        padding-left: 0;
        margin-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, .14);
        padding-top: 4px;
    }
}
/* inside the mobile off-canvas nav the panel is static, so always stack */
@media (max-width: 991.98px) {
    .kc-products-panel { width: 100% !important; }
    .kc-products-cols { grid-template-columns: 1fr; gap: 0; padding: 4px 0 8px; }
    .kc-products-col + .kc-products-col {
        border-left: 0;
        padding-left: 0;
        margin-top: 8px;
        border-top: 1px solid rgba(255, 255, 255, .14);
    }
}

/* =========================================================
   12. FIXES — header clearance, compact specs, compact side
       menu, 4-up variants
   ========================================================= */

/* --- product title was sliding under the fixed header --- */
.kc-breadcrumb-bar.top-space-margin { margin-top: calc(var(--kc-header-h) + 16px) !important; }
@media (max-width: 767px) {
    .kc-breadcrumb-bar.top-space-margin { margin-top: calc(var(--kc-navbar-h) + 12px) !important; }
}
/* anchor jumps and in-page links shouldn't land under it either */
.kc-product-main [id], .kc-variants[id], .kc-product-main h1 { scroll-margin-top: calc(var(--kc-header-h) + 16px); }

/* --- technical specifications: short and simple, like the old site --- */
.kc-display-table-wrapper { max-width: 900px; margin-bottom: 18px; }
.kc-display-table { font-size: 14px; line-height: 1.4; }
.kc-display-table th,
.kc-display-table td { padding: 7px 12px; }
.kc-display-table th[scope="row"] { width: 32%; min-width: 150px; font-weight: 600; }
.kc-display-table__section th {
    padding: 6px 12px;
    font-size: 10.5px;
    letter-spacing: .09em;
}
.kc-display-table.kc-range-table thead th { padding: 7px 12px; font-size: 12.5px; }
@media (max-width: 575px) {
    .kc-display-table { font-size: 13px; }
    .kc-display-table th, .kc-display-table td { padding: 7px 10px; }
    .kc-display-table th[scope="row"] { width: 40%; min-width: 118px; }
}

/* --- variants: fit 4 across when there's room --- */

@media (min-width: 1200px) {
    /* up to 4 per row; auto-fit + a max track keeps a part-filled row centred
       instead of leaving an empty 4th column */
    
}
.kc-variant-card h3 { font-size: 16.5px !important; }
.kc-variant-card__body { padding: 16px 16px 14px !important; }
.kc-variant-card__body p { font-size: 13.5px !important; line-height: 1.5 !important; }
.kc-variant-card summary { padding: 11px 40px 11px 16px; font-size: 13.5px; }
.kc-variant-card summary:after { right: 16px; font-size: 19px; }
.kc-variant-card dl { padding: 4px 16px 14px; }
.kc-variants .kc-section-heading h2 { font-size: clamp(22px, 2.4vw, 30px) !important; }

/* --- side menu: slimmer --- */
.kc-side .bg-very-light-gray:first-child {
    padding: 18px 16px 16px !important;
    margin-bottom: 16px !important;
}
.kc-side .bg-very-light-gray:first-child > span:first-child {
    font-size: 17px !important;
    margin-bottom: 12px !important;
}
.kc-side__section {
    margin: 12px 0 6px;
    font-size: 10.5px;
    letter-spacing: .07em;
}
.kc-side__list li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 13.5px;
    line-height: 1.3;
}
.kc-side__list li i { font-size: 11px; }
.kc-side .bg-base-color {
    padding: 11px 12px !important;
    margin-bottom: 14px !important;
}
.kc-side .bg-base-color .feature-box-icon {
    width: 44px !important;
    height: 44px !important;
    margin-right: 12px !important;
}
.kc-side .bg-base-color .feature-box-icon i { font-size: 18px !important; }
.kc-side .bg-base-color .feature-box-content span { font-size: 12px !important; }
.kc-side .bg-base-color .feature-box-content a { font-size: 16px !important; }
.kc-side .bg-very-light-gray:last-child { padding: 18px 16px !important; }
.kc-side .bg-very-light-gray:last-child > span:first-child {
    font-size: 18px !important;
    margin-bottom: 14px !important;
}
.kc-side .contact-form-style-01 .form-group { margin-bottom: 12px !important; }
.kc-side .contact-form-style-01 .form-control { padding: 10px 14px 10px 42px !important; font-size: 14px; }
.kc-side .contact-form-style-01 textarea.form-control { min-height: 78px; }
.kc-side .contact-form-style-01 .btn { margin-top: 14px !important; }
@media (min-width: 1200px) {
    /* slimmer side column; the content column takes the rest */
    .kc-side { flex: 0 0 268px !important; width: 268px !important; max-width: 268px !important; }
    .kc-product-main .col-xl-9 { flex: 1 1 0 !important; width: auto !important; max-width: none !important; min-width: 0 !important; }
}

/* =========================================================
   13. FINAL PASS — layout gap, compact specs, uniform variants
   ========================================================= */

/* --- the empty-space bug ---------------------------------
   The columns were col-lg-12 + col-xl-3/9, so between 992px
   and 1200px BOTH were full width and stacked (side menu on
   top, content far below). Now col-lg-4 / col-lg-8, so the
   two-column layout starts at 992px like the rest of the theme. */
@media (min-width: 992px) {
    .kc-product-main > .container > .row { align-items: flex-start; }
}
@media (min-width: 1200px) {
    .kc-side { flex: 0 0 268px !important; width: 268px !important; max-width: 268px !important; }
    .kc-product-main .col-xl-9 { flex: 1 1 0 !important; width: auto !important; max-width: none !important; min-width: 0 !important; }
}

/* --- technical specifications: same visual language as Key Specifications --- */

/* long values get the full row rather than being squeezed into a column */
/* range table stays a table (it's a matrix), just compact */
.kc-display-table-wrapper { max-width: 100%; }

/* --- variant cards: uniform size when closed --- */
.kc-variant-card__body {
    display: flex;
    flex-direction: column;
    min-height: 176px;                 /* same closed height across a row */
}
.kc-variant-card h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(2 * 1.3em);
}
/* the badge slot is always rendered, so cards without a model code
   don't sit shorter than their neighbours */
.kc-variant-card__model { min-height: 21px; }
.kc-variant-card__model.is-empty { background: transparent; padding: 0; }
.kc-variant-card__body > p:last-of-type {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.kc-variant-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    padding: 14px;
    background: #f4f5f6;
}
.kc-variant-card__image img { width: 100%; height: 100%; object-fit: contain; }

/* =========================================================
   14. TIGHTEN — specs and variants
   ========================================================= */

/* --- technical specifications: tighter rows --- */

.kc-product-main .fs-20 { font-size: 16px !important; margin-bottom: 8px !important; }
.kc-product-main .row.border-top { padding-top: 20px !important; margin-top: 20px !important; }
.kc-product-main .row.border-bottom.pt-4 { padding-top: 18px !important; margin-bottom: 20px !important; }
/* key specifications list to match */
.kc-key-list li, .kc-app-list li { font-size: 13.5px !important; padding-bottom: 3px !important; }
.kc-key-list, .kc-app-list { gap: 2px 30px !important; }

/* --- variants: fill the row, drop the dead space --- */
.kc-variants.kc-product-section { padding: 40px 0 !important; }
.kc-variants .kc-section-heading { margin-bottom: 24px !important; }

@media (min-width: 1200px) {
    /* 1fr rather than a fixed 280px cap — 3 cards now span the row instead of
       sitting in a narrow centred cluster */
    
}
/* natural height, with only the title and description reserved, so cards stay
   close in height without the tall empty body the min-height was creating */
.kc-variant-card__body { min-height: 0 !important; padding: 14px 16px 12px !important; }
.kc-variant-card h3 { font-size: 16px !important; margin-bottom: 6px !important; }
/* 26 of 51 variants have no series code, and they're mixed within the same
   product — so the slot stays reserved (tightly) to keep a row level, rather
   than being hidden and leaving cards ragged. */
.kc-variant-card__model { margin-bottom: 6px !important; min-height: 20px; padding: 2px 8px; font-size: 11px !important; }
.kc-variant-card__model.is-empty { background: transparent; padding: 0; }
.kc-variant-card__body > p:last-of-type {
    -webkit-line-clamp: 3;
    min-height: calc(3 * 1.5em);
    font-size: 13px !important;
    line-height: 1.5 !important;
}
.kc-variant-card__image { padding: 10px !important; }
.kc-variant-card summary { padding: 10px 38px 10px 16px; font-size: 13px; }
.kc-variant-card summary:after { right: 14px; font-size: 18px; }

/* =========================================================
   15. Heading width + "More specifications" toggle
   ========================================================= */

/* product-system.css caps .kc-section-heading at 760px, which was forcing
   "...We Manufacture" onto a second line with room to spare */
.kc-variants .kc-section-heading { max-width: none !important; }
.kc-variants .kc-section-heading h2 { text-wrap: balance; }

/* secondary specifications, collapsed by default */
.kc-spec-more { margin-top: 10px; }
.kc-spec-more > summary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 12px;
    background: #edf4fa;
    border: 1px solid #dfe6ee;
    border-radius: 6px;
    color: var(--kc-blue);
    font-size: 12.5px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}
.kc-spec-more > summary::-webkit-details-marker { display: none; }
.kc-spec-more > summary:before {
    content: "+";
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
}
.kc-spec-more[open] > summary:before { content: "\2212"; }
.kc-spec-more > summary:hover { background: #e2eef7; }
.kc-spec-more .kc-spec-list { margin-top: 12px; }

/* =========================================================
   16. Variant centring + tighter specification block
   ========================================================= */

/* --- variants: flexbox so an incomplete last row centres --------------
   CSS Grid leaves an orphan card hard-left (5 variants = 4 + 1). Flex with
   justify-content:center centres the remainder, while flex-grow still lets a
   full row spread across the width. */
.kc-variant-grid {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start !important;
    gap: 18px !important;
    max-width: 1180px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.kc-variant-card {
    flex: 1 1 240px;
    min-width: 240px;
    max-width: 330px;   /* caps a full row at 4 and keeps 3 cards sensible */
    align-self: flex-start !important;
}
@media (max-width: 599.98px) {
    .kc-variant-card { flex: 1 1 100%; min-width: 0; max-width: 380px; }
}

/* --- specification block: tighter still --- */

.kc-spec-list dt, .kc-spec-more { margin-top: 8px; }

/* =========================================================
   17. Flat specification list + centred variant cards
   ========================================================= */

/* One flat "Label : value" list — no MOC / Ratings group headings */
.kc-spec-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
    margin: 0;
    padding: 0;
}
.kc-spec-list > div {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 3px 0;
    border-bottom: 1px dotted #e3eaf1;
    min-width: 0;
}
.kc-spec-list dt {
    flex: 0 0 42%;
    color: var(--kc-ink);
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.4;
}
.kc-spec-list dt:after { content: " :"; }
.kc-spec-list dd {
    flex: 1 1 auto;
    margin: 0;
    min-width: 0;
    color: var(--kc-muted);
    font-size: 13.5px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}
.kc-spec-list > div.is-wide { grid-column: 1 / -1; }
.kc-spec-list > div.is-wide dt { flex-basis: 20.5%; }
@media (max-width: 991.98px) {
    .kc-spec-list { grid-template-columns: 1fr; }
    .kc-spec-list > div.is-wide dt { flex-basis: 42%; }
}
@media (max-width: 575.98px) {
    .kc-spec-list dt, .kc-spec-list dd { font-size: 13px; }
}

/* --- variant cards: centred text --- */
.kc-variant-card__body {
    align-items: center;
    text-align: center;
}
.kc-variant-card h3 {
    font-size: 15.5px !important;
    line-height: 1.35 !important;
    min-height: calc(2 * 1.35em);
}
.kc-variant-card__model { align-self: center; }

/* Variant specifications grow inside the selected card, directly below its
   trigger. Other cards keep their own independent open/closed state. */
.kc-variant-card > details[open] { width: 100%; }
.kc-variant-card > details[open] > dl {
    display: block;
    max-height: none;
    overflow: visible;
    background: #fff;
}

/* =========================================================
   18. Product support FAB
   ========================================================= */
.kc-support-fab {
    position: fixed;
    right: 24px;
    bottom: 114px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--kc-blue);
    box-shadow: 0 5px 18px rgba(0, 0, 0, .25);
    color: #fff;
    cursor: pointer;
}
.kc-support-fab i { font-size: 20px; line-height: 1; }
.kc-support-fab span { margin-top: 3px; font-size: 8.5px; font-weight: 800; line-height: 1; }
.kc-support-fab:hover,
.kc-support-fab:focus-visible,
.kc-support-fab[aria-expanded="true"] { background: #073957; color: #fff; }
.kc-support-panel[hidden] { display: none !important; }
.kc-support-panel {
    position: fixed;
    right: 24px;
    bottom: 184px;
    z-index: 100000;
    width: min(370px, calc(100vw - 30px));
    max-height: calc(100dvh - 190px);
    overflow: auto;
    padding: 20px;
    border: 1px solid #d9e3ea;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(12, 42, 61, .24);
}
.kc-support-panel__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.kc-support-panel__head span { display: block; color: var(--kc-blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.kc-support-panel__head h2 { margin: 2px 0 0; color: var(--kc-ink); font-size: 22px; line-height: 1.2; }
.kc-support-panel__close {
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #edf3f7;
    color: var(--kc-ink);
    cursor: pointer;
}
.kc-support-panel__product { margin: 12px 0 5px; color: var(--kc-muted); font-size: 13px; font-weight: 650; }
.kc-support-panel__phone { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 13px; color: var(--kc-blue) !important; font-size: 14px; font-weight: 800; }
.kc-support-panel form { display: grid; gap: 9px; }
.kc-support-panel form label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.kc-support-panel input,
.kc-support-panel textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d7e0e6;
    border-radius: 7px;
    background: #fff;
    color: var(--kc-ink);
    font: inherit;
    font-size: 13px;
}
.kc-support-panel textarea { min-height: 72px; resize: vertical; }
.kc-support-panel form > button {
    min-height: 42px;
    padding: 9px 14px;
    border: 0;
    border-radius: 7px;
    background: var(--kc-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}
.kc-support-panel input:focus-visible,
.kc-support-panel textarea:focus-visible,
.kc-support-panel button:focus-visible,
.kc-support-fab:focus-visible { outline: 3px solid #ffbd59; outline-offset: 2px; }
@media (max-width: 575.98px) {
    .kc-support-fab {
        right: calc(15px + env(safe-area-inset-right, 0px));
        bottom: calc(99px + env(safe-area-inset-bottom, 0px));
        width: 52px;
        height: 52px;
    }
    .kc-support-panel {
        right: 15px;
        bottom: calc(163px + env(safe-area-inset-bottom, 0px));
        width: calc(100vw - 30px);
        max-height: calc(100dvh - 170px);
        padding: 17px;
    }
}

/* Final cascade guard: never allow more than three wider cards per row. */
.kc-variant-grid { max-width: 1240px !important; }
.kc-variant-card {
    flex: 0 1 calc((100% - 36px) / 3) !important;
    width: calc((100% - 36px) / 3) !important;
    min-width: 0 !important;
    max-width: 395px !important;
}
.kc-variant-modal__head p[hidden] { display: none !important; }
@media (max-width: 899.98px) {
    .kc-variant-card {
        flex-basis: calc((100% - 18px) / 2) !important;
        width: calc((100% - 18px) / 2) !important;
    }
}
@media (max-width: 599.98px) {
    .kc-variant-card {
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: 390px !important;
    }
}

/* =========================================================
   20. TRANSMITTER GROUP PAGES
   Detailed Switches and Process Safety pages stay unchanged; only the three
   Transmitter landing pages use this matching product-page shell.
   ========================================================= */
.kc-transmitter-overview {
    padding: 22px 0 40px;
}
.kc-transmitter-overview__hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-bottom: 22px;
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid #dbe6ee;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8fbfd 0%, #ffffff 58%, #e9f2f8 100%);
    box-shadow: 0 14px 34px rgba(18, 46, 62, .07);
}
.kc-transmitter-overview__hero:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -86px;
    right: -66px;
    width: 230px;
    height: 230px;
    border: 42px solid rgba(14, 79, 127, .06);
    border-radius: 50%;
}
.kc-transmitter-overview__hero .kc-eyebrow {
    margin-bottom: 6px;
    font-size: 13px;
}
.kc-transmitter-overview__hero h1 {
    max-width: 760px;
    margin: 0 0 9px;
    color: var(--kc-ink);
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.1;
}
.kc-transmitter-overview__hero > p {
    max-width: 820px;
    margin: 0;
    color: #465a65;
    font-size: 17px;
    line-height: 1.55;
}
.kc-transmitter-overview__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 14px;
}
.kc-transmitter-overview__meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 10px;
    border: 1px solid #d8e5ee;
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: #24414f;
    font-size: 14px;
    font-weight: 650;
}
.kc-transmitter-overview__meta i { color: var(--kc-blue); }
.kc-transmitter-overview__range { padding: 0; }
.kc-transmitter-overview__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}
.kc-transmitter-overview__heading > div { flex: 1 1 auto; min-width: 0; }
.kc-transmitter-overview__heading > div > span {
    display: block;
    margin-bottom: 2px;
    color: var(--kc-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.kc-transmitter-overview__heading h2 {
    margin: 0;
    color: var(--kc-ink);
    font-size: clamp(24px, 2.2vw, 30px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
}
.kc-transmitter-overview__heading > p {
    flex: 0 1 350px;
    margin: 0;
    color: var(--kc-muted);
    font-size: 16px;
    line-height: 1.45;
    text-align: right;
}
.kc-transmitter-product-grid { gap: 14px !important; }
.kc-transmitter-product-grid .kc-transmitter-card {
    flex: 0 1 calc((100% - 28px) / 3);
    width: calc((100% - 28px) / 3);
    max-width: 345px;
    border-color: #dbe5ec;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(18, 46, 62, .065);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.kc-transmitter-product-grid .kc-transmitter-card:hover {
    transform: translateY(-4px);
    border-color: rgba(14, 79, 127, .35);
    box-shadow: 0 16px 34px rgba(18, 46, 62, .11);
}
.kc-transmitter-card .kc-product-card__image {
    aspect-ratio: 16 / 10;
    padding: 8px;
    background: #f4f5f6;
}
.kc-transmitter-card .kc-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.kc-transmitter-card .kc-product-card__body {
    padding: 13px 14px 0;
}
.kc-transmitter-card .kc-product-card__body > span {
    min-height: 16px;
    margin-bottom: 4px;
    color: var(--kc-blue);
    font-size: 12px;
    line-height: 1.35;
}
.kc-transmitter-card h2 {
    min-height: 0;
    margin-bottom: 6px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: -.018em;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kc-transmitter-card .kc-product-card__body > p {
    display: -webkit-box;
    min-height: calc(2 * 1.45em);
    margin-bottom: 8px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.45;
}
.kc-transmitter-card__features {
    display: grid;
    gap: 5px;
    min-height: 44px;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}
.kc-transmitter-card__features li {
    position: relative;
    padding-left: 18px;
    color: #41545e;
    font-size: 13px;
    line-height: 1.35;
}
.kc-transmitter-card__features li:before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--kc-blue);
    font-weight: 800;
}
.kc-transmitter-card__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: auto -14px 0;
    padding: 9px 14px;
    border-radius: 0 0 9px 9px;
    background: var(--kc-blue);
    color: #fff !important;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none !important;
}
.kc-transmitter-card__link:hover { background: var(--kc-blue-dark); }
.kc-transmitter-card__link i { transition: transform .2s ease; }
.kc-transmitter-card__link:hover i { transform: translateX(3px); }

@media (max-width: 1199.98px) {
    .kc-transmitter-product-grid .kc-transmitter-card {
        flex-basis: calc((100% - 14px) / 2);
        width: calc((100% - 14px) / 2);
    }
}
@media (min-width: 1200px) {
    .kc-transmitter-overview__heading h2 { white-space: nowrap; }
}
@media (max-width: 767.98px) {
    .kc-transmitter-overview { padding: 14px 0 30px; }
    .kc-transmitter-overview__hero { margin-bottom: 18px; padding: 18px; }
    .kc-transmitter-overview__hero h1 { font-size: 27px; }
    .kc-transmitter-overview__hero > p { font-size: 16px; line-height: 1.62; }
    .kc-transmitter-overview__heading { display: block; }
    .kc-transmitter-overview__heading > p { margin-top: 7px; text-align: left; }
}
@media (max-width: 599.98px) {
    .kc-transmitter-product-grid .kc-transmitter-card {
        flex-basis: 100%;
        width: 100%;
        max-width: 410px;
    }
}
@media (max-width: 379.98px) {
    .kc-transmitter-card h2 { white-space: normal; }
}
@media (prefers-reduced-motion: reduce) {
    .kc-transmitter-product-grid .kc-transmitter-card,
    .kc-transmitter-card__link i { transition: none; }
}

/* =========================================================
   21. CENTRALIZED TRANSMITTER CONTENT HUBS
   ========================================================= */
.kc-hub-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
    padding-top: 11px;
    border-top: 1px solid #dbe6ee;
}
.kc-hub-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 9px;
    border: 1px solid #d4e1e9;
    border-radius: 999px;
    background: rgba(255, 255, 255, .84);
    color: var(--kc-blue) !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
}
.kc-hub-nav a:hover,
.kc-hub-nav a:focus-visible {
    border-color: var(--kc-blue);
    background: var(--kc-blue);
    color: #fff !important;
}
.kc-hub-content {
    margin-top: 24px;
    border-top: 1px solid #dce5ea;
}
.kc-hub-content--full { width: 100%; }
.kc-hub-section {
    padding: 22px 0;
    border-bottom: 1px solid #dce5ea;
    scroll-margin-top: calc(var(--kc-header-h) + 24px);
}
.kc-hub-section:last-child { border-bottom: 0; }
.kc-hub-section__heading {
    max-width: 1100px;
    margin-bottom: 12px;
}
.kc-hub-section__heading > span {
    display: block;
    margin-bottom: 3px;
    color: var(--kc-blue);
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.kc-hub-section__heading h2 {
    margin: 0;
    color: var(--kc-ink);
    font-size: clamp(24px, 2.2vw, 29px);
    font-weight: 700;
    letter-spacing: -.018em;
    line-height: 1.2;
}
.kc-hub-section__heading > p {
    margin: 5px 0 0;
    color: var(--kc-muted);
    font-size: 16px;
    line-height: 1.48;
}
.kc-hub-copy {
    max-width: 1250px;
    color: #40545f;
    font-size: 17px;
    line-height: 1.55;
}
.kc-hub-copy p { margin: 0 0 7px; }
.kc-hub-copy p:last-child { margin-bottom: 0; }
.kc-hub-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.kc-hub-steps article {
    padding: 12px;
    border: 1px solid #dce6ed;
    border-radius: 9px;
    background: #f8fafc;
}
.kc-hub-steps article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-bottom: 7px;
    border-radius: 50%;
    background: #e4f0f8;
    color: var(--kc-blue);
    font-size: 10px;
    font-weight: 800;
}
.kc-hub-steps h3,
.kc-hub-why-grid h3 {
    margin: 0 0 3px;
    color: var(--kc-ink);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}
.kc-hub-steps p,
.kc-hub-why-grid p {
    margin: 0;
    color: var(--kc-muted);
    font-size: 15px;
    line-height: 1.45;
}
.kc-hub-highlight-grid,
.kc-hub-application-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.kc-hub-highlight-grid li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 8px 10px;
    border: 1px solid #dce6ed;
    border-radius: 8px;
    background: #fff;
    color: #263d49;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}
.kc-hub-highlight-grid i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--kc-blue);
    font-size: 15px;
}
.kc-hub-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    margin: 0;
    border: 1px solid #d8e3ea;
    border-radius: 9px;
    background: #fff;
}
.kc-hub-spec-grid > div {
    display: grid;
    grid-template-columns: minmax(112px, .76fr) minmax(0, 1.24fr);
    min-width: 0;
    border-bottom: 1px solid #e0e8ed;
}
.kc-hub-spec-grid > div:nth-child(odd) { border-right: 1px solid #e0e8ed; }
.kc-hub-spec-grid > div:nth-last-child(-n + 2) { border-bottom: 0; }
.kc-hub-spec-grid dt,
.kc-hub-spec-grid dd {
    min-width: 0;
    margin: 0;
    padding: 7px 9px;
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 1.35;
}
.kc-hub-spec-grid dt {
    background: #edf4f8;
    color: var(--kc-ink);
    font-weight: 750;
}
.kc-hub-spec-grid dd { color: #4c606b; }
.kc-hub-application-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.kc-hub-application-grid li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 8px 11px;
    border: 1px solid #dce6ed;
    border-radius: 8px;
    background: #f8fafc;
    color: #263d49;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.4;
}
.kc-hub-application-grid .kc-app-icon {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    color: var(--kc-blue);
}
.kc-hub-why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.kc-hub-why-grid article {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 12px;
    border: 1px solid #dce6ed;
    border-radius: 9px;
    background: linear-gradient(135deg, #fff, #f5f9fc);
}
.kc-hub-why-grid article > i {
    display: inline-flex;
    flex: 0 0 27px;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: var(--kc-blue);
    color: #fff;
    font-size: 13px;
}
.kc-hub-faq__list {
    overflow: hidden;
    border: 1px solid #d8e3ea;
    border-radius: 9px;
    background: #fff;
}
.kc-hub-faq details { border-bottom: 1px solid #e0e8ed; }
.kc-hub-faq details:last-child { border-bottom: 0; }
.kc-hub-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 13px;
    color: var(--kc-ink);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    list-style: none;
}
.kc-hub-faq summary::-webkit-details-marker { display: none; }
.kc-hub-faq summary i {
    flex: 0 0 auto;
    color: var(--kc-blue);
    transition: transform .2s ease;
}
.kc-hub-faq details[open] summary {
    background: #edf4f8;
    color: var(--kc-blue);
}
.kc-hub-faq details[open] summary i { transform: rotate(45deg); }

/* =========================================================
   23. ABOUT + CONTACT — responsive corporate pages
   ========================================================= */
.kc-corporate-page {
    color: var(--kc-ink);
    background: #fff;
}
.kc-corporate-page #main-content > .top-space-margin {
    margin-top: var(--kc-header-h) !important;
}
.kc-corp-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: clamp(390px, 43vw, 520px);
    padding: clamp(58px, 7vw, 92px) 0;
    overflow: hidden;
    isolation: isolate;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.kc-corp-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, rgba(3, 22, 42, .96) 0%, rgba(3, 27, 52, .91) 38%, rgba(3, 27, 52, .46) 62%, rgba(3, 21, 38, .12) 100%);
}
.kc-corp-hero__content {
    width: min(100%, 660px);
    color: #fff;
}
.kc-corp-eyebrow,
.kc-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #78bde9;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
}
.kc-corp-eyebrow::before,
.kc-section-kicker::before {
    width: 28px;
    height: 2px;
    content: "";
    background: currentColor;
}
.kc-corp-hero h1 {
    max-width: 650px;
    margin: 15px 0 16px;
    color: #fff;
    font-size: clamp(38px, 4.4vw, 62px) !important;
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.02 !important;
}
.kc-corp-hero p {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(15px, 1.45vw, 18px);
    line-height: 1.65;
}
.kc-corp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}
.kc-corp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 12px 21px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.kc-corp-button:hover {
    transform: translateY(-2px);
}
.kc-corp-button--light {
    color: #123a5a !important;
    background: #fff;
    box-shadow: 0 11px 26px rgba(0, 0, 0, .18);
}
.kc-corp-button--ghost {
    border-color: rgba(255, 255, 255, .48);
    color: #fff !important;
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(5px);
}
.kc-corp-button--ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .14); }
.kc-corp-button--primary {
    color: #fff !important;
    background: var(--kc-blue-deep);
    box-shadow: 0 11px 25px rgba(12, 72, 123, .2);
}
.kc-corp-button--primary:hover { background: #083d69; }

.kc-section-heading { max-width: 700px; margin-bottom: 34px; }
.kc-section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.kc-section-heading--center .kc-section-kicker { justify-content: center; }
.kc-section-heading h2,
.kc-about-intro__copy h2,
.kc-about-global__copy h2,
.kc-contact-details h2,
.kc-contact-form-card h2 {
    margin: 10px 0 16px;
    color: var(--kc-ink);
    font-size: clamp(28px, 3vw, 43px) !important;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.12 !important;
}

.kc-about-intro { padding: clamp(62px, 7vw, 94px) 0; }
.kc-about-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: clamp(38px, 6vw, 86px);
    align-items: center;
}
.kc-about-intro__visual {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: visible;
}
.kc-about-intro__visual > img {
    display: block;
    width: 100%;
    min-height: 390px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 22px 50px rgba(20, 48, 65, .14);
}
.kc-about-intro__visual figcaption {
    position: absolute;
    right: -22px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 13px;
    max-width: 220px;
    padding: 17px 20px;
    border: 5px solid #fff;
    border-radius: 10px;
    color: #fff;
    background: var(--kc-blue-deep);
    box-shadow: 0 16px 32px rgba(8, 45, 70, .2);
}
.kc-about-intro__visual figcaption strong { font-size: 32px; line-height: 1; }
.kc-about-intro__visual figcaption span { font-size: 12px; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.kc-about-intro__copy p,
.kc-about-global__copy p,
.kc-contact-details > p,
.kc-contact-form-card__head p {
    margin-bottom: 13px;
    color: var(--kc-muted);
    font-size: 15.5px;
    line-height: 1.7;
}
.kc-capability-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 22px;
    margin: 24px 0 0;
    padding: 21px 0 0;
    border-top: 1px solid var(--kc-line);
    list-style: none;
}
.kc-capability-list li { display: flex; align-items: center; gap: 9px; color: var(--kc-ink); font-size: 14px; font-weight: 700; }
.kc-capability-list i { color: var(--kc-blue); font-size: 17px; }

.kc-about-values { padding: clamp(60px, 7vw, 90px) 0; background: #f3f7fa; }
.kc-value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.kc-value-card {
    position: relative;
    min-width: 0;
    padding: 28px;
    overflow: hidden;
    border: 1px solid #dbe6ed;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(20, 48, 65, .06);
}
.kc-value-card__number { position: absolute; top: 17px; right: 20px; color: #dcebf4; font-size: 42px; font-weight: 800; line-height: 1; }
.kc-value-card__icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 21px;
    border-radius: 9px;
    place-items: center;
    color: #fff;
    background: var(--kc-blue-deep);
    font-size: 21px;
}
.kc-value-card h3 { margin: 0 0 9px; color: var(--kc-ink); font-size: 20px; font-weight: 700; }
.kc-value-card p { margin: 0; color: var(--kc-muted); font-size: 14.5px; line-height: 1.65; }

.kc-about-global { padding: clamp(64px, 8vw, 104px) 0; }
.kc-about-global__grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: clamp(40px, 6vw, 84px);
    align-items: center;
}
.kc-about-global__note {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 24px 0;
    padding: 16px 18px;
    border-left: 3px solid var(--kc-blue);
    color: var(--kc-ink);
    background: #eef5f9;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}
.kc-about-global__note i { margin-top: 1px; color: var(--kc-blue); font-size: 18px; }
.kc-about-global__visual {
    margin: 0;
    padding: 28px;
    border: 1px solid #dde8ee;
    border-radius: 16px;
    background: #f7fafc;
    box-shadow: 0 18px 45px rgba(20, 48, 65, .08);
}
.kc-about-global__visual img { display: block; width: 100%; height: auto; }

.kc-contact-main { padding: clamp(58px, 7vw, 90px) 0; background: #f3f7fa; scroll-margin-top: 110px; }
.kc-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
    gap: clamp(32px, 4vw, 60px);
    align-items: start;
}
.kc-contact-channel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
.kc-contact-channel {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid #dbe5eb;
    border-radius: 9px;
    color: var(--kc-ink) !important;
    background: #fff;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.kc-contact-channel:hover { transform: translateY(-2px); border-color: #a9c6d8; box-shadow: 0 10px 22px rgba(20, 48, 65, .08); }
.kc-contact-channel__icon {
    display: grid;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    border-radius: 8px;
    place-items: center;
    color: var(--kc-blue);
    background: #eaf4fa;
    font-size: 17px;
}
.kc-contact-channel > span:last-child { min-width: 0; }
.kc-contact-channel small { display: block; margin-bottom: 3px; color: var(--kc-muted); font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.kc-contact-channel strong { display: block; overflow-wrap: anywhere; color: var(--kc-ink); font-size: 12.5px; line-height: 1.35; }
.kc-location-list { display: grid; gap: 12px; margin-top: 24px; }
.kc-location-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 19px;
    border: 1px solid #dbe5eb;
    border-radius: 10px;
    background: #fff;
}
.kc-location-card__icon {
    display: grid;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    place-items: center;
    color: #fff;
    background: var(--kc-blue-deep);
    font-size: 18px;
}
.kc-location-card span { display: block; color: var(--kc-blue); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.kc-location-card h3 { margin: 3px 0 5px; color: var(--kc-ink); font-size: 17px; font-weight: 700; }
.kc-location-card address { margin: 0; color: var(--kc-muted); font-size: 12.5px; font-style: normal; line-height: 1.55; }

.kc-contact-form-card {
    padding: clamp(26px, 3.5vw, 42px);
    border: 1px solid #d8e4eb;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(20, 48, 65, .11);
}
.kc-contact-form-card__head { margin-bottom: 25px; }
.kc-contact-form-card__head h2 { margin-bottom: 8px; }
.kc-contact-form-card__head p { margin: 0; }
.kc-contact-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.kc-contact-field--full { grid-column: 1 / -1; }
.kc-contact-field label { display: block; margin-bottom: 7px; color: var(--kc-ink); font-size: 12px; font-weight: 750; }
.kc-contact-field label span { color: #bd2c2c; }
.kc-contact-field__control { position: relative; }
.kc-contact-field__control > i {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    color: var(--kc-blue);
    font-size: 16px;
    transform: translateY(-50%);
    pointer-events: none;
}
.kc-contact-field__control--textarea > i { top: 17px; transform: none; }
.kc-contact-form .kc-contact-field .form-control {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px 12px 44px !important;
    border: 1px solid #d8e3e9 !important;
    border-radius: 7px !important;
    color: var(--kc-ink) !important;
    background: #f8fafb !important;
    font-size: 13.5px !important;
    line-height: 1.4;
    box-shadow: none !important;
}
.kc-contact-form .kc-contact-field textarea.form-control { min-height: 125px; padding-top: 13px !important; resize: vertical; }
.kc-contact-form .kc-contact-field .form-control:focus { border-color: #72a7c8 !important; background: #fff !important; box-shadow: 0 0 0 3px rgba(14, 79, 127, .09) !important; }
.kc-contact-form__bottom { display: grid; gap: 17px; margin-top: 19px; }
.kc-contact-form__bottom > p { display: flex; align-items: flex-start; gap: 8px; margin: 0; color: var(--kc-muted); font-size: 12px; line-height: 1.5; }
.kc-contact-form__bottom > p i { color: var(--kc-blue); font-size: 15px; }
.kc-contact-form__submit { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
.kc-contact-form__submit .kc-corp-button { border: 0; cursor: pointer; }

@media (max-width: 1199.98px) {
    .kc-contact-layout { grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr); gap: 30px; }
    .kc-contact-channel-grid { grid-template-columns: 1fr; }
}
@media (max-width: 991.98px) {
    .kc-about-intro__grid,
    .kc-about-global__grid,
    .kc-contact-layout { grid-template-columns: 1fr; }
    .kc-about-intro__visual { order: 2; }
    .kc-about-intro__copy { order: 1; }
    .kc-about-intro__visual > img { min-height: 310px; }
    .kc-about-intro__visual figcaption { right: 18px; }
    .kc-value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .kc-value-card:last-child { grid-column: 1 / -1; }
    .kc-contact-channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .kc-contact-form-card { max-width: none; }
}
@media (max-width: 767.98px) {
    .kc-corporate-page #main-content > .top-space-margin { margin-top: var(--kc-navbar-h) !important; }
    .kc-corp-hero {
        min-height: 390px;
        padding: 62px 0;
        background-position: 61% center;
    }
    .kc-corp-hero::before { background: linear-gradient(90deg, rgba(3, 22, 42, .97) 0%, rgba(3, 27, 52, .9) 62%, rgba(3, 27, 52, .38) 100%); }
    .kc-corp-hero__content { width: min(100%, 560px); }
    .kc-corp-hero h1 { font-size: clamp(33px, 9vw, 45px) !important; }
    .kc-corp-hero p { max-width: 90%; font-size: 14.5px; }
    .kc-section-heading { margin-bottom: 25px; }
    .kc-value-grid { grid-template-columns: 1fr; }
    .kc-value-card:last-child { grid-column: auto; }
    .kc-about-global__visual { padding: 16px; }
    .kc-contact-channel-grid { grid-template-columns: 1fr; }
    .kc-contact-form__grid { grid-template-columns: 1fr; }
    .kc-contact-field--full { grid-column: auto; }
    .kc-contact-form__submit { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 575.98px) {
    .kc-corp-hero { min-height: 365px; padding: 48px 0; background-position: 66% center; }
    .kc-corp-hero__actions { flex-direction: column; align-items: stretch; margin-top: 22px; }
    .kc-corp-button { width: 100%; min-height: 46px; padding: 11px 16px; }
    .kc-about-intro,
    .kc-about-values,
    .kc-about-global,
    .kc-contact-main { padding-top: 50px; padding-bottom: 50px; }
    .kc-about-intro__visual > img { min-height: 230px; border-radius: 10px; }
    .kc-about-intro__visual figcaption { right: 12px; bottom: 12px; max-width: 190px; padding: 13px 15px; border-width: 3px; }
    .kc-about-intro__visual figcaption strong { font-size: 26px; }
    .kc-capability-list { grid-template-columns: 1fr; }
    .kc-value-card { padding: 23px; }
    .kc-about-global__visual { padding: 10px; border-radius: 10px; }
    .kc-contact-form-card { padding: 23px 17px; border-radius: 11px; }
    .kc-location-card { grid-template-columns: 37px minmax(0, 1fr); gap: 11px; padding: 15px; }
    .kc-location-card__icon { width: 37px; height: 37px; }
    .kc-contact-form__submit .g-recaptcha { max-width: 100%; transform-origin: left top; }
}
@media (max-width: 359.98px) {
    .kc-contact-form__submit .g-recaptcha { transform: scale(.84); margin-bottom: -12px; }
}
@media (prefers-reduced-motion: reduce) {
    .kc-corp-button,
    .kc-contact-channel { transition: none; }
    .kc-corp-button:hover,
    .kc-contact-channel:hover { transform: none; }
}
.kc-hub-faq details > p {
    margin: 0;
    padding: 0 13px 10px;
    color: var(--kc-muted);
    font-size: 15px;
    line-height: 1.62;
}

@media (max-width: 991.98px) {
    .kc-hub-section { scroll-margin-top: calc(var(--kc-navbar-h) + 18px); }
    .kc-hub-steps { grid-template-columns: 1fr; }
    .kc-hub-application-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
    .kc-hub-content { margin-top: 20px; }
    .kc-hub-section { padding: 19px 0; }
    .kc-hub-spec-grid { grid-template-columns: 1fr; }
    .kc-hub-spec-grid > div:nth-child(odd) { border-right: 0; }
    .kc-hub-spec-grid > div:nth-last-child(-n + 2) { border-bottom: 1px solid #e0e8ed; }
    .kc-hub-spec-grid > div:last-child { border-bottom: 0; }
}
@media (max-width: 575.98px) {
    .kc-hub-nav { gap: 6px; }
    .kc-hub-nav a { padding: 5px 9px; font-size: 13px; }
    .kc-hub-highlight-grid,
    .kc-hub-application-grid,
    .kc-hub-why-grid { grid-template-columns: 1fr; }
    .kc-hub-spec-grid > div { grid-template-columns: minmax(105px, .82fr) minmax(0, 1.18fr); }
    .kc-hub-spec-grid dt,
    .kc-hub-spec-grid dd { padding: 9px; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
    .kc-hub-faq summary i { transition: none; }
}

/* =========================================================
   24. HOME SLIDER — premium split catalogue presentation
   ========================================================= */
.kc-home-slider-shell {
    width: 100%;
    max-width: 1840px;
    padding-right: clamp(14px, 4vw, 72px);
    padding-left: clamp(14px, 4vw, 72px);
}
.kc-home-slider {
    height: clamp(540px, calc(100vh - var(--kc-header-h)), 690px) !important;
    min-height: 540px !important;
    border: 1px solid rgba(20, 48, 65, .11);
    border-radius: 18px;
    background: #13252e;
    box-shadow: 0 24px 58px rgba(16, 40, 53, .16);
}
@supports (height: 100svh) {
    .kc-home-slider { height: clamp(540px, calc(100svh - var(--kc-header-h)), 690px) !important; }
}
.kc-home-slide {
    grid-template-columns: minmax(400px, 40%) minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
    background: #edf2f5;
}
.kc-home-slide__copy {
    position: relative;
    grid-template-rows: auto minmax(235px, 1fr);
    padding: clamp(38px, 4vw, 58px) clamp(32px, 3.4vw, 56px) 44px;
    overflow: hidden;
    border-radius: 11px;
    background:
        radial-gradient(circle at 50% 88%, rgba(65, 135, 177, .23), transparent 36%),
        linear-gradient(145deg, #152a34 0%, #10232c 100%);
    text-align: left;
    isolation: isolate;
}
.kc-home-slide__copy::before,
.kc-home-slide__copy::after {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, .065);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}
.kc-home-slide__copy::before { right: -150px; bottom: -180px; width: 430px; height: 430px; }
.kc-home-slide__copy::after { right: -72px; bottom: -102px; width: 270px; height: 270px; }
.kc-home-slide__content { max-width: 620px; }
.kc-home-slide__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 13px;
}
.kc-home-slide__eyebrow {
    margin: 0;
    color: #8fc8eb;
    font-size: 10.5px;
    letter-spacing: .14em;
}
.kc-home-slide__number {
    color: rgba(255, 255, 255, .48);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}
.kc-home-slide__copy h2 {
    max-width: 560px;
    margin-bottom: 13px;
    font-size: clamp(30px, 3vw, 46px) !important;
    letter-spacing: -.035em;
}
.kc-home-slide__copy p {
    max-width: 560px;
    margin: 0 0 19px;
    color: rgba(255, 255, 255, .78);
    font-size: 14.5px;
    line-height: 1.62;
}
.kc-home-slide__link {
    gap: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .55);
    font-size: 12.5px;
}
.kc-home-slide__link span { transition: transform .2s ease; }
.kc-home-slide__link:hover span { transform: translateX(4px); }
.kc-home-slide__product {
    position: relative;
    align-self: end;
    max-height: 280px;
    margin-top: 12px;
    isolation: isolate;
}
.kc-home-slide__halo {
    position: absolute;
    bottom: 3%;
    left: 50%;
    z-index: -1;
    width: min(74%, 310px);
    aspect-ratio: 1;
    border: 1px solid rgba(145, 202, 236, .17);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(72, 144, 184, .18), rgba(72, 144, 184, .03) 52%, transparent 53%);
    transform: translateX(-50%);
}
.kc-home-slide__product img {
    max-width: min(92%, 390px) !important;
    max-height: 270px !important;
    filter: drop-shadow(0 18px 23px rgba(0, 0, 0, .3));
    transition: transform .35s ease;
}
.kc-home-slide__product:hover img { transform: translateY(-4px) scale(1.018); }
.kc-home-slide__background {
    position: relative;
    border-radius: 11px;
    background: #dfe5e8;
}
.kc-home-slide__background::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(11, 31, 41, .08), transparent 22%);
    pointer-events: none;
}
.kc-home-slide__background img { min-height: 0 !important; }
.kc-home-slider__pagination {
    right: auto !important;
    bottom: 21px !important;
    left: 50% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: auto !important;
    max-width: calc(100% - 32px);
    min-height: 27px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    background: rgba(10, 30, 39, .66);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .18);
    transform: translateX(-50%);
    backdrop-filter: blur(8px);
}
.kc-home-slider__pagination .swiper-pagination-bullet { flex: 0 0 auto; margin: 0 !important; }
.kc-home-slider__pagination .swiper-pagination-bullet-active { width: 22px; }

@media (max-width: 991.98px) {
    .kc-home-slider {
        height: 570px !important;
        min-height: 570px !important;
    }
    .kc-home-slide { grid-template-columns: minmax(330px, 44%) minmax(0, 1fr); }
    .kc-home-slide__copy { grid-template-rows: auto minmax(190px, 1fr); padding: 34px 28px 40px; }
    .kc-home-slide__copy h2 { font-size: 31px !important; }
    .kc-home-slide__copy p { font-size: 13.5px; }
    .kc-home-slide__product { max-height: 220px; }
    .kc-home-slide__product img { max-width: min(90%, 300px) !important; max-height: 210px !important; }
}
@media (max-width: 767.98px) {
    .kc-home-slider-shell { padding: 0; }
    .kc-home-slider {
        height: 590px !important;
        min-height: 590px !important;
        margin-top: var(--kc-navbar-h) !important;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }
    .kc-home-slide {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(220px, 41%) minmax(0, 1fr);
        gap: 7px;
        padding: 7px;
    }
    .kc-home-slide__background { grid-column: 1; grid-row: 1; border-radius: 7px; }
    .kc-home-slide__copy {
        grid-column: 1;
        grid-row: 2;
        grid-template-rows: auto minmax(112px, 1fr);
        padding: 20px 21px 38px;
        border-radius: 7px;
        text-align: center;
    }
    .kc-home-slide__meta { margin-bottom: 7px; }
    .kc-home-slide__copy h2 { margin-right: auto; margin-left: auto; font-size: clamp(23px, 7.2vw, 31px) !important; }
    .kc-home-slide__copy p { margin-right: auto; margin-bottom: 10px; margin-left: auto; font-size: 12.5px; line-height: 1.45; }
    .kc-home-slide__product { max-height: 125px; margin-top: 5px; }
    .kc-home-slide__product img { max-width: min(72%, 245px) !important; max-height: 122px !important; }
    .kc-home-slide__halo { width: min(62%, 190px); }
    .kc-home-slider__pagination { bottom: 11px !important; gap: 6px; min-height: 24px; padding: 6px 9px; }
    .kc-home-slider__pagination .swiper-pagination-bullet { width: 7px; height: 7px; }
    .kc-home-slider__pagination .swiper-pagination-bullet-active { width: 19px; }
}
@media (max-width: 420px) {
    .kc-home-slider { height: 560px !important; min-height: 560px !important; }
    .kc-home-slide { grid-template-rows: minmax(200px, 38%) minmax(0, 1fr); }
    .kc-home-slide__copy { padding: 17px 16px 36px; }
    .kc-home-slide__copy p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .kc-home-slide__product { max-height: 118px; }
    .kc-home-slide__product img { max-width: min(70%, 215px) !important; max-height: 114px !important; }
}

/* =========================================================
   25. MASTER PRODUCTS — structured responsive catalogue
   ========================================================= */
.kc-catalog-page { color: var(--kc-ink); background: #fff; }
.kc-catalog-page .kc-breadcrumb { margin-top: var(--kc-header-h); padding: 10px 0; background: #f5f8fa; }
.kc-catalog-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(58px, 7vw, 92px) 0;
    background:
        radial-gradient(circle at 88% 20%, rgba(89, 163, 208, .19), transparent 23%),
        linear-gradient(135deg, #f2f7fa 0%, #fff 54%, #eaf3f8 100%);
}
.kc-catalog-hero::before {
    position: absolute;
    top: -180px;
    right: -150px;
    width: 540px;
    height: 540px;
    border: 62px solid rgba(14, 79, 127, .045);
    border-radius: 50%;
    content: "";
}
.kc-catalog-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
    gap: clamp(42px, 6vw, 88px);
    align-items: center;
}
.kc-catalog-kicker,
.kc-catalog-section__index,
.kc-catalog-help span {
    color: var(--kc-blue);
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.kc-catalog-hero__copy h1 {
    max-width: 780px;
    margin: 13px 0 17px;
    color: var(--kc-ink);
    font-size: clamp(39px, 4.5vw, 67px) !important;
    font-weight: 750;
    letter-spacing: -.045em;
    line-height: 1.02 !important;
}
.kc-catalog-hero__copy > p {
    max-width: 720px;
    margin: 0;
    color: var(--kc-muted);
    font-size: clamp(15px, 1.35vw, 18px);
    line-height: 1.68;
}
.kc-catalog-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 26px; }
.kc-catalog-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 11px 18px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none !important;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.kc-catalog-button:hover { transform: translateY(-2px); }
.kc-catalog-button--primary { color: #fff !important; background: var(--kc-blue-deep); }
.kc-catalog-button--secondary { border-color: #b8cbd7; color: var(--kc-blue-deep) !important; background: rgba(255, 255, 255, .65); }
.kc-catalog-button--light { color: var(--kc-blue-deep) !important; background: #fff; }
.kc-catalog-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 30px 0 0;
    padding-top: 22px;
    border-top: 1px solid #d7e3e9;
}
.kc-catalog-stats > div { min-width: 135px; padding: 0 22px; border-right: 1px solid #d7e3e9; }
.kc-catalog-stats > div:first-child { padding-left: 0; }
.kc-catalog-stats > div:last-child { border-right: 0; }
.kc-catalog-stats dt { color: var(--kc-blue-deep); font-size: 25px; font-weight: 800; line-height: 1; }
.kc-catalog-stats dd { margin: 5px 0 0; color: var(--kc-muted); font-size: 11.5px; font-weight: 650; line-height: 1.35; }
.kc-catalog-hero__visual { position: relative; min-height: 390px; }
.kc-catalog-orbit { position: absolute; border: 1px solid rgba(14, 79, 127, .14); border-radius: 50%; }
.kc-catalog-orbit--one { inset: 18px 42px 4px 42px; }
.kc-catalog-orbit--two { inset: 72px 96px 58px; border-style: dashed; }
.kc-catalog-preview-grid { position: absolute; inset: 0; }
.kc-catalog-preview {
    position: absolute;
    width: 46%;
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border: 7px solid rgba(255, 255, 255, .92);
    border-radius: 14px;
    background: #eef1f3;
    box-shadow: 0 18px 40px rgba(20, 48, 65, .14);
}
.kc-catalog-preview img { display: block; width: 100%; height: 100%; object-fit: contain; }
.kc-catalog-preview--1 { top: 0; left: 5%; transform: rotate(-3deg); }
.kc-catalog-preview--2 { top: 12%; right: 1%; transform: rotate(3deg); }
.kc-catalog-preview--3 { bottom: 0; left: 9%; transform: rotate(2deg); }
.kc-catalog-preview--4 { right: 6%; bottom: 7%; transform: rotate(-2deg); }

.kc-catalog-jump { position: sticky; top: var(--kc-header-h); z-index: 35; border-top: 1px solid #dce6eb; border-bottom: 1px solid #dce6eb; background: rgba(255, 255, 255, .94); box-shadow: 0 7px 20px rgba(20, 48, 65, .05); backdrop-filter: blur(10px); }
.kc-catalog-jump .container { display: flex; align-items: center; gap: 18px; min-height: 62px; }
.kc-catalog-jump__label { flex: 0 0 auto; color: var(--kc-muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.kc-catalog-jump__links { display: flex; gap: 8px; overflow-x: auto; padding: 9px 0; scrollbar-width: thin; }
.kc-catalog-jump__links a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; min-height: 36px; padding: 8px 12px; border: 1px solid #d8e4ea; border-radius: 999px; color: var(--kc-ink) !important; background: #fff; font-size: 12px; font-weight: 700; line-height: 1; text-decoration: none; }
.kc-catalog-jump__links a:hover { border-color: #98bbd0; color: var(--kc-blue) !important; }
.kc-catalog-jump__links a span { color: var(--kc-blue); font-size: 9px; }

.kc-catalog-section { padding: clamp(58px, 6vw, 82px) 0; scroll-margin-top: calc(var(--kc-header-h) + 68px); }
.kc-catalog-section--muted { background: #f4f7f9; }
.kc-catalog-section__head {
    display: grid;
    grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
    gap: 40px;
    align-items: end;
    margin-bottom: 34px;
    padding-bottom: 22px;
    border-bottom: 1px solid #d8e3e9;
}
.kc-catalog-section__head h2 { margin: 6px 0 0; color: var(--kc-ink); font-size: clamp(29px, 3.2vw, 44px) !important; letter-spacing: -.035em; line-height: 1.08 !important; }
.kc-catalog-section__head > p { max-width: 760px; margin: 0; color: var(--kc-muted); font-size: 14.5px; line-height: 1.62; }
.kc-catalog-group + .kc-catalog-group { margin-top: 38px; }
.kc-catalog-group__head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.kc-catalog-group__head h3 { margin: 0; color: var(--kc-blue-deep); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.kc-catalog-group__head span { color: #788993; font-size: 10.5px; font-weight: 700; }
.kc-catalog-page .kc-product-card-grid { gap: 18px; }
.kc-catalog-page .kc-product-card {
    max-width: 410px;
    border: 1px solid #d8e3e9;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 9px 25px rgba(20, 48, 65, .065);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.kc-catalog-page .kc-product-card:hover { transform: translateY(-5px); border-color: #b8cedb; box-shadow: 0 17px 36px rgba(20, 48, 65, .11); }
.kc-catalog-page .kc-product-card__image { aspect-ratio: 4 / 2.85; padding: 12px; border-bottom: 1px solid #dce5ea; background: #f0f2f3 !important; }
.kc-catalog-page .kc-product-card__image img { transition: transform .3s ease; }
.kc-catalog-page .kc-product-card:hover .kc-product-card__image img { transform: scale(1.025); }
.kc-catalog-page .kc-product-card__body { padding: 17px 18px 16px; }
.kc-catalog-page .kc-product-card__body > span { margin-bottom: 5px; color: var(--kc-blue); font-size: 9.5px; letter-spacing: .075em; }
.kc-catalog-page .kc-product-card h3 { margin: 0 0 7px; overflow: hidden; color: var(--kc-ink); font-size: 16.5px; font-weight: 700; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.kc-catalog-page .kc-product-card h3 a { color: inherit !important; text-decoration: none; }
.kc-catalog-page .kc-product-card p { min-height: calc(2 * 1.5em); margin-bottom: 12px; color: var(--kc-muted); font-size: 12.5px; line-height: 1.5; -webkit-line-clamp: 2; }
.kc-catalog-page .kc-product-card .kc-text-link { display: flex; align-items: center; justify-content: space-between; padding-top: 11px; border-top: 1px solid #e2e9ed; font-size: 12px; }
.kc-catalog-page .kc-product-card .kc-text-link i { transition: transform .2s ease; }
.kc-catalog-page .kc-product-card:hover .kc-text-link i { transform: translateX(4px); }
.kc-catalog-help { padding: clamp(48px, 6vw, 72px) 0; color: #fff; background: linear-gradient(120deg, #0d466f, #12314a); }
.kc-catalog-help .container { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.kc-catalog-help span { color: #96cfee; }
.kc-catalog-help h2 { margin: 7px 0 8px; color: #fff; font-size: clamp(26px, 3vw, 39px) !important; letter-spacing: -.03em; line-height: 1.12 !important; }
.kc-catalog-help p { max-width: 850px; margin: 0; color: rgba(255, 255, 255, .78); font-size: 14px; line-height: 1.6; }

@media (max-width: 991.98px) {
    .kc-catalog-hero__grid { grid-template-columns: 1fr; }
    .kc-catalog-hero__copy { max-width: 800px; }
    .kc-catalog-hero__visual { min-height: 360px; max-width: 720px; width: 100%; margin: 0 auto; }
    .kc-catalog-section__head { grid-template-columns: 1fr; gap: 13px; align-items: start; }
    .kc-catalog-help .container { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 767.98px) {
    .kc-catalog-page .kc-breadcrumb { margin-top: var(--kc-navbar-h); }
    .kc-catalog-hero { padding: 48px 0 54px; }
    .kc-catalog-hero__copy h1 { font-size: clamp(34px, 10vw, 49px) !important; }
    .kc-catalog-stats > div { min-width: 0; flex: 1 1 33.333%; padding: 0 13px; }
    .kc-catalog-stats dt { font-size: 21px; }
    .kc-catalog-stats dd { font-size: 10.5px; }
    .kc-catalog-hero__visual { min-height: 310px; }
    .kc-catalog-jump { top: var(--kc-navbar-h); }
    .kc-catalog-jump .container { align-items: flex-start; flex-direction: column; gap: 0; padding-top: 10px; }
    .kc-catalog-jump__links { width: 100%; }
    .kc-catalog-section { scroll-margin-top: calc(var(--kc-navbar-h) + 95px); }
}
@media (max-width: 640px) {
    .kc-catalog-hero__actions { display: grid; }
    .kc-catalog-button { width: 100%; }
    .kc-catalog-hero__visual { min-height: 265px; }
    .kc-catalog-preview { border-width: 5px; border-radius: 9px; }
    .kc-catalog-preview--1 { left: 2%; }
    .kc-catalog-preview--2 { right: 0; }
    .kc-catalog-preview--3 { left: 5%; }
    .kc-catalog-preview--4 { right: 3%; }
    .kc-catalog-section__head { margin-bottom: 25px; padding-bottom: 17px; }
    .kc-catalog-section__head h2 { font-size: 28px !important; }
    .kc-catalog-group__head { align-items: flex-start; flex-direction: column; gap: 5px; }
    .kc-catalog-page .kc-product-card h3 { font-size: 16px; white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
}

/* =========================================================
   26. FOOTER — compact industrial information architecture
   ========================================================= */
.kc-footer-cta { padding: clamp(36px, 5vw, 58px) 0; color: #fff; background: linear-gradient(105deg, #0d527f 0%, #0a416a 48%, #12314a 100%); }
.kc-footer-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.kc-footer-cta__copy { max-width: 850px; }
.kc-footer-cta__copy > span { color: #a5d8f4; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.kc-footer-cta h2 { margin: 7px 0 7px; color: #fff; font-size: clamp(25px, 3vw, 39px) !important; letter-spacing: -.03em; line-height: 1.12 !important; }
.kc-footer-cta p { margin: 0; color: rgba(255, 255, 255, .77); font-size: 13.5px; line-height: 1.55; }
.kc-footer-cta__actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.kc-footer-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 45px; padding: 11px 17px; border: 1px solid transparent; border-radius: 6px; font-size: 12.5px; font-weight: 750; line-height: 1.15; text-decoration: none !important; }
.kc-footer-button--light { color: #0c456f !important; background: #fff; }
.kc-footer-button--outline { border-color: rgba(255, 255, 255, .38); color: #fff !important; background: rgba(255, 255, 255, .06); }
.kc-site-footer { padding: 0; color: rgba(255, 255, 255, .7); background: #111f27; }
.kc-footer-main { display: grid; grid-template-columns: minmax(210px, .75fr) minmax(600px, 2.2fr) minmax(220px, .75fr); gap: clamp(26px, 3.5vw, 52px); padding: clamp(48px, 6vw, 72px) 0 42px; }
.kc-footer-logo { display: inline-block; margin-bottom: 18px; }
.kc-footer-logo img { display: block; width: 190px; max-width: 100%; height: auto; }
.kc-footer-brand p { max-width: 310px; margin: 0; color: rgba(255, 255, 255, .63); font-size: 12.5px; line-height: 1.65; }
.kc-footer-social { display: flex; gap: 8px; margin-top: 21px; }
.kc-footer-social a { display: grid; width: 34px; height: 34px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 6px; place-items: center; color: #fff !important; background: rgba(255, 255, 255, .045); font-size: 12px; text-decoration: none; }
.kc-footer-social a:hover { border-color: #72b8df; background: #0e4f7f; }
.kc-footer-nav { display: grid; grid-template-columns: .95fr .78fr 1.2fr 1fr; gap: 24px; }
.kc-footer-nav h2,
.kc-footer-contact h2 { margin: 2px 0 17px; color: #fff; font-size: 13px; font-weight: 750; letter-spacing: .045em; }
.kc-footer-nav ul { margin: 0; padding: 0; list-style: none; }
.kc-footer-nav li + li { margin-top: 9px; }
.kc-footer-nav a { display: inline-flex; color: rgba(255, 255, 255, .64) !important; font-size: 11.5px; line-height: 1.38; text-decoration: none; }
.kc-footer-nav a::before { width: 0; height: 1px; margin-top: .65em; margin-right: 0; content: ""; background: #79bde4; transition: width .2s ease, margin-right .2s ease; }
.kc-footer-nav a:hover { color: #fff !important; }
.kc-footer-nav a:hover::before { width: 12px; margin-right: 7px; }
.kc-footer-contact { min-width: 0; }
.kc-footer-contact > a { display: flex; min-width: 0; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); color: #fff !important; text-decoration: none; }
.kc-footer-contact > a > span { display: grid; width: 32px; height: 32px; flex: 0 0 32px; border-radius: 6px; place-items: center; color: #9fd3ef; background: rgba(126, 195, 232, .1); font-size: 13px; }
.kc-footer-contact strong { min-width: 0; color: rgba(255, 255, 255, .55); font-size: 9.5px; font-weight: 700; letter-spacing: .06em; line-height: 1.35; text-transform: uppercase; }
.kc-footer-contact small { display: block; overflow-wrap: anywhere; margin-top: 2px; color: #fff; font-size: 11.5px; font-weight: 650; letter-spacing: 0; text-transform: none; }
.kc-footer-contact > p { display: flex; align-items: flex-start; gap: 10px; margin: 14px 0 0; color: rgba(255, 255, 255, .58); font-size: 11px; line-height: 1.45; }
.kc-footer-contact > p i { margin-top: 2px; color: #9fd3ef; }
.kc-footer-location { display: grid; grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr); overflow: hidden; border: 1px solid rgba(255, 255, 255, .1); border-radius: 10px; background: #172831; }
.kc-footer-location__copy { padding: clamp(24px, 3vw, 36px); }
.kc-footer-location__copy > span { color: #8fc8e8; font-size: 9.5px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.kc-footer-location__copy h2 { margin: 6px 0 9px; color: #fff; font-size: 18px; font-weight: 700; }
.kc-footer-location__copy address { max-width: 440px; margin: 0; color: rgba(255, 255, 255, .62); font-size: 11.5px; font-style: normal; line-height: 1.65; }
.kc-footer-location__copy a { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; color: #fff !important; font-size: 11.5px; font-weight: 750; text-decoration: none; }
.kc-site-footer .kc-map { width: 100%; height: 210px !important; margin: 0; border: 0; border-radius: 0; filter: grayscale(.65) contrast(.94); }
.kc-footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; padding: 20px 0; }
.kc-footer-bottom p { margin: 0; color: rgba(255, 255, 255, .45); font-size: 10.5px; line-height: 1.45; }
.kc-footer-bottom > p:last-child { text-align: right; }
.kc-footer-bottom a { color: rgba(255, 255, 255, .72) !important; text-decoration: none; }
.kc-footer-bottom nav { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.kc-footer-bottom nav a { font-size: 10.5px; font-weight: 650; }
.kc-footer-bottom a:hover { color: #fff !important; }

@media (max-width: 1199.98px) {
    .kc-footer-main { grid-template-columns: minmax(210px, .65fr) minmax(0, 1.9fr); }
    .kc-footer-contact { grid-column: 1 / -1; display: grid; grid-template-columns: auto repeat(3, minmax(0, 1fr)); gap: 16px; align-items: center; padding-top: 25px; border-top: 1px solid rgba(255, 255, 255, .1); }
    .kc-footer-contact h2 { margin: 0; }
    .kc-footer-contact > a { border-bottom: 0; padding: 0; }
    .kc-footer-contact > p { margin: 0; }
}
@media (max-width: 991.98px) {
    .kc-footer-cta .container { align-items: flex-start; flex-direction: column; }
    .kc-footer-cta__actions { justify-content: flex-start; }
    .kc-footer-main { grid-template-columns: 1fr; }
    .kc-footer-brand p { max-width: 520px; }
    .kc-footer-contact { grid-column: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .kc-footer-contact h2 { grid-column: 1 / -1; }
    .kc-footer-contact > p { grid-column: 1 / -1; }
    .kc-footer-location { grid-template-columns: 1fr 1.25fr; }
    .kc-footer-bottom { grid-template-columns: 1fr 1fr; }
    .kc-footer-bottom nav { grid-column: 1 / -1; grid-row: 1; justify-content: flex-start; }
}
@media (max-width: 767.98px) {
    .kc-footer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .kc-footer-location { grid-template-columns: 1fr; }
    .kc-site-footer .kc-map { height: 220px !important; }
}
@media (max-width: 575.98px) {
    .kc-footer-cta__actions { display: grid; width: 100%; }
    .kc-footer-main { padding-top: 44px; padding-bottom: 32px; }
    .kc-footer-nav { grid-template-columns: 1fr; gap: 25px; }
    .kc-footer-contact { grid-template-columns: 1fr; }
    .kc-footer-contact h2,
    .kc-footer-contact > p { grid-column: auto; }
    .kc-footer-location__copy { padding: 23px 18px; }
    .kc-footer-bottom { grid-template-columns: 1fr; gap: 10px; padding: 18px 0 24px; text-align: left; }
    .kc-footer-bottom nav { grid-column: auto; grid-row: auto; gap: 12px; justify-content: flex-start; }
    .kc-footer-bottom > p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
    .kc-home-slide__product img,
    .kc-home-slide__link span,
    .kc-catalog-button,
    .kc-catalog-page .kc-product-card,
    .kc-catalog-page .kc-product-card__image img,
    .kc-footer-nav a::before { transition: none; }
}


/* =========================================================
   27. V22 RESPONSIVE UI FIXES
   Footer readability, mobile home slider order/cropping,
   mobile expertise badge and product intro breathing room.
   ========================================================= */

/* Footer: improve legibility without making the footer bulky. */
.kc-footer-nav h2,
.kc-footer-contact h2 {
    font-size: 14px;
    letter-spacing: .035em;
}
.kc-footer-nav li + li { margin-top: 8px; }
.kc-footer-nav a {
    font-size: 13px;
    line-height: 1.45;
}
.kc-footer-brand p { font-size: 13px; }
.kc-footer-contact small { font-size: 12.5px; }

/* The slider shell must never expose its dark base as a strip below a slide. */
.kc-home-slider {
    background: #edf2f5 !important;
}
.kc-home-slider .swiper,
.kc-home-slider .swiper-wrapper,
.kc-home-slider .swiper-slide {
    height: 100% !important;
    min-height: 0 !important;
}

/* Keep the rotating expertise device above the image and visible. */
.kc-home-expertise-badge {
    z-index: 3;
    visibility: visible !important;
    opacity: 1 !important;
}

@media (max-width: 767.98px) {
    /* Mobile home hero: copy/product data first, bulk image second. */
    .kc-home-slider {
        height: 650px !important;
        min-height: 650px !important;
        border-bottom: 0 !important;
        box-shadow: none !important;
    }
    .kc-home-slide {
        grid-template-columns: 1fr !important;
        grid-template-rows: minmax(380px, 59%) minmax(250px, 41%) !important;
        gap: 7px !important;
        padding: 7px !important;
        background: #edf2f5 !important;
    }
    .kc-home-slide__copy {
        grid-column: 1 !important;
        grid-row: 1 !important;
        grid-template-rows: auto minmax(138px, 1fr) !important;
        align-content: stretch !important;
        padding: 19px 20px 16px !important;
        overflow: hidden;
    }
    .kc-home-slide__background {
        grid-column: 1 !important;
        grid-row: 2 !important;
        min-height: 0 !important;
        height: 100% !important;
    }
    .kc-home-slide__background img {
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        object-fit: cover !important;
        object-position: center center !important;
    }
    .kc-home-slide__content { align-self: start; }
    .kc-home-slide__copy h2 {
        margin-bottom: 8px !important;
        font-size: clamp(22px, 6.7vw, 29px) !important;
        line-height: 1.12 !important;
    }
    .kc-home-slide__copy p {
        margin-bottom: 9px !important;
        font-size: 12.5px !important;
        line-height: 1.4 !important;
    }
    .kc-home-slide__product {
        align-self: end !important;
        width: 100% !important;
        height: 142px !important;
        min-height: 142px !important;
        max-height: 142px !important;
        margin-top: 4px !important;
        overflow: visible !important;
    }
    .kc-home-slide__product img {
        width: auto !important;
        height: 100% !important;
        max-width: min(78%, 250px) !important;
        max-height: 100% !important;
        object-fit: contain !important;
        object-position: center bottom !important;
    }
    .kc-home-slide__halo { bottom: 0 !important; width: min(60%, 190px) !important; }
    .kc-home-slider__pagination { bottom: 10px !important; }

    /* Product text moved below the brochure on mobile needs normal page gutters. */
    .kc-intro-text {
        box-sizing: border-box;
        width: 100%;
        padding-right: 14px !important;
        padding-left: 14px !important;
    }

    /* Keep the 15-years rotating badge visible and anchored to the photo. */
    .kc-home-expertise-badge {
        display: block !important;
        top: auto !important;
        right: 12px !important;
        bottom: 12px !important;
        left: auto !important;
        width: 108px !important;
        height: 108px !important;
        transform: none !important;
    }
    .kc-home-expertise-badge img { display: block !important; visibility: visible !important; opacity: 1 !important; }
}

@media (max-width: 575.98px) {
    /* Keep product/navigation links in two columns on phones. */
    .kc-footer-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 18px !important;
        row-gap: 26px !important;
    }
    .kc-footer-nav h2 { margin-bottom: 12px; font-size: 13.5px; }
    .kc-footer-nav a { font-size: 12.5px; line-height: 1.42; }
    .kc-footer-nav li + li { margin-top: 7px; }

    .kc-home-slider {
        height: 635px !important;
        min-height: 635px !important;
    }
    .kc-home-slide {
        grid-template-rows: minmax(370px, 59%) minmax(245px, 41%) !important;
    }
    .kc-home-slide__copy { padding: 17px 16px 14px !important; }
    .kc-home-slide__product {
        height: 136px !important;
        min-height: 136px !important;
        max-height: 136px !important;
    }
    .kc-home-slide__product img { max-width: min(80%, 235px) !important; }
}

@media (max-width: 390px) {
    .kc-footer-nav { column-gap: 14px !important; }
    .kc-footer-nav a { font-size: 12px; }
    .kc-home-slider { height: 625px !important; min-height: 625px !important; }
    .kc-home-slide { grid-template-rows: minmax(365px, 59%) minmax(240px, 41%) !important; }
    .kc-home-slide__copy p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .kc-home-slide__product { height: 132px !important; min-height: 132px !important; max-height: 132px !important; }
    .kc-home-expertise-badge { width: 96px !important; height: 96px !important; }
}

/* =========================================================
   28. V23 FINAL RESPONSIVE POLISH
   Full mobile bulk image, image-centred pagination, robust expertise badge,
   product-slider caption/gutters, and desktop hero header clearance.
   ========================================================= */

/* Desktop header includes both the contact bar and navbar. The homepage
   slider is nested inside <main>, so the generic adjacent-header selector
   cannot supply the full desktop offset by itself. */
@media (min-width: 768px) {
    .kc-home-slider.top-space-margin {
        margin-top: var(--kc-header-h) !important;
    }

    /* The bulk image occupies the right side of the split hero. Centre the
       pagination on that visual panel rather than on the complete slider. */
    .kc-home-slider__pagination {
        left: 70% !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .kc-home-slider__pagination {
        left: 72% !important;
    }
}

/* Make the rotating expertise device independent of legacy positioning
   utility combinations and of the image shadow-animation opacity rule. */
.kc-home-image-frame {
    position: relative !important;
    overflow: visible !important;
}
.kc-home-expertise-badge {
    position: absolute !important;
    top: 50% !important;
    right: -34px !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 6 !important;
    display: block !important;
    width: 180px !important;
    height: 180px !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(-50%) !important;
    pointer-events: none;
}
.kc-home-expertise-badge img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.kc-home-expertise-badge img:first-child {
    transform: none !important;
}

@media (max-width: 767.98px) {
    /* Show the entire bulk catalogue image. No cover/zoom crop on iPhone. */
    .kc-home-slide__background {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        background: #e8edef !important;
    }
    .kc-home-slide__background img {
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        object-fit: contain !important;
        object-position: center center !important;
        transform: none !important;
    }
    .swiper-slide-active .kc-home-slide__background img {
        transform: none !important;
    }

    /* On mobile the bulk panel is full width, therefore its horizontal centre
       is the slider centre. Keep the dots visually attached to that panel. */
    .kc-home-slider__pagination {
        right: auto !important;
        bottom: 10px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    /* Place the expertise badge inside the photo itself on phones. */
    .kc-home-expertise-badge {
        top: auto !important;
        right: 10px !important;
        bottom: 10px !important;
        left: auto !important;
        width: 108px !important;
        height: 108px !important;
        transform: none !important;
    }

    /* Product heading above the image slider should follow the same page
       gutter as the body copy instead of touching the viewport edge. */
    .kc-intro-head {
        box-sizing: border-box;
        width: 100%;
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    /* Give the copy below the brochure a little more separation from the
       slider/action block and retain comfortable side gutters. */
    .kc-intro-text {
        box-sizing: border-box;
        width: 100%;
        margin-top: 12px !important;
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    /* Slider caption requested slightly lower on phone. */
    .kc-intro-media .kc-slide figcaption {
        bottom: 14px !important;
    }
}

@media (max-width: 390px) {
    .kc-home-expertise-badge {
        right: 8px !important;
        bottom: 8px !important;
        width: 96px !important;
        height: 96px !important;
    }
    .kc-intro-head,
    .kc-intro-text {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }
}



/* =========================================================
   29. V24 MOBILE HERO + PRODUCT HEADER CLEANUP
   - true 50/50 mobile hero split
   - full bulk image with filled backdrop (no crop of primary image)
   - independent rotating expertise ring
   - mobile breadcrumb gutters
   ========================================================= */

/* The text ring must own its transform animation. Earlier image-wide
   transform overrides stopped the legacy animation on mobile. */
@keyframes kc-expertise-rotation {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
@-webkit-keyframes kc-expertise-rotation {
    from { -webkit-transform: rotate(0deg); }
    to   { -webkit-transform: rotate(360deg); }
}
.kc-home-expertise-badge img.animation-rotation {
    animation: kc-expertise-rotation 8s linear infinite !important;
    -webkit-animation: kc-expertise-rotation 8s linear infinite !important;
    transform-origin: 50% 50% !important;
    will-change: transform;
}

@media (max-width: 767.98px) {
    /* Use the complete usable phone viewport, split equally between
       product information/cut-out and the bulk-image panel. */
    .kc-home-slider {
        height: calc(100vh - var(--kc-navbar-h)) !important;
        min-height: 600px !important;
    }
    @supports (height: 100svh) {
        .kc-home-slider {
            height: calc(100svh - var(--kc-navbar-h)) !important;
        }
    }
    .kc-home-slide {
        grid-template-columns: 1fr !important;
        grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 6px !important;
        padding: 6px !important;
    }
    .kc-home-slide__copy {
        grid-column: 1 !important;
        grid-row: 1 !important;
        grid-template-rows: auto minmax(0, 1fr) !important;
        min-height: 0 !important;
        padding: clamp(14px, 2.2svh, 20px) 18px 10px !important;
        overflow: hidden !important;
    }
    .kc-home-slide__content {
        align-self: start !important;
        min-height: 0 !important;
    }
    .kc-home-slide__copy h2 {
        margin-bottom: 7px !important;
        font-size: clamp(21px, 6.4vw, 29px) !important;
        line-height: 1.1 !important;
    }
    .kc-home-slide__copy p {
        margin-bottom: 8px !important;
        font-size: clamp(11.8px, 3.25vw, 13px) !important;
        line-height: 1.38 !important;
    }
    .kc-home-slide__product {
        align-self: end !important;
        width: 100% !important;
        height: clamp(118px, 18svh, 170px) !important;
        min-height: 0 !important;
        max-height: none !important;
        margin-top: 2px !important;
        overflow: visible !important;
    }
    .kc-home-slide__product img {
        width: auto !important;
        height: 100% !important;
        max-width: min(82%, 285px) !important;
        max-height: 100% !important;
        object-fit: contain !important;
        object-position: center bottom !important;
    }

    /* The lower half is always the bulk-image panel. The actual photograph
       is never cropped. A soft same-photo backdrop fills any aspect-ratio
       remainder so the card has no empty top/bottom or side bands. */
    .kc-home-slide__background {
        position: relative !important;
        isolation: isolate;
        grid-column: 1 !important;
        grid-row: 2 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        overflow: hidden !important;
        background: #dfe6ea !important;
    }
    .kc-home-slide__background::before {
        content: "";
        position: absolute;
        z-index: 0;
        inset: -12px;
        background-image: var(--kc-bulk-image);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        filter: blur(12px);
        opacity: .34;
        transform: scale(1.06);
        pointer-events: none;
    }
    .kc-home-slide__background::after {
        content: "";
        position: absolute;
        z-index: 1;
        inset: 0;
        background: rgba(255,255,255,.08);
        pointer-events: none;
    }
    .kc-home-slide__background img {
        position: relative !important;
        z-index: 2 !important;
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        object-fit: contain !important;
        object-position: center center !important;
        transform: none !important;
    }
    .swiper-slide-active .kc-home-slide__background img {
        transform: none !important;
    }

    /* Dots belong visually to the lower/bulk half. */
    .kc-home-slider__pagination {
        right: auto !important;
        bottom: 10px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    /* Restore normal phone gutters around breadcrumbs. */
    .kc-breadcrumb-bar .container {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }
    .kc-breadcrumb-bar .breadcrumb {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }
    .kc-intro-media .kc-slide figcaption {
        bottom: 8px !important;
    }
}

@media (max-width: 390px) {
    .kc-home-slide__copy {
        padding-right: 14px !important;
        padding-left: 14px !important;
    }
    .kc-home-slide__copy p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .kc-home-slide__product {
        height: clamp(110px, 17svh, 150px) !important;
    }
}


/* =========================================================
   30. V25 IPHONE HOME HERO — filled 50/50 panels
   - upper half: catalogue copy + complete foreground product
   - lower half: bulk photo fills the panel (controlled crop allowed)
   - no empty bands in the bulk card
   - pagination anchored over the bulk panel
   ========================================================= */
@media (max-width: 767.98px) {
    .kc-home-slider {
        height: calc(100vh - var(--kc-navbar-h)) !important;
        min-height: 560px !important;
        max-height: none !important;
        overflow: hidden !important;
    }
    @supports (height: 100svh) {
        .kc-home-slider { height: calc(100svh - var(--kc-navbar-h)) !important; }
    }
    .kc-home-slider .swiper,
    .kc-home-slider .swiper-wrapper,
    .kc-home-slider .swiper-slide {
        height: 100% !important;
        min-height: 0 !important;
    }
    .kc-home-slide {
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 6px !important;
        height: 100% !important;
        min-height: 0 !important;
        padding: 6px !important;
        overflow: hidden !important;
    }

    /* Upper 50%: text stays compact and the cut-out product gets its own row. */
    .kc-home-slide__copy {
        grid-column: 1 !important;
        grid-row: 1 !important;
        display: grid !important;
        grid-template-rows: auto minmax(112px, 1fr) !important;
        align-content: stretch !important;
        align-items: stretch !important;
        min-height: 0 !important;
        padding: clamp(12px, 1.8svh, 17px) 17px 7px !important;
        overflow: hidden !important;
        text-align: center !important;
    }
    .kc-home-slide__content {
        align-self: start !important;
        width: 100% !important;
        min-height: 0 !important;
        max-width: none !important;
    }
    .kc-home-slide__meta {
        margin-bottom: 5px !important;
    }
    .kc-home-slide__eyebrow,
    .kc-home-slide__number {
        font-size: 9.5px !important;
        line-height: 1.2 !important;
    }
    .kc-home-slide__copy h2 {
        margin: 0 auto 5px !important;
        font-size: clamp(20px, 5.9vw, 27px) !important;
        line-height: 1.06 !important;
    }
    .kc-home-slide__copy p {
        display: -webkit-box !important;
        overflow: hidden !important;
        margin: 0 auto 6px !important;
        max-width: 350px !important;
        color: rgba(255,255,255,.82) !important;
        font-size: clamp(11px, 2.95vw, 12.4px) !important;
        line-height: 1.32 !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }
    .kc-home-slide__link {
        font-size: 11.5px !important;
        line-height: 1.2 !important;
    }
    .kc-home-slide__product {
        align-self: end !important;
        justify-self: stretch !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 2px 0 0 !important;
        overflow: hidden !important;
    }
    .kc-home-slide__product img {
        display: block !important;
        width: auto !important;
        height: 100% !important;
        max-width: min(82vw, 300px) !important;
        max-height: 100% !important;
        object-fit: contain !important;
        object-position: center bottom !important;
        transform: none !important;
    }
    .kc-home-slide__halo {
        bottom: -10% !important;
        width: min(56%, 185px) !important;
    }

    /* Lower 50%: fill the whole card. A controlled crop is preferable to
       blank bands. The configured per-slide focal position is retained. */
    .kc-home-slide__background {
        grid-column: 1 !important;
        grid-row: 2 !important;
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        overflow: hidden !important;
        background: #dfe5e8 !important;
    }
    .kc-home-slide__background::before { display: none !important; }
    .kc-home-slide__background::after {
        z-index: 2 !important;
        background: linear-gradient(180deg, rgba(11,31,41,.025), rgba(11,31,41,.08)) !important;
    }
    .kc-home-slide__background img {
        position: relative !important;
        z-index: 1 !important;
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-width: 100% !important;
        min-height: 100% !important;
        max-width: none !important;
        max-height: none !important;
        object-fit: cover !important;
        object-position: var(--kc-bulk-position, center center) !important;
        transform: scale(1.002) !important;
    }
    .swiper-slide-active .kc-home-slide__background img {
        transform: scale(1.012) !important;
    }

    /* Keep controls on the bulk panel and visibly above the photograph. */
    .kc-home-slider__pagination {
        z-index: 30 !important;
        right: auto !important;
        bottom: 13px !important;
        left: 50% !important;
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateX(-50%) !important;
    }
    .kc-home-slider__pagination .swiper-pagination-bullet {
        display: block !important;
        visibility: visible !important;
        opacity: .82 !important;
    }
    .kc-home-slider__pagination .swiper-pagination-bullet-active {
        opacity: 1 !important;
    }
}

@media (max-width: 390px) {
    .kc-home-slide__copy {
        grid-template-rows: auto minmax(105px, 1fr) !important;
        padding: 11px 14px 6px !important;
    }
    .kc-home-slide__copy h2 { font-size: clamp(19px, 5.6vw, 24px) !important; }
    .kc-home-slide__copy p { font-size: 11.2px !important; }
    .kc-home-slide__product img { max-width: min(80vw, 275px) !important; }
}

/* =========================================================
   31. V38 FINAL POLISH — compact mobile hero, gallery,
       engineering tools naming, footer alignment and captions
   ========================================================= */

/* Brand-colour social icons in the top utility bar. */
.header-top-bar .kc-social-icon { text-shadow: 0 1px 2px rgba(0,0,0,.22); }
.header-top-bar .kc-social-icon--facebook,
.header-top-bar .kc-social-icon--instagram,
.header-top-bar .kc-social-icon--linkedin { color: #ffffff !important; }

/* Footer product/tool columns: keep headings and links visually centred. */
.kc-footer-nav > div { text-align: center; }
.kc-footer-nav ul { display: flex; flex-direction: column; align-items: center; }
.kc-footer-nav a { justify-content: center; text-align: center; }

/* Product page slider captions live in their own bar, never on top of the product. */
.kc-intro-media .kc-slide.is-active {
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto;
    align-items: stretch;
}
.kc-intro-media .kc-slide img {
    grid-row: 1;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
}
.kc-intro-media .kc-slide figcaption {
    position: static !important;
    grid-row: 2;
    width: 100% !important;
    max-width: none !important;
    min-height: 34px;
    margin: 0 !important;
    padding: 8px 14px !important;
    transform: none !important;
    border-top: 1px solid rgba(14,79,127,.10);
    background: linear-gradient(180deg, #eef4f7 0%, #e7eef2 100%) !important;
    color: #173747 !important;
    -webkit-text-fill-color: #173747 !important;
    -webkit-text-stroke: 0 !important;
    font-size: 12.5px !important;
    font-weight: 700;
    line-height: 1.35 !important;
    text-align: center !important;
    white-space: normal !important;
    text-shadow: none !important;
}

/* Gallery: compact heading and two-row desktop group selector. */
.kc-gallery-page {
    padding-top: 24px !important;
    padding-bottom: 48px !important;
}
.kc-gallery-page__header {
    max-width: 900px;
    margin-bottom: 14px !important;
}
.kc-gallery-page__header .kc-product-gallery-kicker { margin-bottom: 3px; }
.kc-gallery-page__header h1 {
    margin: 2px 0 5px !important;
    font-size: clamp(28px, 3.2vw, 42px) !important;
    line-height: 1.05 !important;
}
.kc-gallery-page__header p {
    max-width: 840px;
    font-size: 13.5px !important;
    line-height: 1.45 !important;
}
.kc-gallery-filters {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 7px !important;
    margin: 0 0 15px !important;
    padding: 0 !important;
    overflow: visible !important;
}
.kc-gallery-filter {
    display: flex;
    min-width: 0;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 7px 9px !important;
    border-radius: 9px !important;
    font-size: 11.5px !important;
    line-height: 1.2 !important;
    text-align: center;
    white-space: normal;
}
.kc-gallery-result-count {
    margin: 0 0 12px !important;
    font-size: 12px !important;
}
.kc-gallery-page .kc-product-gallery-card__media {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px;
    background:
        radial-gradient(circle at 50% 42%, rgba(74,146,188,.10), transparent 43%),
        linear-gradient(145deg, #f8fafb 0%, #edf3f6 100%) !important;
}
.kc-gallery-page .kc-product-gallery-card__media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: center center !important;
}
.kc-gallery-page .kc-product-gallery-card__caption {
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 10px 12px !important;
    text-align: center !important;
}
/* Legacy group badge is intentionally suppressed if an old cached template emits it. */
.kc-gallery-page .kc-product-gallery-card__group { display: none !important; }

/* Creative gallery lightbox background and centred product presentation. */
.kc-gallery-lightbox.mfp-bg.mfp-ready,
.kc-gallery-lightbox.mfp-bg {
    background:
        radial-gradient(circle at 50% 36%, rgba(27,103,148,.42), transparent 42%),
        linear-gradient(145deg, #07131b 0%, #0d2634 58%, #12394d 100%) !important;
    opacity: .96 !important;
}
.kc-gallery-lightbox .mfp-image-holder .mfp-content {
    width: auto;
    max-width: min(92vw, 1120px) !important;
}
.kc-gallery-lightbox .mfp-image-holder .mfp-figure {
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    background: rgba(255,255,255,.06);
    box-shadow: 0 28px 80px rgba(0,0,0,.40);
    backdrop-filter: blur(12px);
}
.kc-gallery-lightbox .mfp-image-holder .mfp-figure:after { display: none !important; }
.kc-gallery-lightbox .mfp-image-holder img.mfp-img {
    display: block !important;
    box-sizing: border-box;
    max-width: min(88vw, 1040px) !important;
    max-height: 78vh !important;
    margin: 0 auto !important;
    padding: 18px !important;
    border-radius: 16px;
    background:
        radial-gradient(circle at 50% 48%, rgba(255,255,255,.98) 0%, rgba(242,247,250,.98) 54%, rgba(222,234,241,.98) 100%) !important;
    object-fit: contain;
    object-position: center center;
}
.kc-gallery-lightbox .mfp-image-holder .mfp-bottom-bar {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 11px 48px 13px !important;
    text-align: center !important;
}
.kc-gallery-lightbox .mfp-image-holder .mfp-title {
    padding: 0 !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center !important;
}
.kc-gallery-lightbox .mfp-image-holder .mfp-counter {
    top: 11px;
    right: 14px;
    color: rgba(255,255,255,.58);
}

@media (max-width: 991.98px) {
    .kc-gallery-filters { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 767.98px) {
    /* Mobile home slider uses content height instead of viewport height.
       The copy and single product sit side-by-side, then the 16:9 bulk photo.
       This removes the large blank band visible after the bulk image on iPhone. */
    .kc-home-slider-shell {
        padding-right: 7px !important;
        padding-left: 7px !important;
    }
    .kc-home-slider {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: hidden !important;
        border-radius: 12px !important;
    }
    .kc-home-slider .swiper,
    .kc-home-slider .swiper-wrapper,
    .kc-home-slider .swiper-slide {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
    .kc-home-slider .swiper-wrapper { align-items: stretch; }
    .kc-home-slide {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto !important;
        gap: 6px !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 6px !important;
        overflow: hidden !important;
        background: #edf2f5 !important;
    }
    .kc-home-slide__copy {
        grid-column: 1 !important;
        grid-row: 1 !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1.55fr) minmax(105px, .72fr) !important;
        grid-template-rows: auto !important;
        gap: 10px !important;
        align-items: center !important;
        min-height: 178px !important;
        padding: 13px 13px 12px 15px !important;
        overflow: hidden !important;
        text-align: left !important;
    }
    .kc-home-slide__content {
        grid-column: 1 !important;
        grid-row: 1 !important;
        align-self: center !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
    }
    .kc-home-slide__meta {
        gap: 8px !important;
        margin-bottom: 5px !important;
    }
    .kc-home-slide__eyebrow,
    .kc-home-slide__number {
        font-size: 8.6px !important;
        line-height: 1.2 !important;
    }
    .kc-home-slide__eyebrow {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .kc-home-slide__copy h2 {
        display: -webkit-box;
        overflow: hidden;
        max-width: none !important;
        margin: 0 0 6px !important;
        font-size: clamp(18px, 5vw, 22px) !important;
        line-height: 1.08 !important;
        text-align: left !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .kc-home-slide__copy p {
        display: -webkit-box !important;
        overflow: hidden !important;
        max-width: none !important;
        margin: 0 0 6px !important;
        font-size: clamp(10.5px, 2.8vw, 11.6px) !important;
        line-height: 1.32 !important;
        text-align: left !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }
    .kc-home-slide__link {
        gap: 6px !important;
        padding-bottom: 2px !important;
        font-size: 10.8px !important;
        line-height: 1.2 !important;
    }
    .kc-home-slide__product {
        position: relative !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        align-self: stretch !important;
        justify-self: stretch !important;
        display: flex !important;
        width: 100% !important;
        height: auto !important;
        min-height: 138px !important;
        max-height: none !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        overflow: visible !important;
    }
    .kc-home-slide__product img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        max-width: 148px !important;
        max-height: 158px !important;
        margin: 0 auto !important;
        object-fit: contain !important;
        object-position: center center !important;
        transform: none !important;
    }
    .kc-home-slide__halo {
        bottom: 4% !important;
        width: min(95%, 140px) !important;
    }
    .kc-home-slide__background {
        grid-column: 1 !important;
        grid-row: 2 !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 16 / 9 !important;
        overflow: hidden !important;
        border-radius: 10px !important;
        background: #dfe5e8 !important;
    }
    .kc-home-slide__background::before { display: none !important; }
    .kc-home-slide__background::after {
        background: linear-gradient(180deg, rgba(11,31,41,.02), rgba(11,31,41,.07)) !important;
    }
    .kc-home-slide__background img,
    .swiper-slide-active .kc-home-slide__background img {
        position: absolute !important;
        z-index: 1 !important;
        inset: 0 !important;
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: cover !important;
        object-position: var(--kc-bulk-position, center center) !important;
        transform: none !important;
    }
    .kc-home-slider__pagination {
        z-index: 30 !important;
        right: auto !important;
        bottom: 12px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    /* Gallery remains compact on phones; no horizontal scrolling of groups. */
    .kc-gallery-page { padding: 18px 12px 38px !important; }
    .kc-gallery-page__header { margin-bottom: 11px !important; }
    .kc-gallery-page__header h1 { font-size: 29px !important; }
    .kc-gallery-page__header p { font-size: 12.5px !important; line-height: 1.4 !important; }
    .kc-gallery-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 6px !important;
        margin-bottom: 12px !important;
    }
    .kc-gallery-filter {
        min-height: 36px;
        padding: 6px 7px !important;
        font-size: 10.5px !important;
    }
    .kc-gallery-page .kc-product-gallery { gap: 9px !important; }
    .kc-gallery-page .kc-product-gallery-card__media { padding: 8px; }
    .kc-gallery-page .kc-product-gallery-card__caption {
        min-height: 44px;
        padding: 8px 9px !important;
        font-size: 11.5px !important;
        line-height: 1.25 !important;
    }

    /* Keep lightbox comfortable on narrow screens. */
    .kc-gallery-lightbox .mfp-image-holder .mfp-figure { border-radius: 12px; }
    .kc-gallery-lightbox .mfp-image-holder img.mfp-img {
        max-width: 94vw !important;
        max-height: 72vh !important;
        padding: 10px !important;
        border-radius: 11px;
    }
    .kc-gallery-lightbox .mfp-image-holder .mfp-bottom-bar { padding: 9px 42px 10px !important; }
    .kc-gallery-lightbox .mfp-image-holder .mfp-title { font-size: 11.5px; }
}

@media (max-width: 390px) {
    .kc-home-slide__copy {
        grid-template-columns: minmax(0, 1.48fr) minmax(96px, .68fr) !important;
        gap: 7px !important;
        min-height: 168px !important;
        padding: 11px 10px 10px 12px !important;
    }
    .kc-home-slide__copy h2 { font-size: clamp(17px, 4.85vw, 20px) !important; }
    .kc-home-slide__copy p { font-size: 10.4px !important; }
    .kc-home-slide__product { min-height: 128px !important; }
    .kc-home-slide__product img { max-width: 132px !important; max-height: 146px !important; }
}

/* =========================================================
   32. V39 FINAL USER POLISH
   - full-viewport mobile home slider while retaining compact side-by-side copy/product
   - desktop CTA centred immediately above the single product image
   - product-slider logo raised above the caption bar
   - gallery cards/items horizontally centred
   - creative dark gallery lightbox stage
   - safe desktop margin for the Precision Engineering image
   ========================================================= */

/* Product-page slider: keep the Kuncham card logo inside the image area,
   slightly above the separate caption strip. */
.kc-intro-media .kc-slider::after {
    bottom: 42px !important;
}
@media (max-width: 575.98px) {
    .kc-intro-media .kc-slider::after {
        bottom: 42px !important;
    }
}

/* Desktop homepage catalogue panel: the CTA belongs visually to the
   foreground product, so centre it immediately above the product image. */
@media (min-width: 992px) {
    .kc-home-slide__copy {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }
    .kc-home-slide__content {
        display: flex !important;
        flex: 1 1 auto !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100% !important;
        max-width: 620px !important;
        min-height: 0 !important;
    }
    .kc-home-slide__link {
        align-self: center !important;
        justify-content: center !important;
        margin-top: auto !important;
        margin-bottom: 8px !important;
        text-align: center !important;
        white-space: nowrap;
    }
    .kc-home-slide__product {
        flex: 0 0 auto !important;
        margin-top: 0 !important;
    }

    /* Keep the Precision Engineering visual safely inside the desktop canvas. */
    .kc-home-image-frame {
        margin-right: clamp(22px, 2.2vw, 38px) !important;
    }
}

/* iPhone/small screens: retain the compact side-by-side copy + single product
   arrangement, but make the complete hero fill the usable viewport.  The next
   section therefore appears only after the visitor scrolls. */
@media (max-width: 767.98px) {
    .kc-home-slider {
        height: calc(100vh - var(--kc-navbar-h)) !important;
        min-height: 0 !important;
        max-height: none !important;
    }
    @supports (height: 100dvh) {
        .kc-home-slider {
            height: calc(100dvh - var(--kc-navbar-h)) !important;
        }
    }
    .kc-home-slider .swiper,
    .kc-home-slider .swiper-wrapper,
    .kc-home-slider .swiper-slide {
        height: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
    }
    .kc-home-slide {
        grid-template-rows: minmax(168px, 35%) minmax(0, 1fr) !important;
        height: 100% !important;
        min-height: 0 !important;
    }
    .kc-home-slide__copy {
        height: 100% !important;
        min-height: 0 !important;
    }
    .kc-home-slide__product {
        min-height: 0 !important;
    }
    .kc-home-slide__background {
        height: 100% !important;
        min-height: 0 !important;
        aspect-ratio: auto !important;
    }
}

/* Gallery: centre incomplete rows as well as every image inside its card. */
.kc-gallery-page .kc-product-gallery {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 14px !important;
}
.kc-gallery-page .kc-product-gallery-card {
    flex: 0 1 242px !important;
    width: 242px !important;
    max-width: 100% !important;
}
.kc-gallery-page .kc-product-gallery-card__media {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}
.kc-gallery-page .kc-product-gallery-card__media img {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    display: block !important;
    width: auto !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: 50% 50% !important;
}
.kc-gallery-page .kc-product-gallery-card__caption {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

/* The opened gallery image now sits on a premium industrial-blue stage,
   rather than on the previous white/whitish panel. */
.kc-gallery-lightbox.mfp-bg,
.kc-gallery-lightbox.mfp-bg.mfp-ready {
    background:
        radial-gradient(circle at 22% 18%, rgba(40,139,196,.30), transparent 31%),
        radial-gradient(circle at 78% 76%, rgba(28,92,129,.34), transparent 34%),
        linear-gradient(145deg, #030a0f 0%, #071824 40%, #0b2f42 72%, #06131c 100%) !important;
    opacity: .985 !important;
}
.kc-gallery-lightbox .mfp-image-holder .mfp-figure {
    position: relative;
    overflow: hidden;
    border-color: rgba(134,207,245,.22) !important;
    background:
        radial-gradient(circle at 50% 46%, rgba(52,132,176,.26), transparent 45%),
        linear-gradient(145deg, rgba(15,48,65,.96), rgba(5,20,29,.98)) !important;
    box-shadow: 0 34px 95px rgba(0,0,0,.58), inset 0 0 0 1px rgba(255,255,255,.025) !important;
}
.kc-gallery-lightbox .mfp-image-holder img.mfp-img {
    background:
        radial-gradient(circle at 50% 46%, rgba(74,157,202,.26) 0%, rgba(25,67,91,.18) 35%, rgba(7,28,40,.42) 70%, rgba(3,14,21,.70) 100%) !important;
    box-shadow: inset 0 0 38px rgba(111,190,232,.08) !important;
}

@media (max-width: 767.98px) {
    .kc-gallery-page .kc-product-gallery {
        gap: 9px !important;
    }
    .kc-gallery-page .kc-product-gallery-card {
        flex: 0 1 calc(50% - 5px) !important;
        width: calc(50% - 5px) !important;
    }
}
@media (max-width: 390px) {
    .kc-gallery-page .kc-product-gallery-card {
        flex-basis: calc(50% - 5px) !important;
        width: calc(50% - 5px) !important;
    }
}

/* =========================================================
   33. V40 RESPONSIVE HERO + LIGHT INDUSTRIAL GALLERY POLISH
   - keep the mobile bulk photograph at the earlier 16:9 size/fit
   - use the upper product card to absorb the remaining viewport height
   - keep desktop CTA clear of the foreground product
   - light, technical/industrial gallery presentation instead of a dark wash
   ========================================================= */

/* Desktop: reserve an explicit protected band for the CTA so the single
   foreground product can never overlap "Explore product family". */
@media (min-width: 992px) {
    .kc-home-slide__content {
        position: relative !important;
        z-index: 4 !important;
        padding-bottom: 44px !important;
    }
    .kc-home-slide__link {
        position: relative !important;
        z-index: 5 !important;
        flex: 0 0 auto !important;
        margin-top: auto !important;
        margin-bottom: 0 !important;
    }
    .kc-home-slide__product {
        position: relative !important;
        z-index: 2 !important;
        flex: 0 0 auto !important;
        margin-top: 12px !important;
    }
}

/* Phones: the complete hero still occupies the usable viewport, but the bulk
   image returns to the successful earlier 16:9 presentation.  Any extra
   vertical room is given to the upper single-product card instead of cropping
   or stretching the bulk photograph. */
@media (max-width: 767.98px) {
    .kc-home-slide {
        grid-template-rows: minmax(0, 1fr) auto !important;
    }
    .kc-home-slide__copy {
        min-height: 0 !important;
        height: 100% !important;
    }
    .kc-home-slide__product {
        min-height: 150px !important;
    }
    .kc-home-slide__background {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 16 / 9 !important;
        align-self: end !important;
    }
    .kc-home-slide__background img,
    .swiper-slide-active .kc-home-slide__background img {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: cover !important;
        object-position: var(--kc-bulk-position, center center) !important;
        transform: none !important;
    }
}

/* Gallery viewer: light industrial drawing-board treatment.  The design is
   created with a technical grid, gauge/flange-like rings and fine blueprint
   lines rather than simply changing the overlay colour. */
.kc-gallery-lightbox.mfp-bg,
.kc-gallery-lightbox.mfp-bg.mfp-ready {
    background:
        radial-gradient(circle at 14% 20%, transparent 0 38px, rgba(12,72,123,.10) 39px 40px, transparent 41px 61px, rgba(12,72,123,.055) 62px 63px, transparent 64px),
        radial-gradient(circle at 86% 76%, transparent 0 54px, rgba(12,72,123,.085) 55px 56px, transparent 57px 84px, rgba(12,72,123,.045) 85px 86px, transparent 87px),
        repeating-linear-gradient(0deg, rgba(44,87,111,.042) 0 1px, transparent 1px 30px),
        repeating-linear-gradient(90deg, rgba(44,87,111,.042) 0 1px, transparent 1px 30px),
        linear-gradient(145deg, #f4f8fa 0%, #eaf2f6 46%, #ddeaf0 100%) !important;
    opacity: .985 !important;
}
.kc-gallery-lightbox .mfp-image-holder .mfp-figure {
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(65,112,139,.24) !important;
    background:
        radial-gradient(circle at 18% 18%, transparent 0 30px, rgba(12,72,123,.11) 31px 32px, transparent 33px 46px, rgba(12,72,123,.055) 47px 48px, transparent 49px),
        radial-gradient(circle at 82% 82%, transparent 0 43px, rgba(12,72,123,.09) 44px 45px, transparent 46px 64px),
        linear-gradient(45deg, transparent 49.6%, rgba(50,99,126,.055) 49.8% 50.2%, transparent 50.4%),
        repeating-linear-gradient(0deg, rgba(59,104,129,.045) 0 1px, transparent 1px 24px),
        repeating-linear-gradient(90deg, rgba(59,104,129,.045) 0 1px, transparent 1px 24px),
        linear-gradient(145deg, rgba(253,254,255,.99), rgba(235,244,248,.99)) !important;
    box-shadow: 0 28px 78px rgba(37,68,84,.22), inset 0 0 0 1px rgba(255,255,255,.72) !important;
}
.kc-gallery-lightbox .mfp-image-holder .mfp-figure::before,
.kc-gallery-lightbox .mfp-image-holder .mfp-figure::after {
    position: absolute;
    z-index: 0;
    content: "";
    pointer-events: none;
}
.kc-gallery-lightbox .mfp-image-holder .mfp-figure::before {
    top: 20px;
    right: 22px;
    width: 76px;
    height: 76px;
    border: 1px solid rgba(12,72,123,.11);
    border-radius: 50%;
    box-shadow: inset 0 0 0 12px rgba(12,72,123,.025), inset 0 0 0 24px rgba(12,72,123,.018);
}
.kc-gallery-lightbox .mfp-image-holder .mfp-figure::after {
    bottom: 54px;
    left: 22px;
    width: 112px;
    height: 46px;
    border-bottom: 1px solid rgba(12,72,123,.10);
    border-left: 1px solid rgba(12,72,123,.10);
    transform: skewX(-22deg);
}
.kc-gallery-lightbox .mfp-image-holder img.mfp-img {
    position: relative !important;
    z-index: 2 !important;
    background:
        radial-gradient(circle at 50% 50%, rgba(255,255,255,.96) 0%, rgba(248,251,252,.93) 58%, rgba(232,241,246,.90) 100%) !important;
    box-shadow: 0 12px 35px rgba(45,80,99,.10) !important;
}
.kc-gallery-lightbox .mfp-image-holder .mfp-bottom-bar,
.kc-gallery-lightbox .mfp-image-holder .mfp-close {
    z-index: 4 !important;
}
.kc-gallery-lightbox .mfp-image-holder .mfp-title {
    color: #17364a !important;
}
.kc-gallery-lightbox .mfp-image-holder .mfp-counter {
    color: rgba(23,54,74,.62) !important;
}

/* =========================================================
   34. V41 USER POLISH
   - mobile home hero: copy first, single product below, bulk photo unchanged
   - desktop home hero: protected gap between CTA and foreground product
   - gallery lightbox: creative inner industrial card + translucent blurred surround
   - mobile navigation: subtle branded technical background
   - support panel: light branded industrial treatment
   ========================================================= */

/* Desktop homepage: keep a clearly protected gap below the CTA.  The foreground
   image is also capped slightly lower so tall products cannot climb into the text. */
@media (min-width: 992px) {
    .kc-home-slide__content {
        padding-bottom: 0 !important;
    }
    .kc-home-slide__link {
        position: relative !important;
        z-index: 6 !important;
        margin-top: auto !important;
        margin-bottom: 0 !important;
    }
    .kc-home-slide__product {
        position: relative !important;
        z-index: 2 !important;
        flex: 0 0 225px !important;
        height: 225px !important;
        min-height: 225px !important;
        max-height: 225px !important;
        margin-top: 24px !important;
        overflow: visible !important;
    }
    .kc-home-slide__product img {
        max-width: min(88%, 350px) !important;
        max-height: 215px !important;
    }
    .kc-home-slide__halo {
        bottom: 0 !important;
        width: min(72%, 285px) !important;
    }
}

/* Phone hero: use the extra height in the upper card to stack the foreground
   product below the content.  Keep the corrected 16:9 bulk image exactly as-is. */
@media (max-width: 767.98px) {
    .kc-home-slide__copy {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: auto minmax(138px, 1fr) !important;
        gap: 8px !important;
        align-content: stretch !important;
        align-items: stretch !important;
        min-height: 0 !important;
        padding: 13px 15px 10px !important;
        text-align: left !important;
    }
    .kc-home-slide__content {
        grid-column: 1 !important;
        grid-row: 1 !important;
        align-self: start !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
    }
    .kc-home-slide__product {
        grid-column: 1 !important;
        grid-row: 2 !important;
        align-self: stretch !important;
        justify-self: stretch !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 138px !important;
        max-height: none !important;
        margin: 0 !important;
        overflow: visible !important;
    }
    .kc-home-slide__product img {
        display: block !important;
        width: auto !important;
        height: auto !important;
        max-width: min(58vw, 225px) !important;
        max-height: min(24vh, 190px) !important;
        margin: 0 auto !important;
        object-fit: contain !important;
        object-position: center center !important;
        transform: none !important;
    }
    .kc-home-slide__halo {
        bottom: 2% !important;
        width: min(58vw, 190px) !important;
    }
}

@media (max-width: 390px) {
    .kc-home-slide__copy {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto minmax(122px, 1fr) !important;
        gap: 6px !important;
        padding: 11px 12px 8px !important;
    }
    .kc-home-slide__product {
        min-height: 122px !important;
    }
    .kc-home-slide__product img {
        max-width: min(56vw, 205px) !important;
        max-height: min(22vh, 170px) !important;
    }
}

/* Gallery lightbox: keep the page faintly visible behind a softly blurred
   overlay; put the technical/industrial creativity on the image card itself. */
.kc-gallery-lightbox.mfp-bg,
.kc-gallery-lightbox.mfp-bg.mfp-ready {
    background: rgba(10, 28, 39, .42) !important;
    opacity: 1 !important;
    -webkit-backdrop-filter: blur(5px) saturate(.88);
    backdrop-filter: blur(5px) saturate(.88);
}
.kc-gallery-lightbox .mfp-image-holder .mfp-figure {
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(31, 93, 129, .24) !important;
    border-radius: 16px !important;
    background:
        radial-gradient(circle at 13% 18%, transparent 0 34px, rgba(14,79,127,.14) 35px 36px, transparent 37px 52px, rgba(14,79,127,.06) 53px 54px, transparent 55px),
        radial-gradient(circle at 86% 78%, transparent 0 50px, rgba(14,79,127,.11) 51px 52px, transparent 53px 74px, rgba(14,79,127,.05) 75px 76px, transparent 77px),
        linear-gradient(135deg, transparent 0 47%, rgba(35,104,142,.055) 47.2% 47.45%, transparent 47.7% 100%),
        repeating-linear-gradient(0deg, rgba(51,105,135,.055) 0 1px, transparent 1px 26px),
        repeating-linear-gradient(90deg, rgba(51,105,135,.055) 0 1px, transparent 1px 26px),
        linear-gradient(145deg, #fbfdfe 0%, #edf5f8 54%, #e4f0f5 100%) !important;
    box-shadow: 0 28px 78px rgba(8,28,40,.34), inset 0 0 0 1px rgba(255,255,255,.78) !important;
}
.kc-gallery-lightbox .mfp-image-holder .mfp-figure::before {
    top: 18px !important;
    right: 20px !important;
    width: 86px !important;
    height: 86px !important;
    border: 1px solid rgba(14,79,127,.14) !important;
    border-radius: 50% !important;
    background:
        radial-gradient(circle, transparent 0 17px, rgba(14,79,127,.055) 18px 19px, transparent 20px 31px, rgba(14,79,127,.045) 32px 33px, transparent 34px) !important;
    box-shadow: none !important;
}
.kc-gallery-lightbox .mfp-image-holder .mfp-figure::after {
    bottom: 56px !important;
    left: 22px !important;
    width: 128px !important;
    height: 54px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(14,79,127,.13) !important;
    border-left: 1px solid rgba(14,79,127,.13) !important;
    background: linear-gradient(90deg, rgba(14,79,127,.05), transparent 70%) !important;
    transform: skewX(-20deg) !important;
}
.kc-gallery-lightbox .mfp-image-holder img.mfp-img {
    position: relative !important;
    z-index: 2 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.kc-gallery-lightbox .mfp-image-holder .mfp-title {
    color: #17384c !important;
    text-align: center !important;
}
.kc-gallery-lightbox .mfp-image-holder .mfp-counter {
    color: rgba(23,56,76,.64) !important;
}

/* Mobile navigation: replace the flat white drawer with a very light branded
   technical background while preserving strong contrast and the site's theme. */
@media (max-width: 991.98px) {
    #navbarNav.collapse.show,
    #navbarNav.collapsing {
        border-top: 1px solid rgba(14,79,127,.09) !important;
        background:
            radial-gradient(circle at 92% 8%, rgba(14,79,127,.08), transparent 31%),
            repeating-linear-gradient(0deg, rgba(38,92,122,.025) 0 1px, transparent 1px 28px),
            linear-gradient(155deg, #fbfdfe 0%, #f2f8fb 55%, #eaf3f7 100%) !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.86) !important;
    }
    #navbarNav > .navbar-nav {
        background: transparent !important;
    }
    #navbarNav > .navbar-nav > .nav-item > .nav-link,
    #navbarNav > .navbar-nav > .nav-item > .kc-products-trigger {
        border-bottom-color: rgba(24,62,82,.08) !important;
    }
}

/* Support dialog: subtle blueprint-like light surface instead of pure white. */
.kc-support-panel {
    border-color: rgba(35,93,124,.20) !important;
    background:
        radial-gradient(circle at 94% 8%, transparent 0 24px, rgba(14,79,127,.08) 25px 26px, transparent 27px 39px, rgba(14,79,127,.035) 40px 41px, transparent 42px),
        repeating-linear-gradient(0deg, rgba(53,107,136,.028) 0 1px, transparent 1px 28px),
        repeating-linear-gradient(90deg, rgba(53,107,136,.022) 0 1px, transparent 1px 28px),
        linear-gradient(145deg, rgba(253,254,255,.985), rgba(238,247,251,.985)) !important;
    box-shadow: 0 20px 58px rgba(12,42,61,.25), inset 0 0 0 1px rgba(255,255,255,.72) !important;
}
.kc-support-panel input,
.kc-support-panel textarea {
    border-color: rgba(52,103,132,.20) !important;
    background: rgba(255,255,255,.84) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.86) !important;
}
.kc-support-panel__close {
    background: rgba(224,239,247,.90) !important;
}

/* =========================================================
   35. V42 NAVIGATION + MOBILE HERO + SUPPORT EXPERIENCE
   - centre the mobile hero content block horizontally
   - give the primary navbar a refined light blue-grey glass gradient
   - make the support dialog visually distinctive with an industrial header
   - preserve the V41 gallery/modal, bulk-image, and responsive fixes
   ========================================================= */

/* Primary navigation: stay light for logo/readability, but remove the flat
   pure-white look on both desktop and mobile.  The layered gradients are
   intentionally subtle so the header still feels corporate and technical. */
header.header-with-topbar .navbar.navbar-expand-lg,
header.header-with-topbar .navbar.header-light,
header.header-with-topbar .navbar.bg-white,
header.header-with-topbar.sticky .navbar,
header.header-with-topbar.sticky.sticky-active .navbar {
    background:
        radial-gradient(circle at 10% -40%, rgba(14, 79, 127, .105), transparent 34%),
        radial-gradient(circle at 92% 140%, rgba(89, 157, 196, .10), transparent 36%),
        linear-gradient(118deg, #ffffff 0%, #f7fafc 44%, #edf4f8 100%) !important;
    border-bottom: 1px solid rgba(18, 73, 105, .105) !important;
    box-shadow: 0 7px 22px rgba(18, 48, 65, .075) !important;
    -webkit-backdrop-filter: saturate(1.08) blur(10px);
    backdrop-filter: saturate(1.08) blur(10px);
}
header.header-with-topbar .navbar .container {
    position: relative;
    z-index: 2;
}
header.header-with-topbar .navbar .nav-link,
header.header-with-topbar .navbar .kc-products-trigger {
    color: #152b37 !important;
    transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
@media (min-width: 992px) {
    header.header-with-topbar .navbar .nav-link,
    header.header-with-topbar .navbar .kc-products-trigger {
        border-radius: 8px;
    }
    header.header-with-topbar .navbar .nav-link:hover,
    header.header-with-topbar .navbar .nav-link:focus-visible,
    header.header-with-topbar .navbar .kc-products-trigger:hover,
    header.header-with-topbar .navbar .kc-products-trigger:focus-visible,
    header.header-with-topbar .navbar .kc-products-trigger[aria-expanded="true"] {
        background: rgba(14, 79, 127, .065) !important;
        color: var(--kc-blue) !important;
        box-shadow: inset 0 0 0 1px rgba(14, 79, 127, .055);
    }
}

/* Mobile: centre every part of the upper product card now that the product
   image sits beneath the content.  The slide number and eyebrow form a single
   centred metadata row rather than stretching to opposite edges. */
@media (max-width: 767.98px) {
    .kc-home-slide__copy {
        text-align: center !important;
    }
    .kc-home-slide__content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        text-align: center !important;
    }
    .kc-home-slide__meta {
        width: auto !important;
        max-width: 100% !important;
        justify-content: center !important;
        gap: 12px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center !important;
    }
    .kc-home-slide__eyebrow,
    .kc-home-slide__number {
        text-align: center !important;
    }
    .kc-home-slide__copy h2,
    .kc-home-slide__copy p {
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center !important;
    }
    .kc-home-slide__link {
        align-self: center !important;
        justify-content: center !important;
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center !important;
    }
}

/* Desktop CTA/product separation: use a true grid gap rather than relying on
   the product's margin.  This prevents tall foreground cut-outs from climbing
   into the centred "Explore product family" line. */
@media (min-width: 992px) {
    .kc-home-slide__copy {
        grid-template-rows: auto minmax(0, 1fr) !important;
        row-gap: 26px !important;
    }
    .kc-home-slide__content {
        position: relative !important;
        z-index: 5 !important;
        align-self: start !important;
    }
    .kc-home-slide__product {
        position: relative !important;
        z-index: 2 !important;
        align-self: center !important;
        flex: none !important;
        width: 100% !important;
        height: min(198px, 100%) !important;
        min-height: 0 !important;
        max-height: 198px !important;
        margin-top: 0 !important;
        padding-top: 4px !important;
    }
    .kc-home-slide__product img {
        max-width: min(86%, 330px) !important;
        max-height: 190px !important;
    }
}

/* Support panel: stronger visual hierarchy without becoming a dark modal.
   A deep-blue instrument-style header sits over a light technical body. */
.kc-support-panel {
    position: fixed !important;
    overflow: hidden auto !important;
    padding: 0 !important;
    border: 1px solid rgba(17, 78, 113, .26) !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at 93% 74%, transparent 0 42px, rgba(14,79,127,.075) 43px 44px, transparent 45px 64px, rgba(14,79,127,.035) 65px 66px, transparent 67px),
        repeating-linear-gradient(0deg, rgba(40,94,124,.035) 0 1px, transparent 1px 28px),
        repeating-linear-gradient(90deg, rgba(40,94,124,.028) 0 1px, transparent 1px 28px),
        linear-gradient(148deg, #f9fcfd 0%, #edf6fa 58%, #e5f0f5 100%) !important;
    box-shadow: 0 28px 72px rgba(7, 35, 52, .32), inset 0 0 0 1px rgba(255,255,255,.72) !important;
    isolation: isolate;
}
.kc-support-panel::before,
.kc-support-panel::after {
    position: absolute;
    z-index: 0;
    content: "";
    pointer-events: none;
}
.kc-support-panel::before {
    right: -34px;
    bottom: 88px;
    width: 130px;
    height: 130px;
    border: 1px solid rgba(14,79,127,.09);
    border-radius: 50%;
    box-shadow: inset 0 0 0 18px rgba(14,79,127,.025), inset 0 0 0 38px rgba(14,79,127,.018);
}
.kc-support-panel::after {
    right: 22px;
    bottom: 32px;
    width: 94px;
    height: 28px;
    border-top: 1px solid rgba(14,79,127,.10);
    border-right: 1px solid rgba(14,79,127,.10);
    transform: skewX(-22deg);
}
.kc-support-panel__head {
    position: relative !important;
    z-index: 2 !important;
    align-items: center !important;
    padding: 18px 18px 17px !important;
    border-bottom: 1px solid rgba(255,255,255,.16) !important;
    background:
        radial-gradient(circle at 90% -15%, rgba(125,197,235,.26), transparent 31%),
        linear-gradient(135deg, #0b456c 0%, #0d5a89 52%, #123e59 100%) !important;
    box-shadow: 0 8px 22px rgba(5, 40, 62, .16);
}
.kc-support-panel__head::after {
    position: absolute;
    right: 60px;
    bottom: -1px;
    width: 96px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(141,213,247,.72), transparent);
    content: "";
}
.kc-support-panel__head span {
    color: #a9dcf6 !important;
    font-size: 10px !important;
    letter-spacing: .14em !important;
}
.kc-support-panel__head h2 {
    margin-top: 3px !important;
    color: #ffffff !important;
    font-size: 23px !important;
    letter-spacing: -.02em;
}
.kc-support-panel__close {
    flex: 0 0 36px !important;
    width: 36px !important;
    height: 36px !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    background: rgba(255,255,255,.105) !important;
    color: #ffffff !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.13) !important;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.kc-support-panel__close:hover,
.kc-support-panel__close:focus-visible {
    background: rgba(255,255,255,.18) !important;
}
.kc-support-panel__product,
.kc-support-panel__phone,
.kc-support-panel form {
    position: relative;
    z-index: 2;
}
.kc-support-panel__product {
    display: inline-flex !important;
    max-width: calc(100% - 36px) !important;
    margin: 16px 18px 6px !important;
    padding: 6px 10px !important;
    border: 1px solid rgba(14,79,127,.11);
    border-radius: 999px;
    background: rgba(255,255,255,.64);
    color: #314f60 !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.80);
}
.kc-support-panel__phone {
    margin: 0 18px 13px !important;
    padding: 4px 0 !important;
    color: #0c527f !important;
    font-size: 14px !important;
}
.kc-support-panel__phone i {
    display: inline-grid;
    place-items: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: rgba(14,79,127,.09);
}
.kc-support-panel form {
    gap: 10px !important;
    padding: 0 18px 18px !important;
}
.kc-support-panel input,
.kc-support-panel textarea {
    border: 1px solid rgba(44, 102, 134, .22) !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,.82) !important;
    color: #183542 !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.90), 0 3px 10px rgba(24,67,89,.035) !important;
}
.kc-support-panel input:focus,
.kc-support-panel textarea:focus {
    border-color: rgba(14,79,127,.52) !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 0 0 3px rgba(14,79,127,.09) !important;
}
.kc-support-panel form > button {
    min-height: 44px !important;
    margin-top: 2px;
    border-radius: 10px !important;
    background: linear-gradient(112deg, #0c487b 0%, #126697 58%, #0c487b 100%) !important;
    box-shadow: 0 8px 18px rgba(12,72,123,.22), inset 0 1px 0 rgba(255,255,255,.13) !important;
    transition: transform .2s ease, box-shadow .2s ease !important;
}
.kc-support-panel form > button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(12,72,123,.28), inset 0 1px 0 rgba(255,255,255,.16) !important;
}

@media (max-width: 575.98px) {
    .kc-support-panel {
        border-radius: 16px !important;
    }
    .kc-support-panel__head {
        padding: 16px 16px 15px !important;
    }
    .kc-support-panel__product {
        max-width: calc(100% - 32px) !important;
        margin-right: 16px !important;
        margin-left: 16px !important;
    }
    .kc-support-panel__phone {
        margin-right: 16px !important;
        margin-left: 16px !important;
    }
    .kc-support-panel form {
        padding-right: 16px !important;
        padding-bottom: 16px !important;
        padding-left: 16px !important;
    }
}

/* =========================================================
   36. V43 NAV + PRODUCT SUPPORT POLISH
   - move desktop support card away from the right edge
   - lighten the support header and enquiry button with glassy transparency
   - deepen desktop/mobile navigation surfaces by roughly one visual step
   ========================================================= */

/* Main navigation: one shade deeper than V42, while staying light enough for
   the Kuncham logo and black navigation labels. */
header.header-with-topbar .navbar.navbar-expand-lg,
header.header-with-topbar .navbar.header-light,
header.header-with-topbar .navbar.bg-white,
header.header-with-topbar.sticky .navbar,
header.header-with-topbar.sticky.sticky-active .navbar {
    background:
        radial-gradient(circle at 10% -40%, rgba(14, 79, 127, .14), transparent 35%),
        radial-gradient(circle at 92% 140%, rgba(89, 157, 196, .14), transparent 37%),
        linear-gradient(118deg, #f5f9fb 0%, #eaf2f6 46%, #dfeaf0 100%) !important;
    border-bottom-color: rgba(18, 73, 105, .14) !important;
    box-shadow: 0 7px 22px rgba(18, 48, 65, .095) !important;
}

/* Mobile hamburger drawer: match the slightly deeper navbar instead of
   jumping back to an almost-white sheet. */
@media (max-width: 991.98px) {
    #navbarNav.collapse.show,
    #navbarNav.collapsing {
        border-top-color: rgba(14,79,127,.13) !important;
        background:
            radial-gradient(circle at 92% 8%, rgba(14,79,127,.12), transparent 32%),
            repeating-linear-gradient(0deg, rgba(38,92,122,.035) 0 1px, transparent 1px 28px),
            linear-gradient(155deg, #f4f9fb 0%, #e8f2f6 56%, #dcebf1 100%) !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.66), 0 12px 28px rgba(18,48,65,.08) !important;
    }
}

/* Desktop support card placement: move it left by 20% of its own width and
   down by 10% of its own height.  Mobile keeps the existing edge-safe layout. */
@media (min-width: 992px) {
    .kc-support-panel {
        transform: translate(-20%, 10%) !important;
    }
}

/* Product support header: replace the heavy dark-blue slab with a lighter
   translucent steel-blue glass surface while preserving clear hierarchy. */
.kc-support-panel__head {
    border-bottom: 1px solid rgba(21,87,124,.16) !important;
    background:
        radial-gradient(circle at 90% -15%, rgba(255,255,255,.62), transparent 34%),
        linear-gradient(135deg, rgba(213,235,246,.90) 0%, rgba(183,219,237,.84) 52%, rgba(224,240,248,.90) 100%) !important;
    box-shadow: 0 8px 22px rgba(21,72,99,.10), inset 0 1px 0 rgba(255,255,255,.58) !important;
    -webkit-backdrop-filter: blur(12px) saturate(1.08);
    backdrop-filter: blur(12px) saturate(1.08);
}
.kc-support-panel__head::after {
    background: linear-gradient(90deg, transparent, rgba(14,79,127,.36), transparent) !important;
}
.kc-support-panel__head span {
    color: #1b628d !important;
}
.kc-support-panel__head h2 {
    color: #123f59 !important;
}
.kc-support-panel__close {
    border-color: rgba(14,79,127,.16) !important;
    background: rgba(255,255,255,.48) !important;
    color: #174d6b !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.58) !important;
}
.kc-support-panel__close:hover,
.kc-support-panel__close:focus-visible {
    background: rgba(255,255,255,.72) !important;
}

/* Lighter enquiry CTA so the support card feels airy rather than top-heavy. */
.kc-support-panel form > button {
    background: linear-gradient(112deg, #4f98bd 0%, #6aafcf 56%, #4b91b7 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(53,128,166,.18), inset 0 1px 0 rgba(255,255,255,.24) !important;
}
.kc-support-panel form > button:hover {
    background: linear-gradient(112deg, #468fb5 0%, #61a7c9 56%, #4389af 100%) !important;
    box-shadow: 0 10px 22px rgba(53,128,166,.23), inset 0 1px 0 rgba(255,255,255,.28) !important;
}

/* =========================================================
   37. V44 SEO + CONVERSION + ENGINEERING RESOURCE LAYER
   - compact contextual links on product pages
   - product-aware quotation/variant selection
   - gallery lightbox product bridge
   ========================================================= */

/* Product-page selection support: compact horizontal engineering assistance block. */
.kc-product-resources {
    padding: 9px 0 10px;
    border-top: 1px solid #e2e9ef;
    border-bottom: 1px solid #dfe7ed;
    background: linear-gradient(145deg, #f7fafc 0%, #eef5f8 56%, #f9fbfc 100%);
}
.kc-product-resources__grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 10px;
    max-width: 1100px;
    margin: 0 auto;
}
.kc-resource-card {
    display: grid;
    grid-template-columns: 38px minmax(118px, .72fr) minmax(0, 1.28fr);
    align-items: center;
    gap: 10px;
    min-width: 0;
    min-height: 68px;
    padding: 9px 11px;
    border: 1px solid rgba(18,82,120,.14);
    border-radius: 14px;
    background: rgba(255,255,255,.9);
    text-align: left;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 8px 20px rgba(24,66,90,.055);
}
.kc-resource-card__icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin: 0;
    border: 1px solid rgba(12,91,141,.13);
    border-radius: 10px;
    background: linear-gradient(145deg, #edf7fb, #dcecf4);
    color: #0d5a88;
    font-size: 17px;
}
.kc-resource-card > div:nth-child(2) { min-width: 0; }
.kc-resource-card > div:nth-child(2) > span {
    display: block;
    margin: 0 0 1px;
    color: #667b89;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .075em;
    text-transform: uppercase;
}
.kc-resource-card h3 {
    margin: 0;
    color: #18384b;
    font-size: 16px;
    line-height: 1.18;
}
.kc-resource-card__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    width: 100%;
    padding: 0;
}
.kc-resource-card__links a,
.kc-resource-card__links button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 30px;
    padding: 4px 9px;
    border: 1px solid rgba(12,82,126,.15);
    border-radius: 8px;
    background: #f8fbfd;
    color: #174d6d !important;
    font-family: inherit;
    font-size: 12.25px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: .18s ease;
    white-space: nowrap;
}
.kc-resource-card__links a:hover,
.kc-resource-card__links button:hover,
.kc-resource-card__links a:focus-visible,
.kc-resource-card__links button:focus-visible {
    border-color: #0c5b8d;
    background: #0c5b8d;
    color: #fff !important;
    transform: translateY(-1px);
}
.kc-inline-quote { border: 0; }

/* Variant cards now offer two distinct actions without making the card taller. */
.kc-variant-card__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 104px;
    margin-top: auto;
    border-top: 1px solid #e4e9ee;
}
.kc-variant-card__actions .kc-variant-spec-trigger {
    width: 100%;
    border-top: 0 !important;
    border-right: 1px solid #e1e7ed !important;
}
.kc-variant-quote-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 42px;
    padding: 9px 10px;
    border: 0;
    background: #f3f8fb;
    color: #0c527f;
    font-size: 11.5px;
    font-weight: 800;
    cursor: pointer;
    transition: .18s ease;
}
.kc-variant-quote-trigger:hover,
.kc-variant-quote-trigger:focus-visible {
    background: #0c527f;
    color: #fff;
}

/* Product-aware support form. */
.kc-support-panel__product {
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 8px;
}
.kc-support-panel__product strong { color: #24495e; font-weight: 800; }
.kc-support-panel__product span { color: #6b8391; font-size: 10.5px; font-weight: 700; }
.kc-support-panel__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}
.kc-support-panel__grid--single { grid-template-columns: minmax(0, 1fr); }
.kc-support-panel__grid > div { min-width: 0; }
.kc-support-panel select,
.kc-support-panel input,
.kc-support-panel textarea {
    width: 100%;
    border: 1px solid rgba(44, 102, 134, .22) !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,.82) !important;
    color: #183542 !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.90), 0 3px 10px rgba(24,67,89,.035) !important;
}
.kc-support-panel select {
    min-height: 42px;
    padding: 8px 34px 8px 11px;
    font-size: 12.5px;
}
.kc-support-panel select:focus {
    border-color: rgba(14,79,127,.52) !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 0 0 3px rgba(14,79,127,.09) !important;
    outline: 0;
}

/* Lightbox: keep the surrounding site translucent/blurred and use the inner
   industrial presentation card as the creative focal point. */
.kc-gallery-lightbox .mfp-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.kc-gallery-lightbox__caption {
    min-width: 0;
    color: #29485a;
    font-weight: 700;
    text-align: left;
}
.kc-gallery-lightbox__product-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border: 1px solid rgba(15,84,124,.18);
    border-radius: 8px;
    background: rgba(255,255,255,.72);
    color: #0d5a88 !important;
    font-size: 10.5px;
    font-weight: 800;
    white-space: nowrap;
}
.kc-gallery-lightbox__product-link:hover { background: #0d5a88; color: #fff !important; }

@media (max-width: 991.98px) {
    .kc-product-resources__grid { grid-template-columns: 1fr; max-width: 760px; }
    .kc-resource-card { grid-template-columns: 38px minmax(145px, .72fr) minmax(0, 1.28fr); }
}
@media (max-width: 575.98px) {
    .kc-product-main { padding-bottom: 12px !important; }
    .kc-product-resources { padding: 8px 0 9px; }
    .kc-product-resources__head h2 { font-size: 21px; }
    .kc-product-resources__head p { margin-top: 2px; font-size: 13px; line-height: 1.32; }
    .kc-resource-card { grid-template-columns: 36px minmax(0, 1fr); gap: 8px 9px; min-height: 0; padding: 9px 10px; }
    .kc-resource-card__icon { width: 34px; height: 34px; font-size: 16px; }
    .kc-resource-card h3 { font-size: 15.5px; }
    .kc-resource-card__links { grid-column: 1 / -1; justify-content: center; gap: 5px; }
    .kc-resource-card__links a,
    .kc-resource-card__links button { min-height: 29px; padding: 4px 8px; font-size: 11.5px; white-space: normal; }
    .kc-variant-card__actions { grid-template-columns: minmax(0, 1fr) 92px; }
    .kc-support-panel__grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .kc-gallery-lightbox .mfp-title { align-items: flex-start; flex-direction: column; gap: 7px; }
    .kc-gallery-lightbox__product-link { white-space: normal; }
}

/* V55: site-wide typography consistency + product information accordion */
html,
body,
button,
input,
select,
textarea,
option,
h1, h2, h3, h4, h5, h6,
p, a, li, dt, dd, label, small, strong, span:not([class*="icon-"]):not([class^="fa-"]):not([class*=" fa-"]),
summary,
table,
th,
td {
    font-family: var(--primary-font, "Urbanist", sans-serif);
}

/* Keep the transition from product information to selection support tight. */
.kc-product-main { padding-bottom: 18px !important; }

.kc-product-accordion {
    margin: 4px 0 0;
    border-top: 1px solid #e3e8ed;
}

.kc-product-accordion__item {
    margin: 0;
    border-bottom: 1px solid #e3e8ed;
    background: #fff;
}

.kc-product-accordion__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 19px 2px;
    color: var(--dark-gray, #1b262c);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.kc-product-accordion__summary::-webkit-details-marker { display: none; }
.kc-product-accordion__summary::marker { display: none; content: ""; }

.kc-product-accordion__icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8e1e8;
    border-radius: 50%;
    color: var(--base-color, #0c487b);
    font-size: 17px;
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.kc-product-accordion__item[open] > .kc-product-accordion__summary .kc-product-accordion__icon {
    transform: rotate(45deg);
    background: var(--base-color, #0c487b);
    color: #fff;
    border-color: var(--base-color, #0c487b);
}

.kc-product-accordion__content {
    padding: 0 2px 22px;
}

.kc-product-accordion .kc-key-list,
.kc-product-accordion .kc-app-list {
    margin: 0;
    padding: 0;
}

.kc-product-accordion .kc-key-list li,
.kc-product-accordion .kc-app-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0 0 8px;
    color: var(--dark-gray, #1b262c);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
}

.kc-product-accordion .kc-key-list li i,
.kc-product-accordion .kc-app-list li i {
    margin-top: 3px;
    color: var(--base-color, #0c487b);
    font-size: 16px;
}

.kc-product-accordion .kc-spec-list { margin-bottom: 0; }
.kc-product-accordion .kc-quote-actions { margin-top: 12px; }

@media (max-width: 767px) {
    .kc-product-accordion__summary {
        padding: 16px 0;
        font-size: 18px;
    }
    .kc-product-accordion__content { padding: 0 0 18px; }
}


/* V60: lift floating contact controls slightly for better bottom clearance. */
.kc-whatsapp-button { bottom: 44px !important; }
@media (max-width: 575.98px) {
    .kc-whatsapp-button { bottom: calc(35px + env(safe-area-inset-bottom, 0px)) !important; }
}

/* V61: Selection Support alignment refinement.
   Keep the section compact, but give both support cards the same visual rhythm:
   centred icon/title row followed by one centred action row. */
.kc-product-resources__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 1180px;
}

.kc-resource-card {
    grid-template-columns: 38px auto;
    grid-template-rows: auto auto;
    justify-content: center;
    align-content: center;
    align-items: center;
    column-gap: 10px;
    row-gap: 7px;
    min-height: 92px;
    padding: 10px 12px;
    text-align: left;
}

.kc-resource-card__icon {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
}

.kc-resource-card > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
}

.kc-resource-card__links {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 0;
}

.kc-resource-card__links a,
.kc-resource-card__links button {
    flex: 0 1 auto;
    min-height: 30px;
    padding: 4px 10px;
}

@media (max-width: 1199.98px) {
    .kc-product-resources__grid {
        grid-template-columns: 1fr;
        max-width: 820px;
    }
    .kc-resource-card { min-height: 86px; }
}

@media (max-width: 575.98px) {
    .kc-resource-card {
        grid-template-columns: 34px auto;
        grid-template-rows: auto auto;
        justify-content: center;
        padding: 9px 10px;
    }
    .kc-resource-card__links {
        flex-wrap: wrap;
        justify-content: center;
    }
    .kc-resource-card__links a,
    .kc-resource-card__links button {
        flex: 1 1 calc(50% - 6px);
        max-width: 230px;
    }
}
