/* ============================================================
   lando-tokens.css — tokens + componentes portados do
   landonorris.com (OFF+BRAND). Placeholder de fontes:
   Mona Sans Variable (@fontsource) e Alfa Slab One (≈ Brier).
   ============================================================ */

:root {
  --color--black: #111112;
  --color--white: #f4f4ed;
  --color--cream: #efefe5;
  --color--dark-green: #282c20;
  --color--dark-green-tint-1: #3b3c38;
  --color--dark-green-tint-2: #535450;
  --color--green-light: #ebeee0;
  --color--green-off-white-1: #dde1d2;
  --color--green-off-white-2: #b4b8a5;
  --color--lime: #d2ff00;
  --color--lime-off: #b2c73a;
  --color--dark-green-tint-1-low: rgba(59, 60, 56, 0.14);

  --gap: 1rem;
  --text--impact: clamp(3.4rem, 9vw, 8.75rem);
  --text--title-lg: clamp(2.6rem, 6.5vw, 5.5rem);
  --text--btn-primary: 0.8rem;

  --f-mona: 'Mona Sans Variable', 'Mona Sans', Arial, sans-serif;
  /* Substituta da Brier (comercial): serifa display de alto contraste, com
     pesos e itálico REAIS — evita faux bold/skew, que fechavam as letras. */
  --f-brier: 'Playfair Display', Georgia, serif;
}

