.audience-hero{background:var(--ah-bg, #ffffff);color:var(--ah-text, #111111);padding:4rem 0}.audience-hero__inner{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;box-sizing:border-box}.audience-hero__media{order:1}.audience-hero__content{order:2}@media(min-width:750px){.audience-hero__inner{grid-template-columns:1fr 1fr;gap:4rem;align-items:stretch;padding-left:3rem;padding-right:3rem}.audience-hero__content{order:1}.audience-hero__media,.audience-hero--image-left .audience-hero__content{order:2}.audience-hero--image-left .audience-hero__media{order:1}.audience-hero--full-bleed .audience-hero__inner{grid-template-columns:1fr}.audience-hero--full-bleed .audience-hero__media{display:none}}@media(min-width:1100px){.audience-hero__inner{padding-left:4rem;padding-right:4rem}}.audience-hero__content{display:flex;flex-direction:column;justify-content:center}.audience-hero__rating{display:flex!important;flex-direction:row!important;align-items:center;gap:.6rem;margin:0 0 1rem!important;flex-wrap:wrap}.audience-hero__stars{display:inline-flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center;gap:3px;line-height:1}.audience-hero__stars svg{opacity:0;transform-origin:center;animation:ah-star-pop .45s cubic-bezier(.34,1.56,.64,1) forwards}.audience-hero__stars svg:nth-child(1){animation-delay:.05s}.audience-hero__stars svg:nth-child(2){animation-delay:.15s}.audience-hero__stars svg:nth-child(3){animation-delay:.25s}.audience-hero__stars svg:nth-child(4){animation-delay:.35s}.audience-hero__stars svg:nth-child(5){animation-delay:.45s}@keyframes ah-star-pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.audience-hero__rating-text{font-size:.85rem;font-weight:600;letter-spacing:.02em;opacity:.85}.audience-hero__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:700;margin:0 0 .85rem!important;color:var(--ah-accent, currentColor)}.audience-hero__headline{font-size:clamp(2rem,5vw,3.5rem);line-height:1.05;margin:0 0 1.1rem!important;font-weight:800;letter-spacing:-.01em}.audience-hero__subheadline{font-size:1.05rem;line-height:1.55;margin:0 0 1.4rem!important;opacity:.9}.audience-hero__subheadline p{margin:0 0 .75rem}.audience-hero__subheadline p:last-child{margin-bottom:0}.audience-hero__badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.5rem!important}.ah-badge{display:inline-flex;align-items:center;padding:.4rem .7rem;background:#0000000d;border:1px solid rgba(0,0,0,.08);border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1.2;white-space:nowrap;opacity:0;transform:translateY(6px);animation:ah-badge-in .45s ease forwards}.ah-badge:nth-child(1){animation-delay:.55s}.ah-badge:nth-child(2){animation-delay:.65s}.ah-badge:nth-child(3){animation-delay:.75s}.ah-badge:nth-child(4){animation-delay:.85s}.ah-badge:nth-child(5){animation-delay:.95s}@keyframes ah-badge-in{to{opacity:1;transform:translateY(0)}}.audience-hero__quote{border-left:3px solid var(--ah-accent, #111111);padding:.25rem 0 .25rem 1rem!important;margin:0 0 1.5rem!important;font-style:italic}.audience-hero__quote p{font-size:1.1rem;line-height:1.45;margin:0 0 .4rem!important;font-weight:500}.audience-hero__quote cite{display:block;font-style:normal;font-size:.85rem;font-weight:600;opacity:.7;letter-spacing:.02em}.audience-hero__bullets{list-style:none;padding:0!important;margin:0 0 1.5rem!important;display:grid;gap:.65rem}.audience-hero__bullets li{display:flex;align-items:center;gap:.65rem;font-size:.98rem;line-height:1.4}.audience-hero__bullet-icon{font-size:1.05rem;line-height:1;flex-shrink:0;color:var(--ah-accent, currentColor)}.audience-hero__cta{position:relative;display:block;width:100%;box-sizing:border-box;text-align:center;padding:1rem 1.5rem;background:var(--ah-accent, #111111);color:var(--ah-bg, #ffffff);text-decoration:none;font-weight:700;font-size:1rem;letter-spacing:.02em;border-radius:999px;overflow:hidden;cursor:pointer;margin:.5rem 0 1rem!important;transition:transform .15s ease,box-shadow .2s ease;box-shadow:0 4px 14px #0000002e}@media(min-width:750px){.audience-hero__cta{display:inline-block;width:auto;align-self:flex-start;min-width:280px;padding:1.1rem 3rem}}.audience-hero__cta:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0000003d}.audience-hero__cta:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.42) 45%,rgba(255,204,55,.55) 50%,rgba(255,255,255,.42) 55%,transparent 70%);transform:translate(-110%);animation:ah-cta-shimmer 4.2s ease-in-out infinite;pointer-events:none;z-index:1}.audience-hero__cta-text{position:relative;z-index:2}@keyframes ah-cta-shimmer{0%,55%{transform:translate3d(-110%,0,0)}90%,to{transform:translate3d(110%,0,0)}}.audience-hero__trust{text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:700;margin:0!important;opacity:.65;text-align:center}@media(min-width:750px){.audience-hero__trust{text-align:left}}.audience-hero__media{position:relative;height:100%}.audience-hero__media picture,.audience-hero__media img{width:100%;height:100%;display:block}.audience-hero__media img{border-radius:1rem;object-fit:cover;min-height:320px}@media(max-width:749px){.audience-hero__media img{height:auto;min-height:0;max-height:60vh}}@media(prefers-reduced-motion:reduce){.audience-hero__stars svg,.ah-badge,.audience-hero__cta:before{animation:none!important;opacity:1!important;transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
