@font-face {
  font-family: "Figtree";
  src: url("https://fonts.gstatic.com/s/figtree/v9/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_fWR25ZyEA.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fragment Mono";
  src: url("https://fonts.gstatic.com/s/fragmentmono/v6/4iCr6K5wfMRRjxp0DA6-2CLnB4NHhg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #050505;
  --ink: #111111;
  --paper: #f4f4f1;
  --muted: #9a9a94;
  --line: rgba(18, 18, 18, 0.13);
  --orange: #f7a33a;
  --hangout: #f7a33a;
  --blue: #2f5c88;
  --brand-blue: #2f5c88;
  --brand-orange: #f7a33a;
  --brand-coral: #ff6a3d;
  --font-display: "Figtree", Arial, sans-serif;
  --font-mono: "Fragment Mono", "Courier New", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  color: var(--paper);
  background: var(--black);
  font-family: var(--font-display);
  overflow-x: hidden;
}

body.is-loading .hero h1 span,
body.is-loading .hero__media,
body.is-loading .hero__copy,
body.is-loading .hero__metric {
  opacity: 0;
  transform: translateY(18px);
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

.cursor-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.2;
  background: radial-gradient(circle, rgba(247, 163, 58, 0.22), transparent 65%);
  transform: translate3d(-50%, -50%, 0);
  mix-blend-mode: screen;
  transition: width 240ms ease, height 240ms ease, opacity 240ms ease;
}

.cursor-label {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  font-family: var(--font-mono);
  font-size: 10px;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0.6);
  transition: opacity 160ms ease, transform 160ms ease;
}

.cursor-label.is-visible {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--orange), var(--hangout));
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    repeating-radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.72) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 7px);
  mix-blend-mode: overlay;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px 28px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0;
  color: #fff;
  pointer-events: none;
}

.brand,
.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  pointer-events: auto;
}

.brand img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  filter: none;
  mix-blend-mode: normal;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 10px 30px rgba(0, 0, 0, 0.35);
}

.brand span,
.nav,
.header-link {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.38);
  backdrop-filter: blur(14px);
}

.nav a,
.header-link {
  position: relative;
  opacity: 0.9;
  pointer-events: auto;
  transition: color 180ms ease, opacity 180ms ease, transform 220ms ease;
}

.nav a::after,
.header-link::after,
.hero__actions a::after,
.footer a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav a:hover,
.header-link:hover {
  color: var(--hangout);
  opacity: 1;
  transform: translateY(-1px);
}

.nav a:hover::after,
.header-link:hover::after,
.hero__actions a:hover::after,
.footer a:hover::after {
  transform: scaleX(1);
}

.header-link {
  justify-self: end;
}

.whatsapp-float {
  position: fixed;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 40;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.34), transparent 28%),
    linear-gradient(135deg, #25d366, #128c7e);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.22),
    0 0 34px rgba(37, 211, 102, 0.34);
  pointer-events: auto;
  transform: translateZ(0);
  animation: whatsapp-float-pulse 2.8s ease-in-out infinite;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  border: 1px solid rgba(37, 211, 102, 0.36);
  opacity: 0.72;
  animation: whatsapp-ring 2.8s ease-in-out infinite;
}

.whatsapp-float img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.18);
}

.whatsapp-float:hover {
  animation-play-state: paused;
  transform: translateY(-3px) scale(1.04);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr minmax(320px, 660px) 1fr;
  align-items: center;
  padding: 96px 42px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(47, 92, 136, 0.28), transparent 32%),
    linear-gradient(180deg, #070707, #030303);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 8vw 8vh;
  height: 1px;
  z-index: 1;
  background: linear-gradient(90deg, transparent, rgba(255, 93, 69, 0.8), transparent);
  transform: scaleX(0.2);
  animation: scan-line 4.5s ease-in-out infinite;
}

.hero__texture {
  position: absolute;
  right: 9vw;
  top: 14vh;
  z-index: 1;
  width: min(26vw, 330px);
  height: min(26vw, 330px);
  object-fit: cover;
  border-radius: 50%;
  opacity: 0.16;
  filter: hue-rotate(155deg) saturate(1.35) contrast(1.18);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: video-orbit 12s ease-in-out infinite;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.hero__media {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  align-self: end;
  max-width: 610px;
  margin: 0 auto;
  transform: translate3d(var(--mag-x, 0px), calc(var(--parallax-y, 0px) + var(--mag-y, 0px)), 0);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero__media > img {
  width: min(58vw, 610px);
  height: min(78svh, 720px);
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.08);
  clip-path: ellipse(48% 54% at 50% 46%);
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 2% 10% 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0), #050505 88%);
  pointer-events: none;
}

.hero__card {
  position: absolute;
  right: -120px;
  bottom: 18%;
  width: 230px;
  padding: 8px;
  background: rgba(244, 244, 241, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(16px);
  animation: float-card 5s ease-in-out infinite;
}

.hero__card img {
  height: 118px;
  width: 100%;
  object-fit: cover;
}

.hero__card span {
  display: block;
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 9px;
  color: #fff;
}

.hero__copy {
  position: absolute;
  left: 9vw;
  bottom: 18vh;
  z-index: 3;
  max-width: 310px;
  font-size: 16px;
  line-height: 1.12;
}

.hero__copy p {
  margin: 0 0 22px;
}

[data-typewrite] {
  position: relative;
}

[data-typewrite]::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1em;
  margin-left: 5px;
  transform: translateY(2px);
  background: var(--orange);
  animation: cursor-blink 850ms steps(1) infinite;
}

.hero__actions {
  display: flex;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
}

.hero__actions a {
  position: relative;
  overflow: hidden;
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: #fff;
  color: #111;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.hero__actions a::before,
.footer a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 36%, rgba(255, 255, 255, 0.55) 46%, transparent 58% 100%);
  transform: translateX(-120%);
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero__actions a:hover,
.footer a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(255, 93, 69, 0.2);
}

.hero__actions a:hover::before,
.footer a:hover::before {
  transform: translateX(120%);
}

.hero__actions a:first-child {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

.hero__side {
  position: absolute;
  left: 24px;
  top: 25vh;
  z-index: 2;
  width: 130px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.72);
}

.hero__side span,
.services__head span,
.process__intro span,
.footer span {
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 11px;
}

.hero__metric {
  position: absolute;
  right: 7vw;
  top: 22vh;
  z-index: 3;
  width: 150px;
  font-family: var(--font-mono);
  text-align: right;
}

.hero__metric strong {
  display: block;
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 42px;
  line-height: 0.9;
  font-variant-numeric: tabular-nums;
}

.counter {
  position: relative;
  display: inline-block;
  min-width: 1.8em;
  text-shadow: 0 0 24px rgba(255, 93, 69, 0.18);
}

.counter.is-counting {
  animation: counter-pulse 900ms ease both;
}

.hero__metric span {
  font-size: 9px;
  text-transform: uppercase;
}

