/* Dama-only support-image typography study. Kept separate until approved. */
.vib-shell[data-qa="dama--product-page"] .artisan-support-row .vib-professional-area-section {
  position: relative;
  overflow: hidden;
}

/* The source video is unavailable in the offline mirror. A real poster image
   keeps the visual intact, including when Chrome restores this page via Back. */
.vib-shell[data-qa="dama--product-page"] .artisan-support-row .vib-professional-area-section .vib-cms-media {
  position: relative;
  height: auto !important;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.vib-shell[data-qa="dama--product-page"] .artisan-support-row .artisan-dama-support-poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: none !important;
  object-fit: cover;
  pointer-events: none;
}

.vib-shell[data-qa="dama--product-page"] .artisan-support-row .vib-professional-area-section video {
  display: none !important;
}

.vib-shell[data-qa="dama--product-page"] .artisan-support-row .vib-professional-area-section::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 58%;
  background: linear-gradient(0deg, rgba(18, 31, 27, 0.42), rgba(18, 31, 27, 0));
  content: "";
  pointer-events: none;
}

.vib-shell[data-qa="dama--product-page"] .artisan-support-row .vib-professional-area-section__title {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 3vw, 42px);
  bottom: clamp(26px, 3vw, 44px);
  width: min(7.5ch, calc(100% - 48px));
  margin: 0 !important;
  color: #fff !important;
  font-family: Gordita, "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(38px, 3.65vw, 62px) !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  line-height: 0.99 !important;
  text-wrap: balance;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.22);
  animation: artisan-dama-support-copy-in 840ms cubic-bezier(0.22, 0.72, 0.2, 1) 120ms both;
  pointer-events: none;
}

.vib-shell[data-qa="dama--product-page"] .artisan-support-row .vib-professional-area-section__title::before {
  display: block;
  width: 58px;
  height: 1px;
  margin: 0 0 16px;
  background: #d59269;
  content: "";
}

@keyframes artisan-dama-support-copy-in {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1023px) {
  .vib-shell[data-qa="dama--product-page"] .artisan-support-row .vib-professional-area-section__title {
    left: 24px;
    bottom: 28px;
    width: min(9.5ch, calc(100% - 48px));
    font-size: clamp(34px, 9vw, 50px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vib-shell[data-qa="dama--product-page"] .artisan-support-row .vib-professional-area-section__title { animation: none; }
}
