:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#000;color:#fff;overflow-x:hidden}.ff-particles-wrapper{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:1}.ff-particle{position:absolute;width:2px;height:2px;background:#ffffffb3;border-radius:50%;opacity:0;animation:float 15s linear infinite}@keyframes float{0%{transform:translate(0);opacity:0}10%,90%{opacity:1}to{transform:translate(100px,-100vh);opacity:0}}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%) translateY(10px)}10%,90%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(10px)}}:root{--header-height: clamp(110px, 14vh, 180px);--padding-brand-logo-top: calc(env(safe-area-inset-top) + 3rem) ;--astro-height: clamp(220px, 100vw,600px);--hero-gap: clamp(1rem, 3vh, 2rem);--hero-top-gap: .5rem}.ff-hero-scene{position:relative;display:flex;flex-direction:column;width:100vw;max-width:100vw;min-height:100vh;min-height:100dvh;overflow-x:hidden;background:url(/assets/img-1.1-1080x1920@1x-fsFcv_Q7.webp) top center / cover no-repeat}.ff-brand-header{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:var(--padding-brand-logo-top);padding-bottom:1rem;pointer-events:auto;z-index:1000}.ff-brand-header svg.ff-brand-logo{display:block;width:clamp(160px,20vw,360px);height:auto}.ff-hero{display:flex;flex-direction:column;flex:1;justify-content:flex-end;width:100%;min-height:calc(100vh - var(--header-height));min-height:calc(100svh - var(--header-height));overflow-x:hidden}.ff-hero-top{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;margin-top:var(--hero-top-gap);padding-top:env(safe-area-inset-top,1rem);height:calc(var(--astro-height) + var(--hero-gap));overflow:hidden;position:relative;z-index:1}.ff-hero-image{display:flex;flex:1;justify-content:center;align-items:flex-end;width:100%;max-width:100%;height:100%;overflow:hidden}.ff-hero-image img{display:block;width:100%;max-width:100%;height:auto;max-height:100%;object-fit:cover;object-position:center bottom;flex-shrink:0}.ff-helmet-annotation{position:absolute;left:50%;transform:translate(-50%) translateY(-6px);display:inline-flex;align-items:center;gap:.6em;line-height:1.2;max-width:min(80vw,22rem);padding:.55em .85em;font-size:clamp(.9rem,1.2vw,1.2rem);background:#fffffff2;color:#111;border-radius:clamp(10px,2vw,16px);box-shadow:0 8px 20px #0003;-webkit-text-size-adjust:none;text-size-adjust:none;overflow:hidden}.ff-avatar-circle{flex:0 0 auto;width:clamp(44px,5vw,64px);height:clamp(44px,5vw,64px);min-width:44px;min-height:44px;border-radius:50%;overflow:hidden;border:2px solid rgba(0,0,0,.3)}.ff-avatar-circle img{width:100%;height:100%;object-fit:cover}.ff-avatar-meta{display:flex;flex-direction:column;text-align:left;min-width:44px;overflow:hidden}.ff-avatar-name{font-size:.6rem;font-weight:600}.ff-pochi-quote{font-size:.7rem;line-height:1.25;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ff-hero-bottom{display:flex;flex-grow:1;align-items:flex-start;justify-content:center;width:100%;background-color:#1a0c08;padding:clamp(1.5rem,6vh,4rem) clamp(2.5rem,6vh,5rem);position:relative;z-index:2}.ff-hero-text{display:flex;flex-direction:column;align-items:center;text-align:center;width:90%;max-width:40rem;margin:0 auto;gap:clamp(.75rem,2vh,1.5rem)}.ff-hero-text h1{font-size:clamp(1.6rem,4vw,2.5rem);margin:1rem 0;letter-spacing:.03em}.ff-hero-text h2{font-size:clamp(1.3rem,3vw,1.8rem);margin:1rem 0 .5rem;font-weight:300;color:#eaeaea}.ff-hero-text h3{font-size:clamp(1.3rem,3vw,1.8rem);margin-bottom:2rem;font-weight:300;color:#eaeaea}.ff-hero-text p{font-size:clamp(1rem,2.5vw,1.2rem);margin:1rem 0;color:#eaeaea}.ff-email-form{width:100%;max-width:360px;display:flex;flex-direction:column;gap:clamp(1rem,2vh,1.5rem)}.ff-email-form input[type=email],.ff-email-form button{width:100%;font-size:clamp(1rem,2.5vw,1.5rem);padding:clamp(.5rem,1vw,.8rem) clamp(1rem,2vw,1.5rem);border-radius:clamp(6px,1vw,12px);box-sizing:border-box}.ff-email-form input[type=email]{border:1px solid #333;background:#d0c5c545;color:#fff;text-align:center}.ff-email-form button{margin-top:1rem;border:none;background-color:#ff8c00;color:#fff;cursor:pointer}.ff-email-form button:hover{background-color:#e67e00}.ff-hero-text .hero-disclaimer{font-size:.85rem;margin:.6rem 0 1rem;color:#eaeaea}.ff-hero-support{margin-top:1rem;font-size:.95rem;color:#ccc;line-height:1.4}.ff-hero-contact{margin-top:1.1rem;font-size:.85rem;color:#aaa}.ff-hero-contact a{color:#fff;text-decoration:underline}.ff-thank-you-popup{position:fixed;left:50%;bottom:calc(2rem + env(safe-area-inset-bottom));transform:translate(-50%);background:#000000e6;color:#fff;padding:1rem 2rem;border-radius:8px;border:1px solid #ff8c00;z-index:9999;animation:fadeInOut 4s ease-in-out}@media(max-width:232px){.ff-hero-image img{width:232px;height:auto;max-width:none;object-fit:cover;object-position:center bottom;flex-shrink:0}.ff-hero-image{overflow:hidden}.ff-helmet-annotation{max-width:232px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ff-avatar-circle{width:44px;height:44px;flex:0 0 auto}.ff-avatar-circle img{width:100%;height:100%;object-fit:cover}.ff-hero-text h1{font-size:1.2rem}.ff-hero-text h2,.ff-hero-text h3{font-size:1rem}.ff-hero-text p,.ff-hero-text .hero-disclaimer{font-size:.7rem}.ff-email-form{width:300px;max-width:none}.ff-email-form input[type=email],.ff-email-form button{width:300px;max-width:none;font-size:.9rem;padding:.4rem .8rem;box-sizing:border-box}.ff-email-form button{margin-top:.6rem}}@media(orientation:portrait)and (min-width:640px){.ff-hero-image img{object-position:top center;height:auto;max-height:600px}}@media(orientation:landscape)and (max-width:1023.99px){.ff-hero-image img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;object-position:top center;flex-shrink:0}.ff-hero-top{height:auto;min-height:180px}.ff-helmet-annotation{font-size:clamp(1rem,1.5vw,1.7rem);padding:.8em 1.2em;gap:.9em;max-width:90vw;border-radius:clamp(12px,2.5vw,20px)}.ff-avatar-circle{width:clamp(50px,5vw,80px);height:clamp(50px,5vw,80px)}.ff-avatar-meta{min-width:44px;overflow:hidden}.ff-avatar-name{font-size:1rem;font-weight:600}.ff-pochi-quote{font-size:1.2rem;line-height:1.5;font-style:italic}.ff-hero-text h1{font-size:clamp(1.4rem,3vw,2rem)}.ff-hero-text h2,.ff-hero-text h3{font-size:clamp(1rem,2.5vw,1.6rem)}.ff-hero-text p,.ff-hero-text .hero-disclaimer{font-size:clamp(.9rem,2vw,1.1rem)}.ff-email-form input[type=email],.ff-email-form button{font-size:clamp(.9rem,2vw,1.3rem)}@media(max-width:232px){.ff-hero-image img,.ff-helmet-annotation,.ff-avatar-circle,.ff-email-form,.ff-email-form input[type=email],.ff-email-form button{width:232px;max-width:none}}}@media(min-width:1024px){:root{--hero-padding-top: 52vh;--logo-width: 38vw;--logo-min: 140px;--logo-max: 220px;--astro-height: 125vh;--helmet-landscape-desktop: 48%}.ff-hero-page{display:grid;grid-template-columns:60vw 40vw;min-height:80svh}.ff-hero-scene{position:relative;background:none}.ff-brand-header{position:absolute;top:2rem;left:50%;transform:translate(-50%);z-index:10;background:none}.ff-hero{display:grid;grid-template-columns:60% 40%;width:100%;min-height:80svh;background-image:url(/assets/img-1.1-1920x1080@1x-DhGIT9h7.webp);background-size:cover;background-position:top left;position:relative}.ff-hero-top{grid-column:1;display:flex;justify-content:center;align-items:flex-end;position:relative;overflow:hidden}.ff-hero-image{display:flex;justify-content:center;align-items:flex-end;max-height:100%;width:100%}.ff-hero-image img{width:auto;height:100%;max-height:100%;min-height:100%;object-fit:contain;object-position:bottom center}.ff-hero-bottom{grid-column:2;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:2rem;min-height:80svh;background:transparent;gap:1rem}.ff-hero-bottom h1{margin:0;font-size:clamp(3rem,3vw,4rem);text-align:left}.ff-hero-bottom h2{margin:0;font-size:clamp(2rem,1vw,3rem)}.ff-hero-bottom h3{margin:0;font-size:clamp(1.5rem,1vw,2rem)}.ff-email-form{margin:5%}.ff-helmet-annotation{position:absolute;top:var(--helmet-landscape-desktop);left:52%;transform:translate(-40%,290%);display:flex;align-items:center;gap:.5rem;padding:.3rem .5rem;background:#fffffff2;color:#111;border-radius:12px;box-shadow:0 8px 20px #0003;z-index:5}.ff-particles-wrapper{position:absolute;inset:0;height:100%;overflow:hidden;z-index:0}.ff-avatar-circle{width:56px;height:56px;border-radius:50%;overflow:hidden;border:2px solid rgba(0,0,0,.3);flex-shrink:0}.ff-avatar-circle img{width:102%;height:102%;object-fit:cover}.ff-avatar-meta{display:flex;flex-direction:column;text-align:left}.ff-avatar-name{font-size:1rem;font-weight:600}.ff-pochi-quote{font-size:1.1rem;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ff-email-form form{display:flex;flex-direction:column;gap:0rem;align-items:stretch;width:100%;max-width:400px;margin:0 auto}.ff-email-form input[type=email],.ff-email-form button{width:100%;padding:.7rem 1rem;border-radius:8px;font-size:1.2rem;box-sizing:border-box}.ff-email-form input[type=email]{border:1px solid #333;background:#d0c5c546;color:#fff;text-align:center}.ff-email-form button{border:1px solid #333;background-color:#ff8c00;color:#fff;cursor:pointer}.ff-email-form button:hover{background-color:#e67e00}.ff-hero-support{transform:translateY(2rem);margin-top:2rem;font-size:.95rem;color:#ccc;line-height:1.4}.ff-hero-disclaimer{font-size:.7rem;color:#ccc;margin-top:.5rem;line-height:1.4}.ff-hero-contact{margin-top:1rem;font-size:.85rem;color:#aaa}.ff-hero-contact a{color:#fff;text-decoration:underline}.ff-thank-you-popup{position:fixed;top:58%;left:50%;transform:translate(-50%,-50%);display:inline-block;padding:.6rem 1rem;background:#000000e6;color:#fff;border-radius:8px;border:1px solid #ff8c00;z-index:9999;animation:fadeInOut 4s ease-in-out;font-size:1rem;line-height:1.2;text-align:center;box-sizing:border-box;white-space:normal;width:auto;max-width:90vw}}
