:root {
  --bg: #020712;
  --bg-soft: #041739;
  --surface: #06275f;
  --text: #ffffff;
  --muted: #aab7cf;
  --line: rgba(255,255,255,.13);
  --accent: #0868f7;
  --accent-2: #2f85ff;
  --brand-blue: #0868f7;
  --brand-navy: #020712;
  --brand-white: #ffffff;
  --max: 1440px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

img, video {
  display: block;
  width: 100%;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .025;
  z-index: 99;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  padding: 0 clamp(24px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 50;
  transition: .35s ease;
}

.header.scrolled {
  background: rgba(7,7,9,.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  letter-spacing: .18em;
  z-index: 52;
}

.brand-mark {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,.38);
  display: grid;
  place-items: center;
  font-size: 14px;
  background: linear-gradient(145deg, rgba(109,124,255,.38), rgba(255,255,255,.03));
}

.brand-name {
  font-size: 14px;
}

.nav {
  display: flex;
  gap: 34px;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
}

.nav a {
  opacity: .78;
  transition: .2s;
}

.nav a:hover {
  opacity: 1;
}

.nav-cta {
  border: 1px solid rgba(255,255,255,.3);
  padding: 13px 18px;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  width: 34px;
  height: 34px;
  position: relative;
  z-index: 52;
}

.menu-toggle span {
  position: absolute;
  left: 3px;
  width: 28px;
  height: 1px;
  background: white;
  transition: .3s;
}

.menu-toggle span:first-child { top: 12px; }
.menu-toggle span:last-child { top: 21px; }

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 150px clamp(24px, 7vw, 110px) 95px;
}

.hero-media,
.hero-overlay,
.hero-fallback {
  position: absolute;
  inset: 0;
}


.hero-static-bg {
  background:
    radial-gradient(circle at 72% 28%, rgba(45, 103, 255, .24), transparent 30%),
    radial-gradient(circle at 88% 74%, rgba(100, 70, 255, .13), transparent 28%),
    linear-gradient(125deg, #08090d 0%, #0c101b 52%, #050506 100%);
}

.hero-static-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to left, #000, transparent 74%);
}
.hero-media video {
  height: 100%;
  object-fit: cover;
}

.hero-fallback {
  display: grid;
  place-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 65% 30%, rgba(109,124,255,.26), transparent 34%),
    linear-gradient(130deg, #111319, #050506);
  color: rgba(255,255,255,.55);
  letter-spacing: .16em;
}

.hero-fallback small {
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: .1em;
}

.hero-media video[src],
.hero-media video:has(source[src]) {
  position: relative;
  z-index: 2;
}

.hero-overlay {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(4,4,6,.93) 0%, rgba(4,4,6,.55) 48%, rgba(4,4,6,.1) 100%),
    linear-gradient(0deg, rgba(4,4,6,.7), transparent 50%);
}

.hero-content {
  position: relative;
  z-index: 4;
  max-width: 1000px;
}

.eyebrow,
.section-tag {
  color: var(--accent-2);
  font-size: 11px;
  letter-spacing: .22em;
  font-weight: 700;
}

.hero h1,
.statement h2,
.section h2,
.contact h2 {
  font-family: Manrope, sans-serif;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .97;
}

.hero h1 {
  font-size: clamp(56px, 7.3vw, 116px);
  margin: 22px 0 28px;
  max-width: 1180px;
}

.hero h1 span,
.statement h2 span,
.contact h2 span {
  color: var(--accent-2);
}

.hero-text {
  max-width: 650px;
  color: #c9cdd6;
  line-height: 1.75;
  font-size: clamp(15px, 1.25vw, 19px);
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: .25s;
}

.btn-primary {
  background: var(--text);
  color: #08080a;
}

.btn-primary:hover {
  background: var(--accent-2);
  transform: translateY(-2px);
}

.btn-ghost {
  border: 1px solid rgba(255,255,255,.35);
  color: white;
  backdrop-filter: blur(8px);
}

.btn-ghost:hover {
  background: rgba(255,255,255,.08);
}

