body:has(.shefa-splash):before{display:none}body:has(.shefa-splash){background:#F8F2E6;overflow:hidden}.shefa-splash{--cream-light:#F8F2E6;--cream-dark:#F3ECE1;--gold:#C5A059;--gold-warm:#E0C78A;--gold-mute:#8E6E37;--gold-deep:#7C5F2D;--obsidian:#2D2926;min-height:100vh;overflow:hidden;background:radial-gradient(ellipse 100% 40% at 50% 0,rgba(244,220,168,.5),transparent 70%),linear-gradient(180deg,var(--cream-light),var(--cream-dark));color:var(--obsidian);font-family:var(--font-inter),Inter,system-ui,sans-serif}.shefa-splash-stage{max-width:430px;margin:0 auto;min-height:100vh;flex-direction:column;padding:0 32px}.shefa-splash-flame,.shefa-splash-stage{display:flex;align-items:center;justify-content:center;position:relative}.shefa-splash-flame{width:128px;height:150px;animation:shefa-splash-rise 1.3s cubic-bezier(.22,1,.36,1) both}.shefa-splash-halo{position:absolute;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle at 50% 55%,rgba(244,220,168,.62),rgba(244,220,168,.18) 52%,transparent 75%);animation:shefa-splash-breathe 3.4s ease-in-out infinite}.shefa-splash-logo-flame{position:relative;width:88px;height:auto;object-fit:contain;filter:drop-shadow(0 8px 26px rgba(120,85,45,.42));animation:shefa-splash-breathe-img 3.4s ease-in-out infinite}.shefa-splash-mark{margin-top:26px;text-align:center;animation:shefa-splash-fade 1.5s ease .35s both}.shefa-splash-name{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-weight:300;text-transform:uppercase;letter-spacing:.3em;padding-left:.3em;font-size:21px;color:var(--gold-deep)}.shefa-splash-rule{width:54px;height:1px;margin:15px auto 14px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.7}.shefa-splash-sub{font-family:var(--font-cormorant),"Cormorant Garamond",serif;font-style:italic;font-weight:400;font-size:16px;color:var(--gold-mute);letter-spacing:.01em}.shefa-splash-loader{position:absolute;bottom:56px;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:13px;animation:shefa-splash-fade 1.5s ease .85s both}.shefa-splash-track{width:124px;height:2px;border-radius:2px;background:rgba(197,160,89,.2);overflow:hidden}.shefa-splash-track i{display:block;height:100%;width:42%;border-radius:2px;background:linear-gradient(90deg,transparent,var(--gold-warm),var(--gold),transparent);animation:shefa-splash-slide 1.7s ease-in-out infinite}.shefa-splash-loader span{font-family:var(--font-inter),Inter,sans-serif;text-transform:uppercase;letter-spacing:.22em;padding-left:.22em;font-size:8.5px;color:var(--gold-mute)}@keyframes shefa-splash-rise{0%{opacity:0;transform:translateY(14px) scale(.94)}to{opacity:1;transform:none}}@keyframes shefa-splash-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes shefa-splash-breathe{0%,to{opacity:.55;transform:scale(.96)}50%{opacity:.95;transform:scale(1.06)}}@keyframes shefa-splash-breathe-img{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shefa-splash-slide{0%{transform:translateX(-120%)}to{transform:translateX(320%)}}@media (prefers-reduced-motion:reduce){.shefa-splash-flame,.shefa-splash-halo,.shefa-splash-loader,.shefa-splash-logo-flame,.shefa-splash-mark,.shefa-splash-track i{animation:none!important}}