*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@supports (view-transition-name:none){main{view-transition-name:page-content}::view-transition-old(page-content){animation:1s cubic-bezier(.4,0,.2,1) forwards page-exit}::view-transition-new(page-content){animation:1s cubic-bezier(.22,1,.36,1) forwards page-enter}}@keyframes page-exit{0%{opacity:1;filter:blur();transform:translateY(0)scale(1)}to{opacity:0;filter:blur(4px);transform:translateY(-14px)scale(1.02)}}@keyframes page-enter{0%{opacity:0;filter:blur(6px);transform:translateY(20px)scale(.98)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.page-transition-fallback{animation:.4s cubic-bezier(.22,1,.36,1) forwards page-enter}@supports (view-transition-name:none){.page-transition-fallback{animation:none}}body{color:#f5f5f5;background:#1a1a1a;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:relative;overflow-x:hidden}.background-layer{z-index:1;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}.bg-diffused-light{opacity:.2;filter:blur(40px)}.bg-fire{opacity:.15;filter:blur(30px)}.background-layer img{object-fit:cover;width:100%;height:100%}.ambient-light{filter:blur(80px);opacity:.25;z-index:2;pointer-events:none;border-radius:50%;animation:25s ease-in-out infinite float;position:fixed}.light-1{background:radial-gradient(circle,#ff8c42,#0000);width:500px;height:500px;animation-delay:0s;top:10%;left:5%}.light-2{background:radial-gradient(circle,#ff6b35,#0000);width:400px;height:400px;animation-delay:8s;bottom:15%;right:10%}.light-3{background:radial-gradient(circle,#f7931e,#0000);width:450px;height:450px;animation-delay:15s;top:50%;left:15%}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,-40px)scale(1.15)}66%{transform:translate(-30px,30px)scale(.9)}}.disco-ball{z-index:3;opacity:.25;pointer-events:none;width:180px;height:180px;animation:25s linear infinite rotate;position:fixed;top:-80px;right:8%}.disco-ball img{object-fit:contain;filter:drop-shadow(0 0 30px #ff8c4266);width:100%;height:100%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vinyl{z-index:3;opacity:.12;pointer-events:none;position:fixed}.vinyl img{object-fit:contain;filter:drop-shadow(0 0 15px #fff3);width:140px;height:140px;animation:35s linear infinite spin}.vinyl-1{bottom:12%;left:4%}.vinyl-2{animation-duration:45s;animation-direction:reverse;top:25%;left:6%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.container{z-index:10;flex-direction:column;justify-content:center;align-items:center;max-width:900px;min-height:60vh;margin:0 auto;padding:2rem 2rem 5rem;display:flex;position:relative}.logo{letter-spacing:.15em;background:linear-gradient(135deg,#ff8c42 0%,#ff6b35 50%,#f7931e 100%);-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:5rem;font-weight:200}.tagline{color:#e0e0e0;text-align:center;margin-bottom:3rem;font-size:1.6rem;font-weight:300;line-height:1.6}.main-message{color:#e8e8e8;text-align:center;max-width:700px;margin-bottom:4rem;font-size:1.3rem;font-weight:300;line-height:2}.highlight{color:#ff8c42;font-weight:400}.image-gallery{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;width:100%;margin:4rem 0;display:grid}.image-item{aspect-ratio:1;border:1px solid #ff8c4233;border-radius:16px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.image-item:hover{border-color:#ff8c4280;transform:translateY(-10px)scale(1.03);box-shadow:0 15px 50px #ff8c4266}.image-item img{object-fit:cover;filter:brightness(.75)contrast(1.1);width:100%;height:100%;transition:all .4s}.image-item:hover img{filter:brightness(.95)contrast(1.2);transform:scale(1.1)}.image-overlay{opacity:0;background:linear-gradient(#0000,#000000d9);padding:1.5rem;transition:opacity .4s;position:absolute;bottom:0;left:0;right:0}.image-item:hover .image-overlay{opacity:1}.image-label{color:#ff8c42;text-transform:uppercase;letter-spacing:.1em;font-size:1rem;font-weight:500}.features{flex-direction:column;gap:2rem;width:100%;margin-top:4rem;display:flex}.feature{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff0a;border:1px solid #ff8c4226;border-radius:16px;padding:2rem;transition:all .3s}.feature:hover{background:#ffffff0f;border-color:#ff8c4259;transform:translateY(-5px);box-shadow:0 12px 35px #0006}.feature-icon{margin-bottom:1rem;font-size:2.5rem}.feature-title{color:#ff8c42;margin-bottom:.75rem;font-size:1.3rem;font-weight:500}.feature-description{color:#c8c8c8;font-size:1rem;line-height:1.7}.coming-soon{color:#ff8c42;letter-spacing:.1em;text-align:center;margin-top:4rem;font-size:2rem;font-weight:300;animation:3s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.particle{opacity:.5;z-index:4;pointer-events:none;background:#ff8c42;border-radius:50%;width:3px;height:3px;animation:20s linear infinite drift;position:fixed}@keyframes drift{0%{opacity:0;transform:translateY(100vh)translate(0)}10%{opacity:.5}90%{opacity:.5}to{opacity:0;transform:translateY(-100vh)translate(60px)}}.navigation{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1a4d;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navigation.scrolled{background:#1a1a1ad9;padding:1rem 0;box-shadow:0 4px 20px #0000004d}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{letter-spacing:.15em;background:linear-gradient(135deg,#ff8c42 0%,#ff6b35 50%,#f7931e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:300;text-decoration:none;transition:all .3s}.nav-logo:hover{transform:scale(1.05)}.nav-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-link{color:#e0e0e0;letter-spacing:.05em;font-size:1rem;font-weight:300;text-decoration:none;transition:all .3s;position:relative}.nav-link:after{content:"";background:linear-gradient(90deg,#ff8c42,#ff6b35);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-link:hover{color:#ff8c42}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{color:#ff8c42}.mobile-menu-toggle{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.mobile-menu-toggle span{background:#ff8c42;width:25px;height:2px;transition:all .3s}.mobile-menu-toggle span.open:first-child{transform:rotate(45deg)translate(8px,8px)}.mobile-menu-toggle span.open:nth-child(2){opacity:0}.mobile-menu-toggle span.open:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.section{z-index:10;align-items:center;min-height:100vh;padding:8rem 0;display:flex;position:relative}.hero-section{padding:4rem 0 8rem}.section-container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{letter-spacing:.1em;text-align:center;background:linear-gradient(135deg,#ff8c42 0%,#ff6b35 50%,#f7931e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:3.5rem;font-weight:200}.section-subtitle{text-align:center;color:#c8c8c8;max-width:700px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.3rem;font-weight:300;line-height:1.8}.about-content{max-width:800px;margin:0 auto}.about-text{color:#e0e0e0;font-size:1.2rem;font-weight:300;line-height:2}.story-subtitle{color:#c9b896;letter-spacing:.02em;margin-bottom:1.5rem;font-size:1.15rem;font-weight:500}.about-text p{margin-bottom:2rem}.about-text p:last-child{margin-bottom:0}.lighting-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin:4rem 0;display:grid}.lighting-item{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);text-align:center;background:#ffffff0a;border:1px solid #ff8c4226;border-radius:16px;padding:2.5rem;transition:all .3s}.lighting-item:hover{background:#ffffff0f;border-color:#ff8c4266;transform:translateY(-10px);box-shadow:0 15px 50px #ff8c4233}.lighting-icon{margin-bottom:1.5rem;font-size:3.5rem}.lighting-title{color:#ff8c42;margin-bottom:1rem;font-size:1.4rem;font-weight:500}.lighting-description{color:#c8c8c8;font-size:1rem;line-height:1.7}.coming-soon-badge{text-align:center;color:#ff8c42;letter-spacing:.1em;background:#ff8c420d;border:1px solid #ff8c424d;border-radius:50px;margin-top:3rem;margin-left:auto;margin-right:auto;padding:1rem 2rem;font-size:1.5rem;font-weight:300;display:inline-block}.community-values{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin:4rem 0;display:grid}.value-item{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff0a;border:1px solid #ff8c4226;border-radius:16px;padding:2.5rem;transition:all .3s}.value-item:hover{background:#ffffff0f;border-color:#ff8c4259;transform:translateY(-5px)}.value-title{color:#ff8c42;margin-bottom:1rem;font-size:1.5rem;font-weight:500}.value-description{color:#c8c8c8;font-size:1rem;line-height:1.8}.community-mission{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff0a;border:1px solid #ff8c4233;border-radius:16px;max-width:800px;margin:4rem auto 0;padding:2.5rem}.community-mission p{color:#e0e0e0;text-align:center;font-size:1.2rem;font-weight:300;line-height:2}.contact-content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;max-width:900px;margin:0 auto;display:grid}.contact-info{flex-direction:column;gap:2.5rem;display:flex}.contact-item{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff0a;border:1px solid #ff8c4226;border-radius:16px;padding:2rem}.contact-label{color:#ff8c42;margin-bottom:1rem;font-size:1.1rem;font-weight:500}.contact-link{color:#e0e0e0;font-size:1rem;text-decoration:none;transition:color .3s}.contact-link:hover{color:#ff8c42}.social-links{flex-direction:column;gap:.75rem;display:flex}.social-link{color:#e0e0e0;font-size:1rem;text-decoration:none;transition:color .3s}.social-link:hover{color:#ff8c42}.contact-message{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff0a;border:1px solid #ff8c4226;border-radius:16px;padding:2rem}.contact-message p{color:#c8c8c8;font-size:1.1rem;font-weight:300;line-height:1.8}.footer{z-index:10;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a1ae6;border-top:1px solid #ff8c4233;margin-top:4rem;padding:4rem 0 2rem;position:relative}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.footer-section{flex-direction:column;gap:1rem;display:flex}.footer-logo{letter-spacing:.15em;background:linear-gradient(135deg,#ff8c42 0%,#ff6b35 50%,#f7931e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.8rem;font-weight:300}.footer-tagline{color:#c8c8c8;font-size:1rem;font-weight:300;line-height:1.6}.footer-title{color:#ff8c42;margin-bottom:1rem;font-size:1.2rem;font-weight:500}.footer-links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-link{color:#c8c8c8;font-size:1rem;text-decoration:none;transition:color .3s}.footer-link:hover{color:#ff8c42}.footer-text{color:#c8c8c8;font-size:1rem;font-weight:300;line-height:1.7}.footer-bottom{text-align:center;border-top:1px solid #ff8c421a;padding-top:2rem}.footer-copyright{color:#888;font-size:.9rem;font-weight:300}@media (max-width:768px){.logo{font-size:3rem}.tagline{font-size:1.3rem}.main-message{font-size:1.1rem}.container{min-height:50vh;padding:1.5rem 1.5rem 3rem}.image-gallery{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem}.disco-ball{width:120px;height:120px;top:-60px}.vinyl img{width:100px;height:100px}.coming-soon{font-size:1.5rem}.mobile-menu-toggle{display:flex}.nav-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a1afa;border-left:1px solid #ff8c4233;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:70%;height:100vh;transition:right .3s;position:fixed;top:0;right:-100%}.nav-links.open{right:0}.section{padding:6rem 0}.hero-section{padding:3rem 0 6rem}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.1rem}.lighting-grid,.community-values{grid-template-columns:1fr;gap:2rem}.contact-content,.footer-content{grid-template-columns:1fr;gap:2.5rem}}
