/* ==== Fontes self-hosted (Google Fonts removido: 1 RTT a menos, sem terceiro) ==== */
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/instrument-serif-italic-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/instrument-serif-italic-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/instrument-serif-normal-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/instrument-serif-normal-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(../fonts/inter-normal-400-900-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(../fonts/inter-normal-400-900-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ==========================================================================
   Origami Lab — Landing page
   Implementação do design "LP Origami Lab.dc.html" (Claude Design).
   ========================================================================== */

:root {
  /* Superfícies escuras */
  --ol-bg: #04070e;
  --ol-panel: #0b1220;
  --ol-surface: #0d1426;
  --ol-border: #1a2540;

  /* Superfícies claras */
  --ol-light: #f2f4f3;
  --ol-white: #fff;
  --ol-light-border: #e1e5e3;
  --ol-light-rule: #dce3df;
  --ol-light-hair: #e7ebe9;

  /* Marca */
  --ol-green: #2ee8a8;
  --ol-green-soft: #7ff0c4;
  --ol-green-deep: #1d7a62;
  --ol-green-ink: #12795d;
  --ol-green-live: #17a97f;
  --ol-on-green: #04231a;
  --ol-amber: #c4901a;
  --ol-amber-ink: #9a6b08;

  /* Texto sobre escuro */
  --ol-text: #fff;
  --ol-text-1: #c3d0de;
  --ol-text-2: #a9b8ca;
  --ol-text-3: #94a3b8;
  --ol-text-5: #71839b;
  --ol-text-6: #5c6e86;
  --ol-text-mint: #8fa8a0;

  /* Texto sobre claro */
  --ol-ink: #0d1426;
  --ol-ink-2: #3c4b44;
  --ol-ink-3: #6c7b73;
  --ol-ink-4: #4a5a52;

  /* Tipografia */
  --ol-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ol-serif: "Instrument Serif", Georgia, "Times New Roman", serif;

  /* Layout */
  --ol-max: 1280px;
  --ol-gutter: 24px;
  --ol-round: clamp(24px, 3vw, 44px);

  /* Fallback de duração. O valor real é calculado pelo JS a partir da largura
     medida de um conjunto, para a velocidade em px/s ser a mesma em toda tela. */
  --ol-mq-dur: 40s;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  font-family: var(--ol-sans);
  background: var(--ol-bg);
  color: var(--ol-text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

a {
  color: var(--ol-green);
  text-decoration: none;
}
a:hover {
  color: var(--ol-green-soft);
}

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

button {
  font: inherit;
}

li {
  list-style: none;
}

::selection {
  background: var(--ol-green);
  color: var(--ol-on-green);
}

:focus-visible {
  outline: 2px solid var(--ol-green);
  outline-offset: 3px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: var(--ol-bg);
}
::-webkit-scrollbar-thumb {
  background: var(--ol-border);
  border-radius: 20px;
}

.ol-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

@keyframes ol-glow {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.66;
  }
}
@keyframes ol-cue {
  0% {
    transform: translateY(0);
    opacity: 0.25;
  }
  45% {
    opacity: 1;
  }
  100% {
    transform: translateY(16px);
    opacity: 0;
  }
}
@keyframes ol-blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
/* O laço anda exatamente um conjunto de filhos, e essa distância vem MEDIDA em
   pixels pelo JS (`--ol-mq-w`). O `-50%` fica só de fallback.

   Antes era `-50%`, o que fazia o laço depender da largura da própria faixa
   resolver certo — e portanto de `width: max-content`, de não haver padding
   lateral e de o espaçamento ser `margin-right` em vez de `gap`. Três coisas
   frágeis, e nenhuma delas dava para conferir no aparelho do cliente. Em pixels,
   a distância é correta mesmo que a faixa meça errado. */
@keyframes ol-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--ol-mq-w, 50%)), 0, 0);
  }
}
@keyframes ol-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   Compartilhado
   -------------------------------------------------------------------------- */

.ol-h2 {
  font-weight: 800;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--ol-text);
  text-wrap: pretty;
}
.ol-h2--ink {
  color: var(--ol-ink);
}
.ol-h2--wide {
  font-size: clamp(2rem, 3.7vw, 3rem);
}
.ol-em {
  font-style: italic;
  color: var(--ol-green);
}

