﻿:root {
  --zt-paper: #f7f0dd;
  --zt-paper-2: #efe4c8;
  --zt-ink: #2a2118;
  --zt-muted: #7a6a52;
  --zt-line: #e0d2b0;
  --zt-amber: #d4920a;
  --zt-amber-deep: #b8750a;
  --zt-amber-soft: #f3d89a;
  --zt-white: #fffdf6;
  --zt-shadow: 0 18px 40px rgba(42, 33, 24, 0.12);
  --zt-radius: 4px;
  --zt-font: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --zt-display: "Literata", "Noto Serif SC", "Songti SC", serif;
  --zt-shell: min(1120px, calc(100% - 40px));
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.zt-page {
  margin: 0;
  color: var(--zt-ink);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(243, 216, 154, 0.45), transparent 60%),
    linear-gradient(180deg, var(--zt-paper), var(--zt-paper-2));
  font-family: var(--zt-font);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--zt-display); font-weight: 700; line-height: 1.25; margin: 0 0 12px; letter-spacing: 0.01em; }
h1 { font-size: clamp(34px, 5vw, 56px); }
h2 { font-size: clamp(26px, 3.2vw, 36px); }
h3 { font-size: 20px; }
p { margin: 0 0 12px; }
.zt-shell { width: var(--zt-shell); margin: 0 auto; }
.zt-eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--zt-amber-deep);
}
.zt-page-no {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--zt-muted);
}
.zt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}
.zt-btn:hover { transform: translateY(-1px); }
.zt-btn-amber { background: var(--zt-amber); color: #fff; }
.zt-btn-amber:hover { background: var(--zt-amber-deep); }
.zt-btn-ghost {
  background: transparent;
  border-color: var(--zt-ink);
  color: var(--zt-ink);
}
.zt-btn-ghost:hover { background: var(--zt-ink); color: var(--zt-paper); }
.zt-link-more {
  margin-top: 8px;
  border: 0;
  background: none;
  color: var(--zt-amber-deep);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}
.zt-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.zt-chip-row span, .zt-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid var(--zt-line);
  background: rgba(255, 253, 246, 0.7);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--zt-ink);
}
.zt-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 60;
  background: transparent;
}
.zt-progress span {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--zt-amber-soft), var(--zt-amber-deep));
}

/* header */
.zt-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(247, 240, 221, 0.86);
  border-bottom: 1px solid var(--zt-line);
}
.zt-header-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.zt-brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.zt-brand-logo {
  width: auto; height: 36px; max-width: 140px;
  object-fit: contain; object-position: left center;
  background: transparent; border-radius: 0; flex: 0 0 auto;
}
.zt-brand-text { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
.zt-brand-text strong { font-size: 16px; }
.zt-brand-text em { font-style: normal; font-size: 12px; color: var(--zt-muted); }
.zt-nav { display: flex; gap: 16px; margin-left: 18px; font-size: 13px; font-weight: 600; }
.zt-nav a:hover { color: var(--zt-amber-deep); }
.zt-header-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.zt-header-phone { font-size: 13px; font-weight: 700; color: var(--zt-amber-deep); }
.zt-link-cta {
  font-size: 13px; font-weight: 800;
  border-bottom: 2px solid var(--zt-amber);
  padding-bottom: 2px;
}
.zt-nav-toggle {
  display: none; width: 40px; height: 40px; border: 1px solid var(--zt-line);
  background: var(--zt-white); border-radius: 8px;
}
.zt-nav-toggle span {
  display: block; width: 16px; height: 2px; margin: 5px auto;
  background: var(--zt-ink);
}

/* open spread */
.zt-open { padding: 48px 0 28px; }
.zt-open-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
  min-height: min(72vh, 680px);
}
.zt-open-grid:not(:has(.zt-open-visual)) {
  grid-template-columns: 1fr;
  min-height: auto;
}
.zt-open-copy h1 { margin-bottom: 14px; }
.zt-open-brand {
  font-size: 15px; font-weight: 700; color: var(--zt-amber-deep); margin-bottom: 14px;
}
.zt-open-lead { color: var(--zt-muted); max-width: 38em; font-size: 15px; }
.zt-open-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 14px; }
.zt-open-phone { font-weight: 800; color: var(--zt-ink); letter-spacing: 0.02em; }
.zt-open-visual {
  position: relative;
  border: 1px solid var(--zt-line);
  background: var(--zt-white);
  box-shadow: var(--zt-shadow);
  padding: 14px;
  overflow: hidden;
}
.zt-open-visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center center;
  background: transparent;
}
.zt-open-stamp {
  position: absolute; right: 22px; bottom: 22px;
  width: 64px; height: 64px; border-radius: 50%;
  display: grid; place-items: center;
  border: 2px solid rgba(184, 117, 10, 0.55);
  color: var(--zt-amber-deep);
  font-family: var(--zt-display);
  font-size: 14px; font-weight: 700;
  background: rgba(247, 240, 221, 0.9);
  transform: rotate(-12deg);
}

