body[data-view="vrown"] {
  --happly-banner-height: 34px;
}

body[data-view="vrown"] .happly-top-banner {
  display: block !important;
}

/* ITSY BITZY receives the original VROWN yellow player. */
.itsy-bitzy-featured-video.is-vrown-player {
  position: relative;
  justify-self: center;
  width: min(1252px, calc(100vw - 28px));
  max-width: none;
  aspect-ratio: 16 / 8.9;
  margin: 0;
  overflow: hidden;
  border: 3px solid #050505;
  border-radius: 38px;
  background: #050505;
  box-shadow: 0 0 0 1px #050505;
  isolation: isolate;
}

.itsy-bitzy-featured-video.is-vrown-player > iframe {
  position: absolute;
  inset: 0 10.7% 160px;
  z-index: 1;
  display: block;
  width: auto !important;
  height: auto !important;
  border: 0;
  background: #050505;
}

.itsy-bitzy-featured-video.is-vrown-player .itsy-bitzy-playlist-bar {
  display: none;
}

.itsy-bitzy-featured-video .itsy-yb-player-card {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 7;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "copy controls"
    "progress progress";
  align-items: center;
  width: min(1040px, calc(100% - 88px));
  min-height: 0;
  padding: 20px 30px 18px;
  border: 3px solid #050505;
  border-radius: 28px;
  background: #fef019;
  color: #050505;
  box-shadow: none;
  column-gap: 46px;
  row-gap: 14px;
  pointer-events: auto;
  transform: translateX(-50%);
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-player-copy {
  grid-area: copy;
  min-width: 0;
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-player-copy p {
  margin: 0 0 8px;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-player-copy h2 {
  margin: 0;
  overflow: hidden;
  font-family: Inter, Arial, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-controls {
  grid-area: controls;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin: 0;
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-progress {
  grid-area: progress;
  position: relative;
  height: 10px;
  overflow: hidden;
  border: 2px solid #050505;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.16);
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: #050505;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 160ms linear;
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-toggle,
.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-skip {
  position: relative;
  display: grid;
  min-height: 0;
  padding: 0;
  place-items: center;
  border: 3px solid #050505;
  background: #fef019;
  color: #050505;
  cursor: pointer;
  box-shadow: 0 4px 0 #050505;
  transition: transform 150ms ease;
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-toggle {
  width: 58px;
  height: 58px;
  border-radius: 12px;
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-skip {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-toggle::before,
.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 6px;
  height: 21px;
  border-radius: 2px;
  background: #050505;
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-toggle::before {
  transform: translate(-8px, -50%);
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-toggle::after {
  transform: translate(4px, -50%);
}

.itsy-bitzy-featured-video.is-paused .itsy-yb-player-card .va-yb-toggle::before {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #050505;
  border-radius: 0;
  background: transparent;
  transform: translate(-36%, -50%);
}

.itsy-bitzy-featured-video.is-paused .itsy-yb-player-card .va-yb-toggle::after {
  display: none;
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-skip::before,
.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-skip::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-forward::before,
.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-forward::after {
  border-left: 12px solid #050505;
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-forward::before {
  transform: translate(-11px, -50%);
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-forward::after {
  transform: translate(0, -50%);
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-back::before,
.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-back::after {
  border-right: 12px solid #050505;
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-back::before {
  transform: translate(-12px, -50%);
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-back::after {
  transform: translate(-1px, -50%);
}

.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-toggle:hover,
.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-toggle:focus-visible,
.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-skip:hover,
.itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-skip:focus-visible {
  transform: scale(1.08);
}

.itsy-bitzy-featured-video .itsy-yb-player-card button:disabled {
  cursor: wait;
  opacity: 0.52;
}

.itsy-bitzy-featured-video.is-player-fallback::after,
.itsy-bitzy-featured-video.is-player-fallback .itsy-yb-player-card {
  display: none;
}

.itsy-bitzy-featured-video.is-player-fallback > iframe {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* VROWN full-bleed video opening. */
body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yellowbird-tv.va-video-hero {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100svh - var(--happly-banner-height));
  min-height: 0;
  margin-top: var(--happly-banner-height);
  padding: 0 !important;
  overflow: hidden;
  background: #050505 !important;
  color: #ffffff;
  isolation: isolate;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-frame {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: #050505;
  box-shadow: none !important;
  isolation: isolate;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-video-stage {
  position: absolute;
  inset: 0 !important;
  z-index: 1;
  overflow: hidden;
  background: #050505;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(0.95) contrast(1.03);
  transform: scale(1.015);
}

.va-video-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.04) 27%, transparent 48%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.52) 0, rgba(0, 0, 0, 0.08) 34%, transparent 58%);
  pointer-events: none;
}

.va-video-hero-copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  color: #ffffff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.82;
  text-transform: uppercase;
  pointer-events: none;
}

.va-video-hero-brand,
.va-video-hero-tagline {
  position: absolute;
  margin: 0;
  color: #ffffff;
  font: inherit;
  letter-spacing: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
  opacity: 0;
}

.va-video-hero-brand {
  left: 18px;
  top: 12px;
  max-width: calc(100% - 112px);
  font-size: 164px;
  white-space: nowrap;
  transform: translateY(-24px);
}

.va-video-hero-tagline {
  right: 18px;
  bottom: 18px;
  display: grid;
  justify-items: end;
  max-width: calc(100% - 36px);
  font-size: 146px;
  text-align: right;
  transform: translateY(34px);
}

.va-video-hero-tagline span {
  display: block;
  max-width: 100%;
  white-space: nowrap;
}

.va-video-hero.is-video-hero-ready .va-video-hero-brand {
  animation: vaVideoHeroBrandIn 720ms cubic-bezier(0.18, 0.84, 0.18, 1) 80ms both;
}

.va-video-hero.is-video-hero-ready .va-video-hero-tagline {
  animation: vaVideoHeroTaglineIn 780ms cubic-bezier(0.18, 0.84, 0.18, 1) 210ms both;
}

/* VROWN: restore the original SUZIE VROWN letter play over the video. */
.va-video-hero-copy:has(.va-video-hero-touchy-logo) {
  display: grid;
  padding: clamp(48px, 6vw, 82px) clamp(14px, 3vw, 42px);
  place-items: center;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-video-hero-touchy-logo {
  --touchy-size: clamp(126px, 18vw, 276px);
  position: relative;
  z-index: 1;
  width: min(1240px, 96vw);
  color: #ffffff;
  font-family: "Archivo Black", "Arial Black", Impact, sans-serif;
  font-weight: 400;
  filter: none;
  pointer-events: none;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-video-hero-touchy-logo .va-touchy-line-suzie {
  transform: translateX(-0.025em) rotate(-1.5deg);
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-video-hero-touchy-logo .va-touchy-line-vrown {
  margin-top: -0.16em;
  transform: translateX(0.025em) translateY(0.04em) rotate(1deg);
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-video-hero-touchy-logo .va-touchy-letter {
  margin-inline: -0.008em;
  color: #ffffff;
  -webkit-text-stroke: 0.014em #050505;
  paint-order: stroke fill;
  text-shadow:
    0.028em 0.03em 0 #050505,
    0 0.055em 0.16em rgba(0, 0, 0, 0.42);
  opacity: 0;
  animation: none;
  pointer-events: auto;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero.is-video-hero-ready .va-video-hero-touchy-logo .va-touchy-letter {
  animation: vaVideoTouchyLetterIn 620ms cubic-bezier(0.17, 0.84, 0.44, 1) both;
  animation-delay: calc(90ms + (var(--i, 0) * 70ms));
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero.is-video-hero-ready .va-video-hero-touchy-logo .va-touchy-letter.is-vanishing,
body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero.is-video-hero-ready .va-video-hero-touchy-logo .va-touchy-letter.is-vanishing:hover {
  animation: vaVideoTouchyLetterVanish 460ms cubic-bezier(0.2, 0.78, 0.24, 1) both;
  animation-delay: 0ms;
}

@keyframes vaVideoTouchyLetterIn {
  0% {
    opacity: 0;
    transform: translateY(0.22em) rotate(calc(var(--r, 0deg) - 8deg)) scaleX(calc(var(--sx, 1) * 0.72)) scaleY(calc(var(--sy, 1) * 0.72));
  }

  54% {
    opacity: 1;
    transform: translateY(calc(var(--y, 0) - 0.035em)) rotate(var(--r, 0deg)) scaleX(calc(var(--sx, 1) * 1.1)) scaleY(calc(var(--sy, 1) * 1.1));
  }

  100% {
    opacity: 1;
    transform: translateY(var(--y, 0)) rotate(var(--r, 0deg)) scaleX(var(--sx, 1)) scaleY(var(--sy, 1));
  }
}

@keyframes vaVideoTouchyLetterVanish {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(var(--y, 0)) rotate(var(--r, 0deg)) scaleX(var(--sx, 1)) scaleY(var(--sy, 1));
  }

  35% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(calc(var(--y, 0) - 0.03em)) rotate(var(--r, 0deg)) scaleX(calc(var(--sx, 1) * 1.08)) scaleY(calc(var(--sy, 1) * 1.08));
  }

  100% {
    opacity: 0;
    filter: blur(0.08em);
    transform: translateY(calc(var(--y, 0) - 0.2em)) rotate(calc(var(--r, 0deg) + 13deg)) scale(0.12);
  }
}

@media (max-width: 640px) {
  .va-video-hero-copy:has(.va-video-hero-touchy-logo) {
    padding: 64px 8px 106px;
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-video-hero-touchy-logo {
    --touchy-size: clamp(66px, 19vw, 84px) !important;
    width: min(100%, calc(100vw - 10px)) !important;
    max-width: none !important;
    transform: none !important;
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-video-hero-touchy-logo .va-touchy-line-vrown {
    transform: translateX(0.025em) translateY(0.04em) rotate(1deg) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero.is-video-hero-ready .va-video-hero-touchy-logo .va-touchy-letter {
    animation: none;
    opacity: 1;
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero.is-video-hero-ready .va-video-hero-touchy-logo .va-touchy-letter.is-vanishing {
    opacity: 0;
  }
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-badge {
  display: none !important;
}

body[data-view="vrown"][data-active-view="vrownnnn"].is-vrown-video-hero-in-view .gate-menu.app-menu .app-menu-toggle span {
  background: #ffffff !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.24);
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-player-card {
  position: absolute;
  left: 20px !important;
  right: auto !important;
  top: auto !important;
  bottom: 24px !important;
  z-index: 5;
  display: grid !important;
  grid-template-columns: 40px minmax(120px, 220px) !important;
  grid-template-areas: "controls progress" !important;
  align-items: center;
  width: 300px !important;
  min-height: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
  column-gap: 14px;
  row-gap: 0;
  transform: none !important;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-player-copy,
body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-skip {
  display: none !important;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-controls {
  grid-area: controls;
  display: block;
  margin: 0;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-toggle {
  position: relative;
  display: grid;
  width: 40px !important;
  height: 40px !important;
  min-height: 0;
  padding: 0;
  place-items: center;
  border: 2px solid #ffffff !important;
  border-radius: 50% !important;
  background: rgba(0, 0, 0, 0.24) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-toggle::before,
body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-toggle::after {
  width: 4px;
  height: 14px;
  border: 0;
  border-radius: 1px;
  background: #ffffff;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-toggle::before {
  transform: translate(-6px, -50%);
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-toggle::after {
  transform: translate(2px, -50%);
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-frame.is-paused .va-yb-toggle::before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
  border-radius: 0;
  background: transparent;
  transform: translate(-35%, -50%);
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-frame.is-paused .va-yb-toggle::after {
  display: none;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-progress {
  grid-area: progress;
  position: relative;
  width: 100%;
  height: 2px !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.42) !important;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff !important;
}

@keyframes vaVideoHeroBrandIn {
  from {
    opacity: 0;
    transform: translateY(-24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes vaVideoHeroTaglineIn {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1600px) {
  .va-video-hero-brand {
    font-size: 208px;
  }

  .va-video-hero-tagline {
    font-size: 176px;
  }
}

@media (max-width: 1180px) {
  .va-video-hero-brand {
    left: 16px;
    top: 14px;
    font-size: 112px;
  }

  .va-video-hero-tagline {
    right: 16px;
    bottom: 16px;
    font-size: 104px;
  }
}

@media (max-width: 980px) {
  .itsy-bitzy-featured-video.is-vrown-player {
    aspect-ratio: 16 / 9.6;
  }

  .itsy-bitzy-featured-video.is-vrown-player > iframe {
    inset: 0 7% 148px;
  }

  .itsy-bitzy-featured-video .itsy-yb-player-card {
    bottom: 14px;
    width: min(680px, calc(100% - 36px));
  }
}

@media (max-width: 760px) {
  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yellowbird-tv.va-video-hero {
    height: calc(100svh - var(--happly-banner-height));
    min-height: 0;
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-video {
    object-position: 58% center;
  }

  .va-video-hero-brand {
    left: 12px;
    top: 14px;
    max-width: calc(100% - 78px);
    font-size: 68px;
  }

  .va-video-hero-tagline {
    right: 12px;
    bottom: 14px;
    max-width: calc(100% - 24px);
    font-size: 58px;
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-player-card {
    left: 12px !important;
    bottom: 132px !important;
    grid-template-columns: 34px minmax(96px, 146px) !important;
    width: 194px !important;
    min-height: 34px !important;
    column-gap: 12px;
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-toggle {
    width: 34px !important;
    height: 34px !important;
  }
}

@media (max-width: 620px) {
  .itsy-bitzy-featured-video.is-vrown-player {
    width: calc(100vw - 18px);
    aspect-ratio: 16 / 10.8;
    border-width: 2px;
    border-radius: 24px;
  }

  .itsy-bitzy-featured-video.is-vrown-player > iframe {
    inset: 0;
  }

  .itsy-bitzy-featured-video.is-vrown-player::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 106px;
    background: #050505;
    pointer-events: none;
  }

  .itsy-bitzy-featured-video .itsy-yb-player-card {
    bottom: 10px;
    width: calc(100% - 22px);
    padding: 12px 13px 10px;
    border-width: 2px;
    border-radius: 18px;
    column-gap: 12px;
    row-gap: 8px;
  }

  .itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-player-copy p {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-player-copy h2 {
    font-size: 24px;
  }

  .itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-controls {
    gap: 8px;
  }

  .itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-toggle {
    width: 38px;
    height: 38px;
    border-width: 2px;
    border-radius: 9px;
    box-shadow: 0 3px 0 #050505;
  }

  .itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-skip {
    width: 34px;
    height: 34px;
    border-width: 2px;
    border-radius: 8px;
    box-shadow: 0 3px 0 #050505;
  }

  .itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-progress {
    height: 7px;
  }
}

@media (max-width: 420px) {
  .va-video-hero-brand {
    left: 10px;
    top: 12px;
    font-size: 52px;
  }

  .va-video-hero-tagline {
    right: 10px;
    bottom: 12px;
    font-size: 46px;
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-video-hero .va-yb-player-card {
    left: 10px !important;
    bottom: 112px !important;
  }

  .itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-player-copy h2 {
    font-size: 21px;
  }
}

@media (max-height: 620px) and (min-width: 761px) {
  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yellowbird-tv.va-video-hero {
    min-height: 0;
  }

  .va-video-hero-brand {
    font-size: 96px;
  }

  .va-video-hero-tagline {
    font-size: 84px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .va-video-hero-brand,
  .va-video-hero-tagline {
    opacity: 1;
    transform: none;
    animation: none !important;
  }

  .itsy-bitzy-featured-video .itsy-yb-player-card .va-yb-progress span {
    transition: none;
  }
}

/* I AM VROWN: full-bleed editorial image wall. */
body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic {
  position: relative;
  z-index: 6000 !important;
  width: 100vw !important;
  max-width: none !important;
  min-height: 0;
  margin-inline: calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
  background: #090909 !important;
  color: #fff;
  content-visibility: visible !important;
  isolation: isolate;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-heading {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-yb-word-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, auto) !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: auto;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  background: #090909 !important;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  height: auto;
  aspect-ratio: 1674 / 2200;
  margin: 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: #111 !important;
  opacity: 0;
  perspective: none !important;
  transform: scale(0.985);
  transform-origin: center;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic.is-mosaic-visible .va-vrown-mosaic-card {
  animation: va-vrown-mosaic-reveal 720ms cubic-bezier(0.16, 0.78, 0.24, 1) both;
  animation-delay: calc(var(--vrown-mosaic-index) * 65ms);
}

@keyframes va-vrown-mosaic-reveal {
  from {
    opacity: 0;
    transform: scale(0.985);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-tile {
  position: absolute !important;
  inset: 0;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
  background: #111 !important;
  box-shadow: none !important;
  color: #fff;
  cursor: pointer;
  perspective: none !important;
  text-align: left;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-tile:focus-visible {
  z-index: 5;
  outline: 0 !important;
  box-shadow: inset 0 0 0 3px #fef019 !important;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.02) 29%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 46%);
  opacity: 0.66;
  pointer-events: none;
  transition: opacity 420ms ease, background-color 420ms ease;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-yb-flip-inner {
  position: absolute !important;
  inset: 0;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  transform-style: flat !important;
  transition: none !important;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-tile:hover .va-yb-flip-inner,
body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-tile:focus .va-yb-flip-inner,
body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-tile:focus-visible .va-yb-flip-inner {
  transform: none !important;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-yb-flip-front {
  position: absolute !important;
  inset: 0;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: #111 !important;
  backface-visibility: visible !important;
  transform: none !important;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-yb-flip-front img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: var(--vrown-mosaic-position, 50% 50%) !important;
  filter: saturate(0.86) contrast(1.04) brightness(0.9);
  transform: scale(1.002);
  transition: transform 760ms cubic-bezier(0.16, 0.78, 0.24, 1), filter 520ms ease;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-yb-flip-back {
  display: none !important;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-identity {
  position: absolute;
  top: clamp(15px, 2.1svh, 24px);
  left: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 24px);
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.42);
  transform: translateX(-50%);
  pointer-events: none;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-brand {
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(15px, 1.45vw, 27px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  white-space: nowrap;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-meta {
  display: block;
  margin-top: clamp(7px, 0.8svh, 10px);
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(7px, 0.58vw, 11px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  white-space: nowrap;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-detail {
  position: absolute;
  right: clamp(16px, 1.7vw, 28px);
  bottom: clamp(16px, 2.1svh, 26px);
  left: clamp(16px, 1.7vw, 28px);
  z-index: 3;
  display: block;
  color: #fff;
  opacity: 0;
  text-align: left;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
  transform: translateY(14px);
  transition: opacity 360ms ease, transform 520ms cubic-bezier(0.16, 0.78, 0.24, 1);
  pointer-events: none;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-title,
body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-copy {
  display: block;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-title {
  max-width: 100%;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(22px, 2vw, 36px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-copy {
  max-width: 30ch;
  margin-top: 8px;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(11px, 0.9vw, 15px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-tile:hover::after,
body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-tile:focus-visible::after,
body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-tile.is-open::after {
  opacity: 0.94;
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-tile:hover .va-yb-flip-front img,
body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-tile:focus-visible .va-yb-flip-front img,
body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-tile.is-open .va-yb-flip-front img {
  filter: saturate(1) contrast(1.04) brightness(0.76);
  transform: scale(1.045);
}

body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-tile:hover .va-vrown-mosaic-detail,
body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-tile:focus-visible .va-vrown-mosaic-detail,
body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-tile.is-open .va-vrown-mosaic-detail {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic {
    min-height: 0;
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-yb-word-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
    height: auto;
    min-height: 0;
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-card {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-brand {
    font-size: clamp(16px, 3.2vw, 25px);
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-meta {
    font-size: clamp(7px, 1.18vw, 10px);
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-title {
    font-size: clamp(24px, 4.8vw, 38px);
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-copy {
    font-size: clamp(12px, 1.8vw, 15px);
  }
}

@media (max-width: 560px) {
  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-card {
    aspect-ratio: 3 / 4;
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-identity {
    top: 12px;
    width: calc(100% - 16px);
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-brand {
    font-size: clamp(13px, 4vw, 18px);
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-meta {
    margin-top: 6px;
    font-size: clamp(6px, 1.72vw, 8px);
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-detail {
    right: 12px;
    bottom: 13px;
    left: 12px;
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-title {
    font-size: clamp(18px, 5.6vw, 24px);
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-copy {
    display: -webkit-box;
    margin-top: 5px;
    overflow: hidden;
    font-size: clamp(10px, 2.65vw, 12px);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-card {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
  }

  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-yb-flip-front img,
  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-detail,
  body[data-view="vrown"][data-active-view="vrownnnn"] .site-shell[data-view="vrown"] #vrownnnn .va-clone-stage .va-yb-word.va-vrown-mosaic .va-vrown-mosaic-tile::after {
    transition: none !important;
  }
}
