.animated-bg{position:fixed;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none;overflow:hidden;background:#0f0d0a}.animated-bg__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(212,168,83,.04) 1px,transparent 0),linear-gradient(90deg,rgba(212,168,83,.04) 1px,transparent 0);background-size:60px 60px;mask-image:radial-gradient(ellipse at 50% 30%,black 0,transparent 70%);-webkit-mask-image:radial-gradient(ellipse at 50% 30%,black 0,transparent 70%);opacity:.5}.animated-bg__grain{position:absolute;inset:0;opacity:.03;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.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}.animated-bg__orb{position:absolute;border-radius:50%;filter:blur(80px);will-change:transform}.animated-bg__orb--1{width:600px;height:600px;top:-15%;left:-10%;background:radial-gradient(circle,rgba(212,168,83,.35) 0,transparent 70%);animation:orbFloat1 20s ease-in-out infinite}.animated-bg__orb--2{width:500px;height:500px;top:-5%;right:-15%;background:radial-gradient(circle,rgba(201,118,107,.3) 0,transparent 70%);animation:orbFloat2 25s ease-in-out infinite}.animated-bg__orb--3{width:450px;height:450px;top:40%;right:-5%;background:radial-gradient(circle,rgba(184,115,51,.25) 0,transparent 70%);animation:orbFloat3 22s ease-in-out infinite}.animated-bg__orb--4{width:550px;height:550px;bottom:-10%;left:-15%;background:radial-gradient(circle,rgba(240,208,120,.2) 0,transparent 70%);animation:orbFloat4 28s ease-in-out infinite}.animated-bg__orb--5{width:400px;height:400px;top:30%;left:30%;background:radial-gradient(circle,rgba(139,105,20,.2) 0,transparent 70%);animation:orbFloat5 24s ease-in-out infinite}.animated-bg__orb--6{width:350px;height:350px;bottom:5%;right:10%;background:radial-gradient(circle,rgba(212,145,122,.2) 0,transparent 70%);animation:orbFloat6 18s ease-in-out infinite}@keyframes orbFloat1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(40px,30px) scale(1.05)}50%{transform:translate(-20px,60px) scale(.95)}75%{transform:translate(30px,-20px) scale(1.02)}}@keyframes orbFloat2{0%,to{transform:translate(0) scale(1)}25%{transform:translate(-50px,40px) scale(1.08)}50%{transform:translate(30px,-30px) scale(.92)}75%{transform:translate(-20px,-50px) scale(1.04)}}@keyframes orbFloat3{0%,to{transform:translate(0) rotate(0deg) scale(1)}33%{transform:translate(-40px,-50px) rotate(5deg) scale(1.1)}66%{transform:translate(30px,40px) rotate(-3deg) scale(.9)}}@keyframes orbFloat4{0%,to{transform:translate(0) scale(1)}20%{transform:translate(60px,-30px) scale(1.06)}40%{transform:translate(20px,-60px) scale(.94)}60%{transform:translate(-40px,-20px) scale(1.08)}80%{transform:translate(-20px,40px) scale(.96)}}@keyframes orbFloat5{0%,to{transform:translate(0) scale(1);opacity:1}25%{transform:translate(50px,-40px) scale(1.12);opacity:.8}50%{transform:translate(-30px,50px) scale(.88);opacity:1}75%{transform:translate(-50px,-30px) scale(1.05);opacity:.9}}@keyframes orbFloat6{0%,to{transform:translate(0) rotate(0deg) scale(1)}50%{transform:translate(-60px,-40px) rotate(8deg) scale(1.15)}}@media (prefers-reduced-motion:reduce){.animated-bg__orb{animation:none}}.footer{margin-top:auto;padding:32px 24px;text-align:center;position:relative;z-index:1}.footer:before{content:"";display:block;width:100%;margin:0 auto 32px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,215,150,.08),rgba(212,168,83,.15),rgba(255,215,150,.08),transparent)}.footer-inner,.footer:before{max-width:var(--max-width-content)}.footer-inner{margin:0 auto;display:flex;flex-direction:column;gap:8px}.footer-brand{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:.85rem;font-weight:600;color:rgba(255,248,238,.4)}.footer-brand-logo{flex-shrink:0;opacity:.6}.footer-text{font-size:.78rem;color:rgba(255,248,238,.25);line-height:1.5}.footer-link{font-size:.78rem;color:rgba(255,248,238,.35);font-weight:500;transition:color .2s}.footer-link:hover{color:#e8c87a;text-decoration:underline}