/* Visual refinements retain the existing section order, imagery and brand palette. */
/* Keep one full-width shell and one content container in both header states. */
:root { --header-height: 11.3rem; }
.home-page, .inner-page { padding-top: 0; }
.site-header { height: var(--header-height); position: relative; z-index: 1030; }
.site-header .navbar {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  padding-block: .8rem;
  transition: background-color .2s ease, box-shadow .2s ease;
}
.site-header .navbar > .container { padding-inline: calc(var(--bs-gutter-x, 1.5rem) / 2); }
.site-header .navbar .nav-link { transition: color .2s ease, border-color .2s ease; }
@media (max-width: 1199px) { :root { --header-height: 9.36rem; } }
.site-header .navbar-brand { margin-right: 2.4rem; padding: 0; }
.site-header .navbar-brand img { width: 15rem; height: auto; }
.site-header .navbar-nav .nav-item { margin-right: .5rem; }
.site-header .navbar-nav .nav-link {
  padding: 1.2rem .8rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.site-header .navbar-nav .dropdown-menu {
  min-width: 29rem;
  padding: .8rem;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 1rem;
  box-shadow: 0 1rem 3rem rgba(18, 16, 60, .16);
}
.site-header .dropdown-menu li { padding: 0; }
.site-header .dropdown-menu .dropdown-item {
  padding: 1.2rem;
  border-bottom: 0;
  border-radius: .5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus-visible { background-color: rgba(255, 255, 255, .13); }
.site-header .dropdown-menu .menu-product-status { color: #e0ddff; }
.site-header .navbar.sticky { box-shadow: 0 .3rem 1.5rem rgba(21, 21, 38, .1); }
.home-page .padding-80 { padding-block: clamp(5.6rem, 5vw, 8rem); }
.home-page :is(.product-category, .industries, .usp, .testimonial) .title {
  margin-bottom: clamp(3.2rem, 3.5vw, 4.8rem);
}
.home-page .title .section-heading,
.home-page .title .section-heading span {
  font-size: clamp(3rem, 3.3vw, 4.8rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.025em;
}
.home-page .title .section-heading { margin: 0; }
.home-page :is(.product-category, .testimonial) .title p {
  max-width: 85rem;
  margin: 1.8rem auto 0;
  padding: 0;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #53535d;
}
.home-page .home-background-image .home-content .home-text h1 {
  margin: 0;
  line-height: 1.15;
  letter-spacing: -.025em;
  text-wrap: balance;
  text-shadow: 0 .2rem 1.5rem rgba(0, 0, 0, .14);
}
.home-page .home-background-image .back-image .overlay {
  background: linear-gradient(90deg, rgba(12, 16, 24, .67), rgba(12, 16, 24, .4) 58%, rgba(12, 16, 24, .22));
}
.home-page .slider-controls { gap: 1.2rem; }
.home-page .home-background-image,
.home-page .home-background-image .back-image,
.home-page .home-background-image .back-image img,
.home-page .home-background-image .back-image .overlay { border-radius: 0; }
.home-page .company-logo-banner {
  padding-block: clamp(4rem, 4vw, 6rem);
  background: linear-gradient(180deg, #fff 0%, #f8f8fc 100%);
  border-bottom: 1px solid #eae9f0;
}
.home-page .company-logo-banner .title { margin-bottom: 3.2rem; }
.home-page .company-logo-banner .title .section-heading,
.home-page .company-logo-banner .title .section-heading span {
  font-size: clamp(2.8rem, 2.5vw, 3.6rem);
}
.home-page .company-logo-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 2.4rem;
  max-width: 120rem;
  margin-inline: auto;
}
.home-page .company-logo-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: 23rem;
  padding: 2.4rem;
  border: 1px solid #e4e3ed;
  border-radius: 1.6rem;
  background: #fff;
  color: #494655;
  box-shadow: 0 .4rem 1.8rem rgba(32, 28, 73, .025);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.home-page .company-logo-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 13rem;
  width: 100%;
  min-width: 0;
}
.home-page .company-logo-stage img {
  width: 100%;
  height: auto;
  max-height: 13rem;
  object-fit: contain;
}
/* Size the visible artwork optically; the original canvases have different proportions. */
.home-page .company-logo-blubuck img { max-width: 24rem; }
.home-page .company-logo-homecare img { max-width: 36rem; }
.home-page .company-logo-solvent img { max-width: 19rem; }
.home-page .company-logo-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  width: 100%;
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid #efedf4;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.home-page .company-logo-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #f4f3fa;
  color: var(--primary-color);
  transition: background-color .2s ease, color .2s ease;
}
.home-page .company-logo-link:hover {
  background: #fff;
  border-color: #aaa6cc;
  box-shadow: 0 .6rem 2rem rgba(32, 28, 73, .07);
}
.home-page .company-logo-link:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 4px;
}
.home-page .company-logo-link:is(:hover, :focus-visible) .company-logo-arrow {
  background: var(--primary-color);
  color: #fff;
}
.product-category .product-category-card {
  min-height: 42rem;
  padding: 2.6rem;
  border: 1px solid rgba(36, 33, 128, .06);
  border-radius: 1.8rem;
}
.product-category .product-category-card .card-image {
  padding: 0;
  margin-bottom: 1.6rem;
  transform: none;
}
.product-category .product-category-card .card-image img {
  max-width: 21rem;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(35, 35, 50, .16);
}
.product-category .product-category-card .card-title {
  display: grid;
  align-content: center;
  min-height: 7rem;
  padding-bottom: 1.2rem;
}
.product-category .product-category-card .card-title h3 {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.35;
  text-wrap: balance;
}
.product-category .product-category-card .card-description {
  margin-bottom: 2.4rem;
  padding-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #42424a;
}
.product-category .product-category-card .cat-btn {
  margin-bottom: 0;
  padding: 1.4rem 2rem;
  min-height: 5.2rem;
  background-color: var(--primary-color);
  font-size: 1.6rem;
  line-height: 1.5;
}
.product-category .product-category-card .cat-btn:hover { background-color: #18165b; }
.product-status-row {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.2rem;
  margin-bottom: 0;
}
.home-page .about-us .about-us-section { min-height: 0; align-items: stretch; }
.home-page .about-us .about-us-section .about-left {
  position: relative;
  flex: 0 0 50%;
  width: 50%;
  min-height: 56rem;
}
.home-page .about-us .about-us-section .about-left img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .about-us .about-us-section .about-right {
  flex: 0 0 50%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: clamp(3.2rem, 4.5vw, 7rem);
}
.home-page .about-us .about-right .title { margin-bottom: 2.4rem; }
.home-page .about-us .about-us-section .about-right .title h2 {
  max-width: 62rem;
  margin: 0;
  font-size: clamp(3.2rem, 3.3vw, 4.8rem);
  line-height: 1.22;
  letter-spacing: -.025em;
  text-wrap: balance;
}
.home-page .about-us .about-us-section .about-right .about-description p {
  max-width: 66rem;
  margin-bottom: 1.8rem;
  font-size: 1.7rem;
  line-height: 1.85;
  color: #f1f0ff;
}
.home-page .about-us .about-second { margin-top: 1.4rem; }
.home-page .about-us .about-us-section .about-right .about-second .btn {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  margin: 0;
  padding: 1.4rem 3.4rem;
  font-size: 1.7rem;
  line-height: 1.5;
  background: white;
  color: #242180;
  box-shadow: none;
}
.home-page .about-us .about-us-section .about-right .about-second .btn:hover { background: #e8e6ff; }
.home-page .industries { border-radius: clamp(3rem, 5vw, 8rem); }
.home-page .industry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8rem 2.4rem;
  max-width: 112rem;
  margin: 8.4rem auto 0;
}
.home-page .industries .icon-container {
  min-height: 28rem;
  height: auto;
  margin: 0;
  padding: 7rem 2.8rem 3rem;
  border: 1px solid #c4c1c7;
  border-radius: 1.2rem;
  box-shadow: 0 .3rem 1.4rem rgba(25, 25, 50, .025);
}
.home-page .industries .icon-container img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10rem;
  height: 10rem;
  margin: 0;
  object-fit: cover;
  border: 1px solid #aba7b1;
}
.home-page .industries .icon-container h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8em;
  margin: 0 0 1.2rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #282733;
}
.home-page .industries .icon-container p {
  max-width: 48ch;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #4c4b55;
}
.home-page .industries .icon-container:hover { border-color: #777395; }
.home-page .usp .row { row-gap: 2rem; }
.home-page .usp .row > [class*="col-"] { display: flex; }
.home-page .usp .counter-box {
  flex: 1;
  min-width: 0;
  min-height: 19rem;
  margin: 0;
  padding: 3rem 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  box-shadow: none;
}
.home-page .usp .counter-box h4 { margin: 0 0 1.2rem; font-size: 1.7rem; line-height: 1.5; }
.home-page .usp .counter {
  margin: 0 0 .8rem;
  color: var(--primary-color);
  -webkit-text-stroke: 0;
  font-size: clamp(3.4rem, 3.5vw, 4.8rem);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -.025em;
  font-variant-numeric: tabular-nums;
}
.home-page .usp .counter-box p { margin: 0; color: #575563; font-size: 1.5rem; line-height: 1.5; }
.home-page .testimonial .testimonial-container { padding-top: 6.8rem; padding-bottom: .8rem; }
.home-page .testimonial .review-area { align-items: stretch; }
.home-page .testimonial .review-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 32rem;
  margin-top: 0;
  padding: 3rem;
  border: 1px solid #e7e5e9;
  border-radius: 2rem;
  color: #34323d;
}
.home-page .testimonial .review-slide > p {
  margin: 0 0 2.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #494751;
}
.home-page .testimonial-quote-mark {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--primary-color);
  font-family: Georgia, serif;
  font-size: 5.6rem;
  line-height: .7;
}
.home-page .testimonial .review-source { margin-top: auto; gap: 1.6rem; align-items: center; }
.home-page .testimonial .review-container .review-source img {
  flex-shrink: 0;
  width: 6.4rem;
  height: 6.4rem;
  object-fit: cover;
}
.home-page .testimonial .review-source .person-name { min-width: 0; }
.home-page .testimonial .review-source .person-name h3 { margin: 0 0 .5rem; font-size: 1.6rem; font-weight: 600; line-height: 1.4; }
.home-page .testimonial .review-source .person-name p { margin: 0; font-size: 1.35rem; color: #686571; line-height: 1.5; }
.home-page .testimonial .arrow-navigation-container { top: 0; right: calc(var(--bs-gutter-x, 1.5rem) / 2); gap: 1rem; }
.home-page .testimonial .custom-prev,
.home-page .testimonial .custom-next {
  position: static;
  transform: none;
  width: 4.4rem;
  height: 4.4rem;
  font-size: 1.8rem;
  box-shadow: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .navbar-brand { margin-right: 1rem; }
  .site-header .navbar-brand img { width: 12rem; }
  .site-header .navbar-nav .nav-item { margin-right: 0; }
  .site-header .navbar-nav .nav-link { padding-inline: .6rem; font-size: 1.2rem; }
}
@media (max-width: 991px) {
  .home-page .company-logo-list { grid-template-columns: 1fr; max-width: 64rem; gap: 1.6rem; }
  .home-page .company-logo-link { flex-direction: row; gap: 2.4rem; min-height: 15rem; }
  .home-page .company-logo-stage { flex: 1; height: 10rem; }
  .home-page .company-logo-stage img { max-height: 10rem; }
  .home-page .company-logo-caption {
    flex: 0 0 17rem;
    margin: 0;
    padding: 1.2rem 0 1.2rem 2.4rem;
    border-top: 0;
    border-left: 1px solid #efedf4;
  }
  .site-header .navbar { padding-inline: 2rem; }
  .site-header .navbar > .container { padding-inline: 0; }
  .site-header .navbar-brand img { width: 12rem; }
  .site-header .navbar-toggler { width: 4.4rem; height: 4.4rem; margin-right: 0; }
  .site-header .navbar-nav .nav-link { padding: 1.2rem .5rem; font-size: 1.5rem; }
  .site-header .navbar-nav .dropdown-menu { min-width: 0; margin-bottom: 1rem; }
  .home-page .home-background-image .home-content .home-text h1 { max-width: 72rem; font-size: clamp(3.6rem, 6vw, 5.8rem); }
  .home-page .about-us .about-us-section { flex-direction: column; }
  .home-page .about-us .about-us-section .about-left { flex: none; width: 100%; height: clamp(28rem, 50vw, 44rem); min-height: 0; }
  .home-page .about-us .about-us-section .about-right { flex: none; width: 100%; padding: 4.8rem 3.2rem; }
  .home-page .industry-grid { column-gap: 2rem; }
  .home-page .industries .icon-container { padding-inline: 2rem; }
  .home-page .usp .counter { font-size: clamp(3.2rem, 4vw, 4rem); }
  .home-page .testimonial .review-slide { padding: 2.6rem; }
}
@media (max-width: 767px) {
  .product-category .product-category-card { max-width: 44rem; min-height: 38rem; margin-inline: auto; padding: 2.4rem; }
  .home-page .industry-grid { grid-template-columns: 1fr; gap: 7.2rem; max-width: 52rem; }
  .home-page .industries .icon-container { min-height: 25rem; padding-top: 6.4rem; }
  .home-page .industries .icon-container h3 { min-height: 0; }
  .home-page .usp .counter-box { min-height: 17rem; }
  .home-page .testimonial .review-slide { min-height: 30rem; }
}
@media (max-width: 575px) {
  .home-page .company-logo-list { max-width: 42rem; }
  .home-page .company-logo-link { flex-direction: column; gap: 0; min-height: 0; padding: 2rem 2.4rem; }
  .home-page .company-logo-stage { flex: 0 0 11rem; }
  .home-page .company-logo-stage img { max-height: 11rem; }
  .home-page .company-logo-caption {
    flex: none;
    margin-top: 1.2rem;
    padding: 1.2rem 0 0;
    border-top: 1px solid #efedf4;
    border-left: 0;
  }
}