.ol-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  font-weight: 600;
  transition: box-shadow 0.3s ease, transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1),
    background 0.25s ease, border-color 0.25s ease;
}
.ol-btn--primary {
  background: var(--ol-green);
  color: var(--ol-on-green);
  font-size: 1rem;
  padding: 17px 32px;
  box-shadow: 0 0 40px rgb(46 232 168 / 0.3);
}
.ol-btn--primary:hover {
  color: var(--ol-on-green);
  box-shadow: 0 0 60px rgb(46 232 168 / 0.5);
}
.ol-btn--lg {
  font-size: 1.05rem;
  font-weight: 700;
  padding: 19px 36px;
  box-shadow: 0 0 44px rgb(46 232 168 / 0.3);
}
.ol-btn--lg:hover {
  box-shadow: 0 0 70px rgb(46 232 168 / 0.55);
}
.ol-btn--sm {
  font-size: 0.85rem;
  padding: 11px 22px;
  box-shadow: none;
  white-space: nowrap;
}
.ol-btn--sm:hover {
  box-shadow: 0 0 0 4px rgb(46 232 168 / 0.16);
}
.ol-btn--ghost {
  border: 1px solid rgb(255 255 255 / 0.24);
  color: var(--ol-text);
  font-size: 1rem;
  font-weight: 500;
  padding: 16px 30px;
  backdrop-filter: blur(6px);
}
.ol-btn--ghost:hover {
  background: rgb(255 255 255 / 0.08);
  border-color: rgb(255 255 255 / 0.55);
  color: var(--ol-text);
}

/* Link com filete que abre no hover */
.ol-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--ol-green-deep);
  border-bottom: 1px solid rgb(29 122 98 / 0.35);
  padding-bottom: 4px;
  transition: color 0.2s, border-color 0.2s, gap 0.2s;
}
.ol-inline-link:hover {
  color: var(--ol-ink);
  border-color: var(--ol-ink);
  gap: 14px;
}

/* --------------------------------------------------------------------------
   Navegação fixa + barra de progresso
   -------------------------------------------------------------------------- */

.ol-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
}
.ol-nav.is-stuck {
  background: rgb(4 7 14 / 0.86);
  backdrop-filter: blur(14px);
  border-bottom-color: rgb(255 255 255 / 0.08);
}
.ol-nav__inner {
  max-width: var(--ol-max);
  margin: 0 auto;
  padding: 20px var(--ol-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 24px;
  transition: padding 0.35s ease;
}
.ol-nav.is-stuck .ol-nav__inner {
  padding: 12px var(--ol-gutter);
}
.ol-nav__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.ol-nav__logo img {
  height: 26px;
  width: auto;
}
.ol-nav__right {
  display: flex;
  align-items: center;
  gap: 12px 30px;
}
.ol-nav__links {
  display: flex;
  align-items: center;
  gap: 10px 26px;
}
.ol-nav__link {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ol-text-3);
  white-space: nowrap;
  transition: color 0.2s;
}
.ol-nav__link:hover {
  color: var(--ol-text);
}
.ol-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1.5px;
  background: var(--ol-green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.ol-nav__link.is-active {
  color: var(--ol-text);
}
.ol-nav__link.is-active::after {
  transform: scaleX(1);
}
.ol-nav__track {
  height: 2px;
  background: transparent;
}
.ol-nav__progress {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--ol-green-deep), var(--ol-green));
  box-shadow: 0 0 12px rgb(46 232 168 / 0.6);
}

.ol-nav__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 11px;
  background: rgb(11 18 32 / 0.6);
  color: var(--ol-text);
  cursor: pointer;
  flex-shrink: 0;
}
.ol-nav__toggle:hover {
  border-color: var(--ol-green);
  color: var(--ol-green);
}
.ol-nav__toggle .ol-nav__x {
  display: none;
}
.ol-nav__toggle[aria-expanded="true"] .ol-nav__x {
  display: block;
}
.ol-nav__toggle[aria-expanded="true"] .ol-nav__bars {
  display: none;
}
.ol-nav__panel {
  display: none;
}

/* --------------------------------------------------------------------------
   Hero — fica preso (sticky) e o conteúdo passa por cima
   -------------------------------------------------------------------------- */

.ol-root {
  position: relative;
  background: var(--ol-bg);
}

.ol-hero {
  position: sticky;
  top: 0;
  z-index: 0;
  height: 100vh;
  overflow: hidden;
  background: var(--ol-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ol-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  will-change: transform;
}
.ol-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(
    120% 90% at 50% 45%,
    rgb(4 7 14 / 0.58) 0%,
    rgb(4 7 14 / 0.84) 55%,
    rgb(4 7 14 / 0.96) 100%
  );
}
.ol-hero__fade {
  position: absolute;
  inset: auto 0 0 0;
  height: 38%;
  z-index: 1;
  background: linear-gradient(to top, var(--ol-bg), transparent);
}
.ol-hero__content {
  position: relative;
  z-index: 2;
  max-width: var(--ol-max);
  margin: 0 auto;
  padding: 0 var(--ol-gutter);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  will-change: opacity, transform;
}
.ol-hero__title {
  font-family: var(--ol-serif);
  font-weight: 400;
  font-size: clamp(2.9rem, 7vw, 6rem);
  line-height: 1;
  letter-spacing: -0.02em;
  max-width: 19ch;
  margin-bottom: 28px;
  text-wrap: balance;
}
.ol-hero__lead {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.55;
  color: var(--ol-text-1);
  max-width: 56ch;
  margin-bottom: 40px;
  text-wrap: pretty;
}
.ol-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
}
.ol-hero__cue {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.ol-hero__cue b {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ol-text-6);
}
.ol-hero__cue i {
  width: 1px;
  height: 34px;
  background: linear-gradient(to bottom, var(--ol-green), transparent);
  animation: ol-cue 2.2s ease-in-out infinite;
}

