@charset "UTF-8";

:root {
  --site-primary: #038bc9;
  --site-primary-dark: #0277ad;
  --site-text: #222;
  --site-muted: #68727d;
  --site-border: #e4e8eb;
  --site-surface: #f6f8f9;
  --site-radius: 6px;
  --site-shadow: 0 12px 32px rgba(16, 42, 58, .09);
  --site-section-space: clamp(56px, 7vw, 88px);
}

html { scroll-behavior: smooth; }

body {
  min-width: 0;
  overflow-x: hidden;
  color: var(--site-text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; }

a,
button,
input,
select,
textarea {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(3, 139, 201, .28);
  outline-offset: 3px;
}

.navbar-default { min-height: 64px; }
.navbar-default .navbar-collapse { max-height: calc(100vh - 64px); }

.banner,
.banner-page,
.banner-page-youshi { overflow: hidden; }

.banner[style*="kvr_banner"] {
  background-position: center center !important;
  background-size: cover !important;
}

body > .banner > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.banner-page,
.banner-page-youshi {
  background-position: center center;
  background-size: cover;
}

.banner .banner-link {
  display: block;
  width: 100%;
  height: 100%;
}

.banner a.banner-link { cursor: pointer; }
.banner .banner-link img { display: block; }

.sx-jianju {
  padding-top: var(--site-section-space);
  padding-bottom: var(--site-section-space);
}

.sx-jianju-pro {
  padding-top: var(--site-section-space);
  padding-bottom: calc(var(--site-section-space) * .72);
}

.home-title,
.home-title.small {
  margin-top: 0;
  margin-bottom: clamp(24px, 4vw, 40px);
}

.home-title h2,
.content header .title { letter-spacing: .02em; }

.index-pro { padding: 22px 0 46px; }
.more-menu1 { margin-bottom: 0; }

.more-menu1 figure {
  height: calc(100% - 36px);
  margin-top: 36px;
  padding-bottom: 30px;
  border: 1px solid var(--site-border);
  background: #fff;
  box-shadow: 0 6px 20px rgba(16, 42, 58, .05);
}

.more-menu1 figure img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}

.more-menu1 figure:hover {
  border-color: var(--site-primary);
  background-color: #fff;
  box-shadow: var(--site-shadow);
}

.more-menu1 figure:hover h3 { color: var(--site-primary); }
.more-menu1 figure:hover span { color: var(--site-primary-dark); }

.news .row,
.case .row,
.design-page .row {
  display: flex;
  flex-wrap: wrap;
}

.news .row > [class*="col-"],
.case .row > [class*="col-"],
.design-page .row > [class*="col-"] { float: none; }

