/* Camada mínima partilhada pelo site real e pela pré-visualização do Studio. */
.studio-section-hidden{display:none!important}
.eyebrow>[data-studio-key]{font:inherit;letter-spacing:inherit;color:inherit}
.about h2>[data-studio-key="about.title"]{font:inherit;color:inherit;font-style:normal}
.services .section-head h2>[data-studio-key]{font:inherit;color:inherit;font-style:inherit}
.header-cta>[data-studio-key="header.proposal"]{
  display:inline;
  width:auto;
  height:auto;
  margin-left:0;
  border-radius:0;
  background:transparent;
  color:inherit
}

html.studio-width-custom{--site-max:min(100%,var(--studio-max-base))!important}
@media(max-width:1100px){html.studio-width-custom{--site-max:100%!important}}
@media(min-width:1441px){html.studio-width-custom{--site-max:min(100%,calc(var(--studio-max-base) + 220px))!important}}
@media(min-width:1920px){html.studio-width-custom{--site-max:min(100%,calc(var(--studio-max-base) + 440px))!important}}
@media(min-width:2560px){html.studio-width-custom{--site-max:min(100%,calc(var(--studio-max-base) + 840px))!important}}
@media(min-width:3200px){html.studio-width-custom{--site-max:min(100%,calc(var(--studio-max-base) + 1240px))!important}}

html.studio-motion-custom .reveal{transition-duration:var(--studio-reveal-duration)!important}
html.studio-motion-custom .marquee div{animation-duration:var(--studio-marquee-duration)!important}
html.studio-motion-custom .featured,
html.studio-motion-custom .artist-card,
html.studio-motion-custom .service-list article{transition-duration:var(--studio-short-duration)!important}
html.studio-motion-disabled,
html.studio-motion-disabled body{scroll-behavior:auto!important}
html.studio-motion-disabled *,
html.studio-motion-disabled *::before,
html.studio-motion-disabled *::after{
  animation-duration:.01ms!important;
  animation-iteration-count:1!important;
  transition-duration:.01ms!important;
  transition-delay:0s!important
}

html.studio-preview [data-studio-key],
html.studio-preview [data-studio-section]{cursor:pointer}
html.studio-preview [data-studio-key]:hover,
html.studio-preview [data-studio-key].studio-selected{
  outline:2px solid #78e6a4;
  outline-offset:5px;
  box-shadow:0 0 0 5px rgba(120,230,164,.12)
}
html.studio-preview [data-studio-section]:hover{
  box-shadow:inset 0 0 0 2px rgba(120,230,164,.28)
}
html.studio-preview body::after{
  content:"PRÉ-VISUALIZAÇÃO DO STUDIO";
  position:fixed;
  z-index:98;
  right:14px;
  top:14px;
  padding:7px 10px;
  color:#07120b;
  background:#78e6a4;
  border-radius:999px;
  font:700 8px/1 "DM Sans",sans-serif;
  letter-spacing:.12em;
  pointer-events:none;
}

@media(max-width:560px){
  html.studio-preview body::after{right:8px;top:8px;padding:6px 8px;font-size:7px}
}

@media(prefers-reduced-motion:reduce){
  html.studio-preview [data-studio-key]{transition:none!important}
}
