:root{--bg: #111A1B;--surface: #172021;--card: #1C2B2D;--border: #253435;--text: #F0EBE3;--muted: #7A8F90;--rust: #C4572C;--teal: #4A7B7E;--font-head:"Barlow Condensed", system-ui, sans-serif;--font-body:"Barlow", system-ui, sans-serif;--max-w: 1200px;--radius: 4px;--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4{font-family:var(--font-head);font-weight:900;line-height:1.1;text-transform:uppercase;letter-spacing:.02em}h1{font-size:clamp(2.5rem,6vw,5rem)}h2{font-size:clamp(1.8rem,4vw,3rem)}h3{font-size:clamp(1.2rem,2.5vw,1.8rem)}.eyebrow{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--rust);margin-bottom:.75rem}.section-title{font-family:var(--font-head);font-weight:900;font-size:clamp(1.8rem,3.5vw,2.8rem);text-transform:uppercase;letter-spacing:.03em;margin-bottom:2.5rem}.rte h2,.rte h3,.rte h4{margin:1.5em 0 .5em}.rte p{margin-bottom:1em;color:var(--muted)}.rte a{color:var(--rust);text-decoration:underline}.btn{display:inline-block;padding:.75rem 2rem;background:var(--rust);color:var(--text);font-family:var(--font-head);font-weight:700;font-size:.95rem;letter-spacing:.1em;text-transform:uppercase;border:2px solid var(--rust);border-radius:var(--radius);transition:background var(--transition),color var(--transition)}.btn:hover{background:transparent;color:var(--rust)}.btn--lg{padding:1rem 2.5rem;font-size:1.05rem}.btn--full{width:100%;text-align:center}.btn--outline{background:transparent;color:var(--text);border-color:var(--border)}.btn--outline:hover{border-color:var(--rust);color:var(--rust)}.btn:disabled{opacity:.4;cursor:not-allowed}.btn:disabled:hover{background:var(--rust);color:var(--text)}.announcement-bar{background:linear-gradient(90deg,var(--teal) 0%,var(--rust) 100%);text-align:center;padding:.55rem 1rem}.announcement-bar__inner{font-family:var(--font-body);font-size:.8rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text)}.announcement-bar__link{color:var(--text)}.site-header{position:sticky;top:0;z-index:100;background:#111a1bf2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.header__inner{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.header__logo{display:flex;align-items:center}.header__logo-text{font-family:var(--font-head);font-weight:900;font-size:1.4rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text)}.header__logo img{height:36px;width:auto}.header__nav{display:flex}.header__nav-list{display:flex;gap:2rem;list-style:none}.header__nav-link{font-family:var(--font-body);font-size:.85rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);transition:color var(--transition)}.header__nav-link:hover,.header__nav-link.is-active{color:var(--text)}.header__actions{display:flex;align-items:center;gap:1rem}.header__cart{position:relative;display:flex;align-items:center;color:var(--muted);transition:color var(--transition)}.header__cart:hover{color:var(--text)}.header__cart-count{position:absolute;top:-6px;right:-8px;background:var(--rust);color:#fff;font-size:.65rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px}.header__hamburger span{display:block;width:22px;height:2px;background:var(--text);transition:transform var(--transition),opacity var(--transition)}.header__hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__hamburger.is-open span:nth-child(2){opacity:0}.header__hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{background:var(--surface);border-top:1px solid var(--border);padding:1.5rem}.mobile-menu[hidden]{display:none}.mobile-menu__list{list-style:none;display:flex;flex-direction:column;gap:1rem}.mobile-menu__link{font-family:var(--font-body);font-size:1rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text)}.hero{position:relative;min-height:80vh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero__bg--gradient{background:linear-gradient(135deg,#0a1415,#1c2b2d 40%,#2a1810,#111a1b)}.hero__img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#111a1bd9,#111a1b66 60%,#111a1b1a)}.hero__content{position:relative;z-index:2;max-width:var(--max-w);margin:0 auto;padding:4rem 1.5rem;max-width:700px;padding-left:max(1.5rem,calc((100vw - var(--max-w)) / 2 + 1.5rem))}.hero__eyebrow{font-size:.8rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--rust);margin-bottom:1rem}.hero__title{font-family:var(--font-head);font-weight:900;font-size:clamp(3rem,7vw,6rem);text-transform:uppercase;letter-spacing:.02em;line-height:.95;margin-bottom:1.5rem;color:var(--text)}.hero__sub{font-size:1.05rem;color:#f0ebe3bf;max-width:500px;margin-bottom:2.5rem;line-height:1.7}.collections-strip{padding:5rem 1.5rem;background:var(--bg)}.collections-strip__inner{max-width:var(--max-w);margin:0 auto}.collections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.collection-card{display:block;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color var(--transition),transform var(--transition)}.collection-card:hover{border-color:var(--rust);transform:translateY(-3px)}.collection-card__img-wrap{aspect-ratio:4/3;overflow:hidden}.collection-card__img-wrap--placeholder{background:var(--surface)}.collection-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--surface) 0%,var(--border) 100%)}.collection-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.collection-card:hover .collection-card__img{transform:scale(1.04)}.collection-card__body{padding:1.5rem}.collection-card__title{font-family:var(--font-head);font-weight:900;font-size:1.3rem;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.4rem}.collection-card__sub{font-size:.85rem;color:var(--muted);margin-bottom:1rem}.collection-card__cta{font-size:.8rem;font-weight:600;letter-spacing:.08em;color:var(--rust);text-transform:uppercase}.about-strip{padding:5rem 1.5rem;background:var(--surface);border-top:1px solid var(--border)}.about-strip__inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-strip__img-wrap{aspect-ratio:3/4;overflow:hidden;border-radius:var(--radius)}.about-strip__img-wrap--placeholder{background:var(--card)}.about-strip__img{width:100%;height:100%;object-fit:cover}.about-strip__title{font-family:var(--font-head);font-size:clamp(2rem,4vw,3.5rem);font-weight:900;text-transform:uppercase;margin-bottom:1.5rem}.about-strip__text{color:var(--muted);line-height:1.8;margin-bottom:2rem}.site-footer{background:var(--surface);border-top:1px solid var(--border);padding:3rem 1.5rem}.footer__inner{max-width:var(--max-w);margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}.footer__name{font-family:var(--font-head);font-weight:900;font-size:1.2rem;letter-spacing:.08em;text-transform:uppercase;display:block;margin-bottom:.3rem}.footer__tagline{font-size:.8rem;color:var(--muted)}.footer__nav{display:flex;gap:2rem}.footer__link{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);transition:color var(--transition)}.footer__link:hover{color:var(--text)}.footer__copy{font-size:.75rem;color:var(--muted)}.product-page{padding:3rem 1.5rem}.product-page__inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-media__main{aspect-ratio:1;overflow:hidden;border-radius:var(--radius);background:var(--card);margin-bottom:1rem}.product-media__img{width:100%;height:100%;object-fit:cover}.product-media__thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-thumb{width:72px;height:72px;overflow:hidden;border-radius:var(--radius);border:2px solid transparent;background:none;padding:0;cursor:pointer;transition:border-color var(--transition)}.product-thumb.is-active{border-color:var(--rust)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info__vendor{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--rust);margin-bottom:.5rem}.product-info__title{font-family:var(--font-head);font-weight:900;font-size:clamp(1.8rem,3vw,2.8rem);text-transform:uppercase;margin-bottom:1.5rem}.product-info__price{font-size:1.4rem;font-weight:600;margin-bottom:1.5rem}.price--compare{color:var(--muted);text-decoration:line-through;font-size:1rem;margin-right:.75rem}.price--current{color:var(--text)}.product-info__desc{color:var(--muted);line-height:1.8;margin-bottom:2rem}.product-info__desc h2,.product-info__desc h3{color:var(--text);font-size:1rem;margin:1.5em 0 .5em}.collection-page{padding:3rem 1.5rem}.collection-page__inner{max-width:var(--max-w);margin:0 auto}.collection-page__header{margin-bottom:3rem}.collection-page__title{font-family:var(--font-head);font-weight:900;font-size:clamp(2rem,4vw,3.5rem);text-transform:uppercase;margin-bottom:1rem}.collection-page__desc{color:var(--muted);max-width:600px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.product-card{display:block;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color var(--transition),transform var(--transition)}.product-card:hover{border-color:var(--teal);transform:translateY(-2px)}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:var(--surface)}.product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__img{transform:scale(1.04)}.product-card__img-placeholder{width:100%;height:100%;background:var(--border)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--rust);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.2rem .5rem;border-radius:2px}.product-card__info{padding:1rem 1.25rem}.product-card__vendor{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.3rem}.product-card__title{font-family:var(--font-head);font-weight:700;font-size:1rem;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.5rem}.product-card__price{font-size:.9rem;color:var(--text)}.cart-page{padding:3rem 1.5rem}.cart-page__inner{max-width:800px;margin:0 auto}.cart-page__title{font-family:var(--font-head);font-size:2.5rem;font-weight:900;text-transform:uppercase;margin-bottom:2rem}.cart-empty{text-align:center;padding:4rem 0}.cart-empty p{color:var(--muted);margin-bottom:1.5rem}.cart-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;align-items:center;padding:1rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.cart-item__img-wrap{width:80px;height:80px;overflow:hidden;border-radius:var(--radius);background:var(--surface)}.cart-item__img-wrap img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-weight:600;margin-bottom:.25rem}.cart-item__variant{font-size:.8rem;color:var(--muted);margin-bottom:.25rem}.cart-item__price{font-size:.9rem}.cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.qty-selector{display:flex;align-items:center;gap:.5rem}.qty-btn{background:var(--surface);border:1px solid var(--border);color:var(--text);width:28px;height:28px;border-radius:var(--radius);font-size:1rem;display:flex;align-items:center;justify-content:center;transition:border-color var(--transition)}.qty-btn:hover{border-color:var(--rust)}.qty-value{font-size:.9rem;min-width:20px;text-align:center}.cart-item__remove{background:none;border:none;color:var(--muted);transition:color var(--transition)}.cart-item__remove:hover{color:var(--rust)}.cart-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.cart-summary__row{display:flex;justify-content:space-between;margin-bottom:1.25rem;font-weight:600;font-size:1.1rem}.cart-total{color:var(--text)}.about-page{padding:4rem 1.5rem;max-width:var(--max-w);margin:0 auto}.about-page__hero{text-align:center;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--border)}.about-page__title{font-family:var(--font-head);font-size:clamp(3rem,8vw,7rem);font-weight:900;text-transform:uppercase;letter-spacing:.03em}.about-page__stats{display:flex;gap:3rem;justify-content:center;margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid var(--border);flex-wrap:wrap}.stat{text-align:center}.stat__num{display:block;font-family:var(--font-head);font-weight:900;font-size:clamp(2.5rem,5vw,4rem);color:var(--rust);line-height:1;margin-bottom:.4rem}.stat__label{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.about-page__body{display:grid;grid-template-columns:400px 1fr;gap:5rem;align-items:start}.about-page__portrait-wrap{position:sticky;top:80px;border-radius:var(--radius);overflow:hidden;aspect-ratio:3/4}.about-page__portrait-wrap--placeholder{background:var(--card)}.about-page__portrait{width:100%;height:100%;object-fit:cover}.about-page__text .rte p{color:var(--muted);margin-bottom:1.2em;line-height:1.9}.content-page{padding:3rem 1.5rem}.content-page__inner{max-width:720px;margin:0 auto}.content-page__title{font-family:var(--font-head);font-weight:900;font-size:clamp(2rem,4vw,3rem);text-transform:uppercase;margin-bottom:2rem}.content-page__body{color:var(--muted);line-height:1.8}.search-page{padding:3rem 1.5rem}.search-page__inner{max-width:var(--max-w);margin:0 auto}.search-page__title{font-family:var(--font-head);font-size:2.5rem;font-weight:900;text-transform:uppercase;margin-bottom:2rem}.search-form{display:flex;gap:1rem;margin-bottom:2rem}.search-form__input{flex:1;padding:.75rem 1rem;background:var(--card);border:1px solid var(--border);color:var(--text);font-family:var(--font-body);font-size:1rem;border-radius:var(--radius);outline:none}.search-form__input:focus{border-color:var(--teal)}.search-results-count{color:var(--muted);margin-bottom:2rem;font-size:.9rem}.page-404{text-align:center;padding:8rem 1.5rem}.page-404 h1{font-family:var(--font-head);font-size:8rem;font-weight:900;color:var(--rust);line-height:1;margin-bottom:1rem}.page-404 p{color:var(--muted);margin-bottom:2rem}.password-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:2rem}.password-page h1{font-family:var(--font-head);font-weight:900;font-size:3rem;text-transform:uppercase;margin-bottom:1rem}.password-page p{color:var(--muted);margin-bottom:2rem}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;color:var(--muted)}.pagination a:hover{border-color:var(--rust);color:var(--text)}.pagination .current{border-color:var(--rust);color:var(--rust)}.empty-state{color:var(--muted);padding:3rem 0}@media(max-width:900px){.header__nav{display:none}.header__hamburger{display:flex}.product-page__inner{grid-template-columns:1fr;gap:2rem}.about-strip__inner,.about-page__body{grid-template-columns:1fr;gap:3rem}.about-page__portrait-wrap{position:static;max-width:400px}}@media(max-width:600px){.collections-grid{grid-template-columns:1fr}.about-page__stats{gap:2rem}.cart-item{grid-template-columns:64px 1fr}.cart-item__actions{grid-column:1 / -1;flex-direction:row;justify-content:space-between}.search-form{flex-direction:column}.footer__inner{flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/base.css.map */
