.marcas-proof-section {
  color-scheme: dark;
  --proof-width: 1672;
  --proof-height: 941;
  --proof-scale: 1;
  --ivory: #f8efe2;
  --gold: #c99a50;
  --deep-wine: #12090c;
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  background-color: #090607;
  font-family: "Segoe UI", Arial, sans-serif;
  isolation: isolate;
}

.marcas-background-layer {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: url("./assets/marcas-presenca/background-cinematic-v1.png");
  background-image: image-set(
    url("./assets/otimizados-lote-2.2/marcas-bg-1672.avif") type("image/avif"),
    url("./assets/otimizados-lote-2.2/marcas-bg-1672.webp") type("image/webp"),
    url("./assets/marcas-presenca/background-cinematic-v1.png") type("image/png")
  );
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  user-select: none;
}

.marcas-proof-section::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(17, 5, 9, 0.82) 0%,
    rgba(18, 6, 10, 0.64) 30.25%,
    rgba(18, 6, 10, 0.04) 48.8%,
    rgba(18, 6, 10, 0.04) 50%,
    rgba(18, 6, 10, 0) 50.1%,
    rgba(18, 6, 10, 0) 100%
  );
  pointer-events: none;
}

.marcas-proof-section *,
.marcas-proof-section *::before,
.marcas-proof-section *::after {
  box-sizing: border-box;
}

.marcas-stage {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 1672px;
  height: 941px;
  margin-left: 0;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  transform: scale(var(--proof-scale));
  transform-origin: left top;
}

.marcas-composition {
  position: absolute;
  inset: 0;
}

.marcas-copy {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}

.marcas-title,
.marcas-intro,
.marcas-signature {
  pointer-events: auto;
  user-select: text;
}

.marcas-signature p,
.marcas-intro,
.marcas-brand__name,
.marcas-title {
  margin: 0;
}

.marcas-title {
  font-family: "Bodoni MT", "Bodoni 72", Didot, "Times New Roman", serif;
  font-weight: 400;
}

.marcas-title__line {
  position: absolute;
  display: block;
  white-space: nowrap;
}

.marcas-title__line--one {
  top: 153px;
  left: 70px;
  color: var(--ivory);
  font-size: 94px;
  line-height: 1;
  letter-spacing: -0.4px;
  transform: scaleX(1.0105);
  transform-origin: left top;
}

.marcas-title__line--two {
  top: 270px;
  left: 72px;
  color: var(--gold);
  font-size: 78px;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.2px;
  transform: scaleX(0.9966);
  transform-origin: left top;
}

.marcas-title__line--three {
  top: 347px;
  left: 70px;
  color: var(--ivory);
  font-size: 110px;
  line-height: 1;
  letter-spacing: -0.5px;
  transform: scaleX(1.0097);
  transform-origin: left top;
}

.marcas-title-rule {
  position: absolute;
  top: 486px;
  left: 74px;
  width: 136px;
  height: 1px;
  background: rgba(201, 154, 80, 0.82);
}

.marcas-intro {
  position: absolute;
  top: 511px;
  left: 74px;
  color: rgba(248, 239, 226, 0.9);
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0;
}

.marcas-signature {
  position: absolute;
  top: 860px;
  left: 74px;
  display: flex;
  align-items: center;
  color: rgba(201, 154, 80, 0.9);
}

.marcas-signature p {
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.05px;
  white-space: nowrap;
  transform: scaleY(0.82);
  transform-origin: left top;
}

.marcas-signature span {
  width: 93px;
  height: 1px;
  margin-left: 13px;
  background: rgba(201, 154, 80, 0.42);
}

.marcas-mask-definitions {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}

.marcas-composition {
  z-index: 3;
}

.marcas-aperture {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: var(--w);
  height: var(--h);
}

.marcas-aperture__window {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
  background: linear-gradient(
    180deg,
    var(--tone-top) 0%,
    var(--tone-mid) 62%,
    rgba(7, 5, 6, 0.94) 100%
  );
}

.marcas-aperture--volkswagen .marcas-aperture__window {
  clip-path: url("#marcas-mask-volkswagen");
}

.marcas-aperture--sympla .marcas-aperture__window {
  clip-path: url("#marcas-mask-sympla");
}

.marcas-aperture--alconpat .marcas-aperture__window {
  clip-path: url("#marcas-mask-alconpat");
}

.marcas-aperture--masterchef .marcas-aperture__window {
  clip-path: url("#marcas-mask-masterchef");
}

