.bb-ui-icon-host,
.bb-ui-icon {
  box-sizing: border-box;
}

.bb-ui-icon-host {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  line-height: 0;
  vertical-align: middle;
}

.bb-ui-icon-host > .bb-ui-icon {
  grid-area: 1 / 1;
  margin: auto;
}

.bb-ui-icon {
  width: 1.08em;
  height: 1.08em;
  display: block;
  overflow: visible;
  pointer-events: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-box: view-box;
  transform-origin: 50% 50%;
  shape-rendering: geometricPrecision;
}

.bb-ui-icon path,
.bb-ui-icon rect,
.bb-ui-icon circle {
  vector-effect: non-scaling-stroke;
}

.bb-ui-icon .bb-ui-icon__fill {
  fill: currentColor;
  stroke: none;
}

.header-cta .bb-ui-icon,
.bb-nav-intro-copy .bb-ui-icon,
.bb-nav-support .bb-ui-icon,
.hero-actions .bb-ui-icon,
.about-intro>a .bb-ui-icon,
.service-proposal .bb-ui-icon,
.direct-contact-link .bb-ui-icon,
.form-submit .bb-ui-icon,
.chat-start-button .bb-ui-icon,
.featured-discover .bb-ui-icon,
.bb-email-code-open .bb-ui-icon,
.bb-account-submit .bb-ui-icon,
.bb-account-action .bb-ui-icon,
.chat-to-form .bb-ui-icon {
  width: 15px;
  height: 15px;
}

.featured-nav button {
  display: inline-grid;
  place-items: center;
  padding: 0;
}

.featured-nav .bb-ui-icon {
  width: 19px;
  height: 19px;
}

.service-toggle .bb-ui-icon {
  width: 20px;
  height: 20px;
  transition: transform .35s ease;
}

.service-item.is-open .service-toggle {
  transform: none !important;
}

.service-item.is-open .service-toggle .bb-ui-icon {
  transform: rotate(45deg);
}

.chat-close,
.close-cookie-settings,
.bb-language-dialog__close,
.bb-account-close,
.artist-modal-v2 .close {
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  line-height: 0 !important;
  transform: none !important;
  transition: background-color 180ms ease,color 180ms ease,border-color 180ms ease,box-shadow 180ms ease,transform 120ms ease !important;
}

.chat-close {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  border: 1px solid #ffffff38 !important;
  border-radius: 50% !important;
  background: #ffffff08 !important;
  color: #fff !important;
}

.chat-close:hover,
.chat-close:focus-visible {
  border-color: #fff !important;
  background: #fff !important;
  color: #090909 !important;
}

.close-cookie-settings:focus-visible,
.bb-language-dialog__close:focus-visible,
.bb-account-close:focus-visible,
.artist-modal-v2 .close:focus-visible {
  border-color: currentColor !important;
  outline: 3px solid #78e6a466 !important;
  outline-offset: 3px !important;
}

.chat-close .bb-ui-icon,
.close-cookie-settings .bb-ui-icon,
.bb-language-dialog__close .bb-ui-icon,
.bb-account-close .bb-ui-icon,
.artist-modal-v2 .close .bb-ui-icon {
  width: 20px;
  height: 20px;
}

.chat-close:hover,
.close-cookie-settings:hover,
.bb-language-dialog__close:hover,
.bb-account-close:hover,
.artist-modal-v2 .close:hover {
  transform: none !important;
}

.chat-close:active,
.close-cookie-settings:active,
.bb-language-dialog__close:active,
.bb-account-close:active,
.artist-modal-v2 .close:active {
  transform: scale(.96) !important;
}

.chat-message-form button {
  display: grid;
  place-items: center;
  padding: 0;
}

.chat-message-form button .bb-ui-icon {
  width: 20px;
  height: 20px;
}

.copy-contact .bb-ui-icon {
  width: 15px;
  height: 15px;
}

.artist-card .bb-ui-icon,
.video-preview-title .bb-ui-icon,
.media-actions .bb-ui-icon,
.artist-modal-v2 .book .bb-ui-icon {
  width: 17px;
  height: 17px;
}

.video-play .bb-ui-icon,
.top-videos .bb-ui-icon {
  width: 16px;
  height: 16px;
}

.video-grid .video-play .bb-ui-icon {
  width: 14px;
  height: 14px;
}

.artist-preview-stop > em .bb-ui-icon {
  width: 17px;
  height: 17px;
}

.video-stage-meta .bb-ui-icon,
.media-consent-gate .bb-ui-icon {
  width: 14px;
  height: 14px;
}

.bb-ui-icon--arrow-ne,
.bb-ui-icon--arrow-down,
.bb-ui-icon--arrow-up,
.bb-ui-icon--arrow-left,
.bb-ui-icon--arrow-right {
  transition: transform 180ms cubic-bezier(.22,1,.36,1);
}

@media (hover: hover) and (pointer: fine) {
  :is(a,button):hover .bb-ui-icon--arrow-ne {
    transform: translate(2px, -2px);
  }

  :is(a,button):hover .bb-ui-icon--arrow-down {
    transform: translateY(2px);
  }

  :is(a,button):hover .bb-ui-icon--arrow-up {
    transform: translateY(-2px);
  }

  :is(a,button):hover .bb-ui-icon--arrow-left {
    transform: translateX(-2px);
  }

  :is(a,button):hover .bb-ui-icon--arrow-right {
    transform: translateX(2px);
  }
}