/* Tudo abaixo do hero desliza sobre ele. */
.ol-over {
  position: relative;
  z-index: 2;
}

/* --------------------------------------------------------------------------
   Marquee de clientes (primeira camada branca sobre o hero)
   -------------------------------------------------------------------------- */

.ol-marquee {
  background: var(--ol-white);
  border-radius: var(--ol-round) var(--ol-round) 0 0;
  overflow: hidden;
  box-shadow: 0 -40px 90px rgb(0 0 0 / 0.55);
}
.ol-marquee__wrap {
  position: relative;
  padding: clamp(44px, 5vw, 62px) 0;
}
.ol-marquee__row {
  display: flex;
  width: max-content;
  /* Animação no compositor: não depende de requestAnimationFrame, então
     sobrevive ao momentum scroll do iOS, ao Low Power Mode e a jank.

     Sem `will-change`: animar `transform` já promove a camada, e a faixa é larga
     (3.700px+). No iOS, com device pixel ratio 3, a camada extra vira memória de
     textura à toa — sob pressão o WebKit descarta e a animação engasga. */
  animation: ol-marquee var(--ol-mq-dur, 60s) linear infinite;
  /* O sentido e invertido pelo `playbackRate` no JS, nao por
     `animation-direction`: trocar a direcao espelha o progresso e teleporta. */
  animation-direction: normal;
}
.ol-marquee__item {
  flex: 0 0 auto;
  width: 190px;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  filter: grayscale(1);
  opacity: 0.62;
  transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}
.ol-marquee__item:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-4px);
}
.ol-marquee__logo {
  width: 100%;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.ol-marquee__logo img {
  max-width: 84%;
  max-height: 100%;
  object-fit: contain;
}
.ol-marquee__label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ol-ink-3);
  text-align: center;
  line-height: 1.35;
}
.ol-marquee__mask {
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(48px, 10vw, 170px);
  pointer-events: none;
  z-index: 2;
}
.ol-marquee__mask--l {
  left: 0;
  background: linear-gradient(to right, var(--ol-white), transparent);
}
.ol-marquee__mask--r {
  right: 0;
  background: linear-gradient(to left, var(--ol-white), transparent);
}

/* --------------------------------------------------------------------------
   Serviços — cartões que empilham
   -------------------------------------------------------------------------- */

.ol-services {
  position: relative;
  background: var(--ol-light);
  color: var(--ol-ink);
}
.ol-services__head {
  max-width: var(--ol-max);
  margin: 0 auto;
  padding: clamp(80px, 9vw, 120px) var(--ol-gutter) clamp(40px, 5vw, 60px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 32px;
  align-items: flex-end;
}
.ol-services__head .ol-h2 {
  max-width: 24ch;
}
.ol-services__stack {
  max-width: var(--ol-max);
  margin: 0 auto;
  padding: 0 var(--ol-gutter) clamp(90px, 10vw, 150px);
}

.ol-stack {
  position: sticky;
  will-change: transform;
}
.ol-stack:nth-of-type(1) {
  top: 110px;
  margin-bottom: 38px;
}
.ol-stack:nth-of-type(2) {
  top: 128px;
  margin-bottom: 38px;
}
.ol-stack:nth-of-type(3) {
  top: 146px;
}
.ol-stack__card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ol-border);
  border-radius: 24px;
  background: var(--ol-panel);
  padding: clamp(30px, 3.6vw, 52px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(290px, 100%), 1fr));
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  box-shadow: 0 30px 70px rgb(4 7 14 / 0.35);
  color: var(--ol-text);
}
/* Holofote que segue o cursor. */
.ol-stack__spot {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    340px circle at var(--mx, 70%) var(--my, 20%),
    rgb(46 232 168 / 0.12),
    transparent 70%
  );
}
.ol-stack__body {
  position: relative;
  z-index: 1;
}
.ol-stack__kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.ol-stack__num {
  font-family: var(--ol-serif);
  font-size: 1.6rem;
  line-height: 1;
  color: var(--ol-green);
}
.ol-stack__rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--ol-green), transparent);
}
.ol-stack__title {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 16px;
}
.ol-stack__lead {
  font-size: 1.0625rem;
  color: var(--ol-text-2);
  line-height: 1.65;
  max-width: 42ch;
  margin-bottom: 26px;
}
.ol-stack__list li {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 13px 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.35;
}
.ol-stack__list li + li {
  border-top: 1px solid var(--ol-border);
}
.ol-stack__list li::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid var(--ol-green);
  border-radius: 50%;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   Painéis simulados dentro dos cartões
   -------------------------------------------------------------------------- */