.marcas-aperture__portrait {
  position: absolute;
  z-index: 1;
  top: var(--portrait-top);
  left: var(--portrait-left);
  display: block;
  width: 560px;
  height: 802px;
  max-width: none;
  object-fit: fill;
  filter: saturate(0.88) contrast(1.08) brightness(1.01);
  pointer-events: none;
  user-select: none;
}

/*
 * Enquadramento expandido para a prova em contexto.
 *
 * O mockup de referência termina em x=1360 e deixa 18,7% do quadro apenas com
 * o fundo. A variação aprovada para revisão ocupa o campo visual até x=1615,
 * preserva exatamente quatro aberturas e mantém uma única Tatiana alinhada
 * entre elas. O recorte passa a 800 × 1000, praticamente a proporção nativa
 * 1122 × 1402 do PNG, portanto não há alongamento horizontal da artista.
 * `?layout=reference` restaura a geometria original para auditoria.
 */
.marcas-proof-section[data-marcas-layout="expanded"] .marcas-aperture--volkswagen {
  --x: 690px !important;
  --w: 190px !important;
  --portrait-left: 30px !important;
  --portrait-top: -340px !important;
}

.marcas-proof-section[data-marcas-layout="expanded"] .marcas-aperture--sympla {
  --x: 895px !important;
  --w: 200px !important;
  --portrait-left: -175px !important;
  --portrait-top: -220px !important;
}

.marcas-proof-section[data-marcas-layout="expanded"] .marcas-aperture--alconpat {
  --x: 1110px !important;
  --w: 210px !important;
  --portrait-left: -390px !important;
  --portrait-top: -95px !important;
}

.marcas-proof-section[data-marcas-layout="expanded"] .marcas-aperture--masterchef {
  --x: 1335px !important;
  --w: 280px !important;
  --portrait-left: -615px !important;
  --portrait-top: -50px !important;
}

.marcas-proof-section[data-marcas-layout="expanded"] .marcas-aperture__portrait {
  width: 800px;
  height: 1000px;
}

.marcas-aperture__photo-grade {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(53, 12, 22, 0.12) 0%,
    var(--photo-tone) 52%,
    rgba(14, 7, 10, 0.12) 100%
  );
  pointer-events: none;
}

.marcas-aperture__logo-ground {
  position: absolute;
  z-index: 3;
  top: calc(var(--ground-y, 742px) - var(--y));
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 5, 6, 0) 0%,
    rgba(7, 5, 6, 0.68) 38%,
    rgba(7, 5, 6, 0.98) 100%
  );
  pointer-events: none;
}

.marcas-aperture__edge {
  position: absolute;
  z-index: 6;
  inset: 0;
  display: block;
  border: 1.2px solid rgba(216, 170, 94, 0.6);
  border-bottom: 0;
  border-radius: var(--radius) var(--radius) 0 0;
  box-shadow: inset 0 0 10px rgba(216, 170, 94, 0.08), 0 0 10px rgba(216, 170, 94, 0.12);
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.84) 70%,
    rgba(0, 0, 0, 0.15) 100%
  );
  mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.84) 70%,
    rgba(0, 0, 0, 0.15) 100%
  );
  pointer-events: none;
}

.marcas-brand {
  position: absolute;
  z-index: 4;
  inset: 0;
  text-align: center;
}

.marcas-brand__rule {
  position: absolute;
  top: calc(var(--rule-y, 792px) - var(--y));
  left: 50%;
  width: 44px;
  height: 1px;
  background: rgba(207, 160, 82, 0.48);
  transform: translateX(-50%);
}

.marcas-brand__logo {
  position: absolute;
  top: calc(var(--logo-y) - var(--y));
  left: 50%;
  display: block;
  width: var(--logo-w);
  height: var(--logo-h);
  object-fit: contain;
  transform: translateX(-50%);
}

.marcas-brand__logo--sympla {
  overflow: visible;
}

.marcas-brand__name {
  position: absolute;
  top: calc(var(--name-y, 871px) - var(--y));
  left: 0;
  width: 100%;
  color: rgba(248, 239, 226, 0.92);
  font-family: "Bodoni MT", "Bodoni 72", Didot, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  user-select: text;
}

/* Tablet: composição vertical própria sobre o mesmo HTML e os mesmos assets. */
.marcas-proof-section[data-marcas-viewport="tablet"] {
  background-position: 48% center;
}

