body.template-product-focus {
  --blue: #0f766e;
  --blue-2: #e6f3ef;
  --gold: #d9a23b;
  --ink: #172433;
  --muted: #607386;
  --line: #d9e5e2;
  --paper: #ffffff;
  --wash: #f6f7f3;
  --radius-xl: 8px;
  --radius-lg: 8px;
  --radius-md: 8px;
  background: var(--wash);
  color: var(--ink);
  line-height: 1.48;
}

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

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

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

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

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

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

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

body.template-product-focus .detail-hero,
body.template-product-focus .focus-product-hero {
  padding: 22px 0 18px;
  color: var(--ink);
  background: #fffdf7;
  border-bottom: 1px solid var(--line);
}

body.template-product-focus .focus-product-hero .shell,
body.template-product-focus .detail-top-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.64fr);
  align-items: start;
  gap: 20px;
}

body.template-product-focus .focus-hero-copy h1,
body.template-product-focus .product-detail-hero h1,
body.template-product-focus .focus-product-hero h1 {
  max-width: 720px;
  color: var(--ink);
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 0;
}

body.template-product-focus .focus-hero-copy > p:not(.eyebrow) {
  display: -webkit-box;
  max-width: 660px;
  overflow: hidden;
  color: #465c70;
  font-size: 15px;
  line-height: 1.48;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

body.template-product-focus .focus-product-hero .eyebrow {
  color: var(--blue);
}

body.template-product-focus .focus-hero-badges {
  gap: 6px;
}

body.template-product-focus .focus-hero-badges span {
  padding: 7px 10px;
  color: #0d3d38;
  background: #eef5f2;
  border-color: #c9ddd8;
}

body.template-product-focus .focus-product-hero .cta-row {
  margin-top: 12px;
}

body.template-product-focus .btn,
body.template-product-focus .product-inquiry-card .btn {
  min-height: 42px;
  border-radius: 999px;
}

body.template-product-focus .gallery,
body.template-product-focus .focus-card,
body.template-product-focus .product-inquiry-card,
body.template-product-focus .video-cover-card,
body.template-product-focus .product-related-section {
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: 0 9px 24px rgba(19, 45, 62, 0.1);
}

body.template-product-focus .gallery {
  padding: 12px;
  background: #ffffff;
}

body.template-product-focus .focus-hero-media .gallery-main {
  aspect-ratio: 1.55 / 1;
}

body.template-product-focus .focus-hero-media .gallery-main img {
  width: 78%;
  height: 78%;
}

body.template-product-focus .gallery-main,
body.template-product-focus .gallery-lightbox figure,
body.template-product-focus .gallery-lightbox img,
body.template-product-focus .gallery-thumbs button {
  border-radius: 8px;
}

body.template-product-focus .gallery-main {
  background: #eef3f2;
}

body.template-product-focus .gallery-thumbs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}

body.template-product-focus .gallery-thumbs button {
  padding: 5px;
}

body.template-product-focus .gallery-thumbs img {
  height: 54px;
}

body.template-product-focus .focus-facts {
  margin-top: -8px;
  gap: 8px;
}

body.template-product-focus .focus-facts div {
  min-height: 60px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

body.template-product-focus .focus-layout {
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
}

body.template-product-focus .focus-layout > .focus-card,
body.template-product-focus .focus-layout > .focus-visual-grid,
body.template-product-focus .focus-layout > .focus-inquiry-row,
body.template-product-focus .focus-layout > .solution-internal-link-card {
  grid-column: 1 / -1;
}

body.template-product-focus .focus-visual-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
}

body.template-product-focus .focus-card-grid,
body.template-product-focus .focus-process-grid,
body.template-product-focus .focus-spec-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.template-product-focus .focus-compare-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.template-product-focus .focus-card,
body.template-product-focus .product-inquiry-card,
body.template-product-focus .video-cover-card {
  padding: 18px;
  background: #ffffff;
}

body.template-product-focus .focus-section-title h2,
body.template-product-focus .focus-card h2,
body.template-product-focus .product-related-section h2 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0;
}

body.template-product-focus .focus-spec-grid,
body.template-product-focus .focus-compare-grid,
body.template-product-focus .focus-card-grid {
  gap: 10px;
}

body.template-product-focus .focus-spec-grid div,
body.template-product-focus .focus-compare-grid article,
body.template-product-focus .focus-card-grid article {
  padding: 12px;
  border: 1px solid #dce8e5;
  border-radius: 8px;
  background: #f9fbfa;
}

body.template-product-focus .focus-spec-grid strong,
body.template-product-focus .focus-compare-grid h3,
body.template-product-focus .focus-card-grid h3 {
  color: #102033;
}

body.template-product-focus .product-inquiry-card {
  position: sticky;
  top: 14px;
  border-color: #cfe2dc;
}

body.template-product-focus .product-inquiry-card textarea {
  min-height: 96px;
}

body.template-product-focus .related-product-section {
  background: #f5f8f6;
}

body.template-product-focus .related-category-buttons {
  margin-bottom: 10px;
}

body.template-product-focus .related-products-grid .product-card {
  border-radius: 8px;
}

body.template-product-focus .related-products-grid .card-image {
  border: 1px solid #d5e4ee;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(15, 83, 118, 0.04);
}

body.template-product-focus .related-products-grid .card-image img {
  width: 92%;
  height: 92%;
}

body.template-product-focus .section {
  padding: 28px 0;
}

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

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

body.template-product-focus .section-title h2 {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0;
}

@media (max-width: 980px) {
  body.template-product-focus .focus-product-hero .shell,
  body.template-product-focus .detail-top-grid,
  body.template-product-focus .focus-layout,
  body.template-product-focus .focus-visual-grid,
  body.template-product-focus .focus-inquiry-row {
    grid-template-columns: 1fr;
  }

  body.template-product-focus .focus-card-grid,
  body.template-product-focus .focus-process-grid,
  body.template-product-focus .focus-spec-grid,
  body.template-product-focus .focus-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.template-product-focus .focus-hero-copy h1,
  body.template-product-focus .product-detail-hero h1,
  body.template-product-focus .focus-product-hero h1 {
    font-size: 34px;
  }

  body.template-product-focus .product-inquiry-card {
    position: static;
  }
}

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

  body.template-product-focus .focus-hero-copy h1,
  body.template-product-focus .product-detail-hero h1,
  body.template-product-focus .focus-product-hero h1 {
    font-size: 24px;
    line-height: 1.14;
  }

  body.template-product-focus .focus-hero-copy > p:not(.eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    font-weight: 760;
    line-height: 1.42;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  body.template-product-focus .focus-facts {
    margin-top: 0;
  }

  body.template-product-focus .gallery,
  body.template-product-focus .focus-card,
  body.template-product-focus .product-inquiry-card,
  body.template-product-focus .video-cover-card {
    padding: 12px;
  }

  body.template-product-focus .focus-hero-badges span {
    min-height: 28px;
    padding: 5px 9px;
    font-size: 11px;
    line-height: 1.25;
  }

  body.template-product-focus .focus-hero-badges {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body.template-product-focus .focus-hero-badges::-webkit-scrollbar {
    display: none;
  }

  body.template-product-focus .focus-card-grid,
  body.template-product-focus .focus-process-grid,
  body.template-product-focus .focus-spec-grid,
  body.template-product-focus .focus-compare-grid {
    grid-template-columns: 1fr;
  }

  body.template-product-focus .section {
    padding: 20px 0;
  }

  body.template-product-focus .section.tight {
    padding: 12px 0;
  }
}