/* lookbook rail */
.zt-gallery, .zt-product, .zt-about, .zt-brands, .zt-endorse, .zt-essay,
.zt-proof, .zt-assurance, .zt-coverage { padding: 56px 0; }
.zt-section-head { margin-bottom: 24px; }
.zt-section-head-split {
  display: flex; justify-content: space-between; gap: 20px; align-items: end;
}
.zt-section-sub { color: var(--zt-muted); max-width: 32em; margin: 0; font-size: 14px; }
.zt-look-banner {
  margin: 0 0 18px;
  border: 1px solid var(--zt-line);
  background: var(--zt-white);
  box-shadow: var(--zt-shadow);
  overflow: hidden;
  line-height: 0;
}
.zt-look-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
  background: transparent;
}
.zt-look {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.zt-look-rail {
  display: flex; flex-direction: column; gap: 10px;
  max-height: none; overflow: auto; padding-right: 4px;
  min-height: 0; align-self: stretch;
}
.zt-look-thumb {
  border: 1px solid var(--zt-line);
  background: var(--zt-white);
  padding: 4px; cursor: pointer;
  overflow: hidden;
  opacity: 0.72; transition: opacity .15s ease, border-color .15s ease;
}
.zt-look-thumb.is-on { opacity: 1; border-color: var(--zt-amber-deep); }
.zt-look-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center center;
  background: var(--zt-paper-2);
}
.zt-look-stage {
  border: 1px solid var(--zt-line);
  background: var(--zt-paper-2);
  box-shadow: var(--zt-shadow);
  padding: 0;
  overflow: hidden;
  min-width: 0;
}
.zt-look-frame {
  position: relative;
  overflow: hidden;
  /* 原图完整显示：高度受限时等比缩小，不裁切 */
  width: 100%;
  background: var(--zt-paper-2);
  line-height: 0;
  text-align: center;
}
.zt-look-frame .product-gallery { display: none; }
.zt-look-main {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  display: block;
  object-fit: contain;
  object-position: center center;
  background: transparent;
}
.zt-look-caption {
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--zt-muted);
}

/* product copy */
.zt-product { border-top: 1px solid var(--zt-line); }
.zt-product-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
}
.zt-kicker { color: var(--zt-muted); font-size: 13px; margin-bottom: 12px; }
.zt-product-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.zt-feature-lead { font-size: 16px; }
.zt-feature-rich { color: var(--zt-muted); font-size: 14px; }
.zt-feature-rich p { margin-bottom: 10px; }
.zt-product-body.is-clamped .zt-feature-rich,
.zt-product-body.is-clamped .zt-feature-lead {
  display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden;
}

