::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#fff;border-radius:6px;border:2px solid #0a0a0a}::-webkit-scrollbar-thumb:hover{background:#eaeaea}html,body{scrollbar-width:thin;scrollbar-color:#fff #0a0a0a}:root{--max-width:1200px;--space-xl:96px;--space-l:64px;--space-m:32px;--space-s:16px;--bg:#000;--bg-soft:#0a0a0a;--bg-gray:#111;--txt:#fff;--muted:#999;--accent:#22C55E;--ease:cubic-bezier(.25,.46,.45,.94);--ease-spring:cubic-bezier(.34,1.56,.64,1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;background:var(--bg);color:var(--txt);line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}h1,h2,h3{color:#f5f5f5}h1{font-size:clamp(2.25rem,6vw,4rem);font-weight:800;letter-spacing:-.03em;line-height:1.08;text-wrap:balance}h2{font-size:clamp(1.85rem,4.5vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.15}h3{font-size:clamp(1.25rem,2.5vw,1.65rem);font-weight:600;line-height:1.3}p{font-size:1.125rem;color:#b3b3b3;max-width:680px;text-wrap:balance}.subhead{font-size:clamp(1.1rem,2vw,1.25rem);color:#bdbdbd;line-height:1.6}a.btn,button.btn{display:inline-flex;align-items:center;justify-content:center;padding:18px 44px;border-radius:999px;border:0;cursor:pointer;background:#fff;color:#000;font-weight:600;font-size:1rem;letter-spacing:.01em;transition:transform .2s var(--ease),box-shadow .2s var(--ease);min-height:56px;font-family:inherit;text-decoration:none}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #fff3}.reveal{opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}.reveal.show{opacity:1;transform:none}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}.divider{height:1px;border:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12) 20%,rgba(255,255,255,.12) 80%,transparent);margin:0}section{scroll-margin-top:90px}.hero{padding:100px 0 72px;position:relative;overflow:hidden;background:radial-gradient(ellipse 80% 60% at 50% 40%,rgba(255,255,255,.03) 0%,transparent 70%)}.hero__container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.hero__content{display:grid;grid-template-columns:40fr 60fr;gap:56px;align-items:center}.hero__left{text-align:left}.hero__title{margin-bottom:20px}.hero__subtitle{font-size:1.125rem;color:#bdbdbd;line-height:1.65;margin-bottom:0}.hero__cta{margin-top:32px}.hero__cta-subtext{font-size:.875rem;color:#888;margin-top:12px}.hero__right{display:flex;align-items:center;justify-content:center}.hero__video-wrapper{position:relative;width:100%;max-width:640px;border-radius:20px;overflow:hidden;background:#000;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 40px #0006;aspect-ratio:16/9}.video-player{position:relative;width:100%;height:100%;background:#000;cursor:pointer}.video-player .product-video{width:100%;height:100%;object-fit:cover;display:block}.video-big-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:88px;height:88px;border-radius:50%;background:#fffffff2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s var(--ease-spring),background .2s ease,opacity .3s ease;z-index:10;box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff1a}.video-big-play svg{width:36px;height:36px;fill:#000;margin-left:4px}.video-big-play:hover{transform:translate(-50%,-50%) scale(1.08);background:#fff}.video-player.playing .video-big-play{opacity:0;pointer-events:none;transform:translate(-50%,-50%) scale(.8)}.video-controls{position:absolute;bottom:0;left:0;right:0;padding:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.4) 60%,transparent 100%);opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease;z-index:20}.video-player:hover .video-controls,.video-player.paused .video-controls,.video-player.show-controls .video-controls{opacity:1;transform:translateY(0)}.video-progress{position:relative;width:100%;height:5px;background:#fff3;cursor:pointer;transition:height .15s ease}.video-controls:hover .video-progress,.video-progress:hover{height:7px}.video-progress-buffer{position:absolute;top:0;left:0;height:100%;background:#ffffff4d;pointer-events:none}.video-progress-filled{position:absolute;top:0;left:0;height:100%;background:var(--accent);pointer-events:none}.video-progress-input{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:pointer;-webkit-appearance:none}.video-controls-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 16px;gap:12px}.video-controls-left,.video-controls-right{display:flex;align-items:center;gap:8px}.video-btn{width:40px;height:40px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s ease,transform .15s ease;flex-shrink:0}.video-btn svg{width:22px;height:22px;fill:#ffffffe6;transition:fill .2s ease}.video-btn:hover{background:#ffffff1a}.video-btn:hover svg{fill:#fff}.video-btn:active{transform:scale(.95)}.video-btn-play .icon-pause,.video-player.playing .video-btn-play .icon-play{display:none}.video-player.playing .video-btn-play .icon-pause{display:block}.video-volume-wrapper{display:flex;align-items:center;gap:0}.video-volume-slider-wrapper{width:0;overflow:hidden;transition:width .25s cubic-bezier(.4,0,.2,1)}.video-volume-wrapper:hover .video-volume-slider-wrapper,.video-volume-slider-wrapper:focus-within{width:80px}.video-volume-slider{width:72px;height:4px;margin:0 8px;-webkit-appearance:none;background:#ffffff4d;border-radius:2px;cursor:pointer}.video-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 2px 6px #0000004d}.video-volume-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#fff;cursor:pointer;border:none}.video-btn-volume .icon-volume-mute,.video-player.muted .video-btn-volume .icon-volume-high{display:none}.video-player.muted .video-btn-volume .icon-volume-mute{display:block}.video-time{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;font-size:13px;font-weight:500;color:#ffffffe6;letter-spacing:.02em;font-variant-numeric:tabular-nums;white-space:nowrap;margin-left:4px}.video-time-divider{opacity:.5;margin:0 3px}.video-btn-fullscreen .icon-fullscreen-exit,.video-player.fullscreen .video-btn-fullscreen .icon-fullscreen{display:none}.video-player.fullscreen .video-btn-fullscreen .icon-fullscreen-exit{display:block}.video-player.fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;border-radius:0;z-index:99999}.video-player.fullscreen .product-video{object-fit:contain}.video-player.fullscreen .video-controls-row{padding:16px 24px 24px}.video-player.fullscreen .video-btn{width:48px;height:48px}.video-player.fullscreen .video-btn svg{width:26px;height:26px}.video-player.fullscreen .video-time{font-size:15px}.video-btn-pip{display:none}@supports (picture-in-picture:auto) or (-webkit-picture-in-picture:auto){.video-btn-pip{display:flex}}.trust{padding:48px 0 56px;background:#ffffff04;border-bottom:1px solid rgba(255,255,255,.06)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;text-align:center}.trust-item svg{width:44px;height:44px;margin-bottom:10px;stroke:#fff;fill:none;stroke-width:1.6;opacity:.7;filter:drop-shadow(0 0 3px rgba(255,255,255,.25));transition:all .25s ease}.trust-item:hover svg{opacity:1;transform:scale(1.05)}.trust-item h4{font-size:.9rem;color:#a0a0a0;font-weight:500;line-height:1.45;max-width:220px;margin:0 auto}.story{padding:var(--space-xl) 0;background:var(--bg-soft)}.story-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center}.story-card{background:#ffffff04;border:1px solid rgba(255,255,255,.06);border-radius:24px;padding:40px 36px}.story-card h2{margin-bottom:20px}.story-card p{font-size:1.05rem;line-height:1.7}.story-card .sig{margin-top:24px;font-weight:600;color:#d9d9d9;font-size:1rem}.story-visual{aspect-ratio:1;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.05),transparent 65%);border-radius:24px;border:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;color:#555;font-size:1.1rem}.mission{padding:var(--space-xl) 0;text-align:center;background:var(--bg)}.mission h2{margin-bottom:16px}.mission .subhead{margin:0 auto 40px;max-width:640px}.stat-row{display:flex;justify-content:center;gap:72px;flex-wrap:wrap;margin-bottom:40px}.stat{text-align:center}.stat-num{font-size:clamp(3rem,8vw,5rem);font-weight:800;letter-spacing:-.04em;background:linear-gradient(180deg,#fff 40%,#666);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.stat-label{font-size:.95rem;color:#888;margin-top:6px;font-weight:500}.mission .tagline{font-size:1.2rem;color:#ccc;font-weight:500;margin:0 auto 8px;text-align:center}.mission .tagline-sub{font-size:1.05rem;color:#888;max-width:520px;margin:0 auto;text-align:center}.engineering{padding:var(--space-xl) 0;background:var(--bg-gray)}.engineering .intro{text-align:center;margin-bottom:56px}.engineering .intro h2{margin-bottom:12px}.engineering .intro p{margin:0 auto;max-width:600px;font-size:1.1rem}.feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feat-card{background:#ffffff05;border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:32px 24px;text-align:center;transition:transform .3s ease,border-color .3s ease}.feat-card:hover{transform:translateY(-4px);border-color:#ffffff26}.feat-icon{width:56px;height:56px;margin:0 auto 18px;background:#ffffff0a;border-radius:50%;display:flex;align-items:center;justify-content:center}.feat-icon svg{width:28px;height:28px;stroke:#fff;fill:none;stroke-width:1.6}.feat-card h4{font-size:1rem;font-weight:600;color:#f0f0f0;margin-bottom:8px}.feat-card p{font-size:.9rem;color:#888;line-height:1.5}.engineering .bottom-line{text-align:center;margin:48px auto 0;font-size:1.15rem;color:#aaa;font-weight:500;max-width:680px}.timeline-wrap{padding:var(--space-xl) 0;background:var(--bg-soft)}.timeline-wrap .intro{text-align:center;margin-bottom:56px}.timeline{position:relative;max-width:840px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,transparent,#333 10%,#333 90%,transparent);transform:translate(-50%)}.t-item{position:relative;display:grid;grid-template-columns:1fr auto 1fr;gap:40px;align-items:start;margin-bottom:64px}.t-item:last-child{margin-bottom:0}.t-item:nth-child(odd) .t-content{grid-column:1;text-align:right}.t-item:nth-child(2n) .t-content{grid-column:3;text-align:left}.t-dot{grid-column:2;width:16px;height:16px;border-radius:50%;background:#fff;border:3px solid var(--bg-soft);margin-top:4px;box-shadow:0 0 12px #ffffff40}.t-date{color:#888;font-weight:700;font-size:.85rem;letter-spacing:.02em;margin-bottom:6px;text-transform:uppercase}.t-content h3{margin-bottom:8px;font-size:1.25rem}.t-content p{font-size:.95rem;color:#999;max-width:320px}.t-item:nth-child(odd) .t-content p{margin-left:auto}.future{padding:var(--space-xl) 0;background:var(--bg);text-align:center}.future h2{margin-bottom:12px}.future>.container>.subhead{margin:0 auto 48px;max-width:560px}.phase-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:48px}.phase{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:28px 20px;text-align:left;position:relative;overflow:hidden;transition:border-color .3s ease}.phase:hover{border-color:#ffffff2e}.phase-num{font-size:.75rem;font-weight:700;color:#666;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.phase h4{font-size:1rem;font-weight:600;color:#eee;margin-bottom:6px}.phase p{font-size:.85rem;color:#777;line-height:1.45}.phase.active{border-color:#ffffff40;background:#ffffff0a}.phase.active:after{content:"NOW";position:absolute;top:12px;right:12px;font-size:.65rem;font-weight:700;background:#fff;color:#000;padding:3px 8px;border-radius:4px}.future .note{font-size:1.05rem;color:#888;margin:0 auto 32px;text-align:center}.social{padding:var(--space-xl) 0;background:var(--bg-soft)}.carousel{max-width:840px;margin:0 auto;text-align:center;overflow:hidden}.track{display:flex;transition:transform .5s ease}.slide{min-width:100%;padding:0 32px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px}.quote{font-size:clamp(1.15rem,2.5vw,1.4rem);color:#e8e8e8;font-style:italic;max-width:700px;line-height:1.55;margin-bottom:16px}.quote strong{color:#fff;font-weight:700;font-style:normal}.author{font-size:.95rem;color:#888}.dots{display:flex;gap:10px;justify-content:center;margin-top:24px}.dot{width:10px;height:10px;border-radius:50%;background:#ffffff40;cursor:pointer;transition:all .25s ease;border:none}.dot.active{background:#fff;transform:scale(1.2)}.final-cta{padding:var(--space-xl) 0;text-align:center;background:radial-gradient(ellipse 70% 50% at 50% 60%,rgba(255,255,255,.03) 0%,transparent 70%)}.final-cta h2{margin-bottom:16px}.final-cta .subhead{margin:0 auto 36px;max-width:560px}.sticky{position:fixed;left:0;right:0;bottom:0;background:#000000f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.1);transform:translateY(100%);transition:transform .3s var(--ease);z-index:1000}.sticky.show{transform:translateY(0)}.sticky .row{max-width:var(--max-width);margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between}.sticky .txt{font-weight:600;font-size:.95rem}.sticky .btn{padding:12px 28px;font-size:.9rem;min-height:48px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000000d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:all .3s var(--ease);z-index:1001}.modal.open{opacity:1;visibility:visible}.m-card{background:var(--bg-gray);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:48px 40px;width:min(500px,90%);position:relative;transform:scale(.95);transition:transform .3s var(--ease)}.modal.open .m-card{transform:scale(1)}.m-card h3{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;margin-bottom:12px;color:#fff}.m-card>p{font-size:1rem;color:#9aa3ae;line-height:1.5;margin-bottom:24px}.close-x{position:absolute;top:20px;right:20px;width:32px;height:32px;stroke:#888;cursor:pointer;transition:opacity .2s ease;opacity:.6;background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center}.close-x:hover{opacity:1}.m-card form{display:flex;flex-direction:column;gap:14px}.m-card input{padding:14px 20px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;color:#fff;font-size:1rem;font-family:inherit;transition:all .2s var(--ease);min-height:48px}.m-card input::placeholder{color:#9aa3ae}.m-card input:focus{outline:none;border-color:#fff3;background:#ffffff14}.m-card .btn{width:100%;margin-top:6px}body.modal-open{overflow:hidden}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%) translateY(100px);background:#1a8917;color:#fff;padding:14px 24px;border-radius:12px;font-weight:600;box-shadow:0 8px 28px #0006;opacity:0;transition:all .35s var(--ease);z-index:1200;max-width:92%;text-align:center}.toast.show{opacity:1;transform:translate(-50%)}.toast.error{background:#b91c1c}@media(max-width:900px){.hero{padding:72px 0 56px}.hero__content{display:flex;flex-direction:column;gap:40px}.hero__left{order:1;text-align:center}.hero__title,.hero__subtitle,.hero__cta,.hero__cta-subtext{text-align:center}.hero__subtitle{margin:0 auto}.hero__right{order:2}.hero__video-wrapper{max-width:100%}.story-grid{grid-template-columns:1fr;gap:32px}.story-visual{order:-1;max-height:320px}.feat-grid,.phase-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.video-big-play{width:72px;height:72px}.video-big-play svg{width:28px;height:28px}.video-controls-row{padding:10px 12px 14px;gap:8px}.video-btn{width:36px;height:36px}.video-btn svg{width:20px;height:20px}.video-time{font-size:12px}.video-volume-wrapper:hover .video-volume-slider-wrapper{width:60px}.video-volume-slider{width:52px}.video-player.paused .video-controls{opacity:1;transform:translateY(0)}.trust-grid{grid-template-columns:1fr;gap:28px}.stat-row{gap:40px}.sticky .row{flex-direction:column;gap:10px;text-align:center}}@media(max-width:800px){.timeline:before{left:16px;transform:none}.t-item{grid-template-columns:auto 1fr;gap:20px}.t-item .t-content{grid-column:2!important;text-align:left!important}.t-item .t-content p{margin-left:0!important}.t-dot{grid-column:1;margin-left:8px}}@media(max-width:540px){.feat-grid{grid-template-columns:1fr}}@media(max-width:500px){.phase-grid{grid-template-columns:1fr}.video-btn-pip,.video-volume-slider-wrapper{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/spongex-about-styles.css.map */
