Bruchi Elite Circle - Only For You (Copy)

A collection page of Bruchiclub

category
Products
0
Active ads
0
Depth
Published
2026/04/03

About

:root { --text-xs: clamp(.75rem, .7rem + .25vw, .875rem); --text-sm: clamp(.875rem, .8rem + .35vw, 1rem); --text-base: clamp(1rem, .95rem + .25vw, 1.125rem); --text-lg: clamp(1.125rem, 1rem + .75vw, 1.5rem); --text-xl: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem); --text-2xl: clamp(2rem, 1.2rem + 2.5vw, 3.5rem); --text-3xl: clamp(2.5rem, 1rem + 4vw, 5rem); --space-1: .25rem; --space-2: .5rem; --space-3: .75rem; --space-4: 1rem; --space-5: 1.25rem; --space-6: 1.5rem; --space-8: 2rem; --space-10: 2.5rem; --space-12: 3rem; --space-16: 4rem; --space-20: 5rem; --bg: #fdfcfd; --surface: #ffffff; --surface-2: #fbf9fc; --border: #e8e3ed; --text: #1a1626; --text-muted: #6b5e7e; --primary: #7c3aed; --primary-hover: #6d28d9; --highlight: #f3e8ff; --accent: #1e1a2f; --radius-sm: .5rem; --radius-md: .75rem; --radius-lg: 1rem; --radius-xl: 1.5rem; --shadow-sm: 0 4px 16px rgba(124, 58, 237, .08); --shadow-md: 0 12px 40px rgba(124, 58, 237, .12); --content-wide: 1200px; --content-default: 960px; } .bc-elite * { box-sizing: border-box; margin: 0; padding: 0; } .bc-elite { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; line-height: 1.7; color: var(--text); background: var(--bg); } .bc-elite img, .bc-elite svg { display: block; max-width: 100%; height: auto; } .bc-elite a { text-decoration: none; color: inherit; } .bc-wrap { max-width: var(--content-wide); margin: 0 auto; padding: 0 var(--space-4); } .bc-narrow { max-width: var(--content-default); margin: 0 auto; } .bc-hero { padding: var(--space-20) 0 var(--space-16); text-align: center; background: linear-gradient(135deg, var(--surface) 0%, var(--surface-2) 100%); } .bc-hero h1 { font-size: var(--text-3xl); font-weight: 800; line-height: 1.05; max-width: 28ch; margin: 0 auto var(--space-6); background: linear-gradient(135deg, var(--primary), #a78bfa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .bc-hero-subtitle { font-size: var(--text-lg); color: var(--tex