body.template-export-focus {
  --blue: #0d756c;
  --blue-2: #e6f2ef;
  --gold: #d99b31;
  --ink: #172433;
  --muted: #617284;
  --line: #d8e4df;
  --paper: #ffffff;
  --wash: #f5f7f4;
  --radius-xl: 8px;
  --radius-lg: 8px;
  --radius-md: 8px;
  background: var(--wash);
  color: var(--ink);
  line-height: 1.48;
}

body.template-export-focus .site-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 18px rgba(24, 44, 58, 0.07);
}

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

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

body.template-export-focus .nav a.active,
body.template-export-focus .nav a:hover {
  background: var(--paper);
  color: var(--blue);
}

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

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

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

body.template-export-focus .home-hero,
body.template-export-focus .hero {
  padding: 24px 0 18px;
  color: var(--ink);
  background: #fbfcfa;
  border-bottom: 1px solid var(--line);
}

body.template-export-focus .hero-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.86fr);
  align-items: stretch;
  gap: 18px;
}

body.template-export-focus .hero-copy {
  display: grid;
  align-content: center;
}

body.template-export-focus .home-hero h1,
body.template-export-focus .hero h1 {
  max-width: 700px;
  font-size: 40px;
  line-height: 1.06;
  letter-spacing: 0;
}

