/* ============================================================
   NAVALBRANDS — HOME.CSS  (v9 · Green base + GSAP journey)
   Dark theme, accent green #15BA38. Inter. No em dashes in copy.
   GSAP handles: horizontal services, scrub, parallax, magnetics.
   ============================================================ */

:root { --pad-x: 1.25rem; }

/* ════════════════════════════════════════════════════════════
   SECTION SHELL
   ════════════════════════════════════════════════════════════ */
.sec { position: relative; padding: 6rem 0; }
.sec__head { max-width: 760px; margin-bottom: 3.25rem; }
.sec__label {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 1.1rem;
}
.sec__label::before { content: ''; width: 22px; height: 1px; background: var(--accent); }
.sec__title { font-size: clamp(1.9rem, 4.6vw, 3.4rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.02; }
.sec__title span { color: var(--muted-2); }

/* ════════════════════════════════════════════════════════════
   HERO (kept) — fullscreen video, headline bottom-left
   ════════════════════════════════════════════════════════════ */
.hero { position: relative; height: 100svh; min-height: 640px; overflow: hidden; background: #000; isolation: isolate; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; }
.hero__scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.34) 34%, rgba(0,0,0,0.08) 58%, rgba(0,0,0,0.46) 100%),
    linear-gradient(to right, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.15) 48%, transparent 72%);
}
.hero__sound-hit { position: absolute; inset: 0; z-index: 2; background: transparent; border: 0; }
.hero__cursor {
  position: fixed; top: 0; left: 0; z-index: 9500; display: none; align-items: center; gap: 0.55rem;
  padding: 0.6rem 1.05rem 0.6rem 0.6rem; border-radius: 100px;
  background: rgba(10,10,10,0.4); border: 1px solid rgba(255,255,255,0.42);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  color: #fff; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  white-space: nowrap; pointer-events: none; opacity: 0; transform: translate(-50%, -50%) scale(0.7);
  transition: opacity .25s ease, transform .25s var(--ease-expo); will-change: transform, opacity, top, left;
}
.hero__cursor.is-visible { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.hero__cursor-ring {
  position: relative; width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--accent);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--accent);
}
.hero__cursor-ring svg { width: 11px; height: 11px; display: block; }
@media (pointer: fine) { .hero__sound-hit { cursor: none; } }
.hero__touch-hint {
  position: absolute; top: 46%; left: 50%; transform: translate(-50%, -50%); z-index: 4;
  display: none; align-items: center; gap: 0.5rem; padding: 0.55rem 1rem; border-radius: 100px;
  background: rgba(10,10,10,0.45); border: 1px solid rgba(255,255,255,0.35);
  color: #fff; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; pointer-events: none;
}
.hero__touch-hint svg { width: 12px; height: 12px; color: var(--accent); }
@media (pointer: coarse) { .hero__touch-hint { display: inline-flex; } }