.hero h1 {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 47%;
  display: flex;
  gap: 10px;
  margin: 0;
  font-size: clamp(62px, 10vw, 156px);
  line-height: 0.86;
  letter-spacing: -0.06em;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.hero h1 span {
  transition: opacity 800ms ease, transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero h1 span:last-child {
  transition-delay: 120ms;
}

.hero h1 span:first-child {
  color: var(--orange);
}

[data-scramble] {
  cursor: default;
}

[data-scramble].is-scrambling {
  text-shadow: 0 0 18px rgba(255, 93, 69, 0.22);
}

.marquee-section {
  min-height: 220vh;
  padding: 6vh 0;
  color: #000;
  background: var(--paper);
  overflow: hidden;
}

.motion-band {
  display: flex;
  width: max-content;
  gap: 10px;
  margin-top: -6vh;
  padding: 18px 0;
  color: var(--paper);
  background: var(--orange);
  font-family: var(--font-mono);
  font-size: 12px;
  transform: rotate(-1.8deg) translateX(var(--band-x, -8vw));
  box-shadow: 0 22px 80px rgba(255, 93, 69, 0.22);
  will-change: transform;
}

.motion-band span {
  display: inline-flex;
  min-width: 160px;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
}

.ticker-lab {
  overflow: hidden;
  padding: 14px 0;
  color: #fff;
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ticker-lab__row {
  display: flex;
  width: max-content;
  gap: 22px;
  padding: 8px 0;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  animation: ticker-run 24s linear infinite;
}

.ticker-lab__row--reverse {
  color: var(--orange);
  animation-direction: reverse;
  animation-duration: 32s;
}

.ticker-lab span {
  min-width: 160px;
  text-align: center;
}

.huge-line {
  margin: 0 0 18vh -4vw;
  font-size: clamp(120px, 28vw, 430px);
  line-height: 0.82;
  letter-spacing: -0.08em;
  white-space: nowrap;
  will-change: transform;
  transform: translate3d(var(--marquee-x, 0px), 0, 0);
}

.huge-line--right {
  margin-left: 34vw;
}

.huge-line--orange {
  color: var(--orange);
}

.huge-line--small {
  width: 130vw;
  font-size: clamp(72px, 14vw, 230px);
}

.work-strip {
  background: var(--black);
  padding: 0;
}

.work-card {
  position: relative;
  min-height: 78svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transform: translate3d(var(--mag-x, 0px), var(--mag-y, 0px), 0);
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.work-card--tall {
  min-height: 92svh;
}

.work-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transform: translate3d(0, var(--image-y, 0px), 0) scale(calc(1.06 + var(--image-scale, 0)));
  transition: transform 900ms ease, opacity 500ms ease;
}

.work-card:hover img {
  opacity: 0.9;
  transform: translate3d(0, var(--image-y, 0px), 0) scale(calc(1.12 + var(--image-scale, 0)));
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.66));
}

.work-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  background:
    linear-gradient(120deg, transparent 0 40%, rgba(255, 255, 255, 0.22) 48%, transparent 58%),
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 93, 69, 0.22), transparent 26%);
  transform: translateX(-12%);
  transition: opacity 260ms ease, transform 600ms ease;
  pointer-events: none;
}

.work-card:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.work-card div {
  position: relative;
  z-index: 2;
  text-align: center;
  transform: translateY(var(--title-y, 0px));
  transition: transform 500ms ease;
}

.work-card h2 {
  margin: 0;
  font-size: clamp(40px, 8vw, 118px);
  line-height: 0.9;
}

.work-card p {
  margin: 12px 0 0;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.dark-proof {
  position: relative;
  min-height: 120svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10vw 6vw;
  overflow: hidden;
  background: #060606;
}

.proof-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
  filter: grayscale(1) contrast(1.28);
  mix-blend-mode: screen;
  pointer-events: none;
}

.proof-bg {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background:
    linear-gradient(180deg, transparent, #050505 70%),
    url("./assets/event-premium.jpeg") center / cover;
  filter: grayscale(0.2) contrast(1.2);
  transform: translate3d(0, var(--proof-y, 0px), 0) scale(1.08);
  will-change: transform;
}

.proof-kicker,
.dark-proof h2,
.proof-grid {
  position: relative;
  z-index: 1;
}

.proof-kicker {
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 11px;
}

.dark-proof h2 {
  width: min(520px, 80vw);
  margin: 0 0 100px auto;
  font-size: clamp(28px, 4.4vw, 72px);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.proof-grid div {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 16px;
}

.proof-grid strong {
  display: block;
  color: var(--orange);
  font-size: clamp(44px, 7vw, 110px);
  line-height: 0.8;
  font-variant-numeric: tabular-nums;
}

.proof-grid span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.services {
  min-height: 170svh;
  padding: 12vw 7vw;
  color: #111;
  background: var(--paper);
}

.services__head {
  min-height: 42vh;
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  align-items: start;
}

.services__head h2 {
  max-width: 670px;
  margin: 0;
  font-size: clamp(42px, 7vw, 112px);
  line-height: 0.86;
  letter-spacing: -0.07em;
}

.service-list article {
  min-height: 235px;
  display: grid;
  grid-template-columns: 0.2fr 0.8fr 1fr;
  gap: 40px;
  align-items: center;
  border-top: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.service-list article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 93, 69, 0.08), transparent 46%);
  opacity: 0;
  transform: translateX(-18%);
  transition: opacity 220ms ease, transform 420ms ease;
}

.service-list article:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.service-list article:hover h3 {
  color: var(--orange);
  transform: translateX(18px);
}

.service-list article:hover span {
  transform: translateX(8px);
}

.service-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.service-list span {
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 12px;
  transition: transform 300ms ease;
}

.service-list h3 {
  margin: 0;
  font-size: clamp(28px, 4vw, 66px);
  line-height: 0.9;
  letter-spacing: -0.05em;
  transition: color 220ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.service-list p {
  max-width: 430px;
  margin: 0;
  color: #555;
  font-size: 17px;
  line-height: 1.28;
}

.process {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 8vw;
  padding: 12vw 7vw;
  background: #050505;
}

.process__intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.process h2 {
  margin: 28px 0;
  font-size: clamp(54px, 8vw, 128px);
  line-height: 0.82;
  letter-spacing: -0.08em;
}

.process p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 18px;
  line-height: 1.3;
}

.process__cards {
  display: grid;
  gap: 16px;
}

.process__cards article {
  min-height: 300px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #0d0d0d;
  transition: border-color 220ms ease, background 220ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.process__cards article::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, var(--hangout), var(--orange));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.process__cards article:hover {
  border-color: rgba(247, 163, 58, 0.46);
  background: #12110f;
  transform: translateY(-8px);
}

.process__cards article:hover::after {
  transform: scaleX(1);
}

.process__cards span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--hangout);
  color: #111;
  font-family: var(--font-mono);
  font-size: 11px;
}

.process__cards h3 {
  margin: 96px 0 18px;
  font-size: clamp(34px, 5vw, 76px);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.light-cases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 8vw 7vw 14vw;
  color: #111;
  background: var(--paper);
}

.light-card {
  min-height: 560px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #fff;
  overflow: hidden;
  transform: translate3d(var(--mag-x, 0px), var(--mag-y, 0px), 0);
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 300ms ease;
  position: relative;
}

.light-card::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 93, 69, 0.2);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 260ms ease, transform 360ms ease;
  pointer-events: none;
}

.light-card:hover {
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.12);
}

.light-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

.light-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: auto;
  transition: transform 700ms ease, filter 400ms ease;
}

.light-card:hover img {
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.06);
}

