/* The approved source row sets Nordic Minimal in a shorter sans-serif title,
   leaving its visible baseline above the three adjacent wood names. Cover only
   that title area and re-render the same label lower; the wood swatch is untouched. */
#view-surfaces .surf-material-hotspot--bottom.surf-material-hotspot--c1::after{
  content:"NORDIC MINIMAL";display:flex;position:absolute;z-index:1;top:0;left:0;right:0;height:22%;
  box-sizing:border-box;padding-top:clamp(6px,calc(1.7vw - 9px),17px);align-items:flex-start;justify-content:center;background:#fff;pointer-events:none;
  color:#a5a9a8;font:400 clamp(7px,2.05vw,32px)/1 var(--font-body);letter-spacing:.01em;
  text-align:center;white-space:nowrap
}