.bb-nav-main-list a::after,
.bb-nav-service-list a::after {
  content: "";
  width: 13px;
  height: 13px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17 17 7M8 7h9v9' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17 17 7M8 7h9v9' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.bb-nav-main-list a::after {
  transform: translate3d(0,0,0);
}

.bb-nav-service-list a::after {
  flex: 0 0 13px;
}

@media (hover: hover) and (pointer: fine) {
  .bb-nav-main-list a:hover::after,
  .bb-nav-main-list a:focus-visible::after,
  .bb-nav-service-list a:hover::after,
  .bb-nav-service-list a:focus-visible::after {
    transform: translate(2px,-2px);
  }
}

/* Stable circular controls: colour changes without moving their geometry. */
.featured-nav button,
.service-toggle,
.site-header .bb-nav-trigger {
  place-items: center !important;
  line-height: 0 !important;
}

.featured-nav button:hover,
.featured-nav button:focus-visible,
.service-toggle:hover,
.service-toggle:focus-visible,
.site-header .bb-nav-trigger:hover,
.site-header .bb-nav-trigger:focus-visible {
  transform: none !important;
}

.video-grid a:hover .video-play i.bb-ui-icon-host,
.video-grid a:focus-visible .video-play i.bb-ui-icon-host {
  transform: none !important;
}

/* A two-pixel menu mark remains optically centred as it becomes a close icon. */
.site-header .bb-nav-trigger > .bb-nav-trigger-lines {
  height: 16px !important;
}

.site-header .bb-nav-trigger-lines i {
  box-sizing: border-box;
  flex: 0 0 2px;
  height: 2px;
  border-radius: 999px;
  transform-origin: 50% 50%;
}

.site-header.bb-nav-open .bb-nav-trigger-lines i:first-child {
  transform: translateY(7px) rotate(45deg);
}

.site-header.bb-nav-open .bb-nav-trigger-lines i:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

@media (min-width: 1920px) {
  .site-header .bb-nav-trigger > .bb-nav-trigger-lines { height: 18px !important; }
  .site-header.bb-nav-open .bb-nav-trigger-lines i:first-child { transform: translateY(8px) rotate(45deg); }
  .site-header.bb-nav-open .bb-nav-trigger-lines i:last-child { transform: translateY(-8px) rotate(-45deg); }
}

@media (min-width: 2560px) {
  .site-header .bb-nav-trigger > .bb-nav-trigger-lines { height: 20px !important; }
  .site-header.bb-nav-open .bb-nav-trigger-lines i:first-child { transform: translateY(9px) rotate(45deg); }
  .site-header.bb-nav-open .bb-nav-trigger-lines i:last-child { transform: translateY(-9px) rotate(-45deg); }
}

@media (prefers-reduced-motion: reduce) {
  .bb-ui-icon,
  .bb-ui-icon--arrow-ne,
  .bb-ui-icon--arrow-down,
  .bb-ui-icon--arrow-up,
  .bb-ui-icon--arrow-left,
  .bb-ui-icon--arrow-right,
  .site-header .bb-nav-trigger-lines i {
    transition: none !important;
  }

  .chat-close:active,
  .close-cookie-settings:active,
  .bb-language-dialog__close:active,
  .bb-account-close:active,
  .artist-modal-v2 .close:active {
    transform: none !important;
  }

  :is(a,button):hover .bb-ui-icon--arrow-ne,
  :is(a,button):hover .bb-ui-icon--arrow-down,
  :is(a,button):hover .bb-ui-icon--arrow-up,
  :is(a,button):hover .bb-ui-icon--arrow-left,
  :is(a,button):hover .bb-ui-icon--arrow-right,
  :is(a,button):active .bb-ui-icon--arrow-ne,
  :is(a,button):active .bb-ui-icon--arrow-down,
  :is(a,button):active .bb-ui-icon--arrow-up,
  :is(a,button):active .bb-ui-icon--arrow-left,
  :is(a,button):active .bb-ui-icon--arrow-right {
    transform: none !important;
  }
}

/* Clear, stationary keyboard focus without changing the layout geometry. */
.artist-search:focus-within {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(17,17,17,.2);
}

.artist-search input:focus-visible {
  outline: none;
}

.chat-message-form input:focus-visible {
  outline: 2px solid #111;
  outline-offset: -3px;
}

.video-preview:focus-visible {
  border-color: #98e2b5;
  box-shadow: 0 0 0 3px #07140c,0 0 0 6px #98e2b5,0 16px 38px #0009;
  outline: none;
}

.featured-media,
.manage-cookies,
.video-stage-meta a,
.video-stage-meta button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.featured-media,
.service-search-results a,
.chat-to-form,
.media-consent-gate > a,
.video-stage-meta a {
  gap: 8px;
}

.social-column[hidden],
.footer-network[hidden] {
  display: none !important;
}

.legal-page > a:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.legal-page > a:first-child .bb-ui-icon {
  width: 14px;
  height: 14px;
}

@media (max-width: 800px) {
  .featured-content {
    height: 960px;
    min-height: 960px;
  }

  .featured-copy {
    margin: 62px 0 auto;
  }

  .featured-description {
    min-height: 112px;
  }
}