.ol-mock {
  position: relative;
  z-index: 1;
  border: 1px solid var(--ol-light-rule);
  border-radius: 16px;
  background: var(--ol-white);
  padding: 20px;
  box-shadow: 0 18px 40px rgb(4 7 14 / 0.35);
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 290px;
  color: var(--ol-ink);
}
.ol-mock__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.ol-mock__tag {
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ol-ink-3);
}
.ol-mock__live {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ol-green-ink);
}
.ol-mock__live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ol-green-live);
  animation: ol-blink 1.8s ease-in-out infinite;
}
.ol-mock__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.ol-mock__stat {
  border: 1px solid var(--ol-light-hair);
  border-radius: 10px;
  padding: 10px 12px;
}
.ol-mock__stat--ok {
  border-color: rgb(23 169 127 / 0.38);
  background: rgb(23 169 127 / 0.07);
}
.ol-mock__stat b {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}
.ol-mock__stat--ok b {
  color: var(--ol-green-ink);
}
.ol-mock__stat span {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ol-ink-3);
  margin-top: 5px;
}
.ol-mock__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 12px;
  align-items: center;
  padding: 11px 0;
  border-top: 1px solid var(--ol-light-hair);
}
.ol-mock__row h4 {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ol-mock__row p {
  font-size: 0.6875rem;
  color: var(--ol-ink-3);
  margin-top: 2px;
}
.ol-mock__state {
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--ol-green-ink);
  white-space: nowrap;
}
.ol-mock__state--warn {
  color: var(--ol-amber-ink);
}
.ol-mock__bar {
  grid-column: 1 / -1;
  height: 6px;
  border-radius: 20px;
  background: #ecf0ee;
  overflow: hidden;
}
.ol-mock__fill {
  display: block;
  height: 100%;
  width: 0;
  background: var(--ol-green-live);
  transition: width 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.ol-mock__fill--warn {
  background: var(--ol-amber);
}

/* Matriz de priorização */
.ol-matrix {
  position: relative;
  flex: 1;
  border: 1px dashed var(--ol-light-rule);
  border-radius: 12px;
  min-height: 220px;
}
.ol-matrix::before,
.ol-matrix::after {
  content: "";
  position: absolute;
  background: #ecf0ee;
}
.ol-matrix::before {
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
}
.ol-matrix::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}
.ol-matrix i {
  position: absolute;
  border-radius: 50%;
  background: #c6cfca;
}
.ol-matrix i.is-mid {
  background: #a9b5af;
}
.ol-matrix i.is-pick {
  background: var(--ol-green-live);
  box-shadow: 0 0 0 8px rgb(23 169 127 / 0.16);
}
.ol-matrix__label {
  position: absolute;
  left: 60%;
  top: 2%;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--ol-green-ink);
  letter-spacing: 0.04em;
}

/* Acesso a capital */
.ol-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.ol-chips li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ol-ink-4);
  border: 1px solid var(--ol-light-rule);
  border-radius: 100px;
  padding: 6px 11px;
}
.ol-chips li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ol-green-live);
}
.ol-mock__split {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ol-green-ink);
}
.ol-mock__split i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d6deda, transparent);
}
.ol-outcomes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
.ol-outcome {
  border: 1px solid #e4e9e6;
  border-radius: 12px;
  background: #f7f9f8;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), background 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.ol-outcome:hover {
  border-color: rgb(23 169 127 / 0.6);
  background: var(--ol-white);
  transform: translateY(-4px);
}
.ol-outcome > span {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  border: 1px solid rgb(23 169 127 / 0.4);
  background: rgb(23 169 127 / 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ol-green-ink);
}
.ol-outcome h4 {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.25;
}
.ol-outcome p {
  font-size: 0.6875rem;
  color: var(--ol-ink-3);
  margin-top: 3px;
  line-height: 1.35;
}

/* --------------------------------------------------------------------------
   Como trabalhamos — trilha horizontal
   Padrão: rolagem horizontal comum, que funciona sem JS.
   Com JS e espaço em tela, o bloco vira "pinado" e anda com o scroll vertical.
   -------------------------------------------------------------------------- */

