:root{--ink:#252321;--red:#b83c2e;--sand:#e8dfd0;--paper:#faf7f0;--muted:#625e57;--line:#bdb3a5;font-family:Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink)}a{color:inherit;text-decoration:none}.site-header{height:78px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;gap:2rem;border-bottom:1px solid var(--line)}.brand{font-weight:800;letter-spacing:.08em}.brand span{display:inline-grid;place-items:center;width:28px;height:28px;margin-right:5px;background:var(--red);color:#fff;font-size:10px}.site-header nav,.site-footer div{display:flex;gap:1.3rem;font-size:12px}.site-header nav a.is-current{border-bottom:2px solid var(--red);padding-bottom:4px}.cart-toggle{border:0;background:var(--ink);color:#fff;padding:10px 13px;font-size:12px}.cart-toggle b{margin-left:5px;color:#f0a797}.eyebrow{color:var(--red);font-size:11px;letter-spacing:.12em}.hero{display:flex;justify-content:space-between;gap:4rem;padding:8rem 12vw;background:var(--sand)}h1,h2{font-family:Georgia,serif;font-weight:400}.hero h1,.checkout-page h1,.thank-you h1,.info h1{margin:0;font-size:clamp(52px,8vw,110px);line-height:.82}.hero h1 em,.section-heading em,.story em{color:var(--red)}.intro{max-width:430px;line-height:1.7;color:var(--muted)}.hero aside{align-self:end;border-left:2px solid var(--red);padding:1rem}.hero aside b{font:60px Georgia;color:var(--red)}.button{display:flex;justify-content:space-between;gap:2rem;width:max-content;padding:13px 16px;font-size:12px}.button-dark{background:var(--ink);color:#fff}.button-light{background:#fff;color:var(--ink)}.catalog{padding:7rem 6vw}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:3rem;max-width:1200px;margin:auto}.section-heading h2,.story h2{font-size:clamp(42px,5vw,72px);line-height:.85;margin:0}.section-heading>p{max-width:350px;color:var(--muted);line-height:1.6}.catalog-bar{max-width:1200px;margin:3rem auto 1rem;display:flex;justify-content:space-between;padding-bottom:10px;border-bottom:2px solid var(--ink);font-size:12px}.catalog-bar input{border:0;background:none;margin-left:15px;outline:0}.product-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.product{border:1px solid var(--line);background:#fff}.product-image{width:100%;padding:0;border:0;background:#e5e4df}.product img{width:100%;aspect-ratio:1;object-fit:contain}.product>div{padding:16px}.product h3{margin:0;font:23px Georgia}.product p{min-height:38px;font-size:13px;line-height:1.5;color:var(--muted)}.product>div>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.text-button{border:0;background:none;color:var(--red);text-decoration:underline}.add-button{border:0;background:var(--ink);color:#fff;padding:9px 11px}.story{padding:7rem 12vw;background:var(--ink);color:#fff}.story>div{display:flex;gap:4rem}.story article{max-width:290px;border-top:1px solid #7c7770;padding-top:14px}.story article b{color:#efa999}.story p{color:#d4cdc3;line-height:1.6}.site-footer{display:flex;justify-content:space-between;gap:1rem;padding:2rem 6vw}.site-footer small{font-size:11px;color:var(--muted)}.cart-drawer{position:fixed;z-index:5;right:0;top:0;width:min(420px,100%);height:100vh;padding:24px;background:#fff;transform:translateX(105%);transition:.25s}.cart-drawer.open{transform:translateX(0)}.close-button{position:absolute;right:18px;top:18px;width:38px;height:38px;border:2px solid var(--ink);border-radius:50%;background:#fff;font-size:22px}.cart-drawer h2{font-size:38px}.line{display:grid;grid-template-columns:58px 1fr auto;gap:10px;padding:12px 0;border-bottom:1px solid #ddd}.line img{width:58px;height:58px;object-fit:contain}.line small{display:block}.cart-drawer footer{position:absolute;bottom:20px;left:24px;right:24px}.cart-drawer footer p{display:flex;justify-content:space-between}.product-dialog{width:min(820px,calc(100% - 2rem));padding:0;border:0}.product-dialog::backdrop{background:#0009}.product-dialog>div{display:grid;grid-template-columns:1fr 1fr}.product-dialog img{width:100%;min-height:380px;object-fit:contain;background:#e5e4df}.product-dialog section{padding:40px}.product-dialog h2{font-size:48px}.toast{position:fixed;z-index:8;bottom:24px;left:50%;transform:translateX(-50%);padding:14px 18px;background:var(--red);color:#fff}.checkout-page,.info{max-width:1200px;margin:auto;padding:6rem 7vw}.checkout-grid{display:grid;grid-template-columns:1fr 370px;gap:8vw}.checkout-grid fieldset{border:0;border-top:1px solid var(--line);padding:18px 0}.checkout-grid label{display:block;margin:10px 0;font-size:12px}.checkout-grid input,.checkout-grid select{display:block;width:100%;padding:10px;margin-top:5px;border:1px solid var(--line)}.order-summary{align-self:start;padding:24px;background:var(--ink);color:#fff}.order-summary p{display:flex;justify-content:space-between}.paypal{width:100%;border:0;background:#ffc439;color:#003087;padding:12px;font:bold 22px Arial}.paypal span{color:#009cde}.paypal small{display:block;font-size:10px}.thank-you main{min-height:100vh;padding:26px 12vw;display:flex;flex-direction:column;align-items:flex-start;background:var(--ink);color:#fff}.thank-you .eyebrow{margin-top:auto}.thank-you [data-thank-message]{max-width:450px;line-height:1.7;color:#ddd}.info h1{margin:15px 0 50px}.info h2{font-size:28px;margin-top:35px}.info main>p{max-width:650px;line-height:1.8}@media(max-width:750px){.site-header nav{display:none}.hero,.section-heading,.product-dialog>div,.checkout-grid{display:block}.hero aside{margin-top:40px}.product-grid{grid-template-columns:repeat(2,1fr)}.story>div{display:block}.story article{margin-top:24px}.site-footer{flex-direction:column}.site-footer div{flex-wrap:wrap}.product-dialog img{min-height:250px}.product-dialog section{padding:24px}.checkout-page,.info{padding:4rem 7vw}}
