.dark-shader{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.hero{height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;z-index:0}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:0}.hero-video-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);z-index:1}.hero-video-gradient{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0,transparent 70%,rgba(0,0,0,.4) 80%,rgba(0,0,0,.8) 90%,rgb(0,0,0));z-index:2}.gradient-flow{position:absolute;width:100%;height:100%;background:radial-gradient(circle at 30% 40%,rgba(100,100,255,.1),transparent 50%),radial-gradient(circle at 70% 60%,rgba(255,100,200,.08),transparent 50%);z-index:0}.grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 0);background-size:100px 100px;mask-image:radial-gradient(ellipse 80% 50% at 50% 50%,black 40%,transparent 100%);z-index:2}.hero-content{text-align:center;position:relative;z-index:10;max-width:1000px;padding:0 2rem}.hero-subtitle{font-size:1.25rem;color:rgba(255,255,255,.7);margin:2rem auto 0}.hero-details,.hero-subtitle{max-width:700px;line-height:1.6;font-weight:400}.hero-details{font-size:1.125rem}.hero-date,.hero-details{color:rgba(255,255,255,.6);margin:1rem auto 0}.hero-date{font-size:1rem;letter-spacing:.02em;font-weight:400}.cta-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:3rem}@media (max-width:640px){.cta-group{flex-direction:column;width:100%}.cta-group .btn{width:100%}}.magnetic-btn{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.magnetic-btn:hover{transform:scale(1.05)}.magnetic-btn:active{transform:scale(.98)}.about-section{padding:20vh 5%;max-width:1200px;margin:0 auto}.logo-strip{padding:8vh 5%;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.logo-strip-eyebrow{font-family:var(--mono);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.4);text-align:center;margin-bottom:3rem}.logo-strip-content{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:4rem}.partner-logo{height:40px;width:auto;color:rgba(255,255,255,.4);transition:color .3s}@media (max-width:768px){.logo-strip-content{gap:2rem}.partner-logo{height:32px}}.tokyo-section{padding:20vh 5%;position:relative}.tokyo-content{max-width:1200px;margin:0 auto}.tokyo-content .eyebrow{color:rgba(255,255,255,.5)}.tokyo-content .headline{color:#fff}.tokyo-content .body{color:rgba(255,255,255,.75)}.venue-headline{font-size:2rem;font-weight:600;color:#fff;margin-bottom:1.5rem;margin-top:4rem}.venue-link{font-family:var(--mono);font-size:.85rem;color:rgba(255,255,255,.6);text-decoration:none;letter-spacing:.05em;transition:color .3s;display:inline-block;margin-bottom:3rem}.venue-link:hover{color:rgba(255,255,255,1)}.venue-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:4rem}.venue-image-card{aspect-ratio:4/3;background:#0a0a0a;border-radius:24px;overflow:hidden;position:relative}.venue-image-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.85) contrast(1.05)}.venue-image-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none;mix-blend-mode:overlay}@media (max-width:1024px){.venue-grid{gap:1.5rem}}@media (max-width:768px){.tokyo-section{padding:10vh 5%}.venue-headline{font-size:1.5rem}.venue-grid{grid-template-columns:1fr}}@media (max-width:640px){.tokyo-section{padding:10vh 5%}.venue-headline{font-size:1.5rem}.venue-grid{grid-template-columns:1fr}}.speakers-section{padding:20vh 5%}.speakers-header{max-width:1200px;margin:0 auto 4rem}.speakers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto 3rem}.speaker-card{aspect-ratio:3/4;background:linear-gradient(135deg,rgba(100,100,255,.05),rgba(255,100,200,.05));border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:2rem;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none;cursor:pointer}.speaker-card:hover{border-color:rgba(255,255,255,.15);transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px rgba(0,0,0,.3)}.speaker-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.speaker-image img{width:100%;height:100%;object-fit:cover;opacity:.4;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.speaker-card:hover .speaker-image img{opacity:.6}.speaker-info{display:flex;flex-direction:column;gap:.5rem;position:relative;z-index:1}.speaker-name{font-family:var(--sans);font-size:1.25rem;font-weight:600;color:white;margin:0;line-height:1.3;letter-spacing:-.01em}.speaker-title{font-family:var(--mono);font-size:.75rem;color:rgba(255,255,255,.6);margin:0;letter-spacing:.1em;font-weight:500;text-transform:uppercase}.speaker-bio{font-family:var(--sans);font-size:.875rem;color:rgba(255,255,255,.5);margin:0;line-height:1.5;font-weight:400}.speaker-badge{display:inline-block;font-size:.625rem;color:rgba(255,255,255,.9);background:rgba(255,255,255,.15);padding:.25rem .5rem;border-radius:4px;letter-spacing:.1em;margin-bottom:.5rem;border:1px solid rgba(255,255,255,.2);width:fit-content}.speaker-badge,.speaker-tba{font-family:var(--mono);text-transform:uppercase;font-weight:600}.speaker-tba{font-size:.75rem;color:rgba(255,255,255,.3);letter-spacing:.15em}.speaker-card-tba{display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.02);border:1px dashed rgba(255,255,255,.1);cursor:default}.speaker-card-tba:hover{transform:none;box-shadow:none;border-color:rgba(255,255,255,.1)}.speaker-tba-content{text-align:center;display:flex;flex-direction:column;gap:.5rem}.speaker-tba-subtitle{font-family:var(--sans);font-size:.875rem;color:rgba(255,255,255,.25);font-weight:400;line-height:1.5}.speakers-note{text-align:center;font-size:1rem;color:rgba(255,255,255,.4);font-style:italic;max-width:1200px;margin:0 auto;line-height:1.6}@media (max-width:1024px){.speakers-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:640px){.speakers-grid{grid-template-columns:1fr}.speakers-section{padding:10vh 5%}}.testimonials-section{padding:8rem 2rem;max-width:1200px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-header .headline{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.testimonials-header .caption{font-size:1rem;color:rgba(255,255,255,.6);max-width:600px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.testimonial-card{padding:2rem 0}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.testimonial-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.testimonial-meta{display:flex;flex-direction:column;gap:.25rem}.testimonial-name{font-weight:600;font-size:.95rem;color:#fff}.testimonial-handle{font-size:.85rem;color:rgba(255,255,255,.5)}.testimonial-text{font-size:1.05rem;line-height:1.6;color:rgba(255,255,255,.85);margin:0}.testimonials-cta{text-align:center;margin-top:2rem}.testimonials-cta a{color:rgba(255,255,255,.6);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s ease}.testimonials-cta a:hover{color:#fff}@media (max-width:1024px){.testimonials-section{padding:6rem 2rem}.testimonials-grid{gap:2rem}}@media (max-width:768px){.testimonials-section{padding:4rem 1.5rem}.testimonials-header .headline{font-size:2rem}.testimonials-grid{grid-template-columns:1fr}}@media (max-width:640px){.testimonials-section{padding:4rem 1.5rem}.testimonials-header .headline{font-size:2rem}.testimonials-grid{grid-template-columns:1fr}}.pricing-section{padding:20vh 5%;max-width:1200px;margin:0 auto}.pricing-intro{font-size:1.25rem;line-height:1.6;color:rgba(255,255,255,.7);margin-bottom:4rem;max-width:700px;font-weight:400}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.pricing-card{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:3rem;transition:all .4s}.pricing-card:hover{border-color:rgba(255,255,255,.15);transform:translateY(-4px)}.pricing-tier{font-family:var(--mono);font-size:.75rem;letter-spacing:.15em;color:rgba(255,255,255,.3);margin-bottom:1rem;text-transform:uppercase;font-weight:600}.pricing-amount{font-size:clamp(2.5rem,5vw,3.2rem);font-weight:700;margin-bottom:1rem;line-height:1.15;letter-spacing:-.02em}.pricing-description{font-size:1rem;color:rgba(255,255,255,.6);margin-bottom:2rem;line-height:1.6;font-weight:400}.pricing-note{font-size:.875rem;color:rgba(255,255,255,.3);margin-top:2rem;font-style:italic;line-height:1.5;font-weight:400}.pricing-email-capture{margin-top:6rem;text-align:center}.email-capture-form{display:flex;gap:1rem;max-width:500px;margin:0 auto;align-items:center}.email-input{padding:1rem 1.5rem;background:rgba(255,255,255,.02);border-radius:12px;font-family:var(--sans);transition:all .3s;font-weight:400}.email-input:focus{background:rgba(255,255,255,.05)}.email-input::placeholder{color:rgba(255,255,255,.3)}@media (max-width:768px){.pricing-grid{grid-template-columns:1fr}.email-capture-form{flex-direction:column;width:100%}.email-input{width:100%}}.sponsor-cta{padding:15vh 5%}.sponsor-content{max-width:900px;margin:0 auto;text-align:center;padding:6rem 3rem;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05);border-radius:32px}.faq-section{padding:15vh 5%;max-width:1200px;margin:0 auto}.faq-content{text-align:center;max-width:800px;margin:0 auto}.faq-accordion{max-width:800px;text-align:left}.faq-item{border-bottom:1px solid rgba(255,255,255,.1)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:none;border:none;color:white;font-family:var(--sans);font-size:1.125rem;font-weight:500;text-align:left;cursor:pointer;transition:opacity .2s;line-height:1.4}.faq-question:hover{opacity:.7}.faq-icon{font-size:1.5rem;font-weight:300;margin-left:1rem;flex-shrink:0}.faq-answer{padding:0 0 1.5rem;animation:fadeIn .3s ease-in-out}.faq-answer p{font-size:1rem;color:rgba(255,255,255,.7);line-height:1.6;margin:0;font-weight:400}.organizers-section{position:relative;padding:10vh 5%;background:#000}.organizers-tile{position:relative;max-width:1400px;margin:0 auto;border-radius:24px;overflow:hidden;min-height:70vh;display:flex;align-items:center;padding:6rem 5%;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05)}.organizers-video{object-fit:cover;z-index:0}.organizers-video,.organizers-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.organizers-video-overlay{background:rgba(0,0,0,.6);z-index:1}.organizers-content{position:relative;z-index:2;width:100%}.organizers-split{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.organizers-label{font-family:var(--mono);font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.5);margin:0 0 2rem}.nvgt-side{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.nvgt-logo{height:48px;width:auto;display:block;align-self:flex-start}.nvgt-text{font-family:var(--sans);font-size:1.0625rem;line-height:1.6;color:rgba(255,255,255,.85);margin:0;max-width:55ch;font-weight:400}.nvgt-links{display:flex;gap:2rem;flex-wrap:wrap}.founder-side{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.founder-header{display:flex;align-items:center;gap:1.5rem}.founder-avatar-cinematic{width:80px;height:80px;border-radius:50%;object-fit:cover;flex-shrink:0}.founder-info{display:flex;flex-direction:column;gap:.5rem}.founder-name-cinematic{font-family:var(--sans);font-size:1.5rem;font-weight:700;color:white;margin:0;letter-spacing:-.01em;line-height:1.2}.founder-subtitle{font-size:.875rem;color:rgba(255,255,255,.6);line-height:1.5}.founder-subtitle,.founder-text{font-family:var(--sans);margin:0;font-weight:400}.founder-text{font-size:1.0625rem;line-height:1.6;color:rgba(255,255,255,.85);max-width:55ch}.organizers-link{font-family:var(--sans);font-size:.9375rem;font-weight:500;color:white;text-decoration:none;transition:opacity .2s ease;display:inline-flex;align-items:center;gap:.25rem}.organizers-link:hover{opacity:.7}@media (max-width:968px){.organizers-tile{padding:4rem 5%;min-height:60vh}.organizers-split{grid-template-columns:1fr;gap:4rem}.nvgt-logo{height:42px}.nvgt-links{flex-direction:column;gap:1rem}.founder-text,.nvgt-text{font-size:1rem}}@media (max-width:640px){.organizers-section{padding:8vh 5%}.organizers-tile{min-height:auto;padding:3rem 6%;border-radius:20px}.organizers-split{gap:3rem}.organizers-label{font-size:.6875rem;margin-bottom:1.5rem}.nvgt-logo{height:36px}.founder-text,.nvgt-text{font-size:1rem}.founder-avatar-cinematic{width:70px;height:70px}.founder-name-cinematic{font-size:1.375rem}.founder-subtitle{font-size:.8125rem}.organizers-link{font-size:.875rem}}@media (max-width:480px){.organizers-tile{padding:2.5rem 5%;border-radius:16px}.organizers-split{gap:2.5rem}.nvgt-logo{height:32px}.founder-header{gap:1rem}.founder-avatar-cinematic{width:60px;height:60px}.founder-name-cinematic{font-size:1.25rem}}.stay-updated-section{padding:15vh 5%;max-width:800px;margin:0 auto;text-align:center}.stay-updated-content{display:flex;flex-direction:column;align-items:center}.email-form{width:100%;max-width:500px}.email-input-wrapper{display:flex;gap:.75rem;width:100%}.email-input{flex:1;padding:.875rem 1.25rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:white;font-size:1rem;transition:all .2s ease}.email-input::placeholder{color:rgba(255,255,255,.4)}.email-input:focus{outline:none;border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.08)}.email-input:disabled{opacity:.5;cursor:not-allowed}.submit-button{padding:.875rem 2rem;background:white;color:black;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.submit-button:hover:not(:disabled){background:rgba(255,255,255,.9);transform:translateY(-1px)}.submit-button:disabled{opacity:.5;cursor:not-allowed}.status-message{margin-top:1rem;padding:.75rem;border-radius:6px;font-size:.875rem}.status-message.success{background:rgba(34,197,94,.1);color:rgb(34,197,94);border:1px solid rgba(34,197,94,.2)}.status-message.error{background:rgba(239,68,68,.1);color:rgb(239,68,68);border:1px solid rgba(239,68,68,.2)}@media (max-width:640px){.email-input-wrapper{flex-direction:column}.submit-button{width:100%}}footer{position:relative;padding:4rem 5%;border-top:1px solid rgba(255,255,255,.03);overflow:hidden}.footer-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;text-align:center}.footer-brand{font-family:var(--mono);font-size:.85rem;color:rgba(255,255,255,.4);line-height:1.8}.footer-brand a{color:rgba(255,255,255,.4);text-decoration:none;transition:color .3s}.footer-brand a:hover{color:#fff}@media (max-width:768px){.footer-brand{font-size:.75rem}}.nvgt-badge{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000;display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .7rem;background:rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.1);border-radius:4px;backdrop-filter:blur(12px);text-decoration:none;transition:all .2s ease;font-size:.7rem}.nvgt-badge:hover{background:rgba(0,0,0,.5);border-color:rgba(255,255,255,.2);transform:translateY(-1px)}.badge-text{font-family:var(--font-inter);color:rgba(255,255,255,.4);letter-spacing:0;font-weight:400}.badge-brand{font-family:var(--font-ibm-plex-mono);font-weight:500;color:rgba(255,255,255,.9);letter-spacing:.05em}.video-trigger{position:fixed;bottom:2rem;left:2rem;z-index:100;background:transparent;border:none;padding:0;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);width:280px}.video-trigger:hover{transform:translateY(-4px) scale(1.02)}.video-trigger-thumbnail{position:relative;width:100%;aspect-ratio:16/9;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.6);transition:box-shadow .4s ease}.video-trigger:hover .video-trigger-thumbnail{box-shadow:0 12px 48px rgba(0,0,0,.8)}.video-trigger-preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.video-trigger-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);transition:background .3s ease}.video-trigger:hover .video-trigger-play{background:rgba(0,0,0,.1)}.play-icon{opacity:.4;filter:drop-shadow(0 4px 12px rgba(0,0,0,.4));transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease}.video-trigger:hover .play-icon{transform:scale(1.1);opacity:.6}.video-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.95);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease;backdrop-filter:blur(8px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.video-modal-content{position:relative;width:100%;max-width:1200px;animation:scaleIn .3s cubic-bezier(.4,0,.2,1)}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.video-modal-close{position:absolute;top:-3rem;right:0;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:white;transition:all .2s ease;backdrop-filter:blur(10px)}.video-modal-close:hover{background:rgba(255,255,255,.2);transform:rotate(90deg)}.video-container{position:relative;width:100%;padding-bottom:56.25%;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5)}.video-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.8);z-index:10}.spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.1);border-top-color:white;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.video-player{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}@media (max-width:768px){.video-trigger{bottom:1rem;left:1rem;width:200px}}@media (max-width:1024px) and (min-width:769px){.video-trigger{bottom:1.5rem;left:1.5rem;width:240px}}