@import "https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap";:root{--background:#0a0a0a;--panel:#161616;--panel-raised:#202020;--panel-soft:#282828;--muted:#8d8d87;--text:#f5f5f5;--sale:#ef4444;--bundle:#22c55e;--best-seller:#fbbf24;--on-badge:#0a0a0a;--control-border:#404040;--placeholder:#525252;--button-hover:#d4d4d4;--shell:1800px}html[data-theme=light]{--background:#f5f5f5;--panel:#e5e5e5;--panel-raised:#d4d4d4;--panel-soft:#a3a3a3;--muted:#525252;--text:#0a0a0a;--control-border:#a3a3a3;--placeholder:#737373;--button-hover:#262626}*,:before,:after{box-sizing:border-box}html{background:var(--background);color-scheme:dark;height:100%;font-size:20px;overflow:hidden}html[data-theme=light]{color-scheme:light}body{background:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;grid-template-rows:auto minmax(0,1fr);height:100dvh;min-height:0;margin:0;font-family:Geist,sans-serif;font-size:.9375rem;line-height:1.45;display:grid;overflow:hidden}body:has(dialog[open]){overflow:hidden}#content{overscroll-behavior:contain;scrollbar-width:none;min-height:0;overflow-y:auto}#content::-webkit-scrollbar{display:none}a{color:inherit;text-decoration:none}button,summary{cursor:pointer}button{color:inherit;font:inherit}img{max-width:100%;display:block}h1,h2,p,figure,dl,dd{margin:0}h1,h2{letter-spacing:-.04em;font-weight:500;line-height:1.02}.shell{max-width:var(--shell);width:calc(100% - 120px);margin-inline:auto}.shell-wide{max-width:var(--shell)}.skip-link{background:var(--text);color:var(--background);z-index:100;padding:9px 12px;position:fixed;top:-60px;left:12px}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.skip-link:focus{top:12px}:focus-visible{outline:1px solid var(--text);outline-offset:4px}.site-header{background:var(--background);z-index:10;position:relative}.header-inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;height:80px;display:grid}.brand{letter-spacing:.055em;white-space:nowrap;grid-column:2;justify-self:center;align-items:center;min-width:0;font-size:.86rem;font-weight:680;display:inline-flex;overflow:hidden}.primary-nav{grid-column:3;justify-self:end;align-items:center;gap:10px;font-size:.72rem;display:flex}.theme-toggle,.newsletter-trigger{color:var(--muted);background:0 0;border:0;justify-content:center;align-items:center;height:27px;padding:0;transition:color .16s;display:flex}.theme-toggle{border-radius:6px;flex:0 0 48px;width:48px}.control-icon{width:19px;height:19px}.theme-icon-moon,html[data-theme=light] .theme-icon-sun{display:none}html[data-theme=light] .theme-icon-moon{display:block}.header-newsletter{grid-column:1;justify-self:start;align-items:center;gap:8px;display:flex}.header-newsletter-form{background:var(--panel);opacity:0;pointer-events:none;border-radius:13px;grid-template-columns:minmax(0,1fr) auto;align-items:center;width:0;height:43px;transition:opacity .18s,transform .18s,width .22s;display:grid;overflow:hidden;transform:translate(10px)}.header-newsletter[data-state=open] .header-newsletter-form{opacity:1;pointer-events:auto;width:min(350px,28vw);transform:translate(0)}.header-newsletter-form input{color:var(--text);font:inherit;background:0 0;border:0;outline:0;min-width:0;padding:0 14px;font-size:.72rem}.header-newsletter-form input::placeholder{color:var(--placeholder)}.header-newsletter-form button{background:var(--text);color:var(--background);text-transform:uppercase;border:0;border-radius:10px;align-self:stretch;margin:5px;padding:0 15px;font-size:.62rem}.newsletter-trigger{border-radius:6px;flex:0 0 48px;width:48px}.theme-toggle:hover,.newsletter-trigger:hover{color:var(--text)}.newsletter-trigger[aria-expanded=true]{background:var(--panel-raised);color:var(--text)}.site-utility-links{color:var(--text);letter-spacing:.055em;max-width:var(--shell);text-transform:uppercase;z-index:20;justify-content:flex-end;gap:20px;width:calc(100% - 120px);margin:0 auto;padding-bottom:24px;font-family:Geist,sans-serif;font-size:.86rem;font-weight:680;display:flex}.site-utility-links a{transition:color .16s}.site-utility-links a:hover{color:var(--text)}.shop{min-height:100%;padding:30px 0 140px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:43px 23px;display:grid}.product-card{min-width:0}.product-image{aspect-ratio:3/2;background:0 0;border-radius:13px;position:relative;overflow:hidden}.product-image-link{display:block;position:absolute;inset:0}.carousel-image{opacity:0;pointer-events:none;visibility:hidden;width:106%;height:auto;transition:opacity .18s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.carousel-image.active{opacity:1;visibility:visible}.product-image-link[href]:hover .carousel-image.active{opacity:.82}.carousel-arrow{color:#f5f5f5;filter:drop-shadow(0 1px 3px #000000e6);opacity:0;pointer-events:none;z-index:2;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;width:55px;height:80px;padding:0;transition:opacity .15s,transform .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow:before{content:"";border-top:1px solid;border-right:1px solid;width:14px;height:14px}.carousel-arrow.previous{left:5px}.carousel-arrow.previous:before{transform:rotate(-135deg)translate(-1px,-1px)}.carousel-arrow.next{right:5px}.carousel-arrow.next:before{transform:rotate(45deg)translate(-1px,1px)}.product-image:hover .carousel-arrow,.product-image:focus-within .carousel-arrow{opacity:1;pointer-events:auto}.carousel-arrow.previous:hover{transform:translate(-3px,-50%)}.carousel-arrow.next:hover{transform:translate(3px,-50%)}.product-meta{padding:15px 5px 0}.product-title-row{justify-content:space-between;align-items:baseline;gap:15px;display:flex}.product-meta h2{letter-spacing:-.01em;font-size:.92rem}.product-badge{background:var(--badge-color,var(--best-seller));border:1px solid var(--badge-color,var(--best-seller));color:var(--on-badge);letter-spacing:.08em;text-transform:uppercase;border-radius:5px;flex:none;padding:6px 9px;font-size:.52rem;line-height:1}.product-meta p{color:var(--muted);align-items:center;gap:9px;margin-top:5px;font-size:.72rem;display:flex}.product-meta s{color:#5f5f5c}.sale-label{background:var(--badge-color,var(--sale));color:var(--on-badge);letter-spacing:.05em;text-transform:uppercase;border-radius:999px;padding:4px 8px;font-size:.56rem}.badge-best-seller{--badge-color:var(--best-seller)}.badge-bundle{--badge-color:var(--bundle)}.badge-sale{--badge-color:var(--sale)}.product-shell{height:100%;max-width:var(--shell);padding:30px 85px}.product-top{grid-template-columns:max-content 550px;justify-content:space-between;align-items:stretch;gap:0;min-width:0;height:100%;min-height:0;display:grid}.gallery{--gallery-size:min(887px, calc(100dvh - 193px), calc(100vw - 850px));grid-template-columns:65px var(--gallery-size);place-content:center start;align-items:center;gap:18px;min-width:0;height:100%;min-height:0;display:grid}.gallery-main{aspect-ratio:1;background:var(--background);cursor:zoom-in;height:var(--gallery-size);min-width:0;max-width:100%;width:var(--gallery-size);border:0;border-radius:23px;grid-area:1/2;justify-content:center;align-items:center;padding:0;display:flex;position:relative;overflow:hidden}.gallery-main img{object-fit:contain;width:100%;height:100%}.gallery-main-media{width:100%;min-width:0;height:100%}.gallery-thumbnails{max-height:var(--gallery-size);scrollbar-width:none;flex-direction:column;grid-area:1/1;justify-content:center;gap:10px;width:65px;padding:0;display:flex;overflow-y:auto}.gallery-thumbnails::-webkit-scrollbar{display:none}.gallery-thumbnail{aspect-ratio:1;background:var(--background);color:var(--muted);border:0;border-radius:10px;flex:0 0 65px;width:65px;padding:4px;position:relative;overflow:hidden}.gallery-thumbnail.selected{color:var(--text);box-shadow:inset 0 0 0 1px var(--text)}.gallery-thumbnail img{background:var(--background);object-fit:contain;width:100%;height:100%;position:absolute;inset:0}.gallery-thumbnail span{display:none}.product-summary{align-self:start;min-width:0;height:100%;min-height:0}.kicker{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:.62rem}.product-summary h1{white-space:nowrap;margin:0 0 20px;font-size:clamp(2.9rem,3.65vw,3.5rem);line-height:.9}.product-price-row{justify-content:space-between;align-items:center;margin-bottom:23px;display:flex}.product-price{font-size:.78rem}.product-summary-badges{align-items:center;gap:7px;display:flex}.product-description{color:#a3a3a0;max-width:550px;margin-bottom:18px;font-size:.78rem;line-height:1.5}.spec-dashboard{grid-template-columns:repeat(2,1fr);gap:9px;margin-bottom:13px;display:grid}.spec-dashboard article{aspect-ratio:16/9;background:var(--panel);border-radius:13px;flex-direction:column;min-height:0;padding:13px;display:flex}.spec-heading{justify-content:space-between;align-items:start;display:flex}.spec-heading>span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.58rem}.spec-value{align-items:baseline;gap:9px;margin-top:auto;padding-top:15px;display:flex}.spec-value strong{letter-spacing:-.06em;font-size:clamp(1.9rem,2.5vw,2.9rem);font-weight:500;line-height:.8}.spec-value span{color:var(--muted);text-transform:uppercase;font-size:.6rem}.spec-value-text strong{letter-spacing:-.045em;font-size:clamp(1.25rem,1.8vw,1.9rem)}.spec-icon{color:#a2a29d;width:38px;height:33px;display:block;position:relative}.icon-grid{background-image:linear-gradient(90deg,#0000 47%,currentColor 48% 52%,#0000 53%),linear-gradient(#0000 47%,currentColor 48% 52%,#0000 53%);border:1px solid}.icon-files:before,.icon-files:after{content:"";border:1px solid;width:29px;height:25px;position:absolute}.icon-files:before{top:0;left:0}.icon-files:after{top:6px;left:6px}.icon-display:before{content:"";border:1px solid;width:38px;height:23px;position:absolute;top:0;left:0}.icon-display:after{content:"";border-bottom:1px solid;border-left:1px solid;border-right:1px solid;width:15px;height:9px;position:absolute;bottom:0;left:11px}.icon-phone{border:1px solid;border-radius:5px;width:20px;height:34px;margin-right:8px}.icon-phone:after{content:"";background:currentColor;border-radius:50%;width:3px;height:3px;position:absolute;bottom:3px;left:8px}.icon-format{border:1px solid}.icon-format:before{content:"JPG";letter-spacing:.08em;font-size:.43rem;position:absolute;top:10px;left:6px}.icon-download:before{content:"";border-bottom:1px solid;border-left:1px solid;border-right:1px solid;width:33px;height:10px;position:absolute;bottom:0;left:3px}.icon-download:after{content:"";border-bottom:1px solid;border-right:1px solid;width:11px;height:11px;position:absolute;top:3px;left:13px;transform:rotate(45deg)}.icon-licence:before{content:"";border:1px solid;border-radius:50%;width:19px;height:19px;position:absolute;top:0;left:0}.icon-licence:after{content:"";border-bottom:1px solid;border-right:1px solid;width:19px;height:9px;position:absolute;top:16px;left:16px;transform:rotate(45deg)}.buy-button{background:var(--text);color:var(--background);border:0;border-radius:13px;justify-content:space-between;align-items:center;width:100%;min-height:68px;padding:15px 20px;font-size:.75rem;font-weight:650;display:flex}.buy-button:hover{background:var(--button-hover)}.buy-button:disabled{cursor:wait;opacity:.65}.buy-button span{font-size:.65rem;font-weight:450}.purchase-note{color:var(--muted);text-align:center;margin-top:13px;font-size:.6rem}.buy-form{margin:0}.gallery-dialog{background:var(--background);border:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh;margin:0;padding:0;overflow:hidden}.gallery-dialog[open]{display:block}.gallery-dialog::backdrop{background:#000000db}.gallery-dialog-stage{background:var(--panel);color:inherit;cursor:zoom-in;overscroll-behavior:contain;border:0;width:100%;height:100%;min-height:0;padding:0;display:block;overflow:auto}.gallery-dialog-stage.zoomed{cursor:zoom-out}.gallery-dialog-canvas{pointer-events:none;justify-content:center;align-items:center;min-width:100%;min-height:100%;display:flex}.gallery-dialog-canvas img{object-fit:contain;flex:none}.gallery-dialog-media{flex:none}.dialog-close{background:var(--text);color:var(--background);z-index:2;border:0;border-radius:50%;justify-content:center;align-items:center;width:53px;height:53px;font-size:1.2rem;line-height:1;display:flex;position:absolute;top:25px;right:25px}.success-shell{min-height:100%;padding:70px max(60px, calc((100vw - var(--shell)) / 2));align-content:center;display:grid}.success-shell>p:first-child{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:.62rem}.success-shell h1{max-width:12ch;margin:24px 0;font-size:clamp(4rem,9vw,10rem);line-height:.88}.success-shell>p:not(:first-child){color:var(--muted);max-width:35rem}.success-actions{flex-wrap:wrap;gap:28px;margin-top:40px;display:flex}.success-actions a{text-underline-offset:5px;width:fit-content;text-decoration:underline}.info-page{min-height:100%;padding:100px 0 150px}.info-heading{max-width:1400px;margin-bottom:65px}.info-heading>p{color:var(--muted);letter-spacing:.09em;text-transform:uppercase;margin-bottom:23px;font-size:.66rem}.info-heading h1{max-width:1350px;font-size:clamp(4.6rem,8vw,9.5rem);line-height:.9}.info-grid{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.info-grid article{background:var(--panel);border-radius:18px;min-height:325px;padding:33px}.info-grid h2{margin:153px 0 18px;font-size:1.65rem}.info-grid article>p{color:var(--muted);font-size:.76rem;line-height:1.65}.info-grid .info-intro p{color:var(--text);letter-spacing:-.025em;font-size:1.48rem;line-height:1.35}.licence-grid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.licence-grid article{background:var(--panel);border-radius:18px;padding:38px 43px 50px}.licence-grid h2{margin:95px 0 40px;font-size:clamp(3.4rem,5vw,6rem)}.licence-grid ul{margin:0;padding:0;list-style:none}.licence-grid li{color:var(--muted);padding:0;font-size:.76rem;line-height:1.55}.licence-grid li+li{margin-top:18px}.legal-summary{margin-top:15px}.page-note{color:var(--muted);text-align:center;text-transform:uppercase;padding-top:28px;font-size:.65rem}@media (width<=1300px){.info-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1101px) and (width<=1500px){.product-shell{padding:30px clamp(32px,4vw,60px)}.product-top{grid-template-columns:minmax(0,1fr) minmax(430px,500px);justify-content:stretch;gap:clamp(28px,3vw,48px)}.gallery{--compact-thumbnail:55px;align-content:start;width:100%;padding-left:69px;display:block;position:relative;transform:none}.gallery-main{width:100%;height:auto;margin:0}.gallery-thumbnails{max-height:none;width:var(--compact-thumbnail);justify-content:flex-start;position:absolute;top:0;bottom:0;left:0}.gallery-thumbnail{flex-basis:var(--compact-thumbnail);width:var(--compact-thumbnail)}.product-summary{width:100%}.product-summary h1{font-size:clamp(2.75rem,4.25vw,3.5rem)}}@media (width<=1100px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-shell{height:auto;min-height:100%;padding:30px clamp(24px,5vw,52px) 80px}.product-top{grid-template-columns:minmax(0,1fr);gap:48px;height:auto}.gallery{--gallery-size:min(760px, calc(100% - 83px));place-content:start center;width:100%;height:auto;transform:none}.gallery-main{height:var(--gallery-size);width:var(--gallery-size)}.gallery-thumbnails{max-height:var(--gallery-size);justify-content:flex-start}.product-summary{width:100%;max-width:760px;height:auto;margin-inline:auto}.product-summary h1{font-size:clamp(3rem,7vw,4.5rem)}.product-description{max-width:none}.spec-dashboard{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width>=1101px){#content:has(.product-shell){overflow:hidden}}@media (width>=1501px){.gallery{transform:translateY(-27px)}}@media (width>=1101px) and (height<=900px){.product-top{grid-template-columns:minmax(0,1fr) minmax(400px,440px)}.product-summary h1{font-size:3.5rem}.product-description{margin-bottom:14px;font-size:.78rem}.spec-dashboard article{padding:10px}}@media (width<=700px){html{font-size:16px}.shell{width:calc(100% - 28px)}.header-inner{height:62px}.shop{padding-top:20px}.product-grid{grid-template-columns:1fr;gap:30px 10px}.product-shell{width:calc(100% - 20px);padding:24px 0 64px}.product-top{gap:36px}.gallery{flex-direction:column;gap:10px;width:100%;min-width:0;max-width:100%;display:flex}.gallery-main{flex:none;width:100%;min-width:0;max-width:100%;height:auto}.gallery-thumbnails{flex-direction:row;justify-content:flex-start;gap:10px;width:100%;max-height:none;padding-top:0;position:static;overflow:auto hidden;transform:none}.gallery-thumbnail{flex-basis:58px;width:58px}.product-summary{width:100%;min-width:0;max-width:100%}.product-summary h1{white-space:normal;font-size:clamp(2.6rem,11vw,4rem);line-height:.92}.product-price-row,.product-description,.spec-dashboard,.buy-form{min-width:0;max-width:100%}.spec-dashboard{grid-template-columns:repeat(2,minmax(0,1fr))}.header-newsletter[data-state=open] .header-newsletter-form{width:min(210px,100vw - 190px)}.site-utility-links{gap:14px;width:calc(100% - 28px);padding-bottom:12px}.licence-grid{grid-template-columns:1fr}.licence-grid article{padding:24px}.info-page{padding-top:48px}.info-heading{margin-bottom:34px}.info-heading h1{font-size:3.8rem}.info-grid{grid-template-columns:1fr}.info-grid article{min-height:230px;padding:24px}.info-grid h2{margin-top:70px}}@media (hover:none){.carousel-arrow{opacity:1;pointer-events:auto}}@media (prefers-reduced-motion:reduce){.product-image img{transition:none}}
