:root {
  --bg: #03050f;
  --bg-2: #060b17;
  --panel: #0a0f1e;
  --line: rgba(255, 255, 255, .10);
  --text: #e9e7e2;
  --muted: #8d9099;
  --muted-2: #5f6370;
  --orange: #ff4f1f;
  --orange-2: #ff6a2a;
  --container: 1160px;
  --font-title: 'Rajdhani', 'Arial Narrow', sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at 82% 0%, rgba(15, 30, 54, .48), transparent 34rem),
    radial-gradient(circle at 0% 23%, rgba(11, 51, 83, .22), transparent 38rem),
    linear-gradient(180deg, #03040d 0%, #040713 44%, #03050d 100%);
  overflow-x: hidden;
}

body.modal-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.container {
  width: min(var(--container), calc(100% - 92px));
  margin-inline: auto;
}

.site-header {
  width: min(var(--container), calc(100% - 120px));
  margin: 34px auto 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}

.brand img { width: 286px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 46px; }
.main-nav a {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  color: rgba(233, 231, 226, .48);
  text-transform: uppercase;
  transition: color .25s ease, transform .25s ease;
}
.main-nav a:hover { color: var(--orange); transform: translateY(-1px); }

.mobile-menu {
  display: none;
  width: 44px;
  height: 38px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.mobile-menu span {
  display: block;
  width: 34px;
  height: 4px;
  margin: 6px 0;
  border-radius: 999px;
  background: var(--orange);
}

.hero { margin-bottom: 72px; }
.hero-media {
  width: 100%;
  aspect-ratio: 2.48 / 1;
  border: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: #0b101d;
  border-radius: 9px;
  box-shadow: 0 26px 72px rgba(0, 0, 0, .34);
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, filter .55s ease;
}
.hero-media:hover img { transform: scale(1.02); filter: brightness(1.08); }

.hero-copy {
  display: grid;
  grid-template-columns: 1.3fr .7fr .94fr;
  align-items: center;
  gap: 54px;
  padding: 40px 10px 0;
}
.hero-copy h1 {
  margin: 0;
  font-family: var(--font-title);
  text-transform: uppercase;
  line-height: .98;
  letter-spacing: .18em;
}
.hero-copy h1 small {
  display: block;
  color: rgba(233, 231, 226, .70);
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 600;
  margin-bottom: 12px;
}
.hero-copy h1 span {
  display: block;
  color: var(--orange);
  font-size: clamp(30px, 2.7vw, 42px);
  font-weight: 700;
}
.hero-copy p {
  margin: 0;
  color: rgba(233, 231, 226, .72);
  line-height: 1.7;
  font-size: 14px;
  font-weight: 700;
}

.outline-btn, .solid-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  min-height: 68px;
  border-radius: 999px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.outline-btn {
  justify-self: end;
  color: var(--orange);
  border: 2px solid rgba(255, 79, 31, .82);
  background: rgba(255, 79, 31, .03);
}
.solid-btn {
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  box-shadow: 0 15px 32px rgba(255, 79, 31, .20);
}
.outline-btn:hover, .solid-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(255, 79, 31, .18); }
.outline-btn svg, .solid-btn svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

.work-section { margin-bottom: 64px; }
.section-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}
.eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.section-top h2 {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(28px, 2.3vw, 34px);
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(233, 231, 226, .86);
}
.slider-actions { display: flex; gap: 16px; }
.slider-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.015);
  color: rgba(255,255,255,.78);
  cursor: pointer;
  transition: border-color .25s ease, color .25s ease, background .25s ease;
}
.slider-btn:hover { border-color: rgba(255, 79, 31, .65); color: var(--orange); background: rgba(255, 79, 31, .05); }
.slider-btn svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.slider-track { scroll-behavior: smooth; }
.desktop-projects {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.mobile-articles { display: none; }
.project-card { cursor: pointer; outline: none; }
.project-card img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  border-radius: 8px;
  background: #111827;
  transition: transform .35s ease, filter .35s ease;
}
.project-card:hover img, .project-card:focus img { transform: translateY(-5px); filter: brightness(1.12); }
.project-meta {
  margin-top: 14px;
  display: grid;
  gap: 9px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}
.project-meta strong::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--orange);
  vertical-align: 2px;
}
.project-meta strong { color: rgba(233, 231, 226, .82); }
.project-meta span { color: var(--muted-2); }
.project-meta span::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 8px 0 2px;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  vertical-align: 2px;
}

.dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 26px;
}
.dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
}
.dots span.active { width: 14px; background: var(--orange); }

.services-strip {
  margin: 44px 0 72px;
  overflow: hidden;
}
.services-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.service-item {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: max-content;
}
.service-item svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: var(--orange);
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-item strong {
  font-family: var(--font-title);
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(233, 231, 226, .73);
}

