.page-blog-baccino .blog-baccino-wrap { background: #f7f5f2; color: #333; padding-top: 5.5rem; min-height: 100vh; }
.blog-baccino-hero { text-align: center; padding: 2.5rem 1.5rem 2rem; }
.blog-baccino-hero .kicker { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: #8b7355; font-weight: 600; margin-bottom: 0.75rem; }
.blog-baccino-hero h1 { font-family: Georgia, serif; font-size: clamp(1.75rem, 4vw, 2.5rem); color: #2c2c2c; font-weight: 400; line-height: 1.25; max-width: 32rem; margin: 0 auto; }
.blog-baccino-hero .lead { color: #666; font-size: 0.95rem; margin-top: 1rem; }
.blog-filter-row { max-width: 900px; margin: 0 auto; padding: 0 1rem 1.5rem; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; align-items: center; }
.blog-filter-row .lbl { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: #888; width: 100%; text-align: center; margin-bottom: 0.25rem; }
.blog-filter-row button { border: 1px solid #d4cfc6; background: #fff; color: #555; padding: 0.4rem 1rem; font-size: 0.8rem; border-radius: 2px; }
.blog-filter-row button.active, .blog-filter-row button:hover { background: #2c2c2c; color: #fff; border-color: #2c2c2c; }
.blog-grid { max-width: 1100px; margin: 0 auto; padding: 1rem 1rem 4rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 2rem; }
.blog-card { background: #fff; box-shadow: 0 2px 16px rgba(0,0,0,0.06); overflow: hidden; border-radius: 2px; }
.blog-card.hidden { display: none; }
.blog-card img { width: 100%; height: 200px; object-fit: cover; }
.blog-card-body { padding: 1.25rem 1.35rem 1.5rem; }
.blog-card .date { font-size: 0.8rem; color: #888; margin-bottom: 0.5rem; }
.blog-card .cats { font-size: 0.72rem; color: #8b7355; margin-bottom: 0.75rem; }
.blog-card .cats span { margin-right: 0.35rem; }
.blog-card h2 { font-size: 1.15rem; font-weight: 600; color: #2c2c2c; line-height: 1.35; margin-bottom: 0.75rem; }
.blog-card .excerpt { font-size: 0.88rem; color: #666; line-height: 1.55; margin-bottom: 1rem; }
.blog-card-footer { display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; }
.blog-card-footer a { color: #8b7355; font-weight: 500; text-decoration: none; }
.blog-card-footer a:hover { text-decoration: underline; }

