﻿:root {
  color-scheme: light;
  --ink: #122633;
  --muted: #586a78;
  --line: #d6e0e5;
  --paper: #ffffff;
  --soft: #f1f6f6;
  --navy: #082f3d;
  --teal: #008c8a;
  --teal-dark: #005f67;
  --amber: #f6ad32;
  --coral: #d96652;
  --shadow: 0 18px 45px rgba(8, 47, 61, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.catalog-header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-height: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.98);
}

.header-main-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 70px;
  padding: 8px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(23, 59, 87, 0.08);
}

.catalog-header .brand {
  flex: 0 0 auto;
}

.brand-wordmark {
  display: inline-grid;
  justify-items: start;
  gap: 0;
  min-width: max-content;
  line-height: 0.9;
}

.brand-wordmark strong {
  color: #063c4a;
  font-size: clamp(26px, 2.35vw, 36px);
  font-weight: 900;
  letter-spacing: 0;
}

.brand-wordmark strong::first-letter {
  color: var(--teal);
}

.brand-wordmark small {
  display: block;
  margin-top: 2px;
  margin-left: 2px;
  color: var(--amber);
  font-size: clamp(8px, 0.72vw, 11px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.catalog-header .brand-logo {
  height: 66px;
  max-width: 210px;
}

.catalog-header .brand-mark {
  width: 34px;
  height: 34px;
}

.catalog-header .brand small {
  display: block;
}

.top-catalog-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  flex: 1 1 auto;
  min-height: 58px;
  padding: 0 clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(23, 59, 87, 0.08);
  overflow: visible;
  scrollbar-width: none;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
}

.language-badge {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #e30a17;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 8px 18px rgba(227, 10, 23, 0.18);
}

.header-icon-link {
  display: grid;
  place-items: center;
  position: relative;
  width: 34px;
  height: 34px;
  color: #101828;
  border-radius: 999px;
  line-height: 1;
}

.header-icon-link svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.header-social-link {
  font-size: 0;
}

.instagram-link {
  color: #e1306c;
}

.linkedin-link {
  color: #0a66c2;
}

.header-icon-link:hover {
  color: var(--teal);
  background: #eef7f6;
}

.badge-icon > span {
  position: absolute;
  top: -2px;
  right: -3px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  color: #fff;
  background: var(--teal);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.quote-list-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 0 22px;
  color: #fff;
  background: var(--teal);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(29, 154, 138, 0.24);
  font-weight: 800;
  white-space: nowrap;
}

.quote-list-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 21px;
  line-height: 1;
}

.quote-list-icon b {
  position: absolute;
  top: -10px;
  right: -11px;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  color: #fff;
  background: var(--amber);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.top-catalog-nav::-webkit-scrollbar {
  display: none;
}

.nav-category {
  position: relative;
  flex: 0 0 auto;
}

.nav-category > a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 12px;
  color: #1e2430;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.nav-category > a::after {
  content: "▾";
  margin-left: 5px;
  color: var(--muted);
  font-size: 12px;
}

.nav-category.highlight > a {
  color: var(--teal);
  text-transform: uppercase;
}

.nav-category:hover > a,
.nav-category:focus-within > a {
  color: var(--teal);
}

