.entry-content {
  --tz-editorial-gold: var(--tz-blog-gold, #d8b16c);
  --tz-editorial-gold-deep: var(--tz-blog-gold-deep, #be9250);
  --tz-editorial-teal: var(--tz-blog-teal, #56b4c2);
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.entry-content ul li::marker {
  color: rgba(190, 146, 80, 0.9);
}

.entry-content h2 {
  position: relative;
  padding-bottom: 0.08rem;
}

.entry-content h2::after {
  content: "";
  display: block;
  width: 78px;
  max-width: 100%;
  height: 1px;
  margin-top: 0.68rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(190, 146, 80, 0.95) 0%, rgba(86, 180, 194, 0.22) 78%, rgba(86, 180, 194, 0) 100%);
}

.entry-content .tz-editorial-gallery {
  margin: clamp(2rem, 4vw, 3rem) 0;
}

.entry-content .tz-editorial-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.entry-content .tz-editorial-gallery__item {
  margin: 0;
}

body.tz-blog-lux.single-post .entry-content .tz-editorial-gallery__link,
.entry-content .tz-editorial-gallery__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px;
  border: 1px solid rgba(6, 68, 92, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(241, 247, 250, 0.98) 100%);
  box-shadow: 0 18px 40px rgba(3, 19, 23, 0.08);
  text-decoration: none !important;
  text-decoration-color: transparent !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.tz-blog-lux.single-post .entry-content .tz-editorial-gallery__link:hover,
body.tz-blog-lux.single-post .entry-content .tz-editorial-gallery__link:focus-visible,
.entry-content .tz-editorial-gallery__link:hover,
.entry-content .tz-editorial-gallery__link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(16, 192, 216, 0.3);
  box-shadow: 0 22px 48px rgba(3, 19, 23, 0.12);
}

.entry-content .tz-editorial-gallery__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  border-radius: 16px;
  background:
    radial-gradient(circle at 18% 20%, rgba(16, 192, 216, 0.08) 0%, rgba(16, 192, 216, 0) 28%),
    linear-gradient(180deg, #f8fbfd 0%, #eef5f8 100%);
}

.entry-content .tz-editorial-gallery__caption {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 6px 4px;
}

.entry-content .tz-editorial-gallery__title {
  color: #06445c;
  font-size: 0.98rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.entry-content .tz-editorial-gallery__meta {
  color: #53666e;
  font-size: 0.88rem;
  line-height: 1.35;
}

@media (min-width: 900px) {
  .entry-content .tz-editorial-gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 639px) {
  .entry-content .tz-editorial-gallery__grid {
    grid-template-columns: 1fr;
  }

  .entry-content .tz-editorial-gallery__link {
    padding: 12px;
    border-radius: 18px;
  }
}

.entry-content .tz-editorial-product-gallery {
  margin: 0.6rem auto 1.1rem;
  max-width: 656px;
}

.entry-content h3 + p:empty,
.entry-content h2 + p:empty {
  display: none;
}

.entry-content h3 + .tz-editorial-product-gallery,
.entry-content h3 + p + .tz-editorial-product-gallery,
.entry-content h3 + p:empty + .tz-editorial-product-gallery {
  margin-top: 0.3rem !important;
}

.entry-content .tz-editorial-decision-list {
  display: grid;
  gap: 12px;
  margin: 1.15rem 0 2rem;
}

.entry-content .tz-editorial-decision-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin: 0;
  padding: 18px 18px 20px;
  border: 1px solid rgba(6, 68, 92, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 247, 250, 0.98) 100%);
  box-shadow: 0 16px 34px rgba(3, 19, 23, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.entry-content .tz-editorial-decision-item::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(216, 177, 108, 0.96) 0%, rgba(190, 146, 80, 0.28) 100%);
}

.entry-content .tz-editorial-decision-item:first-child {
  padding-top: 18px;
}

.entry-content .tz-editorial-decision-item:last-child {
  padding-bottom: 20px;
}

.entry-content .tz-editorial-decision-item:hover,
.entry-content .tz-editorial-decision-item:focus-within {
  transform: translateY(-2px);
  border-color: rgba(190, 146, 80, 0.18);
  box-shadow: 0 24px 42px rgba(3, 19, 23, 0.09);
}

.entry-content .tz-editorial-decision-item__label {
  margin: 0;
  padding-left: 18px;
  color: #7f5c29;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.entry-content .tz-editorial-decision-item__body {
  display: flex;
  flex-direction: column;
  gap: 0.52rem;
  min-width: 0;
  padding-left: 6px;
}

.entry-content .tz-editorial-decision-item__header {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.entry-content .tz-editorial-decision-item__header-copy {
  min-width: 0;
  grid-column: 2;
  grid-row: 1;
}

.entry-content .tz-editorial-decision-item__thumb-link {
  display: inline-flex;
  align-self: start;
  align-items: center;
  justify-content: center;
  grid-column: 1;
  grid-row: 1;
  width: 64px;
  height: 64px;
  font-size: 0;
  line-height: 0;
  text-decoration: none !important;
  text-decoration-color: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.entry-content .tz-editorial-decision-item__header > p:empty,
.entry-content .tz-editorial-decision-item__header > br {
  display: none;
}

.entry-content .tz-editorial-decision-item__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 3px;
  overflow: hidden;
  border: 1px solid rgba(6, 68, 92, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 247, 250, 0.98) 100%);
  box-shadow: 0 12px 24px rgba(3, 19, 23, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.entry-content .tz-editorial-decision-item__thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  transform: scale(1.14);
  transform-origin: center;
}

body.tz-blog-lux.single-post .entry-content .tz-editorial-decision-item__thumb-link:hover .tz-editorial-decision-item__thumb,
body.tz-blog-lux.single-post .entry-content .tz-editorial-decision-item__thumb-link:focus-visible .tz-editorial-decision-item__thumb,
.entry-content .tz-editorial-decision-item__thumb-link:hover .tz-editorial-decision-item__thumb,
.entry-content .tz-editorial-decision-item__thumb-link:focus-visible .tz-editorial-decision-item__thumb {
  transform: translateY(-1px);
  border-color: rgba(190, 146, 80, 0.24);
  box-shadow: 0 16px 28px rgba(3, 19, 23, 0.09);
}

.entry-content .tz-editorial-decision-item__model {
  margin: 0 0 0.28rem;
  color: #0f2c36;
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

body.tz-blog-lux.single-post .entry-content .tz-editorial-decision-item__title-link,
.entry-content .tz-editorial-decision-item__title-link {
  color: inherit;
  text-decoration: none !important;
  text-decoration-color: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  transition: color 0.22s ease, opacity 0.22s ease;
}

body.tz-blog-lux.single-post .entry-content .tz-editorial-decision-item__title-link:hover,
body.tz-blog-lux.single-post .entry-content .tz-editorial-decision-item__title-link:focus-visible,
.entry-content .tz-editorial-decision-item__title-link:hover,
.entry-content .tz-editorial-decision-item__title-link:focus-visible {
  color: #06445c;
  opacity: 0.94;
}

.entry-content .tz-editorial-decision-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.entry-content .tz-editorial-decision-item__price,
.entry-content .tz-editorial-decision-item__chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.15;
}

.entry-content .tz-editorial-decision-item__price {
  color: #6b4d1d;
  border: 1px solid rgba(190, 146, 80, 0.2);
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.98) 0%, rgba(248, 238, 217, 0.94) 100%);
  box-shadow: 0 10px 22px rgba(3, 19, 23, 0.04);
}

