:root {
  --ink: #051018;
  --ink-2: #000B15;
  --paper: #DDE1E4;
  --paper-2: #D8DADE;
  --muted: #403D40;
  --lime: #DDE1E4;
  --lime-deep: #403D40;
  --lime-wash: #EDEFF1;
  --line-light: rgba(221, 225, 228, 0.14);
  --line-dark: rgba(5, 16, 24, 0.14);
  --pad: clamp(20px, 4vw, 72px);
  --radius: 20px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: "Helvetica Neue", "Inter", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { color: var(--ink); background: var(--lime); }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: var(--ink); background: var(--lime); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.cursor-glow { position: fixed; z-index: 0; width: 480px; height: 480px; pointer-events: none; border-radius: 50%; background: radial-gradient(circle, rgba(221,225,228,.075), transparent 68%); transform: translate(-50%, -50%); opacity: 0; transition: opacity .3s; }

.site-header {
  position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 88px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 var(--pad); background: rgba(5,16,24,.34); border-bottom: 1px solid rgba(221,225,228,.07); box-shadow: 0 10px 34px rgba(0,11,21,.08); backdrop-filter: blur(16px) saturate(118%); -webkit-backdrop-filter: blur(16px) saturate(118%); transition: height .35s ease, background .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.site-header.scrolled { height: 70px; background: rgba(5,16,24,.7); border-color: rgba(221,225,228,.12); box-shadow: 0 14px 42px rgba(0,11,21,.2); backdrop-filter: blur(22px) saturate(124%); -webkit-backdrop-filter: blur(22px) saturate(124%); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; }
.brand-logo { display: block; width: 78px; height: auto; object-fit: contain; }
.brand-signature { margin-left: 4px; padding-left: 13px; border-left: 1px solid rgba(221,225,228,.35); color: #D8DADE; font-size: 7px; line-height: 1.35; letter-spacing: .15em; white-space: nowrap; }
.desktop-nav { display: flex; gap: clamp(18px, 2vw, 34px); color: #D8DADE; font-size: 13px; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; bottom: -8px; left: 0; width: 100%; height: 1px; background: var(--lime); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; padding: 12px 17px; border: 1px solid var(--line-light); border-radius: 100px; font-size: 12px; transition: .25s; }
.header-cta:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.header-cta span { margin-left: 10px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 100svh; padding: 154px var(--pad) 46px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); grid-template-rows: 1fr auto; gap: 50px 6vw; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 77% 45%, #403D40 0, #000B15 26%, var(--ink) 59%); }
.hero-noise { position: absolute; inset: 0; z-index: -1; opacity: .16; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-orbit { position: absolute; z-index: -2; border: 1px solid rgba(221,225,228,.13); border-radius: 50%; }
.orbit-one { width: 56vw; height: 56vw; top: -19vw; right: -13vw; }
.orbit-two { width: 35vw; height: 35vw; right: 8vw; bottom: -20vw; }
.eyebrow, .section-index { margin: 0; color: #D8DADE; text-transform: uppercase; font-size: 11px; font-weight: 600; letter-spacing: .17em; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 18px var(--lime); }
.hero h1, .services-heading h2, .work-heading h2, .contact-panel h2 { margin: 24px 0 28px; max-width: 800px; font-size: clamp(52px, 7.1vw, 118px); line-height: .88; letter-spacing: -.066em; font-weight: 520; }
h1 em, h2 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.hero h1 em, .work-heading h2 em {
  display: inline-block;
  color: transparent;
  background: linear-gradient(100deg, #EDEFF1 0%, #D8DADE 48%, #403D40 125%);
  background-clip: text;
  -webkit-background-clip: text;
}
.hero-lead { max-width: 660px; margin: 0; color: #D8DADE; font-size: clamp(16px, 1.35vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 54px; padding: 0 22px; border-radius: 100px; font-size: 13px; font-weight: 650; transition: transform .2s, background .25s, color .25s; }
.button-primary { color: var(--ink); background: var(--lime); }
.button-primary:hover, .button-light:hover { transform: translateY(-3px); }
.text-link { padding: 12px 0; color: #EDEFF1; border-bottom: 1px solid #403D40; font-size: 12px; }
.text-link span { margin-left: 12px; color: var(--lime); }
.hero-stage { display: flex; align-items: center; justify-content: center; min-height: 520px; perspective: 1200px; }
.stage-frame { position: relative; width: min(100%, 560px); aspect-ratio: .94; padding: 22px; border: 1px solid rgba(237,239,241,.18); background: linear-gradient(150deg, rgba(237,239,241,.08), rgba(237,239,241,.01)); backdrop-filter: blur(9px); box-shadow: 0 50px 100px rgba(0,11,21,.26); transform: rotateY(-7deg) rotateX(2deg); }
.stage-frame::before, .stage-frame::after { content: ""; position: absolute; width: 8px; height: 8px; border-color: var(--lime); }
.stage-frame::before { top: -1px; left: -1px; border-top: 1px solid; border-left: 1px solid; }
.stage-frame::after { right: -1px; bottom: -1px; border-right: 1px solid; border-bottom: 1px solid; }
.stage-topline, .stage-bottomline { display: flex; justify-content: space-between; color: #D8DADE; font-family: monospace; font-size: 9px; letter-spacing: .08em; }
.stage-bottomline { position: absolute; left: 22px; right: 22px; bottom: 20px; }
.live-dot::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 6px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 12px var(--lime); }
.stage-core { position: absolute; inset: 12%; display: grid; place-items: center; }
.core-ring { position: absolute; border: 1px solid rgba(221,225,228,.28); border-radius: 50%; animation: spin 18s linear infinite; }
.ring-a { width: 75%; height: 75%; border-style: dashed; }
.ring-b { width: 54%; height: 54%; border-color: rgba(237,239,241,.23); animation-direction: reverse; animation-duration: 13s; }
.ring-c { width: 91%; height: 31%; border-radius: 50%; transform: rotate(35deg); animation: orbit 10s ease-in-out infinite alternate; }
.core-mark { position: relative; z-index: 2; display: grid; place-items: center; width: 122px; height: 122px; color: var(--ink); background: var(--lime); border-radius: 50%; box-shadow: 0 0 80px rgba(221,225,228,.22); }
.core-mark img { width: 78px; height: auto; filter: brightness(0) saturate(100%); }
.floating-tag { position: absolute; padding: 10px 12px; color: #EDEFF1; background: rgba(5,16,24,.78); border: 1px solid rgba(237,239,241,.18); font-family: monospace; font-size: 9px; letter-spacing: .07em; box-shadow: 0 10px 40px rgba(0,11,21,.2); animation: float 5s ease-in-out infinite; }
.floating-tag span { margin-left: 20px; color: var(--lime); }
.tag-one { left: 5%; top: 22%; }
.tag-two { right: 2%; top: 43%; animation-delay: -1.8s; }
.tag-three { left: 11%; bottom: 17%; animation-delay: -3.4s; }
.hero-foot { grid-column: 1 / -1; display: flex; align-items: end; justify-content: space-between; padding-top: 25px; border-top: 1px solid var(--line-light); }
.hero-foot > p { margin: 0; color: #D8DADE; font-family: Georgia, serif; font-size: 14px; font-style: italic; line-height: 1.4; }
.hero-metrics { display: flex; gap: 48px; color: #D8DADE; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.hero-metrics span { display: flex; align-items: baseline; gap: 8px; }
.hero-metrics strong { color: var(--paper); font-size: 17px; text-transform: none; letter-spacing: -.02em; }

.agency-services { position: relative; z-index: 2; padding: 130px var(--pad) 150px; color: var(--ink); background: var(--paper); border-radius: 28px 28px 0 0; }
.section-intro { display: block; padding-bottom: 100px; }
.section-intro .section-index, .services-heading .section-index, .work-heading .section-index { color: #403D40; }
.section-intro > .section-index { margin: 0 0 38px 2%; }
.section-intro h2 { max-width: 650px; margin: 0; color: transparent; background: linear-gradient(100deg, #000B15 0%, #051018 52%, #403D40 100%); background-clip: text; -webkit-background-clip: text; font-size: clamp(38px, 3.6vw, 58px); line-height: .96; letter-spacing: -.058em; font-weight: 520; }
.agency-intro-content { min-width: 0; }
.agency-intro-grid { display: grid; grid-template-columns: minmax(420px, 1.3fr) minmax(300px, .87fr); gap: clamp(32px, 4vw, 68px); align-items: center; }
.agency-copy { align-self: center; padding-right: 2%; }
.section-intro .agency-description { max-width: 570px; margin: 22px 0 0; color: transparent; background: linear-gradient(105deg, #000B15 0%, #051018 42%, #403D40 100%); background-clip: text; -webkit-background-clip: text; font-size: clamp(16px, 1.15vw, 18px); line-height: 1.62; }
.agency-video { position: relative; width: 100%; aspect-ratio: 16 / 9; min-height: 0; margin: 0; background: #000B15 url('./assets/yesh-team.webp') center / cover no-repeat; border: 1px solid var(--line-dark); border-radius: 18px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,11,21,.16); isolation: isolate; }
.video-facade { position: absolute; inset: 0; display: block; width: 100%; height: 100%; padding: 0; color: #EDEFF1; background: #000B15; border: 0; cursor: pointer; overflow: hidden; text-align: left; }
.video-facade > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05) brightness(.78); transform: scale(1.015); transition: transform 1.1s cubic-bezier(.2,.8,.2,1), filter .7s ease; }
.video-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,11,21,.82) 0%, rgba(5,16,24,.42) 46%, rgba(0,11,21,.12) 75%), linear-gradient(to top, rgba(0,11,21,.72), transparent 56%); transition: opacity .6s ease; }
.video-heading { position: absolute; z-index: 2; top: 50%; left: clamp(20px, 2.7vw, 42px); display: block; max-width: 60%; transform: translateY(-50%); }
.video-heading small { display: block; margin-bottom: 13px; color: #D8DADE; font-family: monospace; font-size: 8px; letter-spacing: .18em; }
.video-heading strong { display: block; color: transparent; background: linear-gradient(100deg, #EDEFF1 0%, #D8DADE 70%, #403D40 130%); background-clip: text; -webkit-background-clip: text; font-size: clamp(31px, 3vw, 46px); font-weight: 520; line-height: .92; letter-spacing: -.06em; }
.video-play { position: absolute; z-index: 3; top: 50%; left: 78%; display: grid; place-items: center; width: clamp(72px, 6.2vw, 96px); height: clamp(72px, 6.2vw, 96px); color: #EDEFF1; background: rgba(0,11,21,.22); border: 1.5px solid rgba(237,239,241,.72); border-radius: 50%; box-shadow: inset 0 0 32px rgba(237,239,241,.08), 0 18px 48px rgba(0,11,21,.3); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); transform: translate(-50%, -50%); animation: play-breathe 3.4s ease-in-out infinite; transition: color .38s ease, transform .55s cubic-bezier(.2,.8,.2,1), border-color .4s ease, box-shadow .5s ease, background .4s ease; }
.video-play::before { content: ""; position: absolute; inset: -12px; border: 1px solid rgba(221,225,228,.3); border-radius: 50%; transition: transform .55s cubic-bezier(.2,.8,.2,1), opacity .4s ease, border-color .4s ease; }
.video-play::after { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(237,239,241,.36); border-radius: 50%; transition: transform .55s cubic-bezier(.2,.8,.2,1), border-color .4s ease; }
.video-play i { position: relative; z-index: 2; width: 0; height: 0; margin-left: 8%; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid currentColor; filter: drop-shadow(0 2px 2px rgba(0,11,21,.18)); transition: transform .4s ease; }
.video-label { position: absolute; z-index: 2; top: 14px; right: 14px; display: flex; align-items: center; gap: 8px; padding: 7px 8px 7px 11px; color: #D8DADE; background: rgba(0,11,21,.54); border: 1px solid rgba(237,239,241,.18); border-radius: 100px; font-family: monospace; font-size: 7px; letter-spacing: .12em; backdrop-filter: blur(10px); }
.video-label b { display: grid; place-items: center; width: 23px; height: 23px; color: #051018; background: #EDEFF1; border-radius: 50%; font-size: 10px; transition: transform .4s ease; }
.video-facade:hover > img, .video-facade:focus-visible > img { filter: grayscale(.55) contrast(1.04) brightness(.88); transform: scale(1.035); }
.video-facade:hover .video-overlay, .video-facade:focus-visible .video-overlay { opacity: .76; }
.video-facade:hover .video-play, .video-facade:focus-visible .video-play { color: #EDEFF1; background: rgba(221,225,228,.13); border-color: rgba(237,239,241,.96); box-shadow: inset 0 0 38px rgba(237,239,241,.13), 0 22px 60px rgba(0,11,21,.38), 0 0 0 20px rgba(221,225,228,.04); transform: translate(-50%, -50%) scale(1.06); animation-play-state: paused; }
.video-facade:hover .video-play::before, .video-facade:focus-visible .video-play::before { border-color: rgba(237,239,241,.55); transform: scale(1.08); opacity: .82; }
.video-facade:hover .video-play::after, .video-facade:focus-visible .video-play::after { border-color: rgba(237,239,241,.6); transform: scale(.92); }
.video-facade:hover .video-play i, .video-facade:focus-visible .video-play i { transform: translateX(3px) scale(1.06); }
.video-facade:hover .video-label b, .video-facade:focus-visible .video-label b { transform: rotate(45deg); }
.video-facade:focus-visible { outline: 3px solid #DDE1E4; outline-offset: -6px; }
.video-facade[hidden], .agency-video.is-playing > .video-facade { display: none; }
.video-runtime { position: absolute; z-index: 4; inset: 0; color: #EDEFF1; background: #000B15; animation: video-in .55s ease both; }
.video-runtime[hidden] { display: none; }
.video-embed-frame { position: absolute; inset: 0; cursor: pointer; }
.video-embed-frame > div, .video-embed-frame iframe { display: block; width: 100%; height: 100%; border: 0; pointer-events: none; }
.video-controls { position: absolute; z-index: 5; left: 14px; right: 14px; bottom: 14px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 13px; min-height: 54px; padding: 7px 10px; background: rgba(0,11,21,.72); border: 1px solid rgba(237,239,241,.14); border-radius: 13px; box-shadow: 0 12px 38px rgba(0,11,21,.3); backdrop-filter: blur(16px) saturate(120%); -webkit-backdrop-filter: blur(16px) saturate(120%); opacity: 1; transform: translateY(0); transition: opacity .32s ease, transform .32s cubic-bezier(.2,.8,.2,1); }
.video-runtime.controls-hidden { cursor: none; }
.video-runtime.controls-hidden .video-controls { opacity: 0; pointer-events: none; transform: translateY(10px); }
.video-control { display: grid; place-items: center; width: 38px; height: 38px; padding: 0; color: #EDEFF1; background: transparent; border: 0; border-radius: 50%; cursor: pointer; transition: background .25s ease, transform .25s ease; }
.video-control[hidden] { display: none; }
.video-control:hover { background: rgba(237,239,241,.09); transform: scale(1.04); }
.video-control:focus-visible { outline: 2px solid #EDEFF1; outline-offset: 2px; }
.video-control svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.video-toggle .control-play { fill: currentColor; stroke: none; }
.video-toggle .control-pause, .video-toggle.is-playing .control-play { display: none; }
.video-toggle.is-playing .control-pause { display: block; }
.video-actions, .video-volume { display: flex; align-items: center; }
.video-actions { gap: 2px; }
.video-volume { gap: 5px; }
.volume-toggle .volume-off, .volume-toggle.is-muted .volume-on { display: none; }
.volume-toggle.is-muted .volume-off { display: block; }
.fullscreen-toggle .fullscreen-close, .fullscreen-toggle.is-fullscreen .fullscreen-open { display: none; }
.fullscreen-toggle.is-fullscreen .fullscreen-close { display: block; }
.video-channel { display: inline-flex; align-items: center; gap: 5px; min-height: 38px; padding: 0 7px; color: #EDEFF1; font-family: monospace; font-size: 8px; letter-spacing: .12em; opacity: .48; transition: opacity .25s ease, transform .25s ease; }
.video-channel span { font-size: 12px; transition: transform .25s ease; }
.video-channel:hover, .video-channel:focus-visible { opacity: 1; transform: translateY(-1px); }
.video-channel:hover span, .video-channel:focus-visible span { transform: translate(1px, -1px); }
.video-channel:focus-visible { outline: 2px solid #EDEFF1; outline-offset: 2px; }
.video-progress, .video-volume-range { --range-value: 0%; height: 18px; margin: 0; padding: 0; background: transparent; cursor: pointer; appearance: none; -webkit-appearance: none; }
.video-progress { width: 100%; }
.video-volume-range { --range-value: 80%; width: 72px; }
.video-progress::-webkit-slider-runnable-track, .video-volume-range::-webkit-slider-runnable-track { height: 3px; background: linear-gradient(90deg, #EDEFF1 var(--range-value), rgba(237,239,241,.25) var(--range-value)); border-radius: 10px; }
.video-progress::-moz-range-track, .video-volume-range::-moz-range-track { height: 3px; background: linear-gradient(90deg, #EDEFF1 var(--range-value), rgba(237,239,241,.25) var(--range-value)); border: 0; border-radius: 10px; }
.video-progress::-webkit-slider-thumb, .video-volume-range::-webkit-slider-thumb { width: 12px; height: 12px; margin-top: -4.5px; background: #EDEFF1; border: 0; border-radius: 50%; box-shadow: 0 2px 8px rgba(0,11,21,.3); appearance: none; -webkit-appearance: none; }
.video-progress::-moz-range-thumb, .video-volume-range::-moz-range-thumb { width: 12px; height: 12px; background: #EDEFF1; border: 0; border-radius: 50%; box-shadow: 0 2px 8px rgba(0,11,21,.3); }
.agency-video:fullscreen, .agency-video:-webkit-full-screen { width: 100vw; height: 100vh; max-width: none; aspect-ratio: auto; background: #000B15; border: 0; border-radius: 0; }
.agency-video:fullscreen::backdrop { background: #000B15; }
.agency-video:fullscreen .video-controls, .agency-video:-webkit-full-screen .video-controls { left: clamp(18px, 3vw, 48px); right: clamp(18px, 3vw, 48px); bottom: clamp(18px, 3vw, 42px); }
.agency-video.is-playing { box-shadow: 0 35px 90px rgba(0,11,21,.22); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.principles article { min-height: 250px; padding: 26px 34px 32px 0; border-right: 1px solid var(--line-dark); }
.principles article + article { padding-left: 34px; }
.principles article:last-child { border: 0; }
.principles span { color: #403D40; font-family: monospace; font-size: 18px; font-weight: 700; letter-spacing: -.04em; }
.principles h3 { margin: 62px 0 14px; font-size: 21px; letter-spacing: -.03em; }
.principles p { max-width: 330px; margin: 0; color: #403D40; font-size: 13px; line-height: 1.6; }
.human-story { position: relative; height: min(68vw, 680px); min-height: 520px; margin: 52px 0 80px; overflow: hidden; border-radius: 22px; background: #051018; isolation: isolate; }
.human-photo { position: absolute; inset: -10% 0; background-image: linear-gradient(90deg, rgba(5,16,24,.72), rgba(221,225,228,.13) 46%, rgba(0,11,21,.18)), url('./assets/yesh-team.webp'); background-size: cover; background-position: center var(--parallax-y, 50%); background-blend-mode: normal, luminosity; filter: saturate(.35) contrast(1.04); will-change: background-position; }
.human-story::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(5,16,24,.8), transparent 55%); pointer-events: none; }
.human-note { position: absolute; z-index: 2; top: 50%; left: clamp(24px, 5vw, 70px); bottom: auto; max-width: 660px; color: var(--paper); transform: translateY(-50%); }
.human-note > span { display: block; font-size: clamp(38px, 5.1vw, 72px); line-height: .96; letter-spacing: -.055em; }
.human-note p { max-width: 500px; margin: 24px 0 0; color: #D8DADE; font-size: 14px; line-height: 1.65; }
.human-stamp { position: absolute; z-index: 2; top: 32px; right: 32px; padding: 14px 16px; color: var(--lime); background: rgba(5,16,24,.64); border: 1px solid rgba(237,239,241,.18); font-family: monospace; font-size: 9px; line-height: 1.75; letter-spacing: .15em; backdrop-filter: blur(10px); }
.services-heading { display: flex; align-items: center; justify-content: center; flex-direction: column; padding: clamp(92px, 7.2vw, 118px) 0; text-align: center; }
.services-heading h2 { max-width: 980px; margin: 22px auto 0; padding-block: .04em .1em; color: transparent; background: linear-gradient(100deg, #000B15 0%, #051018 50%, #403D40 100%); background-clip: text; -webkit-background-clip: text; font-size: clamp(45px, 6.4vw, 94px); line-height: .96; }
.services-heading h2 em { display: inline-block; padding-inline: .035em; color: transparent; background: inherit; background-clip: text; -webkit-background-clip: text; }
.services-heading > p { max-width: 560px; margin: 30px auto 0; color: transparent; background: linear-gradient(100deg, #000B15 0%, #051018 45%, #403D40 100%); background-clip: text; -webkit-background-clip: text; font-size: 14px; line-height: 1.65; text-align: center; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.service-card { --accent: var(--lime); position: relative; min-height: 510px; padding: 25px; color: var(--paper); background: var(--ink-2); border-radius: var(--radius); overflow: hidden; cursor: pointer; outline: none; transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s; isolation: isolate; }
.service-card[data-accent="blue"] { --accent: #DDE1E4; }
.service-card[data-accent="coral"] { --accent: #D8DADE; }
.service-card[data-accent="violet"] { --accent: #DDE1E4; }
.service-card[data-accent="aqua"] { --accent: #D8DADE; }
.service-card[data-accent="amber"] { --accent: #EDEFF1; }
.service-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 80% 85%, color-mix(in srgb, var(--accent) 26%, transparent), transparent 44%); opacity: .22; transition: opacity .35s; }
.service-card:hover, .service-card:focus-visible, .service-card.active { transform: translateY(-5px); box-shadow: 0 24px 48px rgba(5,16,24,.18); }
.service-card:hover::before, .service-card:focus-visible::before, .service-card.active::before { opacity: .65; }
.service-card-top { display: flex; justify-content: space-between; align-items: center; }
.service-number { color: #D8DADE; font-family: monospace; font-size: 10px; }
.service-icon { display: grid; place-items: center; width: 34px; height: 34px; color: var(--accent); border: 1px solid rgba(237,239,241,.17); border-radius: 50%; transition: .3s; }
.service-card:hover .service-icon, .service-card.active .service-icon { color: var(--ink); background: var(--accent); border-color: var(--accent); transform: rotate(45deg); }
.service-label { margin: 74px 0 10px; color: var(--accent); font-family: monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.service-card h3 { max-width: 300px; margin: 0; font-size: clamp(25px, 2.4vw, 36px); line-height: 1; letter-spacing: -.05em; font-weight: 520; }
.service-details { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 24px; padding-top: 14px; color: #D8DADE; background: linear-gradient(to bottom, transparent, var(--ink-2) 17%); transform: translateY(calc(100% - 30px)); transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.service-card:hover .service-details, .service-card:focus .service-details, .service-card.active .service-details { transform: translateY(0); }
.service-details p { margin: 0 0 14px; font-size: 12px; line-height: 1.55; }
.service-details ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.service-details li { padding: 7px 9px; color: #EDEFF1; border: 1px solid rgba(237,239,241,.12); border-radius: 100px; font-size: 9px; }
.card-visual { position: absolute; left: 25px; right: 25px; bottom: 55px; height: 145px; opacity: .82; transition: .4s; }
.service-card:hover .card-visual, .service-card.active .card-visual { opacity: .18; transform: translateY(-20px) scale(.96); }
.visual-browser { padding: 16px; border: 1px solid rgba(237,239,241,.17); border-radius: 8px 8px 2px 2px; }
.visual-browser i { display: block; width: 5px; height: 5px; background: var(--accent); border-radius: 50%; box-shadow: 10px 0 #403D40, 20px 0 #403D40; }
.visual-browser b { display: block; width: 52%; height: 8px; margin: 30px 0 9px; background: var(--accent); }
.visual-browser span { display: inline-block; width: 29%; height: 47px; margin-right: 3%; background: rgba(237,239,241,.09); }
.visual-brand b { position: absolute; left: 8%; font-size: 118px; line-height: .9; color: var(--accent); letter-spacing: -.15em; }
.visual-brand i { position: absolute; width: 82px; height: 82px; right: 18%; top: 12%; border: 1px solid rgba(237,239,241,.3); border-radius: 50%; }
.visual-brand span { position: absolute; left: 51%; top: 55%; width: 48%; height: 1px; background: var(--accent); transform: rotate(-31deg); }
.visual-media { display: flex; align-items: end; justify-content: center; gap: 8px; }
.visual-media .play { position: absolute; display: grid; place-items: center; top: 5px; width: 78px; height: 78px; padding-left: 5px; color: var(--ink); background: var(--accent); border-radius: 50%; }
.visual-media i { width: 7px; height: 45px; background: rgba(237,239,241,.25); border-radius: 5px; animation: wave 1.2s ease-in-out infinite alternate; }
.visual-media i:nth-child(3) { height: 72px; animation-delay: -.5s; }.visual-media i:nth-child(4) { height: 34px; animation-delay: -.8s; }.visual-media i:nth-child(5) { height: 60px; animation-delay: -.2s; }
.visual-ai { display: grid; place-items: center; }
.visual-ai div { width: 93px; height: 110px; border-radius: 52% 48% 49% 51% / 39% 39% 61% 61%; border: 1px solid var(--accent); box-shadow: inset 0 0 50px color-mix(in srgb, var(--accent) 18%, transparent); }
.visual-ai span { position: absolute; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 14px var(--accent); }
.visual-ai span:nth-child(2) { left: 22%; top: 22%; }.visual-ai span:nth-child(3) { right: 18%; top: 45%; }.visual-ai span:nth-child(4) { left: 31%; bottom: 5%; }.visual-ai span:nth-child(5) { right: 34%; top: 8%; }
.visual-flow b { position: absolute; width: 46px; height: 46px; border: 1px solid var(--accent); border-radius: 50%; }
.visual-flow b:nth-child(1) { left: 2%; top: 35%; }.visual-flow b:nth-child(2) { left: 42%; top: 5%; background: var(--accent); }.visual-flow b:nth-child(3) { right: 2%; bottom: 10%; }
.visual-flow i { position: absolute; height: 1px; width: 43%; background: rgba(237,239,241,.3); transform-origin: left; }
.visual-flow i:nth-child(4) { left: 13%; top: 42%; transform: rotate(-24deg); }.visual-flow i:nth-child(5) { left: 55%; top: 27%; transform: rotate(34deg); }
.visual-mentor b { position: absolute; left: 3%; top: 0; font-family: Georgia, serif; font-size: 120px; color: var(--accent); }
.visual-mentor span { position: relative; display: inline-block; margin: 93px 7% 0 0; color: #D8DADE; font-family: monospace; font-size: 9px; }
.visual-mentor span::after { content: ""; display: block; width: 54px; height: 1px; margin-top: 8px; background: rgba(237,239,241,.27); }

.service-explorer { padding: 11px; background: #051018; border: 1px solid rgba(5,16,24,.08); border-radius: 24px; box-shadow: 0 35px 90px rgba(5,16,24,.15); }
.service-tabs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 6px; min-height: 82px; padding: 6px 5px 12px; }
.service-tabs button { position: relative; z-index: 0; isolation: isolate; display: flex; align-items: center; gap: 12px; min-width: 0; min-height: 64px; padding: 16px 14px; color: #D8DADE; background: transparent; border: 0; border-radius: 13px; overflow: hidden; cursor: pointer; font-size: clamp(13px, 1.05vw, 17px); font-weight: 520; line-height: 1.18; letter-spacing: -.015em; transition: color .35s ease, transform .35s cubic-bezier(.2,.8,.2,1), font-size .35s ease, box-shadow .35s ease; }
.service-tabs button::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(135deg, #EDEFF1 0%, #D8DADE 72%, #403D40 180%); transform: translateY(105%); transition: transform .42s cubic-bezier(.2,.8,.2,1); }
.service-tabs button span { color: #D8DADE; font-family: monospace; font-size: 11px; font-weight: 700; transition: color .3s ease, transform .35s ease, font-size .35s ease; }
.service-tabs button:hover { color: #051018; transform: translateY(-3px); box-shadow: 0 9px 24px rgba(0,11,21,.16); }
.service-tabs button:hover::before, .service-tabs button.active::before { transform: translateY(0); }
.service-tabs button:hover span { color: #051018; transform: translateX(2px); }
.service-tabs button.active { color: #000B15; font-size: clamp(16px, 1.2vw, 20px); font-weight: 650; box-shadow: 0 10px 30px rgba(0,11,21,.2); }
.service-tabs button.active span { flex: 0 0 auto; color: #403D40; font-size: 14px; }
.service-panels { position: relative; min-height: 650px; }
.service-panel { position: relative; min-height: 650px; display: grid; grid-template-columns: 1.02fr .98fr; color: var(--paper); background-color: #000B15; background-image: linear-gradient(rgba(221,225,228,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(221,225,228,.05) 1px, transparent 1px), radial-gradient(circle at 86% 32%, rgba(221,225,228,.19), transparent 38%); background-size: 88px 88px, 88px 88px, auto; border: 1px solid rgba(237,239,241,.08); border-radius: 17px; overflow: hidden; animation: panel-in .52s cubic-bezier(.2,.8,.2,1); isolation: isolate; }
.service-panel[hidden] { display: none; }
.service-panel::before { content: "YESH / IDEIAS EM EXPERIÊNCIAS REAIS"; position: absolute; left: 44px; top: 27px; color: #D8DADE; font-family: monospace; font-size: 8px; letter-spacing: .16em; }
.service-panel::after { content: "CRIA × CONECTA × TRANSFORMA"; position: absolute; right: 43px; top: 27px; color: var(--lime); font-family: monospace; font-size: 8px; letter-spacing: .18em; }
.service-copy { position: relative; z-index: 2; min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 88px 7% 58px 5.5%; }
.service-kicker { display: flex; align-items: center; gap: 24px; margin-bottom: 24px; color: #D8DADE; text-transform: uppercase; font-size: 11px; line-height: 1.25; letter-spacing: .18em; }
.service-kicker b { flex: 0 0 auto; padding-block: .06em; color: var(--lime); font-family: monospace; font-size: clamp(24px, 2vw, 31px); font-weight: 700; line-height: 1; letter-spacing: -.05em; }
.service-kicker::after { content: ""; flex: 1; max-width: 210px; height: 1px; background: rgba(221,225,228,.5); }
.service-copy h3 { max-width: 100%; margin: 0; padding-block: .035em .12em; color: #EDEFF1; font-size: clamp(52px, 5.2vw, 82px); line-height: .98; letter-spacing: -.058em; font-weight: 560; }
.service-copy h3 em { display: inline-block; margin-inline: -.035em; padding: .025em .07em .095em; color: transparent; background: linear-gradient(100deg, #EDEFF1 0%, #D8DADE 48%, #403D40 125%); background-clip: text; -webkit-background-clip: text; font-family: inherit; font-style: normal; font-weight: inherit; }
.service-statement { max-width: 570px; margin: 27px 0 25px; color: #D8DADE; font-size: 13px; line-height: 1.55; text-transform: uppercase; letter-spacing: .11em; }
.service-copy ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; max-width: 620px; margin: 0 0 32px; padding: 0; border-top: 1px solid rgba(237,239,241,.12); list-style: none; }
.service-copy li { position: relative; padding: 13px 8px 13px 23px; color: #EDEFF1; border-bottom: 1px solid rgba(237,239,241,.1); font-size: 12px; line-height: 1.35; }
.service-copy li:nth-child(odd) { border-right: 1px solid rgba(237,239,241,.1); }
.service-copy li::before { content: "+"; position: absolute; left: 2px; color: var(--lime); font-family: monospace; }
.service-copy > a { display: inline-flex; align-items: center; justify-content: space-between; width: max-content; min-width: 238px; padding: 14px 18px; color: var(--paper); border: 1px solid rgba(221,225,228,.5); border-radius: 100px; font-size: 11px; transition: .25s; }
.service-copy > a:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.service-copy > a span { margin-left: 22px; font-size: 18px; }
.service-art { position: relative; min-width: 0; overflow: hidden; background: radial-gradient(circle at 50% 45%, rgba(221,225,228,.18), transparent 45%); transform-style: preserve-3d; perspective: 900px; }
.service-art::before { content: ""; position: absolute; right: -20%; bottom: -42%; width: 105%; aspect-ratio: 1.8; background: linear-gradient(150deg, #403D40, #051018 58%); border: 1px solid rgba(221,225,228,.17); border-radius: 50%; transform: rotate(-18deg); box-shadow: 0 -20px 90px rgba(221,225,228,.1); transition: transform .8s cubic-bezier(.2,.8,.2,1), box-shadow .8s ease; }
.service-panel:hover .service-art::before { transform: rotate(-14deg) translateY(-13px) scale(1.035); box-shadow: 0 -28px 110px rgba(221,225,228,.17); }
.service-panel:hover .glass-device { filter: brightness(1.16); }
.service-panel:hover .device-a { transform: rotateY(-24deg) rotateZ(8deg) translateY(-10px); }
.service-panel:hover .device-b { transform: rotateY(-20deg) rotateZ(34deg) translateY(10px); }
.service-art > p { position: absolute; z-index: 5; right: 7%; top: 34%; margin: 0; color: #D8DADE; font-family: monospace; font-size: 9px; line-height: 1.9; letter-spacing: .18em; transform: rotate(-8deg); }
.glass-device { position: absolute; z-index: 3; width: 190px; height: 400px; border: 2px solid var(--lime); border-radius: 35px; background: linear-gradient(125deg, rgba(237,239,241,.16), rgba(221,225,228,.04) 42%, rgba(237,239,241,.02)); box-shadow: inset 0 0 26px rgba(237,239,241,.12), 0 0 18px rgba(221,225,228,.25); transform: rotateY(-28deg) rotateZ(11deg); transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.glass-device::after { content: ""; position: absolute; inset: 17px; border: 1px solid rgba(237,239,241,.12); border-radius: 24px; }
.device-a { left: 20%; top: 16%; }.device-b { left: 44%; top: 4%; transform: rotateY(-23deg) rotateZ(37deg); opacity: .58; }
.art-orbit { position: absolute; z-index: 2; left: 7%; top: 19%; width: 80%; height: 48%; border: 1px solid rgba(221,225,228,.32); border-radius: 50%; transform: rotate(-34deg); animation: art-orbit 9s ease-in-out infinite alternate; }
.art-brand strong { position: absolute; z-index: 3; left: 20%; top: 17%; color: var(--lime); font-size: 330px; line-height: .9; letter-spacing: -.16em; filter: drop-shadow(0 0 28px rgba(221,225,228,.2)); transform: rotate(-7deg); }
.brand-disc { position: absolute; z-index: 2; left: 38%; top: 14%; width: 300px; height: 300px; border: 1px solid rgba(221,225,228,.5); border-radius: 50%; box-shadow: inset 0 0 80px rgba(221,225,228,.08), 0 0 0 70px rgba(221,225,228,.025); }
.brand-line { position: absolute; z-index: 4; left: 16%; top: 56%; width: 63%; height: 2px; background: var(--lime); transform: rotate(-26deg); }
.media-lens { position: absolute; z-index: 3; left: 18%; top: 15%; display: grid; place-items: center; width: 340px; height: 340px; border: 2px solid rgba(221,225,228,.6); border-radius: 50%; box-shadow: inset 0 0 80px rgba(221,225,228,.09), 0 0 0 35px rgba(221,225,228,.035), 0 0 0 70px rgba(221,225,228,.025); }
.media-lens i { width: 0; height: 0; margin-left: 18px; border-top: 38px solid transparent; border-bottom: 38px solid transparent; border-left: 58px solid var(--lime); filter: drop-shadow(0 0 18px rgba(221,225,228,.35)); }
.media-wave { position: absolute; z-index: 4; left: 17%; bottom: 12%; display: flex; align-items: center; gap: 10px; height: 75px; }
.media-wave i { width: 6px; height: 30px; background: var(--lime); border-radius: 8px; animation: wave 1.2s ease-in-out infinite alternate; }.media-wave i:nth-child(2),.media-wave i:nth-child(4){height:64px;animation-delay:-.5s}.media-wave i:nth-child(3){height:43px;animation-delay:-.8s}
.ai-face { position: absolute; z-index: 3; left: 20%; top: 12%; width: 305px; height: 410px; border: 1px solid var(--lime); border-radius: 48% 52% 42% 58% / 34% 35% 65% 66%; background: radial-gradient(circle at 47% 36%, rgba(237,239,241,.26), transparent 8%), linear-gradient(145deg, rgba(221,225,228,.14), transparent 55%); box-shadow: inset 0 0 75px rgba(221,225,228,.11), 0 0 65px rgba(221,225,228,.09); transform: rotate(7deg); }
.art-genai > i { position: absolute; z-index: 4; width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 18px var(--lime); animation: float 4s ease-in-out infinite; }.art-genai > i:nth-of-type(1){left:20%;top:15%}.art-genai > i:nth-of-type(2){left:61%;top:27%;animation-delay:-1s}.art-genai > i:nth-of-type(3){left:28%;top:68%;animation-delay:-2s}.art-genai > i:nth-of-type(4){left:70%;top:61%;animation-delay:-3s}
.flow-node { position: absolute; z-index: 4; left: 37%; top: 29%; display: grid; place-items: center; width: 150px; height: 150px; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 42px; font-weight: 800; box-shadow: 0 0 70px rgba(221,225,228,.26); }
.art-automation > span { position: absolute; z-index: 3; width: 62px; height: 62px; border: 1px solid rgba(221,225,228,.75); border-radius: 50%; }.art-automation > span::after { content:""; position:absolute; top:50%; width:150px; height:1px; background:rgba(221,225,228,.38); transform-origin:left; }.art-automation > span:nth-of-type(1){left:9%;top:18%}.art-automation > span:nth-of-type(1)::after{transform:rotate(25deg)}.art-automation > span:nth-of-type(2){left:12%;bottom:17%}.art-automation > span:nth-of-type(2)::after{transform:rotate(-21deg)}.art-automation > span:nth-of-type(3){right:12%;top:13%}.art-automation > span:nth-of-type(3)::after{right:100%;transform:rotate(154deg)}.art-automation > span:nth-of-type(4){right:9%;bottom:20%}.art-automation > span:nth-of-type(4)::after{right:100%;transform:rotate(205deg)}
.mentor-compass { position: absolute; z-index: 3; left: 17%; top: 13%; display: grid; place-items: center; width: 350px; height: 350px; color: var(--lime); border: 1px solid rgba(221,225,228,.42); border-radius: 50%; font-size: 120px; font-weight: 200; box-shadow: inset 0 0 100px rgba(221,225,228,.06), 0 0 0 50px rgba(221,225,228,.025); }
.mentor-compass::before,.mentor-compass::after{content:"";position:absolute;background:rgba(221,225,228,.45)}.mentor-compass::before{width:1px;height:130%;}.mentor-compass::after{width:130%;height:1px}
.mentor-path { position: absolute; z-index: 4; left: 22%; top: 18%; width: 300px; height: 300px; border: 3px solid transparent; border-top-color: var(--lime); border-right-color: rgba(221,225,228,.45); border-radius: 50%; animation: spin 11s linear infinite; }
@keyframes panel-in { from { opacity: 0; transform: translateY(12px) scale(.993); } to { opacity: 1; transform: none; } }
@keyframes art-orbit { from { transform: rotate(-38deg) scale(.95); } to { transform: rotate(-27deg) scale(1.04); } }

.work-contact { position: relative; z-index: 3; padding: 135px var(--pad) 30px; color: var(--paper); background: var(--ink); border-radius: 28px 28px 0 0; }
.work-heading .section-index { color: transparent; background: linear-gradient(90deg, #EDEFF1 0%, #D8DADE 62%, #403D40 118%); background-clip: text; -webkit-background-clip: text; font-weight: 700; }
.work-heading h2 { max-width: 1050px; color: transparent; background: linear-gradient(100deg, #EDEFF1 0%, #D8DADE 58%, #403D40 118%); background-clip: text; -webkit-background-clip: text; font-size: clamp(48px, 6.8vw, 100px); }
.work-heading h2 em { color: transparent; background: inherit; background-clip: text; -webkit-background-clip: text; }
.portfolio-slider { margin-top: clamp(52px, 7vw, 92px); }
.carousel-viewport { width: 100%; overflow: hidden; }
.carousel-track { display: flex; width: 100%; transform: translate3d(0,0,0); transition: transform .72s cubic-bezier(.2,.8,.2,1); will-change: transform; }
.carousel-track > [data-slide] { flex: 0 0 100%; min-width: 0; }
.portfolio-slider .carousel-track > [data-slide] { flex-basis: 50%; }
.portfolio-slider .case { margin: 0; padding: 0 7px; }
.portfolio-slider .case-visual, .portfolio-slider .case-automation .case-visual { height: clamp(390px, 42vw, 540px); }
.portfolio-slider .case-copy { min-height: 158px; grid-template-columns: 1fr; gap: 7px; padding: 24px 2px; }
.portfolio-slider .case-copy h3 { margin: 1px 0 3px; }
.case-managed .case-visual { background: radial-gradient(circle at 70% 15%, #403D40, #000B15 72%); }
.case-managed .case-media { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.case-managed:hover .case-media { transform: scale(1.035); filter: contrast(1.04); }
.case-managed .case-link { position: absolute; right: 18px; bottom: 18px; z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; color: #051018; background: #EDEFF1; border-radius: 50%; text-decoration: none; }
.case-managed .case-link:hover { transform: rotate(45deg); }
.carousel-controls { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0 0; }
.carousel-count { display: flex; align-items: center; gap: 14px; color: #D8DADE; font-family: monospace; font-size: 11px; letter-spacing: .12em; }
.carousel-count span:first-child { color: #EDEFF1; font-size: 16px; font-weight: 700; }
.carousel-count i { width: clamp(44px, 8vw, 110px); height: 1px; background: linear-gradient(90deg, #EDEFF1, #403D40); }
.carousel-buttons { display: flex; gap: 9px; }
.carousel-buttons button { display: grid; place-items: center; width: 51px; height: 51px; padding: 0; color: #051018; background: #EDEFF1; border: 1px solid #EDEFF1; border-radius: 50%; cursor: pointer; font-size: 19px; transition: color .3s ease, background .3s ease, transform .3s cubic-bezier(.2,.8,.2,1); }
.carousel-buttons button:hover, .carousel-buttons button:focus-visible { color: #EDEFF1; background: transparent; transform: translateY(-3px); }
.carousel-buttons button:focus-visible { outline: 2px solid #EDEFF1; outline-offset: 3px; }
.case { min-width: 0; margin-bottom: 44px; }
.case:nth-child(3) { grid-column: 1 / -1; }
.case-visual { position: relative; display: grid; place-items: center; height: 490px; border-radius: var(--radius); overflow: hidden; transition: .5s cubic-bezier(.2,.8,.2,1); }
.case:hover .case-visual { transform: scale(.988); border-radius: 32px; }
.case-radio .case-visual { background: radial-gradient(circle at 30% 30%, #403D40, #051018 60%); }
.radio-ui { width: 74%; padding: 24px; display: grid; grid-template-columns: 138px 1fr; gap: 24px; align-items: center; background: rgba(237,239,241,.07); border: 1px solid rgba(237,239,241,.15); border-radius: 16px; box-shadow: 0 50px 80px rgba(0,11,21,.28); transform: rotate(-4deg); transition: transform .45s; }
.case:hover .radio-ui { transform: rotate(0) scale(1.04); }
.radio-cover { aspect-ratio: 1; display: grid; place-items: center; color: var(--ink); background: var(--lime); font-size: 70px; font-weight: 800; }
.radio-ui small { color: var(--lime); font-size: 8px; letter-spacing: .1em; }
.radio-ui strong { display: block; margin-top: 9px; font-size: clamp(16px, 2vw, 27px); }
.radio-ui p { margin: 6px 0 0; color: #D8DADE; font-size: 11px; }
.wave { display: flex; align-items: center; gap: 4px; height: 34px; margin-top: 22px; }
.wave i { width: 3px; height: 11px; background: var(--lime); animation: wave 1.1s ease-in-out infinite alternate; }
.wave i:nth-child(2n) { height: 25px; animation-delay: -.5s; }.wave i:nth-child(3n) { height: 18px; animation-delay: -.8s; }
.case-lena .case-visual { background: radial-gradient(circle at 50% 30%, #DDE1E4, #403D40 65%); }
.avatar-silhouette { position: absolute; bottom: 0; width: 65%; height: 88%; background: linear-gradient(150deg, #D8DADE 0 19%, #403D40 20% 31%, #DDE1E4 32% 49%, #000B15 50%); border-radius: 46% 54% 4px 4px; filter: saturate(.75); box-shadow: 0 20px 80px #000B15; transform: translateY(8%); transition: .5s; }
.case:hover .avatar-silhouette { transform: translateY(5%) scale(1.02); }
.avatar-silhouette span { position: absolute; right: -16%; top: 18%; color: rgba(237,239,241,.25); font-size: 96px; font-weight: 800; letter-spacing: -.08em; }
.avatar-caption { position: absolute; left: 24px; bottom: 24px; padding: 12px; background: rgba(5,16,24,.75); border-left: 2px solid var(--lime); backdrop-filter: blur(8px); }
.avatar-caption small { display: block; color: var(--lime); font-size: 7px; letter-spacing: .14em; }.avatar-caption strong { display: block; margin-top: 5px; font-family: monospace; font-size: 11px; }
.case-automation .case-visual { height: 330px; background: #D8DADE; }
.automation-map { position: relative; width: 76%; height: 150px; display: flex; justify-content: space-between; align-items: center; }
.automation-map span { position: relative; z-index: 2; display: grid; place-items: center; width: 100px; height: 100px; color: var(--ink); background: #EDEFF1; border: 1px solid rgba(5,16,24,.2); border-radius: 50%; font-size: 13px; box-shadow: 0 10px 30px rgba(5,16,24,.08); }
.automation-map span:nth-child(2) { color: var(--ink); background: var(--lime); border-color: var(--lime); font-size: 22px; font-weight: 800; }
.automation-map i { position: absolute; z-index: 1; left: 8%; width: 27%; height: 1px; background: rgba(5,16,24,.25); }.automation-map i:nth-last-child(2) { left: 36%; }.automation-map i:nth-last-child(1) { left: 64%; }
.case-copy { display: grid; grid-template-columns: .65fr 1fr 1.2fr; gap: 24px; padding: 22px 2px; border-bottom: 1px solid var(--line-light); }
.case-copy p { margin: 3px 0 0; color: var(--lime); font-family: monospace; font-size: 9px; text-transform: uppercase; }
.case-copy h3 { margin: 0; font-size: 23px; letter-spacing: -.035em; }
.case-copy span { color: #D8DADE; font-size: 12px; line-height: 1.6; }
.clients-showcase { margin-top: clamp(110px, 13vw, 190px); padding-top: clamp(50px, 7vw, 90px); border-top: 1px solid var(--line-light); }
.clients-heading { display: block; margin-bottom: clamp(48px, 7vw, 86px); }
.clients-heading .section-index { color: #D8DADE; }
.clients-heading h2 { max-width: 920px; margin: 25px 0 0; color: transparent; background: linear-gradient(100deg, #EDEFF1 0%, #D8DADE 58%, #403D40 118%); background-clip: text; -webkit-background-clip: text; font-size: clamp(42px, 6.2vw, 88px); font-weight: 520; line-height: .93; letter-spacing: -.06em; }
.clients-heading h2 em { color: transparent; background: inherit; background-clip: text; -webkit-background-clip: text; }
.clients-carousel { padding: 11px; background: #000B15; border: 1px solid rgba(237,239,241,.12); border-radius: 24px; overflow: hidden; }
.clients-carousel .carousel-viewport { border-radius: 16px; }
.client-slide { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; min-height: 240px; }
.client-logo { position: relative; display: grid; place-items: center; min-height: 240px; padding: 0; color: #051018; background: linear-gradient(145deg, #EDEFF1, #D8DADE); border-radius: 14px; overflow: hidden; isolation: isolate; transition: border-radius .4s ease; }
.client-logo::before { content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none; background: linear-gradient(180deg, rgba(0,11,21,.44) 0%, rgba(0,11,21,0) 25%, rgba(0,11,21,0) 68%, rgba(0,11,21,.5) 100%); }
.client-logo::after { content: "CLIENTE / PARCEIRO"; position: absolute; z-index: 4; left: 16px; bottom: 14px; color: #EDEFF1; font-family: monospace; font-size: 7px; letter-spacing: .14em; text-shadow: 0 1px 10px rgba(0,11,21,.55); }
.client-logo-dark { color: #EDEFF1; background: radial-gradient(circle at 70% 30%, #403D40, #051018 62%); }
.client-logo-dark::after { color: #EDEFF1; }
.client-logo strong { position: relative; z-index: 2; margin-top: 84px; font-size: 13px; letter-spacing: .08em; }
.client-logo-link { display: block; min-width: 0; height: 100%; color: inherit; text-decoration: none; }
.client-logo-link .client-logo { height: 100%; }
.client-logo-media { position: absolute; inset: 0; z-index: 2; display: block; width: 100%; height: 100%; padding: 0; background: #EDEFF1; border: 0; border-radius: 0; overflow: hidden; box-shadow: none; }
.client-logo-dark .client-logo-media { border: 0; box-shadow: none; }
.client-logo-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(1) contrast(1.04); transition: transform .6s cubic-bezier(.2,.8,.2,1), filter .35s ease; }
.client-logo:hover .client-logo-image { transform: scale(1.045); filter: grayscale(0); }
.client-logo.is-fallback .client-logo-media { display: grid; place-items: center; background: radial-gradient(circle at 70% 30%, #403D40, #051018 62%); }
.client-logo.is-fallback .client-logo-image { width: min(58%, 240px); height: auto; object-fit: contain; filter: none; }
.client-logo.is-fallback:hover .client-logo-image { transform: scale(1.055); }
.client-logo.has-image strong { position: absolute; z-index: 4; left: 16px; top: 14px; margin: 0; font: 600 7px/1.2 monospace; color: #EDEFF1; opacity: .92; text-shadow: 0 1px 10px rgba(0,11,21,.65); }
.client-logo-dark.has-image strong { color: #EDEFF1; opacity: .92; }
.client-mark { position: absolute; top: 54px; left: 50%; width: 76px; height: 76px; transform: translateX(-50%); transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.client-logo:hover { border-radius: 28px; }
.client-logo:hover .client-mark { transform: translateX(-50%) rotate(16deg) scale(1.12); }
.mark-orbit { border: 2px solid currentColor; border-radius: 50%; }
.mark-orbit::after { content: ""; position: absolute; inset: 17px -15px; border: 1px solid currentColor; border-radius: 50%; transform: rotate(52deg); }
.mark-word { display: grid; place-items: center; font-size: 63px; font-weight: 780; line-height: 1; letter-spacing: -.1em; }
.mark-grid { background: linear-gradient(90deg, currentColor 2px, transparent 2px) 0 0 / 18px 18px, linear-gradient(currentColor 2px, transparent 2px) 0 0 / 18px 18px; }
.mark-ring { border: 16px solid currentColor; border-radius: 50%; }
.mark-ring::after { content: ""; position: absolute; inset: -25px 31px; background: currentColor; transform: rotate(34deg); }
.mark-cross::before, .mark-cross::after { content: ""; position: absolute; left: 37px; top: 0; width: 2px; height: 76px; background: currentColor; }
.mark-cross::after { transform: rotate(90deg); }
.clients-controls { padding: 17px 8px 2px; }
.clients-controls > p { flex: 1; margin: 0; color: #D8DADE; font-size: 10px; letter-spacing: .06em; }
.clients-controls .carousel-count { margin-right: 22px; }
.analytics-consent { position: fixed; z-index: 120; left: 50%; bottom: clamp(18px, 2.2vw, 32px); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; width: min(620px, calc(100vw - 160px)); padding: 18px 20px; color: #EDEFF1; background: rgba(5,16,24,.9); border: 1px solid rgba(237,239,241,.16); border-radius: 18px; box-shadow: 0 24px 80px rgba(0,11,21,.32); backdrop-filter: blur(18px); opacity: 0; transform: translate(-50%, 14px); transition: opacity .3s ease, transform .3s ease; }
.analytics-consent.is-visible { opacity: 1; transform: translate(-50%, 0); }
.analytics-consent p { margin: 0; }
.analytics-consent strong, .analytics-consent span { display: block; }
.analytics-consent strong { margin-bottom: 4px; font-size: 13px; }
.analytics-consent span { color: #D8DADE; font-size: 11px; line-height: 1.45; }
.analytics-consent > div { display: flex; gap: 8px; }
.analytics-consent button { min-height: 40px; padding: 0 15px; color: #EDEFF1; background: transparent; border: 1px solid rgba(237,239,241,.22); border-radius: 999px; cursor: pointer; font-size: 11px; transition: color .25s ease, background .25s ease, transform .25s ease; }
.analytics-consent button:last-child { color: #051018; background: #EDEFF1; }
.analytics-consent button:hover { transform: translateY(-2px); }
.process { display: grid; grid-template-columns: 1fr 1.25fr; gap: 10vw; padding: 145px 0; }
.process-intro h2 { margin: 22px 0 0; color: transparent; background: linear-gradient(100deg, #EDEFF1 0%, #D8DADE 58%, #403D40 125%); background-clip: text; -webkit-background-clip: text; font-size: clamp(35px, 4vw, 57px); line-height: 1.05; letter-spacing: -.05em; font-weight: 520; }
.process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.process li { display: grid; grid-template-columns: 70px 1fr; padding: 25px 0; border-bottom: 1px solid var(--line-light); }
.process li > span { color: var(--lime); font-family: monospace; font-size: 9px; }
.process strong { font-size: 19px; }.process li p { margin: 8px 0 0; color: #D8DADE; font-size: 12px; line-height: 1.5; }
.contact-panel { position: relative; min-height: 590px; padding: clamp(40px, 7vw, 100px); color: var(--ink); background: var(--lime); border-radius: 28px; overflow: hidden; isolation: isolate; }
.contact-panel .eyebrow { color: #403D40; }.contact-panel .eyebrow span { background: var(--ink); box-shadow: none; }
.contact-panel h2 { margin: 55px 0 28px; max-width: 940px; color: transparent; background: linear-gradient(100deg, #000B15 0%, #051018 55%, #403D40 100%); background-clip: text; -webkit-background-clip: text; font-size: clamp(52px, 7.5vw, 108px); }
.contact-panel h2 em { color: transparent; background: inherit; background-clip: text; -webkit-background-clip: text; }
.contact-panel > p:not(.eyebrow) { max-width: 530px; color: #403D40; font-size: 15px; line-height: 1.6; }
.button-light { margin-top: 28px; color: var(--paper); background: var(--ink); }
.contact-panel .button-light { position: relative; top: -18px; }
.contact-glow { position: absolute; z-index: -1; right: -8%; bottom: -45%; width: 620px; height: 620px; border: 1px solid rgba(5,16,24,.17); border-radius: 50%; box-shadow: 0 0 0 80px rgba(5,16,24,.035), 0 0 0 160px rgba(5,16,24,.025); }
.contact-meta { position: absolute; left: clamp(40px, 7vw, 100px); right: clamp(40px, 7vw, 100px); bottom: 35px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid rgba(5,16,24,.2); color: #403D40; font-size: 12px; }
.contact-details { display: flex; align-items: center; gap: 22px; }
.contact-details a { transition: color .25s ease; }
.contact-details a:hover { color: #000B15; }
.social-links { display: flex; align-items: center; gap: 8px; }
.social-link { display: grid; place-items: center; width: 38px; height: 42px; color: #051018; background: transparent; border: 0; transition: color .28s ease, opacity .28s ease, transform .28s cubic-bezier(.2,.8,.2,1); }
.social-link:hover, .social-link:focus-visible { color: #000B15; background: transparent; transform: translateY(-2px); }
.social-link:focus-visible { outline: 2px solid #051018; outline-offset: 3px; }
.social-link svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-facebook svg path, .social-youtube svg path { fill: currentColor; stroke: none; }
.social-youtube svg .social-play { fill: var(--paper); }
.social-link .social-dot { fill: currentColor; stroke: none; }
.social-link-disabled { color: #403D40; background: transparent; cursor: not-allowed; font-weight: 700; }
.social-link-disabled:hover { color: #403D40; background: transparent; transform: none; }
.whatsapp-fab { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: grid; place-items: center; width: 58px; height: 58px; padding: 0; color: #EDEFF1; background: rgba(5,16,24,.92); border: 1px solid rgba(237,239,241,.22); border-radius: 50%; box-shadow: 0 15px 45px rgba(0,11,21,.32); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, background .3s ease; }
.whatsapp-fab::before { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(237,239,241,.15); border-radius: inherit; opacity: 0; transition: opacity .3s ease; }
.whatsapp-fab:hover, .whatsapp-fab:focus-visible { transform: translateY(-4px); box-shadow: 0 21px 58px rgba(0,11,21,.4); }
.whatsapp-fab:hover::before, .whatsapp-fab:focus-visible::before { opacity: 1; }
.whatsapp-fab:focus-visible { outline: 2px solid #EDEFF1; outline-offset: 3px; }
.whatsapp-fab svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px 34px; padding-top: 65px; color: #D8DADE; font-size: 10px; }
.brand-footer { color: var(--paper); }.brand-footer .brand-logo { width: 72px; }
.footer-services { order: 4; width: 100%; padding-top: 22px; border-top: 1px solid var(--line-light); display: flex; flex-wrap: wrap; gap: 12px 22px; }
.footer-services a { color: #D8DADE; text-decoration: none; }
.footer-services a:hover { color: #EDEFF1; }

.reveal { opacity: 1; transform: translateY(0); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.8,.2,1); }
.reveal.will-reveal { opacity: 0; transform: translateY(25px); }
.reveal.will-reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes orbit { from { transform: rotate(25deg) scaleX(.9); } to { transform: rotate(55deg) scaleX(1.05); } }
@keyframes float { 0%,100% { transform: translateY(-4px); } 50% { transform: translateY(8px); } }
@keyframes wave { to { height: 5px; opacity: .4; } }
@keyframes video-in { from { opacity: 0; transform: scale(1.01); } to { opacity: 1; transform: none; } }
@keyframes play-breathe { 0%,100% { box-shadow: inset 0 0 32px rgba(237,239,241,.08), 0 18px 48px rgba(0,11,21,.3); } 50% { box-shadow: inset 0 0 38px rgba(237,239,241,.13), 0 23px 58px rgba(0,11,21,.4), 0 0 0 8px rgba(221,225,228,.035); } }

@media (max-width: 1060px) {
  .hero { grid-template-columns: 1fr; padding-top: 145px; }
  .hero-stage { position: absolute; z-index: -1; right: -18%; top: 20%; width: 60%; opacity: .52; }
  .hero-copy { max-width: 780px; }
  .hero-foot { margin-top: 110px; }
  .service-panel { grid-template-columns: 1.08fr .92fr; }
  .service-copy h3 { font-size: 54px; }
  .service-art > p { display: none; }
  .agency-intro-grid { grid-template-columns: 1.05fr .95fr; gap: 30px; }.section-intro h2 { font-size: clamp(36px, 4.5vw, 48px); }
  .client-slide { min-height: 0; }
  .client-logo, .client-logo-link { min-height: 0; aspect-ratio: 4 / 3; }
  .client-logo-media { padding: clamp(8px, 1.4vw, 14px); background: linear-gradient(145deg, #EDEFF1, #D8DADE); }
  .client-logo-dark .client-logo-media { background: linear-gradient(145deg, #EDEFF1, #D8DADE); }
  .client-logo-image { object-fit: contain; object-position: center; border-radius: 8px; }
  .client-logo.is-fallback .client-logo-image { object-fit: contain; }
}

@media (max-width: 760px) {
  :root { --radius: 16px; }
  .cursor-glow, .desktop-nav, .header-cta { display: none; }
  .site-header { height: 70px; grid-template-columns: 1fr auto; }
  .menu-toggle { justify-self: end; display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 42px; height: 42px; padding: 0 10px; color: var(--paper); background: transparent; border: 1px solid var(--line-light); border-radius: 50%; }
  .menu-toggle span { display: block; width: 100%; height: 1px; background: currentColor; transition: .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 69px; left: 0; right: 0; display: grid; padding: 16px var(--pad) 28px; background: rgba(5,16,24,.97); border-bottom: 1px solid var(--line-light); }
  .mobile-menu[hidden] { display: none; }.mobile-menu a { padding: 14px 0; border-bottom: 1px solid var(--line-light); font-size: 14px; }
  .hero { min-height: auto; display: block; padding-top: 123px; padding-bottom: 36px; }
  .hero h1 { margin-top: 28px; font-size: clamp(49px, 15vw, 76px); }
  .hero-lead { max-width: 92%; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; margin-top: 30px; }
  .hero-stage { position: relative; inset: auto; width: 100%; min-height: 340px; margin: 62px auto 0; opacity: 1; }
  .stage-frame { width: 100%; max-width: 430px; transform: none; }
  .core-mark { width: 84px; height: 84px; }.core-mark img { width: 55px; }
  .floating-tag { font-size: 7px; }.tag-one { left: 2%; }.tag-two { right: 0; }.tag-three { left: 6%; }
  .hero-foot { flex-direction: column; align-items: flex-start; gap: 28px; margin-top: 48px; }
  .hero-metrics { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 14px; }.hero-metrics span { align-items: flex-start; flex-direction: column; }
  .agency-services { padding-top: 85px; padding-bottom: 90px; border-radius: 20px 20px 0 0; }
  .section-intro, .services-heading, .process { grid-template-columns: 1fr; gap: 35px; }
  .section-intro { padding-bottom: 70px; }.section-intro > .section-index { margin: 0 0 28px; }.section-intro h2 { margin: 0; font-size: 39px; }
  .agency-intro-grid { grid-template-columns: 1fr; gap: 30px; }.agency-copy { padding-right: 0; }.section-intro .agency-description { max-width: none; margin: 20px 0 0; font-size: 16px; }
  .agency-video { min-height: 0; aspect-ratio: 16 / 9; margin: 0; border-radius: 17px; }.video-heading { top: 50%; left: 19px; right: auto; max-width: 62%; }.video-heading strong { font-size: clamp(25px, 7.2vw, 32px); }.video-play { top: 50%; left: 80%; width: 66px; height: 66px; }.video-label { top: 12px; right: 12px; }.video-facade > img { object-position: 58% center; }.video-overlay { background: linear-gradient(90deg, rgba(0,11,21,.82), rgba(5,16,24,.18)), linear-gradient(to top, rgba(0,11,21,.85), transparent 72%); }.video-controls { left: 8px; right: 8px; bottom: 8px; grid-template-columns: 34px minmax(0,1fr) auto; gap: 4px; min-height: 46px; padding: 4px 5px; border-radius: 10px; }.video-control { width: 30px; height: 34px; }.video-control svg { width: 17px; height: 17px; }.video-actions { gap: 0; }.video-volume { gap: 0; }.video-volume-range { width: 38px; }
  .principles { grid-template-columns: 1fr; }.principles article, .principles article + article { min-height: auto; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }.principles article:last-child { border-bottom: 0; }.principles h3 { margin: 35px 0 11px; }
  .human-story { min-height: 590px; height: 78vh; margin: 34px 0 60px; }.human-photo { inset: -7% -34% -7% -30%; background-position: 58% var(--parallax-y, 50%); }.human-note { top: 50%; left: 23px; right: 23px; bottom: auto; transform: translateY(-50%); }.human-note > span { font-size: 43px; }.human-note p { font-size: 12px; }.human-stamp { top: 20px; right: 20px; }
  .services-heading { padding: 78px 0; }.services-heading h2 { font-size: 50px; }
  .service-explorer { margin-left: calc(var(--pad) * -.45); margin-right: calc(var(--pad) * -.45); padding: 7px; border-radius: 18px; }
  .service-tabs { display: flex; min-height: 82px; overflow-x: auto; padding-bottom: 9px; scrollbar-width: none; scroll-snap-type: x proximity; }.service-tabs::-webkit-scrollbar{display:none}.service-tabs button{flex:0 0 auto;min-width:158px;scroll-snap-align:start;padding:14px 16px;font-size:14px}.service-tabs button span{font-size:11px}.service-tabs button.active{font-size:20px}.service-tabs button.active span{font-size:13px}
  .service-panels,.service-panel { min-height: 790px; }.service-panel { grid-template-columns: 1fr; grid-template-rows: auto 265px; }.service-panel::before { left: 22px; top: 21px; }.service-panel::after { display: none; }
  .service-copy { justify-content: flex-start; padding: 68px 21px 26px; }.service-kicker { gap: 13px; margin-bottom: 18px; font-size: 9px; }.service-kicker b { font-size: 22px; }.service-copy h3 { font-size: clamp(43px, 11.5vw, 52px); }.service-statement { margin: 22px 0 20px; font-size: 10px; }.service-copy li { padding: 11px 5px 11px 18px; font-size: 10px; }.service-copy > a { min-width: 220px; }
  .service-art { min-height: 265px; }.glass-device { width: 96px; height: 220px; border-radius: 22px; }.device-a{left:25%;top:14%}.device-b{left:48%;top:-4%}.art-brand strong{left:25%;top:5%;font-size:190px}.brand-disc{left:42%;top:6%;width:170px;height:170px}.media-lens{left:27%;top:7%;width:185px;height:185px}.media-lens i{border-top-width:23px;border-bottom-width:23px;border-left-width:36px}.media-wave{left:22%;bottom:5%}.ai-face{left:28%;top:3%;width:160px;height:220px}.flow-node{left:40%;top:24%;width:88px;height:88px;font-size:26px}.art-automation > span{width:38px;height:38px}.mentor-compass{left:26%;top:1%;width:210px;height:210px;font-size:72px}.mentor-path{left:31%;top:6%;width:180px;height:180px}.service-art > p{display:block;right:5%;top:36%;font-size:6px}
  .work-contact { padding-top: 90px; border-radius: 20px 20px 0 0; }.work-heading h2 { font-size: 50px; }
  .portfolio-slider { margin-top: 44px; }.portfolio-slider .carousel-track > [data-slide] { flex-basis: 100%; }.portfolio-slider .case { padding: 0; }.portfolio-slider .case-visual, .portfolio-slider .case-automation .case-visual { height: 400px; }.portfolio-slider .case-copy { min-height: 0; }.case-copy { grid-template-columns: 1fr; gap: 8px; }.case-copy h3 { margin: 3px 0 5px; }.radio-ui { width: 90%; grid-template-columns: 94px 1fr; padding: 16px; }.automation-map { width: 88%; }.automation-map span { width: 62px; height: 62px; font-size: 10px; }
  .carousel-controls { padding-top: 15px; }.carousel-buttons button { width: 46px; height: 46px; }
  .clients-showcase { margin-top: 105px; padding-top: 55px; }.clients-heading { margin-bottom: 38px; }.clients-heading h2 { margin-top: 20px; font-size: 44px; }.clients-carousel { padding: 7px; border-radius: 18px; }.client-slide { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 6px; min-height: 0; aspect-ratio: 4 / 3; align-content: start; }.client-logo, .client-logo-link { min-height: 0; aspect-ratio: 4 / 3; }.client-logo { padding: 0; }.client-logo-media { width: 100%; height: 100%; padding: 8px; background: linear-gradient(145deg, #EDEFF1, #D8DADE); }.client-logo-dark .client-logo-media { background: linear-gradient(145deg, #EDEFF1, #D8DADE); }.client-logo-image { object-fit: contain; object-position: center; border-radius: 7px; }.client-logo.is-fallback .client-logo-image { width: min(58%, 180px); object-fit: contain; }.client-logo.has-image strong { left: 11px; top: 10px; max-width: calc(100% - 22px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.client-logo::after { left: 11px; bottom: 10px; }.client-mark { top: 30px; width: 58px; height: 58px; }.client-logo strong { margin-top: 62px; font-size: 10px; }.mark-word { font-size: 48px; }.mark-ring { border-width: 12px; }.mark-cross::before, .mark-cross::after { left: 28px; height: 58px; }.clients-controls > p { display: none; }.clients-controls .carousel-count { margin-right: auto; }
  .analytics-consent { bottom: 86px; grid-template-columns: 1fr; gap: 14px; width: min(620px, calc(100vw - 28px)); padding: 17px; }.analytics-consent > div { justify-content: flex-end; }.analytics-consent button { flex: 1; }
  .process { padding: 90px 0; }.process-intro h2 { font-size: 39px; }
  .contact-panel { min-height: 760px; padding: 40px 24px; }.contact-panel h2 { margin-top: 72px; font-size: 54px; }.contact-meta { left: 24px; right: 24px; bottom: 24px; align-items: flex-start; flex-direction: column; gap: 14px; }.contact-details { align-items: flex-start; flex-direction: column; gap: 9px; }.social-link { width: 40px; height: 40px; }.whatsapp-fab { right: 15px; bottom: 15px; width: 56px; height: 56px; padding: 0; }
  footer { flex-direction: column; align-items: flex-start; gap: 19px; padding: 50px 0 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
