/*
 * Implementacao opt-in da composicao aprovada "Cada evento tem um pulso".
 * A arte-base preserva cenas e pinceladas; copy e CTA sao HTML real.
 */

#eventos .eventos-pulso {
  display: none;
}

html.eventos-pulso-lab #eventos.eventos-epk {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  background: #080405;
}

html.eventos-pulso-lab #eventos > .eventos-artboard,
html.eventos-pulso-lab #eventos > .eventos-mobile,
html.eventos-pulso-lab #eventos > .eventos-native,
html.eventos-pulso-lab #eventos > .eventos-editorial,
html.eventos-pulso-lab #eventos > noscript {
  display: none !important;
}

html.eventos-pulso-lab #eventos .eventos-pulso {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100vw;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  background: #090405;
}

html.eventos-pulso-lab #eventos .eventos-pulso::before {
  position: absolute;
  z-index: 0;
  inset: -5%;
  background: url("./assets/eventos-pulso/eventos-pulso-textless-desktop-v1.webp") center / cover no-repeat;
  content: "";
  filter: blur(clamp(8px, .85vw, 22px)) brightness(.76) saturate(.96);
  opacity: .98;
  transform: scale(1.04);
}

html.eventos-pulso-lab #eventos .eventos-pulso::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(ellipse 22% 58% at 1% 34%, rgba(17, 65, 179, .52), transparent 72%),
    radial-gradient(ellipse 23% 44% at 2% 86%, rgba(218, 145, 20, .46), transparent 72%),
    radial-gradient(ellipse 24% 54% at 99% 18%, rgba(0, 135, 91, .46), transparent 70%),
    radial-gradient(ellipse 24% 50% at 99% 82%, rgba(205, 42, 32, .54), transparent 72%);
  content: "";
  opacity: 0;
  pointer-events: none;
}

html.eventos-pulso-lab #eventos .eventos-pulso__board {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  isolation: isolate;
  width: min(100vw, 177.6833svh);
  max-width: none;
  aspect-ratio: 1672 / 941;
  overflow: hidden;
  background: #100609;
  container-type: inline-size;
  transform: translate(-50%, -50%);
}

html.eventos-pulso-lab #eventos .eventos-pulso__backdrop,
html.eventos-pulso-lab #eventos .eventos-pulso__backdrop img {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

html.eventos-pulso-lab #eventos .eventos-pulso__backdrop img {
  object-fit: fill;
}

html.eventos-pulso-lab #eventos .eventos-pulso__artist-wrap {
  position: absolute;
  z-index: 3;
  top: 4.68%;
  left: 31.34%;
  width: 29.73%;
  height: 67.2%;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 89%, rgba(0, 0, 0, .92) 93%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 89%, rgba(0, 0, 0, .92) 93%, transparent 100%);
}

html.eventos-pulso-lab #eventos .eventos-pulso__artist {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  filter:
    drop-shadow(1.25cqw .7cqw 1.5cqw rgba(3, 1, 2, .52))
    saturate(1.02)
    contrast(1.015);
}

html.eventos-pulso-lab #eventos .eventos-pulso__stroke {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

html.eventos-pulso-lab #eventos .eventos-pulso__stroke--mobile {
  display: none;
}

html.eventos-pulso-lab #eventos .eventos-pulso__stroke-red {
  opacity: .76;
  filter: url(#eventos-pulso-rough-red);
}

html.eventos-pulso-lab #eventos .eventos-pulso__stroke-gold {
  opacity: .58;
  filter: url(#eventos-pulso-rough-gold);
}

html.eventos-pulso-lab #eventos .eventos-pulso__intro,
html.eventos-pulso-lab #eventos .eventos-pulso__kind,
html.eventos-pulso-lab #eventos .eventos-pulso__continuation {
  position: absolute;
  z-index: 2;
  text-shadow: 0 .09em .3em rgba(3, 1, 2, .72);
}

html.eventos-pulso-lab #eventos .eventos-pulso__intro {
  top: 4.75%;
  left: 4.78%;
  width: 31.2%;
}

html.eventos-pulso-lab #eventos .eventos-pulso__eyebrow,
html.eventos-pulso-lab #eventos .eventos-pulso__intro h2,
html.eventos-pulso-lab #eventos .eventos-pulso__lead,
html.eventos-pulso-lab #eventos .eventos-pulso__kind h3,
html.eventos-pulso-lab #eventos .eventos-pulso__kind p {
  margin: 0;
}

html.eventos-pulso-lab #eventos .eventos-pulso__eyebrow {
  display: flex;
  align-items: center;
  gap: .85cqw;
  width: 84%;
  color: #51ce8b;
  font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.92cqw;
  font-weight: 520;
  letter-spacing: .13em;
  line-height: 1;
  text-transform: uppercase;
}

