*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--color-bg)}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.drawer-open,body.menu-open{overflow:hidden}img,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}button,a{color:inherit}button{cursor:pointer}a{text-decoration:none}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{font-family:var(--font-heading);letter-spacing:-.035em;line-height:1.03}h1{font-size:clamp(3rem,7vw,7.3rem)}h2{font-size:clamp(2rem,4.2vw,4.25rem)}h3{font-size:1.25rem}::selection{background:var(--color-primary);color:#fff}:focus-visible{outline:2px solid var(--color-secondary);outline-offset:3px}.page-width{width:min(calc(100% - 40px),var(--page-width));margin-inline:auto}.page-width--narrow{max-width:880px}.section{padding-block:var(--section-space);position:relative}.section--compact{padding-block:calc(var(--section-space) * .62)}.main-content{min-height:60vh}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;top:12px;left:12px;z-index:9999;padding:12px 18px;background:#fff;color:#08090d;border-radius:8px;transform:translateY(-160%);transition:transform .2s}.skip-link:focus{transform:none}.eyebrow{margin:0 0 14px;color:var(--color-secondary);font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.rte{color:var(--color-muted)}.rte a{text-decoration:underline;color:var(--color-text)}.rte p:last-child{margin-bottom:0}.rte ul{padding-left:1.25rem}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:12px 21px;border:1px solid transparent;border-radius:var(--button-radius);font-weight:700;letter-spacing:-.01em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;color:var(--color-text)}.button:hover{transform:translateY(-2px)}.button--primary{background:linear-gradient(135deg,var(--color-primary),#6d49df);box-shadow:0 10px 30px color-mix(in srgb,var(--color-primary) 28%,transparent);color:#fff}.button--primary:hover{box-shadow:0 14px 38px color-mix(in srgb,var(--color-primary) 42%,transparent)}.button--ghost{background:color-mix(in srgb,var(--color-surface) 82%,transparent);border-color:var(--color-line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.button--ghost:hover{border-color:color-mix(in srgb,var(--color-primary) 60%,var(--color-line));background:color-mix(in srgb,var(--color-primary) 10%,var(--color-surface))}.button--full{width:100%}.button:disabled{opacity:.48;cursor:not-allowed;transform:none;box-shadow:none}.text-link{display:inline-flex;align-items:center;gap:7px;font-weight:700;white-space:nowrap;border-bottom:1px solid var(--color-line);padding-bottom:4px}.text-link span{color:var(--color-secondary)}.section-heading{display:grid;grid-template-columns:minmax(300px,1fr) minmax(260px,.6fr) auto;align-items:end;gap:40px;margin-bottom:42px}.section-heading h2{margin:0;max-width:720px}.section-heading>p{margin:0;color:var(--color-muted);max-width:520px}.section-heading--center{display:block;text-align:center;max-width:820px;margin-inline:auto;margin-bottom:54px}.section-heading--center>p{margin-inline:auto;margin-top:18px}.announcement{min-height:34px;display:flex;align-items:center;justify-content:center;padding:7px 20px;background:var(--announcement-bg);color:var(--announcement-color);font-size:.72rem;font-weight:700;letter-spacing:.09em;text-align:center;text-transform:uppercase}.announcement a{display:flex;align-items:center;gap:10px}.announcement__dot{width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 10px currentColor;display:inline-block;margin-right:9px}.site-header{height:76px;border-bottom:1px solid color-mix(in srgb,var(--color-line) 75%,transparent);background:color-mix(in srgb,var(--color-bg) 82%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:90;position:relative}.site-header--sticky{position:sticky;top:0}.site-header__inner{height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:38px}.brand{display:flex;align-items:center;gap:11px;flex-shrink:0}.brand__mark{width:47px;height:47px;object-fit:cover;border-radius:12px;background:#fff;box-shadow:0 0 0 1px #ffffff29}.brand__image{display:block;width:auto;max-height:52px;object-fit:contain}.brand__word{font-family:var(--font-heading);font-weight:700;font-size:1.16rem;letter-spacing:.18em}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2.6vw,40px)}.desktop-nav a{position:relative;font-size:.9rem;color:var(--color-muted);font-weight:600;transition:color .2s}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:var(--color-secondary);transition:right .25s}.desktop-nav a:hover,.desktop-nav a[aria-current=page]{color:var(--color-text)}.desktop-nav a:hover:after,.desktop-nav a[aria-current=page]:after{right:0}.header-actions{display:flex;align-items:center;gap:5px}.header-action,.icon-button{width:42px;height:42px;display:grid;place-items:center;border:1px solid transparent;border-radius:11px;background:transparent;color:var(--color-text);position:relative;transition:background .2s,border-color .2s}.header-action:hover,.icon-button:hover{background:var(--color-surface);border-color:var(--color-line)}.header-action svg,.icon-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.header-action--menu{display:none}.cart-count{position:absolute;top:1px;right:0;min-width:17px;height:17px;padding:0 4px;border-radius:10px;background:var(--color-primary);color:#fff;font-size:.63rem;line-height:17px;text-align:center;font-weight:700}.search-panel{position:absolute;left:0;right:0;top:100%;padding:18px 0;background:color-mix(in srgb,var(--color-bg) 96%,transparent);border-block:1px solid var(--color-line);box-shadow:0 24px 50px #00000059}.search-form{display:flex;align-items:center;gap:14px}.search-form svg{width:22px;fill:none;stroke:var(--color-muted);stroke-width:1.7}.search-form input{flex:1;min-width:0;height:52px;border:0;border-bottom:1px solid var(--color-line);background:transparent;color:var(--color-text);font-size:1.1rem;outline:none}.search-form input:focus{border-color:var(--color-secondary)}.mobile-menu{position:absolute;top:100%;left:0;right:0;max-height:calc(100vh - 76px);overflow:auto;background:var(--color-bg);border-bottom:1px solid var(--color-line);padding:20px}.mobile-menu nav{display:flex;flex-direction:column}.mobile-menu a{display:flex;align-items:center;justify-content:space-between;padding:18px 5px;border-bottom:1px solid var(--color-line);font-family:var(--font-heading);font-size:1.5rem}.hero-keyboard{min-height:min(860px,calc(100vh - 110px));display:flex;align-items:center;padding-block:70px 84px;isolation:isolate;background:radial-gradient(circle at 75% 44%,color-mix(in srgb,var(--hero-accent) 16%,transparent),transparent 30%),radial-gradient(circle at 10% 0%,color-mix(in srgb,var(--hero-glow) 9%,transparent),transparent 32%),var(--color-bg);overflow:hidden}.hero-keyboard:before{content:"";position:absolute;left:-15%;right:-15%;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,var(--color-line),transparent)}.hero-keyboard__noise{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.26;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E")}.hero-keyboard__grid{display:grid;grid-template-columns:minmax(370px,.83fr) minmax(520px,1.17fr);gap:clamp(30px,6vw,100px);align-items:center;position:relative}.hero-keyboard__content{z-index:2}.hero-kicker{display:flex;align-items:center;gap:12px;color:var(--color-muted);font-size:.72rem;font-weight:700;letter-spacing:.18em;margin-bottom:25px}.hero-kicker span{display:inline-block;width:34px;height:1px;background:var(--hero-glow);box-shadow:0 0 10px var(--hero-glow)}.hero-keyboard h1{font-size:clamp(3.7rem,6.4vw,6.8rem);margin-bottom:26px;max-width:800px}.hero-keyboard h1 em{display:block;font-style:normal;color:transparent;-webkit-text-stroke:1px color-mix(in srgb,var(--color-text) 72%,transparent);position:relative}.hero-keyboard h1 em:after{content:"";display:inline-block;width:.16em;height:.16em;border-radius:50%;background:var(--hero-accent);box-shadow:0 0 24px var(--hero-accent);margin-left:.04em}.hero-keyboard__lead{max-width:610px;color:var(--color-muted);font-size:clamp(1rem,1.35vw,1.22rem);margin-bottom:31px}.hero-keyboard__actions{display:flex;gap:12px;flex-wrap:wrap}.hero-stats{display:flex;gap:0;margin:42px 0 0;padding:25px 0 0;border-top:1px solid var(--color-line)}.hero-stats div{min-width:115px;padding-right:28px;margin-right:28px;border-right:1px solid var(--color-line)}.hero-stats div:last-child{border:0;margin:0;padding:0}.hero-stats dt{font-family:var(--font-heading);font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.hero-stats dd{margin:2px 0 0;color:var(--color-muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.hero-keyboard__visual{min-width:0;position:relative;perspective:1400px;min-height:560px;display:flex;align-items:center;justify-content:center;--hero-rx:8deg;--hero-ry:-9deg}.hero-board{width:min(690px,100%);padding:18px 18px 22px;border-radius:22px;background:linear-gradient(155deg,#242834,#101219 65%);border:1px solid #3a3e4b;box-shadow:0 45px 80px #0000008c,0 2px #4a4e5e inset,0 0 100px color-mix(in srgb,var(--hero-accent) 14%,transparent);transform-style:preserve-3d;transform:rotateX(var(--hero-rx)) rotateY(var(--hero-ry)) rotate(-2deg);transition:transform .22s ease-out;position:relative;z-index:3}.hero-board__topline{display:flex;justify-content:space-between;align-items:center;padding:1px 4px 13px;color:#757b8d;font-family:monospace;font-size:.58rem;letter-spacing:.14em}.hero-board__signal{color:#75f4bc}.hero-board__signal:before{content:"";display:inline-block;width:5px;height:5px;background:#75f4bc;border-radius:50%;margin-right:5px;box-shadow:0 0 8px #75f4bc}.hero-board__keys{display:flex;flex-direction:column;gap:7px;transform-style:preserve-3d}.hero-board__row{display:flex;gap:7px;align-items:stretch}.hero-key{flex:1;min-width:0;aspect-ratio:1/1;display:flex;align-items:flex-start;padding:7px 5px;border-radius:6px;background:linear-gradient(145deg,#3a3d49,#20232d);border:1px solid #4a4e5b;border-bottom-width:4px;color:#aeb4c4;font-size:clamp(.4rem,.66vw,.62rem);font-family:monospace;box-shadow:0 5px 7px #0000006b,0 1px #ffffff29 inset;transform:translateZ(8px);text-shadow:0 0 8px currentColor}.hero-key--wide{flex:1.45}.hero-key--space{flex:5.7;aspect-ratio:auto}.hero-key--accent{color:#fff;background:linear-gradient(145deg,color-mix(in srgb,var(--hero-accent) 86%,#fff),color-mix(in srgb,var(--hero-accent) 70%,#08090d));border-color:color-mix(in srgb,var(--hero-accent) 80%,#fff);box-shadow:0 5px 10px color-mix(in srgb,var(--hero-accent) 28%,transparent),0 1px #ffffff4d inset}.hero-board__edge{position:absolute;left:2%;right:2%;bottom:-12px;height:18px;border-radius:0 0 16px 16px;background:linear-gradient(#13151c,#08090e);transform:translateZ(-2px)}.hero-orbit{position:absolute;border:1px solid color-mix(in srgb,var(--hero-accent) 30%,transparent);border-radius:50%;pointer-events:none}.hero-orbit--one{width:620px;height:620px;animation:spin 22s linear infinite}.hero-orbit--two{width:460px;height:460px;border-style:dashed;animation:spin 18s linear infinite reverse}.hero-orbit:before{content:"";position:absolute;top:9%;left:15%;width:7px;height:7px;border-radius:50%;background:var(--hero-glow);box-shadow:0 0 15px var(--hero-glow)}.floating-key{position:absolute;z-index:5;width:76px;height:76px;padding:8px;border-radius:14px;background:linear-gradient(145deg,#3b3e4c,#171922);border:1px solid #525666;border-bottom:7px solid #101119;box-shadow:0 18px 38px #00000073;transform-style:preserve-3d;animation:float 5s ease-in-out infinite}.floating-key span{font-family:monospace;font-size:.7rem;color:var(--hero-glow);text-shadow:0 0 10px var(--hero-glow)}.floating-key--esc{top:7%;right:9%;transform:rotate(13deg)}.floating-key--enter{width:104px;bottom:9%;left:3%;transform:rotate(-12deg);animation-delay:-2s}.hero-drag-hint{position:absolute;right:5%;bottom:2%;display:flex;align-items:center;gap:8px;color:#7e8495;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.hero-drag-hint__icon{display:grid;place-items:center;width:27px;height:27px;border:1px solid var(--color-line);border-radius:50%}.value-props{border-bottom:1px solid var(--color-line)}.value-props__grid{display:grid;grid-template-columns:repeat(4,1fr)}.value-prop{position:relative;padding:10px clamp(18px,2.4vw,36px);border-right:1px solid var(--color-line)}.value-prop:first-child{padding-left:0}.value-prop:last-child{border:0;padding-right:0}.value-prop__number{position:absolute;right:16px;top:0;color:#363a49;font-family:monospace;font-size:.68rem}.value-prop__icon{width:39px;height:39px;display:grid;place-items:center;border:1px solid var(--color-line);border-radius:10px;background:var(--color-surface);margin-bottom:18px;color:var(--color-secondary)}.value-prop__icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linejoin:round;stroke-linecap:round}.value-prop h2{font-size:1.15rem;margin-bottom:8px;letter-spacing:-.015em}.value-prop p{color:var(--color-muted);font-size:.88rem;line-height:1.55;margin:0}.product-grid{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{min-width:0;position:relative;background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius);overflow:hidden;transform-style:preserve-3d;transition:transform .22s ease-out,border-color .25s,box-shadow .25s}.product-card:hover{border-color:color-mix(in srgb,var(--color-primary) 48%,var(--color-line));box-shadow:0 26px 55px #00000047}.product-card__media{display:block;position:relative;aspect-ratio:1/1.08;overflow:hidden;background:#ececec}.product-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 65%,rgba(0,0,0,.15));pointer-events:none}.product-card__image,.product-card__placeholder{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.product-card--demo .product-card__image{object-fit:cover}.product-card--demo:nth-child(1) .product-card__image{object-position:center 52%}.product-card--demo:nth-child(2) .product-card__image{object-position:center 52%}.product-card--demo:nth-child(3) .product-card__image{object-position:center 50%}.product-card:hover .product-card__image{transform:scale(1.045)}.product-card__tag{position:absolute;top:14px;left:14px;z-index:2;padding:7px 10px;border-radius:8px;background:#08090dd1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:.66rem;text-transform:uppercase;letter-spacing:.09em;font-weight:700}.product-card__body{padding:20px 20px 22px}.product-card__body .eyebrow{font-size:.61rem;margin-bottom:7px}.product-card__title{font-size:1.18rem;margin:0 0 13px}.product-card__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.price{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.price__current{font-weight:700;font-size:1.08rem}.price__compare{color:var(--color-muted);font-size:.87rem}.price__badge{font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;color:#fda4af}.keycap-studio{background:linear-gradient(180deg,var(--color-bg),#0b0d14 42%,var(--color-bg));overflow:hidden}.keycap-studio:before{content:"";position:absolute;width:700px;height:700px;border-radius:50%;background:color-mix(in srgb,var(--studio-accent) 11%,transparent);filter:blur(110px);right:-260px;top:12%}.studio-shell{display:grid;grid-template-columns:270px minmax(0,1fr);min-height:640px;border:1px solid var(--color-line);border-radius:calc(var(--radius) + 6px);background:#0c0e15;overflow:hidden;box-shadow:0 40px 90px #00000057}.studio-controls{padding:30px 25px;border-right:1px solid var(--color-line);background:linear-gradient(180deg,#141720,#0e1017);display:flex;flex-direction:column;gap:27px;z-index:3}.studio-control-group{display:flex;flex-direction:column;gap:12px}.studio-label{font-family:monospace;color:#6f7588;font-size:.65rem;letter-spacing:.12em}.segmented{display:flex;border:1px solid var(--color-line);padding:4px;border-radius:10px;background:#090a0f}.segmented button{flex:1;border:0;background:transparent;color:var(--color-muted);border-radius:7px;padding:8px 6px;font-size:.78rem;font-weight:700}.segmented button.is-active{background:var(--studio-accent);color:#fff;box-shadow:0 4px 14px color-mix(in srgb,var(--studio-accent) 35%,transparent)}.studio-swatches{display:flex;gap:10px;flex-wrap:wrap}.studio-swatches button{width:34px;height:34px;border:2px solid #161821;border-radius:9px;background:var(--swatch);box-shadow:0 0 0 1px #363a49;transition:transform .2s,box-shadow .2s}.studio-swatches button.is-active{transform:translateY(-3px);box-shadow:0 0 0 2px #fff,0 8px 18px #00000059}.studio-swatches .swatch-rainbow{background:conic-gradient(#f43f5e,#facc15,#22c55e,#22d3ee,#8b5cf6,#f43f5e)}.studio-selection{margin-top:auto;border:1px solid var(--color-line);background:#0a0c11;border-radius:12px;padding:12px;display:flex;align-items:center;gap:12px}.studio-selection__key{width:43px;height:43px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--studio-accent) 70%,#fff);border-bottom-width:4px;border-radius:7px;background:color-mix(in srgb,var(--studio-accent) 72%,#171920);font-family:monospace;font-weight:700;box-shadow:0 7px 16px color-mix(in srgb,var(--studio-accent) 28%,transparent)}.studio-selection div{display:flex;flex-direction:column}.studio-selection strong{font-size:.78rem}.studio-selection small{color:var(--color-muted);font-size:.67rem}.studio-stage{position:relative;min-width:0;display:flex;align-items:center;justify-content:center;overflow:hidden;perspective:1400px;background-image:linear-gradient(color-mix(in srgb,var(--color-line) 22%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--color-line) 22%,transparent) 1px,transparent 1px);background-size:40px 40px;--studio-rx:10deg;--studio-ry:-7deg}.studio-stage:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,transparent 20%,#0c0e15 82%);pointer-events:none}.studio-light{position:absolute;border-radius:50%;filter:blur(80px);opacity:.34}.studio-light--one{width:370px;height:370px;right:8%;top:3%;background:var(--studio-accent)}.studio-light--two{width:300px;height:300px;left:3%;bottom:0;background:#22d3ee}.studio-keyboard{width:min(900px,88%);padding:24px 23px 29px;border-radius:23px;background:linear-gradient(155deg,#292d38,#11131a 64%);border:1px solid #3b3f4c;box-shadow:0 55px 85px #0000009e,0 2px #ffffff1f inset;transform-style:preserve-3d;transform:rotateX(var(--studio-rx)) rotateY(var(--studio-ry));transition:transform .22s ease-out;z-index:2;position:relative}.studio-keyboard__brand{height:26px;display:flex;justify-content:space-between;color:#858b9d;font-family:monospace;font-size:.68rem;letter-spacing:.18em}.studio-keyboard__brand span{font-weight:700;color:#e6e8ef}.studio-keyboard__brand small{font-size:.55rem}.studio-keyboard__keys{display:flex;flex-direction:column;gap:7px;transform-style:preserve-3d}.studio-keyboard__row{display:flex;gap:7px;min-width:0}.studio-key{flex:1;min-width:0;aspect-ratio:1/1;border:1px solid color-mix(in srgb,var(--studio-key) 62%,#fff);border-bottom:5px solid color-mix(in srgb,var(--studio-key) 55%,#090a0e);border-radius:6px;background:linear-gradient(145deg,color-mix(in srgb,var(--studio-key) 92%,#fff),color-mix(in srgb,var(--studio-key) 74%,#12141a));color:color-mix(in srgb,#101219 74%,var(--studio-key));box-shadow:0 7px 10px #00000061,0 1px #ffffff7a inset;transform:translateZ(13px);transition:transform .1s,filter .2s,background .3s,border-color .3s;display:flex;align-items:flex-start;justify-content:flex-start;padding:7px 5px}.studio-key span{font-family:monospace;font-size:clamp(.42rem,.65vw,.62rem);font-weight:700;pointer-events:none}.studio-key:hover{filter:brightness(1.11);transform:translateZ(16px) translateY(-2px)}.studio-key:active,.studio-key.is-pressed{transform:translateZ(5px) translateY(4px);border-bottom-width:2px}.studio-key.is-selected{background:linear-gradient(145deg,color-mix(in srgb,var(--studio-accent) 86%,#fff),color-mix(in srgb,var(--studio-accent) 68%,#12141a));border-color:color-mix(in srgb,var(--studio-accent) 72%,#fff);color:#fff;box-shadow:0 8px 20px color-mix(in srgb,var(--studio-accent) 37%,transparent),0 1px #ffffff73 inset;text-shadow:0 0 10px #fff}.studio-key--wide{flex:1.55}.studio-key--space{flex:6;aspect-ratio:auto}.studio-key--function{font-size:.8em}.studio-keyboard__underglow{position:absolute;left:4%;right:4%;height:18px;bottom:-13px;background:var(--studio-accent);filter:blur(13px);opacity:.68;border-radius:50%;transition:background .3s}.studio-shell.is-rainbow .studio-keyboard__underglow{background:linear-gradient(90deg,#f43f5e,#facc15,#22c55e,#22d3ee,#8b5cf6);animation:hue 3s linear infinite}.studio-stage__hint{position:absolute;bottom:20px;z-index:3;margin:0;color:#6f7588;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em}.studio-stage__hint span{color:var(--studio-accent)}.studio-shell[data-current-layout=compact] .studio-key--function{display:none}.studio-shell[data-current-layout=compact] .studio-keyboard{width:min(720px,82%)}.studio-shell[data-current-layout=full] .studio-keyboard{width:min(960px,92%)}.image-text__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);align-items:center;gap:clamp(45px,8vw,120px)}.image-text--reverse .image-text__media{order:2}.image-text--reverse .image-text__content{order:1}.image-text__media{height:min(700px,72vw);min-height:520px;position:relative;border-radius:calc(var(--radius) + 4px);overflow:hidden;border:1px solid var(--color-line);background:#e7e7e7;transition:transform .22s ease-out;transform-style:preserve-3d}.image-text__media img{width:100%;height:100%;object-fit:cover;object-position:center 50%}.image-text__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 55%,rgba(5,6,9,.45))}.image-text__badge{position:absolute;z-index:2;right:22px;bottom:22px;width:116px;height:116px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#08090dcc;border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);box-shadow:0 15px 40px #00000059}.image-text__badge:before{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border:1px dashed rgba(255,255,255,.3);border-radius:50%;animation:spin 18s linear infinite}.image-text__badge strong{font-family:var(--font-heading);font-size:1.35rem}.image-text__badge span{max-width:80px;color:#c4c7d0;font-size:.62rem;line-height:1.25}.image-text__content h2{margin-bottom:24px}.image-text__content>.rte{font-size:1.08rem;max-width:570px;margin-bottom:29px}.feature-list{list-style:none;margin:0 0 32px;padding:0;display:flex;flex-direction:column;gap:0}.feature-list li{display:flex;align-items:center;gap:14px;padding:15px 0;border-bottom:1px solid var(--color-line)}.feature-list li>span{width:29px;height:29px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--color-secondary) 40%,var(--color-line));border-radius:8px;color:var(--color-secondary);font-size:.75rem}.feature-list div{display:flex;flex-direction:column}.feature-list strong{font-size:.9rem}.feature-list small{color:var(--color-muted);font-size:.77rem}.newsletter__card{min-height:330px;border-radius:calc(var(--radius) + 7px);border:1px solid color-mix(in srgb,var(--newsletter-accent) 38%,var(--color-line));background:radial-gradient(circle at 12% 50%,color-mix(in srgb,var(--newsletter-accent) 22%,transparent),transparent 30%),linear-gradient(135deg,#151822,#0c0e14);display:grid;grid-template-columns:280px 1fr;align-items:center;gap:40px;padding:44px clamp(32px,6vw,80px);overflow:hidden;position:relative}.newsletter__card:after{content:"LEAVEN";position:absolute;right:-20px;bottom:-46px;font-family:var(--font-heading);font-size:clamp(6rem,14vw,12rem);font-weight:700;color:#ffffff06;letter-spacing:.1em;pointer-events:none}.newsletter__key{width:185px;height:185px;display:grid;place-items:center;border-radius:25px;background:linear-gradient(145deg,color-mix(in srgb,var(--newsletter-accent) 85%,#fff),color-mix(in srgb,var(--newsletter-accent) 58%,#10121a));border:1px solid color-mix(in srgb,var(--newsletter-accent) 68%,#fff);border-bottom:15px solid color-mix(in srgb,var(--newsletter-accent) 40%,#08090d);box-shadow:0 25px 55px color-mix(in srgb,var(--newsletter-accent) 28%,transparent),0 2px #ffffff4d inset;transform:rotate(-8deg);font-family:monospace;font-weight:700;font-size:1.15rem}.newsletter__content{position:relative;z-index:2;max-width:720px}.newsletter__content h2{font-size:clamp(2.3rem,4.3vw,4.6rem);margin-bottom:14px}.newsletter__content>p{color:var(--color-muted);max-width:570px}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:24px;max-width:590px;position:relative}.newsletter-form input{height:52px;min-width:0;border:1px solid var(--color-line);border-radius:var(--button-radius);background:#05060a9e;color:var(--color-text);padding:0 17px;outline:none}.newsletter-form input:focus{border-color:var(--newsletter-accent)}.form-message{grid-column:1/-1;margin:4px 0 0;font-size:.8rem}.form-message--success{color:#75f4bc}.form-message--error{color:#fda4af}.site-footer{padding:72px 0 28px;border-top:1px solid var(--color-line);background:#05060a}.site-footer__top{display:grid;grid-template-columns:1.2fr .65fr 1fr;gap:clamp(50px,8vw,120px);padding-bottom:58px}.brand--footer{display:inline-flex;margin-bottom:18px}.footer-brand>p,.footer-contact>p{color:var(--color-muted);max-width:380px;font-size:.9rem}.footer-socials{display:flex;gap:8px;margin-top:20px}.footer-socials a{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--color-line);border-radius:8px;font-size:.65rem;font-weight:700;color:var(--color-muted)}.site-footer h2{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:21px}.footer-links ul{list-style:none;margin:0;padding:0}.footer-links li{margin:10px 0}.footer-links a{color:var(--color-muted);font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--color-secondary)}.footer-email{display:inline-block;margin-top:10px;border-bottom:1px solid var(--color-line);font-weight:700}.site-footer__bottom{border-top:1px solid var(--color-line);padding-top:25px;display:flex;justify-content:space-between;align-items:center;color:#717688;font-size:.76rem}.payment-labels{display:flex;gap:7px}.payment-labels span{padding:5px 8px;border:1px solid var(--color-line);border-radius:5px;color:#9ca1b1;font-weight:700;font-size:.62rem}.drawer-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;justify-items:end}.drawer-shell[hidden]{display:none}.drawer-shell__scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#000000ad;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.cart-drawer{position:relative;width:min(460px,100%);height:100%;background:#0c0e14;border-left:1px solid var(--color-line);display:flex;flex-direction:column;padding:28px;animation:slideIn .28s ease-out}.cart-drawer__head{display:flex;justify-content:space-between;align-items:center;padding-bottom:22px;border-bottom:1px solid var(--color-line)}.cart-drawer__head .eyebrow{margin-bottom:5px}.cart-drawer__head h2{font-size:2rem;margin:0}.cart-drawer__content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--color-muted);padding:30px}.cart-drawer__empty-key{width:92px;height:92px;display:grid;place-items:center;border:1px solid #454957;border-bottom:9px solid #12141b;border-radius:15px;background:linear-gradient(145deg,#303440,#171921);font-size:2.3rem;color:var(--color-primary);margin-bottom:23px;box-shadow:0 19px 38px #0006}.cart-drawer__actions{display:flex;flex-direction:column;gap:10px}.product-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(380px,.72fr);gap:clamp(45px,7vw,100px);align-items:start}.product-gallery{min-width:0;position:sticky;top:110px}.product-gallery__main{position:relative;border-radius:var(--radius);overflow:hidden;background:#ececec;border:1px solid var(--color-line);transition:transform .22s ease-out;transform-style:preserve-3d}.product-media{aspect-ratio:1/1.08}.product-media.is-hidden{display:none}.product-media img,.product-media video,.product-media model-viewer{width:100%;height:100%;object-fit:cover}.product-media--placeholder{width:100%;height:auto}.product-gallery__badge{position:absolute;left:18px;top:18px;padding:7px 12px;border-radius:8px;background:var(--color-primary);color:#fff;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.product-gallery__drag{position:absolute;right:17px;bottom:17px;padding:8px 11px;border-radius:8px;background:#08090db8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ddd;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}.product-thumbnails{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:11px}.product-thumbnail{aspect-ratio:1;border:1px solid var(--color-line);border-radius:10px;padding:0;overflow:hidden;background:var(--color-surface);opacity:.65}.product-thumbnail.is-active{opacity:1;border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:10px}.product-info__meta{display:flex;align-items:center;justify-content:space-between;color:var(--color-muted);font-family:monospace;font-size:.68rem;letter-spacing:.12em}.stock-dot{color:#75f4bc}.stock-dot:before{content:"";display:inline-block;width:6px;height:6px;background:#75f4bc;border-radius:50%;margin-right:7px;box-shadow:0 0 9px #75f4bc}.product-info h1{font-size:clamp(2.6rem,4.7vw,5rem);margin:20px 0 17px}.product-info__price .price__current{font-size:1.55rem}.product-info__price{margin-bottom:15px}.rating{font-size:.78rem;color:var(--color-muted);margin-bottom:22px}.rating span{color:#facc15;letter-spacing:.1em;margin-right:7px}.product-info__description{font-size:.96rem;padding-bottom:25px;border-bottom:1px solid var(--color-line)}.variant-selectors{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:25px 0}.variant-field{display:flex;flex-direction:column;gap:8px}.variant-field label{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.variant-field select,.sort-form select{height:48px;border:1px solid var(--color-line);border-radius:10px;background:var(--color-surface);color:var(--color-text);padding:0 13px}.product-form__row{display:grid;grid-template-columns:auto 1fr;gap:10px;margin-top:25px}.quantity-stepper{height:54px;display:grid;grid-template-columns:34px 42px 34px;border:1px solid var(--color-line);border-radius:var(--button-radius);background:var(--color-surface);overflow:hidden}.quantity-stepper button{border:0;background:transparent;color:var(--color-muted)}.quantity-stepper input{width:100%;border:0;background:transparent;color:var(--color-text);text-align:center;-webkit-appearance:textfield;appearance:textfield}.quantity-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.product-form__submit{justify-content:space-between;padding-inline:23px}.product-form__message{margin:10px 0 0;color:#75f4bc;font-size:.82rem}.product-form__message.is-error{color:#fda4af}.purchase-trust{display:flex;justify-content:space-between;gap:12px;padding:22px 0;margin-top:6px;border-bottom:1px solid var(--color-line);color:var(--color-muted);font-size:.69rem}.purchase-trust span{display:flex;align-items:center;gap:6px}.purchase-trust svg{width:17px;height:17px;fill:none;stroke:var(--color-secondary);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.product-accordions details{border-bottom:1px solid var(--color-line)}.product-accordions summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:19px 0;font-weight:700;font-size:.9rem;cursor:pointer}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions summary span{font-size:1.25rem;color:var(--color-muted);transition:transform .2s}.product-accordions details[open] summary span{transform:rotate(45deg)}.product-accordions details .rte{padding:0 0 20px;font-size:.88rem}.page-header,.collection-hero{margin-bottom:45px}.page-header h1,.collection-hero h1{font-size:clamp(3rem,6vw,6rem);margin:0}.collection-hero>div:first-of-type{display:flex;align-items:end;justify-content:space-between;gap:20px;border-bottom:1px solid var(--color-line);padding-bottom:28px}.collection-hero>div>span{color:var(--color-muted);font-family:monospace;font-size:.75rem}.collection-hero>.rte{max-width:700px;margin-top:22px}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px;padding:12px 0;border-block:1px solid var(--color-line)}.filter-toggle{display:none}.sort-form{display:flex;align-items:center;gap:10px;margin-left:auto}.sort-form label{font-size:.72rem;color:var(--color-muted);text-transform:uppercase;letter-spacing:.08em}.sort-form select{height:42px}.collection-layout{display:grid;grid-template-columns:230px 1fr;gap:34px}.collection-filters{min-width:0}.collection-filters form{position:sticky;top:105px}.filter-group{border-bottom:1px solid var(--color-line)}.filter-group summary{list-style:none;display:flex;justify-content:space-between;padding:17px 0;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer}.filter-group summary::-webkit-details-marker{display:none}.filter-group__values{display:flex;flex-direction:column;gap:10px;padding-bottom:18px}.filter-group__values label{display:flex;align-items:center;gap:8px;color:var(--color-muted);font-size:.82rem}.filter-group__values label small{margin-left:auto}.filter-group__values input[type=checkbox]{width:16px;height:16px;accent-color:var(--color-primary)}.price-filter{display:flex;align-items:center;gap:7px}.price-filter input{width:44%;height:40px;background:var(--color-surface);border:1px solid var(--color-line);border-radius:8px;color:var(--color-text);padding:8px}.filter-note{color:var(--color-muted);font-size:.76rem;padding-bottom:17px}.collection-filters .button{margin-top:18px;min-height:44px}.collection-results{min-width:0}.collection-results .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pagination{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:45px}.pagination a,.pagination span{width:39px;height:39px;display:grid;place-items:center;border:1px solid var(--color-line);border-radius:8px;color:var(--color-muted)}.pagination .is-current{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.cart-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.6fr);gap:45px;align-items:start}.cart-item{display:grid;grid-template-columns:150px 1fr auto;gap:22px;padding:0 0 24px;margin-bottom:24px;border-bottom:1px solid var(--color-line)}.cart-item__image{aspect-ratio:1;border-radius:13px;overflow:hidden;background:#eee}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__info .eyebrow{font-size:.6rem;margin:3px 0 7px}.cart-item__info h2{font-size:1.25rem;margin-bottom:5px}.cart-item__info>p:not(.eyebrow){font-size:.8rem;color:var(--color-muted)}.cart-item__info .quantity-stepper{height:40px;grid-template-columns:30px 35px 30px;margin-top:13px}.cart-item__price{text-align:right;display:flex;flex-direction:column;justify-content:space-between}.cart-item__price a{font-size:.75rem;color:var(--color-muted);text-decoration:underline}.cart-summary{position:sticky;top:110px;padding:28px;border:1px solid var(--color-line);border-radius:var(--radius);background:var(--color-surface)}.cart-summary h2{font-size:1.45rem;margin-bottom:24px}.cart-summary>div:first-of-type{display:flex;justify-content:space-between;border-block:1px solid var(--color-line);padding:17px 0}.cart-summary>p{font-size:.75rem;color:var(--color-muted);margin:14px 0 20px}.cart-summary__trust{display:flex!important;flex-direction:column;gap:7px;border:0!important;color:var(--color-muted);font-size:.7rem;padding-bottom:0!important}.empty-state{text-align:center;grid-column:1/-1;padding:70px 20px;color:var(--color-muted)}.empty-state h2{color:var(--color-text);font-size:2rem}.empty-state--cart{max-width:600px;margin:auto;display:flex;flex-direction:column;align-items:center}.empty-state--cart .button{margin-top:14px}.standard-page__content{font-size:1.05rem;line-height:1.75}.search-form--large{margin-bottom:50px}.search-results{margin-top:20px}.search-card{padding:26px;border:1px solid var(--color-line);border-radius:var(--radius);background:var(--color-surface)}.search-card h2{font-size:1.4rem}.search-card p:last-child{color:var(--color-muted);font-size:.88rem}.not-found{text-align:center;min-height:70vh;display:grid;place-items:center}.not-found .page-width{display:flex;flex-direction:column;align-items:center}.not-found__key{width:170px;height:170px;display:grid;place-items:center;border:1px solid #464a58;border-bottom:16px solid #101219;border-radius:25px;background:linear-gradient(145deg,#343845,#161820);font-family:monospace;font-size:2.1rem;color:var(--color-primary);box-shadow:0 30px 65px #0000006b;transform:rotate(-7deg);margin-bottom:35px}.not-found h1{font-size:clamp(2.8rem,6vw,5.4rem);margin:0 0 15px}.not-found>div>p:not(.eyebrow){color:var(--color-muted);margin-bottom:26px}.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.js .reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes float{0%,to{translate:0 0}50%{translate:0 -14px}}@keyframes hue{to{filter:hue-rotate(360deg) blur(13px)}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:none}}@media(max-width:1180px){.hero-keyboard__grid{grid-template-columns:.85fr 1.15fr;gap:30px}.hero-keyboard__visual{min-height:500px}.floating-key--esc{right:2%}.hero-board{width:620px}.studio-shell{grid-template-columns:240px 1fr}.studio-controls{padding:25px 20px}.studio-keyboard{width:92%}.collection-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:989px){:root{--section-space:64px}.page-width{width:min(calc(100% - 32px),var(--page-width))}.site-header__inner{grid-template-columns:auto 1fr auto;gap:10px}.desktop-nav{display:none}.header-action--menu{display:grid}.brand{justify-self:center}.header-action--account{display:none}.hero-keyboard{padding-top:62px;min-height:auto}.hero-keyboard__grid{grid-template-columns:1fr}.hero-keyboard__content{text-align:center;max-width:760px;margin:auto}.hero-kicker,.hero-keyboard__actions,.hero-stats{justify-content:center}.hero-keyboard h1 em{display:inline-block;margin-left:.12em}.hero-keyboard__lead{margin-inline:auto}.hero-keyboard__visual{min-height:540px;margin-top:25px}.hero-board{width:min(680px,88vw)}.section-heading{grid-template-columns:1fr auto}.section-heading>p{grid-column:1/-1;grid-row:2}.section-heading>a{grid-column:2;grid-row:1}.value-props__grid{grid-template-columns:repeat(2,1fr);gap:0}.value-prop{padding:25px;border-bottom:1px solid var(--color-line)}.value-prop:nth-child(2){border-right:0}.value-prop:first-child{padding-left:25px}.value-prop:nth-last-child(-n+2){border-bottom:0}.product-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-shell{grid-template-columns:1fr}.studio-controls{display:grid;grid-template-columns:repeat(3,1fr);border-right:0;border-bottom:1px solid var(--color-line)}.studio-selection{margin:0;grid-column:1/3}.studio-controls>.button{align-self:end}.studio-stage{min-height:530px}.studio-keyboard{width:90%}.image-text__grid{grid-template-columns:1fr;gap:45px}.image-text__media{height:min(700px,105vw)}.image-text--reverse .image-text__media,.image-text--reverse .image-text__content{order:initial}.newsletter__card{grid-template-columns:170px 1fr;padding:38px}.newsletter__key{width:150px;height:150px}.site-footer__top{grid-template-columns:1fr 1fr}.footer-contact{grid-column:1/-1}.product-layout{grid-template-columns:1fr}.product-gallery{position:static;max-width:760px;margin:auto}.product-info{max-width:760px;margin:auto;width:100%}.collection-layout{grid-template-columns:1fr}.filter-toggle{display:inline-flex}.collection-filters{display:none}.collection-filters.is-open{display:block;padding:5px 18px 22px;border:1px solid var(--color-line);border-radius:var(--radius);background:var(--color-surface)}.collection-filters form{position:static}.collection-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:639px){:root{--section-space:54px}.page-width{width:min(calc(100% - 24px),var(--page-width))}body{font-size:15px}.announcement{font-size:.61rem;min-height:31px;padding-inline:12px}.site-header{height:66px}.brand__mark{width:39px;height:39px;border-radius:10px}.brand__word{font-size:.95rem}.brand__image{max-width:120px;max-height:43px}.header-action{width:38px;height:38px}.header-action svg{width:19px}.header-actions{gap:0}.search-panel{padding:12px 0}.search-form{gap:8px}.search-form .button{min-height:46px;padding-inline:14px}.search-form input{font-size:.95rem}.hero-keyboard{padding:45px 0 50px}.hero-keyboard h1{font-size:clamp(3.1rem,15.5vw,5rem);margin-bottom:20px}.hero-keyboard h1 em{display:block;margin:0}.hero-keyboard__lead{font-size:.95rem}.hero-keyboard__actions{display:grid;grid-template-columns:1fr;width:100%}.hero-keyboard__actions .button{width:100%}.hero-stats{margin-top:32px;padding-top:20px;justify-content:space-between}.hero-stats div{min-width:0;flex:1;padding-right:10px;margin-right:10px}.hero-stats dt{font-size:1.05rem}.hero-stats dd{font-size:.55rem}.hero-keyboard__visual{min-height:340px;margin-top:20px}.hero-board{width:125%;transform:scale(.72) rotateX(var(--hero-rx)) rotateY(var(--hero-ry)) rotate(-2deg)}.hero-board__topline{font-size:.5rem}.hero-orbit--one{width:390px;height:390px}.hero-orbit--two{width:300px;height:300px}.floating-key{width:54px;height:54px;border-radius:10px}.floating-key--enter{width:76px;bottom:5%}.floating-key--esc{top:2%}.hero-drag-hint{display:none}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin:14px 0 0}.section-heading>a{margin-top:18px}.section-heading h2{font-size:2.45rem}.section-heading--center{margin-bottom:33px}.section-heading--center>p{font-size:.92rem}.value-props__grid{grid-template-columns:1fr}.value-prop,.value-prop:first-child{padding:22px 10px;border-right:0;border-bottom:1px solid var(--color-line)}.value-prop:nth-last-child(-n+2){border-bottom:1px solid var(--color-line)}.value-prop:last-child{border:0;padding:22px 10px}.value-prop__icon{margin-bottom:12px}.product-grid,.product-grid--4,.collection-results .product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:13px;margin-right:-12px;padding-right:12px;padding-bottom:8px}.product-card{min-width:84vw;scroll-snap-align:start}.product-card__body{padding:17px}.product-card__media{aspect-ratio:1/1.02}.studio-shell{border-radius:16px}.studio-controls{display:grid;grid-template-columns:1fr 1fr;padding:20px;gap:21px}.studio-control-group:first-child,.studio-selection{grid-column:1/-1}.studio-controls>.button{grid-column:1/-1}.studio-stage{min-height:370px}.studio-keyboard{width:148%;padding:15px;transform:scale(.65) rotateX(var(--studio-rx)) rotateY(var(--studio-ry))}.studio-keyboard__row,.studio-keyboard__keys{gap:5px}.studio-key{border-bottom-width:4px;padding:5px 3px}.studio-key span{font-size:.5rem}.studio-stage__hint{bottom:12px;font-size:.58rem}.image-text__grid{gap:33px}.image-text__media{min-height:400px;height:115vw}.image-text__badge{width:96px;height:96px;right:15px;bottom:15px}.image-text__content h2{font-size:2.5rem}.image-text__content>.rte{font-size:.96rem}.newsletter__card{display:block;padding:35px 22px}.newsletter__key{width:92px;height:92px;border-radius:15px;border-bottom-width:9px;margin:0 0 29px;font-size:.78rem}.newsletter__content h2{font-size:2.45rem}.newsletter-form{grid-template-columns:1fr}.newsletter-form .button{width:100%}.site-footer{padding-top:52px}.site-footer__top{grid-template-columns:1fr;gap:38px}.footer-contact{grid-column:auto}.site-footer__bottom{align-items:flex-start;gap:18px;flex-direction:column}.site-footer__bottom p{margin:0}.cart-drawer{padding:21px;width:100%}.product-info h1{font-size:2.75rem}.product-thumbnails{grid-template-columns:repeat(4,1fr)}.variant-selectors,.product-form__row{grid-template-columns:1fr}.quantity-stepper{width:100%;grid-template-columns:1fr 50px 1fr}.purchase-trust{flex-direction:column}.product-gallery__drag{display:none}.collection-hero>div:first-of-type{display:block}.collection-hero>div>span{display:block;margin-top:12px}.collection-toolbar{gap:10px}.sort-form label{display:none}.sort-form select{max-width:165px}.collection-results .product-card{min-width:78vw}.cart-item{grid-template-columns:92px 1fr;gap:15px}.cart-item__price{grid-column:2;flex-direction:row;text-align:left}.cart-layout{gap:28px}.cart-summary{padding:22px}.page-header h1,.collection-hero h1{font-size:3.1rem}.search-form--large{display:grid;grid-template-columns:1fr}.search-form--large svg{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.js .reveal{opacity:1;transform:none}.hero-board,.studio-keyboard{transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
