@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&family=Montserrat:wght@400;500;600;800&family=Playfair+Display:ital,wght@0,600;0,700;1,600&family=Titan+One&display=swap";:root{--color-text-main:#fff;--color-bg-main:#111;--color-border:#333;--color-text-muted:#a0a0a0;--color-accent-mint:#5ccba3;--color-accent-orange:#ffb74d;--color-accent-yellow:#ffde59;--color-bg-section:#8ec4e9;--color-white:#fff;--color-gray-dark:#e0e0e0;--color-gray-medium-dark:#ccc;--color-gray:#bbb;--color-gray-medium:#a0a0a0;--color-placeholder:#666;--color-gray-light:#444;--color-bg-light:#222;--palette-white:#fff;--palette-black:#111;--palette-gray-200:#e0e0e0;--palette-gray-300:#ccc;--palette-gray-400:#bbb;--palette-gray-500:#a0a0a0;--palette-gray-600:#666;--palette-gray-700:#444;--palette-gray-800:#333;--palette-gray-900:#222;--palette-yellow:#ffde59;--palette-orange:#ffb74d;--palette-mint:#5ccba3;--palette-blue:#8ec4e9;--background-primary:var(--palette-black);--background-secondary:var(--palette-gray-900);--background-section:var(--palette-blue);--background-footer:var(--palette-white);--text-primary:var(--palette-white);--text-secondary:var(--palette-gray-200);--text-muted:var(--palette-gray-500);--text-placeholder:var(--palette-gray-600);--text-inverted:var(--palette-black);--border-default:var(--palette-gray-800);--border-strong:var(--palette-gray-700);--accent-primary:var(--palette-yellow);--accent-secondary:var(--palette-orange);--accent-tertiary:var(--palette-mint);--layer-base:0;--layer-content:1;--layer-content-raised:2;--layer-card-overlay:3;--layer-floating:100;--layer-header:1000;--layer-header-menu:1100;--layer-page-progress:2000;--layer-overlay:9000;--layer-modal:10000;--layer-cursor:11000;--layer-preloader:20000}*{box-sizing:border-box;margin:0;padding:0}:focus{outline:none}html{scroll-behavior:auto;overscroll-behavior-y:none;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}body{color:var(--text-primary);background-color:var(--background-primary);overscroll-behavior-y:none;-webkit-font-smoothing:antialiased;scrollbar-width:none;-ms-overflow-style:none;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}body::-webkit-scrollbar{display:none}a{color:inherit;text-decoration:none}.container{max-width:1280px;margin:0 auto;padding:0 24px}.main-content-padding{padding-top:100px}@media (width<=768px){.main-content-padding{padding-top:80px}}@keyframes ticker{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@keyframes slideLeftToRight{0%{transform:translate(-50%)}to{transform:translate(0,0)}}@keyframes fadeInOverlay{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInResult{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideDownEffect{0%{opacity:0;transform:translateY(-80px)}to{opacity:1;transform:translateY(0)}}@keyframes floatEffect{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.slide-down-animate{animation:.8s cubic-bezier(.165,.84,.44,1) forwards slideDownEffect}.floating-animate{will-change:transform;animation:4s ease-in-out infinite floatEffect}a,button,.search-bar,.cart-status,.social-icon,.search-suggestion-tag,.search-overlay-close{transition:transform .3s,box-shadow .3s,color .3s,background-color .3s}a:not(.header-nav-link):hover,button:not(.header-nav-link):hover,.search-bar:hover,.cart-status:hover,.menu-burger:hover,.social-icon:hover,.search-suggestion-tag:hover,.search-overlay-close:hover{transform:translateY(-2px)}.btn-arrow{background:var(--background-primary);border:1px solid var(--border-default);width:40px;height:40px;font-size:18 px;cursor:pointer;color:var(--text-primary);mix-blend-mode:difference;border-radius:50%;justify-content:center;align-items:center;padding:0;font-weight:900;line-height:1;display:flex}.btn-arrow span{transform:translateY(-2px)}.btn-arrow:hover:not(:disabled){background-color:var(--palette-gray-200);color:var(--background-primary);border-color:var(--text-primary)}.btn-black-small{background-color:var(--text-primary);color:var(--background-primary);cursor:pointer;border:none;border-radius:20px;padding:8px 24px;font-size:11px;font-weight:700}.btn-black-small:hover{background-color:var(--palette-gray-300)}.btn-black-small:active{transform:scale(.95)}.btn-primary-black{background-color:var(--text-primary);color:var(--background-primary);cursor:pointer;border:none;border-radius:30px;padding:12px 40px;font-size:13px;font-weight:700;transition:background-color .3s,transform .2s}.btn-primary-black:hover{background-color:var(--palette-gray-300)}.btn-primary-black:active{transform:translateY(-2px)}.site-header-wrapper{display:contents}.top-ticker{background-color:var(--accent-secondary);border-bottom:1px solid var(--border-default);white-space:nowrap;letter-spacing:.05em;padding:8px 0;font-size:12px;font-weight:700;overflow:hidden}.ticker-wrap{animation:25s linear infinite ticker;display:inline-block}.ticker-item{padding:0 2rem;display:inline-block}.main-header{width:100%;z-index:var(--layer-header);color:var(--text-primary);mix-blend-mode:difference;background-color:#0000;justify-content:space-between;align-items:center;transition:padding .3s;display:flex;position:fixed;top:0;left:0}.main-header:has(.header-center-menu){grid-template-columns:repeat(5,1fr);display:grid}.main-header.home-page-header,.main-header.sub-page-header{padding:24px 72px 16px}.main-header.fixed-active{padding:16px 72px;position:fixed}.main-header.fixed-active .search-bar{border-color:currentColor}.main-header.fixed-active .search-bar::placeholder{color:currentColor;opacity:.7}.header-left-logo{align-items:center;display:flex}.header-small-logo{height:40px;transform:scale(6.5)}.header-logo{letter-spacing:-1.5px;cursor:pointer;z-index:var(--layer-content-raised);color:var(--text-primary);white-space:nowrap;justify-self:center;font-size:36px;font-weight:900;position:relative}.header-center-menu{display:contents}.mobile-menu-toggle{display:none}.header-nav-link{letter-spacing:.2em;text-transform:uppercase;cursor:pointer;color:var(--text-primary);background:0 0;border:none;border-bottom:2px solid #0000;outline:none;justify-self:center;padding:20px 12px 8px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:800;transition:all .3s;position:relative}.header-nav-link:hover,.header-nav-link.active{border-bottom-color:var(--accent-primary)}.nav-item-wrapper{justify-self:center;align-items:center;height:100%;display:flex;position:relative}.dropdown-menu{opacity:0;visibility:hidden;min-width:160px;z-index:var(--layer-floating);pointer-events:none;background-color:#0000;border:none;border-radius:12px;flex-direction:column;align-items:stretch;padding:4px 0;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex;position:absolute;top:calc(100% + 5px);left:50%;transform:translate(-50%)translateY(10px)}.dropdown-menu:before{content:"";width:100%;height:15px;position:absolute;top:-15px;left:0}.nav-item-wrapper:hover .dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.dropdown-item{appearance:none;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;text-align:center;color:var(--text-primary);background:0 0;border:none;border-bottom:2px solid #0000;outline:none;width:100%;padding:8px 20px 6px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:800;transition:all .3s;position:relative;overflow:hidden}.dropdown-item:hover{border-bottom-color:var(--accent-primary);color:var(--text-primary)}.nav-item-wrapper.showcase .dropdown-menu{min-width:220px}.nav-login{letter-spacing:.05em;color:var(--text-primary);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:700;transition:opacity .2s;position:relative;overflow:hidden}.nav-login:hover{transform:scale(1.08)}.nav-login:after{content:"";opacity:.25;pointer-events:none;background:linear-gradient(90deg,#0000,currentColor,#0000);width:80%;height:100%;transition:none;position:absolute;top:0;left:-150%;transform:skew(-20deg)}.nav-login:hover:after{transition:left .6s ease-in-out;left:150%}.hero-full-container{background-color:var(--background-primary);border-bottom:2px solid var(--text-primary);width:100%;padding:0;position:relative}.hero-slider-wrapper{width:100%;position:relative}.hero-slider-wrapper .hero-frame{aspect-ratio:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;scrollbar-width:none;-ms-overflow-style:none;background-color:var(--background-primary);border:none;border-radius:0;flex-direction:column;width:100%;height:100vh;min-height:100vh;max-height:100vh;display:flex;position:relative;overflow:hidden scroll}.hero-slider-wrapper .hero-frame::-webkit-scrollbar{display:none}.hero-slider-wrapper .hero-frame .hero-slide{width:100%;height:100vh;z-index:var(--layer-content);opacity:1;will-change:background-size, filter;background-position:50%;background-repeat:no-repeat;background-size:100%;flex:0 0 100vh;transition:background-size 1.2s cubic-bezier(.16,1,.3,1),filter .8s;position:relative}.hero-slider-wrapper .hero-frame .hero-slide:hover{filter:saturate(1.05)contrast(1.03);background-size:104%}.hero-slider-wrapper .hero-frame .hero-slide:before{content:"";z-index:var(--layer-content-raised);pointer-events:none;opacity:.68;background:linear-gradient(#0000002e 0%,#0000 36%,#0003 100%),radial-gradient(circle at 50% 45%,#ffffff14 0%,#00000029 100%);transition:opacity .45s;position:absolute;inset:0}.hero-slider-wrapper .hero-frame .hero-slide:hover:before{opacity:.42}.hero-running-overlay{width:min(560px,100% - 64px);z-index:var(--layer-floating);pointer-events:none;-webkit-backdrop-filter:blur(2px);padding:10px 0;position:absolute;inset:auto 32px 40px auto;overflow:hidden;box-shadow:0 16px 44px #0000005c;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 7% 93%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 7% 93%,#0000 100%)}.hero-running-track{white-space:nowrap;will-change:transform;animation:25s linear infinite slideLeftToRight;display:inline-block}.hero-running-item{white-space:nowrap;opacity:1;text-transform:uppercase;padding:0 44px;font-size:500%;font-weight:900;display:inline-block}.hero-running-item img{vertical-align:middle;width:auto;height:1.5em}.section-header{text-align:center;padding:80px 0 40px}.section-subtitle{letter-spacing:.15em;color:var(--text-primary);margin-bottom:40px;font-size:12px;font-weight:800;display:block;position:relative}.section-subtitle:after{content:"";background-color:var(--text-primary);border-radius:2px;width:40px;height:3px;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.customers-section{background-color:var(--background-section);border:none;padding-top:1px;padding-bottom:40px}.section-title{letter-spacing:2px;color:var(--text-primary);margin-bottom:8px;font-family:Titan One,cursive;font-size:64px}.section-desc{color:var(--text-secondary);font-size:14px;font-weight:700}.news-grid{grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:40px;display:grid}.all-products-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px;margin-bottom:40px;display:grid}.all-products-grid .news-card{margin-bottom:0;position:relative}.all-products-grid:hover .news-card{opacity:.4}.all-products-grid .news-card:hover{opacity:1}.news-card{cursor:pointer;isolation:isolate;flex-direction:column;gap:12px;transition:transform .3s,opacity .4s;display:flex;position:relative}.news-card:hover{transform:translateY(-6px)}.news-sidebar{border-left:1px solid var(--border-default);border-right:none;flex-shrink:0;width:28px;position:relative}.vertical-date{letter-spacing:.1em;color:var(--text-muted);white-space:nowrap;writing-mode:vertical-rl;font-size:12px;font-weight:700;position:absolute;top:0;left:10px;transform:rotate(180deg)}.news-content{flex-direction:column;flex:1;gap:12px;display:flex}.news-image{aspect-ratio:1;background-color:var(--background-secondary);border:1px solid var(--border-default);border-radius:8px;width:100%;position:relative;overflow:hidden;box-shadow:0 10px 28px #00000040}.news-image img,.news-image video{object-fit:cover;width:100%;height:100%;transition:transform .45s;display:block}.all-products-grid .news-image{aspect-ratio:auto}.news-image.natural-size{aspect-ratio:auto;background-color:#0000}.all-products-grid .news-card{gap:0}.all-products-grid .news-text{opacity:1;width:100%;z-index:var(--layer-card-overlay);box-sizing:border-box;pointer-events:none;background:linear-gradient(#0000 0%,#000c 100%);padding:40px 20px 20px;transition:opacity .3s;position:absolute;bottom:0;left:0}.all-products-grid .news-card:hover .news-text{opacity:0}.all-products-grid .news-card:hover .news-image img,.all-products-grid .news-card:hover .news-image video{transform:scale(1.05)}.all-products-grid .news-card:focus-within{outline:1px solid var(--accent-secondary);outline-offset:6px}.interaction-overlay{width:100%;height:100%;z-index:var(--layer-content-raised);cursor:pointer;background:linear-gradient(#0000000d 0%,#0000 65%);transition:background .25s;position:absolute;top:0;left:0}.all-products-grid .news-card:hover .interaction-overlay{background:linear-gradient(#0000 0%,#00000014 100%)}.video-play-overlay{pointer-events:none;opacity:1;background-color:#0003;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.media-preview-layer{width:100%;height:100%;z-index:var(--layer-content);pointer-events:none;transition:opacity .3s;position:absolute;top:0;left:0}.news-card:hover .video-play-overlay{opacity:0}.news-text{color:var(--text-primary);margin:0;padding:0 20px;font-size:14px;font-weight:700;line-height:1.6}.polaroid-card-wrapper:not(.active) .polaroid-caption{opacity:0;pointer-events:none}.carousel-controls{justify-content:center;align-items:center;gap:32px;margin-top:50px;margin-bottom:80px;display:flex}.carousel-page{letter-spacing:.2em;color:var(--text-primary);font-size:14px;font-weight:600}.pickup-section{background-color:var(--background-section);padding-top:1px;padding-bottom:80px}.product-grid{grid-template-columns:repeat(5,1fr);gap:32px;display:grid}.product-card{text-align:left;cursor:pointer;flex-direction:column;transition:transform .3s;display:flex}.product-card:hover{transform:translateY(-6px)}.product-card .image-container-square{background-color:var(--background-primary);aspect-ratio:1;border-radius:4px;width:100%;overflow:hidden}.product-card .image-container-square img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.product-card:hover .image-container-square img{transform:scale(1.05)}.product-info-block{padding:0 4px}.product-title-bold{color:var(--text-primary);min-height:40px;margin-top:16px;margin-bottom:12px;font-size:14px;font-weight:800;line-height:1.4}.product-price-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.highlight-yellow{background-color:var(--accent-primary);color:var(--text-primary);border-radius:4px;padding:4px 8px;font-size:10px;font-weight:800}.product-price{color:var(--text-primary);font-size:14px;font-weight:800}.product-desc{color:var(--palette-gray-300);-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:50px;margin-bottom:16px;font-size:11px;font-weight:600;line-height:1.5;display:-webkit-box;overflow:hidden}.how-to-use-section{background-color:var(--background-section);padding-top:1px;padding-bottom:100px}.how-to-text{text-align:center;color:var(--text-primary);margin-bottom:40px;font-size:14px;font-weight:700;line-height:1.8}.comic-grid{grid-template-columns:repeat(5,1fr);gap:20px;max-width:900px;margin:0 auto;display:grid}.comic-panel{border:1px solid var(--border-default);background-color:var(--background-primary);aspect-ratio:3/4;border-radius:4px;overflow:hidden}.comic-panel img{object-fit:cover;width:100%;height:100%;display:block}.center-button-wrapper{justify-content:center;margin-top:-20px;display:flex}.partners-section{background-color:var(--background-primary);border-top:1px solid var(--border-strong);padding:60px 0 80px}.partners-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));place-items:center;gap:40px;margin-top:40px;display:grid}.partner-logo-item{cursor:pointer;justify-content:center;align-items:center;width:100%;height:80px;transition:all .3s;display:flex}.partner-logo-item img{object-fit:contain;filter:grayscale()opacity(.5);max-width:100%;max-height:100%;transition:all .3s}.partner-logo-item:hover img{filter:grayscale(0%)opacity();transform:scale(1.08)}.main-footer{background-color:var(--background-footer);color:var(--text-inverted);flex-direction:column;align-items:center;padding-top:80px;display:flex}.footer-container{flex-direction:column;align-items:center;gap:40px;width:100%;max-width:1200px;margin-bottom:50px;padding:0 24px;display:flex}.footer-logo-block{flex-direction:column;align-items:center;display:flex}.footer-logo-subtitle{letter-spacing:.1em;margin-bottom:-5px;font-size:10px;font-style:italic;font-weight:800}.footer-logo{letter-spacing:-2px;margin:0;font-size:64px;font-weight:900;line-height:1}.footer-socials{align-items:center;gap:24px;display:flex}.social-icon{color:var(--text-inverted);justify-content:center;align-items:center;transition:opacity .2s;display:flex}.social-icon:hover{opacity:.7}.social-icon.icon-line{background-color:var(--background-primary);color:var(--palette-white);letter-spacing:.5px;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:900}.footer-primary-nav{flex-wrap:wrap;justify-content:center;gap:32px;font-size:14px;font-weight:600;display:flex}.footer-primary-nav a:hover{text-decoration:underline}.footer-secondary-links{color:var(--palette-gray-700);flex-wrap:wrap;justify-content:center;gap:12px;max-width:900px;font-size:12px;line-height:1.8;display:flex}.footer-secondary-links a:hover{color:var(--text-inverted);text-decoration:underline}.separator{color:var(--palette-gray-400)}.footer-payments{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:10px;display:flex}.payment-icon{color:#333;background-color:#f0f0f0;border-radius:4px;justify-content:center;align-items:center;min-width:45px;height:24px;padding:5px 10px;font-size:10px;font-weight:800;display:flex}.payment-icon.amex{color:#fff;background-color:#016fd0}.payment-icon.apple{color:#fff;background-color:#000}.payment-icon.gpay{color:#000;background-color:#fff}.payment-icon.jcb{color:#003a8f;background-color:#fff}.payment-icon.master{color:#fff;background-color:#ff5f00}.payment-icon.shop{color:#fff;background-color:#5a31f4}.payment-icon.visa{color:#1a1f71;background-color:#fff}.footer-bottom{border-top:1px solid var(--palette-gray-200);text-align:center;width:100%;color:var(--text-inverted);padding:24px 0;font-size:13px;font-weight:700}.search-overlay{-webkit-backdrop-filter:blur(12px);width:100%;height:100vh;z-index:var(--layer-overlay);background-color:#ffffffd9;flex-direction:column;align-items:center;padding-top:100px;animation:.3s cubic-bezier(.165,.84,.44,1) forwards fadeInOverlay;display:flex;position:fixed;top:0;left:0}.search-overlay-close{color:var(--background-primary);cursor:pointer;background:0 0;border:none;font-size:50px;font-weight:300;line-height:1;transition:transform .2s;position:absolute;top:30px;right:50px}.search-overlay-close:hover{transform:scale(1.1)rotate(90deg)}.search-overlay-content{width:100%;max-width:800px;padding:0 24px}.search-overlay-input{width:100%;color:var(--text-inverted);border:none;border-bottom:3px solid var(--text-inverted);background:0 0;outline:none;padding:16px 0;font-family:Inter,sans-serif;font-size:32px;font-weight:800}.search-overlay-input::placeholder{color:var(--text-placeholder)}.search-overlay-results{flex-direction:column;gap:16px;max-height:calc(100vh - 250px);margin-top:40px;padding-bottom:40px;display:flex;overflow-y:auto}.search-overlay-results::-webkit-scrollbar{width:6px}.search-overlay-results::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.search-no-results{color:var(--text-muted);text-align:center;font-size:16px;font-weight:600}.search-result-item{background-color:var(--background-primary);cursor:pointer;opacity:0;border-radius:12px;align-items:center;gap:20px;padding:16px;transition:all .2s;animation:.4s cubic-bezier(.165,.84,.44,1) forwards fadeInResult;display:flex;transform:translateY(15px)}.search-result-item:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001a}.search-result-image{object-fit:cover;background-color:var(--background-secondary);border-radius:8px;width:72px;height:72px}.search-result-info{flex-direction:column;gap:6px;display:flex}.search-result-type{letter-spacing:.1em;color:var(--text-muted);text-transform:uppercase;font-size:11px;font-weight:800}.search-result-title{color:var(--text-primary);margin:0;font-size:16px;font-weight:700}.search-suggestions{text-align:left;width:100%;margin-top:30px}.search-suggestion-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;font-size:14px;font-weight:700}.search-suggestion-tags{flex-wrap:wrap;gap:12px;display:flex}.search-suggestion-tag{background-color:var(--background-secondary);border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}.search-suggestion-tag:hover{background-color:var(--text-secondary);color:var(--background-primary);border-color:var(--text-primary)}.search-loading-container{justify-content:center;align-items:center;padding:40px 0;display:flex}.search-spinner{border:3px solid #f3f3f3;border-top:3px solid var(--text-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.all-products-page--modal-open .all-products-section,.all-products-page--modal-open .all-products-section *{pointer-events:none}.all-products-page--modal-open{-webkit-user-select:none;user-select:none}.quick-view-backdrop{-webkit-backdrop-filter:blur(3px);width:100vw;height:100vh;z-index:var(--layer-modal);touch-action:none;overscroll-behavior:contain;background:#000000bd;justify-content:center;align-items:flex-start;padding:clamp(12px,3vw,22px);display:flex;position:fixed;inset:0;overflow:hidden auto}.quick-view-modal{width:min(1480px,100vw - 24px);height:auto;min-height:auto;max-height:none;color:var(--text-primary);background:#0b0c0d;border:1px solid #ffffff14;border-radius:10px;grid-template-rows:1fr;grid-template-columns:1fr;font-family:Inter,system-ui,-apple-system,sans-serif;display:grid;position:relative;overflow:hidden;box-shadow:0 16px 42px #0000006b}.quick-view-main{background:#7c7c7c00;flex-direction:column;min-width:0;min-height:auto;display:flex;overflow:hidden}.quick-view-header{border-bottom:1px solid #fff;justify-content:space-between;align-items:center;gap:14px;min-height:48px;padding:0 18px;display:flex}.quick-view-header-title{color:#f5f5f5;letter-spacing:.01em;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:750;line-height:1.18}.quick-view-close-btn{color:#f8f8f8;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff24;border-radius:999px;flex:none;place-items:center;width:32px;height:32px;display:grid}.quick-view-media-full{scrollbar-width:none;flex-direction:column;flex:none;gap:0;min-height:auto;padding:14px;display:flex;overflow:hidden visible}.quick-view-media-full::-webkit-scrollbar{display:none}.quick-view-media-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.quick-view-media-stack+.quick-view-media-stack{margin-top:18px}.quick-view-media-stack--full,.quick-view-media-stack--cols-1{grid-template-columns:1fr}.quick-view-media-stack--cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-view-media-stack--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.quick-view-media-stack--cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.quick-view-media-card{background:0 0;border-radius:2px;flex:none;width:100%;position:relative;overflow:hidden}.quick-view-media-card--featured,.quick-view-media-card--video{aspect-ratio:16/9;grid-column:1/-1}.quick-view-media-card--image{background:0 0}.quick-view-media-strip{scrollbar-width:none;align-items:center;gap:10px;padding-bottom:2px;display:flex;overflow-x:auto}.quick-view-media-strip--video{flex-direction:column;align-items:stretch;max-height:none;padding-bottom:0;overflow:visible}.quick-view-media-strip::-webkit-scrollbar{display:none}.quick-view-media-thumb{appearance:none;aspect-ratio:16/9;cursor:pointer;background:#121212;border:1px solid #0000;border-radius:8px;flex:none;width:96px;padding:0;transition:border-color .2s,transform .2s;overflow:hidden}.quick-view-media-thumb:hover{transform:translateY(-1px)}.quick-view-media-thumb-inner{width:100%;height:100%;position:relative}.quick-view-media-thumb img,.quick-view-media-thumb video{object-fit:cover;width:100%;height:100%;display:block}.quick-view-media-thumb span{color:#d5d5d5;place-items:center;width:100%;height:100%;font-size:11px;font-weight:700;display:grid}.quick-view-thumb-video{color:#d5d5d5;letter-spacing:.02em;background:#0f0f0f;place-items:center;width:100%;height:100%;font-size:11px;font-weight:700;display:grid;position:relative}.quick-view-media-full--image{isolation:isolate}.quick-view-media-full--video{isolation:auto;align-items:stretch;padding:10px}.quick-view-vimeo-wrap,.quick-view-video,.quick-view-image{object-fit:contain;width:100%;height:auto;max-height:100%;box-shadow:none;background:0 0;border:0;border-radius:0;outline:none}.quick-view-video-shell{background:0 0;width:100%;height:100%;position:relative}.quick-view-replay-overlay{z-index:var(--layer-floating);background:radial-gradient(circle,#0000006b 0%,#000000c7 100%);place-items:center;display:grid;position:absolute;inset:0}.quick-view-replay-btn{color:#080808;cursor:pointer;background:#fffffff0;border:1px solid #ffffff3d;border-radius:999px;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:800;display:inline-flex;box-shadow:0 18px 42px #0000005c}.quick-view-replay-btn:hover{background:#fff}.quick-view-media-card .quick-view-vimeo-wrap,.quick-view-media-card .quick-view-video,.quick-view-media-card .quick-view-video-shell{border-radius:2px;height:100%}.quick-view-media-card .quick-view-image{background:0 0;border-radius:2px;height:auto}.quick-view-media-full--image .quick-view-image{border-radius:2px}.quick-view-media-full--video .quick-view-media-card,.quick-view-media-full--video .quick-view-vimeo-wrap,.quick-view-media-full--video .quick-view-video,.quick-view-media-full--video .quick-view-video-shell{border-radius:2px;width:100%}.quick-view-floating-actions{z-index:var(--layer-card-overlay);flex-wrap:wrap;align-items:center;gap:10px;display:flex;position:absolute;bottom:26px;left:32px}.quick-view-floating-pill{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#111111b8;border:0;border-radius:999px;align-items:center;gap:7px;min-height:36px;padding:0 15px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:700;display:inline-flex}.quick-view-vimeo-wrap{aspect-ratio:16/9;background:0 0;width:100%;height:100%;position:relative;overflow:hidden}.quick-view-vimeo-wrap iframe,.quick-view-vimeo-embed{width:100%;height:100%;box-shadow:none;background:0 0;border:0;outline:none;display:block;position:absolute;inset:0}.quick-view-vimeo-wrap iframe:focus,.quick-view-vimeo-embed:focus,.quick-view-video:focus{box-shadow:none;outline:none}.quick-view-video{accent-color:#fff;display:block}.quick-view-video::-webkit-media-controls-panel{background:linear-gradient(#0000 0%,#00000094 100%)}.quick-view-video::-webkit-media-controls-timeline{background-color:#ffffff2e;border-radius:999px;height:4px;margin:0 8px}.quick-view-video::-webkit-media-controls-current-time-display{color:#fff;text-shadow:none;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:10px}.quick-view-video::-webkit-media-controls-time-remaining-display{color:#fff;text-shadow:none;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:10px}.quick-view-video::-webkit-media-controls-play-button{filter:brightness(1.15)}.quick-view-video::-webkit-media-controls-mute-button{filter:brightness(1.15)}.quick-view-video::-webkit-media-controls-fullscreen-button{filter:brightness(1.15)}.quick-view-image{display:block}.quick-view-detail{color:#000;border-top:0;flex-direction:column;gap:5px;min-height:74px;padding:12px 18px 18px;display:flex}.quick-view-date{color:#000;letter-spacing:.08em;text-transform:uppercase;font-size:11px}.quick-view-title{color:#000;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(20px,2.3vw,30px);font-weight:700;line-height:1.18}.quick-view-client{color:#000;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:500}.quick-view-description{color:#a1a1a1;max-width:900px;margin-top:4px;font-size:13px;line-height:1.55}.portfolio-navbar{z-index:var(--layer-header);position:fixed;top:50%;right:40px;transform:translateY(-50%)}.nav-list{flex-direction:column;align-items:flex-end;gap:28px;list-style:none;display:flex}.nav-link{color:#fff9;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;outline:none;align-items:center;gap:16px;font-family:Titan One,cursive;font-size:13px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative}.nav-link:hover{color:#fff;transform:translate(-8px)}.nav-link.active{color:var(--background-primary);opacity:1;font-size:18px;transform:translate(-12px)}.all-products-section{padding:104px 40px 100px}@media (width<=992px){.main-header.home-page-header,.main-header.sub-page-header{padding:24px 30px 16px}.main-header.fixed-active{padding:16px 30px}.hero-full-container{padding:0}.news-grid,.product-grid,.comic-grid,.all-products-grid{grid-template-columns:repeat(3,1fr)}.all-products-section{padding-left:24px;padding-right:24px}.quick-view-media-stack--cols-3,.quick-view-media-stack--cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.team-carousel-coverflow .btn-arrow{display:none}:is(.main-header,.main-header:has(.header-center-menu)){mix-blend-mode:difference;justify-content:space-between;align-items:center;width:100%;display:flex;position:fixed}.main-header.fixed-active{padding:15px 30px}.main-header.home-page-header,.main-header.sub-page-header{background-color:#0000;padding:15px 30px;position:fixed}.header-logo{justify-self:flex-start;font-size:26px}.search-bar,.nav-login{display:none}.mobile-menu-toggle{cursor:pointer;color:var(--text-primary);z-index:var(--layer-header-menu);background:0 0;border:none;padding:4px;display:flex;position:absolute;top:50%;right:24px;transform:translateY(-50%)}nav.header-center-menu{background-color:var(--background-primary);width:80%;max-width:360px;height:100vh;z-index:var(--layer-header);opacity:0;visibility:hidden;flex-direction:column;padding:80px 24px 24px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:fixed;top:0;left:auto;right:0;overflow-y:auto;transform:translate(100%)}nav.header-center-menu.mobile-open{opacity:1;visibility:visible;transform:translate(0)}.nav-item-wrapper{border-bottom:1px solid var(--border-strong);flex-direction:column;align-items:flex-start;width:100%;margin-bottom:0;padding:16px 0}.nav-item-wrapper:last-child{border-bottom:none}.header-nav-link{font-size:18px}.dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;margin-top:12px;padding-left:0;display:flex;position:static;transform:none}.hero-full-container{padding:0}.news-grid,.product-grid,.comic-grid,.all-products-grid{grid-template-columns:repeat(1,1fr)}.section-title{margin:16px 0;font-size:38px;line-height:1.1}.section-subtitle{letter-spacing:2px;font-size:12px}.section-desc{font-size:14px}.footer-primary-nav{flex-direction:column;align-items:center;gap:16px}.partners-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:24px}.partner-logo-item{height:60px}.search-overlay-input{font-size:24px}.search-overlay-close{font-size:40px;top:20px;right:20px}.quick-view-backdrop{padding:12px}.quick-view-modal{grid-template-rows:1fr;grid-template-columns:1fr;width:calc(100vw - 24px);height:auto;max-height:none}.quick-view-main{grid-row:auto}.quick-view-media-full{min-height:220px;padding:12px 12px 10px}.quick-view-media-stack{grid-template-columns:1fr;gap:14px}.quick-view-media-stack--cols-2,.quick-view-media-stack--cols-3,.quick-view-media-stack--cols-4{grid-template-columns:1fr}.quick-view-header{min-height:50px;padding:0 16px}.quick-view-title{font-size:24px}.team-carousel-coverflow{width:100vw;margin-left:-50vw;margin-right:-50vw;position:relative;left:50%;right:50%}.team-carousel-track-wrapper{padding-left:24px;padding-right:24px}}@media (width<=576px){.container{padding:0 16px}.main-header.home-page-header,.main-header.sub-page-header,.main-header.fixed-active{padding:15px 16px}.mobile-menu-toggle{right:16px}.header-logo{font-size:22px}.section-title{font-size:32px}.news-card{background:#fdfdfd;border:1px solid #f0f0f0;border-radius:8px;flex-direction:column;gap:12px;padding:16px}.news-sidebar{border-left:none;border-bottom:1px solid var(--border-strong);width:100%;padding-bottom:8px}.vertical-date{writing-mode:horizontal-tb;color:#888;position:static;transform:none}.team-carousel-track-wrapper{padding-left:16px;padding-right:16px}}.team-carousel-coverflow .btn-arrow{z-index:var(--layer-floating);position:absolute;top:50%;transform:translateY(-50%)}.team-carousel-coverflow .btn-arrow.btn-prev{left:-20px}.team-carousel-coverflow .btn-arrow.btn-next{right:-20px}.page-scroll-progress-bar{background:var(--accent-primary);transform-origin:0%;height:4px;z-index:var(--layer-page-progress);position:fixed;top:0;left:0;right:0}.team-stacking-container{position:relative}.teampage-wrapper{background-color:var(--background-primary);isolation:isolate;position:relative}.teampage-wrapper:before{content:"";z-index:-1;pointer-events:none;will-change:transform, filter;background-image:url(/images/backgrounds/wavy-fingerprint.svg);background-position:0 0;background-repeat:repeat;background-size:260px;transition:transform .8s,filter .8s,opacity .8s;position:fixed;inset:0;transform:scale(1)}.team-banner-section{width:100%;height:100vh;z-index:var(--layer-content);isolation:isolate;margin:0;position:sticky;top:0;overflow:hidden}.team-carousel-section{width:100%;height:100vh;z-index:var(--layer-content-raised);background:0 0;align-items:center;margin-top:0;display:flex;position:relative}.team-carousel-section,.team-carousel-sticky,.team-carousel-coverflow,.team-carousel-track-wrapper{background:0 0}.team-carousel-section--sticky{height:260vh;display:block;overflow:visible}.team-carousel-sticky{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.team-scroll-progress{transform-origin:0;background:#ffffffb8;border-radius:999px;width:min(420px,48vw);height:3px;margin:0 auto 18px;box-shadow:0 0 22px #ffffff29}.team-showcase{grid-template-rows:auto auto;grid-template-columns:74px minmax(320px,430px) minmax(330px,430px);justify-content:center;align-items:center;gap:22px clamp(24px,3.4vw,54px);width:min(1080px,100%);height:40vh;margin:0 auto;display:grid}.team-showcase-label{color:#ffffffeb;letter-spacing:.02em;writing-mode:vertical-rl;text-shadow:0 18px 48px #00000073;grid-area:1/1/span 2;place-self:center;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(34px,4vw,62px);font-weight:900;line-height:1;transform:rotate(180deg)}.team-showcase-main{aspect-ratio:.82;cursor:pointer;background:0 0;border:0;grid-area:1/2/span 2;width:100%;max-width:430px;padding:0;display:block;position:relative;overflow:hidden;box-shadow:0 32px 90px #0000006b}.team-showcase-main img{object-fit:cover;width:100%;height:100%;display:block}.team-showcase-info{color:#fff;grid-area:1/3;align-self:end;max-width:430px;padding-bottom:10px}.team-showcase-info span{color:#ffffffb8;margin-bottom:14px;font-size:20px;font-weight:900;display:inline-flex}.team-showcase-info h2{color:#fff;letter-spacing:.02em;text-transform:uppercase;text-shadow:0 18px 50px #0000007a;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(38px,4.2vw,68px);font-weight:950;line-height:.98}.team-showcase-role{color:#fffc;letter-spacing:.05em;margin:18px 0 0;font-size:13px;font-weight:900}.team-showcase-bio{color:#ffffffa8;width:min(400px,100%);margin:12px 0 0;font-size:13px;font-weight:650;line-height:1.6}.team-showcase-thumbs{scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-area:2/3;align-items:end;gap:14px;padding-bottom:2px;display:flex;overflow-x:auto}.team-showcase-thumbs::-webkit-scrollbar{display:none}.team-showcase-thumb{aspect-ratio:.78;cursor:pointer;opacity:1;filter:none;background:0 0;border:1px solid #ffffff1f;flex:none;width:clamp(66px,5.6vw,96px);padding:3px;position:relative;overflow:hidden}.team-showcase-thumb.active:after{content:"";background:#ffffffeb;border-radius:999px;height:3px;position:absolute;bottom:7px;left:8px;right:8px;box-shadow:0 0 18px #ffffff7a}.team-showcase-thumb img{object-fit:cover;width:100%;height:100%;display:block}.team-intro{text-align:center;width:min(720px,92vw);color:var(--text-primary);pointer-events:none;margin:0 auto 10px}.team-intro-kicker{color:#ffffffb8;letter-spacing:.2em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:800;display:inline-flex}.team-intro h2{color:#fff;letter-spacing:.01em;text-shadow:0 18px 48px #0000006b;margin:0;font-family:Titan One,cursive;font-size:clamp(34px,5vw,72px);line-height:.98}.team-intro p{color:#ffffffad;width:min(560px,92vw);margin:14px auto 0;font-size:13px;font-weight:700;line-height:1.55}.carousel-progress-bar-container{background-color:var(--border-default);border-radius:2px;width:100%;max-width:400px;height:3px;margin-bottom:40px;overflow:hidden}.carousel-progress-bar{background-color:var(--accent-primary);transform-origin:0;border-radius:2px;width:100%;height:100%}.team-section{background-color:var(--background-primary);padding:0 0 100px;font-family:Inter,sans-serif}.team-header{text-align:center;margin-bottom:60px}.team-header h2{letter-spacing:2px;color:var(--text-primary);margin-bottom:16px;font-family:Titan One,cursive;font-size:64px}.team-header p{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:14px;font-weight:700}.team-banner{object-fit:cover;width:100vw;height:100%;display:block;position:relative}.team-carousel-coverflow{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.team-carousel-track-wrapper{width:100%;z-index:var(--layer-card-overlay);touch-action:pan-y;perspective:1000px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%)}.team-carousel-track{will-change:transform;width:fit-content;transform-style:preserve-3d;align-items:center;gap:clamp(16px,2vw,32px);padding:60px 0;transition:transform .6s cubic-bezier(.25,.8,.25,1);display:flex}.polaroid-card-wrapper{cursor:pointer;opacity:.86;filter:grayscale(.1)brightness(.86)contrast(1.02);pointer-events:auto;flex-shrink:0;transition:all .6s cubic-bezier(.25,.8,.25,1);position:relative}.polaroid-card-wrapper .polaroid-card{width:clamp(118px,10vw,180px);max-width:180px}.polaroid-card-wrapper .polaroid-image-wrapper{height:clamp(260px,24vw,410px);max-height:410px}.polaroid-card-wrapper.active{opacity:1;filter:grayscale(0)brightness()}.polaroid-card-wrapper.active .polaroid-card{width:clamp(300px,30vw,560px);max-width:560px;box-shadow:0 28px 86px #0000008a,0 0 0 1px #ffffff1a}.polaroid-card-wrapper.active .polaroid-image-wrapper{height:clamp(380px,38vw,660px);max-height:660px}.polaroid-card-wrapper.adjacent{opacity:.72;filter:grayscale(.28)brightness(.76)contrast(1.04)}.polaroid-card-wrapper.adjacent .polaroid-card{width:clamp(92px,8vw,150px)}@media (width<=768px){.team-carousel-track{gap:20px}.polaroid-card-wrapper .polaroid-card{width:30vw}.polaroid-card-wrapper .polaroid-image-wrapper{height:35vw}.polaroid-card-wrapper.active .polaroid-card{width:60vw}.polaroid-card-wrapper.active .polaroid-image-wrapper{height:70vw}}.polaroid-card{box-shadow:none;background:0 0;border:0;border-radius:0;flex-shrink:0;padding:0;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative}.polaroid-card-wrapper:not(.active):hover{opacity:.9;z-index:var(--layer-floating);transform:translateY(-10px)scale(1.05)}.polaroid-image-wrapper{background-color:#0000;width:100%;position:relative;overflow:hidden}.polaroid-image-wrapper img{object-fit:cover;width:100%;height:100%}.polaroid-caption{z-index:var(--layer-card-overlay);text-align:left;opacity:0;pointer-events:none;background:linear-gradient(#0000 0%,#000000b8 58%,#000000e6 100%);margin:0;padding:clamp(18px,2.4vw,34px);transition:opacity .45s .12s,transform .45s .12s;position:absolute;bottom:0;left:0;right:0;transform:translateY(24px)}.polaroid-card-wrapper.active .polaroid-caption{opacity:1;pointer-events:auto;transform:translateY(0)}.polaroid-caption h3{color:var(--text-primary);text-shadow:0 8px 28px #0000008a;margin:0 0 6px;font-size:clamp(1.5rem,3vw,3.8rem);font-weight:900;line-height:.98}.polaroid-caption p{color:#ffffffc7;margin:0;font-size:clamp(.78rem,1.05vw,1rem);font-weight:750;line-height:1.42}.polaroid-caption .polaroid-bio{color:#ffffffad;max-width:min(420px,86%);margin-top:12px;font-size:clamp(.72rem,.9vw,.9rem);font-weight:650}.motto-section{width:100%;height:180svh;min-height:1100px;z-index:var(--layer-content);isolation:isolate;background:0 0;margin-top:-45svh;padding:0 clamp(16px,6vw,92px);position:relative;overflow:visible}.motto-fixed-frame{width:100%;height:100svh;z-index:var(--layer-content-raised);box-sizing:border-box;pointer-events:auto;background:0 0;justify-content:center;align-items:center;padding:clamp(14px,3vw,30px);display:flex;position:sticky;top:0;left:0}.motto-quote-card{-webkit-backdrop-filter:blur(16px);color:#fff;background:linear-gradient(#ffffff29,#0000 18%),linear-gradient(145deg,#ffffff12,#ffffff05);border:1px solid #ffffff24;border-radius:22px;width:min(100%,1120px);margin:0 auto;padding:clamp(28px,5vw,72px);box-shadow:inset 0 1px #ffffff1f,0 30px 90px #0006}.motto-text{color:#fffffff5;letter-spacing:-.045em;text-wrap:balance;text-shadow:0 2px 22px #0000006b;max-width:980px;margin:0 auto;font-family:Playfair Display,Georgia,serif;font-size:clamp(34px,5.4vw,74px);font-style:italic;font-weight:700;line-height:1.16}.motto-line{will-change:transform, opacity, filter;display:block}.motto-highlight{color:#fff;font:inherit}.motto-author{color:#ffffff9e;letter-spacing:4px;text-transform:uppercase;will-change:transform, opacity;justify-content:center;align-items:center;gap:16px;width:fit-content;margin:clamp(22px,3vw,34px) auto 0;font-family:Inter,sans-serif;font-size:12px;font-weight:900;display:flex}.motto-author:before,.motto-author:after{content:"";background-color:#ffffff38;width:40px;height:1px}@media (width<=768px){.motto-section{padding:0 14px}.motto-fixed-frame{padding:12px}.motto-quote-card{border-radius:14px;width:100%;padding:24px 18px}.motto-text{font-size:clamp(28px,8vw,38px);line-height:1.24}.motto-author{letter-spacing:2px;gap:10px;font-size:11px}.motto-author:before,.motto-author:after{width:24px}}.member-modal-backdrop{width:100vw;height:100vh;z-index:var(--layer-modal);cursor:pointer;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;top:0;left:0}.member-modal-content{background-color:var(--background-primary);border:1px solid var(--border-default);cursor:auto;border-radius:12px;width:100%;max-width:850px;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000080}.modal-close-btn{color:var(--text-primary);cursor:pointer;z-index:var(--layer-floating);background:0 0;border:none;font-size:32px;line-height:1;transition:transform .2s;position:absolute;top:20px;right:20px}.modal-close-btn:hover{transform:rotate(90deg)scale(1.1)}.modal-grid{grid-template-columns:1fr 1.2fr;display:grid}.modal-image img{object-fit:cover;width:100%;height:100%;min-height:400px;display:block}.modal-info{flex-direction:column;justify-content:center;padding:40px;display:flex}.modal-info h2{color:var(--text-primary);margin-bottom:8px;font-family:Titan One,cursive;font-size:32px}.modal-info h4{color:var(--accent-primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:24px;font-size:14px;font-weight:700}.modal-bio{color:var(--text-secondary);margin-bottom:32px;font-size:14px;line-height:1.6}.modal-skills{flex-direction:column;gap:16px;display:flex}.skill-header{color:var(--text-primary);justify-content:space-between;margin-bottom:6px;font-size:12px;font-weight:700;display:flex}.skill-bar-bg{background-color:var(--border-default);border-radius:4px;width:100%;height:6px;overflow:hidden}.skill-bar-fill{background-color:var(--text-primary);border-radius:4px;height:100%}@media (width<=768px){.modal-grid{grid-template-columns:1fr}.modal-image img{height:250px;min-height:auto}.modal-info{padding:24px}}.preloader-overlay{background-color:var(--background-primary);width:100vw;height:100vh;z-index:var(--layer-preloader);flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}.preloader-content{flex-direction:column;align-items:center;gap:20px;display:flex}.preloader-brand{letter-spacing:.3em;text-transform:uppercase;color:var(--accent-primary);font-family:Montserrat,sans-serif;font-size:14px;font-weight:800}.preloader-counter{color:var(--text-primary);letter-spacing:-2px;font-family:Inter,sans-serif;font-size:120px;font-weight:900;line-height:1}.preloader-bar-bg{background-color:var(--border-default);width:100%;height:4px;position:absolute;bottom:0;left:0}.preloader-bar-fill{background-color:var(--text-primary);height:100%;transition:width .1s ease-out}@media (width<=768px){.preloader-counter{font-size:80px}}@media (width<=1200px){.container{max-width:100%;padding-left:28px;padding-right:28px}.hero-running-overlay{width:min(500px,100% - 48px);right:24px}.quick-view-modal{width:calc(100vw - 28px)}.quick-view-media-stack--cols-4{grid-template-columns:repeat(3,minmax(0,1fr))}.team-carousel-section--sticky{height:230vh}}@media (width>=769px) and (width<=1200px){.hero-full-container,.hero-slider-wrapper,.hero-slider-wrapper .hero-frame,.team-stacking-container,.team-banner-section,.team-carousel-section,.team-carousel-sticky{width:100vw;max-width:100vw}.hero-slider-wrapper .hero-frame .hero-slide{background-size:cover;width:100vw}.hero-slider-wrapper .hero-frame .hero-slide:hover{background-size:cover}.team-banner{object-fit:cover;width:100vw;max-width:100vw}.team-carousel-section--sticky{margin-top:-1px}}@media (width>=1800px){.hero-full-container,.hero-slider-wrapper,.hero-slider-wrapper .hero-frame,.hero-slider-wrapper .hero-frame .hero-slide,.team-stacking-container,.team-banner-section,.team-carousel-section,.team-carousel-sticky{width:100vw;max-width:100vw}.hero-slider-wrapper .hero-frame .hero-slide,.hero-slider-wrapper .hero-frame .hero-slide:hover{background-size:cover}.team-banner{object-fit:cover;width:100vw;max-width:100vw}.team-banner-section,.team-carousel-section{margin-top:-1px}}:root{--fs-container-inline-padding:clamp(16px, 2.2vw, 56px)}*,:before,:after{box-sizing:border-box}html,body{width:100%;min-width:0}body{overflow-x:hidden}img,video,iframe{max-width:100%;height:auto}:where(.hero-full-container,.hero-slider-wrapper,.hero-slider-wrapper .hero-frame,.team-stacking-container,.team-banner-section,.team-carousel-section,.team-carousel-sticky,.all-products-section,.news-section,.motto-section,.footer,.footer-container){width:100vw;max-width:100vw;margin-left:0;margin-right:0}.container,.team-carousel-section .container,.hero-slider-wrapper .container{padding-left:var(--fs-container-inline-padding);padding-right:var(--fs-container-inline-padding);width:100%;max-width:100%}.news-grid,.product-grid,.comic-grid,.all-products-grid{width:100%}@media (width<=2000px) and (width>=1400px){.container,.hero-slider-wrapper .container,.team-carousel-section .container{padding-left:48px;padding-right:48px}}@media (width<=1200px) and (width>=901px){.hero-running-overlay{max-width:calc(100vw - 64px)}.all-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-grid,.product-grid,.comic-grid{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}}@media (width<=900px){.hero-slider-wrapper .hero-frame .hero-slide,.team-banner{background-position:50%;background-size:cover}.hero-running-overlay{right:12px}}@media (width<=992px){.hero-slider-wrapper .hero-frame .hero-slide,.hero-slider-wrapper .hero-frame .hero-slide:hover{background-size:cover}.hero-running-overlay{width:min(420px,100% - 36px);padding:8px 0;bottom:28px;right:18px}.hero-running-item{padding:0 28px;font-size:clamp(34px,7vw,58px)}.all-products-section{padding-top:88px;padding-bottom:72px}.quick-view-header-title{text-overflow:ellipsis;white-space:nowrap;max-width:calc(100vw - 112px);overflow:hidden}.quick-view-media-stack--cols-3,.quick-view-media-stack--cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.team-carousel-section--sticky{height:210vh}.polaroid-card-wrapper .polaroid-card{width:18vw}.polaroid-card-wrapper.active .polaroid-card{width:34vw}.motto-modern{max-width:820px}.motto-modern .motto-text{font-size:40px}}@media (width<=768px){:is(html:has(.teampage-wrapper),html:has(.all-products-section),html:has(.contact-page)){scroll-behavior:smooth;scroll-snap-type:y proximity}.team-banner-section,.team-carousel-section,.motto-section,.all-products-grid .news-card,.contact-page>*{scroll-snap-align:center;scroll-snap-stop:normal}.team-banner-section,.team-carousel-section,.motto-section{scroll-snap-align:start}html,body{overscroll-behavior-y:auto;touch-action:pan-y pinch-zoom;overflow:hidden auto}.all-products-grid .news-card,.all-products-grid .interaction-overlay,.team-showcase-main,.team-showcase-thumb,.contact-page a,.contact-page button{touch-action:pan-y pinch-zoom}.teampage-wrapper{touch-action:pan-y pinch-zoom;overflow:clip visible}main,main>div,.all-products-section,.team-stacking-container,.contact-page{touch-action:pan-y pinch-zoom;overflow-y:visible}.teampage-wrapper:before{background-size:180px}.container{padding-left:20px;padding-right:20px}.main-header,.main-header.home-page-header,.main-header.sub-page-header,.main-header.fixed-active{min-height:58px;padding:12px 20px}nav.header-center-menu{width:min(86vw,360px);padding-top:76px}.hero-slider-wrapper .hero-frame,.hero-slider-wrapper .hero-frame .hero-slide{flex-basis:100svh;height:100svh;min-height:100svh}.hero-slider-wrapper .hero-frame{overscroll-behavior-y:auto;touch-action:pan-y pinch-zoom;scroll-snap-type:y mandatory;scroll-behavior:smooth;max-height:100svh;overflow:hidden auto;cursor:default!important}.hero-slider-wrapper .hero-frame .hero-slide,.hero-slider-wrapper .hero-frame .hero-slide:hover{filter:none;scroll-snap-align:start;scroll-snap-stop:always;background-size:cover;transition:none}.hero-running-overlay{background:#00000057;width:min(340px,100% - 28px);padding:6px 0;bottom:20px;right:14px}.hero-running-item{padding:0 20px;font-size:clamp(28px,9vw,44px)}.section-header{padding:56px 20px 28px}.news-grid,.product-grid,.comic-grid,.all-products-grid{gap:18px}.all-products-section{padding:78px 18px 64px}.all-products-grid .news-card,.news-card{background:0 0;border:0;padding:0}.all-products-grid .news-text{padding:48px 16px 16px;font-size:13px}.quick-view-backdrop{padding:10px}.quick-view-modal{border-radius:8px;width:calc(100vw - 20px)}.quick-view-main{border-radius:8px}.quick-view-header{min-height:46px;padding:0 12px}.quick-view-close-btn{width:30px;height:30px}.quick-view-media-full,.quick-view-media-full--video{padding:8px}.quick-view-media-stack,.quick-view-media-stack--cols-2,.quick-view-media-stack--cols-3,.quick-view-media-stack--cols-4{grid-template-columns:1fr;gap:10px}.quick-view-media-stack+.quick-view-media-stack{margin-top:12px}.quick-view-detail{padding:12px 12px 16px}.quick-view-title{font-size:22px}.quick-view-description{font-size:12px}.team-banner-section,.team-banner{height:100svh;min-height:100svh}.team-banner-section{z-index:var(--layer-content);position:sticky;top:0}.team-banner{object-position:center;width:100%}.team-carousel-section--sticky{height:auto;min-height:auto;z-index:var(--layer-content-raised);padding:34px 0 22px;display:block;position:relative}.team-carousel-section--swipe{height:auto;min-height:auto}.team-carousel-sticky{touch-action:pan-y pinch-zoom;justify-content:center;align-items:center;height:auto;min-height:auto;display:flex;position:relative;top:0;overflow:visible}.team-scroll-progress{width:min(320px,64vw);margin-bottom:8px}.team-carousel-track{gap:14px;width:max-content;padding:24px calc(50vw - min(34vw,150px)) 18px;transform:none!important}.team-showcase{grid-template-rows:auto;grid-template-columns:1fr;align-items:center;gap:16px;width:min(380px,92vw)}.team-showcase-label{writing-mode:horizontal-tb;grid-area:auto/1;justify-self:start;font-size:clamp(24px,8vw,36px);transform:none}.team-showcase-main{aspect-ratio:.78;grid-area:auto/1;justify-self:center;width:min(74vw,310px)}.team-showcase-info{text-align:left;grid-area:auto/1;max-width:100%}.team-showcase-info span{margin-bottom:8px;font-size:13px}.team-showcase-info h2{font-size:clamp(28px,8vw,42px)}.team-showcase-role{margin-top:8px;font-size:12px}.team-showcase-bio{margin-top:8px;font-size:12px;line-height:1.45}.team-showcase-thumbs{touch-action:pan-x pan-y;overscroll-behavior-x:contain;grid-area:auto/1;align-items:center;gap:10px;width:100%;padding:2px 0 4px}.team-showcase-thumb{width:58px}.team-showcase-thumb:hover,.team-showcase-thumb.active{width:68px;transform:translateY(-2px)}.team-intro{width:min(360px,88vw);margin-bottom:4px}.team-intro-kicker{letter-spacing:.16em;margin-bottom:8px;font-size:10px}.team-intro h2{font-size:clamp(28px,8vw,42px)}.team-intro p{margin-top:10px;font-size:12px;line-height:1.45}.team-carousel-track-wrapper{width:100vw;margin-left:calc(var(--fs-container-inline-padding,20px) * -1);margin-right:calc(var(--fs-container-inline-padding,20px) * -1);scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;overflow:auto hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.team-carousel-track-wrapper::-webkit-scrollbar{display:none}.team-carousel-track-wrapper .polaroid-card-wrapper{scroll-snap-align:center}.polaroid-card-wrapper .polaroid-card{border-radius:0;width:28vw;min-width:88px;max-width:none;padding:0}.polaroid-card-wrapper.active .polaroid-card{width:min(66vw,300px);max-width:none}.polaroid-card-wrapper .polaroid-image-wrapper{height:min(58vw,280px);min-height:176px}.polaroid-card-wrapper.active .polaroid-image-wrapper{height:min(86vw,380px);min-height:250px}.polaroid-caption{padding:16px;transform:translateY(18px)}.polaroid-caption h3{font-size:clamp(1.4rem,7vw,2.2rem);line-height:1.15}.polaroid-caption p{font-size:.78rem;line-height:1.25}.polaroid-caption .polaroid-bio{max-width:100%;margin-top:8px;font-size:.72rem}.motto-section{height:180svh;min-height:1100px;margin-top:0;padding:18px;overflow:visible}.motto-fixed-frame{height:100svh;min-height:86svh;padding:18px 0;position:sticky;top:0}.motto-modern{border-radius:12px;width:min(100%,560px);padding:22px 18px}.motto-modern .motto-text{font-size:clamp(28px,9vw,36px);line-height:1.32}.motto-modern .motto-author{letter-spacing:2px;font-size:12px}.search-overlay-content{width:min(100%,680px);padding:0 20px}.search-overlay-results{max-height:56vh}.search-result-item{gap:12px}.search-result-image{width:72px;height:72px}.footer-container{padding-left:20px;padding-right:20px}.footer-secondary-links,.footer-payments{flex-wrap:wrap;justify-content:center}}@media (width<=576px){.container{padding-left:16px;padding-right:16px}.hero-running-overlay{width:min(280px,100% - 20px);bottom:16px;right:10px}.hero-running-item{padding:0 16px;font-size:clamp(24px,10vw,36px)}.all-products-section{padding-left:12px;padding-right:12px}.quick-view-backdrop{padding:6px}.quick-view-modal{width:calc(100vw - 12px)}.quick-view-title{font-size:20px}.team-carousel-section--sticky{height:auto;min-height:auto;padding:28px 0 18px}.team-carousel-track{padding-left:calc(50vw - min(37vw,140px));padding-right:calc(50vw - min(37vw,140px))}.polaroid-card-wrapper .polaroid-card{width:28vw;min-width:84px;padding:0}.polaroid-card-wrapper.active .polaroid-card{width:min(74vw,280px)}.polaroid-card-wrapper .polaroid-image-wrapper{height:min(62vw,260px);min-height:168px}.polaroid-card-wrapper.active .polaroid-image-wrapper{height:min(90vw,350px);min-height:238px}.motto-modern{padding:20px 16px}.motto-modern .motto-text{font-size:clamp(24px,8vw,32px)}.member-modal-backdrop{padding:10px}.member-modal-content{width:min(100%,440px);max-height:92vh;overflow-y:auto}.modal-info{padding:18px}.preloader-counter{font-size:62px}}@media (width>=1201px) and (width<=1799px){:root{--fs-container-inline-padding:clamp(24px, 3vw, 56px)}.hero-full-container,.hero-slider-wrapper,.hero-slider-wrapper .hero-frame,.hero-slider-wrapper .hero-frame .hero-slide,.team-stacking-container,.team-banner-section,.team-carousel-section,.team-carousel-sticky,.all-products-section,.news-section,.motto-section,.footer,.footer-container{width:100vw;max-width:100vw;margin-left:0;margin-right:0}.hero-slider-wrapper .hero-frame .hero-slide{background-size:cover;width:100%}.team-banner{object-fit:cover;width:100%;max-width:100%}.container,.hero-slider-wrapper .container,.team-carousel-section .container{width:100%;max-width:none;padding-left:var(--fs-container-inline-padding);padding-right:var(--fs-container-inline-padding)}.hero-running-overlay{width:min(540px, calc(100% - (var(--fs-container-inline-padding) * 2)))}.team-banner-section,.team-carousel-section--sticky{margin-top:-1px}.news-grid,.product-grid,.comic-grid,.all-products-grid{width:100%}.all-products-grid{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}}@media (width>=769px) and (width<=1200px){.hero-full-container,.hero-slider-wrapper,.hero-slider-wrapper .hero-frame,.team-stacking-container,.team-banner-section,.team-carousel-section,.team-carousel-sticky{width:100vw;max-width:100vw}.hero-slider-wrapper .hero-frame .hero-slide{background-size:cover;width:100vw;max-width:100vw}.hero-slider-wrapper .hero-frame .hero-slide:hover{background-size:cover}.team-banner{object-fit:cover;width:100vw;max-width:100vw}.team-banner-section,.team-carousel-section--sticky{margin-top:-1px}}@media (width>=1800px){.hero-full-container,.hero-slider-wrapper,.hero-slider-wrapper .hero-frame,.hero-slider-wrapper .hero-frame .hero-slide,.team-stacking-container,.team-banner-section,.team-carousel-section,.team-carousel-sticky{width:100vw;max-width:100vw}.hero-slider-wrapper .hero-frame .hero-slide,.hero-slider-wrapper .hero-frame .hero-slide:hover{background-size:cover}.team-banner{object-fit:cover;width:100vw;max-width:100vw}.team-banner-section,.team-carousel-section{margin-top:-1px}}.team-showcase{grid-template-rows:minmax(0,auto) auto;grid-template-columns:74px minmax(220px,1fr) minmax(220px,1fr) minmax(300px,.9fr);align-items:center;gap:clamp(18px,2.6vw,42px);width:min(1220px,92vw)}.team-showcase-main{aspect-ratio:1.18;grid-area:1/2/span 2/span 2;align-self:center;width:100%;max-width:none}.team-showcase-info{grid-area:1/4;align-self:end;max-width:100%}.team-showcase-thumbs{scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-area:2/4;grid-template-rows:1fr;grid-auto-columns:clamp(72px,5.8vw,104px);grid-auto-flow:column;gap:14px;width:100%;padding:4px 4px 8px;display:grid;overflow:auto hidden;-webkit-mask-image:linear-gradient(90deg,#000 0% 84%,#0000 100%);mask-image:linear-gradient(90deg,#000 0% 84%,#0000 100%)}.team-showcase-thumb{scroll-snap-align:start;width:100%;min-width:0}.team-showcase-thumb:hover,.team-showcase-thumb.active{width:100%}@media (width<=900px){.team-showcase{grid-template-rows:auto;grid-template-columns:1fr;gap:16px;width:min(420px,92vw)}.team-showcase-label,.team-showcase-main,.team-showcase-info,.team-showcase-thumbs{grid-area:auto/1}.team-showcase-label{writing-mode:horizontal-tb;justify-self:start;transform:none}.team-showcase-main{aspect-ratio:.82;justify-self:center;width:min(82vw,360px)}.team-showcase-thumbs{scroll-snap-type:x mandatory;grid-auto-columns:64px;grid-auto-flow:column;width:100%;display:grid;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}}.team-showcase-main{aspect-ratio:.82;grid-area:1/2/span 2}.team-showcase-info,.team-showcase-thumbs,.team-showcase-info{grid-column:3/span 2}.team-showcase-thumbs{grid-area:2/3;width:100%}.team-showcase-main img{width:100%;height:100%;position:absolute;inset:0}@media (width<=768px){.team-banner-section,.team-banner{width:100%;height:auto;min-height:0;max-height:none}.team-banner-section{position:relative;top:auto}.team-banner{object-fit:contain;object-position:center;display:block}.team-carousel-section--sticky,.team-carousel-section--swipe{height:auto;min-height:100svh;padding:72px 0 32px}.team-carousel-sticky{align-items:flex-start;height:auto;min-height:0;position:relative;overflow:visible}.team-showcase{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:14px;width:100%;height:auto;padding:0 16px;display:grid}.team-showcase-main{aspect-ratio:auto;grid-area:1/1;justify-self:stretch;width:100%;max-width:none;height:min(64svh,620px);box-shadow:0 24px 70px #00000061}.team-showcase-main:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000,#000000e6);position:absolute;inset:38% 0 0}.team-showcase-main img{object-position:center top}.team-showcase-label{z-index:2;writing-mode:horizontal-tb;color:#fff;-webkit-backdrop-filter:blur(10px);letter-spacing:.18em;text-transform:uppercase;pointer-events:none;background:#0000007a;grid-area:1/1;place-self:start;margin:14px;padding:7px 10px;font-size:10px;line-height:1;transform:none}.team-showcase-info{z-index:2;color:#fff;text-align:left;pointer-events:none;grid-area:1/1;align-self:end;width:100%;max-width:none;padding:90px 20px 20px}.team-showcase-info h2{letter-spacing:-.035em;text-wrap:balance;max-width:12ch;font-size:clamp(30px,10vw,46px);line-height:.92}.team-showcase-role{color:#ffffffdb;letter-spacing:.08em;text-transform:uppercase;margin-top:10px;font-size:11px}.team-showcase-bio{color:#ffffffad;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;margin-top:8px;font-size:11px;line-height:1.5;display:-webkit-box;overflow:hidden}.team-showcase-thumbs{scroll-snap-type:x mandatory;grid-area:2/1;grid-auto-columns:72px;grid-auto-flow:column;gap:10px;width:calc(100% + 32px);margin-left:-16px;padding:2px 16px 10px;display:grid;overflow:auto hidden;-webkit-mask-image:none;mask-image:none}.team-showcase-thumb,.team-showcase-thumb:hover,.team-showcase-thumb.active{aspect-ratio:.78;opacity:.72;scroll-snap-align:start;border:1px solid #fff3;width:72px;min-width:72px;padding:0;transform:none}.team-showcase-thumb:active{opacity:1}}.teampage-wrapper:before{background-position:0 0;background-attachment:fixed;position:fixed;inset:0;will-change:auto!important;filter:none!important;transition:none!important;transform:none!important}.teampage-wrapper:hover:before{filter:none!important;transform:none!important}.all-products-grid .interaction-overlay,.all-products-grid .news-card:hover .interaction-overlay{background:0 0!important}.all-products-grid:hover .news-card,.all-products-grid .news-card:hover{opacity:1!important}.product-end-cta{aspect-ratio:16/9;color:#fff;width:100%;min-height:220px;font:inherit;cursor:pointer;isolation:isolate;background:#ffffff05;border:1px dashed #ffffff57;flex-direction:column;justify-content:center;align-items:center;gap:clamp(14px,1.6vw,22px);padding:clamp(24px,3vw,46px);text-decoration:none;transition:color .35s,background-color .35s,border-color .35s;display:flex;position:relative;overflow:hidden}.product-admin-backdrop{z-index:calc(var(--layer-modal) + 10);-webkit-backdrop-filter:blur(12px);background:#000000d1;place-items:stretch stretch;padding:0;display:grid;position:fixed;inset:0;overflow:hidden}.product-admin-modal{color:#fff;width:100%;height:100svh;max-height:none;box-shadow:none;background:0 0;border:0;grid-template-rows:auto minmax(0,1fr);display:grid;position:relative;overflow:hidden}.product-admin-modal--login{color:#fff;background:#111315;border:1px solid #ffffff24;border-radius:12px;grid-template-rows:auto auto;place-self:center;width:min(460px,100vw - 32px);height:auto;max-height:calc(100svh - 32px);display:grid;overflow-y:auto;box-shadow:0 28px 90px #0000009e}.product-admin-modal--login .product-admin-header{-webkit-backdrop-filter:none;backdrop-filter:none;background:#151719;border-bottom:1px solid #ffffff1a;padding:20px 22px;position:static}.product-admin-modal--login .product-admin-header h2{font-size:27px}.product-admin-modal--login .product-admin-login{box-sizing:border-box;width:100%;max-width:none;margin:0;padding:22px}.product-admin-modal--login .product-admin-login label{color:#ffffffad}.product-admin-modal--login .product-admin-login input{color:#fff;background:#1b1e21;border:1px solid #ffffff24;min-height:44px}.product-admin-modal--login .product-admin-submit{color:#111;background:#fff;border-radius:6px;min-height:46px}.product-admin-modal--workspace{width:100%;height:100svh;max-height:none;box-shadow:none;background:0 0;border:0;border-radius:0}.product-admin-header--workspace{z-index:30;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;width:0;min-height:0;padding:0;position:absolute;inset:0 0 auto auto}.product-admin-header--workspace>div{display:none}.product-admin-header--workspace>button{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0c0c0cdb;border:1px solid #ffffff38;border-radius:50%;place-items:center;width:38px;height:38px;padding:0;display:grid;position:fixed;top:12px;right:12px}.project-builder-shell{background:#0d0d0d;border:1px solid #ffffff1f;grid-template-columns:minmax(0,1fr) 250px;min-height:500px;display:grid;overflow:hidden}.project-builder-canvas{background-color:#101010;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:38px 38px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;flex-direction:column;justify-content:center;align-items:center;gap:44px;padding:clamp(42px,6vw,90px);display:flex}.project-builder-intro{text-align:center;max-width:560px}.project-builder-kicker{color:#ffffff73;letter-spacing:.2em;text-transform:uppercase;font-size:9px;font-weight:800}.project-builder-intro h3{color:#fff;letter-spacing:-.04em;margin:12px 0 0;font-size:clamp(30px,4vw,56px);line-height:.96}.project-builder-intro p{color:#ffffff80;margin:14px 0 0;font-size:12px}.project-builder-actions{grid-template-columns:repeat(6,minmax(76px,1fr));gap:clamp(10px,1.4vw,20px);display:grid}.project-builder-action{color:#ffffffb8;font:inherit;cursor:pointer;background:0 0;border:0;justify-items:center;gap:11px;display:grid}.project-builder-action>span{aspect-ratio:1;color:#fff;background:#ffffff13;border:1px solid #ffffff1a;border-radius:50%;place-items:center;width:clamp(64px,6vw,82px);transition:color .25s,background-color .25s,transform .35s cubic-bezier(.16,1,.3,1);display:grid}.project-builder-action strong{font-size:10px;font-weight:750}.project-builder-action:hover>span{color:#111;background:#fff;transform:translateY(-5px)}.project-builder-sidebar{background:#151515;border-left:1px solid #ffffff1f}.project-builder-sidebar>header{color:#ffffff94;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid #ffffff1a;padding:15px;font-size:10px;font-weight:800}.project-builder-sidebar-grid{grid-template-columns:repeat(2,1fr);display:grid}.project-builder-action--compact{border-bottom:1px solid #ffffff14;border-right:1px solid #ffffff14;align-content:center;min-height:88px}.project-builder-action--compact>span{background:0 0;border:0;width:30px}.project-builder-action--compact:hover>span{color:#fff;background:0 0;transform:scale(1.12)}.project-builder-edit-tools{grid-template-columns:repeat(2,1fr);display:grid}.project-builder-edit-tools button{color:#ffffffb3;min-height:78px;font:inherit;cursor:pointer;background:0 0;border:1px solid #ffffff14;border-top:0;border-left:0;align-content:center;place-items:center;gap:8px;font-size:10px;display:grid}.project-builder-tip{background:#ffffff0a;border:1px dashed #ffffff29;margin:16px;padding:16px}.project-builder-tip strong{font-size:11px}.project-builder-tip p{color:#ffffff70;margin:8px 0 0;font-size:10px;line-height:1.5}.product-admin-preview-row{background:#ffffff09;border:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:20px;padding:16px 18px;display:flex}.product-admin-preview-row span,.product-admin-preview-row strong{display:block}.product-admin-preview-row span{color:#ffffff73;letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:800}.product-admin-preview-row strong{margin-top:5px;font-size:13px}.product-admin-preview-row button,.quick-builder-preview-apply{color:#111;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:#fff;border:0;min-height:38px;padding:9px 16px;font:800 10px/1 Inter,sans-serif}.quick-builder-preview-backdrop{z-index:calc(var(--layer-preloader) + 20);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#000000eb;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.quick-builder-preview{color:#fff;background:#090909;border:1px solid #ffffff29;grid-template-rows:auto minmax(0,1fr);width:min(1500px,100%);height:min(940px,100svh - 36px);display:grid;overflow:hidden}.quick-builder-preview-topbar{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:20px;padding:14px 18px;display:flex}.quick-builder-preview-topbar span,.quick-builder-preview-topbar strong{display:block}.quick-builder-preview-topbar span{color:#ffffff70;letter-spacing:.14em;text-transform:uppercase;margin-bottom:4px;font-size:9px}.quick-builder-preview-topbar button{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;place-items:center;width:38px;height:38px;display:grid}.quick-builder-preview-layout{grid-template-columns:minmax(0,1fr) 290px;min-height:0;display:grid}.quick-builder-preview-screen{background:#050505;min-height:0;overflow-y:auto}.quick-builder-preview-product-header{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#050505e0;align-items:center;gap:11px;padding:12px 16px;display:flex;position:sticky;top:0}.quick-builder-preview-product-header img{object-fit:cover;width:38px;height:38px}.quick-builder-preview-product-header strong,.quick-builder-preview-product-header span{display:block}.quick-builder-preview-product-header span{color:#ffffff80;margin-top:2px;font-size:10px}.quick-builder-preview-media{width:min(1040px,100%);margin:0 auto;padding:16px}.quick-builder-preview-grid{gap:10px;margin-bottom:10px;display:grid}.quick-builder-preview-grid--1{grid-template-columns:1fr}.quick-builder-preview-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-builder-preview-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.quick-builder-preview-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.quick-builder-preview-grid img,.quick-builder-preview-video video,.quick-builder-preview-video iframe{border:0;width:100%;display:block}.quick-builder-preview-grid img{object-fit:cover;height:100%;min-height:180px}.quick-builder-preview-video{background:#000;margin-bottom:10px}.quick-builder-preview-video video,.quick-builder-preview-video iframe{aspect-ratio:16/9;object-fit:contain}.quick-builder-preview-empty{color:#ffffff61;border:1px dashed #ffffff1f;place-items:center;min-height:420px;font-size:12px;display:grid}.quick-builder-preview-order{background:#121212;border-left:1px solid #ffffff1f;grid-template-rows:auto minmax(0,1fr) auto;min-height:0;display:grid}.quick-builder-preview-order>header{border-bottom:1px solid #ffffff1a;padding:16px}.quick-builder-preview-order>header span,.quick-builder-preview-order>header strong{display:block}.quick-builder-preview-order>header span{color:#ffffff73;letter-spacing:.14em;text-transform:uppercase;font-size:9px}.quick-builder-preview-order>header strong{margin-top:5px;font-size:12px}.quick-builder-preview-order>div{overflow-y:auto}.quick-builder-preview-order article{border-bottom:1px solid #ffffff14;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:68px;padding:10px 12px;display:grid}.quick-builder-preview-order article>span small,.quick-builder-preview-order article>span strong{display:block}.quick-builder-preview-order article>span small{color:#ffffff59;font-size:9px}.quick-builder-preview-order article>span strong{text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10px;overflow:hidden}.quick-builder-preview-order article>div{gap:4px;display:flex}.quick-builder-preview-order article button{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff24;place-items:center;width:30px;height:30px;display:grid}.quick-builder-preview-order article button:disabled{opacity:.2;cursor:default}.quick-builder-preview-apply{margin:14px}@media (width<=768px){.product-admin-preview-row{flex-direction:column;align-items:flex-start}.quick-builder-preview-backdrop{padding:0}.quick-builder-preview{width:100%;height:100svh}.quick-builder-preview-layout{grid-template-rows:minmax(0,1fr) auto;grid-template-columns:1fr}.quick-builder-preview-order{border-top:1px solid #ffffff1f;border-left:0;max-height:34svh}.quick-builder-preview-grid--3,.quick-builder-preview-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-admin-header{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#111111f0;border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px;display:flex;position:sticky;top:0}.product-admin-header span{color:#ffffff80;letter-spacing:.18em;text-transform:uppercase;margin-bottom:7px;font-size:9px;font-weight:800;display:block}.product-admin-header h2{margin:0;font-size:clamp(24px,4vw,38px);line-height:1}.product-admin-header button{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;flex:none;width:36px;height:36px;font-size:24px}.product-admin-form,.product-admin-setup{gap:18px;padding:24px;display:grid}.product-admin-login{max-width:480px;margin:0 auto}.product-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.product-admin-form label{color:#ffffff9e;letter-spacing:.1em;text-transform:uppercase;gap:8px;font-size:10px;font-weight:800;display:grid}.product-admin-form input,.product-admin-form textarea,.product-admin-form select{color:#fff;letter-spacing:normal;text-transform:none;background:#191919;border:1px solid #ffffff29;border-radius:0;width:100%;padding:12px 13px;font:500 13px/1.4 Inter,sans-serif}.product-admin-form textarea{resize:vertical}.product-admin-file-field{cursor:pointer;background:#ffffff06;border:1px dashed #ffffff47;padding:14px;transition:border-color .25s,background-color .25s;position:relative}.product-admin-file-field:hover{background:#ffffff0e;border-color:#ffffffb3}.product-admin-file-field input[type=file]{opacity:0;pointer-events:none;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.product-admin-file-field span{color:#ffffffc2;letter-spacing:normal;text-align:center;text-transform:none;background:#191919;border:1px solid #ffffff1f;justify-content:center;align-items:center;min-height:42px;padding:10px 14px;font-size:11px;font-weight:650;display:flex}.product-admin-form input:focus,.product-admin-form textarea:focus,.product-admin-form select:focus{border-color:#fff;outline:1px solid #fff}.product-admin-submit{color:#111;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:#fff;border:0;min-height:46px;padding:12px 20px;font-size:11px;font-weight:900}.product-admin-submit:disabled{opacity:.45;cursor:wait}.product-admin-error{color:#ff8d8d;font-size:12px}.product-admin-setup p{color:#ffffff94;font-size:13px;line-height:1.6}@media (width<=768px){.product-admin-backdrop{align-items:end;padding:0}.product-admin-modal{width:100%;max-height:92svh}.project-builder-shell{grid-template-columns:1fr;min-height:0}.project-builder-canvas{gap:28px;padding:42px 18px 32px}.project-builder-actions{grid-template-columns:repeat(3,1fr);gap:18px 8px;width:100%}.project-builder-action>span{width:62px}.project-builder-sidebar{border-top:1px solid #ffffff1f;border-left:0}.project-builder-sidebar-grid,.project-builder-sidebar>header:first-child{display:none}.product-admin-grid{grid-template-columns:1fr}.product-admin-header,.product-admin-form,.product-admin-setup{padding:18px}}.product-end-cta:before{content:"";z-index:-1;opacity:0;background:radial-gradient(circle at 50% 42%,#ffffff1a,#0000 52%);transition:opacity .4s,transform .55s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:scale(.82)}.product-end-cta:after{content:none}.product-end-cta-plus{aspect-ratio:1;background:#ffffff14;border:1px solid #ffffff29;border-radius:50%;width:clamp(62px,6vw,86px);transition:transform .45s cubic-bezier(.16,1,.3,1),background-color .35s;display:block;position:relative}.product-end-cta-plus span{background:currentColor;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-end-cta-plus span:first-child{width:32%;height:2px}.product-end-cta-plus span:last-child{width:2px;height:32%}.product-end-cta-label{letter-spacing:.16em;text-transform:uppercase;opacity:1;background:#ffffff0d;border:1px solid #ffffff47;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:8px 18px;font-size:10px;font-weight:800;transition:opacity .3s,transform .3s;display:flex;position:relative;bottom:auto;left:auto;transform:none}.product-end-cta-label:before{content:none}.product-end-cta-description{color:#ffffff8c;letter-spacing:.01em;text-align:center;max-width:36ch;font-size:11px;font-weight:500;line-height:1.5}.product-end-cta:hover{color:#fff;background:#ffffff0b;border-color:#ffffffb8}.product-end-cta:hover:before{opacity:1;transform:scale(1)}.product-end-cta:hover .product-end-cta-plus{background:#ffffff24;transform:rotate(90deg)scale(1.06)}.product-end-cta:hover .product-end-cta-label{opacity:1;transform:translateY(0)}.product-end-cta:focus-visible{outline-offset:4px;outline:2px solid #fff}@media (width<=768px){.product-end-cta{aspect-ratio:16/10;scroll-snap-align:center;touch-action:pan-y pinch-zoom;min-height:0}.product-end-cta-plus{width:min(18vw,72px)}.product-end-cta-label{opacity:1;transform:none}.product-end-cta-description{max-width:28ch;font-size:10px}}.all-products-grid .news-image>img{opacity:1;filter:none;image-rendering:auto;transform:none}.all-products-grid .news-card:hover .news-image>img{transform:none}.contact-page{background:radial-gradient(circle at 18% 12%, #ffde5924, transparent 28%), radial-gradient(circle at 82% 18%, #5ccba31a, transparent 30%), var(--background-primary);min-height:100vh;color:var(--text-primary);padding:clamp(96px,12vw,150px) clamp(18px,5vw,72px) clamp(64px,8vw,110px);overflow:hidden}.contact-hero{width:min(1120px,100%);margin:0 auto clamp(34px,6vw,72px)}.contact-kicker{color:#ffffff9e;letter-spacing:.24em;text-transform:uppercase;margin:0 0 16px;font-size:12px;font-weight:900}.contact-hero h1{letter-spacing:-.07em;text-transform:uppercase;width:min(920px,100%);margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(44px,8vw,112px);font-weight:950;line-height:.92}.contact-hero-desc{color:#ffffffad;width:min(640px,100%);margin:24px 0 0;font-size:clamp(15px,1.4vw,18px);line-height:1.6}.contact-body{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:stretch;gap:clamp(18px,3vw,34px);width:min(1120px,100%);margin:0 auto;display:grid}.contact-card{-webkit-backdrop-filter:blur(14px);background:linear-gradient(145deg,#ffffff13,#ffffff06);border:1px solid #ffffff1f;padding:clamp(22px,3vw,38px);position:relative;box-shadow:0 28px 90px #00000042}.contact-card-number{color:#ffffff6b;letter-spacing:.18em;margin-bottom:28px;font-size:12px;font-weight:900;display:inline-flex}.contact-card h2{letter-spacing:-.04em;text-transform:uppercase;margin:0 0 14px;font-size:clamp(26px,3vw,44px);line-height:1}.contact-card p{color:#ffffffa3;margin:0;font-size:14px;line-height:1.65}.contact-link-list{gap:10px;margin-top:32px;display:grid}.contact-link-item{border-top:1px solid #ffffff1a;gap:4px;padding:16px 0;display:grid}.contact-link-item span{color:#ffffff6b;letter-spacing:.16em;text-transform:uppercase;font-size:11px;font-weight:900}.contact-link-item strong{color:#fff;font-size:15px;font-weight:800}.contact-form{gap:16px;display:grid}.contact-form label{color:#ffffffa3;letter-spacing:.12em;text-transform:uppercase;gap:8px;font-size:12px;font-weight:900;display:grid}.contact-form input,.contact-form select,.contact-form textarea{color:#fff;width:100%;font:inherit;background:#00000047;border:1px solid #ffffff1f;border-radius:0;outline:none;padding:14px;font-size:14px}.contact-form textarea{resize:vertical;min-height:132px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#ffffff94;box-shadow:0 0 0 3px #ffffff14}.contact-submit-btn{color:#111;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;background:#fff;border:0;width:fit-content;margin-top:8px;padding:14px 22px;font-size:12px;font-weight:950;transition:transform .24s,background-color .24s}.contact-submit-btn:hover{background:var(--accent-primary);transform:translateY(-2px)}@media (width<=860px){.contact-body{grid-template-columns:1fr}.contact-hero h1{letter-spacing:-.05em}}.contact-body--simple{grid-template-columns:1fr}.contact-body--simple .contact-card{width:min(900px,100%);margin:0 auto}.contact-body--simple .contact-link-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 34px;margin-top:28px;display:grid}.contact-body--simple .contact-link-item:last-child{grid-column:1/-1}@media (width<=720px){.contact-body--simple .contact-link-list{grid-template-columns:1fr}.contact-body--simple .contact-link-item:last-child{grid-column:auto}}.contact-link-item{grid-template-columns:42px 1fr;align-items:center;column-gap:14px}.contact-link-icon{color:#fff;background:#ffffff0d;border:1px solid #ffffff24;border-radius:999px;grid-row:1/span 2;place-items:center;width:42px;height:42px;display:grid}.contact-link-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.contact-link-item:hover .contact-link-icon{color:#111;background:#fff}.contact-page{isolation:isolate;position:relative;background:var(--background-primary)!important}.contact-page:before{content:"";z-index:-1;pointer-events:none;background-image:url(/images/backgrounds/wavy-fingerprint.svg);background-position:0 0;background-repeat:repeat;background-size:260px;position:fixed;inset:0}.motto-text{letter-spacing:-.075em;text-transform:uppercase;color:#fff;mix-blend-mode:difference;text-shadow:none;font-family:Inter,system-ui,-apple-system,sans-serif;font-style:normal;font-weight:950;line-height:.94}.motto-highlight{color:inherit;mix-blend-mode:inherit}.motto-quote-card{box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border-color:#0000}.motto-author{mix-blend-mode:difference;color:#fff}.hero-slider-wrapper .hero-frame .hero-slide--video{background-color:#000;background-size:cover;overflow:hidden}.hero-slide-video{pointer-events:none;z-index:0;border:0;width:max(100%,177.78vh);min-width:100%;max-width:none;height:max(100%,56.25vw);min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-slider-wrapper .hero-frame .hero-slide--video:before,.hero-running-overlay{z-index:1}.quick-view-modal{border:0}.quick-view-main{padding-bottom:86px}.quick-view-header{z-index:20;-webkit-backdrop-filter:blur(16px);background:#121413e6;border:0;border-radius:12px;width:min(680px,100vw - 36px);min-height:64px;padding:10px 12px 10px 18px;position:fixed;bottom:clamp(14px,2.5vw,28px);left:50%;transform:translate(-50%);box-shadow:0 16px 44px #0000006b}.quick-view-header-copy{gap:3px;min-width:0;display:grid}.quick-view-header-title{text-overflow:ellipsis;white-space:nowrap;max-width:none;overflow:hidden}.quick-view-header-client{color:#ffffff94;letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:700;overflow:hidden}.quick-view-close-btn,.quick-view-replay-btn,.quick-view-media-thumb,.quick-view-media-card,.quick-view-media-card iframe,.quick-view-media-card img,.quick-view-media-card video,.quick-view-vimeo-wrap,.quick-view-video,.quick-view-video-shell{border:0;outline:0}.quick-view-media-card iframe,.quick-view-media-card img,.quick-view-media-card video{box-shadow:none}.quick-view-media-thumb--active{border-color:#0000}@media (width<=600px){.quick-view-main{padding-bottom:76px}.quick-view-header{border-radius:10px;width:calc(100vw - 24px);min-height:56px;padding:8px 9px 8px 14px;bottom:10px}.quick-view-header-title{max-width:calc(100vw - 100px);font-size:13px}}.product-admin-workspace-form{box-sizing:border-box;background:0 0;grid-row:1/-1;grid-template-columns:clamp(270px,21vw,330px) minmax(0,1fr);align-items:start;width:100%;height:100svh;min-height:0;position:absolute;inset:0;overflow:hidden;gap:18px!important;max-width:none!important;padding:18px!important;display:grid!important}.product-admin-workspace-canvas{grid-area:1/2;width:100%;min-width:0;height:100%;min-height:0;overflow:hidden}.product-admin-preview-heading{color:#17191e;box-sizing:border-box;background:#fff;border:1px solid #dfe2e7;justify-content:space-between;align-items:center;gap:20px;min-height:58px;padding:0 18px;display:flex}.product-admin-preview-heading>div{gap:3px;display:grid}.product-admin-preview-heading span{color:#7b828e;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:800}.product-admin-preview-heading strong{text-overflow:ellipsis;white-space:nowrap;max-width:55vw;font-size:17px;overflow:hidden}.product-admin-preview-heading small{color:#69717e;white-space:nowrap}.product-admin-workspace-sidebar{scrollbar-width:thin;grid-area:1/1;gap:12px;max-height:100%;padding-right:3px;display:grid;position:sticky;top:0;overflow-y:auto}.product-admin-workspace-sidebar>section,.product-admin-sidebar-actions{color:#242830;background:#fff;border:1px solid #dfe2e7;gap:12px;padding:16px;display:grid;box-shadow:0 8px 24px #0f172a0f}.product-admin-workspace-sidebar label{color:#5e6570;text-transform:uppercase;letter-spacing:.055em;gap:6px;font-size:11px;font-weight:750;display:grid}.product-admin-workspace-sidebar input,.product-admin-workspace-sidebar textarea,.product-admin-workspace-sidebar select{box-sizing:border-box;color:#17191e;width:100%;min-width:0;font:inherit;text-transform:none;letter-spacing:0;background:#f8f9fa;border:1px solid #dfe2e7;border-radius:0;padding:11px 12px;font-size:13px}.product-admin-workspace-sidebar input:focus,.product-admin-workspace-sidebar textarea:focus,.product-admin-workspace-sidebar select:focus{border-color:#0969ff;outline:2px solid #0969ff29}.product-admin-sidebar-title{border-bottom:1px solid #eceef1;justify-content:space-between;align-items:baseline;gap:12px;padding-bottom:11px;display:flex}.product-admin-sidebar-title span{color:#242830;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:850}.product-admin-sidebar-title small{color:#8a919c;font-size:10px}.product-admin-sidebar-actions{z-index:2;position:sticky;bottom:0}.product-admin-sidebar-actions .product-admin-submit{width:100%;margin:0}.project-editor-shell{color:#171717;background:0 0;border:0;grid-template-columns:minmax(0,1fr) clamp(220px,18vw,270px);gap:18px;height:100%;min-height:0;margin-top:10px;padding:14px;display:grid}.project-editor-canvas,.project-editor-toolbar{background:#fff;border:1px solid #e1e3e7;box-shadow:0 10px 30px #0f172a0f}.project-editor-canvas{overscroll-behavior:contain;scrollbar-gutter:stable;touch-action:pan-y;height:100%;min-height:0;max-height:calc(100svh - 36px);overflow-x:hidden;overflow-y:scroll!important}.project-editor-toolbar{max-height:100%;overflow-y:auto}.project-editor-canvas{min-height:430px;padding:12px}.project-editor-canvas-heading{text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #eceef1;justify-content:space-between;padding-bottom:14px;font-size:12px;display:flex}.project-editor-empty{text-align:center;color:#697386;place-content:center;justify-items:center;min-height:340px;display:grid}.project-editor-empty svg{color:#0969ff;background:#e9f0ff;border-radius:50%;width:64px;height:64px;padding:18px}.project-editor-empty h3{color:#20242c;margin:18px 0 5px;font-size:22px}.project-editor-empty p{max-width:420px;margin:0;font-size:13px}.project-editor-blocks{gap:14px;padding-top:16px;display:grid}.project-editor-live-preview{background:#080808;border:1px solid #252525;margin-top:0;overflow:visible}.project-editor-preview-placeholder{color:#858b95;background:#0d0d0e;place-content:center;justify-items:center;gap:12px;min-height:430px;font-size:13px;display:grid}.project-editor-blocks--controls{background:#f4f5f7;border:0;border-top:1px solid #e1e3e7;max-height:56vh;margin:0;padding:10px;overflow-y:auto}.project-editor-toolbar>p{display:none}.project-editor-controls-title{color:#69717e;text-transform:uppercase;letter-spacing:.1em;padding:2px 2px 7px;font-size:10px;font-weight:850}.quick-view-backdrop--embedded{pointer-events:auto;z-index:0!important;-webkit-backdrop-filter:none!important;background:#080808!important;width:100%!important;height:auto!important;min-height:0!important;padding:0!important;display:block!important;position:relative!important;inset:auto!important;overflow:visible!important}.quick-view-modal--embedded{transform:none;width:100%!important;max-width:none!important;height:auto!important;max-height:none!important;box-shadow:none!important;border:0!important;border-radius:0!important;margin:0!important;position:relative!important;inset:auto!important;overflow:visible!important}.quick-view-modal--embedded .quick-view-header{position:sticky;top:0}.quick-view-modal--embedded .quick-view-media-full{min-height:0}.project-editor-block{background:#fff;border:1px solid #dfe2e7;padding:0 14px 14px;overflow:hidden;box-shadow:0 5px 18px #0f172a0d}.project-editor-block.is-dragging{z-index:10;opacity:.75;box-shadow:0 18px 40px #0f172a33}.project-editor-block>header{grid-template-columns:auto auto 1fr auto;align-items:center;gap:9px;min-height:46px;display:grid}.project-editor-block>header span{color:#89909d;font-size:11px}.project-editor-drag,.project-editor-delete{color:#747b88;cursor:pointer;background:0 0;border:0;place-items:center;padding:6px;display:grid}.project-editor-drag{cursor:grab}.project-editor-delete:hover{color:#d62f45}.project-editor-block input,.project-editor-block textarea,.project-editor-block select{box-sizing:border-box;color:#20242c;width:100%;font:inherit;background:#fafbfc;border:1px solid #dfe2e7;border-radius:0;padding:10px 12px}.project-editor-caption{margin-top:10px}.project-editor-media-preview{color:#89909d;background:#eef0f3;place-items:center;min-height:190px;display:grid;overflow:hidden}.project-editor-media-preview img,.project-editor-media-preview video{object-fit:contain;background:#111;width:100%;max-height:520px;display:block}.project-editor-media-preview--video{background:#111}.project-editor-grid{background:#eef0f3;gap:5px;display:grid}.project-editor-grid--1{grid-template-columns:1fr}.project-editor-grid--2{grid-template-columns:repeat(2,1fr)}.project-editor-grid--3{grid-template-columns:repeat(3,1fr)}.project-editor-grid--4{grid-template-columns:repeat(4,1fr)}.project-editor-grid img{aspect-ratio:4/3;object-fit:cover;width:100%}.project-editor-inline{align-items:end;gap:12px;margin-top:10px;display:flex}.project-editor-inline label{width:90px}.project-editor-inline .project-editor-grow{flex:1;width:auto}.project-editor-url-block{color:#0969ff;background:#f4f7fc;align-items:center;gap:14px;min-height:90px;padding:18px;display:flex}.project-editor-toolbar{align-self:start;position:sticky;top:82px}.project-editor-toolbar>span{color:#5d6470;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #e1e3e7;padding:13px 14px;font-size:12px;font-weight:800;display:block}.project-editor-toolbar>div{grid-template-columns:repeat(2,1fr);display:grid}.project-editor-toolbar button{color:#242830;cursor:pointer;background:#fff;border:1px solid #eceef1;border-top:0;border-left:0;place-content:center;justify-items:center;gap:8px;min-height:86px;display:grid}.project-editor-toolbar button:hover{color:#0969ff;background:#f2f6ff}.project-editor-toolbar>p{color:#747b88;margin:0;padding:14px;font-size:11px;line-height:1.5}.project-editor-video-options{color:#242830;background:#f7f8fa;border-bottom:1px solid #e1e3e7;gap:9px;padding:13px;display:grid}.project-editor-video-options>strong{font-size:12px}.project-editor-video-options>span{color:#8a919c;text-align:center;text-transform:uppercase;letter-spacing:.08em;font-size:10px}.project-editor-video-options>button{color:#242830;cursor:pointer;background:#fff;border:1px solid #dfe2e7;justify-content:center;align-items:center;gap:7px;min-height:38px;display:flex}.project-editor-video-options>input{box-sizing:border-box;color:#242830;background:#fff;border:1px solid #dfe2e7;width:100%;padding:9px;font-size:11px}.project-editor-video-options>textarea{box-sizing:border-box;resize:vertical;color:#242830;background:#fff;border:1px solid #dfe2e7;width:100%;padding:9px;font:500 11px/1.45 sans-serif}.project-editor-video-options>.project-editor-add-link{color:#fff;background:#111;border-color:#111;font-weight:800}.project-editor-video-options>.project-editor-add-link:disabled{opacity:.4;cursor:not-allowed}.project-editor-toolbar .project-editor-block{box-shadow:none;padding:0 8px 8px}.project-editor-toolbar .project-editor-block>header{grid-template-columns:auto auto 1fr auto;gap:5px;min-height:38px}.project-editor-toolbar .project-editor-block>header span{display:none}.project-editor-toolbar .project-editor-media-preview{min-height:82px;max-height:130px}.project-editor-toolbar .project-editor-media-preview img,.project-editor-toolbar .project-editor-media-preview video{max-height:130px}.project-editor-toolbar .project-editor-grid{max-height:130px;overflow:hidden}.project-editor-toolbar .project-editor-grid img{aspect-ratio:1}.project-editor-toolbar .project-editor-inline{flex-direction:column;align-items:stretch;gap:7px}.project-editor-toolbar .project-editor-inline label,.project-editor-toolbar .project-editor-inline .project-editor-grow{width:100%}.project-editor-toolbar .project-editor-url-block{min-height:64px;padding:9px}.project-editor-toolbar .project-editor-block input,.project-editor-toolbar .project-editor-block textarea,.project-editor-toolbar .project-editor-block select{padding:8px;font-size:11px}.quick-view-content-figure{width:100%;margin:0}.quick-view-content-figure figcaption{color:#ffffffad;text-align:center;background:#080808;padding:12px 18px 20px;font-size:13px}.quick-view-text-block{box-sizing:border-box;color:#f5f5f5;white-space:pre-wrap;width:min(920px,100%);margin:0 auto;padding:clamp(42px,8vw,110px) clamp(22px,7vw,92px);font-size:clamp(24px,4vw,52px);font-weight:650;line-height:1.18}.quick-view-embed-block{background:#111;border:0;width:min(1180px,100%);min-height:min(72vh,760px);margin:0 auto;display:block}.quick-view-audio-wrap{box-sizing:border-box;background:linear-gradient(135deg,#111419,#08090b);place-items:center;min-height:150px;padding:24px;display:grid}.quick-view-audio{width:min(720px,100%)}@media (width<=780px){.product-admin-backdrop{overflow-y:auto}.product-admin-modal{height:auto;min-height:100svh;overflow:visible}.product-admin-workspace-form{grid-template-columns:1fr;height:auto;position:static;overflow:visible;padding:8px!important}.product-admin-workspace-canvas,.product-admin-workspace-sidebar{grid-area:auto/1}.product-admin-workspace-canvas{grid-row:1}.product-admin-workspace-sidebar{grid-row:2;max-height:none;position:static;overflow:visible}.project-editor-shell,.project-editor-canvas{height:auto;max-height:none;overflow:visible!important}.product-admin-preview-heading{padding:0 12px}.product-admin-preview-heading strong{max-width:58vw}.project-editor-shell{grid-template-columns:1fr;padding:8px}.project-editor-toolbar{grid-row:1;position:static}.project-editor-toolbar>div{grid-template-columns:repeat(3,1fr)}.project-editor-toolbar button{min-height:72px}.project-editor-canvas{min-height:360px;padding:10px}.project-editor-empty{min-height:250px}.project-editor-inline{flex-direction:column;align-items:stretch}.project-editor-inline label{width:100%}.quick-view-embed-block{min-height:58vh}}.admin-route-page{background:#090a0b;min-height:100svh}.main-header.admin-mode .nav-item-wrapper.login .header-nav-link{color:#07150f;background:#79e7ae;border-color:#79e7ae}.main-header.admin-mode .nav-item-wrapper.login .header-nav-link:before{content:"";vertical-align:middle;background:#087443;border-radius:50%;width:6px;height:6px;margin-right:7px;display:inline-block;box-shadow:0 0 0 3px #0874431f}.all-products-grid .news-image.natural-size{aspect-ratio:16/9;background:#090a0b;overflow:hidden}.all-products-grid .news-image.natural-size>img,.all-products-grid .news-image.natural-size>video,.all-products-grid .news-image.natural-size .media-preview-layer,.all-products-grid .news-image.natural-size .vimeo-player-container,.all-products-grid .news-image.natural-size iframe{object-fit:cover;width:100%;height:100%}.youtube-hover-player{pointer-events:none;border:0;display:block;transform:scale(1.01)}.product-card-admin-actions{z-index:calc(var(--layer-card-overlay) + 3);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;background:#0a0b0dd1;border:1px solid #ffffff29;border-radius:9px;gap:6px;padding:5px;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:12px;right:12px;transform:translateY(-5px);box-shadow:0 10px 28px #00000047}.news-card:hover .product-card-admin-actions,.news-card:focus-within .product-card-admin-actions{opacity:1;transform:translateY(0)}.product-card-admin-actions button{color:#fff;cursor:pointer;background:#ffffff14;border:0;border-radius:6px;align-items:center;gap:6px;min-height:32px;padding:7px 9px;font:750 10px/1 sans-serif;transition:background-color .2s,color .2s;display:inline-flex}.product-card-admin-actions button:hover{color:#111;background:#fff}.product-card-admin-actions .product-card-delete:hover{color:#fff;background:#d92d45}.product-card-admin-actions button:disabled{opacity:.5;cursor:wait}.product-card-admin-actions svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}@media (width<=780px){.product-card-admin-actions{opacity:1;top:8px;right:8px;transform:none}.product-card-admin-actions button{justify-content:center;width:34px;padding:0}.product-card-admin-actions button span{display:none}}.product-admin-workspace-form{background:#050607b8;grid-template-columns:clamp(260px,18vw,310px) minmax(0,1fr);gap:12px!important;padding:12px!important}.product-admin-workspace-sidebar{background:#dfe2e7;border-radius:10px;gap:1px;padding:0;box-shadow:0 20px 55px #00000042}.product-admin-workspace-sidebar>section,.product-admin-sidebar-actions{box-shadow:none;border:0;gap:10px;padding:14px 16px}.product-admin-workspace-sidebar>section:first-child{border-radius:10px 10px 0 0}.product-admin-sidebar-actions{border-radius:0 0 10px 10px}.product-admin-sidebar-title{padding-bottom:9px}.product-admin-sidebar-title span{letter-spacing:.1em;font-size:11px}.product-admin-sidebar-title small{text-overflow:ellipsis;white-space:nowrap;max-width:110px;overflow:hidden}.product-admin-workspace-sidebar label{letter-spacing:.07em;gap:5px;font-size:9px}.product-admin-workspace-sidebar input,.product-admin-workspace-sidebar textarea,.product-admin-workspace-sidebar select{background:#f3f5f7;border-color:#d9dde3;min-height:38px;padding:9px 10px;font-size:12px;transition:background-color .2s,border-color .2s,box-shadow .2s}.product-admin-workspace-sidebar textarea{resize:vertical;min-height:72px}.product-admin-workspace-sidebar input:hover,.product-admin-workspace-sidebar textarea:hover,.product-admin-workspace-sidebar select:hover{background:#fff;border-color:#bcc3cd}.product-admin-workspace-sidebar .product-admin-file-field{background:0 0;border:0;padding:0}.product-admin-workspace-sidebar .product-admin-file-field span{color:#fff;background:#17191d;border:1px solid #17191d;min-height:36px;padding:7px 10px;font-size:10px;transition:background-color .2s,transform .2s}.product-admin-workspace-sidebar .product-admin-file-field:hover span{background:#2b3038;transform:translateY(-1px)}.product-admin-sidebar-actions{padding:10px}.product-admin-confirm-note{color:#765b12;background:#fff8df;border:1px solid #ecd789;border-radius:6px;gap:4px;margin:0;padding:10px 11px;font-size:10px;line-height:1.45;display:grid}.product-admin-confirm-note strong{color:#5e4607;letter-spacing:.08em;text-transform:uppercase;font-size:9px}.product-admin-confirm-note span{color:#765b12}.product-admin-sidebar-actions .product-admin-submit{color:#fff;background:#0d0e10;border-radius:6px;min-height:44px;font-size:10px;transition:background-color .2s,transform .2s}.product-admin-sidebar-actions .product-admin-submit:hover:not(:disabled){background:#0969ff;transform:translateY(-1px)}.product-admin-workspace-canvas{background:#090a0b;border-radius:10px;box-shadow:0 20px 55px #00000047}.project-editor-shell{grid-template-columns:minmax(0,1fr) clamp(190px,14vw,230px);gap:12px;padding:0}.project-editor-canvas{box-shadow:none;background:#090a0b;border:0;border-radius:10px;padding:8px}.project-editor-live-preview{background:#0c0d0f;border:0;min-height:100%}.project-editor-preview-placeholder{color:#727985;background:radial-gradient(circle at 50% 42%,#ffffff0a,#0000 34%),#0c0d0f;min-height:calc(100svh - 40px)}.project-editor-toolbar{border:0;border-radius:10px;top:0;box-shadow:0 20px 55px #0000003d}.project-editor-toolbar>span{color:#262b33;padding:14px;font-size:10px}.project-editor-toolbar button{gap:6px;min-height:74px;transition:color .2s,background-color .2s,transform .2s}.project-editor-toolbar button:hover{color:#0969ff;background:#edf3ff;transform:translateY(-1px)}.project-editor-toolbar button strong{font-size:10px}.project-editor-toolbar>.project-editor-manage-toggle{color:#20242b;cursor:pointer;background:#f4f6f8;border:0;border-bottom:1px solid #dfe2e7;border-radius:0;justify-content:space-between;align-items:center;width:100%;min-height:42px;padding:10px 12px;display:flex;transform:none}.project-editor-toolbar>.project-editor-manage-toggle:hover{color:#0969ff;background:#edf3ff;transform:none}.project-editor-manage-toggle span{text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:800}.project-editor-manage-toggle strong{text-transform:uppercase;font-size:9px}.project-editor-video-options{border-radius:0 0 10px 10px}.product-admin-header--workspace>button{background:#101215d1;border-color:#ffffff24;width:34px;height:34px;font-size:20px;top:18px!important;left:auto!important;right:18px!important}body .product-admin-backdrop .product-admin-close-button{cursor:pointer;z-index:100!important;color:#fff!important;background:#101215e6!important;border:1px solid #ffffff2e!important;border-radius:50%!important;place-items:center!important;width:36px!important;height:36px!important;margin:0!important;padding:0!important;font-size:21px!important;line-height:1!important;display:grid!important;position:fixed!important;inset:14px 14px auto auto!important;transform:none!important}.product-admin-session-actions{z-index:100;align-items:center;gap:8px;display:flex;position:fixed;top:14px;right:14px}body .product-admin-backdrop .product-admin-session-actions .product-admin-close-button{position:static!important}.product-admin-logout-button{color:#ffffffd1;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#101215e6;border:1px solid #ffffff2e;border-radius:18px;min-height:36px;padding:0 14px;font-size:10px;font-weight:800;transition:color .2s,background-color .2s,border-color .2s}.product-admin-logout-button:hover{color:#fff;background:#d92d45;border-color:#d92d45}.product-admin-logout-button:disabled{opacity:.5;cursor:wait}@media (width<=1100px) and (width>=781px){.product-admin-workspace-form{grid-template-columns:250px minmax(0,1fr)}.project-editor-shell{grid-template-columns:minmax(0,1fr) 180px}.project-editor-toolbar button{min-height:66px}}@media (width<=780px){.product-admin-workspace-form{gap:8px!important;padding:8px!important}.project-editor-shell{grid-template-columns:1fr;gap:8px}.project-editor-toolbar{border-radius:8px}.project-editor-preview-placeholder{min-height:52svh}.product-admin-workspace-sidebar{border-radius:8px}.product-admin-modal--login{width:calc(100vw - 20px);min-height:0;max-height:calc(100svh - 20px)}}.quick-view-modal,.quick-view-main{overflow:visible}.quick-view-header{box-shadow:none;-webkit-backdrop-filter:none;background:0 0;align-self:center;margin:0 auto;position:sticky;top:calc(100svh - 92px);bottom:auto;left:auto;transform:none}@media (width<=600px){.quick-view-header{top:calc(100svh - 72px)}}.quick-view-header{-webkit-backdrop-filter:blur(12px);background:#0c0d0ec7;box-shadow:0 12px 34px #0000004d}.quick-view-header-title{color:#f5f5f5;letter-spacing:.01em;text-transform:none;font-family:inherit;font-size:15px;font-weight:750;line-height:1.18}.quick-view-header-title,.quick-view-header-client,.quick-view-close-btn{text-shadow:none}.quick-view-header-brand{align-items:center;gap:12px;min-width:0;display:flex}.quick-view-header-logo{object-fit:contain;background:#000;border:0;border-radius:50%;flex:0 0 46px;width:46px;height:46px;padding:6px}@media (width<=600px){.quick-view-header-brand{gap:9px}.quick-view-header-logo{flex-basis:34px;width:34px;height:34px;padding:5px}}
