.CartButton-module-scss-module__tT_wMW__button{border:1px solid var(--color-border);border-radius:var(--radius-base);width:2.5rem;height:2.5rem;color:var(--color-text);cursor:pointer;background:0 0;justify-content:center;align-items:center;transition:background-color .12s cubic-bezier(.2,0,0,1);display:inline-flex;position:relative}.CartButton-module-scss-module__tT_wMW__button:hover{background:var(--color-surface-2)}.CartButton-module-scss-module__tT_wMW__button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.CartButton-module-scss-module__tT_wMW__badge{background:var(--color-primary);min-width:1.15rem;height:1.15rem;color:var(--color-primary-contrast);font-variant-numeric:tabular-nums;border-radius:9999px;justify-content:center;align-items:center;padding:0 .25rem;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-.35rem;right:-.35rem}
.StoreHeader-module-scss-module__O0P-ga__header{z-index:300;background:color-mix(in srgb, var(--home-bg) 95%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--home-line);color:var(--home-ink);position:sticky;top:0}.StoreHeader-module-scss-module__O0P-ga__inner{max-width:1920px;min-height:var(--header-h);justify-content:space-between;align-items:center;gap:1rem;margin-inline:auto;padding-inline:clamp(20px,5.21vw,100px);display:flex}.StoreHeader-module-scss-module__O0P-ga__brand{color:var(--home-ink);flex-shrink:0;align-items:center;display:inline-flex}.StoreHeader-module-scss-module__O0P-ga__logo{width:auto;height:clamp(1.5rem,2vw,2.4rem);display:block}.StoreHeader-module-scss-module__O0P-ga__nav{flex:1;justify-content:center;display:flex}.StoreHeader-module-scss-module__O0P-ga__navList{align-items:center;gap:clamp(18px,1.77vw,34px);margin:0;padding:0;list-style:none;display:flex}.StoreHeader-module-scss-module__O0P-ga__navLink{text-transform:uppercase;letter-spacing:.04em;color:var(--home-ink);padding:4px 0;font-size:clamp(13px,.83vw,16px);font-weight:600;position:relative}.StoreHeader-module-scss-module__O0P-ga__navLink:after{content:"";background:var(--home-ink);width:0;height:1px;transition:width .25s;position:absolute;bottom:0;left:0}.StoreHeader-module-scss-module__O0P-ga__navLink:hover:after{width:100%}.StoreHeader-module-scss-module__O0P-ga__actions,.StoreHeader-module-scss-module__O0P-ga__desktopActions{align-items:center;gap:clamp(8px,.83vw,16px);display:flex}.StoreHeader-module-scss-module__O0P-ga__menuExtras{display:none}.StoreHeader-module-scss-module__O0P-ga__quoteBtn{background:var(--home-ink);color:var(--home-bg);border-radius:var(--radius-base);white-space:nowrap;padding:.65em 1.5em;font-size:clamp(14px,1.04vw,20px);font-weight:600;transition:opacity .2s cubic-bezier(.2,0,0,1)}.StoreHeader-module-scss-module__O0P-ga__quoteBtn:hover{opacity:.85}.StoreHeader-module-scss-module__O0P-ga__menuToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.StoreHeader-module-scss-module__O0P-ga__menuToggle span{background:var(--home-ink);width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.StoreHeader-module-scss-module__O0P-ga__menuToggleOpen span:first-child{transform:translateY(7px)rotate(45deg)}.StoreHeader-module-scss-module__O0P-ga__menuToggleOpen span:nth-child(2){opacity:0}.StoreHeader-module-scss-module__O0P-ga__menuToggleOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:880px){.StoreHeader-module-scss-module__O0P-ga__nav{inset:var(--header-h) 0 auto 0;background:var(--home-bg);border-bottom:1px solid var(--home-line);transform:translateY(calc(-100% - var(--header-h)));visibility:hidden;z-index:100;flex-direction:column;padding:12px 24px 24px;transition:transform .3s,visibility .3s;position:fixed}.StoreHeader-module-scss-module__O0P-ga__navOpen{visibility:visible;transform:translateY(0)}.StoreHeader-module-scss-module__O0P-ga__navList{flex-direction:column;align-items:stretch;gap:0;width:100%}.StoreHeader-module-scss-module__O0P-ga__navList li{border-bottom:1px solid var(--home-line)}.StoreHeader-module-scss-module__O0P-ga__navList li:last-child{border-bottom:none}.StoreHeader-module-scss-module__O0P-ga__navLink{padding:14px 0;display:block}.StoreHeader-module-scss-module__O0P-ga__menuToggle{display:flex}.StoreHeader-module-scss-module__O0P-ga__quoteBtn,.StoreHeader-module-scss-module__O0P-ga__desktopActions{display:none}.StoreHeader-module-scss-module__O0P-ga__menuExtras{border-top:1px solid var(--home-line);align-items:center;gap:16px;margin-top:2px;padding-top:16px;display:flex}.StoreHeader-module-scss-module__O0P-ga__menuExtras .StoreHeader-module-scss-module__O0P-ga__quoteBtn{margin-left:auto;display:inline-block}}@media (min-width:880px){.StoreHeader-module-scss-module__O0P-ga__centered .StoreHeader-module-scss-module__O0P-ga__inner{grid-template-columns:1fr auto 1fr;grid-template-areas:"spacer brand actions""nav nav nav";row-gap:.5rem;padding-block:.75rem;display:grid}.StoreHeader-module-scss-module__O0P-ga__centered .StoreHeader-module-scss-module__O0P-ga__brand{grid-area:brand;justify-self:center}.StoreHeader-module-scss-module__O0P-ga__centered .StoreHeader-module-scss-module__O0P-ga__nav{grid-area:nav}.StoreHeader-module-scss-module__O0P-ga__centered .StoreHeader-module-scss-module__O0P-ga__actions{grid-area:actions;justify-self:end}}.StoreHeader-module-scss-module__O0P-ga__minimal .StoreHeader-module-scss-module__O0P-ga__nav{inset:var(--header-h) 0 auto 0;background:var(--home-bg);border-bottom:1px solid var(--home-line);transform:translateY(calc(-100% - var(--header-h)));visibility:hidden;z-index:100;flex-direction:column;padding:12px 24px 24px;transition:transform .3s,visibility .3s;position:fixed}.StoreHeader-module-scss-module__O0P-ga__minimal .StoreHeader-module-scss-module__O0P-ga__navOpen{visibility:visible;transform:translateY(0)}.StoreHeader-module-scss-module__O0P-ga__minimal .StoreHeader-module-scss-module__O0P-ga__navList{flex-direction:column;align-items:stretch;gap:0;width:100%}.StoreHeader-module-scss-module__O0P-ga__minimal .StoreHeader-module-scss-module__O0P-ga__navList li{border-bottom:1px solid var(--home-line)}.StoreHeader-module-scss-module__O0P-ga__minimal .StoreHeader-module-scss-module__O0P-ga__navList li:last-child{border-bottom:none}.StoreHeader-module-scss-module__O0P-ga__minimal .StoreHeader-module-scss-module__O0P-ga__navLink{padding:14px 0;display:block}.StoreHeader-module-scss-module__O0P-ga__minimal .StoreHeader-module-scss-module__O0P-ga__menuToggle{display:flex}
.StoreFooter-module-scss-module__zYA3GG__footer{background:var(--home-dark);color:var(--home-white)}.StoreFooter-module-scss-module__zYA3GG__container{max-width:1920px;margin-inline:auto;padding-inline:clamp(20px,5.21vw,100px)}.StoreFooter-module-scss-module__zYA3GG__top{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(14px,1.25vw,24px);padding:clamp(40px,4.3vw,83px) 0 clamp(28px,2.9vw,56px);display:grid}@media (max-width:880px){.StoreFooter-module-scss-module__zYA3GG__top{grid-template-columns:1fr;gap:32px}}.StoreFooter-module-scss-module__zYA3GG__lead{max-width:26em;font-size:clamp(14px,1.04vw,20px);font-weight:700;line-height:1.55}.StoreFooter-module-scss-module__zYA3GG__quoteLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--home-white);margin-bottom:.9em;font-size:clamp(13px,.83vw,16px);font-weight:700}.StoreFooter-module-scss-module__zYA3GG__quoteForm{flex-wrap:wrap;gap:clamp(10px,.83vw,16px);display:flex}.StoreFooter-module-scss-module__zYA3GG__quoteForm input{border:1px solid var(--home-white);border-radius:var(--radius-base);min-width:0;color:var(--home-white);background:0 0;outline:none;flex:1;padding:.95em 1.1em;font-family:inherit;font-size:clamp(13px,.83vw,16px)}.StoreFooter-module-scss-module__zYA3GG__quoteForm input::placeholder{color:var(--band-text-dim)}.StoreFooter-module-scss-module__zYA3GG__quoteForm button{background:var(--home-white);color:var(--home-dark);border-radius:var(--radius-base);cursor:pointer;border:none;padding:0 2em;font-size:clamp(13px,.83vw,16px);font-weight:600}@media (max-width:560px){.StoreFooter-module-scss-module__zYA3GG__quoteForm{flex-direction:column}.StoreFooter-module-scss-module__zYA3GG__quoteForm button{padding:12px}}.StoreFooter-module-scss-module__zYA3GG__quoteSent{color:var(--band-text-muted);flex-basis:100%;font-size:clamp(13px,.83vw,16px)}.StoreFooter-module-scss-module__zYA3GG__links{grid-template-columns:repeat(5,1fr) auto;gap:clamp(20px,2.1vw,40px);padding:clamp(24px,2.1vw,40px) 0 clamp(44px,4.6vw,88px);display:grid}@media (max-width:880px){.StoreFooter-module-scss-module__zYA3GG__links{grid-template-columns:repeat(3,1fr)}}@media (max-width:560px){.StoreFooter-module-scss-module__zYA3GG__links{grid-template-columns:1fr 1fr}}.StoreFooter-module-scss-module__zYA3GG__col ul{margin:0;padding:0;list-style:none}.StoreFooter-module-scss-module__zYA3GG__col ul li{margin-bottom:.9em}.StoreFooter-module-scss-module__zYA3GG__col ul a{text-transform:uppercase;letter-spacing:.04em;color:var(--band-text-muted);font-size:clamp(13px,.83vw,16px);font-weight:500;transition:color .2s cubic-bezier(.2,0,0,1)}.StoreFooter-module-scss-module__zYA3GG__col ul a:hover{color:var(--home-white)}.StoreFooter-module-scss-module__zYA3GG__col address{color:var(--band-text-muted);font-size:clamp(13px,.83vw,16px);font-style:normal;line-height:1.75}.StoreFooter-module-scss-module__zYA3GG__col address a{color:var(--band-text-muted);margin-bottom:.7em;display:block}.StoreFooter-module-scss-module__zYA3GG__col address a:hover{color:var(--home-white)}.StoreFooter-module-scss-module__zYA3GG__colTitle{text-transform:uppercase;letter-spacing:.04em;color:var(--home-white);margin-bottom:1.4em;font-size:clamp(13px,.83vw,16px);font-weight:700}.StoreFooter-module-scss-module__zYA3GG__wordmarkClip{line-height:0;overflow:hidden}.StoreFooter-module-scss-module__zYA3GG__wordmark{-webkit-user-select:none;user-select:none;width:100%;height:auto;margin-bottom:-1px;display:block}.StoreFooter-module-scss-module__zYA3GG__wordmarkText{font-size:min(90vw/(var(--wm-chars,8)*.62),300px);letter-spacing:-.02em;color:var(--home-white);text-align:center;text-transform:uppercase;white-space:nowrap;-webkit-user-select:none;user-select:none;font-weight:800;line-height:.9;display:block;overflow:hidden}.StoreFooter-module-scss-module__zYA3GG__bottom{background:var(--home-bg);color:var(--home-ink)}.StoreFooter-module-scss-module__zYA3GG__bottomInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;min-height:clamp(44px,3.2vw,62px);padding-block:.6em;display:flex}.StoreFooter-module-scss-module__zYA3GG__bottomInner p{color:var(--home-ink-soft);font-size:clamp(13px,.83vw,16px)}.StoreFooter-module-scss-module__zYA3GG__bottomInner nav{flex-wrap:wrap;gap:clamp(16px,1.7vw,32px);display:flex}.StoreFooter-module-scss-module__zYA3GG__bottomInner nav a{font-size:clamp(13px,.83vw,16px);font-weight:500}.StoreFooter-module-scss-module__zYA3GG__bottomInner nav a:hover{text-decoration:underline}@media (max-width:560px){.StoreFooter-module-scss-module__zYA3GG__bottomInner{flex-direction:column;align-items:flex-start;gap:16px;padding-block:1em}.StoreFooter-module-scss-module__zYA3GG__bottomInner p{font-size:12px}.StoreFooter-module-scss-module__zYA3GG__bottomInner nav{grid-template-columns:1fr 1fr;gap:10px 18px;width:100%;display:grid}.StoreFooter-module-scss-module__zYA3GG__bottomInner nav a{font-size:12px}}.StoreFooter-module-scss-module__zYA3GG__minimalRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-block:1.5rem;display:flex}.StoreFooter-module-scss-module__zYA3GG__minimalRow nav{flex-wrap:wrap;gap:clamp(16px,1.6vw,32px);display:flex}.StoreFooter-module-scss-module__zYA3GG__minimalRow a{text-transform:uppercase;letter-spacing:.04em;font-size:clamp(12px,.8vw,14px);font-weight:600}.StoreFooter-module-scss-module__zYA3GG__minimalLogo{width:auto;height:clamp(1.25rem,1.6vw,1.9rem);display:block}
.BackToTop-module-scss-module__Ms5d1a__btn{z-index:200;border:1px solid var(--color-primary);background:var(--color-primary);width:2.75rem;height:2.75rem;color:var(--color-primary-contrast);box-shadow:var(--shadow-lg);cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;border-radius:9999px;justify-content:center;align-items:center;transition:opacity .2s cubic-bezier(.2,0,0,1),transform .2s cubic-bezier(.2,0,0,1),visibility .2s cubic-bezier(.2,0,0,1);display:inline-flex;position:fixed;bottom:clamp(16px,3vw,32px);right:clamp(16px,3vw,32px);transform:translateY(10px)}.BackToTop-module-scss-module__Ms5d1a__btn:hover{transform:translateY(-2px)}.BackToTop-module-scss-module__Ms5d1a__btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.BackToTop-module-scss-module__Ms5d1a__visible{opacity:1;visibility:visible;pointer-events:auto;transform:none}@media (prefers-reduced-motion:reduce){.BackToTop-module-scss-module__Ms5d1a__btn{transition:none}}