.light-card span {
  margin-top: 28px;
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.light-card h3 {
  margin: 18px 0 0;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  padding: 9vw 7vw 5vw;
  color: #111;
  background: #f8f8f5;
}

.footer h2 {
  max-width: 900px;
  margin: 20px 0;
  font-size: clamp(52px, 9vw, 146px);
  line-height: 0.82;
  letter-spacing: -0.08em;
}

.footer a {
  position: relative;
  overflow: hidden;
  align-self: center;
  padding: 15px 20px;
  background: var(--orange);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 12px;
}

.footer p {
  grid-column: 1 / -1;
  max-width: 360px;
  color: #555;
  font-family: var(--font-mono);
  font-size: 11px;
}

.magnetic {
  will-change: transform;
}

[data-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 850ms ease, transform 850ms cubic-bezier(0.16, 1, 0.3, 1), filter 850ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: none;
}

@keyframes float-card {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes scan-line {
  0%,
  100% {
    opacity: 0.2;
    transform: scaleX(0.18) translateX(-20%);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) translateX(0);
  }
}

@keyframes video-orbit {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.13;
  }
  50% {
    transform: translate3d(-34px, 22px, 0) scale(1.12);
    opacity: 0.23;
  }
}

@keyframes cursor-blink {
  0%,
  48% {
    opacity: 1;
  }
  49%,
  100% {
    opacity: 0;
  }
}

@keyframes counter-pulse {
  0% {
    transform: translateY(12px);
    filter: blur(4px);
  }
  45% {
    transform: translateY(-5px);
    filter: blur(0);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes ticker-run {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-36%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 809px) {
  .site-header {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    padding: 14px 12px;
    gap: 8px;
  }

  .brand span,
  .header-link {
    background: rgba(5, 5, 5, 0.48);
  }

  .nav {
    display: flex;
    justify-self: center;
    width: 100%;
    max-width: calc(100vw - 132px);
    gap: 6px;
    padding: 6px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 8px 10px;
    font-size: 11px;
    line-height: 1;
  }

  .brand span {
    display: none;
  }

  .hero {
    min-height: 100svh;
    display: block;
    padding: 70px 10px 0;
  }

  .hero__texture {
    right: -26px;
    top: 88px;
    width: 150px;
    height: 150px;
  }

  .hero__side {
    display: none;
  }

  .hero__media > img {
    width: 100%;
    height: 63svh;
  }

  .hero__card {
    right: 10px;
    bottom: 24%;
    width: 130px;
  }

  .hero__card img {
    height: 70px;
  }

  .hero__metric {
    right: 14px;
    top: 92px;
  }

  .hero__metric strong {
    font-size: 34px;
  }

  .hero h1 {
    top: 34%;
    font-size: 43px;
  }

  .hero__copy {
    left: 12px;
    right: 12px;
    bottom: 8vh;
    max-width: none;
    font-size: 13px;
  }

  .hero__actions a {
    flex: 1;
    text-align: center;
  }

  .marquee-section {
    min-height: 124vh;
  }

  .motion-band {
    margin-top: 0;
    font-size: 10px;
  }

  .huge-line {
    margin-bottom: 11vh;
    font-size: 94px;
  }

  .huge-line--right {
    margin-left: 18vw;
  }

  .huge-line--small {
    width: 170vw;
    font-size: 58px;
  }

  .work-card,
  .work-card--tall {
    min-height: 76svh;
  }

  .dark-proof {
    min-height: 112svh;
    padding: 84px 16px;
  }

  .dark-proof h2 {
    margin: 0 0 70px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .services {
    padding: 88px 16px;
  }

  .services__head,
  .service-list article,
  .process,
  .light-cases,
  .footer {
    grid-template-columns: 1fr;
  }

  .services__head {
    min-height: auto;
    gap: 22px;
    margin-bottom: 54px;
  }

  .service-list article {
    min-height: 260px;
    gap: 18px;
    align-content: center;
  }

  .process {
    padding: 88px 16px;
  }

  .process__intro {
    position: static;
  }

  .process__cards article {
    min-height: 250px;
  }

  .process__cards h3 {
    margin-top: 72px;
  }

  .light-cases {
    padding: 70px 16px 100px;
  }

  .light-card {
    min-height: 450px;
  }

  .footer {
    padding: 82px 16px 44px;
  }

  .footer a {
    text-align: center;
  }
}

/* Brand motion pass */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  gap: 18px;
  color: var(--paper);
  background:
    radial-gradient(circle at 28% 38%, rgba(47, 92, 136, 0.42), transparent 34%),
    radial-gradient(circle at 72% 62%, rgba(247, 163, 58, 0.4), transparent 30%),
    #050505;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.preloader span {
  font-size: clamp(46px, 12vw, 150px);
  line-height: 0.82;
  text-transform: uppercase;
  color: var(--brand-orange);
}

.preloader strong {
  position: absolute;
  right: 24px;
  bottom: 18px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(244, 244, 241, 0.72);
}

.preloader::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 42px;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-orange));
  animation: preload-bar 1.15s ease forwards;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero {
  background:
    radial-gradient(circle at 18% 22%, rgba(47, 92, 136, 0.42), transparent 30%),
    radial-gradient(circle at 76% 54%, rgba(247, 163, 58, 0.28), transparent 25%),
    linear-gradient(180deg, #050505 0%, #0a0d10 72%, #050505 100%);
}

.hero__media > img,
.hero__main-video {
  width: min(44vw, 600px);
  height: min(64svh, 680px);
  object-fit: cover;
  border-radius: 999px;
  filter: saturate(1.12) contrast(1.05);
  box-shadow:
    0 0 0 1px rgba(244, 244, 241, 0.18),
    0 30px 110px rgba(47, 92, 136, 0.28),
    0 18px 90px rgba(247, 163, 58, 0.18);
}

.hero__main-video {
  background: #101010;
}

.hero__texture {
  border-color: rgba(247, 163, 58, 0.72);
  box-shadow: 0 0 0 1px rgba(47, 92, 136, 0.54), 0 18px 80px rgba(247, 163, 58, 0.26);
}

.scroll-progress,
.cursor-label,
.hero__actions a:first-child {
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-orange));
}

.hero h1 span:first-child,
.hero__metric strong,
.proof-grid strong,
.service-list span {
  color: var(--brand-orange);
}

.hero h1 span:nth-child(2),
.huge-line {
  background: linear-gradient(90deg, var(--paper), var(--brand-orange), var(--brand-blue), var(--paper));
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: brand-text-flow 7s ease-in-out infinite;
}

.huge-line--right {
  animation-duration: 8.5s;
  animation-direction: reverse;
}

.huge-line--small {
  animation-duration: 11s;
}

.motion-band,
.ticker-lab__row {
  background: var(--brand-blue);
}

.ticker-lab__row--reverse {
  color: #08121d;
  background: var(--brand-orange);
}

.manifesto-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 72svh;
  background: var(--paper);
  color: var(--ink);
}

.manifesto-tile {
  position: relative;
  min-height: 520px;
  padding: clamp(28px, 4vw, 58px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(5, 5, 5, 0.12);
  isolation: isolate;
}

.manifesto-tile::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  opacity: 0.78;
  background: radial-gradient(circle at var(--tile-x, 50%) var(--tile-y, 48%), rgba(255, 255, 255, 0.42), transparent 28%);
  transition: opacity 0.25s ease;
}

.manifesto-tile span,
.signal-board span {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
  opacity: 0.75;
}

