/* =================== 254-pdp-type-veneer.css =================== */
/* Premium product page for «Шпонированный МДФ» (natural wood veneer): species-led
 * serif hero, warm-paper photo mount, natural-veneer narrative. Scoped strictly to
 * the veneer product type via the PDP root [data-product-type] — no leakage. */

/* ---- hero: eyebrow ---- */
.hc-pdp[data-product-type="veneer_panel"] .hc-pdp-vn__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--hc-accent, #8b7355);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hc-pdp[data-product-type="veneer_panel"] .hc-pdp-vn__leaf {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C7 7 4 11 4 15a8 8 0 0 0 16 0c0-4-3-8-8-13z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C7 7 4 11 4 15a8 8 0 0 0 16 0c0-4-3-8-8-13z'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* ---- hero: species title + descriptor ---- */
.hc-pdp[data-product-type="veneer_panel"] .hc-pdp-vn__species {
  margin: 7px 0 0;
  font-family: var(--hc-serif, "Playfair Display", Georgia, serif);
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.08;
  letter-spacing: 0.005em;
  color: var(--hc-ink, #1a1714);
}
.hc-pdp[data-product-type="veneer_panel"] .hc-pdp-vn__descriptor {
  margin: 9px 0 0;
  font-size: 14.5px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: var(--hc-ink-mid, rgba(26, 23, 20, 0.55));
}

/* ---- gallery: warm paper mount so white-bg veneer shots blend ---- */
.hc-pdp[data-product-type="veneer_panel"] .hc-pdp-gallery__main,
.hc-pdp[data-product-type="veneer_panel"] .hc-pdp-gallery__thumb {
  background:
    radial-gradient(120% 90% at 80% 8%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, #faf6ee 0%, #f0e6d5 100%);
}
.hc-pdp[data-product-type="veneer_panel"] .hc-pdp-vn__gallery-note {
  margin: 12px 4px 0;
  font-family: var(--hc-serif, "Playfair Display", Georgia, serif);
  font-style: italic;
  font-size: 13px;
  line-height: 1.5;
  color: var(--hc-ink-mid, rgba(26, 23, 20, 0.55));
}

/* ---- description lede: premium narrative ---- */
.hc-pdp[data-product-type="veneer_panel"] .hc-pdp-desc__lede {
  font-size: 16px;
  line-height: 1.66;
  color: var(--hc-ink-2, #3a3128);
}

@media (max-width: 600px) {
  .hc-pdp[data-product-type="veneer_panel"] .hc-pdp-vn__descriptor { font-size: 13.5px; }
}
