:root {
  --site-bg: #f5f7fb;
  --site-surface: rgba(255, 255, 255, 0.82);
  --site-surface-solid: #ffffff;
  --site-text: #102030;
  --site-muted: #64748b;
  --site-border: #dbe5ee;
  --site-primary: #2f8f3a;
  --site-primary-strong: #1f6e2b;
  --site-accent: #0f5f9b;
  --site-rose: #ef4444;
  --site-shadow: 0 18px 50px rgba(16, 32, 48, 0.10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--site-text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(47, 143, 58, 0.10), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(15, 95, 155, 0.10), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

h1, h2, h3, h4, h5, .display-font {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  letter-spacing: -0.03em;
}

.site-shell {
  min-height: 100vh;
}

.navbar.site-nav {
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(219, 229, 238, 0.8);
  box-shadow: 0 8px 30px rgba(16, 32, 48, 0.05);
  min-height: 112px;
}

.navbar-brand {
  font-weight: 800;
  letter-spacing: -0.04em;
}

.site-brand-frame {
  height: 72px;
  display: flex;
  align-items: center;
  overflow: visible;
}

.site-logo-wrap {
  display: flex;
  align-items: center;
  width: 390px;
  height: 66px;
  overflow: visible;
}

.site-logo {
  display: block;
  width: auto;
  height: 66px;
  max-width: none;
  object-fit: contain;
  transform: scale(1.65);
  transform-origin: left center;
}

.brand-badge {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--site-primary), var(--site-accent));
  box-shadow: 0 12px 24px rgba(47, 143, 58, 0.20);
}

@media (max-width: 575.98px) {
  .site-brand-frame {
    height: 60px;
  }

  .site-logo-wrap {
    width: 275px;
    height: 48px;
  }

  .site-logo {
    height: 48px;
    transform: scale(1.42);
  }
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 3rem;
}

.hero-section.hero-lite {
  padding-bottom: 2rem;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.55;
}

.hero-section::before {
  width: 300px;
  height: 300px;
  background: rgba(47, 143, 58, 0.18);
  right: -80px;
  top: -80px;
}

.hero-section::after {
  width: 220px;
  height: 220px;
  background: rgba(15, 95, 155, 0.18);
  left: -60px;
  bottom: 20px;
}

.hero-card,
.surface-card {
  background: var(--site-surface);
  border: 1px solid rgba(219, 229, 238, 0.95);
  box-shadow: var(--site-shadow);
  border-radius: 28px;
  backdrop-filter: blur(16px);
}

.hero-card {
  padding: 2rem;
}

.hero-card.compact {
  padding: 1.25rem;
}

.brand-banner {
  border-radius: 34px;
  padding: 1.75rem;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 28%),
    linear-gradient(135deg, #0b1d11 0%, #2f8f3a 56%, #0f5f9b 100%);
  color: #fff;
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.22);
}

.brand-banner-compact {
  padding: 1.35rem 1.5rem;
}

.brand-video-card {
  position: relative;
}

.brand-video-frame {
  min-height: 310px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(145deg, rgba(8, 17, 31, 0.42), rgba(47, 143, 58, 0.20)),
    url("https://images.unsplash.com/photo-1556740749-887f6717d7e4?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
  border: 1px solid rgba(255,255,255,0.14);
}

.brand-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 17, 31, 0.1) 0%, rgba(8, 17, 31, 0.58) 100%);
}

.brand-video-chip {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.brand-video-copy {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
}

.logo-card {
  min-height: 170px;
  padding: 1rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  border: 1px solid var(--site-border);
  box-shadow: 0 14px 30px rgba(16, 32, 48, 0.08);
}

.logo-mark {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--site-primary), var(--site-accent));
  color: #fff;
  font-weight: 800;
}

.industry-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--site-border);
  box-shadow: 0 14px 30px rgba(16, 32, 48, 0.08);
  overflow: hidden;
}

.category-tile {
  min-height: 150px;
  padding: 1.2rem;
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.22), transparent 24%),
    linear-gradient(135deg, #0f5f9b 0%, #2f8f3a 100%);
  box-shadow: 0 18px 38px rgba(16, 32, 48, 0.10);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.category-tile:nth-child(2n) {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 24%),
    linear-gradient(135deg, #2f8f3a 0%, #0f5f9b 100%);
}

.category-tile-label {
  font-size: 1rem;
  font-weight: 800;
}

.category-tile-count {
  color: rgba(255,255,255,0.82);
  font-size: 0.88rem;
}

.category-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.category-showcase-card {
  position: relative;
  display: block;
  min-height: 280px;
  overflow: hidden;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 20px 42px rgba(16, 32, 48, 0.12);
  isolation: isolate;
}

.category-showcase-card__media,
.category-showcase-card__media img {
  width: 100%;
  height: 100%;
}

.category-showcase-card__media {
  position: absolute;
  inset: 0;
}

.category-showcase-card__media img {
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.category-showcase-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 18, 15, 0.16) 0%, rgba(7, 18, 15, 0.8) 100%);
}

.category-showcase-card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1.4rem;
}