.manifesto-tile h2 {
  max-width: 100%;
  margin: 80px 0 34px;
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 0.78;
  text-transform: uppercase;
  overflow-wrap: normal;
  text-wrap: balance;
}

.manifesto-tile p {
  max-width: 34ch;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 1.65;
}

.manifesto-tile--blue {
  color: var(--paper);
  background: var(--brand-blue);
}

.manifesto-tile--orange {
  color: #08121d;
  background: var(--brand-orange);
}

.manifesto-tile--dark {
  color: var(--paper);
  background: #050505;
}

.signal-board {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  padding: clamp(84px, 12vw, 150px) clamp(18px, 5vw, 72px);
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(47, 92, 136, 0.18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(247, 163, 58, 0.13) 1px, transparent 1px),
    #050505;
  background-size: 68px 68px;
  overflow: hidden;
}

.signal-board::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(247, 163, 58, 0.18), transparent);
  transform: translateX(-100%);
  animation: signal-scan 4.8s linear infinite;
  pointer-events: none;
}

.signal-board h2 {
  margin: 18px 0 0;
  max-width: 10ch;
  font-size: clamp(56px, 7.4vw, 108px);
  line-height: 0.78;
  text-transform: uppercase;
  overflow-wrap: normal;
  text-wrap: balance;
}

.signal-board ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.signal-board li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 92px;
  padding: 18px 20px;
  border: 1px solid rgba(244, 244, 241, 0.16);
  background: rgba(244, 244, 241, 0.045);
  transform: translateX(calc(var(--signal-index, 0) * 10px));
}

.signal-board li::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--brand-orange);
  box-shadow: 0 0 0 9px rgba(247, 163, 58, 0.12), 0 0 28px rgba(247, 163, 58, 0.55);
  animation: brand-pulse 1.8s ease-in-out infinite;
  animation-delay: calc(var(--signal-index, 0) * 0.18s);
}

.signal-board strong {
  display: block;
  color: var(--brand-orange);
  font-size: clamp(24px, 3vw, 46px);
  line-height: 0.94;
  text-transform: uppercase;
}

.signal-board small {
  font-family: var(--font-mono);
  color: rgba(244, 244, 241, 0.58);
  text-transform: uppercase;
}

.service-list article {
  cursor: pointer;
}

.service-list article::after {
  content: attr(data-detail);
  grid-column: 2 / 4;
  max-width: 58ch;
  color: rgba(244, 244, 241, 0.68);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.65;
  opacity: 0;
  max-height: 0;
  transform: translateY(-8px);
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease, transform 0.3s ease;
}

.service-list article.is-open::after,
.service-list article:hover::after {
  opacity: 1;
  max-height: 90px;
  transform: translateY(0);
}

.footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at var(--contact-x, 68%) 22%, rgba(247, 163, 58, 0.36), transparent 26%),
    radial-gradient(circle at 12% 78%, rgba(47, 92, 136, 0.28), transparent 30%),
    linear-gradient(135deg, #f5f5f0 0%, #fff 58%, rgba(47, 92, 136, 0.16) 100%);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(47, 92, 136, 0.2);
  transform: skewY(-1.5deg);
}

.footer::after {
  content: "CONTATO  ORCAMENTO  EXPERIENCIA  ";
  position: absolute;
  left: -5vw;
  right: -5vw;
  bottom: 18px;
  z-index: -1;
  color: rgba(47, 92, 136, 0.08);
  font-size: clamp(44px, 11vw, 170px);
  line-height: 0.8;
  text-transform: uppercase;
  white-space: nowrap;
  animation: footer-call 16s linear infinite;
}

.footer h2 {
  color: var(--ink);
  text-shadow: 0 12px 38px rgba(47, 92, 136, 0.12);
}

.footer a {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-orange));
  box-shadow: 0 22px 70px rgba(47, 92, 136, 0.25), 0 12px 44px rgba(247, 163, 58, 0.25);
  animation: contact-button-pulse 2.4s ease-in-out infinite;
}

@keyframes preload-bar {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes brand-text-flow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes brand-pulse {
  0%, 100% { transform: scale(1); opacity: 0.72; }
  50% { transform: scale(1.18); opacity: 1; }
}

@keyframes signal-scan {
  to { transform: translateX(100%); }
}

@keyframes footer-call {
  to { transform: translateX(-28vw); }
}

@keyframes contact-button-pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@media (max-width: 860px) {
  .hero__media > img,
  .hero__main-video {
    width: min(88vw, 520px);
    height: 56svh;
  }

  .manifesto-tiles,
  .signal-board {
    grid-template-columns: 1fr;
  }

  .manifesto-tile {
    min-height: 420px;
  }

  .manifesto-tile h2 {
    max-width: 100%;
    font-size: clamp(40px, 13vw, 58px);
    line-height: 0.86;
  }

  .signal-board h2 {
    max-width: 100%;
    font-size: clamp(42px, 14vw, 66px);
    line-height: 0.86;
  }

  .signal-board li {
    grid-template-columns: auto 1fr;
    transform: none;
  }

  .signal-board small {
    grid-column: 2;
  }

  .service-list article::after {
    grid-column: 1;
  }
}

/* Hero + page 2 writing upgrade */
.hero__media {
  filter: drop-shadow(0 34px 120px rgba(47, 92, 136, 0.28));
}

.hero__media > img,
.hero__main-video {
  width: min(64vw, 820px);
  height: min(82svh, 780px);
  border: 1px solid rgba(247, 163, 58, 0.28);
  transform: translateY(4vh) scale(1.05);
  animation: hero-orbit-breathe 5.8s ease-in-out infinite;
  box-shadow:
    0 0 0 1px rgba(244, 244, 241, 0.15),
    0 0 0 12px rgba(47, 92, 136, 0.06),
    0 36px 150px rgba(47, 92, 136, 0.42),
    0 22px 120px rgba(247, 163, 58, 0.22);
}

.hero__media::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: min(68vw, 860px);
  height: min(68vw, 860px);
  border-radius: 999px;
  pointer-events: none;
  border: 1px solid rgba(247, 163, 58, 0.32);
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.34) 46%, transparent 54%),
    radial-gradient(circle at 26% 18%, rgba(247, 163, 58, 0.18), transparent 32%),
    radial-gradient(circle at 80% 78%, rgba(47, 92, 136, 0.24), transparent 34%);
  mix-blend-mode: screen;
  opacity: 0.58;
  transform: translate(-50%, -48%) rotate(0deg);
  animation: hero-scan-ring 7s linear infinite;
}

.hero__media::after {
  inset: -3% 5% -4%;
  z-index: 4;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 72%, rgba(5, 5, 5, 0.82), transparent 42%),
    linear-gradient(180deg, rgba(5, 5, 5, 0), #050505 92%);
}

.hero h1 {
  z-index: 6;
}

.marquee-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 16%, rgba(47, 92, 136, 0.12), transparent 28%),
    radial-gradient(circle at 15% 78%, rgba(247, 163, 58, 0.12), transparent 26%),
    var(--paper);
}

.marquee-section::before {
  content: "LIVE BRIEFING / FIELD SIGNAL / BRAND MEMORY / LIVE BRIEFING / FIELD SIGNAL / BRAND MEMORY";
  position: sticky;
  top: 86px;
  z-index: 2;
  display: block;
  width: max-content;
  margin-left: -8vw;
  padding: 10px 18px;
  color: #fff;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-orange));
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(-2deg);
  animation: write-ribbon 13s linear infinite;
}