.reel-section { margin-bottom: 72px; }
.bleed-slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.reel-track {
  display: flex;
  gap: 28px;
  padding: 0 0 4px max(0px, calc((100vw - var(--container)) / 2 - 170px));
  scroll-behavior: smooth;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.reel-track::-webkit-scrollbar { display: none; }
.reel-card {
  flex: 0 0 170px;
  aspect-ratio: 9 / 16;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.45);
  background: #101521;
  cursor: pointer;
  scroll-snap-align: center;
  transition: transform .35s ease, border-color .35s ease;
}
.reel-card:hover, .reel-card:focus { transform: translateY(-7px); border-color: var(--orange); }
.reel-card img { width: 100%; height: 100%; object-fit: cover; }

.cta {
  margin-bottom: 72px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(255, 255, 255, .018);
  display: grid;
  grid-template-columns: 1.18fr .56fr auto;
  align-items: center;
  gap: 48px;
  padding: 37px 36px 37px 50px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}
.cta h2 {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(233,231,226,.90);
}
.cta p {
  margin: 0;
  color: rgba(233,231,226,.62);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}
.cta .solid-btn { min-width: 280px; min-height: 62px; }

.site-footer { padding-bottom: 30px; }
.footer-inner {
  display: grid;
  grid-template-columns: 1.6fr .7fr 1.2fr .8fr;
  gap: 54px;
  align-items: start;
}
.footer-brand img { width: 240px; }
.socials {
  margin-top: 28px;
  display: flex;
  gap: 27px;
  color: rgba(233,231,226,.68);
  font-size: 25px;
  font-weight: 900;
}
.socials.compact { margin-top: 0; }
.footer-col h3 {
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(233,231,226,.56);
}
.footer-col a {
  display: block;
  margin-bottom: 11px;
  color: rgba(233,231,226,.50);
  font-size: 12px;
  font-weight: 700;
}
.footer-col a:hover, .socials a:hover { color: var(--orange); }
.copyright {
  margin: 30px 0 0;
  text-align: center;
  color: rgba(233,231,226,.28);
  font-size: 12px;
  font-weight: 700;
}

