
body { background: #FAFAF7; color: #1A1A2E; font-family: 'Georgia', serif; margin: 0; padding: 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 20px; }
.card { background: white; border: 1px solid #E8E4DC; border-radius: 8px; padding: 24px; margin-bottom: 24px; }
.rank-badge { background: #C9A84C; color: white; border-radius: 50%; width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; font-weight: bold; }
.gold { color: #C9A84C; }
h1, h2 { color: #1A1A2E; }
nav { background: #1A1A2E; padding: 1rem; }
nav a { color: #C9A84C; margin: 0 1rem; text-decoration: none; font-weight: bold; }
nav a:hover { text-decoration: underline; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.whisky-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; background: #f0f0f0; }
.filter-controls { margin: 2rem 0; }
.filter-btn { background: #E8E4DC; border: none; padding: 8px 16px; border-radius: 4px; cursor: pointer; margin-right: 8px; }
.filter-btn.active { background: #C9A84C; color: white; }
footer { text-align: center; padding: 2rem; border-top: 1px solid #E8E4DC; margin-top: 4rem; }
.score { font-size: 1.2rem; font-weight: bold; }
.price { color: #1A1A2E; font-weight: bold; }
.distillery-link { color: #C9A84C; }