.nav-dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 20;
  display: grid;
  min-width: 220px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(30, 36, 48, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-category:hover .nav-dropdown,
.nav-category:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown a {
  padding: 10px 12px;
  color: #344054;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-dropdown a:hover {
  color: #fff;
  background: var(--teal);
}

.catalog-header .header-cta {
  flex: 0 0 auto;
  min-height: 36px;
  padding-inline: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: auto;
  height: 64px;
  max-width: 190px;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--navy);
  border-radius: 8px;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.brand.brand-wordmark,
.brand-wordmark {
  display: inline-grid;
  align-items: start;
  justify-items: start;
  gap: 0;
  min-width: max-content;
  line-height: 0.88;
}

.brand-wordmark strong {
  display: block;
  color: var(--navy);
  font-size: clamp(25px, 2.25vw, 34px);
  font-weight: 900;
  letter-spacing: 0;
}

.brand-wordmark strong::first-letter {
  color: var(--teal);
}

.brand-wordmark small,
.brand.brand-wordmark small {
  display: block;
  width: 100%;
  margin-top: 4px;
  margin-left: 0;
  color: var(--amber);
  font-size: clamp(8px, 0.68vw, 10px);
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav {
  display: flex;
  gap: clamp(12px, 2.2vw, 28px);
  color: #344054;
  font-size: 15px;
}

.nav a:hover {
  color: var(--teal);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
}

.header-cta,
.button.primary {
  color: #fff;
  background: var(--teal);
}

.button.secondary {
  color: var(--navy);
  background: #fff;
  border-color: var(--line);
}

.home-hero-carousel {
  position: relative;
  overflow: visible;
  background:
    linear-gradient(180deg, #061d27 0%, #082f3d 100%);
}

.home-hero-track {
  position: relative;
  overflow: hidden;
  min-height: clamp(360px, 34vw, 500px);
}

.home-hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  min-height: inherit;
  opacity: 0;
  pointer-events: none;
  transition: opacity 620ms ease;
}

.home-hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.home-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 19, 27, 0.76), rgba(7, 34, 45, 0.58) 42%, rgba(8, 47, 61, 0.22) 70%, rgba(8, 47, 61, 0.04)),
    radial-gradient(circle at 78% 46%, rgba(0, 140, 138, 0.22), transparent 34%),
    radial-gradient(circle at 92% 16%, rgba(246, 173, 50, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(8, 47, 61, 0.42), rgba(0, 95, 103, 0.22));
}

.home-hero-slide > picture,
.home-hero-slide > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero-slide > picture img,
.home-hero-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.48) contrast(1.14) brightness(1.02);
  transform: scale(1.025);
  transition: transform 1600ms ease;
}

.home-hero-slide.active > picture img,
.home-hero-slide.active > img {
  transform: scale(1);
}

.home-hero-slide > img[src*="product-images"] {
  object-fit: contain;
  object-position: 80% center;
  padding: 22px clamp(34px, 7vw, 110px) 42px clamp(400px, 46vw, 800px);
  background:
    radial-gradient(circle at 76% 48%, rgba(255, 255, 255, 0.98), rgba(13, 174, 166, 0.18) 34%, rgba(9, 55, 69, 0.56) 72%),
    linear-gradient(135deg, #0a2835, #0e4351 58%, #087779);
  filter: saturate(1.86) contrast(1.16) brightness(1.15);
}

.hero-kit-slide picture img,
.hero-kit-slide > img {
  object-fit: cover;
  object-position: center center;
  padding: 0;
  filter: saturate(1.52) contrast(1.14) brightness(1.04);
}

.hero-combo {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  width: min(58vw, 920px);
  pointer-events: none;
}

.hero-combo img {
  position: absolute;
  display: block;
  width: clamp(120px, 17vw, 270px);
  height: clamp(120px, 17vw, 270px);
  object-fit: contain;
  padding: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  filter: saturate(1.68) contrast(1.22) brightness(1.14);
}

.hero-combo img:nth-child(1) {
  right: 35%;
  top: 12%;
  transform: rotate(-5deg);
}

.hero-combo img:nth-child(2) {
  right: 12%;
  top: 21%;
  transform: rotate(3deg) scale(1.08);
}

.hero-combo img:nth-child(3) {
  right: 26%;
  bottom: 10%;
  transform: rotate(6deg) scale(0.92);
}

.combo-drinkware img:nth-child(1),
.combo-office img:nth-child(1),
.combo-tech img:nth-child(1) {
  background: #f8fbfb;
}

.hero-kit-slide::after {
  background:
    linear-gradient(90deg, rgba(6, 12, 16, 0.64), rgba(6, 12, 16, 0.18) 42%, rgba(6, 12, 16, 0)),
    linear-gradient(180deg, rgba(6, 12, 16, 0.12), rgba(6, 12, 16, 0.12));
}

.hero-kit-slide .home-hero-copy {
  max-width: 470px;
  margin-left: clamp(12px, 3vw, 30px);
  padding-top: clamp(22px, 4vw, 42px);
  color: #fff;
}

.hero-kit-slide .home-hero-copy h1,
.hero-kit-slide .home-hero-copy h2 {
  color: #fff;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.hero-kit-slide .home-hero-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.88);
}

.hero-kit-slide .home-hero-copy .eyebrow {
  color: #c8f1ea;
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  width: min(590px, 48vw);
  min-height: 230px;
  margin-left: clamp(16px, 2.2vw, 32px);
  padding: clamp(24px, 3.5vw, 42px) clamp(20px, 4.5vw, 58px) clamp(78px, 8vw, 104px);
  color: #fff;
}

.home-hero-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  color: #d8fff9;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 12px;
}