.reel-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: 70px minmax(280px, 420px) 70px;
  place-content: center;
  gap: 18px;
  padding: 24px;
  background: rgba(0, 0, 0, .92);
  opacity: 0;
  pointer-events: none;
  transform: scale(.985);
  transition: opacity .24s ease, transform .24s ease;
}
.reel-modal.is-open { opacity: 1; pointer-events: auto; transform: scale(1); }
.modal-close {
  position: fixed;
  top: 22px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
.modal-nav {
  align-self: center;
  justify-self: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: #fff;
  cursor: pointer;
}
.modal-nav svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.modal-nav:hover, .modal-close:hover { border-color: rgba(255,79,31,.7); color: var(--orange); }
.reel-viewer {
  position: relative;
  width: min(420px, calc(100vw - 48px));
  height: min(88vh, 760px);
  min-height: 560px;
  overflow: hidden;
  border-radius: 24px;
  background: #080c14;
  box-shadow: 0 22px 80px rgba(0,0,0,.75);
  isolation: isolate;
}
.reel-viewer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.88);
}
.reel-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.65) 0%, transparent 25%, transparent 55%, rgba(0,0,0,.82) 100%);
  z-index: 1;
}
.reel-topline {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 18px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 900;
}
.reel-topline small { color: rgba(255,255,255,.62); font-size: 11px; }
.reel-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 74px;
  height: 74px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 999px;
  background: rgba(0,0,0,.44);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(10px);
}
.reel-play svg { width: 33px; height: 33px; fill: currentColor; transform: translateX(2px); }
.reel-info {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
}
.reel-label {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.reel-info h3 {
  margin: 0 0 8px;
  font-family: var(--font-title);
  font-size: 32px;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.reel-info p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 920px) {
  .container { width: calc(100% - 68px); }
  .site-header {
    width: 100%;
    margin: 0;
    padding: 46px 36px 40px;
    justify-content: center;
  }
  .mobile-menu { display: block; position: absolute; left: 70px; top: 65px; }
  .main-nav { display: none; }
  .brand img { width: 285px; }

  .hero { margin-bottom: 78px; }
  .hero-media {
    aspect-ratio: 1.92 / 1;
    border-radius: 12px;
    border: 2px solid rgba(255,255,255,.26);
    box-shadow: 0 0 0 1px rgba(255,79,31,.18), 0 20px 62px rgba(0,0,0,.42);
  }
  .hero-copy {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    padding: 40px 16px 0;
  }
  .hero-copy h1 { display: none; }
  .hero-copy p { max-width: 220px; font-size: 16px; line-height: 1.65; }
  .outline-btn { min-width: 230px; min-height: 64px; padding: 0 24px; font-size: 13px; }

  .work-section { margin-bottom: 62px; }
  .section-top { margin-bottom: 34px; align-items: center; }
  .section-top h2 { font-size: 27px; letter-spacing: .08em; }
  .slider-actions { gap: 14px; }
  .slider-btn { width: 48px; height: 48px; }

  .desktop-projects { display: none; }
  .mobile-articles {
    display: flex;
    gap: 26px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-inline: -34px;
    padding: 0 34px 4px;
    scrollbar-width: none;
  }
  .mobile-articles::-webkit-scrollbar { display: none; }
  .article-card {
    flex: 0 0 min(264px, 44vw);
    height: 320px;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid rgba(255,255,255,.16);
    background: #0d1426;
    scroll-snap-align: center;
    cursor: pointer;
  }
  .article-card img { width: 100%; height: 100%; object-fit: cover; }

  .services-strip { margin: 26px 0 66px; }
  .services-inner {
    width: 100%;
    overflow-x: auto;
    padding-inline: 36px;
    scrollbar-width: none;
  }
  .services-inner::-webkit-scrollbar { display: none; }
  .service-item { gap: 16px; }
  .service-item svg { width: 50px; height: 50px; }
  .service-item strong { font-size: 29px; }

  .reel-track {
    gap: 34px;
    padding-left: 0;
    padding-right: 34px;
  }
  .reel-card { flex-basis: 170px; border-radius: 9px; }

  .cta {
    width: calc(100% - 70px);
    grid-template-columns: minmax(0, 1fr) 1px auto;
    gap: 26px;
    padding: 33px 30px;
    margin-bottom: 44px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    background: transparent;
  }
  .cta::before {
    content: '';
    grid-column: 2;
    grid-row: 1;
    width: 1px;
    height: 74px;
    background: rgba(255,255,255,.14);
  }
  .cta h2 { font-size: 26px; letter-spacing: .05em; }
  .cta p { display: none; }
  .cta .solid-btn { min-width: 224px; min-height: 62px; font-size: 13px; }
  .site-footer { display: none; }
}

@media (max-width: 620px) {
  .container { width: calc(100% - 68px); }
  .site-header { padding: 46px 34px 40px; }
  .mobile-menu { left: 70px; top: 65px; transform: translateX(-50%); }
  .brand img { width: 286px; }
  .hero-copy { padding-inline: 2px; gap: 20px; }
  .hero-copy p { font-size: 15px; max-width: 210px; }
  .outline-btn { min-width: 230px; }
  .article-card { flex-basis: 265px; }
  .section-top h2 { max-width: 360px; }
  .reel-card { flex-basis: 168px; }
  .reel-track { padding-left: 0; margin-left: -110px; }
}

@media (max-width: 480px) {
  .container { width: calc(100% - 36px); }
  .site-header { padding: 28px 18px 30px; }
  .mobile-menu { left: 28px; top: 44px; transform: none; }
  .mobile-menu span { width: 28px; height: 3px; margin: 5px 0; }
  .brand img { width: 220px; }
  .hero-copy { grid-template-columns: 1fr; }
  .outline-btn { justify-self: start; width: 100%; }
  .slider-actions { display: none; }
  .mobile-articles { margin-inline: -18px; padding-inline: 18px; }
  .article-card { flex-basis: 78vw; }
  .services-inner { padding-inline: 18px; }
  .reel-track { margin-left: -70px; gap: 22px; }
  .reel-card { flex-basis: 42vw; }
  .cta { width: calc(100% - 36px); grid-template-columns: 1fr; padding: 26px 18px; }
  .cta::before { display: none; }
  .cta .solid-btn { width: 100%; min-width: 0; }

  .reel-modal {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .modal-nav { display: none; }
  .modal-close {
    top: 14px;
    right: 14px;
    background: rgba(0,0,0,.48);
    z-index: 5;
  }
  .reel-viewer {
    width: 100vw;
    height: 100dvh;
    min-height: 0;
    border-radius: 0;
  }
}

/* Bunny Stream player integration */
.reel-player-shell{position:absolute;inset:0;width:100%;height:100%;background:#000}.reel-player-shell img,.reel-player-shell iframe{width:100%;height:100%;object-fit:cover;border:0;display:block}.reel-play.is-hidden{display:none}.reel-viewer iframe{position:absolute;inset:0}

/* Atualização: cards/reels com rolagem lateral infinita e showreel horizontal */
.hero-media { position: relative; isolation: isolate; }
.hero-media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 50% 50%, rgba(0,0,0,.08), rgba(0,0,0,.28) 70%);
  pointer-events: none;
}
.play-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  color: #fff;
  background: rgba(0,0,0,.52);
  box-shadow: 0 0 0 1px rgba(255,79,31,.24), 0 12px 32px rgba(0,0,0,.42);
  backdrop-filter: blur(8px);
  transition: transform .25s ease, border-color .25s ease, color .25s ease, background .25s ease;
  pointer-events: none;
}
.play-badge svg { width: 29px; height: 29px; fill: currentColor; transform: translateX(2px); }
.play-badge-lg { width: 82px; height: 82px; }
.play-badge-lg svg { width: 38px; height: 38px; }
.hero-media:hover .play-badge,
.work-card:hover .play-badge,
.reel-card:hover .play-badge,
.work-card:focus .play-badge,
.reel-card:focus .play-badge {
  transform: translate(-50%, -50%) scale(1.06);
  border-color: rgba(255,79,31,.75);
  color: var(--orange);
  background: rgba(0,0,0,.62);
}

