body.template-catalog-compact {
  --blue: #0f7568;
  --blue-2: #e8f2ef;
  --gold: #d7a13b;
  --ink: #182635;
  --muted: #607386;
  --line: #d9e4e1;
  --paper: #ffffff;
  --wash: #f6f8f5;
  --radius-xl: 8px;
  --radius-lg: 8px;
  --radius-md: 8px;
  background: var(--wash);
  line-height: 1.46;
}

body.template-catalog-compact .site-header {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

body.template-catalog-compact .brand,
body.template-catalog-compact .nav a,
body.template-catalog-compact .pill,
body.template-catalog-compact .language-pill {
  color: var(--ink);
}

body.template-catalog-compact .nav {
  background: #eef4f1;
  border-color: var(--line);
}

body.template-catalog-compact .nav a.active,
body.template-catalog-compact .nav a:hover {
  background: #ffffff;
  color: var(--blue);
}

body.template-catalog-compact .mobile-menu-toggle,
body.template-catalog-compact .mobile-language-pill {
  color: var(--ink);
  background: #ffffff;
  border-color: var(--line);
  box-shadow: none;
}

body.template-catalog-compact .mobile-nav-panel {
  background: #ffffff;
  border-color: var(--line);
}

body.template-catalog-compact .mobile-nav-links a,
body.template-catalog-compact .mobile-category-links a {
  color: var(--ink);
  background: #f3f7f5;
}

body.template-catalog-compact .catalog-hero {
  padding: 12px 0;
  color: var(--ink);
  background: #fdfdfb;
  border-bottom: 1px solid var(--line);
}

body.template-catalog-compact .catalog-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 14px;
}

body.template-catalog-compact .catalog-hero h1,
body.template-catalog-compact .catalog-hero p {
  max-width: 760px;
  letter-spacing: 0;
}

body.template-catalog-compact .catalog-hero h1 {
  font-size: 30px;
  line-height: 1.08;
}