.ol-hpin {
  position: relative;
  background: var(--ol-bg);
}
.ol-hpin__vp {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vh, 40px);
  padding: clamp(72px, 9vw, 110px) 0 clamp(56px, 7vw, 90px);
}
.ol-hpin__head {
  max-width: var(--ol-max);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--ol-gutter);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 24px clamp(32px, 5vw, 64px);
  align-items: end;
}
.ol-hpin__head .ol-h2 {
  max-width: 20ch;
}
.ol-hpin__head p {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ol-text-2);
  max-width: 46ch;
}
.ol-hpin__rail {
  display: flex;
  gap: 20px;
  padding: 4px var(--ol-gutter);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  /* Sem barra de rolagem: a regra global `::-webkit-scrollbar` do design deixa
     a barra permanente e ela ainda rouba 10px de altura do bloco. O gesto
     continua, e quem sinaliza que há mais é o próximo painel aparecendo na
     borda — não a barra. */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ol-hpin__rail::-webkit-scrollbar {
  display: none;
}
.ol-hpin__rail > * {
  scroll-snap-align: center;
}

/* Modo pinado, ligado pelo JS */
.ol-hpin.is-pinned .ol-hpin__vp {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  justify-content: center;
  padding: clamp(72px, 11vh, 100px) 0 clamp(28px, 6vh, 60px);
}
.ol-hpin.is-pinned .ol-hpin__rail {
  width: max-content;
  overflow-x: visible;
  scroll-snap-type: none;
  padding: 0;
  will-change: transform;
}

.ol-hpanel {
  flex: 0 0 auto;
  width: clamp(268px, 33vw, 440px);
  background: var(--ol-panel);
  border: 1px solid var(--ol-border);
  border-radius: 22px;
  padding: clamp(24px, 2.6vw, 34px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: min(430px, max(300px, 100vh - 320px));
  transition: border-color 0.35s ease, background 0.35s ease, transform 0.35s ease;
}
.ol-hpanel:hover {
  border-color: rgb(46 232 168 / 0.5);
  background: var(--ol-surface);
  transform: translateY(-6px);
}
.ol-hpanel__num {
  font-family: var(--ol-serif);
  font-size: 2.6rem;
  line-height: 1;
  color: var(--ol-green);
}
.ol-hpanel h3 {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.ol-hpanel p {
  font-size: 1rem;
  color: var(--ol-text-3);
  line-height: 1.6;
}
.ol-hpanel__tags {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ol-hpanel__tags li {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ol-text-2);
  border: 1px solid var(--ol-border);
  border-radius: 100px;
  padding: 6px 12px;
}
.ol-hpanel--cta {
  background: linear-gradient(160deg, #17564a, var(--ol-panel));
  border-color: rgb(46 232 168 / 0.36);
  justify-content: space-between;
  gap: 20px;
}
.ol-hpanel--cta p {
  font-family: var(--ol-serif);
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 1.22;
  color: var(--ol-text);
}
.ol-hpanel--cta .ol-btn {
  justify-content: space-between;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 15px 22px;
  box-shadow: none;
}
.ol-hpanel--cta .ol-btn:hover {
  box-shadow: 0 0 40px rgb(46 232 168 / 0.45);
}

/* --------------------------------------------------------------------------
   Galeria em deriva
   -------------------------------------------------------------------------- */

.ol-gallery {
  position: relative;
  background: var(--ol-bg);
  overflow: hidden;
}
.ol-gallery__head {
  max-width: var(--ol-max);
  margin: 0 auto;
  padding: clamp(80px, 9vw, 130px) var(--ol-gutter) clamp(30px, 4vw, 46px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: 24px clamp(36px, 5vw, 64px);
  align-items: end;
}
.ol-gallery__head .ol-h2 {
  max-width: 19ch;
}
.ol-gallery__head p {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ol-text-2);
  max-width: 46ch;
}
.ol-drift {
  display: flex;
  padding: 0 0 clamp(80px, 9vw, 130px);
  width: max-content;
  animation: ol-marquee var(--ol-mq-dur, 60s) linear infinite;
  /* Sentido oposto ao dos logos; a inversao por scroll e feita no JS. */
  animation-direction: reverse;
}
.ol-shot {
  position: relative;
  margin: 0 18px 0 0;
  flex: 0 0 auto;
  width: clamp(240px, 26vw, 340px);
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--ol-border);
  background: var(--ol-panel);
}
.ol-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.ol-shot figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 20px;
  background: linear-gradient(
    to top,
    rgb(4 7 14 / 0.96) 0%,
    rgb(4 7 14 / 0.8) 48%,
    transparent 100%
  );
  text-shadow: 0 1px 3px rgb(4 7 14 / 0.7);
}
.ol-shot b {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
}
.ol-shot span {
  font-size: 0.8125rem;
  color: var(--ol-text-3);
}

/* --------------------------------------------------------------------------
   Clientes
   -------------------------------------------------------------------------- */

.ol-clients {
  background: var(--ol-light);
  color: var(--ol-ink);
  border-radius: var(--ol-round) var(--ol-round) 0 0;
}
.ol-clients__inner {
  max-width: var(--ol-max);
  margin: 0 auto;
  padding: clamp(84px, 10vw, 140px) var(--ol-gutter);
}
.ol-clients .ol-h2 {
  max-width: 24ch;
  margin-bottom: clamp(36px, 4vw, 56px);
  line-height: 1.1;
}
.ol-clients__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  gap: 14px;
}
.ol-client {
  border: 1px solid var(--ol-light-border);
  border-radius: 18px;
  background: var(--ol-white);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* Nome e setor centralizados como a logo, que já vem centrada pelo flex da
     `.ol-client__logo`. Vale para desktop e mobile — o cartão é o mesmo. */
  text-align: center;
  transition: border-color 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.45s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.ol-client:hover {
  border-color: rgb(29 122 98 / 0.45);
  box-shadow: 0 20px 40px rgb(9 15 30 / 0.12);
  transform: translateY(-5px);
}
.ol-client__logo {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* As marcas vão de quase quadradas (1,4:1) a faixas longas (5,5:1). Limitar só a
   largura em % dava o pior dos dois mundos: no mobile o cartão é largo, então a
   faixa esticava até ~260px enquanto a quase quadrada parava nos 58px de altura
   — lado a lado, uma parecia quatro vezes maior que a outra.

   A caixa fixa em px (180x54, ~3,3:1) inverte qual eixo manda em cada formato: a
   faixa trava na largura, a quase quadrada trava na altura, e as duas terminam
   com área parecida em qualquer largura de tela. O `min(...,100%)` cobre a coluna
   estreita do desktop, onde 180px não caberia dentro do cartão.

   Os arquivos foram recortados no conteúdo (a Retífica tinha 68% de margem branca
   embutida, a Bry 45%, a Syngular 54%): sem isso a proporção que o CSS enxerga é
   a da moldura, não a da marca, e a normalização mede a coisa errada.

   O limite lateral é `74%`, não `100%`: no desktop o cartão tem 189px úteis, e
   com `100%` a faixa longa chegava a 180px — 4,5px de folga de cada lado, zero
   em ~900px de viewport. A porcentagem reserva o respiro proporcionalmente. No
   mobile o cartão é largo (296px úteis), então lá quem manda é o cap de 160px. */
.ol-client__logo img {
  width: auto;
  height: auto;
  max-width: min(160px, 74%);
  max-height: 100%;
}
.ol-client__logo img.is-rounded {
  border-radius: 5px;
}
.ol-client b {
  display: block;
  font-family: var(--ol-serif);
  font-size: 1.1rem;
  font-weight: 400;
}
.ol-client span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ol-ink-3);
  font-weight: 600;
  margin-top: 4px;
}

/* --------------------------------------------------------------------------
   Quem somos
   -------------------------------------------------------------------------- */

.ol-about {
  position: relative;
  background: linear-gradient(
    168deg,
    #17564a 0%,
    #12463a 22%,
    #0d3229 44%,
    #091c1b 68%,
    #04070e 100%
  );
  border-radius: var(--ol-round) var(--ol-round) 0 0;
  /* `clip` e não `hidden`: os dois recortam o glow e o canto arredondado igual,
     mas `hidden` cria um container de rolagem, e isso anulava o `position:
     sticky` da coluna da foto — ela descia junto com a seção em vez de ficar
     presa. Com a foto em 4:5 quase não havia percurso e o bug passava batido; em
     3:2 a coluna da foto ficou 183px mais baixa que a de texto e ficou óbvio. */
  overflow: clip;
}
.ol-about__glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.18;
  background: radial-gradient(60% 50% at 78% 12%, rgb(46 232 168 / 0.55), transparent 70%);
  animation: ol-glow 11s ease-in-out infinite;
  pointer-events: none;
}
.ol-about__inner {
  position: relative;
  z-index: 1;
  max-width: var(--ol-max);
  margin: 0 auto;
  padding: clamp(84px, 10vw, 140px) var(--ol-gutter) clamp(90px, 11vw, 150px);
  display: grid;
  /* Colunas assimétricas, não `auto-fit`: o retrato do time é uma foto larga
     (3:2) e precisa de largura para os quatro rostos lerem. Com colunas iguais
     ela ficava com 576px; assim fica com 647px em 1440. */
  grid-template-columns: minmax(0, 1.28fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.ol-sticky-col {
  position: sticky;
  top: 120px;
}
.ol-about__figure {
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  box-shadow: 0 0 0 1px rgb(255 255 255 / 0.22), 0 40px 90px rgb(0 0 0 / 0.5);
  margin: 0;
}
.ol-about__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.ol-about__body {
  display: flex;
  flex-direction: column;
  gap: clamp(34px, 4.5vw, 50px);
  padding-top: clamp(0px, 2vw, 20px);
}
.ol-about__title {
  font-family: var(--ol-serif);
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.015em;
  max-width: 15ch;
  text-wrap: balance;
}
.ol-about__lead {
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--ol-text-1);
  max-width: 44ch;
}
.ol-about__label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.ol-about__label span {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ol-text-mint);
  white-space: nowrap;
}
.ol-about__label i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgb(255 255 255 / 0.18), transparent);
}
/* A pista mínima é 140px porque o rótulo mais longo ("Thoughtworks") mede
   107,7px e a pílula gasta 30px em padding e borda. Com os 112px antigos a
   coluna caía para ~125px (94,6px úteis) e o texto vazava da pílula — já
   acontecia em produção por volta de 940px, antes desta seção mudar. */