.scroll-indicator {
  position: absolute;
  right: clamp(24px, 5vw, 80px);
  bottom: 95px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 18px;
  transform: rotate(90deg);
  transform-origin: right center;
}

.scroll-indicator span {
  font-size: 9px;
  letter-spacing: .25em;
}

.scroll-indicator div {
  width: 80px;
  height: 1px;
  background: rgba(255,255,255,.5);
}

.statement {
  padding: 170px clamp(24px, 8vw, 130px);
  max-width: var(--max);
  margin: auto;
}

.statement h2 {
  font-size: clamp(45px, 6vw, 92px);
  margin: 28px 0 38px;
}

.statement-copy {
  max-width: 820px;
  margin-left: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.65;
}

.section {
  padding: 140px clamp(24px, 6vw, 96px);
  max-width: var(--max);
  margin: auto;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-end;
  margin-bottom: 65px;
}

.section-head h2 {
  font-size: clamp(42px, 5vw, 76px);
  margin-top: 18px;
}

.section-head > p {
  color: var(--muted);
  max-width: 440px;
  line-height: 1.7;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 26px;
}

.project-card--wide {
  grid-column: span 2;
}

.project-media {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 25%, rgba(109,124,255,.22), transparent 30%),
    #11131a;
}

.project-card:not(.project-card--wide) .project-media {
  aspect-ratio: 4/5;
}

.project-media video,
.project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.media-placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  text-align: center;
  color: rgba(255,255,255,.6);
  letter-spacing: .1em;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 50px 50px;
}

.media-placeholder strong {
  font-size: 12px;
}

.media-placeholder span {
  margin-top: 10px;
  font-size: 9px;
  color: var(--muted);
}

.project-play {
  position: absolute;
  z-index: 5;
  right: 24px;
  bottom: 24px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(0,0,0,.25);
  color: white;
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.project-info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
}

.project-info p {
  color: var(--accent-2);
  font-size: 9px;
  letter-spacing: .18em;
  margin-bottom: 9px;
}

.project-info h3 {
  font-family: Manrope, sans-serif;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 500;
}

.project-info > span {
  color: var(--muted);
  font-size: 12px;
}

.services-list {
  border-top: 1px solid var(--line);
}

.services-list article {
  display: grid;
  grid-template-columns: 70px minmax(220px, 1fr) minmax(260px, .9fr);
  gap: 30px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
  transition: .3s;
}

.services-list article:hover {
  padding-left: 18px;
}

.services-list span {
  color: var(--accent-2);
  font-size: 11px;
}

.services-list h3 {
  font-family: Manrope, sans-serif;
  font-size: clamp(25px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: -.035em;
}

.services-list p {
  color: var(--muted);
  line-height: 1.7;
}

.about {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}

.about-visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: var(--surface);
}

.about-visual img {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
}

.about-content h2 {
  font-size: clamp(42px, 5vw, 70px);
  margin: 22px 0 34px;
}

.about-content > p {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 16px;
}

.process {
  margin-top: 46px;
  border-top: 1px solid var(--line);
}

.process div {
  display: flex;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.process span {
  color: var(--accent-2);
  font-size: 10px;
}

.process p {
  font-size: 14px;
}



.contact {
  min-height: 78vh;
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 100px 24px;
  overflow: hidden;
}

.contact-bg,
.contact-overlay {
  position: absolute;
  inset: 0;
}

.contact-bg {
  background:
    radial-gradient(circle at 50% 35%, rgba(109,124,255,.35), transparent 36%),
    #08090d;
}

.contact-bg video {
  height: 100%;
  object-fit: cover;
  opacity: .45;
}

.contact-overlay {
  background: linear-gradient(rgba(7,7,9,.4), rgba(7,7,9,.92));
}

.contact-content {
  position: relative;
  z-index: 2;
}

.contact h2 {
  font-size: clamp(50px, 7vw, 105px);
  margin: 24px 0;
}

.contact-content > p:not(.section-tag) {
  color: var(--muted);
  margin-bottom: 34px;
  font-size: 17px;
}

footer {
  max-width: var(--max);
  margin: auto;
  padding: 70px clamp(24px, 6vw, 96px) 34px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--line);
}

