/*
  Bio & Pharm visual refinement layer.
  Inspired by DESIGN.md-style tokens: restrained palette, explicit component roles,
  predictable spacing, and content-first pharmaceutical credibility.
*/
:root {
  --jt-ink: #1f2d2a;
  --jt-text: #33413c;
  --jt-muted: #687872;
  --jt-subtle: #879791;
  --jt-teal: #2f7d6d;
  --jt-teal-strong: #1e6357;
  --jt-teal-soft: #eaf4f1;
  --jt-aqua: #3fb7b0;
  --jt-gold: #bd8c42;
  --jt-gold-soft: #fbf2df;
  --jt-paper: #fbfcfb;
  --jt-panel: #ffffff;
  --jt-line: #dce8e4;
  --jt-line-strong: #bfd3cc;
  --jt-shadow: 0 18px 55px rgba(31, 45, 42, 0.12);
  --jt-shadow-soft: 0 10px 30px rgba(31, 45, 42, 0.08);
  --jt-shadow-card-hover: 0 24px 70px rgba(31, 45, 42, 0.16);
  --jt-radius: 8px;
  --jt-max: 1180px;
}

html {
  scroll-behavior: smooth;
}

body,
#s-content,
.site-polished {
  color: var(--jt-text);
  background: var(--jt-paper);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", "Work Sans", Arial, sans-serif !important;
  text-rendering: optimizeLegibility;
}

body::selection {
  color: #fff;
  background: var(--jt-teal);
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

img {
  max-width: 100%;
}

/* Static freeze guardrails borrowed from the reference build. */
.s-network-error,
.network-error,
.network-disconnected,
.s-offline-notice,
.s-page-loading,
.s-loading,
.s-spinner,
.loading-spinner,
.s-ecommerce-loading,
.s-portfolio-loading,
.recaptcha-wrapper,
.g-recaptcha,
.loading-icon,
#s-support-widget-container,
.s-support-widget,
.strikingly-support-widget {
  display: none !important;
}

.bp-static-form-message {
  display: none;
  margin-top: 12px;
  padding: 11px 14px;
  border: 1px solid var(--jt-line);
  border-radius: 6px;
  background: var(--jt-teal-soft);
  color: var(--jt-teal-strong);
  font-size: 14px;
  line-height: 1.6;
}

.bp-static-form-message.is-visible {
  display: block;
}

/* Navigation */
#s-header,
.site-header {
  position: sticky !important;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92) !important;
  border-bottom: 1px solid rgba(220, 232, 228, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 3px 24px rgba(31, 45, 42, 0.04);
}

#s-header #s-nav,
#s-header #s-nav.strikingly-fixed {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 1px solid rgba(220, 232, 228, 0.9);
  backdrop-filter: blur(18px);
}

#s-header .s-nav-inner,
.header-inner {
  max-width: var(--jt-max);
  margin: 0 auto;
  padding: 12px 24px !important;
}

#s-header .s-nav-table {
  display: flex !important;
  align-items: center;
  gap: 24px;
}

#s-header .logo img,
.brand img {
  width: 54px !important;
  height: 54px !important;
  object-fit: contain;
}

#s-header ul.s-nav {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  flex-wrap: wrap;
}

