:root{--ink:#2d2a26;--nav:#6d6964;--paper:#fffefa;--cream:#f8f4e8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Century Gothic,Trebuchet MS,Arial,sans-serif;font-size:15px;font-weight:300}button,input,textarea{font:inherit}a{color:inherit}img{max-width:100%;display:block}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-header{background:var(--ink);color:#fff;padding:14px 22px 6px;box-shadow:0 2px 4px #00000040}.brand-row{grid-template-columns:170px 1fr 55px;align-items:center;gap:18px;max-width:980px;margin:0 auto;display:grid}.brand-logo{border-radius:50%;width:160px;height:160px;overflow:hidden}.brand-logo img{object-fit:cover;width:100%;height:100%}.brand-copy{text-align:center;padding-top:8px}.brand-title{text-transform:uppercase;letter-spacing:.5px;font-family:Arial,Helvetica,sans-serif;font-size:clamp(35px,4vw,48px);font-weight:900;line-height:1}.brand-tagline{margin-top:20px;font-size:18px;font-style:italic;font-weight:600}.cart-button{color:#fff;cursor:pointer;opacity:.78;background:0 0;border:0;place-self:center end;width:48px;height:58px;position:relative}.cart-button svg{fill:#77736c;stroke:#bab6ae;stroke-width:1.1px;width:31px;height:37px}.cart-button span{color:#fff;font-size:12px;position:absolute;top:26px;left:21px}.main-nav{grid-template-columns:repeat(4,1fr);gap:10px;max-width:980px;margin:8px auto 0;display:grid}.main-nav a{background:var(--nav);color:#fff;letter-spacing:.35px;border:1px solid #0000;justify-content:center;align-items:center;min-height:40px;padding:8px 12px;font-weight:700;text-decoration:none;display:flex}.main-nav a:hover,.main-nav a.active{color:var(--ink);background:var(--paper);border-color:#244c39}.shop-page{flex:1;width:min(920px,100% - 40px);margin:46px auto 54px}.shop-intro{max-width:760px;margin:0 0 36px}.shop-intro h1{margin:0 0 9px;font-size:clamp(24px,3vw,34px);font-weight:400;line-height:1.2}.shop-intro p{color:#6c665f;margin:0;line-height:1.55}.product-grid{grid-template-columns:repeat(4,1fr);gap:28px 70px;display:grid}.product-card{min-width:0;text-decoration:none}.card-image{aspect-ratio:1.08;background:#f6f4ee;width:100%;margin-bottom:15px;overflow:hidden}.card-image img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.product-card:hover .card-image img{transform:scale(1.025)}.product-card h2{min-height:40px;margin:0;font-size:14px;font-weight:400;line-height:1.35}.short-rule{background:#393632;width:22px;height:1px;margin:6px 0 8px;display:block}.product-card p{margin:0;font-size:15px}.product-page{flex:1;width:min(990px,100% - 40px);margin:24px auto 0;padding-bottom:48px}.product-detail{grid-template-columns:minmax(0,500px) minmax(300px,1fr);align-items:start;gap:36px;display:grid}.main-product-image{aspect-ratio:1/1.08;background:#fbfaf6;border:1px solid #f0ede5;width:100%;overflow:hidden}.main-product-image img{object-fit:contain;width:100%;height:100%}.thumbnail-row{flex-wrap:wrap;gap:7px;margin:12px 0 18px;display:flex}.thumbnail-row button{cursor:pointer;background:#f5f3ed;border:1px solid #0000;width:47px;height:47px;padding:0;overflow:hidden}.thumbnail-row button.selected{border-color:#2f2b27}.thumbnail-row img{object-fit:cover;width:100%;height:100%}.purchase-panel{padding-top:0;position:sticky;top:16px}.purchase-panel h1{margin:0 0 20px;font-size:27px;font-weight:300;line-height:1.35}.product-price{margin:0 0 14px;font-size:16px}.paypal{color:#6a655e;font-size:13px;line-height:1.35}.paypal strong{color:#233c80;font-family:Arial,sans-serif;font-size:20px;font-style:italic}.colour-picker{border:0;margin:23px 0 18px;padding:0}.colour-picker legend,.quantity-label{margin-bottom:8px;font-size:13px;display:block}.colour-picker div{gap:12px;display:flex}.colour-picker button{cursor:pointer;border:1px solid #bcb8b1;border-radius:50%;width:21px;height:21px}.quantity-stepper{border:1px solid #8c8880;grid-template-columns:34px 38px 34px;width:max-content;height:38px;margin-bottom:32px;display:grid}.quantity-stepper button,.quantity-stepper span{color:#77726a;background:0 0;border:0;justify-content:center;align-items:center;display:flex}.quantity-stepper button{cursor:pointer;font-size:21px}.add-button{color:#fff;background:var(--nav);cursor:pointer;border:0;width:100%;min-height:40px}.add-button:hover{background:#514d49}.product-description{font-size:14px;line-height:1.55}.product-description p{white-space:pre-line;margin:0 0 22px}.product-description .print-note:before,.product-description .print-note:after{content:"**";margin:0 4px}.back-shop{width:max-content;margin:36px auto 0;font-size:18px;display:block}.content-page{flex:1;width:min(970px,100% - 40px);margin:0 auto;padding:72px 0 64px}.content-page h1{margin:0 0 44px;font-size:52px;font-weight:300}.about-layout{grid-template-columns:300px 520px;align-items:start;gap:28px;display:grid}.about-layout img{object-fit:cover;width:300px;height:240px}.about-layout p{margin:0 0 24px;line-height:1.55}.about-back{width:max-content;margin:12px 120px 0 auto;display:block}.contact-page>p{margin:0 0 56px}.contact-page form{background:var(--cream);padding:50px max(26px,50% - 405px)}.form-row{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.contact-page label{gap:7px;font-size:12px;display:grid}.contact-page input,.contact-page textarea{background:#fffefa;border:1px solid #403c37;border-radius:0;width:100%;padding:9px}.contact-page textarea{resize:vertical;margin-bottom:14px}.contact-page form>button{float:right;color:#fff;background:var(--nav);cursor:pointer;border:0;width:250px;min-height:37px}.form-confirmation{clear:both;color:#31543e;margin:0;padding-top:16px}.simple-page{min-height:480px}.simple-page p{max-width:620px;margin-bottom:40px;font-size:17px;line-height:1.6}.site-footer{color:#fff;background:var(--ink);text-align:center;flex-direction:column;align-items:center;min-height:300px;margin-top:auto;padding:14px 20px 24px;font-size:12px;display:flex}.site-footer>img{object-fit:cover;border-radius:50%;width:96px;height:96px;margin-bottom:12px}.footer-contact{margin-bottom:18px;font-size:16px;font-weight:700}.payment-line,.policy-links{gap:18px;margin-bottom:18px;display:flex}.install-links{flex-direction:column;gap:7px;margin:14px 0 22px;display:flex}.install-links a{color:#2a8cff}.facebook{color:#fff;background:#4267a9;place-items:center;width:38px;height:38px;margin-bottom:12px;font-family:Arial,sans-serif;font-size:31px;font-weight:700;display:grid}.cart-overlay{z-index:50;position:fixed;inset:0}.cart-backdrop{cursor:default;background:#00000047;border:0;width:100%;position:absolute;inset:0}.cart-drawer{z-index:1;width:min(420px,92vw);height:100%;color:var(--ink);background:var(--paper);margin-left:auto;padding:22px 20px;position:relative;box-shadow:-6px 0 20px #0000001f}.cart-heading{border-bottom:1px solid #2f2c28;justify-content:space-between;align-items:center;padding-bottom:20px;display:flex}.cart-heading h2{margin:0;font-size:17px;font-weight:300}.cart-heading button{cursor:pointer;background:0 0;border:0;font-size:34px;font-weight:200}.empty-cart{text-align:center;margin-top:150px;font-size:16px}.cart-lines{gap:18px;padding:26px 0;display:grid}.cart-lines>.cart-line{grid-template-columns:62px 1fr auto;align-items:start;gap:12px;display:grid}.cart-lines img{object-fit:cover;width:62px;height:62px}.cart-lines span{font-size:13px}.cart-product-copy{gap:8px;display:grid}.cart-quantity{border:1px solid #c9c3b9;align-items:center;width:max-content;display:flex}.cart-quantity button{cursor:pointer;background:#fff;border:0;width:28px;height:26px;font-size:16px}.cart-quantity span{text-align:center;min-width:24px}.remove-item{color:#6d4437;cursor:pointer;width:max-content;font:inherit;background:0 0;border:0;border-bottom:1px solid;padding:0;font-size:12px}.cart-summary{border-top:1px solid #aaa59d;gap:8px;padding-top:16px;display:grid}.cart-summary>div{justify-content:space-between;display:flex}.cart-summary .cart-total{border-top:1px solid #d2cdc4;margin-top:4px;padding-top:10px;font-size:16px}.shipping-progress{color:#6d655c;text-align:center;margin:10px 0 0;font-size:12px}.payment-methods{border:0;gap:9px;margin:24px 0 14px;padding:0;display:grid}.payment-methods legend{margin-bottom:10px;font-size:14px}.payment-methods label{cursor:pointer;background:#fff;border:1px solid #cbc6bc;grid-template-columns:18px 1fr;align-items:start;gap:10px;padding:12px;display:grid}.payment-methods input{accent-color:#4d4944;margin:3px 0 0}.payment-methods span,.payment-methods small{display:block}.payment-methods strong{font-size:13px;font-weight:600}.payment-methods small{color:#766f67;margin-top:3px;font-size:11px}.checkout-button{color:#fff;background:var(--nav);border:0;width:100%;min-height:42px}.checkout-button:disabled{cursor:not-allowed;opacity:.7}.paypal-checkout{min-height:44px}.paypal-checkout>div:first-child{z-index:0;position:relative}.checkout-status{color:#514b44;text-align:center;background:#f7f3e9;border:1px solid #d2cdc4;margin:8px 0 0;padding:11px;font-size:12px;line-height:1.45}.cart-note{text-align:center;color:#766f67;font-size:12px}@media (max-width:820px){.site-header{padding-inline:14px}.brand-row{grid-template-columns:92px 1fr 40px;gap:10px}.brand-logo{width:90px;height:90px}.brand-title{font-size:clamp(24px,6vw,36px)}.brand-tagline{margin-top:10px;font-size:13px}.main-nav{padding-bottom:3px;display:flex;overflow-x:auto}.main-nav a{flex:1;min-width:126px}.product-grid{grid-template-columns:repeat(2,1fr);gap:34px 20px}.product-detail{grid-template-columns:1fr}.purchase-panel{position:static}.about-layout{grid-template-columns:1fr}.about-layout img{width:min(100%,430px);height:auto}.form-row{grid-template-columns:1fr}}@media (max-width:480px){.brand-row{grid-template-columns:72px 1fr 34px}.brand-logo{width:70px;height:70px}.brand-title{font-size:21px}.brand-tagline{margin-top:7px;font-size:11px}.cart-button{width:34px}.shop-page,.product-page,.content-page{width:calc(100% - 28px)}.shop-page{margin-top:28px}.product-grid{gap:26px 14px}.card-image{aspect-ratio:1}.product-card h2{min-height:50px;font-size:13px}.content-page{padding-top:44px}.content-page h1{margin-bottom:28px;font-size:42px}.contact-page form{padding:28px 18px 66px}.contact-page form>button{width:100%}.payment-line,.policy-links{flex-wrap:wrap;justify-content:center}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card-image img{transition:none}}