body.template-export-focus .hero p,
body.template-export-focus .home-hero .hero-copy > p,
body.template-export-focus .catalog-hero p,
body.template-export-focus .compact-hero p {
  display: -webkit-box;
  max-width: 660px;
  overflow: hidden;
  color: #3e5364;
  font-size: 15px;
  line-height: 1.48;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

body.template-export-focus .home-hero .cta-row {
  margin: 12px 0 8px;
}

body.template-export-focus .btn {
  min-height: 42px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 8px 20px rgba(13, 117, 108, 0.18);
}

body.template-export-focus .btn.secondary {
  color: var(--blue);
  background: var(--paper);
  border-color: #b9d8d2;
  box-shadow: none;
}

body.template-export-focus .metric-row {
  max-width: 680px;
  gap: 8px;
  margin-top: 12px;
}

body.template-export-focus .metric {
  min-height: 56px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 6px 16px rgba(24, 48, 62, 0.05);
}

body.template-export-focus .support-grid.compact-support {
  display: none;
}

body.template-export-focus .support-card {
  min-height: 56px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

body.template-export-focus .support-card b {
  margin-bottom: 0;
}

body.template-export-focus .support-card p,
body.template-export-focus .support-card ul {
  display: none;
}

body.template-export-focus .white-card,
body.template-export-focus .solution-guide-card,
body.template-export-focus .home-video-card,
body.template-export-focus .inquiry-strip {
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(28, 58, 70, 0.08);
}

body.template-export-focus .feature-card {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(27, 50, 64, 0.12);
}

body.template-export-focus .feature-top {
  margin-bottom: 10px;
}

body.template-export-focus .product-photo {
  min-height: 190px;
  border: 1px solid #e2ebe7;
  border-radius: 8px;
  background: #f0f5f3;
}

body.template-export-focus .product-photo img {
  max-height: 190px;
}

body.template-export-focus .feature-card h2 {
  margin: 10px 0 5px;
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: 0;
}

body.template-export-focus .feature-card p[data-feature-summary] {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #516678;
  line-height: 1.42;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

body.template-export-focus .feature-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}

body.template-export-focus .feature-points span {
  min-height: 0;
  padding: 7px 8px;
  border-radius: 8px;
  color: #193242;
  background: #f3f7f5;
  border: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.25;
}

body.template-export-focus .thumb-row {
  gap: 8px;
  margin-top: 10px;
}

body.template-export-focus .thumb {
  padding: 5px;
  border-radius: 8px;
}

body.template-export-focus .thumb img {
  height: 52px;
  border-radius: 6px;
}

body.template-export-focus .hero-mini-cta {
  background: #f3f7f5;
  border: 1px solid var(--line);
}

body.template-export-focus .hero-mini-cta a {
  color: var(--blue);
}

body.template-export-focus .dark-card,
body.template-export-focus .inquiry-strip {
  background: #173944;
}

body.template-export-focus .dark-card,
body.template-export-focus .dark-card h2,
body.template-export-focus .dark-card h3,
body.template-export-focus .dark-card p,
body.template-export-focus .inquiry-strip,
body.template-export-focus .inquiry-strip h2,
body.template-export-focus .inquiry-strip p {
  color: #f1fbfa;
}

body.template-export-focus .dark-card .eyebrow,
body.template-export-focus .dark-card small,
body.template-export-focus .inquiry-strip small {
  color: #a9d9d2;
}

body.template-export-focus .section {
  padding: 30px 0;
}

body.template-export-focus .section.tight {
  padding: 18px 0;
}

body.template-export-focus .section-title {
  gap: 16px;
  margin-bottom: 14px;
}

body.template-export-focus .section-title h2 {
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: 0;
}

body.template-export-focus .home-product-section {
  padding-top: 16px;
}

body.template-export-focus .home-product-category-buttons {
  position: sticky;
  top: 78px;
  z-index: 3;
  padding: 8px 0;
  background: rgba(245, 247, 244, 0.95);
  backdrop-filter: blur(10px);
}

body.template-export-focus .chip {
  min-height: 34px;
  border-radius: 999px;
  border-color: #bfd8d2;
  background: #ffffff;
}

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

body.template-export-focus .product-card {
  padding: 12px;
  border: 1px solid #d8e6e3;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(26, 52, 68, 0.07);
}

body.template-export-focus .product-card .card-image {
  border-radius: 8px;
  background: #edf3f1;
}

body.template-export-focus .product-card h3 {
  font-size: 17px;
  line-height: 1.22;
  letter-spacing: 0;
}

body.template-export-focus .product-card-specs {
  gap: 5px;
  margin-bottom: 6px;
}

body.template-export-focus .product-card-specs dd {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

body.template-export-focus .capability-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 12px;
}

body.template-export-focus .white-card,
body.template-export-focus .form-card,
body.template-export-focus .inquiry-card,
body.template-export-focus .contact-card,
body.template-export-focus .download-card {
  padding: 18px;
}

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

  body.template-export-focus .home-hero h1,
  body.template-export-focus .hero h1 {
    font-size: 34px;
  }

  body.template-export-focus .support-grid.compact-support,
  body.template-export-focus .capability-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.template-export-focus .home-hero,
  body.template-export-focus .hero {
    padding: 14px 0 14px;
  }

  body.template-export-focus .home-hero h1,
  body.template-export-focus .hero h1 {
    font-size: 24px;
    line-height: 1.14;
  }

  body.template-export-focus .metric-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.template-export-focus .home-product-category-buttons {
    position: static;
    padding: 0;
  }

  body.template-export-focus .section {
    padding: 22px 0;
  }

  body.template-export-focus .section.tight {
    padding: 14px 0;
  }

  body.template-export-focus .section-title h2 {
    font-size: 25px;
  }

  body.template-export-focus .home-hero .feature-card {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 6px 10px;
    align-items: start;
    padding: 10px;
  }

  body.template-export-focus .home-hero .feature-top {
    grid-column: 1 / -1;
    margin-bottom: 2px;
  }

  body.template-export-focus .home-hero .product-photo {
    grid-row: 2 / span 4;
    grid-column: 1;
    width: 104px;
    height: 104px;
    min-height: 0;
  }

  body.template-export-focus .home-hero .product-photo img {
    width: 92%;
    max-height: 96px;
  }

  body.template-export-focus .home-hero .feature-category,
  body.template-export-focus .home-hero .feature-card h2,
  body.template-export-focus .home-hero .feature-card p[data-feature-summary],
  body.template-export-focus .home-hero .feature-card .detail-link {
    grid-column: 2;
  }

  body.template-export-focus .home-hero .feature-category {
    margin-top: 0;
    font-size: 10px;
  }

  body.template-export-focus .home-hero .feature-card h2 {
    margin: 0;
    font-size: 16px;
    line-height: 1.18;
  }

  body.template-export-focus .home-hero .feature-card p[data-feature-summary] {
    margin: 0;
    font-size: 12px;
    line-height: 1.32;
    -webkit-line-clamp: 2;
  }
}