/* about quote + film */
.zt-about-quote { max-width: 760px; margin: 0 auto 28px; text-align: center; }
.zt-about-lead { font-size: 17px; color: var(--zt-ink); }
.zt-about-lead-wrap.is-clamped .zt-about-lead {
  display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;
}
.zt-about-meta { margin-top: 16px; color: var(--zt-muted); font-size: 13px; }
.zt-about-meta a { color: var(--zt-amber-deep); font-weight: 700; }
.zt-film {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.zt-film-track {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.zt-film-card {
  margin: 0;
  flex: 0 0 min(280px, 72vw);
  scroll-snap-align: center;
  border: 1px solid var(--zt-line);
  background: var(--zt-white);
  padding: 8px;
  overflow: hidden;
}
.zt-film-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  background: transparent;
}
.zt-film-card-wide { flex-basis: min(560px, 88vw); }
.zt-film-dots {
  display: flex; gap: 8px; justify-content: center;
}
.zt-film-dots button {
  width: 8px; height: 8px; border-radius: 50%;
  border: 0; padding: 0; cursor: pointer;
  background: rgba(42, 33, 24, 0.22);
}
.zt-film-dots button.is-on { background: var(--zt-amber-deep); }

/* brands */
.zt-brand-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.zt-brand-tile {
  border: 1px dashed var(--zt-line);
  background: rgba(255,253,246,.65);
  min-height: 72px;
  display: grid; place-items: center;
  padding: 12px; text-align: center;
}

/* endorse timeline-ish */
.zt-endorse-list { display: grid; gap: 0; }
.zt-endorse-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--zt-line);
}
.zt-endorse-item:last-child { border-bottom: 1px solid var(--zt-line); }
.zt-endorse-no {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--zt-amber);
  display: grid; place-items: center;
  font-size: 12px; font-weight: 800; color: var(--zt-amber-deep);
}
.zt-endorse-list .zt-endorse-item:nth-child(1) .zt-endorse-no::before { content: "01"; }
.zt-endorse-list .zt-endorse-item:nth-child(2) .zt-endorse-no::before { content: "02"; }
.zt-endorse-list .zt-endorse-item:nth-child(3) .zt-endorse-no::before { content: "03"; }
.zt-endorse-list .zt-endorse-item:nth-child(4) .zt-endorse-no::before { content: "04"; }
.zt-endorse-list .zt-endorse-item:nth-child(5) .zt-endorse-no::before { content: "05"; }
.zt-endorse-list .zt-endorse-item:nth-child(6) .zt-endorse-no::before { content: "06"; }
.zt-endorse-body { color: var(--zt-muted); font-size: 14px; line-height: 1.65; }
.zt-endorse-item.is-clamped .zt-endorse-body {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zt-endorse-item .zt-link-more {
  margin-top: 6px;
}
.zt-endorse-panel {
  padding: 18px 0;
  border-top: 1px solid var(--zt-line);
  border-bottom: 1px solid var(--zt-line);
}
.zt-endorse-panel .zt-endorse-body {
  color: var(--zt-muted);
  font-size: 14px;
  line-height: 1.65;
}
.zt-endorse-panel.is-clamped .zt-endorse-body {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zt-endorse-panel .zt-link-more {
  margin-top: 6px;
}

/* essay */
.zt-essay-body {
  display: grid; gap: 18px;
}
.zt-essay-block {
  border: 1px solid var(--zt-line);
  background: rgba(255,253,246,.72);
  padding: 20px 22px;
}
.zt-essay-block p { color: var(--zt-ink); font-size: 15px; margin: 0 0 10px; }
.zt-essay-block p:last-child { margin-bottom: 0; }

/* proof */
.zt-proof-card {
  border: 1px solid var(--zt-line);
  background: var(--zt-white);
  padding: 18px 20px;
  margin-bottom: 12px;
}
.zt-proof-alt .zt-proof-card { background: rgba(255,253,246,.8); }
.zt-proof-body { color: var(--zt-muted); font-size: 14px; }
.zt-proof-card.is-clamped .zt-proof-body {
  display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;
}
.zt-section-optional:not(.is-visible) { display: none; }

.zt-assurance-card {
  border: 1px solid var(--zt-line);
  background: rgba(243, 216, 154, 0.28);
  padding: 20px 22px;
}
.zt-city-cloud {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.zt-city-cloud a {
  padding: 8px 12px;
  border: 1px solid var(--zt-line);
  background: var(--zt-white);
  font-size: 13px; font-weight: 600;
}
.zt-city-cloud a:hover { border-color: var(--zt-amber); color: var(--zt-amber-deep); }

/* floating inquiry dock (same pattern as qifu/haijin/shijing) */
.zt-dock {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: min(360px, calc(100vw - 24px));
  z-index: 70;
}
.zt-dock-launch {
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--zt-amber);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: var(--zt-shadow);
}
.zt-dock.is-collapsed .zt-dock-launch { display: inline-flex; }
.zt-dock.is-collapsed .zt-dock-panel { display: none; }
.zt-dock-launch-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.25);
}
.zt-dock-panel {
  border: 1px solid var(--zt-line);
  background: var(--zt-white);
  border-radius: 14px;
  box-shadow: var(--zt-shadow);
  overflow: hidden;
}
.zt-dock-head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 10px;
  padding: 14px 16px 10px;
  background: linear-gradient(180deg, rgba(243,216,154,.45), transparent);
  border-bottom: 1px solid var(--zt-line);
}
.zt-dock-kicker {
  margin: 0 0 4px;
  font-size: 12px; font-weight: 700; color: var(--zt-amber-deep);
}
.zt-dock-title { font-size: 16px; }
.zt-dock-close {
  border: 1px solid var(--zt-line);
  background: var(--zt-paper);
  border-radius: 999px;
  min-height: 30px; padding: 0 10px;
  font-size: 12px; font-weight: 700; cursor: pointer;
}
.zt-dock-body { padding: 14px 16px 16px; }
.zt-dock-contacts {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 8px;
}
.zt-dock-chip {
  display: inline-flex; padding: 4px 10px;
  border-radius: 999px; border: 1px solid var(--zt-line);
  font-size: 12px; font-weight: 600; background: var(--zt-paper);
}
.zt-dock-phone { font-size: 16px; font-weight: 800; color: var(--zt-amber-deep); }
.zt-dock-hint { margin: 0 0 10px; font-size: 13px; color: var(--zt-muted); }
.zt-dock-form .zctzq-inquiry-form,
.zt-dock-form form { display: grid; gap: 10px; }
.zt-dock-form .zt-form-row,
.zt-dock-form .hj-form-row,
.zt-dock-form .qf-form-row,
.zt-dock-form .sj-form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.zt-dock-form input,
.zt-dock-form textarea {
  width: 100%;
  border: 1px solid var(--zt-line);
  background: #fffdf8;
  border-radius: var(--zt-radius);
  padding: 10px 12px;
  font: inherit;
  color: var(--zt-ink);
}
.zt-dock-form textarea { min-height: 84px; resize: vertical; }
.zt-dock-form button[type="submit"] {
  border: 0; border-radius: 999px;
  background: var(--zt-amber); color: #fff;
  min-height: 42px; font-weight: 800; cursor: pointer;
}
.zt-dock-form button[type="submit"]:hover { background: var(--zt-amber-deep); }
.zt-dock.is-flash .zt-dock-panel {
  animation: zt-dock-pop .9s ease;
  box-shadow: 0 0 0 3px rgba(212, 146, 10, 0.4), var(--zt-shadow);
}
@keyframes zt-dock-pop {
  0% { transform: translateY(8px) scale(0.98); }
  35% { transform: translateY(-2px) scale(1.02); }
  100% { transform: none; }
}

