/* =========================================================
   NOVO PONTO PNEUS — Landing Page Institucional
   Identidade: amarelo #FFD400 · preto #0B0B0B · creme #F5F1EA
   Tipografia: Bebas Neue (display) · Fraunces (editorial) · Inter (UI)
   ========================================================= */

:root {
  --yellow: #FFD400;
  --yellow-soft: #FFE45C;
  --yellow-dark: #C9A300;
  --black: #0B0B0B;
  --black-soft: #161616;
  --ink: #1A1A1A;
  --paper: #F5F1EA;
  --paper-warm: #EDE6D8;
  --line: rgba(11,11,11,0.12);
  --line-light: rgba(255,255,255,0.12);
  --muted: #6E6A63;
  --muted-light: rgba(255,255,255,0.62);
  --container: 1240px;
  --container-narrow: 960px;
  --transition: 280ms cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------- Tipografia ---------- */

h1, h2, h3, h4, h5 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.08;
  margin: 0 0 24px;
  color: inherit;
  font-variation-settings: "opsz" 144;
}

h1 { font-size: clamp(2.6rem, 5.8vw, 5rem); font-weight: 300; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 400; }
h3 { font-size: clamp(1.4rem, 2vw, 1.8rem); font-weight: 500; }
h4 { font-size: 1.1rem; font-weight: 600; }

p { margin: 0 0 18px; color: var(--ink); }

em { font-style: italic; color: var(--yellow-dark); font-family: 'Fraunces', serif; }

.kicker {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--yellow-dark);
  margin-bottom: 28px;
}
.kicker.light { color: var(--yellow); }

.section-sub {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 580px;
  margin: 0 auto;
}
.section-head.left .section-sub { margin: 0; }
.section-dark .section-sub { color: var(--muted-light); }

/* ---------- HEADER ---------- */

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245,241,234,0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 20px 32px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--black);
}
.brand-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: transform var(--transition), filter var(--transition);
}
.brand-logo img {
  height: 52px;
  width: auto;
  display: block;
  /* Logo é amarelo+preto. No header claro, escurece um toque o preto para legibilidade */
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.08));
}
.brand-logo:hover {
  transform: translateY(-1px);
}
.nav-links {
  display: flex;
  gap: 32px;
  margin-left: auto;
}
.nav-links a {
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color var(--transition);
  position: relative;
}
.nav-links a:hover { color: var(--yellow-dark); }
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: -6px;
  height: 1px;
  background: var(--yellow-dark);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.nav-links a:hover::after { transform: scaleX(1); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  width: 22px;
  height: 1.5px;
  background: var(--ink);
  transition: transform var(--transition), opacity var(--transition);
}

/* ---------- HERO ---------- */

.hero {
  position: relative;
  background: var(--black);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(640px, 92vh, 920px);
  display: flex;
  align-items: center;
  padding: 100px 0 80px;
}

/* Fotos da fachada rolando no fundo do hero */
.hero-photos {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-photos-track {
  display: flex;
  height: 100%;
  width: max-content;
  animation: heroPhotoScroll 70s linear infinite;
  opacity: 0.62;
}
.hero-photos-track img {
  height: 100%;
  width: auto;
  object-fit: cover;
  filter: grayscale(0.1);
}
/* Escurece as fotos para o texto ficar em destaque */
.hero-photos::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at center, rgba(11,11,11,0.32) 0%, rgba(11,11,11,0.62) 68%, rgba(11,11,11,0.9) 100%),
    linear-gradient(180deg, rgba(11,11,11,0.45), rgba(11,11,11,0.55));
}
@keyframes heroPhotoScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

/* Eyebrow com linhas laterais centralizado */
.hero-meta {
  justify-content: center;
}
.hero-meta .line {
  width: 36px;
}

/* CTA centralizado */
.hero .scroll-cue {
  display: inline-flex;
  margin-top: 8px;
}

/* Marcadores 1993 — Hoje fixos no rodapé do hero */
.hero-years {
  position: absolute;
  z-index: 2;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.18em;
}

/* Texto com gradiente sutil (sem stripes que cortavam o texto) */
.hero-title-grad {
  display: inline-block;
  background-image: linear-gradient(45deg, #FFD400, #FFE45C, #FFB800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: gradientShift 4s ease-in-out infinite alternate;
}

@keyframes gradientShift {
  0%   { filter: hue-rotate(0deg); }
  100% { filter: hue-rotate(-15deg); }
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
}
.hero-meta .line {
  width: 48px;
  height: 1px;
  background: var(--yellow);
}
.meta-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--yellow);
}