.marcas-proof-section[data-marcas-viewport="tablet"]::before {
  background:
    linear-gradient(
      180deg,
      rgba(17, 5, 9, 0.9) 0%,
      rgba(17, 5, 9, 0.72) 28%,
      rgba(17, 5, 9, 0.12) 58%,
      rgba(9, 6, 7, 0.26) 100%
    ),
    linear-gradient(
      90deg,
      rgba(17, 5, 9, 0.78) 0%,
      rgba(17, 5, 9, 0.26) 70%,
      rgba(17, 5, 9, 0.04) 100%
    );
}

.marcas-proof-section[data-marcas-viewport="tablet"] .marcas-title__line {
  transform: none;
}

.marcas-proof-section[data-marcas-viewport="tablet"] .marcas-title__line--one {
  top: 70px;
  left: 52px;
  font-size: 72px;
  letter-spacing: -0.2px;
}

.marcas-proof-section[data-marcas-viewport="tablet"] .marcas-title__line--two {
  top: 153px;
  left: 55px;
  font-size: 60px;
}

.marcas-proof-section[data-marcas-viewport="tablet"] .marcas-title__line--three {
  top: 214px;
  left: 52px;
  font-size: 80px;
}

.marcas-proof-section[data-marcas-viewport="tablet"] .marcas-title-rule {
  top: 315px;
  left: 56px;
  width: 98px;
}

.marcas-proof-section[data-marcas-viewport="tablet"] .marcas-intro {
  top: 339px;
  left: 56px;
  font-size: 18px;
  line-height: 27px;
}

.marcas-proof-section[data-marcas-viewport="tablet"] .marcas-signature {
  top: 978px;
  left: 54px;
}

.marcas-proof-section[data-marcas-viewport="tablet"] .marcas-signature p {
  font-size: 9px;
  letter-spacing: 1.55px;
}

.marcas-proof-section[data-marcas-viewport="tablet"] .marcas-signature span {
  width: 76px;
  margin-left: 10px;
}

.marcas-proof-section[data-marcas-viewport="tablet"] .marcas-composition {
  --ground-y: 805px;
  --rule-y: 835px;
  --name-y: 914px;
}

.marcas-proof-section[data-marcas-viewport="tablet"] .marcas-aperture--volkswagen {
  --x: 48px !important;
  --y: 520px !important;
  --w: 150px !important;
  --h: 420px !important;
  --radius: 18px !important;
  --portrait-left: 12px !important;
  --portrait-top: -330px !important;
  --logo-y: 850px !important;
  --logo-w: 46px !important;
  --logo-h: 46px !important;
}

.marcas-proof-section[data-marcas-viewport="tablet"] .marcas-aperture--sympla {
  --x: 208px !important;
  --y: 400px !important;
  --w: 160px !important;
  --h: 540px !important;
  --radius: 19px !important;
  --portrait-left: -148px !important;
  --portrait-top: -210px !important;
  --logo-y: 858px !important;
  --logo-w: 82px !important;
  --logo-h: 28px !important;
}

.marcas-proof-section[data-marcas-viewport="tablet"] .marcas-aperture--alconpat {
  --x: 378px !important;
  --y: 285px !important;
  --w: 160px !important;
  --h: 655px !important;
  --radius: 20px !important;
  --portrait-left: -318px !important;
  --portrait-top: -95px !important;
  --logo-y: 861px !important;
  --logo-w: 86px !important;
  --logo-h: 24px !important;
}

.marcas-proof-section[data-marcas-viewport="tablet"] .marcas-aperture--masterchef {
  --x: 548px !important;
  --y: 225px !important;
  --w: 172px !important;
  --h: 715px !important;
  --radius: 22px !important;
  --portrait-left: -488px !important;
  --portrait-top: -35px !important;
  --logo-y: 849px !important;
  --logo-w: 48px !important;
  --logo-h: 48px !important;
}

.marcas-proof-section[data-marcas-viewport="tablet"] .marcas-aperture__portrait {
  width: 680px;
  height: 850px;
}

.marcas-proof-section[data-marcas-viewport="tablet"] .marcas-brand__rule {
  width: 40px;
}

.marcas-proof-section[data-marcas-viewport="tablet"] .marcas-brand__name {
  font-size: 14px;
  line-height: 17px;
}

/* Telefone: quatro fragmentos preservados como um único quadro vertical. */
.marcas-proof-section[data-marcas-viewport="mobile"] {
  background-position: 49% center;
}

.marcas-proof-section[data-marcas-viewport="mobile"]::before {
  background:
    linear-gradient(
      180deg,
      rgba(17, 5, 9, 0.93) 0%,
      rgba(17, 5, 9, 0.78) 27%,
      rgba(17, 5, 9, 0.12) 54%,
      rgba(7, 5, 6, 0.38) 100%
    ),
    linear-gradient(
      90deg,
      rgba(17, 5, 9, 0.82) 0%,
      rgba(17, 5, 9, 0.18) 78%,
      rgba(17, 5, 9, 0.04) 100%
    );
}

