.product-card{display:flex;flex-direction:column;background:var(--color-cream);border-radius:4px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.product-card__image{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block}.product-card__body{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex-grow:1}.product-card__name{font-family:Libre Baskerville,serif;font-size:1.1rem;color:var(--color-wine);margin:0}.product-card__description{font-size:.9rem;color:var(--color-cocoa);line-height:1.5;margin:0;flex-grow:1}.product-card__price{font-family:Libre Baskerville,serif;font-size:1.15rem;color:var(--color-wine);font-weight:700;margin:0;margin-top:.5rem}.shop{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.shop__header{text-align:center;margin-bottom:3rem}.shop__title{font-family:Libre Baskerville,serif;font-size:2.5rem;color:var(--color-wine);margin:0 0 .5rem}.shop__subtitle{font-size:1.1rem;color:var(--color-cocoa);margin:0}.shop__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem}@media (prefers-color-scheme: dark){:root{color-scheme:light}}:root{--brand-blush: #dcae96;--brand-cream: #f6eee0;--brand-wine: #733440;--brand-cocoa: #764b36;--space: 1rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Libre Baskerville,serif;background:var(--brand-cream)!important;color:var(--brand-cocoa);min-height:100vh}a{color:var(--brand-wine);text-decoration:none}h1,h2,h3{color:var(--brand-wine)}.container{max-width:1100px;margin:0 auto;padding:var(--space)}.nav a{margin-right:1rem}.grid{display:grid;gap:var(--space);grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.card{border:1px solid #ddd;border-radius:12px;padding:var(--space)}.site-header,.site-footer{border-bottom:1px solid #eee}.site-footer{border-top:1px solid #eee;border-bottom:0}.hero{background:var(--brand-cream);min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem var(--space)}.hero__content{max-width:600px}.hero__content h1{font-size:3rem;color:var(--brand-wine);margin-bottom:1.5rem;line-height:1.2}.hero__content p{color:var(--brand-cocoa);font-size:1.1rem;margin-bottom:2rem;line-height:1.7}.hero__cta{display:inline-block;background:var(--brand-wine);color:var(--brand-cream);padding:.9rem 2rem;border-radius:4px;font-family:Libre Baskerville,serif;font-size:1rem;letter-spacing:.05em;transition:background .2s ease}.hero__cta:hover{background:var(--brand-cocoa)}