footer > p {
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: 24px;
  font-size: 12px;
}

footer small {
  grid-column: 1/-1;
  color: #646975;
  margin-top: 30px;
  font-size: 10px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: .8s cubic-bezier(.2,.7,.2,1);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .header { height: 74px; }

  .menu-toggle { display: block; }

  .nav {
    position: fixed;
    inset: 0;
    background: rgba(7,7,9,.97);
    flex-direction: column;
    justify-content: center;
    font-size: 24px;
    gap: 28px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }

  .menu-open .nav {
    opacity: 1;
    visibility: visible;
  }

  .menu-open .menu-toggle span:first-child {
    top: 17px;
    transform: rotate(45deg);
  }

  .menu-open .menu-toggle span:last-child {
    top: 17px;
    transform: rotate(-45deg);
  }

  .hero {
    align-items: center;
    padding-bottom: 50px;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(4,4,6,.9), rgba(4,4,6,.35));
  }

  .scroll-indicator { display: none; }

  .statement,
  .section {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .section-head {
    display: block;
  }

  .section-head > p {
    margin-top: 24px;
  }

  .project-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .project-card--wide {
    grid-column: auto;
  }

  .project-card:not(.project-card--wide) .project-media {
    aspect-ratio: 16/10;
  }

  .services-list article {
    grid-template-columns: 45px 1fr;
  }

  .services-list p {
    grid-column: 2;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .about-visual,
  .about-visual img {
    min-height: 520px;
  }

  .client-logos {
    grid-template-columns: repeat(2, 1fr);
  }

  footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  footer small { grid-column: auto; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 51px; }

  .hero-actions .btn {
    width: 100%;
  }

  .statement-copy {
    margin-left: 0;
  }

  .client-logos {
    grid-template-columns: 1fr;
  }

  .about-visual,
  .about-visual img {
    min-height: 410px;
  }

  .contact {
    min-height: 70vh;
  }
}


/* Identidade oficial Vision */
.brand {
  min-width: 150px;
}

.brand-logo {
  width: 150px;
  height: auto;
  object-fit: contain;
}

.header.scrolled {
  background: rgba(2, 7, 18, .88);
}

.hero-fallback {
  background:
    radial-gradient(circle at 72% 28%, rgba(8, 104, 247, .42), transparent 34%),
    linear-gradient(125deg, #020712 0%, #031b45 48%, #0649a9 100%);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(2,7,18,.95) 0%, rgba(2,7,18,.60) 48%, rgba(2,7,18,.12) 100%),
    linear-gradient(0deg, rgba(2,7,18,.78), transparent 52%);
}

.project-media,
.about-visual {
  background:
    radial-gradient(circle at 72% 25%, rgba(8,104,247,.28), transparent 32%),
    #041739;
}

.contact-bg {
  background:
    radial-gradient(circle at 50% 35%, rgba(8,104,247,.48), transparent 38%),
    linear-gradient(135deg, #020712, #06377f);
}

.btn-primary:hover {
  background: var(--brand-blue);
  color: var(--brand-white);
}

@media (max-width: 520px) {
  .brand-logo {
    width: 124px;
  }
}





/* Clientes — logos transparentes em movimento contínuo */
.clients {
  max-width: none;
  overflow: hidden;
  padding: 105px 0 155px;
}

.clients-heading {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto 62px;
  padding: 0 clamp(0px, 4vw, 48px);
}

.clients-heading h2 {
  max-width: 900px;
  margin-top: 18px;
  font-family: Manrope, sans-serif;
  font-size: clamp(42px, 5.2vw, 82px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: 1;
}

.logo-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 34px 0;
  border-top: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.logo-marquee::before,
.logo-marquee::after {
  content: "";
  position: absolute;
  inset-block: 0;
  width: min(15vw, 230px);
  z-index: 5;
  pointer-events: none;
}

.logo-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg) 8%, transparent);
}

.logo-marquee::after {
  right: 0;
  background: linear-gradient(-90deg, var(--bg) 8%, transparent);
}

.logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: clamp(70px, 7vw, 125px);
  padding-inline: clamp(35px, 5vw, 80px);
  animation: vision-logo-scroll 58s linear infinite;
  will-change: transform;
}

