@import "https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";
.mobile-home-root{--mh-black:#000;--mh-text-primary:#e2e2e2;--mh-text-secondary:#7f7f7f;--mh-text-tertiary:#555;--mh-accent-red:red;--mh-border:#1a1a1a;--mh-cta-bg:#e2e2e2;--mh-cta-text:#000;--mh-font-heading:"Geist", sans-serif;--mh-font-body:"Inter", sans-serif;--mh-pad:24px;z-index:9000;background-color:var(--mh-black);color:var(--mh-text-primary);font-family:var(--mh-font-body);-webkit-overflow-scrolling:touch;font-size:16px;line-height:1.5;position:fixed;inset:0;overflow:hidden auto}.mobile-home-root *,.mobile-home-root :before,.mobile-home-root :after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.mobile-home-root .mh-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:80px;padding:0 var(--mh-pad);z-index:10000;border-bottom:1px solid var(--mh-border);background-color:#000000e6;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.mobile-home-root .mh-logo{filter:brightness(0)saturate()invert(97%)sepia(6%)saturate(109%)hue-rotate(189deg)brightness(101%)contrast(88%);object-fit:contain;cursor:pointer;width:130px;height:auto;max-height:40px}.mobile-home-root .mh-menu-button{cursor:pointer;z-index:10001;background:0 0;border:none;flex-direction:column;justify-content:center;gap:6px;width:32px;height:20px;padding:0;display:flex}.mobile-home-root .mh-menu-line{background-color:var(--mh-text-primary);transform-origin:50%;width:100%;height:2px;transition:all .3s}.mobile-home-root .mh-menu-button.open .mh-menu-line:first-child{transform:rotate(45deg)translateY(5px)}.mobile-home-root .mh-menu-button.open .mh-menu-line:last-child{transform:rotate(-45deg)translateY(-5px)}.mobile-home-root .mh-preview{flex-direction:column;min-height:100vh;padding-top:100px;display:flex}.mobile-home-root .mh-content{padding:0 var(--mh-pad);flex-direction:column;flex:1;display:flex}.mobile-home-root .mh-header-row{align-items:center;gap:8px;margin-bottom:24px;display:flex}.mobile-home-root .mh-dot{background-color:var(--mh-accent-red);border-radius:50%;width:6px;height:6px}.mobile-home-root .mh-label{font-family:var(--mh-font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--mh-text-tertiary);font-size:11px;font-weight:500}.mobile-home-root .mh-title{font-family:var(--mh-font-heading);letter-spacing:-.01em;color:var(--mh-text-primary);margin-bottom:32px;font-size:32px;font-weight:600;line-height:1.2}.mobile-home-root .mh-image-container{aspect-ratio:3/4;touch-action:pan-y;cursor:pointer;background-color:#111;width:100%;margin-bottom:32px;position:relative;overflow:hidden}.mobile-home-root .mh-image{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.mobile-home-root .mh-counter{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-family:var(--mh-font-body);color:#fff;z-index:2;background:#0009;border-radius:100px;padding:6px 14px;font-size:13px;position:absolute;top:16px;right:16px}.mobile-home-root .mh-nav{gap:12px;margin-bottom:24px;display:flex}.mobile-home-root .mh-nav-button{border:1px solid var(--mh-border);height:52px;color:var(--mh-text-primary);font-family:var(--mh-font-body);cursor:pointer;background:0 0;border-radius:26px;flex:1;justify-content:center;align-items:center;gap:8px;font-size:14px;transition:all .3s;display:flex}.mobile-home-root .mh-nav-button:active{background:#ffffff1a}.mobile-home-root .mh-cta{background:var(--mh-cta-bg);width:100%;height:52px;color:var(--mh-cta-text);font-family:var(--mh-font-body);cursor:pointer;border:none;border-radius:26px;margin-bottom:40px;font-size:14px;font-weight:500;transition:transform .2s}.mobile-home-root .mh-cta:active{transform:scale(.98)}.mobile-home-root .mh-menu{z-index:9990;padding:120px var(--mh-pad) 40px;opacity:0;pointer-events:none;background-color:#000;flex-direction:column;transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .4s;display:flex;position:fixed;inset:0;transform:translateY(100%)}.mobile-home-root .mh-menu.active{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-home-root .mh-menu-nav{flex-direction:column;gap:12px;margin-top:40px;display:flex}.mobile-home-root .mh-menu-link-wrapper{align-items:center;gap:16px;display:flex}.mobile-home-root .mh-active-line{background-color:var(--mh-accent-red);height:1px;display:inline-block}.mobile-home-root .mh-menu-link{font-family:var(--mh-font-heading);color:#333;cursor:pointer;background:0 0;border:none;padding:0;font-size:32px;font-weight:300;text-decoration:none;transition:color .3s;display:block}.mobile-home-root .mh-menu-link.active{color:var(--mh-text-primary)}.mobile-home-root .mh-socials{width:100%;margin-top:auto;padding-bottom:80px}.mobile-home-root .mh-social-label{color:red;text-align:center;font-family:var(--mh-font-heading);letter-spacing:7px;text-transform:uppercase;margin-bottom:24px;font-size:12px;font-weight:400}.mobile-home-root .mh-social-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px 32px;display:flex}.mobile-home-root .mh-social-item{color:#7f7f7f;font-family:var(--mh-font-heading);text-transform:uppercase;align-items:center;gap:6px;font-size:12px;font-weight:400;text-decoration:none;display:flex}
