:root{--color-bg: #FFFFFF;--color-bg-muted: #F5F4F5;--color-text: #000000;--color-border: rgba(0,0,0,.12);--color-border-strong: rgba(0,0,0,.25);--color-border-subtle: rgba(0,0,0,.08);--font-display: "Bodoni Moda", "Bodoni 72", "Playfair Display", serif;--font-body: "Avenir", "Avenir Next", system-ui, sans-serif;--font-mono: "Familjen Grotesk", system-ui, sans-serif;--page-padding: 80px;--section-padding: 80px;--section-padding-lg: 120px;--max-width: 1440px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);font-size:13px;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:auto;object-fit:cover}button{cursor:pointer;font-family:inherit}.section-placeholder{background:var(--color-bg-muted)}.site-header{display:flex;justify-content:space-between;align-items:center;padding:32px var(--page-padding);position:relative;z-index:100}.site-header--overlay{position:absolute;top:0;left:0;right:0;z-index:100;max-width:none;padding:32px var(--page-padding)}.site-header--overlay .site-header__logo,.site-header--overlay .site-header__link{color:#fff}.site-header__logo{display:block;width:170px;height:56px;overflow:hidden;line-height:0}.site-header__logo-image{width:100%;height:100%;max-width:none;object-fit:cover;object-position:center 64%;filter:invert(1);mix-blend-mode:multiply}.site-header--overlay .site-header__logo-image{filter:none;mix-blend-mode:screen}.site-header__link{font-size:12px;letter-spacing:.18em;line-height:16px;text-transform:uppercase}.site-header__link:hover{opacity:.6}button.site-header__link{background:none;border:none;color:inherit;cursor:pointer;padding:0;font-family:inherit}.site-header__dropdown{position:relative}.site-header__dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:12px;padding:16px 0 0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;white-space:nowrap}.site-header__dropdown:hover .site-header__dropdown-menu{opacity:1;visibility:visible;pointer-events:auto}.site-header__dropdown-item{font-size:12px;letter-spacing:.18em;line-height:16px;text-transform:uppercase;text-align:center;transition:opacity .15s ease}.site-header__dropdown-item:hover{opacity:.6}.site-header--overlay .site-header__dropdown-item{color:#fff}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none;visibility:hidden}.cart-drawer[aria-hidden=false]{pointer-events:auto;visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .3s ease;cursor:pointer}.cart-drawer[aria-hidden=false] .cart-drawer__overlay{background:#00000080}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:460px;max-width:100vw;display:flex;flex-direction:column;background:#fff;padding:40px 40px 32px;transform:translate(100%);transition:transform .3s cubic-bezier(.16,1,.3,1)}.cart-drawer[aria-hidden=false] .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid rgba(0,0,0,.12)}.cart-drawer__title{font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.18em;line-height:16px;text-transform:uppercase}.cart-drawer__close{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:4px;color:#000}.cart-drawer__close:hover{opacity:.6}.cart-drawer__items{flex:1;overflow-y:auto;padding-top:24px}.cart-drawer__item{display:flex;gap:16px;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid rgba(0,0,0,.12)}.cart-drawer__item:last-child{border-bottom:none;margin-bottom:0}.cart-drawer__item-thumb{width:100px;height:120px;flex-shrink:0;background:var(--color-bg-muted);overflow:hidden}.cart-drawer__item-thumb img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-thumb-placeholder{width:100%;height:100%;background:var(--color-bg-muted)}.cart-drawer__item-details{display:flex;flex-direction:column;flex:1;gap:6px;padding-top:2px}.cart-drawer__item-row{display:flex;justify-content:space-between;align-items:flex-start}.cart-drawer__item-title{font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.18em;line-height:16px;text-transform:uppercase}.cart-drawer__item-remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;background:none;border:none;padding:2px;color:#0006;cursor:pointer}.cart-drawer__item-remove:hover{color:#000}.cart-drawer__item-variant{font-family:var(--font-body);font-size:12px;font-weight:400;letter-spacing:.04em;line-height:16px;color:#00000080}.cart-drawer__item-price{font-family:var(--font-mono);font-size:12px;font-weight:400;letter-spacing:.04em;line-height:16px}.cart-drawer__qty{display:flex;align-items:center;margin-top:6px}.cart-drawer__qty-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(0,0,0,.12);background:none;font-family:var(--font-mono);font-size:12px;color:#000;cursor:pointer}.cart-drawer__qty-btn:hover{background:var(--color-bg-muted)}.cart-drawer__qty-value{display:flex;align-items:center;justify-content:center;width:36px;height:28px;border-top:1px solid rgba(0,0,0,.12);border-bottom:1px solid rgba(0,0,0,.12);font-family:var(--font-mono);font-size:12px;letter-spacing:.04em}.cart-drawer__footer{display:flex;flex-direction:column;gap:20px;padding-top:24px;border-top:1px solid rgba(0,0,0,.12)}.cart-drawer__subtotal-row{display:flex;justify-content:space-between;align-items:center}.cart-drawer__subtotal-label{font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.18em;line-height:16px;text-transform:uppercase}.cart-drawer__subtotal-value{font-family:var(--font-mono);font-size:12px;font-weight:400;letter-spacing:.04em;line-height:16px}.cart-drawer__shipping-note{font-family:var(--font-body);font-size:11px;font-weight:400;letter-spacing:.02em;line-height:16px;color:#00000073}.cart-drawer__checkout{display:flex;align-items:center;justify-content:center;height:48px;background:#000;color:#fff;font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.22em;line-height:16px;text-transform:uppercase;text-decoration:none;transition:opacity .2s ease}.cart-drawer__checkout:hover{opacity:.85}.cart-drawer__continue{display:block;background:none;border:none;font-family:var(--font-body);font-size:11px;font-weight:400;letter-spacing:.04em;line-height:16px;color:#0006;text-decoration:underline;text-underline-offset:3px;cursor:pointer;text-align:center}.cart-drawer__continue:hover{color:#000}.cart-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.cart-drawer__empty-text{font-family:var(--font-body);font-size:13px;letter-spacing:.04em;line-height:20px;color:#00000080}body.cart-open{overflow:hidden}.site-footer{display:flex;flex-direction:column;justify-content:flex-end;min-height:320px;padding:0 var(--page-padding) 32px}.site-footer__row{display:flex;justify-content:space-between;align-items:center}.site-footer__row a,.site-footer__row span{font-size:12px;letter-spacing:.18em;line-height:16px}.site-footer__newsletter{font-size:13px;letter-spacing:.04em;line-height:16px}.site-footer__newsletter:hover{opacity:.6}.hero{position:relative;width:100%;aspect-ratio:1486 / 1080;height:auto;min-height:0;max-height:none;overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__bottom-strip{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;align-items:center;padding:0 var(--page-padding);color:#fff;font-size:12px;letter-spacing:.18em;line-height:16px}.section-intro{display:flex;align-items:flex-start;padding:var(--section-padding-lg) var(--section-padding);gap:clamp(32px,5.5vw,80px)}.section-intro__left{display:flex;flex-direction:column;flex-shrink:0;width:36%;gap:24px}.section-intro__thumb{width:54%;aspect-ratio:1;object-fit:cover}.section-intro__text{font-size:13px;letter-spacing:.2px;line-height:21px;max-width:100%}.section-intro__spacer{flex:1}.section-intro__right-image{width:15%;aspect-ratio:5 / 6;flex-shrink:0;object-fit:cover}.section-featured-image{display:flex;flex-direction:column;padding:var(--section-padding);gap:24px}.section-featured-image__img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.section-featured-image__caption{display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:.18em;line-height:16px}.section-categories{display:flex;align-items:flex-start;padding:var(--section-padding-lg) var(--section-padding);gap:clamp(40px,8vw,120px)}.section-categories__image{width:26%;aspect-ratio:34 / 46;flex-shrink:0;object-fit:cover}.section-categories__list{display:flex;flex-direction:column;flex-shrink:0;width:22%;gap:6px}.section-categories__label{font-size:11px;letter-spacing:.2em;line-height:14px;opacity:.5;margin-bottom:14px}.section-categories__item--active{font-family:var(--font-display);font-weight:400;font-size:22px;line-height:130%}.section-categories__item{font-size:18px;line-height:150%;opacity:.45}.section-categories__item:hover{opacity:1}.section-categories__note{display:flex;flex-direction:column;flex:1;gap:32px;margin-top:clamp(40px,8vw,120px)}.section-categories__note-text{font-size:13px;letter-spacing:.2px;line-height:21px}.section-categories__note-links{display:flex;flex-direction:column;gap:6px;font-size:11px;letter-spacing:.2em;line-height:14px}.section-large-detail{display:flex;flex-direction:column;padding:var(--section-padding);gap:24px}.section-large-detail__img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.section-large-detail__caption{font-size:12px;letter-spacing:.18em;line-height:16px}.section-featured-pair{display:flex;flex-direction:column;padding:80px var(--section-padding);padding-bottom:clamp(80px,14vw,200px);gap:40px}.section-featured-pair__eyebrow{display:flex;flex-direction:column;gap:6px}.section-featured-pair__label{font-size:11px;letter-spacing:.2em;line-height:14px;opacity:.5}.section-featured-pair__sublabel{width:fit-content;font-size:11px;letter-spacing:.2em;line-height:14px;text-transform:uppercase}.section-featured-pair__grid{display:grid;grid-template-columns:repeat(4,minmax(0,180px));gap:28px;width:fit-content;max-width:100%}.section-featured-pair__card{width:100%}.section-featured-pair__card-link{display:flex;flex-direction:column;gap:12px}.section-featured-pair__card-image{width:100%;aspect-ratio:.76 / 1;object-fit:cover}.section-featured-pair__card-info{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.section-featured-pair__card-title{font-size:12px;letter-spacing:.18em;line-height:16px;text-transform:uppercase}.section-featured-pair__card-price{margin-left:auto;color:#8a8a8a;font-size:12px;letter-spacing:0;line-height:16px;white-space:nowrap}.section-featured-pair__card-link:hover .section-featured-pair__card-price{color:#000}.collection-blurb{display:flex;align-items:flex-start;gap:clamp(24px,3vw,48px);padding:80px var(--page-padding) 48px}.collection-blurb__title{flex-shrink:0;width:20%;font-size:12px;letter-spacing:.18em;line-height:16px}.collection-blurb__count{flex-shrink:0;margin-left:14px;font-size:12px;letter-spacing:.18em;line-height:16px}.collection-blurb__spacer{flex:1}.collection-blurb__description{flex-shrink:0;width:36%;font-size:12px;letter-spacing:.06em;line-height:18px}.collection-grid{display:flex;flex-wrap:wrap;padding:0 var(--page-padding) 80px;column-gap:24px;row-gap:42px}.product-card{display:flex;flex-direction:column;width:calc(25% - 18px);gap:14px}.product-card__media{position:relative;width:100%;aspect-ratio:318 / 400;overflow:hidden;background:var(--color-bg-muted)}.product-card__image{width:100%;height:100%;object-fit:cover;background:var(--color-bg-muted);transition:opacity .35s ease}.product-card__image--primary,.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0}.product-card__image--primary{opacity:1}.product-card__image--secondary,.product-card:hover .product-card__image--primary{opacity:0}.product-card:hover .product-card__image--secondary{opacity:1}.product-card__info{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.product-card__title{flex:1 1 auto;min-width:0;font-size:12px;letter-spacing:.18em;line-height:16px;text-transform:uppercase}.product-card__price{flex-shrink:0;font-family:var(--font-mono);font-size:12px;line-height:16px;text-align:right;color:#00000073;opacity:.6;transition:color .2s ease,opacity .2s ease}.product-card:hover .product-card__price{color:var(--color-text);opacity:1}.pdp-gallery{width:100%;height:70vh;min-height:500px;max-height:820px;overflow-x:auto;overflow-y:hidden;background:var(--color-bg);position:relative;display:flex;gap:0;padding:60px var(--page-padding);scrollbar-width:none}.pdp-gallery::-webkit-scrollbar{display:none}.pdp-gallery__slide{flex-shrink:0;height:100%;object-fit:cover}.pdp-gallery__slide--main{width:clamp(400px,47vw,680px)}.pdp-gallery__slide--secondary{width:clamp(300px,36vw,520px)}.pdp-gallery__scroll-hint{position:absolute;right:80px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;letter-spacing:.18em;line-height:14px;opacity:.5}.pdp-sticky-bar{position:sticky;top:0;z-index:50;width:100%;display:flex;justify-content:space-between;align-items:center;padding:24px var(--page-padding);background:var(--color-bg);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.pdp-sticky-bar__product-meta{display:flex;align-items:center;gap:48px}.pdp-sticky-bar__product-code{font-size:11px;letter-spacing:.18em;line-height:14px;text-transform:uppercase}.pdp-sticky-bar__product-name{font-size:14px;line-height:18px}.pdp-sticky-bar__actions{display:flex;align-items:center;gap:32px}.pdp-sticky-bar__actions form{width:auto;display:flex;flex-direction:row;align-items:center;gap:48px}.pdp-sticky-bar__price-group{display:flex;align-items:baseline;gap:10px}.pdp-sticky-bar__price-label{font-family:var(--font-mono);font-size:11px;letter-spacing:.15em;line-height:14px;opacity:.5}.pdp-sticky-bar__price{font-family:var(--font-mono);font-size:15px;line-height:18px}.pdp-sticky-bar__qty{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;width:188px;border:1px solid rgba(0,0,0,.4)}.pdp-sticky-bar__qty button,.pdp-sticky-bar__qty span{min-width:0;min-height:50px;display:flex;align-items:center;justify-content:center;padding:8px 0;font-size:13px;line-height:16px;background:none;border:none;border-right:1px solid rgba(0,0,0,.2)}.pdp-sticky-bar__qty span{font-family:var(--font-mono)}.pdp-sticky-bar__qty>:last-child{border-right:none}.pdp-sticky-bar__atc{width:270px;min-height:64px;padding:12px 32px;border:1px solid var(--color-text);background:none;font-size:12px;letter-spacing:.2em;line-height:16px;text-transform:uppercase;white-space:nowrap;color:var(--color-text);transition:background .2s,color .2s}.pdp-sticky-bar__atc:hover{background:var(--color-text);color:var(--color-bg)}.pdp-details{display:flex;align-items:flex-start}.pdp-details__media{width:64%;min-height:50vh;display:flex;align-items:flex-start;justify-content:center;padding:64px 0 48px}.pdp-details__image{width:min(72%,760px);aspect-ratio:3 / 4;min-height:50vh;object-fit:cover}.pdp-details__panel{flex:1;display:flex;flex-direction:column;padding:64px 56px;font-size:12px;line-height:16px}.pdp-details__section{display:flex;flex-direction:column;gap:18px;padding-bottom:28px;border-bottom:1px solid rgba(0,0,0,.25)}.pdp-details__section+.pdp-details__section{padding-top:28px}.pdp-details__section:last-child{border-bottom:none;padding-top:28px;padding-bottom:0}.pdp-details__section-title{font-size:11px;letter-spacing:.18em;line-height:14px}.pdp-details__row{display:flex;gap:12px;padding-block:3px}.pdp-details__row-label{flex-shrink:0;width:120px;font-size:11px;letter-spacing:.16em;line-height:160%;opacity:.7}.pdp-details__row-value{font-size:13px;line-height:160%}.pdp-details__description-text{font-size:13px;line-height:22px}.pdp-details__description-text+.pdp-details__description-text{margin-top:8px}.pdp-details__link{font-size:13px;line-height:16px}.pdp-related{display:flex;align-items:flex-start;padding:80px var(--section-padding) 120px;gap:clamp(24px,3vw,48px);border-top:1px solid var(--color-border-subtle)}.pdp-related__heading{flex-shrink:0;width:20%;font-family:var(--font-body);font-weight:400;font-size:12px;letter-spacing:.18em;line-height:16px;text-transform:uppercase}.pdp-related__grid{display:flex;flex:1;gap:24px}.pdp-related__card{display:flex;flex-direction:column;flex:1;gap:14px}.pdp-related__card-image{width:100%;aspect-ratio:3 / 4;object-fit:cover}.pdp-related__card-info{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding-top:0;border-top:none}.pdp-related__card-name{flex:1 1 auto;min-width:0;font-family:var(--font-body);font-weight:400;font-size:12px;letter-spacing:.18em;line-height:16px;text-transform:uppercase}.pdp-related__card-price{flex-shrink:0;font-family:var(--font-mono);font-size:12px;line-height:16px;text-align:right;color:#00000073;opacity:.6;transition:color .2s ease,opacity .2s ease}.pdp-related__card:hover .pdp-related__card-price{color:var(--color-text);opacity:1}.page-content{padding:var(--section-padding) var(--page-padding)}.page-content__title{font-family:var(--font-display);font-size:48px;font-weight:400;letter-spacing:-.02em;line-height:1.1;margin-bottom:40px}.page-content__body{font-family:var(--font-body);font-size:15px;font-weight:300;line-height:1.7;max-width:720px}.page-content__body p+p{margin-top:1.2em}.studio-about{background:#f9f9f4;padding:60px}.studio-about__inner{display:grid;grid-template-columns:minmax(0,.59fr) minmax(320px,.41fr);gap:clamp(56px,10vw,196px);padding-inline:clamp(0px,9vw,177px);max-width:2132px;margin:0 auto}.studio-about__media{width:100%;aspect-ratio:819 / 1024;background:#efede6;overflow:hidden}.studio-about__media img,.studio-about__media-placeholder{width:100%;height:100%}.studio-about__media img{object-fit:cover}.studio-about__media-placeholder{background:linear-gradient(180deg,#ffffff2e,#fff0),#efede6}.studio-about__content{display:flex;flex-direction:column;justify-content:flex-start;min-width:0;padding-top:2px}.studio-about__story{margin-bottom:70px}.studio-about__label,.studio-about__subheading,.studio-about__value,.studio-about__copy p{font-family:var(--font-body);font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;color:#3f3f3f}.studio-about__label,.studio-about__subheading{text-transform:uppercase}.studio-about__label{margin-bottom:16px}.studio-about__copy{display:flex;flex-direction:column;gap:0}.studio-about__copy p+p{margin-top:16px}.studio-about__contact{display:flex;flex-direction:column;gap:32px}.studio-about__contact-block{display:flex;flex-direction:column;gap:16px}.studio-about__value{display:inline-block;width:fit-content}.studio-about__value:hover{color:#000}@media(max-width:768px){:root{--page-padding: 20px;--section-padding: 40px;--section-padding-lg: 60px}.hero{aspect-ratio:auto;height:100vh;min-height:640px}.site-header{flex-wrap:wrap;gap:12px}.site-header__logo{width:136px;height:44px}.section-intro{flex-direction:column;gap:40px}.section-intro__left{width:100%}.section-intro__right-image{display:none}.section-categories{flex-direction:column;gap:40px}.section-categories__note{margin-top:0}.section-featured-pair__grid{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:24px 20px}.collection-blurb{flex-direction:column;gap:16px}.collection-blurb__title,.collection-blurb__count,.collection-blurb__description{width:100%}.collection-blurb__count{margin-left:0}.product-card{width:calc(50% - 12px)}.product-card__info{align-items:flex-start;flex-direction:column;gap:4px}.product-card__price{text-align:left}.pdp-details{flex-direction:column}.pdp-details__media{width:100%;min-height:auto;padding:24px var(--page-padding) 32px}.pdp-details__image{width:100%;min-height:400px}.pdp-sticky-bar{flex-direction:column;gap:16px;align-items:flex-start}.pdp-related{flex-direction:column}.pdp-related__heading{width:100%}.pdp-related__grid{flex-wrap:wrap}.pdp-related__card{min-width:200px}.studio-about{padding:24px var(--page-padding) 40px}.studio-about__inner{grid-template-columns:1fr;gap:40px;padding-inline:0}.studio-about__content{padding-top:0}.studio-about__story{margin-bottom:40px}.studio-about__contact{gap:24px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/hoss.css.map */