#s-header ul.s-nav > li > a,
#s-header .s-nav-item,
.nav a {
  border-radius: 999px;
  color: var(--jt-text) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2;
  padding: 10px 13px !important;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

#s-header ul.s-nav > li > a:hover,
#s-header .s-nav-item:hover,
.nav a:hover {
  color: var(--jt-teal-strong) !important;
  background: var(--jt-teal-soft);
}

#s-header li.cta .s-common-button,
.btn-primary {
  border: 1px solid var(--jt-teal) !important;
  border-radius: 999px !important;
  background: var(--jt-teal) !important;
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(47, 125, 109, 0.2);
}

/* Global section rhythm */
.slides,
.slide,
.s-section {
  background: transparent !important;
}

.slide > div:last-child > .s-section,
.slide .s-section,
.main {
  padding-top: clamp(58px, 8vw, 104px) !important;
  padding-bottom: clamp(58px, 8vw, 104px) !important;
}

.container,
.main,
.hero-inner,
.footer-inner {
  max-width: var(--jt-max) !important;
}

.s-title,
.s-title h1,
.s-title h2,
.s-title h3,
.s-title p,
h1,
h2,
h3 {
  color: var(--jt-ink) !important;
  letter-spacing: 0 !important;
}

.s-title h2,
.s-title .s-font-title h2,
.s-title-beta-s6 h2,
.related h2 {
  font-size: clamp(30px, 4vw, 48px) !important;
  line-height: 1.16 !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
}

.s-title-group::before,
.copy .eyebrow {
  content: "BIO & PHARM";
  display: inline-flex;
  margin: 0 auto 14px;
  padding: 7px 11px;
  border: 1px solid var(--jt-line);
  border-radius: 999px;
  color: var(--jt-teal-strong);
  background: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.s-subtitle,
.s-subtitle h4,
.s-subtitle p,
.copy p {
  color: var(--jt-muted) !important;
  font-size: clamp(16px, 1.7vw, 19px) !important;
  line-height: 1.85 !important;
}

/* Hero */
.s-section-1,
.hero {
  position: relative;
  min-height: clamp(620px, 88vh, 820px);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(20, 54, 48, 0.9), rgba(20, 54, 48, 0.62) 48%, rgba(20, 54, 48, 0.12)),
    linear-gradient(180deg, #173b35, #22594f) !important;
}

.s-section-1::after,
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  background: linear-gradient(180deg, rgba(251, 252, 251, 0), var(--jt-paper));
  pointer-events: none;
}

.s-section-1 .s-rva {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: 54px;
  min-height: clamp(620px, 88vh, 820px);
}

.s-section-1 .s-rva-text {
  float: none !important;
  width: auto !important;
  max-width: 760px !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  order: 1;
}

.s-section-1 .s-rva-media {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  order: 2;
}

.s-section-1 .s-rva-media .s-component-content {
  position: relative;
  isolation: isolate;
}

.s-section-1 .s-rva-media .s-component-content::before {
  content: "";
  position: absolute;
  inset: 5% 1% 9% 8%;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 36px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 36px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 24px 80px rgba(0, 0, 0, 0.18);
  transform: rotate(-2deg);
}

.s-section-1 .s-rva-media .s-component-content::after {
  content: "";
  position: absolute;
  inset: 14% 8% 12% 0;
  z-index: -2;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(63, 183, 176, 0.24), rgba(189, 140, 66, 0.16));
  filter: blur(24px);
  opacity: 0.8;
}

.s-section-1 .s-rva-media img {
  filter: drop-shadow(0 32px 58px rgba(0, 0, 0, 0.22)) saturate(1.06);
  transform: scale(0.96);
  transition: transform 0.42s ease, filter 0.42s ease;
}

.s-section-1 .s-rva-media:hover img {
  filter: drop-shadow(0 38px 72px rgba(0, 0, 0, 0.26)) saturate(1.12);
  transform: scale(0.985) translateY(-4px);
}

.s-section-1 .s-title-group::before {
  content: "GxP COMPLIANCE / GREEN PROCESS";
  margin-left: 0;
  color: #ddf7f1;
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.12);
}

.s-section-1 h1,
.s-section-1 h1 p,
.s-section-1 h1 span,
.s-section-1 h4,
.s-section-1 h4 p,
.s-section-1 h4 span,
.hero h1 {
  color: #fff !important;
  opacity: 1 !important;
}

.s-section-1 h1,
.hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 76px) !important;
  line-height: 1.08 !important;
  font-weight: 750 !important;
}

.s-section-1 h4,
.s-section-1 h4 p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(19px, 2.2vw, 26px) !important;
  line-height: 1.45 !important;
}

.jt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.jt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.jt-button:hover {
  transform: translateY(-1px);
}

.jt-button.primary {
  border-color: #fff;
  background: #fff;
  color: var(--jt-teal-strong);
}

.jt-button.secondary {
  background: rgba(255, 255, 255, 0.08);
}

.jt-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  max-width: 660px;
}

.jt-metric {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--jt-radius);
  background: rgba(255, 255, 255, 0.09);
  padding: 15px 16px;
}

.jt-metric strong {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
}

.jt-metric span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

/* Cards and service blocks */
.s-section-2,
.s-section-4,
.s-section-6,
.s-section-7,
.related {
  background:
    linear-gradient(180deg, rgba(234, 244, 241, 0.55), rgba(251, 252, 251, 0)) !important;
}

.s-section-2 .s-section-item-wrapper,
.s-ecommerce-card-view-cards,
.related-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  height: auto !important;
}

.jt-static-products {
  width: min(var(--jt-max), calc(100% - 48px));
  margin: 0 auto;
}

.jt-static-products .jt-section-head,
.jt-static-contact .jt-section-head {
  text-align: center;
  margin-bottom: clamp(28px, 5vw, 48px);
}

.jt-static-products .jt-section-head::before,
.jt-static-contact .jt-section-head::before {
  content: "BIO & PHARM";
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 11px;
  border: 1px solid var(--jt-line);
  border-radius: 999px;
  color: var(--jt-teal-strong);
  background: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 700;
}

.jt-static-products h2,
.jt-static-contact h2 {
  margin: 0;
  color: var(--jt-teal-strong) !important;
  font-size: clamp(32px, 4.4vw, 56px) !important;
  line-height: 1.18 !important;
  font-weight: 750 !important;
}

.jt-static-products .jt-section-head p,
.jt-static-contact .jt-section-head p {
  margin: 14px auto 0;
  max-width: 720px;
  color: var(--jt-muted);
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.8;
}

.jt-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.jt-product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--jt-line);
  border-radius: var(--jt-radius);
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: var(--jt-shadow-soft);
  transform: perspective(900px) rotateX(var(--jt-tilt-y, 0deg)) rotateY(var(--jt-tilt-x, 0deg)) translateY(0);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.jt-product-card::before,
.jt-contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(260px circle at var(--jt-mouse-x, 50%) var(--jt-mouse-y, 0%), rgba(63, 183, 176, 0.18), transparent 42%),
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.42) 45%, transparent 58%);
  background-position: center, -220% 0;
  background-size: auto, 220% 100%;
  opacity: 0;
  transition: opacity 0.24s ease, background-position 0.55s ease;
}

.jt-product-card:hover::before,
.jt-contact-card:hover::before {
  opacity: 1;
  background-position: center, 220% 0;
}

.jt-product-card:hover {
  transform: perspective(900px) rotateX(var(--jt-tilt-y, 0deg)) rotateY(var(--jt-tilt-x, 0deg)) translateY(-7px);
  border-color: var(--jt-line-strong);
  box-shadow: var(--jt-shadow-card-hover);
}

.jt-product-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--jt-teal-soft);
}

.jt-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.jt-product-card:hover .jt-product-media img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.03);
}

.jt-product-body {
  position: relative;
  z-index: 2;
  min-height: 160px;
  padding: 20px;
}

.jt-product-body strong {
  display: block;
  color: var(--jt-ink);
  font-size: 20px;
  line-height: 1.35;
}

.jt-product-body span {
  display: block;
  margin-top: 10px;
  color: var(--jt-muted);
  font-size: 14px;
  line-height: 1.65;
}

.jt-product-body em {
  display: inline-flex;
  margin-top: 18px;
  color: var(--jt-teal-strong);
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
}

.jt-static-contact {
  width: min(var(--jt-max), calc(100% - 48px));
  margin: 0 auto;
}

.jt-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  align-items: stretch;
}

.jt-contact-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--jt-line);
  border-radius: var(--jt-radius);
  background: #fff;
  box-shadow: var(--jt-shadow-soft);
  padding: clamp(24px, 4vw, 38px);
  transform: perspective(900px) rotateX(var(--jt-tilt-y, 0deg)) rotateY(var(--jt-tilt-x, 0deg));
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.jt-contact-card:hover {
  transform: perspective(900px) rotateX(var(--jt-tilt-y, 0deg)) rotateY(var(--jt-tilt-x, 0deg)) translateY(-6px);
  border-color: var(--jt-line-strong);
  box-shadow: var(--jt-shadow-card-hover);
}

.jt-contact-card h3 {
  margin: 0 0 18px;
  color: var(--jt-teal-strong) !important;
  font-size: 24px;
}

.jt-contact-list {
  display: grid;
  gap: 14px;
}

.jt-contact-item {
  border-left: 3px solid var(--jt-teal);
  padding-left: 14px;
}

.jt-contact-item strong {
  display: block;
  color: var(--jt-ink);
  font-size: 14px;
}

.jt-contact-item span,
.jt-contact-item a {
  display: block;
  margin-top: 4px;
  color: var(--jt-muted);
  font-size: 15px;
  line-height: 1.65;
  text-decoration: none;
}

.jt-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.jt-contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--jt-teal);
  background: var(--jt-teal);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.jt-contact-actions a.secondary {
  background: #fff;
  color: var(--jt-teal-strong);
}