.cards-track {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0 0 4px;
}
.cards-track::-webkit-scrollbar { display: none; }
.work-card {
  flex: 0 0 calc((100% - 52px) / 3);
  min-width: 280px;
  cursor: pointer;
  outline: none;
  scroll-snap-align: start;
}
.card-media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #111827;
}
.card-media img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}
.work-card:hover .card-media img,
.work-card:focus .card-media img { transform: translateY(-5px) scale(1.02); filter: brightness(1.12); }
.reel-card { position: relative; }

.showreel-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 32px;
  background: rgba(0,0,0,.94);
  opacity: 0;
  pointer-events: none;
  transform: scale(.985);
  transition: opacity .24s ease, transform .24s ease;
}
.showreel-modal.is-open { opacity: 1; pointer-events: auto; transform: scale(1); }
.showreel-frame {
  position: relative;
  width: min(1220px, calc(100vw - 88px));
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px;
  background: #000;
  box-shadow: 0 30px 95px rgba(0,0,0,.82), 0 0 0 1px rgba(255,255,255,.08);
}
.showreel-player-shell,
.showreel-player-shell img,
.showreel-player-shell iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  display: block;
}
.showreel-caption {
  position: absolute;
  left: 28px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  gap: 5px;
  text-transform: uppercase;
  pointer-events: none;
}
.showreel-caption span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}
.showreel-caption strong {
  font-family: var(--font-title);
  font-size: clamp(22px, 2.2vw, 36px);
  letter-spacing: .10em;
}

.reel-modal.is-horizontal-item {
  grid-template-columns: 70px minmax(300px, 920px) 70px;
}
.reel-modal.is-horizontal-item .reel-viewer {
  width: min(920px, calc(100vw - 180px));
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
}
.reel-modal.is-horizontal-item .reel-info h3 { font-size: clamp(25px, 3vw, 42px); }

@media (max-width: 920px) {
  .cards-track {
    gap: 26px;
    margin-inline: -34px;
    padding: 0 34px 4px;
  }
  .work-card { flex: 0 0 min(296px, 58vw); min-width: 248px; }
  .card-media img { aspect-ratio: 1.15 / 1; }
  .play-badge { width: 58px; height: 58px; }
  .play-badge-lg { width: 76px; height: 76px; }
  .showreel-frame { width: calc(100vw - 56px); border-radius: 14px; }
  .reel-modal.is-horizontal-item { grid-template-columns: 1fr; }
  .reel-modal.is-horizontal-item .reel-viewer { width: calc(100vw - 48px); }
}

@media (max-width: 480px) {
  .cards-track { margin-inline: -18px; padding-inline: 18px; }
  .work-card { flex-basis: 78vw; }
  .showreel-modal { padding: 0; }
  .showreel-frame { width: 100vw; border-radius: 0; }
  .showreel-caption { left: 18px; bottom: 18px; }
  .reel-modal.is-horizontal-item .reel-viewer {
    width: 100vw;
    border-radius: 0;
  }
}

/* Ajustes finais: carrosséis centralizados, bolinhas clicáveis e menu mobile */
.dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  cursor: pointer;
  transition: width .2s ease, background .2s ease, transform .2s ease;
}
.dots button.active,
.dots button[aria-current="true"] { width: 14px; background: var(--orange); }
.dots button:hover { transform: scale(1.18); background: rgba(255, 79, 31, .72); }

.cards-track,
.reel-track {
  padding-left: var(--slider-pad, 0px) !important;
  padding-right: var(--slider-pad, 0px) !important;
  overscroll-behavior-inline: contain;
}
.work-card,
.reel-card { scroll-snap-align: center; }
.reel-track { margin-left: 0 !important; }
.reel-info p[hidden] { display: none; }

.mobile-menu.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.mobile-menu.is-open span:nth-child(2) { opacity: 0; }
.mobile-menu.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.mobile-menu span { transition: transform .22s ease, opacity .22s ease; }

@media (max-width: 920px) {
  .main-nav.is-open {
    position: absolute;
    top: 112px;
    left: 34px;
    right: 34px;
    z-index: 20;
    display: grid;
    gap: 0;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    background: rgba(5, 8, 18, .96);
    box-shadow: 0 22px 60px rgba(0,0,0,.44);
    backdrop-filter: blur(14px);
  }
  .main-nav.is-open a {
    padding: 16px 14px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: rgba(233,231,226,.88);
    font-size: 13px;
  }
  .main-nav.is-open a:last-child { border-bottom: 0; }
}

