:root{--pink:#ff8fb1;--bg:#fff7fb;--ink:#2a1f2d}
*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.5}
a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}
.site-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #fde}
.logo{font-weight:800;font-size:1.4rem;color:var(--pink)}
nav a{margin-left:1rem;font-weight:600}
main{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}
.hero{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,#ffd6e7,#e0d4ff);border-radius:1.5rem;margin-bottom:2rem}
.hero h1{font-size:clamp(2rem,5vw,3.5rem);margin:0 0 .5rem}
.btn{display:inline-block;background:var(--pink);color:#fff;padding:.9rem 1.6rem;border-radius:999px;font-weight:700;margin-top:1rem}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}
.card{background:#fff;border-radius:1rem;padding:1rem;box-shadow:0 4px 14px rgba(255,143,177,.15);transition:transform .2s}
.card:hover{transform:translateY(-3px)}
.card img{border-radius:.75rem;aspect-ratio:1;object-fit:cover;margin-bottom:.5rem}
.product{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
@media(max-width:700px){.product{grid-template-columns:1fr}}
.product__info select,.product__info button{width:100%;padding:.9rem;border-radius:.75rem;border:1px solid #fde;margin-top:.5rem;font-size:1rem}
.product__info button{background:var(--pink);color:#fff;border:none;font-weight:700;cursor:pointer}
.price{font-size:1.4rem;font-weight:700;color:var(--pink)}
.site-footer{text-align:center;padding:2rem;color:#888;font-size:.9rem}
