@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--dark-emerald: #1e6443;--shamrock: #129551;--honeydew: #e2f8ea;--white: #fefefe;--dark-bg: #141414;--dark-card: #1a1a1a;--dark-text: #f5f5f5;--dark-text-muted: #b3b3b3}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100vh;overflow-x:hidden;overflow-y:auto;font-family:Inter,sans-serif;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);color:var(--dark-text)}.app{position:relative;height:100vh;overflow:hidden;display:flex;flex-direction:column}.slideshow-container{position:absolute;top:0;left:0;width:100%;height:80vh;z-index:-1}.slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 2s ease-in-out}.slide.active{opacity:1}.hero-section{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;height:80vh;padding:2rem;text-align:center;position:relative;z-index:1;background:linear-gradient(135deg,#00000080,#1e644366,#0000004d)}.logo{margin-bottom:3rem;animation:fadeInUp 1s ease-out}.logo-image{height:8rem;width:auto;max-width:80vw;object-fit:contain;margin-bottom:1rem;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5))}.logo-fallback{font-size:5rem;font-weight:700;color:var(--white);text-shadow:2px 2px 4px rgba(0,0,0,.5);margin-bottom:.5rem;display:none;height:8rem;line-height:8rem}.logo-fallback.fallback-visible{display:block}.logo p{font-size:clamp(1rem,2vw,1.5rem);color:var(--white);font-weight:300;letter-spacing:2px;text-transform:uppercase;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.coming-soon{font-size:clamp(1.5rem,3vw,2.5rem);color:#f99f20;font-weight:600;text-shadow:2px 2px 4px rgba(0,0,0,.5);animation:fadeInUp 1s ease-out .3s both}.app-footer{background-color:#00673bf2;background-image:url(/luzora-leaves-14.png);background-size:300px auto;background-position:left 2rem bottom;background-repeat:no-repeat;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:2px solid #f99f20;padding:1.5rem 2rem;min-height:20vh;display:flex;flex-direction:column;justify-content:center;z-index:10;box-shadow:0 -10px 30px #0009}.footer-content{max-width:1200px;margin:0 auto;width:100%}.description{font-size:clamp(.85rem,1.2vw,1rem);color:var(--dark-text);line-height:1.6;margin-bottom:1.5rem;text-align:center;font-weight:400;max-width:800px;margin-left:auto;margin-right:auto}.contact-section{margin-bottom:1rem}.contact-title{font-size:clamp(1rem,1.8vw,1.4rem);color:#f99f20;font-weight:600;margin-bottom:1rem;text-align:center}.email-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem;max-width:800px;margin:0 auto}.email-link{color:var(--dark-text-muted);text-decoration:none;font-size:clamp(.85rem,1vw,1rem);font-weight:500;transition:all .3s ease;padding:.25rem 0;border-bottom:1px solid transparent}.email-link:hover{color:var(--shamrock);border-bottom-color:var(--shamrock);transform:translateY(-1px)}.footer-copyright{text-align:center;color:var(--dark-text-muted);font-size:.8rem;font-weight:300;margin-top:1rem;padding-top:1rem;border-top:1px solid #f99f20}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.app-footer{padding:1rem;min-height:25vh}.email-links{gap:.5rem 1rem}.description{display:none}.slideshow-container,.hero-section{height:75vh}}@media(max-width:480px){.email-links{flex-direction:column;align-items:center;gap:.5rem}.hero-section{padding:1rem}.app-footer{min-height:20vh}}@media(max-height:600px){.slideshow-container{height:60vh}.hero-section{height:60vh;padding:1rem}.logo{margin-bottom:1rem}.app-footer{min-height:40vh;padding:1rem}.description{margin-bottom:1rem;font-size:.8rem}.email-links{gap:.4rem .8rem}.logo-image{height:6rem;max-width:90vw}.logo-fallback{font-size:3.5rem;height:6rem;line-height:6rem}}