.hero-title {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 36px;
}
.hero-title em {
  font-style: italic;
  color: var(--yellow);
  font-weight: 400;
}

.hero-sub {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  color: rgba(255,255,255,0.75);
  max-width: 560px;
  margin: 0 auto 56px;
  line-height: 1.7;
}

.scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: color var(--transition);
}
.scroll-cue svg {
  width: 22px;
  height: 22px;
  animation: bounce 2.2s ease-in-out infinite;
}
.scroll-cue:hover { color: var(--yellow); }
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(5px); }
}

.hero-year {
  font-size: 1.3rem;
  color: rgba(255,255,255,0.55);
}
.hero-year.now { color: var(--yellow); }
.hero-divider {
  width: 60px;
  height: 1px;
  background: rgba(255,255,255,0.25);
  position: relative;
}
.hero-divider::after {
  content: '';
  position: absolute;
  right: -4px; top: -3px;
  width: 8px; height: 8px;
  background: var(--yellow);
  border-radius: 50%;
}

/* ---------- SECTIONS BASE ---------- */

.section {
  padding: 140px 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.section > .container { position: relative; z-index: 2; }
.section-dark {
  background: var(--black);
  color: #fff;
}
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark p { color: rgba(255,255,255,0.72); }

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 90px;
}
.section-head.left {
  text-align: left;
  margin-left: 0;
}

/* ---------- MANIFESTO ---------- */

.section-manifesto {
  background: var(--paper);
  padding: 160px 0;
}
.manifesto-inner {
  max-width: var(--container-narrow);
  margin: 0 auto;
}
.manifesto-text {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(1.8rem, 3.6vw, 3rem);
  line-height: 1.25;
  letter-spacing: -0.015em;
  margin-bottom: 72px;
  max-width: 880px;
}
.manifesto-text .muted {
  color: var(--muted);
  display: inline;
}
.manifesto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-top: 50px;
  border-top: 1px solid var(--line);
}
.manifesto-grid p {
  font-size: 1.02rem;
  color: var(--ink);
  line-height: 1.75;
}
.manifesto-grid p strong { color: var(--black); font-weight: 600; }

/* ---------- TIMELINE ---------- */

.timeline {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding-left: 60px;
}
.timeline-line {
  position: absolute;
  left: 14px;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, rgba(255,212,0,0.4) 8%, rgba(255,212,0,0.4) 92%, transparent 100%);
}
.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 40px;
  padding-bottom: 70px;
}
.timeline-item:last-child { padding-bottom: 0; }

.timeline-dot {
  position: absolute;
  left: -53px;
  top: 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 6px rgba(255,212,0,0.15);
}
.timeline-year {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  color: var(--yellow);
  padding-top: 4px;
}
.timeline-content h3 {
  color: #fff;
  margin-bottom: 14px;
  font-weight: 500;
}
.timeline-content p {
  font-size: 1rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.75;
  max-width: 540px;
  margin: 0;
}

/* ---------- PILARES ---------- */

.section-pilares { background: var(--paper-warm); padding: 140px 0; }
.section-pilares .section-head { margin-bottom: 80px; }

.pilares-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.pilar {
  padding: 60px 50px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
  transition: background var(--transition);
  position: relative;
}
.pilar:hover { background: rgba(255,212,0,0.08); }
.pilar-num {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.25em;
  color: var(--yellow-dark);
  margin-bottom: 24px;
}
.pilar h3 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 18px;
  color: var(--black);
}
.pilar p {
  font-size: 1rem;
  color: var(--ink);
  margin: 0;
  line-height: 1.75;
}

/* ---------- ÁREAS DE ATUAÇÃO ---------- */

.section-atuacao { padding: 140px 0; }
.section-atuacao .section-head { margin-bottom: 100px; }