.marcas-proof-section[data-marcas-viewport="mobile"] .marcas-title__line {
  transform: none;
}

.marcas-proof-section[data-marcas-viewport="mobile"] .marcas-title__line--one {
  top: 42px;
  left: 22px;
  font-size: 40px;
  letter-spacing: -0.15px;
}

.marcas-proof-section[data-marcas-viewport="mobile"] .marcas-title__line--two {
  top: 91px;
  left: 24px;
  font-size: 38px;
}

.marcas-proof-section[data-marcas-viewport="mobile"] .marcas-title__line--three {
  top: 134px;
  left: 22px;
  font-size: 55px;
}

.marcas-proof-section[data-marcas-viewport="mobile"] .marcas-title-rule {
  top: 204px;
  left: 24px;
  width: 72px;
}

.marcas-proof-section[data-marcas-viewport="mobile"] .marcas-intro {
  top: 223px;
  left: 24px;
  font-size: 14px;
  line-height: 20px;
}

.marcas-proof-section[data-marcas-viewport="mobile"] .marcas-signature {
  top: 816px;
  left: 20px;
}

.marcas-proof-section[data-marcas-viewport="mobile"] .marcas-signature p {
  font-size: 7px;
  letter-spacing: 1.12px;
}

.marcas-proof-section[data-marcas-viewport="mobile"] .marcas-signature span {
  width: 48px;
  margin-left: 7px;
}

.marcas-proof-section[data-marcas-viewport="mobile"] .marcas-composition {
  --ground-y: 650px;
  --rule-y: 685px;
  --name-y: 758px;
}

.marcas-proof-section[data-marcas-viewport="mobile"] .marcas-aperture--volkswagen {
  --x: 16px !important;
  --y: 420px !important;
  --w: 82px !important;
  --h: 360px !important;
  --radius: 12px !important;
  --portrait-left: -8px !important;
  --portrait-top: -170px !important;
  --logo-y: 701px !important;
  --logo-w: 34px !important;
  --logo-h: 34px !important;
}

.marcas-proof-section[data-marcas-viewport="mobile"] .marcas-aperture--sympla {
  --x: 108px !important;
  --y: 345px !important;
  --w: 82px !important;
  --h: 435px !important;
  --radius: 13px !important;
  --portrait-left: -100px !important;
  --portrait-top: -95px !important;
  --logo-y: 708px !important;
  --logo-w: 58px !important;
  --logo-h: 20px !important;
}

.marcas-proof-section[data-marcas-viewport="mobile"] .marcas-aperture--alconpat {
  --x: 200px !important;
  --y: 285px !important;
  --w: 82px !important;
  --h: 495px !important;
  --radius: 14px !important;
  --portrait-left: -192px !important;
  --portrait-top: -35px !important;
  --logo-y: 709px !important;
  --logo-w: 62px !important;
  --logo-h: 18px !important;
}

.marcas-proof-section[data-marcas-viewport="mobile"] .marcas-aperture--masterchef {
  --x: 292px !important;
  --y: 250px !important;
  --w: 82px !important;
  --h: 530px !important;
  --radius: 15px !important;
  --portrait-left: -284px !important;
  --portrait-top: 0px !important;
  --logo-y: 701px !important;
  --logo-w: 34px !important;
  --logo-h: 34px !important;
}

.marcas-proof-section[data-marcas-viewport="mobile"] .marcas-aperture__portrait {
  width: 390px;
  height: 488px;
}

.marcas-proof-section[data-marcas-viewport="mobile"] .marcas-aperture__edge {
  border-width: 0.9px;
}

.marcas-proof-section[data-marcas-viewport="mobile"] .marcas-brand__rule {
  width: 28px;
}

.marcas-proof-section[data-marcas-viewport="mobile"] .marcas-brand__name {
  font-size: 10px;
  line-height: 12px;
}

/* Movimento aprovado: executado uma vez quando a seção entra no viewport. */
.marcas-proof-section[data-marcas-motion="enabled"] .marcas-aperture--volkswagen {
  --motion-x: -34px;
  --motion-y: 14px;
  --motion-delay: 180ms;
}

.marcas-proof-section[data-marcas-motion="enabled"] .marcas-aperture--sympla {
  --motion-x: -16px;
  --motion-y: 10px;
  --motion-delay: 260ms;
}