.home-hero-copy h1,
.home-hero-copy h2 {
  margin-bottom: 14px;
  color: #fff;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

.home-hero-copy h1 {
  font-size: clamp(36px, 4.4vw, 60px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.home-hero-copy h2 {
  max-width: 560px;
  font-size: clamp(30px, 3.6vw, 50px);
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.home-hero-copy p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.58;
}

.home-hero-copy .button {
  min-height: 48px;
  margin-top: 14px;
  padding-inline: 22px;
  background: linear-gradient(135deg, var(--amber), #ffc15c);
  box-shadow: 0 16px 34px rgba(245, 166, 35, 0.28);
}

.home-hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: rgba(5, 103, 108, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  cursor: pointer;
  font-size: 22px;
  transform: translateY(-50%);
}

.home-hero-arrow:hover {
  background: var(--teal);
}

.home-hero-arrow.prev {
  left: 24px;
}

.home-hero-arrow.next {
  right: 24px;
}

.home-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 48px;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.home-hero-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  background: rgba(255, 255, 255, 0.52);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.home-hero-dots button.active {
  width: 28px;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(0, 140, 138, 0.16);
}

.hero-search {
  position: absolute;
  left: 50%;
  bottom: -32px;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  width: min(880px, calc(100% - 36px));
  min-height: 64px;
  overflow: hidden;
  background: #fff;
  border: 2px solid var(--teal);
  border-radius: 12px;
  box-shadow: 0 22px 54px rgba(14, 60, 74, 0.17);
  transform: translateX(-50%);
}

.hero-search input {
  min-height: 62px;
  padding: 0 28px;
  border: 0;
  border-radius: 0;
  font-size: clamp(17px, 2vw, 21px);
}

.hero-search button {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin: 7px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: 33px;
  line-height: 1;
}

.quick-category-strip {
  padding: 70px clamp(18px, 5vw, 72px) 28px;
  background:
    linear-gradient(180deg, #ffffff, #f3faf9);
}

.quick-category-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  max-width: 1480px;
  margin: 0 auto 24px;
}

.quick-category-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
}

.quick-category-heading a {
  color: var(--teal);
  font-weight: 800;
}

.quick-category-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(112px, 1fr));
  gap: clamp(16px, 2.4vw, 30px);
  max-width: 1480px;
  margin: 0 auto;
}

.quick-category-list a {
  display: grid;
  justify-items: center;
  gap: 12px;
  min-width: 0;
  color: #101828;
  text-align: center;
  font-weight: 800;
}

.quick-category-list img {
  width: clamp(112px, 9.5vw, 154px);
  height: clamp(112px, 9.5vw, 154px);
  padding: 10px;
  object-fit: cover;
  background:
    radial-gradient(circle at 42% 34%, rgba(255, 255, 255, 0.98), rgba(226, 247, 244, 0.8) 62%, rgba(0, 140, 138, 0.22)),
    #e9f6f4;
  border: 1px solid rgba(8, 47, 61, 0.1);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(30, 36, 48, 0.12);
  filter: saturate(1.55) contrast(1.16) brightness(1.1);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.quick-category-list a:hover img {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 22px 44px rgba(29, 154, 138, 0.18);
  filter: saturate(1.7) contrast(1.2) brightness(1.12);
}

.quick-category-list span {
  max-width: 150px;
  min-height: 44px;
  color: var(--navy);
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(42px, 6vw, 76px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(23, 59, 87, 0.08), rgba(29, 154, 138, 0.08)),
    #fbfcfd;
}

.hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-position: center;
  background-size: cover;
}

.hero-bg-one {
  background-image: url("assets/images/banners/hero-banner-1-20260416-162605.webp");
}

.hero-copy {
  position: relative;
  max-width: 670px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(52px, 8vw, 104px);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-copy p:not(.eyebrow),
.quote-copy p {
  max-width: 620px;
  color: #475467;
  font-size: clamp(17px, 2vw, 21px);
}

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

.hero-panel {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 34px clamp(18px, 5vw, 72px) 36px;
  background:
    linear-gradient(90deg, rgba(8, 47, 61, 0.09), rgba(0, 140, 138, 0.13), rgba(246, 173, 50, 0.1)),
    #f2f8f8;
  border-bottom: 1px solid var(--line);
}

.stats div {
  position: relative;
  overflow: hidden;
  padding: 24px 26px 26px;
  background: #fff;
  border: 1px solid rgba(8, 47, 61, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(30, 36, 48, 0.09);
}

.stats div::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -28px;
  width: 112px;
  height: 112px;
  background: rgba(29, 154, 138, 0.1);
  border-radius: 999px;
}

.stats div:nth-child(1) {
  background: linear-gradient(135deg, #ffffff, #eef9f7);
  border-left: 5px solid var(--teal);
}

.stats div:nth-child(2) {
  background: linear-gradient(135deg, #ffffff, #fff7ea);
  border-left: 5px solid var(--amber);
}

.stats div:nth-child(3) {
  background: linear-gradient(135deg, #ffffff, #eef3f7);
  border-left: 5px solid var(--navy);
}

.stats strong,
.stats span {
  display: block;
}

.stats strong {
  position: relative;
  z-index: 1;
  color: #073746;
  font-size: clamp(24px, 3vw, 34px);
}

.stats span {
  position: relative;
  z-index: 1;
  color: #475467;
  font-weight: 700;
}

.promo-info-section {
  padding: clamp(56px, 7vw, 90px) clamp(18px, 5vw, 72px) clamp(50px, 6vw, 78px);
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 36px);
  max-width: 1470px;
  margin: 0 auto clamp(60px, 7vw, 96px);
}

.benefit-card {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 22px;
  min-height: 198px;
  padding: 28px 22px;
  background: #f5fbfa;
  border: 1px solid rgba(8, 47, 61, 0.06);
  border-radius: 14px;
  text-align: center;
}

.benefit-card h3 {
  margin: 0;
  color: #061d27;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
}

.benefit-icon svg {
  display: block;
  width: 62px;
  height: 62px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-teal {
  color: var(--teal);
  background: #eefafa;
}

.benefit-amber {
  color: #ea9611;
  background: #fff7ea;
}

.benefit-slate {
  color: #26323b;
  background: #f3f4f5;
}

.benefit-blue {
  color: #14527a;
  background: #eef7fb;
}

.promo-info-copy {
  max-width: 1470px;
  margin: 0 auto;
  color: #4b5968;
}

.promo-info-copy h2,
.promo-info-copy h3 {
  color: #5b6169;
  letter-spacing: 0;
}

.promo-info-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.05;
}

.promo-info-copy h3 {
  margin: 42px 0 12px;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.08;
}

.promo-info-copy p {
  max-width: 1350px;
  margin-bottom: 0;
  color: #536273;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.7;
}

.section,
.quote-section,
.service-band {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 72px);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

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

.category-section {
  background:
    linear-gradient(180deg, #ffffff, #eff8f7 58%, #ffffff),
    #fff;
}

.category-heading {
  align-items: center;
}

.category-controls {
  display: flex;
  gap: 10px;
}

.category-arrow {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(29, 154, 138, 0.22);
  border-radius: 8px;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(30, 36, 48, 0.08);
}

.category-arrow:hover {
  color: #fff;
  background: var(--teal);
  border-color: var(--teal);
}

.category-slider {
  overflow: hidden;
}

.category-track {
  display: flex;
  gap: 28px;
  transition: transform 360ms ease;
}

.category-slide {
  display: grid;
  grid-template-columns: 1.25fr repeat(2, minmax(0, 0.78fr));
  grid-template-rows: repeat(2, minmax(180px, 1fr)) minmax(180px, 0.92fr);
  gap: 18px;
  min-width: 100%;
}

.cat-card {
  position: relative;
  display: flex;
  align-items: end;
  overflow: hidden;
  min-height: 180px;
  color: #fff;
  background: #082f3d;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(30, 36, 48, 0.17);
  isolation: isolate;
}

.cat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 47, 61, 0.02), rgba(5, 19, 28, 0.72)),
    linear-gradient(90deg, rgba(0, 140, 138, 0.24), transparent 56%);
}

.cat-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.58) contrast(1.18) brightness(1.1);
  transition: transform 450ms ease, filter 450ms ease;
}

