/*
Theme Name: Woodwork Ultra
Theme URI: https://woodwork.eco.br
Author: Woodwork
Description: Tema ultraleve otimizado para marcenaria artesanal. Performance focada em PageSpeed.
Version: 1.0
License: GPLv2
Text Domain: woodwork
*/

:root{
--wood:#5A3E2B;
--caramel:#A66A3F;
--beige:#F4F1EC;
--green:#4F5B3A;
--text:#2A2A2A;
}

*{box-sizing:border-box;margin:0;padding:0}

body{
font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
background:var(--beige);
color:var(--text);
line-height:1.6;
}

.container{
max-width:1100px;
margin:auto;
padding:20px;
}

header{
background:var(--wood);
color:white;
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 20px;
}

.nav a{
color:white;
text-decoration:none;
margin-left:20px;
font-weight:500;
}

.hero{
min-height:70vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
background:#3d2a1d;
color:white;
padding:40px;
}

.hero h1{
font-size:3rem;
margin-bottom:15px;
}

.btn{
display:inline-block;
background:var(--caramel);
color:white;
padding:12px 26px;
margin-top:10px;
text-decoration:none;
border-radius:4px;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
margin-top:30px;
}

.card{
background:white;
padding:20px;
border-radius:6px;
box-shadow:0 3px 8px rgba(0,0,0,.08);
}

footer{
background:#222;
color:#ddd;
padding:30px 20px;
margin-top:40px;
text-align:center;
font-size:14px;
}