.entry-content .tz-editorial-decision-item__chip {
  color: #2f4a52;
  border: 1px solid rgba(6, 68, 92, 0.08);
  background: rgba(232, 240, 244, 0.9);
}

.entry-content .tz-editorial-decision-item__summary,
.entry-content .tz-editorial-decision-item__caveat {
  margin: 0;
  color: #314952;
  font-size: 0.97rem;
  line-height: 1.62;
}

.entry-content .tz-editorial-decision-item__caveat {
  margin-top: 0.32rem;
}

.entry-content .tz-editorial-decision-item__caveat strong {
  color: #0f2c36;
}

.entry-content h3[id^="model-"] {
  scroll-margin-top: 120px;
  margin-top: 2.85rem;
  margin-bottom: 0.7rem;
}

.entry-content h3[id^="model-"] + ul,
.entry-content h3[id^="model-"] + .tz-editorial-product-gallery + ul,
.entry-content h3[id^="model-"] + p:empty + .tz-editorial-product-gallery + ul {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(6, 68, 92, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(243, 248, 250, 0.96) 100%);
  box-shadow: 0 16px 34px rgba(3, 19, 23, 0.055);
}

.entry-content h3[id^="model-"] + ul li,
.entry-content h3[id^="model-"] + .tz-editorial-product-gallery + ul li,
.entry-content h3[id^="model-"] + p:empty + .tz-editorial-product-gallery + ul li {
  margin: 0;
  padding-left: 1.05rem;
  line-height: 1.55;
  position: relative;
}

.entry-content h3[id^="model-"] + ul li::before,
.entry-content h3[id^="model-"] + .tz-editorial-product-gallery + ul li::before,
.entry-content h3[id^="model-"] + p:empty + .tz-editorial-product-gallery + ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(214, 173, 103, 0.98) 0%, rgba(174, 131, 65, 0.88) 100%);
  box-shadow: 0 0 0 4px rgba(214, 173, 103, 0.12);
  transform: translateY(-50%);
}

.entry-content h3[id^="model-"] + ul li + li,
.entry-content h3[id^="model-"] + .tz-editorial-product-gallery + ul li + li,
.entry-content h3[id^="model-"] + p:empty + .tz-editorial-product-gallery + ul li + li {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(6, 68, 92, 0.07);
}

.entry-content h3[id^="model-"] + ul strong,
.entry-content h3[id^="model-"] + .tz-editorial-product-gallery + ul strong,
.entry-content h3[id^="model-"] + p:empty + .tz-editorial-product-gallery + ul strong {
  color: #102e39;
}

.entry-content .tz-editorial-product-cta {
  margin: 1.1rem 0 3.25rem;
}

body.tz-blog-lux.single-post .entry-content .tz-editorial-product-cta__link,
.entry-content .tz-editorial-product-cta__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.82rem 1.08rem;
  border: 1px solid rgba(6, 68, 92, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 246, 249, 0.98) 100%);
  box-shadow: 0 14px 28px rgba(3, 19, 23, 0.08);
  color: #06445c;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none !important;
  text-decoration-color: transparent !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.entry-content .tz-editorial-product-cta__link::after {
  content: "→";
  color: var(--tz-editorial-gold-deep);
  font-size: 1.02rem;
  line-height: 1;
  transition: transform 0.18s ease, color 0.18s ease;
}

body.tz-blog-lux.single-post .entry-content .tz-editorial-product-cta__link:hover,
body.tz-blog-lux.single-post .entry-content .tz-editorial-product-cta__link:focus-visible,
.entry-content .tz-editorial-product-cta__link:hover,
.entry-content .tz-editorial-product-cta__link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(190, 146, 80, 0.26);
  box-shadow: 0 18px 30px rgba(3, 19, 23, 0.11);
  color: #043243;
}

.entry-content .tz-editorial-product-cta__link:hover::after,
.entry-content .tz-editorial-product-cta__link:focus-visible::after {
  transform: translateX(2px);
  color: #9a7234;
}

.entry-content .tz-editorial-product-gallery__stage {
  position: relative;
  width: 100%;
  max-width: 656px;
  margin: 0 auto;
}

.entry-content .tz-editorial-product-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.entry-content .tz-editorial-product-gallery__item {
  margin: 0;
}

body.tz-blog-lux.single-post .entry-content .tz-editorial-product-gallery__link,
.entry-content .tz-editorial-product-gallery__link {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  text-decoration: none !important;
  text-decoration-color: transparent !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.tz-blog-lux.single-post .entry-content .tz-editorial-product-gallery__link:hover,
body.tz-blog-lux.single-post .entry-content .tz-editorial-product-gallery__link:focus-visible,
.entry-content .tz-editorial-product-gallery__link:hover,
.entry-content .tz-editorial-product-gallery__link:focus-visible {
  transform: none;
  box-shadow: none;
}

.entry-content .tz-editorial-product-gallery__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 0;
  background: none;
}

.entry-content .tz-editorial-product-gallery__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(6, 68, 92, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #06445c;
  box-shadow: 0 12px 28px rgba(3, 19, 23, 0.1);
  transform: translateY(-50%);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.entry-content .tz-editorial-product-gallery__control:hover,
.entry-content .tz-editorial-product-gallery__control:focus-visible {
  transform: translateY(calc(-50% - 1px));
  border-color: rgba(16, 192, 216, 0.32);
  box-shadow: 0 16px 32px rgba(3, 19, 23, 0.14);
}

.entry-content .tz-editorial-product-gallery__control[disabled] {
  opacity: 0.45;
  cursor: default;
  transform: translateY(-50%);
  box-shadow: 0 8px 20px rgba(3, 19, 23, 0.06);
}

.entry-content .tz-editorial-product-gallery__control span {
  font-size: 1.45rem;
  line-height: 1;
  transform: translateY(-1px);
}

.entry-content .tz-editorial-product-gallery__control--prev {
  left: 14px;
}

.entry-content .tz-editorial-product-gallery__control--next {
  right: 14px;
}

.entry-content .tz-editorial-product-gallery__thumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 0;
  flex-wrap: wrap;
}

.entry-content .tz-editorial-product-gallery__thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  padding: 0;
  border: 1px solid rgba(6, 68, 92, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(3, 19, 23, 0.06);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.entry-content .tz-editorial-product-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.entry-content .tz-editorial-product-gallery__thumb:hover,
.entry-content .tz-editorial-product-gallery__thumb:focus-visible,
.entry-content .tz-editorial-product-gallery__thumb.is-active {
  transform: translateY(-2px) scale(1.02);
  border-color: rgba(16, 192, 216, 0.34);
  box-shadow: 0 14px 26px rgba(3, 19, 23, 0.1);
}

.entry-content .tz-editorial-product-gallery--enhanced .tz-editorial-product-gallery__grid {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(6, 68, 92, 0.1);
  border-radius: 26px;
  background:
    radial-gradient(circle at 18% 18%, rgba(16, 192, 216, 0.06) 0%, rgba(16, 192, 216, 0) 34%),
    linear-gradient(180deg, #fbfdff 0%, #eef5f8 100%);
  box-shadow: 0 18px 38px rgba(3, 19, 23, 0.09);
  touch-action: pan-y;
  user-select: none;
}

.entry-content .tz-editorial-product-gallery--enhanced .tz-editorial-product-gallery__item {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 !important;
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px) scale(0.985);
  transition: opacity 0.28s ease, transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.entry-content .tz-editorial-product-gallery--enhanced .tz-editorial-product-gallery__item.is-before {
  transform: translateX(-18px) scale(0.985);
}

.entry-content .tz-editorial-product-gallery--enhanced .tz-editorial-product-gallery__item.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(var(--tz-gallery-drag-x, 0px)) scale(1);
  z-index: 2;
}

.entry-content .tz-editorial-product-gallery--enhanced.tz-editorial-product-gallery--dragging .tz-editorial-product-gallery__item {
  transition: none;
}

body.tz-blog-lux.single-post .entry-content .tz-editorial-product-gallery--enhanced .tz-editorial-product-gallery__link,
.entry-content .tz-editorial-product-gallery--enhanced .tz-editorial-product-gallery__link {
  display: block;
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  cursor: grab;
  touch-action: pan-y;
}

.entry-content .tz-editorial-product-gallery--enhanced.tz-editorial-product-gallery--dragging .tz-editorial-product-gallery__link {
  cursor: grabbing;
}

.entry-content .tz-editorial-product-gallery--enhanced .tz-editorial-product-gallery__image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.entry-content .tz-editorial-product-gallery--enhanced .tz-editorial-product-gallery__thumb.is-active {
  transform: translateY(-2px) scale(1.01);
}

@media (max-width: 767px) {
  .entry-content .tz-editorial-decision-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 16px 18px;
  }

  .entry-content .tz-editorial-decision-item__label {
    font-size: 0.92rem;
    padding-left: 30px;
  }

  .entry-content .tz-editorial-decision-item__model {
    font-size: 1rem;
  }

  .entry-content .tz-editorial-decision-item__body {
    gap: 0.45rem;
    padding-left: 14px;
  }

  .entry-content .tz-editorial-decision-item__header {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .entry-content .tz-editorial-decision-item__thumb-link {
    width: 56px;
    height: 56px;
  }

  .entry-content .tz-editorial-decision-item__thumb {
    width: 56px;
    height: 56px;
    padding: 2px;
    border-radius: 16px;
  }

  .entry-content .tz-editorial-product-gallery {
    max-width: 100%;
  }

  .entry-content .tz-editorial-product-cta {
    margin-bottom: 2.45rem;
  }

  .entry-content .tz-editorial-product-cta__link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .entry-content .tz-editorial-product-gallery--enhanced .tz-editorial-product-gallery__grid {
    aspect-ratio: 1 / 1;
  }

  .entry-content .tz-editorial-product-gallery__control {
    width: 42px;
    height: 42px;
  }

  .entry-content .tz-editorial-product-gallery__control--prev {
    left: 10px;
  }

  .entry-content .tz-editorial-product-gallery__control--next {
    right: 10px;
  }

  .entry-content .tz-editorial-product-gallery__thumb {
    width: 96px;
    height: 96px;
  }
}