.ol-brands {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(140px, 100%), 1fr));
  gap: 10px;
}
.ol-brands li {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  background: rgb(11 18 32 / 0.72);
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 10px;
  padding: 12px 14px;
  transition: border-color 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.ol-brands li:hover {
  border-color: rgb(46 232 168 / 0.6);
  transform: translateY(-3px);
}

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */

.ol-faq {
  background: var(--ol-white);
  color: var(--ol-ink);
}
.ol-faq__inner {
  max-width: var(--ol-max);
  margin: 0 auto;
  padding: clamp(84px, 10vw, 140px) var(--ol-gutter);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}
.ol-faq__aside .ol-h2 {
  max-width: 15ch;
  margin-bottom: 20px;
  font-size: clamp(1.9rem, 3.3vw, 2.7rem);
}
.ol-faq__aside p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ol-ink-2);
  max-width: 36ch;
}
.ol-faq__aside a {
  color: var(--ol-green-deep);
  font-weight: 600;
  border-bottom: 1px solid rgb(29 122 98 / 0.35);
}
.ol-faq__list {
  display: grid;
  gap: 10px;
}
.ol-faq__item {
  background: var(--ol-white);
  border: 1px solid var(--ol-light-border);
  border-radius: 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.ol-faq__item:hover {
  border-color: #c9d2ce;
}
.ol-faq__item.is-open {
  border-color: var(--ol-green-deep);
  box-shadow: 0 16px 36px rgb(9 15 30 / 0.08);
}
.ol-faq__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 22px 24px;
  cursor: pointer;
  color: var(--ol-ink);
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.ol-faq__icon {
  flex-shrink: 0;
  color: var(--ol-green-deep);
  display: flex;
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.ol-faq__item.is-open .ol-faq__icon {
  transform: rotate(135deg);
}
.ol-faq__body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.3s ease;
}
.ol-faq__body p {
  padding: 0 24px 22px;
  font-size: 1rem;
  color: var(--ol-ink-2);
  line-height: 1.7;
}

/* --------------------------------------------------------------------------
   Chamada final
   -------------------------------------------------------------------------- */

.ol-cta {
  position: relative;
  overflow: hidden;
  background: var(--ol-bg);
  border-radius: var(--ol-round) var(--ol-round) 0 0;
}
.ol-cta__glow {
  position: absolute;
  width: 64vw;
  height: 64vw;
  border-radius: 50%;
  top: -28vw;
  left: 50%;
  margin-left: -32vw;
  background: radial-gradient(circle, rgb(46 232 168 / 0.2), transparent 62%);
  filter: blur(90px);
  animation: ol-glow 10s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}
.ol-cta__inner {
  position: relative;
  z-index: 2;
  max-width: var(--ol-max);
  margin: 0 auto;
  padding: clamp(100px, 12vw, 170px) var(--ol-gutter);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  will-change: transform, opacity;
}
.ol-cta__title {
  font-family: var(--ol-serif);
  font-weight: 400;
  font-size: clamp(2.3rem, 5.4vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: -0.015em;
  max-width: 22ch;
  margin-bottom: 26px;
  text-wrap: balance;
}
.ol-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
}
.ol-cta__lead {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ol-text-2);
  max-width: 58ch;
  margin-bottom: clamp(32px, 4vw, 44px);
}