@media (max-width: 480px) {
  .main-nav.is-open {
    top: 92px;
    left: 18px;
    right: 18px;
    border-radius: 18px;
  }
  .cards-track { margin-inline: -18px; }
  .reel-track { gap: 22px; }
}


/* Evolução 2026-05: player inline, menus, clientes, serviços e artigos */
.light-heading,
.section-top h2.light-heading {
  font-weight: 400;
}

.hero-inline-player {
  position: relative;
  isolation: isolate;
  cursor: default;
}
.hero-inline-player iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.hero-inline-player.is-playing::before { display: none; }
.hero-play-trigger {
  position: absolute;
  inset: 0;
  z-index: 4;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.hero-inline-player.is-playing .hero-play-trigger { display: none; }

.main-nav > a,
.main-nav summary {
  list-style: none;
}
.nav-dropdown {
  position: relative;
  margin: 0;
}
.nav-dropdown summary {
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  color: rgba(233, 231, 226, .48);
  text-transform: uppercase;
  transition: color .25s ease, transform .25s ease;
}
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary:hover,
.nav-dropdown[open] summary { color: var(--orange); }
.nav-submenu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 20;
  width: min(340px, calc(100vw - 36px));
  display: grid;
  gap: 4px;
  padding: 12px;
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(5, 8, 18, .98);
  box-shadow: 0 22px 60px rgba(0,0,0,.46);
}
.nav-submenu a,
.nav-submenu button,
.nav-submenu span {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 12px 13px;
  text-align: left;
  background: transparent;
  color: rgba(233,231,226,.76);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.nav-submenu a:hover,
.nav-submenu button:hover {
  color: #fff;
  background: rgba(255,79,31,.12);
}
.nav-submenu .nav-empty {
  cursor: default;
  color: rgba(233,231,226,.40);
}

.service-carousel {
  margin-bottom: 76px;
}
.service-track,
.client-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.service-track::-webkit-scrollbar,
.client-track::-webkit-scrollbar { display: none; }

.service-slide {
  flex: 0 0 min(286px, 30vw);
  min-width: 250px;
  scroll-snap-align: center;
}
.service-card {
  min-height: 228px;
  height: 100%;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,79,31,.18), transparent 12rem),
    rgba(255,255,255,.025);
  transition: transform .24s ease, border-color .24s ease, background .24s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,79,31,.56);
  background:
    radial-gradient(circle at 100% 0%, rgba(255,79,31,.26), transparent 12rem),
    rgba(255,255,255,.04);
}
.service-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255,79,31,.36);
  background: rgba(255,79,31,.08);
  color: var(--orange);
}
.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-card strong {
  display: block;
  min-height: 58px;
  font-family: var(--font-title);
  font-size: 24px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(233,231,226,.92);
}
.service-card small {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.clients-strip {
  margin-bottom: 76px;
}
.section-top.compact {
  margin-bottom: 28px;
}
.client-logo-card {
  flex: 0 0 min(220px, 22vw);
  min-width: 190px;
  min-height: 138px;
  display: grid;
  place-items: center;
  scroll-snap-align: center;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.025);
  overflow: hidden;
}
.client-logo-card a,
.client-logo-card span {
  width: 100%;
  min-height: 138px;
  display: grid;
  place-items: center;
  padding: 22px;
}
.client-logo-card img {
  width: 100%;
  height: 94px;
  object-fit: contain;
  filter: brightness(1.04);
  transition: transform .24s ease, filter .24s ease;
}
.client-logo-card:hover img {
  transform: scale(1.04);
  filter: brightness(1.16);
}
.client-logo-card strong {
  font-family: var(--font-title);
  font-size: 22px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(233,231,226,.65);
  text-align: center;
}