.writing-stack {
  position: sticky;
  top: 24svh;
  z-index: 4;
  display: grid;
  gap: 12px;
  width: min(82vw, 540px);
  margin: 0 6vw 16vh auto;
  pointer-events: none;
}

.writing-stack span {
  position: relative;
  justify-self: end;
  width: max-content;
  max-width: 100%;
  padding: 9px 12px 9px 34px;
  color: var(--paper);
  background: rgba(5, 5, 5, 0.82);
  border: 1px solid rgba(47, 92, 136, 0.34);
  font-family: var(--font-mono);
  font-size: clamp(10px, 1.1vw, 13px);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  overflow: hidden;
  transform: translateX(36px);
  animation: writing-pop 7.2s ease-in-out infinite;
  animation-delay: calc(var(--write-index, 0) * 0.55s);
}

.writing-stack span::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand-orange);
  box-shadow: 0 0 18px rgba(247, 163, 58, 0.8);
  transform: translateY(-50%);
}

.writing-stack span::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: translateX(-120%);
  animation: writing-caret 2.4s ease-in-out infinite;
  animation-delay: inherit;
}

.writing-stack span:nth-child(2),
.writing-stack span:nth-child(4) {
  color: #08121d;
  background: rgba(247, 163, 58, 0.92);
  border-color: rgba(47, 92, 136, 0.2);
}

.writing-stack span:nth-child(2)::before,
.writing-stack span:nth-child(4)::before {
  background: var(--brand-blue);
  box-shadow: 0 0 18px rgba(47, 92, 136, 0.7);
}

.huge-line {
  letter-spacing: 0;
  text-shadow: 0 18px 80px rgba(47, 92, 136, 0.16);
}

.huge-line::after {
  content: "";
  display: block;
  width: clamp(90px, 14vw, 220px);
  height: 10px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--brand-orange), var(--brand-blue));
  transform-origin: left center;
  animation: handwriting-line 3.4s ease-in-out infinite;
}

.huge-line--right::after {
  margin-left: auto;
  transform-origin: right center;
}

.motion-band {
  box-shadow: 0 20px 70px rgba(47, 92, 136, 0.22);
}

@keyframes hero-orbit-breathe {
  0%, 100% { transform: translateY(4vh) scale(1.05); }
  50% { transform: translateY(2.5vh) scale(1.09); }
}

@keyframes hero-scan-ring {
  to { transform: translate(-50%, -48%) rotate(360deg); }
}

@keyframes write-ribbon {
  to { transform: translateX(-26vw) rotate(-2deg); }
}

@keyframes writing-pop {
  0%, 12% { opacity: 0; transform: translateX(42px); clip-path: inset(0 100% 0 0); }
  20%, 68% { opacity: 1; transform: translateX(0); clip-path: inset(0 0 0 0); }
  84%, 100% { opacity: 0; transform: translateX(-20px); clip-path: inset(0 0 0 100%); }
}

@keyframes writing-caret {
  0% { transform: translateX(-120%); }
  52%, 100% { transform: translateX(260%); }
}

@keyframes handwriting-line {
  0%, 100% { transform: scaleX(0.38); opacity: 0.5; }
  48% { transform: scaleX(1); opacity: 1; }
}

@media (max-width: 860px) {
  .hero__media > img,
  .hero__main-video {
    width: min(112vw, 620px);
    height: 60svh;
    transform: translateY(2vh) scale(1.08);
  }

  .hero__media::before {
    width: 112vw;
    height: 112vw;
  }

  .marquee-section::before {
    top: 64px;
    font-size: 10px;
  }

  .writing-stack {
    top: 18svh;
    width: 92vw;
    margin: 0 4vw 10vh auto;
  }

  .writing-stack span {
    font-size: 10px;
  }

  .huge-line {
    letter-spacing: 0;
  }
}

/* Final requested sections effects */
.signal-board {
  min-height: 96svh;
  background:
    linear-gradient(90deg, rgba(47, 92, 136, 0.24) 1px, transparent 1px),
    linear-gradient(0deg, rgba(247, 163, 58, 0.14) 1px, transparent 1px),
    radial-gradient(circle at var(--live-x, 24%) 42%, rgba(247, 163, 58, 0.22), transparent 26%),
    radial-gradient(circle at 78% 28%, rgba(47, 92, 136, 0.26), transparent 30%),
    #050505;
  background-size: 74px 74px, 74px 74px, auto, auto, auto;
}

.signal-board::before {
  content: "PORTA ABERTA  /  RSVP OK  /  EQUIPE EM CAMPO  /  ARTISTA ALINHADO  /  MARCA APARECENDO";
  position: absolute;
  left: -8vw;
  right: -8vw;
  top: 24px;
  z-index: 2;
  padding: 12px 0;
  color: #08121d;
  background: var(--brand-orange);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(-1.4deg);
  animation: live-tape 14s linear infinite;
}

.signal-board > div {
  position: relative;
  z-index: 3;
}

.signal-board h2 {
  color: var(--paper);
  text-shadow:
    0 0 34px rgba(247, 163, 58, 0.18),
    0 18px 92px rgba(47, 92, 136, 0.24);
}

.signal-board h2::after {
  content: "AO VIVO";
  display: inline-grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin-left: 18px;
  border-radius: 50%;
  color: #08121d;
  background: var(--brand-orange);
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 1;
  vertical-align: middle;
  animation: live-dot-breathe 1.75s ease-in-out infinite;
}

.signal-board ul {
  transform: perspective(900px) rotateY(-5deg);
}

.signal-board li {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(247, 163, 58, 0.1), transparent 48%),
    rgba(244, 244, 241, 0.045);
  transition: transform 0.32s ease, border-color 0.32s ease, background 0.32s ease;
}

.signal-board li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.13), transparent);
  transform: translateX(-110%);
  animation: board-row-scan 2.8s ease-in-out infinite;
  animation-delay: calc(var(--signal-index, 0) * 0.22s);
}

.signal-board li:hover {
  border-color: rgba(247, 163, 58, 0.55);
  background: rgba(247, 163, 58, 0.11);
  transform: translateX(calc(var(--signal-index, 0) * 10px + 12px));
}

.process {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 26% var(--process-y, 20%), rgba(47, 92, 136, 0.25), transparent 26%),
    radial-gradient(circle at 78% 62%, rgba(247, 163, 58, 0.16), transparent 28%),
    #050505;
}

.process::before {
  content: "00.03 / BRIEFING / CONCEITO / RSVP / CAMPO / MEMORIA";
  position: absolute;
  left: 7vw;
  right: 7vw;
  top: 64px;
  z-index: 0;
  color: rgba(244, 244, 241, 0.08);
  font-family: var(--font-mono);
  font-size: clamp(42px, 7vw, 112px);
  line-height: 0.9;
  text-transform: uppercase;
  pointer-events: none;
}

.process__intro,
.process__cards {
  position: relative;
  z-index: 1;
}

.process__intro::after {
  content: "brief -> desenho -> producao -> campo -> lembranca";
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 32px;
  padding: 12px 14px;
  color: #08121d;
  background: linear-gradient(90deg, var(--brand-orange), #fff0c9);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  white-space: normal;
  animation: route-chip 3.8s ease-in-out infinite;
}

.process__cards article {
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(47, 92, 136, 0.16), transparent 48%),
    #0d0d0d;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.24);
}