.category-showcase-card__label {
  color: #fff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.1;
}

.category-showcase-card__count {
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.category-showcase-card:hover .category-showcase-card__media img {
  transform: scale(1.08);
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.why-choose-card {
  height: 100%;
  padding: 1.35rem 1.2rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  border: 1px solid var(--site-border);
  box-shadow: 0 14px 30px rgba(16, 32, 48, 0.07);
}

.why-choose-card__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: rgba(15, 95, 155, 0.08);
  color: var(--site-accent);
  font-size: 1.15rem;
}

.why-choose-card__title {
  margin: 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.why-choose-card__copy {
  margin: 0.6rem 0 0;
  color: var(--site-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.industry-accent {
  width: 12px;
  align-self: stretch;
  border-radius: 999px;
}

.industry-accent-0 { background: linear-gradient(180deg, #2f8f3a, #66c25d); }
.industry-accent-1 { background: linear-gradient(180deg, #0f5f9b, #5aa0d8); }
.industry-accent-2 { background: linear-gradient(180deg, #2f8f3a, #0f5f9b); }
.industry-accent-3 { background: linear-gradient(180deg, #1f6e2b, #2f8f3a); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--site-primary);
  margin-bottom: 1rem;
}

.hero-title {
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.96;
  margin-bottom: 1rem;
}

.hero-copy {
  font-size: 1.05rem;
  color: var(--site-muted);
  max-width: 58ch;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.hero-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(47, 143, 58, 0.10);
  color: var(--site-primary);
  border: 1px solid rgba(47, 143, 58, 0.18);
  font-weight: 800;
  font-size: 0.82rem;
}

.hero-industrial-shell {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 2rem clamp(1.2rem, 3vw, 2.4rem);
}

.hero-industrial-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 1.4rem;
  align-items: stretch;
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border-radius: 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 18%, rgba(121, 224, 157, 0.15), transparent 24%),
    radial-gradient(circle at 88% 16%, rgba(76, 148, 220, 0.18), transparent 24%),
    linear-gradient(135deg, #07120f 0%, #0f241d 38%, #153a2e 62%, #0b1720 100%);
  box-shadow: 0 28px 70px rgba(3, 10, 16, 0.22);
}

.hero-industrial-grid::before,
.hero-industrial-grid::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  pointer-events: none;
}

.hero-industrial-grid::before {
  width: 360px;
  height: 360px;
  left: -110px;
  bottom: -150px;
  background: radial-gradient(circle, rgba(47, 143, 58, 0.26), transparent 72%);
}

.hero-industrial-grid::after {
  width: 320px;
  height: 320px;
  right: -90px;
  top: -120px;
  background: radial-gradient(circle, rgba(15, 95, 155, 0.28), transparent 72%);
}

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

.hero-industrial-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1rem, 2vw, 1.8rem);
  color: #f7fafc;
}

.hero-industrial-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  align-self: flex-start;
  margin-bottom: 1.2rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-industrial-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #86efac, #38bdf8);
  box-shadow: 0 0 0 6px rgba(134, 239, 172, 0.12);
}

.hero-industrial-title {
  max-width: 12ch;
  margin: 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(3rem, 5.8vw, 6rem);
  line-height: 0.93;
  letter-spacing: -0.05em;
}

.hero-industrial-copy-text {
  max-width: 58ch;
  margin: 1.4rem 0 0;
  color: rgba(226, 232, 240, 0.82);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-industrial-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.hero-industrial-cta .btn-outline-light {
  border-width: 1px;
}

.hero-industrial-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.hero-industrial-metric {
  padding: 1rem 1rem 1.05rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  backdrop-filter: blur(10px);
}

.hero-industrial-metric span {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(226, 232, 240, 0.66);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-industrial-metric strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.3;
}

.hero-industrial-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.35rem;
}

.hero-industrial-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #dbeafe;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-industrial-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 1rem;
}

.hero-industrial-collage {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.95fr);
  gap: 1rem;
  width: min(100%, 620px);
  min-height: 500px;
}

.hero-industrial-panel {
  grid-column: 1 / -1;
  padding: 1rem 1.15rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04));
  color: #f8fafc;
}

.hero-industrial-panel__eyebrow {
  margin-bottom: 0.5rem;
  color: rgba(191, 219, 254, 0.9);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-industrial-panel h2 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.4;
  color: rgba(248, 250, 252, 0.96);
}

.hero-industrial-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04));
  box-shadow: 0 22px 48px rgba(3, 10, 16, 0.22);
}

.hero-industrial-card__media,
.hero-industrial-card__media img {
  width: 100%;
  height: 100%;
}

.hero-industrial-card__media img {
  display: block;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.05);
}

.hero-industrial-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 10, 16, 0.06) 0%, rgba(3, 10, 16, 0.82) 100%);
}

.hero-industrial-card__content {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.15rem 1.15rem 1.2rem;
  color: #fff;
}