.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

.client-logo {
  flex: 0 0 auto;
  width: clamp(180px, 14vw, 270px);
  height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 10px 4px;
}

.client-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: .9;
  transform: scale(.96);
  transition: opacity .3s ease, transform .3s ease, filter .3s ease;
  filter: saturate(1) brightness(1.04);
}

.client-logo:hover img {
  opacity: 1;
  transform: scale(1.03);
  filter: saturate(1.05) brightness(1.08);
}

@keyframes vision-logo-scroll {
  from {
    transform: translateX(calc(-50% - (clamp(70px, 7vw, 125px) / 2)));
  }
  to {
    transform: translateX(0);
  }
}

@media (max-width: 900px) {
  .clients {
    padding: 85px 0 115px;
  }

  .clients-heading {
    margin-bottom: 42px;
  }

  .logo-marquee {
    padding: 28px 0;
  }

  .logo-track {
    gap: 62px;
    animation-duration: 48s;
  }

  .client-logo {
    width: 175px;
    height: 92px;
  }
}

@media (max-width: 520px) {
  .clients-heading {
    width: calc(100% - 32px);
  }

  .logo-marquee::before,
  .logo-marquee::after {
    width: 46px;
  }

  .logo-track {
    gap: 44px;
    padding-inline: 28px;
    animation-duration: 42s;
  }

  .client-logo {
    width: 145px;
    height: 78px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-marquee {
    overflow-x: auto;
  }

  .logo-track {
    animation: none;
    transform: none;
  }
}


/* Ajustes ópticos individuais — evita cortes e equilibra presença visual */
.client-logo.logo-nutty img {
  max-height: 96px;
  max-width: 205px;
}

.client-logo.logo-tacobell img {
  max-height: 92px;
  max-width: 185px;
}

.client-logo.logo-mestre img {
  max-height: 86px;
  max-width: 190px;
}

.client-logo.logo-fabrica img {
  max-height: 88px;
  max-width: 200px;
}

.client-logo.logo-299 img {
  max-height: 96px;
  max-width: 210px;
}

.client-logo.logo-flordelis img {
  max-height: 94px;
  max-width: 220px;
}

@media (max-width: 900px) {
  .client-logo.logo-nutty img,
  .client-logo.logo-tacobell img,
  .client-logo.logo-mestre img,
  .client-logo.logo-fabrica img,
  .client-logo.logo-299 img,
  .client-logo.logo-flordelis img {
    max-height: 76px;
    max-width: 165px;
  }
}

@media (max-width: 520px) {
  .client-logo.logo-nutty img,
  .client-logo.logo-tacobell img,
  .client-logo.logo-mestre img,
  .client-logo.logo-fabrica img,
  .client-logo.logo-299 img,
  .client-logo.logo-flordelis img {
    max-height: 62px;
    max-width: 138px;
  }
}


/* Remove textos decorativos do hero */
.hero-watermark,
.hero-background-text,
.background-text,
.showreel,
.watermark{
    display:none !important;
}
.hero::before,
.hero::after{
    content:none !important;
}


/* Ajuste da segunda seção */
.section-manifesto,
.section-vision,
.manifesto-section{
  text-align:left !important;
}
.section-manifesto .container,
.section-vision .container,
.manifesto-section .container{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
}
.section-manifesto p,
.section-vision p,
.manifesto-section p,
.section-manifesto h2,
.section-vision h2,
.manifesto-section h2{
  text-align:left !important;
  margin-left:0 !important;
  max-width:980px;
}


/* WhatsApp flutuante */
.whatsapp-float {
  position: fixed;
  right: clamp(18px, 2.2vw, 34px);
  bottom: clamp(18px, 2.2vw, 34px);
  z-index: 1000;
  min-width: 62px;
  height: 62px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, .34),
    0 0 0 1px rgba(255, 255, 255, .14);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  transition:
    transform .25s ease,
    background .25s ease,
    box-shadow .25s ease;
  animation: whatsapp-pulse 3.2s ease-in-out infinite;
}