.atuacao-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.atuacao-item {
  display: grid;
  grid-template-columns: 80px 1fr 200px;
  gap: 50px;
  align-items: center;
  padding: 70px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.atuacao-item:last-child { border-bottom: 1px solid rgba(255,255,255,0.08); }
.atuacao-item.reverse { direction: rtl; }
.atuacao-item.reverse > * { direction: ltr; }

.atuacao-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.2rem;
  color: var(--yellow);
  letter-spacing: 0.05em;
  line-height: 1;
}
.atuacao-body h3 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  color: #fff;
  margin-bottom: 18px;
}
.atuacao-lead {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.88);
  margin-bottom: 16px;
  max-width: 640px;
}
.atuacao-detail {
  font-size: 0.98rem;
  color: rgba(255,255,255,0.62);
  max-width: 580px;
  line-height: 1.75;
  margin: 0;
}
.atuacao-visual {
  width: 180px;
  height: 180px;
  display: grid;
  place-items: center;
  color: var(--yellow);
  opacity: 0.7;
  transition: opacity var(--transition), transform var(--transition);
}
.atuacao-item:hover .atuacao-visual {
  opacity: 1;
  transform: rotate(8deg);
}

/* Animações Lottie de rodas/pneus (vetoriais, sem fundo) */
.atuacao-visual--lottie {
  width: 230px;
  height: 230px;
  opacity: 1;
}
.atuacao-visual--lottie svg {
  width: 100%;
  height: 100%;
  display: block;
}

.atuacao-extra {
  margin: 60px 0 0;
  padding: 24px 30px;
  border-left: 2px solid var(--yellow);
  font-size: 0.98rem;
  color: rgba(255,255,255,0.72);
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  max-width: 760px;
}
.atuacao-extra span {
  color: var(--yellow);
  font-weight: 400;
  margin-right: 6px;
}

/* ---------- MARCAS PARCEIRAS ---------- */

.section-parceiros {
  background: var(--black);
  color: #fff;
  padding: 120px 0;
}
.section-parceiros .section-head { margin-bottom: 60px; }

.marquee-wrap {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.marquee {
  position: relative;
  overflow: hidden;
  padding: 12px 0;
}
/* Fades nas bordas, fundindo com o preto da seção */
.marquee::before,
.marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
  z-index: 3;
  pointer-events: none;
}
.marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--black) 0%, transparent 100%);
}
.marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--black) 0%, transparent 100%);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 42s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }

.marquee-group {
  display: flex;
  align-items: center;
}

/* Logos transparentes direto sobre o preto — versões tratadas
   pra dark mode (tons escuros clareados, fundo removido) */
.marquee-logo {
  height: 40px;
  width: auto;
  max-width: none;
  flex-shrink: 0;
  margin: 0 36px;
  object-fit: contain;
  transition: transform var(--transition);
}
.marquee-logo:hover { transform: scale(1.08); }

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

/* ---------- OFF-ROAD ---------- */

.section-offroad {
  position: relative;
  background: var(--black-soft);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  padding: 160px 0;
}
.offroad-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 100px;
  align-items: center;
}
.offroad-text h2 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(2.2rem, 4.4vw, 3.8rem);
  line-height: 1.08;
  color: #fff;
  margin-bottom: 32px;
}
.offroad-text h2 em {
  color: var(--yellow);
  font-weight: 400;
}
.offroad-text p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.78;
  max-width: 540px;
}

.offroad-quote {
  position: relative;
  padding: 50px 40px;
  background: rgba(255,212,0,0.04);
  border-left: 2px solid var(--yellow);
  border-radius: 4px;
}
.quote-mark {
  position: absolute;
  top: -30px;
  left: 30px;
  font-family: 'Fraunces', serif;
  font-size: 8rem;
  line-height: 1;
  color: var(--yellow);
  opacity: 0.85;
}
.offroad-quote blockquote {
  margin: 0;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.45rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.92);
}


/* ---------- ENCERRAMENTO ---------- */

.section-encerramento {
  background: var(--black);
  color: #fff;
  padding: 140px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* ---------- AURORA BLOBS (5 esferas douradas flutuantes) ---------- */

.aurora-blobs {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;

  /* Paleta default — dourada/âmbar, otimizada para fundos escuros */
  --blob-1: rgba(255, 212, 0, 0.30);
  --blob-2: rgba(255, 184, 0, 0.26);
  --blob-3: rgba(201, 163, 0, 0.22);
  --blob-4: rgba(255, 149, 0, 0.20);
  --blob-5: rgba(255, 228, 92, 0.24);
}

/* Variante para fundos claros — tons mais profundos pra ter contraste */
.section-manifesto .aurora-blobs,
.section-pilares .aurora-blobs {
  --blob-1: rgba(245, 158, 11, 0.18);
  --blob-2: rgba(255, 149, 0, 0.14);
  --blob-3: rgba(201, 163, 0, 0.22);
  --blob-4: rgba(229, 130, 0, 0.16);
  --blob-5: rgba(255, 184, 0, 0.14);
}

.aurora-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  will-change: left, top, transform;
}