/* --------------------------------------------------------------------------
   Rodapé
   -------------------------------------------------------------------------- */

.ol-footer {
  position: relative;
  overflow: hidden;
  background: var(--ol-bg);
  border-top: 1px solid rgb(255 255 255 / 0.07);
}
.ol-footer__inner {
  position: relative;
  z-index: 1;
  max-width: var(--ol-max);
  margin: 0 auto;
  padding: clamp(56px, 6vw, 80px) var(--ol-gutter) clamp(28px, 4vw, 40px);
}
.ol-footer__cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: clamp(32px, 5vw, 64px);
  margin-bottom: clamp(40px, 5vw, 56px);
}
.ol-footer__logo {
  height: 28px;
  width: auto;
  margin-bottom: 20px;
}
.ol-footer__tagline {
  font-size: 1rem;
  color: var(--ol-text-2);
  line-height: 1.65;
  max-width: 38ch;
}
.ol-footer__cta {
  margin-top: 24px;
  font-size: 0.9375rem;
  padding: 13px 26px;
}
.ol-footer__title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ol-text-5);
  margin-bottom: 18px;
}
.ol-footer__list {
  display: grid;
  gap: 12px;
}
.ol-footer__list a {
  font-size: 0.9375rem;
  color: var(--ol-text-2);
  width: fit-content;
  line-height: 1.55;
  transition: color 0.2s, transform 0.2s;
}
.ol-footer__list a:hover {
  color: var(--ol-text);
}
.ol-footer__list--nav a:hover {
  transform: translateX(4px);
}
.ol-social {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}
.ol-social a {
  width: 38px;
  height: 38px;
  border: 1px solid var(--ol-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ol-text-2);
  transition: border-color 0.25s, color 0.25s, transform 0.25s;
}
.ol-social a:hover {
  border-color: var(--ol-green);
  color: var(--ol-green);
  transform: translateY(-3px);
}
.ol-footer__bottom {
  border-top: 1px solid rgb(255 255 255 / 0.07);
  padding-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8125rem;
  color: var(--ol-text-6);
}
.ol-footer__mark {
  position: absolute;
  left: 50%;
  bottom: -3%;
  width: 120%;
  margin-left: -60%;
  opacity: 0.045;
  pointer-events: none;
  z-index: 0;
  max-width: none;
}