.whatsapp-float svg {
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  fill: currentColor;
}

.whatsapp-float:hover {
  background: #20bd5a;
  transform: translateY(-4px) scale(1.02);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, .4),
    0 0 0 7px rgba(37, 211, 102, .13);
  animation-play-state: paused;
}

.whatsapp-float:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

@keyframes whatsapp-pulse {
  0%, 100% {
    box-shadow:
      0 14px 34px rgba(0, 0, 0, .34),
      0 0 0 0 rgba(37, 211, 102, 0);
  }
  50% {
    box-shadow:
      0 14px 34px rgba(0, 0, 0, .34),
      0 0 0 9px rgba(37, 211, 102, .10);
  }
}

@media (max-width: 640px) {
  .whatsapp-float {
    width: 58px;
    min-width: 58px;
    height: 58px;
    padding: 0;
    right: 16px;
    bottom: 16px;
  }

  .whatsapp-label {
    display: none;
  }

  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float {
    animation: none;
  }
}


.statement-grid{
display:grid;
grid-template-columns:1.2fr .8fr;
gap:90px;
align-items:center;
}
.vision-reel{
display:flex;
justify-content:center;
}
.phone-frame{
position:relative;
width:360px;
aspect-ratio:9/16;
border-radius:32px;
padding:10px;
background:#111827;
border:1px solid rgba(255,255,255,.08);
box-shadow:0 30px 80px rgba(25,110,255,.18);
overflow:hidden;
}
.phone-frame video,
.video-placeholder{
width:100%;
height:100%;
border-radius:24px;
object-fit:cover;
background:#050505;
}
.video-placeholder{
position:absolute;
inset:10px;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
letter-spacing:.12em;
color:#fff;
text-align:center;
background:linear-gradient(135deg,#111,#222);
}
@media(max-width:980px){
.statement-grid{
grid-template-columns:1fr;
gap:48px;
}
.phone-frame{
width:min(360px,90vw);
margin:auto;
}
}


/* Portfolio Reels */
.portfolio-reels {
  position: relative;
  padding: clamp(90px, 10vw, 150px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 15%, rgba(19, 106, 255, .12), transparent 38%),
    #050b14;
}

.portfolio-reels__container {
  width: min(1420px, calc(100% - 64px));
  margin: 0 auto;
}

.portfolio-reels__header {
  margin-bottom: clamp(42px, 6vw, 74px);
  text-align: left;
}

.portfolio-reels__header h2 {
  max-width: 800px;
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.045em;
}

.portfolio-reels__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 38px);
  align-items: start;
}

.reel-card {
  min-width: 0;
}

.reel-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  background: #07162c;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  transition:
    transform .35s ease,
    border-color .35s ease,
    box-shadow .35s ease;
}

.reel-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.18), transparent 35%);
}

.reel-card__media video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #07162c;
}

.reel-card__placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  text-align: center;
  color: rgba(255,255,255,.76);
  font-size: clamp(14px, 1.25vw, 19px);
  font-weight: 700;
  letter-spacing: .12em;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 35%, rgba(16,100,255,.28), transparent 46%),
    #07162c;
  background-size: 64px 64px, 64px 64px, auto, auto;
}

.reel-card h3 {
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(18px, 1.6vw, 26px);
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  letter-spacing: -.02em;
}

.reel-card:hover .reel-card__media {
  transform: translateY(-7px) scale(1.012);
  border-color: rgba(32, 118, 255, .48);
  box-shadow:
    0 30px 80px rgba(0,0,0,.36),
    0 0 46px rgba(18, 102, 255, .14);
}

