:root{--ink:#151513;--paper:#f7f5ef;--gold:#b58a4e;--line:#d9d4c9;--soft:#e9e4d9}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;border-bottom:1px solid var(--line);background:rgba(247,245,239,.92);position:sticky;top:0;z-index:3}.brand{color:var(--ink);font-family:Georgia,serif;font-size:1.15rem;letter-spacing:.19em;text-decoration:none}.brand span{color:var(--gold)}nav{display:flex;gap:2rem}nav a,.seller,small,.eyebrow{font-size:.68rem;letter-spacing:.13em;text-transform:uppercase}nav a{color:var(--ink);text-decoration:none}.cart-button,.product-footer button,.cart-title button{border:0;background:transparent;cursor:pointer;color:var(--ink)}.cart-button{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.cart-button span{background:var(--ink);color:#fff;border-radius:50%;padding:3px 6px;margin-left:5px}.hero{min-height:530px;padding:8rem 11vw;background:linear-gradient(110deg,rgba(15,16,13,.78),rgba(15,16,13,.2)),url('https://images.unsplash.com/photo-1627293509201-cd0c780043e6?auto=format&fit=crop&w=1800&q=80') center/cover;color:#fff}.eyebrow{color:var(--gold);font-weight:bold;margin:0 0 1rem}.hero h1{font:clamp(3rem,6vw,5.9rem)/.95 Georgia,serif;letter-spacing:-.05em;margin:0;max-width:820px}.hero>p:not(.eyebrow){max-width:480px;font-size:1.1rem;line-height:1.7;margin:2rem 0}.button{background:var(--ink);border:1px solid var(--ink);color:#fff;padding:14px 20px;font-size:.72rem;letter-spacing:.12em;text-decoration:none;text-transform:uppercase;cursor:pointer}.button-light{background:#fff;color:var(--ink);display:inline-block}.collection{padding:6rem 6vw}.section-heading{display:flex;justify-content:space-between;gap:4rem;align-items:end;margin-bottom:2.5rem}.section-heading h2{font:3rem Georgia,serif;margin:0}.section-heading>p{max-width:360px;line-height:1.5;color:#5c5a55}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:#fff}.product-image-wrap{height:340px;position:relative;background:var(--soft);overflow:hidden}.product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover img{transform:scale(1.04)}.product-image-wrap span{position:absolute;top:12px;left:12px;background:#fff;padding:6px 8px;font-size:.6rem;letter-spacing:.1em}.product-copy{padding:20px}.seller{color:#77736b;margin:0 0 8px}.product-copy h3{font:1.55rem Georgia,serif;margin:0}.facts{font-size:.84rem;color:#64605a;line-height:1.6}.product-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:15px;margin-top:16px}.product-footer button{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:underline}.product-copy small{display:block;margin-top:18px;color:#8a857d;font-size:.55rem}.trust{background:#1d2420;color:#f7f5ef;padding:5rem 6vw;display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}.trust span{color:var(--gold);font:2rem Georgia,serif}.trust h3{font:1.4rem Georgia,serif}.trust p{color:#c5c4bf;line-height:1.6}.cart-panel{position:fixed;right:0;top:0;width:min(440px,100vw);height:100vh;background:#fff;z-index:5;padding:28px;transform:translateX(100%);transition:transform .25s;display:flex;flex-direction:column}.cart-panel.open{transform:translateX(0)}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:4;display:none}.overlay.open{display:block}.cart-title{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:20px}.cart-title h2{font:2rem Georgia,serif;margin:0}.cart-title button{font-size:2rem}.empty{color:#706c65}.bag-line{display:flex;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--line)}.bag-line span{display:block;color:#777;font-size:.8rem;margin-top:4px}.cart-summary{margin-top:auto;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:20px 0}.cart-summary strong{font:1.5rem Georgia,serif}.payment-note{font-size:.75rem;line-height:1.5;color:#716c64}@media(max-width:760px){nav{display:none}.hero{padding:7rem 7vw;min-height:460px}.collection{padding:4rem 7vw}.section-heading{display:block}.section-heading>p{margin-top:1.4rem}.product-grid,.trust{grid-template-columns:1fr}.trust{gap:2rem}.product-image-wrap{height:390px}}