.marcas-proof-section[data-marcas-motion="enabled"] .marcas-aperture--alconpat {
  --motion-x: 16px;
  --motion-y: -10px;
  --motion-delay: 340ms;
}

.marcas-proof-section[data-marcas-motion="enabled"] .marcas-aperture--masterchef {
  --motion-x: 34px;
  --motion-y: -14px;
  --motion-delay: 420ms;
}

.marcas-proof-section[data-marcas-viewport="tablet"][data-marcas-motion="enabled"]
  .marcas-aperture--volkswagen {
  --motion-x: -24px;
  --motion-y: 10px;
}

.marcas-proof-section[data-marcas-viewport="tablet"][data-marcas-motion="enabled"]
  .marcas-aperture--masterchef {
  --motion-x: 24px;
  --motion-y: -10px;
}

.marcas-proof-section[data-marcas-viewport="mobile"][data-marcas-motion="enabled"]
  .marcas-aperture--volkswagen {
  --motion-x: -14px;
  --motion-y: 8px;
}

.marcas-proof-section[data-marcas-viewport="mobile"][data-marcas-motion="enabled"]
  .marcas-aperture--sympla {
  --motion-x: -7px;
  --motion-y: 6px;
}

.marcas-proof-section[data-marcas-viewport="mobile"][data-marcas-motion="enabled"]
  .marcas-aperture--alconpat {
  --motion-x: 7px;
  --motion-y: -6px;
}

.marcas-proof-section[data-marcas-viewport="mobile"][data-marcas-motion="enabled"]
  .marcas-aperture--masterchef {
  --motion-x: 14px;
  --motion-y: -8px;
}

.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="idle"]
  .marcas-title__line {
  opacity: 0;
  clip-path: inset(0 0 110% 0);
}

.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="active"]
  .marcas-title__line {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transition:
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
    clip-path 780ms cubic-bezier(0.22, 1, 0.36, 1);
}

.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="active"]
  .marcas-title__line--one {
  transition-delay: 60ms;
}

.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="active"]
  .marcas-title__line--two {
  transition-delay: 150ms;
}

.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="active"]
  .marcas-title__line--three {
  transition-delay: 240ms;
}

.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="idle"]
  .marcas-title-rule {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
}

.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="active"]
  .marcas-title-rule {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left center;
  transition:
    opacity 420ms ease-out 360ms,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1) 360ms;
}

.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="idle"]
  .marcas-intro,
.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="idle"]
  .marcas-signature {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
}

.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="active"]
  .marcas-intro {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 600ms ease-out 440ms,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1) 440ms;
}

.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="active"]
  .marcas-signature {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 520ms ease-out 1080ms,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1) 1080ms;
}

.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="idle"]
  .marcas-aperture {
  opacity: 0;
  transform: translate3d(var(--motion-x), var(--motion-y), 0);
}

.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="active"]
  .marcas-aperture {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 700ms ease-out var(--motion-delay),
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1) var(--motion-delay);
}

.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="idle"]
  .marcas-brand__rule,
.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="idle"]
  .marcas-brand__logo {
  opacity: 0;
  transform: translateX(-50%) translateY(9px);
}

.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="idle"]
  .marcas-brand__name {
  opacity: 0;
  transform: translateY(8px);
}

.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="active"]
  .marcas-brand__rule,
.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="active"]
  .marcas-brand__logo {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  transition:
    opacity 520ms ease-out calc(var(--motion-delay) + 600ms),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1)
      calc(var(--motion-delay) + 600ms);
}

.marcas-proof-section[data-marcas-motion="enabled"][data-motion-state="active"]
  .marcas-brand__name {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 520ms ease-out calc(var(--motion-delay) + 720ms),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1)
      calc(var(--motion-delay) + 720ms);
}

@media (prefers-reduced-motion: reduce) {
  .marcas-proof-section,
  .marcas-proof-section *,
  .marcas-proof-section *::before,
  .marcas-proof-section *::after {
    scroll-behavior: auto !important;
  }

  .marcas-proof-section[data-marcas-motion="enabled"] * {
    transition: none !important;
  }
}


@media (max-width: 1099px) {
  .marcas-background-layer {
    background-image: url("./assets/marcas-presenca/background-cinematic-v1.png");
    background-image: image-set(
      url("./assets/otimizados-lote-2.2/marcas-bg-960.avif") type("image/avif"),
      url("./assets/otimizados-lote-2.2/marcas-bg-960.webp") type("image/webp"),
      url("./assets/marcas-presenca/background-cinematic-v1.png") type("image/png")
    );
  }
}
