/* Wave Parts TH — V14 logo transparency + hero Honda wing placement */

/* Logo itself is now a true transparent PNG. Never draw a plate behind it. */
.wp-logo-link,
.wp-logo-wrap,
.wp-footer-logo-link,
.wp-video-brand,
.back-bar-title.wp-logo-link,
.logo.wp-logo-wrap,
.mobile-logo.wp-logo-link,
.pd-header-logo,
.vd-header a:has(.vd-logo){
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  border-color:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.wp-site-logo,
.wp-video-brand img,
.wp-logo-link img,
.wp-footer-logo-link img,
.pd-header-logo img,
.vd-logo{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

/* Hero: Honda wing sits behind the word “ทุกรุ่น” at full strength. */
.hero-title .hero-model-line{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  isolation:isolate;
  min-width:clamp(150px,20vw,245px);
  min-height:1.2em;
  margin-top:.03em;
}
.hero-title .hero-model-line .hero-wing{
  position:absolute;
  z-index:0;
  left:50%;
  top:50%;
  width:clamp(125px,17vw,215px);
  height:auto;
  transform:translate(-50%,-48%);
  opacity:1!important;
  filter:none!important;
  pointer-events:none;
  user-select:none;
}
.hero-title .hero-model-line .hero-model-text{
  position:relative;
  z-index:1;
  color:#fff;
  text-shadow:
    0 2px 0 rgba(0,0,0,.96),
    0 0 9px rgba(0,0,0,.95),
    0 6px 18px rgba(0,0,0,.9);
}

/* Keep the old wing rule from V9 from affecting the new placement. */
.hero-title .hero-brandtext{position:relative;z-index:2}

@media(max-width:768px){
  .hero-title .hero-model-line{min-width:155px;min-height:1.15em}
  .hero-title .hero-model-line .hero-wing{width:clamp(118px,34vw,165px);transform:translate(-50%,-50%)}
}
@media(min-width:1200px){
  .hero-title .hero-model-line .hero-wing{width:210px}
}
