*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:#4a342c;background:#fff9f5}header{height:72px;padding:0 max(5vw,18px);display:flex;align-items:center;justify-content:space-between;background:#fff;position:sticky;top:0;z-index:5;border-bottom:1px solid #f0dfda}.brand{font:700 26px Georgia,serif;color:#84533e;text-decoration:none}.brand span{color:#d98da2}nav{display:flex;gap:18px}nav a{color:#84533e;text-decoration:none;font-weight:700}.hero{min-height:55vh;display:grid;align-items:center;padding:60px max(7vw,22px);background:radial-gradient(circle at 82% 28%,#ffd2dd,transparent 30%),linear-gradient(135deg,#fff9f5,#f5e3df)}.hero div{max-width:700px}.hero small,.eyebrow{letter-spacing:.16em;color:#a96f7e;font-weight:800}.hero h1,.section h2,.contact h2{font-family:Georgia,serif}.hero h1{font-size:clamp(42px,7vw,72px);line-height:1;margin:14px 0;color:#84533e}.hero p{font-size:18px;line-height:1.6}.btn{display:inline-block;margin-top:15px;padding:13px 20px;border-radius:999px;background:#84533e;color:white;text-decoration:none;font-weight:800}.section{padding:70px max(5vw,18px)}.section h2{font-size:clamp(34px,5vw,50px);margin:8px 0 30px}.catalogo{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:22px}.produto{background:white;border:1px solid #eeddda;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #6b463610}.produto img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#f8efeb}.pc{padding:18px;display:flex;flex-direction:column;gap:8px}.pc h3{font:700 21px Georgia,serif;margin:0;text-transform:capitalize}.pc p{margin:0;color:#75615a}.pc strong{font-size:20px;color:#84533e}.pc span{font-size:13px;font-weight:800}.disp{color:#38724b}.esg{color:#9b6c45}.pc a{margin-top:5px;text-align:center;padding:11px;border-radius:999px;background:#84533e;color:white;text-decoration:none;font-weight:800}.contact{text-align:center;padding:70px 22px;background:#84533e;color:white}.contact h2{font-size:40px;margin:0 0 10px}.light{background:white;color:#84533e}footer{padding:25px max(5vw,18px);display:flex;justify-content:space-between;background:#432d25;color:#fff0ec}@media(max-width:600px){.hero{min-height:48vh}.hero h1{font-size:43px}.catalogo{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pc{padding:12px}.pc h3{font-size:17px}.produto img{aspect-ratio:1/1.15}.pc a{font-size:12px;padding:9px}.section{padding:50px 12px}footer{flex-direction:column;gap:6px}}