:root{--store-bg:#080808;--store-surface:#111;--store-surface-elevated:#171717;--store-text:#e8e1d5;--store-text-muted:#96918a;--store-border:#252525;--store-accent:#b5232d;--store-error:#d85d65;--store-success:#6f9f7b;--store-focus:#e8e1d5;--sf-color-page:var(--store-bg);--sf-color-surface:var(--store-surface);--sf-color-elevated:var(--store-surface-elevated);--sf-color-text:var(--store-text);--sf-color-muted:var(--store-text-muted);--sf-color-border:var(--store-border);--sf-color-accent:var(--store-accent);--sf-color-error:var(--store-error);--sf-color-success:var(--store-success);--sf-color-focus:var(--store-focus);--sf-color-ink:var(--store-bg);--sf-font-display:"Arial Narrow", "Helvetica Neue Condensed", "Franklin Gothic Medium", Arial, sans-serif;--sf-font-body:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--sf-text-display:clamp(2.6rem, 11vw, 7rem);--sf-text-h1:clamp(2.25rem, 9vw, 6rem);--sf-text-h2:clamp(1.85rem, 6vw, 3.75rem);--sf-text-h3:clamp(1rem, 3vw, 1.25rem);--sf-text-body:1rem;--sf-text-small:.875rem;--sf-text-meta:.75rem;--sf-leading-display:.86;--sf-leading-heading:1;--sf-leading-body:1.55;--sf-tracking-display:-.025em;--sf-tracking-label:.12em;--sf-space-1:.25rem;--sf-space-2:.5rem;--sf-space-3:.75rem;--sf-space-4:1rem;--sf-space-5:1.5rem;--sf-space-6:2rem;--sf-space-7:3rem;--sf-section-space:clamp(2.75rem, 7vw, 6rem);--sf-container-gutter:clamp(1rem, 4vw, 2rem);--sf-component-gap:clamp(.625rem, 2vw, 1.25rem);--sf-container:90rem;--sf-container-reading:46rem;--sf-header-height:4rem;--sf-grid-gap:clamp(.625rem, 2.2vw, 1.5rem);--sf-layer-header:30;--sf-layer-menu:50;--sf-layer-skip:100;--sf-duration-fast:.14s;--sf-duration-base:.24s;--sf-duration-slow:.34s;--sf-ease:cubic-bezier(.2, .7, .2, 1);--sf-border-width:1px;--sf-radius-small:2px;--sf-radius:4px}.storefront,.storefront *,.storefront :before,.storefront :after{box-sizing:border-box}.storefront{background:var(--sf-color-page);min-width:0;color:var(--sf-color-text);font-family:var(--sf-font-body);font-size:var(--sf-text-body);line-height:var(--sf-leading-body);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;overflow-x:clip}.storefront img,.storefront picture,.storefront svg{max-width:100%;display:block}.storefront button,.storefront input,.storefront select,.storefront textarea{font:inherit}.storefront a{color:inherit}.storefront button,.storefront a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.storefront :focus-visible{outline:2px solid var(--sf-color-focus);outline-offset:3px;box-shadow:0 0 0 2px var(--sf-color-accent)}.storefront h1,.storefront h2,.storefront h3,.storefront p{margin-block:0}.storefront h1,.storefront h2,.storefront h3{text-wrap:balance}.storefront p{text-wrap:pretty}.storefront [hidden]{display:none!important}.sf-container{width:min(100%, var(--sf-container));padding-inline:max(var(--sf-container-gutter), env(safe-area-inset-left));margin-inline:auto}.sf-visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.sf-skip-link{top:max(var(--sf-space-3), env(safe-area-inset-top));left:max(var(--sf-space-3), env(safe-area-inset-left));z-index:var(--sf-layer-skip);min-height:44px;padding:var(--sf-space-3) var(--sf-space-4);background:var(--sf-color-text);color:var(--sf-color-ink);transition:transform var(--sf-duration-fast) var(--sf-ease);font-weight:700;text-decoration:none;position:fixed;transform:translateY(-160%)}.sf-skip-link:focus{transform:translateY(0)}.sf-header{z-index:var(--sf-layer-header);border-bottom:var(--sf-border-width) solid var(--sf-color-border);background:#090909f0;position:sticky;top:0}@supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))){.sf-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#090909d6}}.sf-header__bar{min-height:calc(var(--sf-header-height) + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);grid-template-columns:5.75rem minmax(0,1fr) 5.75rem;align-items:center;display:grid;position:relative}.sf-wordmark{justify-content:center;justify-self:center;align-items:center;min-height:44px;text-decoration:none;display:inline-flex}.sf-brand{justify-content:center;align-items:center;max-width:100%;display:inline-flex}.sf-brand__asset{width:auto;max-width:100%;height:1.75rem;display:block}.sf-brand--mark .sf-brand__asset{width:auto;height:2.15rem}.sf-header__brand{grid-column:2;min-width:44px}.sf-menu-toggle{grid-column:1;justify-self:start}.sf-header__brand-desktop,.sf-desktop-nav{display:none}.sf-header__actions{justify-content:end;justify-self:end;gap:var(--sf-space-1);grid-column:3;grid-template-columns:repeat(2,44px);display:grid}.sf-icon-button{border-radius:var(--sf-radius-small);width:44px;min-width:44px;height:44px;color:var(--sf-color-text);cursor:pointer;transition:background-color var(--sf-duration-fast) var(--sf-ease), color var(--sf-duration-fast) var(--sf-ease), transform var(--sf-duration-fast) var(--sf-ease);background:0 0;border:0;place-items:center;padding:0;display:inline-grid;position:relative}.sf-icon-button:active{transform:scale(.96)}.sf-icon-button:disabled{color:var(--sf-color-muted);cursor:not-allowed;opacity:.65}.sf-icon-button--bordered{border:var(--sf-border-width) solid var(--sf-color-border)}.sf-cart-count{border:1px solid var(--sf-color-page);background:var(--sf-color-text);min-width:18px;height:18px;color:var(--sf-color-ink);border-radius:999px;place-items:center;padding-inline:4px;font-size:.625rem;font-weight:800;line-height:1;display:grid;position:absolute;top:3px;right:1px}.sf-back-to-top{right:calc(1rem + env(safe-area-inset-right));bottom:calc(1rem + env(safe-area-inset-bottom));z-index:calc(var(--sf-layer-header) + 1);border:var(--sf-border-width) solid var(--sf-color-border);background:var(--sf-color-elevated);width:48px;min-width:48px;height:48px;color:var(--sf-color-text);cursor:pointer;opacity:0;transition:opacity var(--sf-duration-base) var(--sf-ease), transform var(--sf-duration-base) var(--sf-ease), background-color var(--sf-duration-fast) var(--sf-ease);border-radius:999px;place-items:center;display:inline-grid;position:fixed;transform:translateY(.5rem);box-shadow:0 .5rem 1.5rem #0000003d}.sf-back-to-top[data-visible=true]{opacity:1;transform:translateY(0)}.sf-back-to-top:hover,.sf-back-to-top:focus-visible{background:var(--sf-color-accent)}.sf-back-to-top svg{width:20px;height:20px}.sf-mobile-menu{border-top:var(--sf-border-width) solid var(--sf-color-border);background:var(--sf-color-surface)}.sf-mobile-menu__backdrop{display:none}.sf-mobile-menu__panel{padding:var(--sf-space-4) var(--sf-container-gutter) var(--sf-space-6)}.sf-mobile-menu__top{display:none}.sf-mobile-nav{display:grid}.sf-mobile-nav a{border-bottom:var(--sf-border-width) solid var(--sf-color-border);min-height:52px;font-family:var(--sf-font-body);letter-spacing:-.01em;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:750;line-height:1.2;text-decoration:none;display:flex}.sf-mobile-nav a>span:last-child{color:var(--sf-color-accent);font-size:.9rem}.sf-mobile-menu__note{max-width:28rem;margin-top:var(--sf-space-5);color:var(--sf-color-muted);font-size:var(--sf-text-small)}.sf-nojs-nav{gap:var(--sf-space-2);padding-block:var(--sf-space-3);border-top:var(--sf-border-width) solid var(--sf-color-border);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.sf-nojs-nav a{min-height:44px;font-size:var(--sf-text-small);align-items:center;font-weight:700;text-decoration:none;display:inline-flex}.js .sf-mobile-menu{z-index:var(--sf-layer-menu);background:0 0;border:0;grid-template-columns:minmax(2rem,1fr) minmax(17rem,90vw);display:grid;position:fixed;inset:0}.js .sf-mobile-menu__backdrop{opacity:0;cursor:pointer;width:100%;height:100%;transition:opacity var(--sf-duration-base) var(--sf-ease);background:#000000b8;border:0;padding:0;display:block}.js .sf-mobile-menu__panel{overscroll-behavior:contain;min-width:0;height:100dvh;padding:max(var(--sf-space-4), env(safe-area-inset-top)) max(var(--sf-space-4), env(safe-area-inset-right)) max(var(--sf-space-6), env(safe-area-inset-bottom)) var(--sf-space-4);background:var(--sf-color-surface);transition:transform var(--sf-duration-base) var(--sf-ease);overflow-y:auto;transform:translate(100%)}.js .sf-mobile-menu__top{min-height:48px;margin-bottom:var(--sf-space-6);justify-content:space-between;align-items:center;display:flex}.js .sf-mobile-menu__top .sf-wordmark{justify-self:auto}.js .sf-mobile-menu[data-open=true] .sf-mobile-menu__backdrop{opacity:1}.js .sf-mobile-menu[data-open=true] .sf-mobile-menu__panel{transform:translate(0)}.sf-menu-open{overflow:hidden}.sf-section{padding-block:var(--sf-section-space)}.sf-section--surface{background:var(--sf-color-surface)}.sf-section--elevated{background:var(--sf-color-elevated)}.sf-eyebrow,.sf-meta{color:var(--sf-color-muted);font-size:var(--sf-text-meta);letter-spacing:.08em;font-weight:700;line-height:1.3}.sf-display{max-width:12ch;font-family:var(--sf-font-display);font-size:var(--sf-text-display);letter-spacing:var(--sf-tracking-display);font-weight:900;font-stretch:75%;line-height:var(--sf-leading-display);text-transform:uppercase}.sf-section-heading{gap:var(--sf-space-3);max-width:46rem;margin-bottom:clamp(1.5rem,4vw,2.75rem);display:grid}.sf-section-heading h2{font-family:var(--sf-font-body);letter-spacing:-.025em;font-size:clamp(1.45rem,2.5vw,2.1rem);font-weight:700;line-height:1.12}.sf-section-heading>p:last-child:not(.sf-eyebrow){color:var(--sf-color-muted)}.sf-divider{width:3rem;height:2px;margin-left:max(var(--sf-container-gutter), env(safe-area-inset-left));background:var(--sf-color-accent)}.sf-home-hero{border-bottom:var(--sf-border-width) solid var(--sf-color-border);background:var(--sf-color-page);overflow:hidden}.sf-home-kicker{color:var(--sf-color-muted);font-size:var(--sf-text-meta);letter-spacing:var(--sf-tracking-label);font-weight:800;line-height:1.3}.sf-commerce-line{border-bottom:var(--sf-border-width) solid var(--sf-color-border);background:var(--sf-color-page)}.sf-commerce-line__inner{padding-block:var(--sf-space-2);grid-template-columns:minmax(5rem,.65fr) minmax(0,1.35fr);display:grid}.sf-commerce-line p{min-height:44px;padding:var(--sf-space-2) var(--sf-space-3);letter-spacing:.04em;align-items:center;font-size:clamp(.625rem,2.8vw,.75rem);font-weight:750;line-height:1.25;display:flex}.sf-commerce-line p:nth-child(2){border-left:var(--sf-border-width) solid var(--sf-color-border)}.sf-commerce-line p:last-child{border-top:var(--sf-border-width) solid var(--sf-color-border);grid-column:1/-1}.sf-commerce-line strong{color:var(--sf-color-text);font-size:.875rem}.sf-home-section{padding-block:clamp(2.75rem,8vw,6rem)}.sf-home-section--surface{background:var(--sf-color-surface)}.sf-category-grid{gap:var(--sf-grid-gap);display:grid}.sf-category-tile{min-width:0}.sf-category-tile__media{aspect-ratio:1;background:var(--sf-color-elevated);place-items:center;display:grid;overflow:hidden}.sf-category-tile__media picture,.sf-category-tile__image{width:100%;height:100%}.sf-category-tile__image{object-fit:contain}.sf-category-tile__brand{opacity:.28}.sf-category-tile__brand .sf-brand__asset{height:clamp(3rem,18vw,5rem)}.sf-category-tile__details{justify-content:space-between;align-items:baseline;gap:var(--sf-space-3);padding-top:var(--sf-space-3);display:flex}.sf-category-tile__details h3{font-size:clamp(1rem,4vw,1.35rem);line-height:1.15}.sf-category-tile__details p{color:var(--sf-color-muted);font-size:var(--sf-text-small);flex:none}.sf-editorial-banner{border-block:var(--sf-border-width) solid var(--sf-color-border);background:var(--sf-color-elevated);overflow:hidden}.sf-editorial-banner__inner{border-left:3px solid var(--sf-color-accent);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:clamp(1.5rem,7vw,5rem);min-height:clamp(15rem,48vw,26rem);padding-block:clamp(3rem,10vw,6rem);display:grid}.sf-editorial-banner__mark .sf-brand__asset{height:clamp(4rem,18vw,8rem)}.sf-editorial-banner h2{max-width:8ch;margin-top:var(--sf-space-2);font-family:var(--sf-font-display);letter-spacing:-.045em;font-size:clamp(2.75rem,12vw,7rem);font-weight:900;line-height:.84}.sf-store-info{border-top:var(--sf-border-width) solid var(--sf-color-border);padding-block:clamp(3rem,9vw,6rem)}.sf-store-info__grid{display:grid}.sf-store-info article{gap:var(--sf-space-3);padding-block:var(--sf-space-5);border-top:var(--sf-border-width) solid var(--sf-color-border);display:grid}.sf-store-info article:last-child{border-bottom:var(--sf-border-width) solid var(--sf-color-border)}.sf-store-info h3{letter-spacing:-.025em;max-width:24ch;font-size:clamp(1.1rem,4.5vw,1.55rem);font-weight:650;line-height:1.2}.sf-button-row{gap:var(--sf-component-gap);flex-wrap:wrap;display:flex}.sf-button{border:var(--sf-border-width) solid transparent;letter-spacing:.08em;text-align:center;text-transform:uppercase;cursor:pointer;min-width:0;min-height:48px;transition:color var(--sf-duration-fast) var(--sf-ease), background-color var(--sf-duration-fast) var(--sf-ease), border-color var(--sf-duration-fast) var(--sf-ease), transform var(--sf-duration-fast) var(--sf-ease);border-radius:0;justify-content:center;align-items:center;padding:.75rem 1.2rem;font-size:.8125rem;font-weight:800;line-height:1.2;text-decoration:none;display:inline-flex;position:relative}.sf-button:active:not(:disabled){transform:translateY(1px)}.sf-button.sf-button--primary{background:var(--sf-color-text);color:var(--sf-color-ink);box-shadow:inset 0 -3px 0 var(--sf-color-accent)}.sf-button.sf-button--primary:active:not(:disabled){background:var(--sf-color-accent);color:var(--sf-color-text);box-shadow:none}.sf-button--secondary{border-color:var(--sf-color-border);color:var(--sf-color-text);background:0 0}.sf-button--ghost{padding-inline:var(--sf-space-2);color:var(--sf-color-text);text-decoration:underline;-webkit-text-decoration-color:var(--sf-color-muted);text-decoration-color:var(--sf-color-muted);text-underline-offset:5px;background:0 0}.sf-button:disabled{border-color:var(--sf-color-border);background:var(--sf-color-surface);color:var(--sf-color-muted);cursor:not-allowed;opacity:.7;box-shadow:none}.sf-button__loader{width:1rem;height:1rem;margin-left:var(--sf-space-2);border:2px solid;border-right-color:#0000;border-radius:50%;animation:.7s linear infinite sf-spin}.sf-form-grid{gap:var(--sf-space-5);display:grid}.sf-form-grid__wide{grid-column:1/-1}.sf-field{gap:var(--sf-space-2);min-width:0;display:grid}.sf-field label,.sf-choice-group legend{font-size:var(--sf-text-small);font-weight:700}.sf-input,.sf-select,.sf-textarea{border:var(--sf-border-width) solid var(--sf-color-border);background:var(--sf-color-surface);width:100%;min-width:0;min-height:48px;color:var(--sf-color-text);transition:border-color var(--sf-duration-fast) var(--sf-ease), background-color var(--sf-duration-fast) var(--sf-ease);border-radius:0;padding:.7rem .8rem;font-size:1rem;line-height:1.4}.sf-textarea{resize:vertical;min-height:7rem}.sf-input::placeholder,.sf-textarea::placeholder{color:#777;opacity:1}.sf-input:focus,.sf-select:focus,.sf-textarea:focus{border-color:var(--sf-color-accent);background:var(--sf-color-elevated)}.sf-field--error .sf-input{border-color:var(--sf-color-error)}.sf-field__help,.sf-field__error{font-size:var(--sf-text-small)}.sf-field__help{color:var(--sf-color-muted)}.sf-field__error{color:var(--sf-color-error);font-weight:700}.sf-choice-group{gap:var(--sf-space-3);border:0;flex-wrap:wrap;min-width:0;padding:0;display:flex}.sf-choice-group legend{width:100%;margin-bottom:var(--sf-space-1)}.sf-choice{min-height:44px;padding:var(--sf-space-2) var(--sf-space-3);border:0;border-bottom:var(--sf-border-width) solid var(--sf-color-border);cursor:pointer;align-items:center;display:inline-flex}.sf-choice input{width:22px;height:22px;margin:0 var(--sf-space-2) 0 0;accent-color:var(--sf-color-accent)}.sf-product-grid{gap:clamp(1.5rem, 5vw, 3rem) var(--sf-grid-gap);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.sf-product-grid--editorial{grid-template-columns:1fr}.sf-product-card{min-width:0}.sf-product-card__image-link,.sf-product-card__details a{text-decoration:none}.sf-product-card__media{aspect-ratio:1;background:var(--sf-color-surface);position:relative;overflow:hidden}.sf-product-card__media picture,.sf-product-card__image{width:100%;height:100%}.sf-responsive-image-canvas{display:block;position:absolute;inset:0}.sf-responsive-image-canvas>picture{display:block;position:relative}.sf-product-card__image{object-fit:contain;transition:transform var(--sf-duration-slow) var(--sf-ease)}.sf-product-card__placeholder{width:100%;height:100%;padding:var(--sf-space-3);color:var(--sf-color-muted);opacity:.22;place-content:center;display:grid}.sf-product-card__placeholder .sf-brand__asset{height:clamp(2.75rem,16vw,5rem)}.sf-product-card__badges{top:var(--sf-space-2);left:var(--sf-space-2);max-width:calc(100% - var(--sf-space-4));gap:var(--sf-space-1);flex-wrap:wrap;display:flex;position:absolute}.sf-badge{border:0;border-left:2px solid var(--sf-color-border);min-height:24px;color:var(--sf-color-text);letter-spacing:.08em;text-transform:uppercase;background:#080808e0;border-radius:0;align-items:center;padding:.25rem .45rem;font-size:.625rem;font-weight:800;line-height:1;display:inline-flex}.sf-badge--accent{border-left-color:var(--sf-color-accent)}.sf-product-card__details{gap:var(--sf-space-1);padding-top:var(--sf-space-3);display:grid}.sf-product-card__details h3{overflow-wrap:anywhere;font-size:clamp(.8125rem,3.5vw,1rem);font-weight:650;line-height:1.25}.sf-price{color:var(--sf-color-text);font-size:clamp(.8125rem,3vw,.9375rem);font-weight:750}.sf-empty-state{gap:var(--sf-space-3);max-width:40rem;margin-top:var(--sf-section-space);border-left:2px solid var(--sf-color-border);padding:clamp(1.25rem,5vw,2.5rem);display:grid}.sf-empty-state h3{font-family:var(--sf-font-body);font-size:var(--sf-text-h3);letter-spacing:.02em}.sf-empty-state>p:last-child{color:var(--sf-color-muted)}.sf-page-header{border-bottom:var(--sf-border-width) solid var(--sf-color-border);padding-block:clamp(2.5rem,8vw,5rem)}.sf-page-header .sf-container{max-width:var(--sf-container-wide);gap:var(--sf-space-3);display:grid}.sf-page-header h1{overflow-wrap:anywhere;max-width:18ch;font-family:var(--sf-font-body);letter-spacing:-.045em;font-size:clamp(2.15rem,8vw,4.5rem);font-weight:720;line-height:.98}.sf-page-header p:last-child{max-width:44rem;color:var(--sf-color-muted)}.sf-catalogue-filters{gap:var(--sf-space-4);padding-block:var(--sf-space-5);border-block:var(--sf-border-width) solid var(--sf-color-border);margin-bottom:clamp(2rem,6vw,4rem);display:grid}.sf-filter-toggle{align-items:center;gap:var(--sf-space-3);cursor:pointer;min-height:48px;display:flex}.sf-filter-toggle input{width:22px;height:22px;accent-color:var(--sf-color-accent);margin:0}.sf-catalogue-filters__actions{align-items:center;gap:var(--sf-space-3);flex-wrap:wrap;display:flex}.sf-results-heading{justify-content:space-between;align-items:end;gap:var(--sf-space-4);margin-bottom:clamp(1.5rem,4vw,2.75rem);display:flex}.sf-results-heading h2{letter-spacing:-.025em;font-size:clamp(1.4rem,5vw,2rem);font-weight:700}.sf-results-heading p{color:var(--sf-color-muted);font-size:var(--sf-text-small);flex:none}.sf-pagination{align-items:center;gap:var(--sf-space-2);border-top:var(--sf-border-width) solid var(--sf-color-border);padding-top:var(--sf-space-4);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);margin-block:clamp(2.5rem,7vw,5rem);display:grid}.sf-pagination a,.sf-pagination span{min-width:44px;min-height:44px;padding-inline:var(--sf-space-2);text-align:center;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.sf-pagination [aria-current=page]{border-bottom:2px solid var(--sf-color-accent);color:var(--sf-color-text)}.sf-pagination [aria-disabled=true]{color:var(--sf-color-muted);opacity:.55}.sf-pagination__direction:first-child{justify-self:start}.sf-pagination__direction:last-child{justify-self:end}.sf-pagination__pages{display:flex}.sf-search-form{gap:var(--sf-space-3);max-width:44rem;margin-top:var(--sf-space-3);display:grid}.sf-catalogue .sf-empty-state{margin-top:0;margin-bottom:var(--sf-space-7)}.sf-category-tile{color:inherit;text-decoration:none}.sf-product-detail{padding-block:clamp(1.5rem,5vw,4rem)}.sf-product-detail__layout{gap:clamp(2rem,7vw,6rem);display:grid}.sf-product-gallery,.sf-product-detail__content{min-width:0}.sf-product-gallery__stage{aspect-ratio:1;background:var(--sf-color-surface);width:100%;max-width:720px;margin-inline:auto;display:grid;position:relative;overflow:hidden}.sf-product-gallery__stage figure,.sf-product-gallery__stage picture,.sf-product-gallery__image{width:100%;height:100%}.sf-product-gallery__stage figure{grid-area:1/1}.sf-product-gallery__image{object-fit:contain;object-position:center}.sf-product-gallery__placeholder{height:100%;color:var(--sf-color-muted);opacity:.22;place-items:center;display:grid}.sf-product-gallery__placeholder .sf-brand__asset{height:clamp(5rem,25vw,10rem)}.sf-product-gallery__thumbs{gap:var(--sf-space-2);margin-top:var(--sf-space-3);grid-template-columns:repeat(auto-fit,minmax(48px,72px));display:grid}.sf-product-gallery__thumbs button{aspect-ratio:1;border:var(--sf-border-width) solid var(--sf-color-border);background:var(--sf-color-surface);cursor:pointer;min-width:48px;min-height:48px;padding:0;display:grid;position:relative;overflow:hidden}.sf-product-gallery__thumbs button[aria-pressed=true]{border-color:var(--sf-color-accent)}.sf-product-gallery__thumbs picture,.sf-product-gallery__thumb-image{width:100%;height:100%}.sf-product-gallery__thumb-image{object-fit:contain;object-position:center}.sf-product-detail__content{align-content:start;gap:var(--sf-space-5);display:grid}.sf-product-detail__content>h1{overflow-wrap:anywhere;font-family:var(--sf-font-body);letter-spacing:-.045em;font-size:clamp(2rem,8vw,4.5rem);font-weight:720;line-height:.98}.sf-product-detail__price{font-size:clamp(1.15rem,4vw,1.5rem)}.sf-product-detail__lead,.sf-product-description p{max-width:42rem;color:var(--sf-color-muted);white-space:pre-line}.sf-variant-picker{gap:var(--sf-space-5);padding-block:var(--sf-space-5);border-block:var(--sf-border-width) solid var(--sf-color-border);display:grid}.sf-variant-picker>h2,.sf-product-description h2{font-size:1.1rem;font-weight:700}.sf-option-group{gap:var(--sf-space-3);border:0;padding:0;display:grid}.sf-option-group legend{margin-bottom:var(--sf-space-3);font-size:var(--sf-text-small);font-weight:700}.sf-option-list{gap:var(--sf-space-2);flex-wrap:wrap;display:flex}.sf-option{justify-content:center;align-items:center;gap:var(--sf-space-2);min-width:48px;min-height:48px;padding:var(--sf-space-2) var(--sf-space-3);border:var(--sf-border-width) solid var(--sf-color-border);cursor:pointer;display:inline-flex;position:relative}.sf-option input{opacity:0;width:1px;height:1px;position:absolute}.sf-option:has(input:checked){border-color:var(--sf-color-accent);background:var(--sf-color-elevated)}.sf-option:has(input:focus-visible){outline:2px solid var(--sf-color-focus);outline-offset:3px}.sf-option.is-unavailable{color:var(--sf-color-muted);cursor:not-allowed;opacity:.4;text-decoration:line-through}.sf-option:has(input:disabled){color:var(--sf-color-muted);cursor:not-allowed;opacity:.4;text-decoration:line-through}.sf-color-swatch{border:var(--sf-border-width) solid var(--sf-color-muted);border-radius:50%;flex:none;width:18px;height:18px}.sf-color-swatch--black{background:#050505}.sf-color-swatch--white{background:#e8e1d5}.sf-selection-summary{min-height:1.5em;font-weight:700}.sf-variant-picker__note{max-width:38rem;color:var(--sf-color-muted);font-size:var(--sf-text-small)}.sf-product-description{gap:var(--sf-space-3);display:grid}.sf-product-service{border-top:var(--sf-border-width) solid var(--sf-color-border);display:grid}.sf-product-service p{gap:var(--sf-space-2);padding-block:var(--sf-space-4);border-bottom:var(--sf-border-width) solid var(--sf-color-border);display:grid}.sf-product-service strong{font-size:var(--sf-text-meta);letter-spacing:.08em;text-transform:uppercase}.sf-product-service span{color:var(--sf-color-muted)}.sf-related-products{border-top:var(--sf-border-width) solid var(--sf-color-border)}.sf-commerce-page{padding-block:clamp(2rem,7vw,5rem)}.sf-commerce-page__header{gap:var(--sf-space-3);max-width:48rem;margin-bottom:clamp(2rem,7vw,4.5rem);display:grid}.sf-commerce-page__header h1{overflow-wrap:anywhere;font-family:var(--sf-font-body);letter-spacing:-.045em;font-size:clamp(2rem,9vw,4.5rem);font-weight:720;line-height:.98}.sf-commerce-page__header>p:last-child,.sf-order-success__status,.sf-checkout-form__note,.sf-order-success__help{color:var(--sf-color-muted)}.sf-notice{margin-bottom:var(--sf-space-5);padding:var(--sf-space-4);border-left:3px solid var(--sf-color-border);background:var(--sf-color-surface)}.sf-notice--success{border-color:var(--sf-color-success)}.sf-notice--error{border-color:var(--sf-color-error)}.sf-cart-layout,.sf-checkout-layout{gap:clamp(2rem,7vw,5rem);display:grid}.sf-cart-items{border-top:var(--sf-border-width) solid var(--sf-color-border)}.sf-cart-item{gap:var(--sf-space-4);padding-block:var(--sf-space-4);border-bottom:var(--sf-border-width) solid var(--sf-color-border);grid-template-columns:minmax(5.5rem,28vw) minmax(0,1fr);display:grid}.sf-cart-item__media{aspect-ratio:4/5;background:var(--sf-color-surface);align-self:start;display:block;position:relative;overflow:hidden}.sf-cart-item__media picture,.sf-cart-item__image,.sf-cart-item__placeholder{width:100%;height:100%}.sf-cart-item__image{object-fit:contain}.sf-cart-item__placeholder{opacity:.2;place-items:center;display:grid}.sf-cart-item__placeholder .sf-brand__asset{height:3rem}.sf-cart-item__details{gap:var(--sf-space-4);min-width:0;display:grid}.sf-cart-item__details h2{overflow-wrap:anywhere;font-size:clamp(1.05rem,4.5vw,1.35rem)}.sf-cart-item__details h2 a{color:inherit;text-decoration:none}.sf-cart-item__details p{color:var(--sf-color-muted)}.sf-cart-item__actions{align-items:end;gap:var(--sf-space-3);flex-wrap:wrap;display:flex}.sf-cart-item__actions form:first-child{gap:var(--sf-space-2);width:100%;display:grid}.sf-cart-item__actions label{font-size:var(--sf-text-small);font-weight:700}.sf-cart-quantity{gap:var(--sf-space-2);grid-template-columns:minmax(4.5rem,5.5rem) minmax(0,1fr);display:grid}.sf-cart-item__line-total{grid-column:2;justify-self:end;font-weight:700}.sf-order-summary{align-content:start;gap:var(--sf-space-5);padding-top:var(--sf-space-5);border-top:var(--sf-border-width) solid var(--sf-color-border);display:grid}.sf-order-summary h2,.sf-order-success__summary h2{font-size:clamp(1.25rem,5vw,1.75rem)}.sf-order-summary dl,.sf-order-success__summary dl{gap:var(--sf-space-3);display:grid}.sf-order-summary dl>div,.sf-order-success__summary dl>div,.sf-checkout-lines li,.sf-order-success__summary li{justify-content:space-between;gap:var(--sf-space-4);display:flex}.sf-order-summary dd,.sf-order-success__summary dd{text-align:right;margin:0}.sf-order-summary__total,.sf-order-success__summary dl>div:last-child{padding-top:var(--sf-space-4);border-top:var(--sf-border-width) solid var(--sf-color-border);font-size:1.1rem;font-weight:750}.sf-order-summary>p{color:var(--sf-color-muted);font-size:var(--sf-text-small)}.sf-order-summary .sf-button,.sf-checkout-submit,.sf-add-to-cart{width:100%}.sf-checkout-form{align-content:start;gap:var(--sf-space-6);display:grid}.sf-field label span{color:var(--sf-color-muted);font-weight:500}.sf-checkout-form__note{max-width:44rem;font-size:var(--sf-text-small)}.sf-checkout-lines,.sf-order-success__summary ul{gap:var(--sf-space-3);padding:0;list-style:none;display:grid}.sf-checkout-lines li,.sf-order-success__summary li{padding-bottom:var(--sf-space-3);border-bottom:var(--sf-border-width) solid var(--sf-color-border)}.sf-order-success__inner{gap:var(--sf-space-6);max-width:52rem;display:grid}.sf-order-success__inner .sf-commerce-page__header{margin-bottom:0}.sf-order-success__summary{gap:var(--sf-space-5);padding-block:var(--sf-space-5);border-block:var(--sf-border-width) solid var(--sf-color-border);display:grid}.sf-order-success__inner>.sf-button{width:100%}.sf-footer{padding:clamp(3rem, 9vw, 6rem) 0 max(var(--sf-space-6), env(safe-area-inset-bottom));border-top:var(--sf-border-width) solid var(--sf-color-border);background:var(--sf-color-surface)}.sf-footer__inner{gap:var(--sf-space-7);display:grid}.sf-footer__columns{grid-template-columns:minmax(0,1fr);gap:clamp(1.5rem,6vw,4rem);display:grid}.sf-footer .sf-wordmark{justify-self:start}.sf-footer .sf-brand__asset{height:clamp(1.55rem,7vw,2rem)}.sf-footer__note{max-width:34rem;margin-top:var(--sf-space-4);color:var(--sf-color-muted);font-size:var(--sf-text-small)}.sf-footer__nav{align-content:start;gap:.15rem;display:grid}.sf-footer__nav strong{color:var(--sf-color-text);font-size:var(--sf-text-meta);letter-spacing:var(--sf-tracking-label);margin-bottom:.5rem}.sf-footer__nav a{text-underline-offset:4px;align-items:center;width:fit-content;min-height:44px;padding-block:.65rem;display:inline-flex}.sf-footer__bottom{justify-content:space-between;gap:var(--sf-space-4);padding-top:var(--sf-space-5);border-top:var(--sf-border-width) solid var(--sf-color-border);color:var(--sf-color-muted);font-size:var(--sf-text-small);flex-wrap:wrap;padding-inline-end:calc(48px + 1rem + env(safe-area-inset-right));display:flex}.sf-footer__bottom p{margin:0}.sf-footer__bottom a{color:var(--sf-color-text)}.sf-footer__social-links{flex-wrap:wrap;gap:.5rem;display:flex}.sf-footer__social-link{border:var(--sf-border-width) solid var(--sf-color-border);width:44px;height:44px;color:var(--sf-color-text);justify-content:center;align-items:center;display:inline-flex}.sf-footer__social-link svg{width:20px;height:20px}[data-reveal]{animation:sf-reveal-in var(--sf-duration-slow) var(--sf-ease) both}@keyframes sf-reveal-in{0%{opacity:0;transform:translateY(.65rem)}}@keyframes sf-hero-image-in{0%{opacity:0;transform:scale(1.015)}}@keyframes sf-spin{to{transform:rotate(1turn)}}@media (hover:hover) and (pointer:fine){.sf-icon-button:not(:disabled):hover{background:var(--sf-color-elevated)}.sf-button.sf-button--primary:hover{background:#f0e9de}.sf-button--secondary:hover{border-color:var(--sf-color-muted);background:var(--sf-color-surface)}.sf-product-card:hover .sf-product-card__image{transform:scale(1.025)}.sf-product-card__details a:hover{text-underline-offset:4px;text-decoration:underline}.sf-desktop-nav a:hover:after{transform:scaleX(1)}}@media (width>=36rem){.sf-search-form{grid-template-columns:minmax(0,1fr) auto}.sf-button-row .sf-button{width:auto}.sf-commerce-line__inner{grid-template-columns:repeat(3,minmax(0,1fr))}.sf-commerce-line p{text-align:center;justify-content:center}.sf-commerce-line p:last-child{border-top:0;border-left:var(--sf-border-width) solid var(--sf-color-border);grid-column:auto}.sf-category-grid,.sf-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=45rem){.sf-cart-item{grid-template-columns:9rem minmax(0,1fr) auto}.sf-cart-item__line-total{grid-column:auto;align-self:start}.sf-cart-item__actions form:first-child{width:auto}.sf-cart-quantity{grid-template-columns:5.5rem auto}.sf-catalogue-filters{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}.sf-catalogue-filters__actions{justify-content:end}.sf-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sf-product-grid--editorial,.sf-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=60rem){.sf-cart-layout,.sf-checkout-layout{grid-template-columns:minmax(0,1fr) minmax(18rem,24rem);align-items:start}.sf-order-summary{top:calc(var(--sf-header-height) + var(--sf-space-5));padding:var(--sf-space-5);border:var(--sf-border-width) solid var(--sf-color-border);background:var(--sf-color-surface);position:sticky}.sf-order-success__inner>.sf-button{width:fit-content}.sf-catalogue-filters{grid-template-columns:minmax(12rem,1fr) minmax(12rem,1fr) auto auto}.sf-product-detail__layout{grid-template-columns:minmax(0,1fr) minmax(20rem,420px);align-items:start}.sf-product-gallery{justify-self:center;width:100%;max-width:720px}.sf-header__bar{grid-template-columns:auto minmax(0,1fr) auto;gap:clamp(2rem,5vw,5rem)}.sf-menu-toggle,.sf-mobile-menu,.sf-nojs-nav{display:none!important}.sf-menu-toggle,.sf-header__brand,.sf-header__actions{grid-column:auto}.sf-wordmark{justify-self:start}.sf-header__brand{min-width:0;position:static}.sf-header__brand-mobile{display:none}.sf-header__brand-desktop{display:inline-flex}.sf-header__brand-desktop .sf-brand__asset{height:2.2rem}.sf-desktop-nav{justify-content:center;align-items:center;gap:clamp(1rem,2.2vw,2.25rem);display:flex}.sf-desktop-nav a{letter-spacing:.01em;align-items:center;min-height:44px;font-size:.8125rem;font-weight:680;text-decoration:none;display:inline-flex;position:relative}.sf-desktop-nav a:after{background:var(--sf-color-accent);content:"";transform-origin:0;height:2px;transition:transform var(--sf-duration-fast) var(--sf-ease);position:absolute;bottom:5px;left:0;right:0;transform:scaleX(0)}.sf-desktop-nav a[aria-current=page]:after,.sf-desktop-nav a:focus-visible:after{transform:scaleX(1)}.sf-product-grid,.sf-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.sf-store-info__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sf-store-info article{min-height:11rem;padding:var(--sf-space-6);border-bottom:var(--sf-border-width) solid var(--sf-color-border);border-left:var(--sf-border-width) solid var(--sf-color-border);align-content:start}.sf-store-info article:last-child{border-right:var(--sf-border-width) solid var(--sf-color-border)}.sf-footer__columns{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=35.99rem){.sf-button-row .sf-button{width:100%}}@media (height<=31rem) and (width<=59.99rem){.js .sf-mobile-menu__panel{padding-top:var(--sf-space-2)}.js .sf-mobile-menu__top{margin-bottom:var(--sf-space-2)}.sf-mobile-nav a{min-height:44px;font-size:1.35rem}.sf-mobile-menu__note{margin-top:var(--sf-space-3)}}@media (prefers-reduced-motion:reduce){.storefront *,.storefront :before,.storefront :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}[data-reveal],.sf-home-hero__image{opacity:1;transform:none}}.sf-breadcrumbs{margin-bottom:var(--sf-space-5);color:var(--sf-color-muted);flex-wrap:wrap;gap:.5rem;font-size:.875rem;display:flex}.sf-breadcrumbs a{color:inherit}.sf-info-page{padding:var(--sf-space-7) 0 var(--sf-space-7)}.sf-info-page__content{max-width:42rem;margin-top:var(--sf-space-6);gap:var(--sf-space-4);color:var(--sf-color-muted);line-height:1.7;display:grid}.sf-info-page__content h2{margin-top:var(--sf-space-3);color:var(--sf-color-text);font-size:1.25rem;line-height:1.2}.sf-info-page__content p{margin:0}.sf-contact-methods__primary{gap:var(--sf-space-3);display:grid}.sf-contact-method{min-height:44px;padding:var(--sf-space-4);border:var(--sf-border-width) solid var(--sf-color-border);background:var(--sf-color-surface);color:var(--sf-color-text);gap:.3rem;text-decoration:none;display:grid}.sf-contact-method span{color:var(--sf-color-muted);font-size:var(--sf-text-small)}@media (width>=45rem){.sf-contact-methods__primary{grid-template-columns:repeat(2,minmax(0,1fr))}}.sf-announcement{border-bottom:1px solid var(--sf-color-border);background:var(--sf-color-page);color:var(--sf-color-muted);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;font-size:.68rem;font-weight:700;line-height:1;overflow:hidden}.sf-announcement__track{gap:1rem;width:max-content;padding:.75rem 0;animation:28s linear infinite sf-announcement-scroll;display:flex}@keyframes sf-announcement-scroll{to{transform:translate(-50%)}}.sf-order-tracking__form{gap:.7rem;max-width:32rem;display:grid}.sf-order-tracking__form input{border:1px solid var(--sf-color-border);background:var(--sf-color-surface);min-height:3rem;color:var(--sf-color-text);font:inherit;padding:.75rem;font-size:1rem}.sf-order-tracking__form .sf-button{margin-top:.6rem}.sf-order-tracking__result{border-top:1px solid var(--sf-color-border);gap:1rem;max-width:42rem;margin-top:2.5rem;padding-top:1.5rem;display:grid}.sf-order-tracking__timeline,.sf-order-tracking__items{gap:.65rem;padding:0;list-style:none;display:grid}.sf-order-tracking__timeline li{color:var(--sf-color-muted)}.sf-order-tracking__timeline li.is-complete{color:var(--sf-color-text)}.sf-order-tracking__timeline li span{width:1.5rem;color:var(--sf-color-accent);display:inline-block}.sf-order-tracking__items li{border-bottom:1px solid var(--sf-color-border);justify-content:space-between;gap:1rem;padding-bottom:.7rem;display:flex}.sf-order-tracking__total{color:var(--sf-color-text);justify-content:space-between;font-weight:750;display:flex}.sf-product-card__details,.sf-product-card__details h3,.sf-product-card__details a,.sf-product-card__details .sf-price,.sf-product-card__details a:hover,.sf-product-card__details a:focus-visible{color:var(--sf-color-text)}@media (prefers-reduced-motion:reduce){.sf-announcement__track{animation:none}}.sf-home .sf-header{background:#080808e0}.sf-home .sf-home-hero{background:var(--sf-color-surface);border:0}.sf-home .sf-home-hero__panels{grid-template-columns:repeat(2,minmax(0,1fr));min-height:min(78svh,52rem);display:grid}.sf-home .sf-home-hero__panel{background:var(--sf-color-surface);min-width:0;position:relative;overflow:hidden}.sf-home .sf-home-hero__panel-image,.sf-home .sf-home-hero__panel-image picture{width:100%;height:100%;display:block}.sf-home .sf-home-hero__panel-image{object-fit:contain;object-position:center;animation:sf-home-hero-image-in .65s var(--sf-ease) both}.sf-home .sf-home-hero__panel-copy{color:var(--sf-color-text);background:#080808d1;justify-items:start;gap:.65rem;padding:clamp(.8rem,2vw,1.25rem);display:grid;position:absolute;bottom:clamp(1rem,4vw,3rem);left:clamp(1rem,3vw,3rem);right:clamp(1rem,3vw,3rem)}.sf-home .sf-home-hero__panel-copy h2{max-width:18ch;font-size:clamp(1.15rem,2.8vw,2.25rem);line-height:1.05}.sf-home .sf-home-hero__empty{min-height:100%;padding:var(--sf-container-gutter);background:var(--sf-color-surface);place-items:center;display:grid}.sf-home .sf-home-hero__empty .sf-brand__asset{width:min(74vw,34rem);height:auto}@media (width<=719px){.sf-home .sf-home-hero__panels{grid-template-columns:1fr;min-height:0}.sf-home .sf-home-hero__panel{min-height:72svh}}@media (width>=60rem){.sf-home .sf-home-hero__panel{place-items:center;display:grid}.sf-home .sf-home-hero__panel>.sf-responsive-image-canvas{place-items:center;width:86%;height:90%;margin:auto;display:grid;position:relative;inset:auto}.sf-home .sf-home-hero__panel>.sf-responsive-image-canvas>picture{place-items:center;width:100%;height:100%;display:grid}.sf-home .sf-home-hero__panel-copy{max-width:min(78%,22rem);right:auto}}.sf-home .sf-home-section{padding-block:clamp(3.5rem,9vw,8rem)}.sf-home .sf-home-section__topline{justify-content:space-between;align-items:baseline;gap:var(--sf-space-5);margin-bottom:clamp(1.5rem,4vw,3rem);display:flex}.sf-home .sf-home-section__topline h2{letter-spacing:-.055em;font-size:clamp(1.5rem,4vw,3rem);font-weight:760;line-height:1}.sf-home .sf-home-section__topline a,.sf-home .sf-home-section__topline>span{color:var(--sf-color-muted);font-size:var(--sf-text-small);flex:none;text-decoration:none}.sf-home .sf-home-section__topline a:hover{color:var(--sf-color-text)}.sf-home .sf-product-grid--home{gap:clamp(1.25rem,3.5vw,2.5rem) clamp(.6rem,1.8vw,1.5rem)}.sf-home .sf-product-grid--home .sf-product-card__media{aspect-ratio:1;background:var(--sf-color-surface)}.sf-home .sf-product-grid--home .sf-product-card__details{padding-top:.8rem}.sf-home .sf-product-grid--home .sf-product-card__details h3{font-size:clamp(.9rem,2vw,1.1rem)}.sf-home .sf-category-grid--home{gap:clamp(.75rem,2.3vw,1.5rem)}.sf-home .sf-category-grid--home .sf-category-tile__media{aspect-ratio:1;background:var(--sf-color-elevated);position:relative}.sf-home .sf-category-grid--home .sf-category-tile__image{object-fit:contain;transition:transform var(--sf-duration-slow) var(--sf-ease)}.sf-home .sf-category-grid--home .sf-category-tile__details{padding-top:.65rem}.sf-home .sf-category-grid--home .sf-category-tile__details h3{font-size:1rem}.sf-home-showcase{background:var(--sf-color-page);padding-block:clamp(2.5rem,6vw,5rem);overflow:hidden}.sf-home-showcase__rows{gap:clamp(1.25rem,3vw,2rem);display:grid}.sf-home-showcase__row{touch-action:pan-y;width:100%;display:flex;overflow:hidden}.sf-home-showcase__set{flex-shrink:0;gap:clamp(.75rem,2vw,1.5rem);padding-right:clamp(.75rem,2vw,1.5rem);animation:36s linear infinite sf-showcase-left;display:flex}.sf-home-showcase__row--right .sf-home-showcase__set{animation-name:sf-showcase-right}.sf-home-showcase__row:hover .sf-home-showcase__set,.sf-home-showcase__row:focus-within .sf-home-showcase__set{animation-play-state:paused}.sf-home-showcase__row.is-dragging{cursor:grabbing}.sf-home-showcase__row.is-dragging .sf-home-showcase__set{animation:none}.sf-home-showcase__item{width:clamp(190px,24vw,330px);color:var(--sf-color-text);flex:none;gap:.65rem;text-decoration:none;display:grid}.sf-home-showcase__media{aspect-ratio:1;background:var(--sf-color-surface);display:block;position:relative;overflow:hidden}.sf-home-showcase__image{object-fit:contain;object-position:center;width:100%;height:100%;transition:transform var(--sf-duration-slow) var(--sf-ease)}.sf-home-showcase__name{color:var(--sf-color-text);font-size:var(--sf-text-small);line-height:1.25}@keyframes sf-showcase-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes sf-showcase-right{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (hover:hover) and (pointer:fine){.sf-home-showcase__item:hover .sf-home-showcase__image,.sf-home-showcase__item:focus-visible .sf-home-showcase__image{transform:scale(1.02)}}@media (prefers-reduced-motion:reduce){.sf-home-showcase__row{scrollbar-width:thin;width:100%;overflow-x:hidden}.sf-home-showcase__set{animation:none}}.sf-home .sf-home-services{background:var(--sf-color-text);color:var(--sf-color-ink);padding-block:clamp(3rem,8vw,6rem)}.sf-home .sf-home-services>.sf-container>h2{letter-spacing:-.06em;margin-bottom:clamp(2rem,5vw,4rem);font-size:clamp(1.8rem,5vw,3.5rem);font-weight:760;line-height:.95}.sf-home .sf-home-services__grid{display:grid}.sf-home .sf-home-services article{border-top:1px solid #08080840;gap:.75rem;padding-block:1.25rem;display:grid}.sf-home .sf-home-services article:last-child{border-bottom:1px solid #08080840}.sf-home .sf-home-services .sf-home-kicker{color:var(--sf-color-accent)}.sf-home .sf-home-services h3{max-width:24ch;font-size:clamp(1.1rem,3vw,1.6rem);line-height:1.12}.sf-home .sf-home-services article p:last-child:not(.sf-home-kicker),.sf-home .sf-home-services__signature{color:#080808a6}.sf-footer__nav-muted{min-height:44px;color:var(--sf-color-muted);align-items:center;padding-block:.65rem;display:inline-flex}.sf-home .sf-home-services__signature{font-size:var(--sf-text-meta);letter-spacing:var(--sf-tracking-label);margin-top:2rem;font-weight:800}@keyframes sf-home-hero-image-in{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}@media (hover:hover) and (pointer:fine){.sf-home .sf-category-grid--home .sf-category-tile:hover .sf-category-tile__image{transform:scale(1.025)}}@media (width>=45rem){.sf-home .sf-home-services__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.sf-home .sf-home-services article,.sf-home .sf-home-services article:last-child{border-top:0;border-bottom:0;border-right:1px solid #08080840;min-height:9rem;padding:0 1rem 0 0}.sf-home .sf-home-services article:last-child{border-right:0}}@media (prefers-reduced-motion:reduce){.sf-home .sf-home-hero__panel-image{animation:none}}
