:root{--surface:#efefed;--surface-bright:#f8f8f6;--surface-container:#e3e3df;--surface-inverse:#0c0c0c;--on-surface:#121212;--on-surface-variant:#5a544c;--on-inverse:#f0f0ee;--outline:#716b63;--outline-variant:#c9c1b7;--primary:#b4232b;--focus:#d3464e;--gutter:clamp(1rem,3vw,4.5rem);--display:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;--sans:Arial,Helvetica,sans-serif;--mono:"Courier New",Courier,monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--surface)}body{margin:0;min-width:320px;color:var(--on-surface);font-family:var(--sans)}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}button{font:inherit}a[href],button{touch-action:manipulation}img{max-width:100%}:focus-visible{outline:3px solid var(--focus);outline-offset:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:1rem;top:-4rem;z-index:100;padding:.75rem 1rem;background:var(--primary);color:white;font-weight:700}.skip-link:focus{top:1rem}.eyebrow,.hero__copy>span,.hero__origin,.product-card__meta p,.section-heading>span,.site-footer>p,.upcoming-card>p{font:700 .68rem/1.2 var(--mono);letter-spacing:.04em;text-transform:uppercase}.site-header{position:absolute;z-index:20;top:0;left:0;right:0;height:80px;padding:1rem var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:1rem;color:white;background:linear-gradient(rgba(0,0,0,.5),transparent)}.header-mark{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center}.header-mark img{width:auto;height:100%;object-fit:contain}.desktop-nav{display:flex;gap:clamp(1.5rem,3vw,3rem);align-items:center;font-size:.9rem;font-weight:600}.desktop-nav a{display:inline-flex;align-items:center;min-height:44px}.back-link,.desktop-nav a:focus-visible,.desktop-nav a:hover{text-decoration:underline;text-underline-offset:.28rem}.header-origin{display:flex;gap:2rem;margin:0;font-size:.8rem;text-shadow:0 1px 5px #000}.mobile-home{display:none}.menu-button{display:none;min-height:48px;min-width:48px;align-items:center;justify-content:center;gap:.45rem;background:none;border:0;color:inherit;cursor:pointer;font:700 .72rem var(--mono);text-transform:uppercase}.mobile-nav{display:none}.hero{position:relative;isolation:isolate;min-height:680px;height:min(67vw,960px);background:#4b3828;border-bottom:3px solid #dc202b}.hero:after{content:"";position:absolute;z-index:3;inset:60% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.48));pointer-events:none}.hero__copy{position:absolute;z-index:4;bottom:clamp(1.5rem,3vw,3rem);left:var(--gutter);right:var(--gutter);display:grid;justify-items:start;gap:.9rem;color:white}.hero__copy p{display:none;margin:0;font-size:.95rem}.hero__copy a{display:inline-flex;min-height:52px;align-items:center;gap:2rem;padding:.9rem 1.2rem;background:var(--on-inverse);color:#121212;font-size:.95rem;font-weight:600;transition:background .2s}.hero__copy a:hover{background:white}.hero__copy a svg{transition:transform .2s}.hero__copy a:hover svg{transform:translate(2px,-2px)}.section{padding:clamp(5rem,10vw,9.5rem) var(--gutter)}.section-heading{display:grid;grid-template-columns:minmax(130px,.45fr) minmax(0,1fr);gap:2rem;align-items:start;margin-bottom:clamp(2.2rem,5vw,4.5rem)}.section-heading>span{color:var(--primary);padding-top:.7rem;border-top:1px solid var(--outline)}.closing h2,.not-found h1,.section-heading h2{margin:0;font:400 clamp(3rem,7vw,7.7rem)/.84 var(--display);letter-spacing:-.04em;text-transform:uppercase}.section-heading p{max-width:32rem;margin:1.4rem 0 0;color:var(--on-surface-variant);font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.55}.collection{background:var(--surface-bright)}.collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:clamp(1.25rem,2.4vw,3rem);row-gap:clamp(2.5rem,5vw,5.5rem);align-items:start}.product-card{min-width:0}.product-card__image{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;background:var(--surface-container)}.product-card__image img{object-fit:cover;transition:transform .35s ease}.product-card--1 .product-card__image img{object-position:50% 45%}.product-card--2 .product-card__image img{object-position:50% 38%}.product-card--3 .product-card__image img{object-position:50% 44%}.product-card--4 .product-card__image img{object-position:50% 40%}.product-card--5 .product-card__image img{object-position:50% 50%}.product-card__image:focus-visible img,.product-card__image:hover img{transform:scale(1.025)}.product-card__view{position:absolute;right:.8rem;bottom:.8rem;display:flex;align-items:center;gap:.25rem;padding:.56rem .65rem;background:var(--surface-bright);font:700 .63rem var(--mono);text-transform:uppercase;opacity:0;transform:translateY(.5rem);transition:opacity .2s ease,transform .2s ease}.product-card__image:focus-visible .product-card__view,.product-card__image:hover .product-card__view{opacity:1;transform:none}.product-card__meta{display:flex;justify-content:space-between;align-items:start;gap:.75rem;padding-top:.9rem}.product-card__meta p{margin:0 0 .35rem;color:var(--on-surface-variant)}.product-card__meta h3{margin:0;max-width:16rem;font-size:clamp(1rem,1.35vw,1.35rem);line-height:1.05;letter-spacing:-.03em}.product-card__meta>span{flex:0 0 auto;font:700 .78rem var(--mono);padding-top:.25rem}.editorial{background:var(--surface-inverse);color:var(--on-inverse)}.section-heading--inverse>span{color:#e56166;border-color:#555}.section-heading--inverse p{color:#c8c1b8}.editorial-grid{display:grid;grid-template-columns:58% 1fr;gap:clamp(1rem,4vw,5rem);align-items:end}.editorial-frame{margin:0}.editorial-frame picture{position:relative;display:block;overflow:hidden;background:#2b2927}.editorial-frame picture img{object-fit:cover}.editorial-frame--1 picture{aspect-ratio:4/5}.editorial-frame--2{margin-bottom:9%}.editorial-frame--2 picture{aspect-ratio:3/4}.editorial-frame figcaption{display:grid;gap:1rem;padding-top:1rem;font-size:.95rem;line-height:1.5}.editorial-frame figcaption p{margin:0;max-width:27rem}.editorial-frame figcaption div{display:flex;flex-wrap:wrap;gap:.8rem 1.2rem}.editorial-frame figcaption a{display:inline-flex;align-items:center;gap:.2rem;text-decoration:underline;text-underline-offset:.28rem;font:700 .7rem var(--mono);text-transform:uppercase}.upcoming{background:var(--surface-container)}.upcoming-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,2rem)}.upcoming-card__image{position:relative;aspect-ratio:3/4;overflow:hidden;background:#1d1d1d}.upcoming-card__image img{object-fit:cover;filter:blur(12px) brightness(.56);transform:scale(1.1)}.upcoming-card__image:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.18)}.upcoming-card__image span{position:absolute;left:1rem;bottom:1rem;color:white;font:400 clamp(1.6rem,3vw,3rem)/1 var(--display);text-transform:uppercase}.upcoming-card>p{margin:.75rem 0 0;color:var(--on-surface-variant)}.show-more{display:inline-flex;align-items:center;gap:.45rem;margin-top:2rem;color:var(--on-surface);background:none;border:0;border-bottom:1px solid;padding:0 0 .35rem;cursor:pointer;font:700 .75rem var(--mono);text-transform:uppercase}.site-footer{display:grid;grid-template-columns:1.15fr 1fr;align-items:start;gap:4rem clamp(3rem,8vw,9rem);padding:clamp(4rem,7vw,7rem) var(--gutter) 2rem;background:#111;color:var(--on-inverse)}.footer-brand{min-width:0;scroll-margin-top:2rem}.footer-brand>a{display:inline-block;width:min(100%,570px)}.footer-brand img{display:block;width:100%;height:auto;filter:brightness(0) invert(1)}.footer-brand h2{margin:1.6rem 0 .6rem;font-size:1.25rem;font-weight:500;letter-spacing:-.02em}.footer-brand p{max-width:29rem;margin:0;color:#bdbdb8;line-height:1.6;font-size:.95rem}.footer-brand .brand-story{margin-top:1rem}.footer-origin{display:block;margin-top:1.8rem;font-size:.75rem}.footer-label{position:relative;display:grid;margin-top:1rem;padding:clamp(1.5rem,3vw,3rem);background:#e8e8e3;color:#171717;outline:1px dashed #979792;outline-offset:-9px}.footer-label:before{content:"";position:absolute;bottom:100%;right:2rem;width:3rem;height:1.7rem;background:#ce2330;border-inline:1px dashed #f3515c}.footer-label a{display:flex;gap:1rem;align-items:center;justify-content:space-between;min-height:64px;padding:1rem 0;font-size:clamp(1.05rem,1.8vw,1.7rem);font-weight:600;letter-spacing:-.04em}.footer-label a+a{border-top:1px solid #b6b6b0}.footer-label a svg{width:24px;height:24px;flex-shrink:0;transition:transform .2s}.footer-label a:hover svg{transform:translate(3px,-3px)}.footer-label a:hover{text-decoration:underline;text-underline-offset:.25rem}.footer-label__caption{margin-top:1.25rem;font:.7rem var(--mono)}.site-footer .footer-copyright{grid-column:1/-1;margin:0;color:#aaa;text-align:left;font:.7rem var(--sans);text-transform:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.8rem 1rem;border:1px solid transparent;font:700 .72rem var(--mono);letter-spacing:.02em;text-transform:uppercase;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.button--primary{background:var(--primary);color:white}.button--primary:hover:not(:disabled){background:#8f1720}.button--primary:disabled{background:#9f9991;color:#efede7;cursor:not-allowed}.button--secondary{border-color:var(--outline);background:transparent;color:var(--on-surface)}.button--secondary:hover{background:var(--on-surface);color:var(--surface)}.button--light{background:var(--on-inverse);color:var(--on-surface)}.product-dialog{width:min(1100px,calc(100vw - 2rem));max-height:min(860px,calc(100dvh - 2rem));padding:0;border:0;background:var(--surface-bright);color:var(--on-surface);overflow:auto}.product-dialog::backdrop{background:rgba(8,8,8,.73);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.dialog-close{position:fixed;top:max(1rem,env(safe-area-inset-top));right:max(1rem,env(safe-area-inset-right));z-index:2;display:inline-grid;place-items:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.45);background:#121212;color:white;cursor:pointer}.product-detail{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(350px,.95fr);min-height:min(820px,100%)}.product-detail__media{position:relative;padding:2rem;background:var(--surface-container)}.product-detail__image-wrap{position:relative;min-height:520px;height:100%;overflow:hidden;background:var(--surface-bright)}.product-detail__image-wrap img{object-fit:contain}.image-mode{position:absolute;top:2.75rem;left:2.75rem;display:inline-flex;background:var(--surface-bright);border:1px solid var(--outline-variant)}.image-mode button{min-height:40px;padding:.55rem .75rem;border:0;background:transparent;cursor:pointer;font:700 .65rem var(--mono);text-transform:uppercase}.image-mode button.is-active{background:var(--on-surface);color:var(--surface)}.gallery-controls{position:absolute;left:2.75rem;right:2.75rem;bottom:2.75rem;display:flex;gap:.6rem;overflow:auto}.gallery-controls button{position:relative;width:52px;height:52px;flex:0 0 52px;padding:0;overflow:hidden;border:2px solid transparent;background:var(--surface-bright);cursor:pointer}.gallery-controls button.is-active{border-color:var(--primary)}.gallery-controls img{object-fit:cover}.product-detail__body{align-self:center;padding:clamp(2rem,5vw,5rem)}.product-detail__body .eyebrow{margin:0 0 .65rem;color:var(--primary)}.product-detail__body h1{margin:0;font-size:clamp(2rem,3.5vw,4rem);line-height:.95;letter-spacing:-.05em}.product-detail__price{margin:1rem 0 1.8rem;font:700 .9rem var(--mono)}.product-detail__description{max-width:31rem;margin:0;line-height:1.55;color:var(--on-surface-variant)}.feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1.2rem;padding:1.7rem 0;margin:1.7rem 0;border-top:1px solid var(--outline-variant);border-bottom:1px solid var(--outline-variant);list-style:none;font-size:.8rem;line-height:1.35}.feature-list li:before{content:"— ";color:var(--primary)}.size-fieldset{min-width:0;padding:0;margin:0;border:0}.size-fieldset legend{margin-bottom:.8rem;font:700 .72rem var(--mono);text-transform:uppercase}.size-options{display:flex;flex-wrap:wrap;gap:.5rem}.size-options label{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:58px;min-height:48px;padding:.45rem .65rem;border:1px solid var(--outline);cursor:pointer;font:700 .72rem var(--mono)}.size-options label.is-selected{border-color:var(--on-surface);background:var(--on-surface);color:var(--surface)}.size-options label.is-disabled{opacity:.55;cursor:not-allowed}.size-options input{position:absolute;opacity:0}.size-options small{display:block;margin-left:.35rem;font-size:.52rem}.availability-note{min-height:2.6em;margin:.8rem 0 1.1rem;color:var(--on-surface-variant);font-size:.82rem;line-height:1.35}.order-actions{display:grid;gap:.65rem}.order-actions .button{width:100%}.back-link{display:inline-block;margin-top:2rem;font:700 .72rem var(--mono);text-transform:uppercase}.product-page{min-height:100dvh;background:var(--surface-bright)}.product-page__header{padding:1rem var(--gutter);border-bottom:1px solid var(--outline-variant)}.product-page__header .header-mark{width:42px;height:42px}.product-detail--page{min-height:calc(100dvh - 64px);max-width:1480px;margin:0 auto}.not-found{min-height:100dvh;display:grid;place-content:center;gap:1rem;padding:var(--gutter);text-align:center;background:var(--surface)}.not-found h1{margin:0;font:400 clamp(3rem,8vw,7rem)/.9 var(--display);text-transform:uppercase}.not-found p:not(.eyebrow){max-width:34rem;margin:0 auto 1rem;color:var(--on-surface-variant);line-height:1.5}.studio-setup{min-height:100dvh;display:grid;place-content:center;gap:1rem;max-width:45rem;padding:var(--gutter);background:var(--surface)}.studio-setup h1{margin:0;font:400 clamp(2.5rem,6vw,5rem)/.9 var(--display);text-transform:uppercase}.studio-setup p{margin:0;color:var(--on-surface-variant);line-height:1.55}.studio-setup code{padding:.1rem .28rem;background:var(--surface-container);color:var(--on-surface)}@media (max-width:839px){.header-origin span{display:none}.mobile-nav{position:fixed;inset:0;z-index:19;padding:6.5rem var(--gutter) 2rem;background:var(--surface);transform:translateY(-100%);transition:transform .25s ease;display:grid;align-content:start;gap:1rem;pointer-events:none}.mobile-nav.is-open{transform:none;pointer-events:auto}.mobile-nav a{padding:1rem 0;border-bottom:1px solid var(--outline-variant);font:400 clamp(2.5rem,10vw,4rem)/.95 var(--display);text-transform:uppercase}.hero{min-height:650px;height:90vw}.section-heading{grid-template-columns:1fr;gap:1rem}.section-heading>span{width:11rem}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1rem;row-gap:2.25rem}.product-card__view{opacity:1;transform:none}.editorial-grid{grid-template-columns:1fr;gap:2rem}.editorial-frame--1 picture,.editorial-frame--2 picture{aspect-ratio:4/5}.editorial-frame--2{width:74%;justify-self:end;margin-bottom:0}.site-footer{grid-template-columns:1fr 1fr;gap:3rem 2rem}.site-footer>p{text-align:left}.product-detail{grid-template-columns:1fr}.product-dialog{width:100vw;height:100dvh;max-height:100dvh}.product-detail__media{min-height:62dvh}.product-detail__image-wrap{min-height:52dvh}.product-detail__body{padding:2rem var(--gutter) calc(2rem + env(safe-area-inset-bottom))}.product-detail--page .product-detail__media{min-height:58dvh}}@media (max-width:599px){.site-header{height:64px}.header-origin{display:none}.desktop-nav{gap:1.5rem;font-size:.8rem}.hero{min-height:650px;height:165vw;max-height:940px}.hero__copy p{display:block}.hero__copy a{width:100%;justify-content:space-between}.site-footer{grid-template-columns:1fr;gap:3rem;padding-top:3.5rem}.footer-brand>a{width:min(75%,340px)}.footer-brand h2{margin-top:1.25rem}.footer-label{margin-top:0;padding:1.5rem}.footer-label a{font-size:1.2rem;min-height:64px}.section{padding-top:4.5rem;padding-bottom:4.5rem}.closing h2,.section-heading h2{font-size:clamp(3.25rem,15vw,5.1rem)}.product-card__meta{display:grid;grid-template-columns:1fr;gap:.3rem}.product-card__meta h3{font-size:.98rem}.product-card__meta>span{padding-top:0}.upcoming-grid{grid-template-columns:repeat(2,1fr)}.upcoming-card:nth-child(3){display:none}.upcoming-grid:has(.upcoming-card:nth-child(4)) .upcoming-card:nth-child(3){display:block}.upcoming-grid:has(.upcoming-card:nth-child(4)) .upcoming-card:nth-child(4){display:block}.feature-list{grid-template-columns:1fr}.image-mode{top:1.5rem;left:1.5rem}.gallery-controls{left:1.5rem;right:1.5rem;bottom:1.5rem}}@media (max-width:359px){.desktop-nav{display:none}.mobile-home{font-size:.8rem;font-weight:600}.menu-button,.mobile-home{display:inline-flex}.site-header--menu-open{position:fixed;background:var(--surface);color:var(--on-surface)}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes drawerEnter{0%{transform:translateX(48px);opacity:0}to{transform:none;opacity:1}}@keyframes drawerEnterMobile{0%{transform:translateY(24px);opacity:0}to{transform:none;opacity:1}}@keyframes backdropEnter{0%{opacity:0}to{opacity:1}}.product-dialog[open]{animation:drawerEnter .25s cubic-bezier(.2,.7,.2,1)}.product-dialog[open]::backdrop{animation:backdropEnter .2s ease-out}@media (max-width:839px){.product-dialog[open]{animation-name:drawerEnterMobile;animation-duration:.2s}}.product-dialog{inset:0 0 0 auto;margin:0;width:min(94vw,1680px);max-width:100vw;height:100dvh;max-height:100dvh;overscroll-behavior:contain}@media (max-width:839px){.product-dialog{width:100vw}}