.about-page,
.article-page {
  padding-top: 18px;
  padding-bottom: 80px;
}
.page-hero {
  max-width: 890px;
  margin: 18px 0 52px;
}
.page-hero h1,
.article-detail h1,
.article-not-found h1 {
  margin: 0 0 18px;
  font-family: var(--font-title);
  font-size: clamp(40px, 5vw, 72px);
  line-height: .95;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(233,231,226,.94);
}
.page-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(233,231,226,.68);
  font-size: 16px;
  line-height: 1.75;
}
.articles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.article-preview {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  min-height: 240px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  background: rgba(255,255,255,.025);
}
.article-image {
  overflow: hidden;
  border-radius: 18px;
  background: #101521;
}
.article-image img {
  width: 100%;
  height: 100%;
  min-height: 208px;
  object-fit: cover;
  transition: transform .32s ease, filter .32s ease;
}
.article-preview:hover .article-image img {
  transform: scale(1.04);
  filter: brightness(1.1);
}
.article-copy {
  display: grid;
  align-content: center;
  gap: 10px;
}
.article-copy small,
.article-detail header small {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.article-copy h2 {
  margin: 0;
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.article-copy p {
  margin: 0;
  color: rgba(233,231,226,.64);
  line-height: 1.65;
  font-size: 14px;
}
.text-link {
  color: var(--orange);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}
.article-detail {
  max-width: 980px;
  margin: 0 auto;
}
.article-detail header {
  margin: 18px 0 30px;
}
.back-link {
  display: inline-flex;
  margin-top: 10px;
}
.article-cover {
  width: 100%;
  max-height: 560px;
  margin-bottom: 26px;
  object-fit: cover;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.10);
}
.article-lead {
  margin: 0 0 24px;
  color: rgba(233,231,226,.86);
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
}
.article-body {
  color: rgba(233,231,226,.74);
  font-size: 17px;
  line-height: 1.9;
}
.empty-state {
  grid-column: 1 / -1;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  background: rgba(255,255,255,.025);
}
.empty-state h2 {
  margin: 0 0 10px;
  font-family: var(--font-title);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.empty-state p {
  margin: 0;
  color: rgba(233,231,226,.64);
}
.article-not-found .solid-btn {
  margin-top: 24px;
}

@media (max-width: 920px) {
  .site-footer { display: block; padding-top: 26px; }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-brand img {
    width: min(240px, 70vw);
  }
  .nav-dropdown summary {
    padding: 16px 14px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: rgba(233,231,226,.88);
    font-size: 13px;
  }
  .main-nav.is-open .nav-dropdown {
    width: 100%;
  }
  .main-nav.is-open .nav-submenu {
    position: static;
    width: 100%;
    transform: none;
    margin: 0 0 8px;
    box-shadow: none;
    border-radius: 16px;
  }
  .main-nav.is-open .nav-submenu a,
  .main-nav.is-open .nav-submenu button,
  .main-nav.is-open .nav-submenu span {
    font-size: 12px;
  }
  .service-slide {
    flex-basis: min(320px, 72vw);
  }
  .client-logo-card {
    flex-basis: min(240px, 58vw);
  }
  .articles-grid {
    grid-template-columns: 1fr;
  }
  .article-preview {
    grid-template-columns: 200px minmax(0, 1fr);
  }
}

@media (max-width: 620px) {
  .service-carousel,
  .clients-strip {
    margin-bottom: 62px;
  }
  .service-slide {
    min-width: 255px;
    flex-basis: 78vw;
  }
  .service-card {
    min-height: 212px;
    padding: 20px;
  }
  .client-logo-card {
    min-width: 190px;
    flex-basis: 66vw;
  }
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .footer-col {
    padding-top: 4px;
  }
  .page-hero h1,
  .article-detail h1,
  .article-not-found h1 {
    font-size: clamp(34px, 11vw, 54px);
  }
  .article-preview {
    grid-template-columns: 1fr;
  }
  .article-image img {
    min-height: 220px;
  }
  .article-lead {
    font-size: 18px;
  }
}

/* Atualização 2026-05-20: serviços inline, logos automáticas, WhatsApp flutuante, SEO visual e página Sobre institucional */
.service-inline-carousel {
  margin: -6px auto 76px;
  overflow: hidden;
}
.service-inline-track {
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
  padding-block: 10px 16px;
  scroll-snap-type: x mandatory;
}
.service-inline-slide {
  flex: 0 0 auto;
  width: max-content;
  min-width: max-content;
  scroll-snap-align: center;
}
.service-pill {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  padding: 10px 4px;
  color: rgba(233, 231, 226, .88);
  transition: color .24s ease, transform .24s ease, filter .24s ease;
  white-space: nowrap;
}
.service-pill:hover {
  color: #fff;
  transform: translateY(-2px);
  filter: drop-shadow(0 0 12px rgba(255,79,31,.18));
}
.service-pill .service-icon {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--orange);
  overflow: visible;
}
.service-pill .service-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: saturate(1.08) contrast(1.05);
}
.service-pill .service-icon svg {
  width: 54px;
  height: 54px;
  stroke-width: 2.45;
}
.service-pill strong {
  display: block;
  flex: 0 0 auto;
  width: max-content;
  max-width: none;
  font-family: var(--font-title);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
}
.service-carousel .dots,
.service-carousel .slider-actions,
.clients-strip .dots,
.clients-strip .slider-actions {
  display: none !important;
}
.clients-strip {
  overflow: hidden;
}
.clients-strip .client-track {
  padding-block: 4px 12px;
}