.news figure,
.case figure,
.design-page figure {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.news figure img,
.case figure img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.content {
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.content header .title { line-height: 1.4; }
.content header .info { margin-bottom: 30px; }

.content img,
.aboutcont img,
.w1000 > img { height: auto !important; }

.content table,
.aboutcont table { max-width: 100%; }

.responsive-table {
  width: 100%;
  margin: 20px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.content .mulu {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid var(--site-border);
  text-align: center;
}

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

.pagination-nav {
  display: flex;
  width: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
}

.pagination-nav .pagination-link,
.pagination-nav .pagination-current,
.pagination-nav .pagination-disabled,
.pagination-nav .pagination-ellipsis {
  display: inline-flex;
  width: auto;
  min-width: 38px;
  height: 38px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid var(--site-border);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #47515a;
  line-height: 1;
  text-decoration: none;
}

.pagination-nav .pagination-link:hover,
.pagination-nav .pagination-link:focus {
  border-color: var(--site-primary);
  background: var(--site-primary);
  color: #fff;
  text-decoration: none;
}

.pagination-nav .pagination-current {
  border-color: var(--site-primary);
  background: var(--site-primary);
  color: #fff;
  font-weight: 700;
}

.pagination-nav .pagination-disabled {
  background: var(--site-surface);
  color: #adb4ba;
  cursor: not-allowed;
}

.pagination-nav .pagination-ellipsis {
  min-width: 24px;
  padding: 0;
  border-color: transparent;
  background: transparent;
}

.pagination-nav .pagination-prev,
.pagination-nav .pagination-next { min-width: 82px; }

.pagess {
  margin: 36px 0 0;
  overflow: visible;
}

.pagess ul,
.pagess ul li,
.pagess .pageinfo {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.page.catalogue-pagination a,
.page.catalogue-pagination span { width: auto; }

.full {
  max-width: 100%;
  min-width: 0;
}

.w1000 {
  width: calc(100% - 32px);
  max-width: 1000px;
}

.about-cate {
  height: auto;
  min-height: 78px;
  padding: 18px 0;
}

.about-cate ul {
  display: flex;
  min-height: 42px;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 22px;
}

.about-cate ul li { margin: 0; }

.item-cate {
  height: auto;
  min-height: 90px;
  padding: 20px 0;
}

.item-cate p.title,
.item-cate p.nav { margin: 0 auto; }

.item-cate p.nav {
  padding-top: 8px;
  text-align: center;
}

.item-list1 .line,
.item-list2 .line { padding: 28px clamp(20px, 6vw, 60px); }

.item-list1 p.des,
.item-list2 p.des { line-height: 1.7; }

.item-cate + .w1000,
.item-cate + .full,
.about-cate + .full {
  padding-bottom: clamp(48px, 7vw, 76px);
}

.foot { clear: both; }

@media (max-width: 767px) {
  :root { --site-section-space: 40px; }
  html { scroll-behavior: auto; }

  .navbar-default .navbar-collapse {
    box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
  }

  .navbar-default .navbar-nav li a {
    margin: 0;
    padding: 0 18px;
  }

  .banner-page,
  .banner-page-youshi { background-position: center center; }

  .banner[style*="kvr_banner"] { height: 170px !important; }

  .banner-page-youshi img { min-height: 210px; }
  .index-pro { padding: 10px 0 28px; }

  .index-pro-jj {
    padding-right: 8px;
    padding-left: 8px;
  }

  .more-menu1 figure {
    margin-top: 16px;
    padding-bottom: 20px;
  }

  .more-menu1 figure h3 {
    margin-top: 12px;
    font-size: 15px;
  }

  .news .row,
  .case .row,
  .design-page .row { display: block; }

  .content {
    font-size: 14px;
    line-height: 1.75;
  }

  .content header .title { font-size: 21px; }
  .pagination-nav { gap: 6px; }

  .pagination-nav .pagination-link,
  .pagination-nav .pagination-current,
  .pagination-nav .pagination-disabled {
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
  }

  .pagination-nav .pagination-prev,
  .pagination-nav .pagination-next { min-width: 74px; }

  .w1000 { width: calc(100% - 24px); }
  .about-cate { overflow-x: auto; }

  .about-cate ul {
    width: max-content;
    max-width: none;
    padding: 0 14px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .item-list1 span.time,
  .item-list2 span.time {
    display: block;
    float: none;
    margin-top: 6px;
    text-align: left;
  }

  .item-list1 p.des,
  .item-list2 p.des { margin-top: 12px; }

  .addess { padding: 34px 0 20px; }

  .addess .dl-horizontal {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px solid #2a2a2a;
  }
}

/* Homepage feature blocks */
.home-feature-row {
  display: flex;
  align-items: stretch;
}

.home-feature-row::before,
.home-feature-row::after { display: none; }

.home-feature-row > .home-feature-media,
.home-feature-row > .home-feature-copy {
  display: flex;
  float: none;
  flex-direction: column;
}

.home-feature-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.home-feature-copy .about_cont {
  display: flex;
  height: 100%;
  margin: 0;
  padding-top: 28px;
  padding-bottom: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.home-feature--image-left .home-feature-copy .about_cont { padding-left: 40px; }
.home-feature--image-right .home-feature-copy .about_cont { padding-right: 20px; }

.home-feature-copy .about_cont > a {
  margin-top: auto;
  align-self: flex-start;
}

/* News cards */
.news .home-title { visibility: visible !important; }

.news .news-grid {
  display: flex;
  margin-bottom: -30px;
  flex-wrap: wrap;
}

.news .news-grid-item {
  display: flex;
  float: none;
  margin-bottom: 30px;
}

.news .news-card {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--site-border);
  border-radius: var(--site-radius);
  background: #fff;
  box-shadow: 0 6px 22px rgba(16, 42, 58, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.news .news-card:hover,
.news .news-card:focus-within {
  box-shadow: var(--site-shadow);
  transform: translateY(-3px);
}

.news .news-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.news .news-card figure {
  display: flex;
  height: 100%;
  margin: 0;
  flex-direction: column;
}

.news .news-card figure > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.news .news-card figcaption {
  display: flex;
  min-height: 220px;
  padding: 22px 24px 24px;
  flex: 1 1 auto;
  flex-direction: column;
  background: #f6f6f6;
}

.news .news-card h3 {
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 18px;
  line-height: 1.45;
}

.news .news-card #index-new-d { padding: 8px 0 12px; }
.news .news-card .newnr { flex: 1 1 auto; }

.news .news-card .newnr p {
  display: flex;
  height: 100%;
  margin: 0;
  flex-direction: column;
}

.news .news-card .index-ico {
  margin-top: auto;
  padding-top: 22px;
}

.news-list-page .news { min-height: 520px; }

/* About and contact page refinements */
.about-intro .row,
.contact-page .page-lianxi > .row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.about-intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-visual-column { display: flex; }

.contact-location-visual {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 1px solid var(--site-border);
  border-radius: var(--site-radius);
  object-fit: cover;
  box-shadow: 0 8px 26px rgba(16, 42, 58, .08);
}

@media (max-width: 767px) {
  .home-feature-row {
    display: flex;
    flex-direction: column;
  }

  .home-feature-row > .home-feature-media,
  .home-feature-row > .home-feature-copy {
    display: block;
    width: 100%;
  }

  .home-feature-media img {
    height: auto;
    min-height: 0;
  }

  .home-feature-copy .about_cont,
  .home-feature--image-left .home-feature-copy .about_cont,
  .home-feature--image-right .home-feature-copy .about_cont {
    display: block;
    height: auto;
    padding: 0;
  }

  .home-feature--image-left .home-feature-copy { margin-top: 28px; }
  .home-feature--image-right .home-feature-media { margin-top: 30px; }

  .home-feature-copy .about_cont > a {
    margin-top: 22px;
    margin-bottom: 0;
  }

  .about-intro { padding-bottom: 36px; }
  .about-intro .row { display: block; }
  .about-intro .about_cont { margin: 0; }
  .about-intro .about_cont span { margin-top: 0; }
  .about-intro-media { display: none !important; }

  .news .news-grid {
    display: flex;
    margin-bottom: -22px;
  }

  .news .news-grid-item { margin-bottom: 22px; }
  .news .news-card figcaption { min-height: 0; padding: 18px; }
  .news .news-card .index-ico { padding-top: 16px; }

  .contact-page .page-lianxi > .row { display: block; }
  .contact-visual-column { display: block; margin-top: 26px; }

  .contact-location-visual {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* 2026 unified front-end design system */
:root {
  --kvr-ink: #102f43;
  --kvr-ink-deep: #06283c;
  --kvr-blue: #0793ce;
  --kvr-blue-dark: #047eaf;
  --kvr-sky: #eaf7fc;
  --kvr-bg: #f5f8fa;
  --kvr-line: #dfe8ed;
  --kvr-muted: #667d8b;
  --kvr-white: #fff;
  --kvr-radius: 16px;
  --kvr-shadow: 0 20px 55px rgba(14, 50, 70, .10);
  --kvr-container: 1160px;
}

body {
  padding-top: 70px;
  color: var(--kvr-ink);
  background: var(--kvr-white);
  font-family: Arial, "Helvetica Neue", sans-serif;
}

.container { width: min(calc(100% - 40px), var(--kvr-container)); }

.site-skip-link {
  position: fixed;
  z-index: 10010;
  top: 8px;
  left: 10px;
  padding: 10px 14px;
  color: #fff !important;
  background: var(--kvr-blue);
  transform: translateY(-150%);
}
.site-skip-link:focus { transform: translateY(0); }

.site-header.navbar-default {
  min-height: 70px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(16, 47, 67, .08);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 8px 28px rgba(17, 48, 67, .05);
  backdrop-filter: blur(14px);
}
.site-header .site-header-inner { display: flex; align-items: center; min-height: 70px; }
.site-header .site-header-brand-row { flex: 0 0 auto; }
.site-header .site-logo {
  margin: 0;
  padding: 0;
  background: none !important;
}
.site-header .site-logo .navbar-brand {
  display: flex;
  width: 146px;
  height: 70px;
  margin: 0 !important;
  padding: 0;
  align-items: center;
  overflow: visible;
  background: none !important;
  text-indent: 0 !important;
}
.site-header .site-logo::before,.site-header .site-logo::after,
.site-header .site-logo .navbar-brand::before,.site-header .site-logo .navbar-brand::after {
  display: none !important;
  background: none !important;
  content: none !important;
}
.site-header .site-logo .navbar-brand img { display: block; width: 126px; height: auto; max-height: 58px; object-fit: contain; }
.site-header .site-navigation { margin-left: auto; }
.site-header .site-nav-list { display: flex; align-items: center; margin: 0; gap: 2px; }
.site-header .site-nav-list > li { float: none; padding: 0; }
.site-header .site-nav-list > li > a {
  position: relative;
  display: flex;
  min-height: 70px;
  padding: 0 13px;
  align-items: center;
  color: #203745;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
}
.site-header .site-nav-list > li > a::before { display: none !important; }
.site-header .site-nav-list > li > a::after {
  position: absolute;
  right: 13px;
  bottom: 0;
  left: 13px;
  height: 3px;
  background: var(--kvr-blue);
  content: '';
  opacity: 0;
  transform: scaleX(.3);
  transition: opacity .2s ease, transform .2s ease;
}
.site-header .site-nav-list > li.hover > a,
.site-header .site-nav-list > li > a:hover,
.site-header .site-nav-list > li > a:focus { color: var(--kvr-blue); background: transparent; }
.site-header .site-nav-list > li.hover > a::after,
.site-header .site-nav-list > li > a:hover::after,
.site-header .site-nav-list > li > a:focus::after { opacity: 1; transform: scaleX(1); }
.site-header .site-nav-phone > a { color: var(--kvr-blue) !important; font-weight: 500 !important; }
.site-header .site-nav-phone > a::after,
.site-header .site-nav-action > a::after { display: none; }
.site-header .site-nav-action > a {
  min-height: 42px !important;
  margin-left: 10px;
  padding: 0 18px !important;
  border-radius: 999px;
  color: #fff !important;
  background: var(--kvr-ink-deep) !important;
  line-height: 1.2 !important;
}
.site-header .site-nav-action > a:hover,
.site-header .site-nav-action > a:focus { background: var(--kvr-blue) !important; }

.site-footer { position: relative; clear: both; color: #d7e3e9; background: #071f2e; }
.site-footer-cta { color: #fff; background: linear-gradient(135deg, #078fc9, #046f9d); }
.site-footer-cta-inner {
  display: grid;
  min-height: 245px;
  padding-top: 48px;
  padding-bottom: 48px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
}
.site-footer-cta-inner::before,.site-footer-cta-inner::after,
.site-footer-grid::before,.site-footer-grid::after,
.home-trust-grid::before,.home-trust-grid::after,
.home-split-grid::before,.home-split-grid::after,
.product-search-callout-inner::before,.product-search-callout-inner::after,
.catalogue-search-panel-inner::before,.catalogue-search-panel-inner::after,
.about-story-grid::before,.about-story-grid::after,
.about-standard-grid::before,.about-standard-grid::after,
.contact-redesign-grid::before,.contact-redesign-grid::after,
.site-footer-bottom-inner::before,.site-footer-bottom-inner::after { display: none; }
.site-footer-eyebrow { margin: 0 0 10px; color: #a8e4fa; font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.site-footer-cta h2 { margin: 0 0 12px; color: #fff; font-size: clamp(27px, 3.3vw, 42px); font-weight: 700; line-height: 1.14; }
.site-footer-cta p:not(.site-footer-eyebrow) { max-width: 650px; margin: 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.75; }
.site-footer-cta-actions { display: flex; gap: 12px; }
.site-footer-button {
  display: inline-flex;
  min-height: 48px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none !important;
}
.site-footer-button--light { color: var(--kvr-ink-deep) !important; background: #fff; }
.site-footer-button--outline { color: #fff !important; background: transparent; }
.site-footer-button:hover,.site-footer-button:focus { color: #fff !important; border-color: var(--kvr-ink-deep); background: var(--kvr-ink-deep); }
.site-footer-main { padding: 64px 0 56px; }
.site-footer-grid { display: grid; grid-template-columns: 1.65fr .75fr .9fr 1.35fr; gap: 58px; }
.site-footer-logo {
  display: flex;
  width: 152px;
  height: 64px;
  margin-bottom: 18px;
  overflow: hidden;
  padding: 0;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.site-footer-logo img { display: block; width: 100%; height: auto; max-height: 58px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); opacity: .96; }
.site-footer-brand p,.site-footer-column p { margin: 0; color: #9fb3bf; font-size: 14px; line-height: 1.85; }
.site-footer-column h3 { margin: 0 0 20px; color: #fff; font-size: 15px; font-weight: 700; letter-spacing: .04em; }
.site-footer-column ul { margin: 0; padding: 0; list-style: none; }
.site-footer-column li + li { margin-top: 11px; }
.site-footer-column a { display: inline-block; color: #aebfc8 !important; line-height: 1.6; text-decoration: none !important; }
.site-footer-column a:hover,.site-footer-column a:focus { color: #4fc2ee !important; transform: translateX(2px); }
.site-footer-contact a { display: block; width: max-content; max-width: 100%; margin-top: 15px; }
.site-footer-bottom { border-top: 1px solid rgba(255,255,255,.10); }
.site-footer-bottom-inner { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 20px; }
.site-footer-bottom p { margin: 0; color: #75909e; font-size: 12px; }
.site-footer-slogan { text-align: right; }

.site-page-hero {
  position: relative;
  display: flex;
  min-height: 330px;
  overflow: hidden;
  align-items: center;
  color: #fff;
  background: #082a3f center / cover no-repeat;
}
.site-page-hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,29,44,.96), rgba(4,43,63,.72) 56%, rgba(4,43,63,.20)); content: ''; }
.site-page-hero-inner { position: relative; z-index: 1; padding-top: 58px; padding-bottom: 58px; }
.site-eyebrow { margin: 0 0 13px; color: var(--kvr-blue); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.site-page-hero .site-eyebrow { color: #58c5ec; }
.site-page-hero h1 { max-width: 760px; margin: 0 0 16px; color: #fff; font-size: clamp(38px, 5vw, 64px); font-weight: 700; line-height: 1.04; letter-spacing: -.035em; }
.site-page-hero p:last-child { max-width: 640px; margin: 0; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.7; }

/* Products uses a dedicated 1920 x 600 banner instead of the short inner-page crop. */
.product-landing-hero {
  height: clamp(420px, 31.25vw, 600px);
  min-height: 420px;
  background-position: center center;
  background-size: cover;
}
.product-landing-hero::before { background: linear-gradient(90deg,rgba(3,18,38,.98) 0%,rgba(3,25,48,.88) 40%,rgba(3,27,49,.26) 70%,rgba(3,27,49,.08) 100%); }

.site-section { padding: clamp(64px, 7vw, 96px) 0; }
.site-section--soft { background: var(--kvr-bg); }
.site-section-heading { max-width: 700px; margin-bottom: 38px; }
.site-section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.site-section-heading h2 { margin: 0 0 14px; color: var(--kvr-ink); font-size: clamp(30px, 4vw, 46px); font-weight: 700; line-height: 1.14; letter-spacing: -.025em; }
.site-section-heading > p:last-child { margin: 0; color: var(--kvr-muted); font-size: 16px; line-height: 1.75; }
.site-button {
  display: inline-flex;
  min-height: 48px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kvr-blue);
  border-radius: 8px;
  color: #fff !important;
  background: var(--kvr-blue);
  font-weight: 700;
  text-decoration: none !important;
}
.site-button:hover,.site-button:focus { border-color: var(--kvr-blue-dark); background: var(--kvr-blue-dark); transform: translateY(-2px); }
.site-button--outline { color: var(--kvr-ink) !important; border-color: var(--kvr-line); background: #fff; }
.site-button--outline:hover,.site-button--outline:focus { color: var(--kvr-blue) !important; border-color: var(--kvr-blue); background: #fff; }

.site-content-card { padding: clamp(26px, 4vw, 48px); border: 1px solid var(--kvr-line); border-radius: var(--kvr-radius); background: #fff; box-shadow: 0 10px 34px rgba(16,47,67,.06); }
.site-rich-content { color: #415966; font-size: 16px; line-height: 1.85; }
.site-rich-content h2,.site-rich-content h3,.site-rich-content h4 { color: var(--kvr-ink); line-height: 1.3; }
.site-rich-content img { height: auto !important; margin: 24px auto; border-radius: 10px; }
.site-rich-content table { width: 100% !important; max-width: 100%; margin: 24px 0; border-collapse: collapse; }
.site-rich-content td,.site-rich-content th { padding: 12px; border: 1px solid var(--kvr-line); }
.site-rich-content a { color: var(--kvr-blue) !important; }

@media (max-width: 1199px) {
  .site-header .site-nav-list > li > a { padding-right: 9px; padding-left: 9px; font-size: 13px; }
  .site-header .site-nav-phone { display: none !important; }
  .site-footer-grid { grid-template-columns: 1.4fr .8fr .9fr 1.25fr; gap: 34px; }
}

@media (max-width: 991px) {
  body { padding-top: 64px; }
  .container { width: min(calc(100% - 32px), var(--kvr-container)); }
  .site-header.navbar-default,.site-header .site-header-inner,.site-header .site-logo .navbar-brand { min-height: 64px; height: 64px; }
  .site-header .site-header-inner { display: block; width: 100%; }
  .site-header .site-header-brand-row { width: 100%; }
  .site-header .site-logo .navbar-brand { width: 116px; }
  .site-header .site-logo .navbar-brand img { width: 102px; }
  .site-menu-toggle { margin-top: 14px; margin-right: 0; border-color: var(--kvr-line) !important; border-radius: 6px; background: #fff !important; }
  .site-menu-toggle .icon-bar { background: var(--kvr-ink) !important; }
  .site-header .site-navigation { position: absolute; top: 64px; right: 0; left: 0; margin: 0; padding: 0; border: 0; background: #fff; box-shadow: 0 20px 35px rgba(16,47,67,.14); }
  .site-header .site-nav-list { display: block; width: min(calc(100% - 32px), var(--kvr-container)); margin: 0 auto; padding: 12px 0 20px; }
  .site-header .site-nav-list > li > a { min-height: 48px; padding: 0 8px; font-size: 15px; }
  .site-header .site-nav-list > li > a { color: #203745 !important; border-bottom: 1px solid var(--kvr-line); }
  .site-header .site-nav-list > li.hover > a,
  .site-header .site-nav-list > li > a:hover,
  .site-header .site-nav-list > li > a:focus { color: var(--kvr-blue) !important; }
  .site-header .site-nav-list > li > a::after { right: auto; bottom: 5px; left: 8px; width: 28px; }
  .site-header .site-nav-list > li.site-nav-action > a { margin: 10px 0 0 !important; color: #fff !important; border-bottom: 0; justify-content: center; }
  .site-footer-cta-inner { grid-template-columns: 1fr; gap: 26px; }
  .site-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .site-footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
  .container { width: calc(100% - 30px); }
  .site-page-hero { min-height: 260px; }
  .product-landing-hero { height: 440px; min-height: 440px; background-position: 72% center; }
  .site-page-hero-inner { padding-top: 44px; padding-bottom: 44px; }
  .site-page-hero h1 { font-size: 38px; }
  .site-page-hero p:last-child { font-size: 15px; }
  .site-footer-cta-inner { min-height: 0; padding-top: 38px; padding-bottom: 38px; }
  .site-footer-cta-actions { display: grid; grid-template-columns: 1fr; }
  .site-footer-main { padding: 46px 0 38px; }
  .site-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .site-footer-brand,.site-footer-contact { grid-column: 1 / -1; }
  .site-footer-bottom-inner { min-height: 92px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; }
  .site-footer-slogan { text-align: left; }
  .site-section { padding: 58px 0; }
  .site-content-card { border-radius: 12px; }
  .site-rich-content { font-size: 15px; }
}

/* Homepage */
.home-redesign-hero { position: relative; height: clamp(590px, 72vh, 760px); overflow: hidden; background: var(--kvr-ink-deep); }
.home-hero-carousel { position: absolute !important; inset: 0; height: 100% !important; }
.home-hero-carousel .owl-stage-outer,
.home-hero-carousel .owl-stage,
.home-hero-carousel .owl-item,
.home-hero-slide { height: 100% !important; }
.home-hero-slide { position: relative; background-position: center; background-size: cover; }
.home-hero-slide::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,28,43,.92) 0%, rgba(3,36,53,.66) 50%, rgba(3,36,53,.18) 78%); content: ''; }
.home-hero-banner-link { position: absolute; z-index: 1; inset: 0; }
.home-hero-overlay { position: absolute; z-index: 3; top: 50%; right: 0; left: 0; color: #fff; pointer-events: none; transform: translateY(-50%); }
.home-hero-overlay > * { pointer-events: auto; }
.home-hero-overlay .site-eyebrow { color: #58c5ec; }
.home-hero-overlay h1 { max-width: 800px; margin: 0 0 20px; color: #fff; font-size: clamp(48px, 6vw, 76px); font-weight: 700; line-height: .98; letter-spacing: -.045em; }
.home-hero-overlay > p:not(.site-eyebrow) { max-width: 650px; margin: 0; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.7; }
.home-hero-actions { display: flex; margin-top: 32px; gap: 12px; }
.site-button--outline-light { color: #fff !important; border-color: rgba(255,255,255,.52); background: rgba(255,255,255,.05); }
.site-button--outline-light:hover,.site-button--outline-light:focus { color: var(--kvr-ink) !important; border-color: #fff; background: #fff; }
.home-redesign-hero .owl-controls { position: absolute; z-index: 5; right: 0; bottom: 28px; left: 0; }
.home-trust-strip { border-bottom: 1px solid var(--kvr-line); background: #fff; }
.home-trust-grid { display: grid; min-height: 118px; align-items: center; grid-template-columns: repeat(3, 1fr); }
.home-trust-grid > div { padding: 18px 34px; border-right: 1px solid var(--kvr-line); }
.home-trust-grid > div:first-child { padding-left: 0; }
.home-trust-grid > div:last-child { padding-right: 0; border-right: 0; }
.home-trust-grid strong,.home-trust-grid span { display: block; }
.home-trust-grid small { display: block; margin-bottom: 7px; color: var(--kvr-blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.home-trust-grid strong { margin-bottom: 5px; color: var(--kvr-ink); font-size: 15px; }
.home-trust-grid span { color: var(--kvr-muted); font-size: 13px; }
.home-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.home-product-card { position: relative; display: flex; min-height: 360px; padding: 24px; overflow: hidden; flex-direction: column; border: 1px solid var(--kvr-line); border-radius: var(--kvr-radius); color: var(--kvr-ink) !important; background: #fff; text-decoration: none !important; }
.home-product-card:hover,.home-product-card:focus { border-color: rgba(7,147,206,.42); box-shadow: var(--kvr-shadow); transform: translateY(-5px); }
.home-product-media { display: flex; min-height: 225px; align-items: center; justify-content: center; }
.home-product-media img { width: 100%; max-height: 215px; object-fit: contain; }
.home-product-name { margin-top: 16px; font-size: 22px; font-weight: 700; }
.home-product-link { margin-top: 8px; color: var(--kvr-blue); font-size: 13px; font-weight: 700; }
.home-section-action { margin-top: 36px; text-align: center; }
.home-split-grid { display: grid; align-items: center; grid-template-columns: 1.04fr .96fr; gap: clamp(42px, 7vw, 86px); }
.home-split-media { position: relative; }
.home-split-media::after { position: absolute; z-index: -1; right: -18px; bottom: -18px; width: 48%; height: 48%; border-radius: 12px; background: var(--kvr-blue); content: ''; }
.home-split-media img { display: block; width: 100%; aspect-ratio: 1.2 / 1; border-radius: 12px; object-fit: cover; }
.home-split-media img[src*="engineering-innovation"] { object-position: center top; }
.home-split-copy h2,.product-search-callout h2,.about-story-copy h2,.about-standard-grid h2,.contact-information h2 { margin: 0 0 18px; color: var(--kvr-ink); font-size: clamp(31px, 4vw, 48px); font-weight: 700; line-height: 1.13; letter-spacing: -.03em; }
.home-split-copy > p:not(.site-eyebrow),.about-standard-grid > div > p,.contact-information > p { color: var(--kvr-muted); font-size: 16px; line-height: 1.8; }
.home-split-copy ul,.about-standard-grid ul { margin: 24px 0 30px; padding: 0; list-style: none; }
.home-split-copy li,.about-standard-grid li { position: relative; margin: 12px 0; padding-left: 26px; color: #405967; }
.home-split-copy li::before,.about-standard-grid li::before { position: absolute; top: .22em; left: 0; color: var(--kvr-blue); content: '✓'; font-weight: 700; }
.home-application-grid { display: grid; min-height: 580px; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.home-application-card { position: relative; overflow: hidden; border-radius: var(--kvr-radius); color: #fff !important; background: var(--kvr-ink-deep) center / cover no-repeat; text-decoration: none !important; }
.home-application-card::before { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,27,42,.92), rgba(3,27,42,.08) 70%); content: ''; transition: background .25s ease; }
.home-application-card:hover::before,.home-application-card:focus::before { background: linear-gradient(0deg, rgba(3,27,42,.96), rgba(4,99,137,.25) 75%); }
.home-application-card--large { grid-row: 1 / 3; }
.home-application-card:nth-child(4) { grid-column: 2 / 4; }
.home-application-card > span { position: absolute; z-index: 1; right: 24px; bottom: 24px; left: 24px; }
.home-application-card small,.home-application-card strong,.home-application-card em { display: block; }
.home-application-card small { margin-bottom: 8px; color: #6ed0f2; font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: .14em; }
.home-application-card strong { color: #fff; font-size: clamp(20px,2.3vw,30px); line-height: 1.25; }
.home-application-card em { margin-top: 10px; color: rgba(255,255,255,.74); font-size: 13px; font-style: normal; }
.home-featured-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.home-featured-product { overflow: hidden; border: 1px solid var(--kvr-line); border-radius: var(--kvr-radius); background: #fff; }
.home-featured-product:hover { box-shadow: var(--kvr-shadow); transform: translateY(-4px); }
.home-featured-product > a { display: block; color: inherit !important; text-decoration: none !important; }
.home-featured-product-media { display: flex; aspect-ratio: 1.2 / 1; padding: 22px; align-items: center; justify-content: center; background: #fff; }
.home-featured-product-media img { width: 100%; height: 100%; object-fit: contain; }
.home-featured-product-body { display: flex; min-height: 168px; padding: 22px; flex-direction: column; border-top: 1px solid var(--kvr-line); }
.home-featured-product-body small { color: var(--kvr-muted); }
.home-featured-product-body strong { margin: 8px 0 18px; color: var(--kvr-ink); font-size: 17px; line-height: 1.45; }
.home-featured-product-body em { margin-top: auto; color: var(--kvr-blue); font-size: 13px; font-style: normal; font-weight: 700; }
.home-news-heading,.catalogue-results-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }

/* Product landing */
.product-family-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-family-card { position: relative; display: flex; min-height: 365px; padding: 22px; overflow: hidden; flex-direction: column; border: 1px solid var(--kvr-line); border-radius: var(--kvr-radius); color: var(--kvr-ink) !important; background: #fff; text-decoration: none !important; }
.product-family-card:hover,.product-family-card:focus { border-color: rgba(7,147,206,.4); box-shadow: var(--kvr-shadow); transform: translateY(-5px); }
.product-family-number { position: absolute; top: 18px; left: 20px; color: #9eb0b9; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.product-family-media { display: flex; min-height: 235px; padding-top: 14px; align-items: center; justify-content: center; }
.product-family-media img { width: 100%; max-height: 218px; object-fit: contain; }
.product-family-name { margin-top: 14px; font-size: 21px; font-weight: 700; }
.product-family-link { margin-top: 8px; color: var(--kvr-blue); font-size: 13px; font-weight: 700; }
.product-search-callout-inner { display: grid; align-items: center; grid-template-columns: minmax(0,1fr) minmax(380px,.9fr); gap: 60px; }
.product-search-callout-inner > div > p:last-child { max-width: 590px; color: var(--kvr-muted); font-size: 16px; line-height: 1.75; }
.product-landing-search { display: grid; padding: 10px; grid-template-columns: 1fr auto; border: 1px solid var(--kvr-line); border-radius: 10px; background: #fff; box-shadow: 0 14px 36px rgba(16,47,67,.08); }
.product-landing-search input { min-width: 0; height: 50px; padding: 0 14px; border: 0; outline: 0; color: var(--kvr-ink); }
.product-landing-search button { min-height: 50px; padding: 0 20px; border: 0; border-radius: 7px; color: #fff; background: var(--kvr-blue); font-weight: 700; }
.product-value-grid,.about-value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.product-value-grid article,.about-value-grid article { min-height: 245px; padding: 30px; border: 1px solid var(--kvr-line); border-radius: var(--kvr-radius); background: #fff; }
.product-value-grid span,.about-value-grid span { display: block; margin-bottom: 44px; color: var(--kvr-blue); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.product-value-grid h3,.about-value-grid h3 { margin: 0 0 12px; color: var(--kvr-ink); font-size: 22px; font-weight: 700; }
.product-value-grid p,.about-value-grid p { margin: 0; color: var(--kvr-muted); line-height: 1.75; }

/* Catalogue list */
.catalogue-list-hero { position: relative; display: flex; min-height: 270px; align-items: center; overflow: hidden; color: #fff; background: var(--kvr-ink-deep) center / cover no-repeat; }
.catalogue-list-hero::before { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,27,42,.96),rgba(3,44,65,.68)); content: ''; }
.catalogue-list-hero-inner { position: relative; z-index: 1; padding-top: 48px; padding-bottom: 46px; }
.catalogue-list-breadcrumb { display: flex; margin-bottom: 24px; gap: 8px; color: rgba(255,255,255,.55); font-size: 12px; }
.catalogue-list-breadcrumb a { color: rgba(255,255,255,.78) !important; }
.catalogue-list-hero h1 { margin: 0 0 10px; color: #fff; font-size: clamp(38px,5vw,58px); font-weight: 700; letter-spacing: -.03em; }
.catalogue-list-hero p:last-child { margin: 0; color: rgba(255,255,255,.72); font-size: 16px; }
.catalogue-search-panel { position: relative; z-index: 2; border-bottom: 1px solid var(--kvr-line); background: #fff; box-shadow: 0 15px 36px rgba(16,47,67,.06); }
.catalogue-search-panel-inner { display: grid; min-height: 154px; align-items: center; grid-template-columns: 190px 1fr; gap: 28px; }
.catalogue-search-heading span { display: block; margin-bottom: 7px; color: var(--kvr-blue); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.catalogue-search-heading h2 { margin: 0; color: var(--kvr-ink); font-size: 19px; font-weight: 700; line-height: 1.3; }
.catalogue-search-form { display: grid; grid-template-columns: minmax(150px,.78fr) minmax(160px,.9fr) minmax(210px,1.2fr) 126px; gap: 12px; }
.catalogue-search-form label { margin: 0; }
.catalogue-search-form select,.catalogue-search-form input,.catalogue-search-form button { width: 100%; min-height: 48px; margin: 0; border: 1px solid #cfdde4; border-radius: 7px; }
.catalogue-search-form select,.catalogue-search-form input { padding: 0 14px; color: #37505f; background: #fff; }
.catalogue-search-form button { color: #fff; border-color: var(--kvr-blue); background: var(--kvr-blue); font-weight: 700; }
.catalogue-results-heading { margin-bottom: 32px; }
.catalogue-results-heading h2 { margin: 0; color: var(--kvr-ink); font-size: clamp(30px,4vw,42px); font-weight: 700; }
.catalogue-results-heading > p { margin: 0; color: var(--kvr-muted); }
.catalogue-results-heading > p strong { color: var(--kvr-ink); font-size: 20px; }
.catalogue-result-grid { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3,1fr); gap: 22px; list-style: none; }
.catalogue-result-card { height: 100%; overflow: hidden; border: 1px solid var(--kvr-line); border-radius: var(--kvr-radius); background: #fff; transition: transform .22s ease,box-shadow .22s ease; }
.catalogue-result-card:hover { box-shadow: var(--kvr-shadow); transform: translateY(-5px); }
.catalogue-result-image { position: relative; display: flex; aspect-ratio: 1.16 / 1; padding: 18px; overflow: hidden; align-items: center; justify-content: center; background: #f8fafb; }
.catalogue-result-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .28s ease; }
.catalogue-result-image span { position: absolute; right: 16px; bottom: 16px; padding: 8px 12px; border-radius: 999px; color: #fff; background: rgba(6,40,60,.88); font-size: 11px; font-weight: 700; opacity: 0; transform: translateY(5px); }
.catalogue-result-card:hover .catalogue-result-image img { transform: scale(1.025); }
.catalogue-result-card:hover .catalogue-result-image span { opacity: 1; transform: translateY(0); }
.catalogue-result-body { display: flex; min-height: 190px; padding: 22px; flex-direction: column; border-top: 1px solid var(--kvr-line); }
.catalogue-result-body > p { margin: 0 0 7px; color: var(--kvr-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.catalogue-result-body h3 { margin: 0 0 18px; font-size: 17px; line-height: 1.45; }
.catalogue-result-body h3 a { color: var(--kvr-ink) !important; text-decoration: none !important; }
.catalogue-result-link { margin-top: auto; color: var(--kvr-blue) !important; font-size: 13px; font-weight: 700; }
.catalogue-empty-state { padding: 60px 24px; border: 1px dashed #cbdbe3; border-radius: var(--kvr-radius); background: var(--kvr-bg); text-align: center; }
.catalogue-empty-state > span { display: block; margin-bottom: 10px; color: var(--kvr-blue); font-size: 34px; }
.catalogue-empty-state h3 { margin: 0 0 8px; color: var(--kvr-ink); font-size: 24px; }
.catalogue-empty-state p { margin: 0 0 22px; color: var(--kvr-muted); }
.catalogue-result-pagination,.news-redesign-pagination { margin-top: 42px; text-align: center; }

/* News */
.news-featured-heading { display: flex; margin-bottom: 28px; align-items: flex-end; justify-content: space-between; gap: 28px; }
.news-featured-heading h2 { margin: 0; color: var(--kvr-ink); font-size: clamp(30px,4vw,46px); font-weight: 700; }
.news-featured-controls { display: flex; gap: 8px; }
.news-featured-controls button { display: inline-flex; width: 46px; height: 46px; padding: 0; align-items: center; justify-content: center; border: 1px solid var(--kvr-line); border-radius: 50%; color: var(--kvr-ink); background: #fff; font-size: 20px; }
.news-featured-controls button:hover,.news-featured-controls button:focus { color: #fff; border-color: var(--kvr-blue); background: var(--kvr-blue); }
.news-featured-carousel { overflow: hidden; }
.news-featured-track { display: flex; transition: transform .55s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.news-featured-card { display: grid; overflow: hidden; min-width: 100%; flex: 0 0 100%; grid-template-columns: 1.1fr .9fr; border: 1px solid var(--kvr-line); border-radius: var(--kvr-radius); background: #fff; box-shadow: var(--kvr-shadow); }
.news-featured-media { aspect-ratio: 16 / 10; min-height: 0; overflow: hidden; }
.news-featured-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.news-featured-card:hover .news-featured-media img { transform: scale(1.025); }
.news-featured-copy { display: flex; padding: clamp(32px,5vw,62px); align-items: flex-start; flex-direction: column; justify-content: center; }
.news-featured-copy h3 { margin: 0 0 18px; font-size: clamp(29px,3.8vw,44px); font-weight: 700; line-height: 1.15; }
.news-featured-copy h3 a { color: var(--kvr-ink) !important; text-decoration: none !important; }
.news-featured-copy h3,.news-featured-copy > p:not(.site-eyebrow) { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; }
.news-featured-copy h3 { -webkit-line-clamp: 3; }
.news-featured-copy > p:not(.site-eyebrow) { margin: 0 0 26px; color: var(--kvr-muted); font-size: 16px; line-height: 1.75; -webkit-line-clamp: 4; }
.news-featured-dots { display: flex; margin-top: 20px; justify-content: center; gap: 9px; }
.news-featured-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: #bfccd3; transition: width .2s ease,background-color .2s ease; }
.news-featured-dots button.is-active { width: 30px; background: var(--kvr-blue); }
.news-redesign-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.news-redesign-card { display: flex; overflow: hidden; flex-direction: column; border: 1px solid var(--kvr-line); border-radius: var(--kvr-radius); background: #fff; }
.news-redesign-card:hover { box-shadow: var(--kvr-shadow); transform: translateY(-4px); }
.news-redesign-media { aspect-ratio: 16 / 10; overflow: hidden; }
.news-redesign-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.news-redesign-card:hover .news-redesign-media img { transform: scale(1.035); }
.news-redesign-body { display: flex; min-height: 270px; padding: 24px; flex: 1 1 auto; flex-direction: column; }
.news-redesign-body time { color: var(--kvr-blue); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.news-redesign-body h3 { margin: 12px 0; font-size: 20px; font-weight: 700; line-height: 1.35; }
.news-redesign-body h3 a { color: var(--kvr-ink) !important; text-decoration: none !important; }
.news-redesign-body > p { margin: 0; color: var(--kvr-muted); line-height: 1.7; }
.news-redesign-link { margin-top: auto; padding-top: 20px; color: var(--kvr-blue) !important; font-size: 13px; font-weight: 700; }

/* Generic article detail */
.article-detail-header { padding: clamp(64px,8vw,105px) 0 clamp(52px,7vw,86px); color: #fff; background: linear-gradient(135deg,#061f2f,#0a3a55); }
.article-detail-header-inner { max-width: 940px; }
.article-detail-header nav,.article-inline-breadcrumb { display: flex; margin-bottom: 34px; flex-wrap: wrap; gap: 8px; color: #8ba1ad; font-size: 12px; }
.article-detail-header nav a { color: #b9cad2 !important; }
.article-detail-header h1 { margin: 0 0 20px; color: #fff; font-size: clamp(38px,5.5vw,64px); font-weight: 700; line-height: 1.08; letter-spacing: -.035em; }
.article-detail-meta { display: flex; gap: 10px; color: rgba(255,255,255,.62); font-size: 13px; }
.article-detail-layout { max-width: 940px; }
.article-inline-breadcrumb { margin-bottom: 22px; color: var(--kvr-muted); }
.article-inline-breadcrumb a { color: var(--kvr-blue) !important; }
.article-detail-content { padding: clamp(28px,5vw,62px); }
.article-detail-navigation { display: grid; margin-top: 28px; grid-template-columns: 1fr auto 1fr; gap: 12px; }
.article-detail-navigation > a,.article-detail-navigation > span { display: flex; min-height: 105px; padding: 18px 20px; justify-content: center; flex-direction: column; border: 1px solid var(--kvr-line); border-radius: 10px; color: var(--kvr-ink) !important; background: #fff; text-decoration: none !important; }
.article-detail-navigation > a:hover { border-color: var(--kvr-blue); transform: translateY(-2px); }
.article-detail-navigation span span,.article-detail-navigation a span { margin-bottom: 7px; color: var(--kvr-blue); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-detail-navigation strong { overflow-wrap: anywhere; font-size: 13px; line-height: 1.4; }
.article-detail-navigation .is-disabled { color: #9aabb4 !important; background: #fafbfc; }
.article-detail-navigation .is-disabled span { color: #aab7bd; }
.article-detail-navigation .article-detail-all { min-width: 150px; align-items: center; color: #fff !important; border-color: var(--kvr-ink-deep); background: var(--kvr-ink-deep); font-weight: 700; }
.article-detail-navigation .article-detail-next { text-align: right; }
.application-detail-hero::before { background: linear-gradient(90deg,rgba(4,27,42,.97),rgba(4,43,63,.77),rgba(4,43,63,.48)); }

/* About */
.about-story-grid,.about-standard-grid,.contact-redesign-grid { display: grid; align-items: center; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(44px,7vw,86px); }
.about-story-grid > *,.about-standard-grid > *,.contact-redesign-grid > * { min-width: 0; }
.about-story-text { max-height: 390px; margin-bottom: 28px; overflow: hidden; }
.about-story-media { position: relative; }
.about-story-media > img { width: 100%; aspect-ratio: 1.06 / 1; border-radius: var(--kvr-radius); object-fit: cover; }
.about-story-badge { position: absolute; right: -18px; bottom: -18px; display: flex; width: 155px; height: 125px; padding: 22px; flex-direction: column; justify-content: center; border-radius: 12px; color: #fff; background: var(--kvr-blue); box-shadow: 0 14px 35px rgba(7,147,206,.25); }
.about-story-badge strong { font-size: 24px; }
.about-story-badge span { font-size: 12px; }
.about-standard-media img { width: 100%; aspect-ratio: 1.15 / 1; border-radius: var(--kvr-radius); object-fit: cover; }

/* Contact */
.contact-redesign-grid { align-items: start; grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr); }
.contact-detail-list { margin-top: 34px; border-top: 1px solid var(--kvr-line); }
.contact-detail-list article { display: grid; padding: 22px 0; grid-template-columns: 50px 1fr; border-bottom: 1px solid var(--kvr-line); }
.contact-detail-list article > span { color: var(--kvr-blue); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.contact-detail-list h3 { margin: 0 0 7px; color: var(--kvr-ink); font-size: 15px; font-weight: 700; }
.contact-detail-list p,.contact-detail-list a { margin: 0; color: var(--kvr-muted) !important; line-height: 1.65; }
.contact-detail-list a:hover { color: var(--kvr-blue) !important; }
.contact-company-summary { min-width: 0; }
.contact-company-summary h2,.contact-team-heading h2,.contact-checklist-grid h2 { margin: 0 0 12px; color: var(--kvr-ink); font-size: clamp(27px,3vw,38px); font-weight: 700; line-height: 1.15; }
.contact-company-summary > p:not(.site-eyebrow),.contact-team-heading > p:not(.site-eyebrow),.contact-checklist-grid > div:first-child > p:not(.site-eyebrow) { margin: 0; color: var(--kvr-muted); line-height: 1.75; }
.contact-company-content ul { display: grid; margin: 23px 0 0; padding: 0; gap: 14px; list-style: none; }
.contact-company-content li { display: grid; grid-template-columns: 125px 1fr; gap: 18px; color: var(--kvr-muted); line-height: 1.65; }
.contact-company-content strong { color: var(--kvr-ink); font-size: 13px; }
.contact-team-panel { min-width: 0; }
.contact-team-heading { max-width: 720px; margin-bottom: 30px; }
.contact-team-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.contact-person-card { display: flex; min-width: 0; min-height: 220px; padding: 28px; flex-direction: column; border: 1px solid var(--kvr-line); border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(16,47,67,.05); }
.contact-person-region { margin: 0 0 13px; color: var(--kvr-blue); font-size: 10px; font-weight: 700; letter-spacing: .11em; }
.contact-person-card h3 { margin: 0 0 9px; color: var(--kvr-ink); font-size: 20px; font-weight: 700; }
.contact-person-email { color: var(--kvr-blue) !important; font-size: 13px; white-space: nowrap; }
.contact-person-card > p:not(.contact-person-region) { margin: 19px 0 0; color: var(--kvr-muted); font-size: 13px; line-height: 1.65; white-space: nowrap; }
.contact-person-action { margin-top: auto; padding-top: 20px; color: var(--kvr-ink) !important; font-size: 13px; font-weight: 700; }
.contact-person-action:hover { color: var(--kvr-blue) !important; }
.contact-checklist-section { overflow: hidden; background: linear-gradient(180deg,#fff 0%,#f7fafc 100%); }
.contact-checklist-grid { display: block; }
.contact-checklist-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.contact-checklist-heading > p:not(.site-eyebrow) { margin: 0 auto; color: var(--kvr-muted); line-height: 1.75; }
.contact-checklist-grid .site-button { margin-top: 26px; }
.contact-checklist-content ol { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; counter-reset: contact-step; list-style: none; }
.contact-checklist-content li { position: relative; min-height: 184px; padding: 28px 24px 24px 70px; border: 1px solid var(--kvr-line); border-radius: 14px; background: #fff; box-shadow: 0 12px 34px rgba(16,47,67,.055); counter-increment: contact-step; }
.contact-checklist-content li::before { position: absolute; top: 23px; left: 20px; display: flex; width: 32px; height: 32px; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--kvr-blue); font-size: 11px; font-weight: 700; content: counter(contact-step, decimal-leading-zero); }
.contact-checklist-content strong,.contact-checklist-content span { display: block; }
.contact-checklist-content strong { margin-bottom: 8px; color: var(--kvr-ink); font-size: 15px; }
.contact-checklist-content span { color: var(--kvr-muted); font-size: 13px; line-height: 1.6; }

@media (max-width: 991px) {
  .home-redesign-hero { height: 640px; }
  .home-product-grid,.product-family-grid { grid-template-columns: repeat(2,1fr); }
  .home-product-card,.product-family-card { min-height: 340px; }
  .home-application-grid { min-height: 720px; grid-template-columns: 1fr 1fr; }
  .home-application-card--large { grid-row: 1 / 2; }
  .home-application-card:nth-child(4) { grid-column: auto; }
  .home-featured-product-grid,.news-redesign-grid,.catalogue-result-grid { grid-template-columns: repeat(2,1fr); }
  .product-search-callout-inner { grid-template-columns: 1fr; gap: 28px; }
  .catalogue-search-panel-inner { grid-template-columns: 1fr; padding-top: 26px; padding-bottom: 26px; }
  .catalogue-search-form { grid-template-columns: repeat(2,1fr); }
  .news-featured-card { grid-template-columns: 1fr; }
  .about-story-grid,.about-standard-grid,.contact-redesign-grid { grid-template-columns: minmax(0,1fr); }
  .about-story-media { max-width: 700px; }
  .contact-company-summary { max-width: 760px; }
  .contact-checklist-content ol { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .home-redesign-hero { height: 590px; }
  .home-hero-slide { background-position: 62% center; }
  .home-hero-overlay h1 { font-size: 43px; }
  .home-hero-overlay > p:not(.site-eyebrow) { font-size: 15px; }
  .home-hero-actions { display: grid; max-width: 250px; }
  .home-trust-grid { grid-template-columns: 1fr; padding: 14px 0; }
  .home-trust-grid > div,.home-trust-grid > div:first-child,.home-trust-grid > div:last-child { padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--kvr-line); }
  .home-trust-grid > div:last-child { border-bottom: 0; }
  .home-product-grid,.product-family-grid,.product-value-grid,.about-value-grid,.home-featured-product-grid,.news-redesign-grid,.catalogue-result-grid { grid-template-columns: 1fr; }
  .home-product-card,.product-family-card { min-height: 0; }
  .home-product-media,.product-family-media { min-height: 215px; }
  .home-split-grid { grid-template-columns: 1fr; gap: 42px; }
  .home-split-media { order: 2; }
  .home-application-grid { min-height: 0; grid-template-columns: 1fr; grid-template-rows: none; }
  .home-application-card { min-height: 310px; }
  .home-news-heading,.catalogue-results-heading { align-items: flex-start; flex-direction: column; }
  .product-search-callout-inner { display: block; }
  .product-landing-search { margin-top: 28px; grid-template-columns: 1fr; gap: 8px; }
  .catalogue-list-hero { min-height: 240px; }
  .catalogue-search-form { grid-template-columns: 1fr; }
  .catalogue-result-image { aspect-ratio: 1.08 / 1; }
  .news-featured-media { min-height: 0; aspect-ratio: 16 / 10; }
  .news-featured-copy { padding: 28px 24px 32px; }
  .news-featured-heading { align-items: flex-start; }
  .news-redesign-body { min-height: 0; }
  .article-detail-navigation { grid-template-columns: 1fr; }
  .article-detail-navigation .article-detail-all { min-height: 72px; order: -1; }
  .article-detail-navigation .article-detail-next { text-align: left; }
  .about-story-media { display: block; width: 100%; max-width: none; margin-top: 4px; }
  .about-story-media > img { aspect-ratio: 16 / 11; }
  .about-story-badge { right: 12px; bottom: 12px; width: auto; height: auto; min-width: 128px; padding: 14px 18px; }
  .about-story-badge strong { font-size: 20px; }
  .about-story-text { max-height: none; }
  .about-standard-media { order: 2; }
  .site-rich-content table { display: block; overflow-x: auto; }
  .contact-company-content li { grid-template-columns: 1fr; gap: 4px; }
  .contact-team-grid,.contact-checklist-content ol { grid-template-columns: 1fr; }
  .contact-person-card { min-height: 210px; }
  .contact-person-email,.contact-person-card > p:not(.contact-person-region) { white-space: normal; }
  .contact-checklist-heading { margin-bottom: 30px; text-align: left; }
  .contact-checklist-heading > p:not(.site-eyebrow) { margin-left: 0; }
  .contact-checklist-grid .site-button { width: 100%; justify-content: center; }
  .contact-checklist-content li { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .news-featured-track { transition: none; }
}

/* Shared content, downloads and legacy routes */
.content-listing-heading { display: flex; margin-bottom: 22px; justify-content: flex-end; color: var(--kvr-muted); }
.content-listing-heading p { margin: 0; }
.content-listing-heading strong { color: var(--kvr-ink); font-size: 19px; }
.content-listing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.content-listing-card { display: flex; min-height: 300px; overflow: hidden; flex-direction: column; border: 1px solid var(--kvr-line); border-radius: var(--kvr-radius); background: #fff; }
.content-listing-card:hover { box-shadow: var(--kvr-shadow); transform: translateY(-4px); }
.content-listing-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.content-listing-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.content-listing-card:hover .content-listing-media img { transform: scale(1.035); }
.content-listing-body { display: flex; min-height: 260px; padding: 24px; flex: 1 1 auto; flex-direction: column; }
.content-listing-body time { color: var(--kvr-blue); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.content-listing-body h2 { margin: 12px 0; font-size: 21px; line-height: 1.35; }
.content-listing-body h2 a { color: var(--kvr-ink) !important; text-decoration: none !important; }
.content-listing-body p { margin: 0; color: var(--kvr-muted); line-height: 1.7; }
.content-listing-link { margin-top: auto; padding-top: 20px; color: var(--kvr-blue) !important; font-size: 13px; font-weight: 700; }
.page-content-shell { max-width: 980px; }
.page-content-tabs { position: relative; z-index: 3; overflow-x: auto; border-bottom: 1px solid var(--kvr-line); background: #fff; box-shadow: 0 10px 25px rgba(16,47,67,.05); }
.page-content-tabs .container { display: flex; min-height: 72px; align-items: center; gap: 8px; }
.page-content-tabs a { display: inline-flex; min-height: 42px; padding: 0 16px; align-items: center; border-radius: 999px; color: #526b79 !important; font-size: 13px; font-weight: 700; white-space: nowrap; text-decoration: none !important; }
.page-content-tabs a:hover,.page-content-tabs a:focus,.page-content-tabs a.is-current { color: #fff !important; background: var(--kvr-blue); }
.download-list { display: grid; gap: 16px; }
.download-card { display: grid; min-height: 180px; padding: 30px; align-items: center; grid-template-columns: 1fr auto; gap: 30px; border: 1px solid var(--kvr-line); border-radius: var(--kvr-radius); background: #fff; }
.download-card time { color: var(--kvr-blue); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.download-card h2 { margin: 8px 0 9px; color: var(--kvr-ink); font-size: 23px; font-weight: 700; }
.download-card p { margin: 0; color: var(--kvr-muted); line-height: 1.7; }

@media (max-width: 991px) {
  .content-listing-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 767px) {
  .content-listing-grid { grid-template-columns: 1fr; }
  .content-listing-body { min-height: 0; }
  .page-content-tabs .container { width: max-content; min-width: 100%; }
  .download-card { grid-template-columns: 1fr; gap: 20px; }
  .download-card .site-button { width: 100%; }
}
