.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.hero-logo{width:142px;height:142px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(40,8,8,.2));flex:none}
.hero{color:#68171c;background:radial-gradient(circle at 82% 20%,rgba(110,143,76,.18) 0,transparent 34%),linear-gradient(135deg,#fffaf0,#f2e5cb 72%,#e8d5b5)}
.hero:after{background:#fbf5e9}
.hero p{color:#6f5c4c;opacity:1}
.hero-logo{filter:drop-shadow(0 10px 20px rgba(89,38,24,.16))}
@media(max-width:560px){.three-col{grid-template-columns:1fr}.hero-logo{width:108px;height:108px}.hero{align-items:center;gap:10px}.hero h1{font-size:21px}}
