:root {
    --tinta: #102323;
    --tinta-2: #183131;
    --dourado: #b69463;
    --dourado-claro: #d9c39f;
    --areia: #f2eee6;
    --creme: #faf8f3;
    --branco: #fff;
    --cinza: #687575;
    --borda: rgba(16, 35, 35, .13);
    --sombra: 0 28px 80px rgba(10, 28, 28, .12);
    --fonte-titulo: "Manrope", sans-serif;
    --fonte-texto: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--tinta); background: var(--creme); font-family: var(--fonte-texto); -webkit-font-smoothing: antialiased; }
body.menu-publico-aberto { overflow: hidden; overscroll-behavior: none; }
body, input, textarea, select, button { font-family: var(--fonte-texto); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.container { width: min(1200px, calc(100% - 80px)); margin: 0 auto; }
.secao { padding: 128px 0; }
.sobretitulo { margin: 0 0 24px; color: var(--dourado-claro); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.sobretitulo.escuro { color: #84663e; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--fonte-titulo); }
h2 { font-size: clamp(40px, 5.3vw, 76px); line-height: .99; letter-spacing: -.055em; font-weight: 500; text-wrap: balance; }
.botao { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 0 24px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 700; letter-spacing: .03em; cursor: pointer; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.botao:hover { transform: translateY(-2px); }
.botao-claro { background: var(--branco); color: var(--tinta); }
.botao-claro:hover { background: var(--dourado-claro); }
.botao-dourado { background: var(--cor-primaria, var(--dourado)); color: #fff; }
.botao-escuro { background: var(--tinta); color: #fff; }
.botao-escuro:hover { background: #284141; }
.botao-outline { background: transparent; border-color: var(--borda); }
.botao-outline:hover { border-color: var(--tinta); }
.botao-perigo { background: transparent; border-color: #e6b1aa; color: #a64134; }
.alerta { padding: 15px 18px; margin-bottom: 20px; border-radius: 4px; font-size: 14px; }
.alerta.sucesso { color: #1d654c; background: #e8f5ef; border: 1px solid #b8ddcc; }
.alerta.erro { color: #9a3c31; background: #fff0ee; border: 1px solid #efc1bc; }
.js .reveal { opacity: 0; transform: translate3d(0, 38px, 0); transition: opacity .85s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.16,1,.3,1), clip-path 1s cubic-bezier(.16,1,.3,1); transition-delay: var(--reveal-atraso, 0ms); will-change: opacity, transform; }
.js .reveal-esquerda { transform: translate3d(-46px, 18px, 0); }
.js .reveal-direita { transform: translate3d(46px, 18px, 0); }
.js .reveal-escala { transform: translate3d(0, 28px, 0) scale(.965); clip-path: inset(7% 4% 7% 4% round 2px); }
.js .reveal.visivel { opacity: 1; transform: translate3d(0, 0, 0) scale(1); clip-path: inset(0 0 0 0 round 0); }

/* Site público */
.site-publico { --dourado: var(--cor-primaria); --tinta: var(--cor-secundaria); overflow: clip; }
.site-publico .secao[id] { scroll-margin-top: 76px; }
.progresso-scroll { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 3px; pointer-events: none; }
.progresso-scroll span { display: block; width: 100%; height: 100%; background: var(--dourado-claro); transform: scaleX(var(--progresso, 0)); transform-origin: left center; will-change: transform; }
.cabecalho { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 92px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); transition: height .3s, background .3s, box-shadow .3s; }
.cabecalho.rolado { height: 76px; color: var(--tinta); background: rgba(250,248,243,.93); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(10,28,28,.06); border-color: var(--borda); }
.marca { display: inline-flex; align-items: center; gap: 13px; }
.marca-simbolo { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.marca-simbolo i { position: absolute; inset: 6px; border: 1px solid var(--dourado); border-radius: 50%; clip-path: inset(0 45% 0 0); transform: rotate(-20deg); }
.marca-simbolo b { position: relative; font: 500 17px var(--fonte-titulo); }
.marca-texto { display: flex; flex-direction: column; font: 600 14px var(--fonte-titulo); letter-spacing: .02em; line-height: 1.1; }
.marca-texto small { margin-top: 5px; font: 500 8px var(--fonte-texto); letter-spacing: .18em; text-transform: uppercase; opacity: .65; }
.marca img { width: auto; height: 52px; object-fit: contain; }
.navegacao { display: flex; align-items: center; gap: 38px; }
.navegacao a { position: relative; font-size: 12px; font-weight: 600; }
.navegacao a:not(.nav-contato)::after { position: absolute; content: ""; bottom: -8px; left: 0; width: 0; height: 1px; background: currentColor; transition: width .3s; }
.navegacao a:hover::after { width: 100%; }
.navegacao a.ativo:not(.nav-contato)::after { width: 100%; }
.navegacao .nav-contato { min-height: 42px; padding: 0 18px; display: flex; align-items: center; gap: 20px; color: var(--tinta); background: var(--dourado-claro); }
.menu-mobile { display: none; border: 0; background: transparent; }
.hero { position: relative; min-height: 100svh; padding-top: 92px; display: flex; align-items: center; color: #fff; background: var(--tinta); }
.hero-imagem, .hero-grao { position: absolute; inset: 0; }
.hero-imagem { --hero-deslocamento: 0px; background-size: cover; background-position: center; transform: translate3d(0, var(--hero-deslocamento), 0) scale(1.07); transform-origin: center top; animation: heroEntrada 1.7s cubic-bezier(.2,.7,.2,1) forwards; will-change: transform; }
.hero-grao { pointer-events: none; opacity: .08; background-image: radial-gradient(rgba(255,255,255,.5) .55px, transparent .7px); background-size: 5px 5px; mix-blend-mode: soft-light; }
@keyframes heroEntrada { from { transform: translate3d(0, var(--hero-deslocamento), 0) scale(1.14); } to { transform: translate3d(0, var(--hero-deslocamento), 0) scale(1.07); } }
.hero-conteudo { --hero-conteudo-deslocamento: 0px; --hero-conteudo-opacidade: 1; position: relative; z-index: 2; padding: 110px 0 150px; opacity: var(--hero-conteudo-opacidade); transform: translate3d(0, var(--hero-conteudo-deslocamento), 0); will-change: transform, opacity; }
.hero h1 { width: min(850px, 78%); margin: 0; font-size: clamp(58px, 7.5vw, 112px); line-height: .91; letter-spacing: -.067em; font-weight: 500; text-wrap: balance; }
.hero-texto { width: min(560px, 70%); margin: 36px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.65; }
.hero-acoes { margin-top: 44px; display: flex; align-items: center; gap: 36px; }
.link-seta { display: inline-flex; align-items: center; gap: 28px; padding: 16px 0; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.35); }
.hero-indice { position: absolute; z-index: 2; bottom: 34px; left: 5vw; right: 5vw; display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.faixa { height: 58px; display: flex; align-items: center; overflow: hidden; color: var(--tinta); background: var(--dourado-claro); }
.faixa-conteudo { flex: none; display: flex; align-items: center; gap: 26px; width: max-content; animation: faixa 30s linear infinite; }
.faixa span { font: 700 11px var(--fonte-titulo); letter-spacing: .22em; }
.faixa i { width: 5px; height: 5px; background: var(--tinta); border-radius: 50%; opacity: .6; }
@keyframes faixa { to { transform: translateX(-50%); } }
.sobre { background: var(--creme); }
.sobre-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 10%; align-items: start; }
.sobre-grid h2 { max-width: 670px; margin: 0; }
.sobre-texto { padding-top: 46px; }
.sobre-texto > p { font-size: clamp(20px, 2.2vw, 30px); line-height: 1.45; letter-spacing: -.025em; color: #526161; }
.pilares { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; border-top: 1px solid var(--borda); }
.pilares div { padding-top: 18px; display: flex; flex-direction: column; gap: 20px; }
.pilares strong { color: #9b805a; font-size: 11px; }
.pilares span { font-size: 12px; font-weight: 600; }
.destaque-visual { height: 570px; margin-top: 110px; display: grid; grid-template-columns: 1.3fr .7fr; overflow: hidden; }
.destaque-foto { --parallax-bg: 0px; min-height: 420px; background-image: linear-gradient(110deg, rgba(18,46,46,.1), rgba(18,46,46,.05)), url("https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?auto=format&fit=crop&w=1400&q=86"); background-size: cover; background-position: center calc(50% + var(--parallax-bg)); will-change: background-position; }
.destaque-card { position: relative; padding: 60px; display: flex; align-items: end; color: #fff; background: var(--tinta); overflow: hidden; }
.destaque-card p { position: relative; z-index: 1; margin: 0; font: 500 clamp(25px, 3vw, 42px)/1.22 var(--fonte-titulo); letter-spacing: -.035em; }
.orbita { position: absolute; width: 320px; height: 320px; top: -150px; right: -100px; border: 1px solid rgba(217,195,159,.4); border-radius: 50%; }
.orbita::after { position: absolute; content: ""; inset: 45px; border: 1px solid rgba(217,195,159,.2); border-radius: inherit; }
.solucoes { color: #fff; background: var(--tinta); }
.secao-cabecalho { display: grid; grid-template-columns: 1fr 360px; gap: 70px; align-items: end; }
.secao-cabecalho h2 { margin: 0; }
.secao-cabecalho > p { margin: 0 0 7px; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.75; }
.servicos-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); }
.servico-card { position: relative; min-height: 430px; padding: 32px 28px 30px; border-right: 1px solid rgba(255,255,255,.15); transition: background .35s, transform .35s; }
.servico-card:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.servico-card:hover { background: rgba(255,255,255,.045); transform: translateY(-8px); }
.servico-numero { color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .12em; }
.servico-icone { position: relative; width: 86px; height: 86px; margin: 55px 0 52px; display: grid; place-items: center; border: 1px solid rgba(217,195,159,.35); border-radius: 50%; }
.servico-icone i { width: 24px; height: 24px; border: 1px solid var(--dourado-claro); transform: rotate(45deg); }
.icone-digital i { border-radius: 50%; box-shadow: 8px 8px 0 -4px var(--tinta), 8px 8px 0 -3px var(--dourado-claro); }
.icone-implant i { width: 16px; height: 32px; border-radius: 50% 50% 40% 40%; transform: none; }
.icone-partner i { border-radius: 50%; transform: none; }
.icone-precision i { border-radius: 50%; transform: none; box-shadow: inset 0 0 0 6px var(--tinta), inset 0 0 0 7px var(--dourado-claro); }
.servico-card h3 { margin-bottom: 17px; font-size: 20px; font-weight: 500; letter-spacing: -.02em; }
.servico-card p { color: rgba(255,255,255,.54); font-size: 13px; line-height: 1.7; }
.servico-linha { position: absolute; bottom: -1px; left: 0; width: 0; height: 3px; background: var(--dourado); transition: width .4s; }
.servico-card:hover .servico-linha { width: 100%; }
.processo { background: #e7e0d4; }
.processo-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 12%; }
.processo-chamada { position: sticky; top: 130px; align-self: start; }
.processo-chamada h2 { margin-bottom: 32px; }
.processo-chamada > p:last-child { max-width: 430px; color: #596565; font-size: 16px; line-height: 1.7; }
.processo-lista { --processo-progresso: 0; position: relative; margin: 0; padding: 0; list-style: none; }
.processo-lista::before, .processo-lista::after { position: absolute; z-index: 1; content: ""; top: 28px; bottom: 28px; left: 31px; width: 1px; pointer-events: none; }
.processo-lista::before { background: rgba(16,35,35,.15); }
.processo-lista::after { background: var(--dourado); transform: scaleY(var(--processo-progresso)); transform-origin: top; will-change: transform; }
.processo-lista li { min-height: 170px; padding: 28px 0; display: grid; grid-template-columns: 80px 1fr; border-top: 1px solid rgba(16,35,35,.2); }
.processo-lista li:last-child { border-bottom: 1px solid rgba(16,35,35,.2); }
.processo-lista > li > span { position: relative; z-index: 2; width: 28px; height: 28px; display: grid; place-items: center; color: #8e724b; background: #e7e0d4; border: 1px solid rgba(142,114,75,.35); border-radius: 50%; font-size: 9px; transition: color .35s, background .35s; }
.processo-lista > li.visivel > span { color: #fff; background: #8e724b; }
.processo-lista h3 { margin-bottom: 14px; font-size: 25px; font-weight: 500; }
.processo-lista p { max-width: 480px; margin: 0; color: #647070; line-height: 1.65; }
.trabalhos { background: var(--creme); }
.trabalhos-titulo { color: var(--tinta); }
.link-instagram { justify-self: end; display: inline-flex; gap: 26px; padding: 13px 0; border-bottom: 1px solid var(--tinta); font-size: 13px; font-weight: 600; }
.trabalhos-grid { margin-top: 76px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.trabalho-card:nth-child(2) { margin-top: 70px; }
.trabalho-imagem { position: relative; aspect-ratio: .82; overflow: hidden; background: #d9d5ca; }
.trabalho-imagem img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.6); transition: transform .7s, filter .5s; }
.trabalho-card:hover img { transform: scale(1.045); filter: saturate(1); }
.trabalho-categoria { position: absolute; left: 16px; bottom: 16px; padding: 9px 12px; color: var(--tinta); background: rgba(255,255,255,.9); backdrop-filter: blur(8px); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.trabalho-card h3 { margin: 22px 0 10px; font-size: 22px; font-weight: 500; }
.trabalho-card p { color: #6a7676; font-size: 13px; line-height: 1.65; }
.trabalho-placeholder { position: absolute; inset: 20%; border: 1px solid rgba(16,35,35,.25); border-radius: 50%; }
.depoimentos { color: #fff; background: var(--tinta); }
.depoimentos-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.depoimentos blockquote { margin: 0; padding: 55px; color: var(--tinta); background: var(--dourado-claro); }
.depoimentos blockquote:nth-child(even) { color: #fff; background: var(--tinta-2); border: 1px solid rgba(255,255,255,.14); }
.depoimentos blockquote > span { font: 500 80px/1 Georgia, serif; }
.depoimentos blockquote > p { min-height: 150px; font: 500 25px/1.5 var(--fonte-titulo); letter-spacing: -.025em; }
.depoimentos blockquote footer { display: flex; flex-direction: column; gap: 5px; }
.depoimentos blockquote footer strong { font-size: 13px; }
.depoimentos blockquote footer small { opacity: .6; }
.contato { color: #fff; background: #102323; }
.contato-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 10%; }
.contato-chamada h2 { margin-bottom: 30px; }
.contato-chamada > p:not(.sobretitulo) { max-width: 480px; color: rgba(255,255,255,.58); line-height: 1.7; }
.contatos-diretos { margin-top: 60px; display: grid; }
.contatos-diretos a { padding: 20px 0; display: flex; flex-direction: column; gap: 8px; border-top: 1px solid rgba(255,255,255,.14); }
.contatos-diretos span { color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.contatos-diretos strong { font-size: 14px; font-weight: 500; }
.formulario-contato { padding: 52px; color: var(--tinta); background: var(--creme); }
.formulario-contato form, .login-card form { display: grid; gap: 28px; }
.formulario-contato label, .login-card label { display: grid; gap: 10px; }
.formulario-contato label > span, .login-card label > span { font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.formulario-contato input, .formulario-contato textarea, .login-card input { width: 100%; padding: 12px 0; color: var(--tinta); background: transparent; border: 0; border-bottom: 1px solid rgba(16,35,35,.25); border-radius: 0; outline: 0; font-size: 14px; transition: border .25s; resize: vertical; }
.formulario-contato input:focus, .formulario-contato textarea:focus, .login-card input:focus { border-color: var(--dourado); }
.formulario-contato input::placeholder, .formulario-contato textarea::placeholder { color: #a4aaaa; }
.form-linha { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.campo-armadilha { position: absolute !important; left: -9999px !important; }
.formulario-contato .botao { justify-self: start; margin-top: 6px; border: 0; }
.rodape { padding: 76px 0 24px; color: rgba(255,255,255,.72); background: #091818; }
.rodape-grid { padding-bottom: 70px; display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; }
.rodape-marca { color: #fff; align-self: start; }
.rodape-grid > div:not(.rodape-marca) { display: flex; flex-direction: column; gap: 13px; }
.rodape-grid > div > span { margin-bottom: 7px; color: rgba(255,255,255,.35); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.rodape-grid a, .rodape-grid p { margin: 0; font-size: 13px; line-height: 1.55; }
.rodape-final { padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: 10px; }
.voltar-topo { position: fixed; z-index: 45; right: max(22px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: rgba(16,35,35,.88); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 10px 28px rgba(7,24,24,.22); backdrop-filter: blur(12px); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(18px) scale(.9); transition: opacity .3s, visibility .3s, transform .35s cubic-bezier(.16,1,.3,1), background .25s; }
.voltar-topo:hover { background: var(--dourado); }
.voltar-topo.visivel { opacity: 1; visibility: visible; transform: none; }

/* Login */
.pagina-login { min-height: 100vh; background: var(--creme); }
.login-layout { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; }
.login-marca { position: relative; padding: 58px 7vw; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: linear-gradient(145deg, rgba(10,28,28,.96), rgba(10,28,28,.76)), url("https://images.unsplash.com/photo-1606811971618-4486d14f3f99?auto=format&fit=crop&w=1200&q=85") center/cover; }
.login-marca h1 { margin: 0 0 30px; font-size: clamp(54px, 5.4vw, 82px); line-height: .95; letter-spacing: -.06em; font-weight: 500; }
.login-marca div > p:last-child { max-width: 480px; color: rgba(255,255,255,.64); font-size: 16px; line-height: 1.7; }
.login-marca > small { color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .1em; }
.login-formulario { padding: 60px; display: grid; place-items: center; }
.login-card { width: min(420px, 100%); }
.voltar-site { display: inline-block; margin-bottom: 70px; color: #718080; font-size: 12px; }
.login-card h2 { margin: 0 0 10px; font-size: 42px; font-weight: 550; letter-spacing: -.045em; }
.login-card > p:not(.sobretitulo) { margin-bottom: 42px; color: #788383; font-size: 14px; }
.login-card form { gap: 24px; }
.login-card input { padding: 14px 0; }
.login-card .botao { width: 100%; margin-top: 18px; }

/* Painel */
.pagina-admin { min-height: 100vh; background: #f4f5f2; }
.admin-layout { --sidebar: 270px; min-height: 100vh; }
.admin-sidebar { position: fixed; z-index: 60; inset: 0 auto 0 0; width: var(--sidebar); padding: 32px 22px 22px; display: flex; flex-direction: column; color: rgba(255,255,255,.72); background: #102323; transition: width .3s, transform .3s; }
.admin-logo { height: 52px; display: flex; align-items: center; gap: 12px; overflow: hidden; color: #fff; white-space: nowrap; }
.admin-logo .marca-simbolo { flex: 0 0 40px; }
.admin-logo > span:last-child { display: flex; flex-direction: column; font: 600 12px/1.15 var(--fonte-titulo); text-transform: uppercase; letter-spacing: .08em; }
.admin-logo small { color: var(--dourado-claro); }
.sidebar-fechar { position: absolute; top: 42px; right: -13px; width: 27px; height: 27px; display: grid; place-items: center; color: var(--tinta); background: var(--dourado-claro); border: 0; border-radius: 50%; cursor: pointer; }
.admin-sidebar nav { margin-top: 54px; display: grid; gap: 6px; }
.admin-sidebar nav a, .sidebar-rodape a { min-height: 48px; padding: 0 13px; display: flex; align-items: center; gap: 14px; border-radius: 4px; font-size: 13px; white-space: nowrap; overflow: hidden; transition: color .2s, background .2s; }
.admin-sidebar nav a > span, .sidebar-rodape a > span { flex: 0 0 25px; text-align: center; color: var(--dourado-claro); font-size: 16px; font-weight: 400; }
.admin-sidebar nav a b, .sidebar-rodape a b { font-weight: 500; }
.admin-sidebar nav a:hover, .admin-sidebar nav a.ativo { color: #fff; background: rgba(255,255,255,.08); }
.admin-sidebar nav a.ativo { box-shadow: inset 2px 0 var(--dourado-claro); }
.sidebar-rodape { margin-top: auto; padding-top: 20px; display: grid; border-top: 1px solid rgba(255,255,255,.1); }
.sidebar-rodape a { min-height: 42px; color: rgba(255,255,255,.55); }
.admin-conteudo { min-height: 100vh; margin-left: var(--sidebar); transition: margin .3s; }
.admin-topbar { min-height: 112px; padding: 25px 4vw; display: flex; align-items: center; justify-content: space-between; background: #fff; border-bottom: 1px solid #e1e5e1; }
.admin-topbar > div:first-of-type > p { margin: 0 0 5px; color: #84908c; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.admin-topbar h1 { margin: 0; font-size: 24px; font-weight: 600; letter-spacing: -.03em; }
.usuario-menu { display: flex; align-items: center; gap: 12px; }
.usuario-menu > span, .avatar { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: #36504f; border-radius: 50%; font: 600 13px var(--fonte-titulo); }
.usuario-menu div { display: flex; flex-direction: column; gap: 3px; }
.usuario-menu strong { font-size: 12px; }
.usuario-menu small { color: #8b9693; font-size: 10px; }
.menu-admin-mobile { display: none; }
.admin-principal { padding: 38px 4vw 80px; }
.admin-layout.recolhido { --sidebar: 82px; }
.admin-layout.recolhido .admin-logo > span:last-child, .admin-layout.recolhido .admin-sidebar nav b, .admin-layout.recolhido .sidebar-rodape b { opacity: 0; pointer-events: none; }
.admin-layout.recolhido .sidebar-fechar { transform: rotate(180deg); }
.boas-vindas { min-height: 275px; padding: 46px 50px; display: flex; align-items: end; justify-content: space-between; color: #fff; background: linear-gradient(110deg, rgba(16,35,35,.98), rgba(16,35,35,.84)), radial-gradient(circle at 85% 20%, rgba(182,148,99,.42), transparent 30%); box-shadow: var(--sombra); }
.boas-vindas h2 { margin: 0 0 18px; font-size: clamp(30px, 3.2vw, 48px); line-height: 1.08; font-weight: 500; letter-spacing: -.045em; }
.boas-vindas > div > p:last-child { margin: 0; color: rgba(255,255,255,.6); }
.metricas-grid { margin: 24px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.metricas-grid a { min-height: 145px; padding: 24px; display: flex; flex-direction: column; background: #fff; border: 1px solid #e4e7e3; transition: transform .25s, box-shadow .25s; }
.metricas-grid a:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(24,49,49,.08); }
.metricas-grid a.destaque { background: #e9dfce; border-color: #e0d0b5; }
.metricas-grid span { color: #7e8a87; font-size: 11px; }
.metricas-grid strong { margin: 12px 0 auto; font: 600 34px var(--fonte-titulo); }
.metricas-grid small { color: #8a7557; font-size: 10px; }
.dashboard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.painel-card { padding: 28px; background: #fff; border: 1px solid #e4e7e3; }
.painel-card-topo { margin-bottom: 24px; display: flex; align-items: start; justify-content: space-between; }
.painel-card-topo span { color: #8e9996; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.painel-card-topo h3 { margin: 5px 0 0; font-size: 20px; }
.painel-card-topo > a { color: #876b46; font-size: 11px; }
.atalhos-grid { display: grid; gap: 8px; }
.atalhos-grid a { padding: 14px; display: grid; grid-template-columns: 40px 1fr 20px; gap: 12px; align-items: center; background: #f7f7f4; transition: background .2s; }
.atalhos-grid a:hover { background: #eeeae1; }
.atalhos-grid > a > span { width: 40px; height: 40px; display: grid; place-items: center; color: #8f714b; background: #e8dfd0; border-radius: 50%; }
.atalhos-grid div { display: flex; flex-direction: column; gap: 4px; }
.atalhos-grid strong { font-size: 12px; }
.atalhos-grid small { color: #89928f; font-size: 10px; }
.atalhos-grid b { font-weight: 400; }
.mensagens-resumo > a { padding: 13px 0; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid #edf0ed; }
.mensagens-resumo > a:first-child { padding-top: 0; }
.mensagens-resumo > a:last-child { border: 0; }
.mensagens-resumo div { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.mensagens-resumo strong { font-size: 12px; }
.mensagens-resumo small { overflow: hidden; color: #84908d; font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }
.mensagens-resumo time { color: #9ba4a1; font-size: 9px; }
.pagina-cabecalho { margin-bottom: 26px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.pagina-cabecalho h2 { margin: 0 0 7px; font-size: 27px; font-weight: 600; letter-spacing: -.035em; }
.pagina-cabecalho p { margin: 0; color: #7b8784; font-size: 13px; }
.form-card { margin-bottom: 20px; padding: 34px; background: #fff; border: 1px solid #e2e6e2; }
.form-card-menor { max-width: 880px; }
.form-card-titulo { margin-bottom: 32px; padding-bottom: 23px; display: flex; gap: 16px; align-items: start; border-bottom: 1px solid #eceeeb; }
.form-card-titulo > span { width: 34px; height: 34px; display: grid; place-items: center; color: #785f3f; background: #eee6d8; border-radius: 50%; font-size: 10px; }
.form-card-titulo h3 { margin: 0 0 5px; font-size: 17px; }
.form-card-titulo p { margin: 0; color: #8a9592; font-size: 11px; }
.form-grid { display: grid; gap: 25px; }
.form-grid.duas-colunas { grid-template-columns: 1fr 1fr; }
.campo-largo { grid-column: 1 / -1; }
.admin-form label { display: block; margin-bottom: 9px; color: #52615e; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.admin-form input:not([type="checkbox"]):not([type="color"]), .admin-form textarea, .admin-form select { width: 100%; min-height: 46px; padding: 11px 13px; color: var(--tinta); background: #fafbf9; border: 1px solid #dce1dc; border-radius: 3px; outline: 0; font-size: 13px; transition: border .2s, box-shadow .2s; }
.admin-form textarea { min-height: 110px; resize: vertical; }
.admin-form input:focus, .admin-form textarea:focus, .admin-form select:focus { border-color: #9a7a50; box-shadow: 0 0 0 3px rgba(182,148,99,.12); }
.admin-form input[type="color"] { width: 100%; height: 46px; padding: 4px; background: #fff; border: 1px solid #dce1dc; }
.admin-form input[type="file"] { padding: 9px; }
.admin-form input[type="checkbox"] { width: 18px; height: 18px; vertical-align: middle; accent-color: var(--tinta); }
.admin-form ul { margin: 7px 0 0; padding: 0; list-style: none; color: #b34235; font-size: 11px; }
.admin-form div:has(> input[type="checkbox"]) { display: flex; align-items: center; gap: 9px; }
.admin-form div:has(> input[type="checkbox"]) label { margin: 0; order: 2; }
.form-acoes { position: sticky; z-index: 5; bottom: 20px; padding: 15px 18px; display: flex; justify-content: end; background: rgba(255,255,255,.9); border: 1px solid #e1e5e1; backdrop-filter: blur(14px); box-shadow: 0 10px 35px rgba(16,35,35,.1); }
.upload-campo { padding: 16px; background: #fafbf9; border: 1px dashed #ccd4ce; }
.upload-campo img, .upload-preview { width: 100%; height: 130px; margin-bottom: 16px; object-fit: contain; background: #e7ebe6; }
.upload-preview { display: grid; place-items: center; font: 500 45px var(--fonte-titulo); }
.upload-hero img { object-fit: cover; }
.imagem-atual { margin-bottom: 26px; }
.imagem-atual > span { display: block; margin-bottom: 9px; color: #687673; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.imagem-atual img { width: 280px; aspect-ratio: 1.4; object-fit: cover; }
.lista-admin { display: grid; background: #fff; border: 1px solid #e1e5e1; }
.lista-admin article { min-height: 105px; padding: 20px 24px; display: grid; grid-template-columns: 50px 1fr auto auto; align-items: center; gap: 24px; border-bottom: 1px solid #eaede9; }
.lista-admin article:last-child { border-bottom: 0; }
.ordem { color: #98794e; font: 600 11px var(--fonte-titulo); }
.lista-info h3 { margin: 0 0 6px; font-size: 15px; }
.lista-info p { margin: 0; color: #87918e; font-size: 11px; }
.status { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 20px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.status::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.status.ativo { color: #287054; background: #e8f4ed; }
.status.inativo { color: #7f8582; background: #eceeec; }
.lista-acoes { display: flex; align-items: center; gap: 13px; }
.lista-acoes a, .lista-acoes button { padding: 0; color: #586864; background: transparent; border: 0; font-size: 10px; cursor: pointer; }
.lista-acoes button { color: #a55044; }
.galeria-admin { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.galeria-admin article { background: #fff; border: 1px solid #e1e5e1; }
.galeria-thumb { position: relative; aspect-ratio: 1.45; display: grid; place-items: center; background: #e5e8e3; overflow: hidden; }
.galeria-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.galeria-admin article:hover .galeria-thumb img { transform: scale(1.035); }
.galeria-thumb .status { position: absolute; top: 12px; right: 12px; }
.galeria-info { padding: 20px; }
.galeria-info > small { color: #9a794c; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.galeria-info h3 { margin: 7px 0; font-size: 17px; }
.galeria-info p { min-height: 35px; color: #7e8b87; font-size: 11px; line-height: 1.55; }
.galeria-info .lista-acoes { padding-top: 13px; border-top: 1px solid #edf0ec; }
.depoimentos-admin { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.depoimentos-admin article { position: relative; padding: 30px; background: #fff; border: 1px solid #e1e5e1; }
.depoimentos-admin .aspas { color: #b5986f; font: 50px/1 Georgia, serif; }
.depoimentos-admin article > p { min-height: 80px; margin: 5px 0 25px; color: #52615e; line-height: 1.65; }
.depoimentos-admin article > div:not(.lista-acoes) { display: flex; flex-direction: column; gap: 3px; }
.depoimentos-admin strong { font-size: 12px; }
.depoimentos-admin small { color: #8f9996; font-size: 10px; }
.depoimentos-admin .status { position: absolute; top: 25px; right: 25px; }
.depoimentos-admin .lista-acoes { margin-top: 20px; padding-top: 15px; border-top: 1px solid #edf0ec; }
.tabela-card { background: #fff; border: 1px solid #e1e5e1; }
.tabela-cabecalho, .tabela-linha { display: grid; grid-template-columns: 1.15fr 1.6fr 130px 24px; gap: 24px; align-items: center; }
.tabela-cabecalho { padding: 14px 22px; color: #929c99; background: #f8f9f7; border-bottom: 1px solid #e5e8e4; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.tabela-linha { min-height: 78px; padding: 14px 22px; border-bottom: 1px solid #ecefeb; font-size: 11px; transition: background .2s; }
.tabela-linha:hover { background: #fafaf7; }
.tabela-linha.nao-lida { background: #f1ece3; }
.tabela-linha > span:first-child { display: flex; align-items: center; gap: 11px; }
.tabela-linha > span > span { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.tabela-linha .avatar { flex: 0 0 34px; width: 34px; height: 34px; font-style: normal; }
.tabela-linha small, .tabela-linha > span:nth-child(2), .tabela-linha time { color: #7f8b87; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.tabela-linha b { font-weight: 400; }
.estado-vazio { min-height: 180px; display: grid; place-items: center; align-content: center; gap: 13px; color: #8b9692; }
.estado-vazio > span { font-size: 28px; }
.estado-vazio p { margin: 0; font-size: 12px; }
.mensagem-card { padding: 36px; background: #fff; border: 1px solid #e1e5e1; }
.mensagem-remetente { padding-bottom: 28px; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid #e8ebe7; }
.mensagem-remetente .avatar { width: 48px; height: 48px; }
.mensagem-remetente div { display: grid; gap: 3px; }
.mensagem-remetente h3 { margin: 0 0 2px; font-size: 17px; }
.mensagem-remetente a { color: #7c8884; font-size: 11px; }
.mensagem-texto { max-width: 780px; padding: 42px 0; color: #425450; font-size: 16px; line-height: 1.8; }
.mensagem-acoes { padding-top: 24px; display: flex; gap: 12px; align-items: center; border-top: 1px solid #e8ebe7; }

@media (max-width: 1050px) {
    .container { width: min(100% - 48px, 900px); }
    .navegacao { gap: 24px; }
    .hero h1 { width: min(850px, 90%); }
    .servicos-grid { grid-template-columns: 1fr 1fr; }
    .servico-card:nth-child(3) { border-left: 1px solid rgba(255,255,255,.15); }
    .metricas-grid { grid-template-columns: 1fr 1fr; }
    .dashboard-grid { grid-template-columns: 1fr; }
    .galeria-admin { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
    html { scroll-padding-top: calc(72px + env(safe-area-inset-top)); }
    .site-publico { overscroll-behavior-x: none; }
    .site-publico .secao[id] { scroll-margin-top: calc(70px + env(safe-area-inset-top)); }
    .container { width: calc(100% - 36px); }
    .secao { padding: 82px 0; }
    .cabecalho { height: calc(74px + env(safe-area-inset-top)); padding: env(safe-area-inset-top) max(18px, env(safe-area-inset-right)) 0 max(18px, env(safe-area-inset-left)); }
    .cabecalho.rolado { height: calc(66px + env(safe-area-inset-top)); }
    .marca { min-width: 0; }
    .marca-simbolo { flex: 0 0 38px; width: 38px; height: 38px; }
    .marca-texto { font-size: 12px; }
    .marca-texto small { max-width: 165px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
    .menu-mobile { z-index: 2; flex: 0 0 46px; width: 46px; height: 46px; display: grid; align-content: center; gap: 7px; padding: 10px; touch-action: manipulation; }
    .menu-mobile span { display: block; width: 100%; height: 1px; background: currentColor; transition: transform .3s; }
    .menu-mobile[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
    .menu-mobile[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
    .navegacao { position: fixed; inset: 0; min-height: 100dvh; padding: max(110px, calc(86px + env(safe-area-inset-top))) max(28px, env(safe-area-inset-right)) max(32px, env(safe-area-inset-bottom)) max(28px, env(safe-area-inset-left)); display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; color: #fff; background: linear-gradient(155deg, #102323, #183432); transform: translateX(100%); visibility: hidden; transition: transform .45s cubic-bezier(.16,1,.3,1), visibility .45s; }
    .navegacao.aberto { transform: none; visibility: visible; }
    .navegacao a { min-height: 64px; padding: 18px 0; display: flex; align-items: center; font: 500 clamp(25px, 8vw, 34px) var(--fonte-titulo); border-bottom: 1px solid rgba(255,255,255,.13); opacity: 0; transform: translateX(28px); transition: opacity .35s, transform .45s cubic-bezier(.16,1,.3,1); }
    .navegacao.aberto a { opacity: 1; transform: none; }
    .navegacao.aberto a:nth-child(2) { transition-delay: 60ms; }
    .navegacao.aberto a:nth-child(3) { transition-delay: 120ms; }
    .navegacao.aberto a:nth-child(4) { transition-delay: 180ms; }
    .navegacao .nav-contato { margin-top: 30px; justify-content: space-between; color: var(--tinta); font: 600 13px var(--fonte-texto); border: 0; }
    .cabecalho:has(.navegacao.aberto) { color: #fff; }
    .hero { min-height: 100svh; min-height: 100dvh; padding-top: calc(74px + env(safe-area-inset-top)); align-items: end; }
    .hero::after { position: absolute; z-index: 1; content: ""; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(7,23,23,.12) 0%, rgba(7,23,23,.22) 35%, rgba(7,23,23,.92) 100%); }
    .hero-imagem { background-position: 62% center; }
    .hero-conteudo { z-index: 3; padding: 72px 0 max(122px, calc(100px + env(safe-area-inset-bottom))); }
    .hero h1 { width: 100%; max-width: 650px; font-size: clamp(44px, 13.2vw, 66px); line-height: .94; overflow-wrap: break-word; }
    .hero-texto { width: 100%; max-width: 540px; margin-top: 26px; font-size: 15px; line-height: 1.58; }
    .hero-acoes { align-items: stretch; flex-direction: column; gap: 12px; }
    .hero-acoes .botao { width: 100%; min-height: 56px; justify-content: space-between; }
    .link-seta { min-height: 48px; justify-content: space-between; }
    .hero-indice { z-index: 4; bottom: max(22px, env(safe-area-inset-bottom)); left: max(18px, env(safe-area-inset-left)); right: max(18px, env(safe-area-inset-right)); }
    .hero-indice span:last-child { display: none; }
    .faixa { height: 52px; }
    .sobre-grid, .secao-cabecalho, .processo-grid, .contato-grid { grid-template-columns: 1fr; gap: 45px; }
    .sobre-texto { padding-top: 0; }
    .pilares { grid-template-columns: 1fr; }
    .pilares div { padding-bottom: 15px; flex-direction: row; }
    .destaque-visual { height: auto; margin-top: 60px; grid-template-columns: 1fr; }
    .destaque-foto { min-height: min(100vw, 430px); background-size: auto 118%; }
    .destaque-card { min-height: 265px; padding: 32px 27px; }
    .servicos-grid { margin: 48px -18px 0; padding: 0 18px 22px; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(82vw, 330px); gap: 14px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: 18px; scrollbar-width: none; border-top: 0; -webkit-overflow-scrolling: touch; }
    .servicos-grid::-webkit-scrollbar, .trabalhos-grid::-webkit-scrollbar, .depoimentos-grid::-webkit-scrollbar { display: none; }
    .servico-card, .servico-card:nth-child(3) { min-height: 365px; padding: 28px 25px; border: 1px solid rgba(255,255,255,.15); scroll-snap-align: center; scroll-snap-stop: always; }
    .servico-icone { margin: 42px 0 35px; }
    .processo-chamada { position: static; }
    .processo-lista::before, .processo-lista::after { left: 13px; }
    .processo-lista li { min-height: 155px; grid-template-columns: 48px 1fr; }
    .processo-lista h3 { font-size: 22px; }
    .trabalhos-titulo .link-instagram { justify-self: start; }
    .trabalhos-grid { margin: 52px -18px 0; padding: 0 18px 22px; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(84vw, 345px); gap: 16px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: 18px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
    .trabalho-card { scroll-snap-align: center; scroll-snap-stop: always; }
    .trabalho-card:nth-child(2) { margin-top: 0; }
    .trabalho-imagem { aspect-ratio: .9; }
    .depoimentos-grid { margin: 0 -18px; padding: 0 18px 18px; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(86vw, 350px); gap: 14px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .depoimentos blockquote { min-height: 410px; padding: 32px 27px; scroll-snap-align: center; }
    .depoimentos blockquote > p { font-size: 22px; }
    .formulario-contato { padding: 30px 22px; box-shadow: 0 24px 60px rgba(0,0,0,.16); }
    .formulario-contato input, .formulario-contato textarea, .login-card input { font-size: 16px; }
    .form-linha { grid-template-columns: 1fr; }
    .rodape-grid { grid-template-columns: 1fr 1fr; }
    .rodape-marca { grid-column: 1 / -1; margin-bottom: 20px; }
    .login-layout { grid-template-columns: 1fr; }
    .login-marca { min-height: 350px; padding: 32px 25px; }
    .login-marca h1 { font-size: 52px; }
    .login-marca > small { display: none; }
    .login-formulario { padding: 55px 25px; }
    .voltar-site { margin-bottom: 45px; }
    .admin-layout { --sidebar: 0px; }
    .admin-sidebar { width: 270px; transform: translateX(-110%); box-shadow: 20px 0 50px rgba(0,0,0,.2); }
    .admin-layout.menu-aberto .admin-sidebar { transform: none; }
    .sidebar-fechar { right: 16px; color: #fff; background: transparent; font-size: 23px; }
    .admin-conteudo { margin-left: 0; }
    .admin-topbar { min-height: 92px; padding: 20px; justify-content: flex-start; gap: 16px; }
    .menu-admin-mobile { display: block; width: 38px; height: 38px; background: #f3f4f1; border: 1px solid #e0e4df; }
    .usuario-menu { margin-left: auto; }
    .usuario-menu div { display: none; }
    .admin-principal { padding: 25px 17px 70px; }
    .boas-vindas { min-height: 360px; padding: 32px 25px; align-items: start; flex-direction: column; }
    .boas-vindas h2 br { display: none; }
    .metricas-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .metricas-grid a { min-height: 130px; padding: 18px; }
    .pagina-cabecalho { align-items: stretch; flex-direction: column; }
    .pagina-cabecalho .botao { align-self: start; }
    .form-card { padding: 23px 17px; }
    .form-grid.duas-colunas { grid-template-columns: 1fr; }
    .campo-largo { grid-column: auto; }
    .form-acoes { bottom: 8px; }
    .form-acoes .botao { width: 100%; }
    .lista-admin article { grid-template-columns: 35px 1fr; gap: 12px; }
    .lista-admin .status, .lista-admin .lista-acoes { grid-column: 2; }
    .galeria-admin, .depoimentos-admin { grid-template-columns: 1fr; }
    .tabela-cabecalho { display: none; }
    .tabela-linha { grid-template-columns: 1fr 20px; gap: 8px; padding: 18px; }
    .tabela-linha > span:nth-child(2) { grid-column: 1 / -1; grid-row: 2; }
    .tabela-linha time { grid-column: 1; grid-row: 3; }
    .tabela-linha > b { grid-column: 2; grid-row: 1; }
    .mensagem-card { padding: 24px 18px; }
    .mensagem-acoes { align-items: stretch; flex-direction: column; }
    .mensagem-acoes .botao { width: 100%; }
    .voltar-topo { right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); width: 46px; height: 46px; }
}

@media (max-width: 460px) {
    .container { width: calc(100% - 30px); }
    .secao { padding: 72px 0; }
    h2 { font-size: clamp(36px, 11.5vw, 46px); }
    .hero h1 { font-size: clamp(42px, 13.5vw, 52px); }
    .hero .sobretitulo { margin-bottom: 17px; }
    .hero-acoes { margin-top: 32px; }
    .sobre-texto > p { font-size: 20px; }
    .servicos-grid, .trabalhos-grid, .depoimentos-grid { margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px; scroll-padding-inline: 15px; }
    .servicos-grid { grid-auto-columns: 86vw; }
    .trabalhos-grid { grid-auto-columns: 88vw; }
    .depoimentos-grid { grid-auto-columns: 89vw; }
    .rodape-grid { grid-template-columns: 1fr; }
    .rodape-marca { grid-column: auto; }
    .rodape-final { gap: 15px; flex-direction: column; }
    .metricas-grid { grid-template-columns: 1fr; }
}

@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 !important; transform: none !important; }
    .hero-imagem, .hero-conteudo { transform: none !important; opacity: 1 !important; }
    .processo-lista::after { transform: scaleY(1) !important; }
}

@media (max-width: 900px) and (orientation: landscape) and (max-height: 540px) {
    .hero { min-height: 680px; }
    .hero-conteudo { padding-top: 80px; }
    .navegacao { padding-top: max(72px, env(safe-area-inset-top)); padding-bottom: max(18px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; align-content: center; column-gap: 34px; }
    .navegacao .nav-contato { margin-top: 0; }
}