/* ---------- base ---------- */
.lando * { margin: 0; padding: 0; box-sizing: border-box; }
.lando {
  font-family: var(--f-mona);
  background: var(--color--white);
  color: var(--color--dark-green);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.lando a { color: inherit; text-decoration: none; }
.lando ::selection { background: var(--color--lime); color: var(--color--dark-green); }

.s { position: relative; }
/* seções portadas vivem dentro do site principal: zera o padding global de <section> */
section.s { padding: 0; }
.s .image { max-width: 100%; display: block; }
/* container: cresce com a tela e CONGELA em 1920px (mesmo teto do original,
   --max-width: 1920px) — evita o layout "esticar" em telas grandes */
.c {
  position: relative; z-index: 1;
  width: 100%; max-width: 1920px; margin-left: auto; margin-right: auto;
  padding-left: clamp(1.2rem, 6vw, 11rem); padding-right: clamp(1.2rem, 6vw, 11rem);
}
.s > .marquee-advanced { position: relative; z-index: 1; }
.spacer._8rem { height: 8rem; }
.spacer._14rem { height: 14rem; }
.spacer._20rem { height: clamp(8rem, 14vw, 20rem); }
.spacer.is-exe { height: clamp(8rem, 12vw, 14rem); }

/* ---------- tipografia ---------- */
.text-impact-lg-mona {
  font-size: var(--text--impact);
  font-variation-settings: "wght" 660, "wdth" 93;
  font-weight: 660; font-stretch: 93%;
  letter-spacing: -0.0625rem;
  text-transform: uppercase;
  line-height: 90.6%;
}
.text-title-lg-mona {
  font-size: var(--text--title-lg);
  font-variation-settings: "wght" 660, "wdth" 93;
  font-weight: 660; font-stretch: 93%;
  text-transform: uppercase;
  line-height: 92%;
  letter-spacing: -0.04rem;
}
.span-brier, .text-title-lg-brier {
  font-family: var(--f-brier);
  font-weight: 700;              /* peso real da fonte (sem faux bold) */
  font-style: italic;            /* itálico real (sem skew sintético) */
  text-transform: lowercase;
  letter-spacing: -0.005em;
  font-size: 1.02em;             /* serifa tem altura-x menor que a sans */
  display: inline-block;
}
.text-body-reg-mona { font-size: 1rem; line-height: 1.5; font-weight: 460; max-width: 42ch; }
.text-eyebrow {
  font-variation-settings: "wght" 700, "wdth" 100;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.68rem;
  line-height: 1;
}

/* ---------- eyebrow ---------- */
.eyebrow-w { display: flex; align-items: center; gap: calc(var(--gap) * 0.5); overflow: clip; }
.eyebrow-icon-w { aspect-ratio: 1; width: 1rem; display: flex; justify-content: center; align-items: center; }

/* ---------- linhas do split (o JS injeta .line/.char/.high-line-reveal) ---------- */
[split-text] .line { display: block; position: relative; }
[split-text] .char { display: inline-block; will-change: transform; }
[data-anim="text-hover"] .text-clip-w,
.text-clip-w { clip-path: polygon(0 -6%, 0 106%, 100% 106%, 100% -6%); overflow: clip; }

/* ---------- botão (pill lime) ---------- */
.btn-w {
  border: 1px solid var(--color--lime);
  background-color: var(--color--lime);
  color: var(--color--dark-green);
  height: 3rem; border-radius: 0.54rem;
  display: inline-flex; justify-content: center; align-items: center;
  padding: 0 1rem; flex: none;
  transition: transform 0.25s ease;
}
.btn-w:hover { transform: translateY(-2px); }
.btn-inner { display: flex; justify-content: center; align-items: center; gap: calc(var(--gap) * 0.5); }
.btn-text {
  font-family: var(--f-mona);
  font-size: var(--text--btn-primary);
  font-variation-settings: "wdth" 86;
  font-stretch: 86%;
  text-transform: uppercase;
  font-weight: 800; line-height: 1;
}
.btn-icon-w { width: 1.7rem; height: 1.7rem; display: flex; align-items: center; justify-content: center; }
.btn-arrow { width: 100%; height: 100%; transition: transform 0.3s cubic-bezier(0.16,1,0.3,1); }
.btn-w:hover .btn-arrow { transform: translateX(3px); }

/* ---------- visor elíptico ---------- */
/* linhas de contorno animadas: fundo da seção, atrás do conteúdo (.c tem z-index 1) */
.exe-lines {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; display: block;
  pointer-events: none;
}
.exe-top-visor {
  z-index: 0;
  background-color: var(--color--black);
  clip-path: ellipse(70% 100% at 50% 0);
  height: 8rem;
  position: absolute;
  inset: -1px 0% auto;
}

/* ---------- seção exe (CTA) — disposição FIEL ao original ----------
   Colagem: texto à esquerda (2 colunas do grid) com a imagem 4 sangrando
   embaixo-esquerda; à direita a imagem 1 (torre 39×52rem) com o sticker
   sobreposto na base, a imagem 2 sangrando pra fora da borda direita e a
   imagem 3 sangrando embaixo-esquerda da coluna. */
.s.is-lando-exe { color: var(--color--dark-green); background: var(--color--white); overflow: clip; }
.exe-grid {
  display: grid;
  grid-template-columns: 23.55% 23.55% 23.55% 23.55%;
  grid-column-gap: var(--gap);
  grid-auto-columns: 1fr;
  width: 100%;
}
.exe-text-w { grid-area: span 1 / span 2; align-self: center; position: relative; }
/* sem coluna de mídia: o texto respira em 3 das 4 colunas em vez de ficar
   espremido na metade com um vazio ao lado */
.is-no-media .exe-text-w { grid-area: span 1 / span 3; }
.is-no-media .g-text-para-w { max-width: 44ch; }
.g-title-layout { z-index: 5; display: flex; flex-flow: column; align-items: flex-start; gap: calc(var(--gap) * 1.5); position: relative; }
/* subtítulo com marca-texto: cada .line (criada pelo split-text) vira um
   bloco lime do tamanho do próprio texto */
.exe-highlight {
  position: relative; z-index: 5;
  /* menor que .text-title-lg-mona: as 3 linhas do <br> precisam caber na
     coluna de texto sem quebrar de novo */
  font-size: clamp(1.35rem, 3.4vw, 2.9rem);
  line-height: 1.06;
}
.exe-highlight .line {
  width: fit-content;
  background: var(--color--lime);
  color: var(--color--black);
  padding: 0.08em 0.24em;
  margin-bottom: 0.1em;
}
.exe-highlight .line:last-child { margin-bottom: 0; }

.g-text-para-w { max-width: 32.4375rem; margin: 1.4rem 0 2rem; position: relative; z-index: 5; }
.exe-text-w .btn-w { position: relative; z-index: 5; }
.exe-col-2 { grid-area: span 1 / span 2; position: relative; margin-left: auto; }

.exe-cta-img-w { height: 52.0625rem; position: relative; overflow: clip; }
.exe-cta-img-w.is-1 {
  justify-content: center; align-items: flex-start;
  width: 39.375rem; display: flex; top: -4rem;
}
.exe-cta-img-w.is-2 {
  justify-content: center; align-items: flex-start;
  width: 25rem; height: 17.875rem; display: flex;
  position: absolute; inset: 8rem -16rem auto auto;
}
.exe-cta-img-w.is-3 {
  justify-content: center; align-items: flex-start;
  width: 14.1875rem; height: 18.125rem; display: flex;
  position: absolute; inset: auto auto -8rem -11.3rem;
}
.exe-cta-img-w.is-4 {
  z-index: 0;
  justify-content: center; align-items: flex-start;
  width: 16.375rem; height: 11.875rem; display: flex;
  position: absolute; inset: auto auto -8rem -14rem;
}
.image.is-exe-scroll {
  object-fit: cover; flex: none;
  width: 100%; max-width: none; height: calc(100% + 4rem);
}
/* card: peça pronta em PNG/WebP com bordas transparentes — aparece inteira,
   sem cover (que recortaria) e sem a folga vertical do parallax */
.is-card .image.is-exe-scroll { object-fit: contain; height: 100%; }
.exe-cta-sticker-w {
  width: 15.1875rem; height: 11.5rem;
  position: absolute; inset: auto 8rem -2rem auto; z-index: 3;
}
.exe-cta-sticker-w img { width: 100%; height: 100%; object-fit: contain; }

@media (max-width: 900px) {
  .exe-grid { display: flex; flex-direction: column; gap: 2rem; }
  .exe-col-2 { margin-left: 0; }
  .exe-cta-img-w.is-1 { width: 100%; max-width: 24rem; height: 32rem; top: 0; }
  .exe-cta-img-w.is-2 { display: none; }
  .exe-cta-img-w.is-3 { z-index: -1; width: 7rem; height: 9rem; inset: auto 10.6rem -0.2rem auto; }
  .exe-cta-img-w.is-4 { display: none; }
  .exe-cta-sticker-w { width: 7.1rem; height: 5.4rem; inset: auto 1rem 3.7rem auto; }
}

/* ---------- collabs / marquee ---------- */
.s.is-home-collabs { background: var(--color--white); color: var(--color--dark-green); }
.title-layout { display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; align-items: flex-end; }
.marquee-adv-row, .marquee-advanced { width: 100vw; position: relative; overflow: clip; }
.marquee-adv-scroll, .marquee-advanced__scroll { will-change: transform; display: flex; position: relative; width: max-content; }
.marquee-adv-collection, .marquee-advanced__collection { flex: none; display: flex; align-items: center; position: relative; }
.marquee-adv-item, .marquee-advanced__item { display: flex; align-items: center; }
.marquee-spacer { width: clamp(2rem, 5vw, 5rem); flex: none; }
.marquee-logo {
  height: 2.6rem; display: flex; align-items: center;
  font-variation-settings: "wght" 700, "wdth" 93;
  font-weight: 700; text-transform: uppercase; font-size: 1.3rem;
  opacity: 0.75; white-space: nowrap;
}
.home-collab-marquee-svg { height: 2.6rem; width: auto; flex: none; }
/* clientes: lockup ícone + nome (uniformiza favicons de tamanhos variados) */
.client-item { display: flex; align-items: center; gap: 0.65rem; flex: none; }
.client-item img {
  height: 1.9rem; width: 1.9rem; object-fit: contain;
  border-radius: 0.35rem; flex: none;
}
.client-name {
  font-variation-settings: "wght" 700, "wdth" 93;
  font-weight: 700; font-stretch: 93%;
  text-transform: uppercase; font-size: 1.15rem; line-height: 1;
  color: var(--color--dark-green); opacity: 0.85; white-space: nowrap;
}
.footer-marquee-logo-w { height: 2.625rem; display: flex; align-items: center; flex: none; }
.footer-marquee-svg { height: 100%; width: auto; }

/* ---------- callout socials (deck de cards) ---------- */
/* seções claras: branco puro e contínuo (sem quebra de tom entre elas) */
.s.is-callout-socials { z-index: 5; color: var(--color--black); position: relative; background: var(--color--white); }
.callout-socials-inner { display: flex; justify-content: center; align-items: center; }
.callout-socials-layout {
  text-align: center; display: flex; flex-flow: column;
  justify-content: flex-start; align-items: center;
  gap: calc(var(--gap) * 2); width: 100%;
}
.callout-socials-rive-w { position: relative; }
.callout-icon {
  width: 5.625rem; color: var(--color--lime);
  margin: 0 auto; display: flex; position: relative;
  animation: calloutSpin 14s linear infinite;
}
@keyframes calloutSpin { to { transform: rotate(360deg); } }
.split-flex { display: flex; flex-flow: column; }
.split-flex.is-center { justify-content: center; align-items: center; }
.callout-socials-card-layout {
  justify-content: center; align-items: center;
  width: 100%; max-width: 80rem; height: 36rem;
  display: flex; position: relative;
}
.callout-socials-card-w {
  z-index: 0; backface-visibility: hidden; will-change: transform;
  border-radius: 3.31625rem; flex: none;
  width: 20rem; height: 35rem;
  position: absolute; overflow: clip;
  box-shadow: 0 18px 50px rgba(17, 17, 18, 0.18);
  transition: box-shadow 0.35s ease;
}
.callout-socials-card-w:hover { box-shadow: 0 26px 70px rgba(17, 17, 18, 0.3); }
.video-stream { position: absolute; inset: 0%; }
.image.is-social-card {
  z-index: 10; position: absolute; inset: 0%;
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.01); transition: transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
.callout-socials-card-w:hover .image.is-social-card { transform: scale(1.07); }
.callout-socials-intro-w {
  margin-top: calc(var(--gap) * 3);
  display: flex; flex-flow: column; justify-content: flex-start; align-items: center;
}
.text-cta-short-intro { letter-spacing: 0.040625rem; font-size: 2rem; line-height: 1.04; }
/* 600 é o peso mais leve carregado da Playfair: evita o browser aproximar */
.font-brier { font-family: var(--f-brier); font-weight: 600; font-style: italic; }
.callout-socials-links-layout { display: flex; gap: calc(var(--gap) * 1.5); flex-wrap: wrap; justify-content: center; }
.callout-socials-links-layout .btn-text { font-size: 1rem; }
@media (max-width: 900px) {
  .callout-socials-card-layout { height: 24rem; overflow: clip; }
  .callout-socials-card-w { width: 11rem; height: auto; aspect-ratio: 20/35; border-radius: 1.6rem; }
  .callout-icon { width: 3.4rem; }
  .callout-socials-layout { gap: var(--gap); }
  .callout-socials-intro-w { margin-top: var(--gap); }
  .text-cta-short-intro { font-size: 1.45rem; }
  .callout-socials-links-layout { gap: 1.2rem; }
}
@media (max-width: 480px) {
  .callout-socials-card-layout { height: 20rem; }
  .callout-socials-card-w { width: 9.2rem; }
}

/* ---------- fundo data-gl-change (gradiente que transiciona por seção) ---------- */
.lando-gl-bg {
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  opacity: 0; transition: opacity 0.5s ease;
}
.lando-gl-bg span { position: absolute; inset: 0; opacity: 0; }

/* ---------- footer — CLONE FIEL do original ---------- */
.s.is-footer { z-index: 0; color: var(--color--dark-green); background: var(--color--white); position: relative; }
/* cartão recuado ~1 gap de todos os lados (fica "flutuando" sobre o lime) */
.c.is-footer {
  z-index: 5; position: relative;
  padding: var(--gap);
  max-width: 1920px; margin-left: auto; margin-right: auto;
}
.footer-layout-w { position: relative; }
.footer-layout-clip {
  aspect-ratio: 1688 / 896;
  background-color: var(--color--dark-green);
  width: 100%;
  color: var(--color--white);
  position: relative;
  overflow: clip;
  /* medidas internas proporcionais ao cartão (1688px = 100cqw),
     replicando o original em qualquer largura de tela */
  container-type: inline-size;
  /* silhueta: cantos arredondados + aba no topo + degraus na base */
  -webkit-mask-image: url("../assets/footer-mask.svg");
  mask-image: url("../assets/footer-mask.svg");
  -webkit-mask-size: 100% 100%; mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}
.footer-inner-layout { flex-flow: column; height: 100%; display: flex; }

/* links: colunas nas laterais, na base (acima da figura).
   Medidas em cqw = % da largura do cartão (base original: 1688px) */
.footer-links-w {
  justify-content: space-between; width: 100%;
  margin-top: auto;
  margin-bottom: 14rem; margin-bottom: 13.3cqw;
  padding-left: 12.8rem; padding-right: 12.8rem;
  padding-left: 8cqw; padding-right: 8cqw;
  display: flex; position: relative; z-index: 6;
}
.footer-links-col { flex-flow: column; justify-content: flex-start; align-items: center; display: flex; }
.footer-links-col .eyebrow-w { color: var(--color--green-off-white-2); }
.footer-links-layout {
  gap: calc(var(--gap) * 0.2);
  flex-flow: column; justify-content: flex-start; align-items: center;
  margin-top: 1rem; margin-bottom: 2rem; display: flex;
}
.text-link-w { display: inline-block; }
.btn-text.is-footer {
  font-size: 1.6rem; font-size: 1.52cqw;
  font-weight: 800; text-transform: uppercase;
  font-variation-settings: "wght" 800, "wdth" 86; font-stretch: 86%;
  white-space: nowrap;
}
.c-lime { color: var(--color--lime); }

/* statement: absoluto no topo do cartão.
   z-index 4 = ABAIXO da figura (z 5), pra foto passar na frente do texto */
.footer-statement-w {
  text-align: center; justify-content: center; align-items: flex-start;
  display: flex; position: absolute; z-index: 4;
  inset: 12rem 0% auto; inset: 11.4cqw 0% auto;
}
.footer-statement-layout {
  display: flex; flex-flow: column; justify-content: flex-start; align-items: center;
  width: 48rem; width: 45.5cqw; margin: 0 auto; position: relative;
}
.text-impact-sm-mona {
  font-variation-settings: "wght" 660, "wdth" 93;
  font-weight: 660; font-stretch: 93%;
  letter-spacing: -0.0625px;
  text-transform: uppercase;
  font-size: 5.25rem; font-size: 4.98cqw;
  line-height: 0.856;
}
/* TESTE: idêntica à .text-impact-sm-mona (fonte, peso, tamanho, caixa) —
   o destaque fica só na cor, aplicada por .c-lime-off no HTML */
.text-impact-sm-brier {
  /* sem font-family: herda a mesma do h2 (.text-impact-sm-mona também não
     declara), garantindo tipo idêntico ao das palavras em branco */
  font-variation-settings: "wght" 660, "wdth" 93;
  font-weight: 660; font-stretch: 93%;
  font-style: normal;
  letter-spacing: -0.0625px;
  text-transform: uppercase;
  font-size: 5.25rem; font-size: 4.98cqw;
  line-height: 0.856;
}
.c-lime-off { color: var(--color--lime-off); }

/* figura central na base */
.footer-bg-helmet-w {
  z-index: 5; pointer-events: none;
  justify-content: center; align-items: flex-end;
  display: flex; position: absolute; inset: auto 0% 0%;
}
.footer-bg-helmet-layout { justify-content: center; align-items: flex-end; display: flex; position: relative; }
.footer-bg-img {
  flex: none; width: auto; position: relative;
  height: 39.875rem; height: 37.8cqw;
  bottom: -3rem; bottom: -2.8cqw;
}
.footer-bg-bottom-btn-w { pointer-events: auto; position: absolute; bottom: 1.75rem; bottom: 1.7cqw; }

/* marquee de logos: atrás da figura */
.footer-marquee {
  z-index: -1; gap: calc(var(--gap) * 2);
  flex-flow: row; justify-content: flex-start; align-items: flex-start;
  height: 2.625rem; display: flex;
  position: absolute; inset: auto 0% 3.75rem; inset: auto 0% 3.6cqw;
  color: var(--color--green-off-white-2);
}

.footer-bg-pattern-w { z-index: -1; opacity: 0.05; position: absolute; inset: 0%; pointer-events: none; }
.footer-bg-pattern-w .image { width: 100%; height: 100%; object-fit: cover; }

/* glow lime subindo por trás do cartão (fica ACIMA do fundo da seção,
   abaixo do cartão — que está em .c.is-footer com z-index 5) */
.footer-bg-gradient {
  background-image: radial-gradient(circle farthest-corner at 50% -190%, var(--color--lime-zero, #d2ff0000) 68%, var(--color--lime) 83%);
  pointer-events: none; transform-origin: 50% 100%;
  height: 100%; position: absolute; inset: auto 0% 0%; overflow: clip;
}

.footer-legal-links-w { justify-content: space-between; display: flex; position: relative; margin-top: var(--gap); }
.footer-legal-links-col { gap: var(--gap); display: flex; align-items: center; }
.text-title-small-label { text-transform: none; font-size: 0.75rem; font-weight: 600; line-height: 1.25; }
.text-title-small-label.bold { font-weight: 800; }

/* item do marquee de parceiros (ícone + nome) */
.partner-item { display: flex; align-items: center; gap: 0.6rem; flex: none; height: 2.625rem; }
.partner-item img { height: 1.7rem; width: 1.7rem; object-fit: contain; border-radius: 0.3rem; flex: none; }
.partner-name {
  font-variation-settings: "wght" 700, "wdth" 93;
  font-weight: 700; font-stretch: 93%;
  text-transform: uppercase; font-size: 1.2rem; line-height: 1;
  color: var(--color--green-off-white-2); white-space: nowrap;
}

/* ---------- footer no mobile: layout em FLUXO (sem posições absolutas) ----------
   O layout desktop é uma colagem absoluta calibrada para 1688px; abaixo de 900px
   ele é reempilhado verticalmente: statement → links → figura + botão → marquee. */
@media (max-width: 900px) {
  /* a máscara SVG preserva proporção ao esticar e cortaria o cartão alto
     do mobile — aqui o formato vira cantos arredondados */
  .footer-layout-clip {
    aspect-ratio: auto;
    -webkit-mask-image: none; mask-image: none;
    border-radius: 1.6rem;
  }
  .footer-inner-layout { padding: 3rem 1.1rem 0; }

  /* ordem visual: statement → links → figura+botão → marquee */
  .footer-statement-w { order: 1; position: static; inset: auto; margin-bottom: 2.2rem; }
  .footer-links-w { order: 2; }
  .footer-bg-helmet-w { order: 3; }
  .footer-marquee { order: 4; }
  .footer-statement-layout { width: 100%; }
  .text-impact-sm-mona { font-size: 2.5rem; }
  .text-impact-sm-brier { font-size: 2.5rem; }   /* igual à .text-impact-sm-mona */

  .footer-links-w {
    position: static; margin: 0 0 2.4rem; padding: 0;
    justify-content: space-around; gap: 1rem;
  }
  .footer-links-col { flex: 1; }
  .btn-text.is-footer { font-size: 1.05rem; }
  .footer-links-layout { margin-bottom: 0; gap: 0.35rem; }
  /* alvo de toque confortável nos links do footer */
  .footer-links-layout .text-link-w { padding: 6px 0; }
  .callout-socials-links-layout .text-link-w { padding: 8px 0; }

  .footer-bg-helmet-w { position: static; margin-top: auto; }
  .footer-bg-helmet-layout { flex-flow: column; align-items: center; width: 100%; }
  .footer-bg-img { height: auto; width: 72%; max-width: 250px; bottom: 0; margin-bottom: 0; }
  /* botão sobrepõe a base da foto (como no desktop), mas por cima dela */
  .footer-bg-bottom-btn-w { position: relative; z-index: 2; margin: -1.5rem 0 1.4rem; }

  .footer-marquee { position: static; inset: auto; margin-bottom: 1.2rem; opacity: 0.75; }
  .partner-name { font-size: 0.95rem; }
  .partner-item img { height: 1.4rem; width: 1.4rem; }

  .footer-legal-links-w { flex-flow: row-reverse wrap; justify-content: center; gap: var(--gap); margin-top: 1.4rem; text-align: center; }
  .footer-legal-links-col a { padding: 6px 4px; }
}

/* ---------- responsivo ----------
   (as regras do footer mobile ficam no bloco @media do próprio footer) */
@media (max-width: 900px) {
  .exe-col-2 { margin-left: 0; }
}