.cat-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.76) contrast(1.22) brightness(1.13);
}

.cat-card span {
  position: relative;
  z-index: 1;
  max-width: 88%;
  margin: 0 16px 16px;
  padding: 11px 13px;
  background: rgba(16, 24, 40, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.05;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

.card-featured {
  grid-row: span 2;
  min-height: 378px;
}

.card-wide {
  grid-column: span 3;
}

.category-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 22px;
}

.category-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #b7d5d1;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.category-dot.active {
  width: 28px;
  background: var(--teal);
}

.service-band {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(245, 166, 35, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(14, 60, 74, 0.98), rgba(5, 103, 108, 0.96)),
    var(--navy);
}

.service-band .eyebrow {
  color: #7bd5c8;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  position: relative;
  min-height: 150px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.steps li::before {
  content: "";
  display: block;
  width: 36px;
  height: 4px;
  margin-bottom: 18px;
  background: var(--amber);
  border-radius: 999px;
}

.steps strong,
.steps span {
  display: block;
}

.steps span {
  color: rgba(255, 255, 255, 0.76);
}

.quote-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(26px, 5vw, 64px);
  align-items: start;
  background:
    radial-gradient(circle at 10% 14%, rgba(0, 140, 138, 0.1), transparent 28%),
    linear-gradient(90deg, #f1faf8, #ffffff 44%, #e4f4f2),
    var(--soft);
}

.quote-copy {
  align-self: start;
}

.contact-cards {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.contact-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 50px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.contact-card > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  border-radius: 8px;
  font-size: 18px;
  font-weight: 800;
}

.contact-card > span svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.contact-card strong,
.contact-card small {
  display: block;
}

.contact-card strong {
  color: var(--navy);
  font-size: 14px;
}

.contact-card small {
  color: #536273;
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contact-card-address {
  align-items: start;
}

.contact-card-address > span {
  margin-top: 2px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.contact-note {
  margin: 16px 0 0;
  color: #647486;
  font-size: 14px;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(20px, 3vw, 32px);
  background: #fff;
  border: 1px solid rgba(29, 154, 138, 0.18);
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(30, 36, 48, 0.1);
}

label {
  display: grid;
  gap: 7px;
  color: #344054;
  font-size: 14px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cfd7df;
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.form-result {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: var(--teal);
  font-weight: 700;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(18px, 5vw, 72px);
  color: #fff;
  background: #061d27;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand strong {
  color: #fff;
  font-size: clamp(24px, 2.2vw, 34px);
}

.footer-brand strong::first-letter {
  color: var(--teal);
}

.footer-brand small {
  color: var(--amber);
  font-size: clamp(8px, 0.75vw, 10px);
}

.site-footer > span {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  text-align: right;
}

.floating-whatsapp {
  position: fixed;
  right: clamp(16px, 2.4vw, 34px);
  bottom: clamp(18px, 4vh, 42px);
  z-index: 80;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  color: #fff;
  background: linear-gradient(135deg, #61d9a7, #20ba73);
  border-radius: 50%;
  box-shadow: 0 18px 38px rgba(16, 185, 129, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.04);
  background: linear-gradient(135deg, #6ee7b7, #14a866);
  box-shadow: 0 22px 46px rgba(16, 185, 129, 0.36);
}

.floating-whatsapp svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.products-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.78fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
  min-height: clamp(300px, 28vw, 430px);
  padding: clamp(44px, 6vw, 78px) clamp(18px, 5vw, 72px);
  color: #fff;
  background:
    radial-gradient(circle at 82% 44%, rgba(0, 140, 138, 0.24), transparent 34%),
    radial-gradient(circle at 94% 10%, rgba(246, 173, 50, 0.18), transparent 26%),
    linear-gradient(135deg, #061d27 0%, #082f3d 48%, #005f67 100%);
}

.products-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 18, 28, 0.82), rgba(5, 18, 28, 0.34) 58%, rgba(5, 18, 28, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);
  pointer-events: none;
}

.products-hero-copy,
.products-hero-visual {
  position: relative;
  z-index: 1;
}

.products-hero h1 {
  max-width: 920px;
  margin-bottom: 14px;
  font-size: clamp(42px, 6vw, 76px);
  overflow-wrap: anywhere;
}

.catalog-title-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.catalog-title-logo img {
  display: block;
  width: auto;
  height: clamp(78px, 10vw, 124px);
  max-width: min(360px, 100%);
  object-fit: contain;
}

.catalog-title-logo span {
  font-size: clamp(32px, 5vw, 62px);
}

.products-hero p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
}

.products-hero-visual {
  display: grid;
  place-items: center;
  min-height: 230px;
  padding: clamp(18px, 3vw, 34px);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.98), rgba(224, 247, 244, 0.88) 58%, rgba(0, 140, 138, 0.24)),
    rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.products-hero-visual img {
  display: block;
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  filter: saturate(1.72) contrast(1.22) brightness(1.12);
}

.catalog-shell {
  display: grid;
  grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
  gap: 28px;
  padding: clamp(28px, 5vw, 56px) clamp(18px, 5vw, 72px) clamp(56px, 8vw, 96px);
  background: var(--soft);
}

.catalog-sidebar {
  align-self: start;
  position: sticky;
  top: 96px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.catalog-sidebar h2 {
  margin-bottom: 14px;
  font-size: 21px;
}

.catalog-categories {
  display: grid;
  gap: 8px;
}

.catalog-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  color: #344054;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-align: left;
}

.catalog-category span {
  color: var(--muted);
  font-size: 12px;
}

.catalog-category.depth-1 {
  margin-left: 12px;
  width: calc(100% - 12px);
  min-height: 38px;
  padding-block: 8px;
  font-size: 13px;
}

.catalog-category.depth-2,
.catalog-category.depth-3 {
  margin-left: 24px;
  width: calc(100% - 24px);
  min-height: 36px;
  padding-block: 7px;
  font-size: 12px;
}

.catalog-category.active,
.catalog-category:hover {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}

.catalog-category.active span,
.catalog-category:hover span {
  color: rgba(255, 255, 255, 0.78);
}

.catalog-results {
  min-width: 0;
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 280px);
  gap: 14px;
  margin-bottom: 18px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.catalog-search,
.catalog-select {
  font-size: 13px;
}

.product-list-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.catalog-subcategories {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  gap: 10px;
  margin-bottom: 2px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.catalog-subcategories a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  color: var(--navy);
  background: #eef7f6;
  border: 1px solid rgba(29, 154, 138, 0.22);
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.catalog-subcategories a:hover {
  color: #fff;
  background: var(--teal);
  border-color: var(--teal);
}

.catalog-subcategories span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.catalog-subcategories a:hover span {
  color: rgba(255, 255, 255, 0.78);
}

.catalog-product-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(30, 36, 48, 0.07);
}

.catalog-product-image {
  display: block;
  position: relative;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 50% 42%, #ffffff, #f2f7f7 72%),
    #f0f3f6;
}

.catalog-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  filter: saturate(1.62) contrast(1.18) brightness(1.1);
  transition: filter 220ms ease, transform 220ms ease;
}

.catalog-product-card:hover .catalog-product-image img {
  filter: saturate(1.8) contrast(1.24) brightness(1.13);
  transform: scale(1.025);
}

.catalog-product-image span,
.product-detail-media span {
  display: none;
}

.catalog-product-image.image-failed,
.product-detail-media.image-failed {
  display: grid;
  place-items: center;
  padding: 18px;
  color: var(--navy);
  background:
    linear-gradient(135deg, rgba(29, 154, 138, 0.12), rgba(242, 170, 76, 0.16)),
    #f0f3f6;
  text-align: center;
  font-weight: 800;
}

.catalog-product-image.image-failed span,
.product-detail-media.image-failed span {
  display: block;
}

.catalog-product-body {
  display: grid;
  grid-template-rows: auto auto minmax(42px, 1fr) auto;
  gap: 8px;
  padding: 14px;
}

.catalog-product-category {
  margin: 0;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
}

.catalog-product-body h3 {
  display: -webkit-box;
  overflow: hidden;
  min-height: 0;
  max-height: 62px;
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.catalog-product-body h3 a {
  overflow-wrap: anywhere;
}

.catalog-product-body > p:not(.catalog-product-category) {
  display: -webkit-box;
  overflow: hidden;
  min-height: 42px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.catalog-product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 6px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.catalog-product-footer span {
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-product-footer a {
  color: var(--teal);
  font-weight: 800;
  white-space: nowrap;
}

.catalog-product-body h3 a:hover {
  color: var(--teal);
}

.product-detail-shell {
  padding: clamp(28px, 5vw, 64px) clamp(18px, 5vw, 72px) clamp(56px, 8vw, 96px);
  background: var(--soft);
}

.product-detail-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 56px);
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 32px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(30, 36, 48, 0.07);
}

.product-detail-media {
  display: grid;
  place-items: center;
  min-height: 420px;
  background: #f0f3f6;
  border-radius: 8px;
}

.product-detail-media img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  padding: 18px;
  filter: saturate(1.62) contrast(1.18) brightness(1.1);
}

.product-detail-content {
  align-self: center;
}

.product-detail-content h1 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
}

