/* BlackForge Arms Design System */
/* ─── Minimum order warning in cart drawer ─── */
.bfa-cart-drawer-min{display:flex;gap:0.55rem;align-items:flex-start;padding:0.7rem 0.85rem;border-radius:10px;margin:0.6rem 0;background:linear-gradient(135deg,#fef3c7,#fed7aa);border:1px solid #f59e0b;font-size:0.78rem;color:#7c2d12;line-height:1.45;}
.bfa-cart-drawer-min svg{flex-shrink:0;color:#d97706;margin-top:1px;}
.bfa-cart-drawer-min strong{color:#7c2d12;font-weight:800;}

/* ─── Minimum order warning on cart ─── */
.bfa-cart-min-warn{display:flex;gap:0.85rem;padding:1rem 1.1rem;border-radius:14px;margin:1rem 0;background:linear-gradient(135deg,#fef3c7,#fed7aa);border:1px solid #f59e0b;box-shadow:0 4px 14px rgba(245,158,11,0.15);}
.bfa-cart-min-warn-icon{flex-shrink:0;width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#f59e0b;color:#fff;box-shadow:0 2px 8px rgba(245,158,11,0.42);}
.bfa-cart-min-warn-body{flex:1;min-width:0;}
.bfa-cart-min-warn-title{font-family:'Barlow Condensed',sans-serif;font-size:1rem;font-weight:800;color:#7c2d12;letter-spacing:0.01em;line-height:1.2;margin-bottom:3px;}
.bfa-cart-min-warn-body p{font-size:0.82rem;color:#9a3412;margin:0 0 0.55rem;line-height:1.45;}
.bfa-cart-min-warn-body strong{color:#7c2d12;font-weight:800;}
.bfa-cart-min-warn-bar{height:6px;border-radius:3px;background:rgba(124,45,18,0.14);overflow:hidden;}
.bfa-cart-min-warn-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#f59e0b,#ef6f1c);transition:width 0.3s ease;box-shadow:0 1px 3px rgba(245,158,11,0.32);}
.bfa-btn-disabled{opacity:0.55 !important;cursor:not-allowed !important;background:linear-gradient(135deg,#9ca3af,#6b7280) !important;color:#fff !important;pointer-events:auto !important;}
.bfa-btn-disabled:hover{transform:none !important;box-shadow:none !important;opacity:0.55 !important;}

/* Prevent horizontal overflow on narrow viewports without killing position:sticky.
 `overflow:hidden` on html/body creates a new scrolling context that breaks
 sticky descendants (the header lost its stickiness). `overflow:clip` blocks
 overflow the same way visually but does NOT establish a scroll container,
 so the sticky header keeps working. Safari fallback included. */
html, body { overflow-x: clip; }
@supports not (overflow-x: clip) { html, body { overflow-x: hidden; } }
body { font-family: "Inter", system-ui, -apple-system, sans-serif; background: #f8f7f4; color: #1a1a1a; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
.bfa-container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
.bfa-section { padding: 5rem 0; }
.bfa-section-head { text-align: center; margin-bottom: 3rem; }
.bfa-section-tag { display: inline-block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #B8943A; background: rgba(184,148,58,0.12); border: 1px solid rgba(184,148,58,0.3); padding: 0.35rem 0.9rem; border-radius: 100px; margin-bottom: 0.85rem; }
.bfa-section-title { font-size: clamp(1.75rem,3.5vw,2.6rem); font-weight: 900; color: #1c2409; line-height: 1.15; letter-spacing: -0.02em; }
.bfa-section-sub { color: #6b7280; margin-top: 0.85rem; font-size: 1rem; max-width: 560px; margin-left: auto; margin-right: auto; }
.bfa-gold { color: #B8943A; }
.bfa-text-center { text-align: center; }
.bfa-btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.85rem 2rem; background: linear-gradient(135deg,#B8943A,#8a6e2a); color: #fff; font-weight: 700; font-size: 0.9rem; border-radius: 10px; border: none; cursor: pointer; transition: opacity .2s,transform .2s; }
.bfa-btn-primary:hover { opacity: .9; transform: translateY(-1px); }
.bfa-btn-ghost { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.85rem 2rem; background: transparent; color: #fff; font-weight: 700; font-size: 0.9rem; border-radius: 10px; border: 2px solid rgba(255,255,255,0.35); cursor: pointer; transition: background .2s,border-color .2s; }
.bfa-btn-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }
.bfa-btn-outline { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.75rem 1.75rem; background: transparent; color: #B8943A; font-weight: 700; font-size: 0.9rem; border-radius: 10px; border: 2px solid #B8943A; cursor: pointer; transition: background .2s,color .2s; }
.bfa-btn-outline:hover { background: #B8943A; color: #fff; }
.bfa-btn-full { width: 100%; }
.bfa-btn-cart { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.65rem 1.1rem; background: #1c2409; color: #fff; font-size: 0.82rem; font-weight: 600; border-radius: 8px; transition: background .2s; flex: 1; justify-content: center; }
.bfa-btn-cart:hover { background: #B8943A; }
.bfa-btn-cart.bfa-btn-disabled { background: #d1d5db; color: #9ca3af; cursor: not-allowed; }
.bfa-btn-view { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; background: #f3f4f6; border-radius: 8px; color: #6b7280; transition: background .2s,color .2s; flex-shrink: 0; }
.bfa-btn-view:hover { background: #1c2409; color: #fff; }
.bfa-header-wrap { position: sticky; top: 0; z-index: 100; }
.bfa-topbar { background: #1c2409; padding: 0.45rem 0; }
.bfa-topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
.bfa-topbar-left,.bfa-topbar-right { display: flex; align-items: center; gap: 1rem; font-size: 0.73rem; color: rgba(255,255,255,0.75); }
.bfa-topbar-item { display: flex; align-items: center; gap: 0.35rem; }
.bfa-topbar-sep { opacity: 0.3; }
.bfa-topbar-hours { color: rgba(255,255,255,0.6); }
.bfa-online-btn { display: flex; align-items: center; gap: 0.4rem; padding: 0.3rem 0.75rem; background: rgba(184,148,58,0.15); border: 1px solid rgba(184,148,58,0.35); border-radius: 100px; color: #B8943A; font-size: 0.72rem; font-weight: 600; }
.bfa-online-dot { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; animation: bfa-pulse 2s ease infinite; }
@keyframes bfa-pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
.bfa-header { background: #fff; border-bottom: 1px solid #e5e7eb; box-shadow: 0 1px 8px rgba(0,0,0,0.06); }
.bfa-header-inner { display: flex; align-items: center; gap: 2rem; max-width: 1280px; margin: 0 auto; padding: 0.9rem 1.5rem; }
.bfa-logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.bfa-header-logo-img { height: 56px; width: auto; object-fit: contain; display: block; filter: drop-shadow(0 2px 8px rgba(0,0,0,0.18)); transition: transform 0.2s; }
.bfa-header-logo-img:hover { transform: scale(1.04); }
.bfa-logo-icon { width: 38px; height: 38px; background: linear-gradient(135deg,#1c2409,#2d3a0e); border-radius: 9px; display: flex; align-items: center; justify-content: center; }
.bfa-logo-icon--sm { width: 30px; height: 30px; border-radius: 7px; }
.bfa-logo-icon--lg { width: 48px; height: 48px; border-radius: 12px; }
.bfa-logo-txt { display: flex; flex-direction: column; line-height: 1.1; }
.bfa-logo-txt strong { font-size: 1rem; font-weight: 900; color: #1c2409; letter-spacing: -0.02em; }
.bfa-logo-txt small { font-size: 0.65rem; color: #B8943A; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; }
.bfa-nav { display: flex; align-items: center; gap: 0.25rem; margin-left: 1rem; flex: 1; }
.bfa-nav-link { display: flex; align-items: center; gap: 0.35rem; padding: 0.55rem 0.8rem; border-radius: 8px; font-size: 0.87rem; font-weight: 600; color: #374151; transition: color .2s,background .2s; white-space: nowrap; }
.bfa-nav-link:hover,.bfa-nav-link.active { color: #1c2409; background: #f3f4f6; }
.bfa-nav-drop { position: relative; }
.bfa-dropdown { position: absolute; top: calc(100% + 8px); left: 0; min-width: 200px; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; box-shadow: 0 8px 30px rgba(0,0,0,0.12); padding: 0.5rem; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .2s,transform .2s,visibility .2s; z-index: 50; }
.bfa-nav-drop:hover .bfa-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.bfa-dropdown-item { display: block; padding: 0.6rem 0.85rem; border-radius: 8px; font-size: 0.85rem; font-weight: 500; color: #374151; transition: background .15s,color .15s; }
.bfa-dropdown-item:hover { background: #f3f4f6; color: #1c2409; }
.bfa-dropdown-divider { height: 1px; background: #f3f4f6; margin: 0.35rem 0; }
.bfa-header-actions { display: flex; align-items: center; gap: 0.5rem; margin-left: auto; }
.bfa-search-toggle { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 9px; color: #374151; transition: background .2s,color .2s; }
.bfa-search-toggle:hover { background: #f3f4f6; color: #1c2409; }
.bfa-search-wrap { position: relative; }
.bfa-search-box { position: absolute; top: calc(100% + 10px); right: 0; width: 320px; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; box-shadow: 0 8px 30px rgba(0,0,0,0.12); display: none; z-index: 50; }
.bfa-search-box.open { display: block; }
.bfa-search-field { display: flex; align-items: center; }
.bfa-search-input { flex: 1; padding: 0.75rem 1rem; border: none; outline: none; font-size: 0.9rem; border-radius: 12px 0 0 12px; }
.bfa-search-submit { padding: 0.75rem 1rem; background: #1c2409; color: #fff; border-radius: 0 12px 12px 0; display: flex; align-items: center; }
.bfa-cart { position: relative; display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 9px; color: #374151; transition: background .2s,color .2s; }
.bfa-cart:hover { background: #f3f4f6; color: #1c2409; }
.bfa-cart-badge { position: absolute; top: -4px; right: -4px; min-width: 18px; height: 18px; background: #B8943A; color: #fff; font-size: 0.65rem; font-weight: 700; border-radius: 9px; display: flex; align-items: center; justify-content: center; padding: 0 4px; }
.bfa-header-cta { padding: 0.6rem 1.25rem; background: #1c2409; color: #fff; border-radius: 9px; font-size: 0.85rem; font-weight: 700; transition: background .2s; }
.bfa-header-cta:hover { background: #B8943A; }
.bfa-mobile-toggle { display: none; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 9px; color: #374151; }
.bfa-mobile-nav { display: none; position: fixed; inset: 0; z-index: 200; }
.bfa-mobile-nav.open { display: block; }
.bfa-mobile-drawer { position: absolute; left: 0; top: 0; bottom: 0; width: min(320px,85vw); background: #fff; box-shadow: 4px 0 24px rgba(0,0,0,0.15); overflow-y: auto; display: flex; flex-direction: column; }
.bfa-mobile-head { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.25rem; border-bottom: 1px solid #f3f4f6; }
.bfa-mobile-logo { display: flex; align-items: center; gap: 0.6rem; }
.bfa-mobile-logo-txt { font-size: 0.9rem; font-weight: 900; color: #1c2409; }
.bfa-mobile-close { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 8px; background: #f3f4f6; color: #374151; }
.bfa-mobile-links { padding: 1rem; flex: 1; }
.bfa-mobile-section-title { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #9ca3af; padding: 0.5rem 0.5rem 0.25rem; margin-top: 0.5rem; }
.bfa-mobile-link { display: block; padding: 0.75rem; border-radius: 8px; font-size: 0.9rem; font-weight: 600; color: #374151; transition: background .15s,color .15s; }
.bfa-mobile-link:hover { background: #f3f4f6; color: #1c2409; }
.bfa-mobile-cta { padding: 1rem 1.25rem; border-top: 1px solid #f3f4f6; }
.bfa-cart-drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 150; display: none; }
.bfa-cart-drawer-overlay.open { display: block; }
.bfa-cart-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem; border-bottom: 1px solid #f3f4f6; }
.bfa-cart-drawer-title { font-weight: 800; font-size: 1rem; color: #1c2409; }
.bfa-cart-drawer-close { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 8px; background: #f3f4f6; }
.bfa-cart-drawer-body { flex: 1; overflow-y: auto; padding: 1rem; }
.bfa-cart-drawer-empty { text-align: center; padding: 3rem 1rem; color: #9ca3af; font-size: 0.9rem; }
.bfa-cart-drawer-shop { display: inline-flex; margin-top: 1rem; padding: 0.65rem 1.25rem; background: #1c2409; color: #fff; border-radius: 8px; font-size: 0.85rem; font-weight: 600; }
.bfa-cart-drawer-item { display: flex; gap: 0.75rem; padding: 0.85rem 0; border-bottom: 1px solid #f3f4f6; align-items: flex-start; }
.bfa-cart-drawer-img { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; background: #f3f4f6; flex-shrink: 0; }
.bfa-cart-drawer-info { flex: 1; min-width: 0; }
.bfa-cart-drawer-name { font-size: 0.85rem; font-weight: 600; color: #1c2409; line-height: 1.3; }
.bfa-cart-drawer-price { font-size: 0.82rem; color: #6b7280; margin-top: 0.2rem; }
.bfa-cart-drawer-qty { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; margin-top: 0.4rem; color: #374151; }
.bfa-cart-drawer-foot { padding: 1rem 1.25rem; border-top: 1px solid #f3f4f6; }
.bfa-cart-drawer-subtotal { display: flex; justify-content: space-between; font-weight: 700; margin-bottom: 0.85rem; font-size: 0.95rem; }
.bfa-cart-drawer-checkout { display: flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%; padding: 0.85rem; background: linear-gradient(135deg,#B8943A,#8a6e2a); color: #fff; font-weight: 700; border-radius: 10px; font-size: 0.9rem; transition: opacity .2s; }
.bfa-cart-drawer-checkout:hover { opacity: .9; }
.bfa-cart-drawer-view { display: block; text-align: center; margin-top: 0.6rem; font-size: 0.82rem; color: #6b7280; }
.bfa-cart-drawer-view:hover { color: #1c2409; }
.bfa-hero {
 position: relative;
 min-height: 100vh;
 display: flex;
 align-items: center;
 overflow: hidden;
 background-color: #0a1004;
 background-image:
 linear-gradient(120deg, rgba(10,16,4,0.95) 0%, rgba(14,21,5,0.78) 55%, rgba(28,36,9,0.55) 100%),
 url('/brand/hero_background.jpeg');
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
}
.bfa-hero::before {
 content: '';
 position: absolute;
 inset: 0;
 background:
 radial-gradient(ellipse 90% 80% at 30% 50%, rgba(0,0,0,0.6) 0%, transparent 65%),
 linear-gradient(180deg, rgba(0,0,0,0.25) 0%, transparent 18%, transparent 78%, rgba(0,0,0,0.35) 100%);
 pointer-events: none;
 z-index: 0;
}
.bfa-hero > * { position: relative; z-index: 1; }
.bfa-hero-orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.bfa-hero-orb-1 { width: 600px; height: 600px; background: radial-gradient(circle,rgba(184,148,58,0.15),transparent 70%); top: -150px; left: -150px; }
.bfa-hero-orb-2 { width: 400px; height: 400px; background: radial-gradient(circle,rgba(184,148,58,0.1),transparent 70%); bottom: -100px; right: 200px; }
.bfa-hero-orb-3 { width: 300px; height: 300px; background: radial-gradient(circle,rgba(255,255,255,0.04),transparent 70%); top: 50%; right: 10%; }
.bfa-hero-pattern { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.04) 1px,transparent 1px); background-size: 30px 30px; pointer-events: none; }
.bfa-hero-shimmer { position: absolute; inset: 0; background: linear-gradient(135deg,transparent 40%,rgba(184,148,58,0.04) 60%,transparent 80%); pointer-events: none; }
.bfa-hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; width: 100%; max-width: 1280px; margin: 0 auto; padding: 5rem 1.5rem; }
.bfa-hero-left { display: flex; flex-direction: column; gap: 1.5rem; }
.bfa-hero-tag { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.45rem 1rem; border: 1px solid rgba(184,148,58,0.35); border-radius: 100px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #B8943A; background: rgba(184,148,58,0.08); }
.bfa-hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.4rem 0.9rem; background: rgba(74,222,128,0.1); border: 1px solid rgba(74,222,128,0.3); border-radius: 100px; font-size: 0.72rem; font-weight: 700; color: #4ade80; margin-bottom: 1rem; }
.bfa-hero-badge-dot { width: 6px; height: 6px; background: #4ade80; border-radius: 50%; animation: bfa-pulse 2s ease infinite; }

/* Decorative eyebrow */
.bfa-hero-eyebrow {
 display: inline-flex; align-items: center; gap: 0.85rem;
 margin-bottom: 1.1rem;
 font-family: 'Barlow', sans-serif;
 font-size: 0.78rem; font-weight: 700;
 letter-spacing: 0.18em; text-transform: uppercase;
 color: #B8943A;
}
.bfa-hero-eyebrow-orn { width: 56px; height: 11px; flex-shrink: 0; }

/* Script accent inside title */
.bfa-hero-script {
 font-family: 'Brush Script MT', 'Pacifico', cursive;
 font-style: italic;
 font-weight: 400;
 color: #B8943A;
 letter-spacing: 0;
 padding: 0 0.05em;
}

/* Divider ornament SVG */
.bfa-hero-divider-orn { width: 28px; height: 14px; flex-shrink: 0; }
.bfa-hero-title { font-family: 'Barlow Condensed','Barlow',sans-serif; font-size: clamp(2.4rem,4.6vw,4rem); font-weight: 900; color: #fff; line-height: 1.04; letter-spacing: -0.015em; text-shadow: 0 4px 24px rgba(0,0,0,0.55); margin: 0 0 0.5rem; }
.bfa-hero-ln { display: block; }
.bfa-hero-ln + .bfa-hero-ln { margin-top: 0.05em; }
.bfa-hero-acc { color: #B8943A; font-size: 0.55em; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; margin-top: 0.4em !important; opacity: 0.95; }
.bfa-hero-acc { color: #B8943A; }
.bfa-hero-divider { display: flex; align-items: center; gap: 0.75rem; margin: 0.5rem 0; }
.bfa-hero-divider-line { flex: 1; height: 1px; background: rgba(184,148,58,0.3); }
.bfa-hero-divider-diamond { width: 8px; height: 8px; background: #B8943A; transform: rotate(45deg); }
.bfa-hero-sub { color: rgba(255,255,255,0.7); font-size: 1rem; line-height: 1.7; max-width: 480px; }
.bfa-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.bfa-hero-stats { display: flex; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.1); margin-top: 0.5rem; }
.bfa-hero-stat-num { font-size: 1.6rem; font-weight: 900; color: #B8943A; letter-spacing: -0.02em; }
.bfa-hero-stat-lbl { font-size: 0.72rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 0.15rem; }
.bfa-hero-trust { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 0.5rem; }
.bfa-hero-trust-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.82rem; color: rgba(255,255,255,0.65); }
.bfa-hero-trust-num { font-weight: 700; color: #B8943A; }
.bfa-hero-trust-lbl { color: rgba(255,255,255,0.55); }
.bfa-hero-wave { position: absolute; bottom: -1px; left: 0; right: 0; pointer-events: none; line-height: 0; overflow: hidden; }
.bfa-wave-track { display: flex; width: 200%; animation: bfaWaveScroll 12s linear infinite; }
.bfa-wave-svg { width: 50%; height: 80px; display: block; flex-shrink: 0; }

/* Clean static hero curve */
.bfa-hero-curve { position: absolute; bottom: -1px; left: 0; right: 0; pointer-events: none; line-height: 0; z-index: 2; }
.bfa-hero-curve svg { width: 100%; height: 90px; display: block; }
@media (max-width: 768px) { .bfa-hero-curve svg { height: 56px; } }

/* ═══════════════════════════════════════════
 WELCOME STRIP - sits between hero and Categories
═══════════════════════════════════════════ */
.bfa-welcome {
 position: relative;
 padding: 5rem 0 4rem;
 background: #faf9f6;
 overflow: hidden;
}
.bfa-welcome::before {
 content: '';
 position: absolute; inset: 0;
 background:
 radial-gradient(ellipse 600px 300px at 10% 0%, rgba(184,148,58,0.06) 0%, transparent 60%),
 radial-gradient(ellipse 500px 250px at 90% 100%, rgba(28,36,9,0.04) 0%, transparent 60%);
 pointer-events: none;
}
.bfa-welcome > .bfa-container { position: relative; z-index: 1; }

.bfa-welcome-head {
 text-align: center;
 max-width: 680px;
 margin: 0 auto 3rem;
}
.bfa-welcome-orn {
 display: block;
 width: 80px; height: 14px;
 margin: 0 auto 1rem;
}
.bfa-welcome-title {
 font-family: 'Barlow Condensed','Barlow',sans-serif;
 font-size: clamp(2rem,3.5vw,2.8rem);
 font-weight: 900;
 color: #1c2409;
 letter-spacing: -0.015em;
 line-height: 1.1;
 margin: 0 0 0.85rem;
}
.bfa-welcome-title .bfa-gold { color: #B8943A; }
.bfa-welcome-sub {
 font-size: 0.98rem;
 line-height: 1.65;
 color: #6b7280;
 margin: 0;
}

.bfa-welcome-grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 1.5rem;
 margin-top: 1rem;
}
@media (max-width: 900px) { .bfa-welcome-grid { grid-template-columns: 1fr; gap: 1.1rem; } }

.bfa-welcome-card {
 position: relative;
 padding: 2.2rem 1.8rem 1.9rem;
 background: #fff;
 border: 1px solid #efebe2;
 border-radius: 18px;
 box-shadow: 0 1px 3px rgba(28,36,9,0.04);
 transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
 display: flex;
 flex-direction: column;
}
.bfa-welcome-card:hover {
 transform: translateY(-4px);
 box-shadow: 0 12px 40px rgba(28,36,9,0.08);
 border-color: rgba(184,148,58,0.35);
}

/* Featured (middle) card stands out */
.bfa-welcome-card-feature {
 background: linear-gradient(160deg, #1c2409 0%, #0e1505 100%);
 border-color: rgba(184,148,58,0.25);
 color: #fff;
}
.bfa-welcome-card-feature::before {
 content: '';
 position: absolute; top: 0; left: 0; right: 0; height: 3px;
 border-radius: 18px 18px 0 0;
 background: linear-gradient(90deg, transparent, #B8943A, #e8c35a, #B8943A, transparent);
}
.bfa-welcome-card-feature .bfa-welcome-card-title { color: #fff; }
.bfa-welcome-card-feature .bfa-welcome-card-body { color: rgba(255,255,255,0.65); }
.bfa-welcome-card-feature .bfa-welcome-card-icon {
 background: rgba(184,148,58,0.18);
 color: #e8c35a;
 border-color: rgba(184,148,58,0.4);
}
.bfa-welcome-card-feature .bfa-welcome-card-tag {
 background: rgba(184,148,58,0.18);
 color: #e8c35a;
 border-color: rgba(184,148,58,0.35);
}

.bfa-welcome-card-icon {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 56px; height: 56px;
 background: rgba(184,148,58,0.1);
 border: 1px solid rgba(184,148,58,0.25);
 border-radius: 14px;
 color: #B8943A;
 margin-bottom: 1.1rem;
}
.bfa-welcome-card-icon svg { width: 28px; height: 28px; }

.bfa-welcome-card-title {
 font-family: 'Barlow Condensed','Barlow',sans-serif;
 font-size: 1.45rem;
 font-weight: 800;
 color: #1c2409;
 margin: 0 0 0.55rem;
 letter-spacing: -0.005em;
}
.bfa-welcome-card-body {
 font-size: 0.92rem;
 line-height: 1.6;
 color: #6b7280;
 margin: 0 0 1.2rem;
 flex: 1;
}
.bfa-welcome-card-tag {
 align-self: flex-start;
 display: inline-flex;
 align-items: center;
 font-size: 0.7rem;
 font-weight: 700;
 letter-spacing: 0.1em;
 text-transform: uppercase;
 color: #8a6e2a;
 background: rgba(184,148,58,0.08);
 border: 1px solid rgba(184,148,58,0.2);
 padding: 0.3rem 0.75rem;
 border-radius: 100px;
}

/* ═══════════════════════════════════════════
 SHOP CATEGORIES - clean, classic, glassmorphic
═══════════════════════════════════════════ */
.bfa-categories-section {
 position: relative;
 background: #f5f3ec;
}
/* Soft ambient blobs sitting behind the glass cards */
.bfa-categories-section::before {
 content: '';
 position: absolute; inset: 0;
 background:
 radial-gradient(ellipse 700px 400px at 15% 30%, rgba(184,148,58,0.18) 0%, transparent 60%),
 radial-gradient(ellipse 600px 380px at 85% 70%, rgba(28,36,9,0.12) 0%, transparent 60%),
 radial-gradient(ellipse 400px 280px at 50% 100%, rgba(184,148,58,0.10) 0%, transparent 70%);
 pointer-events: none;
}
.bfa-categories-section > .bfa-container { position: relative; z-index: 1; }

.bfa-cat-grid {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 1.4rem;
 margin-top: 0.5rem;
}
@media (max-width: 1100px) { .bfa-cat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px) { .bfa-cat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .bfa-cat-grid { grid-template-columns: 1fr; gap: 1rem; } }

/* ── Glass card ── */
.bfa-cat-card {
 position: relative;
 display: flex; flex-direction: column;
 border-radius: 18px;
 overflow: hidden;
 background: rgba(255,255,255,0.62);
 backdrop-filter: blur(20px) saturate(150%);
 -webkit-backdrop-filter: blur(20px) saturate(150%);
 border: 1px solid rgba(255,255,255,0.6);
 text-decoration: none;
 color: #1c2409;
 box-shadow:
 0 1px 0 rgba(255,255,255,0.8) inset,
 0 12px 32px -16px rgba(28,36,9,0.18);
 transition: transform 0.3s cubic-bezier(0.2,0,0.1,1),
 box-shadow 0.3s ease,
 border-color 0.3s ease,
 background 0.3s ease;
}
.bfa-cat-card:hover {
 transform: translateY(-5px);
 background: rgba(255,255,255,0.82);
 border-color: rgba(184,148,58,0.45);
 box-shadow:
 0 1px 0 rgba(255,255,255,0.95) inset,
 0 22px 50px -18px rgba(184,148,58,0.32),
 0 0 0 1px rgba(184,148,58,0.25);
}

/* ── Media area (top, square aspect) ── */
.bfa-cat-card-media {
 position: relative;
 aspect-ratio: 4 / 3;
 background: linear-gradient(135deg, #fafaf6 0%, #ece9df 100%);
 overflow: hidden;
 border-bottom: 1px solid rgba(184,148,58,0.18);
}
.bfa-cat-card-media img {
 position: absolute; inset: 0;
 width: 100%; height: 100%;
 object-fit: cover;
 transition: transform 0.6s cubic-bezier(0.2,0,0.1,1);
}
.bfa-cat-card:hover .bfa-cat-card-media img {
 transform: scale(1.06);
}

/* Icon - small gold badge sitting at top-right of the media */
.bfa-cat-card-icon {
 position: absolute;
 top: 10px; right: 10px;
 width: 38px; height: 38px;
 display: inline-flex; align-items: center; justify-content: center;
 background: rgba(255,255,255,0.85);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 border: 1px solid rgba(184,148,58,0.45);
 border-radius: 10px;
 color: #8a6e2a;
 box-shadow: 0 4px 12px rgba(28,36,9,0.1);
 transition: transform 0.3s ease, background 0.3s ease;
}
.bfa-cat-card-icon svg { width: 20px; height: 20px; }
.bfa-cat-card:hover .bfa-cat-card-icon {
 background: #B8943A;
 color: #fff;
 border-color: #B8943A;
 transform: rotate(-6deg);
}

/* ── Body ── */
.bfa-cat-card-body {
 padding: 1.05rem 1.15rem 1rem;
 display: flex; flex-direction: column;
 flex: 1;
}
.bfa-cat-card-name {
 font-family: 'Barlow Condensed','Barlow',sans-serif;
 font-size: 1.35rem;
 font-weight: 800;
 color: #1c2409;
 letter-spacing: -0.005em;
 line-height: 1.15;
 margin: 0 0 0.3rem;
}
.bfa-cat-card-tagline {
 font-size: 0.78rem;
 line-height: 1.45;
 color: #7a8270;
 margin: 0 0 0.85rem;
}

/* Footer row (count + arrow) */
.bfa-cat-card-foot {
 margin-top: auto;
 display: flex; align-items: center; justify-content: space-between;
 padding-top: 0.7rem;
 border-top: 1px solid rgba(184,148,58,0.2);
}
.bfa-cat-card-count {
 font-size: 0.7rem;
 font-weight: 700;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 color: #8a6e2a;
}
.bfa-cat-card-arrow {
 display: inline-flex; align-items: center; justify-content: center;
 width: 26px; height: 26px;
 border-radius: 50%;
 background: rgba(184,148,58,0.12);
 color: #8a6e2a;
 transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.bfa-cat-card-arrow svg { width: 12px; height: 12px; }
.bfa-cat-card:hover .bfa-cat-card-arrow {
 background: #B8943A;
 color: #fff;
 transform: translateX(3px);
}

/* "Browse all" link below grid */
.bfa-cat-grid-foot {
 display: flex; justify-content: center;
 margin-top: 2.5rem;
}
.bfa-cat-browse-all {
 display: inline-flex; align-items: center; gap: 0.55rem;
 padding: 0.7rem 1.5rem;
 background: rgba(255,255,255,0.55);
 backdrop-filter: blur(12px);
 -webkit-backdrop-filter: blur(12px);
 border: 1px solid rgba(28,36,9,0.18);
 border-radius: 100px;
 font-size: 0.85rem;
 font-weight: 700;
 color: #1c2409;
 text-decoration: none;
 letter-spacing: 0.02em;
 transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, color 0.25s ease;
}
.bfa-cat-browse-all:hover {
 background: #1c2409;
 border-color: #1c2409;
 color: #B8943A;
 transform: translateY(-2px);
}
.bfa-cat-browse-all svg {
 width: 14px; height: 14px;
 transform: rotate(180deg);
 transition: transform 0.25s ease;
}
.bfa-cat-browse-all:hover svg { transform: rotate(180deg) translateX(-3px); }
@keyframes bfaWaveScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes bfa-scroll-dot { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(14px); opacity: 0; } }
.bfa-hero-scroll-lbl { font-size: 0.65rem; color: rgba(255,255,255,0.4); letter-spacing: 0.1em; text-transform: uppercase; }
.bfa-categories-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(180px,1fr)); gap: 1.25rem; }
.bfa-category-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 1.5rem 1rem; text-align: center; transition: transform .25s,box-shadow .25s,border-color .25s; cursor: pointer; display: block; }
.bfa-category-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(28,36,9,0.12); border-color: #B8943A; }
.bfa-category-icon { width: 60px; height: 60px; background: linear-gradient(135deg,#1c2409,#2d3a0e); border-radius: 14px; margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; }
.bfa-category-name { font-weight: 700; font-size: 0.9rem; color: #1c2409; margin-bottom: 0.25rem; }
.bfa-category-count { font-size: 0.75rem; color: #9ca3af; }
/* ═══════════════════════════════════════════
 FEATURED ARSENAL - premium tabbed grid
═══════════════════════════════════════════ */
.bfa-products-section {
 position: relative;
 padding: 5rem 0 5.5rem;
 background: #f5f3ec;
 overflow: hidden;
}
.bfa-products-ambient {
 position: absolute; inset: 0;
 background:
 radial-gradient(ellipse 700px 360px at 85% 15%, rgba(184,148,58,0.16) 0%, transparent 60%),
 radial-gradient(ellipse 600px 340px at 12% 85%, rgba(28,36,9,0.10) 0%, transparent 60%);
 pointer-events: none;
}
.bfa-products-section > .bfa-container { position: relative; z-index: 1; }

.bfa-products-head { text-align: center; margin-bottom: 2.5rem; }
.bfa-products-orn { display: block; width: 80px; height: 14px; margin: 0 auto 1rem; }
.bfa-products-head .bfa-section-tag {
 display: inline-block;
 font-size: 0.72rem; font-weight: 700;
 letter-spacing: 0.18em; text-transform: uppercase;
 color: #8a6e2a;
 background: rgba(184,148,58,0.12);
 border: 1px solid rgba(184,148,58,0.28);
 padding: 0.32rem 0.95rem;
 border-radius: 100px;
 margin-bottom: 0.9rem;
 backdrop-filter: blur(8px);
}
.bfa-products-head .bfa-section-title {
 font-family: 'Barlow Condensed','Barlow',sans-serif;
 font-size: clamp(2.2rem,4vw,3.2rem);
 font-weight: 900;
 color: #1c2409;
 letter-spacing: -0.015em;
 line-height: 1.05;
 margin: 0 0 0.7rem;
}
.bfa-products-head .bfa-section-title .bfa-gold { color: #B8943A; }
.bfa-products-head .bfa-section-sub {
 font-size: 0.98rem;
 color: #6b7280;
 max-width: 540px;
 margin: 0 auto;
 line-height: 1.65;
}

/* Glass-pill tab bar */
.bfa-products-tabs {
 display: inline-flex;
 align-items: center;
 gap: 0.35rem;
 padding: 0.4rem;
 background: rgba(255,255,255,0.55);
 backdrop-filter: blur(20px) saturate(150%);
 -webkit-backdrop-filter: blur(20px) saturate(150%);
 border: 1px solid rgba(255,255,255,0.7);
 border-radius: 100px;
 margin: 0 auto 2.5rem;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 width: fit-content;
 box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset, 0 10px 30px -10px rgba(28,36,9,0.15);
}
.bfa-products-tabs-wrap { display: flex; justify-content: center; }
.bfa-tab {
 display: inline-flex; align-items: center; gap: 0.45rem;
 padding: 0.6rem 1.3rem;
 border-radius: 100px;
 font-family: 'Barlow', sans-serif;
 font-size: 0.84rem;
 font-weight: 700;
 color: #6b7280;
 background: transparent;
 border: 1px solid transparent;
 cursor: pointer;
 transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
 white-space: nowrap;
 letter-spacing: 0.01em;
}
.bfa-tab svg { width: 14px; height: 14px; flex-shrink: 0; color: currentColor; }
.bfa-tab:hover { background: rgba(184,148,58,0.1); color: #1c2409; }
.bfa-tab.active {
 background: linear-gradient(135deg, #1c2409, #2a3614);
 color: #B8943A;
 box-shadow: 0 4px 14px rgba(28,36,9,0.25), 0 0 0 1px rgba(184,148,58,0.3);
}
.bfa-tab.active svg { color: #B8943A; }

/* Featured Arsenal tabs - mobile fix.
 The base rule sets width: fit-content + flex-wrap: wrap which makes the
 third tab drop to its own row on phones. Override BOTH so the row stays
 one line and scrolls horizontally instead. */
@media (max-width: 640px) {
 .bfa-products-tabs {
 width: 100% !important;
 max-width: 100% !important;
 flex-wrap: nowrap !important;
 overflow-x: auto;
 -webkit-overflow-scrolling: touch;
 scrollbar-width: none;
 justify-content: flex-start;
 padding: 0.3rem;
 gap: 0.25rem;
 border-radius: 100px;
 scroll-snap-type: x mandatory;
 }
 .bfa-products-tabs::-webkit-scrollbar { display: none; }
 .bfa-tab {
 padding: 0.55rem 1rem;
 font-size: 0.78rem;
 flex-shrink: 0;
 scroll-snap-align: start;
 }
}
@media (max-width: 420px) {
 .bfa-tab { padding: 0.5rem 0.85rem; font-size: 0.74rem; }
 .bfa-tab svg { width: 12px; height: 12px; }
}

/* Panels */
.bfa-tab-panel { display: none; }
.bfa-tab-panel.active { display: block; }

/* Product grid */
.bfa-products-grid {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 1.4rem;
}
@media (max-width: 1100px) { .bfa-products-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px) { .bfa-products-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .bfa-products-grid { grid-template-columns: 1fr; } }

/* ── Glass Product Card ── */
.bfa-product-card {
 position: relative;
 display: flex;
 flex-direction: column;
 background: rgba(255,255,255,0.62);
 backdrop-filter: blur(20px) saturate(150%);
 -webkit-backdrop-filter: blur(20px) saturate(150%);
 border: 1px solid rgba(255,255,255,0.6);
 border-radius: 18px;
 overflow: hidden;
 box-shadow:
 0 1px 0 rgba(255,255,255,0.8) inset,
 0 12px 32px -16px rgba(28,36,9,0.18);
 transition: transform 0.3s cubic-bezier(0.2,0,0.1,1),
 box-shadow 0.3s ease,
 border-color 0.3s ease,
 background 0.3s ease;
}
.bfa-product-card:hover {
 transform: translateY(-5px);
 background: rgba(255,255,255,0.82);
 border-color: rgba(184,148,58,0.4);
 box-shadow:
 0 1px 0 rgba(255,255,255,0.95) inset,
 0 22px 50px -18px rgba(184,148,58,0.28),
 0 0 0 1px rgba(184,148,58,0.22);
}
/* ── Product badges ── */
.bfa-product-badge {
 position: absolute;
 top: 0.85rem; left: 0.85rem;
 z-index: 3;
 padding: 0.3rem 0.75rem;
 border-radius: 100px;
 font-size: 0.66rem;
 font-weight: 800;
 letter-spacing: 0.1em;
 text-transform: uppercase;
 backdrop-filter: blur(8px);
 -webkit-backdrop-filter: blur(8px);
 box-shadow: 0 4px 12px rgba(28,36,9,0.18);
}
.bfa-badge-sale { background: linear-gradient(135deg, #ef4444, #dc2626); color: #fff; }
.bfa-badge-new { background: linear-gradient(135deg, #3b82f6, #2563eb); color: #fff; }
.bfa-badge-hot { background: linear-gradient(135deg, #f97316, #ea580c); color: #fff; }

/* ── Image area ── */
.bfa-product-img-wrap {
 display: block;
 position: relative;
 overflow: hidden;
 aspect-ratio: 4/3;
 background: linear-gradient(135deg, #fafaf6 0%, #ece9df 100%);
 border-bottom: 1px solid rgba(184,148,58,0.15);
}
.bfa-product-img {
 width: 100%; height: 100%;
 object-fit: cover;
 transition: transform 0.55s cubic-bezier(0.2,0,0.1,1);
}
.bfa-product-card:hover .bfa-product-img { transform: scale(1.07); }
.bfa-product-overlay {
 position: absolute; inset: 0;
 background:
 radial-gradient(ellipse 100% 70% at 50% 100%, rgba(28,36,9,0.75) 0%, rgba(28,36,9,0.25) 60%, transparent 100%);
 display: flex;
 align-items: flex-end; justify-content: center;
 padding-bottom: 1rem;
 opacity: 0;
 transition: opacity 0.3s ease;
}
.bfa-product-card:hover .bfa-product-overlay { opacity: 1; }
.bfa-product-view-btn {
 padding: 0.5rem 1.1rem;
 background: rgba(255,255,255,0.95);
 color: #1c2409;
 border-radius: 100px;
 font-size: 0.78rem;
 font-weight: 700;
 backdrop-filter: blur(8px);
 box-shadow: 0 6px 18px rgba(0,0,0,0.25);
 letter-spacing: 0.02em;
 transform: translateY(8px);
 transition: transform 0.3s ease;
}
.bfa-product-card:hover .bfa-product-view-btn { transform: translateY(0); }

/* ── Info block ── */
.bfa-product-info {
 padding: 1rem 1.1rem 1.1rem;
 display: flex; flex-direction: column;
 flex: 1;
}
.bfa-product-cat {
 font-size: 0.68rem;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 color: #8a6e2a;
 margin-bottom: 0.45rem;
 display: block;
}
.bfa-product-name {
 font-family: 'Barlow', sans-serif;
 font-size: 0.92rem;
 font-weight: 700;
 color: #1c2409;
 line-height: 1.35;
 margin: 0 0 0.55rem;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 min-height: 2.5em;
}
.bfa-product-name a { color: inherit; text-decoration: none; transition: color 0.2s; }
.bfa-product-name a:hover { color: #B8943A; }

.bfa-product-rating {
 display: flex; align-items: center; gap: 0.4rem;
 margin-bottom: 0.65rem;
}
.bfa-product-stars { display: flex; gap: 1px; }
.bfa-product-rating-count { font-size: 0.72rem; color: #9ca3af; font-weight: 600; }

.bfa-product-price-wrap {
 display: flex; align-items: baseline; gap: 0.5rem;
 margin-bottom: 1rem;
 padding-top: 0.7rem;
 border-top: 1px solid rgba(184,148,58,0.18);
}
.bfa-product-price {
 font-family: 'Barlow Condensed','Barlow',sans-serif;
 font-size: 1.35rem;
 font-weight: 900;
 color: #1c2409;
 letter-spacing: -0.01em;
}
.bfa-product-price-orig {
 font-size: 0.82rem;
 color: #9ca3af;
 text-decoration: line-through;
 font-weight: 600;
}

/* ── Actions ── */
.bfa-product-actions {
 display: flex; gap: 0.5rem; align-items: center;
 margin-top: auto;
}
.bfa-add-to-cart-form { flex: 1; }
.bfa-btn-cart {
 width: 100%;
 display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
 padding: 0.65rem 0.9rem;
 background: linear-gradient(135deg, #1c2409, #2a3614);
 color: #fff;
 border: 1px solid rgba(184,148,58,0.3);
 border-radius: 100px;
 font-family: 'Barlow', sans-serif;
 font-size: 0.78rem;
 font-weight: 700;
 letter-spacing: 0.04em;
 cursor: pointer;
 transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.bfa-btn-cart:hover {
 background: linear-gradient(135deg, #B8943A, #8a6e2a);
 border-color: #B8943A;
 transform: translateY(-1px);
 box-shadow: 0 6px 16px rgba(184,148,58,0.35);
}
.bfa-btn-cart svg { color: #B8943A; transition: color 0.25s ease; }
.bfa-btn-cart:hover svg { color: #fff; }
.bfa-btn-disabled {
 background: #e5e7eb !important;
 color: #9ca3af !important;
 border-color: #e5e7eb !important;
 cursor: not-allowed;
 box-shadow: none !important;
 transform: none !important;
}
.bfa-btn-view {
 display: inline-flex; align-items: center; justify-content: center;
 width: 38px; height: 38px;
 background: rgba(184,148,58,0.1);
 color: #8a6e2a;
 border: 1px solid rgba(184,148,58,0.25);
 border-radius: 50%;
 text-decoration: none;
 transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.bfa-btn-view:hover {
 background: #1c2409;
 color: #B8943A;
 border-color: #1c2409;
 transform: translateY(-1px);
}
/* (Old flat .bfa-why-* rules removed - premium block at line ~1612+ replaces them) */
.bfa-stats-bar { background: #1c2409; padding: 3.5rem 0; }
.bfa-stats-bar .bfa-container { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.bfa-stat-item { text-align: center; padding: 0.75rem 3rem; position: relative; }
.bfa-stat-divider { width: 1px; height: 50px; background: rgba(255,255,255,0.15); }
.bfa-stat-num { font-size: clamp(1.8rem,3vw,2.5rem); font-weight: 900; color: #B8943A; letter-spacing: -0.02em; }
.bfa-stat-lbl { font-size: 0.75rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.2rem; }
.bfa-promises-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(220px,1fr)); gap: 1.5rem; margin-top: 3rem; }
.bfa-promise-card { padding: 2rem; border-radius: 16px; background: #fff; border: 1px solid #e5e7eb; transition: box-shadow .25s; }
.bfa-promise-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.07); }
.bfa-promise-icon { width: 48px; height: 48px; background: rgba(184,148,58,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.bfa-testimonials-section { padding: 5rem 0; background: #f8f7f4; }
.bfa-reviews-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 1.5rem; margin-top: 3rem; }
.bfa-review-card { background: #fff; border-radius: 16px; padding: 1.75rem; border: 1px solid #e5e7eb; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.bfa-review-card-stars { display: flex; gap: 2px; margin-bottom: 1rem; }
.bfa-review-card-body { font-size: 0.9rem; color: #374151; line-height: 1.65; margin-bottom: 1.25rem; }
.bfa-review-card-author { display: flex; align-items: center; gap: 0.75rem; }
.bfa-review-card-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg,#1c2409,#2d3a0e); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 700; color: #B8943A; flex-shrink: 0; }
.bfa-review-card-name { font-weight: 700; font-size: 0.9rem; color: #1c2409; }
.bfa-review-card-role { font-size: 0.75rem; color: #9ca3af; }
.bfa-review-card-verified { font-size: 0.7rem; color: #10b981; font-weight: 600; display: flex; align-items: center; gap: 0.25rem; margin-top: 0.15rem; }
/* Old .bfa-newsletter-* rules replaced - see redesigned section at end of file */
.bfa-footer-top-line { height: 3px; background: linear-gradient(90deg,#B8943A,#1c2409,#B8943A); }
.bfa-footer { background: #0e1505; color: rgba(255,255,255,0.7); padding: 4rem 0 0; }
.bfa-footer-body { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.4fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.bfa-footer-logo { display: flex; align-items: center; gap: 0.65rem; margin-bottom: 1.25rem; }
.bfa-footer-logo-img { height: 76px; width: auto; object-fit: contain; display: block; filter: drop-shadow(0 4px 14px rgba(184,148,58,0.25)); transition: transform 0.2s; }
.bfa-footer-logo-img:hover { transform: scale(1.04); }
.bfa-footer-logo-txt { font-size: 1rem; font-weight: 900; color: #fff; }
.bfa-footer-tagline { font-size: 0.82rem; line-height: 1.65; color: rgba(255,255,255,0.55); margin-bottom: 1.25rem; }
.bfa-footer-socials { display: flex; gap: 0.65rem; margin-bottom: 1.25rem; }
.bfa-footer-social { width: 36px; height: 36px; border-radius: 9px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); transition: background .2s,color .2s,border-color .2s; }
.bfa-footer-social:hover { background: #B8943A; color: #fff; border-color: #B8943A; }
.bfa-footer-trust { display: flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; }
.bfa-footer-trust-txt { color: rgba(255,255,255,0.45); }
.bfa-footer-col-title { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.9); margin-bottom: 1rem; }
.bfa-footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.bfa-footer-links a { display: inline-flex; align-items: center; gap: 0.55rem; font-size: 0.84rem; color: rgba(255,255,255,0.55); transition: color .2s, transform .2s; }
.bfa-footer-links a:hover { color: #B8943A; transform: translateX(2px); }
.bfa-footer-link-ico { width: 14px; height: 14px; flex-shrink: 0; opacity: 0.7; transition: opacity .2s; color: #B8943A; }
.bfa-footer-links a:hover .bfa-footer-link-ico { opacity: 1; }
/* Two-column category list (12 entries fits side-by-side) */
.bfa-footer-nav-cats .bfa-footer-links {
 display: grid;
 grid-template-columns: 1fr 1fr;
 column-gap: 1.25rem;
}
@media (max-width: 540px) {
 .bfa-footer-nav-cats .bfa-footer-links { grid-template-columns: 1fr; }
}
.bfa-footer-newsletter-form { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 0.5rem; }
.bfa-footer-newsletter-input { padding: 0.65rem 0.9rem; border-radius: 8px; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.07); color: #fff; font-size: 0.84rem; outline: none; }
.bfa-footer-newsletter-btn { padding: 0.65rem 1rem; background: #B8943A; color: #fff; font-size: 0.84rem; font-weight: 700; border-radius: 8px; transition: opacity .2s; }
.bfa-footer-newsletter-btn:hover { opacity: .85; }
.bfa-footer-newsletter-note { font-size: 0.72rem; color: rgba(255,255,255,0.35); }
.bfa-footer-address-block { display: flex; flex-direction: column; gap: 0.65rem; }
.bfa-footer-address-row { display: flex; align-items: flex-start; gap: 0.65rem; font-size: 0.82rem; }
.bfa-footer-address-ico { flex-shrink: 0; margin-top: 2px; }
.bfa-footer-address-txt { color: rgba(255,255,255,0.55); line-height: 1.5; }
.bfa-footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 1.5rem 0; }
.bfa-footer-copy { font-size: 0.78rem; color: rgba(255,255,255,0.35); }
.bfa-footer-legal { display: flex; align-items: center; gap: 0.5rem; }
.bfa-footer-legal a { font-size: 0.78rem; color: rgba(255,255,255,0.35); transition: color .2s; }
.bfa-footer-legal a:hover { color: #B8943A; }
.bfa-footer-legal-sep { color: rgba(255,255,255,0.2); }
.bfa-footer-badge { font-size: 0.72rem; color: rgba(255,255,255,0.3); display: flex; align-items: center; gap: 0.4rem; }
.bfa-scroll-top { position: fixed; bottom: 1.5rem; right: 1.5rem; width: 42px; height: 42px; background: #1c2409; border: 1px solid rgba(184,148,58,0.3); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #B8943A; cursor: pointer; opacity: 0; visibility: hidden; transition: opacity .3s,visibility .3s,background .2s; z-index: 50; }
.bfa-scroll-top.visible { opacity: 1; visibility: visible; }
.bfa-scroll-top:hover { background: #B8943A; color: #fff; }
.bfa-page-hero { background: linear-gradient(135deg,#1c2409 0%,#2d3a0e 100%); padding: 4rem 0 3rem; position: relative; overflow: hidden; }
.bfa-page-hero--sm { padding: 2.5rem 0 2rem; }
.bfa-page-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%,rgba(184,148,58,0.1),transparent 60%); pointer-events: none; }
.bfa-page-hero-inner { position: relative; }
.bfa-page-title { font-size: clamp(1.8rem,4vw,3rem); font-weight: 900; color: #fff; letter-spacing: -0.025em; line-height: 1.15; margin-top: 0.75rem; }
.bfa-page-sub { color: rgba(255,255,255,0.6); font-size: 0.95rem; margin-top: 0.5rem; }
.bfa-breadcrumb { display: flex; align-items: center; gap: 0.35rem; font-size: 0.78rem; color: rgba(255,255,255,0.5); margin-bottom: 0.5rem; flex-wrap: wrap; }
.bfa-breadcrumb a { color: rgba(255,255,255,0.6); transition: color .2s; }
.bfa-breadcrumb a:hover { color: #B8943A; }
.bfa-breadcrumb span { color: rgba(255,255,255,0.9); }
.bfa-shop-wrap { padding: 3rem 0 5rem; }
.bfa-shop-layout { display: grid; grid-template-columns: 270px 1fr; gap: 2.5rem; align-items: start; }
.bfa-shop-sidebar { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 1.5rem; position: sticky; top: 90px; }
.bfa-sidebar-close { display: none; }
.bfa-sidebar-widget { margin-bottom: 1.75rem; }
.bfa-sidebar-widget:last-child { margin-bottom: 0; }
.bfa-sidebar-title { font-size: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: #1c2409; margin-bottom: 0.85rem; padding-bottom: 0.65rem; border-bottom: 2px solid #f3f4f6; }
.bfa-sidebar-cats { list-style: none; display: flex; flex-direction: column; gap: 0.15rem; }
.bfa-sidebar-cats a { display: flex; align-items: center; gap: 0.6rem; padding: 0.5rem 0.65rem; border-radius: 8px; font-size: 0.85rem; font-weight: 500; color: #6b7280; transition: background .15s, color .15s; }
.bfa-sidebar-cats a:hover, .bfa-sidebar-cats a.active { background: rgba(184,148,58,0.1); color: #1c2409; font-weight: 600; }
.bfa-sidebar-cats a:hover .bfa-cat-svg, .bfa-sidebar-cats a.active .bfa-cat-svg { color: #B8943A; }
.bfa-sidebar-cats .bfa-cat-svg { width: 18px; height: 18px; flex-shrink: 0; color: #9ca3af; transition: color .15s; }
.bfa-sidebar-cats .bfa-cat-label { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bfa-sidebar-cats .bfa-cat-count { font-size: 0.7rem; color: #9ca3af; background: #f3f4f6; padding: 0.1rem 0.5rem; border-radius: 100px; font-weight: 600; flex-shrink: 0; }
.bfa-sidebar-cats a:hover .bfa-cat-count, .bfa-sidebar-cats a.active .bfa-cat-count { background: rgba(184,148,58,0.18); color: #8a6e2a; }
.bfa-sidebar-cats .bfa-cat-sub > a { padding-left: 1.5rem; font-size: 0.8rem; }
.bfa-sidebar-cats .bfa-cat-sub .bfa-cat-svg { width: 16px; height: 16px; }
.bfa-sidebar-cats .bfa-cat-leaf > a { padding-left: 2.5rem; font-size: 0.77rem; opacity: 0.9; }
.bfa-sidebar-cats .bfa-cat-leaf .bfa-cat-svg { width: 14px; height: 14px; }
.bfa-price-inputs { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.85rem; }
.bfa-price-input-wrap { display: flex; align-items: center; flex: 1; gap: 0.3rem; border: 1px solid #e5e7eb; border-radius: 8px; padding: 0.5rem 0.65rem; font-size: 0.82rem; }
.bfa-price-input-wrap span { color: #9ca3af; }
.bfa-price-input-wrap input { flex: 1; border: none; outline: none; font-size: 0.82rem; width: 0; min-width: 0; }
.bfa-price-sep { color: #9ca3af; font-size: 0.85rem; }
.bfa-sidebar-apply-btn { display: block; width: 100%; padding: 0.6rem; background: #1c2409; color: #fff; font-size: 0.82rem; font-weight: 700; border-radius: 8px; text-align: center; transition: background .2s; }
.bfa-sidebar-apply-btn:hover { background: #B8943A; }
.bfa-sidebar-radios { display: flex; flex-direction: column; gap: 0.35rem; }
.bfa-sidebar-radio { display: flex; align-items: center; gap: 0.6rem; cursor: pointer; font-size: 0.85rem; color: #374151; padding: 0.35rem 0; }
.bfa-sidebar-radio input { accent-color: #B8943A; }
.bfa-sidebar-clear-btn { display: block; width: 100%; padding: 0.6rem; border: 1px solid #e5e7eb; border-radius: 8px; text-align: center; font-size: 0.82rem; font-weight: 600; color: #6b7280; transition: border-color .2s,color .2s; }
.bfa-sidebar-clear-btn:hover { border-color: #ef4444; color: #ef4444; }
.bfa-sidebar-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 40; }
.bfa-sidebar-overlay.open { display: block; }
.bfa-shop-main { min-width: 0; }
.bfa-shop-toolbar { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.bfa-filter-toggle { display: none; align-items: center; gap: 0.5rem; padding: 0.6rem 1rem; border: 1px solid #e5e7eb; border-radius: 8px; font-size: 0.85rem; font-weight: 600; color: #374151; background: #fff; }
.bfa-results-count { font-size: 0.85rem; color: #6b7280; }
.bfa-sort-form { margin-left: auto; }
.bfa-sort-select { padding: 0.55rem 0.9rem; border: 1px solid #e5e7eb; border-radius: 8px; font-size: 0.85rem; color: #374151; background: #fff; outline: none; cursor: pointer; }
.bfa-empty-state { text-align: center; padding: 5rem 2rem; color: #9ca3af; }
.bfa-empty-state svg { margin: 0 auto 1.25rem; color: #d1d5db; }
.bfa-empty-state h3 { font-size: 1.1rem; font-weight: 700; color: #374151; margin-bottom: 0.5rem; }
.bfa-empty-state a { color: #B8943A; font-weight: 600; }
.bfa-pagination { margin-top: 2.5rem; display: flex; justify-content: center; }
.bfa-product-wrap { padding: 3rem 0 5rem; }
.bfa-product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.bfa-gallery-main { position: relative; border-radius: 16px; overflow: hidden; background: #f3f4f6; aspect-ratio: 4/3; margin-bottom: 0.75rem; }
.bfa-gallery-badge { position: absolute; top: 0.75rem; left: 0.75rem; z-index: 2; padding: 0.3rem 0.75rem; border-radius: 6px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.bfa-gallery-img { width: 100%; height: 100%; object-fit: cover; }
.bfa-gallery-thumbs { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.bfa-gallery-thumb { width: 68px; height: 68px; border-radius: 10px; overflow: hidden; border: 2px solid transparent; cursor: pointer; transition: border-color .2s; background: #f3f4f6; }
.bfa-gallery-thumb.active,.bfa-gallery-thumb:hover { border-color: #B8943A; }
.bfa-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.bfa-product-sum-cat { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #B8943A; margin-bottom: 0.5rem; }
.bfa-product-sum-title { font-size: clamp(1.5rem,3vw,2rem); font-weight: 900; color: #1c2409; line-height: 1.2; margin-bottom: 1rem; }
.bfa-product-sum-rating { display: flex; align-items: center; gap: 0.6rem; font-size: 0.85rem; color: #6b7280; margin-bottom: 1.25rem; }
.bfa-product-sum-price { display: flex; align-items: baseline; gap: 0.75rem; margin-bottom: 1rem; flex-wrap: wrap; }
.bfa-sum-price { font-size: 2rem; font-weight: 900; color: #1c2409; letter-spacing: -0.02em; }
.bfa-sum-price-orig { font-size: 1.1rem; color: #9ca3af; text-decoration: line-through; }
.bfa-sum-save { font-size: 0.82rem; font-weight: 700; color: #10b981; background: rgba(16,185,129,0.1); padding: 0.25rem 0.6rem; border-radius: 6px; }
.bfa-product-sum-stock { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; font-weight: 600; padding: 0.5rem 0.85rem; border-radius: 8px; margin-bottom: 1.25rem; width: fit-content; }
.bfa-product-sum-stock.in-stock { background: rgba(16,185,129,0.1); color: #065f46; }
.bfa-product-sum-stock.out-of-stock { background: rgba(239,68,68,0.1); color: #991b1b; }
.bfa-product-sum-desc { font-size: 0.9rem; color: #6b7280; line-height: 1.7; margin-bottom: 1.5rem; }
.bfa-product-sum-form { margin-bottom: 1.5rem; }
.bfa-qty-wrap { margin-bottom: 1rem; }
.bfa-qty-wrap label { display: block; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: #6b7280; margin-bottom: 0.5rem; }
.bfa-qty-ctrl { display: flex; align-items: center; width: fit-content; border: 1px solid #e5e7eb; border-radius: 10px; overflow: hidden; }
.bfa-qty-btn { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 500; color: #374151; background: #f9fafb; transition: background .15s; }
.bfa-qty-btn:hover { background: #f3f4f6; color: #1c2409; }
.bfa-qty-input { width: 56px; height: 42px; text-align: center; border: none; border-left: 1px solid #e5e7eb; border-right: 1px solid #e5e7eb; font-size: 0.95rem; font-weight: 600; color: #1c2409; outline: none; -moz-appearance: textfield; }
.bfa-qty-input::-webkit-outer-spin-button,.bfa-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; }
.bfa-product-meta { border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; margin-bottom: 1.25rem; }
.bfa-meta-row { display: flex; align-items: baseline; gap: 0.5rem; padding: 0.65rem 1rem; font-size: 0.85rem; color: #374151; border-bottom: 1px solid #f3f4f6; }
.bfa-meta-row:last-child { border-bottom: none; }
.bfa-meta-row span { font-weight: 700; color: #6b7280; min-width: 80px; font-size: 0.78rem; }
.bfa-product-guarantees { display: flex; gap: 1rem; flex-wrap: wrap; }
.bfa-guarantee-item { display: flex; align-items: center; gap: 0.45rem; font-size: 0.8rem; font-weight: 600; color: #374151; }
.bfa-product-tabs-section { margin-top: 4rem; padding-top: 3rem; border-top: 1px solid #e5e7eb; }
.bfa-product-tabs-nav { display: flex; gap: 0; border-bottom: 2px solid #e5e7eb; margin-bottom: 2rem; }
.bfa-ptab { padding: 0.75rem 1.5rem; font-size: 0.9rem; font-weight: 600; color: #6b7280; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: color .2s,border-color .2s; white-space: nowrap; display: inline-flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }

/* Product page tabs - mobile: shrink padding + horizontal scroll if needed
 so REVIEWS doesn't get clipped off the right edge. */
@media (max-width: 640px) {
 .bfa-product-tabs-nav {
 overflow-x: auto;
 -webkit-overflow-scrolling: touch;
 scrollbar-width: none;
 justify-content: flex-start;
 }
 .bfa-product-tabs-nav::-webkit-scrollbar { display: none; }
 .bfa-ptab {
 padding: 0.65rem 0.85rem;
 font-size: 0.78rem;
 letter-spacing: 0.02em;
 }
 .bfa-ptab svg { width: 14px; height: 14px; }
}
@media (max-width: 420px) {
 .bfa-ptab { padding: 0.6rem 0.7rem; font-size: 0.72rem; }
}
.bfa-ptab.active,.bfa-ptab:hover { color: #1c2409; border-bottom-color: #B8943A; }
.bfa-ptab-panel { display: none; }
.bfa-ptab-panel.active { display: block; }
.bfa-product-desc { font-size: 0.92rem; line-height: 1.8; color: #374151; max-width: 720px; }
.bfa-specs-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; max-width: 720px; }
.bfa-specs-table tr { border-bottom: 1px solid #f3f4f6; }
.bfa-specs-table td { padding: 0.75rem 1rem; vertical-align: top; }
.bfa-specs-table td:first-child { font-weight: 700; color: #1c2409; width: 35%; background: #f8f7f4; }
.bfa-reviews-empty { color: #9ca3af; font-size: 0.9rem; padding: 2rem 0; }
.bfa-reviews-list { display: flex; flex-direction: column; gap: 1.5rem; max-width: 720px; }
.bfa-review-item { padding: 1.5rem; background: #f8f7f4; border-radius: 12px; }
.bfa-review-item-head { display: flex; align-items: flex-start; gap: 0.85rem; margin-bottom: 0.85rem; }
.bfa-review-avatar { width: 40px; height: 40px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: #1da1f2; }
.bfa-review-avatar svg { width: 32px; height: 32px; display: block; }
.bfa-review-item-meta strong { font-size: 0.9rem; color: #1c2409; }
.bfa-review-role { color: #9ca3af; font-size: 0.82rem; margin-left: 0.25rem; }
.bfa-review-item p { font-size: 0.88rem; color: #374151; line-height: 1.65; }
.bfa-related-section { margin-top: 4rem; padding-top: 3rem; border-top: 1px solid #e5e7eb; }
.bfa-related-title { font-size: 1.5rem; font-weight: 900; color: #1c2409; margin-bottom: 2rem; }
.bfa-cart-page { padding: 3rem 0 5rem; }
.bfa-empty-cart { padding: 6rem 2rem; }
.bfa-cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 2.5rem; align-items: start; }
.bfa-cart-table-head { display: grid; grid-template-columns: 1fr auto auto auto auto; gap: 1rem; padding: 0.65rem 1rem; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: #9ca3af; border-bottom: 2px solid #e5e7eb; }
.bfa-cart-row { display: grid; grid-template-columns: 1fr auto auto auto auto; gap: 1rem; align-items: center; padding: 1.25rem 1rem; border-bottom: 1px solid #f3f4f6; background: #fff; }
.bfa-cart-product { display: flex; align-items: center; gap: 1rem; }
.bfa-cart-img { width: 70px; height: 70px; object-fit: cover; border-radius: 10px; background: #f3f4f6; flex-shrink: 0; }
.bfa-cart-product-name { font-size: 0.9rem; font-weight: 700; color: #1c2409; }
.bfa-cart-price { font-size: 0.9rem; font-weight: 600; color: #374151; }
.bfa-cart-qty-ctrl { display: flex; align-items: center; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; }
.bfa-cart-qty-ctrl button { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: #374151; background: #f9fafb; transition: background .15s; }
.bfa-cart-qty-ctrl button:hover { background: #f3f4f6; }
.bfa-cart-qty-ctrl span { width: 40px; text-align: center; font-size: 0.9rem; font-weight: 600; border-left: 1px solid #e5e7eb; border-right: 1px solid #e5e7eb; line-height: 32px; }
.bfa-cart-line-total { font-size: 0.95rem; font-weight: 800; color: #1c2409; }
.bfa-cart-remove { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 7px; color: #9ca3af; transition: background .15s,color .15s; }
.bfa-cart-remove:hover { background: #fee2e2; color: #ef4444; }
.bfa-cart-summary-box { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 1.5rem; position: sticky; top: 90px; }
.bfa-cart-summary-box h3 { font-size: 1rem; font-weight: 800; color: #1c2409; margin-bottom: 1.25rem; }
.bfa-cart-summary-row { display: flex; justify-content: space-between; font-size: 0.88rem; color: #6b7280; margin-bottom: 0.75rem; }
.bfa-cart-summary-divider { height: 1px; background: #e5e7eb; margin: 1rem 0; }
.bfa-cart-total-row { font-size: 1.05rem; font-weight: 800; color: #1c2409; }
.bfa-cart-checkout-btn { margin-top: 1rem; }
.bfa-cart-continue-btn { display: block; text-align: center; margin-top: 0.75rem; font-size: 0.82rem; color: #6b7280; transition: color .2s; }
.bfa-cart-continue-btn:hover { color: #1c2409; }
.bfa-cart-trust { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid #f3f4f6; }
.bfa-cart-trust-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; color: #9ca3af; }
.bfa-free-shipping { color: #10b981; font-weight: 700; }
.bfa-free-shipping-progress { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #f3f4f6; }
.bfa-free-shipping-progress p { font-size: 0.8rem; color: #6b7280; margin-bottom: 0.5rem; }
.bfa-progress-bar { height: 6px; background: #f3f4f6; border-radius: 3px; overflow: hidden; }
.bfa-progress-fill { height: 100%; background: linear-gradient(90deg,#B8943A,#d4a843); border-radius: 3px; transition: width .5s; }
.bfa-free-shipping-achieved { display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; font-weight: 700; color: #10b981; margin-top: 1rem; padding: 0.65rem 0.85rem; background: rgba(16,185,129,0.08); border-radius: 8px; }
.bfa-checkout-secure-strip { background: #1c2409; padding: 0.65rem 0; }
.bfa-secure-inner { display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.bfa-secure-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; font-weight: 600; color: rgba(255,255,255,0.7); }
.bfa-checkout-wrap { padding: 3rem 0 5rem; }
.bfa-checkout-layout { display: grid; grid-template-columns: 1fr 380px; gap: 2.5rem; align-items: start; }
.bfa-checkout-section { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 2rem; margin-bottom: 1.5rem; }
.bfa-checkout-section-title { font-size: 1rem; font-weight: 800; color: #1c2409; margin-bottom: 1.5rem; }
.bfa-checkout-section-title small { font-size: 0.8rem; color: #9ca3af; font-weight: 400; }
.bfa-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.bfa-form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.bfa-form-group-full { grid-column: 1 / -1; }
.bfa-form-group label { font-size: 0.8rem; font-weight: 700; color: #374151; }
.bfa-form-group input,.bfa-form-group select,.bfa-form-group textarea { padding: 0.75rem 1rem; border: 1px solid #e5e7eb; border-radius: 10px; font-size: 0.9rem; color: #1c2409; outline: none; transition: border-color .2s; }
.bfa-form-group input:focus,.bfa-form-group select:focus,.bfa-form-group textarea:focus { border-color: #B8943A; box-shadow: 0 0 0 3px rgba(184,148,58,0.1); }
.bfa-form-error { font-size: 0.78rem; color: #ef4444; }
.req { color: #ef4444; }
.bfa-payment-methods { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.85rem; }
.bfa-payment-card { cursor: pointer; }
.bfa-payment-card input { display: none; }
.bfa-payment-card-inner { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; padding: 1rem 0.75rem; border: 2px solid #e5e7eb; border-radius: 12px; font-size: 0.82rem; font-weight: 600; color: #374151; transition: border-color .2s,background .2s; }
.bfa-payment-card input:checked + .bfa-payment-card-inner { border-color: #B8943A; background: rgba(184,148,58,0.06); color: #1c2409; }
.bfa-payment-card:hover .bfa-payment-card-inner { border-color: #B8943A; }
.bfa-payment-icon { color: #6b7280; height: 46px; display: flex; align-items: center; justify-content: center; }
.bfa-checkout-review { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 1.75rem; position: sticky; top: 90px; }
.bfa-review-items { margin-bottom: 1.25rem; border-bottom: 1px solid #f3f4f6; padding-bottom: 1.25rem; }
.bfa-review-item-row { display: flex; align-items: center; gap: 0.85rem; padding: 0.65rem 0; border-bottom: 1px solid #f9f9f9; }
.bfa-review-item-row:last-child { border-bottom: none; }
.bfa-review-item-img { width: 52px; height: 52px; object-fit: cover; border-radius: 8px; background: #f3f4f6; flex-shrink: 0; }
.bfa-review-item-info { flex: 1; min-width: 0; }
.bfa-review-item-name { font-size: 0.84rem; font-weight: 600; color: #1c2409; }
.bfa-review-item-qty { font-size: 0.78rem; color: #9ca3af; }
.bfa-review-item-total { font-size: 0.88rem; font-weight: 700; color: #1c2409; }
.bfa-review-totals { display: flex; flex-direction: column; gap: 0.65rem; }
.bfa-review-total-row { display: flex; justify-content: space-between; font-size: 0.88rem; color: #6b7280; }
.bfa-review-grand-total { font-size: 1.05rem; font-weight: 900; color: #1c2409; padding-top: 0.75rem; border-top: 2px solid #e5e7eb; margin-top: 0.5rem; }
.bfa-checkout-trust-block { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid #f3f4f6; }
.bfa-checkout-trust-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; color: #9ca3af; }
.bfa-contact-wrap { padding: 4rem 0 5rem; }
.bfa-contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; }
.bfa-contact-info h3 { font-size: 1.2rem; font-weight: 800; color: #1c2409; margin-bottom: 1.5rem; }
.bfa-contact-item { display: flex; gap: 1rem; margin-bottom: 1.5rem; align-items: flex-start; }
.bfa-contact-icon { width: 44px; height: 44px; background: rgba(184,148,58,0.1); border-radius: 11px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bfa-contact-item strong { font-size: 0.85rem; color: #1c2409; font-weight: 700; display: block; margin-bottom: 0.2rem; }
.bfa-contact-item p { font-size: 0.85rem; color: #6b7280; line-height: 1.6; }
.bfa-contact-item a { color: #B8943A; }
.bfa-contact-socials { display: flex; gap: 0.65rem; margin-top: 0.5rem; }
.bfa-contact-form-wrap h3 { font-size: 1.2rem; font-weight: 800; color: #1c2409; margin-bottom: 1.5rem; }
.bfa-contact-form { display: flex; flex-direction: column; gap: 1.1rem; }
.bfa-about-story { background: #fff; }
.bfa-about-story-layout { display: grid; grid-template-columns: 1.3fr 0.9fr; gap: 4rem; align-items: start; }
.bfa-about-story-text p { font-size: 0.92rem; color: #374151; line-height: 1.75; margin-bottom: 1rem; }
.bfa-about-story-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.bfa-about-stat-card { background: #f8f7f4; border-radius: 14px; padding: 1.5rem; text-align: center; border: 1px solid #e5e7eb; }
.bfa-about-stat-num { font-size: 2rem; font-weight: 900; color: #B8943A; letter-spacing: -0.02em; }
.bfa-about-stat-lbl { font-size: 0.75rem; color: #9ca3af; text-transform: uppercase; letter-spacing: 0.06em; margin-top: 0.25rem; }
.bfa-about-values { background: #f8f7f4; }
.bfa-values-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(260px,1fr)); gap: 1.5rem; margin-top: 3rem; }
.bfa-value-card { background: #fff; border-radius: 16px; padding: 2rem; border: 1px solid #e5e7eb; position: relative; }
.bfa-value-number { font-size: 3.5rem; font-weight: 900; color: rgba(184,148,58,0.12); position: absolute; top: 0.5rem; right: 1rem; line-height: 1; pointer-events: none; }
.bfa-value-icon { width: 52px; height: 52px; background: rgba(184,148,58,0.1); border-radius: 13px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.bfa-value-card h3 { font-size: 1rem; font-weight: 800; color: #1c2409; margin-bottom: 0.65rem; }
.bfa-value-card p { font-size: 0.87rem; color: #6b7280; line-height: 1.65; }
.bfa-thankyou-wrap { padding: 4rem 0 5rem; }
.bfa-thankyou-card { max-width: 680px; margin: 0 auto; background: #fff; border-radius: 20px; padding: 3rem 2.5rem; border: 1px solid #e5e7eb; box-shadow: 0 8px 40px rgba(0,0,0,0.06); text-align: center; }
.bfa-thankyou-icon { width: 80px; height: 80px; background: rgba(72,187,120,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; }
.bfa-thankyou-card h1 { font-size: 2rem; font-weight: 900; color: #1c2409; margin-bottom: 0.65rem; }
.bfa-thankyou-sub { font-size: 0.92rem; color: #6b7280; margin-bottom: 1rem; }
.bfa-order-number { display: inline-block; padding: 0.5rem 1.25rem; background: rgba(184,148,58,0.1); border: 1px solid rgba(184,148,58,0.3); border-radius: 100px; font-size: 0.9rem; font-weight: 700; color: #B8943A; margin-bottom: 2rem; }
.bfa-thankyou-details { text-align: left; margin-bottom: 2rem; }
.bfa-thankyou-section { background: #f8f7f4; border-radius: 14px; padding: 1.5rem; margin-bottom: 1rem; }
.bfa-thankyou-section h3 { font-size: 0.9rem; font-weight: 800; color: #1c2409; margin-bottom: 0.85rem; }
.bfa-thankyou-section p { font-size: 0.88rem; color: #374151; line-height: 1.65; }

/* ── EMAIL CALLOUT - "we just emailed you the payment details" ── */
.bfa-thankyou-email-callout {
 display: flex;
 gap: 1.1rem;
 padding: 1.5rem 1.6rem;
 margin-bottom: 1rem;
 background: linear-gradient(135deg, #fdf8e8 0%, #f7eecc 100%);
 border: 1px solid rgba(184, 148, 58, 0.35);
 border-radius: 14px;
 box-shadow: 0 4px 18px rgba(184, 148, 58, 0.10);
}
.bfa-thankyou-email-icon {
 flex-shrink: 0;
 width: 48px; height: 48px;
 border-radius: 12px;
 background: linear-gradient(135deg, #e8c35a, #B8943A);
 color: #fff;
 display: flex; align-items: center; justify-content: center;
 box-shadow: 0 4px 12px rgba(184,148,58,0.34), 0 1px 0 rgba(255,255,255,0.32) inset;
}
.bfa-thankyou-email-icon svg { width: 24px; height: 24px; }
.bfa-thankyou-email-body { flex: 1; min-width: 0; }
.bfa-thankyou-email-eyebrow {
 display: inline-block;
 font-size: 0.68rem;
 font-weight: 800;
 letter-spacing: 0.18em;
 text-transform: uppercase;
 color: #8a6e2a;
 margin-bottom: 0.4rem;
}
.bfa-thankyou-email-body h3 {
 font-size: 1.05rem;
 font-weight: 800;
 color: #1c2409;
 margin: 0 0 0.5rem;
 line-height: 1.3;
}
.bfa-thankyou-email-body h3 strong { color: #8a6e2a; }
.bfa-thankyou-email-body > p {
 font-size: 0.88rem;
 color: #525b3d;
 line-height: 1.6;
 margin: 0 0 0.85rem;
}
.bfa-thankyou-email-body > p strong { color: #1c2409; }
.bfa-thankyou-email-body > p em {
 font-style: normal;
 background: rgba(255,255,255,0.6);
 padding: 0.1rem 0.4rem;
 border-radius: 5px;
 font-size: 0.83rem;
 color: #8a6e2a;
 font-weight: 600;
}
.bfa-thankyou-email-tips {
 margin: 0;
 padding-left: 1.1rem;
 font-size: 0.82rem;
 color: #6b7280;
 line-height: 1.65;
 list-style: disc;
}
.bfa-thankyou-email-tips li { margin-bottom: 0.25rem; }
.bfa-thankyou-email-tips a {
 color: #8a6e2a;
 font-weight: 600;
 text-decoration: underline;
 text-decoration-color: rgba(184,148,58,0.4);
}
.bfa-thankyou-email-tips a:hover { color: #B8943A; }
@media (max-width: 560px) {
 .bfa-thankyou-email-callout { flex-direction: column; padding: 1.25rem; }
}
.bfa-order-item-row { display: flex; justify-content: space-between; font-size: 0.87rem; color: #374151; padding: 0.4rem 0; border-bottom: 1px solid #e5e7eb; }
.bfa-order-item-row:last-child { border-bottom: none; }
.bfa-order-totals { display: flex; flex-direction: column; gap: 0.5rem; }
.bfa-order-total-row { display: flex; justify-content: space-between; font-size: 0.87rem; color: #6b7280; }
.bfa-order-grand-total { font-size: 1.05rem; font-weight: 900; color: #1c2409; padding-top: 0.65rem; border-top: 2px solid #e5e7eb; margin-top: 0.35rem; }
.bfa-thankyou-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.bfa-thankyou-actions .bfa-btn-ghost { color: #1c2409; border-color: #d1d5db; }
.bfa-thankyou-actions .bfa-btn-ghost:hover { background: #f3f4f6; }
@media (max-width: 1024px) {
 .bfa-footer-body { grid-template-columns: 1fr 1fr 1fr; }
 .bfa-product-layout { grid-template-columns: 1fr; gap: 2rem; }
 .bfa-checkout-layout { grid-template-columns: 1fr; }
 .bfa-checkout-review { position: static; }
 .bfa-about-story-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
 /* Hide the entire top utility bar on phones — phone, email, hours, and
 the Online Now pill collectively don't fit and look broken when wrapped.
 They're still reachable via the contact page + footer + mobile drawer. */
 .bfa-topbar { display: none !important; }
 .bfa-nav { display: none; }
 .bfa-header-cta { display: none; }
 .bfa-mobile-toggle { display: flex; }
 .bfa-hero-grid { grid-template-columns: 1fr; padding: 3rem 1.5rem 2rem; }
 .bfa-hero-right { display: none; }
 .bfa-footer-body { grid-template-columns: 1fr 1fr; gap: 2rem; }
 .bfa-footer-logo-img { height: 60px; }
 .bfa-shop-layout { grid-template-columns: 1fr; }
 .bfa-shop-sidebar { position: fixed; top: 0; left: 0; bottom: 0; width: 300px; border-radius: 0; overflow-y: auto; transform: translateX(-100%); transition: transform .3s; z-index: 45; }
 .bfa-shop-sidebar.open { transform: translateX(0); }
 .bfa-sidebar-close { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; font-weight: 600; color: #374151; cursor: pointer; margin-bottom: 1.25rem; }
 .bfa-filter-toggle { display: flex; }
 .bfa-cart-layout { grid-template-columns: 1fr; }
 .bfa-cart-summary-box { position: static; }
 .bfa-cart-table-head { display: none; }
 .bfa-cart-row { grid-template-columns: 1fr; gap: 0.75rem; }
 .bfa-contact-layout { grid-template-columns: 1fr; }
 .bfa-payment-methods { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 540px) {
 .bfa-hero-title { font-size: 2.2rem; }
 /* Hero CTAs stay side-by-side on phone; shrink padding/font so both
 buttons fit on the same row instead of stacking. */
 .bfa-hero-actions {
 flex-direction: row !important;
 flex-wrap: nowrap;
 justify-content: center;
 gap: 0.6rem;
 width: 100%;
 }
 .bfa-hero-actions .bfa-btn-primary,
 .bfa-hero-actions .bfa-btn-ghost {
 flex: 1 1 0;
 min-width: 0;
 padding: 0.7rem 0.9rem;
 font-size: 0.78rem;
 letter-spacing: 0.01em;
 white-space: nowrap;
 }
 .bfa-hero-actions .bfa-btn-primary svg,
 .bfa-hero-actions .bfa-btn-ghost svg { width: 14px; height: 14px; flex-shrink: 0; }
 /* Hero stats: 3 columns equal width on the same row. */
 .bfa-hero-stats {
 display: grid !important;
 grid-template-columns: repeat(3, 1fr);
 gap: 0.5rem !important;
 flex-wrap: nowrap !important;
 padding-top: 1.25rem;
 }
 .bfa-hero-stat { min-width: 0; text-align: center; }
 .bfa-hero-stat-num { font-size: 1.25rem; }
 .bfa-hero-stat-lbl { font-size: 0.6rem; letter-spacing: 0.04em; }
 .bfa-footer-body { grid-template-columns: 1fr; }
 .bfa-stats-bar .bfa-container { flex-direction: column; gap: 1.5rem; }
 .bfa-stat-divider { display: none; }
 .bfa-products-grid { grid-template-columns: repeat(auto-fill,minmax(180px,1fr)); }
 .bfa-form-grid { grid-template-columns: 1fr; }
 .bfa-payment-methods { grid-template-columns: 1fr 1fr; }
 .bfa-thankyou-card { padding: 2rem 1.25rem; }
}

/* ============================================================
 SVG SIZING & COLOR FIXES - all inline SVGs sized explicitly
 ============================================================ */

/* Logo SVGs */
.bfa-logo-icon svg { width: 28px; height: 28px; }
.bfa-logo-icon--sm svg { width: 22px; height: 22px; }
.bfa-logo-icon--lg svg { width: 36px; height: 36px; }

/* Logo text: HTML is BlackForge<em>Arms</em> - fix targeting */
.bfa-logo-txt { font-size: 1rem; font-weight: 900; color: #1c2409; letter-spacing: -0.02em; }
.bfa-logo-txt em { font-style: normal; display: block; font-size: 0.65rem; color: #B8943A; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; }

/* Topbar icons: phone + email */
.bfa-topbar-item svg { width: 13px; height: 13px; flex-shrink: 0; }

/* Nav: dropdown chevron */
.bfa-nav-link svg { width: 13px; height: 13px; flex-shrink: 0; }

/* Dropdown items: flex so icon + label align */
.bfa-dropdown-item { display: flex; align-items: center; gap: 0.6rem; }
.bfa-dropdown-item svg { width: 15px; height: 15px; flex-shrink: 0; }

/* Search */
.bfa-search-toggle svg { width: 18px; height: 18px; }
.bfa-search-field-icon { width: 16px; height: 16px; flex-shrink: 0; color: #9ca3af; margin-left: 0.75rem; }
.bfa-search-submit svg { width: 14px; height: 14px; }

/* Cart icon */
.bfa-cart svg { width: 20px; height: 20px; }

/* Header CTA: flex so shield SVG + text align */
.bfa-header-cta { display: inline-flex; align-items: center; gap: 0.5rem; }
.bfa-header-cta svg { width: 16px; height: 16px; flex-shrink: 0; }

/* Mobile nav close */
.bfa-mobile-close svg { width: 18px; height: 18px; }

/* Mobile links: flex with icon */
.bfa-mobile-link { display: flex; align-items: center; gap: 0.75rem; justify-content: flex-start; }
.bfa-mnav-label { flex: 1; }
.bfa-mnav-ico { width: 17px; height: 17px; flex-shrink: 0; }
.bfa-mnav-chev { width: 14px; height: 14px; color: #d1d5db; flex-shrink: 0; }

/* Mobile CTA button */
.bfa-mobile-cta { display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin: 0.5rem 1rem 1rem; padding: 0.9rem 1.25rem; background: linear-gradient(135deg,#1c2409,#2d3a0e); color: #fff; border-radius: 10px; font-size: 0.9rem; font-weight: 700; border-top: none; transition: opacity .2s; }
.bfa-mobile-cta:hover { opacity: 0.9; }
.bfa-mobile-cta svg { width: 16px; height: 16px; flex-shrink: 0; }

/* Cart drawer */
.bfa-cart-drawer-close svg { width: 18px; height: 18px; }
.bfa-cart-drawer-empty svg { width: 48px; height: 48px; display: block; margin: 0 auto 1rem; opacity: 0.35; }

/* Hero tag pills: FFL / Premium / Law Enforcement */
.bfa-hero-tag svg { width: 13px; height: 13px; flex-shrink: 0; }

/* Hero buttons */
.bfa-btn-primary svg { width: 16px; height: 16px; flex-shrink: 0; }
.bfa-btn-ghost svg { width: 16px; height: 16px; flex-shrink: 0; }
.bfa-btn-outline svg { width: 16px; height: 16px; flex-shrink: 0; }
.bfa-btn-cart svg { width: 14px; height: 14px; flex-shrink: 0; }

/* Why section feature icons */
.bfa-why-icon svg { width: 28px; height: 28px; }

/* Promises section icons */
.bfa-promise-icon svg { width: 26px; height: 26px; }

/* Category card icons */
.bfa-category-icon svg { width: 28px; height: 28px; }

/* Review stars */
.bfa-review-stars svg { width: 16px; height: 16px; }
.bfa-review-verified svg { width: 13px; height: 13px; flex-shrink: 0; }

/* Products tabs container class fix (HTML uses .bfa-products-tabs) */
.bfa-products-tabs { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 2rem; justify-content: center; }
/* Old .bfa-newsletter-form / .bfa-newsletter-inner rules removed - see redesigned section below */

/* Footer address icon SVGs */
.bfa-footer-address-ico svg { width: 16px; height: 16px; color: #B8943A; }

/* Footer social icon SVGs */
.bfa-footer-social svg { width: 16px; height: 16px; }

/* Scroll-to-top SVG */
.bfa-scroll-top svg { width: 18px; height: 18px; }

/* Guarantee items */
.bfa-guarantee-item svg { width: 16px; height: 16px; color: #10b981; flex-shrink: 0; }

/* Cart trust items */
.bfa-cart-trust-item svg { width: 14px; height: 14px; flex-shrink: 0; color: #10b981; }

/* Checkout trust items */
.bfa-checkout-trust-item svg { width: 14px; height: 14px; flex-shrink: 0; color: #10b981; }

/* Secure strip items */
.bfa-secure-item svg { width: 15px; height: 15px; flex-shrink: 0; color: #B8943A; }

/* Empty state SVG */
.bfa-empty-state svg { width: 56px; height: 56px; }

/* Contact icon SVGs */
.bfa-contact-icon svg { width: 20px; height: 20px; color: #B8943A; }

/* Value card icon SVGs */
.bfa-value-icon svg { width: 24px; height: 24px; }

/* Thank you icon SVG */
.bfa-thankyou-icon svg { width: 40px; height: 40px; color: #48bb78; }

/* Product card star ratings */
.bfa-product-stars svg { width: 13px; height: 13px; }

/* Fix: header CTA flex must not override the mobile display:none */
@media (min-width: 769px) {
 .bfa-header-cta { display: inline-flex; align-items: center; gap: 0.5rem; }
}

/* Re-assert mobile hide for header CTA (overrides the bare inline-flex rule above) */
@media (max-width: 768px) {
 .bfa-header-cta { display: none; }
}

/* Cart drawer: slide in from right */
.bfa-cart-drawer { position: fixed; right: 0; top: 0; bottom: 0; width: min(400px, 100vw); background: #fff; box-shadow: -4px 0 32px rgba(0,0,0,0.15); z-index: 160; display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.3s cubic-bezier(0.4,0,0.2,1); }
.bfa-cart-drawer.open { transform: translateX(0); }

/* Scroll-to-top: JS toggles bfa-scroll-visible, not .visible */
.bfa-scroll-top.bfa-scroll-visible { opacity: 1; visibility: visible; }

/* Footer SVGs */
.bfa-footer-trust svg { width: 18px; height: 18px; flex-shrink: 0; }
.bfa-footer-newsletter-btn svg { width: 16px; height: 16px; }
.bfa-footer-badge svg { width: 14px; height: 14px; flex-shrink: 0; color: #B8943A; }
.bfa-footer-badge { display: flex; align-items: center; gap: 0.4rem; }

/* Legal separator - make · visible */
.bfa-footer-legal-sep::before { content: "·"; }

/* Footer newsletter submit button needs flex for icon */
.bfa-footer-newsletter-btn { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; flex-shrink: 0; }
.bfa-footer-newsletter-form { flex-direction: row; display: flex; gap: 0.5rem; }

/* ============================================================
 HERO REDESIGN - Tactical Emblem + Full Animations
 ============================================================ */

/* Scanline sweep */
.bfa-hero-scanline {
 position: absolute; left: 0; right: 0; height: 2px; z-index: 1; pointer-events: none;
 background: linear-gradient(90deg, transparent 0%, rgba(184,148,58,0.5) 40%, rgba(255,210,80,0.7) 50%, rgba(184,148,58,0.5) 60%, transparent 100%);
 animation: bfa-scanline 7s ease-in-out infinite;
}
@keyframes bfa-scanline {
 0% { top: -2px; opacity: 0; }
 5% { opacity: 1; }
 95% { opacity: 0.3; }
 100% { top: 100%; opacity: 0; }
}

/* Floating particles */
.bfa-particle {
 position: absolute; border-radius: 50%; pointer-events: none;
 background: rgba(184,148,58,0.6); animation: bfa-float linear infinite;
}
.bfa-p1 { width:3px; height:3px; left:15%; top:20%; animation-duration:12s; animation-delay:0s; }
.bfa-p2 { width:4px; height:4px; left:75%; top:35%; animation-duration:16s; animation-delay:-4s; }
.bfa-p3 { width:2px; height:2px; left:40%; top:70%; animation-duration:10s; animation-delay:-2s; }
.bfa-p4 { width:5px; height:5px; left:85%; top:60%; animation-duration:18s; animation-delay:-7s; opacity:0.4; }
.bfa-p5 { width:3px; height:3px; left:25%; top:50%; animation-duration:14s; animation-delay:-5s; }
@keyframes bfa-float {
 0% { transform: translateY(0) translateX(0) scale(1); opacity: 0; }
 10% { opacity: 1; }
 50% { transform: translateY(-40px) translateX(15px) scale(1.2); }
 90% { opacity: 1; }
 100% { transform: translateY(-80px) translateX(-10px) scale(0.8); opacity: 0; }
}

/* Hero left: center the emblem */
.bfa-hero-left { align-items: center; justify-content: center; }

/* ── Emblem wrapper - clean, sized for a tall pistol photo ── */
.bfa-hero-emblem-wrap {
 position: relative;
 width: 460px; height: 520px;
 flex-shrink: 0; margin: 0 auto;
 display: flex; align-items: center; justify-content: center;
 opacity: 0;
 animation: bfa-emblem-enter 1.1s cubic-bezier(0.2,0,0.1,1) 0.15s forwards;
}
.bfa-hero-emblem-wrap::before {
 content: '';
 position: absolute;
 inset: 12% 8% 8% 12%;
 border-radius: 50%;
 background: radial-gradient(ellipse at 38% 55%, rgba(184,148,58,0.28) 0%, rgba(184,148,58,0.08) 40%, transparent 70%);
 filter: blur(28px);
 z-index: 0;
}
@keyframes bfa-emblem-enter {
 from { opacity: 0; transform: scale(0.9) translateY(20px); }
 to { opacity: 1; transform: scale(1) translateY(0); }
}

.bfa-emblem-core {
 position: relative;
 width: 100%; height: 100%;
 display: flex; align-items: center; justify-content: center;
 z-index: 1;
}
.bfa-emblem-svg {
 width: 100%; height: 100%;
 object-fit: contain;
 filter: drop-shadow(0 18px 36px rgba(0,0,0,0.55)) drop-shadow(0 0 24px rgba(184,148,58,0.25));
 animation: bfa-breathe 5s ease-in-out infinite;
}
@keyframes bfa-breathe {
 0%,100% { transform: scale(1); }
 50% { transform: scale(1.025); }
}

/* ── Hero tags - fix full-width stretch ── */
.bfa-hero-tags {
 display: flex; flex-direction: column; gap: 0.8rem;
 margin-top: 2.5rem; align-items: flex-start;
}
.bfa-hero-tag {
 width: auto !important; align-self: flex-start;
 backdrop-filter: blur(8px);
}
.bfa-hero-tag-1 { opacity:0; animation: bfa-tag-in 0.65s cubic-bezier(0.2,0,0.1,1) 1.05s forwards; }
.bfa-hero-tag-2 { opacity:0; animation: bfa-tag-in 0.65s cubic-bezier(0.2,0,0.1,1) 1.22s forwards; }
.bfa-hero-tag-3 { opacity:0; animation: bfa-tag-in 0.65s cubic-bezier(0.2,0,0.1,1) 1.39s forwards; }
@keyframes bfa-tag-in {
 from { opacity: 0; transform: translateX(-18px); }
 to { opacity: 1; transform: translateX(0); }
}
.bfa-hero-tag svg { width: 13px; height: 13px; flex-shrink: 0; }

/* ── Staggered reveal system ── */
@keyframes bfa-reveal-up {
 from { opacity: 0; transform: translateY(26px); }
 to { opacity: 1; transform: translateY(0); }
}
.bfa-reveal {
 opacity: 0;
 animation: bfa-reveal-up 0.72s cubic-bezier(0.2,0,0.1,1) forwards;
 animation-delay: calc(var(--ri, 0) * 0.11s + 0.35s);
}

/* ── Gold shimmer on accent text ── */
.bfa-hero-acc {
 background: linear-gradient(90deg, #B8943A 0%, #d4a843 25%, #f0c850 45%, #fff3b0 52%, #f0c850 59%, #d4a843 75%, #B8943A 100%);
 background-size: 280% auto;
 -webkit-background-clip: text; -webkit-text-fill-color: transparent;
 background-clip: text;
 animation: bfa-gold-shimmer 3.5s linear infinite;
}
@keyframes bfa-gold-shimmer {
 0% { background-position: 0% center; }
 100% { background-position: 280% center; }
}

/* ── CTA Button glow ── */
.bfa-btn-glow {
 box-shadow: 0 4px 18px rgba(184,148,58,0.38), 0 0 0 0 rgba(184,148,58,0);
 animation: bfa-btn-pulse 3s ease-in-out infinite;
 position: relative; overflow: hidden;
}
.bfa-btn-glow::after {
 content: '';
 position: absolute; top: 0; left: -100%; width: 60%; height: 100%;
 background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
 transform: skewX(-20deg);
 animation: bfa-btn-shine 4s ease-in-out infinite 1.5s;
}
@keyframes bfa-btn-pulse {
 0%,100% { box-shadow: 0 4px 18px rgba(184,148,58,0.38), 0 0 0 0 rgba(184,148,58,0); }
 50% { box-shadow: 0 6px 28px rgba(184,148,58,0.55), 0 0 20px 4px rgba(184,148,58,0.15); }
}
@keyframes bfa-btn-shine {
 0% { left: -100%; }
 40%,100% { left: 160%; }
}
.bfa-btn-glow:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 32px rgba(184,148,58,0.6);
}

/* ── Hero trust items redesigned ── */
.bfa-hero-trust {
 display: flex; flex-direction: column; gap: 0.45rem; margin-top: 0.5rem;
}
.bfa-hero-trust-item {
 display: flex; align-items: center; gap: 0.55rem;
 font-size: 0.83rem; color: rgba(255,255,255,0.65);
}
.bfa-hero-trust-item svg { width: 14px; height: 14px; flex-shrink: 0; }
.bfa-hero-trust-item span { color: rgba(255,255,255,0.65); }

/* ── Divider: two lines + diamond ── */
.bfa-hero-divider { display: flex; align-items: center; gap: 0.75rem; margin: 0.5rem 0; }
.bfa-hero-divider-line { flex: 1; height: 1px; background: rgba(184,148,58,0.3); }
.bfa-hero-divider-diamond { width: 8px; height: 8px; background: #B8943A; transform: rotate(45deg); flex-shrink: 0; }

/* ── Mouse parallax tilt ── */
#bfaEmblem { transition: transform 0.08s ease-out; will-change: transform; }

/* ── Responsive: emblem smaller on tablet/mobile (3:4 aspect for pistol photo) ── */
@media (max-width: 1024px) {
 .bfa-hero-emblem-wrap { width: 360px; height: 420px; }
}
@media (max-width: 768px) {
 .bfa-hero-emblem-wrap { width: 300px; height: 350px; }
 .bfa-hero-tags { align-items: center; }
}
@media (max-width: 480px) {
 .bfa-hero-emblem-wrap { width: 240px; height: 280px; }
}

/* ── Header scroll transparency ── */
.bfa-header { transition: background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease; }
.bfa-header.bfa-scrolled {
 background: rgba(255,255,255,0.78);
 backdrop-filter: blur(18px);
 -webkit-backdrop-filter: blur(18px);
 box-shadow: 0 6px 28px rgba(0,0,0,0.07);
 border-bottom-color: rgba(229,231,235,0.5);
}
.bfa-topbar { transition: max-height 0.35s ease, opacity 0.35s ease, padding 0.35s ease; overflow: hidden; max-height: 60px; }
.bfa-topbar.bfa-topbar-hidden { max-height: 0; opacity: 0; padding: 0; }

/* ── Mobile toggle: hamburger lines + animated X ── */
.bfa-mobile-toggle {
 display: none;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 gap: 5px;
 width: 38px; height: 38px;
 background: none;
 border: none;
 cursor: pointer;
 border-radius: 8px;
 padding: 0;
 -webkit-tap-highlight-color: transparent;
 transition: background 0.18s;
}
.bfa-mobile-toggle:hover { background: rgba(28,36,9,0.08); }
.bfa-mobile-toggle span {
 display: block;
 width: 22px; height: 2px;
 background: #1c2409;
 border-radius: 2px;
 transform-origin: center;
 transition: transform 0.28s cubic-bezier(0.4,0,0.2,1), opacity 0.2s;
}
/* Animated to X when open */
.bfa-mobile-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bfa-mobile-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.bfa-mobile-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media(max-width:768px) { .bfa-mobile-toggle { display: flex; } }

/* Mobile nav overlay - smooth fade */
.bfa-mobile-nav {
 background: rgba(0,0,0,0.55);
 backdrop-filter: blur(4px);
 -webkit-backdrop-filter: blur(4px);
 opacity: 0;
 transition: opacity 0.28s;
}
.bfa-mobile-nav.open { opacity: 1; }

/* Mobile drawer - slides in from left */
.bfa-mobile-drawer {
 transform: translateX(-100%);
 transition: transform 0.32s cubic-bezier(0.4,0,0.2,1);
}
.bfa-mobile-nav.open .bfa-mobile-drawer { transform: translateX(0); }

/* ── Mobile hero fix: show content, stack vertically ── */
@media(max-width:768px) {
 .bfa-hero-grid {
 grid-template-columns: 1fr !important;
 padding: 2rem 1.25rem 3rem !important;
 gap: 0 !important;
 text-align: center;
 }
 /* Show the right column (text/buttons) */
 .bfa-hero-right {
 display: flex !important;
 order: 2;
 }
 /* Emblem goes on top, scaled down */
 .bfa-hero-left {
 order: 1;
 align-items: center;
 gap: 0;
 margin-bottom: 1.75rem;
 }
 /* Scale emblem proportionally */
 .bfa-hero-emblem-wrap {
 transform: scale(0.56) !important;
 margin-top: -74px !important;
 margin-bottom: -74px !important;
 }
 /* Hide tag pills - too cluttered on mobile */
 .bfa-hero-tags { display: none !important; }
 /* Center the hero text content */
 .bfa-hero-content {
 display: flex;
 flex-direction: column;
 align-items: center;
 }
 .bfa-hero-sub { text-align: center; max-width: 100%; }
 .bfa-hero-divider { max-width: 160px; margin: 0.5rem auto; }
 .bfa-hero-actions { justify-content: center; }
 .bfa-hero-stats { justify-content: center; flex-wrap: wrap; gap: 1.5rem; }
 .bfa-hero-trust { align-items: flex-start; width: fit-content; margin: 0 auto; }
 .bfa-hero-wave { display: block; }
 .bfa-wave-svg { height: 48px; }
}

/* ══════════════════════════════════════
 WHY SECTION - full redesign
══════════════════════════════════════ */
/* ═══════════════════════════════════════════
 WHY BLACKFORGE - premium founder section
═══════════════════════════════════════════ */
.bfa-why-section {
 position: relative;
 background:
 radial-gradient(ellipse 60% 50% at 50% 0%, rgba(184,148,58,0.10) 0%, transparent 60%),
 linear-gradient(180deg, #0a1004 0%, #0e1505 60%, #0a1004 100%);
 padding: 6rem 0 5rem;
 overflow: hidden;
}
.bfa-why-section::before,
.bfa-why-section::after {
 content: '';
 position: absolute; left: 0; right: 0; height: 1px;
 background: linear-gradient(90deg, transparent, rgba(184,148,58,0.45), transparent);
 z-index: 1;
}
.bfa-why-section::before { top: 0; }
.bfa-why-section::after { bottom: 0; }

.bfa-why-bg-grid {
 position: absolute; inset: 0; pointer-events: none;
 background-image:
 linear-gradient(rgba(184,148,58,0.04) 1px, transparent 1px),
 linear-gradient(90deg, rgba(184,148,58,0.04) 1px, transparent 1px);
 background-size: 52px 52px;
 mask-image: radial-gradient(ellipse at 50% 50%, #000 35%, transparent 80%);
 -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 35%, transparent 80%);
}
.bfa-why-bg-orb { position: absolute; border-radius: 50%; filter: blur(110px); pointer-events: none; }
.bfa-why-orb-1 {
 width: 540px; height: 540px;
 background: radial-gradient(circle, rgba(184,148,58,0.18), transparent 70%);
 top: -120px; left: -120px;
}
.bfa-why-orb-2 {
 width: 440px; height: 440px;
 background: radial-gradient(circle, rgba(184,148,58,0.12), transparent 70%);
 bottom: 100px; right: -80px;
}
.bfa-why-orb-3 {
 width: 320px; height: 320px;
 background: radial-gradient(circle, rgba(255,210,80,0.08), transparent 70%);
 top: 40%; left: 30%;
}

.bfa-why-inner { position: relative; z-index: 2; }

/* ── Section head ── */
.bfa-why-head {
 text-align: center;
 max-width: 720px;
 margin: 0 auto 3.5rem;
}
.bfa-why-orn { display: block; width: 100px; height: 14px; margin: 0 auto 1.2rem; }
.bfa-why-tag {
 display: inline-block;
 font-family: 'Barlow', sans-serif;
 font-size: 0.74rem;
 font-weight: 700;
 letter-spacing: 0.2em;
 text-transform: uppercase;
 color: #B8943A;
 background: rgba(184,148,58,0.12);
 border: 1px solid rgba(184,148,58,0.3);
 padding: 0.36rem 1rem;
 border-radius: 100px;
 margin-bottom: 1.1rem;
 backdrop-filter: blur(8px);
}
.bfa-why-title {
 font-family: 'Barlow Condensed','Barlow',sans-serif;
 font-size: clamp(2.4rem, 4.2vw, 3.6rem);
 font-weight: 900;
 color: #fff;
 letter-spacing: -0.015em;
 line-height: 1.05;
 margin: 0 0 0.8rem;
 text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.bfa-why-title .bfa-gold { color: #B8943A; }
.bfa-why-sub {
 font-size: 1rem;
 color: rgba(255,255,255,0.65);
 line-height: 1.65;
 margin: 0 auto;
 max-width: 580px;
}

/* ── Founder quote centerpiece ── */
.bfa-founder {
 position: relative;
 max-width: 920px;
 margin: 0 auto 4rem;
}
.bfa-founder-quote {
 position: relative;
 background: rgba(255,255,255,0.04);
 backdrop-filter: blur(24px) saturate(160%);
 -webkit-backdrop-filter: blur(24px) saturate(160%);
 border: 1px solid rgba(184,148,58,0.22);
 border-radius: 24px;
 padding: 3.5rem 3rem 2.5rem;
 text-align: center;
 box-shadow:
 0 1px 0 rgba(184,148,58,0.18) inset,
 0 30px 80px -30px rgba(0,0,0,0.55),
 0 0 60px rgba(184,148,58,0.06);
}
.bfa-founder-mark {
 position: absolute;
 top: 1.4rem; left: 50%;
 transform: translateX(-50%);
 width: 56px; height: 46px;
 opacity: 0.85;
}
.bfa-founder-body {
 font-family: 'Barlow Condensed','Barlow',sans-serif;
 font-size: clamp(1.15rem, 1.8vw, 1.55rem);
 font-weight: 500;
 color: rgba(255,255,255,0.92);
 line-height: 1.5;
 letter-spacing: 0.005em;
 margin: 1.5rem 0 2.25rem;
 max-width: 740px;
 margin-left: auto; margin-right: auto;
}
.bfa-founder-body strong {
 color: #B8943A;
 font-weight: 700;
 display: inline-block;
 margin-top: 0.4rem;
}
.bfa-founder-meta {
 display: inline-flex;
 align-items: center; gap: 1rem;
 padding-top: 1.5rem;
 border-top: 1px solid rgba(184,148,58,0.18);
}
.bfa-founder-portrait {
 width: 56px; height: 56px;
 flex-shrink: 0;
 border-radius: 50%;
 object-fit: cover;
 display: block;
 background: #f3efe2;
 border: 2px solid rgba(184,148,58,0.55);
 box-shadow: 0 4px 14px rgba(184,148,58,0.35), 0 0 0 4px rgba(184,148,58,0.12), 0 0 0 2px rgba(255,255,255,0.6) inset;
 color: #1c2409;
 font-family: 'Barlow Condensed', sans-serif;
 font-weight: 900;
 font-size: 1.05rem;
 letter-spacing: 0.04em;
}
.bfa-founder-attribution { text-align: left; }
.bfa-founder-signature {
 font-family: 'Brush Script MT', 'Pacifico', cursive;
 font-size: 1.45rem;
 color: #fff;
 line-height: 1;
 margin-bottom: 0.25rem;
}
.bfa-founder-role {
 font-family: 'Barlow', sans-serif;
 font-size: 0.72rem;
 text-transform: uppercase;
 letter-spacing: 0.12em;
 color: #B8943A;
 font-weight: 700;
}

/* ── 3 pillar cards ── */
.bfa-why-grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 1.4rem;
 margin: 0 0 4rem;
}
.bfa-why-card {
 position: relative;
 background: rgba(255,255,255,0.04);
 backdrop-filter: blur(20px) saturate(160%);
 -webkit-backdrop-filter: blur(20px) saturate(160%);
 border: 1px solid rgba(184,148,58,0.18);
 border-radius: 20px;
 padding: 2.2rem 1.75rem 1.6rem;
 text-align: left;
 transition: transform 0.35s cubic-bezier(0.2,0,0.1,1),
 border-color 0.3s ease,
 background 0.3s ease,
 box-shadow 0.3s ease;
 overflow: hidden;
 box-shadow:
 0 1px 0 rgba(184,148,58,0.12) inset,
 0 18px 40px -22px rgba(0,0,0,0.55);
}
.bfa-why-card::before {
 content: '';
 position: absolute; inset: 0;
 background: radial-gradient(ellipse at 50% 0%, rgba(184,148,58,0.12), transparent 60%);
 opacity: 0;
 transition: opacity 0.35s ease;
 pointer-events: none;
}
.bfa-why-card:hover {
 transform: translateY(-6px);
 background: rgba(255,255,255,0.07);
 border-color: rgba(184,148,58,0.5);
 box-shadow:
 0 1px 0 rgba(184,148,58,0.22) inset,
 0 28px 60px -22px rgba(0,0,0,0.7),
 0 0 0 1px rgba(184,148,58,0.22),
 0 0 40px rgba(184,148,58,0.08);
}
.bfa-why-card:hover::before { opacity: 1; }

/* Feature (middle) variant */
.bfa-why-card-feature {
 background: linear-gradient(160deg, rgba(184,148,58,0.14) 0%, rgba(184,148,58,0.04) 100%);
 border-color: rgba(184,148,58,0.42);
}
.bfa-why-card-feature::after {
 content: '';
 position: absolute; top: 0; left: 12%; right: 12%; height: 2px;
 background: linear-gradient(90deg, transparent, #B8943A 30%, #e8c35a 50%, #B8943A 70%, transparent);
 border-radius: 0 0 4px 4px;
}

.bfa-why-card-num {
 position: absolute; top: 0.9rem; right: 1.3rem;
 font-family: 'Barlow Condensed', sans-serif;
 font-size: 3.8rem; font-weight: 900;
 color: rgba(184,148,58,0.1);
 line-height: 1; letter-spacing: -0.04em;
 transition: color 0.3s, transform 0.3s;
 pointer-events: none;
 user-select: none;
}
.bfa-why-card:hover .bfa-why-card-num {
 color: rgba(184,148,58,0.22);
 transform: scale(1.05);
}

.bfa-why-card-icon {
 width: 56px; height: 56px;
 display: inline-flex; align-items: center; justify-content: center;
 background: linear-gradient(135deg, rgba(184,148,58,0.22), rgba(184,148,58,0.06));
 border: 1px solid rgba(184,148,58,0.4);
 border-radius: 14px;
 color: #e8c35a;
 margin-bottom: 1.4rem;
 box-shadow: 0 0 24px rgba(184,148,58,0.12) inset, 0 6px 16px rgba(184,148,58,0.18);
 transition: background 0.3s ease, transform 0.4s ease;
 position: relative;
 z-index: 1;
}
.bfa-why-card-icon svg { width: 26px; height: 26px; }
.bfa-why-card:hover .bfa-why-card-icon {
 background: linear-gradient(135deg, rgba(184,148,58,0.4), rgba(184,148,58,0.15));
 transform: rotate(-5deg) scale(1.05);
}

.bfa-why-card-title {
 font-family: 'Barlow Condensed','Barlow',sans-serif;
 font-size: 1.4rem;
 font-weight: 800;
 color: #fff;
 letter-spacing: -0.005em;
 line-height: 1.2;
 margin: 0 0 0.7rem;
 position: relative; z-index: 1;
}
.bfa-why-card-body {
 font-size: 0.88rem;
 color: rgba(255,255,255,0.65);
 line-height: 1.65;
 margin: 0 0 1.5rem;
 position: relative; z-index: 1;
}

.bfa-why-card-stat {
 display: flex; align-items: baseline; gap: 0.6rem;
 padding-top: 1rem;
 border-top: 1px solid rgba(184,148,58,0.2);
 position: relative; z-index: 1;
}
.bfa-why-card-stat-num {
 font-family: 'Barlow Condensed','Barlow',sans-serif;
 font-size: 1.7rem;
 font-weight: 900;
 color: #B8943A;
 letter-spacing: -0.02em;
 line-height: 1;
}
.bfa-why-card-stat-lbl {
 font-size: 0.72rem;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 color: rgba(255,255,255,0.5);
}

/* ── Trust seals row ── */
.bfa-why-seals {
 display: flex; align-items: center; justify-content: center;
 flex-wrap: wrap;
 gap: 0;
 padding: 1.6rem 2rem;
 background: rgba(0,0,0,0.3);
 backdrop-filter: blur(14px);
 -webkit-backdrop-filter: blur(14px);
 border: 1px solid rgba(184,148,58,0.18);
 border-radius: 100px;
 max-width: 920px;
 margin: 0 auto;
 box-shadow: 0 1px 0 rgba(184,148,58,0.12) inset, 0 20px 50px -22px rgba(0,0,0,0.55);
}
.bfa-why-seal {
 display: inline-flex; align-items: center; gap: 0.75rem;
 padding: 0.35rem 1.6rem;
 color: rgba(255,255,255,0.85);
}
.bfa-why-seal svg {
 width: 26px; height: 26px;
 color: #B8943A;
 flex-shrink: 0;
}
.bfa-why-seal-num {
 font-family: 'Barlow Condensed', sans-serif;
 font-size: 1.3rem;
 font-weight: 900;
 color: #fff;
 letter-spacing: -0.005em;
 line-height: 1;
}
.bfa-why-seal-lbl {
 font-size: 0.68rem;
 font-weight: 700;
 letter-spacing: 0.1em;
 text-transform: uppercase;
 color: rgba(184,148,58,0.85);
 margin-top: 0.2rem;
}
.bfa-why-seal-divider {
 width: 1px;
 height: 32px;
 background: linear-gradient(180deg, transparent, rgba(184,148,58,0.35), transparent);
}

@media (max-width: 1024px) {
 .bfa-why-grid { grid-template-columns: 1fr; max-width: 540px; margin-left: auto; margin-right: auto; }
 .bfa-why-seals { padding: 1.2rem 1rem; border-radius: 24px; gap: 0.3rem; }
 .bfa-why-seal { padding: 0.5rem 1rem; }
 .bfa-why-seal-divider { display: none; }
}
@media (max-width: 600px) {
 .bfa-founder-quote { padding: 2.5rem 1.5rem 1.75rem; }
 .bfa-founder-meta { flex-direction: column; gap: 0.6rem; text-align: center; }
 .bfa-founder-attribution { text-align: center; }
}

/* ── By-the-Numbers stats bar ── */
.bfa-stats-bar {
 position: relative;
 background:
 radial-gradient(ellipse 60% 60% at 50% 50%, rgba(184,148,58,0.10) 0%, transparent 70%),
 rgba(0,0,0,0.4);
 border-top: 1px solid rgba(184,148,58,0.22);
 border-bottom: 1px solid rgba(184,148,58,0.22);
 padding: 3.5rem 0 !important;
 margin: 4.5rem 0 0;
 backdrop-filter: blur(8px);
 -webkit-backdrop-filter: blur(8px);
}
.bfa-stats-bar::before,
.bfa-stats-bar::after {
 content: '';
 position: absolute; left: 0; right: 0; height: 1px;
 background: linear-gradient(90deg, transparent, rgba(184,148,58,0.55), transparent);
}
.bfa-stats-bar::before { top: -1px; }
.bfa-stats-bar::after { bottom: -1px; }
.bfa-stats-bar > .bfa-container { position: relative; z-index: 1; }

.bfa-stats-head { text-align: center; margin-bottom: 1.8rem; }
.bfa-stats-orn { display: inline-block; width: 60px; height: 12px; vertical-align: middle; margin-right: 0.7rem; }
.bfa-stats-eyebrow {
 display: inline-block;
 vertical-align: middle;
 font-family: 'Barlow', sans-serif;
 font-size: 0.74rem;
 font-weight: 700;
 letter-spacing: 0.22em;
 text-transform: uppercase;
 color: #B8943A;
}

.bfa-stats-inner {
 display: flex; align-items: center;
 justify-content: center; gap: 0;
 flex-wrap: wrap;
}
.bfa-stat-item {
 text-align: center;
 padding: 0.75rem 3.2rem;
 position: relative;
 transition: transform 0.3s ease;
}
.bfa-stat-item:hover { transform: translateY(-2px); }
.bfa-stat-num {
 font-family: 'Barlow Condensed', sans-serif;
 font-size: clamp(2.6rem, 4vw, 3.4rem) !important;
 font-weight: 900;
 background: linear-gradient(180deg, #f0c850 0%, #B8943A 70%, #8a6e2a 100%);
 -webkit-background-clip: text; -webkit-text-fill-color: transparent;
 background-clip: text;
 color: #B8943A !important; /* fallback */
 line-height: 1;
 letter-spacing: -0.025em;
 display: inline-block;
 text-shadow: 0 2px 18px rgba(184,148,58,0.18);
}
.bfa-stat-star {
 font-size: 0.55em;
 vertical-align: super;
 margin-left: 0.1em;
 -webkit-text-fill-color: #B8943A;
 color: #B8943A;
}
.bfa-stat-lbl {
 font-family: 'Barlow', sans-serif;
 font-size: 0.72rem !important;
 color: rgba(255,255,255,0.6) !important;
 text-transform: uppercase;
 letter-spacing: 0.16em;
 margin-top: 0.65rem;
 font-weight: 600;
}
.bfa-stat-rule {
 width: 28px; height: 2px;
 background: linear-gradient(90deg, #B8943A, #e8c35a);
 border-radius: 1px;
 margin: 0.8rem auto 0;
 transition: width 0.3s ease;
}
.bfa-stat-item:hover .bfa-stat-rule { width: 56px; }
.bfa-stat-divider {
 width: 1px; height: 70px;
 background: linear-gradient(180deg, transparent, rgba(184,148,58,0.35), transparent) !important;
}

/* ── Promise cards (glass, matching Why pillars) ── */
.bfa-promises-wrap {
 position: relative;
 padding: 4rem 0 5rem !important;
 z-index: 2;
}
.bfa-promises-grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 1.4rem;
 margin: 0 !important;
}
.bfa-promise-card {
 position: relative;
 display: flex; align-items: flex-start; gap: 1.1rem;
 padding: 1.9rem 1.7rem !important;
 border-radius: 18px !important;
 background: rgba(255,255,255,0.04) !important;
 backdrop-filter: blur(20px) saturate(160%) !important;
 -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
 border: 1px solid rgba(184,148,58,0.18) !important;
 transition: transform 0.3s cubic-bezier(0.2,0,0.1,1),
 border-color 0.3s ease,
 background 0.3s ease,
 box-shadow 0.3s ease !important;
 overflow: hidden;
 box-shadow:
 0 1px 0 rgba(184,148,58,0.12) inset,
 0 18px 40px -22px rgba(0,0,0,0.55);
}
.bfa-promise-card::before {
 content: '';
 position: absolute; top: 0; left: 0; bottom: 0; width: 3px;
 background: linear-gradient(180deg, transparent, #B8943A, transparent);
 opacity: 0;
 transition: opacity 0.3s ease;
}
.bfa-promise-card:hover {
 transform: translateY(-4px);
 border-color: rgba(184,148,58,0.5) !important;
 background: rgba(255,255,255,0.07) !important;
 box-shadow:
 0 1px 0 rgba(184,148,58,0.22) inset,
 0 28px 60px -22px rgba(0,0,0,0.7),
 0 0 0 1px rgba(184,148,58,0.22),
 0 0 40px rgba(184,148,58,0.08) !important;
}
.bfa-promise-card:hover::before { opacity: 1; }
.bfa-promise-icon {
 width: 56px !important; height: 56px !important;
 flex-shrink: 0;
 display: flex; align-items: center; justify-content: center;
 background: linear-gradient(135deg, rgba(184,148,58,0.22), rgba(184,148,58,0.06)) !important;
 border: 1px solid rgba(184,148,58,0.4);
 border-radius: 14px !important;
 color: #e8c35a;
 box-shadow: 0 0 24px rgba(184,148,58,0.12) inset, 0 6px 16px rgba(184,148,58,0.18);
 transition: transform 0.4s ease, background 0.3s ease;
}
.bfa-promise-card:hover .bfa-promise-icon {
 transform: rotate(-5deg) scale(1.05);
 background: linear-gradient(135deg, rgba(184,148,58,0.38), rgba(184,148,58,0.15)) !important;
}
.bfa-promise-icon svg { width: 26px; height: 26px; }
.bfa-promise-content { flex: 1; min-width: 0; }
.bfa-promise-eyebrow {
 display: inline-block;
 font-family: 'Barlow', sans-serif;
 font-size: 0.66rem;
 font-weight: 700;
 letter-spacing: 0.18em;
 text-transform: uppercase;
 color: #B8943A;
 margin-bottom: 0.5rem;
}
.bfa-promise-title {
 font-family: 'Barlow Condensed','Barlow',sans-serif;
 font-size: 1.25rem;
 font-weight: 800;
 color: #fff;
 letter-spacing: -0.005em;
 line-height: 1.2;
 margin: 0 0 0.45rem;
}
.bfa-promise-body {
 font-size: 0.85rem;
 color: rgba(255,255,255,0.65);
 line-height: 1.6;
 margin: 0 0 0.95rem;
}
.bfa-promise-tag {
 display: inline-flex; align-items: center;
 font-size: 0.66rem;
 font-weight: 700;
 letter-spacing: 0.12em;
 text-transform: uppercase;
 color: #e8c35a;
 background: rgba(184,148,58,0.14);
 border: 1px solid rgba(184,148,58,0.3);
 padding: 0.28rem 0.7rem;
 border-radius: 100px;
}

/* Mobile */
@media(max-width:900px) {
 .bfa-why-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
 .bfa-promises-grid { grid-template-columns: 1fr; }
 .bfa-stat-item { padding: 0.75rem 2rem; }
}
@media(max-width:600px) {
 .bfa-why-grid { max-width: 100%; }
 .bfa-stat-item { padding: 0.75rem 1.5rem; }
}

/* ══════════════════════════════════════
 REVIEWS SECTION - whitish redesign
══════════════════════════════════════ */
.bfa-reviews-section {
 position: relative;
 background: #faf9f6;
 padding: 5rem 0;
 overflow: hidden;
}
.bfa-reviews-texture {
 position: absolute; inset: 0; pointer-events: none;
 background-image: radial-gradient(rgba(28,36,9,0.035) 1px, transparent 1px);
 background-size: 28px 28px;
}

/* ── Header layout ── */
.bfa-reviews-header {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 gap: 3rem;
 margin-bottom: 3.5rem;
 flex-wrap: wrap;
}
.bfa-reviews-header-text { flex: 1; min-width: 260px; }
.bfa-reviews-tag {
 background: rgba(184,148,58,0.1) !important;
 border-color: rgba(184,148,58,0.3) !important;
 color: #8a6e2a !important;
}
.bfa-reviews-title { color: #1c2409 !important; margin-bottom: 0.5rem; }
.bfa-reviews-sub { color: #6b7280 !important; text-align: left !important; margin: 0 !important; }

/* Aggregate score block */
.bfa-reviews-score {
 flex-shrink: 0;
 background: #fff;
 border: 1px solid #e5e7eb;
 border-radius: 20px;
 padding: 1.5rem 2rem;
 text-align: center;
 box-shadow: 0 4px 20px rgba(0,0,0,0.05);
 min-width: 200px;
}
.bfa-reviews-score-num {
 font-family: 'Barlow Condensed', sans-serif;
 font-size: 3.5rem; font-weight: 900;
 color: #1c2409; line-height: 1;
 letter-spacing: -0.03em;
}
.bfa-reviews-score-stars {
 display: flex; gap: 3px; justify-content: center;
 margin: 0.4rem 0 0.5rem;
}
.bfa-reviews-score-stars svg { width: 20px; height: 20px; }
.bfa-reviews-score-lbl {
 font-size: 0.75rem; color: #9ca3af;
 font-weight: 500; margin-bottom: 0.85rem;
}
.bfa-reviews-score-badges {
 display: flex; flex-direction: column; gap: 0.4rem; align-items: center;
}
.bfa-reviews-badge {
 display: inline-flex; align-items: center; gap: 0.3rem;
 font-size: 0.68rem; font-weight: 600;
 color: #4b5563;
 background: #f3f4f6; border-radius: 100px;
 padding: 0.25rem 0.65rem;
}
.bfa-reviews-badge svg { width: 11px; height: 11px; }

/* ── Review cards ── */
.bfa-reviews-grid {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
 gap: 1.5rem;
 margin-bottom: 2.5rem;
}
.bfa-review-card {
 position: relative;
 background: #fff;
 border: 1px solid #ede9e0;
 border-radius: 20px;
 padding: 1.75rem;
 box-shadow: 0 2px 12px rgba(0,0,0,0.04);
 transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
 overflow: hidden;
 display: flex; flex-direction: column; gap: 0;
}
.bfa-review-card:hover {
 transform: translateY(-4px);
 box-shadow: 0 12px 36px rgba(0,0,0,0.09);
 border-color: rgba(184,148,58,0.35);
}

/* Decorative large quote */
.bfa-review-quote {
 position: absolute;
 top: -8px; right: 1.25rem;
 font-size: 6rem; line-height: 1;
 font-family: Georgia, serif;
 color: rgba(184,148,58,0.1);
 pointer-events: none;
 user-select: none;
}

/* Stars row */
.bfa-review-stars {
 display: flex; align-items: center; gap: 2px;
 margin-bottom: 1rem; flex-wrap: wrap;
}
.bfa-review-stars svg { width: 17px; height: 17px; flex-shrink: 0; }

/* Verified pill */
.bfa-review-verified-pill {
 display: inline-flex; align-items: center; gap: 0.25rem;
 font-size: 0.65rem; font-weight: 700;
 color: #059669;
 background: rgba(5,150,105,0.08);
 border: 1px solid rgba(5,150,105,0.2);
 border-radius: 100px;
 padding: 0.15rem 0.5rem;
 margin-left: 0.35rem;
 flex-shrink: 0;
}
.bfa-review-verified-pill svg { width: 9px; height: 9px; }

/* Body text */
.bfa-review-body {
 font-size: 0.88rem;
 color: #374151;
 line-height: 1.72;
 flex: 1;
 margin-bottom: 1.25rem;
 font-style: italic;
}

/* Author row */
.bfa-review-author {
 display: flex; align-items: center; gap: 0.75rem;
 padding-top: 1.1rem;
 border-top: 1px solid #f3f0eb;
 margin-top: auto;
}
/* (duplicate avatar block removed - consolidated above with blue-tick styling) */
.bfa-review-author-info { min-width: 0; }
.bfa-review-name {
 font-size: 0.88rem; font-weight: 700; color: #1c2409;
 white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.bfa-review-role {
 font-size: 0.72rem; color: #9ca3af; margin-top: 1px;
}

/* CTA */
.bfa-reviews-cta { text-align: center; margin-top: 0.5rem; }
.bfa-reviews-cta-btn {
 display: inline-flex; align-items: center; gap: 0.6rem;
 padding: 0.75rem 2rem;
 border-radius: 12px;
 font-size: 0.88rem; font-weight: 700;
 color: #1c2409;
 background: #fff;
 border: 1.5px solid #1c2409;
 transition: background 0.2s, color 0.2s, border-color 0.2s;
 text-decoration: none;
}
.bfa-reviews-cta-btn svg { width: 16px; height: 16px; }
.bfa-reviews-cta-btn:hover {
 background: #1c2409;
 color: #B8943A;
 border-color: #1c2409;
}

/* Mobile */
@media(max-width:768px) {
 .bfa-reviews-header { flex-direction: column; gap: 2rem; }
 .bfa-reviews-score { width: 100%; }
 .bfa-reviews-score-badges { flex-direction: row; }
 .bfa-reviews-sub { text-align: center !important; }
}

/* ── Reviews marquee ── */
.bfa-reviews-marquee-wrap {
 position: relative;
 overflow: hidden;
 margin: 0 -1.5rem; /* bleed past container padding */
 margin-bottom: 2.5rem;
}
/* Fade edges */
.bfa-reviews-fade {
 position: absolute; top: 0; bottom: 0; width: 120px;
 z-index: 2; pointer-events: none;
}
.bfa-reviews-fade-l { left: 0; background: linear-gradient(to right, #faf9f6 0%, transparent 100%); }
.bfa-reviews-fade-r { right: 0; background: linear-gradient(to left, #faf9f6 0%, transparent 100%); }

/* Scrolling track */
.bfa-reviews-track {
 display: flex;
 gap: 1.25rem;
 width: max-content;
 padding: 0.5rem 1.5rem 1rem;
 animation: bfa-marquee 90s linear infinite;
}
.bfa-reviews-track:hover { animation-play-state: paused; }

@keyframes bfa-marquee {
 0% { transform: translateX(0); }
 100% { transform: translateX(-50%); }
}

/* Cards inside marquee - fixed width, no grid */
.bfa-reviews-marquee-wrap .bfa-review-card {
 flex-shrink: 0;
 width: 320px;
 margin: 0;
 cursor: default;
}
@media(max-width:600px) {
 .bfa-reviews-marquee-wrap .bfa-review-card { width: 280px; }
 .bfa-reviews-fade { width: 60px; }
}

/* ═══════════════════════════════════════════
 BFA Pagination
═══════════════════════════════════════════ */
.bfa-pagination {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 0.5rem;
 margin: 2.5rem auto 1rem;
 padding: 0.75rem;
 flex-wrap: wrap;
}
.bfa-page-numbers {
 display: inline-flex;
 align-items: center;
 gap: 0.3rem;
 padding: 0.3rem;
 background: #fff;
 border: 1px solid #ede9e0;
 border-radius: 12px;
 box-shadow: 0 1px 4px rgba(28,36,9,0.04);
}
.bfa-page {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 0.4rem;
 min-width: 36px;
 height: 36px;
 padding: 0 0.65rem;
 border-radius: 8px;
 font-family: 'Barlow', sans-serif;
 font-size: 0.85rem;
 font-weight: 600;
 color: #6b7280;
 text-decoration: none;
 transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
 user-select: none;
 border: 1px solid transparent;
}
.bfa-page:not(.bfa-page-disabled):not(.bfa-page-current):not(.bfa-page-dots):hover {
 background: rgba(184,148,58,0.1);
 color: #1c2409;
 transform: translateY(-1px);
}
.bfa-page svg { width: 14px; height: 14px; flex-shrink: 0; }
.bfa-page-arrow {
 background: #fff;
 border: 1px solid #ede9e0;
 color: #1c2409;
 box-shadow: 0 1px 4px rgba(28,36,9,0.04);
 padding: 0 1rem;
}
.bfa-page-arrow:hover {
 background: linear-gradient(135deg, #1c2409, #2d3a0e);
 color: #B8943A;
 border-color: #1c2409;
}
.bfa-page-current {
 background: linear-gradient(135deg, #B8943A, #8a6e2a);
 color: #fff;
 font-weight: 800;
 box-shadow: 0 2px 8px rgba(184,148,58,0.35);
 cursor: default;
}
.bfa-page-dots {
 color: #c7c2b8;
 cursor: default;
 min-width: 24px;
 padding: 0 0.2rem;
 letter-spacing: 0.1em;
}
.bfa-page-disabled {
 color: #d1d5db;
 cursor: not-allowed;
 background: #faf9f6;
 border: 1px solid #f0ece4;
 padding: 0 1rem;
}
.bfa-page-disabled svg { opacity: 0.4; }

@media (max-width: 540px) {
 .bfa-pagination { gap: 0.35rem; }
 .bfa-page-arrow span { display: none; }
 .bfa-page-arrow { padding: 0; min-width: 36px; }
 .bfa-page { min-width: 32px; height: 32px; font-size: 0.8rem; }
}

/* ════════════════════════════════════════════════════════════
 BUILT FOR EVERY MISSION - use-case discovery section
 ════════════════════════════════════════════════════════════ */
.bfa-mission-section {
 position: relative;
 padding: 6rem 0 5rem;
 background:
 linear-gradient(180deg, #faf9f6 0%, #f5f2e8 100%);
 overflow: hidden;
}
.bfa-mission-ambient {
 position: absolute; inset: 0; pointer-events: none;
 background:
 radial-gradient(ellipse 700px 400px at 12% 18%, rgba(184,148,58,0.10), transparent 60%),
 radial-gradient(ellipse 600px 400px at 88% 80%, rgba(184,148,58,0.08), transparent 60%);
}
.bfa-mission-head { position: relative; z-index: 1; margin-bottom: 3rem; }
.bfa-mission-orn { width: 80px; height: 14px; display: block; margin: 0 auto 0.85rem; }

.bfa-mission-grid {
 position: relative; z-index: 1;
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 1.25rem;
}
@media (max-width: 1100px) { .bfa-mission-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .bfa-mission-grid { grid-template-columns: 1fr; } }

.bfa-mission-card {
 position: relative;
 display: flex; flex-direction: column;
 padding: 1.85rem 1.5rem 1.6rem;
 border-radius: 18px;
 background: rgba(255,255,255,0.7);
 backdrop-filter: blur(20px) saturate(150%);
 -webkit-backdrop-filter: blur(20px) saturate(150%);
 border: 1px solid rgba(184,148,58,0.18);
 box-shadow:
 0 1px 0 rgba(255,255,255,0.5) inset,
 0 12px 36px rgba(28,36,9,0.08);
 overflow: hidden;
 text-decoration: none;
 color: inherit;
 transition: transform 0.35s cubic-bezier(0.4,0,0.2,1),
 box-shadow 0.35s cubic-bezier(0.4,0,0.2,1),
 border-color 0.35s;
}
.bfa-mission-card::before {
 content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
 background: linear-gradient(180deg, transparent 0%, #B8943A 50%, transparent 100%);
 opacity: 0; transition: opacity 0.35s;
}
.bfa-mission-card:hover {
 transform: translateY(-6px);
 border-color: rgba(184,148,58,0.4);
 box-shadow:
 0 1px 0 rgba(255,255,255,0.6) inset,
 0 18px 48px rgba(28,36,9,0.14),
 0 0 60px rgba(184,148,58,0.16);
}
.bfa-mission-card:hover::before { opacity: 1; }

.bfa-mission-card-glow {
 position: absolute; top: -40%; right: -30%;
 width: 240px; height: 240px;
 border-radius: 50%;
 background: radial-gradient(circle, rgba(184,148,58,0.22) 0%, transparent 70%);
 opacity: 0; transition: opacity 0.4s;
 pointer-events: none;
}
.bfa-mission-card:hover .bfa-mission-card-glow { opacity: 1; }

.bfa-mission-icon {
 width: 64px; height: 64px;
 border-radius: 16px;
 background: linear-gradient(135deg, rgba(184,148,58,0.18), rgba(184,148,58,0.05));
 border: 1px solid rgba(184,148,58,0.28);
 color: #B8943A;
 display: flex; align-items: center; justify-content: center;
 margin-bottom: 1.15rem;
 box-shadow: 0 4px 16px rgba(184,148,58,0.16), 0 1px 0 rgba(255,255,255,0.6) inset;
 transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}
.bfa-mission-icon svg { width: 32px; height: 32px; }
.bfa-mission-card:hover .bfa-mission-icon {
 transform: rotate(-5deg) scale(1.06);
}

.bfa-mission-tag {
 display: inline-block;
 font-size: 0.62rem; font-weight: 800; letter-spacing: 0.18em;
 text-transform: uppercase; color: #B8943A;
 background: rgba(184,148,58,0.1);
 border: 1px solid rgba(184,148,58,0.22);
 padding: 0.25rem 0.6rem;
 border-radius: 100px;
 margin-bottom: 0.7rem;
 align-self: flex-start;
}
.bfa-mission-title {
 font-family: 'Barlow Condensed', sans-serif;
 font-size: 1.4rem; font-weight: 800;
 color: #1c2409;
 line-height: 1.15;
 margin-bottom: 0.55rem;
 letter-spacing: -0.01em;
}
.bfa-mission-body {
 font-size: 0.85rem;
 line-height: 1.55;
 color: #525b3d;
 margin-bottom: 1.25rem;
 flex: 1;
}
.bfa-mission-foot {
 display: flex; align-items: center; justify-content: space-between;
 padding-top: 1rem;
 border-top: 1px solid rgba(184,148,58,0.16);
 font-family: 'Barlow Condensed', sans-serif;
 font-size: 0.85rem; font-weight: 700;
 letter-spacing: 0.08em; text-transform: uppercase;
 color: #B8943A;
}
.bfa-mission-foot svg {
 width: 16px; height: 16px;
 transition: transform 0.3s;
}
.bfa-mission-card:hover .bfa-mission-foot svg { transform: translateX(4px); }

.bfa-mission-foot-cta {
 position: relative; z-index: 1;
 display: flex; align-items: center; justify-content: center;
 gap: 0.6rem;
 margin-top: 2.5rem;
 font-size: 0.92rem;
 color: #525b3d;
}
.bfa-mission-foot-cta a {
 display: inline-flex; align-items: center; gap: 0.35rem;
 color: #B8943A;
 font-weight: 700;
 text-decoration: none;
 transition: color 0.2s;
}
.bfa-mission-foot-cta a:hover { color: #8a6e2a; }
.bfa-mission-foot-cta a svg { width: 14px; height: 14px; transition: transform 0.2s; }
.bfa-mission-foot-cta a:hover svg { transform: translateX(3px); }


/* ════════════════════════════════════════════════════════════
 NEWSLETTER SECTION - premium glass aesthetic
 ════════════════════════════════════════════════════════════ */
.bfa-newsletter-section {
 position: relative;
 padding: 6rem 0;
 overflow: hidden;
 isolation: isolate;
 /* Photo background fixed = parallax/sticky as the user scrolls. */
 background: #0a1004 url('/brand/newsletter-bg.jpeg') center/cover no-repeat fixed;
}
.bfa-newsletter-section::before {
 content: '';
 position: absolute; inset: 0; z-index: 0; pointer-events: none;
 background:
 linear-gradient(180deg, rgba(10,16,4,0.88) 0%, rgba(14,21,5,0.82) 50%, rgba(28,36,9,0.94) 100%),
 radial-gradient(ellipse 1200px 700px at 50% 100%, rgba(184,148,58,0.18), transparent 60%);
}
@media (max-width: 768px){
 /* iOS Safari ignores `background-attachment: fixed` on most setups - drop
 to scroll so the section doesn't break or jump. */
 .bfa-newsletter-section { background-attachment: scroll; }
}

.bfa-news-bg-grid {
 position: absolute; inset: 0;
 background-image:
 linear-gradient(rgba(184,148,58,0.04) 1px, transparent 1px),
 linear-gradient(90deg, rgba(184,148,58,0.04) 1px, transparent 1px);
 background-size: 60px 60px;
 mask-image: radial-gradient(ellipse 700px 500px at 50% 50%, #000, transparent 75%);
 -webkit-mask-image: radial-gradient(ellipse 700px 500px at 50% 50%, #000, transparent 75%);
 pointer-events: none;
}
.bfa-news-bg-glow {
 position: absolute; left: 50%; top: 50%;
 width: 900px; height: 900px;
 transform: translate(-50%, -50%);
 background: radial-gradient(circle, rgba(184,148,58,0.12) 0%, transparent 60%);
 pointer-events: none;
}
.bfa-news-bg-orb {
 position: absolute; border-radius: 50%; pointer-events: none;
 filter: blur(60px);
}
.bfa-news-orb-1 {
 top: -10%; left: -8%;
 width: 360px; height: 360px;
 background: radial-gradient(circle, rgba(184,148,58,0.18), transparent 70%);
}
.bfa-news-orb-2 {
 bottom: -15%; right: -10%;
 width: 420px; height: 420px;
 background: radial-gradient(circle, rgba(184,148,58,0.15), transparent 70%);
}
.bfa-news-rule {
 position: absolute; left: 8%; right: 8%; height: 1px;
 background: linear-gradient(90deg, transparent 0%, rgba(184,148,58,0.45) 50%, transparent 100%);
}
.bfa-news-rule-top { top: 0; }
.bfa-news-rule-bot { bottom: 0; }

.bfa-news-inner {
 position: relative; z-index: 1;
 max-width: 760px;
 text-align: center;
}

.bfa-news-head { margin-bottom: 2.5rem; }
.bfa-news-orn { width: 100px; height: 14px; display: block; margin: 0 auto 1.25rem; }
.bfa-news-eyebrow {
 display: inline-block;
 font-family: 'Barlow Condensed', sans-serif;
 font-size: 0.74rem; font-weight: 800; letter-spacing: 0.22em;
 text-transform: uppercase; color: #B8943A;
 background: rgba(184,148,58,0.08);
 border: 1px solid rgba(184,148,58,0.28);
 padding: 0.4rem 1rem;
 border-radius: 100px;
 margin-bottom: 1.5rem;
}
.bfa-news-title {
 font-family: 'Barlow Condensed', sans-serif;
 font-size: clamp(2.2rem, 4.5vw, 3.4rem);
 font-weight: 900;
 color: #fff;
 line-height: 1.1;
 letter-spacing: -0.015em;
 margin-bottom: 1.25rem;
}
.bfa-news-script {
 font-family: 'Brush Script MT', 'Lucida Handwriting', cursive;
 font-style: italic;
 font-weight: 400;
 color: #e8c35a;
 letter-spacing: 0;
 font-size: 1.1em;
 margin: 0 0.1em;
 text-shadow: 0 2px 12px rgba(232,195,90,0.3);
}
.bfa-news-sub {
 font-size: 1.02rem;
 line-height: 1.65;
 color: rgba(255,255,255,0.55);
 max-width: 540px;
 margin: 0 auto;
}

/* Glass envelope card */
.bfa-news-card {
 position: relative;
 background: rgba(255,255,255,0.04);
 backdrop-filter: blur(20px) saturate(160%);
 -webkit-backdrop-filter: blur(20px) saturate(160%);
 border: 1px solid rgba(184,148,58,0.22);
 border-radius: 22px;
 padding: 2.5rem 2.25rem 2rem;
 box-shadow:
 0 1px 0 rgba(255,255,255,0.06) inset,
 0 24px 60px rgba(0,0,0,0.4),
 0 0 80px rgba(184,148,58,0.05);
}
.bfa-news-card-flap {
 position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 60px;
 pointer-events: none;
 opacity: 0.6;
}

.bfa-news-form {
 display: flex; gap: 0.65rem; flex-wrap: wrap;
 margin-bottom: 1.5rem;
 position: relative;
}
.bfa-news-input-wrap {
 flex: 1; min-width: 240px;
 position: relative;
}
.bfa-news-input-icon {
 position: absolute; left: 1.05rem; top: 50%;
 transform: translateY(-50%);
 width: 18px; height: 18px;
 color: rgba(184,148,58,0.6);
 pointer-events: none;
}
.bfa-news-form input[type=email] {
 width: 100%;
 padding: 1.05rem 1.25rem 1.05rem 3rem;
 border-radius: 12px;
 border: 1px solid rgba(184,148,58,0.24);
 background: rgba(0,0,0,0.28);
 color: #fff;
 font-size: 0.95rem;
 font-family: 'Barlow', sans-serif;
 outline: none;
 transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.bfa-news-form input[type=email]::placeholder { color: rgba(255,255,255,0.32); }
.bfa-news-form input[type=email]:focus {
 border-color: rgba(184,148,58,0.6);
 background: rgba(0,0,0,0.36);
 box-shadow: 0 0 0 4px rgba(184,148,58,0.1);
}

.bfa-news-btn {
 display: inline-flex; align-items: center; gap: 0.55rem;
 padding: 1.05rem 1.85rem;
 border-radius: 12px;
 border: none; cursor: pointer;
 font-family: 'Barlow Condensed', sans-serif;
 font-size: 1rem; font-weight: 800;
 letter-spacing: 0.1em;
 text-transform: uppercase;
 color: #fff;
 background: linear-gradient(135deg, #e8c35a 0%, #B8943A 50%, #8a6e2a 100%);
 box-shadow:
 0 6px 22px rgba(184,148,58,0.4),
 0 1px 0 rgba(255,255,255,0.2) inset;
 transition: transform 0.2s cubic-bezier(0.4,0,0.2,1),
 box-shadow 0.2s,
 opacity 0.2s;
 white-space: nowrap;
}
.bfa-news-btn:hover:not(:disabled) {
 transform: translateY(-2px);
 box-shadow:
 0 10px 30px rgba(184,148,58,0.55),
 0 1px 0 rgba(255,255,255,0.2) inset;
}
.bfa-news-btn:active { transform: translateY(0); }
.bfa-news-btn:disabled { opacity: 0.65; cursor: wait; }
.bfa-news-btn svg { width: 16px; height: 16px; transition: transform 0.2s; }
.bfa-news-btn:hover:not(:disabled) svg { transform: translate(2px, -2px); }

.bfa-news-msg {
 width: 100%;
 margin-top: 0.6rem;
 font-size: 0.82rem;
 color: rgba(255,255,255,0.55);
 text-align: left;
 min-height: 18px;
}
.bfa-news-msg.is-loading { color: rgba(184,148,58,0.7); }
.bfa-news-msg.is-success { color: #6ee7b7; }
.bfa-news-msg.is-error { color: #fca5a5; }

/* Benefit pills row */
.bfa-news-pills {
 display: flex; flex-wrap: wrap; justify-content: center;
 gap: 0.55rem;
 margin-bottom: 1.5rem;
}
.bfa-news-pill {
 display: inline-flex; align-items: center; gap: 0.45rem;
 padding: 0.45rem 0.9rem;
 background: rgba(184,148,58,0.08);
 border: 1px solid rgba(184,148,58,0.2);
 border-radius: 100px;
 font-size: 0.78rem; font-weight: 600;
 color: rgba(255,255,255,0.7);
 transition: all 0.2s;
}
.bfa-news-pill:hover {
 background: rgba(184,148,58,0.14);
 border-color: rgba(184,148,58,0.34);
 color: #fff;
}
.bfa-news-pill svg {
 width: 13px; height: 13px;
 color: #B8943A;
 flex-shrink: 0;
}

/* Trust strip */
.bfa-news-trust {
 display: flex; align-items: center; justify-content: center;
 gap: 1.5rem; flex-wrap: wrap;
 padding-top: 1.4rem;
 border-top: 1px solid rgba(184,148,58,0.14);
 font-size: 0.78rem;
 color: rgba(255,255,255,0.42);
}
.bfa-news-trust-item {
 display: flex; align-items: center; gap: 0.5rem;
}
.bfa-news-trust-item svg {
 width: 14px; height: 14px;
 color: rgba(184,148,58,0.7);
 flex-shrink: 0;
}
.bfa-news-trust-divider {
 width: 1px; height: 16px;
 background: rgba(184,148,58,0.2);
}
@media (max-width: 580px) {
 .bfa-news-trust { gap: 0.75rem; flex-direction: column; }
 .bfa-news-trust-divider { display: none; }
}

/* Subscriber count footer */
.bfa-news-stats {
 display: flex; align-items: center; justify-content: center;
 gap: 0.85rem;
 margin-top: 2rem;
 font-size: 0.82rem;
 color: rgba(255,255,255,0.4);
}
.bfa-news-stats strong {
 color: #e8c35a;
 font-family: 'Barlow Condensed', sans-serif;
 font-weight: 800;
 letter-spacing: 0.03em;
 font-size: 1rem;
}
.bfa-news-stats-dots { display: flex; gap: 0.3rem; }
.bfa-news-stats-dots span {
 width: 6px; height: 6px;
 border-radius: 50%;
 background: rgba(184,148,58,0.5);
 animation: bfaNewsDot 2.4s ease-in-out infinite;
}
.bfa-news-stats-dots span:nth-child(2) { animation-delay: 0.2s; }
.bfa-news-stats-dots span:nth-child(3) { animation-delay: 0.4s; }
.bfa-news-stats-dots span:nth-child(4) { animation-delay: 0.6s; }
.bfa-news-stats-dots span:nth-child(5) { animation-delay: 0.8s; }
@keyframes bfaNewsDot {
 0%, 100% { opacity: 0.35; transform: scale(1); }
 50% { opacity: 1; transform: scale(1.3); background: #e8c35a; }
}

@media (max-width: 680px) {
 .bfa-newsletter-section { padding: 4.5rem 0; }
 .bfa-news-card { padding: 2rem 1.5rem 1.5rem; }
 .bfa-news-form { flex-direction: column; }
 .bfa-news-btn { width: 100%; justify-content: center; }
}

/* Footer newsletter note states (reuse classes from bfaNewsletter JS) */
.bfa-footer-newsletter-note.is-loading { color: rgba(184,148,58,0.7) !important; }
.bfa-footer-newsletter-note.is-success { color: #6ee7b7 !important; }
.bfa-footer-newsletter-note.is-error { color: #fca5a5 !important; }