@media (max-width: 980px) {
  .portfolio-reels__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reel-card:last-child {
    grid-column: 1 / -1;
    width: min(100%, 430px);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .portfolio-reels {
    padding: 76px 0;
  }

  .portfolio-reels__container {
    width: min(100% - 32px, 440px);
  }

  .portfolio-reels__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .reel-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .reel-card__media {
    border-radius: 20px;
  }

  .reel-card h3 {
    margin-top: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reel-card__media {
    transition: none;
  }
}


/* Remove títulos dos vídeos verticais */
.reel-card h3 {
  display: none !important;
}

.reel-card__placeholder {
  color: transparent;
}

/* Horizontal Showcase */
.horizontal-showcase {
  position: relative;
  padding: clamp(40px, 6vw, 90px) 0 clamp(100px, 11vw, 170px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 10%, rgba(23, 101, 255, .08), transparent 34%),
    #050b14;
}

.horizontal-showcase__container {
  width: min(1500px, calc(100% - 64px));
  margin: 0 auto;
}

.horizontal-showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 3.2vw, 54px);
}

.horizontal-video-card {
  min-width: 0;
}

.horizontal-video-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background: #07162c;
  box-shadow: 0 26px 80px rgba(0,0,0,.3);
  transition:
    transform .35s ease,
    border-color .35s ease,
    box-shadow .35s ease;
}

.horizontal-video-card__media video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #07162c;
}

.horizontal-video-card__placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px),
    radial-gradient(circle at 50% 42%, rgba(16,100,255,.22), transparent 48%),
    #07162c;
  background-size: 64px 64px, 64px 64px, auto, auto;
}

.horizontal-video-card:hover .horizontal-video-card__media {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(32,118,255,.45);
  box-shadow:
    0 34px 90px rgba(0,0,0,.36),
    0 0 48px rgba(18,102,255,.13);
}

@media (max-width: 820px) {
  .horizontal-showcase__grid {
    grid-template-columns: 1fr;
  }

  .horizontal-showcase__container {
    width: min(100% - 32px, 720px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .horizontal-video-card__media {
    transition: none;
  }
}


/* Bastidores slideshow */
.behind-scenes-slider {
  position: relative;
  width: 100%;
  min-height: 620px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: #07162c;
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
}

.behind-scenes-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity .9s ease,
    visibility .9s ease;
}

.behind-scenes-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.behind-scenes-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.behind-scenes-slide.is-active img {
  animation: vision-ken-burns 4.2s ease-out forwards;
}

.behind-scenes-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(0,0,0,.22), transparent 38%),
    linear-gradient(to right, rgba(0,47,120,.10), transparent 48%);
}

@keyframes vision-ken-burns {
  from { transform: scale(1.02); }
  to { transform: scale(1.09); }
}

