/* Vendor Network hero — authorized operator positioning */
.ao-page .ao-hero{
  min-height:clamp(520px,68vh,720px);
  background-image:
    linear-gradient(90deg,rgba(3,3,3,.98) 0%,rgba(3,3,3,.93) 31%,rgba(3,3,3,.62) 49%,rgba(3,3,3,.12) 72%,rgba(3,3,3,.2) 100%),
    linear-gradient(180deg,rgba(3,3,3,.1) 64%,#030303 100%),
    url('../assets/img/authorized-event-planner-vendor-network-hero.webp');
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.ao-page .ao-hero .page-shell{
  min-height:clamp(520px,68vh,720px);
}
.ao-page .ao-hero-copy{
  max-width:690px;
  padding:34px 34px 34px 0;
}
.ao-page .ao-hero h1{
  font-family:Inter,Arial,sans-serif;
  font-size:clamp(3rem,5.6vw,5.5rem);
  font-weight:800;
  letter-spacing:-.02em;
  text-transform:uppercase;
}
.ao-page .ao-hero p:not(.eyebrow){
  max-width:650px;
  color:#e3ddd3;
  line-height:1.6;
  text-shadow:0 1px 2px rgba(0,0,0,.75);
}
@media(max-width:680px){
  .ao-page .ao-hero{
    min-height:68svh;
    background-image:
      linear-gradient(180deg,rgba(3,3,3,.96) 0%,rgba(3,3,3,.86) 50%,rgba(3,3,3,.34) 76%,#030303 100%),
      url('../assets/img/authorized-event-planner-vendor-network-hero.webp');
    background-position:63% center;
  }
  .ao-page .ao-hero .page-shell{
    min-height:68svh;
    align-items:flex-start;
    padding:36px 0 42px;
  }
  .ao-page .ao-hero-copy{
    max-width:100%;
    padding:0;
  }
  .ao-page .ao-hero h1{
    font-size:clamp(2.45rem,11.5vw,3.65rem);
  }
  .ao-page .ao-hero p:not(.eyebrow){
    max-width:94%;
    font-size:.86rem;
  }
}
@media(prefers-reduced-motion:reduce){
  .ao-page .ao-hero-copy{transition:none!important}
}
