:root{--s2-btn-hover-filter: brightness(.88);--s2-section-v: clamp(48px, 7vw, 80px);--s2-section-v-sm: clamp(28px, 4vw, 48px);--s2-gap: 24px}body{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);color:rgb(var(--color-foreground));-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground))}.s2-container{max-width:var(--page-width);margin:0 auto;padding:0 max(16px,2rem)}.s2-container--narrow{max-width:min(740px,var(--page-width));margin:0 auto;padding:0 max(16px,2rem)}.s2-section{padding-top:var(--s2-section-v);padding-bottom:var(--s2-section-v)}.s2-section--sm{padding-top:var(--s2-section-v-sm);padding-bottom:var(--s2-section-v-sm)}.s2-row{display:grid;gap:var(--s2-gap)}.s2-row--2{grid-template-columns:repeat(2,1fr)}.s2-row--3{grid-template-columns:repeat(3,1fr)}.s2-row--4{grid-template-columns:repeat(4,1fr)}@media(max-width:899px){.s2-row--4,.s2-row--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.s2-row--4,.s2-row--3,.s2-row--2{grid-template-columns:1fr}}.s2-section-title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(2rem,3.5vw,3rem);color:rgb(var(--color-foreground));margin:0 0 32px;line-height:1.2}.s2-section-title--center{text-align:center}.s2-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:14px;padding:10px 28px;border-radius:var(--buttons-radius);text-decoration:none;cursor:pointer;transition:filter .15s,background-color .15s,color .15s;white-space:nowrap;border:calc(var(--buttons-border-width) * 1px) solid transparent;-webkit-appearance:none}.s2-btn--primary{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button))}.s2-btn--primary:hover{filter:var(--s2-btn-hover-filter)}.s2-btn--outline{background-color:transparent;color:rgb(var(--color-button));border-color:rgb(var(--color-button))}.s2-btn--outline:hover{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}.s2-btn--outline-white{background-color:transparent;color:rgb(var(--color-background));border-color:rgb(var(--color-background))}.s2-btn--outline-white:hover{background-color:rgb(var(--color-background));color:rgb(var(--color-button))}.s2-btn--ghost{background:none;border:none;padding:0;color:rgb(var(--color-button));font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:14px;display:inline-flex;align-items:center;gap:6px;text-decoration:none;transition:gap .2s,filter .15s;cursor:pointer}.s2-btn--ghost:hover{gap:10px;filter:var(--s2-btn-hover-filter)}.s2-img{display:block;width:100%;height:auto}.s2-img--rounded{border-radius:var(--card-corner-radius)}.s2-img--blog{aspect-ratio:16 / 9;object-fit:cover;border-radius:var(--card-corner-radius)}.s2-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--card-corner-radius)}.s2-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.s2-text-center{text-align:center}.s2-text-brand{color:rgb(var(--color-button))}.s2-bg-white{background-color:rgb(var(--color-background))}.s2-bg-tint{background-color:rgba(var(--color-button),.07)}.s2-bg-brand{background-color:rgb(var(--color-button))}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.s2-header{position:sticky;top:0;z-index:100;width:100%}.s2-nav-top{background-color:rgb(var(--color-background));border-top:3px solid rgb(var(--color-button));height:75px;display:flex;align-items:center}.s2-nav-top-inner{max-width:var(--page-width);margin:0 auto;padding:0 max(16px,2rem);width:100%;display:flex;align-items:center;gap:20px}.s2-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;flex-shrink:0}.s2-hamburger span{display:block;width:22px;height:2px;background-color:rgb(var(--color-foreground));border-radius:1px;transition:transform .3s,opacity .3s}.s2-hamburger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.s2-hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.s2-hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.s2-brand{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.s2-brand-img{height:42px;width:auto;display:block}.s2-brand-name{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:var(--s2-brand-font-size, 20px);color:rgb(var(--color-foreground));white-space:nowrap;line-height:1.2}.s2-search-wrap{flex:1;display:flex;justify-content:center;position:relative}.s2-search-wrap predictive-search,.s2-search-wrap main-search{display:flex;width:100%;position:relative}.s2-predictive-header{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:500;border-radius:var(--card-corner-radius);overflow:hidden;box-shadow:0 8px 24px #0000001f;border:1px solid rgba(var(--color-foreground),.1)}.s2-predictive-header .predictive-search__results-groups-wrapper{max-height:60vh;overflow-y:auto}.s2-search-form{display:flex;align-items:center;width:100%;max-width:100%;border:1px solid rgba(var(--color-foreground),.15);border-radius:var(--buttons-radius);overflow:hidden;background:rgba(var(--color-foreground),.04);transition:border-color .2s}.s2-search-form:focus-within{border-color:rgb(var(--color-button))}.s2-search-icon{padding:0 12px;display:flex;align-items:center;flex-shrink:0;color:rgba(var(--color-foreground),.3)}.s2-search-input{flex:1;border:none;background:transparent;font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:13px;color:rgb(var(--color-foreground));padding:10px 0;outline:none;min-width:0}.s2-search-input::placeholder{color:rgba(var(--color-foreground),.35);text-transform:uppercase;letter-spacing:.07em;font-size:11px}.s2-search-btn{flex-shrink:0;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:12px;text-transform:uppercase;letter-spacing:.08em;padding:0 20px;min-height:42px;border:none;cursor:pointer;border-radius:0;transition:filter .15s;-webkit-appearance:none}.s2-search-btn:hover{filter:var(--s2-btn-hover-filter)}.s2-header-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.s2-header-cart{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:13px;position:relative;padding:6px;transition:color .15s}.s2-header-cart:hover{color:rgb(var(--color-button))}.s2-cart-badge{position:absolute;top:0;right:0;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:9px;font-weight:var(--font-body-weight-bold);width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center}.s2-cart-badge--zero{display:none!important}.s2-cart-badge:empty{display:none!important}.s2-shop-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 20px;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:var(--s2-nav-font-size, 14px);text-transform:uppercase;letter-spacing:.07em;border-radius:var(--buttons-radius);text-decoration:none;white-space:nowrap;transition:filter .15s;border:none;cursor:pointer;flex-shrink:0}.s2-shop-btn:hover{filter:var(--s2-btn-hover-filter)}.s2-nav-bottom{background-color:rgba(var(--color-button),.07);border-top:1px solid rgba(var(--color-foreground),.1);box-shadow:0 2px 6px #00000014;position:relative;z-index:99}.s2-nav-bottom-inner{max-width:var(--page-width);margin:0 auto;padding:0 max(16px,2rem);display:flex;align-items:stretch;justify-content:center;min-height:56px}.s2-main-menu{display:flex;align-items:stretch;justify-content:space-around;width:100%;list-style:none;margin:0;padding:0}.s2-menu-item{position:relative;display:flex;align-items:stretch}.s2-menu-link{display:flex;align-items:center;gap:5px;padding:0 22px;font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:var(--s2-nav-font-size, 14px);text-transform:uppercase;letter-spacing:.07em;color:rgb(var(--color-foreground));text-decoration:none;white-space:nowrap;border-bottom:3px solid transparent;transition:color .15s,border-color .15s,background-color .15s}.s2-menu-link:hover,.s2-menu-item:hover>.s2-menu-link,.s2-menu-item:focus-within>.s2-menu-link{color:rgb(var(--color-button));border-bottom-color:rgb(var(--color-button));background-color:rgba(var(--color-button),.05)}.s2-menu-chevron{display:inline-block;width:8px;height:5px;opacity:.4;transition:transform .2s}.s2-menu-item:hover .s2-menu-chevron{transform:rotate(180deg);opacity:.8}.s2-dropdown{position:absolute;top:100%;left:0;min-width:210px;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-top:2px solid rgb(var(--color-button));box-shadow:0 4px 16px #0000001a;z-index:200;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s,transform .2s,visibility 0s .2s;padding:8px 0;border-radius:0 0 var(--buttons-radius) var(--buttons-radius)}.s2-menu-item:hover .s2-dropdown,.s2-menu-item:focus-within .s2-dropdown{opacity:1;visibility:visible;transform:translateY(0);transition-delay:0s}.s2-dropdown-link{display:block;padding:9px 20px;font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:13px;color:rgb(var(--color-foreground));text-decoration:none;white-space:nowrap;transition:background-color .15s,color .15s}.s2-dropdown-link:hover{background-color:rgba(var(--color-button),.07);color:rgb(var(--color-button))}.s2-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:298;opacity:0;visibility:hidden;transition:opacity .3s,visibility 0s .3s}.s2-drawer-overlay.is-open{opacity:1;visibility:visible;transition-delay:0s}.s2-drawer{position:fixed;top:0;left:0;width:300px;max-width:90vw;height:100%;background:rgb(var(--color-background));z-index:299;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;display:flex;flex-direction:column;overscroll-behavior:contain}.s2-drawer.is-open{transform:translate(0)}.s2-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(var(--color-foreground),.1);background-color:rgba(var(--color-button),.07)}.s2-drawer-logo{display:flex;align-items:center;gap:8px;text-decoration:none}.s2-drawer-logo img{height:32px;width:auto}.s2-drawer-logo span{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:16px;color:rgb(var(--color-foreground))}.s2-drawer-close{background:none;border:none;cursor:pointer;padding:6px;color:rgb(var(--color-foreground));display:flex;align-items:center;border-radius:var(--buttons-radius);transition:background-color .15s}.s2-drawer-close:hover{background-color:rgba(var(--color-button),.1)}.s2-drawer-search-wrap{padding:16px 20px;border-bottom:1px solid rgba(var(--color-foreground),.1)}.s2-drawer-search{display:flex;border:1px solid rgba(var(--color-foreground),.15);border-radius:var(--buttons-radius);overflow:hidden}.s2-drawer-search-input{flex:1;border:none;padding:10px 14px;font-family:var(--font-body-family);font-size:14px;color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.04);outline:none}.s2-drawer-search-btn{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;padding:10px 16px;cursor:pointer;font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:11px;text-transform:uppercase;letter-spacing:.07em;transition:filter .15s}.s2-drawer-search-btn:hover{filter:var(--s2-btn-hover-filter)}.s2-drawer-nav{flex:1}.s2-drawer-menu{list-style:none;margin:0;padding:0}.s2-drawer-item{border-bottom:1px solid rgba(var(--color-foreground),.08)}.s2-drawer-item-row{display:flex;align-items:center;justify-content:space-between}.s2-drawer-link{flex:1;display:block;padding:14px 20px;font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:rgb(var(--color-foreground));text-decoration:none;transition:color .15s}.s2-drawer-link:hover{color:rgb(var(--color-button))}.s2-drawer-toggle{background:none;border:none;cursor:pointer;padding:14px 20px;color:rgba(var(--color-foreground),.5);display:flex;align-items:center}.s2-drawer-sub{list-style:none;margin:0;padding:0;background:rgba(var(--color-button),.05);display:none}.s2-drawer-sub.is-open{display:block}.s2-drawer-sub-link{display:block;padding:10px 20px 10px 32px;font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:13px;color:rgba(var(--color-foreground),.7);text-decoration:none;border-top:1px solid rgba(var(--color-foreground),.08);transition:color .15s}.s2-drawer-sub-link:hover{color:rgb(var(--color-button))}.s2-drawer-foot{padding:20px;border-top:1px solid rgba(var(--color-foreground),.1)}.s2-drawer-cart-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:13px;text-transform:uppercase;letter-spacing:.07em;text-decoration:none;border-radius:var(--buttons-radius);border:none;cursor:pointer;transition:filter .15s}.s2-drawer-cart-btn:hover{filter:var(--s2-btn-hover-filter)}@media(max-width:899px){.s2-hamburger{display:flex}.s2-nav-bottom,.s2-search-wrap,.s2-shop-btn{display:none}.s2-nav-top-inner{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;gap:0}.s2-brand{justify-content:center;overflow:hidden}.s2-brand-name{display:block!important;font-size:13px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.s2-header-cart{justify-self:end}}@media(max-width:599px){.s2-nav-top{height:64px}.s2-search-form{display:none}.s2-brand-name{display:block!important}.s2-brand-img{height:30px}}.s2-footer{background-color:rgb(var(--color-background))}.s2-footer-newsletter{padding:40px 0;border-bottom:1px solid rgba(var(--color-foreground),.1)}.s2-footer-newsletter-inner{max-width:var(--page-width);margin:0 auto;padding:0 max(16px,2rem);display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.s2-footer-newsletter-text{flex:1;min-width:220px}.s2-footer-newsletter-heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(1.6rem,2.5vw,2.2rem);color:rgb(var(--color-foreground));margin:0 0 6px;line-height:1.2}.s2-footer-newsletter-sub{font-family:var(--font-body-family);font-size:14px;color:rgba(var(--color-foreground),.65);margin:0}.s2-footer-newsletter-form{display:flex;gap:0;flex:1;min-width:280px;max-width:420px;border:1px solid rgba(var(--color-foreground),.2);border-radius:var(--buttons-radius);overflow:hidden}.s2-footer-newsletter-input{flex:1;border:none;background:rgba(var(--color-foreground),.07);color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:14px;padding:12px 16px;outline:none;-webkit-appearance:none}.s2-footer-newsletter-input::placeholder{color:rgba(var(--color-foreground),.4)}.s2-footer-newsletter-btn{flex-shrink:0;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:12px;text-transform:uppercase;letter-spacing:.08em;padding:12px 20px;border:none;cursor:pointer;transition:filter .15s;-webkit-appearance:none;border-radius:0}.s2-footer-newsletter-btn:hover{filter:var(--s2-btn-hover-filter)}.s2-footer-newsletter-success{font-family:var(--font-body-family);font-size:14px;font-weight:var(--font-body-weight-bold);color:rgb(var(--color-button));padding:12px 0}.s2-footer-columns{max-width:var(--page-width);margin:0 auto;padding:56px max(16px,2rem) 48px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px 48px}.s2-footer-col{display:flex;flex-direction:column;gap:32px}.s2-footer-group-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:rgb(var(--color-foreground));margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid rgba(var(--color-foreground),.12)}.s2-footer-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.s2-footer-link{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:13px;color:rgba(var(--color-foreground),.65);text-decoration:none;transition:color .15s;line-height:1.4}.s2-footer-link:hover{color:rgb(var(--color-button))}.s2-footer-bottom{border-top:1px solid rgba(var(--color-foreground),.12)}.s2-footer-bottom-inner{max-width:var(--page-width);margin:0 auto;padding:24px max(16px,2rem);display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:16px}.s2-footer-bottom-left{display:flex;flex-direction:column;gap:6px}.s2-footer-copyright{font-family:var(--font-body-family);font-size:12px;color:rgba(var(--color-foreground),.45);margin:0}.s2-footer-disclaimer{font-family:var(--font-body-family);font-size:11px;color:rgba(var(--color-foreground),.35);margin:0;max-width:520px;line-height:1.5}.s2-footer-policy-links{display:flex;align-items:center;flex-wrap:wrap;gap:0;margin-top:4px}.s2-footer-policy-link{font-family:var(--font-body-family);font-size:12px;color:rgba(var(--color-foreground),.45);text-decoration:none;transition:color .15s}.s2-footer-policy-link:hover{color:rgb(var(--color-button))}.s2-footer-policy-sep{margin:0 8px;color:rgba(var(--color-foreground),.2);font-size:12px}.s2-footer-bottom-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.s2-footer-payment{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.s2-footer-payment-icon{height:24px;width:auto;border-radius:3px;opacity:.7;filter:brightness(1.2)}@media(max-width:767px){.s2-footer-columns{grid-template-columns:repeat(2,1fr);gap:32px 24px}}@media(max-width:499px){.s2-footer-columns{grid-template-columns:1fr}.s2-footer-newsletter-inner{flex-direction:column}.s2-footer-newsletter-form{max-width:100%;width:100%}.s2-footer-bottom-inner{flex-direction:column}.s2-footer-bottom-right{align-items:flex-start}.s2-footer-payment{justify-content:flex-start}}.s2-footer-contact-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:rgb(var(--color-foreground));margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid rgba(var(--color-foreground),.12)}.s2-footer-contact-list{display:flex;flex-direction:column;gap:12px}.s2-footer-contact-item{display:flex;align-items:flex-start;gap:10px}.s2-footer-contact-icon{flex-shrink:0;margin-top:2px;color:rgb(var(--color-button));opacity:.8}.s2-footer-contact-content{display:flex;flex-direction:column;gap:2px}.s2-footer-contact-label{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:rgba(var(--color-foreground),.45)}.s2-footer-contact-value{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:13px;color:rgba(var(--color-foreground),.7);text-decoration:none;line-height:1.5;transition:color .15s}a.s2-footer-contact-value:hover{color:rgb(var(--color-button))}.s2-intro{background-color:rgb(var(--color-background));padding:var(--s2-section-v) 0}.s2-intro-inner{max-width:var(--page-width);margin:0 auto;padding:0 max(16px,2rem);display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.s2-intro-media{display:flex;flex-direction:column;gap:16px}.s2-intro-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--card-corner-radius);background-color:rgba(var(--color-foreground),.06)}.s2-intro-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.s2-intro-image{width:100%;height:auto;display:block;border-radius:var(--card-corner-radius);aspect-ratio:16 / 9;object-fit:cover}.s2-intro-caption{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:14px;color:rgba(var(--color-foreground),.6);text-align:center;margin:0;line-height:1.5;font-style:italic}.s2-intro-content{display:flex;flex-direction:column;gap:20px}.s2-intro-eyebrow{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:rgb(var(--color-button));margin:0}.s2-intro-heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(2rem,3.5vw,3rem);color:rgb(var(--color-foreground));margin:0;line-height:1.2}.s2-intro-body{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:16px;color:rgba(var(--color-foreground),.8);margin:0;line-height:1.7}.s2-intro-body p{margin:0 0 1em}.s2-intro-body p:last-child{margin-bottom:0}.s2-intro-body strong{color:rgb(var(--color-foreground));font-weight:var(--font-body-weight-bold)}.s2-intro-ctas{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:4px}@media(max-width:767px){.s2-intro-inner{grid-template-columns:1fr;gap:32px}}.s2-standards{background-color:rgb(var(--color-background));padding:var(--s2-section-v) 0}.s2-standards-inner{max-width:var(--page-width);margin:0 auto;padding:0 max(16px,2rem)}.s2-standards-header{text-align:center;margin-bottom:48px}.s2-standards-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(2rem,3.5vw,3rem);color:rgb(var(--color-foreground));margin:0 0 12px;line-height:1.2}.s2-standards-subtitle{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:16px;color:rgba(var(--color-foreground),.65);margin:0 auto;max-width:580px;line-height:1.6}.s2-standards-grid{display:grid;gap:32px 40px}.s2-standards-grid--2{grid-template-columns:repeat(2,1fr)}.s2-standards-grid--3{grid-template-columns:repeat(3,1fr)}.s2-standards-grid--4{grid-template-columns:repeat(4,1fr)}.s2-standards-card{display:flex;flex-direction:column;gap:14px}.s2-standards-icon{color:rgb(var(--color-button));display:flex;align-items:center;flex-shrink:0}.s2-standards-icon svg{display:block}.s2-standards-card-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(1.4rem,2vw,1.8rem);color:rgb(var(--color-foreground));margin:0;line-height:1.25}.s2-standards-card-body{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:15px;color:rgba(var(--color-foreground),.7);margin:0;line-height:1.65}.s2-standards-footer{text-align:center;margin-top:48px}@media(max-width:899px){.s2-standards-grid--4,.s2-standards-grid--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:499px){.s2-standards-grid--4,.s2-standards-grid--3,.s2-standards-grid--2{grid-template-columns:1fr}.s2-standards-header{margin-bottom:32px}}.s2-banner{background-color:rgb(var(--color-background));display:grid;grid-template-columns:45% 55%;min-height:480px}.s2-banner--img-right{grid-template-columns:55% 45%}.s2-banner--img-right .s2-banner-media{order:2}.s2-banner--img-right .s2-banner-content{order:1}.s2-banner-media{position:relative;overflow:hidden;min-height:360px}.s2-banner-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.s2-banner-media-placeholder{width:100%;height:100%;min-height:360px;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-foreground),.06);color:rgba(var(--color-foreground),.2)}.s2-banner-content{display:flex;flex-direction:column;justify-content:center;gap:20px;padding:60px clamp(28px,5vw,80px)}.s2-banner-eyebrow{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:rgb(var(--color-button));margin:0;display:inline-flex;align-items:center;gap:8px}.s2-banner-eyebrow:before{content:"";display:block;width:24px;height:2px;background-color:rgb(var(--color-button));flex-shrink:0}.s2-banner-heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(2.4rem,4vw,4rem);color:rgb(var(--color-foreground));margin:0;line-height:1.1;letter-spacing:-.01em}.s2-banner-subheading{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:14px;color:rgba(var(--color-foreground),.5);margin:-8px 0 0;letter-spacing:.02em}.s2-banner-body{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:15px;color:rgba(var(--color-foreground),.75);margin:0;line-height:1.7;max-width:480px}.s2-banner-body p{margin:0 0 1em}.s2-banner-body p:last-child{margin-bottom:0}.s2-banner-specs{display:flex;flex-wrap:wrap;gap:8px}.s2-banner-spec{display:inline-flex;align-items:center;padding:5px 12px;font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:rgba(var(--color-foreground),.7);border:1px solid rgba(var(--color-foreground),.2);border-radius:var(--buttons-radius);white-space:nowrap}.s2-banner-ctas{display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media(max-width:767px){.s2-banner,.s2-banner--img-right{grid-template-columns:1fr}.s2-banner--img-right .s2-banner-media,.s2-banner--img-right .s2-banner-content{order:unset}.s2-banner-media{min-height:280px}.s2-banner-content{padding:40px max(16px,2rem);gap:16px}.s2-banner-heading{font-size:clamp(2.2rem,8vw,3rem)}}.s2-products{background-color:rgb(var(--color-background));padding:var(--s2-section-v) 0}.s2-products-inner{max-width:var(--page-width);margin:0 auto;padding:0 max(16px,2rem)}.s2-products-header{margin-bottom:40px}.s2-products-header--center{text-align:center}.s2-products-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(2rem,3.5vw,3rem);color:rgb(var(--color-foreground));margin:0 0 12px;line-height:1.2}.s2-products-subtitle{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:16px;color:rgba(var(--color-foreground),.65);margin:0;line-height:1.6;max-width:600px}.s2-products-header--center .s2-products-subtitle{margin-left:auto;margin-right:auto}.s2-products-grid{display:grid;gap:32px 24px}.s2-products-grid--2{grid-template-columns:repeat(2,1fr)}.s2-products-grid--3{grid-template-columns:repeat(3,1fr)}.s2-products-grid--4{grid-template-columns:repeat(4,1fr)}.s2-product-card{display:flex;flex-direction:column;gap:14px;text-decoration:none;color:inherit}.s2-product-media{position:relative;overflow:hidden;border-radius:var(--card-corner-radius);background-color:rgba(var(--color-foreground),.04);aspect-ratio:1 / 1}.s2-product-img{width:100%;height:100%;object-fit:contain;display:block;padding:12px;transition:transform .4s ease}.s2-product-img--cover{object-fit:cover;padding:0}.s2-product-card:hover .s2-product-img{transform:scale(1.04)}.s2-product-img-secondary{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .4s ease}.s2-product-card:hover .s2-product-img-secondary{opacity:1}.s2-product-badge{position:absolute;top:10px;left:10px;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:10px;text-transform:uppercase;letter-spacing:.06em;padding:3px 8px;border-radius:var(--buttons-radius);line-height:1.4}.s2-product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.15)}.s2-product-info{display:flex;flex-direction:column;gap:6px;flex:1}.s2-product-tag{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:rgb(var(--color-button))}.s2-product-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(1.4rem,2vw,1.7rem);color:rgb(var(--color-foreground));margin:0;line-height:1.25;transition:color .15s}.s2-product-card:hover .s2-product-title{color:rgb(var(--color-button))}.s2-product-subtitle{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:12px;color:rgba(var(--color-foreground),.45);margin:0;letter-spacing:.02em}.s2-product-price-row{display:flex;align-items:baseline;gap:8px;margin-top:4px}.s2-product-price{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:15px;color:rgb(var(--color-foreground))}.s2-product-price--sale{color:rgb(var(--color-button))}.s2-product-compare{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:13px;color:rgba(var(--color-foreground),.4);text-decoration:line-through}.s2-product-sold-out{font-family:var(--font-body-family);font-size:12px;color:rgba(var(--color-foreground),.4);text-transform:uppercase;letter-spacing:.06em}.s2-product-cta{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:rgb(var(--color-button));text-decoration:none;margin-top:4px;padding-top:10px;border-top:1px solid rgba(var(--color-foreground),.08);transition:gap .2s}.s2-product-cta:hover{gap:10px}.s2-products-empty{text-align:center;padding:60px 20px;color:rgba(var(--color-foreground),.35)}.s2-products-empty-icon{margin-bottom:16px}.s2-products-empty-text{font-family:var(--font-body-family);font-size:16px;margin:0}.s2-products-footer{text-align:center;margin-top:48px}@media(max-width:899px){.s2-products-grid--4,.s2-products-grid--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:499px){.s2-products-grid--4,.s2-products-grid--3{grid-template-columns:repeat(2,1fr);gap:20px 12px}.s2-products-grid--2{grid-template-columns:1fr}.s2-products-header{margin-bottom:28px}}.s2-categories{background-color:rgb(var(--color-background));padding:80px 0;text-align:center}.s2-categories-inner{max-width:var(--page-width);margin:0 auto;padding:0 max(20px,2rem)}.s2-categories-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(2rem,3.5vw,3rem);color:rgb(var(--color-foreground));margin:0 0 48px}.s2-categories-grid{display:grid;grid-template-columns:repeat(var(--s2-cat-cols, 3),1fr);gap:4px 0;max-width:760px;margin:0 auto 48px}.s2-category-item{display:block}.s2-category-link{display:inline-block;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(1.4rem,1.8vw,1.7rem);color:rgb(var(--color-button));text-decoration:none;padding:10px 16px;line-height:1.4;transition:color .15s,text-decoration-color .15s;text-underline-offset:3px}.s2-category-link:hover{text-decoration:underline;filter:var(--s2-btn-hover-filter)}@media(max-width:599px){.s2-categories-grid{grid-template-columns:repeat(2,1fr);max-width:100%}.s2-category-link{font-size:1.4rem;padding:8px 10px}}.s2-research{background-color:rgb(var(--color-background));padding:var(--s2-section-v) 0}.s2-research-inner{max-width:var(--page-width);margin:0 auto;padding:0 max(16px,2rem)}.s2-research-header{margin-bottom:40px}.s2-research-header--center{text-align:center}.s2-research-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(2rem,3.5vw,3rem);color:rgb(var(--color-foreground));margin:0;line-height:1.2}.s2-research-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 24px}.s2-article-card{display:flex;flex-direction:column;gap:0}.s2-article-img-wrap{display:block;overflow:hidden;border-radius:var(--card-corner-radius);aspect-ratio:16 / 9;background-color:rgba(var(--color-foreground),.05);text-decoration:none;margin-bottom:14px}.s2-article-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.s2-article-card:hover .s2-article-img{transform:scale(1.04)}.s2-article-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.15)}.s2-article-date{display:block;font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:13px;color:rgba(var(--color-foreground),.5);margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.s2-article-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(1.5rem,2vw,1.8rem);color:rgb(var(--color-foreground));margin:0 0 10px;line-height:1.3}.s2-article-title a{color:inherit;text-decoration:none;transition:color .15s}.s2-article-title a:hover{color:rgb(var(--color-button))}.s2-article-excerpt{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:14px;color:rgba(var(--color-foreground),.65);margin:0;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.s2-research-empty{text-align:center;padding:60px 20px;color:rgba(var(--color-foreground),.3)}.s2-research-empty-icon{margin-bottom:16px;color:rgba(var(--color-foreground),.15)}.s2-research-empty-text{font-family:var(--font-body-family);font-size:15px;margin:0}.s2-research-footer{margin-top:48px;text-align:center}@media(max-width:767px){.s2-research-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:499px){.s2-research-grid{grid-template-columns:1fr}}.s2-resources{background-color:rgb(var(--color-background));padding:var(--s2-section-v) 0}.s2-resources-inner{max-width:var(--page-width);margin:0 auto;padding:0 max(16px,2rem)}.s2-resources-header{margin-bottom:40px}.s2-resources-header--center{text-align:center}.s2-resources-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(2rem,3.5vw,3rem);color:rgb(var(--color-foreground));margin:0 0 12px;line-height:1.2}.s2-resources-subtitle{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:16px;color:rgba(var(--color-foreground),.65);margin:0;line-height:1.6;max-width:580px}.s2-resources-header--center .s2-resources-subtitle{margin-left:auto;margin-right:auto}.s2-resources-grid{display:grid;gap:24px}.s2-resources-grid--2{grid-template-columns:repeat(2,1fr)}.s2-resources-grid--3{grid-template-columns:repeat(3,1fr)}.s2-resources-grid--4{grid-template-columns:repeat(4,1fr)}.s2-resource-card{border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--card-corner-radius);overflow:hidden;display:flex;flex-direction:column;background-color:rgb(var(--color-background));transition:box-shadow .2s}.s2-resource-card:hover{box-shadow:0 4px 20px #00000014}.s2-resource-img-wrap{display:block;overflow:hidden;aspect-ratio:4 / 3;background-color:rgba(var(--color-foreground),.05);flex-shrink:0}.s2-resource-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.s2-resource-card:hover .s2-resource-img{transform:scale(1.04)}.s2-resource-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.15)}.s2-resource-body{padding:20px;display:flex;flex-direction:column;flex:1;gap:0}.s2-resource-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;cursor:pointer;padding-bottom:14px;border-bottom:1px solid rgba(var(--color-foreground),.08);margin-bottom:0;-webkit-user-select:none;user-select:none}.s2-resource-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(1.4rem,1.8vw,1.7rem);color:rgb(var(--color-foreground));margin:0;line-height:1.3;flex:1;transition:color .15s}.s2-resource-title-row:hover .s2-resource-title{color:rgb(var(--color-button))}.s2-resource-toggle{flex-shrink:0;width:24px;height:24px;background:none;border:1px solid rgba(var(--color-foreground),.2);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.5);transition:background-color .15s,color .15s,border-color .15s,transform .25s;margin-top:3px;padding:0}.s2-resource-toggle svg{display:block;transition:transform .25s ease}.s2-resource-card.is-open .s2-resource-toggle{background-color:rgb(var(--color-button));border-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}.s2-resource-card.is-open .s2-resource-toggle svg{transform:rotate(45deg)}.s2-resource-collapse{max-height:0;overflow:hidden;transition:max-height .32s ease,padding .32s ease}.s2-resource-card.is-open .s2-resource-collapse{max-height:600px;padding-top:16px}.s2-resource-desc{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:14px;color:rgba(var(--color-foreground),.7);line-height:1.65;margin:0 0 16px}.s2-resource-link{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:rgb(var(--color-button));text-decoration:none;transition:gap .2s}.s2-resource-link:hover{gap:10px}@media(max-width:899px){.s2-resources-grid--4,.s2-resources-grid--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:499px){.s2-resources-grid--4,.s2-resources-grid--3,.s2-resources-grid--2{grid-template-columns:1fr}}.s2-faq{background-color:rgb(var(--color-background));padding:var(--s2-section-v) 0}.s2-faq-inner{max-width:var(--page-width);margin:0 auto;padding:0 max(16px,2rem)}.s2-faq-header{text-align:center;margin-bottom:48px}.s2-faq-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(2rem,3.5vw,3rem);color:rgb(var(--color-foreground));margin:0 0 12px;line-height:1.2}.s2-faq-subtitle{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:16px;color:rgba(var(--color-foreground),.65);margin:0 auto;max-width:560px;line-height:1.6}.s2-faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column}.s2-faq-item{border-bottom:1px solid rgba(var(--color-foreground),.1)}.s2-faq-item:first-child{border-top:1px solid rgba(var(--color-foreground),.1)}.s2-faq-question{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:22px 0;background:none;border:none;cursor:pointer;text-align:left;-webkit-appearance:none}.s2-faq-q-text{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(1.4rem,2vw,1.7rem);color:rgb(var(--color-foreground));line-height:1.3;flex:1;transition:color .15s}.s2-faq-question:hover .s2-faq-q-text,.s2-faq-item.is-open .s2-faq-q-text{color:rgb(var(--color-button))}.s2-faq-icon{flex-shrink:0;width:32px;height:32px;border-radius:50%;border:1px solid rgba(var(--color-foreground),.15);display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.45);transition:background-color .2s,border-color .2s,color .2s,transform .2s}.s2-faq-icon svg{transition:transform .3s ease}.s2-faq-question:hover .s2-faq-icon{border-color:rgb(var(--color-button));color:rgb(var(--color-button))}.s2-faq-item.is-open .s2-faq-icon{background-color:rgb(var(--color-button));border-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}.s2-faq-item.is-open .s2-faq-icon svg{transform:rotate(180deg)}.s2-faq-collapse{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.s2-faq-item.is-open .s2-faq-collapse{grid-template-rows:1fr}.s2-faq-collapse-inner{overflow:hidden}.s2-faq-answer{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:15px;color:rgba(var(--color-foreground),.75);line-height:1.75;padding-bottom:24px;margin:0}.s2-faq-answer p{margin:0 0 1em}.s2-faq-answer p:last-child{margin-bottom:0}.s2-faq-answer strong{color:rgb(var(--color-foreground));font-weight:var(--font-body-weight-bold)}.s2-faq-answer a{color:rgb(var(--color-button));text-decoration:underline;text-underline-offset:2px}.s2-faq-answer a:hover{filter:var(--s2-btn-hover-filter)}.s2-faq-footer{text-align:center;margin-top:48px}.s2-newsletter{background-color:rgb(var(--color-background));padding:var(--s2-section-v) 0;text-align:center}.s2-newsletter-inner{max-width:var(--page-width);margin:0 auto;padding:0 max(16px,2rem);display:flex;flex-direction:column;align-items:center;gap:32px}.s2-newsletter-eyebrow{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:rgba(var(--color-foreground),.6);margin:0}.s2-newsletter-heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(2.4rem,4.5vw,4rem);color:rgb(var(--color-foreground));margin:0;line-height:1.15;max-width:640px}.s2-newsletter-sub{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:16px;color:rgba(var(--color-foreground),.75);margin:-8px 0 0;line-height:1.65;max-width:500px}.s2-newsletter-form-wrap{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;gap:12px}.s2-newsletter-form{display:flex;width:100%;border:1px solid rgba(var(--color-foreground),.25);border-radius:var(--buttons-radius);overflow:hidden;background-color:rgba(var(--color-foreground),.08);transition:border-color .2s}.s2-newsletter-form:focus-within{border-color:rgba(var(--color-foreground),.6)}.s2-newsletter-input{flex:1;border:none;background:transparent;font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:14px;color:rgb(var(--color-foreground));padding:13px 18px;outline:none;min-width:0;-webkit-appearance:none}.s2-newsletter-input::placeholder{color:rgba(var(--color-foreground),.45)}.s2-newsletter-submit{flex-shrink:0;background-color:rgb(var(--color-button-text));color:rgb(var(--color-button));font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:12px;text-transform:uppercase;letter-spacing:.09em;padding:0 24px;border:none;cursor:pointer;border-radius:0;height:100%;min-height:48px;transition:filter .15s;-webkit-appearance:none}.s2-newsletter-submit:hover{filter:var(--s2-btn-hover-filter)}.s2-newsletter-success{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:16px;color:rgb(var(--color-foreground));padding:14px 0;display:flex;align-items:center;gap:8px}.s2-newsletter-success-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background-color:rgba(var(--color-foreground),.15);flex-shrink:0}.s2-newsletter-privacy{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:12px;color:rgba(var(--color-foreground),.45);margin:0;line-height:1.5}.s2-newsletter-privacy a{color:rgba(var(--color-foreground),.6);text-decoration:underline;text-underline-offset:2px;transition:color .15s}.s2-newsletter-privacy a:hover{color:rgb(var(--color-foreground))}@media(max-width:499px){.s2-newsletter-form{flex-direction:column;border-radius:var(--buttons-radius);overflow:visible;background:transparent;border:none;gap:10px}.s2-newsletter-input{border:1px solid rgba(var(--color-foreground),.25);border-radius:var(--buttons-radius);background-color:rgba(var(--color-foreground),.08);width:100%}.s2-newsletter-submit{border-radius:var(--buttons-radius);width:100%;min-height:48px;padding:14px;font-size:13px}}.s2-contact-page{background-color:rgb(var(--color-background))}.s2-contact-hero{background-color:rgba(var(--color-button),.07);border-bottom:1px solid rgba(var(--color-foreground),.08);padding:56px max(16px,2rem);text-align:center}.s2-contact-hero-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(2.4rem,4vw,3.6rem);color:rgb(var(--color-foreground));margin:0 0 12px;line-height:1.15}.s2-contact-hero-sub{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:16px;color:rgba(var(--color-foreground),.65);margin:0 auto;max-width:500px;line-height:1.6}.s2-contact-body{max-width:var(--page-width);margin:0 auto;padding:64px max(16px,2rem);display:grid;grid-template-columns:1fr 1.6fr;gap:64px;align-items:start}.s2-contact-info{display:flex;flex-direction:column;gap:32px}.s2-contact-info-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(1.6rem,2.5vw,2rem);color:rgb(var(--color-foreground));margin:0;line-height:1.25}.s2-contact-items{display:flex;flex-direction:column;gap:20px}.s2-contact-item{display:flex;align-items:flex-start;gap:14px}.s2-contact-item-icon{flex-shrink:0;width:36px;height:36px;border-radius:50%;background-color:rgba(var(--color-button),.1);color:rgb(var(--color-button));display:flex;align-items:center;justify-content:center;margin-top:2px}.s2-contact-item-content{display:flex;flex-direction:column;gap:3px}.s2-contact-item-label{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:rgba(var(--color-foreground),.45)}.s2-contact-item-value{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:14px;color:rgb(var(--color-foreground));line-height:1.55;text-decoration:none;transition:color .15s}a.s2-contact-item-value:hover{color:rgb(var(--color-button))}.s2-contact-chat-hint{display:flex;align-items:flex-start;gap:14px;padding:16px;background-color:rgba(var(--color-button),.08);border:1px solid rgba(var(--color-button),.15);border-radius:var(--card-corner-radius);border-left:3px solid rgb(var(--color-button))}.s2-contact-chat-icon{flex-shrink:0;width:36px;height:36px;background-color:rgb(var(--color-button));border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-button-text));margin-top:2px}.s2-contact-chat-text{display:flex;flex-direction:column;gap:4px}.s2-contact-chat-label{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:13px;color:rgb(var(--color-foreground));margin:0}.s2-contact-chat-sub{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:12px;color:rgba(var(--color-foreground),.6);margin:0;line-height:1.5}.s2-contact-form-wrap{display:flex;flex-direction:column;gap:0}.s2-contact-form-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(1.6rem,2.5vw,2rem);color:rgb(var(--color-foreground));margin:0 0 28px;line-height:1.25}.s2-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.s2-form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.s2-form-group:last-of-type{margin-bottom:24px}.s2-form-label{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:rgba(var(--color-foreground),.65)}.s2-form-required{color:rgb(var(--color-button));margin-left:2px}.s2-form-input,.s2-form-select,.s2-form-textarea{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:14px;color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.15);border-radius:var(--buttons-radius);padding:12px 14px;width:100%;outline:none;transition:border-color .2s;-webkit-appearance:none;box-sizing:border-box}.s2-form-input:focus,.s2-form-select:focus,.s2-form-textarea:focus{border-color:rgb(var(--color-button));background-color:rgb(var(--color-background))}.s2-form-input::placeholder,.s2-form-textarea::placeholder{color:rgba(var(--color-foreground),.3)}.s2-form-select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='1 1 5 5 9 1' stroke='%23888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.s2-form-textarea{resize:vertical;min-height:140px;line-height:1.6}.s2-form-errors{padding:12px 16px;background-color:#c83c3c12;border:1px solid rgba(200,60,60,.2);border-radius:var(--buttons-radius);margin-bottom:20px}.s2-form-errors p{font-family:var(--font-body-family);font-size:13px;color:rgba(var(--color-foreground),.8);margin:0}.s2-form-success{padding:20px;background-color:rgba(var(--color-button),.08);border:1px solid rgba(var(--color-button),.2);border-radius:var(--card-corner-radius);display:flex;align-items:flex-start;gap:14px}.s2-form-success-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));display:flex;align-items:center;justify-content:center;margin-top:2px}.s2-form-success-text{display:flex;flex-direction:column;gap:4px}.s2-form-success-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.5rem;color:rgb(var(--color-foreground));margin:0}.s2-form-success-sub{font-family:var(--font-body-family);font-size:14px;color:rgba(var(--color-foreground),.7);margin:0;line-height:1.5}@media(max-width:899px){.s2-contact-body{grid-template-columns:1fr;gap:48px;padding-top:48px;padding-bottom:48px}.s2-contact-info{gap:24px}}@media(max-width:599px){.s2-form-row{grid-template-columns:1fr}.s2-contact-hero{padding:40px max(16px,2rem)}}.s2-blog-hub{background-color:rgb(var(--color-background));padding:48px 0 80px}.s2-blog-hub-inner{max-width:var(--page-width);margin:0 auto;padding:0 max(16px,2rem)}.s2-blog-hub-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(2.4rem,4vw,3.6rem);color:rgb(var(--color-foreground));margin:0 0 32px;line-height:1.15}.s2-blog-featured{display:grid;grid-template-columns:5fr 7fr;gap:40px;align-items:center;margin-bottom:40px}.s2-blog-featured-media{display:block;overflow:hidden;border-radius:var(--card-corner-radius);aspect-ratio:16 / 9;background-color:rgba(var(--color-foreground),.05);text-decoration:none}.s2-blog-featured-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.s2-blog-featured-media:hover .s2-blog-featured-img{transform:scale(1.03)}.s2-blog-featured-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.15)}.s2-blog-featured-content{display:flex;flex-direction:column;gap:16px}.s2-blog-featured-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(2rem,3vw,2.8rem);color:rgb(var(--color-foreground));margin:0;line-height:1.2}.s2-blog-featured-title a{color:inherit;text-decoration:none;transition:color .15s}.s2-blog-featured-title a:hover{color:rgb(var(--color-button))}.s2-blog-featured-excerpt{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:15px;color:rgba(var(--color-foreground),.72);margin:0;line-height:1.7;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.s2-blog-divider{border:none;height:1px;background:linear-gradient(to right,transparent,rgba(var(--color-foreground),.15) 20%,rgba(var(--color-foreground),.15) 80%,transparent);margin:0 0 40px}.s2-blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 20px;margin-bottom:56px}.s2-blog-card{display:flex;flex-direction:column;gap:0;text-decoration:none;color:inherit}.s2-blog-card-media{display:block;overflow:hidden;border-radius:var(--card-corner-radius);aspect-ratio:16 / 9;background-color:rgba(var(--color-foreground),.05);margin-bottom:12px;text-decoration:none}.s2-blog-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.s2-blog-card:hover .s2-blog-card-img{transform:scale(1.04)}.s2-blog-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.12)}.s2-blog-card-body{display:flex;flex-direction:column;gap:6px}.s2-blog-card-date{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:13px;color:rgba(var(--color-foreground),.45);display:block}.s2-blog-card-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(1.4rem,1.6vw,1.65rem);color:rgb(var(--color-foreground));margin:0;line-height:1.3}.s2-blog-card-title a{color:inherit;text-decoration:none;transition:color .15s}.s2-blog-card:hover .s2-blog-card-title a,.s2-blog-card-title a:hover{color:rgb(var(--color-button))}.s2-blog-card-excerpt{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:13px;color:rgba(var(--color-foreground),.65);margin:4px 0 0;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.s2-pagination{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.s2-page-btn{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:13px;color:rgb(var(--color-button));text-decoration:none;padding:8px 16px;border:1px solid rgba(var(--color-button),.3);border-radius:var(--buttons-radius);transition:background-color .15s,color .15s,border-color .15s}.s2-page-btn:hover{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button))}.s2-page-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:14px;color:rgb(var(--color-foreground));text-decoration:none;border:1px solid rgba(var(--color-foreground),.12);border-radius:var(--buttons-radius);transition:background-color .15s,color .15s,border-color .15s}.s2-page-num:hover{border-color:rgb(var(--color-button));color:rgb(var(--color-button))}.s2-page-num--active{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button));font-weight:var(--font-body-weight-bold);pointer-events:none}.s2-page-ellipsis{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:14px;color:rgba(var(--color-foreground),.35)}.s2-blog-empty{text-align:center;padding:80px 20px;color:rgba(var(--color-foreground),.3)}.s2-blog-empty-icon{margin-bottom:16px}.s2-blog-empty p{font-family:var(--font-body-family);font-size:16px;margin:0}@media(max-width:899px){.s2-blog-featured{grid-template-columns:1fr;gap:24px}.s2-blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:499px){.s2-blog-grid{grid-template-columns:repeat(2,1fr);gap:20px 12px}.s2-blog-hub-title{font-size:2.4rem}}.s2-article-page{background-color:rgb(var(--color-background));padding:40px 0 80px}.s2-article-layout{max-width:var(--page-width);margin:0 auto;padding:0 max(16px,2rem);display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:60px;align-items:start}.s2-article-main{min-width:0}.s2-article-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(2.4rem,4vw,3.6rem);color:rgb(var(--color-foreground));margin:0 0 16px;line-height:1.15}.s2-article-meta{margin-bottom:24px}.s2-article-meta-primary{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:14px;color:rgb(var(--color-foreground));margin:0 0 4px}.s2-article-meta-primary a{color:rgb(var(--color-button));text-decoration:none;transition:filter .15s}.s2-article-meta-primary a:hover{filter:var(--s2-btn-hover-filter)}.s2-article-meta-secondary{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:13px;color:rgba(var(--color-foreground),.5);margin:0}.s2-article-meta-dot{margin:0 6px;opacity:.4}.s2-article-hero{width:100%;margin-bottom:32px;border-radius:var(--card-corner-radius);overflow:hidden}.s2-article-hero img{width:100%;height:auto;display:block}.s2-article-body{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:16px;color:rgb(var(--color-foreground));line-height:1.75}.s2-article-body p{margin:0 0 1.3em}.s2-article-body p:last-child{margin-bottom:0}.s2-article-body a{color:rgb(var(--color-button));text-decoration:underline;text-underline-offset:2px;text-decoration-color:rgba(var(--color-button),.4);transition:text-decoration-color .15s}.s2-article-body a:hover{text-decoration-color:rgb(var(--color-button))}.s2-article-body strong,.s2-article-body b{font-weight:var(--font-body-weight-bold);color:rgb(var(--color-foreground))}.s2-article-body em,.s2-article-body i{font-style:italic}.s2-article-body h2{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(1.8rem,2.5vw,2.4rem);color:rgb(var(--color-foreground));margin:1.8em 0 .6em;line-height:1.25}.s2-article-body h3{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(1.5rem,2vw,2rem);color:rgb(var(--color-foreground));margin:1.5em 0 .5em;line-height:1.3}.s2-article-body h4{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:clamp(1.3rem,1.8vw,1.7rem);color:rgb(var(--color-foreground));margin:1.2em 0 .4em}.s2-article-body img{max-width:100%;height:auto;display:block;border-radius:var(--card-corner-radius);margin:2em auto}.s2-article-body ul,.s2-article-body ol{padding-left:1.5em;margin:0 0 1.3em}.s2-article-body li{margin-bottom:.5em;line-height:1.7}.s2-article-body blockquote{border-left:3px solid rgb(var(--color-button));margin:2em 0;padding:12px 20px;background-color:rgba(var(--color-button),.05);border-radius:0 var(--card-corner-radius) var(--card-corner-radius) 0}.s2-article-body blockquote p{margin:0;font-style:italic;color:rgba(var(--color-foreground),.8)}.s2-article-body hr{border:none;height:1px;background:rgba(var(--color-foreground),.1);margin:2em 0}.s2-article-body table{width:100%;border-collapse:collapse;font-size:14px;margin:1.5em 0}.s2-article-body th,.s2-article-body td{border:1px solid rgba(var(--color-foreground),.1);padding:10px 14px;text-align:left}.s2-article-body th{background-color:rgba(var(--color-button),.07);font-weight:var(--font-body-weight-bold)}.s2-article-back{margin-top:56px;padding-top:32px;border-top:1px solid rgba(var(--color-foreground),.1);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.s2-article-back-link{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:rgb(var(--color-button));text-decoration:none;padding:10px 20px;border:1px solid rgba(var(--color-button),.35);border-radius:var(--buttons-radius);transition:background-color .15s,color .15s,border-color .15s,gap .2s}.s2-article-back-link:hover{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button));gap:12px}.s2-article-sidebar{display:flex;flex-direction:column;gap:32px;position:sticky;top:24px}.s2-sidebar-widget{border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--card-corner-radius);overflow:hidden}.s2-sidebar-widget-head{padding:14px 18px;border-bottom:1px solid rgba(var(--color-foreground),.08);background-color:rgba(var(--color-foreground),.03)}.s2-sidebar-widget-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:1.4rem;color:rgb(var(--color-foreground));margin:0}.s2-sidebar-widget-body{padding:16px 18px}.s2-recent-posts{display:flex;flex-direction:column;gap:0}.s2-recent-post{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px solid rgba(var(--color-foreground),.07);text-decoration:none;transition:opacity .15s}.s2-recent-post:last-child{border-bottom:none}.s2-recent-post:hover{opacity:.8}.s2-recent-post-thumb{flex-shrink:0;width:64px;height:48px;border-radius:calc(var(--card-corner-radius) * .7);overflow:hidden;background-color:rgba(var(--color-foreground),.05)}.s2-recent-post-thumb img{width:100%;height:100%;object-fit:cover;display:block}.s2-recent-post-info{flex:1;min-width:0}.s2-recent-post-date{font-family:var(--font-body-family);font-size:11px;color:rgba(var(--color-foreground),.45);display:block;margin-bottom:3px}.s2-recent-post-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.3rem;color:rgb(var(--color-foreground));line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s}.s2-recent-post:hover .s2-recent-post-title{color:rgb(var(--color-button))}.s2-sidebar-about-inner{display:flex;flex-direction:column;gap:12px}.s2-sidebar-about-logo{width:48px;height:48px;border-radius:50%;object-fit:cover;display:block}.s2-sidebar-about-text{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:13px;color:rgba(var(--color-foreground),.72);line-height:1.65;margin:0}.s2-sidebar-about-link{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:rgb(var(--color-button));text-decoration:none;display:inline-flex;align-items:center;gap:5px;transition:gap .2s}.s2-sidebar-about-link:hover{gap:8px}.s2-sidebar-nl-form{display:flex;flex-direction:column;gap:10px}.s2-sidebar-nl-sub{font-family:var(--font-body-family);font-size:13px;color:rgba(var(--color-foreground),.65);margin:0 0 4px;line-height:1.5}.s2-sidebar-nl-input{font-family:var(--font-body-family);font-size:14px;color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.04);border:1px solid rgba(var(--color-foreground),.15);border-radius:var(--buttons-radius);padding:10px 12px;width:100%;outline:none;box-sizing:border-box;-webkit-appearance:none;transition:border-color .2s}.s2-sidebar-nl-input:focus{border-color:rgb(var(--color-button))}.s2-sidebar-nl-input::placeholder{color:rgba(var(--color-foreground),.35)}.s2-sidebar-nl-btn{width:100%;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:12px;text-transform:uppercase;letter-spacing:.08em;padding:11px;border:none;border-radius:var(--buttons-radius);cursor:pointer;transition:filter .15s;-webkit-appearance:none}.s2-sidebar-nl-btn:hover{filter:var(--s2-btn-hover-filter)}.s2-sidebar-nl-success{font-family:var(--font-body-family);font-size:13px;font-weight:var(--font-body-weight-bold);color:rgb(var(--color-button));padding:8px 0}@media(max-width:899px){.s2-article-layout{grid-template-columns:1fr;gap:48px}.s2-article-sidebar{position:static}}@media(max-width:599px){.s2-article-title{font-size:2.4rem}.s2-article-page{padding:24px 0 60px}}.s2-cart-page{min-height:50vh;background-color:rgb(var(--color-background))}.s2-cart-inner{max-width:var(--page-width);margin:0 auto;padding:48px max(16px,2rem) 80px}.s2-cart-page-header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid rgba(var(--color-foreground),.1)}.s2-cart-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(2.4rem,4vw,3.2rem);color:rgb(var(--color-foreground));margin:0;line-height:1.15}.s2-cart-continue-link{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:rgba(var(--color-foreground),.5);text-decoration:none;display:inline-flex;align-items:center;gap:5px;transition:color .15s,gap .2s;white-space:nowrap}.s2-cart-continue-link:hover{color:rgb(var(--color-button));gap:8px}.s2-cart-page:not(.is-empty) .cart__warnings{display:none!important}.s2-cart-page.is-empty .cart__contents{display:none!important}.s2-cart-empty,.s2-cart-page .cart__warnings{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:80px 20px!important;gap:20px!important;width:100%!important;margin:0!important}.s2-cart-empty-icon{color:rgba(var(--color-foreground),.12);margin-bottom:8px}.s2-cart-empty-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(2rem,3.5vw,3rem);color:rgb(var(--color-foreground));margin:0}.s2-cart-empty-sub{font-family:var(--font-body-family);font-size:15px;color:rgba(var(--color-foreground),.55);margin:0 auto!important;max-width:380px;line-height:1.6;text-align:center!important}.s2-cart-empty .cart__login-title{font-family:var(--font-heading-family);font-size:1.6rem;margin:16px 0 8px}.s2-cart-empty .cart__login-paragraph{font-family:var(--font-body-family);font-size:14px;color:rgba(var(--color-foreground),.65);margin:0}.s2-cart-empty .cart__login-paragraph a{color:rgb(var(--color-button));text-decoration:underline}.s2-cart-list-head{display:grid;grid-template-columns:88px 1fr 100px 170px 100px 40px;gap:16px;align-items:center;padding:0 0 12px;border-bottom:2px solid rgba(var(--color-foreground),.08);margin-bottom:4px}.s2-cart-col-label{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:rgba(var(--color-foreground),.4)}.s2-cart-col-qty{text-align:center}.s2-cart-col-total{text-align:right}.s2-cart-item{display:grid;grid-template-columns:88px 1fr 100px 170px 100px 40px;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid rgba(var(--color-foreground),.07);position:relative}.s2-cart-item-img{flex-shrink:0}.s2-cart-item-img a{display:block;width:88px;height:88px;border-radius:var(--card-corner-radius);overflow:hidden;background-color:rgba(var(--color-foreground),.04);border:1px solid rgba(var(--color-foreground),.08)}.s2-cart-item-img img{width:100%;height:100%;object-fit:contain;display:block;padding:6px}.s2-cart-item-info{display:flex;flex-direction:column;gap:5px;min-width:0}.s2-cart-item-vendor{font-family:var(--font-body-family);font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:rgba(var(--color-foreground),.4)}.s2-cart-item-name{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(1.4rem,1.8vw,1.7rem);color:rgb(var(--color-foreground));text-decoration:none;line-height:1.3;transition:color .15s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.s2-cart-item-name:hover{color:rgb(var(--color-button))}.s2-cart-item-variants{display:flex;flex-direction:column;gap:2px}.s2-cart-item-variant{font-family:var(--font-body-family);font-size:12px;color:rgba(var(--color-foreground),.5)}.s2-cart-item-unit-price{font-family:var(--font-body-family);font-size:14px;color:rgba(var(--color-foreground),.7);text-align:center}.s2-cart-price-compare{display:block;text-decoration:line-through;color:rgba(var(--color-foreground),.35);font-size:12px}.s2-cart-price-sale{color:rgb(var(--color-button));font-weight:var(--font-body-weight-bold)}.s2-cart-item-qty{display:flex;flex-direction:column;align-items:center;gap:8px}.s2-cart-item-qty .cart-item__quantity-wrapper{display:flex;align-items:center;gap:8px}.s2-cart-item-qty .quantity.cart-quantity{border:1px solid rgba(var(--color-foreground),.15);border-radius:var(--buttons-radius);overflow:hidden;display:flex;align-items:center}.s2-cart-item-qty .quantity__button{background:none;border:none;padding:8px 10px;cursor:pointer;color:rgba(var(--color-foreground),.5);display:flex;align-items:center;justify-content:center;transition:color .15s,background-color .15s;min-width:32px}.s2-cart-item-qty .quantity__button:hover{color:rgb(var(--color-button));background-color:rgba(var(--color-button),.06)}.s2-cart-item-qty .quantity__input{border:none;border-left:1px solid rgba(var(--color-foreground),.1);border-right:1px solid rgba(var(--color-foreground),.1);width:40px;text-align:center;font-family:var(--font-body-family);font-size:14px;color:rgb(var(--color-foreground));background:transparent;padding:8px 0;outline:none;-moz-appearance:textfield}.s2-cart-item-qty .quantity__input::-webkit-outer-spin-button,.s2-cart-item-qty .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none}.s2-cart-item-remove{display:flex;align-items:center;justify-content:center}.s2-cart-item-remove cart-remove-button a,.s2-cart-item-qty cart-remove-button a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:rgba(var(--color-foreground),.35);border:1px solid rgba(var(--color-foreground),.12);text-decoration:none;transition:color .15s,border-color .15s,background-color .15s}.s2-cart-item-total{text-align:right;font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:15px;color:rgb(var(--color-foreground));position:relative}.s2-cart-item-total .loading-overlay__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.s2-cart-item .cart-item__error{grid-column:2 / -1;font-size:12px;color:#c53030;display:flex;align-items:center;gap:6px}@media(max-width:899px){.s2-cart-list-head{display:none!important}.s2-cart-item{display:grid;grid-template-columns:76px 1fr auto;grid-template-rows:auto auto;grid-template-areas:"img  info   info" "img  qty    total";column-gap:14px;row-gap:10px;align-items:start;padding:16px 0;position:relative}.s2-cart-item-img{grid-area:img;align-self:start}.s2-cart-item-info{grid-area:info;align-self:start;padding-right:36px}.s2-cart-item-unit-price{display:none!important}.s2-cart-item-qty{grid-area:qty;align-self:center;align-items:flex-start}.s2-cart-item-total{grid-area:total;align-self:center;text-align:right;font-size:14px;white-space:nowrap}.s2-cart-item-img a,.s2-cart-item-img img{width:76px!important;height:76px!important}.s2-cart-item-qty .quantity__input{width:32px!important;min-width:32px!important;padding:6px 0!important;font-size:13px!important}.s2-cart-item-qty .quantity__button{padding:6px 8px!important;min-width:28px!important}.s2-cart-item quantity-popover,.s2-cart-item .cart-item__quantity-wrapper{position:static!important}.s2-cart-item cart-remove-button{position:absolute;top:14px;right:0;z-index:2}.s2-cart-item cart-remove-button a{width:28px!important;height:28px!important;border-radius:50%!important;border:1px solid rgba(var(--color-foreground),.15)!important;color:rgba(var(--color-foreground),.4)!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;transition:color .15s,border-color .15s,background-color .15s!important}.s2-cart-item cart-remove-button a:hover{color:rgba(var(--color-foreground))!important;border-color:rgba(var(--color-foreground),.03)!important;background-color:rgba(var(--color-foreground),.03)!important}}@media(max-width:499px){.s2-cart-item{column-gap:10px;grid-template-columns:64px 1fr auto}.s2-cart-item-img a,.s2-cart-item-img img{width:64px!important;height:64px!important}.s2-cart-item cart-remove-button{top:12px}}#main-cart-footer.is-empty{display:none}.s2-cart-footer-wrapper{background-color:rgb(var(--color-background))}.s2-cart-footer-inner{max-width:var(--page-width);margin:0 auto;padding:0 max(16px,2rem) 64px;display:flex;justify-content:flex-end}.s2-cart-footer-panel{width:100%;max-width:400px;border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--card-corner-radius);background-color:rgba(var(--color-foreground),.02);overflow:hidden}.s2-cart-fp-section{padding:18px 24px;border-bottom:1px solid rgba(var(--color-foreground),.07)}.s2-cart-fp-section:last-child{border-bottom:none}.s2-cart-note label{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:rgba(var(--color-foreground),.5);display:block;margin-bottom:8px}.s2-cart-note textarea{width:100%;border:1px solid rgba(var(--color-foreground),.15);border-radius:var(--buttons-radius);background-color:rgba(var(--color-foreground),.03);color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:14px;padding:10px 12px;resize:vertical;min-height:80px;outline:none;box-sizing:border-box;transition:border-color .2s}.s2-cart-note textarea:focus{border-color:rgb(var(--color-button))}.s2-cart-fp-discounts{display:flex;flex-direction:column;gap:6px}.s2-cart-fp-discounts .discounts__discount{font-family:var(--font-body-family);font-size:13px;color:rgb(var(--color-button));display:flex;align-items:center;gap:6px}.s2-cart-fp-discounts .discounts__discount svg{flex-shrink:0}.s2-cart-total-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.s2-cart-total-label{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:14px;color:rgba(var(--color-foreground),.65);text-transform:uppercase;letter-spacing:.07em;margin:0}.s2-cart-total-value{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(1.8rem,2.5vw,2.2rem);color:rgb(var(--color-foreground));margin:0}.s2-cart-tax-note{font-family:var(--font-body-family);font-size:12px;color:rgba(var(--color-foreground),.45);margin:8px 0 0;line-height:1.5}.s2-cart-tax-note a{color:rgb(var(--color-button));text-decoration:underline;text-underline-offset:2px}.s2-cart-footer-panel .cart__checkout-button.button{width:100%;padding:15px;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:14px;text-transform:uppercase;letter-spacing:.09em;border:none;border-radius:var(--buttons-radius);cursor:pointer;transition:filter .15s;text-align:center;display:block;box-shadow:none}.s2-cart-footer-panel .cart__checkout-button.button:hover:not(:disabled){filter:var(--s2-btn-hover-filter)}.s2-cart-footer-panel .cart__checkout-button.button:disabled{opacity:.45;cursor:not-allowed}.s2-dynamic-checkout{margin-top:12px}.s2-dynamic-checkout .additional-checkout-buttons{display:flex;flex-direction:column;gap:8px}.s2-cart-errors{font-family:var(--font-body-family);font-size:13px;color:#c53030;line-height:1.5}.s2-cart-errors:empty{display:none}@media(max-width:599px){.s2-cart-footer-panel{max-width:100%}}.s2-search-input::-webkit-search-cancel-button,.s2-search-input::-webkit-search-decoration,.s2-search-input::-webkit-search-results-button,.s2-search-input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;display:none}.s2-drawer-search-input::-webkit-search-cancel-button,.s2-drawer-search-input::-webkit-search-decoration{-webkit-appearance:none;appearance:none;display:none}.template-search:not(.template-search--empty) .template-search__search{display:none}.template-search:not(.template-search--empty) .template-search__header{margin-bottom:2rem}.template-search__header h1.h2{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(2.4rem,4vw,3.4rem);color:rgb(var(--color-foreground))}.template-search__header>p[role=status]{font-family:var(--font-body-family);font-size:14px;color:rgba(var(--color-foreground),.5);margin-top:8px}.template-search__header>p[role=status]+p{color:rgba(var(--color-foreground),.5)}product-info .product__info-container{padding-left:clamp(0px,2vw,24px)}.product__title a.product__title{display:none!important}.s2-product-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:rgb(var(--color-button));margin-bottom:10px}.s2-product-eyebrow:before{content:"";display:block;width:20px;height:2px;background-color:rgb(var(--color-button));flex-shrink:0}product-info .product__title h1{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:clamp(2.8rem,4.5vw,4.2rem);color:rgb(var(--color-foreground));line-height:1.08;letter-spacing:-.01em;margin:0 0 4px}product-info .price--large{padding:18px 0;border-top:1px solid rgba(var(--color-foreground),.08);border-bottom:1px solid rgba(var(--color-foreground),.08);margin:12px 0}product-info .price--large .price__regular .price-item--regular,product-info .price--large .price__sale .price-item--sale{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:clamp(2.2rem,3.5vw,3rem);color:rgb(var(--color-foreground))}product-info .price--large .price__compare .price-item{font-size:1.7rem;opacity:.4;text-decoration:line-through}product-info .price--large .badge--sale{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:11px;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:var(--buttons-radius);background-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}product-info .product__tax{font-family:var(--font-body-family);font-size:12px;color:rgba(var(--color-foreground),.4);margin-top:8px}product-info .product__tax a{color:rgb(var(--color-button));text-decoration:underline;text-underline-offset:2px}product-info .product-form__input label.form__label,product-info .product-form__input>.form__label{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:rgba(var(--color-foreground),.45);margin-bottom:10px;display:block}product-info .variant-pills__label{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:13px;border:1.5px solid rgba(var(--color-foreground),.18);border-radius:var(--buttons-radius);padding:10px 18px;color:rgb(var(--color-foreground));cursor:pointer;transition:all .15s}product-info .variant-pills__input:checked+.variant-pills__label{background-color:rgb(var(--color-button));border-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}product-info .variant-pills__label:hover{border-color:rgb(var(--color-button));color:rgb(var(--color-button))}product-info .variant-pills__input:checked+.variant-pills__label:hover{color:rgb(var(--color-button-text))}product-info .variant-pills__input:disabled+.variant-pills__label{opacity:.3;cursor:not-allowed;text-decoration:line-through}product-info .product-form__quantity label.form__label,product-info .quantity__label{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:rgba(var(--color-foreground),.45)}product-info .quantity{border:1.5px solid rgba(var(--color-foreground),.18)!important;border-radius:var(--buttons-radius)!important}product-info .quantity__button{color:rgba(var(--color-foreground),.4);transition:color .15s}product-info .quantity__button:hover{color:rgb(var(--color-button))}product-info .quantity__input{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:15px}product-info .product-form__submit.button{background-color:rgb(var(--color-button))!important;color:rgb(var(--color-button-text))!important;border-color:rgb(var(--color-button))!important;font-family:var(--font-body-family)!important;font-weight:var(--font-body-weight-bold)!important;font-size:14px!important;text-transform:uppercase!important;letter-spacing:.09em!important;padding:16px!important;border-radius:var(--buttons-radius)!important;transition:filter .15s!important}product-info .product-form__submit.button:hover:not([aria-disabled=true]){filter:var(--s2-btn-hover-filter)!important}product-info .product-form__submit[aria-disabled=true]{opacity:.45!important;cursor:not-allowed!important}.s2-product-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:18px 0;border-top:1px solid rgba(var(--color-foreground),.08);margin-top:16px}.s2-trust-item{display:flex;align-items:center;gap:10px}.s2-trust-icon{width:var(--s2-trust-icon-size, 38px);height:var(--s2-trust-icon-size, 38px);border-radius:50%;background-color:rgba(var(--color-button),.1);color:rgb(var(--color-button));display:flex;align-items:center;justify-content:center;flex-shrink:0}.s2-trust-label{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:var(--s2-trust-label-size, 13px);text-transform:uppercase;letter-spacing:.06em;color:rgba(var(--color-foreground),.6);line-height:1.3}.s2-product-specs{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background-color:rgba(var(--color-foreground),.08);border:1px solid rgba(var(--color-foreground),.08);border-radius:var(--card-corner-radius);overflow:hidden;margin:20px 0 0}.s2-spec-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:20px 10px;background-color:rgb(var(--color-background));text-align:center}.s2-spec-label{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:var(--s2-spec-label-size, 12px);text-transform:uppercase;letter-spacing:.09em;color:rgba(var(--color-foreground),.4)}.s2-spec-value{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:var(--s2-spec-value-size, 20px);color:rgb(var(--color-foreground));line-height:1.15}product-info .product__description.rte{font-family:var(--font-body-family);font-size:15px;color:rgba(var(--color-foreground),.8);line-height:1.75}product-info .product__description.rte p{margin-bottom:1em}product-info .product__description.rte p:last-child{margin-bottom:0}product-info .product__description.rte strong,product-info .product__description.rte b{color:rgb(var(--color-foreground));font-weight:var(--font-body-weight-bold)}product-info .product__description.rte a{color:rgb(var(--color-button));text-decoration:underline;text-underline-offset:2px}product-info .product__description.rte table{width:100%;border-collapse:collapse;font-size:14px;margin:16px 0;border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--card-corner-radius);overflow:hidden}product-info .product__description.rte td,product-info .product__description.rte th{border:1px solid rgba(var(--color-foreground),.08);padding:10px 14px}product-info .product__description.rte th{background-color:rgba(var(--color-button),.06);font-weight:var(--font-body-weight-bold);font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:rgba(var(--color-foreground),.55)}product-info .product__description.rte blockquote{border-left:3px solid rgb(var(--color-button));background-color:rgba(var(--color-button),.06);border-radius:0 var(--card-corner-radius) var(--card-corner-radius) 0;padding:14px 18px;margin:20px 0;font-size:13px;color:rgba(var(--color-foreground),.7)}product-info .product__accordion{margin-top:10px}product-info .product__accordion details{border:1px solid rgba(var(--color-foreground),.1)!important;border-radius:var(--card-corner-radius)!important;margin-bottom:8px!important;overflow:hidden;background:rgb(var(--color-background));transition:border-color .2s}product-info .product__accordion details[open]{border-color:rgba(var(--color-button),.3)!important}product-info .product__accordion summary{padding:16px 20px!important;cursor:pointer}product-info .product__accordion .accordion__title{font-family:var(--font-body-family)!important;font-weight:var(--font-body-weight-bold)!important;font-size:14px!important;letter-spacing:0!important;text-transform:none!important;color:rgb(var(--color-foreground))!important}product-info .product__accordion details[open] .accordion__title{color:rgb(var(--color-button))!important}product-info .product__accordion .accordion__content.rte{padding:4px 20px 20px!important;font-family:var(--font-body-family)!important;font-size:14px!important;color:rgba(var(--color-foreground),.72)!important;line-height:1.7!important}product-info .product__sku,product-info .product__inventory{font-family:var(--font-body-family);font-size:12px;text-transform:uppercase;letter-spacing:.08em}product-info .product__view-details{font-family:var(--font-body-family);font-size:13px;color:rgba(var(--color-foreground),.4);text-decoration:underline;text-underline-offset:2px}@media(max-width:749px){.s2-product-specs,.s2-product-trust{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