.process__cards article::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -1;
  opacity: 0.32;
  background:
    conic-gradient(from 180deg, transparent, rgba(247, 163, 58, 0.5), transparent, rgba(47, 92, 136, 0.52), transparent);
  animation: process-radar 8s linear infinite;
}

.process__cards article:nth-child(2)::before {
  animation-direction: reverse;
}

.process__cards article:nth-child(3)::before {
  animation-duration: 10s;
}

.process__cards span {
  box-shadow: 0 0 28px rgba(247, 163, 58, 0.4);
}

.process__cards h3::after {
  content: "";
  display: block;
  width: 62px;
  height: 4px;
  margin-top: 16px;
  background: linear-gradient(90deg, var(--brand-orange), var(--brand-blue));
  animation: step-write 2.6s ease-in-out infinite;
}

.light-cases {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(247, 163, 58, 0.14), transparent 30%),
    radial-gradient(circle at 82% 72%, rgba(47, 92, 136, 0.14), transparent 28%),
    var(--paper);
}

.light-cases::before {
  content: "Evento Hangout   Kaique Luiz   Logo Hangout   Evento Hangout   Kaique Luiz   Logo Hangout";
  position: absolute;
  left: -6vw;
  right: -6vw;
  top: 34px;
  color: rgba(47, 92, 136, 0.08);
  font-size: clamp(44px, 9vw, 140px);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  animation: soft-memory-ticker 22s linear infinite;
}

.light-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(47, 92, 136, 0.08);
  transition: transform 0.36s ease, box-shadow 0.36s ease, border-color 0.36s ease;
}

.light-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 34%, rgba(255, 255, 255, 0.72) 44%, transparent 55%),
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 28%), rgba(247, 163, 58, 0.28), transparent 26%);
  opacity: 0;
  transform: translateX(-26%);
  transition: opacity 0.28s ease, transform 0.5s ease;
}

.light-card::after {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--brand-blue);
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 12px 34px rgba(47, 92, 136, 0.22);
}

.light-card:nth-child(1)::after {
  content: "field";
}

.light-card:nth-child(2)::after {
  content: "guest";
  background: var(--brand-orange);
  color: #08121d;
}

.light-card:nth-child(3)::after {
  content: "brand";
}

.light-card:hover {
  border-color: rgba(247, 163, 58, 0.42);
  box-shadow: 0 26px 90px rgba(47, 92, 136, 0.16), 0 16px 50px rgba(247, 163, 58, 0.13);
}

.light-card:hover::before {
  opacity: 1;
  transform: translateX(34%);
}

.light-card img {
  transition: transform 0.8s ease, filter 0.6s ease;
}

.light-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.15) contrast(1.05);
}

.light-card span,
.light-card h3 {
  position: relative;
  z-index: 2;
}

.light-card h3 {
  text-wrap: balance;
}

.light-card h3::after {
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  margin-top: 16px;
  background: linear-gradient(90deg, var(--brand-orange), var(--brand-blue));
  transform-origin: left center;
  animation: step-write 3.2s ease-in-out infinite;
}

.light-card:nth-child(2) h3::after {
  animation-delay: 0.25s;
}

.light-card:nth-child(3) h3::after {
  animation-delay: 0.5s;
}

@keyframes live-tape {
  to { transform: translateX(-28vw) rotate(-1.4deg); }
}

@keyframes live-dot-breathe {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(247, 163, 58, 0.25); }
  50% { transform: scale(1.07); box-shadow: 0 0 0 16px rgba(247, 163, 58, 0); }
}

@keyframes board-row-scan {
  0%, 35% { transform: translateX(-110%); }
  70%, 100% { transform: translateX(120%); }
}

@keyframes route-chip {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(14px); }
}

@keyframes process-radar {
  to { transform: rotate(360deg); }
}

@keyframes step-write {
  0%, 100% { transform: scaleX(0.34); opacity: 0.55; }
  50% { transform: scaleX(1); opacity: 1; }
}

@keyframes soft-memory-ticker {
  to { transform: translateX(-34vw); }
}

@media (max-width: 860px) {
  .signal-board {
    min-height: auto;
  }

  .signal-board::before {
    top: 14px;
    font-size: 10px;
  }

  .signal-board h2::after {
    width: 64px;
    height: 64px;
    margin: 16px 0 0;
    display: grid;
  }

  .signal-board ul {
    transform: none;
  }

  .signal-board li:hover {
    transform: translateX(0);
  }

  .process::before {
    top: 36px;
    left: 16px;
    font-size: 44px;
  }

  .process__intro::after {
    width: 100%;
  }

  .light-cases::before {
    top: 18px;
    font-size: 52px;
  }
}

/* Final hero alignment */
.hero__media {
  max-width: 820px;
  margin: 0 auto;
  left: -6vw;
  top: -4vh;
}

.hero__media > img,
.hero__main-video {
  width: min(62vw, 790px);
  height: min(78svh, 730px);
  transform: translateY(0) scale(1.04);
}

.hero__media::before {
  width: min(64vw, 830px);
  height: min(64vw, 830px);
  transform: translate(-52%, -52%) rotate(0deg);
}

.hero__media::after {
  inset: 0 6% -2%;
}

@keyframes hero-orbit-breathe {
  0%, 100% { transform: translateY(0) scale(1.04); }
  50% { transform: translateY(-1.2vh) scale(1.075); }
}

@keyframes hero-scan-ring {
  to { transform: translate(-52%, -52%) rotate(360deg); }
}

@media (max-width: 860px) {
  .hero__media {
    left: -10vw;
    top: -2vh;
    max-width: 112vw;
  }

  .hero__media > img,
  .hero__main-video {
    width: min(112vw, 610px);
    height: 58svh;
    transform: translateY(0) scale(1.04);
  }

  .hero__media::before {
    width: 112vw;
    height: 112vw;
    transform: translate(-51%, -53%) rotate(0deg);
  }
}

/* Page 2 continuous motion + proof ticker */
.marquee-section .huge-line {
  will-change: transform, background-position;
  animation:
    brand-text-flow 6.5s ease-in-out infinite,
    huge-line-pass-left 12s ease-in-out infinite;
}

.marquee-section .huge-line--right {
  animation:
    brand-text-flow 7.5s ease-in-out infinite reverse,
    huge-line-pass-right 13s ease-in-out infinite;
}

.marquee-section .huge-line--orange {
  animation:
    brand-text-flow 6s ease-in-out infinite,
    huge-line-pass-left 10.5s ease-in-out infinite;
}

.marquee-section .huge-line--small {
  animation:
    brand-text-flow 8s ease-in-out infinite reverse,
    huge-line-pass-right 15s ease-in-out infinite;
}

.ticker-lab {
  overflow: hidden;
}

.ticker-lab__row {
  width: max-content;
  animation: ticker-row-left 18s linear infinite;
}

.ticker-lab__row--reverse {
  animation: ticker-row-right 20s linear infinite;
}

.motion-band {
  animation: motion-band-slide 16s linear infinite;
}

.proof-grid {
  display: flex;
  width: max-content;
  min-width: 200%;
  gap: 32px;
  animation: proof-metrics-pass 18s linear infinite;
}

