/* BaeGifts Gift Finder — brand palette: navy #152033, ivory #FFF9F4,
   rose #C96F7B, gold #C8A56A. Mobile-first, WCAG focus states. */
.baegifts-gf { max-width: 720px; margin: 0 auto; padding: 24px 16px; }
.bgf-progress { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #C96F7B; font-weight: 600; margin-bottom: 4px; }
.bgf-title { font-family: 'Playfair Display', Georgia, serif; color: #152033; font-size: 1.75rem; margin: 0 0 20px; }
.bgf-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.bgf-card { padding: 18px 14px; border: 1.5px solid #e4dcd4; border-radius: 12px; background: #fff; color: #152033; font-size: 1rem; cursor: pointer; text-align: center; min-height: 56px; transition: border-color .15s, box-shadow .15s; }
.bgf-card:hover { border-color: #C8A56A; }
.bgf-card:focus-visible, .bgf-chip:focus-visible, .bgf-back:focus-visible, .bgf-skip:focus-visible, .bgf-cta:focus-visible { outline: 3px solid #C8A56A; outline-offset: 2px; }
.bgf-card.is-selected { border-color: #C96F7B; box-shadow: 0 0 0 1px #C96F7B inset; }
.bgf-back { margin-top: 20px; background: none; border: none; color: #C96F7B; font-size: .95rem; cursor: pointer; padding: 8px 0; }
.bgf-note { color: #3D3D3D; line-height: 1.6; }
.bgf-results { display: grid; gap: 20px; margin-top: 8px; }
.bgf-result { border: 1px solid #eee2d8; border-radius: 14px; padding: 20px; background: #fff; position: relative; }
.bgf-result.is-best { border-color: #C8A56A; box-shadow: 0 4px 20px rgba(21, 32, 51, .07); }
.bgf-label { display: inline-block; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; color: #fff; background: #152033; border-radius: 99px; padding: 4px 12px; margin-bottom: 12px; }
.bgf-result.is-best .bgf-label { background: #C96F7B; }
.bgf-result img { width: 100%; max-width: 320px; border-radius: 10px; display: block; margin-bottom: 12px; }
.bgf-result-name { font-family: 'Playfair Display', Georgia, serif; color: #152033; font-size: 1.2rem; margin: 0 0 6px; }
.bgf-price { font-weight: 700; color: #152033; margin: 0 0 8px; }
.bgf-why { color: #3D3D3D; font-size: .95rem; line-height: 1.55; margin: 0 0 6px; }
.bgf-delivery { color: #6b6b6b; font-size: .85rem; margin: 0 0 14px; }
.bgf-cta { display: inline-block; background: #C96F7B; color: #fff; text-decoration: none; padding: 12px 26px; border-radius: 8px; font-weight: 600; min-height: 44px; }
.bgf-cta:hover { background: #b55f6b; color: #fff; }
.bgf-skip { background: none; border: none; color: #8a8a8a; font-size: .85rem; cursor: pointer; margin-left: 14px; text-decoration: underline; }
.bgf-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.bgf-chip { border: 1.5px solid #e4dcd4; background: #FFF9F4; color: #152033; border-radius: 99px; padding: 8px 16px; font-size: .9rem; cursor: pointer; min-height: 40px; }
.bgf-chip:hover { border-color: #C96F7B; color: #C96F7B; }
@media (min-width: 600px) { .bgf-results { grid-template-columns: 1fr; } .bgf-title { font-size: 2rem; } }

/* Advised picks (top three) — role headline + "why we picked this" story. */
.bgf-role { font-family: 'Playfair Display', Georgia, serif; font-size: 1.05rem; font-weight: 700; color: #C96F7B; margin: 0 0 10px; }
.bgf-result.is-advised { border-color: #C8A56A; }
.bgf-reason { background: #FFF9F4; border-left: 3px solid #C8A56A; border-radius: 8px; padding: 12px 16px; margin: 0 0 12px; }
.bgf-reason-head { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; color: #C8A56A; margin: 0 0 4px; }
.bgf-reason-body { color: #3D3D3D; font-size: .95rem; line-height: 1.6; margin: 0; }
.bgf-more-head { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: #8a8a8a; margin: 26px 0 10px; }
.bgf-more { display: grid; gap: 14px; }
.bgf-more .bgf-result { padding: 14px 16px; }
.bgf-more .bgf-result img { max-width: 180px; }