.s-section-2 .s-repeatable-item,
.s-ecommerce-card-view-card,
.related-grid a {
  position: relative;
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  border: 1px solid var(--jt-line) !important;
  border-radius: var(--jt-radius) !important;
  background: var(--jt-panel) !important;
  overflow: hidden;
  box-shadow: var(--jt-shadow-soft);
  transform: perspective(900px) rotateX(var(--jt-tilt-y, 0deg)) rotateY(var(--jt-tilt-x, 0deg)) translateY(0);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
  will-change: transform;
}

.s-section-2 .s-repeatable-item::before,
.s-ecommerce-card-view-card::before,
.related-grid a::before,
.jt-proof::before,
.s-blog-entry::before,
.s-blog-post-section .s-blog-section-inner::before,
body[data-build="v4-clean-products"] .copy::before,
body[data-build="v4-clean-products"] .gallery-main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(260px circle at var(--jt-mouse-x, 50%) var(--jt-mouse-y, 0%), rgba(63, 183, 176, 0.18), transparent 42%),
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.42) 45%, transparent 58%);
  background-position: center, -220% 0;
  background-size: auto, 220% 100%;
  opacity: 0;
  transition: opacity 0.24s ease, background-position 0.55s ease;
}

.s-section-2 .s-repeatable-item:hover::before,
.s-ecommerce-card-view-card:hover::before,
.related-grid a:hover::before,
.jt-proof:hover::before,
.s-blog-entry:hover::before,
.s-blog-post-section .s-blog-section-inner:hover::before,
body[data-build="v4-clean-products"] .copy:hover::before,
body[data-build="v4-clean-products"] .gallery-main:hover::before {
  opacity: 1;
  background-position: center, 220% 0;
}

.s-section-2 .s-repeatable-item:hover,
.s-ecommerce-card-view-card:hover,
.related-grid a:hover {
  transform: perspective(900px) rotateX(var(--jt-tilt-y, 0deg)) rotateY(var(--jt-tilt-x, 0deg)) translateY(-7px);
  border-color: var(--jt-line-strong) !important;
  box-shadow: var(--jt-shadow-card-hover);
  background:
    linear-gradient(180deg, #fff, #fbfdfc) !important;
}

.s-section-2 .new-media-item-wrapper,
.s-section-2 .clearfix {
  height: 100%;
}

.s-section-2 .s-item-media-wrapper,
.s-ecommerce-card-view-card-image {
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;
  background: var(--jt-teal-soft);
}

.s-section-2 .s-img-wrapper,
.s-section-2 .s-img-wrapper img,
.s-ecommerce-card-view-card-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.s-section-2 .s-repeatable-item:hover .s-img-wrapper img,
.s-ecommerce-card-view-card:hover .s-ecommerce-card-view-card-image img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.03);
}

.s-section-2 .s-item-text-group,
.s-ecommerce-card-view-card-description {
  position: relative;
  z-index: 2;
  min-height: 126px;
  padding: 20px 20px 22px !important;
  background: #fff;
}