.hero-industrial-card__eyebrow {
  display: inline-flex;
  margin-bottom: 0.55rem;
  color: rgba(191, 219, 254, 0.9);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-industrial-card__content h2 {
  margin: 0;
  font-size: 1.4rem;
}

.hero-industrial-card__content p {
  margin: 0.45rem 0 0;
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.95rem;
  line-height: 1.55;
}

.hero-industrial-card-main {
  min-height: 390px;
}

.hero-industrial-card-stack {
  display: grid;
  gap: 1rem;
}

.hero-industrial-card-secondary {
  min-height: 185px;
  animation: heroCardRise 7s ease-in-out infinite;
}

.hero-industrial-card-secondary:nth-child(2) {
  animation-delay: 0.4s;
}

@keyframes heroCardRise {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.soft-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--site-border);
  color: #183247;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(16, 32, 48, 0.06);
}

.hero-product-showcase {
  min-height: 420px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,0.08), transparent 20%),
    linear-gradient(145deg, #07130d 0%, #175a2a 45%, #0f5f9b 100%);
  color: #fff;
  padding: 1.1rem;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.20);
}

.hero-gallery {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 0.9rem;
  min-height: 420px;
}

.hero-gallery-main,
.hero-gallery-tile {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(219, 229, 238, 0.95);
  box-shadow: 0 18px 38px rgba(16, 32, 48, 0.08);
  background: #fff;
}

.hero-gallery-main img,
.hero-gallery-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-gallery-main {
  min-height: 420px;
}

.hero-gallery-side {
  display: grid;
  gap: 0.9rem;
}

.hero-gallery-tile {
  height: 180px;        /* fixed clean height */
  overflow: hidden;
  border-radius: 20px;
}

.hero-product-showcase::before,
.hero-product-showcase::after {
  content: "";
  position: absolute;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.10);
}

.hero-product-showcase::before {
  width: 220px;
  height: 220px;
  right: -20px;
  top: -30px;
  transform: rotate(18deg);
}

.hero-product-showcase::after {
  width: 180px;
  height: 180px;
  left: -30px;
  bottom: -40px;
  transform: rotate(-16deg);
}

.hero-product-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.hero-product-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0.85rem;
  position: relative;
  z-index: 1;
}

.hero-product-main,
.hero-product-tile {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
}

.hero-product-main {
  min-height: 320px;
}

.hero-product-main img,
.hero-product-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-product-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(7,19,13,0.05) 0%, rgba(7,19,13,0.84) 100%);
}

.hero-product-side {
  display: grid;
  gap: 0.85rem;
}

.hero-product-tile {
  min-height: 152px;
}

.hero-product-tile img {
  filter: saturate(1.02) contrast(1.02);
}

.hero-product-tile-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.85rem;
  background: linear-gradient(180deg, rgba(7,19,13,0.00) 0%, rgba(7,19,13,0.82) 100%);
}

.hero-product-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 0.85rem;
  position: relative;
  z-index: 1;
}

.hero-mini-stat {
  padding: 0.85rem 0.95rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.hero-mini-stat span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 0.78rem;
}

.hero-mini-stat strong {
  display: block;
  font-size: 0.98rem;
}

.product-gallery {
  border-radius: 28px;
}

.product-gallery-main {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--site-border);
  box-shadow: 0 18px 40px rgba(16, 32, 48, 0.08);
}

.product-gallery .mini-stat strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-gallery-main img {
  width: 100%;
  height: 520px;
  object-fit: contain;
  display: block;
  padding: 1rem;
}

.product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.product-gallery-thumb {
  padding: 0;
  border: 1px solid var(--site-border);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 18px rgba(16, 32, 48, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.product-gallery-thumb:hover,
.product-gallery-thumb.active {
  transform: translateY(-2px);
  border-color: var(--site-primary);
  box-shadow: 0 12px 26px rgba(47, 143, 58, 0.14);
}

.product-gallery-thumb img {
  width: 100%;
  height: 92px;
  object-fit: contain;
  display: block;
  padding: 0.45rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

.bulk-hero-card {
  min-height: 100%;
}

.bulk-hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.use-card-compact {
  min-height: 100%;
}

.bulk-point {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.85rem 0.95rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.75);
  border: 1px solid var(--site-border);
  font-weight: 700;
  color: #203244;
}

.bulk-point i {
  color: var(--site-primary);
  font-size: 1rem;
}

.bulk-summary-panel {
  height: 100%;
  padding: 1.5rem;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.10), transparent 30%),
    linear-gradient(135deg, #0a1a12 0%, #2f8f3a 56%, #0f5f9b 100%);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.20);
}

.bulk-summary-panel .section-kicker {
  color: rgba(255,255,255,0.72) !important;
}

.bulk-stat {
  min-height: 100%;
  padding: 0.85rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
}

.bulk-stat span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 0.74rem;
}

.bulk-stat strong {
  display: block;
  font-size: 1rem;
  margin-top: 0.2rem;
}

.bulk-quote {
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
}

.bulk-benefit-card {
  position: relative;
}

.bulk-benefit-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: 0.85rem;
  background: rgba(47, 143, 58, 0.10);
  color: var(--site-primary);
}

.step-card {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--site-border);
  box-shadow: 0 12px 24px rgba(16, 32, 48, 0.06);
}

