.app{min-height:100vh}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:18px 48px;background:#020818b8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--white-10)}.navbar__logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.navbar__logo-img{width:36px;height:36px;object-fit:cover;border-radius:50%;border:1px solid var(--white-10)}.logo-text{font-size:18px;font-weight:700;letter-spacing:.2px}.navbar__links{display:flex;gap:32px;list-style:none}.navbar__links a{color:var(--white-80);text-decoration:none;font-size:14px;font-weight:500}.navbar__links a:hover{color:var(--white)}.navbar__actions{display:flex;align-items:center;gap:10px}.ca-btn{display:flex;align-items:center;gap:8px;background:var(--white-10);border:1px solid var(--white-10);color:var(--white);padding:8px 14px;border-radius:100px;font-size:13px;cursor:pointer}.ca-btn:hover{background:#ffffff29}.ca-btn:disabled{cursor:not-allowed;opacity:.72}.ca-btn__label{font-size:10px;font-weight:700;letter-spacing:1.5px;color:var(--blue-light)}.ca-btn__value{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.btn-buy{background:var(--white);color:#0a1f5c;text-decoration:none;padding:8px 18px;border-radius:100px;font-size:13px;font-weight:700}.btn-buy:hover{opacity:.92}.hero{position:relative;min-height:100vh;display:grid;grid-template-columns:1fr 1.1fr;gap:48px;align-items:center;padding:140px 48px 80px;overflow:hidden}.hero__glow{position:absolute;width:520px;height:520px;right:8%;top:18%;background:radial-gradient(circle,rgba(41,82,227,.35),transparent 70%);pointer-events:none}.hero__copy{position:relative;z-index:1}.hero__tag{font-size:12px;letter-spacing:3px;color:var(--blue-light);margin-bottom:18px}.hero__title{font-size:clamp(56px,8vw,92px);font-weight:900;line-height:.9;letter-spacing:-3px;margin-bottom:24px}.hero__title span{display:block;color:var(--blue-glow);font-size:.42em;letter-spacing:.18em;text-transform:uppercase;margin-top:12px;font-weight:600}.hero__desc{font-size:18px;line-height:1.7;color:var(--white-80);max-width:460px}.hero__actions{display:flex;align-items:center;gap:12px;margin-top:30px;flex-wrap:wrap}.hero__primary,.hero__secondary{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;text-decoration:none;font-size:14px;font-weight:700;transition:transform .2s ease,background .2s ease}.hero__primary{color:#061333;background:var(--white)}.hero__secondary{color:var(--white);border:1px solid var(--white-10);background:var(--white-05);display:inline-flex;align-items:center;gap:9px}.x-logo{font-size:18px;line-height:1;font-family:Arial,sans-serif}.hero__primary:hover,.hero__secondary:hover{transform:translateY(-2px)}.hero__visual img,.story__frame img,.philosophy__product img{width:100%;display:block}.hero__visual img{border-radius:24px;border:1px solid var(--white-10)}.story,.philosophy,.film,.closing{padding:100px 48px}.story__intro,.philosophy__header,.film__header{max-width:720px;margin-bottom:64px}.section-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:3px;color:var(--blue-light);margin-bottom:16px}.section-title{font-size:clamp(32px,5vw,52px);font-weight:900;letter-spacing:-1px;line-height:1.1;margin-bottom:18px}.section-body,.story__text p,.philosophy__card p,.closing p,.footer p{color:var(--white-80);line-height:1.7}.story__chapter{max-width:1180px;margin:0 auto 88px;display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.story__chapter--reverse{grid-template-columns:1.1fr .9fr}.story__chapter--reverse .story__text{order:2}.story__text h3{font-size:32px;letter-spacing:-.8px;margin-bottom:16px}.story__frame{overflow:hidden;border-radius:24px;border:1px solid var(--white-10);background:var(--blue-dark)}.philosophy__grid{max-width:1180px;margin:0 auto 64px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.philosophy__card{background:var(--blue-dark);border:1px solid var(--white-10);border-radius:20px;padding:28px;min-height:220px}.philosophy__card span{color:var(--blue-glow);font-size:12px;letter-spacing:2px}.philosophy__card h3{margin:16px 0 12px;font-size:24px}.philosophy__product{max-width:520px;margin:0 auto;text-align:center}.philosophy__product img{border-radius:24px;border:1px solid var(--white-10)}.philosophy__product figcaption{margin-top:16px;color:var(--white-40);letter-spacing:1px;font-size:13px}.film__frame{max-width:960px;margin:0 auto;border-radius:24px;overflow:hidden;border:1px solid var(--white-10);background:#000}.film__frame video{width:100%;display:block;pointer-events:none;-webkit-user-select:none;user-select:none}.closing{text-align:center}.closing__lead{letter-spacing:4px;font-size:12px;color:var(--blue-light);margin-bottom:18px}.closing h2{font-size:clamp(36px,7vw,72px);line-height:1.05;letter-spacing:-2px}.footer{border-top:1px solid var(--white-10);padding:40px 48px 56px}.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.footer__links{display:flex;gap:20px;flex-wrap:wrap}.footer__links a{color:var(--white-80);text-decoration:none;font-size:13px}.footer__links a:hover{color:var(--white)}.footer__brand{display:flex;align-items:center;gap:10px}@media (max-width: 960px){.navbar{padding-top:14px;padding-bottom:14px;gap:12px;flex-wrap:wrap}.navbar__actions{width:100%;justify-content:flex-end}.hero,.story__chapter,.story__chapter--reverse,.philosophy__grid,.footer__inner{grid-template-columns:1fr;display:grid}.story__chapter--reverse .story__text{order:0}.navbar__links{display:none}.hero,.story,.philosophy,.film,.closing,.footer,.navbar{padding-left:24px;padding-right:24px}.hero{padding-top:78px;gap:12px}.hero__visual{margin-top:-10px}.hero__actions{margin-top:14px}.film{padding-top:80px}.story,.philosophy,.film,.closing{padding-top:72px;padding-bottom:72px}.story__chapter{margin-bottom:56px;gap:22px}.section-title{margin-bottom:10px;line-height:1.02}.story__intro,.philosophy__header,.film__header{margin-bottom:36px}.film__header .section-title{margin-top:-2px}.hero__title{font-size:clamp(40px,12vw,56px);line-height:.88;margin-bottom:16px}.hero__desc,.section-body,.story__text p{font-size:15px;line-height:1.62}.philosophy__card{min-height:auto;padding:22px}.film__frame{border-radius:16px}.footer__inner{gap:12px;text-align:left}}@media (max-width: 560px){.logo-text{font-size:15px}.ca-btn,.btn-buy{padding:8px 12px;font-size:12px}.ca-btn__value{font-size:11px}.hero__actions{align-items:stretch;flex-direction:column}.hero__primary,.hero__secondary{width:100%}.hero{padding-top:72px;gap:10px}.hero__visual{margin-top:-46px}.film{padding-top:0}.navbar{padding-top:10px;padding-bottom:10px}.hero__title{margin-bottom:12px}.hero__desc{line-height:1.5}.hero__actions{margin-top:0}.story,.philosophy,.film,.closing{padding-top:54px;padding-bottom:54px}.story__intro,.philosophy__header,.film__header{margin-bottom:28px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue-deep: #020818;--blue-dark: #050f2e;--blue-mid: #0a1f5c;--blue-royal: #1a3aaa;--blue-bright: #2952e3;--blue-glow: #4a7fff;--blue-light: #a0b8ff;--white: #ffffff;--white-80: rgba(255,255,255,.8);--white-40: rgba(255,255,255,.4);--white-10: rgba(255,255,255,.1);--white-05: rgba(255,255,255,.05)}html{scroll-behavior:smooth}body{background:var(--blue-deep);color:var(--white);font-family:Sora,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--blue-dark)}::-webkit-scrollbar-thumb{background:var(--blue-royal);border-radius:3px}
