/* VMS Public Vendor Profile (v1) */
.vms-vendor-profile{
  max-width: 980px;
  margin: 0 auto;
  padding: 16px;
}
 
.vms-vp-hero{
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: center;
  margin: 12px 0 18px;
}
  
@media (min-width: 720px){
  .vms-vp-hero{
    grid-template-columns: 180px 1fr;
    gap: 22px;
    margin: 18px 0 22px;
  }
}
   
.vms-vp-avatar{
  width: 120px;
  height: 120px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(0,0,0,0.06);
}
.vms-vp-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 720px){
  .vms-vp-avatar{
    width: 180px;
    height: 180px;
    border-radius: 22px;
  }
}

.vms-vp-avatar--placeholder{
  background: linear-gradient(135deg, rgba(0,0,0,0.08), rgba(0,0,0,0.03));
}

.vms-vp-title{
  margin: 0 0 6px;
  line-height: 1.2;
}

.vms-vp-types,
.vms-vp-location{
  margin: 0 0 6px;
  opacity: 0.85;
}

.vms-vp-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.vms-vp-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.14);
  text-decoration: none;
  font-weight: 600;
}

.vms-vp-btn:hover{
  filter: brightness(0.98);
}

.vms-vp-card{
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 18px;
  padding: 16px;
  margin: 14px 0;
  background: rgba(255,255,255,0.7);
}

@media (min-width: 720px){
  .vms-vp-card{
    padding: 20px 22px;
    border-radius: 22px;
  }
}

.vms-vp-h2{
  margin: 0 0 10px;
  font-size: 1.15em;
}

.vms-vp-content{
  line-height: 1.55;
}

.vms-vp-contact{
  display: grid;
  gap: 10px;
}

.vms-vp-contact-row{
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 10px;
  align-items: baseline;
}

.vms-vp-contact-label{
  opacity: 0.75;
  font-weight: 600;
}

.vms-vp-contact-value{
  word-break: break-word;
}

.vms-vp-next-show{
  display: grid;
  gap: 8px;
}

.vms-vp-next-show__eyebrow,
.vms-vendor-teaser__eyebrow{
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.72;
}

.vms-vp-next-show__title,
.vms-vendor-teaser__title{
  margin-bottom: 0;
}

.vms-vp-next-show__date{
  margin: 0;
  font-weight: 600;
}

.vms-vendor-teaser{
  display: grid;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
}

@media (min-width: 720px){
  .vms-vendor-teaser{
    grid-template-columns: 180px 1fr;
    gap: 20px;
  }
}

.vms-vendor-teaser__thumb{
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(0,0,0,0.06);
}

.vms-vendor-teaser__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vms-vendor-teaser__thumb--placeholder{
  background: linear-gradient(135deg, rgba(0,0,0,0.08), rgba(0,0,0,0.03));
}

.vms-vendor-teaser__body{
  display: grid;
  gap: 8px;
}

.vms-vendor-teaser__types,
.vms-vendor-teaser__about{
  margin: 0;
}

.vms-vendor-teaser__types{
  opacity: 0.82;
}

.vms-vendor-teaser__actions{
  margin-top: 4px;
}


.vms-vp-socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:10px;
}

.vms-vp-social{
  width:42px;
  height:42px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border:1px solid rgba(0,0,0,0.14);
  background:rgba(255,255,255,0.9);
}

.vms-vp-social__glyph{
  font-weight:700;
  font-size:0.95rem;
  line-height:1;
}

.vms-vp-video iframe,
.vms-vp-video video,
.vms-vp-video embed,
.vms-vp-video object{
  width:100%;
  max-width:100%;
  aspect-ratio:16 / 9;
  border:0;
  border-radius:18px;
}

.vms-vp-gallery{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
}

@media (min-width: 720px){
  .vms-vp-gallery{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

.vms-vp-gallery__item{
  display:block;
  border-radius:18px;
  overflow:hidden;
  background:rgba(0,0,0,0.06);
}

.vms-vp-gallery__item img{
  display:block;
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover;
}

.vms-vendor-teaser--compact{
  grid-template-columns:88px 1fr;
  gap:14px;
}

.vms-vendor-teaser--compact .vms-vendor-teaser__thumb{
  border-radius:14px;
}

.vms-vendor-teaser--compact .vms-vendor-teaser__about{
  font-size:0.94rem;
}

.vms-vp-next-show--compact{
  gap:6px;
}


.vms-vendor-teaser__title{
  font-size: clamp(1.85rem, 4vw, 3.2rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.vms-vendor-teaser--compact{
  grid-template-columns: 1fr;
  gap: 14px;
}

.vms-vendor-teaser--compact .vms-vendor-teaser__thumb{
  aspect-ratio: 16 / 9;
  border-radius: 18px;
}

.vms-vendor-teaser--compact .vms-vendor-teaser__body{
  text-align: center;
  justify-items: center;
}

.vms-vendor-teaser--compact .vms-vendor-teaser__eyebrow{
  display: none;
}

.vms-vendor-teaser--compact .vms-vendor-teaser__title{
  font-size: clamp(1.45rem, 5vw, 2.2rem);
  line-height: 1.15;
  margin: 0;
}

.vms-vendor-teaser--compact .vms-vendor-teaser__about{
  display: none;
}


.vms-vp-socials{
  gap:12px;
}

.vms-vp-social{
  width:48px;
  height:48px;
  color:#1d2433;
  box-shadow:0 1px 2px rgba(0,0,0,0.04);
  transition:transform .16s ease, border-color .16s ease, background-color .16s ease;
}

.vms-vp-social:hover{
  transform:translateY(-1px);
  border-color:rgba(0,0,0,0.2);
  background:#fff;
}

.vms-vp-social__glyph,
.vms-vp-social__glyph svg{
  display:block;
}

.vms-vp-social__glyph svg{
  width:20px;
  height:20px;
}

.vms-vp-social__fallback{
  font-weight:700;
  font-size:0.95rem;
  line-height:1;
}

.vms-vp-next-show{
  max-width:460px;
  margin-right:auto;
  padding:14px 18px;
}

.vms-vp-next-show__title{
  font-size:1.65rem;
  line-height:1.1;
}

.vms-vp-next-show__actions{
  margin-top:2px;
}

.vms-vendor-teaser__title{
  font-size:clamp(1.1rem, 2.5vw, 1.85rem);
  line-height:1.12;
  overflow-wrap:anywhere;
}

.vms-vendor-teaser__title-link{
  color:inherit;
  text-decoration:none;
}

.vms-vendor-teaser__title-link:hover{
  text-decoration:underline;
}

.vms-vendor-teaser--compact{
  grid-template-columns:1fr;
  gap:14px;
  padding:14px 14px 16px;
}

.vms-vendor-teaser--compact .vms-vendor-teaser__thumb{
  aspect-ratio:auto;
  border-radius:18px;
  background:transparent;
}

.vms-vendor-teaser--compact .vms-vendor-teaser__thumb img{
  width:100%;
  height:auto;
  object-fit:contain;
}

.vms-vendor-teaser--compact .vms-vendor-teaser__body{
  text-align:center;
  justify-items:center;
  gap:6px;
}

.vms-vendor-teaser--compact .vms-vendor-teaser__eyebrow{
  display:block;
}

.vms-vendor-teaser--compact .vms-vendor-teaser__title{
  font-size:clamp(1.05rem, 3.8vw, 1.45rem);
  margin:0;
}

.vms-vendor-teaser--compact .vms-vendor-teaser__about,
.vms-vendor-teaser__actions{
  display:none;
}