.step-number {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--site-primary), var(--site-accent));
  flex: 0 0 auto;
}

.trust-card {
  height: 100%;
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255,255,255,0.78);
  border: 1px solid var(--site-border);
}

.bundle-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--site-border);
  box-shadow: 0 14px 30px rgba(16, 32, 48, 0.08);
}

.bundle-photo {
  height: 180px;
  background: linear-gradient(135deg, rgba(47, 143, 58, 0.14), rgba(15, 95, 155, 0.14));
}

.bundle-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bulk-cta {
  border-radius: 28px;
}

.map-frame {
  position: relative;
  min-height: 420px;
  height: 100%;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

.contact-hero {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background:
    radial-gradient(circle at top right, rgba(47, 143, 58, 0.14), transparent 28%),
    radial-gradient(circle at bottom left, rgba(15, 95, 155, 0.12), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fcf7 100%);
}

.contact-hero-panel {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(47, 143, 58, 0.12);
  box-shadow: 0 20px 44px rgba(16, 32, 48, 0.08);
  backdrop-filter: blur(14px);
}

.contact-mini-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--site-border);
  box-shadow: 0 10px 24px rgba(16, 32, 48, 0.05);
}

.contact-mini-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex: 0 0 auto;
  background: linear-gradient(135deg, var(--site-primary), var(--site-accent));
  box-shadow: 0 10px 20px rgba(47, 143, 58, 0.18);
}

.contact-mini-icon-sm {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  font-size: 0.95rem;
}

.contact-mini-card .text-muted,
.info-card .text-muted {
  color: var(--site-muted) !important;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.compact-strip .client-badge {
  min-width: 150px;
}

.client-badge {
  min-width: 170px;
  flex: 1 1 170px;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--site-border);
  box-shadow: 0 12px 26px rgba(16, 32, 48, 0.06);
}

.client-card {
  padding: 1rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  border: 1px solid var(--site-border);
  box-shadow: 0 14px 30px rgba(16, 32, 48, 0.08);
}

.client-kpi {
  font-size: 1.3rem;
  font-weight: 800;
}

.feature-grid {
  display: grid;
  gap: 1rem;
}

.feature-spot {
  padding: 1rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(47, 143, 58, 0.10), transparent 35%),
    #fff;
  border: 1px solid var(--site-border);
  box-shadow: 0 14px 30px rgba(16, 32, 48, 0.06);
}

.portfolio-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(219, 229, 238, 0.95);
  border-radius: 28px;
  padding: 1.4rem;
  box-shadow: 0 14px 30px rgba(16, 32, 48, 0.08);
}

.portfolio-panel-dark {
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.12), transparent 30%),
    linear-gradient(135deg, #09111d 0%, #2f8f3a 55%, #0f5f9b 120%);
}

.portfolio-panel-dark .text-muted,
.portfolio-panel-dark .section-kicker {
  color: rgba(255,255,255,0.72) !important;
}

.portfolio-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(219, 229, 238, 0.9);
}

.portfolio-row:first-child {
  border-top: 0;
  padding-top: 0.25rem;
}

.portfolio-note {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(47, 143, 58, 0.08);
  color: var(--site-primary);
  font-weight: 800;
  font-size: 0.78rem;
}

.use-card {
  display: flex;
  align-items: stretch;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--site-border);
  box-shadow: 0 10px 24px rgba(16, 32, 48, 0.06);
}

.use-card p {
  font-size: 0.95rem;
}

.cert-card {
  height: 100%;
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(14px);
}

.cert-card .text-muted {
  color: rgba(255,255,255,0.74) !important;
}

.quote-card {
  overflow: hidden;
}

.quote-card .border-bottom:last-child {
  border-bottom: 0 !important;
}

.section-heading {
  margin-bottom: 1.1rem;
}

.section-kicker {
  color: var(--site-primary);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

.section-title {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  margin: 0.2rem 0 0.35rem;
}

.section-copy {
  color: var(--site-muted);
  margin: 0;
}

.page-hero-shell {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 clamp(1rem, 3vw, 2.2rem) 2rem;
}

.page-hero-banner {
  position: relative;
  max-width: 1400px;
  min-height: 420px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 24px 60px rgba(16, 32, 48, 0.18);
}

.page-hero-media,
.page-hero-media img {
  width: 100%;
  height: 100%;
}

.page-hero-media {
  position: absolute;
  inset: 0;
}

.page-hero-media img {
  display: block;
  object-fit: cover;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 14, 11, 0.28) 0%, rgba(6, 14, 11, 0.72) 100%),
    linear-gradient(135deg, rgba(11, 29, 17, 0.72) 0%, rgba(15, 95, 155, 0.26) 100%);
}

.page-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  padding: 1.6rem;
  text-align: center;
}

.page-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.35rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  font-weight: 700;
}

.page-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.page-hero-copy {
  max-width: 760px;
}

.page-hero-kicker {
  color: rgba(191, 219, 254, 0.92);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
}

.page-hero-title {
  margin: 0.75rem 0 0;
  color: #ffffff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.page-hero-subtitle {
  margin: 1rem auto 0;
  max-width: 62ch;
  color: rgba(226, 232, 240, 0.86);
  font-size: 1.02rem;
  line-height: 1.75;
}

