/* ============================================================
   ZENO360 Elements — Elementor integration layer
   Keeps every widget pixel-identical to the original HTML by
   neutralising Elementor's default wrappers, paddings and grids.
   ============================================================ */

.elementor-widget-container > .zeno-section,
.elementor-widget > .elementor-widget-container > .zeno-section {
	margin: 0;
}

/* Full-bleed sections: no container clamp, no gutters, no gaps. */
.elementor-page .elementor-section.elementor-section-full_width > .elementor-container,
.elementor-page .elementor-section-full-width > .elementor-container {
	max-width: none;
	width: 100%;
}

.elementor-page .elementor-section > .elementor-container > .elementor-column > .elementor-widget-wrap {
	padding: 0;
}

.elementor-page .elementor-widget:not(:last-child) {
	margin-block-end: 0;
}

.elementor-page .elementor-element,
.elementor-page .elementor-widget-wrap {
	min-width: 0;
}

/* The original design relies on <section> spacing only. */
.zeno-section {
	position: relative;
}

/* Elementor editor helpers */
.elementor-editor-active .zeno-section .reveal,
.elementor-editor-preview .zeno-section .reveal {
	opacity: 1;
	transform: none;
}

.elementor-editor-active .zeno-section [data-hero],
.elementor-editor-active .zeno-section #heroTitle .word {
	opacity: 1;
	transform: none;
}

/* Overlay-free editing: keep fixed elements inside their section in editor. */
.elementor-editor-active .zeno-section .mouse-glow {
	display: none;
}

/* Widget placeholder when a repeater has no items yet. */
.zeno-section .zeno-empty {
	padding: 40px;
	text-align: center;
	color: #5c6573;
	border: 1px dashed #e6e9ef;
	border-radius: 20px;
}

/* ============================================================
   Products — dynamic grid / related products (CPT driven)
   ============================================================ */
.zeno-products-dynamic .filter-bar,
.zeno-related-products .prod-grid { position: relative; }

.prod-grid { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }

.prod-card > .prod-body h3 a { color: inherit; }
.prod-card > .prod-body h3 a:hover { color: var(--blue); }
.prod-media img { max-width: 100%; height: auto; }
.prod-specs .spec small { display: block; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--gray); }
.prod-specs .spec b { display: block; font-size: 14px; color: var(--navy); }
.prod-cta a { display: inline-flex; align-items: center; gap: 8px; color: inherit; }

/* Badge colours come from the product meta, so only layout lives here. */
.zeno-products-dynamic .badge,
.zeno-related-products .badge { z-index: 2; }

/* Related products heading */
.zeno-rp-head { margin-bottom: 26px; }
.zeno-rp-head h2 { font-size: 34px; margin-top: 12px; }

/* Filter helpers */
.zeno-hidden { display: none !important; }
.zeno-no-results { margin-top: 26px; padding: 30px; text-align: center; color: var(--gray);
  border: 1px dashed var(--border); border-radius: var(--radius); font-family: var(--ff-alt); }