body.template-catalog-compact .catalog-hero p {
  display: -webkit-box;
  overflow: hidden;
  color: #43596c;
  font-size: 15px;
  line-height: 1.48;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.template-catalog-compact .catalog-hero-actions {
  margin: 10px 0 0;
}

body.template-catalog-compact .catalog-metrics {
  display: none;
}

body.template-catalog-compact .metric {
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: #ffffff;
}

body.template-catalog-compact .catalog-guide,
body.template-catalog-compact .filter-panel,
body.template-catalog-compact .product-solution-entry,
body.template-catalog-compact .catalog-bottom-cta {
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(40, 61, 78, 0.07);
}

body.template-catalog-compact .catalog-guide {
  display: none;
  align-content: center;
  padding: 14px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
}

body.template-catalog-compact .catalog-guide p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

body.template-catalog-compact .catalog-section {
  padding-top: 10px;
}

body.template-catalog-compact .filter-panel.smart-filter {
  position: sticky;
  top: 74px;
  z-index: 4;
  padding: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
}

body.template-catalog-compact .filter-head {
  gap: 10px;
}

body.template-catalog-compact .search {
  min-height: 36px;
  border-radius: 8px;
}

body.template-catalog-compact .category-buttons {
  gap: 6px;
}

body.template-catalog-compact .chip {
  min-height: 32px;
  border-radius: 999px;
  background: #ffffff;
  border-color: #bfd8d4;
}

body.template-catalog-compact .chip.active {
  background: var(--blue);
  color: #ffffff;
  border-color: var(--blue);
}

body.template-catalog-compact .product-solution-entry {
  display: none;
}

body.template-catalog-compact .mobile-category-dock {
  display: none !important;
}

body.template-catalog-compact .product-grid-catalog {
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

body.template-catalog-compact .product-card {
  display: grid;
  min-height: 0;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 8px;
  border: 1px solid #dce8e5;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(24, 46, 62, 0.07);
}

body.template-catalog-compact .product-card:hover {
  transform: translateY(-1px);
}

body.template-catalog-compact .product-card .card-image {
  grid-row: 1 / span 5;
  grid-column: 1;
  min-height: 108px;
  border-radius: 8px;
  border: 1px solid #d7e6e2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(237, 246, 243, 0.95)),
    #eef4f2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

body.template-catalog-compact .product-card .card-image img {
  width: 100%;
  height: 100%;
  padding: 8px;
  box-sizing: border-box;
  object-fit: contain;
  filter: drop-shadow(0 9px 16px rgba(22, 47, 58, 0.12));
}

body.template-catalog-compact .product-card .card-kicker,
body.template-catalog-compact .product-card h3,
body.template-catalog-compact .product-card p,
body.template-catalog-compact .product-card .detail-link,
body.template-catalog-compact .product-card .mini-list,
body.template-catalog-compact .product-card .product-card-specs,
body.template-catalog-compact .product-card .product-card-spec-more {
  grid-column: 2;
}

body.template-catalog-compact .product-card .card-kicker {
  margin-top: 0;
  font-size: 12px;
  line-height: 1.2;
}

body.template-catalog-compact .product-card h3 {
  margin-top: 0;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: 0;
}

body.template-catalog-compact .product-card .detail-link {
  margin-top: 2px;
}

body.template-catalog-compact .product-card-spec-more {
  margin-top: 0;
}

body.template-catalog-compact .product-card-specs {
  gap: 5px;
  margin-bottom: 4px;
}

body.template-catalog-compact .product-card-specs dt {
  font-size: 10px;
}

body.template-catalog-compact .product-card-specs dd {
  display: -webkit-box;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.25;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

body.template-catalog-compact .product-card p {
  display: -webkit-box;
  min-height: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.36;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.template-catalog-compact .product-card .mini-list {
  display: none;
}

body.template-catalog-compact .catalog-reveal {
  margin-top: 8px;
}

body.template-catalog-compact .catalog-bottom-cta {
  margin-top: 12px;
  background: #173944;
}

body.template-catalog-compact .section {
  padding: 28px 0;
}

body.template-catalog-compact .section.tight {
  padding: 18px 0;
}

body.template-catalog-compact .section-title {
  gap: 14px;
  margin-bottom: 12px;
}

body.template-catalog-compact .section-title h2 {
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: 0;
}

body.template-catalog-compact .white-card,
body.template-catalog-compact .form-card,
body.template-catalog-compact .inquiry-card {
  padding: 18px;
}

@media (max-width: 980px) {
  body.template-catalog-compact .catalog-hero-grid {
    grid-template-columns: 1fr;
  }

  body.template-catalog-compact .catalog-hero h1 {
    font-size: 34px;
  }

  body.template-catalog-compact .filter-panel.smart-filter {
    position: static;
  }
}

@media (max-width: 760px) {
  body.template-catalog-compact .catalog-hero {
    padding: 14px 0;
  }

  body.template-catalog-compact .catalog-hero h1 {
    font-size: 24px;
    line-height: 1.14;
  }

  body.template-catalog-compact .product-grid-catalog {
    grid-template-columns: 1fr;
  }

  body.template-catalog-compact .product-card {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  body.template-catalog-compact .product-card .card-image {
    min-height: 96px;
  }

  body.template-catalog-compact .category-buttons {
    margin-right: -4px;
    margin-left: -4px;
    padding-right: 4px;
    padding-left: 4px;
  }

  body.template-catalog-compact .product-card {
    gap: 10px;
    padding: 10px;
    border-radius: 14px;
  }

  body.template-catalog-compact .product-card h3 {
    font-size: 15px;
    line-height: 1.15;
  }

  body.template-catalog-compact .section {
    padding: 20px 0;
  }

  body.template-catalog-compact .section.tight {
    padding: 12px 0;
  }
}
