@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&family=Outfit:wght@300;400;500;600&display=swap";.custom-cursor{-webkit-backdrop-filter:blur(2px);pointer-events:none;z-index:99999;will-change:transform;background:#0505082e;border:1.5px solid #c9a96ed9;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:width .4s cubic-bezier(.16,1,.3,1),height .4s cubic-bezier(.16,1,.3,1),border-color .3s,background-color .3s,opacity .3s;display:flex;position:fixed;top:-20px;left:-20px}.custom-cursor.hovering{background:#c9a96e14;border-color:#c9a96ee6;width:80px;height:80px;top:-40px;left:-40px}.custom-cursor.hidden{opacity:0;transform:scale(0)!important}.cursor-text{text-transform:uppercase;letter-spacing:.15em;color:#f0ece4;white-space:nowrap;opacity:0;font-family:Outfit,sans-serif;font-size:.6rem;transition:opacity .3s}.custom-cursor.hovering .cursor-text{opacity:1}.cursor-dot{background:var(--gold,#c9a96e);pointer-events:none;z-index:100000;will-change:transform;border-radius:50%;width:6px;height:6px;position:fixed;top:-3px;left:-3px}.cursor-dot.hidden{opacity:0}@media (width<=768px){.custom-cursor,.cursor-dot{display:none!important}}.marquee-wrapper{width:100%;position:relative;overflow:hidden}.marquee-wrapper:before,.marquee-wrapper:after{content:"";z-index:2;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.marquee-wrapper:before{background:linear-gradient(90deg, var(--bg,#050508), transparent);left:0}.marquee-wrapper:after{background:linear-gradient(270deg, var(--bg,#050508), transparent);right:0}.marquee-track{width:max-content;animation:marqueeScroll var(--marquee-speed,30s) linear infinite;will-change:transform;transition:animation-play-state .5s;display:flex}.marquee-track.marquee-reverse{animation-direction:reverse}.marquee-set{flex-shrink:0;display:flex}.marquee-item{color:var(--text-muted,#6b6b7b);white-space:nowrap;align-items:center;gap:1.5rem;padding:0 1.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.2rem,2vw,1.8rem);font-weight:400;transition:color .3s;display:inline-flex}.marquee-item:hover{color:var(--gold,#c9a96e)}.marquee-separator{color:var(--gold,#c9a96e);opacity:.4;font-size:.6em}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-25%)}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#050508;--bg-secondary:#0a0a12;--bg-tertiary:#0f0f1a;--gold:#c9a96e;--gold-light:#e8d5a8;--gold-dark:#9a7b4f;--diamond-white:#f0f0f5;--diamond-blue:#89cff0;--diamond-pink:#f5a3c7;--emerald:#50c878;--text:#f0ece4;--text-muted:#6b6b7b;--text-dim:#3d3d4d;--glass:#ffffff08;--glass-border:#c9a96e26;--glass-border-hover:#c9a96e59;--font-display:"Playfair Display", serif;--font-heading:"Cormorant Garamond", serif;--font-body:"Inter", sans-serif;--font-accent:"Outfit", sans-serif;--hero-size:clamp(3.5rem, 10vw, 10rem);--section-size:clamp(2rem, 5vw, 5rem);--body-size:clamp(.95rem, 1.2vw, 1.15rem);--small-size:clamp(.75rem, .9vw, .9rem);--section-padding:clamp(4rem, 10vh, 8rem);--container-width:min(90vw, 1400px);--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-out-quart:cubic-bezier(.25, 1, .5, 1);--duration-fast:.3s;--duration-medium:.6s;--duration-slow:1.2s;--app-height:100vh}html{scroll-behavior:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);color:var(--text);background-color:var(--bg);cursor:none;-webkit-tap-highlight-color:transparent;font-weight:300;line-height:1.7;overflow-x:hidden}@media (hover:none),(pointer:coarse),(width<=820px){body{cursor:auto!important}.custom-cursor,.cursor-dot{display:none!important}#hero,#brand-reveal,#legacy,#comparison,#showcase{min-height:100svh;min-height:-webkit-fill-available}.will-animate,.animated,.glass-card,.intro-letter,.intro-dust,.sf-dust,.sf-glow{backface-visibility:hidden}main>section,main>footer{opacity:1!important;visibility:visible!important}*{-webkit-backdrop-filter:none!important}.glass-card{background:#ffffff0a!important}}a{color:var(--gold);transition:color var(--duration-fast) var(--ease-out-expo);text-decoration:none}a:hover{color:var(--gold-light)}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--text);font-weight:700;line-height:1.1}.container{width:var(--container-width);margin:0 auto}.section{padding:var(--section-padding) 0;position:relative;overflow:hidden}.text-gold{background:linear-gradient(135deg, var(--gold), var(--gold-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-muted{color:var(--text-muted)}.font-display{font-family:var(--font-display)}.font-heading{font-family:var(--font-heading)}.font-accent{font-family:var(--font-accent);text-transform:uppercase;letter-spacing:.15em;font-size:var(--small-size)}.glass-card{background:var(--glass);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);will-change:transform;transition:border-color var(--duration-fast) var(--ease-out-expo), transform var(--duration-fast) var(--ease-out-expo), box-shadow var(--duration-fast) var(--ease-out-expo);border-radius:16px;transform:translateZ(0)}.glass-card:hover{border-color:var(--glass-border-hover);transform:translateY(-4px);box-shadow:0 20px 60px #c9a96e14}.noise-overlay{pointer-events:none;z-index:5;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;width:100%;height:100%;position:fixed;top:0;left:0;transform:translateZ(0)}.gradient-line{background:linear-gradient(90deg, transparent, var(--gold), transparent);opacity:.3;height:1px}.scroll-indicator{z-index:10;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-indicator span{font-family:var(--font-accent);text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);font-size:.7rem}.scroll-indicator .chevron{border-right:1.5px solid var(--gold);border-bottom:1.5px solid var(--gold);width:20px;height:20px;animation:scrollBounce 2s var(--ease-out-expo) infinite;transform:rotate(45deg)}@keyframes scrollBounce{0%,to{opacity:.4;transform:rotate(45deg)translate(0)}50%{opacity:1;transform:rotate(45deg)translate(5px,5px)}}.section-label{font-family:var(--font-accent);font-size:var(--small-size);text-transform:uppercase;letter-spacing:.2em;color:var(--gold);align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.section-label:before{content:"";background:var(--gold);width:30px;height:1px}@media (width<=768px){body{cursor:auto}:root{--section-padding:clamp(3rem, 8vh, 5rem)}}.intro-letter{opacity:0;backface-visibility:hidden;animation:1.8s cubic-bezier(.16,1,.3,1) forwards introLetterReveal;transform:translateY(60px)rotateX(-45deg)translateZ(0)}@keyframes introLetterReveal{0%{opacity:0;transform:translateY(60px)rotateX(-45deg)}40%{opacity:.6}to{opacity:1;transform:translateY(0)rotateX(0)}}.intro-line-reveal{opacity:0;animation:1.2s cubic-bezier(.16,1,.3,1) forwards introLineWipe;transform:scaleX(0)}@keyframes introLineWipe{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.intro-fade-up{opacity:0;animation:1.4s cubic-bezier(.16,1,.3,1) forwards introFadeUp;transform:translateY(20px)}@keyframes introFadeUp{0%{opacity:0;filter:blur(5px);transform:translateY(20px)}to{opacity:1;filter:blur();transform:translateY(0)}}.intro-diamond-spin{opacity:0;animation:1.6s cubic-bezier(.16,1,.3,1) forwards introDiamondSpin;transform:rotate(0)scale(0)}@keyframes introDiamondSpin{0%{opacity:0;transform:rotate(0)scale(0)}50%{opacity:.8;transform:rotate(180deg)scale(1.3)}to{opacity:1;transform:rotate(360deg)scale(1)}}.intro-gold-sweep{animation:1.8s cubic-bezier(.25,1,.5,1) forwards introGoldSweep}@keyframes introGoldSweep{0%{opacity:0;left:-100%}20%{opacity:1}to{opacity:0;left:200%}}.intro-diamond-outline{animation:12s linear infinite introDiamondOutlineRotate}@keyframes introDiamondOutlineRotate{0%{transform:translate(-50%,-50%)rotate(45deg)}to{transform:translate(-50%,-50%)rotate(405deg)}}.intro-dust{opacity:0;background:#c9a96e;border-radius:50%;animation:8s ease-in-out infinite introDustFloat;position:absolute}@keyframes introDustFloat{0%{opacity:0;transform:translate(0)scale(.5)}20%{opacity:.4}50%{opacity:.6;transform:translate(15px,-30px)scale(1)}80%{opacity:.3}to{opacity:0;transform:translate(-10px,-60px)scale(.3)}}.intro-refract{opacity:0;animation:1.2s cubic-bezier(.16,1,.3,1) forwards introRefractBurst}@keyframes introRefractBurst{0%{opacity:0;height:0}30%{opacity:.8;height:80px}to{opacity:0;height:200px}}.intro-center-flash{opacity:0;animation:1.5s forwards introCenterFlash}@keyframes introCenterFlash{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}30%{opacity:1;transform:translate(-50%,-50%)scale(1.5)}to{opacity:0;transform:translate(-50%,-50%)scale(3)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{transform:translate(-100%)rotate(15deg)}to{transform:translate(200%)rotate(15deg)}}.shimmer-hover{position:relative;overflow:hidden}.shimmer-hover:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#c9a96e14,#0000);width:50%;height:200%;transition:none;position:absolute;top:-50%;left:-50%;transform:translate(-100%)rotate(15deg)}.shimmer-hover:hover:after{animation:shimmer .8s var(--ease-out-expo) forwards}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes pulseGlow{0%,to{box-shadow:0 0 5px #c9a96e4d,0 0 15px #c9a96e1a}50%{box-shadow:0 0 15px #c9a96e99,0 0 40px #c9a96e33}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes auroraShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.aurora-bg{background:linear-gradient(135deg, var(--bg) 0%, #0d0d1a 25%, #120d1a 50%, #0d1a1a 75%, var(--bg) 100%);background-size:400% 400%;animation:15s infinite auroraShift}.reveal-mask{clip-path:inset(0 100% 0 0);transition:clip-path 1s var(--ease-out-expo)}.reveal-mask.revealed{clip-path:inset(0 0% 0 0)}.will-animate{opacity:0;transform:translateY(30px)}.animated{opacity:1;transition:opacity var(--duration-slow) var(--ease-out-expo), transform var(--duration-slow) var(--ease-out-expo);transform:translateY(0)}@keyframes goldShift{0%{background-position:0%}to{background-position:200%}}.text-gold-animated{background:linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-light), var(--gold), var(--gold-dark));-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite goldShift}@keyframes arrowSlide{0%,to{opacity:1;transform:translate(0)}50%{opacity:.5;transform:translate(8px)}}@keyframes fadeInOut{0%,to{opacity:.4}50%{opacity:1}}@keyframes scrollPulse{0%{opacity:0;transform:translateY(-10px)}50%{opacity:1}to{opacity:0;transform:translateY(10px)}}@keyframes imageRevealZoom{0%{clip-path:inset(100% 0 0);transform:scale(1.2)}to{clip-path:inset(0);transform:scale(1)}}@keyframes cardDepthReveal{0%{opacity:0;filter:blur(8px);transform:translateZ(-200px)translateY(80px)rotateX(10deg)}to{opacity:1;filter:blur();transform:translateZ(0)translateY(0)rotateX(0)}}@keyframes wipeReveal{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}@keyframes scaleBreathe{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}@keyframes diamondGlowPulse{0%,to{box-shadow:0 0 30px #c9a96e1a,0 0 60px #89cff00d}50%{box-shadow:0 0 50px #c9a96e40,0 0 100px #89cff01a}}@keyframes lineSlideIn{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.showcase-card-enter{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(60px)scale(.95)}.showcase-card-enter.in-view{opacity:1;transform:translateY(0)scale(1)}.magnetic-tilt{transform-style:preserve-3d;transition:transform .4s cubic-bezier(.16,1,.3,1)}.img-hover-zoom{overflow:hidden}.img-hover-zoom img{transition:transform .8s cubic-bezier(.16,1,.3,1),filter .6s}.img-hover-zoom:hover img{filter:brightness(1.1);transform:scale(1.08)}.ambient-orb{filter:blur(80px);pointer-events:none;border-radius:50%;animation:8s ease-in-out infinite scaleBreathe;position:absolute}@keyframes progressShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.progress-bar-shimmer{background:linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-light), var(--gold));background-size:200% 100%;animation:3s linear infinite progressShimmer}main{z-index:1;position:relative}main>section,main>footer{background:#050508;position:relative}#hero{background:0 0!important}#legacy{background:linear-gradient(#050508 0%,#0a0a18 50%,#050508 100%)!important}#comparison{background:linear-gradient(#050508 0%,#08081a 50%,#050508 100%)!important}#testimonials{background:linear-gradient(#050508,#08081a,#050508)!important}#showcase{background:linear-gradient(#050508 0%,#0a0812 50%,#050508 100%)!important}#diamond-process{background:#050508!important}#showcase .showcase-grid{grid-template-columns:repeat(3,1fr)!important;gap:2rem!important}@media (width<=1024px){#showcase .showcase-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}}@media (width<=767px){#showcase .showcase-grid{grid-template-columns:1fr!important;gap:24px!important}#showcase .showcase-grid>div{grid-column:span 1!important;width:100%!important;max-width:100%!important}#showcase .showcase-grid>div>div{box-sizing:border-box!important;border-radius:14px!important;overflow:hidden!important}#showcase .showcase-grid>div>div>div:first-child{aspect-ratio:4/3!important;height:auto!important;min-height:200px!important}#showcase .showcase-grid>div>div>div:first-child img{object-fit:cover!important;width:100%!important;height:100%!important}#showcase .showcase-grid>div>div>div:last-child{padding:1rem 1.2rem 1.4rem!important}#showcase h3{white-space:normal!important;font-size:clamp(1.2rem,5vw,1.6rem)!important;line-height:1.25!important;overflow:visible!important}#showcase span[style*=italic],#showcase .showcase-perspective-wrap span[style*=Cormorant]{white-space:normal!important;font-size:clamp(.8rem,3vw,.95rem)!important;overflow:visible!important}#showcase [style*="display: flex"][style*="gap: 0.6rem"]{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;font-size:.85rem!important;overflow:visible!important}#showcase h2{font-size:clamp(1.8rem,7vw,2.6rem)!important}#showcase div[style*="position: absolute"][style*="top: 1rem"][style*="left: 1rem"]{padding:.3rem .7rem!important;font-size:.55rem!important}#showcase .showcase-perspective-wrap{perspective:none!important}#showcase .showcase-grid{transform-style:flat!important;transform:none!important}#showcase [style*="rgba(5,5,8,0.9) 0%"][style*="rgba(5,5,8,0.3) 50%"]{opacity:0!important}#showcase .showcase-grid>div>div>div:first-child img{opacity:1!important;visibility:visible!important;transform:none!important}}@media (width<=768px){#video-showcase{padding:4rem 0!important}#video-showcase [style*="min(85vw, 420px)"]{width:min(78vw,320px)!important}#video-showcase [style*="height: 240px"],#video-showcase [style*=height\:240px]{height:180px!important}}@media (width<=480px){#video-showcase [style*="min(85vw, 420px)"]{width:min(82vw,290px)!important}#video-showcase [style*="height: 240px"],#video-showcase [style*=height\:240px]{height:160px!important}}@media (width<=768px){#comparison .container>div:nth-child(2){flex-direction:column;align-items:center}#comparison .container>div:nth-child(2)>div:nth-child(2){display:none}}@media (width<=640px){#collections .glass-card{min-width:280px!important}}@media (width<=768px){#testimonials .glass-card{min-width:260px!important;max-width:100%!important}}@media (width<=640px){#footer .magnetic-btn{justify-content:center;width:100%}}@media (width<=768px){#hero h1{font-size:clamp(2.5rem,12vw,5rem)!important}}@media (width<=480px){.section,section{padding-left:1rem;padding-right:1rem;min-height:auto!important;padding-top:3rem!important;padding-bottom:3rem!important}#hero{min-height:100dvh!important;min-height:-webkit-fill-available!important}.container{width:95vw}}#legacy:before,#collections:before,#comparison:before,#craftsmanship:before,#showcase:before,#testimonials:before{content:"";z-index:1;background:linear-gradient(90deg,#0000,#c9a96e1a,#0000);height:1px;position:absolute;top:0;left:10%;right:10%}#craftsmanship .glass-card:hover{box-shadow:0 10px 40px #c9a96e0f}#comparison [style*="display: flex"][style*="gap: 1rem"]:hover{background:#ffffff0a!important;border-color:#c9a96e26!important}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#050508}::-webkit-scrollbar-thumb{background:#c9a96e4d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#c9a96e80}@media (width<=768px){.navbar{padding:.7rem 0!important}.navbar-logo-mark{width:clamp(64px,14vw,92px)!important}#showcase [style*="border: 1px solid"]{box-shadow:none!important}#showcase .shimmer-hover{cursor:default!important}#showcase [style*=categoryBadge],#showcase div[style*="position: absolute"][style*="top: 1rem"][style*="left: 1rem"],#crafting-timeline article{box-shadow:none!important}#testimonials .glass-card{padding:1.2rem!important}#testimonials .glass-card p{font-size:.92rem!important}#testimonials h2{font-size:clamp(1.6rem,7vw,2.4rem)!important}#testimonials [class*=cardRow],#testimonials>div+div>div{gap:1rem!important}#legacy{min-height:auto!important;padding:3rem 0!important}#legacy .container{gap:2rem!important}#legacy [class*=textWrap]{font-size:clamp(1rem,4.4vw,1.4rem)!important}#legacy [class*=stats],#legacy [style*="padding: 3rem 0"]{gap:1.2rem!important;padding:1.5rem 0!important}#comparison{padding:3.5rem 0!important}#comparison .container>*+*{margin-top:1.5rem!important}#comparison .container>div:nth-child(2)>div:nth-child(2){display:none!important}#comparison .container>div:nth-child(2)>div{flex:100%!important;gap:1rem!important;max-width:100%!important}.br{min-height:auto!important;padding:7.5rem 1rem 3rem!important}.br-logo-wrap{width:92vw!important}.br-tagline{margin-top:1.6rem!important;font-size:.95rem!important}}@media (width<=480px){#hero h1{font-size:clamp(2rem,11vw,3.5rem)!important}#footer{padding:3rem 0 2rem!important}#video-showcase h2{font-size:clamp(1.6rem,7vw,2.2rem)!important}}@media (width<=768px){main>section{min-height:auto!important}main>section h2{line-height:1.15!important}}@supports (padding:max(0px)){body{padding-bottom:env(safe-area-inset-bottom)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=767px){.navbar,.noise-overlay{backface-visibility:hidden!important;transform:translateZ(0)!important}*{-webkit-tap-highlight-color:transparent}body{-webkit-overflow-scrolling:touch}}@supports (-webkit-touch-callout:none){@media (width<=767px){#hero,#brand-reveal,.br{min-height:100dvh;min-height:-webkit-fill-available}}}@media (width<=767px){html,body{-webkit-overflow-scrolling:touch;overflow-x:hidden!important}#root,main{max-width:100vw!important;overflow-x:hidden!important}body{font-size:max(14px,1rem)!important}a,button,[role=button],input[type=submit],.nav-link,.magnetic-btn,[data-cursor]{min-width:44px!important;min-height:44px!important}img{height:auto;max-width:100%!important}}.subpage-header{text-align:center;background:linear-gradient(#c9a96e0d 0%,#0000 100%);border-bottom:1px solid #c9a96e1a;padding:5rem 2rem 3rem;position:relative}.subpage-back-btn{color:#c9a96e;background:#ffffff05;border:1px solid #c9a96e33;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:absolute;top:2.5rem;left:2rem}.subpage-back-btn:hover{color:#e8d5a8;background:#c9a96e14;border-color:#c9a96e99;transform:translate(-3px)}@media (width<=768px){.subpage-header{text-align:center;padding:5.5rem 1.5rem 2rem!important}.subpage-back-btn{padding:.4rem .8rem!important;font-size:.72rem!important;position:absolute!important;top:1.5rem!important;left:1.25rem!important}}@media (width>=769px){.subpage-grid{grid-template-columns:repeat(4,1fr)!important;gap:1.5rem!important}.subpage-card{transition:transform .4s var(--ease-out-expo), border-color .4s var(--ease-out-expo), box-shadow .4s var(--ease-out-expo)!important}.subpage-card:hover{border-color:#c9a96e73!important;transform:translateY(-5px)!important;box-shadow:0 12px 30px #c9a96e1f!important}.subpage-card-title{font-size:.95rem!important}}@media (width>=769px) and (width<=1024px){.subpage-grid{grid-template-columns:repeat(3,1fr)!important;gap:1.2rem!important}}@media (width<=768px){.admin-dash{flex-direction:column!important;height:100vh!important;overflow:hidden!important}.admin-sidebar{background:#0a0a14fa!important;border-bottom:1px solid #c9a96e1f!important;border-right:none!important;flex-shrink:0!important;width:100%!important;height:auto!important;padding-bottom:.5rem!important;position:relative!important}.admin-logout-btn{color:#ff6b6b!important;background:#ff50500d!important;border:1px solid #ff505033!important;border-radius:6px!important;min-width:auto!important;min-height:auto!important;margin:0!important;padding:.35rem .8rem!important;font-size:.7rem!important;line-height:1!important;position:absolute!important;top:1.1rem!important;right:1.2rem!important}.admin-stats{gap:.4rem!important;padding:.5rem 1rem!important}.admin-stats>div{padding:.4rem!important}.admin-stats span[style*=statNum]{font-size:1.1rem!important}.admin-nav{scrollbar-width:none!important;flex-flow:row!important;gap:.4rem!important;padding:.4rem .8rem!important;overflow-x:auto!important}.admin-nav::-webkit-scrollbar{display:none!important}.admin-nav button{white-space:nowrap!important;border-radius:8px!important;flex:none!important;justify-content:center!important;min-height:38px!important;padding:.5rem .9rem!important;font-size:.8rem!important}.admin-dash.admin-has-selected.admin-tab-messages .admin-sidebar{display:none!important}.admin-dash.admin-has-selected.admin-tab-messages .admin-main{width:100%!important;height:100vh!important;display:flex!important}.admin-dash.admin-has-selected.admin-tab-messages .admin-back-chats-btn{display:inline-block!important}.admin-dash.admin-no-selected.admin-tab-messages .admin-main{display:none!important}.admin-dash.admin-no-selected.admin-tab-messages .admin-sidebar{flex-direction:column!important;height:100vh!important;display:flex!important}.admin-dash.admin-no-selected.admin-tab-messages .admin-conv-list{flex:1!important;overflow-y:auto!important}.admin-chat-head{padding:.8rem 1rem!important}.admin-chat-email-meta{display:none!important}.admin-chat-date-meta{font-size:.65rem!important}.admin-main div[style*=messages]{gap:.6rem!important;padding:1rem!important}.admin-main div[style*=bubble]{max-width:85%!important;padding:.65rem .85rem!important;font-size:.85rem!important}.admin-main form[style*=replyRow]{gap:.5rem!important;padding:.6rem 1rem!important}.admin-main form[style*=replyRow] input{padding:.65rem .85rem!important;font-size:.82rem!important}.admin-main form[style*=replyRow] button{padding:.65rem 1rem!important;font-size:.8rem!important}.admin-dash.admin-tab-products .admin-main,.admin-dash.admin-tab-videos .admin-main,.admin-dash.admin-tab-feedbacks .admin-main,.admin-dash.admin-tab-users .admin-main{background:#050508!important;flex:1!important;overflow-y:auto!important}.admin-main div[style*=prodTab]{padding:1rem 1rem 2rem!important}.admin-upload-grid{grid-template-columns:1fr!important;gap:.5rem!important}.admin-upload-card{border-radius:12px!important;margin-bottom:1.5rem!important;padding:1rem!important}.admin-upload-row{flex-direction:column!important;align-items:stretch!important;gap:.6rem!important}.admin-upload-row input[type=file]{width:100%!important;padding:.3rem 0!important}.admin-upload-row button{width:100%!important;padding:.75rem!important;font-size:.85rem!important}.admin-prod-grid{grid-template-columns:1fr!important;gap:.8rem!important}.admin-prod-card,.admin-vid-card{border-radius:10px!important;gap:.6rem!important;padding:.65rem!important}.admin-prod-card img{width:60px!important;height:60px!important}.admin-vid-card div[style*=vidThumbWrap]{width:90px!important;height:50px!important}.admin-main h4[style*=prodName]{font-size:.82rem!important}}.testimonials-marquee-container{z-index:5;flex-direction:column;gap:1.5rem;width:100%;padding:1.5rem 0;display:flex;position:relative;overflow:hidden}.testimonials-marquee-container:before,.testimonials-marquee-container:after{content:"";z-index:2;pointer-events:none;width:15%;position:absolute;top:0;bottom:0}.testimonials-marquee-container:before{background:linear-gradient(90deg,#050508 0%,#0000 100%);left:0}.testimonials-marquee-container:after{background:linear-gradient(-90deg,#050508 0%,#0000 100%);right:0}.testimonials-marquee-row{width:100%;display:flex;overflow:hidden}.testimonials-marquee-track{gap:1.5rem;min-width:max-content;display:flex}.testimonials-marquee-track.left{animation:30s linear infinite testimonialsMarqueeLeft}.testimonials-marquee-track.right{animation:30s linear infinite testimonialsMarqueeRight}.testimonials-marquee-row:hover .testimonials-marquee-track{animation-play-state:paused!important}.testimonials-marquee-track .glass-card{flex-shrink:0!important;width:380px!important;min-width:380px!important;max-width:380px!important}@media (width<=768px){.testimonials-marquee-track .glass-card{width:290px!important;min-width:290px!important;max-width:290px!important}}@keyframes testimonialsMarqueeLeft{0%{transform:translate(0,0)}to{transform:translate(-33.3333%)}}@keyframes testimonialsMarqueeRight{0%{transform:translate(-33.3333%)}to{transform:translate(0,0)}}.subpage-filter-bar button:hover{color:#e8d5a8!important;background:#c9a96e14!important;border-color:#c9a96e66!important}.subpage-filter-bar input:focus{background:#ffffff0a!important;border-color:#c9a96e99!important;box-shadow:0 0 10px #c9a96e1a!important}@media (width>=769px){.subpage-card:hover .card-inquire-btn,.subpage-card:hover .card-play-btn{transform:scale(1.03);color:#e8d5a8!important;background:#c9a96e40!important;border-color:#c9a96e!important}}@media (width<=768px){.subpage-filter-bar{flex-direction:column-reverse!important;align-items:stretch!important;gap:1rem!important;margin-bottom:1.5rem!important;padding-bottom:1rem!important}.subpage-filter-bar .tabs{white-space:nowrap!important;scrollbar-width:none!important;flex-wrap:nowrap!important;justify-content:flex-start!important;padding-bottom:4px!important;overflow-x:auto!important}.subpage-filter-bar .tabs::-webkit-scrollbar{display:none!important}.subpage-filter-bar button{flex-shrink:0!important;padding:.35rem .8rem!important;font-size:.7rem!important}.subpage-filter-bar .searchWrap{max-width:100%!important}}#crafting-timeline{height:100vh!important;height:var(--app-height,100vh)!important;min-height:100vh!important;min-height:var(--app-height,100vh)!important;backface-visibility:hidden!important}#crafting-timeline canvas{will-change:transform!important;backface-visibility:hidden!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;transform:translate(0,0)!important}