.aurora-blob-1 {
  width: 60%; aspect-ratio: 1;
  background: radial-gradient(circle, var(--blob-1) 0%, transparent 70%);
  left: 10%; top: -20%;
  animation: blobMove1 20s ease-in-out infinite;
}
.aurora-blob-2 {
  width: 55%; aspect-ratio: 1;
  background: radial-gradient(circle, var(--blob-2) 0%, transparent 70%);
  left: 60%; top: 60%;
  animation: blobMove2 25s ease-in-out infinite;
}
.aurora-blob-3 {
  width: 50%; aspect-ratio: 1;
  background: radial-gradient(circle, var(--blob-3) 0%, transparent 70%);
  left: 80%; top: -10%;
  animation: blobMove3 22s ease-in-out infinite;
}
.aurora-blob-4 {
  width: 45%; aspect-ratio: 1;
  background: radial-gradient(circle, var(--blob-4) 0%, transparent 70%);
  left: 30%; top: 70%;
  animation: blobMove4 28s ease-in-out infinite;
}
.aurora-blob-5 {
  width: 65%; aspect-ratio: 1;
  background: radial-gradient(circle, var(--blob-5) 0%, transparent 70%);
  left: 50%; top: 30%;
  animation: blobMove5 18s ease-in-out infinite;
}

/* Textura sutil de ruído por cima */
.aurora-blobs::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.03;
  mix-blend-mode: overlay;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-repeat: repeat;
}

/* Keyframes — cada blob com trajetória própria */
@keyframes blobMove1 {
  0%, 100% { left: 10%; top: -20%; transform: scale(1); }
  25%      { left: 50%; top: 10%;  transform: scale(1.2); }
  50%      { left: 30%; top: 40%;  transform: scale(0.9); }
  75%      { left: 70%; top: -10%; transform: scale(1.1); }
}
@keyframes blobMove2 {
  0%, 100% { left: 60%; top: 60%; transform: scale(1.1); }
  25%      { left: 20%; top: 20%; transform: scale(0.8); }
  50%      { left: 80%; top: 50%; transform: scale(1.3); }
  75%      { left: 40%; top: 80%; transform: scale(0.9); }
}
@keyframes blobMove3 {
  0%, 100% { left: 80%; top: -10%; transform: scale(0.9); }
  25%      { left: 30%; top: 30%;  transform: scale(1.3); }
  50%      { left: 60%; top: 70%;  transform: scale(1); }
  75%      { left: 10%; top: 40%;  transform: scale(1.2); }
}
@keyframes blobMove4 {
  0%, 100% { left: 30%; top: 70%; transform: scale(1); }
  25%      { left: 70%; top: 10%; transform: scale(1.1); }
  50%      { left: 10%; top: 30%; transform: scale(0.8); }
  75%      { left: 50%; top: 60%; transform: scale(1.2); }
}
@keyframes blobMove5 {
  0%, 100% { left: 50%; top: 30%;  transform: scale(1.2); }
  25%      { left: 10%; top: 60%;  transform: scale(0.9); }
  50%      { left: 70%; top: -10%; transform: scale(1.1); }
  75%      { left: 30%; top: 50%;  transform: scale(0.85); }
}

.encerramento-inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
}
.encerramento-text {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(1.8rem, 3.6vw, 3rem);
  line-height: 1.35;
  color: #fff;
  letter-spacing: -0.01em;
  margin-bottom: 48px;
}
.encerramento-text em {
  font-style: italic;
  color: var(--yellow);
  font-weight: 400;
}
.encerramento-sign {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--yellow);
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.encerramento-logo {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  opacity: 0;
  animation: encerramentoLogoFade 1.4s 0.4s ease-out forwards;
}
.encerramento-logo img {
  width: clamp(220px, 32vw, 360px);
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 30px rgba(255,212,0,0.18));
}
@keyframes encerramentoLogoFade {
  from { opacity: 0; transform: translateY(20px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0)    scale(1); }
}

/* ---------- VISITE-NOS ---------- */