.who-we-are-panel {
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  border: 1px solid rgba(219, 229, 238, 0.9);
  box-shadow: 0 18px 38px rgba(16, 32, 48, 0.08);
}

.who-we-are-copy {
  color: var(--site-muted);
  font-size: 1rem;
  line-height: 1.85;
}

.who-we-are-copy p {
  margin-bottom: 1rem;
}

.mission-vision-card {
  height: 100%;
  padding: 1.5rem;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  border: 1px solid rgba(219, 229, 238, 0.9);
  box-shadow: 0 16px 34px rgba(16, 32, 48, 0.07);
}

.mission-vision-card__icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 18px;
  background: rgba(15, 95, 155, 0.08);
  color: var(--site-accent);
  font-size: 1.2rem;
}

.mission-vision-card__title {
  margin: 0.3rem 0 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.35rem;
  line-height: 1.3;
  color: var(--site-text);
}

.mission-vision-card__copy {
  margin: 0.85rem 0 0;
  color: var(--site-muted);
  line-height: 1.8;
}

.about-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.about-showcase-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(16, 32, 48, 0.1);
}

.about-showcase-card__media,
.about-showcase-card__media img {
  width: 100%;
  height: 100%;
}

.about-showcase-card__media img {
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.about-showcase-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 18, 15, 0.08) 0%, rgba(7, 18, 15, 0.72) 100%);
}

.about-showcase-card__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1.2rem;
  color: #ffffff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.about-showcase-card:hover .about-showcase-card__media img {
  transform: scale(1.06);
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.about-feature-card {
  height: 100%;
  padding: 1.25rem 1rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  border: 1px solid rgba(219, 229, 238, 0.9);
  box-shadow: 0 14px 30px rgba(16, 32, 48, 0.07);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(15, 95, 155, 0.16);
  box-shadow: 0 20px 38px rgba(16, 32, 48, 0.1);
}

.about-feature-card__icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
  border-radius: 18px;
  background: rgba(15, 95, 155, 0.08);
  color: var(--site-accent);
  font-size: 1.2rem;
}

.about-feature-card__title {
  margin: 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--site-text);
}

.industries-served-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.industries-served-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.15rem 1.1rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  border: 1px solid rgba(219, 229, 238, 0.9);
  box-shadow: 0 14px 30px rgba(16, 32, 48, 0.07);
}

.industries-served-card__icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(47, 143, 58, 0.08);
  color: var(--site-primary);
  font-size: 1.2rem;
}

.industries-served-card__title {
  margin: 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--site-text);
}

.about-cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.8rem clamp(1.2rem, 3vw, 2.4rem);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.14), transparent 24%),
    linear-gradient(135deg, #0f172a 0%, #0f5f9b 52%, #2f8f3a 100%);
  box-shadow: 0 24px 56px rgba(16, 32, 48, 0.18);
}

.about-cta-banner__title {
  margin: 0.45rem 0 0;
  max-width: 18ch;
  color: #ffffff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
}

.about-cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  flex-shrink: 0;
}

.category-page-layout {
  display: grid;
  grid-template-columns: minmax(240px, 290px) minmax(0, 1fr);
  gap: 1.4rem;
  align-items: start;
}

.category-filter-panel__sticky {
  position: sticky;
  top: 110px;
  padding: 1.35rem 1.2rem;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
  border: 1px solid rgba(219, 229, 238, 0.9);
  box-shadow: 0 16px 34px rgba(16, 32, 48, 0.07);
}

.category-filter-panel__header {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(219, 229, 238, 0.75);
}

.category-filter-group {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(219, 229, 238, 0.75);
}

.category-filter-group:first-of-type {
  border-top: 0;
  margin-top: 0;
}

.category-filter-group__title {
  margin-bottom: 0.8rem;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--site-text);
}

.category-filter-option {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.4rem 0;
  color: var(--site-muted);
  font-size: 0.95rem;
  cursor: pointer;
}

.category-filter-option input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--site-primary);
}

.category-filter-range {
  width: 100%;
  accent-color: var(--site-primary);
}

.category-filter-range__labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.75rem;
  color: var(--site-muted);
  font-size: 0.86rem;
}

.category-filter-range__labels strong {
  color: var(--site-text);
  font-size: 0.92rem;
}

.category-page-content {
  min-width: 0;
}

.category-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
}

.category-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 14px 34px rgba(16, 32, 48, 0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.category-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(15, 95, 155, 0.18);
  box-shadow: 0 24px 48px rgba(16, 32, 48, 0.11);
}

.category-product-card__media {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.26), transparent 26%),
    linear-gradient(180deg, #edf4f8 0%, #dfe9f0 100%);
  aspect-ratio: 4 / 4.4;
  padding: 1rem;
}

.category-product-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform 0.45s ease;
}

.category-product-card:hover .category-product-card__media img {
  transform: scale(1.06);
}

.category-product-card__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--site-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(16, 32, 48, 0.08);
}

.category-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1.2rem 1.2rem 1.25rem;
}

.category-product-card__title {
  margin: 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--site-text);
  min-height: 2.6em;
}

.category-product-card__specs {
  margin: 0;
  color: var(--site-muted);
  font-size: 0.9rem;
  line-height: 1.65;
  min-height: 3.2em;
}

.category-product-card__footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.9rem;
  margin-top: auto;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(226, 232, 240, 0.85);
}

.category-product-card__enquiry {
  color: var(--site-primary);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-product-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.category-product-card__actions .btn {
  border-radius: 14px;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

body.quick-view-open {
  overflow: hidden;
}

.quick-view-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.quick-view-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.quick-view-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 18, 15, 0.62);
  backdrop-filter: blur(8px);
}

.quick-view-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(16, 32, 48, 0.2);
  transform: translateY(18px) scale(0.98);
  opacity: 0;
  transition: transform 0.32s ease, opacity 0.32s ease;
}

.quick-view-modal.is-open .quick-view-modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.quick-view-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--site-text);
  box-shadow: 0 10px 24px rgba(16, 32, 48, 0.12);
}

.quick-view-modal__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  min-height: 520px;
}

.quick-view-modal__media {
  background: #eef4f8;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
}

.quick-view-modal__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.quick-view-modal__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

.quick-view-modal__eyebrow {
  color: var(--site-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quick-view-modal__title {
  margin: 0.7rem 0 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.05;
}

.quick-view-modal__specs {
  margin-top: 0.85rem;
  color: var(--site-accent);
  font-size: 0.92rem;
  font-weight: 700;
}

.quick-view-modal__description {
  margin: 1rem 0 0;
  color: var(--site-muted);
  line-height: 1.7;
}

.quick-view-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.category-cta-shell {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 clamp(1rem, 3vw, 2.2rem) 2rem;
}

.category-cta-banner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.8rem clamp(1.2rem, 3vw, 2.4rem);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.16), transparent 22%),
    linear-gradient(135deg, #0b1d11 0%, #14532d 52%, #0f5f9b 100%);
  box-shadow: 0 24px 56px rgba(16, 32, 48, 0.18);
}

.category-cta-banner__kicker {
  color: rgba(191, 219, 254, 0.94);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.category-cta-banner__title {
  margin: 0.7rem 0 0;
  color: #ffffff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
  max-width: 18ch;
}

.category-cta-banner__copy {
  margin: 0.85rem 0 0;
  max-width: 60ch;
  color: rgba(226, 232, 240, 0.84);
  line-height: 1.75;
}

.category-cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  flex-shrink: 0;
}

.orders-history-grid {
  display: grid;
  gap: 1rem;
}

.orders-history-card__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.orders-history-card__code {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.orders-history-status {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.82rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: capitalize;
}

.orders-history-status.is-pending {
  background: #fff4d8;
  color: #996a00;
}

.orders-history-status.is-success {
  background: #dff6e7;
  color: #257942;
}

.orders-history-status.is-info {
  background: #dff2ff;
  color: #0f5f9b;
}

.orders-history-status.is-danger {
  background: #ffe4e6;
  color: #b42318;
}

.orders-history-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.orders-history-summary__item {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  border: 1px solid var(--site-border);
}

.orders-history-summary__item span {
  display: block;
  color: var(--site-muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.orders-history-summary__item strong {
  display: block;
  margin-top: 0.4rem;
  color: var(--site-text);
  font-size: 1rem;
}

.orders-history-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.orders-history-meta-card {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(219, 229, 238, 0.95);
}

.orders-history-meta-card__label {
  color: var(--site-muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.orders-history-meta-card__value {
  margin-top: 0.45rem;
  color: var(--site-text);
  line-height: 1.7;
}

.orders-history-items {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.orders-history-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
  padding: 0.9rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--site-border);
}

.orders-history-item__thumb {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  overflow: hidden;
  background: #eef4f8;
}

.orders-history-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.orders-history-item__name {
  font-weight: 700;
  color: var(--site-text);
}

.orders-history-item__sub {
  margin-top: 0.25rem;
  color: var(--site-muted);
  font-size: 0.88rem;
}

.orders-history-item__dot {
  margin: 0 0.35rem;
}

.orders-history-item__price {
  font-weight: 800;
  color: var(--site-text);
  text-align: right;
}

.orders-history-empty {
  text-align: center;
}

.orders-history-empty__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: rgba(15, 95, 155, 0.08);
  color: var(--site-accent);
  font-size: 1.5rem;
}

.collection-card,
.product-card,
.info-card,
.quote-card {
  background: var(--site-surface-solid);
  border: 1px solid var(--site-border);
  border-radius: 24px;
  box-shadow: 0 14px 30px rgba(16, 32, 48, 0.08);
}

.collection-card {
  padding: 1.15rem;
}

.product-card {
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;

  height: 100%;              /* ✅ equal height */
  display: flex;             /* ✅ flex layout */
  flex-direction: column;    /* ✅ vertical alignment */
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(16, 32, 48, 0.12);
}

.product-thumb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  height: 300px;   /* 🔥 FIXED HEIGHT */
  padding: 1rem;

  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.35), transparent 18%),
    linear-gradient(135deg, rgba(19,112,184,0.94), rgba(8,17,31,0.95));
  color: #fff;
}