html.eventos-pulso-lab #eventos .eventos-pulso__eyebrow i {
  flex: 1 1 auto;
  height: .13cqw;
  background: #e5a42d;
  transform: skewX(-24deg);
}

html.eventos-pulso-lab #eventos .eventos-pulso__intro h2 {
  width: 222%;
  margin-top: .7cqw;
  color: #f2e4d0;
  font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 11.18cqw;
  font-weight: 620;
  letter-spacing: -.055em;
  line-height: .77;
  text-transform: uppercase;
  transform: scaleX(.46);
  transform-origin: left top;
}

html.eventos-pulso-lab #eventos .eventos-pulso__intro h2 span {
  display: block;
  white-space: nowrap;
}

html.eventos-pulso-lab #eventos .eventos-pulso__lead {
  margin-top: .45cqw;
  margin-left: 1.35cqw;
  color: #e5a42d;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 1.58cqw;
  font-weight: 450;
  letter-spacing: -.015em;
  line-height: 1.15;
}

html.eventos-pulso-lab #eventos .eventos-pulso__kind {
  width: 25%;
}

html.eventos-pulso-lab #eventos .eventos-pulso__kind--wedding {
  top: 79.5%;
  left: 10.35%;
  color: #e5a42d;
}

html.eventos-pulso-lab #eventos .eventos-pulso__kind--corporate {
  top: 8.05%;
  left: 67.05%;
  color: #51ce8b;
}

html.eventos-pulso-lab #eventos .eventos-pulso__kind--private {
  top: 76.45%;
  left: 50.45%;
  color: #f14a36;
}

html.eventos-pulso-lab #eventos .eventos-pulso__kind h3 {
  width: 154%;
  font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 4.25cqw;
  font-weight: 610;
  letter-spacing: -.035em;
  line-height: .88;
  text-transform: uppercase;
  transform: scaleX(.66);
  transform-origin: left top;
}

html.eventos-pulso-lab #eventos .eventos-pulso__kind--corporate h3 {
  width: 150%;
  font-size: 3.95cqw;
}

html.eventos-pulso-lab #eventos .eventos-pulso__kind--private h3 {
  width: 148%;
  font-size: 3.82cqw;
  line-height: .86;
}

html.eventos-pulso-lab #eventos .eventos-pulso__kind--private h3 span {
  display: block;
}

html.eventos-pulso-lab #eventos .eventos-pulso__kind p {
  display: flex;
  align-items: center;
  gap: .43cqw;
  margin-top: .35cqw;
  margin-left: .1cqw;
  color: #f2e4d0;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 1.15cqw;
  font-weight: 430;
  line-height: 1;
  white-space: nowrap;
}

html.eventos-pulso-lab #eventos .eventos-pulso__kind p b {
  flex: 0 0 auto;
  width: .3em;
  height: .3em;
  border-radius: 50%;
  background: #f14a36;
}

html.eventos-pulso-lab #eventos .eventos-pulso__continuation {
  z-index: 5;
  right: 2.65%;
  bottom: 2.7%;
  display: inline-flex;
  align-items: center;
  gap: .52cqw;
  color: #e5a42d;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 1.34cqw;
  font-weight: 520;
  letter-spacing: .095em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

html.eventos-pulso-lab #eventos .eventos-pulso__continuation svg {
  width: 1.35em;
  height: 1.35em;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  transition: transform 180ms ease;
}

html.eventos-pulso-lab #eventos .eventos-pulso__continuation:hover svg,
html.eventos-pulso-lab #eventos .eventos-pulso__continuation:focus-visible svg {
  transform: translateY(3px);
}

html.eventos-pulso-lab #eventos .eventos-pulso__continuation:focus-visible {
  outline: 2px solid #f2e4d0;
  outline-offset: .45cqw;
}

html.eventos-pulso-lab #eventos .eventos-pulso__grain {
  position: absolute;
  z-index: 7;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.52'/%3E%3C/svg%3E");
}

