/* Home-only redesign (scoped to body.home) */

.home {
  /* Industrial palette: steel + carbon + safety yellow accent */
  --bj-bg: #0a0f14;
  --bj-surface: #ffffff;
  --bj-text: #0f172a;
  --bj-muted: #64748b;
  --bj-accent: #f6eb00; /* keep brand yellow */
  --bj-accent-2: #38bdf8; /* steel-blue highlight */
  --bj-border: rgba(15, 23, 42, 0.14);
  --bj-shadow: 0 12px 28px rgba(2, 6, 23, 0.16);
  --bj-radius: 12px;
}

.home .wicontent {
  overflow: visible;
}

.home .bj-hero {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(80% 120% at 12% 0%, rgba(56, 189, 248, 0.14), transparent 55%),
    radial-gradient(70% 90% at 88% 12%, rgba(246, 235, 0, 0.12), transparent 58%),
    linear-gradient(180deg, #070b10 0%, #0b1119 50%, #0b0f14 100%);
}

.home .bj-hero:before {
  /* subtle industrial grid */
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 64px 64px;
}

.home .bj-hero .swiper2 {
  position: relative;
  z-index: 2;
}

.home .bj-hero .swiper2:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 11, 16, 0.92) 0%, rgba(7, 11, 16, 0.62) 46%, rgba(7, 11, 16, 0.16) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.10));
}

.home .bj-hero .swiper-slide img {
  width: 100%;
  height: clamp(460px, 72vh, 720px);
  object-fit: cover;
  display: block;
  filter: saturate(1.02) contrast(1.06);
}

.home .bj-hero-inner {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  align-items: center;
  pointer-events: none;
}

.home .bj-hero-content {
  pointer-events: auto;
  max-width: 680px;
  color: #fff;
  padding: 28px 0;
}

.home .bj-eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.20);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home .bj-eyebrow:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bj-accent);
  box-shadow: 0 0 0 4px rgba(246, 235, 0, 0.20);
}

.home .bj-hero h1 {
  margin: 18px 0 10px;
  font-size: clamp(34px, 4.3vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.home .bj-hero p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  max-width: 56ch;
}

.home .bj-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.home .bj-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 46px;
  padding: 0 16px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.01em;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  box-sizing: border-box;
}

.home .bj-btn-primary {
  background: var(--bj-accent);
  color: #252430;
  box-shadow: 0 10px 26px rgba(246, 235, 0, 0.22);
}

.home .bj-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(246, 235, 0, 0.26);
}

.home .bj-btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.home .bj-btn-ghost:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
}

.home .bj-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.home .bj-metric {
  border-radius: var(--bj-radius);
  padding: 12px 12px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.home .bj-metric strong {
  display: block;
  font-size: 16px;
  line-height: 1.2;
}

.home .bj-metric span {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 4px;
}

.home .bj-section {
  padding: 56px 0;
  background: #fff;
}

.home .bj-section-alt {
  background: #f8fafc;
}

.home .bj-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.home .bj-section-title {
  margin: 0;
  font-size: 26px;
  letter-spacing: -0.01em;
  color: #111827;
}

.home .bj-section-subtitle {
  margin: 6px 0 0;
  color: var(--bj-muted);
  line-height: 1.6;
  max-width: 70ch;
  font-size: 15px;
}

.home .bj-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.home .bj-card {
  grid-column: span 3;
  background: #fff;
  border: 1px solid var(--bj-border);
  border-radius: var(--bj-radius);
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.home .bj-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--bj-shadow);
  border-color: rgba(17, 24, 39, 0.18);
}

.home .bj-card a {
  display: block;
  padding: 16px 16px 14px;
  color: inherit;
}

.home .bj-card-title {
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 6px;
  color: #111827;
}

.home .bj-card-desc {
  margin: 0;
  font-size: 13px;
  color: var(--bj-muted);
  line-height: 1.55;
}

.home .bj-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(246, 235, 0, 0.22);
  color: #252430;
  font-size: 12px;
  font-weight: 800;
}

.home .bj-products {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.home .bj-product {
  grid-column: span 3;
  background: #fff;
  border: 1px solid var(--bj-border);
  border-radius: var(--bj-radius);
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.home .bj-product:hover {
  transform: translateY(-2px);
  box-shadow: var(--bj-shadow);
  border-color: rgba(17, 24, 39, 0.18);
}

.home .bj-product-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f4f6;
}

.home .bj-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home .bj-product-body {
  padding: 14px 14px 16px;
}

.home .bj-product-name {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
  color: #111827;
}

.home .bj-product-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  color: #111827;
}

.home .bj-product-link:after {
  content: "→";
  transition: transform 0.15s ease;
}

.home .bj-product:hover .bj-product-link:after {
  transform: translateX(2px);
}

.home .bj-company {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.home .bj-company-copy {
  grid-column: span 7;
}

.home .bj-company-media {
  grid-column: span 5;
  border-radius: calc(var(--bj-radius) + 4px);
  overflow: hidden;
  border: 1px solid var(--bj-border);
  box-shadow: var(--bj-shadow);
  background: #fff;
}

.home .bj-company-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.home .bj-company-copy p {
  color: var(--bj-muted);
  line-height: 1.75;
  font-size: 15px;
  margin: 10px 0 16px;
}

/* Responsive */
@media screen and (max-width: 1200px) {
  .home .bj-card,
  .home .bj-product {
    grid-column: span 6;
  }
  .home .bj-company-copy {
    grid-column: span 12;
  }
  .home .bj-company-media {
    grid-column: span 12;
  }
}

@media screen and (max-width: 768px) {
  .home .bj-hero .swiper-slide img {
    height: clamp(420px, 64vh, 560px);
  }
  .home .bj-hero .swiper2:after {
    background: linear-gradient(180deg, rgba(7, 11, 16, 0.86) 0%, rgba(7, 11, 16, 0.62) 55%, rgba(7, 11, 16, 0.22) 100%);
  }
  .home .bj-hero-metrics {
    grid-template-columns: 1fr;
  }
  .home .bj-section {
    padding: 40px 0;
  }
  .home .bj-card,
  .home .bj-product {
    grid-column: span 12;
  }
}

