:root{--ink: #151515;--white: #f7f7f4;--rose: #e9cfce;--coral: #ff654f;--line: #15151538}.header-shell{z-index:100;background:var(--white);height:72px;position:sticky;top:0}.site-header{background:var(--white);z-index:2;grid-template-columns:1fr auto 1fr;align-items:center;height:72px;padding:0 24px;font-size:17px;line-height:1;display:grid;position:relative}.brand{align-items:center;width:fit-content;display:inline-flex}.brand-logo{width:auto;height:auto;display:block}.brand-logo-wordmark{width:146px}.brand-logo-badge{width:208px}.footer-logo-link,.footer-logo-link:hover{border-bottom:0}.main-nav,.utility-nav{align-items:center;gap:28px;display:flex}.utility-nav{justify-self:end}.utility-youtube,.utility-instagram{place-items:center;width:26px;height:26px;display:inline-grid;border-bottom:0!important}.utility-youtube svg{fill:currentColor;width:23px;height:17px;transition:color .16s;display:block}.utility-youtube:hover{color:#f03}.utility-instagram svg{fill:none;stroke:currentColor;stroke-width:1.75px;width:20px;height:20px;transition:color .16s;display:block}.utility-instagram .instagram-icon-dot{fill:currentColor;stroke:none}.utility-instagram:hover{color:#c13584}.nav-trigger{border-bottom:1px solid #0000;align-items:center;gap:5px;padding:3px 0 4px;line-height:1;display:inline-flex}.nav-trigger>span{font-size:13px;transition:transform .16s;transform:translateY(-1px)}.nav-trigger.active>span{transform:translateY(-1px) rotate(180deg)}.nav-trigger-split{align-items:center;gap:5px;line-height:1;display:inline-flex}.nav-trigger-main{padding:3px 0 4px}.nav-trigger-toggle{place-items:center;width:16px;height:22px;display:inline-grid}.nav-trigger-toggle>span{font-size:13px;transition:transform .16s;display:block;transform:translateY(-1px)}.nav-trigger-split.active .nav-trigger-main{border-bottom-color:currentColor}.nav-trigger-split.active .nav-trigger-toggle>span{transform:translateY(-1px) rotate(180deg)}.main-nav a,.main-nav button,.utility-nav a,footer a,.statement a,.principles a,.keycaps-heading a{border-bottom:1px solid #0000}.main-nav a:hover,.main-nav button:hover,.main-nav button.active,.utility-nav a:hover,footer a:hover,.statement a:hover,.principles a:hover,.keycaps-heading a:hover{border-bottom-color:currentColor}.mobile-menu-toggle,.mobile-navigation{display:none}.nav-dropdown{z-index:1;background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line);width:100%;min-height:330px;padding:34px 24px 42px;animation:.16s ease-out nav-reveal;position:absolute;top:72px;left:0}.nav-panel-inner{grid-template-columns:minmax(180px,1fr) minmax(0,3fr);gap:34px;display:grid}.nav-panel-heading{flex-direction:column;justify-content:space-between;min-height:252px;display:flex}.nav-panel-heading span,.nav-column-title{color:#15151594;margin:0;font-size:16px;line-height:1.2}.nav-panel-heading p{letter-spacing:-.045em;margin:0;font-size:clamp(34px,3.5vw,58px);font-weight:400;line-height:.95}.nav-columns{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:32px 56px;display:grid}.nav-column-title{border-bottom:1px solid var(--line);padding-bottom:14px}.nav-link-list{flex-direction:column;gap:17px;padding-top:18px;display:flex}.nav-link-list a{flex-direction:column;gap:5px;width:fit-content;display:flex}.nav-link-list a>span{border-bottom:1px solid #0000;width:fit-content;font-size:21px;line-height:1.1}.nav-link-list a:hover>span{border-bottom-color:currentColor}.nav-link-list small{color:#15151594;font-size:16px;font-weight:400;line-height:1.25}@keyframes nav-reveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.product-showcase{grid-template-rows:48px minmax(0,1fr) 100px;height:calc(100svh - 72px);min-height:min(760px,100svh - 72px);padding:24px;transition:background-color .26s;display:grid;position:relative;overflow:hidden}.product-topline,.product-bottomline{z-index:2;position:relative}.product-topline{justify-content:space-between;align-items:flex-start;display:flex}.product-topline h1,.product-topline h2,.product-topline p,.product-description p,.product-description span{margin:0;font-size:21px;line-height:1.25}.product-topline h1,.product-topline h2{font-weight:700}.product-topline p{text-align:right;width:42%;font-weight:400}.product-image{place-items:center;min-width:0;min-height:0;display:grid;position:relative}.product-image img{object-fit:contain;object-position:center;width:auto;max-width:none;height:min(210%,108vw,1550px);max-height:none;transition:transform .42s cubic-bezier(.22,1,.36,1);animation:.42s cubic-bezier(.22,1,.36,1) product-in;position:absolute;top:50%;left:50%;transform:translate(-50%,-52%)}.hero .product-image img{width:auto;height:min(210%,110vw,1700px);top:50%}.product-image:hover img{transform:translate(-50%,-52%) scale(1.008)}.product-bottomline{grid-template-columns:minmax(250px,1fr) auto minmax(250px,1fr);align-items:end;gap:24px;display:grid}.product-description{flex-direction:column;gap:8px;display:flex}.product-description span{color:#1515159e;font-size:17px}.color-selector{justify-content:center;align-items:center;gap:22px;padding-bottom:8px;display:flex}.color-option{opacity:.55;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:4px 0 6px;font-size:17px;line-height:1;transition:opacity .16s,border-color .16s;display:inline-flex}.color-option:hover,.color-option.active{opacity:1}.color-option.active{border-bottom-color:var(--ink)}.color-swatch{border:1px solid #15151557;border-radius:50%;width:15px;height:15px}.product-buy{justify-self:end;align-items:center;gap:22px;font-size:18px;display:flex}.product-buy a{background:var(--ink);color:#fff;justify-content:space-between;align-items:center;min-width:142px;height:50px;padding:0 16px;transition:background .16s,color .16s;display:inline-flex}.product-buy a:hover{background:var(--coral);color:var(--ink)}.statement{background:var(--white);flex-direction:column;justify-content:space-between;min-height:620px;padding:54px 24px 34px;display:flex}.statement>p{letter-spacing:-.06em;max-width:1220px;margin:0;font-size:clamp(58px,7.2vw,118px);font-weight:400;line-height:.92}.statement-bottom{justify-content:space-between;align-items:flex-end;font-size:18px;display:flex}.statement-bottom span{color:#1515159e}.feature-intro,.keycaps-heading{background:var(--white);grid-template-rows:1fr auto;grid-template-columns:1fr 3fr;min-height:590px;padding:48px 24px 42px;display:grid}.section-kicker{margin:0;font-size:20px;font-weight:700;line-height:1.25}.feature-intro h2,.keycaps-heading h2{letter-spacing:-.055em;grid-column:2;align-self:end;max-width:1200px;margin:0;font-size:clamp(52px,6.4vw,102px);font-weight:400;line-height:.94}.feature-list{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white);grid-template-columns:repeat(4,1fr);display:grid}.feature-list article{border-right:1px solid var(--line);flex-direction:column;min-height:460px;padding:26px 24px 34px;display:flex}.feature-list article:last-child{border-right:0}.feature-list article>span{font-size:20px;font-weight:700}.feature-list h3{letter-spacing:-.04em;margin:auto 0 28px;font-size:clamp(27px,2.35vw,40px);font-weight:400;line-height:1}.feature-list p{margin:0;font-size:18px;line-height:1.38}.keycaps-heading{position:relative}.keycaps-heading a{grid-column:2;width:fit-content;margin-top:42px;font-size:18px}.keycap-grid{background:var(--white);grid-template-columns:repeat(2,1fr);gap:2px;display:grid}.keycap-item{background:#d8d8d8;grid-template-rows:38px 1fr 55px;min-height:670px;padding:24px;display:grid;overflow:hidden}.keycap-topline,.keycap-bottomline{z-index:2;justify-content:space-between;align-items:flex-start;display:flex;position:relative}.keycap-topline h3,.keycap-topline span,.keycap-bottomline p,.keycap-bottomline span{margin:0;font-size:19px;line-height:1.25}.keycap-topline h3{font-weight:700}.keycap-bottomline{align-items:flex-end}.keycap-bottomline p{color:#151515ad}.keycap-item img{object-fit:contain;width:100%;height:100%;transition:transform .42s cubic-bezier(.22,1,.36,1)}.keycap-item:hover img{transform:scale(1.018)}.service-strip{background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.service-strip article{border-right:1px solid var(--line);flex-direction:column;justify-content:space-between;min-height:220px;padding:30px 24px;display:flex}.service-strip article:last-child{border-right:0}.service-strip strong{letter-spacing:-.04em;font-size:clamp(38px,4vw,62px);font-weight:400}.service-strip span{font-size:18px}.principles{color:#f0efeb;background:#191919;grid-template-columns:1fr 1fr;align-content:space-between;min-height:700px;padding:46px 24px 42px;display:grid}.principles-title{margin:0;font-size:20px;font-weight:700}.principles-copy{grid-column:2;align-self:end}.principles-copy p{letter-spacing:-.05em;max-width:850px;margin:0 0 56px;font-size:clamp(42px,4.7vw,78px);font-weight:400;line-height:.98}.principles-copy a{font-size:18px}.contact-section{background:#e5e1de;grid-template-columns:minmax(280px,.8fr) minmax(520px,1.2fr);gap:clamp(70px,10vw,190px);min-height:720px;padding:100px 24px;display:grid}.contact-intro>p{margin:0 0 28px;font-size:17px;font-weight:700}.contact-intro h2{letter-spacing:-.055em;max-width:520px;margin:0;font-size:clamp(64px,7vw,116px);font-weight:400;line-height:.9}.contact-intro>span{max-width:500px;margin-top:46px;font-size:20px;line-height:1.45;display:block}.contact-form{align-content:start;justify-self:end;width:100%;max-width:780px;display:grid}.contact-form label{margin:0 0 10px;font-size:16px;font-weight:700}.contact-form input,.contact-form textarea{width:100%;color:var(--ink);font:inherit;background:0 0;border:1px solid #19191952;border-radius:0;outline:0;margin:0 0 28px;padding:17px 18px;font-size:18px;line-height:1.35}.contact-form textarea{resize:vertical;min-height:150px}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--ink)}.contact-form button{background:var(--ink);min-height:58px;color:var(--white);padding:0 24px;font-size:17px;transition:background-color .16s,color .16s}.contact-form button:hover{background:var(--coral);color:var(--ink)}.site-footer{background:var(--white);grid-template-rows:1fr auto;grid-template-columns:minmax(220px,.65fr) minmax(720px,1.35fr);gap:80px;min-height:560px;padding:68px 24px 28px;display:grid}.site-footer-brand p{max-width:280px;margin:28px 0 0;font-size:18px;line-height:1.4}.footer-email{color:#696966;margin-top:20px;font-size:17px;display:inline-block}.footer-columns{grid-template-columns:1.2fr 1fr 1fr;gap:clamp(50px,7vw,130px);display:grid}.footer-columns nav{flex-direction:column;align-items:flex-start;gap:17px;display:flex}.footer-columns nav>p{margin:0 0 11px;font-size:16px;font-weight:700}.footer-columns nav a{color:#696966;width:fit-content;font-size:17px;line-height:1.3}.footer-columns nav a:hover{color:var(--ink)}.footer-bottom{border-top:1px solid var(--line);grid-column:1/-1;justify-content:space-between;padding-top:24px;font-size:16px;display:flex}.keyboards-page{background:var(--white)}.keyboards-hero{background:var(--white);grid-template-rows:auto 1fr auto;height:calc(100svh - 72px);min-height:720px;padding:34px 24px 30px;display:grid}.collection-kicker{margin:0;font-size:20px;font-weight:700;line-height:1.2}.keyboards-hero h1{letter-spacing:-.065em;align-self:center;max-width:1460px;margin:0;font-size:clamp(72px,9.5vw,164px);font-weight:400;line-height:.86}.keyboards-hero-bottom{justify-content:space-between;align-items:flex-end;font-size:18px;display:flex}.keyboards-hero-bottom span{color:#15151594}.keyboards-hero-bottom a{border-bottom:1px solid #0000}.keyboards-hero-bottom a:hover{border-bottom-color:currentColor}.keyboard-collection{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.collection-product{border-right:1px solid var(--line);grid-template-rows:44px minmax(0,1fr) 152px;min-width:0;min-height:720px;padding:24px;display:grid;overflow:hidden}.collection-product:last-child{border-right:0}.collection-product-top{z-index:2;justify-content:space-between;align-items:flex-start;display:flex;position:relative}.collection-product-top h2,.collection-product-top span{margin:0;font-size:21px;line-height:1.2}.collection-product-top h2{font-weight:700}.collection-product-visual{min-height:0;position:relative}.collection-product-visual img{object-fit:contain;width:auto;max-width:none;height:min(112%,620px);transition:transform .42s cubic-bezier(.22,1,.36,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-52%)}.collection-product-visual:hover img{transform:translate(-50%,-52%) scale(1.012)}.collection-product-bottom{z-index:2;flex-direction:column;justify-content:flex-end;gap:15px;display:flex;position:relative}.collection-product-bottom p,.collection-product-bottom>div>span,.collection-product-bottom>a{margin:0;font-size:17px;line-height:1.25}.collection-product-bottom>div>span{color:#15151594;margin-top:5px;display:block}.collection-product-bottom>a{border-bottom:1px solid #0000;width:fit-content}.collection-product-bottom>a:hover{border-bottom-color:currentColor}.collection-colors{flex-wrap:wrap;gap:8px 15px;display:flex}.collection-colors span{align-items:center;gap:7px;font-size:15px;line-height:1;display:inline-flex}.collection-colors i{border:1px solid #15151547;border-radius:50%;width:13px;height:13px}.choice-guide{background:var(--white);padding:48px 24px 118px}.choice-guide-heading{grid-template-columns:1fr 1fr;align-content:space-between;min-height:360px;display:grid}.choice-guide-heading>span{color:#15151594;grid-column:2;align-self:end;font-size:18px}.choice-list{border-top:1px solid var(--line)}.choice-row{border-bottom:1px solid var(--line);grid-template-columns:74px minmax(0,1fr) 250px 34px;align-items:center;min-height:154px;transition:background-color .18s;display:grid}.choice-row>span{color:#15151594;font-size:17px}.choice-row p{letter-spacing:-.035em;margin:0;font-size:clamp(27px,2.5vw,42px);line-height:1}.choice-row strong{font-size:20px;font-weight:700}.choice-row i{font-size:24px;font-style:normal}.choice-row.air:hover{background:#d8d8d8}.choice-row.spacetime:hover{background:#e9cfce}.choice-row.dos:hover{background:#deded9}.comparison-section{background:var(--white);border-top:1px solid var(--line);scroll-margin-top:72px}.comparison-heading{grid-template-rows:auto 1fr auto;grid-template-columns:1fr 3fr;min-height:620px;padding:48px 24px 38px;display:grid}.comparison-heading h2{letter-spacing:-.06em;grid-column:2;align-self:end;margin:0;font-size:clamp(58px,7.2vw,116px);font-weight:400;line-height:.9}.comparison-heading>p:last-child{color:#1515159e;grid-column:2;max-width:590px;margin:36px 0 0;font-size:18px;line-height:1.35}.comparison-table-wrap{border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow-x:auto}.comparison-table{table-layout:fixed;border-collapse:collapse;width:100%;min-width:980px}.comparison-table th,.comparison-table td{border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:26px 24px;font-size:18px;font-weight:400;line-height:1.3}.comparison-table tr>:last-child{border-right:0}.comparison-table tbody tr:last-child>*{border-bottom:0}.comparison-table thead th{vertical-align:bottom;height:132px}.comparison-table thead th:first-child,.comparison-table tbody th{color:#15151594;width:18%}.comparison-table thead th span{letter-spacing:-.03em;font-size:26px;font-weight:700;display:block}.comparison-table thead th small{color:#15151594;margin-top:8px;font-size:16px;font-weight:400;display:block}.comparison-cta{background:#e9cfce;grid-template-rows:auto 1fr auto;min-height:720px;padding:48px 24px 32px;display:grid}.comparison-cta>p{margin:0;font-size:20px;font-weight:700}.comparison-cta h2{letter-spacing:-.06em;align-self:center;max-width:1300px;margin:0;font-size:clamp(58px,7.4vw,120px);font-weight:400;line-height:.9}.comparison-cta>div{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.comparison-cta>div a{border-right:1px solid var(--line);justify-content:space-between;align-items:center;min-height:92px;padding:0 20px;font-size:18px;display:flex}.comparison-cta>div a:first-child{padding-left:0}.comparison-cta>div a:last-child{border-right:0;padding-right:0}.comparison-cta>div a:hover{background:#f7f7f438}.about-v2{background:var(--white)}.about-v2 p,.about-v2 h1,.about-v2 h2,.about-v2 h3,.about-v2 figure,.about-v2 ul{margin:0}.about-v2-kicker,.about-v2-section-index{font-size:18px;font-weight:700;line-height:1.2}.about-v2-hero{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:24px;min-height:calc(100svh - 72px);padding:24px;display:grid}.about-v2-hero-copy{flex-direction:column;padding:8px 0 10px;display:flex}.about-v2-hero-copy h1{letter-spacing:-.062em;margin-top:auto;font-size:clamp(66px,6.9vw,118px);font-weight:400;line-height:.88}.about-v2-intro{max-width:640px;font-size:22px;line-height:1.42;margin-top:52px!important}.about-v2-hero-photo,.about-v2-process-photo{background:#d9d5d1;min-width:0;position:relative;overflow:hidden}.about-v2-hero-photo{min-height:690px}.about-v2-hero-photo img,.about-v2-process-photo img{object-fit:cover;filter:saturate(.62) contrast(.96);width:100%;height:100%}.about-v2-hero-photo figcaption,.about-v2-process-photo figcaption{background:#f7f7f4f0;justify-content:space-between;gap:24px;width:100%;padding:16px 18px;font-size:16px;line-height:1.25;display:flex;position:absolute;bottom:0;left:0}.about-v2-hero-photo>p,.about-v2-process-photo>p{background:#f7f7f4f0;padding:10px 12px;font-size:15px;line-height:1.2;position:absolute;top:12px;right:12px}.about-v2-observation{grid-template-columns:1fr 2fr;align-content:space-between;min-height:760px;padding:52px 24px 72px;display:grid}.about-v2-observation-copy{grid-column:2}.about-v2-observation-copy h2,.about-v2-section-heading h2,.about-v2-process-heading h2,.about-v2-perspective-copy h2,.about-v2-closing h2{letter-spacing:-.052em;font-weight:400;line-height:.94}.about-v2-observation-copy h2{max-width:1150px;font-size:clamp(52px,5.8vw,94px)}.about-v2-observation-copy>div{grid-template-columns:1fr 1fr;gap:50px;max-width:930px;margin-top:64px;display:grid}.about-v2-observation-copy>div p,.about-v2-process-heading>p,.about-v2-perspective-copy>p,.about-v2-closing>div>p{font-size:21px;line-height:1.48}.about-v2-section-heading{grid-template-columns:1fr 2fr;align-content:space-between;min-height:540px;padding:52px 24px 66px;display:grid}.about-v2-section-heading h2{grid-column:2;font-size:clamp(54px,6.3vw,104px)}.about-v2-decision{border-top:1px solid var(--line);grid-template-columns:1.08fr .92fr;min-height:720px;display:grid}.about-v2-decision:nth-child(2n){grid-template-columns:.92fr 1.08fr}.about-v2-decision:nth-child(2n) .about-v2-decision-visual{grid-column:2}.about-v2-decision:nth-child(2n) .about-v2-decision-copy{grid-area:1/1}.about-v2-decision-silver{background:#d8d8d8}.about-v2-decision-rose{background:var(--rose)}.about-v2-decision-visual{place-items:center;min-width:0;min-height:620px;padding:42px;display:grid;overflow:hidden}.about-v2-decision-visual img{object-fit:contain;width:100%;height:100%;max-height:620px}.about-v2-decision-copy{border-left:1px solid #15151533;flex-direction:column;padding:34px 24px 30px;display:flex}.about-v2-decision:nth-child(2n) .about-v2-decision-copy{border-left:0;border-right:1px solid #15151533}.about-v2-decision-meta{justify-content:space-between;font-size:18px;font-weight:700;display:flex}.about-v2-decision-copy h3{letter-spacing:-.054em;max-width:670px;margin-top:auto;font-size:clamp(48px,5.1vw,84px);font-weight:400;line-height:.92}.about-v2-decision-copy>p{max-width:660px;margin-top:42px;font-size:20px;line-height:1.48}.about-v2-decision-copy ul{border-top:1px solid #1515153d;grid-template-columns:1fr 1fr;gap:13px 28px;padding:28px 0 0;list-style:none;display:grid;margin-top:38px!important}.about-v2-decision-copy li{font-size:17px;line-height:1.3}.about-v2-process{background:#e5e1de;padding:52px 24px 72px}.about-v2-process-heading{grid-template-rows:auto 1fr auto;grid-template-columns:1fr 2fr;gap:50px;min-height:700px;display:grid}.about-v2-process-heading h2{grid-column:2;align-self:center;font-size:clamp(56px,6.9vw,114px)}.about-v2-process-heading>p{grid-column:2;max-width:860px;padding-bottom:60px}.about-v2-process-photos{grid-template-columns:1.35fr .65fr;gap:24px;display:grid}.about-v2-process-photo{height:min(55vw,760px)}.about-v2-process-photo-ref img{filter:saturate(.25) contrast(.95)}.about-v2-process-list{border-top:1px solid var(--line);margin-top:72px}.about-v2-process-list article{border-bottom:1px solid var(--line);grid-template-columns:100px .75fr 1.25fr;align-items:center;gap:34px;min-height:146px;padding:26px 0;display:grid}.about-v2-process-list span,.about-v2-process-list p{font-size:18px;line-height:1.4}.about-v2-process-list h3{letter-spacing:-.045em;font-size:clamp(34px,3.5vw,58px);font-weight:400}.about-v2-process-list p{max-width:680px}.about-v2-process-links{justify-content:flex-end;gap:46px;margin-top:42px;font-size:18px;display:flex}.about-v2-process-links a,.about-v2-closing a{border-bottom:1px solid;padding-bottom:3px}.about-v2-perspective{background:#d8d8d8;grid-template-rows:auto 1fr;min-height:900px;padding:52px 24px 44px;display:grid}.about-v2-perspective-copy{grid-template-columns:1fr 2fr;gap:44px;display:grid}.about-v2-perspective-copy h2,.about-v2-perspective-copy>p{grid-column:2}.about-v2-perspective-copy h2{font-size:clamp(52px,6vw,98px)}.about-v2-perspective-copy>p{max-width:780px}.about-v2-perspective-copy>p:nth-of-type(2){margin-top:16px}.about-v2-perspective-products{grid-template-columns:repeat(3,1fr);align-self:end;gap:34px;display:grid}.about-v2-perspective-products img{object-fit:contain;width:100%;height:250px}.about-v2-closing{background:var(--white);border-bottom:1px solid var(--line);grid-template-columns:1fr 2fr;min-height:700px;padding:52px 24px 44px;display:grid}.about-v2-closing>div{grid-column:2;align-self:end}.about-v2-closing h2{max-width:1100px;font-size:clamp(60px,7.2vw,120px)}.about-v2-closing>div>p{max-width:700px;margin-top:50px}.about-v2-closing a{width:fit-content;margin-top:44px;font-size:19px;display:block}@keyframes product-in{0%{opacity:0}to{opacity:1}}@media(max-width:980px){.about-hero{grid-template-rows:auto minmax(260px,1fr) auto;height:auto;min-height:calc(100svh - 64px)}.about-hero-heading h1{font-size:clamp(68px,11vw,108px)}.about-hero-visual img{width:min(85vw,900px)}.about-belief,.about-perspective-heading,.about-principles-heading,.about-world-heading,.about-making-heading{grid-template-columns:1fr}.about-belief-copy,.about-perspective-heading h2,.about-perspective-heading>p:last-child,.about-principles-heading h2,.about-world-heading h2,.about-making-heading h2{grid-column:1}.about-belief{min-height:820px}.about-belief-copy h2{font-size:clamp(58px,9vw,86px)}.about-perspective{min-height:900px}.about-perspective-heading{gap:32px}.about-perspective-heading h2{font-size:clamp(60px,10vw,92px)}.about-product-lineup img{height:210px}.about-principles-heading{min-height:340px}.about-principle-list article{grid-template-columns:70px minmax(220px,.9fr) 1fr;gap:24px}.about-world-heading{min-height:600px}.about-world-row{grid-template-columns:.6fr 1.3fr 1fr;min-height:340px}.about-making-heading{min-height:570px}.about-making-image{height:65vw}.header-shell{height:64px}.site-header{height:64px;padding:0 18px;font-size:16px}.main-nav,.utility-where{display:none}.mobile-menu-toggle{border-bottom:1px solid #0000;align-items:center;min-width:40px;padding:3px 0 4px;display:inline-flex}.mobile-menu-toggle:hover{border-bottom-color:currentColor}.nav-dropdown{display:none}.mobile-navigation{z-index:1;overscroll-behavior:contain;background:var(--white);border-top:1px solid var(--line);flex-direction:column;justify-content:space-between;width:100%;height:calc(100dvh - 64px);animation:.16s ease-out nav-reveal;display:flex;position:absolute;top:64px;left:0;overflow-y:auto}.mobile-nav-primary{border-bottom:1px solid var(--line)}.mobile-nav-group>button,.mobile-direct-link{border-bottom:1px solid var(--line);letter-spacing:-.035em;text-align:left;justify-content:space-between;align-items:center;width:100%;min-height:76px;padding:0 18px;font-size:30px;font-weight:400;line-height:1;display:flex}.mobile-nav-group>button>span:last-child,.mobile-direct-link>span{letter-spacing:0;font-size:24px;font-weight:400}.mobile-nav-panel{border-bottom:1px solid var(--line);background:#efefeb}.mobile-nav-panel .nav-panel-inner{padding:26px 18px 32px;display:block}.mobile-nav-panel .nav-panel-heading{display:none}.mobile-nav-panel .nav-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 28px}.mobile-nav-panel .nav-column-title{font-size:15px}.mobile-nav-panel .nav-link-list{gap:16px}.mobile-nav-panel .nav-link-list a>span{font-size:19px}.mobile-nav-panel .nav-link-list small{font-size:15px}.mobile-nav-utility{grid-template-columns:repeat(3,max-content);gap:20px 34px;padding:26px 18px 30px;font-size:16px;display:grid}.mobile-nav-utility a{border-bottom:1px solid #0000;width:fit-content}.mobile-nav-utility a:hover{border-bottom-color:currentColor}.mobile-youtube-link,.mobile-instagram-link{align-items:center;gap:9px;display:inline-flex}.mobile-youtube-link svg{fill:currentColor;width:22px;height:16px;display:block}.mobile-instagram-link svg{fill:none;stroke:currentColor;stroke-width:1.75px;width:19px;height:19px;display:block}.mobile-instagram-link .instagram-icon-dot{fill:currentColor;stroke:none}.site-header{grid-template-columns:1fr auto}.product-showcase{grid-template-rows:60px minmax(420px,1fr) auto;height:auto;min-height:calc(100svh - 64px);padding:18px}.product-topline h1,.product-topline h2,.product-topline p{font-size:18px}.product-bottomline{grid-template-columns:1fr auto;gap:24px 16px}.color-selector{grid-area:2/1 / auto/-1;justify-content:flex-start;overflow-x:auto}.feature-list{grid-template-columns:repeat(2,1fr)}.feature-list article:nth-child(2){border-right:0}.feature-list article:nth-child(-n+2){border-bottom:1px solid var(--line)}.keycap-item{min-height:560px}.contact-section{grid-template-columns:1fr;gap:68px;min-height:0;padding:82px 18px}.contact-form{justify-self:stretch;max-width:none}.site-footer{grid-template-rows:auto auto auto;grid-template-columns:1fr;gap:70px;min-height:0;padding:60px 18px 26px}.footer-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}.footer-bottom{grid-column:1}}@media(max-width:720px){.about-section-label,.about-hero-heading>p{font-size:18px}.about-hero{grid-template-rows:auto minmax(220px,1fr) auto;min-height:690px;padding:28px 14px 22px}.about-hero-heading h1{font-size:clamp(52px,14.7vw,74px);line-height:.88}.about-hero-visual img{width:108vw;max-width:none;height:min(30svh,250px)}.about-hero-bottom{flex-direction:column;align-items:flex-start;gap:20px;font-size:16px}.about-belief,.about-perspective,.about-principles,.about-world-heading,.about-making,.about-closing{padding-left:14px;padding-right:14px}.about-belief{min-height:760px;padding-top:38px;padding-bottom:46px}.about-belief-copy h2{font-size:clamp(48px,13vw,66px)}.about-belief-copy>p{margin-top:46px;font-size:18px}.about-perspective{grid-template-rows:auto auto;gap:64px;min-height:0;padding-top:38px;padding-bottom:40px}.about-perspective-heading h2{font-size:clamp(50px,13.5vw,68px)}.about-perspective-heading>p:last-child{margin-top:14px;font-size:18px}.about-product-lineup{grid-template-columns:1fr;gap:56px}.about-product-lineup img{height:230px}.about-product-lineup figcaption{font-size:17px}.about-principles{min-height:0;padding-top:38px;padding-bottom:40px}.about-principles-heading{align-content:space-between;min-height:390px}.about-principles-heading h2{font-size:clamp(50px,13.5vw,68px)}.about-principle-list article{grid-template-columns:44px 1fr;align-items:start;min-height:230px;padding:28px 0}.about-principle-list h3{font-size:36px}.about-principle-list p{grid-column:2;font-size:17px}.about-world-heading{min-height:540px;padding-top:38px;padding-bottom:44px}.about-world-heading h2{font-size:clamp(50px,13.5vw,68px)}.about-world-row{grid-template-rows:54px minmax(280px,1fr) auto;grid-template-columns:1fr;gap:24px;min-height:620px;padding:22px 14px 26px}.about-world-meta{flex-direction:row}.about-world-visual{height:320px}.about-world-copy h3{font-size:46px}.about-world-copy p{margin-bottom:30px;font-size:18px}.about-making{padding-top:38px;padding-bottom:48px}.about-making-heading{min-height:500px}.about-making-heading h2{margin-bottom:44px;font-size:clamp(50px,13.5vw,70px)}.about-making-image{height:105vw}.about-making-bottom{grid-template-columns:1fr;gap:44px}.about-making-bottom>p{font-size:18px}.about-making-bottom>div{font-size:17px}.about-closing{min-height:650px;padding-top:38px;padding-bottom:28px}.about-closing>p{font-size:17px}.about-closing h2{font-size:clamp(58px,16vw,82px)}.about-closing>div{flex-direction:column;align-items:flex-start;gap:20px;font-size:17px}.site-header{padding:0 14px}.utility-nav{gap:18px}.utility-search{display:none}.brand-logo-wordmark{width:124px}.brand-logo-badge{width:184px}.mobile-nav-group>button,.mobile-direct-link{min-height:70px;padding:0 14px;font-size:28px}.mobile-nav-panel .nav-panel-inner{padding:24px 14px 30px}.mobile-nav-panel .nav-columns{grid-template-columns:1fr;gap:30px}.mobile-nav-utility{grid-template-columns:1fr;gap:16px;padding:24px 14px 28px}.product-showcase{grid-template-rows:70px minmax(320px,55vh) auto;padding:16px 14px 18px}.product-topline p{width:52%}.product-image img,.hero .product-image img{width:auto;max-width:none;height:min(210%,110vw)}.product-bottomline{grid-template-columns:1fr;padding-top:18px}.product-description p{font-size:19px}.product-description span,.color-option,.product-buy{font-size:16px}.product-buy{grid-row:3;justify-content:space-between;justify-self:stretch}.product-buy a{min-width:132px;height:48px}.statement{min-height:520px;padding:38px 14px 24px}.statement>p{font-size:clamp(48px,14vw,68px)}.statement-bottom{gap:28px;font-size:16px}.feature-intro,.keycaps-heading{grid-template-columns:1fr;min-height:500px;padding:34px 14px 28px}.section-kicker{font-size:18px}.feature-intro h2,.keycaps-heading h2{grid-column:1;font-size:clamp(44px,12vw,62px)}.feature-list{grid-template-columns:1fr}.feature-list article{border-right:0;border-bottom:1px solid var(--line);min-height:360px;padding:22px 14px 28px}.feature-list article:last-child{border-bottom:0}.feature-list h3{font-size:34px}.feature-list p{font-size:17px}.keycaps-heading a{grid-column:1;font-size:17px}.keycap-grid{grid-template-columns:1fr}.keycap-item{min-height:520px;padding:18px 14px}.keycap-topline h3,.keycap-topline span,.keycap-bottomline p,.keycap-bottomline span{font-size:17px}.service-strip{grid-template-columns:repeat(2,1fr)}.service-strip article{min-height:180px;padding:24px 14px}.service-strip article:nth-child(2){border-right:0}.service-strip article:nth-child(-n+2){border-bottom:1px solid var(--line)}.service-strip span{font-size:16px}.principles{grid-template-columns:1fr;min-height:660px;padding:34px 14px 30px}.principles-title{font-size:18px}.principles-copy{grid-column:1}.principles-copy p{font-size:clamp(40px,11vw,58px)}.principles-copy a{font-size:17px}.contact-section{grid-template-columns:1fr;gap:64px;min-height:0;padding:70px 14px 76px}.contact-intro h2{font-size:clamp(58px,17vw,82px)}.contact-intro>span{margin-top:32px;font-size:18px}.contact-form{max-width:none}.contact-form input,.contact-form textarea{font-size:17px}.site-footer{grid-template-rows:auto auto auto;grid-template-columns:1fr;gap:72px;min-height:0;padding:54px 14px 24px}.footer-columns{grid-template-columns:1fr;gap:52px}.footer-columns nav a{font-size:17px}.footer-bottom{grid-column:1;font-size:15px}}.accessories-catalog-page .keycaps-collection-intro h1{font-size:clamp(72px,8vw,142px)}.accessories-product-image img{object-fit:cover}.accessories-category-note{background:#e9cfce;grid-template-columns:1fr repeat(3,1.22fr);align-items:end;gap:44px;min-height:500px;padding:46px 24px 34px;display:grid}.accessories-category-note p,.accessories-category-note span{margin:0;font-size:18px;line-height:1.35}.accessories-category-intro{flex-direction:column;justify-content:space-between;min-height:100%;display:flex}.accessories-category-intro span{color:#1515158f;max-width:270px}.accessories-category-item{flex-direction:column;justify-content:flex-end;min-height:250px;display:flex}.accessories-category-item>span{color:#1515158f;margin-bottom:auto}.accessories-category-item h2{letter-spacing:-.045em;margin:0 0 14px;font-size:clamp(30px,3vw,54px);font-weight:400;line-height:.95}.accessories-category-item p{max-width:360px}@media(max-width:980px){.accessories-category-note{grid-template-columns:1fr 1fr;gap:58px 32px}.accessories-category-intro{flex-direction:row;grid-column:1/-1;align-items:flex-start;min-height:120px}}@media(max-width:720px){.accessories-catalog-page .keycaps-collection-intro h1{font-size:clamp(58px,18.5vw,92px)}.accessories-category-note{flex-direction:column;align-items:stretch;gap:50px;min-height:830px;padding:30px 14px;display:flex}.accessories-category-note p,.accessories-category-note span{font-size:17px}.accessories-category-intro{flex-direction:column;min-height:112px}.accessories-category-item{min-height:0}.accessories-category-item>span{margin-bottom:20px}.accessories-category-item h2{font-size:42px}}@media(max-width:980px){.keyboards-hero{height:auto;min-height:calc(100svh - 64px);padding:32px 18px 26px}.keyboards-hero h1{font-size:clamp(66px,12vw,112px)}.keyboard-collection{grid-template-columns:1fr}.collection-product{border-right:0;border-bottom:1px solid var(--line);min-height:720px;padding:22px 18px}.collection-product:last-child{border-bottom:0}.collection-product-visual img{height:min(130%,720px)}.choice-guide{padding:42px 18px 96px}.choice-guide-heading{min-height:300px}.choice-row{grid-template-columns:58px minmax(0,1fr) 190px 28px}.comparison-section{scroll-margin-top:64px}.comparison-heading{grid-template-columns:1fr 2fr;min-height:560px;padding:42px 18px 34px}.comparison-table th,.comparison-table td{padding:23px 18px}.comparison-cta{min-height:650px;padding:42px 18px 28px}}@media(max-width:720px){.keyboards-hero{min-height:650px;padding:28px 14px 22px}.collection-kicker{font-size:18px}.keyboards-hero h1{font-size:clamp(52px,14.5vw,76px);line-height:.9}.keyboards-hero-bottom{flex-direction:column;align-items:flex-start;gap:18px;font-size:16px}.collection-product{grid-template-rows:42px minmax(0,1fr) 170px;min-height:650px;padding:18px 14px}.collection-product-top h2,.collection-product-top span{font-size:19px}.collection-product-visual img{height:min(120%,110vw)}.collection-product-bottom p,.collection-product-bottom>div>span,.collection-product-bottom>a{font-size:16px}.collection-colors span{font-size:15px}.choice-guide{padding:36px 14px 76px}.choice-guide-heading{grid-template-columns:1fr;min-height:360px}.choice-guide-heading>span{grid-column:1;font-size:16px}.choice-row{grid-template-rows:1fr auto;grid-template-columns:42px minmax(0,1fr) 24px;gap:18px 8px;min-height:160px;padding:22px 0}.choice-row>span{grid-row:1/-1;align-self:start;font-size:16px}.choice-row p{font-size:27px;line-height:1.05}.choice-row strong{grid-area:2/2;font-size:18px}.choice-row i{grid-area:1/3/-1;font-size:21px}.comparison-heading{grid-template-columns:1fr;min-height:590px;padding:36px 14px 30px}.comparison-heading h2,.comparison-heading>p:last-child{grid-column:1}.comparison-heading h2{font-size:clamp(49px,13vw,68px)}.comparison-heading>p:last-child{margin-top:28px;font-size:17px}.comparison-table{min-width:850px}.comparison-table th,.comparison-table td{padding:21px 14px;font-size:17px}.comparison-table thead th:first-child,.comparison-table tbody th{z-index:2;background:var(--white);width:150px;position:sticky;left:0}.comparison-table thead th span{font-size:22px}.comparison-table thead th small{font-size:15px}.comparison-cta{min-height:670px;padding:36px 14px 26px}.comparison-cta>p{font-size:18px}.comparison-cta h2{font-size:clamp(48px,13vw,66px)}.comparison-cta>div{grid-template-columns:1fr}.comparison-cta>div a,.comparison-cta>div a:first-child,.comparison-cta>div a:last-child{border-right:0;border-bottom:1px solid var(--line);min-height:70px;padding:0;font-size:17px}.comparison-cta>div a:last-child{border-bottom:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}@media(max-width:980px){.about-v2-hero{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);min-height:760px}.about-v2-hero-copy h1{font-size:clamp(58px,8vw,82px)}.about-v2-intro{font-size:19px;margin-top:36px!important}.about-v2-hero-photo{min-height:640px}.about-v2-observation,.about-v2-section-heading,.about-v2-process-heading,.about-v2-perspective-copy,.about-v2-closing{grid-template-columns:1fr}.about-v2-observation-copy,.about-v2-section-heading h2,.about-v2-process-heading h2,.about-v2-process-heading>p,.about-v2-perspective-copy h2,.about-v2-perspective-copy>p,.about-v2-closing>div{grid-column:1}.about-v2-observation{min-height:680px}.about-v2-observation-copy h2{font-size:clamp(50px,8vw,76px)}.about-v2-section-heading{min-height:490px}.about-v2-decision,.about-v2-decision:nth-child(2n){grid-template-columns:1fr}.about-v2-decision:nth-child(2n) .about-v2-decision-visual,.about-v2-decision:nth-child(2n) .about-v2-decision-copy{grid-column:1}.about-v2-decision:nth-child(2n) .about-v2-decision-visual{grid-row:1}.about-v2-decision:nth-child(2n) .about-v2-decision-copy{grid-row:2}.about-v2-decision-visual{min-height:560px}.about-v2-decision-copy{border-top:1px solid #15151533;border-left:0;min-height:620px}.about-v2-decision:nth-child(2n) .about-v2-decision-copy{border-right:0}.about-v2-process-heading{min-height:620px}.about-v2-process-heading h2{font-size:clamp(54px,9vw,86px)}.about-v2-process-heading>p{max-width:760px}.about-v2-process-photos{grid-template-columns:1fr 1fr}.about-v2-process-photo{height:66vw}.about-v2-process-list article{grid-template-columns:70px .7fr 1.3fr}.about-v2-perspective{min-height:820px}.about-v2-perspective-copy h2{font-size:clamp(50px,8vw,76px)}.about-v2-perspective-products img{height:200px}.about-v2-closing{min-height:630px}}@media(max-width:720px){.about-v2-kicker,.about-v2-section-index{font-size:17px}.about-v2-hero{grid-template-columns:1fr;gap:48px;min-height:0;padding:28px 14px 14px}.about-v2-hero-copy{min-height:560px}.about-v2-hero-copy h1{font-size:clamp(50px,14vw,70px)}.about-v2-intro{font-size:18px}.about-v2-hero-photo{min-height:540px}.about-v2-hero-photo figcaption,.about-v2-process-photo figcaption{flex-direction:column;align-items:flex-start;gap:5px;font-size:15px}.about-v2-hero-photo>p,.about-v2-process-photo>p{max-width:calc(100% - 24px);font-size:14px}.about-v2-observation,.about-v2-section-heading,.about-v2-process,.about-v2-perspective,.about-v2-closing{padding-left:14px;padding-right:14px}.about-v2-observation{gap:160px;min-height:0;padding-top:38px;padding-bottom:72px}.about-v2-observation-copy h2,.about-v2-section-heading h2,.about-v2-process-heading h2,.about-v2-perspective-copy h2{font-size:clamp(45px,12.7vw,62px)}.about-v2-observation-copy>div{grid-template-columns:1fr;gap:28px;margin-top:50px}.about-v2-observation-copy>div p,.about-v2-process-heading>p,.about-v2-perspective-copy>p,.about-v2-closing>div>p{font-size:18px}.about-v2-section-heading{min-height:520px;padding-top:38px;padding-bottom:48px}.about-v2-decision-visual{min-height:430px;padding:26px 14px}.about-v2-decision-copy{min-height:600px;padding:26px 14px 30px}.about-v2-decision-meta{font-size:17px}.about-v2-decision-copy h3{font-size:clamp(45px,12.7vw,62px)}.about-v2-decision-copy>p{font-size:18px}.about-v2-decision-copy ul{gap:12px 18px}.about-v2-decision-copy li{font-size:16px}.about-v2-process{padding-top:38px;padding-bottom:58px}.about-v2-process-heading{gap:36px;min-height:720px}.about-v2-process-heading>p{padding-bottom:44px}.about-v2-process-photos{grid-template-columns:1fr;gap:14px}.about-v2-process-photo{height:120vw;max-height:620px}.about-v2-process-list{margin-top:58px}.about-v2-process-list article{grid-template-columns:42px 1fr;align-items:start;gap:18px;min-height:210px}.about-v2-process-list span,.about-v2-process-list p{font-size:17px}.about-v2-process-list h3{font-size:38px}.about-v2-process-list p{grid-column:2}.about-v2-process-links{flex-direction:column;align-items:flex-start;gap:20px;font-size:17px}.about-v2-perspective{grid-template-rows:auto auto;gap:70px;min-height:0;padding-top:38px;padding-bottom:48px}.about-v2-perspective-copy{gap:34px}.about-v2-perspective-products{grid-template-columns:1fr;gap:34px}.about-v2-perspective-products img{height:230px}.about-v2-closing{gap:120px;min-height:680px;padding-top:38px;padding-bottom:44px}.about-v2-closing h2{font-size:clamp(52px,14vw,70px)}.about-v2-closing a{font-size:17px}}body.keycap-filter-open{overflow:hidden}.keycaps-collection-page{background:var(--white)}.keycaps-collection-intro{border-bottom:1px solid var(--line);grid-template-columns:1fr 2fr 1fr;align-items:end;gap:32px;min-height:390px;padding:42px 24px 34px;display:grid}.keycaps-collection-index,.keycaps-collection-copy{flex-direction:column;justify-content:space-between;min-height:128px;display:flex}.keycaps-collection-index span,.keycaps-collection-index p,.keycaps-collection-copy p,.keycaps-collection-summary{margin:0;font-size:18px;line-height:1.35}.keycaps-collection-index span{color:#15151585}.keycaps-collection-intro h1{letter-spacing:-.075em;margin:0;font-size:clamp(92px,11vw,190px);font-weight:400;line-height:.72}.keycaps-collection-copy{align-items:flex-start}.keycaps-collection-copy p{max-width:420px}.keycaps-collection-summary{color:#15151585}.keycaps-catalog{grid-template-columns:minmax(238px,1fr) minmax(0,3fr);gap:44px;padding:26px 24px 110px;display:grid}.keycaps-filter-sidebar{min-width:0}.keycap-filter-controls{position:sticky;top:98px}.keycap-filter-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;min-height:48px;display:flex}.keycap-filter-heading p,.keycap-filter-heading button{margin:0;font-size:18px;line-height:1.2}.keycap-filter-heading button{border-bottom:1px solid;padding-bottom:2px}.keycap-filter-group{border:0;border-bottom:1px solid var(--line);margin:0;padding:27px 0 30px}.keycap-filter-group legend{color:#1515158f;width:100%;margin:0 0 22px;padding:0;font-size:17px;line-height:1.2}.keycap-filter-group>div{flex-direction:column;gap:15px;display:flex}.keycap-filter-group label{cursor:pointer;grid-template-columns:18px 1fr auto;align-items:start;gap:11px;font-size:18px;line-height:1.25;display:grid}.keycap-filter-group input{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;position:absolute}.keycap-checkbox{border:1px solid #15151594;width:17px;height:17px;margin-top:2px;display:block;position:relative}.keycap-filter-group input:checked+.keycap-checkbox{background:var(--ink)}.keycap-filter-group input:checked+.keycap-checkbox:after{content:"";border-bottom:1.5px solid #fff;border-left:1.5px solid #fff;width:7px;height:4px;position:absolute;top:4px;left:4px;transform:rotate(-45deg)}.keycap-filter-group input:focus-visible+.keycap-checkbox{outline:2px solid var(--coral);outline-offset:2px}.keycap-filter-group small{color:#1515157a;font-size:16px}.keycaps-results{min-width:0}.keycaps-results-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;min-height:48px;display:flex}.keycaps-results-toolbar p,.keycaps-results-toolbar label,.keycaps-results-toolbar select{margin:0;font-size:18px;line-height:1.2}.keycaps-results-toolbar label{align-items:center;gap:12px;display:flex}.keycaps-results-toolbar label>span{color:#15151585}.keycaps-results-toolbar select,.keycaps-mobile-toolbar select{border:0;border-bottom:1px solid var(--ink);color:var(--ink);font:inherit;cursor:pointer;background:0 0;border-radius:0;padding:0 22px 3px 0}.keycaps-active-filters{flex-wrap:wrap;gap:9px;padding:16px 0 4px;display:flex}.keycaps-active-filters button{border:1px solid var(--line);align-items:center;gap:12px;min-height:38px;padding:0 13px;font-size:16px;display:inline-flex}.keycaps-active-filters button:last-child{text-underline-offset:4px;border-color:#0000;text-decoration:underline}.keycaps-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:72px 28px;padding-top:27px;display:grid}.keycaps-product{min-width:0}.keycaps-product-image{aspect-ratio:1;display:block;overflow:hidden}.keycaps-product-image img{object-fit:cover;width:100%;height:100%;transition:transform .44s cubic-bezier(.22,1,.36,1)}.keycaps-product-image:hover img{transform:scale(1.018)}.keycaps-product-name{justify-content:space-between;align-items:flex-start;gap:20px;padding-top:18px;display:flex}.keycaps-product-name h2,.keycaps-product-name p,.keycaps-product-name>span{margin:0;font-size:18px;line-height:1.25}.keycaps-product-name h2{letter-spacing:-.035em;margin-bottom:5px;font-size:clamp(26px,2vw,32px);font-weight:400}.keycaps-product-name p{color:#1515158f}.keycaps-product-name>span{flex:none}.keycaps-product-meta{border-top:1px solid var(--line);flex-wrap:wrap;gap:8px 20px;margin-top:17px;padding-top:13px;display:flex}.keycaps-product-meta span{color:#15151594;font-size:16px;line-height:1.3}.keycaps-empty-state{flex-direction:column;align-items:flex-start;min-height:620px;padding:80px 0;display:flex}.keycaps-empty-state p,.keycaps-empty-state span{letter-spacing:-.045em;max-width:650px;margin:0;font-size:clamp(34px,4vw,66px);line-height:1.02}.keycaps-empty-state span{letter-spacing:0;color:#15151594;max-width:560px;margin-top:30px;font-size:19px;line-height:1.35}.keycaps-empty-state button{border-bottom:1px solid;margin-top:34px;padding-bottom:3px;font-size:18px}.keycaps-fit-note{background:#e9cfce;grid-template-columns:1fr 1.5fr 1.5fr;align-items:end;gap:48px;min-height:520px;padding:46px 24px 34px;display:grid}.keycaps-fit-note p,.keycaps-fit-note span,.keycaps-fit-products a{margin:0;font-size:18px;line-height:1.35}.keycaps-fit-intro{flex-direction:column;justify-content:space-between;min-height:100%;display:flex}.keycaps-fit-intro span{color:#1515158f;max-width:260px}.keycaps-fit-option{flex-direction:column;min-height:260px;display:flex}.keycaps-fit-option>span{color:#1515158f}.keycaps-fit-option h2{letter-spacing:-.045em;margin:34px 0 12px;font-size:clamp(30px,3.4vw,58px);font-weight:400;line-height:.95}.keycaps-fit-option>p{max-width:440px}.keycaps-fit-products{flex-wrap:wrap;gap:10px 26px;margin-top:auto;padding-top:34px;display:flex}.keycaps-fit-products a{border-bottom:1px solid;padding-bottom:3px}.keycaps-mobile-toolbar,.keycap-filter-drawer-shell{display:none}@media(min-width:1700px){.keycaps-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.keycaps-collection-intro{grid-template-columns:1fr 2fr;min-height:330px}.keycaps-collection-copy{grid-column:2;min-height:110px}.keycaps-catalog{grid-template-columns:1fr;padding-top:0}.keycaps-filter-sidebar,.keycaps-results-toolbar{display:none}.keycaps-mobile-toolbar{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;height:62px;display:grid}.keycaps-mobile-toolbar>button,.keycaps-mobile-toolbar label{justify-content:space-between;align-items:center;font-size:18px;display:flex}.keycaps-mobile-toolbar>button{border-right:1px solid var(--line);padding-right:24px}.keycaps-mobile-toolbar>button span{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:25px;height:25px;font-size:14px;display:grid}.keycaps-mobile-toolbar label{padding-left:24px}.keycaps-mobile-toolbar label>span{color:#1515158f}.keycaps-product-grid{padding-top:28px}.keycaps-fit-note{grid-template-columns:1fr 1fr;gap:60px 32px}.keycaps-fit-intro{flex-direction:row;grid-column:1/-1;align-items:flex-start;min-height:120px}.keycap-filter-drawer-shell{z-index:300;display:block;position:fixed;top:0;right:0;bottom:0;left:0}.keycap-filter-backdrop{background:#1515155c;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.keycap-filter-drawer{background:var(--white);width:min(520px,92vw);height:100%;padding:0 24px 24px;animation:.22s ease-out keycap-drawer-in;position:absolute;top:0;right:0;overflow-y:auto}.keycap-filter-drawer-top{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:72px;display:flex}.keycap-filter-drawer-top p,.keycap-filter-drawer-top button{margin:0;font-size:19px}.keycap-filter-drawer .keycap-filter-controls{position:static}.keycap-filter-drawer .keycap-filter-heading{display:none}.keycap-filter-apply{background:var(--ink);color:#fff;width:100%;min-height:54px;margin-top:32px;font-size:18px}@keyframes keycap-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}}@media(max-width:720px){.keycaps-collection-intro{flex-direction:column;align-items:stretch;gap:0;min-height:430px;padding:28px 14px 26px;display:flex}.keycaps-collection-index{flex-direction:row;min-height:76px}.keycaps-collection-intro h1{margin-top:auto;font-size:clamp(72px,24vw,116px);line-height:.78}.keycaps-collection-copy{gap:24px;min-height:0;margin-top:44px}.keycaps-collection-index span,.keycaps-collection-index p,.keycaps-collection-copy p,.keycaps-collection-summary{font-size:17px}.keycaps-catalog{gap:0;padding:0 14px 76px}.keycaps-mobile-toolbar{margin-bottom:0}.keycaps-mobile-toolbar>button{padding-right:14px}.keycaps-mobile-toolbar label{padding-left:14px}.keycaps-mobile-toolbar select{max-width:105px}.keycaps-active-filters{padding-top:14px}.keycaps-product-grid{grid-template-columns:1fr;gap:58px}.keycaps-product-name h2{font-size:28px}.keycaps-product-name p,.keycaps-product-name>span{font-size:17px}.keycaps-product-meta{gap:7px 16px}.keycaps-product-meta span{font-size:15px}.keycaps-fit-note{flex-direction:column;align-items:stretch;gap:54px;min-height:720px;padding:30px 14px;display:flex}.keycaps-fit-note p,.keycaps-fit-note span,.keycaps-fit-products a{font-size:17px}.keycaps-fit-intro{flex-direction:column;min-height:105px}.keycaps-fit-option{min-height:0}.keycaps-fit-option h2{margin-top:22px;font-size:48px}.keycaps-fit-products{margin-top:28px;padding-top:0}.keycap-filter-drawer{width:100%;padding:0 14px 18px}}.keyboards-catalog-page .keycaps-collection-intro h1{font-size:clamp(80px,9vw,158px)}.keyboards-product-image{background:#d8d8d8}.keyboards-product-image img{object-fit:cover}.keyboard-finish-options{flex-wrap:wrap;gap:9px 22px;margin-top:20px;display:flex}.keyboard-finish-options button{color:#15151585;border-bottom:1px solid #0000;align-items:center;gap:8px;padding:0 0 5px;font-size:16px;line-height:1;display:inline-flex}.keyboard-finish-options button:hover,.keyboard-finish-options button.active{border-bottom-color:var(--ink);color:var(--ink)}.keyboard-finish-options i{border:1px solid #15151552;border-radius:50%;width:15px;height:15px;display:block}.keyboard-card-link{border-bottom:1px solid;width:fit-content;margin-top:16px;padding-bottom:3px;font-size:17px;line-height:1.25;display:block}.keyboards-catalog-page .comparison-section{border-top:1px solid var(--line)}@media(max-width:720px){.keyboards-catalog-page .keycaps-collection-intro h1{font-size:clamp(63px,20vw,94px)}.keyboard-finish-options{gap:10px 18px}.keyboard-finish-options button,.keyboard-card-link{font-size:16px}}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}body.morgrie-global-v12{background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased}body.morgrie-global-v12 .morgrie-global-header,body.morgrie-global-v12 .morgrie-global-footer,body.morgrie-global-v12 .morgrie-home,body.morgrie-global-v12 .morgrie-collection,body.morgrie-global-v12 .morgrie-about{font-family:Arial,Helvetica,sans-serif}body.morgrie-global-v12 .morgrie-global-header *,body.morgrie-global-v12 .morgrie-global-footer *,body.morgrie-global-v12 .morgrie-home *,body.morgrie-global-v12 .morgrie-collection *,body.morgrie-global-v12 .morgrie-about *{box-sizing:border-box}body.morgrie-global-v12 .morgrie-global-header a,body.morgrie-global-v12 .morgrie-global-footer a,body.morgrie-global-v12 .morgrie-home a,body.morgrie-global-v12 .morgrie-collection a,body.morgrie-global-v12 .morgrie-about a{color:inherit;text-decoration:none}body.morgrie-global-v12 .morgrie-global-header button,body.morgrie-global-v12 .morgrie-home button,body.morgrie-global-v12 .morgrie-collection button,body.morgrie-global-v12 .morgrie-about button{color:inherit;font:inherit;cursor:pointer;background:transparent;border:0;margin:0;padding:0}body.morgrie-global-v12 .morgrie-global-header img,body.morgrie-global-v12 .morgrie-global-footer img,body.morgrie-global-v12 .morgrie-home img,body.morgrie-global-v12 .morgrie-collection img,body.morgrie-global-v12 .morgrie-about img{max-width:100%;display:block}body.morgrie-global-v12.template_index .content-for-layout,body.morgrie-global-v12 .morgrie-home-section,body.morgrie-global-v12 .morgrie-collection-section,body.morgrie-global-v12 .morgrie-about-section{width:100%;max-width:none;margin:0;padding:0}.morgrie-header-section{z-index:100;position:sticky;top:0}.morgrie-global-header.header-shell{position:relative;top:auto}.morgrie-global-header .mobile-navigation[hidden],.morgrie-global-header .nav-dropdown[hidden]{display:none!important}.morgrie-global-header .mobile-nav-heading{letter-spacing:-.035em;width:fit-content;font-size:30px;line-height:1;display:inline-block}.morgrie-global-header .mobile-nav-group{border-bottom:1px solid var(--line);padding:24px 0}.morgrie-global-header .mobile-nav-group:first-child{padding-top:0}.morgrie-global-header .mobile-nav-panel{width:100%;padding:28px 18px 0}.morgrie-global-header .mobile-nav-panel>.nav-columns{display:grid}.morgrie-global-header .mobile-nav-panel>.mobile-nav-utility{margin:30px -18px 0}.morgrie-global-footer.site-footer p,.morgrie-global-footer.site-footer nav,.morgrie-global-footer.site-footer span{margin-top:0}.morgrie-home h1,.morgrie-home h2,.morgrie-home h3,.morgrie-collection h1,.morgrie-collection h2,.morgrie-about h1,.morgrie-about h2,.morgrie-about h3{color:inherit;text-transform:none}.morgrie-home .contact-form-status,.morgrie-about .contact-form-status{border:1px solid var(--line);margin:0 0 24px;padding:14px 16px;font-size:16px;line-height:1.4}.morgrie-collection .keycap-filter-heading button{display:none}.morgrie-collection .morgrie-price-filter{display:grid;grid-template-columns:1fr 1fr;gap:12px}.morgrie-collection .morgrie-price-filter label{display:grid;grid-template-columns:1fr;gap:8px}.morgrie-collection .morgrie-price-filter input{width:100%;border:1px solid var(--line);background:transparent;padding:10px}.morgrie-collection .morgrie-filter-actions{display:flex;align-items:center;gap:20px;padding-top:24px}.morgrie-collection .morgrie-filter-actions button{background:var(--ink);color:#fff;min-height:44px;padding:0 18px}.morgrie-collection .morgrie-filter-actions a{border-bottom:1px solid}.morgrie-collection .keyboard-finish-options>span{color:#15151585;align-items:center;gap:8px;padding:0 0 5px;font-size:16px;line-height:1;display:inline-flex}.morgrie-collection .keyboard-finish-options>span i{background:#d8d8d8}.morgrie-collection .morgrie-product-placeholder{width:100%;height:100%}.morgrie-collection .morgrie-pagination{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:72px;padding-top:22px;font-size:17px;display:flex}.morgrie-collection .morgrie-empty-collection{min-height:360px;font-size:22px}@media(max-width:980px){.morgrie-global-header .mobile-navigation{display:flex}.morgrie-collection .keycaps-filter-sidebar.is-open{z-index:350;background:var(--white);width:min(520px,92vw);height:100dvh;padding:28px 24px;display:block;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-18px 0 50px #15151524}.morgrie-collection .keycaps-filter-sidebar.is-open .keycap-filter-controls{position:static}.morgrie-collection .keycaps-filter-sidebar.is-open .keycap-filter-heading button{display:block}}@media(max-width:720px){.morgrie-global-header .mobile-nav-panel{padding:24px 14px 0}.morgrie-global-header .mobile-nav-panel>.mobile-nav-utility{margin:28px -14px 0}.morgrie-collection .keycaps-filter-sidebar.is-open{width:100%;padding:24px 14px}}body.morgrie-global-v12 .morgrie-global-header,body.morgrie-global-v12 .morgrie-global-header *,body.morgrie-global-v12 .morgrie-global-footer,body.morgrie-global-v12 .morgrie-global-footer *,body.morgrie-global-v12 .morgrie-home,body.morgrie-global-v12 .morgrie-home *,body.morgrie-global-v12 .morgrie-collection,body.morgrie-global-v12 .morgrie-collection *,body.morgrie-global-v12 .morgrie-about,body.morgrie-global-v12 .morgrie-about *{font-family:Arial,Helvetica,sans-serif!important}body.morgrie-global-v12 .morgrie-home .product-buy a,body.morgrie-global-v12 .morgrie-home .product-buy a:visited{color:#fff!important}body.morgrie-global-v12 .morgrie-home .product-buy a:hover,body.morgrie-global-v12 .morgrie-home .product-buy a:focus-visible{color:var(--ink)!important}body.morgrie-global-v12 .morgrie-home .principles,body.morgrie-global-v12 .morgrie-home .principles *{color:#f0efeb!important}body.morgrie-global-v12 .morgrie-home .product-image img{transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .16s ease!important;will-change:transform,opacity}body.morgrie-global-v12 .morgrie-home .product-image img.is-switching{opacity:.18}body.morgrie-global-v12 .morgrie-home .product-image:hover img,body.morgrie-global-v12 .morgrie-home .product-image:focus-visible img{transform:translate(-50%,-52%) scale(1.018)!important}
/*# sourceMappingURL=/cdn/shop/t/28/assets/morgrie-global-v1.2.css.map */
