:root{
--green:#2B6E52;--green-dark:#1F5540;--gold:#C9922E;--plum:#8B3A4B;
--ink:#2B2620;--muted:#756D64;--cream:#FAF6EE;--white:#FFF;--line:#E9E1D5
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.6}
a{text-decoration:none;color:inherit}
.container{width:min(1160px,calc(100% - 48px));margin:auto}

/* Marca: usa a imagem aprovada sem redesenhar o símbolo */
.brand{display:inline-flex;align-items:center;gap:10px}
.brand-symbol{width:43px;height:43px;object-fit:contain;display:block}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-text strong{font-family:Quicksand,Arial,sans-serif;font-size:24px;letter-spacing:.16em}
.brand-text small{font-size:5px;letter-spacing:.23em;margin-top:7px}
.header{position:absolute;top:0;left:0;right:0;z-index:20}
.nav{height:96px;display:flex;align-items:center;justify-content:space-between}
nav{display:flex;gap:34px;font-size:14px;font-weight:600}
nav a{padding:8px 0;border-bottom:2px solid transparent}
nav a:hover{border-color:var(--gold)}
.menu{display:none;border:0;background:none;font-size:25px}

.hero{min-height:680px;overflow:hidden;position:relative;background:linear-gradient(135deg,#FAF6EE,#F3ECE1)}
.grid-bg{position:absolute;inset:0;opacity:.3;background-image:linear-gradient(rgba(43,110,82,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(43,110,82,.06) 1px,transparent 1px);background-size:44px 44px}
.shape{position:absolute;border-radius:50%}.shape.top{width:430px;height:430px;right:-235px;top:-250px;background:var(--green)}.shape.bottom{width:300px;height:300px;left:-220px;bottom:-210px;background:var(--plum)}
.hero-inner{min-height:680px;padding-top:95px;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;position:relative;z-index:2}
.eyebrow{display:inline-block;color:var(--green);font-size:11px;font-weight:700;letter-spacing:.22em;margin-bottom:15px}
.hero h1{font:700 clamp(48px,5.5vw,72px)/1.02 Quicksand,sans-serif;letter-spacing:-.04em}
.hero h1 em{color:var(--green);font-style:normal}
.hero-copy>p{max-width:590px;color:var(--muted);font-size:17px;margin:24px 0 30px}
.actions{display:flex;gap:18px;align-items:center}
.btn{padding:14px 22px;border-radius:999px;font-size:13px;font-weight:700;display:inline-flex;gap:12px;align-items:center}
.primary{background:var(--plum);color:#fff;box-shadow:0 12px 25px rgba(139,58,75,.2)}
.secondary{border:1px solid var(--plum);color:var(--plum)}
.hero-visual{height:430px;position:relative}
.visual-card{position:absolute;inset:12px 0 20px 30px;border-radius:34px;background:var(--green-dark);overflow:hidden;box-shadow:0 25px 60px rgba(43,38,32,.16)}
.visual-card:before{content:"";position:absolute;width:440px;height:440px;border:1px solid rgba(255,255,255,.13);border-radius:50%;right:-210px;top:-220px}
.visual-brand{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;position:relative;z-index:2}
.visual-brand img{width:125px;height:125px;object-fit:contain;margin-bottom:8px}
.visual-brand strong{font:700 39px Quicksand,sans-serif;letter-spacing:.22em;margin-left:.22em}
.visual-brand small{font-size:8px;letter-spacing:.25em;margin-top:5px;opacity:.8}
.visual-caption{position:absolute;right:25px;top:35px;display:flex;flex-direction:column;gap:7px;font-size:8px;letter-spacing:.2em;color:#fff;z-index:3}
.visual-caption span:first-child:before,.visual-caption span:nth-child(3):before{content:"";display:inline-block;width:25px;height:2px;background:var(--gold);vertical-align:middle;margin-right:8px}

.values{background:#fff;border-bottom:1px solid var(--line)}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.values article{padding:27px 20px;display:flex;gap:13px}
.values article+article{border-left:1px solid var(--line)}
.values article>b{color:var(--gold);font-size:25px}.values h3{font:600 17px Quicksand,sans-serif}.values p{color:var(--muted);font-size:11px;line-height:1.45}
.section{padding:100px 0}
.products{background:#fff}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}
.section-head h2,.about-copy h2{font:700 clamp(34px,4vw,50px)/1.1 Quicksand,sans-serif;letter-spacing:-.03em}
.section-head>p{color:var(--muted);font-size:13px;max-width:240px;text-align:right}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{min-height:350px;border:1px solid var(--line);border-radius:25px;padding:29px;display:flex;flex-direction:column;background:#fff;transition:.25s;box-shadow:0 8px 30px rgba(43,38,32,.03)}
.card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(43,38,32,.1)}
.app-icon{width:66px;height:66px;border-radius:18px;display:grid;place-items:center;font:600 30px Quicksand;margin-bottom:25px}
.gold{background:#F6E8CE;color:var(--gold)}.green{background:#E4EFE6;color:var(--green)}.plum{background:#F3E1E4;color:var(--plum)}
.label{font-size:9px;color:var(--green);font-weight:700;letter-spacing:.18em}.card h3{font:700 27px Quicksand,sans-serif;margin:7px 0 10px}.card p{color:var(--muted);font-size:14px;line-height:1.65}.card-link{margin-top:auto;padding-top:25px;color:var(--plum);font-size:13px;font-weight:700}
.about{background:var(--cream);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.about-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:90px;align-items:center}
.about-panel{min-height:355px;border-radius:30px;padding:40px;background:var(--green-dark);color:#fff;position:relative;overflow:hidden}
.about-panel:after{content:"";position:absolute;width:310px;height:310px;border:1px solid rgba(255,255,255,.13);border-radius:50%;right:-140px;bottom:-130px}
.about-panel span{font-size:9px;letter-spacing:.2em;opacity:.75}.about-panel strong{display:block;font:700 39px/1.1 Quicksand,sans-serif;margin-top:72px}.about-panel i{color:var(--gold);font-style:normal}.line{width:50px;height:4px;border-radius:4px;background:var(--gold);margin-top:28px}
.about-copy p{color:var(--muted);max-width:690px;margin-top:18px}
.contact{padding:88px 0;background:var(--ink);color:#fff}.contact-inner{display:flex;justify-content:space-between;align-items:center;gap:45px}.light{color:var(--gold)}
.contact h2{font:700 clamp(40px,5vw,61px)/1.03 Quicksand,sans-serif;letter-spacing:-.035em}.contact h2 em{color:var(--gold);font-style:normal}.contact p{color:rgba(255,255,255,.62);margin-top:12px}
.email{border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:18px 22px;min-width:330px;display:flex;justify-content:space-between;gap:30px;align-items:center}.email b{color:var(--gold);font-size:23px}
footer{background:#211D18;color:rgba(255,255,255,.55);font-size:10px}.footer-inner{min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand{color:#fff}.footer-brand .brand-symbol{width:34px;height:34px}.footer-brand .brand-text strong{font-size:17px}.footer-brand .brand-text small{font-size:4px}

@media(max-width:900px){
.hero-inner{grid-template-columns:1fr;gap:30px;padding-bottom:70px}.hero{min-height:auto}.hero-visual{height:370px}
.values-grid{grid-template-columns:repeat(2,1fr)}.values article:nth-child(3),.values article:nth-child(4){border-top:1px solid var(--line)}
.cards{grid-template-columns:1fr 1fr}.card:last-child{grid-column:1/-1}
.about-grid{grid-template-columns:1fr;gap:45px}.contact-inner{flex-direction:column;align-items:flex-start}.section-head{align-items:flex-start;flex-direction:column}.section-head>p{text-align:left}
}
@media(max-width:680px){
.container{width:calc(100% - 32px)}.nav{height:78px}.header-logo{width:155px}
.brand-symbol{width:37px;height:37px}.brand-text strong{font-size:20px}.brand-text small{font-size:4px}
.menu{display:block;color:var(--ink)}
nav{display:none;position:absolute;top:68px;left:16px;right:16px;background:#fff;padding:14px;border-radius:16px;box-shadow:0 18px 45px rgba(43,38,32,.15);flex-direction:column;gap:2px}nav.open{display:flex}nav a{padding:11px}
.hero-inner{padding-top:95px}.hero h1{font-size:46px}.hero-copy>p{font-size:15px}.actions{flex-direction:column;align-items:flex-start}.hero-visual{height:320px}.visual-card{left:5px}.visual-brand img{width:100px;height:100px}.visual-brand strong{font-size:31px}
.values-grid{grid-template-columns:1fr}.values article+article,.values article:nth-child(3),.values article:nth-child(4){border-left:0;border-top:1px solid var(--line)}.values article:first-child{border-top:0}
.section{padding:72px 0}.cards{grid-template-columns:1fr}.card:last-child{grid-column:auto}.about-panel{min-height:310px}.about-panel strong{margin-top:58px}
.email{min-width:0;width:100%;font-size:12px}.footer-inner{padding:22px 0;flex-direction:column;text-align:center}
}