.s-section-2 .s-item-title h3,
.s-section-2 .s-item-title p,
.s-ecommerce-card-view-card-name {
  color: var(--jt-ink) !important;
  font-size: 21px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.jt-card-note {
  margin-top: 10px;
  color: var(--jt-muted);
  font-size: 14px;
  line-height: 1.65;
}

.s-section-4 .s-section-item-wrapper,
.s-section-7 .s-section-item-wrapper {
  display: grid !important;
  gap: 18px;
}

.s-section-4 .s-repeatable-item,
.s-section-7 .s-repeatable-item {
  position: relative;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid var(--jt-line);
  border-radius: var(--jt-radius);
  background: #fff;
  overflow: hidden;
  box-shadow: var(--jt-shadow-soft);
  transform: perspective(1000px) rotateX(var(--jt-tilt-y, 0deg)) rotateY(var(--jt-tilt-x, 0deg));
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.s-section-4 .s-repeatable-item:hover,
.s-section-7 .s-repeatable-item:hover {
  transform: perspective(1000px) rotateX(var(--jt-tilt-y, 0deg)) rotateY(var(--jt-tilt-x, 0deg)) translateY(-6px);
  border-color: var(--jt-line-strong);
  box-shadow: var(--jt-shadow-card-hover);
}

.s-section-4 .s-repeatable-item img,
.s-section-7 .s-repeatable-item img {
  border-radius: 0;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.s-section-4 .s-repeatable-item:hover img,
.s-section-7 .s-repeatable-item:hover img {
  transform: scale(1.025);
  filter: saturate(1.05) contrast(1.02);
}

/* About */
.s-section-3 {
  background: #fff !important;
}

.s-section-3 .s-subtitle {
  max-width: 960px;
  margin: 0 auto;
  border-left: 4px solid var(--jt-teal);
  border-radius: 0 var(--jt-radius) var(--jt-radius) 0;
  background: linear-gradient(90deg, var(--jt-teal-soft), #fff);
  padding: clamp(22px, 4vw, 38px) !important;
}

.jt-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 960px;
  margin: 26px auto 0;
}

.jt-proof {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--jt-line);
  border-radius: var(--jt-radius);
  padding: 18px;
  background: var(--jt-panel);
  box-shadow: var(--jt-shadow-soft);
  transform: perspective(800px) rotateX(var(--jt-tilt-y, 0deg)) rotateY(var(--jt-tilt-x, 0deg));
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.jt-proof:hover {
  transform: perspective(800px) rotateX(var(--jt-tilt-y, 0deg)) rotateY(var(--jt-tilt-x, 0deg)) translateY(-5px);
  border-color: var(--jt-line-strong);
  box-shadow: var(--jt-shadow-card-hover);
}

.jt-proof strong {
  display: block;
  color: var(--jt-teal-strong);
  font-size: 20px;
}

.jt-proof span {
  display: block;
  color: var(--jt-muted);
  font-size: 13px;
  margin-top: 6px;
}

/* Product detail pages */
body[data-build="v4-clean-products"] {
  background: var(--jt-paper);
}

body[data-build="v4-clean-products"] .site-header {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 1px solid var(--jt-line);
}

body[data-build="v4-clean-products"] .brand-copy strong {
  color: var(--jt-teal-strong) !important;
  letter-spacing: 0 !important;
}

body[data-build="v4-clean-products"] .hero {
  min-height: auto;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(30, 99, 87, 0.96), rgba(47, 125, 109, 0.88) 58%, rgba(189, 140, 66, 0.72)) !important;
}

body[data-build="v4-clean-products"] .hero::after {
  height: 70px;
}

body[data-build="v4-clean-products"] .hero-inner {
  padding-top: clamp(58px, 7vw, 92px);
  padding-bottom: clamp(54px, 7vw, 84px);
}

body[data-build="v4-clean-products"] .eyebrow {
  color: #e7fff9 !important;
}

body[data-build="v4-clean-products"] h1 {
  color: #fff !important;
}

body[data-build="v4-clean-products"] .gallery-main,
body[data-build="v4-clean-products"] .copy,
body[data-build="v4-clean-products"] .related a {
  position: relative;
  overflow: hidden;
  border-color: var(--jt-line) !important;
  border-radius: var(--jt-radius) !important;
  box-shadow: var(--jt-shadow-soft);
  transform: perspective(1000px) rotateX(var(--jt-tilt-y, 0deg)) rotateY(var(--jt-tilt-x, 0deg));
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

body[data-build="v4-clean-products"] .gallery-main:hover,
body[data-build="v4-clean-products"] .copy:hover {
  transform: perspective(1000px) rotateX(var(--jt-tilt-y, 0deg)) rotateY(var(--jt-tilt-x, 0deg)) translateY(-5px);
  border-color: var(--jt-line-strong) !important;
  box-shadow: var(--jt-shadow-card-hover);
}

body[data-build="v4-clean-products"] .gallery-main img {
  transition: transform 0.35s ease, filter 0.35s ease;
}

body[data-build="v4-clean-products"] .gallery-main:hover img {
  transform: scale(1.025);
  filter: saturate(1.06) contrast(1.03);
}

body[data-build="v4-clean-products"] .copy {
  padding: clamp(24px, 4vw, 38px);
  background: #fff;
}

body[data-build="v4-clean-products"] .copy h2 {
  color: var(--jt-teal-strong) !important;
}

body[data-build="v4-clean-products"] .copy p {
  color: var(--jt-text) !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

body[data-build="v4-clean-products"] .btn {
  border-radius: 999px !important;
  font-weight: 700;
}

body[data-build="v4-clean-products"] .btn-secondary {
  border-color: var(--jt-line-strong) !important;
  color: var(--jt-teal-strong) !important;
}

/* Blog and article pages */
.s-blog-title,
.s-blog-title h1,
.s-blog-title h2 {
  color: var(--jt-ink) !important;
  font-weight: 750 !important;
}

.s-blog-wrapper,
.s-blog-post-section,
.s-blog-details,
.s-blog-footer-inner {
  background: var(--jt-paper) !important;
}

.s-blog-entry,
.s-blog-post-section .s-blog-section-inner,
.s-blog-footer-nav {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--jt-line) !important;
  border-radius: var(--jt-radius) !important;
  background: #fff !important;
  box-shadow: var(--jt-shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.s-blog-entry:hover,
.s-blog-post-section .s-blog-section-inner:hover {
  transform: translateY(-4px);
  border-color: var(--jt-line-strong) !important;
  box-shadow: var(--jt-shadow-card-hover);
}

.s-blog-post-section .s-blog-section-inner {
  padding: clamp(18px, 3vw, 30px) !important;
}

.s-blog-section-inner p,
.s-blog-section-inner li {
  color: var(--jt-text) !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

/* Contact */
.s-contact-section {
  background:
    linear-gradient(120deg, rgba(234, 244, 241, 0.9), rgba(251, 242, 223, 0.7)) !important;
}

.s-contact-section-columns,
.s-email-form-container {
  border: 1px solid var(--jt-line);
  border-radius: var(--jt-radius);
  background: #fff;
  box-shadow: var(--jt-shadow-soft);
  overflow: hidden;
}

.s-email-form-field input,
.s-email-form-field textarea {
  border: 1px solid var(--jt-line) !important;
  border-radius: 6px !important;
  background: #fff !important;
}

.s-email-form-field input:focus,
.s-email-form-field textarea:focus {
  border-color: var(--jt-teal) !important;
  box-shadow: 0 0 0 3px rgba(47, 125, 109, 0.14);
  outline: none;
}

/* Footer and utility */
.s-powered-by-strikingly,
.s-footer-logo-wrapper,
.show-strikingly-logo::after,
.show-strikingly-logo::before,
a[href*="sxl.cn"],
a[href*="strikingly.com"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.s-new-footer-section.show-strikingly-logo {
  padding-bottom: 0 !important;
}

.jt-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.jt-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

@media (hover: none), (pointer: coarse) {
  .s-section-2 .s-repeatable-item,
  .s-ecommerce-card-view-card,
  .related-grid a,
  .jt-proof,
  .s-section-4 .s-repeatable-item,
  .s-section-7 .s-repeatable-item,
  body[data-build="v4-clean-products"] .gallery-main,
  body[data-build="v4-clean-products"] .copy {
    transform: none !important;
  }
}

@media (max-width: 980px) {
  #s-header,
  #s-header .s-nav,
  #s-header .s-nav-inner,
  #s-header .s-nav-table {
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
  }

  #s-header .s-nav-table,
  .header-inner {
    align-items: flex-start;
    gap: 12px;
  }

  #s-header ul.s-nav {
    justify-content: flex-start;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    flex-wrap: nowrap !important;
    -webkit-overflow-scrolling: touch;
  }

  #s-header ul.s-nav > li {
    display: block !important;
    flex: 0 0 auto !important;
  }

  .s-section-1 .s-rva {
    display: flex !important;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 104px;
  }

  .s-section-1 .s-rva-text,
  .s-section-1 .s-rva-media {
    width: 100% !important;
    max-width: none !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .s-section-1 .s-rva-media {
    max-width: 420px !important;
    align-self: center;
    opacity: 0.82;
  }

  .s-section-2 .s-section-item-wrapper,
  .s-ecommerce-card-view-cards,
  .related-grid,
  .jt-product-grid,
  .jt-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .jt-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  #s-header .s-nav-inner,
  .header-inner {
    padding: 10px 16px !important;
  }

  #s-header .logo img,
  .brand img {
    width: 42px !important;
    height: 42px !important;
  }

  #s-header ul.s-nav > li:nth-child(n + 5):not(.cta) {
    display: none !important;
  }

  #s-header ul.s-nav > li > a,
  #s-header .s-nav-item,
  .nav a {
    font-size: 13px !important;
    padding: 8px 10px !important;
  }

  .s-section-1 {
    min-height: auto;
  }

  .s-section-1 .s-rva {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 76px;
  }

  .s-section-1 h1,
  .hero h1 {
    font-size: clamp(34px, 11vw, 46px) !important;
  }

  .jt-metrics,
  .s-section-2 .s-section-item-wrapper,
  .s-ecommerce-card-view-cards,
  .related-grid,
  .jt-product-grid,
  .jt-proof-grid {
    grid-template-columns: 1fr !important;
  }

  .jt-static-products,
  .jt-static-contact {
    width: min(100% - 32px, var(--jt-max));
  }

  .slide .s-section,
  .main {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
}