/* --------------------------------------------------------------------------
   Reveal
   -------------------------------------------------------------------------- */

[data-anim].is-armed {
  visibility: hidden;
}
[data-anim].is-in {
  visibility: visible;
  animation: ol-rise 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  animation-delay: calc(var(--ol-d, 0) * 85ms);
}

/* --------------------------------------------------------------------------
   Responsivo
   -------------------------------------------------------------------------- */

@media (max-width: 860px) {
  .ol-nav__links,
  .ol-nav__right > .ol-btn--sm {
    display: none;
  }
  .ol-nav__toggle {
    display: inline-flex;
  }
  .ol-nav__panel {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgb(4 7 14 / 0.98);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgb(255 255 255 / 0.08);
    padding: 6px var(--ol-gutter) 20px;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height 0.28s ease, visibility 0.28s;
  }
  .ol-nav__panel.is-open {
    max-height: 78vh;
    overflow-y: auto;
    visibility: visible;
  }
  .ol-nav__panel a {
    display: block;
    padding: 14px 4px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--ol-text-1);
    border-bottom: 1px solid rgb(255 255 255 / 0.07);
  }
  .ol-nav__panel a:hover {
    color: var(--ol-green);
  }
  .ol-nav__panel .ol-btn {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    border-bottom: 0;
    color: var(--ol-on-green);
  }

  /* Empilhamento sticky não cabe em tela pequena: vira lista simples. */
  .ol-stack {
    position: static;
    margin-bottom: 20px !important;
    transform: none !important;
  }
  .ol-stack:last-of-type {
    margin-bottom: 0 !important;
  }
  .ol-outcomes {
    grid-template-columns: 1fr;
  }
  .ol-sticky-col {
    position: static;
  }
  /* Em duas colunas estreitas a foto ficaria com ~366px. Empilhada ela usa a
     largura toda da seção, que é o que uma 3:2 de quatro pessoas pede. */
  .ol-about__inner {
    grid-template-columns: 1fr;
  }
  .ol-about__figure {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .ol-hero {
    position: relative;
    height: auto;
    min-height: 100svh;
    padding: 96px 0 72px;
  }
  .ol-hero__cue {
    display: none;
  }
  .ol-stack__card {
    padding: 24px 20px;
  }
  .ol-mock {
    min-height: 0;
  }
  .ol-mock__stats {
    grid-template-columns: 1fr;
  }
  .ol-marquee__item {
    width: 148px;
  }
  /* O rótulo é longo e vinha com nowrap: em tela estreita ele estourava
     a caixa e empurrava o filete para fora da viewport. */
  .ol-about__label {
    flex-wrap: wrap;
  }
  .ol-about__label span {
    white-space: normal;
  }
  .ol-footer__bottom {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
  [data-anim] {
    visibility: visible !important;
  }
  /* Sem movimento o hero não precisa ficar preso. */
  .ol-hero {
    position: relative;
  }
  /* Sem animação a faixa congelaria mostrando só os dois primeiros itens. Vira
     uma faixa que se arrasta com o dedo: nenhum movimento automático, mas o
     conteúdo continua alcançável. */
  .ol-marquee__wrap,
  .ol-gallery__deck {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .ol-marquee__wrap::-webkit-scrollbar,
  .ol-gallery__deck::-webkit-scrollbar {
    display: none;
  }
}