.zt-footer {
  padding: 40px 0 120px;
  background: #2a2118;
  color: rgba(255, 253, 246, 0.78);
  font-size: 13px;
}
.zt-footer-legal {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
.zt-footer-line {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 253, 246, 0.82);
}
.zt-footer-line:last-child { margin-bottom: 0; }
.zt-footer-icp {
  margin-top: 14px;
  opacity: 0.72;
  font-size: 12px;
}
.zt-footer a { color: var(--zt-amber-soft); }
.zt-footer a[href^="tel:"] { color: var(--zt-amber-soft) !important; }
.zt-link-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 253, 246, 0.1);
}
.zt-link-row a { font-size: 13px; color: rgba(255, 253, 246, 0.55); }
.zt-link-row a:hover { color: #fff; }

/* 同城联盟（对齐森林绿结构） */
.zt-alliance {
  padding: 56px 0 72px;
  background: #f3ead0;
}
.zt-alliance-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.zt-alliance-grid a {
  display: block;
  padding: 10px 8px;
  text-align: center;
  background: var(--zt-white);
  border: 1px solid var(--zt-line);
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.35;
  color: var(--zt-ink);
  text-decoration: none;
}
.zt-alliance-grid a:hover {
  border-color: rgba(212, 146, 10, 0.45);
  color: var(--zt-amber-deep);
}
.zt-toast {
  position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%) translateY(12px);
  background: var(--zt-ink); color: #fff; padding: 10px 14px; border-radius: 999px;
  font-size: 13px; opacity: 0; pointer-events: none; transition: .2s ease; z-index: 80;
}
.zt-toast.is-show { opacity: 1; transform: translateX(-50%) translateY(0); }
.zt-toast.is-err { background: #9f1239; }

[data-zt-enter] { opacity: 0; transform: translateY(10px); transition: .45s ease; }
[data-zt-enter].is-in { opacity: 1; transform: none; }
[data-zt-reveal] { opacity: 0; transform: translateY(16px); transition: .5s ease; }
[data-zt-reveal].is-in { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .zt-open-grid,
  .zt-product-grid { grid-template-columns: 1fr; }
  .zt-look { grid-template-columns: 1fr; }
  .zt-look-rail {
    flex-direction: row; max-height: none; overflow-x: auto;
  }
  .zt-look-thumb { flex: 0 0 72px; }
  .zt-look-frame { height: auto; }
  .zt-look-main { max-height: none; }
  .zt-alliance-grid { grid-template-columns: repeat(3, 1fr); }
  .zt-nav, .zt-header-phone { display: none; }
  .zt-nav-toggle { display: inline-block; margin-left: auto; }
  .zt-header.is-open .zt-nav {
    display: flex; flex-direction: column;
    position: absolute; left: 0; right: 0; top: 64px;
    background: var(--zt-paper); border-bottom: 1px solid var(--zt-line);
    padding: 12px 20px 16px;
  }
  .zt-brand-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zt-section-head-split { flex-direction: column; align-items: start; }
  .zt-dock { right: 12px; bottom: 12px; width: min(100vw - 24px, 360px); }
  .zt-dock:not(.is-collapsed) { max-height: min(70vh, 480px); }
  .zt-dock-panel { max-height: inherit; overflow: auto; }
  .zt-dock-form .zt-form-row,
  .zt-dock-form .hj-form-row,
  .zt-dock-form .qf-form-row,
  .zt-dock-form .sj-form-row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  :root { --zt-shell: calc(100% - 28px); }
  .zt-gallery, .zt-product, .zt-about, .zt-brands, .zt-endorse, .zt-essay,
  .zt-proof, .zt-assurance, .zt-coverage { padding: 40px 0; }
  .zt-alliance-grid { grid-template-columns: repeat(2, 1fr); }
}

/* === image fit / empty solid (auto) === */
.zt-hero-slide,
.zt-hero-shot,
.zt-hero-media,
.zt-about-photo,
.zt-film-media,
.zt-visual-card,
.zt-film-card,
.zt-product-media,
.product-gallery-item {
  background: #efe4c8 !important;
  overflow: hidden;
  min-width: 0;
}
.zt-hero-slide img,
.zt-hero-shot img,
.zt-about-photo,
.zt-film-media img,
.zt-visual-card img,
.zt-film-card img,
.zt-product-media img,
.product-gallery-item img {
  object-fit: contain !important;
  object-position: center center;
  background: transparent;
}
.zt-open-visual img {
  object-fit: contain !important;
  object-position: center center;
  background: transparent;
}
.zt-look-main {
  object-fit: contain !important;
  object-position: center center;
  background: transparent;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
}
.zt-look-thumb img {
  object-fit: cover !important;
  object-position: center center;
  background: transparent;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.zt-open-visual img,
.zt-product-media img,
.product-gallery-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.zt-hero-slide--empty,
.zt-hero-shot--empty,
.zt-media-empty,
.zt-product-media--empty,
.product-gallery-item--empty,
.zt-open-visual--empty,
.zt-look-banner--empty,
.zt-look-stage--empty,
.zt-film-card--empty {
  background: #2a2118 !important;
  min-height: 220px;
}
.zt-open-visual--empty {
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.zt-look-banner--empty {
  min-height: 180px;
}
.zt-look-stage--empty {
  min-height: 240px;
}
.zt-film-card--empty,
.zt-media-empty.zt-film-card {
  min-height: 180px;
}
