@charset "utf-8";
/* ZZ Foto e Vídeo - estilos do site (substitui gerais, destaques, servicos, portfolio, valores, equipe e contato .css) */

:root {
	--laranja: #E36114;
	--escuro: #222222;
	--cinza: #EAEAEA;
	--texto: #333333;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 70px; }
body {
	margin: 0;
	padding: 65px 0 0 0;
	font-family: "Lato", "Myriad Pro", Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: var(--texto);
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { text-decoration: none; color: var(--laranja); }
h1 { font-size: clamp(30px, 6vw, 50px); margin: 0 0 20px 0; padding: 0; font-weight: 400; text-transform: uppercase; line-height: 1.15; }
h2 { margin: 0; padding: 0; font-size: clamp(18px, 3vw, 25px); font-weight: 300; text-transform: lowercase; }
h3 { font-size: 20px; font-weight: 400; margin: 0; padding: 0; }
p { margin: 0; padding: 0 0 10px 0; }
section { scroll-margin-top: 70px; }
[hidden] { display: none !important; }
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.quebra { display: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--laranja); outline-offset: 2px; }

.btn {
	display: inline-block;
	border: 1px solid #CBCBCB;
	padding: 12px 28px;
	background: transparent;
	color: var(--texto);
	font-family: inherit;
	font-size: 18px;
	cursor: pointer;
}
.btn:hover, .btn:focus { border-color: #E5936A; color: var(--laranja); }
.ornamento { display: block; margin: 0 0 6px 0; }
.ornamento.centro { margin-left: auto; margin-right: auto; }

/* ---- menu superior ---- */
.menusuperior {
	position: fixed;
	top: 0; left: 0; right: 0;
	height: 65px;
	background: var(--escuro);
	color: white;
	font-size: 18px;
	z-index: 1000;
}
.menuarea { max-width: 1100px; height: 65px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; }
.menuarea .logo img { display: block; height: 40px; width: auto; }
.menu-toggle { width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
.menu-toggle span { display: block; width: 26px; height: 3px; border-radius: 2px; background: white; transition: transform .2s, opacity .2s; }
.menu-aberto .menu-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-aberto .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-aberto .menu-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
#menu { display: none; position: absolute; top: 65px; left: 0; right: 0; background: var(--escuro); border-top: 1px solid #444; }
.menu-aberto #menu { display: block; }
#menu ul { list-style: none; margin: 0; padding: 6px 20px 14px 20px; }
#menu a { display: block; padding: 13px 4px; color: white; border-bottom: 1px solid #3a3a3a; }
#menu a:hover { color: var(--laranja); }

/* ---- destaque (topo) ---- */
.destaques { background: black; }
.destcont {
	position: relative;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.destcont::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.75); }
#destcorp { background-image: url("../imagens/portfolio/web/corp_12.webp"); }
.desttext { position: relative; color: white; text-align: center; padding: 0 20px; }
.desttext h1 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 500;
	font-size: clamp(44px, 11vw, 95px);
	line-height: 1;
	margin: 6px 0 0 0;
}
.desttext h2 { font-size: clamp(22px, 5vw, 47px); }

/* ---- serviços ---- */
.servicos { padding: 50px 0 40px 0; }
.servdesc { background: var(--cinza); margin-top: 20px; display: grid; grid-template-columns: 1fr; }
.servfoto {
	min-height: 240px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#servfotocorp { background-image: linear-gradient(to bottom, transparent 40%, #111), url("../imagens/portfolio/web/corp_09.webp"); }
.servtitleview { color: white; font-size: 34px; text-align: center; padding: 0 0 22px 0; }
.servlista { padding: 24px 20px; display: flex; flex-direction: column; justify-content: center; gap: 22px; }
.servlistaitem { display: grid; grid-template-columns: 56px 1fr; gap: 15px; align-items: start; }
.servlistaitem img { width: 56px; height: auto; }
.servlistaitem h3 { font-size: 19px; font-weight: 700; padding: 0 0 4px 0; }
.servlistaitem p { font-size: 15px; padding: 0; }
.servnumeros { background: var(--laranja); color: white; text-align: center; padding: 18px 10px 20px 10px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 10px; }
.servnumeros strong { display: block; font-size: 42px; font-weight: 300; line-height: 1.1; }
.servnumeros span { font-size: 14px; font-weight: 300; }

/* ---- portfólio ---- */
.portfolio { background: #222; padding: 50px 0 50px 0; }
.portfolio h1, .portfolio h2 { color: white; text-align: center; }
.video { max-width: 900px; margin: 10px auto 24px auto; }
.video-play, .video iframe { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; background: #000; overflow: hidden; }
.video-play img { width: 100%; height: 100%; object-fit: cover; opacity: .85; }
.video-play .play { position: absolute; left: 50%; top: 50%; width: 72px; height: 72px; margin: -36px 0 0 -36px; border-radius: 50%; background: rgba(227,97,20,.92); }
.video-play .play::after { content: ""; position: absolute; left: 28px; top: 21px; border-style: solid; border-width: 15px 0 15px 26px; border-color: transparent transparent transparent white; }
.video-play:hover .play { background: var(--laranja); }
.galeria { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.galeria li { flex: 0 0 calc((100% - 10px) / 2); background: #333; overflow: hidden; aspect-ratio: 3 / 2; }
.galeria li.alta img { object-position: 50% 20%; }
.galeria a { display: block; width: 100%; height: 100%; }
.galeria img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.galeria a:hover img { transform: scale(1.05); }

/* ---- valores ---- */
.valores { padding: 50px 0 40px 0; }
.valores p { text-align: center; }
.valoptionsarea { display: grid; grid-template-columns: 1fr; gap: 24px; margin: 24px auto; max-width: 320px; text-align: center; }
.valoption { box-shadow: #666 0 0 20px; background: white; }
.valopimg { height: 190px; background-size: cover; background-position: center; background-repeat: no-repeat; display: flex; align-items: flex-end; justify-content: center; }
.valopimg h3 { color: white; font-size: 30px; padding: 0 0 8px 0; }
#valcorpopimg1 { background-image: linear-gradient(to bottom, transparent 33%, #333), url("../imagens/portfolio/web/corp_07.webp"); }
#valcorpopimg2 { background-image: linear-gradient(to bottom, transparent 33%, #333), url("../imagens/portfolio/web/corp_10.webp"); }
#valcorpopimg3 { background-image: linear-gradient(to bottom, transparent 33%, #333), url("../imagens/portfolio/web/corp_11.webp"); }
#valcorpopimg4 { background-image: linear-gradient(to bottom, transparent 33%, #333), url("../imagens/portfolio/web/corp_14.webp"); }
.valdesc { min-height: 230px; }
.valdesc h4 { padding: 10px; margin: 0; }
.valdesc ul { list-style: none; margin: 0; padding: 0; }
.valdesc li { padding: 4px 5px; }
.valopvalor { min-height: 100px; background: #DBDBDB; padding: 22px 10px 16px 10px; font-size: 40px; line-height: 1.15; }
.valopvalor sup { font-size: 14px; }
.valopvalor .valpacote { font-size: 15px; line-height: 1.4; }
.valnota { margin-top: 10px; }

/* ---- equipe (seção oculta no site, mantida para uso futuro) ---- */
.equipe { background: #DDD; padding: 40px 20px; }
.equipecont { max-width: 1100px; margin: 0 auto; }
.equipecont h1, .equipecont h2 { text-align: center; }
.equipe p { font-size: 18px; }
.equipenivel { background: white; margin: 20px 0; padding: 20px; text-align: center; display: grid; grid-template-columns: 1fr; gap: 24px; }
.equipenivel h3 { text-transform: uppercase; padding-bottom: 8px; font-size: 18px; }
.equipenivel .niveltitle { font-size: 14px; color: #666; text-align: left; margin-left: 15px; }
.equipenivel .nivelbarra { background: #E76114; margin: 0 0 7px 15px; padding: 5px; }

/* ---- contato ---- */
.contato { color: white; background: #222 url("../imagens/portfolio/web/corp_08.webp") center / cover no-repeat; }
.contdarkback { background: rgba(34,34,34,.82); padding: 30px 0; }
.contarea { max-width: 1100px; margin: 0 auto; padding: 20px 20px 40px 20px; }
.contarea h2, .contarea h1 { color: white; }
.contgrid { display: grid; grid-template-columns: 1fr; gap: 28px; margin-top: 16px; }
.contoptions { background: var(--laranja); padding: 10px 20px; font-size: 20px; }
.contoptions div { margin: 22px 0; }
.contoptions a { color: white; display: flex; align-items: center; gap: 14px; word-break: break-word; }
.contoptions img { width: 36px; height: auto; flex: 0 0 auto; }
.contarea form { font-size: 18px; }
.campo { display: grid; gap: 6px; margin-bottom: 14px; }
.campo label { font-weight: 300; }
.campo input, .campo textarea {
	width: 100%;
	font-size: 18px;
	font-family: inherit;
	background: rgba(0,0,0,.25);
	border: 1px solid #AAA;
	color: white;
	padding: 9px;
}
.campo input:focus, .campo textarea:focus { border-color: white; }
.campo-extra { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.privacidade { font-size: 14px; color: #ccc; }
.acoes { text-align: right; }
.btn-envio { background: var(--laranja); border-color: var(--laranja); color: white; padding: 11px 44px; }
.btn-envio:hover, .btn-envio:focus { background: #f27a34; border-color: #f27a34; color: white; }
.aviso { margin: 10px 0 6px 0; padding: 12px 16px; border-radius: 6px; font-size: 17px; }
.aviso.sucesso { background: #e6f5e6; border: 1px solid #7bc47b; color: #1e5c1e; }
.aviso.erro { background: #fdeaea; border: 1px solid #e29a9a; color: #7d1f1f; }

/* ---- rodapé ---- */
.pagebottom { background: var(--escuro); padding: 22px 20px; text-align: center; color: #aaa; font-size: 15px; }
.pagebottom a { color: #ccc; }
.pagebottom a:hover { color: var(--laranja); }
.pagebottomcont { max-width: 1250px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px 30px; }
.pagebottom img { vertical-align: middle; }
.rodape-logo { height: 40px; width: auto; }
.pagebottom .redes a { margin: 0 6px; }

/* ---- ampliação de fotos ---- */
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.92); z-index: 2000; display: flex; align-items: center; justify-content: center; }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; max-width: 92vw; max-height: 92vh; text-align: center; }
.lightbox figure img { max-width: 92vw; max-height: 82vh; width: auto; height: auto; }
.lightbox figcaption { color: #ddd; font-size: 15px; padding-top: 10px; }
.lightbox button { position: absolute; background: transparent; border: 0; color: white; font-size: 48px; line-height: 1; cursor: pointer; padding: 10px 18px; }
.lightbox button:hover { color: var(--laranja); }
.lb-fechar { top: 8px; right: 8px; }
.lb-ant { left: 4px; top: 50%; transform: translateY(-50%); }
.lb-prox { right: 4px; top: 50%; transform: translateY(-50%); }

/* ================= TABLET ================= */
@media (min-width: 700px) {
	.galeria { gap: 14px; }
	.galeria li { flex-basis: calc((100% - 28px) / 3); }
	.valoptionsarea { grid-template-columns: repeat(2, 1fr); max-width: 640px; }
	.servnumeros { grid-template-columns: repeat(4, 1fr); }
	.quebra { display: inline; }
	.equipenivel { grid-template-columns: repeat(3, 1fr); }
}

/* ================= DESKTOP ================= */
@media (min-width: 960px) {
	.menu-toggle { display: none; }
	#menu { display: block; position: static; background: transparent; border: 0; }
	#menu ul { display: flex; margin: 0; padding: 0; }
	#menu a { border-bottom: 4px solid transparent; padding: 22px 18px 14px 18px; }
	#menu a:hover { border-bottom-color: var(--laranja); }
	.destcont { min-height: 600px; }
	.servdesc { grid-template-columns: 400px 1fr; gap: 40px; min-height: 400px; }
	.servfoto { min-height: 400px; }
	.servtitleview { font-size: 50px; }
	.servlista { padding: 30px 30px 30px 0; }
	.galeria li { flex-basis: calc((100% - 42px) / 4); }
	.valoptionsarea { grid-template-columns: repeat(4, 1fr); max-width: none; gap: 24px; }
	.contgrid { grid-template-columns: 1fr 440px; align-items: start; }
	.contoptions { order: 2; margin-top: -10px; padding: 12px 20px 16px 30px; font-size: 24px; }
	.contarea form { order: 1; }
	.campo { grid-template-columns: 110px 1fr; align-items: center; gap: 14px; }
	.campo label { text-align: right; }
	.campo:has(textarea) { align-items: start; }
	.campo:has(textarea) label { padding-top: 8px; }
	.privacidade { padding-left: 124px; }
}
