:root{--brand-blue: #005fdf;--brand-green: #079b39;--brand-yellow: #ffcd01;--brand-navy: #0d1b42;--brand-navy-deep: #050b1d;--blue-700: #0049ab;--blue-800: #003a89;--green-700: #05702a;--green-on-dark: #5fd18a;--surface: #ffffff;--surface-muted: #f4f6fa;--surface-dark: var(--brand-navy);--surface-darker: var(--brand-navy-deep);--ink: #111827;--ink-muted: #4b5563;--ink-on-dark: #ffffff;--ink-on-dark-muted: #c3cee4;--line: #d9dfe9;--line-strong: #7d8a9e;--line-on-dark: rgba(255, 255, 255, .18);--line-on-dark-strong: #7f8daa;--hero-ramp-angle: 156deg;--hero-ramp-from: var(--brand-navy);--hero-ramp-to: var(--brand-blue);--font-sans: "Work Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--step--1: clamp(.83rem, .8rem + .15vw, .9rem);--step-0: clamp(1rem, .96rem + .2vw, 1.09rem);--step-1: clamp(1.2rem, 1.12rem + .4vw, 1.45rem);--step-2: clamp(1.44rem, 1.3rem + .7vw, 1.94rem);--step-3: clamp(1.73rem, 1.5rem + 1.15vw, 2.58rem);--step-4: clamp(2.07rem, 1.7rem + 1.85vw, 3.44rem);--leading-tight: 1.12;--leading-snug: 1.28;--leading-normal: 1.6;--space-3xs: .25rem;--space-2xs: .5rem;--space-xs: .75rem;--space-s: 1rem;--space-m: 1.5rem;--space-l: 2rem;--space-xl: 3rem;--space-2xl: 4rem;--radius-s: 4px;--radius-m: 8px;--radius-l: 16px;--shadow-m: 0 4px 8px -2px rgba(16, 24, 40, .1), 0 2px 4px -2px rgba(16, 24, 40, .06);--measure: 68ch;--container: 1200px;--tap-target: 44px}@font-face{font-family:Work Sans;src:url(/assets/fonts/work-sans-latin-var.woff2) format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:var(--step-0);line-height:var(--leading-normal);color:var(--ink);background:var(--surface);-webkit-font-smoothing:antialiased}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}h1,h2,h3{margin:0;line-height:var(--leading-tight);font-weight:700;text-wrap:balance}h1{font-size:var(--step-4);letter-spacing:-.02em}h2{font-size:var(--step-3);letter-spacing:-.015em}h3{font-size:var(--step-2);letter-spacing:-.01em}p{margin:0 0 var(--space-s);max-width:var(--measure);text-wrap:pretty}a{color:var(--blue-700);text-underline-offset:.2em}a:hover{text-decoration-thickness:2px}img,svg{display:block;max-width:100%;height:auto}:focus-visible{outline:3px solid var(--blue-700);outline-offset:2px;border-radius:var(--radius-s)}.hero :focus-visible,.section--dark :focus-visible,.section--darker :focus-visible,.site-header :focus-visible{outline-color:var(--brand-yellow)}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--space-s)}@media(min-width:48rem){.container{padding-inline:var(--space-l)}}.section{padding-block:var(--space-xl)}.section--dark{background:var(--surface-dark);color:var(--ink-on-dark)}.section--muted{background:var(--surface-muted)}.section--dark a:not(.btn){color:var(--brand-yellow)}@media(min-width:48rem){.section{padding-block:var(--space-2xl)}}.eyebrow{margin-bottom:var(--space-2xs);color:var(--ink-muted);font-size:var(--step--1);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.section--dark .eyebrow,.hero .eyebrow{color:var(--brand-yellow)}.lead{color:var(--ink-muted);font-size:var(--step-1);line-height:var(--leading-snug)}.section--dark .lead,.hero .lead{color:var(--ink-on-dark-muted)}.skip-link{position:absolute;left:var(--space-s);top:var(--space-s);z-index:100;transform:translateY(-200%);padding:var(--space-2xs) var(--space-s);color:var(--ink);background:var(--surface);border-radius:var(--radius-m);box-shadow:var(--shadow-m);font-weight:600}.skip-link:focus{transform:translateY(0)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2xs);min-height:var(--tap-target);padding:var(--space-2xs) var(--space-m);border:2px solid transparent;border-radius:var(--radius-m);font:inherit;font-weight:600;text-decoration:none;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}.btn--on-dark{color:var(--brand-navy);background:var(--brand-yellow)}.btn--on-dark:hover{background:#ffd733}.btn--ghost-dark{color:var(--ink-on-dark);background:transparent;border-color:var(--line-on-dark-strong)}.btn--ghost-dark:hover{color:var(--brand-yellow);border-color:var(--brand-yellow)}.site-header{color:var(--ink-on-dark);background:var(--brand-navy)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-s);min-height:64px}.brand__logo{flex:none;width:auto;height:30px;aspect-ratio:544.44 / 148.37}.site-header__contato{color:var(--ink-on-dark-muted);font-size:var(--step--1);font-weight:600;text-decoration:none}.site-header__contato:hover{color:var(--brand-yellow)}@media(min-width:30rem){.brand__logo{height:34px}}.grafismo-rule{--grafismo-row: 24px;height:var(--grafismo-row);background:url(/assets/brand/grafismo-grade-cor.svg) 0 calc(var(--grafismo-row) * -2) / auto 800% repeat-x}.hero{position:relative;overflow:hidden;padding-block:var(--space-xl) 0;color:var(--ink-on-dark);background-color:var(--hero-ramp-from);background-image:linear-gradient(var(--hero-ramp-angle),var(--hero-ramp-from) 0%,var(--hero-ramp-to) 100%)}.hero__grid{display:grid;gap:var(--space-l)}.hero__title{font-size:var(--step-4);font-weight:800}.hero__rule{width:3.5rem;height:4px;margin:var(--space-m) 0;border:0;border-radius:999px;background:var(--brand-yellow)}.hero__selo{max-width:20ch;margin:0 0 var(--space-s);font-size:var(--step-2);font-weight:700;line-height:var(--leading-snug);letter-spacing:-.01em}.hero__lead{max-width:36ch}.hero__cta{display:flex;flex-wrap:wrap;gap:var(--space-s);margin-top:var(--space-l)}.hero__figure{align-self:end;width:min(78vw,420px);margin:0 auto;aspect-ratio:3094 / 5474}.hero__figure img{width:100%;height:100%;object-fit:contain;object-position:50% 100%}@media(min-width:56rem){.hero{padding-top:var(--space-2xl);--hero-ramp-angle: 90deg}.hero__grid{grid-template-columns:1.15fr .85fr;align-items:end;gap:var(--space-2xl)}.hero__texto{align-self:center}.hero__figure{width:min(100%,380px)}}.projetos{display:grid;gap:var(--space-m);margin-top:var(--space-l)}@media(min-width:44rem){.projetos{grid-template-columns:repeat(2,1fr)}}@media(min-width:68rem){.projetos{grid-template-columns:repeat(3,1fr)}}.projeto{display:flex;flex-direction:column;height:100%;padding:var(--space-m);background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-l);border-top:4px solid var(--projeto-cor, var(--brand-blue))}.projeto__kicker{margin-bottom:var(--space-3xs);color:var(--ink-muted);font-size:var(--step--1);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.projeto__titulo{font-size:var(--step-2)}.projeto__titulo a{color:inherit;text-decoration:none}.projeto--ativo{position:relative;isolation:isolate;transition:border-color .15s,box-shadow .15s,transform .15s}.projeto__titulo a:after{content:"";position:absolute;inset:0;border-radius:inherit}.projeto--ativo:hover{border-color:var(--projeto-cor, var(--brand-blue));box-shadow:var(--shadow-m);transform:translateY(-2px)}.projeto--ativo:has(a:focus-visible){outline:3px solid var(--blue-700);outline-offset:2px}.projeto__texto{margin-top:var(--space-2xs);color:var(--ink-muted)}.projeto__rodape{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2xs);margin-top:auto;padding-top:var(--space-s);font-size:var(--step--1);font-weight:600}.projeto__dominio{color:var(--blue-700)}.projeto--breve .projeto__dominio{color:var(--ink-muted)}.tag{display:inline-block;padding:2px var(--space-2xs);color:var(--ink-muted);border:1px solid var(--line-strong);border-radius:999px;font-size:var(--step--1);font-weight:600}.bio{display:grid;gap:var(--space-l)}.bio__citacao{margin:0;padding-left:var(--space-m);border-left:4px solid var(--brand-yellow);font-size:var(--step-2);font-weight:700;line-height:var(--leading-snug);letter-spacing:-.01em}.bio__texto p{color:var(--ink-on-dark-muted)}.bio__texto p:last-child{margin-bottom:0}@media(min-width:56rem){.bio{grid-template-columns:.8fr 1.2fr;gap:var(--space-2xl)}}.site-footer{padding-block:var(--space-xl);color:var(--ink-on-dark-muted);background:var(--surface-darker);font-size:var(--step--1)}.site-footer a{color:var(--brand-yellow)}.site-footer__grid{display:grid;gap:var(--space-l)}.site-footer h2{margin-bottom:var(--space-2xs);color:var(--ink-on-dark);font-size:var(--step-0)}.site-footer__logo{width:auto;height:38px;margin-bottom:var(--space-s);aspect-ratio:544.44 / 148.37}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li+li{margin-top:var(--space-3xs)}.site-footer__legal{margin-top:var(--space-l);padding-top:var(--space-s);border-top:1px solid var(--line-on-dark)}.site-footer__legal p{margin:0}@media(min-width:48rem){.site-footer__grid{grid-template-columns:2fr 1fr 1fr}}
