/* Brew Better Daily Homepage - Full One-Block Version */
.bbd-home { font-family: inherit; color: #1f1713; background: #fffaf5; }
.bbd-home * { box-sizing: border-box; }
.bbd-wrap { max-width: 1180px; margin: 0 auto; padding-left: 20px; padding-right: 20px; }
.bbd-disclosure { margin: 0 auto 24px auto; padding: 14px 18px; border: 1px solid #ead8c8; background: #fff4e8; border-radius: 14px; font-size: 14px; line-height: 1.5; }
.bbd-hero { padding: 64px 0 56px 0; display: grid; grid-template-columns: 1.5fr 1fr; gap: 32px; align-items: center; }
.bbd-kicker { margin: 0 0 10px 0; color: #8a4f2a; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.bbd-hero h1 { margin: 0; font-size: clamp(42px, 6vw, 72px); line-height: 0.95; letter-spacing: -0.05em; color: #1b120d; }
.bbd-hero-text { max-width: 680px; margin: 22px 0 0 0; font-size: 19px; line-height: 1.7; color: #4b3a31; }
.bbd-hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.bbd-btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 12px 20px; border-radius: 999px; text-decoration: none !important; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.bbd-btn:hover { transform: translateY(-2px); }
.bbd-btn-primary { color: #fff !important; background: #6f3f24; box-shadow: 0 10px 24px rgba(111,63,36,.22); }
.bbd-btn-secondary { color: #3a2418 !important; background: #f2dfcc; }
.bbd-btn-dark { color:#fff !important; background:#1f1713; }
.bbd-hero-card { padding: 30px; border-radius: 28px; background: #2b1b13; color: #fff; box-shadow: 0 20px 50px rgba(43, 27, 19, 0.18); }
.bbd-hero-card h2 { margin: 0 0 12px 0; color: #fff; font-size: 28px; }
.bbd-hero-card p { color: #ead8c8; line-height: 1.6; }
.bbd-hero-card ul { margin: 18px 0 0 0; padding-left: 20px; }
.bbd-hero-card li { margin-bottom: 10px; color: #fff4e8; }
.bbd-section { padding: 56px 0; }
.bbd-section-alt { background: #fff4e8; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding-left: calc(50vw - 50%); padding-right: calc(50vw - 50%); }
.bbd-section-heading { max-width: 820px; margin-bottom: 28px; }
.bbd-section-heading h2 { margin: 0 0 12px 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; letter-spacing: -0.035em; color: #1b120d; }
.bbd-section-heading p { color: #5c4538; font-size: 17px; line-height: 1.6; }
.bbd-small-disclosure { padding: 10px 14px; display:inline-block; background:#fff4e8; border:1px solid #ead8c8; border-radius:12px; font-size:14px !important; color:#5c4538 !important; }
.bbd-card-grid,.bbd-product-grid,.bbd-post-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.bbd-card,.bbd-post-card,.bbd-product-card { display:block; padding:24px; border-radius:24px; background:#fff; border:1px solid #ead8c8; text-decoration:none !important; color:#1f1713 !important; box-shadow:0 12px 30px rgba(80,48,28,.06); }
.bbd-product-image { height:145px; margin-bottom:18px; border-radius:20px; background:linear-gradient(135deg,#e8c9a8,#8a4f2a); display:flex; align-items:center; justify-content:center; color:#fff; font-size:20px; font-weight:900; text-align:center; padding:14px; }
.bbd-product-card .bbd-btn { margin-top:10px; width:100%; }
.bbd-compact-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.bbd-compact-link { display:block; padding:14px 16px; border-radius:16px; background:#fff; border:1px solid #ead8c8; text-decoration:none !important; color:#1f1713 !important; font-weight:800; text-align:center; }
.donate-link { display:inline-block; margin-top:20px; }
@media (max-width: 950px) {.bbd-hero{grid-template-columns:1fr;padding-top:42px}.bbd-card-grid,.bbd-product-grid,.bbd-post-grid{grid-template-columns:1fr}.bbd-compact-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.bbd-compact-grid{grid-template-columns:1fr}}
