.hero-agency-panel {
  position: absolute;
  top: clamp(104px, 11vh, 138px);
  right: clamp(22px, 4vw, 58px);
  z-index: 5;
  width: min(340px, calc(100vw - 44px));
  color: #f5f5f2;
  text-align: left;
  pointer-events: auto;
}

.hero-agency-panel__eyebrow,
.hero-agency-panel__links a,
.hero-agency-panel__proof,
.work-filter__button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hero-agency-panel__eyebrow {
  margin: 0 0 12px;
  color: #e50914;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-agency-panel__line {
  margin: 0;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Helvetica Neue Condensed Black", sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 3.15rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.hero-agency-panel__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-agency-panel__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(245, 245, 242, 0.28);
  color: rgba(245, 245, 242, 0.88);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-agency-panel__links a:first-child {
  background: rgba(245, 245, 242, 0.92);
  color: #050505;
  border-color: rgba(245, 245, 242, 0.92);
}

.hero-agency-panel__proof {
  margin: 14px 0 0;
  max-width: 28ch;
  color: rgba(245, 245, 242, 0.62);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.35;
}

.work-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(860px, 100%);
  margin: clamp(20px, 2.8vw, 34px) auto 0;
}

.work-filter__button {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(245, 245, 242, 0.2);
  border-radius: 0;
  background: transparent;
  color: rgba(245, 245, 242, 0.66);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.work-filter__button:hover,
.work-filter__button:focus-visible,
.work-filter__button.is-active {
  border-color: rgba(245, 245, 242, 0.86);
  background: #f5f5f2;
  color: #050505;
}

.placement-grid.is-filtered .placement-grid__item:not(.is-filter-match) {
  display: none;
}

.placement-grid.is-filtered .placement-grid__item.is-filter-match {
  display: block;
}

.contact-meta div {
  align-items: baseline;
}

.hero-slide__legal {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 8px 0 0;
  color: rgba(245, 245, 242, 0.36);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  line-height: 1;
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  transition: opacity 520ms ease 380ms, transform 820ms cubic-bezier(0.22, 1, 0.36, 1) 380ms, color 160ms ease;
}

.hero-slide.is-active .hero-slide__legal {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero-slide__legal a {
  color: inherit;
}

.hero-slide__legal a:hover,
.hero-slide__legal a:focus-visible {
  color: rgba(245, 245, 242, 0.72);
}

@media (max-width: 980px) {
  .hero-agency-panel {
    top: clamp(82px, 11svh, 118px);
    right: 22px;
    left: 22px;
    bottom: auto;
    width: auto;
    max-width: 420px;
  }

  .hero-agency-panel__line {
    font-size: clamp(1.28rem, 4.8vw, 2.18rem);
  }

  .hero-agency-panel__proof {
    max-width: 32ch;
  }
}

@media (max-width: 720px) {
  .hero-slide__legal {
    display: none !important;
  }

  body:has(.site-shell--home):not(.mobile-nav-open) {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100svh;
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  .site-shell--home,
  .site-shell--home main,
  .site-shell--home .hero-slider {
    height: 100svh !important;
    min-height: 100svh !important;
    overflow: hidden !important;
  }

  html.is-social-webview body:has(.site-shell--home):not(.mobile-nav-open) {
    height: var(--hero-viewport-height, 100svh);
    min-height: var(--hero-viewport-height, 100svh);
  }

  html.is-social-webview .site-shell--home,
  html.is-social-webview .site-shell--home main,
  html.is-social-webview .site-shell--home .hero-slider,
  html.is-social-webview .site-shell--home .hero-slider__slides,
  html.is-social-webview .site-shell--home .hero-slide {
    height: var(--hero-viewport-height, 100svh) !important;
    min-height: var(--hero-viewport-height, 100svh) !important;
    max-height: var(--hero-viewport-height, 100svh) !important;
  }

  html.is-social-webview .site-shell--home::after {
    display: none;
  }

  .home-header {
    min-height: 48px !important;
    padding: 2px 18px !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  .home-header__brand {
    font-size: clamp(1.5rem, 6vw, 1.78rem) !important;
    letter-spacing: 0.01em !important;
    line-height: 0.88 !important;
  }

  .home-header__brand-mark {
    display: none !important;
  }

  .home-header__menu-button {
    width: 52px !important;
    min-width: 52px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .home-header__menu-icon {
    width: 34px !important;
    height: 18px !important;
  }

  .home-header__menu-line {
    width: 34px !important;
    height: 1px !important;
    border-radius: 0 !important;
  }

  .site-shell--home .home-header.is-scrolled:not(.is-open) {
    background: rgba(0, 0, 0, 0.96) !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32), 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  }

  .site-shell--home .home-header.is-scrolled:not(.is-open)::before {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.96) !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32), 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  }

  .hero-agency-panel {
    top: max(102px, calc(env(safe-area-inset-top, 0px) + 96px));
    left: 18px;
    right: 18px;
    max-width: none;
    padding: 0;
  }

  .hero-agency-panel__eyebrow {
    display: block;
    margin-bottom: 8px;
    font-size: 0.62rem;
    letter-spacing: 0.15em;
  }

  .hero-agency-panel__line {
    max-width: min(24rem, calc(100vw - 36px));
    font-size: 0 !important;
    line-height: 0.96;
  }

  .hero-agency-panel__line::before {
    content: "Original music for brand & screen";
  }

  .hero-agency-panel__line {
    font-size: 0 !important;
  }

  .hero-agency-panel__line::before {
    display: block;
    font-size: clamp(2rem, 9.35vw, 2.85rem);
    line-height: 0.92;
  }

  .hero-agency-panel__proof {
    display: none;
  }

  .hero-agency-panel__links {
    margin-top: 13px;
    gap: 8px;
  }

  .hero-agency-panel__links a {
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.64rem;
    letter-spacing: 0.06em;
  }

  .work-filter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: min(100%, calc(100vw - 34px));
    margin-top: 18px;
  }

  .work-filter__button {
    min-height: 36px;
    padding: 0 8px;
    font-size: 0.56rem;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 420px) and (max-height: 760px) {
  .hero-agency-panel {
    top: max(90px, calc(env(safe-area-inset-top, 0px) + 84px));
  }

  .hero-agency-panel__line {
    max-width: 21rem;
    font-size: 0 !important;
  }

  .hero-agency-panel__line::before {
    font-size: clamp(1.84rem, 8.65vw, 2.34rem);
  }
}

@media (min-width: 721px) {
  .site-shell--home .hero-slide__overlay {
    bottom: clamp(56px, 5.8vw, 72px) !important;
  }

  .site-shell--home .hero-slide.is-active .hero-slide__overlay {
    animation: none !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .site-shell--home .hero-slide__dots--fixed {
    bottom: 28px !important;
  }

  .site-shell--home .hero-slider__bottom {
    bottom: 21px !important;
  }

  .site-shell--home .sound-toggle {
    min-height: 32px !important;
    padding: 0 10px !important;
    font-size: 0.68rem !important;
  }
}