/* Responsive: all devices */
@media (max-width: 1200px) {
  .zeno-products-dynamic .prod-grid,
  .zeno-related-products .prod-grid { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
}
@media (max-width: 900px) {
  .zeno-products-dynamic .prod-grid,
  .zeno-related-products .prod-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .zeno-rp-head h2 { font-size: 28px; }
}
@media (max-width: 620px) {
  .zeno-products-dynamic .prod-grid,
  .zeno-related-products .prod-grid { grid-template-columns: 1fr; }
  .prod-media { height: 200px; }
  .prod-body { padding: 20px; }
  .prod-specs { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .prod-specs .spec b { font-size: 13px; }
  .filter-bar { gap: 8px; margin-bottom: 26px; }
  .chip { padding: 8px 14px; font-size: 13px; }
}
@media (max-width: 380px) {
  .prod-specs { grid-template-columns: 1fr 1fr; }
}

/* -------- Single product card widget -------- */
.zeno-product-card { width: 100%; }
.zeno-product-card .prod-card { display: block; height: 100%; }
.zeno-product-card .prod-card.no-lift:hover { transform: none; box-shadow: var(--shadow-sm); }
.zeno-product-card .prod-media-link { display: grid; place-items: center; width: 100%; height: 100%; }
.zeno-product-card .prod-body h3 a,
.zeno-product-card .prod-body h2 a,
.zeno-product-card .prod-body h4 a { color: inherit; }
.zeno-product-card .prod-cta.is-filled a { background: var(--blue); color: #fff; padding: 12px 22px;
  border-radius: 50px; text-decoration: none; box-shadow: var(--shadow-blue); }
.zeno-product-card .prod-cta.is-filled a:hover { filter: brightness(1.06); }
@media (max-width: 620px) {
  .zeno-product-card .prod-body { padding: 20px; }
  .zeno-product-card .prod-specs { gap: 8px; }
}

/* ============ PRODUCTS — DYNAMIC SLIDER ============ */
.zeno-products-slider .machines-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:26px}
.zeno-products-slider .machines-head h1,.zeno-products-slider .machines-head h2,.zeno-products-slider .machines-head h3{margin:8px 0 0}
.zeno-products-slider .swiper-nav{display:flex;gap:10px;flex:none}
.zeno-products-slider .snav-btn{width:46px;height:46px;border-radius:50%;border:1px solid var(--border,#E6EAF2);background:#fff;color:var(--navy,#0B1F3A);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.25s ease}
.zeno-products-slider .snav-btn svg{width:20px;height:20px}
.zeno-products-slider .snav-btn:hover{background:var(--blue,#0B62F5);color:#fff;border-color:transparent;box-shadow:0 10px 24px rgba(11,98,245,.25)}
.zeno-products-slider .snav-btn.swiper-button-disabled{opacity:.4;cursor:default;box-shadow:none}
.zeno-products-slider .zeno-prod-swiper{overflow:hidden;padding:4px 4px 6px}
.zeno-products-slider .zeno-prod-swiper .swiper-slide{height:auto;display:flex}
.zeno-products-slider .zeno-prod-swiper .swiper-slide>.prod-card{width:100%;display:flex;flex-direction:column}
.zeno-products-slider .zeno-prod-swiper .swiper-slide .prod-body{flex:1 1 auto;display:flex;flex-direction:column}
.zeno-products-slider .zeno-prod-swiper .swiper-slide .prod-cta{margin-top:auto}
.zeno-products-slider .swiper-pagination{position:static;margin-top:22px;display:flex;align-items:center;justify-content:center;gap:8px}
.zeno-products-slider .swiper-pagination-bullet{width:9px;height:9px;margin:0 !important;border-radius:99px;background:#C9D3E4;opacity:1;transition:.25s ease}
.zeno-products-slider .swiper-pagination-bullet-active{width:28px;background:var(--blue,#0B62F5)}
.zeno-products-slider .zeno-empty{padding:34px;border:1px dashed var(--border,#E6EAF2);border-radius:16px;text-align:center;color:var(--gray,#5B6B84)}
@media(max-width:900px){.zeno-products-slider .machines-head{margin-bottom:22px}}
@media(max-width:620px){.zeno-products-slider .machines-head{flex-direction:column;align-items:flex-start;gap:14px}
  .zeno-products-slider .swiper-nav{align-self:flex-end}
  .zeno-products-slider .snav-btn{width:42px;height:42px}
  .zeno-products-slider .swiper-pagination{margin-top:18px}}

/* ============ VIDEO BANNER BACKGROUND IMAGE ============ */
.vb-media .vb-bg{position:absolute;inset:0;z-index:0;background-size:cover;background-position:center;background-repeat:no-repeat;pointer-events:none}
.vb-media svg.bg{z-index:2}

/* ============ FOUNDER PHOTO (DYNAMIC) ============ */
.founder-photo .fp-photo{position:absolute;inset:0;z-index:1;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:inherit;pointer-events:none}
.founder-photo .fp-badge{z-index:2}
