*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;background:#2c1810;color:#d4af99;font-family:'Inter',sans-serif}.hero{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background:#2c1810}.hero h1{font-size:clamp(2rem,6vw,4rem);font-weight:600;color:#e8d4c4}.hero p{color:#996633;font-size:0.95rem}.content{padding:80px 5%;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.card{padding:2rem;background:#3a2515;border:1px solid #665533;border-radius:8px}.card h2{font-size:1.4rem;font-weight:600;margin-bottom:10px;color:#e8d4c4}.card p{color:#b8907a}
