{"title":"Bruchi Elite Circle - Only For You (Copy)","description":"\u003cstyle\u003e\n  :root {\n    --text-xs: clamp(.75rem, .7rem + .25vw, .875rem);\n    --text-sm: clamp(.875rem, .8rem + .35vw, 1rem);\n    --text-base: clamp(1rem, .95rem + .25vw, 1.125rem);\n    --text-lg: clamp(1.125rem, 1rem + .75vw, 1.5rem);\n    --text-xl: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);\n    --text-2xl: clamp(2rem, 1.2rem + 2.5vw, 3.5rem);\n    --text-3xl: clamp(2.5rem, 1rem + 4vw, 5rem);\n\n    --space-1: .25rem; --space-2: .5rem; --space-3: .75rem; --space-4: 1rem;\n    --space-5: 1.25rem; --space-6: 1.5rem; --space-8: 2rem; --space-10: 2.5rem;\n    --space-12: 3rem; --space-16: 4rem; --space-20: 5rem;\n\n    --bg: #fdfcfd;\n    --surface: #ffffff;\n    --surface-2: #fbf9fc;\n    --border: #e8e3ed;\n    --text: #1a1626;\n    --text-muted: #6b5e7e;\n    --primary: #7c3aed;\n    --primary-hover: #6d28d9;\n    --highlight: #f3e8ff;\n    --accent: #1e1a2f;\n\n    --radius-sm: .5rem; --radius-md: .75rem; --radius-lg: 1rem; --radius-xl: 1.5rem;\n    --shadow-sm: 0 4px 16px rgba(124, 58, 237, .08);\n    --shadow-md: 0 12px 40px rgba(124, 58, 237, .12);\n\n    --content-wide: 1200px;\n    --content-default: 960px;\n  }\n\n  .bc-elite * { box-sizing: border-box; margin: 0; padding: 0; }\n  .bc-elite { \n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; \n    line-height: 1.7; \n    color: var(--text); \n    background: var(--bg);\n  }\n  .bc-elite img, .bc-elite svg { display: block; max-width: 100%; height: auto; }\n  .bc-elite a { text-decoration: none; color: inherit; }\n\n  .bc-wrap { max-width: var(--content-wide); margin: 0 auto; padding: 0 var(--space-4); }\n  .bc-narrow { max-width: var(--content-default); margin: 0 auto; }\n\n  .bc-hero { \n    padding: var(--space-20) 0 var(--space-16); \n    text-align: center; \n    background: linear-gradient(135deg, var(--surface) 0%, var(--surface-2) 100%);\n  }\n  .bc-hero h1 { \n    font-size: var(--text-3xl); \n    font-weight: 800; \n    line-height: 1.05; \n    max-width: 28ch; \n    margin: 0 auto var(--space-6); \n    background: linear-gradient(135deg, var(--primary), #a78bfa);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n  .bc-hero-subtitle { \n    font-size: var(--text-lg); \n    color: var(--text-muted); \n    max-width: 65ch; \n    margin: 0 auto var(--space-8); \n  }\n  .bc-hero-tag { \n    display: inline-flex; \n    align-items: center; \n    padding: .6rem 1.25rem; \n    background: var(--highlight); \n    color: var(--primary); \n    font-size: var(--text-xs); \n    font-weight: 700; \n    border-radius: 999px; \n    letter-spacing: .08em; \n    text-transform: uppercase; \n    margin-bottom: var(--space-5);\n  }\n\n  .bc-access { \n    background: var(--surface); \n    border: 1px solid var(--border); \n    border-radius: var(--radius-xl); \n    padding: var(--space-10); \n    box-shadow: var(--shadow-sm); \n    margin: var(--space-12) auto; \n    max-width: 48rem; \n    text-align: center; \n  }\n  .bc-access-icon { \n    width: 80px; height: 80px; \n    margin: 0 auto var(--space-6); \n    background: linear-gradient(135deg, var(--primary), #8b5cf6); \n    border-radius: 50%; \n    display: grid; \n    place-items: center; \n    color: white; \n    font-size: var(--text-xl); \n    font-weight: 700; \n  }\n  .bc-access strong { color: var(--primary); font-weight: 800; }\n\n  .bc-features { \n    display: grid; \n    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr)); \n    gap: var(--space-8); \n    margin: var(--space-12) 0; \n  }\n  .bc-feature { \n    background: var(--surface); \n    border: 1px solid var(--border); \n    border-radius: var(--radius-lg); \n    padding: var(--space-8); \n    transition: all var(--transition-interactive, .2s ease); \n  }\n  .bc-feature:hover { \n    border-color: var(--primary); \n    box-shadow: var(--shadow-md); \n    transform: translateY(-2px); \n  }\n  .bc-feature-emoji { \n    font-size: 2.5rem; \n    margin-bottom: var(--space-4); \n    display: block; \n  }\n\n  .bc-value { \n    padding: var(--space-12) 0; \n    background: var(--surface-2); \n  }\n  .bc-value-grid { \n    display: grid; \n    grid-template-columns: 1fr 1fr; \n    gap: var(--space-10); \n    align-items: center; \n  }\n  .bc-tier { \n    background: var(--surface); \n    border-radius: var(--radius-xl); \n    padding: var(--space-10); \n    border: 2px solid transparent; \n    text-align: center; \n  }\n  .bc-tier-primary { \n    border-color: var(--primary); \n    background: linear-gradient(135deg, var(--highlight) 0%, white 100%); \n  }\n  .bc-tier-badge { \n    display: inline-flex; \n    padding: .4rem .8rem; \n    background: var(--primary); \n    color: white; \n    border-radius: 999px; \n    font-size: var(--text-xs); \n    font-weight: 700; \n    letter-spacing: .08em; \n    text-transform: uppercase; \n  }\n\n  .bc-smart { \n    background: var(--surface); \n    border: 1px solid var(--border); \n    border-radius: var(--radius-xl); \n    padding: var(--space-10); \n    margin: var(--space-12) auto; \n    max-width: 52rem; \n    text-align: center; \n  }\n  .bc-smart-list { \n    display: grid; \n    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr)); \n    gap: var(--space-6); \n    margin-top: var(--space-6); \n  }\n  .bc-smart-item { \n    position: relative; \n    padding-left: 2.5rem; \n    padding-top: var(--space-2); \n  }\n  .bc-smart-item::before { \n    content: \"✔\"; \n    position: absolute; \n    left: 0; \n    top: .1em; \n    color: var(--primary); \n    font-weight: 800; \n    font-size: var(--text-lg); \n  }\n\n  .bc-cta { \n    text-align: center; \n    padding: var(--space-16) 0 var(--space-12); \n    background: linear-gradient(135deg, var(--primary) 0%, #8b5cf6 100%); \n    color: white; \n  }\n  .bc-btn { \n    display: inline-flex; \n    align-items: center; \n    gap: var(--space-3); \n    min-height: 52px; \n    padding: 0 var(--space-8); \n    background: white; \n    color: var(--primary); \n    border-radius: 999px; \n    font-size: var(--text-sm); \n    font-weight: 700; \n    border: 2px solid white; \n    transition: all .2s ease; \n  }\n  .bc-btn:hover { \n    transform: translateY(-1px); \n    box-shadow: 0 12px 32px rgba(255,255,255,.3); \n  }\n\n  @media (max-width: 920px) {\n    .bc-value-grid { grid-template-columns: 1fr; }\n    .bc-smart-list { grid-template-columns: 1fr; }\n  }\n  @media (max-width: 640px) {\n    .bc-hero h1 { font-size: clamp(2rem, 8vw, 3rem); }\n    .bc-features { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"bc-elite\"\u003e\n\u003csection class=\"bc-hero\"\u003e\n\u003cdiv class=\"bc-wrap\"\u003e\n\u003cdiv class=\"bc-hero-tag\"\u003e\u003cspan style=\"color: rgb(10, 33, 138);\"\u003eExclusive Access\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1\u003e\u003cspan style=\"color: rgb(11, 29, 111);\"\u003eBruchi Elite Circle\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"bc-hero-subtitle\"\u003eReserved for the Elite Circle. Not everyone gets access to this. And if you're here — you've already been selected.\u003c\/p\u003e\n\u003cdiv style=\"background: rgba(124,58,237,.15); color: var(--primary);\" class=\"bc-hero-tag\"\u003e👉 If you can see this, you're part of a very small circle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"bc-wrap\"\u003e\n\u003cdiv class=\"bc-access\"\u003e\n\u003cdiv class=\"bc-access-icon\"\u003e\u003cspan style=\"color: rgb(17, 2, 90);\"\u003e👑\u003c\/span\u003e\u003c\/div\u003e\n\u003ch2 style=\"font-size: clamp(1.75rem, 4vw, 2.25rem); margin-bottom: var(--space-4);\"\u003eWelcome to the \u003cspan style=\"color: rgb(255, 255, 0);\"\u003e\u003cstrong\u003eBruchi Elite Circle\u003c\/strong\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp style=\"font-size: var(--text-lg); max-width: 60ch; margin: 0 auto;\"\u003eA private collection curated for those who value comfort, quality, and effortless everyday luxury.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"bc-wrap\"\u003e\n\u003ch2 style=\"font-size: var(--text-2xl); text-align: center; margin: var(--space-12) 0 var(--space-8);\"\u003eThese are \u003cstrong\u003enot regular styles\u003c\/strong\u003e\n\u003c\/h2\u003e\n\u003cp style=\"font-size: var(--text-lg); text-align: center; max-width: 70ch; margin: 0 auto var(--space-10); color: var(--text-muted);\"\u003eThese are handpicked essentials designed to feel better on your skin, last longer in your wardrobe, and elevate your daily comfort without trying too hard.\u003c\/p\u003e\n\u003cdiv class=\"bc-features\"\u003e\n\u003cdiv class=\"bc-feature\"\u003e\n\u003cspan class=\"bc-feature-emoji\"\u003e✨\u003c\/span\u003e\n\u003ch3\u003ePersonal Comfort\u003c\/h3\u003e\n\u003cp\u003eEvery piece created with one purpose: to give you comfort that feels personal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bc-feature\"\u003e\n\u003cspan class=\"bc-feature-emoji\"\u003e🎯\u003c\/span\u003e\n\u003ch3\u003eFunction + Indulgence\u003c\/h3\u003e\n\u003cp\u003eFrom breathable fabrics to flattering fits, where function meets indulgence — seamlessly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bc-feature\"\u003e\n\u003cspan class=\"bc-feature-emoji\"\u003e🔒\u003c\/span\u003e\n\u003ch3\u003eTruly Exclusive\u003c\/h3\u003e\n\u003cp\u003eStyles not visible to everyone. Limited pieces to maintain true exclusivity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"bc-value\"\u003e\n\u003cdiv class=\"bc-wrap\"\u003e\n\u003cdiv class=\"bc-value-grid\"\u003e\n\u003cdiv\u003e\n\u003ch2 style=\"font-size: var(--text-xl); margin-bottom: var(--space-4);\"\u003e💎 Make the Most of Your Elite Access\u003c\/h2\u003e\n\u003cp style=\"color: var(--text-muted); max-width: 50ch; margin-bottom: var(--space-6);\"\u003eMost customers in the Elite Circle don't stop at just one.\u003c\/p\u003e\n\u003cp style=\"font-size: var(--text-lg); color: var(--text-muted);\"\u003e\u003cstrong\u003eThey build their comfort wardrobe\u003c\/strong\u003e — because once you feel the difference, one is never enough.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bc-tier bc-tier-primary\"\u003e\n\u003cdiv class=\"bc-tier-badge\"\u003eBest Value\u003c\/div\u003e\n\u003ch3 style=\"margin: var(--space-4) 0;\"\u003eUnlock More As You Shop\u003c\/h3\u003e\n\u003cdiv style=\"font-size: var(--text-lg); opacity: .9; line-height: 1.6;\"\u003eBuy 2 → \u003cstrong\u003eExtra 10% OFF\u003c\/strong\u003e\u003cbr\u003eBuy 3 → \u003cstrong\u003eExtra 15% OFF\u003c\/strong\u003e\u003cbr\u003eExtra savings on prepaid orders\u003c\/div\u003e\n\u003cdiv style=\"margin-top: var(--space-4); font-size: var(--text-sm); color: var(--primary); font-weight: bold;\"\u003e👉 The more you choose, the better it gets.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"bc-wrap\"\u003e\n\u003cdiv class=\"bc-smart\"\u003e\n\u003ch2 style=\"font-size: var(--text-xl); margin-bottom: var(--space-4);\"\u003e🔥 Smart Picks (Recommended)\u003c\/h2\u003e\n\u003cp style=\"color: var(--text-muted); margin-bottom: var(--space-6);\"\u003ePick 2–3 styles for everyday rotation\u003c\/p\u003e\n\u003cdiv class=\"bc-smart-list\"\u003e\n\u003cdiv class=\"bc-smart-item\"\u003eMix essentials + statement prints\u003c\/div\u003e\n\u003cdiv class=\"bc-smart-item\"\u003eUpgrade your full innerwear drawer in one go\u003c\/div\u003e\n\u003cdiv class=\"bc-smart-item\"\u003eBecause comfort isn't something you should run out of\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"bc-cta\"\u003e\n\u003cdiv class=\"bc-wrap\"\u003e\n\u003ch2 style=\"font-size: var(--text-2xl); margin-bottom: var(--space-4);\"\u003e⏳ This access won't stay open for long\u003c\/h2\u003e\n\u003cp style=\"max-width: 60ch; margin: 0 auto var(--space-8); opacity: .95;\"\u003eAnd once closed, these styles won't be visible again.\u003c\/p\u003e\n\u003cp style=\"font-size: var(--text-lg); margin-bottom: var(--space-10); opacity: .9;\"\u003e👉 Complete your picks while your Elite access is still active.\u003c\/p\u003e\n\u003ca class=\"bc-btn\" href=\"#shop-elite\"\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eExplore Elite Circle Collection \u003cspan style=\"font-size: .85em;\"\u003e👇\u003c\/span\u003e \u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","products":[],"url":"https:\/\/www.bruchiclub.com\/collections\/bruchi-elite-circle-only-for-you-copy.oembed","provider":"Bruchiclub","version":"1.0","type":"link"}