.product-card .p-3 {
  margin-top: auto;
}

.product-card h3 {
  min-height: 50px;
}

.product-card h3 {
  min-height: 48px;
  line-height: 1.2;

  display: -webkit-box;
  -webkit-line-clamp: 2;   /* max 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-photo {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 0.9rem;
  height: 150px;              /* slightly bigger */
  background: #fff;
  padding: 0;                 /* 🔥 REMOVE padding */
}


.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center;     /* 🔥 CHANGE THIS */
}

.product-thumb > div:last-child {
  margin-top: 6px;
}

.product-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
}

.price {
  font-size: 1.25rem;
  font-weight: 800;
}

.price-old {
  color: var(--site-muted);
  text-decoration: line-through;
  font-size: 0.95rem;
}

.rating {
  color: #f59e0b;
  font-weight: 800;
  font-size: 0.86rem;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.chip {
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--site-border);
  background: rgba(255,255,255,0.85);
  font-weight: 700;
  color: #203244;
  text-decoration: none;
}

.chip.active {
  background: var(--site-primary);
  color: #fff;
  border-color: var(--site-primary);
}

.info-card {
  padding: 1.25rem;
}

.cart-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 1rem;
  align-items: center;
}

.cart-line:last-child {
  border-bottom: 0 !important;
}

.cart-line-info {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.cart-line-actions {
  display: grid;
  justify-items: end;
  gap: 0.4rem;
}

.cart-thumb {
  width: 112px;
  height: 112px;
  flex: 0 0 auto;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--site-border);
  background: #fff;
  box-shadow: 0 10px 22px rgba(16, 32, 48, 0.08);
}

.cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 0.3rem;
}

.cart-qty-input {
  width: 76px;
}

.cart-remove-btn {
  padding: 0;
  font-weight: 700;
  text-decoration: none;
}

.cart-summary-sticky {
  position: sticky;
  top: 96px;
}

.checkout-address-shell {
  position: relative;
  overflow: hidden;
}

.checkout-address-shell::before {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(47, 143, 58, 0.16), transparent 70%);
  pointer-events: none;
}

.checkout-customer-band,
.checkout-summary-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(15, 95, 155, 0.08), rgba(47, 143, 58, 0.08));
  border: 1px solid rgba(15, 95, 155, 0.12);
}

.checkout-summary-band {
  grid-template-columns: 1fr;
}

.checkout-address-form {
  position: relative;
  z-index: 1;
  border-radius: 24px;
}

.checkout-address-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.2rem;
  border: 1px solid var(--site-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.checkout-address-card:hover {
  transform: translateY(-2px);
  border-color: rgba(47, 143, 58, 0.34);
  box-shadow: 0 16px 36px rgba(16, 32, 48, 0.08);
}

.checkout-address-card.is-selected {
  border-color: rgba(47, 143, 58, 0.7);
  box-shadow: 0 20px 42px rgba(47, 143, 58, 0.12);
}

.checkout-address-card input[type="radio"] {
  margin-top: 0.35rem;
}

.checkout-address-card__title {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.checkout-address-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  align-self: start;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  color: var(--site-accent);
  background: rgba(15, 95, 155, 0.08);
  font-weight: 700;
}

.checkout-empty-state,
.checkout-empty-cart {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 22px;
  border: 1px dashed rgba(100, 116, 139, 0.45);
  background: rgba(255, 255, 255, 0.7);
}

.checkout-empty-state {
  flex-direction: column;
  align-items: flex-start;
}

.checkout-empty-state__icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 1.5rem;
  color: var(--site-primary);
  background: rgba(47, 143, 58, 0.12);
}

.checkout-summary-sticky {
  position: sticky;
  top: 96px;
}

.checkout-summary-items {
  display: grid;
  gap: 0.85rem;
}

.checkout-summary-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(219, 229, 238, 0.9);
}

.coupon-box {
  padding: 1rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #f8fcf7 0%, #ffffff 100%);
  border: 1px solid rgba(47, 143, 58, 0.12);
}

.footer {
  margin-top: 5rem;
  padding: 3rem 0 1.5rem;
  background: linear-gradient(180deg, #07130d 0%, #0d1d17 100%);
  color: #d5e3ef;
}

.footer a {
  color: #f8fafc;
  text-decoration: none;
}

.footer a:hover {
  color: #9fe29c;
}

.footer-contact {
  display: grid;
  gap: 0.35rem;
  color: rgba(213, 227, 239, 0.85);
  font-size: 0.95rem;
}

.footer-bottom {
  align-items: center;
}

.form-control,
.form-select {
  border-radius: 14px;
  border-color: var(--site-border);
  padding: 0.78rem 0.95rem;
}

.btn {
  border-radius: 14px;
  font-weight: 800;
}

.btn-primary {
  background: var(--site-primary);
  border-color: var(--site-primary);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--site-primary-strong);
  border-color: var(--site-primary-strong);
}