.proof-grid div {
  flex: 0 0 min(25vw, 330px);
  border-top-color: rgba(247, 163, 58, 0.24);
}

.proof-grid strong {
  text-shadow: 0 0 28px rgba(247, 163, 58, 0.34);
}

.proof-grid span {
  text-transform: uppercase;
}

@keyframes huge-line-pass-left {
  0%, 100% { transform: translate3d(calc(var(--marquee-x, 0px) - 2vw), 0, 0); }
  50% { transform: translate3d(calc(var(--marquee-x, 0px) - 12vw), 0, 0); }
}

@keyframes huge-line-pass-right {
  0%, 100% { transform: translate3d(calc(var(--marquee-x, 0px) + 2vw), 0, 0); }
  50% { transform: translate3d(calc(var(--marquee-x, 0px) + 12vw), 0, 0); }
}

@keyframes ticker-row-left {
  to { transform: translateX(-50%); }
}

@keyframes ticker-row-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@keyframes motion-band-slide {
  from { transform: translate3d(calc(var(--band-x, 0px) - 8vw), 0, 0) rotate(-2deg); }
  to { transform: translate3d(calc(var(--band-x, 0px) + 16vw), 0, 0) rotate(-2deg); }
}

@keyframes proof-metrics-pass {
  to { transform: translateX(-50%); }
}

@media (max-width: 860px) {
  .proof-grid {
    display: flex;
    grid-template-columns: none;
    gap: 18px;
  }

  .proof-grid div {
    flex-basis: 72vw;
  }

  .ticker-lab__row {
    animation-duration: 13s;
  }

  .ticker-lab__row--reverse {
    animation-duration: 15s;
  }
}

/* Visible motion correction */
.marquee-section {
  min-height: 250svh;
}

.page-two-flow {
  position: sticky;
  top: 0;
  z-index: 6;
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 13px 0;
  color: #08121d;
  background: var(--brand-orange);
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 20px 70px rgba(247, 163, 58, 0.2);
  transform: rotate(-1.5deg);
  animation: page-two-flow-pass 10s linear infinite;
}

.page-two-flow span {
  min-width: 110px;
  text-align: center;
}

.marquee-section .huge-line {
  position: relative;
  animation:
    brand-text-flow 3.6s ease-in-out infinite,
    huge-line-pass-left-visible 5.8s ease-in-out infinite !important;
}

.marquee-section .huge-line::before {
  content: attr(data-echo);
  position: absolute;
  left: 0;
  top: 0.12em;
  z-index: -1;
  color: rgba(47, 92, 136, 0.16);
  -webkit-text-fill-color: rgba(47, 92, 136, 0.16);
  transform: translateX(8vw);
  filter: blur(1px);
  animation: echo-drift-left 4.8s ease-in-out infinite;
}

.marquee-section .huge-line--right {
  animation:
    brand-text-flow 4s ease-in-out infinite reverse,
    huge-line-pass-right-visible 6.4s ease-in-out infinite !important;
}

.marquee-section .huge-line--right::before {
  animation-name: echo-drift-right;
}

.marquee-section .huge-line--orange {
  animation:
    brand-text-flow 3.2s ease-in-out infinite,
    huge-line-pass-left-visible 5.2s ease-in-out infinite !important;
}

.marquee-section .huge-line--small {
  animation:
    brand-text-flow 4.4s ease-in-out infinite reverse,
    huge-line-pass-right-visible 7s ease-in-out infinite !important;
}

.ticker-lab__row {
  animation-duration: 9s !important;
}

.ticker-lab__row--reverse {
  animation-duration: 10.5s !important;
}

.motion-band {
  animation: motion-band-slide-visible 7s ease-in-out infinite !important;
}

.proof-grid {
  animation: proof-metrics-pass-visible 9s linear infinite !important;
  padding-left: 6vw;
}

.proof-grid div {
  flex-basis: min(30vw, 380px);
}

@keyframes page-two-flow-pass {
  from { transform: translateX(0) rotate(-1.5deg); }
  to { transform: translateX(-50%) rotate(-1.5deg); }
}

@keyframes huge-line-pass-left-visible {
  0%, 100% { transform: translate3d(calc(var(--marquee-x, 0px) + 6vw), 0, 0); }
  50% { transform: translate3d(calc(var(--marquee-x, 0px) - 28vw), 0, 0); }
}

@keyframes huge-line-pass-right-visible {
  0%, 100% { transform: translate3d(calc(var(--marquee-x, 0px) - 8vw), 0, 0); }
  50% { transform: translate3d(calc(var(--marquee-x, 0px) + 28vw), 0, 0); }
}

@keyframes echo-drift-left {
  0%, 100% { transform: translateX(8vw); opacity: 0.16; }
  50% { transform: translateX(18vw); opacity: 0.32; }
}

@keyframes echo-drift-right {
  0%, 100% { transform: translateX(-8vw); opacity: 0.16; }
  50% { transform: translateX(-18vw); opacity: 0.32; }
}

@keyframes motion-band-slide-visible {
  0%, 100% { transform: translate3d(calc(var(--band-x, 0px) - 20vw), 0, 0) rotate(-2deg); }
  50% { transform: translate3d(calc(var(--band-x, 0px) + 24vw), 0, 0) rotate(1.2deg); }
}

@keyframes proof-metrics-pass-visible {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 860px) {
  .marquee-section {
    min-height: 210svh;
  }

  .page-two-flow {
    gap: 20px;
    font-size: 10px;
    animation-duration: 7s;
  }

  .page-two-flow span {
    min-width: 88px;
  }

  .proof-grid div {
    flex-basis: 80vw;
  }
}

/* Stronger final pass: page-two motion must read instantly, even before scrolling long. */
.marquee-section {
  position: relative;
  min-height: 285svh;
  isolation: isolate;
}

.page-two-flow {
  top: 8svh;
  z-index: 1;
  gap: clamp(36px, 7vw, 110px);
  padding: clamp(10px, 1.6vw, 22px) 0;
  color: transparent;
  background: transparent;
  -webkit-text-stroke: 1px rgba(247, 163, 58, 0.44);
  font-family: var(--font-display);
  font-size: clamp(64px, 12vw, 190px);
  line-height: 0.85;
  letter-spacing: 0;
  opacity: 0.5;
  box-shadow: none;
  mix-blend-mode: multiply;
  animation: page-two-flow-pass-strong 13s linear infinite !important;
}

.page-two-flow::after {
  content: "";
  position: absolute;
  inset: -20vh -10vw;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(47, 92, 136, 0.1), rgba(247, 163, 58, 0.16), transparent),
    repeating-linear-gradient(90deg, rgba(8, 18, 29, 0.08) 0 1px, transparent 1px 22px);
  transform: skewY(-4deg);
  pointer-events: none;
}

.page-two-flow span {
  min-width: auto;
}

.page-two-flow span:nth-child(3n + 2) {
  -webkit-text-stroke-color: rgba(47, 92, 136, 0.52);
}

.writing-stack {
  z-index: 4;
}

.writing-stack span {
  animation:
    writing-pulse 2.8s ease-in-out infinite,
    writing-slide 7s ease-in-out infinite;
}

.writing-stack span:nth-child(2) {
  animation-delay: 0.35s;
}

.writing-stack span:nth-child(3) {
  animation-delay: 0.7s;
}

