:root{--ink:#181817;--paper:#f5f3ee;--line:#dedbd3;--muted:#77766f}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.site-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 5%;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.05em;font-size:20px}.brand img{width:62px;height:auto;display:block}.brand span{white-space:nowrap}.desktop-nav{display:flex;gap:28px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.bag{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.bag span{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;margin-left:5px;border-radius:50%;background:var(--ink);color:white}.site-footer{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:28px 5%;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.page-width{max-width:1240px;margin:auto;padding:0 5%}.hero{display:grid;grid-template-columns:1fr 1fr}.hero-copy{background:var(--ink);color:#fff;padding:clamp(30px,6vw,80px);display:flex;flex-direction:column;justify-content:space-between;min-height:440px}.eyebrow,.smallcaps{font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.hero h1{font-size:clamp(48px,7vw,92px);line-height:.88;letter-spacing:-.07em;margin:30px 0 20px}.hero p{max-width:330px;color:#b8b8b2;line-height:1.6}.hero-tagline{font-size:clamp(20px,3vw,30px);font-weight:900;letter-spacing:-.06em;color:#fff!important;text-transform:uppercase;margin-top:22px}.button{display:inline-block;background:var(--ink);color:#fff;padding:14px 18px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.button.light{background:transparent;border:1px solid #fff}.hero-art{background:#dcd9d0;display:flex;align-items:center;justify-content:center;padding:30px}.hero-art{position:relative;flex-direction:column;gap:18px}.hero-logo-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.hero-art img{max-width:78%;max-height:78%;object-fit:contain;opacity:.95}.hero-art-caption{font-size:clamp(18px,2.5vw,28px);font-weight:900;letter-spacing:-.06em;text-align:center;text-transform:uppercase}.section{padding:55px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:18px;margin-bottom:22px}.section h2{font-size:32px;letter-spacing:-.05em;margin:5px 0 0}.categories,.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.category-card{min-height:210px;background:#e9e6de;border:1px solid var(--line);padding:18px;display:flex;flex-direction:column;justify-content:space-between;font-size:22px;font-weight:900;letter-spacing:-.04em}.category-card span{font-size:11px;letter-spacing:.13em;color:var(--muted)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{border:1px solid var(--line);background:#eeece6}.product-card img{display:block;width:100%;aspect-ratio:1;object-fit:cover;background:#e4e1d9}.product-card .info{padding:14px}.product-card .title{font-size:14px;font-weight:700;margin:8px 0}.product-card .price{font-size:13px}.about-split{display:grid;grid-template-columns:1fr 1fr}.about-split>div{padding:clamp(28px,5vw,70px)}.about-split .dark{background:var(--ink);color:#fff}.about-split h2{font-size:clamp(35px,5vw,60px);line-height:.9;letter-spacing:-.06em;margin:20px 0}.about-split p{line-height:1.7;max-width:430px}.collection-head{padding:50px 0 25px;border-bottom:1px solid var(--line)}.collection-head h1{font-size:clamp(40px,6vw,72px);letter-spacing:-.06em;margin:12px 0}.collection-description{max-width:650px;line-height:1.6;color:var(--muted)}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding:50px 0}.product-page img{width:100%;background:#e4e1d9}.product-page h1{font-size:clamp(35px,5vw,64px);letter-spacing:-.06em;line-height:.95}.product-page .price{font-size:20px;margin:25px 0}.product-form{display:grid;gap:15px}.product-form select,.product-form input{padding:14px;border:1px solid var(--line);background:transparent}.product-form button{border:0;cursor:pointer}.cart-table{width:100%;border-collapse:collapse}.cart-table td{padding:18px 0;border-bottom:1px solid var(--line);vertical-align:middle}.cart-table img{width:90px}.cart-total{display:flex;justify-content:flex-end;gap:30px;font-size:20px;font-weight:700;margin:25px 0}.mobile-menu{display:none}@media(max-width:700px){.desktop-nav{display:none}.brand{font-size:15px;gap:8px}.brand img{width:48px}.site-header{padding:15px 4%}.brand img{width:78px}.hero,.about-split,.product-page{grid-template-columns:1fr}.hero-copy{min-height:370px}.hero-art{min-height:260px}.categories{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card{min-height:150px;font-size:18px}.section{padding:35px 0}.section h2{font-size:26px}.page-width{padding:0 4%}.product-page{gap:25px;padding:30px 0}.site-footer{padding:25px 4%}}

.empty-products{grid-column:1/-1;border:1px dashed var(--line);padding:30px;color:var(--muted);font-size:13px;line-height:1.6}