.btn-outline-dark {
  border-color: #cfd9e3;
}

.icon-badge-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--site-primary);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 6px 14px rgba(47, 143, 58, 0.2);
}

.fade-up {
  animation: fadeUp 0.7s ease both;
}

.delay-1 { animation-delay: 0.08s; }
.delay-2 { animation-delay: 0.16s; }
.delay-3 { animation-delay: 0.24s; }

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .about-cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .about-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .category-cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .quick-view-modal__layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .quick-view-modal__media {
    border-radius: 30px 30px 0 0;
    min-height: 280px;
  }

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

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

  .category-filter-panel__sticky {
    position: static;
  }

  .page-hero-shell {
    padding: 0 1rem 1.5rem;
  }

  .page-hero-banner,
  .page-hero-content {
    min-height: 360px;
  }

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

  .hero-industrial-shell {
    padding: 1rem;
  }

  .hero-industrial-grid {
    grid-template-columns: 1fr;
    border-radius: 30px;
  }

  .hero-industrial-title {
    max-width: 14ch;
  }

  .hero-industrial-metrics {
    grid-template-columns: 1fr;
  }

  .hero-industrial-visual {
    padding-top: 0.25rem;
  }

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

  .hero-section {
    padding-top: 3.2rem;
  }

  .hero-gallery {
    grid-template-columns: 1fr;
  }

  .hero-gallery-main {
    min-height: 300px;
  }

  .hero-gallery-tile {
    min-height: 180px;
  }

  .hero-product-showcase {
    min-height: 320px;
  }

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

  .hero-product-footer {
    grid-template-columns: 1fr;
  }

  .bulk-hero-points {
    grid-template-columns: 1fr;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 320px;
  }

  .contact-hero {
    padding: 1.2rem;
  }

  .contact-mini-card {
    padding: 0.85rem;
  }

  .cart-line {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    align-items: start;
  }

  .cart-line-info {
    align-items: flex-start;
  }

  .cart-line-actions {
    justify-items: start;
  }

  .cart-thumb {
    width: 92px;
    height: 92px;
  }

  .cart-summary-sticky {
    position: static;
  }

  .checkout-summary-sticky {
    position: static;
  }

  .checkout-customer-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .about-cta-banner {
    padding: 1.3rem 1rem;
    border-radius: 24px;
  }

  .about-cta-banner__actions {
    width: 100%;
  }

  .about-cta-banner__actions .btn {
    width: 100%;
  }

  .industries-served-grid {
    grid-template-columns: 1fr;
  }

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

  .about-showcase-grid {
    grid-template-columns: 1fr;
  }

  .category-cta-shell {
    padding: 0 1rem 1.5rem;
  }

  .category-cta-banner {
    padding: 1.3rem 1rem;
    border-radius: 24px;
  }

  .category-cta-banner__actions {
    width: 100%;
  }

  .category-cta-banner__actions .btn {
    width: 100%;
  }

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

  .category-product-card__media {
    aspect-ratio: 4 / 3.8;
  }

  .quick-view-modal {
    padding: 0.8rem;
  }

  .quick-view-modal__dialog {
    border-radius: 22px;
  }

  .quick-view-modal__media {
    border-radius: 22px 22px 0 0;
    min-height: 220px;
  }

  .quick-view-modal__content {
    padding: 1.2rem;
  }

  .quick-view-modal__actions .btn {
    width: 100%;
  }

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

  .category-filter-panel__sticky {
    padding: 1.1rem 1rem;
    border-radius: 22px;
  }

  .page-hero-banner,
  .page-hero-content {
    min-height: 320px;
  }

  .page-hero-banner {
    border-radius: 24px;
  }

  .page-breadcrumb {
    font-size: 0.76rem;
    padding: 0.45rem 0.75rem;
  }

  .page-hero-subtitle {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .why-choose-grid {
    grid-template-columns: 1fr;
  }

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

  .category-showcase-card {
    min-height: 240px;
    border-radius: 24px;
  }

  .hero-industrial-grid {
    padding: 1rem;
    border-radius: 24px;
  }

  .hero-industrial-copy {
    padding: 0.35rem;
  }

  .hero-industrial-title {
    max-width: none;
    font-size: clamp(2.4rem, 11vw, 3.8rem);
  }

  .hero-industrial-copy-text {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .hero-industrial-cta {
    flex-direction: column;
  }

  .hero-industrial-cta .btn {
    width: 100%;
  }

  .hero-industrial-visual {
    min-height: auto;
    padding: 0.3rem 0;
  }

  .hero-industrial-collage {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .hero-industrial-card {
    width: 100%;
    min-height: 220px;
  }

  .hero-card,
  .collection-card,
  .product-card,
  .info-card,
  .quote-card,
  .portfolio-panel {
    border-radius: 20px;
  }

  .hero-product-header {
    flex-direction: column;
  }

  .category-tile {
    min-height: 130px;
    padding: 1rem;
  }

  .checkout-address-card {
    grid-template-columns: 1fr;
  }

  .checkout-address-chip {
    justify-self: start;
  }
}
