:root{--bh-space-section: clamp(3.6rem, 7vw, 6.4rem);--bh-space-block: clamp(1.8rem, 3.5vw, 2.8rem);--bh-gap-grid: clamp(1rem, 2vw, 1.6rem);--bh-gold-gradient: linear-gradient(135deg, #C9A66B 0%, #B58A4A 50%, #8B6835 100%);--bh-glass: rgba(46, 33, 24, .62);--bh-ease-luxury: cubic-bezier(.22, 1, .36, 1);--bh-radius-luxury: clamp(1.2rem, 2.5vw, 2rem)}.bh-section-head{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;column-gap:1.6rem;row-gap:.8rem;margin-bottom:var(--bh-space-block)}.bh-section-head--center{flex-direction:column;align-items:center;text-align:center}.bh-section-head__eyebrow{display:block;font-size:1.1rem;letter-spacing:.22em;text-transform:uppercase;color:var(--barraka-gold);margin-bottom:.6rem}.bh-section-head__title{font-family:var(--font-heading-family);font-size:clamp(2.4rem,4vw,3.2rem);line-height:1.12;margin:0;color:var(--barraka-dark);font-weight:400}.bh-section-head__title:after{content:"";display:block;width:3.6rem;height:1px;margin-top:.9rem;background:linear-gradient(90deg,var(--barraka-gold) 0%,rgba(181,138,74,.15) 100%)}.bh-section-head--center .bh-section-head__title:after{width:5rem;margin-left:auto;margin-right:auto;background:linear-gradient(90deg,transparent,var(--barraka-gold),transparent)}.bh-section-head__link{font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase;color:var(--barraka-gold);text-decoration:none;white-space:nowrap;border-bottom:1px solid transparent;transition:border-color var(--barraka-transition),color var(--barraka-transition)}.bh-section-head__link:hover{color:var(--barraka-earth);border-bottom-color:var(--barraka-earth)}.bh-section-head__desc{width:100%;margin:.4rem 0 0;opacity:.78;line-height:1.65;max-width:52rem}.bh-section-head--center .bh-section-head__desc{margin-left:auto;margin-right:auto}.bh-hero{position:relative;display:flex;align-items:flex-end;min-height:clamp(480px,82vh,720px);overflow:hidden;background-color:var(--barraka-dark)}.bh-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.bh-hero__media img,.bh-hero__media .placeholder-svg{width:100%;height:100%;object-fit:cover;object-position:center 25%}.bh-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#2e211826,#2e211873 55%,#2e2118d1)}.bh-hero__inner{position:relative;z-index:1;width:100%;padding:clamp(2.4rem,5vw,4.8rem) 1.5rem}.bh-hero__content{max-width:54rem;color:var(--barraka-warm-white)}.bh-hero__eyebrow{display:inline-block;font-size:1rem;letter-spacing:.24em;text-transform:uppercase;color:var(--barraka-gold-light);margin-bottom:1rem}.bh-hero__title{font-family:var(--font-heading-family);font-size:clamp(3rem,6.5vw,5.6rem);line-height:1.06;margin:0 0 1.2rem;text-shadow:0 2px 20px rgba(46,33,24,.25)}.bh-hero__text{font-size:clamp(1.35rem,2vw,1.65rem);line-height:1.65;opacity:.92;margin:0 0 2rem;max-width:44rem;font-weight:300}.bh-hero__actions{display:flex;flex-wrap:wrap;column-gap:1rem;row-gap:.8rem}.bh-hero__actions .button{min-width:14rem}@media screen and (min-width:750px){.bh-hero{align-items:center;min-height:clamp(480px,82vh,720px)}.bh-hero__overlay{background:linear-gradient(105deg,#2e2118e0,#2e21188c 42%,#2e21181f)}.bh-hero__inner{padding-top:5rem;padding-bottom:5rem}}@media screen and (max-width:749px){.bh-hero{min-height:clamp(280px,48vh,380px);align-items:flex-end}.bh-hero__inner{padding:1.4rem 1.5rem 1.2rem}.bh-hero__eyebrow{font-size:.85rem;letter-spacing:.18em;margin-bottom:.5rem}.bh-hero__title{font-size:clamp(2.2rem,8.5vw,2.8rem);margin-bottom:.8rem}.bh-hero__text{display:none}.bh-hero__actions{column-gap:.6rem}.bh-hero__actions .button{flex:1 1 100%;max-width:100%;min-width:unset;padding:1.1rem 1.2rem;font-size:1rem}}.bh-rail{width:100%;overflow:hidden}.bh-rail__track{display:flex;column-gap:var(--bh-gap-grid);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-padding-inline:1.5rem;padding:.2rem 1.5rem .8rem;margin:0;list-style:none}.bh-rail__track::-webkit-scrollbar{display:none}.bh-rail__slide{flex:0 0 auto;scroll-snap-align:start;list-style:none}@media screen and (min-width:750px){.bh-rail__track{scroll-padding-inline:max(1.5rem,calc((100vw - var(--page-width)) / 2 + 1.5rem));padding-left:max(1.5rem,calc((100vw - var(--page-width)) / 2 + 1.5rem));padding-right:max(1.5rem,calc((100vw - var(--page-width)) / 2 + 1.5rem))}}.bh-categories{padding:var(--bh-space-section) 0;background:var(--barraka-warm-white)}.bh-categories__track .bh-rail__slide{width:min(76vw,22rem)}.bh-categories__card{position:relative;display:block;text-decoration:none;border-radius:var(--barraka-radius-md);overflow:hidden;aspect-ratio:4 / 5;box-shadow:var(--barraka-shadow-soft);transition:transform var(--barraka-transition),box-shadow var(--barraka-transition)}.bh-categories__card:hover{transform:translateY(-3px);box-shadow:var(--barraka-shadow-hover)}.bh-categories__card img,.bh-categories__card .placeholder-svg{width:100%;height:100%;object-fit:cover;transition:transform var(--barraka-transition-slow)}.bh-categories__card:hover img{transform:scale(1.04)}.bh-categories__label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding:1.2rem;background:linear-gradient(to top,rgba(46,33,24,.75) 0%,transparent 55%);color:var(--barraka-warm-white);font-family:var(--font-heading-family);font-size:clamp(1.5rem,3vw,1.85rem);letter-spacing:.04em}.bh-categories__card-foot .bh-categories__label{position:static;inset:auto;display:block;padding:0;background:none;font-size:clamp(1.2rem,2.5vw,1.55rem);letter-spacing:.05em;text-align:center}.bh-products{padding:var(--bh-space-section) 0}.bh-products--ivory{background:var(--barraka-ivory)}.bh-products--dark{background:var(--barraka-dark);color:var(--barraka-warm-white)}.bh-products--dark .bh-section-head__link{color:var(--barraka-gold-light)}.bh-products--dark .bh-section-head__link:hover{color:var(--barraka-warm-white)}.bh-products--dark .bh-section-head__eyebrow{color:var(--barraka-gold-light)}.bh-products--dark .bh-section-head__desc{color:#faf8f4c7}.bh-products__track{padding-bottom:1rem}.bh-products__track .bh-rail__slide{width:min(52vw,26rem)}.bh-products--carousel-large .bh-products__track .bh-rail__slide{width:min(78vw,30rem)}.bh-products__track .barraka-card .card__inner{border-radius:var(--barraka-radius-md);overflow:hidden}.bh-products__track .card__heading{font-size:clamp(1.25rem,2.5vw,1.45rem)}.bh-editorial{padding:var(--bh-space-section) 0;background:var(--barraka-warm-white)}.bh-editorial__split{display:grid;grid-template-columns:1fr;border-radius:var(--barraka-radius-md);overflow:hidden;box-shadow:var(--barraka-shadow-hover);text-decoration:none;color:inherit}.bh-editorial__media{aspect-ratio:4 / 5;overflow:hidden}.bh-editorial__media img,.bh-editorial__media .placeholder-svg{width:100%;height:100%;object-fit:cover;transition:transform var(--barraka-transition-slow)}.bh-editorial__split:hover .bh-editorial__media img{transform:scale(1.03)}.bh-editorial__body{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,4vw,3.6rem);background:var(--barraka-dark);color:var(--barraka-warm-white)}.bh-editorial__tag{font-size:1rem;letter-spacing:.2em;text-transform:uppercase;color:var(--barraka-gold-light);margin-bottom:1rem}.bh-editorial__title{font-family:var(--font-heading-family);font-size:clamp(2.4rem,4vw,3.6rem);line-height:1.1;margin:0 0 1rem}.bh-editorial__text{opacity:.85;line-height:1.65;margin:0 0 1.6rem;max-width:36rem}.bh-editorial__cta{display:inline-flex;align-items:center;column-gap:.6rem;font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase;color:var(--barraka-gold)}.bh-editorial--atn .bh-editorial__body{position:relative;overflow:hidden;background:linear-gradient(135deg,#0f2a18 0%,var(--barraka-dark) 55%,#1a120c 100%)}.bh-editorial--atn .bh-editorial__tag{color:#7ddea8;letter-spacing:.18em}.bh-editorial--atn .bh-editorial__title{color:#fff}.bh-editorial--atn .bh-editorial__cta{color:#fff;border-bottom:1px solid rgba(0,149,63,.55);padding-bottom:.15rem;width:fit-content;transition:color .25s ease,border-color .25s ease,gap .25s ease}.bh-editorial--atn .bh-editorial__split:hover .bh-editorial__cta{color:#7ddea8;border-bottom-color:var(--atn-green, #00953f);gap:.85rem}.bh-editorial__atn-logo{position:absolute;top:1.25rem;right:1.25rem;width:clamp(3rem,8vw,4.25rem);opacity:.22;pointer-events:none}.bh-editorial__atn-logo img{width:100%;height:auto;object-fit:contain;display:block;filter:brightness(0) invert(1)}@media screen and (min-width:750px){.bh-editorial__split{grid-template-columns:1.1fr .9fr;min-height:28rem}.bh-editorial__media{aspect-ratio:auto;min-height:100%}}.bh-banner{padding:var(--bh-space-section) 0}.bh-banner--gold{background:linear-gradient(135deg,var(--barraka-earth) 0%,var(--barraka-dark) 100%);color:var(--barraka-warm-white)}.bh-banner--ivory{background:var(--barraka-ivory);color:var(--barraka-dark)}.bh-banner__inner{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:56rem;margin:0 auto}.bh-banner__title{font-family:var(--font-heading-family);font-size:clamp(2.4rem,4.5vw,3.4rem);line-height:1.12;margin:0 0 1rem}.bh-banner__text{opacity:.88;line-height:1.65;margin:0 0 2rem;font-size:clamp(1.35rem,2vw,1.55rem)}.bh-banner__stats{display:flex;flex-wrap:wrap;justify-content:center;column-gap:2rem;row-gap:1rem;margin-bottom:2rem}.bh-banner__stat-value{display:block;font-family:var(--font-heading-family);font-size:2.4rem;color:var(--barraka-gold-light);line-height:1.1}.bh-banner__stat-label{font-size:1rem;letter-spacing:.08em;text-transform:uppercase;opacity:.8}.bh-trust{background:var(--barraka-dark);color:var(--barraka-warm-white);padding:1.4rem 0;border-bottom:1px solid rgba(181,138,74,.2)}.bh-trust__grid{display:grid;grid-template-columns:repeat(2,1fr);column-gap:1rem;row-gap:1.2rem;list-style:none;margin:0;padding:0}.bh-trust__item{display:flex;align-items:center;column-gap:.8rem}.bh-trust__icon{flex-shrink:0;width:2rem;height:2rem;color:var(--barraka-gold)}.bh-trust__label{font-size:1.05rem;letter-spacing:.03em;line-height:1.3}@media screen and (min-width:750px){.bh-trust__grid{grid-template-columns:repeat(4,1fr)}}.bh-testimonials{padding:var(--bh-space-section) 0;background:var(--barraka-ivory)}.bh-testimonials__track .bh-rail__slide{width:min(88vw,38rem)}.bh-testimonials__card{background:var(--barraka-warm-white);border-radius:var(--barraka-radius-md);padding:2rem;box-shadow:var(--barraka-shadow-soft);height:100%}.bh-testimonials__stars{color:var(--barraka-gold);letter-spacing:.15em;margin-bottom:1rem;font-size:1.2rem}.bh-testimonials__quote{font-family:var(--font-heading-family);font-size:clamp(1.45rem,2.5vw,1.75rem);line-height:1.45;margin:0 0 1.4rem;font-style:italic}.bh-testimonials__author{font-size:1.15rem;opacity:.75}.bh-reveal{opacity:0;transform:translateY(28px);transition:opacity .85s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1)}.bh-reveal.is-visible{opacity:1;transform:translateY(0)}.bh-reveal--delay-1{transition-delay:.08s}.bh-reveal--delay-2{transition-delay:.16s}.bh-reveal--delay-3{transition-delay:.24s}.bh-reveal--delay-4{transition-delay:.32s}.bh-reveal--delay-5{transition-delay:.4s}@media(prefers-reduced-motion:reduce){.bh-reveal{opacity:1;transform:none;transition:none}}.bh-hero .bh-reveal{animation:bh-hero-enter .85s cubic-bezier(.22,1,.36,1) forwards}.bh-hero .bh-reveal--delay-1{animation-delay:.1s}.bh-hero .bh-reveal--delay-2{animation-delay:.2s}.bh-hero .bh-reveal--delay-3{animation-delay:.32s}@keyframes bh-hero-enter{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.bh-hero--motion .bh-hero__media img,.bh-hero--motion .bh-hero__media .placeholder-svg{transform:scale(1.08);will-change:transform;animation:bh-hero-zoom 18s ease-in-out infinite alternate}@keyframes bh-hero-zoom{0%{transform:scale(1.06)}to{transform:scale(1.12)}}.bh-hero__shimmer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(115deg,transparent 40%,rgba(181,138,74,.12) 50%,transparent 60%);background-size:200% 100%;animation:bh-shimmer 7s ease-in-out infinite;mix-blend-mode:soft-light}@keyframes bh-shimmer{0%,to{background-position:200% 0}50%{background-position:-200% 0}}.bh-hero__eyebrow{position:relative;padding-bottom:.5rem}.bh-hero__eyebrow:after{content:"";position:absolute;left:0;bottom:0;width:2.4rem;height:1px;background:linear-gradient(90deg,var(--barraka-gold-light),transparent);animation:bh-line-grow 1.2s cubic-bezier(.22,1,.36,1) .6s both}@keyframes bh-line-grow{0%{width:0;opacity:0}to{width:2.4rem;opacity:1}}.bh-hero__actions .button{position:relative;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}.bh-hero__actions .button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #b58a4a59}.bh-trust{position:relative;overflow:hidden}.bh-trust:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(181,138,74,.08),transparent);animation:bh-trust-sweep 8s ease-in-out infinite}@keyframes bh-trust-sweep{0%,to{left:-100%}50%{left:140%}}.bh-trust__icon{transition:transform .4s ease,color .4s ease}.bh-trust__item:hover .bh-trust__icon{transform:scale(1.12);color:var(--barraka-gold-light)}.bh-categories__card{border-radius:clamp(1.2rem,3vw,2rem);box-shadow:0 4px 20px #2e211814,0 0 0 1px #b58a4a0f}.bh-categories__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:inherit;box-shadow:inset 0 0 0 1px #ffffff1f;pointer-events:none;transition:box-shadow .4s ease}.bh-categories__card:hover:before{box-shadow:inset 0 0 0 1px #b58a4a59}.bh-categories__card:hover{transform:translateY(-6px) scale(1.01)}.bh-categories__card:hover .bh-categories__label{transform:none}.bh-rail{position:relative}.bh-rail:before,.bh-rail:after{content:"";position:absolute;top:0;bottom:0;width:2.4rem;z-index:2;pointer-events:none;transition:opacity .3s ease}.bh-rail:before{left:0;background:linear-gradient(90deg,var(--barraka-warm-white, #faf8f4) 0%,transparent 100%)}.bh-categories .bh-rail:before{background:linear-gradient(90deg,var(--barraka-warm-white) 0%,transparent 100%)}.bh-products--ivory .bh-rail:before{background:linear-gradient(90deg,var(--barraka-ivory) 0%,transparent 100%)}.bh-products--dark .bh-rail:before{background:linear-gradient(90deg,var(--barraka-dark) 0%,transparent 100%)}.bh-testimonials .bh-rail:before{background:linear-gradient(90deg,var(--barraka-ivory) 0%,transparent 100%)}.bh-rail:after{right:0;background:linear-gradient(-90deg,var(--barraka-warm-white, #faf8f4) 0%,transparent 100%)}.bh-categories .bh-rail:after{background:linear-gradient(-90deg,var(--barraka-warm-white) 0%,transparent 100%)}.bh-products--ivory .bh-rail:after{background:linear-gradient(-90deg,var(--barraka-ivory) 0%,transparent 100%)}.bh-products--dark .bh-rail:after{background:linear-gradient(-90deg,var(--barraka-dark) 0%,transparent 100%)}.bh-testimonials .bh-rail:after{background:linear-gradient(-90deg,var(--barraka-ivory) 0%,transparent 100%)}.bh-rail__track.is-scrolled-end:after{opacity:0}.bh-products__track .barraka-card{transition:transform .4s ease}.bh-products__track .barraka-card:hover{transform:translateY(-4px)}.bh-products__track .card__inner{transition:box-shadow .4s ease}.bh-products__track .barraka-card:hover .card__inner{box-shadow:0 12px 32px #2e211824}.bh-editorial__split{border-radius:clamp(1.6rem,4vw,2.8rem);position:relative}.bh-editorial__media--float{position:relative}@media screen and (min-width:750px){.bh-editorial__media--float{transform:rotate(-1.5deg) translateY(8px);transition:transform .6s cubic-bezier(.22,1,.36,1)}.bh-editorial__split:hover .bh-editorial__media--float{transform:rotate(0) translateY(0)}.bh-editorial__body{margin-left:-2rem;border-radius:0 clamp(1.2rem,2vw,1.8rem) clamp(1.2rem,2vw,1.8rem) 0;position:relative;z-index:1}}.bh-editorial__cta{position:relative;transition:letter-spacing .35s ease,color .35s ease}.bh-editorial__split:hover .bh-editorial__cta{letter-spacing:.14em}.bh-testimonials__card{border-radius:clamp(1.2rem,3vw,2rem);position:relative;border:1px solid rgba(181,138,74,.12);transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease}.bh-testimonials__card:before{content:"\201c";position:absolute;top:.6rem;right:1.4rem;font-family:var(--font-heading-family);font-size:5rem;line-height:1;color:var(--barraka-gold);opacity:.15;pointer-events:none}.bh-testimonials__card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #2e21181a;border-color:#b58a4a47}.bh-banner--ivory{position:relative;overflow:hidden}.bh-banner--ivory:before{content:"";position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;background:radial-gradient(circle at 30% 50%,rgba(181,138,74,.08) 0%,transparent 50%);animation:bh-banner-glow 10s ease-in-out infinite alternate}@keyframes bh-banner-glow{0%{transform:translate(0) scale(1)}to{transform:translate(5%,-3%) scale(1.1)}}.bh-banner--ivory .bh-banner__inner{position:relative;z-index:1}.bh-emprende{position:relative;padding:clamp(4rem,8vw,7rem) 0;overflow:hidden;min-height:clamp(420px,65vh,580px);display:flex;align-items:center}.bh-emprende__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.bh-emprende__bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.bh-emprende--has-image .bh-emprende__bg-img{animation:bh-emprende-pan 22s ease-in-out infinite alternate}.bh-emprende__bg-fallback{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#2e2118,#5a4333 45%,#3d2c22)}.bh-emprende__bg-placeholder{position:absolute;top:0;right:0;bottom:0;left:0}.bh-emprende__bg-placeholder .placeholder-svg{width:100%;height:100%;object-fit:cover}.bh-emprende__bg-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(135deg,#2e2118f2,#2e2118c7 45%,#2e2118a6)}.bh-emprende__bg-glow{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:radial-gradient(ellipse 60% 80% at 75% 50%,rgba(181,138,74,.25) 0%,transparent 70%);animation:bh-emprende-glow 6s ease-in-out infinite alternate}@keyframes bh-emprende-glow{0%{opacity:.6}to{opacity:1}}.bh-emprende__shell{position:relative;z-index:3;width:100%}.bh-emprende__panel{max-width:52rem;padding:clamp(2rem,4vw,3.2rem);background:#2e2118b8;border-radius:clamp(1.4rem,3vw,2.4rem);border:1px solid rgba(181,138,74,.25);box-shadow:0 24px 64px #00000059,inset 0 1px #ffffff0f;color:var(--barraka-warm-white);isolation:isolate}.bh-emprende--has-image .bh-emprende__panel{background:#2e2118e0;backdrop-filter:none;-webkit-backdrop-filter:none}@keyframes bh-emprende-pan{0%{transform:scale(1.05) translate(-1%)}to{transform:scale(1.1) translate(1%)}}.bh-emprende:not(.bh-emprende--has-image) .bh-emprende__panel{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.bh-emprende__eyebrow{display:inline-block;font-size:1rem;letter-spacing:.22em;text-transform:uppercase;color:var(--barraka-gold-light);margin-bottom:.8rem}.bh-emprende__title{font-family:var(--font-heading-family);font-size:clamp(2.6rem,5vw,4rem);line-height:1.08;margin:0 0 1rem}.bh-emprende__text{opacity:.88;line-height:1.65;margin:0 0 2rem;font-size:clamp(1.3rem,2vw,1.55rem);max-width:40rem}.bh-emprende__stats{display:grid;grid-template-columns:repeat(3,1fr);column-gap:1.2rem;row-gap:1.4rem;margin-bottom:2rem;padding-top:1.2rem;border-top:1px solid rgba(181,138,74,.28);position:relative;z-index:1}.bh-emprende__stat-value{display:block;font-family:var(--font-heading-family);font-size:clamp(2.2rem,4vw,3.2rem);line-height:1;color:var(--barraka-gold-light);font-variant-numeric:tabular-nums;opacity:1;visibility:visible}.bh-emprende__stat-value.is-done{text-shadow:0 0 24px rgba(181,138,74,.4)}.bh-emprende__stat-label{display:block;margin-top:.4rem;font-size:.95rem;letter-spacing:.1em;text-transform:uppercase;opacity:.75}.bh-emprende__cta{min-width:16rem;position:relative;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}.bh-emprende__cta:hover{transform:translateY(-2px);box-shadow:0 10px 28px #b58a4a66}@media screen and (max-width:749px){.bh-emprende{min-height:auto;padding:3rem 0}.bh-emprende__stats{grid-template-columns:1fr;text-align:center}.bh-emprende__panel{margin:0 .4rem}.bh-rail:before,.bh-rail:after{width:1.2rem}}@media(prefers-reduced-motion:reduce){.bh-hero--motion .bh-hero__media img,.bh-hero--motion .bh-hero__media .placeholder-svg,.bh-hero__shimmer,.bh-trust:before,.bh-emprende__bg-glow,.bh-banner--ivory:before,.bh-emprende--has-image .bh-emprende__bg-img{animation:none}}.bh-btn{letter-spacing:.12em;font-size:1.05rem;padding:1.15rem 2rem;position:relative;overflow:hidden;z-index:0}.bh-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--bh-gold-gradient);opacity:0;transition:opacity .4s var(--bh-ease-luxury)}.bh-btn:hover:before{opacity:1}.bh-btn--ghost{background:transparent;border:1px solid rgba(250,248,244,.55);color:var(--barraka-warm-white);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.bh-btn--ghost:hover{border-color:var(--barraka-gold-light);color:var(--barraka-warm-white)}.bh-hero__grain{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E")}.bh-hero__vignette{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;box-shadow:inset 0 0 120px #2e211873}.bh-hero__badge{display:inline-flex;align-items:center;column-gap:.5rem;padding:.45rem 1rem;margin-bottom:1.2rem;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--barraka-gold-light);border:1px solid rgba(201,166,107,.45);border-radius:999px;background:#2e211859;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bh-hero__badge-dot{width:.45rem;height:.45rem;border-radius:50%;background:var(--barraka-gold-light);box-shadow:0 0 8px #c9a66bcc;animation:bh-pulse-dot 2.4s ease-in-out infinite}@keyframes bh-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.bh-hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;row-gap:.5rem;color:#faf8f4a6;font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;pointer-events:none}.bh-hero__scroll-line{width:1px;height:3.2rem;background:linear-gradient(to bottom,var(--barraka-gold-light),transparent);animation:bh-scroll-line 2s ease-in-out infinite}@keyframes bh-scroll-line{0%,to{transform:scaleY(.4);opacity:.4;transform-origin:top}50%{transform:scaleY(1);opacity:1}}.bh-hero__title em{font-style:italic;color:var(--barraka-gold-light);font-weight:400}.bh-trust__icon-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;border-radius:50%;background:#b58a4a1a;border:1px solid rgba(181,138,74,.28);transition:border-color .4s ease,box-shadow .4s ease,transform .4s ease}.bh-trust__item:hover .bh-trust__icon-wrap{border-color:var(--barraka-gold-light);box-shadow:0 0 20px #b58a4a40;transform:scale(1.05)}.bh-trust__icon{width:1.35rem;height:1.35rem}.bh-trust__label{font-size:.95rem;letter-spacing:.06em}@media screen and (min-width:750px){.bh-trust{padding:1.8rem 0}.bh-trust__grid{column-gap:2rem}.bh-trust__item{justify-content:center;flex-direction:column;text-align:center;row-gap:.6rem}}.bh-categories{position:relative}.bh-categories:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:min(90%,40rem);height:1px;background:linear-gradient(90deg,transparent,rgba(181,138,74,.2),transparent)}.bh-categories__card-foot{position:absolute;inset:auto 0 0 0;z-index:2;display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:.6rem;padding:1.2rem 1.1rem;background:linear-gradient(to top,rgba(46,33,24,.92) 0%,rgba(46,33,24,.35) 75%,transparent 100%)}.bh-categories__index{font-size:.7rem;letter-spacing:.2em;color:var(--barraka-gold-light);opacity:.85}.bh-categories__label{position:static;inset:auto;display:block;padding:0;background:none;font-size:clamp(1.35rem,3vw,1.7rem)}.bh-categories__arrow{display:flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:50%;border:1px solid rgba(250,248,244,.35);font-size:1rem;color:var(--barraka-warm-white);transition:transform .4s var(--bh-ease-luxury),border-color .4s ease,background .4s ease}.bh-categories__card:hover .bh-categories__arrow{transform:translate(3px);border-color:var(--barraka-gold-light);background:#b58a4a40}.bh-rail-hint{display:flex;align-items:center;justify-content:center;column-gap:.4rem;margin-top:.6rem;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:#2e211873}.bh-rail-hint__dots{display:flex;column-gap:.25rem}.bh-rail-hint__dots span{width:.25rem;height:.25rem;border-radius:50%;background:var(--barraka-gold);opacity:.35;animation:bh-hint-pulse 1.6s ease-in-out infinite}.bh-rail-hint__dots span:nth-child(2){animation-delay:.2s}.bh-rail-hint__dots span:nth-child(3){animation-delay:.4s}@keyframes bh-hint-pulse{0%,to{opacity:.25;transform:scale(1)}50%{opacity:.9;transform:scale(1.3)}}.bh-rail-wrap{position:relative}.bh-rail__btn{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:3.2rem;height:3.2rem;border-radius:50%;border:1px solid rgba(181,138,74,.35);background:var(--barraka-warm-white);color:var(--barraka-dark);cursor:pointer;align-items:center;justify-content:center;box-shadow:0 4px 20px #2e21181f;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease,opacity .3s ease}.bh-rail__btn:hover:not(:disabled){border-color:var(--barraka-gold);box-shadow:var(--barraka-shadow-gold);transform:translateY(-50%) scale(1.05)}.bh-rail__btn:disabled{opacity:.25;cursor:default}.bh-rail__btn svg{width:1.1rem;height:1.1rem}.bh-rail__btn--prev{left:max(.5rem,calc((100vw - var(--page-width)) / 2 - 1rem))}.bh-rail__btn--next{right:max(.5rem,calc((100vw - var(--page-width)) / 2 - 1rem))}@media screen and (min-width:750px){.bh-rail-wrap--nav .bh-rail__btn{display:flex}}.bh-products--dark{position:relative;overflow:hidden}.bh-products--dark:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.04;background-image:radial-gradient(circle at center,var(--barraka-gold-light) 1px,transparent 1px);background-size:32px 32px}.bh-products--dark .bh-section-head__title{color:var(--barraka-warm-white)}.bh-products--dark .bh-section-head__title:after{background:linear-gradient(90deg,var(--barraka-gold-light),transparent)}.bh-products__track .barraka-card .card__inner{border-radius:var(--bh-radius-luxury);border:1px solid rgba(181,138,74,.08)}.bh-products--dark .barraka-card .card__inner{border-color:#b58a4a26;background:#faf8f408}.bh-products--dark .card__heading a,.bh-products--dark .price{color:var(--barraka-warm-white)}.bh-products--dark .price-item--regular{color:#faf8f4a6}.bh-editorial{position:relative}.bh-editorial__frame{position:absolute;inset:clamp(1rem,3vw,2rem);border:1px solid rgba(181,138,74,.15);border-radius:var(--bh-radius-luxury);pointer-events:none;z-index:2;display:none}@media screen and (min-width:990px){.bh-editorial__frame{display:block}.bh-editorial__split{min-height:32rem}.bh-editorial__body{padding:clamp(2.4rem,5vw,4.8rem)}.bh-editorial__title{font-size:clamp(2.8rem,3.5vw,4.2rem)}}.bh-editorial__body:before{content:"";position:absolute;top:2rem;left:0;width:3px;height:4rem;background:var(--bh-gold-gradient);opacity:.8}.bh-editorial__body{position:relative}.bh-testimonials__author-row{display:flex;align-items:center;column-gap:.9rem;margin-top:auto;padding-top:1.2rem;border-top:1px solid rgba(181,138,74,.12)}.bh-testimonials__avatar{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;border-radius:50%;font-family:var(--font-heading-family);font-size:1rem;color:var(--barraka-dark);background:var(--bh-gold-gradient);box-shadow:0 4px 12px #b58a4a4d}.bh-testimonials__meta{display:flex;flex-direction:column;row-gap:.15rem}.bh-testimonials__author{font-size:1rem;opacity:1;font-weight:500;color:var(--barraka-dark)}.bh-testimonials__location{font-size:.85rem;opacity:.55;letter-spacing:.04em}.bh-testimonials__verified{display:inline-flex;align-items:center;column-gap:.3rem;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--barraka-gold)}.bh-testimonials__card{display:flex;flex-direction:column;min-height:16rem}.bh-banner--ivory .bh-banner__inner{padding:clamp(2.4rem,5vw,4rem);border:1px solid rgba(181,138,74,.18);border-radius:var(--bh-radius-luxury);background:#faf8f499;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 20px 60px #2e21180f}.bh-banner__title{font-weight:400}.bh-banner--ivory .button{min-width:18rem}.bh-emprende__panel:before{content:"";position:absolute;top:-1px;left:10%;right:10%;height:1px;background:var(--bh-gold-gradient);opacity:.7}.bh-emprende__panel{position:relative}.bh-emprende .bh-reveal.is-visible,.bh-emprende .bh-emprende__stat,.bh-emprende .bh-emprende__stat-value,.bh-emprende .bh-emprende__stat-label{opacity:1;visibility:visible;transform:none}.bh-emprende__stat{position:relative}@media screen and (min-width:750px){.bh-emprende__stat:not(:last-child):after{content:"";position:absolute;right:-.6rem;top:15%;height:70%;width:1px;background:#b58a4a33}.bh-emprende__shell{display:flex;justify-content:flex-start}.bh-emprende__panel{max-width:56rem}}@media screen and (min-width:990px){.bh-hero{min-height:clamp(560px,88vh,820px)}.bh-hero__title{font-size:clamp(3.6rem,5.5vw,6.2rem);letter-spacing:-.01em}.bh-hero__text{font-size:1.55rem;line-height:1.7}.bh-categories__track .bh-rail__slide{width:min(28vw,24rem)}.bh-products__track .bh-rail__slide{width:min(22vw,28rem)}.bh-products--carousel-large .bh-products__track .bh-rail__slide{width:min(26vw,32rem)}.bh-testimonials__track .bh-rail__slide{width:min(32vw,42rem)}}@media screen and (max-width:749px){.bh-hero__scroll{display:none}.bh-hero__badge{font-size:.65rem;padding:.35rem .75rem;margin-bottom:.8rem}.bh-hero__actions{flex-direction:row;flex-wrap:nowrap}.bh-hero__actions .button,.bh-hero__actions .bh-btn{flex:1 1 50%;min-width:0;max-width:none;padding:.95rem .5rem;font-size:.78rem;letter-spacing:.08em}.bh-section-head__title{font-size:clamp(2rem,7vw,2.6rem)}.bh-section-head__title:after{width:2.8rem;margin-top:.7rem}.bh-rail-hint{display:flex}.bh-categories__track .bh-rail__slide{width:min(68vw,16rem)}.bh-categories__card{aspect-ratio:3 / 4}.bh-testimonials__card{padding:1.6rem;min-height:14rem}.bh-testimonials__quote{font-size:1.3rem}.bh-banner--ivory .bh-banner__inner{margin:0 .4rem;padding:2rem 1.4rem}.bh-emprende__title{font-size:clamp(2.2rem,8vw,2.8rem)}.bh-emprende__stats{grid-template-columns:repeat(3,1fr);column-gap:.6rem;text-align:center}.bh-emprende__stat-value{font-size:clamp(1.6rem,6vw,2.2rem)}.bh-emprende__stat-label{font-size:.65rem;letter-spacing:.06em}}@media screen and (min-width:750px){.bh-rail-hint{display:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/barraka-home.css.map */