.product-category-cta {
  display: grid;
  gap: 3px;
  margin: 0 0 18px;
  padding: 14px 16px;
  color: #fff;
  background: var(--navy);
  border-radius: 8px;
  font-weight: 800;
}

.product-category-cta span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.product-detail-content > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.product-meta {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}

.product-meta div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.product-meta dt {
  color: var(--muted);
  font-weight: 700;
}

.product-meta dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  text-align: right;
}

.product-meta a {
  color: var(--teal);
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.product-detail-empty {
  grid-column: 1 / -1;
  padding: 28px;
  color: var(--muted);
}

.catalog-empty {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
}

.catalog-more {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 900px) {
  .catalog-header {
    align-items: center;
    min-height: auto;
    padding-block: 0;
  }

  .header-main-row {
    min-height: 66px;
    padding-inline: 18px;
  }

  .catalog-header .brand-logo {
    height: 56px;
  }

  .brand-wordmark strong {
    font-size: clamp(24px, 4vw, 32px);
  }

  .brand-wordmark small {
    font-size: clamp(8px, 1.4vw, 10px);
  }

  .header-actions {
    gap: 8px;
  }

  .language-badge,
  .header-icon-link {
    width: 32px;
    height: 32px;
  }

  .header-icon-link svg {
    width: 23px;
    height: 23px;
  }

  .quote-list-button {
    min-height: 42px;
    padding-inline: 14px;
  }

  .top-catalog-nav {
    justify-content: flex-start;
    order: 3;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .nav-category > a {
    min-height: 40px;
    padding-inline: 10px;
    font-size: 14px;
  }

  .nav-dropdown {
    display: none;
  }

  .home-hero-track {
    min-height: 430px;
  }

  .home-hero-copy {
    padding-inline: 24px;
  }

  .home-hero-slide > img[src*="product-images"] {
    object-position: 86% center;
    padding-left: clamp(280px, 48vw, 520px);
  }

  .hero-combo {
    width: 54vw;
    opacity: 0.92;
  }

  .hero-combo img {
    width: clamp(94px, 17vw, 170px);
    height: clamp(94px, 17vw, 170px);
  }

  .quick-category-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .home-hero-arrow {
    width: 42px;
    height: 42px;
  }

  .home-hero-arrow.prev {
    left: 12px;
  }

  .home-hero-arrow.next {
    right: 12px;
  }

  .hero,
  .service-band,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-panel,
  .hero-panel img {
    min-height: 360px;
  }

  .category-slide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .catalog-shell {
    grid-template-columns: 1fr;
  }

  .products-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .products-hero-visual {
    min-height: 220px;
  }

  .catalog-sidebar {
    position: static;
  }

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

  .product-detail-card {
    grid-template-columns: 1fr;
  }

  .product-detail-media {
    min-height: 320px;
  }

  .card-featured,
  .card-wide {
    grid-column: span 2;
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalog-header {
    align-items: stretch;
  }

  .header-main-row {
    align-items: center;
    min-height: auto;
    padding: 10px 14px;
  }

  .catalog-header .brand-logo {
    height: 48px;
    max-width: 150px;
  }

  .brand-wordmark strong {
    font-size: clamp(21px, 6vw, 28px);
  }

  .brand-wordmark small {
    font-size: clamp(7px, 2vw, 9px);
    letter-spacing: 0.03em;
  }

  .header-icon-link {
    width: 30px;
    height: 30px;
  }

  .language-badge {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }

  .header-icon-link svg {
    width: 21px;
    height: 21px;
  }

  .quote-list-button {
    min-height: 38px;
    padding-inline: 9px;
    font-size: 12px;
  }

  .quote-list-icon {
    width: 20px;
    height: 20px;
    font-size: 18px;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
  }

  .site-header:not(.catalog-header) .header-cta {
    position: absolute;
    top: 16px;
    right: 18px;
  }

  .home-hero-track {
    min-height: 440px;
  }

  .home-hero-copy {
    width: 100%;
    min-height: 0;
    padding: 42px 18px 130px;
  }

  .home-hero-slide::after {
    background:
      linear-gradient(90deg, rgba(4, 19, 27, 0.82), rgba(7, 34, 45, 0.66) 62%, rgba(8, 47, 61, 0.24)),
      radial-gradient(circle at 88% 24%, rgba(0, 140, 138, 0.2), transparent 34%);
  }

  .home-hero-slide > img[src*="product-images"] {
    opacity: 0.62;
    object-position: right center;
    padding: 20px 12px 92px 38%;
  }

  .hero-combo {
    right: 0;
    bottom: 82px;
    width: 66vw;
    opacity: 0.44;
  }

  .hero-combo img {
    width: 106px;
    height: 106px;
    padding: 8px;
  }

  .home-hero-copy h1,
  .home-hero-copy h2 {
    font-size: clamp(34px, 11vw, 42px);
    line-height: 1.02;
  }

  .hero-search {
    grid-template-columns: minmax(0, 1fr) 54px;
    min-height: 58px;
    bottom: -29px;
  }

  .hero-search input {
    min-height: 54px;
    padding-inline: 16px;
    font-size: 16px;
  }

  .hero-search button {
    width: 44px;
    height: 44px;
    margin: 6px;
  }

  .quick-category-strip {
    padding-top: 60px;
  }

  .quick-category-heading {
    align-items: flex-start;
  }

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

  .benefit-grid {
    grid-template-columns: 1fr;
    margin-bottom: 42px;
  }

  .benefit-card {
    min-height: 150px;
  }

  .promo-info-copy h2 {
    font-size: 34px;
  }

  .promo-info-copy h3 {
    font-size: 28px;
  }

  .stats,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    display: grid;
  }

  .contact-actions .button {
    width: 100%;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 16px;
    width: 48px;
    height: 48px;
    box-shadow: 0 12px 24px rgba(16, 185, 129, 0.26);
  }

  .floating-whatsapp svg {
    width: 27px;
    height: 27px;
  }

  .products-hero h1 {
    font-size: clamp(34px, 12vw, 52px);
  }

  .products-hero-visual img {
    max-height: 220px;
  }

  .category-heading {
    align-items: flex-start;
  }

  .category-slide {
    grid-template-columns: 1fr;
  }

  .card-featured,
  .card-wide {
    grid-column: auto;
    min-height: 230px;
  }

  .stats div {
    padding-block: 20px;
  }

  .catalog-toolbar,
  .product-list-grid {
    grid-template-columns: 1fr;
  }
}