@media (min-aspect-ratio: 19 / 10) and (orientation: landscape) {
  html.eventos-pulso-lab #eventos .eventos-pulso::after {
    opacity: .78;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 13%, transparent 22%, transparent 78%, #000 87%, #000 100%);
    mask-image: linear-gradient(90deg, #000 0%, #000 13%, transparent 22%, transparent 78%, #000 87%, #000 100%);
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__board {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 1.5%, #000 98.5%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 1.5%, #000 98.5%, transparent 100%);
  }
}

@media (max-width: 1099px) and (orientation: portrait) {
  html.eventos-pulso-lab #eventos.eventos-epk {
    min-height: 0;
  }

  html.eventos-pulso-lab #eventos .eventos-pulso {
    width: 100vw;
    height: auto;
    min-height: 0;
    aspect-ratio: 941 / 1672;
  }

  html.eventos-pulso-lab #eventos .eventos-pulso::before {
    display: none;
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__board {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    transform: none;
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__artist-wrap {
    top: 2.3%;
    right: -5.6%;
    left: auto;
    width: 64%;
    height: 47.5%;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 85%, rgba(0, 0, 0, .9) 90%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 85%, rgba(0, 0, 0, .9) 90%, transparent 100%);
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__artist {
    filter:
      drop-shadow(2.4cqw 1.5cqw 3.1cqw rgba(3, 1, 2, .56))
      saturate(1.02)
      contrast(1.015);
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__stroke--desktop {
    display: none;
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__stroke--mobile {
    display: block;
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__intro {
    top: 3.75%;
    left: 7.05%;
    width: 54%;
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__eyebrow {
    gap: 1.6cqw;
    width: 82%;
    font-size: 4.05cqw;
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__eyebrow i {
    height: .28cqw;
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__intro h2 {
    width: 220%;
    margin-top: 1.6cqw;
    font-size: 19.2cqw;
    line-height: .79;
    transform: scaleX(.48);
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__lead {
    margin-top: 1.15cqw;
    margin-left: 1.8cqw;
    font-size: 3.22cqw;
    line-height: 1.18;
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__kind {
    width: 44%;
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__kind--wedding {
    top: 45.2%;
    left: 7.7%;
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__kind--corporate {
    top: 60.6%;
    left: 7.6%;
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__kind--private {
    top: 77.4%;
    left: 8.2%;
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__kind h3,
  html.eventos-pulso-lab #eventos .eventos-pulso__kind--corporate h3,
  html.eventos-pulso-lab #eventos .eventos-pulso__kind--private h3 {
    width: 158%;
    font-size: 7.3cqw;
    line-height: .88;
    transform: scaleX(.69);
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__kind--private h3 {
    font-size: 7.1cqw;
    line-height: .87;
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__kind p {
    gap: .95cqw;
    margin-top: 1.05cqw;
    font-size: 2.85cqw;
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__continuation {
    right: auto;
    bottom: 2.65%;
    left: 18.8%;
    gap: 1.4cqw;
    font-size: 3.02cqw;
    letter-spacing: .095em;
  }

  html.eventos-pulso-lab #eventos .eventos-pulso__grain {
    opacity: .028;
  }
}

@media (max-width: 1099px) and (orientation: landscape) {
  html.eventos-pulso-lab #eventos .eventos-pulso {
    height: max(100svh, 56.2799vw);
    min-height: 0;
  }
}

@media (max-width: 1279px) and (max-aspect-ratio: 8 / 5) and (orientation: landscape) {
  html.eventos-pulso-lab #eventos.eventos-epk {
    min-height: 0;
  }

  html.eventos-pulso-lab #eventos .eventos-pulso {
    height: 56.2799vw;
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.eventos-pulso-lab #eventos .eventos-pulso__continuation svg {
    transition: none;
  }
}

@media print {
  html.eventos-pulso-lab #eventos .eventos-pulso {
    width: 100%;
  }
}

/*
 * A tipografia da referencia aprovada e lettering raster sem arquivo de fonte
 * identificado no projeto. O texto equivalente permanece semantico para
 * leitores de tela; a arte original fornece a aparencia exata, sem scaleX.
 */
html.eventos-pulso-lab #eventos .eventos-pulso__intro,
html.eventos-pulso-lab #eventos .eventos-pulso__kind {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

html.eventos-pulso-lab #eventos .eventos-pulso__continuation {
  right: 2.35%;
  bottom: 1.45%;
  width: 23.2%;
  height: 5.7%;
  color: transparent;
  font-size: 0;
  text-shadow: none;
}

html.eventos-pulso-lab #eventos .eventos-pulso__continuation svg {
  display: none;
}

html.eventos-pulso-lab #eventos .eventos-pulso__continuation:hover {
  background: linear-gradient(90deg, transparent, rgba(229, 164, 45, .07));
}

html.eventos-pulso-lab #eventos .eventos-pulso__continuation:focus-visible {
  border-radius: 2px;
  outline: 2px solid #f2e4d0;
  outline-offset: -2px;
}

@media (max-width: 1099px) and (orientation: portrait) {
  html.eventos-pulso-lab #eventos .eventos-pulso__continuation {
    right: auto;
    bottom: 1.65%;
    left: 18.4%;
    width: 64%;
    height: 4.6%;
  }
}
