:root {
  --vermelho: #ed111c;
  --vermelho-claro: #ff3039;
  --preto: #0b0c0b;
  --carvao: #171917;
  --texto: #171917;
  --texto-suave: #646964;
  --fundo: #ffffff;
  --superficie: #f3f3ef;
  --borda: #ddddda;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--texto); background: var(--fundo); font-family: "Manrope", sans-serif; transition: color .25s, background .25s; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.botao { display: inline-flex; align-items: center; justify-content: center; border: 0; padding: 16px 22px; font-size: 12px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s; }
.botao:hover { transform: translateY(-2px); }
.botao-destaque, .botao-orcamento { color: #fff; background: var(--vermelho); }
.botao-destaque:hover, .botao-orcamento:hover { background: var(--vermelho-claro); }
.rotulo { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--texto-suave); font-size: 10px; font-weight: 800; letter-spacing: 2.2px; text-transform: uppercase; }
.rotulo span { width: 26px; height: 3px; background: var(--vermelho); }
h1, h2 { margin: 0; font-family: "Oswald", sans-serif; line-height: 1.03; text-transform: uppercase; }

.cabecalho { position: sticky; z-index: 20; top: 0; height: 88px; display: flex; align-items: center; gap: 30px; padding: 0 max(5vw,24px); background: rgba(255,255,255,.97); border-top: 3px solid var(--vermelho); border-bottom: 1px solid var(--borda); backdrop-filter: blur(12px); }
.marca { display: flex; align-items: center; width: 180px; margin-right: auto; }
.marca img { display: block; width: 100%; height: auto; }
.menu { display: flex; align-items: center; gap: 28px; font-size: 12px; font-weight: 700; }
.menu a { position: relative; white-space: nowrap; }
.menu a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--vermelho); transition: width .2s; }
.menu a:hover::after { width: 100%; }
.menu-botao { display: none; color: inherit; border: 0; background: transparent; font-size: 24px; cursor: pointer; }
.tema-botao { position: relative; flex: 0 0 auto; width: 52px; height: 28px; padding: 0; color: #333; background: #ececec; border: 1px solid #d2d2d2; border-radius: 20px; cursor: pointer; }
.tema-botao::before { content: ""; position: absolute; z-index: 1; left: 3px; top: 2px; width: 22px; height: 22px; background: var(--vermelho); border-radius: 50%; box-shadow: 0 2px 7px rgba(0,0,0,.25); transition: transform .25s; }
.tema-botao span { position: absolute; z-index: 2; top: 4px; font-size: 12px; line-height: 18px; }
.tema-botao span:first-child { left: 7px; color: #fff; }.tema-botao span:last-child { right: 7px; }

.hero { min-height: 650px; display: grid; grid-template-columns: 53% 47%; overflow: hidden; background: var(--superficie); }
.hero-conteudo { position: relative; z-index: 2; padding: 92px 7vw 52px; }
h1 { max-width: 670px; font-size: clamp(58px,6vw,94px); letter-spacing: -2px; }
h1 em { display: block; color: var(--vermelho); font-style: normal; }
.hero-texto { max-width: 550px; margin: 26px 0 31px; color: var(--texto-suave); font-size: 17px; line-height: 1.7; }
.hero-acoes { display: flex; align-items: center; gap: 28px; }
.hero-acoes .botao b { margin-left: 24px; font-size: 17px; }
.link-orcamento { color: inherit; background: none; border: 0; font-size: 11px; font-weight: 800; cursor: pointer; }
.link-orcamento i { display: inline-grid; place-items: center; width: 29px; height: 29px; margin-right: 8px; color: var(--vermelho); border: 1px solid #aaa; border-radius: 50%; font-style: normal; }
.segmentos { display: flex; gap: 42px; margin-top: 70px; }
.segmentos div { display: flex; flex-direction: column; min-width: 105px; }
.segmentos div + div { padding-left: 42px; border-left: 1px solid var(--borda); }
.segmentos strong { color: var(--vermelho); font: 600 14px "Oswald"; }
.segmentos span { margin-top: 6px; font-size: 9px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }

.hero-visual { position: relative; min-height: 650px; overflow: hidden; background: #250003; }
.hero-visual::before { content: "VILAGE"; position: absolute; inset: 0; padding-top: 55px; color: rgba(255,255,255,.055); background: repeating-linear-gradient(155deg,transparent 0 110px,rgba(255,255,255,.03) 111px 113px),linear-gradient(145deg,#a00008,#270003 72%); font: 700 140px "Oswald"; text-align: center; letter-spacing: -8px; }
.circulo { position: absolute; top: 46px; right: -80px; width: 470px; height: 470px; background: #ef101a; border-radius: 50%; box-shadow: 0 0 90px rgba(239,16,26,.35); }
.selo { position: absolute; z-index: 5; right: 7%; top: 12%; width: 105px; height: 105px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; transform: rotate(8deg); }
.selo strong { font: 600 15px "Oswald"; text-transform: uppercase; }.selo small { font-size: 8px; text-transform: uppercase; }
.chao { position: absolute; z-index: 1; left: -20%; bottom: -120px; width: 140%; height: 300px; background: #111310; border-radius: 50%; box-shadow: 0 -30px 80px rgba(0,0,0,.5); }
.blocos { position: absolute; z-index: 3; left: 4%; right: 4%; bottom: 9%; height: 430px; filter: drop-shadow(0 25px 20px rgba(0,0,0,.45)); }
.bloco { position: absolute; width: 220px; height: 105px; background: linear-gradient(150deg,#aaa99e,#64645d 65%,#4c4d47); border: 1px solid #bbb9ab; transform: skewY(-7deg); box-shadow: inset -10px -15px 30px rgba(0,0,0,.22); }
.bloco::before { content: ""; position: absolute; left: 0; right: 0; top: -33px; height: 34px; background: #c5c3b5; border: 1px solid #d2d0c1; transform: skewY(7deg); transform-origin: bottom left; }
.bloco i { position: absolute; z-index: 2; top: -23px; width: 70px; height: 28px; background: #62625b; border-radius: 50%; box-shadow: inset 0 8px 10px #3c3d39,0 0 0 8px #b3b1a4; }
.bloco i:first-child { left: 28px; }.bloco i:last-child { right: 28px; }
.b1 { left: 2%; bottom: 12px; }.b2 { left: 40%; bottom: 20px; }.b3 { left: 18%; bottom: 126px; }.b4 { left: 55%; bottom: 139px; }.b5 { left: 34%; bottom: 248px; }

.faixa { display: grid; grid-template-columns: repeat(3,1fr); padding: 62px 7vw; color: #fff; background: var(--preto); }
.faixa article { padding: 0 48px; border-right: 1px solid #353735; }.faixa article:first-child { padding-left: 0; }.faixa article:last-child { border: 0; }
.faixa article > span { color: var(--vermelho); font: 600 13px "Oswald"; }
.faixa h2 { margin: 9px 0; font-size: 20px; }.faixa p { margin: 0; color: #a5a9a4; font-size: 12px; line-height: 1.7; }

.sobre { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; padding: 100px 7vw; background: var(--superficie); }
.sobre-visual { position: relative; height: 480px; overflow: hidden; background: #292c28; }
.sobre-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg,transparent,rgba(237,17,28,.28)); }
.pecas { position: absolute; z-index: 2; inset: 70px 40px; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; transform: rotate(-8deg); }
.pecas i { background: linear-gradient(145deg,#b8b6aa,#5c5e57); box-shadow: 0 15px 25px #111; }
.sobre-visual > strong { position: absolute; z-index: 3; right: 0; bottom: 0; padding: 20px 26px; color: #fff; background: var(--vermelho); font: 600 21px "Oswald"; text-transform: uppercase; }
.sobre-conteudo h2 { font-size: clamp(40px,4vw,58px); }
.sobre-conteudo > p:not(.rotulo) { max-width: 530px; margin: 22px 0; color: var(--texto-suave); font-size: 14px; line-height: 1.8; }
.sobre ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 25px 0 32px; padding: 0; list-style: none; font-size: 11px; font-weight: 700; }
.sobre li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 8px; color: #fff; background: var(--vermelho); }
.botao-instagram { color: #fff; background: var(--preto); }

.chamada { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 70px 7vw; color: #fff; background: linear-gradient(125deg,#790006,var(--vermelho) 55%,#a00008); }
.chamada .rotulo { color: #fff; }.chamada .rotulo span { background: #fff; }.chamada h2 { max-width: 790px; font-size: clamp(36px,4vw,58px); }
.botao-claro { flex: 0 0 auto; color: var(--preto); background: #fff; }

footer { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; padding: 65px 7vw 25px; color: #fff; background: #050505; }
.rodape-marca .marca { width: 190px; margin: 0 0 15px; }.rodape-marca p { color: #888d86; font-size: 12px; }
footer > div:not(.rodape-marca) { display: flex; flex-direction: column; gap: 8px; }
footer > div > strong { font: 600 14px "Oswald"; text-transform: uppercase; }
footer > div > span, footer > div > a, .rodape-link { color: #8d928b; font-size: 11px; line-height: 1.6; }
.rodape-link { width: max-content; padding: 0; background: none; border: 0; cursor: pointer; }.rodape-link:hover, footer a:hover { color: #fff; }
footer > small { grid-column: 1/-1; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; padding-top: 23px; color: #666b65; border-top: 1px solid #2c2e2b; font-size: 9px; }
.credito-guih { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; max-width: 100%; padding: 12px 18px; border: 1px solid #484848; border-radius: 6px; color: #fff; background: #191919; font-size: 12px; font-weight: 600; line-height: 1.5; text-align: center; text-decoration: none; transition: background .2s, border-color .2s; }
.credito-guih:hover { background: var(--vermelho); border-color: var(--vermelho); }
.credito-guih:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }

.flutuante { position: fixed; z-index: 18; right: 24px; bottom: 24px; width: 58px; height: 58px; color: #fff; background: var(--vermelho); border: 0; border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,.3); font-size: 22px; cursor: pointer; }
.modal { position: fixed; z-index: 40; inset: 0; display: none; }.modal.aberto { display: block; }
.modal-fundo { position: absolute; inset: 0; background: rgba(5,5,5,.8); backdrop-filter: blur(3px); }
.modal-caixa { position: absolute; right: 0; top: 0; bottom: 0; width: min(520px,100%); padding: 60px 52px; overflow-y: auto; color: var(--texto); background: var(--superficie); animation: entrar .25s ease-out; }
.modal-fechar { position: absolute; right: 20px; top: 14px; color: inherit; background: none; border: 0; font-size: 34px; cursor: pointer; }
.modal h2 { margin-bottom: 28px; font-size: 40px; }
.modal label { display: block; margin-bottom: 15px; color: var(--texto-suave); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.modal input, .modal textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--texto); background: var(--fundo); border: 1px solid var(--borda); outline: none; resize: vertical; }
.modal input:focus, .modal textarea:focus { border-color: var(--vermelho); }.modal form .botao { width: 100%; }.modal form > small { display: block; margin-top: 10px; color: var(--texto-suave); font-size: 9px; text-align: center; }
.escolha-whatsapp { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 0 18px; padding: 0; border: 0; }
.escolha-whatsapp legend { grid-column: 1/-1; margin-bottom: 7px; color: var(--texto-suave); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.modal .escolha-whatsapp label { position: relative; display: block; margin: 0; cursor: pointer; }
.modal .escolha-whatsapp input { position: absolute; width: 1px; height: 1px; margin: 0; opacity: 0; }
.escolha-whatsapp span { display: grid; place-items: center; min-height: 48px; padding: 10px; color: var(--texto); background: var(--fundo); border: 1px solid var(--borda); font-size: 12px; letter-spacing: 0; text-align: center; text-transform: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.escolha-whatsapp input:checked + span { color: var(--vermelho); border-color: var(--vermelho); box-shadow: inset 0 0 0 1px var(--vermelho); }
.escolha-whatsapp input:focus-visible + span { outline: 2px solid var(--vermelho); outline-offset: 2px; }

.telefones {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  margin-top: 28px;
}
.telefones a,
.rodape-telefones a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.3;
}
.telefones a {
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}
.telefones a:hover {
  opacity: 0.9;
  border-bottom-color: currentColor;
}
.icone-whatsapp,
.icone-telefone,
.telefones svg,
.rodape-telefones svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #25d366;
}
.telefone-ligacao svg,
.icone-telefone { color: var(--vermelho); }
.rodape-telefones {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 14px 0 0;
}
.rodape-telefones a {
  font-size: 14px;
  font-weight: 600;
}
.rodape-telefones a:hover { color: #25d366; }

@keyframes entrar { from { transform: translateX(100%); } to { transform: none; } }

html[data-theme="dark"] { color-scheme: dark; --texto: #f4f4f4; --texto-suave: #a5aaa5; --fundo: #090909; --superficie: #101010; --borda: #303230; }
html[data-theme="dark"] .cabecalho { background: rgba(10,10,10,.97); }
html[data-theme="dark"] .tema-botao { color: #fff; background: #2b2b2b; border-color: #474747; }
html[data-theme="dark"] .tema-botao::before { transform: translateX(23px); }
html[data-theme="dark"] .tema-botao span:first-child { color: #888; }
html[data-theme="dark"] .hero-conteudo { background: radial-gradient(circle at 85% 15%,rgba(237,17,28,.1),transparent 38%),#101010; }
html[data-theme="dark"] .botao-instagram { background: var(--vermelho); }
html[data-theme="dark"] .modal input, html[data-theme="dark"] .modal textarea { background: #1c1d1c; }

@media (max-width: 1050px) {
  .menu { gap: 18px; }.cabecalho { gap: 18px; }.botao-orcamento { display: none; }
}
@media (max-width: 850px) {
  .cabecalho { height: 72px; }.marca { width: 150px; }.menu-botao { display: block; order: 3; }
  .menu { position: absolute; left: 0; right: 0; top: 69px; display: none; flex-direction: column; padding: 25px; color: var(--texto); background: var(--fundo); border-bottom: 1px solid var(--borda); box-shadow: 0 15px 25px rgba(0,0,0,.15); }.menu.aberto { display: flex; }
  .hero { grid-template-columns: 1fr; }.hero-conteudo { padding: 75px 7vw; }.hero-visual { min-height: 520px; }
  .faixa { grid-template-columns: 1fr; }.faixa article, .faixa article:first-child { padding: 25px 0; border-right: 0; border-bottom: 1px solid #343634; }
  .sobre { grid-template-columns: 1fr; }.sobre-visual { height: 400px; }.chamada { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr 1fr; }.rodape-marca { grid-column: 1/-1; }
}
@media (max-width: 620px) {
  .cabecalho { gap: 12px; padding: 0 16px; }.marca { width: 135px; }.tema-botao { margin-left: auto; }
  .hero-conteudo { padding: 55px 24px; }h1 { font-size: 53px; }.hero-acoes { align-items: flex-start; flex-direction: column; gap: 18px; }
  .segmentos { gap: 14px; margin-top: 48px; }.segmentos div { min-width: 0; }.segmentos div + div { padding-left: 14px; }.segmentos span { font-size: 7px; }
  .hero-visual { min-height: 420px; }.blocos { width: 125%; transform: scale(.75); transform-origin: left bottom; }.circulo { width: 330px; height: 330px; }
  .faixa, .sobre, .chamada { padding-left: 24px; padding-right: 24px; }.sobre { padding-top: 75px; padding-bottom: 75px; }.sobre-visual { height: 310px; }.sobre ul { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; padding: 55px 24px 25px; }.modal-caixa { padding: 55px 25px; }.modal h2 { font-size: 34px; }.escolha-whatsapp { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }
