:root{--bg-dark:#030812;--bg-section:#050d1a;--accent-teal:#47c2be;--accent-teal-hover:#5ee0dc;--accent-teal-glow:#47c2be33;--text-white:#fff;--text-light:#e2e8f0;--text-gray:#94a3b8;--text-muted:#64748b;--border-light:#ffffff14;--border-teal:#47c2be4d;--font-body:"Outfit", sans-serif;--font-title:"Bebas Neue", sans-serif;--font-cursive:"Permanent Marker", cursive;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-light);font-family:var(--font-body);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:all .3s}button,input{font-family:inherit}.app-container{flex-direction:column;min-height:100vh;display:flex;position:relative}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#111e35;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent-teal)}.section-divider{opacity:.8;justify-content:center;align-items:center;gap:20px;width:100%;max-width:600px;margin:0 auto;display:flex}.section-divider .line{background:linear-gradient(90deg,#0000,#ffffff26 50%,#0000);flex-grow:1;height:1px}.section-divider .label{font-family:var(--font-body);letter-spacing:.25em;color:var(--accent-teal);text-transform:uppercase;white-space:nowrap;font-size:.85rem;font-weight:500}.hero-section{background-color:var(--bg-dark);background-image:linear-gradient(to bottom, #03081266 0%, #03081233 60%, var(--bg-dark) 100%), url(/assets/hirosection1-B-q1qGAs.png);background-position:60%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:space-between;width:100%;min-height:90vh;padding:2.5rem 5% 5rem;display:flex;position:relative}.hero-section:after{content:"";background:linear-gradient(to bottom, transparent, var(--bg-dark) 95%);pointer-events:none;z-index:1;width:100%;height:120px;position:absolute;bottom:-2px;left:0}@media (width<=1024px){.hero-section{background-position:65%}}@media (width<=768px){.hero-section{background-position:70%;min-height:85vh;padding:1.5rem 5% 4rem}}@media (width<=480px){.hero-section{background-position:75%;min-height:90vh}}.nav-header{z-index:10;justify-content:space-between;align-items:center;width:100%;display:flex}.logo-container{align-items:center;gap:.75rem;display:flex}.logo-img{object-fit:contain;width:auto;height:100px}@media (width<=768px){.logo-img{height:70px}}.follow-journey-container{flex-direction:column;align-items:flex-end;gap:.35rem;display:flex}.follow-text{letter-spacing:.2em;text-transform:uppercase;color:var(--text-light);opacity:.9;font-size:.7rem;font-weight:500}.social-links{gap:1.25rem;display:flex}.social-icon-link{color:var(--text-light);opacity:.85;justify-content:center;align-items:center;transition:all .2s;display:flex}.social-icon-link:hover{color:var(--accent-teal);opacity:1;transform:translateY(-2px)}.mobile-only{display:none!important}@media (width<=768px){.nav-header{text-align:center;flex-direction:column;align-items:center;gap:1.25rem}.desktop-only{display:none!important}.mobile-only{display:flex!important}.hero-content .follow-journey-container.mobile-only{align-items:flex-start;margin-top:2.5rem}}.hero-content{z-index:5;text-align:left;align-self:flex-start;max-width:650px;margin-top:auto;margin-bottom:auto}.hero-subtitle{letter-spacing:.25em;color:var(--accent-teal);text-transform:uppercase;margin-bottom:.75rem;font-size:.95rem;font-weight:500;animation:.8s ease-out forwards fadeInUp}.hero-title{font-family:var(--font-title);color:var(--text-white);letter-spacing:.02em;text-shadow:0 4px 12px #0006;margin-bottom:.75rem;font-size:clamp(3.5rem,8vw,6.5rem);line-height:.9;animation:1s ease-out forwards fadeInUp}.hero-founding{align-items:center;gap:1rem;margin-bottom:1.5rem;animation:1.2s ease-out forwards fadeInUp;display:flex}.founding-text{letter-spacing:.25em;color:var(--accent-teal);text-transform:uppercase;font-size:.95rem;font-weight:500}.founding-line{background:var(--accent-teal);width:80px;height:1px}.hero-description{color:var(--text-gray);max-width:460px;margin-bottom:2.25rem;font-size:1rem;line-height:1.5;animation:1.4s ease-out forwards fadeInUp}.hero-button{color:var(--text-white);font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;cursor:pointer;background:0 0;border:1.5px solid #fff6;padding:.9rem 2.2rem;font-size:.9rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1);animation:1.6s ease-out forwards fadeInUp;position:relative;overflow:hidden}.hero-button:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.hero-button:hover{border-color:var(--accent-teal);color:var(--accent-teal);box-shadow:0 0 15px var(--accent-teal-glow)}.hero-button:hover:before{left:100%}.content-sections{background-color:var(--bg-dark);flex-direction:column;gap:6rem;padding:4rem 1.5rem;display:flex}.drop-list-section{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:650px;margin:0 auto;display:flex}.drop-list-tag{letter-spacing:.25em;color:var(--accent-teal);text-transform:uppercase;font-size:.8rem;font-weight:600}.drop-list-title{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;color:var(--text-white);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.1}.drop-list-desc{color:var(--text-gray);max-width:500px;font-size:.95rem;line-height:1.6}.subscribe-form{border-radius:4px;gap:0;width:100%;max-width:550px;margin-top:.5rem;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000004d}.email-input{color:var(--text-white);background-color:#030812d9;border:1px solid #ffffff26;border-right:none;outline:none;flex-grow:1;padding:.95rem 1.25rem;font-size:.95rem;transition:all .3s}.email-input:focus{border-color:var(--accent-teal);background-color:#030812f2;box-shadow:inset 0 0 5px #47c2be1a}.email-input::placeholder{color:var(--text-muted);opacity:.8}.notify-button{background-color:var(--accent-teal);color:var(--bg-dark);font-family:var(--font-body);letter-spacing:.25em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;padding:0 2rem;font-size:.85rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.notify-button:hover{background-color:var(--accent-teal-hover);box-shadow:0 0 20px var(--accent-teal-glow)}.no-spam-text{color:var(--text-muted);font-size:.75rem}.form-message{border-radius:4px;margin-top:.5rem;padding:.5rem 1rem;font-size:.9rem;animation:.3s fadeIn}.form-message.success{color:var(--accent-teal);background-color:#47c2be1a;border:1px solid #47c2be4d}.form-message.error{color:#f87171;background-color:#ef44441a;border:1px solid #ef44444d}@media (width<=580px){.subscribe-form{box-shadow:none;background:0 0;flex-direction:column;gap:.75rem}.email-input{border:1px solid #ffffff26;border-radius:4px;padding:.85rem 1rem}.notify-button{border-radius:4px;padding:.85rem;font-size:.8rem}}.countdown-section{text-align:center;flex-direction:column;gap:2.5rem;max-width:700px;margin:0 auto;display:flex}.timer-grid{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:1.5rem;display:flex}.timer-block{flex-direction:column;align-items:center;min-width:100px;display:flex}.timer-number{font-family:var(--font-body);color:var(--text-white);font-size:clamp(3.5rem,8vw,5.5rem);font-weight:700;line-height:1}.timer-label{letter-spacing:.2em;text-transform:uppercase;color:var(--accent-teal);margin-top:.5rem;font-size:.75rem;font-weight:500}.timer-divider{color:#ffffff26;-webkit-user-select:none;user-select:none;align-self:flex-start;margin:.8rem .5rem 0;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:300}@media (width<=580px){.timer-grid{flex-wrap:nowrap;gap:.1rem}.timer-block{min-width:60px}.timer-number{font-size:clamp(2.2rem,6vw,3rem)}.timer-label{letter-spacing:.1em;margin-top:.25rem;font-size:.6rem}.timer-divider{margin:.4rem 0 0;font-size:1.8rem}}.story-section{text-align:center;flex-direction:column;gap:2rem;max-width:650px;margin:0 auto;display:flex}.story-text{color:var(--text-gray);max-width:600px;margin:0 auto;font-size:.95rem;line-height:1.8}.story-slogan{font-family:var(--font-cursive);color:var(--accent-teal);letter-spacing:.02em;text-shadow:0 0 10px #47c2be1a;margin-top:.5rem;font-size:clamp(1.5rem,4vw,2.2rem);display:inline-block;transform:rotate(-1.5deg)}.app-footer{background-color:#02060e;border-top:1px solid #ffffff0a;margin-top:auto;padding:4rem 5% 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;display:grid}@media (width<=768px){.footer-grid{text-align:center;grid-template-columns:1fr;gap:2.5rem}}.footer-brand-col{flex-direction:column;gap:1.25rem;display:flex}.footer-brand-title{align-items:center;gap:.75rem;display:flex}.footer-brand-text{flex-direction:column;align-items:flex-start;gap:.15rem;display:flex}.footer-brand-name{font-family:var(--font-body);letter-spacing:.15em;color:var(--text-white);text-transform:uppercase;text-align:left;font-size:1.15rem;font-weight:700}.footer-desc{color:var(--text-gray);text-align:left;max-width:320px;font-size:.85rem;line-height:1.6}@media (width<=768px){.footer-brand-title{flex-direction:column;justify-content:center;gap:.75rem}.footer-brand-text{align-items:center}.footer-brand-name,.footer-desc{text-align:center}}.footer-title{letter-spacing:.25em;color:var(--accent-teal);text-transform:uppercase;margin-bottom:1.25rem;font-size:.85rem;font-weight:600}.footer-connect-col{flex-direction:column;display:flex}.footer-social-links{gap:.75rem;display:flex}@media (width<=768px){.footer-social-links{justify-content:center}}.footer-social-btn{width:40px;height:40px;color:var(--text-white);background-color:#ffffff08;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.footer-social-btn:hover{background-color:var(--accent-teal-glow);border-color:var(--accent-teal);color:var(--accent-teal);transform:translateY(-3px);box-shadow:0 5px 15px #47c2be26}.footer-contact-col{flex-direction:column;display:flex}.footer-contact-link{color:var(--text-gray);align-items:center;gap:.75rem;font-size:.85rem;transition:color .2s;display:flex}.footer-contact-link:hover,.contact-icon{color:var(--accent-teal)}@media (width<=768px){.footer-contact-link{justify-content:center}}.footer-copyright{text-align:center;color:var(--text-muted);border-top:1px solid #ffffff0a;margin-top:3.5rem;padding-top:1.5rem;font-size:.8rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