@media (max-width: 980px) {
  .behind-scenes-slider {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 640px) {
  .behind-scenes-slider {
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .behind-scenes-slide,
  .behind-scenes-slide.is-active img {
    transition: none;
    animation: none;
  }
}


/* Logos entre dobras */
.clients-between-folds {
  position: relative;
  z-index: 4;
  width: 100%;
  margin: 0;
  padding: clamp(28px, 3.8vw, 52px) 0;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: #050b14;
}

.clients-between-folds::before,
.clients-between-folds::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: clamp(50px, 8vw, 130px);
  pointer-events: none;
}

.clients-between-folds::before {
  left: 0;
  background: linear-gradient(to right, #050b14, transparent);
}

.clients-between-folds::after {
  right: 0;
  background: linear-gradient(to left, #050b14, transparent);
}

.clients-between-folds img {
  object-fit: contain;
}

@media (max-width: 640px) {
  .clients-between-folds {
    padding: 24px 0;
  }
}


.vision-feature-video{
 width:100%;
 border-radius:22px;
 overflow:hidden;
 border:1px solid rgba(255,255,255,.12);
 box-shadow:0 24px 70px rgba(0,0,0,.35);
}
.vision-feature-video video{
 width:100%;
 display:block;
}


.hero-reel-frame{
width:100%;
height:100%;
border-radius:34px;
overflow:hidden;
background:#000;
}
.hero-reel{
width:100%;
height:100%;
display:block;
object-fit:cover;
}


/* Grade final: seis vídeos verticais em duas linhas */
.portfolio-reels__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.5vw, 38px);
}

.reel-card__media video {
  object-fit: cover;
}

@media (max-width: 980px) {
  .portfolio-reels__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reel-card:last-child {
    grid-column: auto;
    width: auto;
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  .portfolio-reels__grid {
    grid-template-columns: 1fr;
  }
}

/* Vídeo da seção Visão em Movimento: reprodução sob demanda com áudio */
.hero-reel {
  cursor: pointer;
}
.hero-reel::-webkit-media-controls {
  opacity: 1;
}


/* Produções horizontais: 3 vídeos por linha, 2 linhas */
.horizontal-productions {
  padding-top: clamp(84px, 10vw, 150px);
  padding-bottom: clamp(84px, 10vw, 150px);
}
.horizontal-productions__head {
  margin-bottom: clamp(34px, 5vw, 64px);
}
.horizontal-productions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}
.horizontal-video-card {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(47, 133, 255, .42);
  background: #030a18;
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
  aspect-ratio: 16 / 9;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.horizontal-video-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 133, 255, .82);
  box-shadow: 0 24px 64px rgba(0,0,0,.38);
}
.horizontal-video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}
@media (max-width: 980px) {
  .horizontal-productions__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .horizontal-productions__grid { grid-template-columns: 1fr; }
  .horizontal-video-card { border-radius: 16px; }
}

/* Logos adicionadas ao carrossel de clientes */
.client-logo.logo-zaros img { max-height: 70px; width: auto; }
.client-logo.logo-samuel img { max-height: 68px; width: auto; }


/* Branding & Design carousel */
.design-showcase {
  overflow: hidden;
}

.design-showcase__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.design-showcase__head > div:first-child {
  max-width: 820px;
}

.design-showcase__intro {
  max-width: 760px;
  margin-top: 20px;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.7;
}

.design-carousel__controls {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.design-carousel__button {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
  color: #fff;
  font-size: 1.35rem;
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.design-carousel__button:hover {
  transform: translateY(-2px);
  border-color: var(--blue);
  background: rgba(50,144,255,.12);
}

.design-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 32vw);
  gap: 22px;
  margin-top: 42px;
  padding-bottom: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.2) transparent;
}

.design-carousel::-webkit-scrollbar { height: 6px; }
.design-carousel::-webkit-scrollbar-track { background: transparent; }
.design-carousel::-webkit-scrollbar-thumb { background: rgba(255,255,255,.2); border-radius: 999px; }

.design-card {
  position: relative;
  aspect-ratio: 5 / 6;
  border: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #0b1320;
  cursor: zoom-in;
  scroll-snap-align: start;
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
}

.design-card::after {
  content: '↗';
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: rgba(5,12,22,.72);
  border: 1px solid rgba(255,255,255,.2);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .3s ease, transform .3s ease;
}

.design-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .4s ease;
}

.design-card:hover img {
  transform: scale(1.045);
  filter: brightness(.9);
}

.design-card:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.design-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 32px;
  background: rgba(2,7,14,.94);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}

.design-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.design-lightbox__image {
  max-width: min(92vw, 980px);
  max-height: 88vh;
  border-radius: 22px;
  box-shadow: 0 35px 100px rgba(0,0,0,.55);
}

.design-lightbox__close {
  position: fixed;
  top: 22px;
  right: 24px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

body.lightbox-open { overflow: hidden; }

@media (max-width: 900px) {
  .design-showcase__head { align-items: flex-start; }
  .design-carousel { grid-auto-columns: minmax(260px, 72vw); }
}

@media (max-width: 640px) {
  .design-showcase__head { flex-direction: column; }
  .design-carousel__controls { align-self: flex-end; }
  .design-carousel { grid-auto-columns: 82vw; gap: 16px; margin-top: 30px; }
  .design-card { border-radius: 18px; }
  .design-lightbox { padding: 18px; }
}