.writing-stack span:nth-child(4) {
  animation-delay: 1.05s;
}

.marquee-section .huge-line {
  z-index: 3;
  display: block;
  width: max-content;
  text-shadow: 0.045em 0.045em 0 rgba(247, 163, 58, 0.16);
  animation:
    brand-text-flow 2.8s ease-in-out infinite,
    huge-line-drive-left-strong 5.6s cubic-bezier(.7, 0, .3, 1) infinite !important;
}

.marquee-section .huge-line--right {
  animation:
    brand-text-flow 3.1s ease-in-out infinite reverse,
    huge-line-drive-right-strong 6s cubic-bezier(.7, 0, .3, 1) infinite !important;
}

.marquee-section .huge-line--orange {
  animation:
    brand-text-flow 2.6s ease-in-out infinite,
    huge-line-drive-left-strong 5s cubic-bezier(.7, 0, .3, 1) infinite !important;
}

.marquee-section .huge-line--small {
  animation:
    brand-text-flow 3.3s ease-in-out infinite reverse,
    huge-line-drive-right-strong 6.8s cubic-bezier(.7, 0, .3, 1) infinite !important;
}

.marquee-section .huge-line::before {
  z-index: -1;
  opacity: 0.28;
  filter: blur(0.5px);
}

.motion-band {
  z-index: 5;
  animation: motion-band-slide-strong 5.5s ease-in-out infinite !important;
}

.ticker-lab {
  border-color: rgba(247, 163, 58, 0.28);
}

.ticker-lab__row {
  gap: 38px;
  animation: ticker-row-left-strong 13s linear infinite !important;
}

.ticker-lab__row--reverse {
  animation: ticker-row-right-strong 14s linear infinite !important;
}

.ticker-lab span {
  min-width: clamp(150px, 16vw, 230px);
}

.dark-proof {
  overflow: hidden;
}

.proof-grid {
  min-width: 360%;
  gap: clamp(18px, 3vw, 46px);
  animation: proof-metrics-pass-strong 10s linear infinite !important;
}

.proof-grid div {
  flex: 0 0 clamp(220px, 26vw, 420px);
  background:
    linear-gradient(135deg, rgba(247, 163, 58, 0.16), rgba(47, 92, 136, 0.12)),
    rgba(255, 255, 255, 0.035);
  transform: translateY(0);
  animation: metric-card-float 2.6s ease-in-out infinite;
}

.proof-grid div:nth-child(even) {
  animation-delay: 0.6s;
}

.proof-grid strong.is-counting {
  transform: translateY(-6px) scale(1.08);
}

@keyframes page-two-flow-pass-strong {
  from { transform: translate3d(0, 0, 0) rotate(-2deg); }
  to { transform: translate3d(-50%, 0, 0) rotate(-2deg); }
}

@keyframes huge-line-drive-left-strong {
  0%, 100% { transform: translate3d(calc(var(--marquee-x, 0px) + 10vw), 0, 0); }
  50% { transform: translate3d(calc(var(--marquee-x, 0px) - 36vw), -1.5vh, 0); }
}

@keyframes huge-line-drive-right-strong {
  0%, 100% { transform: translate3d(calc(var(--marquee-x, 0px) - 18vw), 0, 0); }
  50% { transform: translate3d(calc(var(--marquee-x, 0px) + 34vw), 1.2vh, 0); }
}

@keyframes writing-pulse {
  0%, 100% { opacity: 0.42; filter: blur(0); }
  50% { opacity: 1; filter: blur(0.4px); }
}

@keyframes writing-slide {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(18px); }
}

@keyframes motion-band-slide-strong {
  0%, 100% { transform: translate3d(calc(var(--band-x, 0px) - 36vw), 0, 0) rotate(-3deg); }
  50% { transform: translate3d(calc(var(--band-x, 0px) + 38vw), 0, 0) rotate(1.5deg); }
}

@keyframes ticker-row-left-strong {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes ticker-row-right-strong {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@keyframes proof-metrics-pass-strong {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes metric-card-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes whatsapp-float-pulse {
  0%, 100% { box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(255, 255, 255, 0.22), 0 0 34px rgba(37, 211, 102, 0.34); }
  50% { box-shadow: 0 22px 52px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.28), 0 0 48px rgba(37, 211, 102, 0.52); }
}

@keyframes whatsapp-ring {
  0%, 100% { transform: scale(0.92); opacity: 0.42; }
  50% { transform: scale(1.12); opacity: 0.04; }
}

@media (max-width: 860px) {
  .marquee-section {
    min-height: 245svh;
  }

  .page-two-flow {
    top: 10svh;
    font-size: clamp(56px, 24vw, 120px);
    animation-duration: 10s !important;
  }

  .marquee-section .huge-line {
    font-size: clamp(98px, 34vw, 190px);
  }

  .marquee-section .huge-line--small {
    width: 190vw;
    font-size: clamp(54px, 18vw, 92px);
  }

  .proof-grid {
    min-width: 620%;
    animation-duration: 12s !important;
  }

  .proof-grid div {
    flex-basis: 82vw;
  }
}

/* Writing motion for all page-two words requested by the client. */
.page-two-flow span,
.motion-band span,
.ticker-lab span,
.marquee-section .huge-line {
  transition:
    opacity 0.28s ease,
    filter 0.28s ease,
    text-shadow 0.28s ease;
}

.page-two-flow span.is-writing-word,
.motion-band span.is-writing-word,
.ticker-lab span.is-writing-word,
.marquee-section .huge-line.is-writing-word {
  opacity: 1;
  filter: saturate(1.5) brightness(1.12);
  text-shadow:
    0 0 18px rgba(247, 163, 58, 0.55),
    0 0 42px rgba(47, 92, 136, 0.24);
}

.page-two-flow span.is-writing-pending,
.motion-band span.is-writing-pending,
.ticker-lab span.is-writing-pending {
  opacity: 0.22;
  filter: blur(0.8px);
}

.marquee-section .huge-line.is-writing-pending {
  opacity: 0.2;
}

.motion-band span.is-writing-word,
.ticker-lab span.is-writing-word {
  color: var(--brand-orange);
}

.ticker-lab__row--reverse span.is-writing-word {
  color: #fff;
}

/* Slower pass for the smaller text loops: readable, still alive. */
.page-two-flow {
  animation-duration: 20s !important;
}

.ticker-lab__row {
  animation: ticker-row-left-strong 24s linear infinite !important;
}

.ticker-lab__row--reverse {
  animation: ticker-row-right-strong 28s linear infinite !important;
}

@media (max-width: 860px) {
  .page-two-flow {
    animation-duration: 16s !important;
  }

  .ticker-lab__row {
    animation-duration: 20s !important;
  }

  .ticker-lab__row--reverse {
    animation-duration: 23s !important;
  }
}

/* Keep the RSVP / ARTISTS band fixed on the left under the manifesto line. */
.motion-band {
  margin-left: 0;
  animation: none !important;
  transform: rotate(-1.8deg) translateX(0) !important;
  transform-origin: left center;
  will-change: auto;
}

@media (max-width: 860px) {
  .motion-band {
    margin-left: 0;
    transform: rotate(-1.4deg) translateX(0) !important;
    transform-origin: left center;
  }

  .whatsapp-float {
    width: 58px;
    height: 58px;
    right: 16px;
    bottom: 16px;
  }

}
