:root{--primary-color:#cba354;--primary-hover:#b08d47;--text-dark:#333;--text-light:#fff;--bg-white:#fff;--bg-light:#fdfdfd;--bg-dark:#121212;--font-main:var(--font-fauna),"Fauna One",serif;--transition:all .4s cubic-bezier(.25,.8,.25,1)}.home-wrapper{font-family:var(--font-main);color:var(--text-dark);background-color:var(--bg-white);line-height:1.6;overflow-x:hidden}.home-wrapper a{color:inherit;text-decoration:none}.home-wrapper ul{list-style:none}.home-wrapper .container{max-width:1200px;margin:0 auto;padding:0 24px}.home-wrapper .hero{background-color:var(--bg-white);justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.home-wrapper .hero-bg{z-index:0;will-change:transform;backface-visibility:hidden;background:radial-gradient(circle,#cba3540f 0%,#fff0 60%);width:200%;height:200%;animation:30s linear infinite rotateBg;position:absolute;top:-50%;left:-50%}@keyframes rotateBg{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-wrapper .hero-content{z-index:1;animation:fadeInUp 1.4s ease cubic-bezier(.2,.8,.2,1);justify-content:center;align-items:center;width:100%;height:100%;padding:0 10%;display:flex;position:relative;transform:translateY(0)}.home-wrapper .main-logo{object-fit:contain;filter:drop-shadow(0 20px 40px #cba35426);will-change:transform;width:auto;max-width:90%;height:auto;max-height:90vh;transition:transform .6s cubic-bezier(.25,.8,.25,1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.home-wrapper .scroll-indicator{opacity:0;z-index:2;flex-direction:column;align-items:center;animation:2s 1.2s forwards fadeIn;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}@keyframes fadeIn{to{opacity:.8}}.home-wrapper .hover-text{letter-spacing:2px;text-transform:uppercase;color:var(--primary-color);opacity:.8;padding-top:10px;font-size:.9rem;font-weight:500;position:relative}.home-wrapper .hover-text:before{content:"";background-color:var(--primary-color);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulseDot;position:absolute;top:-5px;left:50%;transform:translate(-50%)}@keyframes pulseDot{0%{opacity:.6;transform:translate(-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-10px)scale(1.5)}to{opacity:.6;transform:translate(-50%)scale(1)}}.home-wrapper .placeholder-section{text-align:center;background-color:var(--bg-light);justify-content:center;align-items:center;min-height:50vh;padding:120px 0;display:flex}.home-wrapper .placeholder-section h2{color:var(--primary-color);margin-bottom:24px;font-size:3rem;font-weight:600}.home-wrapper .placeholder-section p{color:#666;max-width:650px;margin:0 auto;font-size:1.25rem}@media (max-width:1024px){.home-wrapper .hero-content{padding:0 8%}.home-wrapper .main-logo{max-width:85%}}@media (max-width:768px){.home-wrapper .hero-content{justify-content:center;align-items:center;padding:0;display:flex}.home-wrapper .main-logo{transform-origin:50%;filter:drop-shadow(0 12px 24px #cba3541f);max-width:100%;max-height:95vh;margin:0 auto;display:block;transform:scale(1.5)}.home-wrapper .scroll-indicator{bottom:30px}.home-wrapper .hover-text{letter-spacing:1.5px;font-size:.75rem}.home-wrapper .placeholder-section{min-height:40vh;padding:80px 0}.home-wrapper .placeholder-section h2{font-size:2.2rem}.home-wrapper .placeholder-section p{padding:0 24px;font-size:1.1rem}}@media (max-width:480px){.home-wrapper .hero-content{padding:0}.home-wrapper .main-logo{transform-origin:50%;filter:drop-shadow(0 8px 16px #cba3541a);max-width:100%;max-height:95vh;margin:0 auto;display:block;transform:scale(1.6)}.home-wrapper .scroll-indicator{bottom:24px}.home-wrapper .hover-text{letter-spacing:1.2px;font-size:.7rem}.home-wrapper .hover-text:before{width:5px;height:5px}.home-wrapper .placeholder-section{padding:60px 0}.home-wrapper .placeholder-section h2{font-size:1.8rem}.home-wrapper .placeholder-section p{padding:0 20px;font-size:1rem}}