.cta-glow-btn {
  animation: cammelo-button-glow 1.85s ease-in-out infinite;
}
@keyframes cammelo-button-glow {
  0%, 100% { box-shadow: 0 0 0 rgba(255,79,31,0), 0 12px 28px rgba(255,79,31,.12); }
  50% { box-shadow: 0 0 0 8px rgba(255,79,31,.08), 0 0 32px rgba(255,79,31,.38), 0 18px 42px rgba(255,79,31,.22); }
}
.outline-btn.cta-glow-btn {
  box-shadow: 0 0 0 rgba(255,79,31,0);
}
.solid-btn.cta-glow-btn {
  box-shadow: 0 14px 34px rgba(255,79,31,.22);
}
@media (prefers-reduced-motion: reduce) {
  .cta-glow-btn { animation: none; }
}

.floating-whatsapp {
  position: fixed;
  right: clamp(18px, 3vw, 38px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 60px;
  padding: 0 18px 0 15px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #19b85d, #0d8d43);
  box-shadow: 0 18px 44px rgba(0,0,0,.42), 0 0 0 1px rgba(22,185,90,.14);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}
.floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.01);
  filter: brightness(1.06);
  box-shadow: 0 24px 54px rgba(0,0,0,.50), 0 0 30px rgba(22,185,90,.24);
}
.floating-whatsapp svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.about-story-page {
  padding-top: 18px;
  padding-bottom: 88px;
}
.about-hero-reference {
  position: relative;
  min-height: min(550px, 58vw);
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.35fr);
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
  margin-bottom: 52px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(90deg, rgba(3,5,15,.98) 0%, rgba(3,5,15,.84) 35%, rgba(3,5,15,.20) 68%),
    rgba(255,255,255,.02);
  box-shadow: 0 28px 90px rgba(0,0,0,.46);
}
.about-hero-copy-ref {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  padding: clamp(28px, 5vw, 58px);
}
.about-hero-copy-ref .eyebrow {
  margin: 0;
}
.about-hero-copy-ref h1 {
  margin: 0;
  max-width: 360px;
  font-family: var(--font-title);
  font-size: clamp(54px, 6.4vw, 92px);
  line-height: .88;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(233,231,226,.96);
}
.about-hero-copy-ref h1::first-line {
  color: rgba(233,231,226,.95);
}
.about-hero-copy-ref p {
  max-width: 420px;
  margin: 0;
  color: rgba(233,231,226,.72);
  font-size: 15px;
  line-height: 1.75;
}
.about-hero-image-ref {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 1;
}
.about-hero-image-ref img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.86) saturate(1.08);
}
.about-reference-grid {
  display: grid;
  gap: 34px;
  margin-bottom: 44px;
}
.about-reference-row {
  display: grid;
  grid-template-columns: 82px minmax(260px, .95fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(22px, 3vw, 42px);
}
.about-reference-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  align-self: center;
  border: 1px solid rgba(255,79,31,.42);
  border-radius: 999px;
  color: var(--orange);
  background: rgba(255,79,31,.04);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}
.about-reference-icon svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.about-reference-copy {
  display: grid;
  gap: 10px;
}
.about-reference-copy h2 {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(233,231,226,.94);
}
.about-reference-copy span {
  display: inline-block;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.about-reference-copy p {
  margin: 0;
  color: rgba(233,231,226,.80);
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.82;
}
.about-reference-media {
  margin: 0;
  min-height: 216px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255,79,31,.28);
  background: rgba(255,255,255,.03);
  box-shadow: 0 22px 54px rgba(0,0,0,.32);
}
.about-reference-media img {
  width: 100%;
  height: 100%;
  min-height: 216px;
  max-height: 300px;
  object-fit: cover;
  filter: brightness(.92) saturate(1.08);
}
.about-reference-quote {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255,79,31,.30);
  border-radius: 28px;
  background: rgba(255,255,255,.018);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}
.about-reference-quote .quote-mark {
  color: var(--orange);
  font-family: var(--font-title);
  font-size: 92px;
  line-height: .72;
  font-weight: 700;
}
.about-reference-quote span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.about-reference-quote h2 {
  margin: 0 0 12px;
  font-family: var(--font-title);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(233,231,226,.94);
}
.about-reference-quote p {
  margin: 0;
  color: rgba(233,231,226,.86);
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.48;
  font-weight: 700;
}

