.landing{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.bg-layer{position:fixed;top:0;right:0;bottom:0;left:0;background-image:url(https://images.pexels.com/photos/1933239/pexels-photo-1933239.jpeg?auto=compress&cs=tinysrgb&w=1920);background-size:cover;background-position:center;z-index:0}.bg-layer:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#060c1cb8,#060c1c99 40%,#060c1ccc)}.nav{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:18px 48px;background:#060c1c73;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.07)}.nav-logo{font-family:Inter,sans-serif;font-weight:600;font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:#fff}.logo-sep{color:#5bb8d4;margin:0 2px}.nav-links{display:flex;gap:32px;list-style:none}.nav-links a{color:#ffffffbf;text-decoration:none;font-size:13px;font-weight:400;letter-spacing:.06em;text-transform:uppercase;transition:color .2s}.nav-links a:hover{color:#fff}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px}.hero{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px 80px;gap:0}.hero-tagline{font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:700;font-size:clamp(16px,2.2vw,26px);color:#ffffffd1;line-height:1.45;margin-bottom:28px;letter-spacing:.01em}.hero-title{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(52px,9vw,112px);line-height:1;letter-spacing:-.01em;color:#fff;margin-bottom:20px}.title-data,.title-power,.title-year{color:#fff}.title-x{color:#5bb8d4;font-weight:300}.hero-date-row{display:flex;align-items:center;gap:16px;margin-bottom:10px}.date-line{display:block;width:48px;height:1px;background:#fff6}.hero-date{font-size:12px;font-weight:400;letter-spacing:.22em;color:#ffffffa6;text-transform:uppercase}.hero-coming-soon{font-size:12px;font-weight:500;letter-spacing:.28em;color:#fff9;text-transform:uppercase;margin-bottom:28px}.hero-description{font-size:clamp(13px,1.4vw,16px);font-weight:400;color:#ffffffb8;line-height:1.7;max-width:560px;margin-bottom:10px}@media (max-width: 768px){.nav{padding:20px 24px;flex-wrap:wrap}.hamburger{display:flex}.nav-links{display:none;flex-direction:column;gap:16px;width:100%;padding:16px 0 8px}.nav-links.open{display:flex}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}body{font-family:Inter,sans-serif;background:#0a0f1a;color:#fff;-webkit-font-smoothing:antialiased}