.hero__content { position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; padding-bottom: 3rem; text-align: left; }
.hero__content-inner { width: 100%; padding: 0 var(--pad-x); box-sizing: border-box; }
.hero__title { font-size: clamp(1.75rem, 3.6vw, 3rem); font-weight: 600; letter-spacing: -0.02em; line-height: 1.14; text-transform: none; max-width: 560px; color: #fff; mix-blend-mode: difference; }
.hero__title .lead { color: #fff; }
.hero__title .word { display: inline-block; will-change: transform, opacity; }

.hero__rotator { display: inline-flex; position: relative; height: 1em; overflow: hidden; vertical-align: bottom; }
.hero__rotator-list { display: inline-block; text-align: left; }
.hero__rotator-word {
  display: block; height: 1em; line-height: 1;
  background: linear-gradient(100deg, var(--accent-2), var(--accent) 62%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  color: var(--accent); will-change: transform, opacity;
}
.hero__sub { font-size: clamp(0.95rem, 1.5vw, 1.12rem); color: rgba(255,255,255,0.82); max-width: 560px; line-height: 1.55; margin-top: 1.4rem; }
.hero__sub strong { color: #fff; font-weight: 600; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem; margin-top: 1.9rem; }
.hero__micro { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.72rem; color: rgba(255,255,255,0.62); letter-spacing: 0.02em; }
.hero__micro svg { color: var(--accent); flex-shrink: 0; }

.nav__clock { display: none; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.14em; color: #fff; opacity: 0.72; mix-blend-mode: difference; font-variant-numeric: tabular-nums; white-space: nowrap; }

/* ════════════════════════════════════════════════════════════
   GLASS VIDEO MODAL
   ════════════════════════════════════════════════════════════ */
.vmodal { position: fixed; inset: 0; z-index: 99990; display: flex; align-items: center; justify-content: center; padding: 1.25rem; background: rgba(0,0,0,0.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); opacity: 0; pointer-events: none; transition: opacity 0.4s ease; }
.vmodal.active { opacity: 1; pointer-events: all; }
.vmodal__shell { position: relative; width: 100%; max-width: 960px; border-radius: 16px; overflow: hidden; background: rgba(17,17,17,0.6); border: 1px solid rgba(255,255,255,0.12); box-shadow: 0 40px 120px -20px rgba(0,0,0,0.85); transform: translateY(24px) scale(0.96); opacity: 0; transition: transform 0.5s var(--ease-expo), opacity 0.4s ease; }
.vmodal.active .vmodal__shell { transform: translateY(0) scale(1); opacity: 1; }
.vmodal__video { width: 100%; display: block; aspect-ratio: 16/9; object-fit: cover; background: #000; cursor: pointer; }
.vmodal__shell:fullscreen,
.vmodal__shell:-webkit-full-screen { width: 100vw; height: 100vh; max-width: none; border-radius: 0; display: flex; align-items: center; background: #000; }
.vmodal__shell:fullscreen .vmodal__video,
.vmodal__shell:-webkit-full-screen .vmodal__video { height: 100vh; aspect-ratio: auto; }
.vmodal__close { position: absolute; top: 0.9rem; right: 0.9rem; z-index: 3; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: rgba(17,17,17,0.6); border: 1px solid rgba(255,255,255,0.25); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: background var(--t), border-color var(--t); }
.vmodal__close:hover { background: rgba(0,0,0,0.9); border-color: #fff; }
.vctrl { position: absolute; left: 0.75rem; right: 0.75rem; bottom: 0.75rem; z-index: 2; padding: 0.9rem 1rem; border-radius: 14px; background: rgba(17,17,17,0.6); border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); opacity: 0; transform: translateY(14px); transition: opacity .35s ease, transform .45s var(--ease-expo); }
.vmodal__shell:hover .vctrl, .vctrl.show { opacity: 1; transform: translateY(0); }
.vctrl__seekrow { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.6rem; }
.vctrl__time { font-size: 0.72rem; color: #fff; font-variant-numeric: tabular-nums; min-width: 34px; }
.vctrl__bar { position: relative; flex: 1; height: 4px; background: rgba(255,255,255,0.22); border-radius: 100px; cursor: pointer; }
.vctrl__fill { position: absolute; inset: 0 auto 0 0; width: 0%; background: var(--accent); border-radius: 100px; }
.vctrl__row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.vctrl__left { display: flex; align-items: center; gap: 0.75rem; }
.vctrl__btn { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; color: #fff; background: transparent; transition: background var(--t); }
.vctrl__btn:hover { background: rgba(255,255,255,0.12); }
.vctrl__btn svg { width: 18px; height: 18px; }
.vctrl__btn .icon-pause, .vctrl__btn .icon-vol-mute { display: none; }
.vmodal.is-playing .vctrl__btn--play .icon-play { display: none; }
.vmodal.is-playing .vctrl__btn--play .icon-pause { display: block; }
.vctrl__volwrap { display: flex; align-items: center; gap: 0.5rem; }
.vctrl__vol { position: relative; width: 78px; height: 4px; background: rgba(255,255,255,0.22); border-radius: 100px; cursor: pointer; }
.vctrl__vol-fill { position: absolute; inset: 0 auto 0 0; width: 100%; background: #fff; border-radius: 100px; }
.vctrl__right { display: flex; align-items: center; gap: 0.6rem; }
.vctrl__speeds { display: flex; align-items: center; gap: 0.15rem; }
.vctrl__speed { padding: 0.3rem 0.5rem; border-radius: 7px; font-size: 0.72rem; font-weight: 600; color: #fff; background: transparent; transition: background var(--t); }
.vctrl__speed:hover { background: rgba(255,255,255,0.12); }
.vctrl__speed.active { background: var(--accent); color: #000; }
@media (max-width: 600px) { .vctrl__volwrap, .vctrl__speeds { display: none; } }

/* ════════════════════════════════════════════════════════════
   STATS BAR (counters)
   ════════════════════════════════════════════════════════════ */
.stats { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface); }
.stats__grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.stat { padding: 2.25rem 1.25rem; text-align: center; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stat:nth-child(2n) { border-right: none; }
.stat__v { font-size: clamp(1.9rem, 4.6vw, 3rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1; color: #fff; }
.stat__v b { color: var(--accent); font-weight: 800; }
.stat__l { margin-top: 0.5rem; font-size: 0.75rem; color: var(--muted); letter-spacing: 0.02em; }
@media (min-width: 600px) { .stats__grid { grid-template-columns: repeat(4, 1fr); } .stat:nth-child(2n) { border-right: 1px solid var(--border); } .stat:last-child { border-right: none; } }

/* ════════════════════════════════════════════════════════════
   PAGE HEADER — dedicated subpages (Serviços, Portfolio, Contato, Sobre)
   ════════════════════════════════════════════════════════════ */
.pghead { padding: calc(var(--nav-h) + 5.5rem) 0 3rem; }
.pghead__title { font-family: var(--font-display); font-size: clamp(2.2rem, 5.4vw, 3.8rem); font-weight: 800; letter-spacing: -0.035em; line-height: 1.02; margin: 0.9rem 0 1.1rem; }
.pghead__title span { color: var(--muted-2); }
.pghead__sub { color: var(--muted); font-size: 1.05rem; line-height: 1.6; max-width: 640px; }

/* ════════════════════════════════════════════════════════════
   MANIFESTO (GSAP word scrub)
   ════════════════════════════════════════════════════════════ */
.manifesto { padding-top: 8rem; padding-bottom: 8rem; }
.manifesto__lead { font-size: clamp(1.7rem, 4.4vw, 3.2rem); font-weight: 800; letter-spacing: -0.035em; line-height: 1.2; max-width: 1000px; }
.manifesto__lead .w { color: var(--muted-2); transition: color 0.2s; }
.manifesto__lead .w.on { color: #fff; }
.manifesto__lead .w.hl.on { color: var(--accent); }
.manifesto__body { margin-top: 2rem; max-width: 620px; color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.manifesto__body strong { color: rgba(255,255,255,0.92); font-weight: 600; }

/* ════════════════════════════════════════════════════════════
   MÉTODO
   ════════════════════════════════════════════════════════════ */
.method { background: var(--surface); border-top: 1px solid var(--border); }
.method__grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); }
.method__step { background: var(--bg); padding: 2.25rem 1.75rem; transition: background var(--t); }
.method__step:hover { background: var(--surface-2); }
.method__num { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; color: var(--accent); margin-bottom: 1.4rem; display: block; }
.method__step-title { font-size: 1.15rem; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 0.6rem; }
.method__step-desc { font-size: 0.9rem; color: var(--muted); line-height: 1.6; }

/* ════════════════════════════════════════════════════════════
   SERVIÇOS — horizontal pinned scroll (GSAP), links to subpages
   ════════════════════════════════════════════════════════════ */
.hsvc { position: relative; background: var(--bg); }
.hsvc__head { max-width: 1240px; margin: 0 auto; padding: 6rem var(--pad-x) 2.5rem; }
.hsvc__pin { position: relative; height: 100vh; min-height: 560px; overflow: hidden; display: flex; align-items: center; }
.hsvc__track { display: flex; align-items: stretch; gap: 1.5rem; padding: 0 var(--pad-x); will-change: transform; }
.hpanel { flex: 0 0 78vw; max-width: 760px; display: grid; align-items: stretch; border: 1px solid var(--border-2); border-radius: 18px; background: var(--surface); overflow: hidden; position: relative; }
.hpanel__num { position: absolute; top: 1.5rem; right: 2rem; z-index: 0; font-weight: 800; font-size: clamp(4rem, 9vw, 7rem); line-height: 1; color: transparent; -webkit-text-stroke: 1px var(--border-2); user-select: none; }
.hpanel__body { position: relative; z-index: 1; padding: 3rem 2.75rem; display: flex; flex-direction: column; justify-content: center; }
.hpanel__kicker { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); }
.hpanel__title { font-size: clamp(1.9rem, 3.6vw, 2.9rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.02; margin: 0.6rem 0 0.9rem; }
.hpanel__desc { color: var(--muted); font-size: 0.98rem; line-height: 1.6; margin-bottom: 1.4rem; }
.hpanel__tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1.75rem; }
.hpanel__links { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; align-items: center; }
.hpanel__page { display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.82rem; font-weight: 700; color: #fff; border-bottom: 1px solid var(--border-2); padding-bottom: 3px; transition: border-color var(--t), gap var(--t); }
.hpanel__page:hover { border-color: var(--accent); gap: 0.75rem; }
.hpanel__page svg { width: 15px; height: 15px; color: var(--accent); }
.hsvc__progress { position: absolute; left: var(--pad-x); right: var(--pad-x); bottom: 2.2rem; height: 2px; background: var(--border); z-index: 3; }
.hsvc__progress-fill { position: absolute; inset: 0 auto 0 0; width: 0%; background: var(--accent); }
.hsvc__hint { position: absolute; right: var(--pad-x); bottom: 3rem; z-index: 3; font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 0.5rem; }
.chip { font-size: 0.66rem; font-weight: 600; letter-spacing: 0.02em; color: var(--muted); padding: 0.3rem 0.7rem; border: 1px solid var(--border-2); border-radius: 100px; }
@media (max-width: 899px) {
  .hsvc__pin { height: auto; min-height: 0; overflow: visible; display: block; }
  .hsvc__track { flex-direction: column; gap: 1.25rem; padding-bottom: 2rem; }
  .hpanel { flex: none; width: 100%; max-width: none; }
  .hsvc__progress, .hsvc__hint { display: none; }
}

/* ════════════════════════════════════════════════════════════
   EXPLORE — Home teaser cards linking to dedicated pages
   ════════════════════════════════════════════════════════════ */
.explore__grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 1rem; }
.explore__card { display: flex; flex-direction: column; background: var(--bg); padding: 2.5rem 2rem; transition: background var(--t); }
.explore__card:hover { background: var(--surface-2); }
.explore__num { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; color: var(--accent); margin-bottom: 1.4rem; }
.explore__title { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.025em; margin-bottom: 0.75rem; }
.explore__desc { color: var(--muted); font-size: 0.92rem; line-height: 1.6; flex: 1; }
.explore__link { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 1.5rem; font-size: 0.78rem; font-weight: 700; color: #fff; }
.explore__link svg { width: 15px; height: 15px; color: var(--accent); transition: transform var(--t); }
.explore__card:hover .explore__link svg { transform: translateX(4px); }
@media (min-width: 768px) { .explore__grid { grid-template-columns: repeat(3, 1fr); } }

/* ════════════════════════════════════════════════════════════
   SELECTED WORK — parallax marquee
   ════════════════════════════════════════════════════════════ */
.work { padding: 5rem 0 6rem; overflow: hidden; }
.work__head { padding: 0 var(--pad-x); max-width: 1240px; margin: 0 auto 2.5rem; }
.work__marq { display: flex; overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent); }
.work__track { display: flex; gap: 1.25rem; padding-right: 1.25rem; animation: marquee 55s linear infinite; will-change: transform; }
.work:hover .work__track { animation-play-state: paused; }
.work__item { flex: 0 0 auto; width: 360px; max-width: 80vw; }
.work__thumb { aspect-ratio: 4/3; border-radius: 10px; overflow: hidden; border: 1px solid var(--border); background: var(--surface); }
.work__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-expo); }
.work__item:hover .work__thumb img { transform: scale(1.05); }
.work__cap { margin-top: 0.9rem; display: flex; justify-content: space-between; gap: 1rem; font-size: 0.8rem; }
.work__cap b { font-weight: 600; }
.work__cap span { color: var(--accent); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ════════════════════════════════════════════════════════════
   TEAM — looping specialty videos
   ════════════════════════════════════════════════════════════ */
.team { padding: 6rem 0; }
.team__grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.team-card { border: 1px solid var(--border-2); border-radius: 16px; overflow: hidden; background: var(--surface); }
.team-card__media { position: relative; aspect-ratio: 4/5; overflow: hidden; background: #0a0a0a; }
.team-card__media video, .team-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.team-card__badge { position: absolute; left: 1rem; bottom: 1rem; z-index: 2; display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.4rem 0.8rem; border-radius: 100px; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; background: rgba(10,10,10,0.5); border: 1px solid rgba(255,255,255,0.2); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.team-card__badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.team-card__info { padding: 1.75rem; }
.team-card__name { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.025em; }
.team-card__role { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-top: 0.4rem; }
.team-card__bio { font-size: 0.9rem; color: var(--muted); line-height: 1.6; margin-top: 1rem; }
.team-card__tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1.25rem; }
@media (min-width: 768px) { .team__grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; } }

/* ── TEAM CAROUSEL — breathing-loop videos, one member at a time ── */
.team-carousel { border: 1px solid var(--border-2); border-radius: 18px; overflow: hidden; background: var(--surface); }
.team-carousel__track { position: relative; display: grid; grid-template-columns: 1fr; }
.team-slide { display: none; grid-template-columns: 1fr; }
.team-slide.is-active { display: grid; }
.team-slide__media { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #0a0a0a; cursor: pointer; }
.team-slide__media video { width: 100%; height: 100%; object-fit: cover; display: block; }
.team-slide__sound { position: absolute; right: 1rem; bottom: 1rem; z-index: 2; width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(10,10,10,0.55); border: 1px solid rgba(255,255,255,0.25); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: #fff; transition: background var(--t), transform var(--t); }
.team-slide__sound:hover { background: rgba(10,10,10,0.8); transform: scale(1.06); }
.team-slide__sound svg { width: 16px; height: 16px; }
.team-slide__sound .icon-unmuted { display: none; }
.team-slide__sound[aria-pressed="true"] .icon-muted { display: none; }
.team-slide__sound[aria-pressed="true"] .icon-unmuted { display: block; }
.team-slide__info { padding: 1.75rem; }
.team-slide__name { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.025em; }
.team-slide__role { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-top: 0.4rem; }
.team-slide__bio { font-size: 0.9rem; color: var(--muted); line-height: 1.6; margin-top: 1rem; }
.team-slide__tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1.25rem; }
.team-carousel__nav { display: flex; align-items: center; justify-content: center; gap: 1.5rem; padding: 0 1.75rem 1.75rem; }
.team-carousel__arrow { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--border-2); background: transparent; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; transition: background var(--t), border-color var(--t); flex-shrink: 0; }
.team-carousel__arrow:hover { background: var(--surface-2); border-color: var(--accent); }
.team-carousel__dots { display: flex; gap: 0.5rem; }
.team-carousel__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--border-2); border: none; padding: 0; transition: background var(--t), transform var(--t); }
.team-carousel__dot.is-active { background: var(--accent); transform: scale(1.25); }
@media (min-width: 768px) {
  .team-slide { grid-template-columns: 1.2fr 1fr; }
  .team-slide__media { aspect-ratio: auto; height: 100%; }
  .team-slide__info { align-self: center; padding: 2.5rem; }
}

/* ════════════════════════════════════════════════════════════
   DEPOIMENTOS (kept) — real reviews marquee
   ════════════════════════════════════════════════════════════ */
.tst { padding: 6rem 0; overflow: hidden; }
.tst__head { padding: 0 var(--pad-x); max-width: 1240px; margin: 0 auto 3rem; text-align: center; }
.tst__head .sec__title { margin: 0 auto; }
.tst__head .sec__label { justify-content: center; }
.tst__sub { margin-top: 1rem; color: var(--muted); font-size: 1rem; max-width: 560px; margin-left: auto; margin-right: auto; }
.tst__row { position: relative; display: flex; overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); }
.tst__row + .tst__row { margin-top: 1.25rem; }
.tst__track { display: flex; gap: 1.25rem; padding-right: 1.25rem; animation: marquee 60s linear infinite; will-change: transform; }
.tst__track--rev { animation-direction: reverse; animation-duration: 72s; }
/* Pause only when the mouse is actually over the testimonial cards (not the
   whole section, which also covers the head/title) — and only on devices that
   have real hover, so a tap on touchscreens never gets stuck "pausing" it. */
@media (hover: hover) {
  .tst__row:hover .tst__track { animation-play-state: paused; }
}
.tcard { flex: 0 0 auto; width: 380px; max-width: 84vw; padding: 1.75rem; border: 1px solid var(--border-2); border-radius: 14px; background: var(--surface); display: flex; flex-direction: column; }
.tcard__stars { margin-bottom: 1rem; color: var(--accent); font-size: 0.9rem; letter-spacing: 2px; }
.tcard__quote { font-size: 0.94rem; line-height: 1.6; color: rgba(255,255,255,0.9); flex: 1; }
.tcard__who { display: flex; align-items: center; gap: 0.8rem; margin-top: 1.5rem; }
.tcard__avatar { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; object-fit: cover; object-position: top center; background: var(--surface-2); border: 1px solid var(--border-2); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.85rem; color: var(--accent); }
.tcard__name { display: block; font-size: 0.86rem; font-weight: 600; }
.tcard__role { display: block; font-size: 0.74rem; color: var(--muted); margin-top: 1px; }
@media (max-width: 767px) {
  .tcard { width: 260px; max-width: 76vw; padding: 1.25rem; }
  .tcard__stars { font-size: 0.78rem; margin-bottom: 0.65rem; }
  .tcard__quote { font-size: 0.82rem; line-height: 1.5; }
  .tcard__who { margin-top: 1.1rem; gap: 0.6rem; }
  .tcard__avatar { width: 36px; height: 36px; font-size: 0.72rem; }
  .tcard__name { font-size: 0.78rem; }
  .tcard__role { font-size: 0.68rem; }
}

/* ════════════════════════════════════════════════════════════
   FINAL CTA
   ════════════════════════════════════════════════════════════ */
.cta-final { padding: 7rem 0; position: relative; overflow: hidden; border-top: 1px solid var(--border); }
.cta-final__glow { position: absolute; left: 50%; top: 0; width: 70vw; height: 60%; transform: translateX(-50%); background: radial-gradient(ellipse at center top, var(--accent-glow), transparent 65%); pointer-events: none; z-index: 0; opacity: 0.5; }
.cta-final__inner { position: relative; z-index: 1; text-align: center; max-width: 820px; margin: 0 auto; }
.cta-final__title { font-size: clamp(2.2rem, 5.6vw, 4.2rem); font-weight: 800; letter-spacing: -0.045em; line-height: 1.02; }
.cta-final__title span { color: var(--accent); }
.cta-final__sub { margin: 1.5rem auto 2.5rem; color: var(--muted); font-size: 1.05rem; line-height: 1.6; max-width: 560px; }
.cta-final__actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; align-items: center; }
.cta-final__note { margin-top: 1.5rem; font-size: 0.76rem; color: var(--muted-2); }

/* ════════════════════════════════════════════════════════════
   MAGNETIC BUTTON (GSAP hover)
   ════════════════════════════════════════════════════════════ */
.btn[data-magnetic] { will-change: transform; }

/* ════════════════════════════════════════════════════════════
   ENTRANCE / REVEAL
   ════════════════════════════════════════════════════════════ */
.rise { opacity: 0; transform: translateY(24px); animation: rise 1s var(--ease-expo) forwards; }
.rise-1 { animation-delay: 0.1s; } .rise-2 { animation-delay: 0.22s; } .rise-3 { animation-delay: 0.34s; } .rise-4 { animation-delay: 0.46s; } .rise-5 { animation-delay: 0.6s; }
@keyframes rise { to { opacity: 1; transform: translateY(0); } }
.line-mask { display: block; overflow: hidden; }
.line-mask > span { display: block; transform: translateY(110%); animation: lineUp 1.05s var(--ease-expo) forwards; }
.line-mask:nth-child(1) > span { animation-delay: 0.12s; }
.line-mask:nth-child(2) > span { animation-delay: 0.24s; }
.line-mask:nth-child(3) > span { animation-delay: 0.36s; }
@keyframes lineUp { to { transform: translateY(0); } }
.hero__touch-hint { opacity: 0; animation: fadeIn 1s ease 0.9s forwards; }
@keyframes fadeIn { to { opacity: 1; } }
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease-expo), transform .9s var(--ease-expo); }
.reveal.revealed { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }

/* ════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════ */
@media (min-width: 600px) { .method__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) { :root { --pad-x: 2rem; } .sec { padding: 7rem 0; } .hero__content { padding-bottom: 3.5rem; } }
@media (min-width: 1024px) {
  :root { --pad-x: 3rem; }
  .nav__clock { display: inline-block; }
  .hero__content { padding-bottom: 4.5rem; }
  .hero__title { font-size: clamp(2rem, 3.2vw, 3rem); }
  .method__grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 767px) {
  .hero__title { font-size: clamp(1.6rem, 6.4vw, 2.2rem); line-height: 1.16; max-width: 90%; }
  .hero__actions { flex-direction: column; align-items: flex-start; width: 100%; gap: 1rem; }
  .hero__actions .btn { width: 100%; max-width: 360px; }
}

/* ════════════════════════════════════════════════════════════
   PROJETOS — Koto-style sticky scroll (left text changes, right video)
   ════════════════════════════════════════════════════════════ */
.works { padding: 6rem 0; }
.works__grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; padding: 0 var(--pad-x); }
.works__sticky { }
.works__title { font-family: var(--font-display); font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.04; margin: 0.75rem 0 1rem; transition: opacity .35s ease, transform .4s var(--ease-expo); }
.works__desc { color: var(--muted); font-size: 0.98rem; line-height: 1.6; max-width: 360px; transition: opacity .35s ease; }
.works__meta { margin-top: 1.5rem; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); font-weight: 700; transition: opacity .35s ease; }
.works__cta { margin-top: 1.75rem; }
/* Mobile: skip the rich synced panel (title/desc/meta/CTA) — every project already
   gets its own title, case meta and short description inline on its card below,
   so repeating a bigger version of project 01's copy up top just looks like a
   mismatched intro. Keep only the section label. */
@media (max-width: 899px) {
  .works__title, .works__desc, .works__meta, .works__cta { display: none; }
}
.works__media { display: flex; flex-direction: column; gap: 1.75rem; }
.wproj { transition: opacity .5s ease, filter .5s ease, transform .5s var(--ease-expo); opacity: 0.4; filter: brightness(0.55) saturate(0.85); transform: scale(0.97); }
.wproj.is-active { opacity: 1; filter: brightness(1) saturate(1); transform: scale(1); }
.wcard { position: relative; display: block; border-radius: 14px; overflow: hidden; border: 1px solid var(--border-2); background: var(--surface); aspect-ratio: 16/10; }
.wcard video, .wcard img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wcard__scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.7), transparent 45%); pointer-events: none; }
.wcard__cap { position: absolute; left: 1.25rem; bottom: 1.1rem; z-index: 2; }
.wcard__cap b { display: block; font-size: 1.1rem; font-weight: 700; letter-spacing: -0.01em; }
.wcard__cap span { font-size: 0.74rem; color: rgba(255,255,255,0.7); }
.wcard__view { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.9); z-index: 3; display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1.1rem; border-radius: 100px; background: rgba(10,10,10,0.4); border: 1px solid rgba(255,255,255,0.4); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: #fff; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0; transition: opacity .3s ease, transform .4s var(--ease-expo); }
.wcard:hover .wcard__view { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.wcard:hover video, .wcard:hover img { transform: scale(1.03); transition: transform .6s var(--ease-expo); }
.wcard__mdesc { display: block; margin-top: 0.9rem; color: var(--muted); font-size: 0.9rem; line-height: 1.55; }
@media (min-width: 900px) {
  /* Koto-style: video column bleeds to the viewport edge, only the text column keeps a left gutter */
  .works__grid { grid-template-columns: 0.62fr 1fr; gap: 3rem; align-items: start; max-width: none; padding-left: var(--pad-x); padding-right: 0; }
  .works__sticky { position: sticky; top: calc(var(--nav-h) + 4rem); height: fit-content; }
  .works__title { font-size: clamp(2.3rem, 3.6vw, 3.6rem); }
  .works__desc { font-size: 1.1rem; max-width: 400px; }
  .works__meta { font-size: 0.78rem; }
  .works__media { gap: 1.5rem; }
  .wcard__mdesc { display: none; }
}

/* Reduced-motion: keep ambient motion (marquees, cursor, pulse), only soften heavy entrance. */
@media (prefers-reduced-motion: reduce) {
  .rise, .line-mask > span { animation: none !important; opacity: 1 !important; transform: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