.section-visite {
  background: var(--black-soft);
  color: #fff;
  padding: 140px 0;
}
.visite-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.visite-grid h2 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  margin-bottom: 28px;
}
.visite-grid > div:first-child p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.78;
  max-width: 480px;
}
.visite-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
}
.visite-card {
  display: block;
  background: var(--black-soft);
  padding: 32px 28px;
  color: inherit;
  text-decoration: none;
  transition: background var(--transition);
}
a.visite-card { cursor: pointer; }
a.visite-card::after {
  content: '↗';
  float: right;
  font-size: 0.9rem;
  color: var(--yellow);
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: opacity var(--transition), transform var(--transition);
}
a.visite-card:hover::after {
  opacity: 1;
  transform: translate(0, 0);
}
.visite-card:hover { background: rgba(255,212,0,0.06); }
.visite-label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 600;
  margin-bottom: 14px;
}
.visite-card strong {
  display: block;
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 8px;
}
.visite-card p {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.7);
  margin: 0;
  line-height: 1.6;
}

/* ---------- GALERIA / PROJETOS (auto-slider) ---------- */

.section-projetos {
  background: var(--black-soft);
  color: #fff;
  padding: 130px 0;
}
.section-projetos .section-head { margin-bottom: 64px; }

.slider {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 6px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.slider-track {
  display: flex;
  width: max-content;
  animation: sliderScroll 168s linear infinite;
}
.slider:hover .slider-track { animation-play-state: paused; }

.slider-group {
  display: flex;
  gap: 22px;
  padding-right: 22px;
}

.slide {
  margin: 0;
  height: clamp(240px, 32vw, 360px);
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform var(--transition), border-color var(--transition);
}
.slide img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(.22,.61,.36,1);
}
.slide:hover {
  border-color: rgba(255,212,0,0.4);
  transform: translateY(-4px);
}
.slide:hover img { transform: scale(1.05); }

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

@media (max-width: 600px) {
  .slide { height: 220px; border-radius: 12px; }
  .slider-group { gap: 14px; padding-right: 14px; }
  .slider-track { animation-duration: 130s; }
}

/* ---------- DEPOIMENTOS ---------- */

.section-depoimentos {
  background: var(--black);
  color: #fff;
  padding: 130px 0;
}
.section-depoimentos .section-head { margin-bottom: 70px; }

.tcols {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  height: clamp(540px, 72vh, 720px);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
          mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}

.tcol {
  position: relative;
  overflow: hidden;
}
.tcol-track {
  display: flex;
  flex-direction: column;
  gap: 24px;
  animation: tcolScroll var(--tdur, 46s) linear infinite;
  will-change: transform;
}
.tcols:hover .tcol-track { animation-play-state: paused; }

@keyframes tcolScroll {
  from { transform: translateY(0); }
  to   { transform: translateY(-50%); }
}

.tcard {
  margin: 0;
  padding: 28px 26px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  transition: border-color var(--transition), transform var(--transition), background var(--transition);
}
.tcard:hover {
  border-color: rgba(255,212,0,0.4);
  background: rgba(255,212,0,0.04);
  transform: translateY(-2px);
}

.tcard-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 14px;
  color: var(--yellow);
}
.tcard-stars svg { width: 16px; height: 16px; fill: currentColor; }

.tcard blockquote {
  margin: 0 0 22px;
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 1.02rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
}

.tcard-author {
  display: flex;
  align-items: center;
  gap: 13px;
}
.tcard-avatar {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff;
}
.tcard-meta { display: flex; flex-direction: column; line-height: 1.3; }
.tcard-name {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: #fff;
}
.tcard-role {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
}

@media (max-width: 900px) {
  .tcols { grid-template-columns: repeat(2, 1fr); }
  .tcol--3 { display: none; }
}
@media (max-width: 600px) {
  .tcols { grid-template-columns: 1fr; height: clamp(500px, 80vh, 640px); }
  .tcol--2 { display: none; }
}

/* ---------- FOOTER ---------- */

.footer {
  background: #060606;
  color: rgba(255,255,255,0.6);
  padding: 70px 0 30px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  flex-wrap: wrap;
  gap: 24px;
}
.footer .brand { color: #fff; }
.footer-brand img {
  height: 64px;
  filter: drop-shadow(0 4px 16px rgba(255,212,0,0.12));
}
.footer-tag {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.15rem;
  color: rgba(255,255,255,0.85);
  margin: 0;
  max-width: 320px;
  text-align: right;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 30px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.04em;
}

/* ---------- SOCIAL DOCK (efeito magnetic) ---------- */

.social-dock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 36px 0 24px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 30px;
}
.social-dock-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
}

