:root {
  --zenyare-red: #c92127;
  --zenyare-red-dark: #991b1f;
  --zenyare-ink: #15171a;
  --zenyare-carbon: #0b0d10;
  --zenyare-muted: #5c6670;
  --zenyare-line: #e5e7eb;
  --zenyare-soft: #f6f7f9;
  --zenyare-steel: #eef1f4;
  --zenyare-white: #ffffff;
}

body {
  color: var(--zenyare-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--zenyare-red-dark);
}

a:hover {
  color: var(--zenyare-red);
}

.elementor-button,
.button,
button,
input[type="submit"],
.zenyare-button {
  border-radius: 4px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.elementor-button,
.button,
input[type="submit"],
.zenyare-button--primary {
  background: var(--zenyare-red) !important;
  border: 1px solid var(--zenyare-red) !important;
  color: var(--zenyare-white) !important;
}

.elementor-button:hover,
.button:hover,
input[type="submit"]:hover,
.zenyare-button--primary:hover {
  background: var(--zenyare-red-dark) !important;
  border-color: var(--zenyare-red-dark) !important;
  color: var(--zenyare-white) !important;
}

.zenyare-button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  text-decoration: none;
}

.zenyare-button--ghost {
  background: var(--zenyare-white);
  border: 1px solid var(--zenyare-line);
  color: var(--zenyare-ink);
}

.zenyare-button--ghost:hover {
  border-color: var(--zenyare-red);
  color: var(--zenyare-red);
}

.zenyare-eyebrow {
  color: var(--zenyare-red) !important;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em !important;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.zenyare-factory-hero {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(11, 13, 16, 0.96), rgba(21, 23, 26, 0.9)),
    radial-gradient(circle at 78% 24%, rgba(201, 33, 39, 0.28), transparent 32%);
  color: var(--zenyare-white);
  display: grid;
  gap: clamp(28px, 5vw, 68px);
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  margin: 0 calc(50% - 50vw);
  min-height: min(720px, 86vh);
  overflow: hidden;
  padding: clamp(44px, 7vw, 92px) max(24px, calc((100vw - 1180px) / 2));
}

.zenyare-factory-hero h1 {
  color: var(--zenyare-white);
  font-size: clamp(2.45rem, 5vw, 5.2rem);
  line-height: 1.02;
  margin: 0 0 20px;
  max-width: 900px;
}

.zenyare-factory-hero p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  max-width: 680px;
}

.zenyare-factory-hero__actions,
.zenyare-spec-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.zenyare-factory-hero__media {
  margin: 0;
  position: relative;
}

.zenyare-factory-hero__media::before {
  background: var(--zenyare-red);
  content: "";
  height: 72%;
  position: absolute;
  right: -18px;
  top: 14%;
  width: 6px;
}

.zenyare-factory-hero__media img {
  aspect-ratio: 4 / 3;
  background: var(--zenyare-steel);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.zenyare-spec-pill {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 800;
  padding: 8px 12px;
}

.zenyare-product-pathways {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 34px 0;
}

.zenyare-pathway-card {
  background: var(--zenyare-white);
  border: 1px solid var(--zenyare-line);
  border-radius: 6px;
  color: var(--zenyare-ink);
  display: block;
  min-height: 220px;
  padding: 24px;
  position: relative;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.zenyare-pathway-card span {
  background: var(--zenyare-red);
  display: block;
  height: 4px;
  margin-bottom: 22px;
  width: 44px;
}

.zenyare-pathway-card h3 {
  font-size: 1.28rem;
  margin: 0 0 12px;
}

.zenyare-pathway-card p {
  margin: 0;
}

.zenyare-pathway-card:hover {
  border-color: rgba(201, 33, 39, 0.5);
  box-shadow: 0 18px 42px rgba(21, 23, 26, 0.1);
  color: var(--zenyare-ink);
  transform: translateY(-2px);
}

.zenyare-trust-bar {
  background: var(--zenyare-carbon);
  border-radius: 6px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0;
  overflow: hidden;
}

.zenyare-trust-bar div {
  background: rgba(255, 255, 255, 0.04);
  padding: 20px;
}

.zenyare-trust-bar strong,
.zenyare-trust-bar span {
  display: block;
}

.zenyare-trust-bar strong {
  color: var(--zenyare-white);
  font-size: 1rem;
}

.zenyare-trust-bar span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  margin-top: 4px;
}

.site-header,
.elementor-location-header {
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
}

.elementor-nav-menu a {
  font-weight: 700;
  letter-spacing: 0;
}

.elementor-heading-title,
h1,
h2,
h3 {
  color: var(--zenyare-ink);
  letter-spacing: 0;
}

h1,
.elementor-widget-heading h1.elementor-heading-title {
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  line-height: 1.05;
}

h2,
.elementor-widget-heading h2.elementor-heading-title {
  font-size: clamp(1.65rem, 2.6vw, 2.7rem);
  line-height: 1.15;
}

p,
.elementor-widget-text-editor {
  color: var(--zenyare-muted);
}

.woocommerce ul.products {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  border: 1px solid var(--zenyare-line);
  border-radius: 6px;
  margin: 0 !important;
  overflow: hidden;
  padding: 14px !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  width: auto !important;
}

.woocommerce ul.products li.product:hover {
  border-color: rgba(201, 33, 39, 0.4);
  box-shadow: 0 14px 36px rgba(21, 23, 26, 0.08);
  transform: translateY(-2px);
}

.woocommerce ul.products li.product img {
  aspect-ratio: 1 / 1;
  background: var(--zenyare-soft);
  object-fit: contain;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--zenyare-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.woocommerce div.product div.images img {
  background: var(--zenyare-soft);
  border: 1px solid var(--zenyare-line);
  border-radius: 6px;
  object-fit: contain;
}

.woocommerce div.product .product_title {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.12;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border-color: var(--zenyare-line);
  padding: 12px 14px;
}

.woocommerce table.shop_attributes th {
  color: var(--zenyare-ink);
  font-weight: 800;
}

.zenyare-quote-cta {
  align-items: center;
  background: var(--zenyare-ink);
  border-radius: 6px;
  color: var(--zenyare-white);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 36px 0;
  padding: clamp(24px, 4vw, 44px);
}

.zenyare-quote-cta h2 {
  color: var(--zenyare-white);
  margin: 0 0 10px;
}

.zenyare-quote-cta p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  max-width: 760px;
}

.zenyare-quote-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.zenyare-checklist {
  background: var(--zenyare-soft);
  border-left: 4px solid var(--zenyare-red);
  border-radius: 6px;
  margin: 28px 0;
  padding: 22px;
}

.zenyare-checklist h3 {
  margin-top: 0;
}

.zenyare-checklist li {
  margin: 8px 0;
}

@media (max-width: 767px) {
  .zenyare-factory-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 38px;
    padding-top: 42px;
  }

  .zenyare-factory-hero__media::before {
    display: none;
  }

  .zenyare-product-pathways,
  .zenyare-trust-bar {
    grid-template-columns: 1fr;
  }

  .zenyare-quote-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .zenyare-button {
    width: 100%;
  }
}