@media (max-width: 920px) {
  .service-inline-carousel {
    margin-bottom: 62px;
  }
  .service-inline-track {
    gap: 28px;
    margin-inline: -34px;
  }
  .service-pill strong {
    max-width: none;
    font-size: 24px;
  }
  .about-hero-reference {
    min-height: 520px;
    grid-template-columns: 1fr;
    align-items: end;
    background: linear-gradient(180deg, rgba(3,5,15,.22), rgba(3,5,15,.96));
  }
  .about-hero-copy-ref {
    align-self: end;
  }
  .about-reference-row {
    grid-template-columns: 76px 1fr;
  }
  .about-reference-row .about-reference-media {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  .service-inline-track {
    margin-inline: -18px;
    gap: 22px;
  }
  .service-pill {
    gap: 12px;
    min-height: 68px;
  }
  .service-pill .service-icon,
  .service-pill .service-icon img {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }
  .service-pill .service-icon svg {
    width: 46px;
    height: 46px;
  }
  .service-pill strong {
    max-width: none;
    font-size: 21px;
  }
  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    min-height: 56px;
    width: 56px;
    justify-content: center;
    padding: 0;
  }
  .floating-whatsapp span {
    display: none;
  }
  .floating-whatsapp svg {
    width: 29px;
    height: 29px;
  }
  .about-story-page {
    padding-bottom: 76px;
  }
  .about-hero-reference {
    min-height: 430px;
    margin-bottom: 36px;
    border-radius: 22px;
  }
  .about-hero-copy-ref {
    padding: 24px 20px;
  }
  .about-hero-copy-ref h1 {
    font-size: clamp(44px, 15vw, 68px);
  }
  .about-reference-grid {
    gap: 28px;
  }
  .about-reference-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .about-reference-icon {
    width: 68px;
    height: 68px;
  }
  .about-reference-row .about-reference-media {
    grid-column: auto;
  }
  .about-reference-media,
  .about-reference-media img {
    min-height: 210px;
  }
  .about-reference-quote {
    grid-template-columns: 1fr;
    gap: 8px;
    border-radius: 22px;
  }
  .about-reference-quote .quote-mark {
    font-size: 76px;
  }
  .about-reference-quote p {
    font-size: 19px;
  }
}


/* Ajuste 2026-05-20: serviços e logos em faixa contínua, sem salto entre itens */
.service-inline-carousel[data-marquee],
.clients-strip[data-marquee] {
  overflow: hidden;
}
.service-inline-carousel[data-marquee] .service-inline-track,
.clients-strip[data-marquee] .client-track {
  width: max-content;
  max-width: none;
  overflow: visible;
  scroll-snap-type: none;
  scrollbar-width: none;
  animation: cammelo-continuous-strip var(--marquee-duration, 28s) linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.service-inline-carousel[data-marquee] .service-inline-slide,
.clients-strip[data-marquee] .client-logo-card {
  scroll-snap-align: none;
}
.service-inline-carousel[data-marquee] .service-inline-track::-webkit-scrollbar,
.clients-strip[data-marquee] .client-track::-webkit-scrollbar {
  display: none;
}
@keyframes cammelo-continuous-strip {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-1 * var(--marquee-distance, 960px)), 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .service-inline-carousel[data-marquee] .service-inline-track,
  .clients-strip[data-marquee] .client-track {
    width: 100%;
    overflow-x: auto;
    animation: none;
    transform: none;
    scroll-snap-type: x proximity;
  }
  [data-marquee] [data-marquee-clone="1"] {
    display: none;
  }
}

/* Ajuste 2026-05-27: rodapé sem ícones estranhos, WhatsApp circular e texto da VSL responsivo */
.footer-brand {
  display: grid;
  gap: 0;
}
.footer-empty {
  display: block;
  color: rgba(233,231,226,.42);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.floating-whatsapp {
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  justify-content: center;
  gap: 0;
  padding: 0;
}
.floating-whatsapp span {
  display: none;
}
.floating-whatsapp svg {
  width: 29px;
  height: 29px;
}

.hero-copy {
  grid-template-columns: minmax(300px, 1fr) minmax(250px, .58fr) auto;
  gap: clamp(24px, 4vw, 58px);
}
.hero-copy h1 {
  max-width: 520px;
}
.hero-copy h1 small,
.hero-copy h1 span {
  overflow-wrap: normal;
  word-break: normal;
}
.hero-copy p {
  max-width: 330px;
}

@media (max-width: 920px) {
  .hero-copy {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 0 0;
    align-items: start;
  }
  .hero-copy h1 {
    display: block;
    max-width: 560px;
  }
  .hero-copy h1 small {
    font-size: clamp(22px, 6.6vw, 34px);
    letter-spacing: .15em;
    margin-bottom: 8px;
  }
  .hero-copy h1 span {
    font-size: clamp(31px, 8.4vw, 46px);
    letter-spacing: .14em;
  }
  .hero-copy p {
    max-width: 450px;
    font-size: 15px;
    line-height: 1.7;
  }
  .hero-copy .outline-btn {
    justify-self: start;
    width: min(100%, 360px);
  }
}

@media (max-width: 620px) {
  .hero-copy {
    gap: 18px;
    padding-top: 26px;
  }
  .hero-copy h1 small {
    font-size: clamp(20px, 7.2vw, 28px);
    letter-spacing: .12em;
  }
  .hero-copy h1 span {
    font-size: clamp(30px, 10vw, 40px);
    letter-spacing: .10em;
  }
  .hero-copy p {
    max-width: 100%;
  }
  .hero-copy .outline-btn {
    width: 100%;
    max-width: none;
  }
}