.dock {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding: 12px 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.dock-item {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: transform 320ms cubic-bezier(.34,1.56,.64,1),
              background 320ms ease,
              color 320ms ease,
              margin 320ms cubic-bezier(.34,1.56,.64,1);
  transform-origin: bottom center;
}
.dock-item svg {
  width: 22px;
  height: 22px;
  transition: transform 320ms cubic-bezier(.34,1.56,.64,1);
}

/* Tooltip com o @handle */
.dock-item::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  padding: 6px 12px;
  background: var(--yellow);
  color: var(--black);
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, transform 320ms cubic-bezier(.34,1.56,.64,1);
}
.dock-item::after {
  content: '';
  position: absolute;
  bottom: calc(100% + 9px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  border: 5px solid transparent;
  border-top-color: var(--yellow);
  opacity: 0;
  transition: opacity 220ms ease, transform 320ms cubic-bezier(.34,1.56,.64,1);
}

/* Hover do item: escala forte + cor da marca + tooltip aparece */
.dock-item:hover,
.dock-item:focus-visible {
  transform: scale(1.45) translateY(-6px);
  background: var(--yellow);
  color: var(--black);
  outline: none;
}
.dock-item:hover::before,
.dock-item:hover::after,
.dock-item:focus-visible::before,
.dock-item:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Efeito magnético: vizinhos do item em hover crescem suavemente */
.dock-item:hover + .dock-item,
.dock-item:has(+ .dock-item:hover) {
  transform: scale(1.2) translateY(-3px);
}

/* Pulsa um leve glow dourado ao redor do item em hover */
.dock-item:hover {
  box-shadow:
    0 0 0 4px rgba(255,212,0,0.18),
    0 14px 30px rgba(255,212,0,0.25);
}

/* ---------- RESPONSIVO ---------- */

@media (max-width: 1024px) {
  .section { padding: 110px 0; }
  .manifesto-grid { gap: 40px; }
  .offroad-inner { gap: 60px; }
  .atuacao-item { grid-template-columns: 60px 1fr 140px; gap: 30px; }
  .atuacao-visual { width: 140px; height: 140px; }
}

@media (max-width: 860px) {
  .container { padding: 0 24px; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--paper);
    padding: 26px 32px;
    border-bottom: 1px solid var(--line);
    gap: 20px;
  }
  .nav-links.open a::after { display: none; }

  .section { padding: 90px 0; }
  .section-head { margin-bottom: 60px; }

  .manifesto-grid { grid-template-columns: 1fr; gap: 24px; padding-top: 36px; }

  .pilares-grid { grid-template-columns: 1fr; }
  .pilar { padding: 44px 30px; }

  .timeline { padding-left: 44px; }
  .timeline-item { grid-template-columns: 1fr; gap: 14px; padding-bottom: 50px; }
  .timeline-dot { left: -37px; top: 10px; }
  .timeline-line { left: 6px; }

  .atuacao-item {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 50px 0;
  }
  .atuacao-item.reverse { direction: ltr; }
  .atuacao-num { font-size: 2.2rem; }
  .atuacao-visual { width: 120px; height: 120px; margin: 0 auto; }

  .offroad-inner,
  .visite-grid { grid-template-columns: 1fr; gap: 50px; }

  .visite-cards { grid-template-columns: 1fr; }

  .marquee-logo { height: 30px; margin: 0 22px; }
  .marquee-track { animation-duration: 24s; }

  .footer-top { flex-direction: column; align-items: flex-start; }
  .footer-tag { text-align: left; }

  .hero { min-height: auto; padding: 90px 0 110px; }
  .hero-years { bottom: 22px; gap: 12px; }
  .hero-divider { width: 40px; }
  .hero-year { font-size: 1.05rem; }
}

/* ---------- REVEAL ON SCROLL ---------- */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 900ms cubic-bezier(.22,.61,.36,1),
              transform 900ms cubic-bezier(.22,.61,.36,1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .aurora-blob,
  .hero-title-grad,
  .hero-photos-track,
  .encerramento-logo,
  .marquee-track,
  .tcol-track,
  .slider-track,
  .scroll-cue svg { animation: none !important; }
  html { scroll-behavior: auto; }
}
