@charset "UTF-8";:root{font-family:Arial,Helvetica,sans-serif;color:#292722;background:#fcfbf8;font-synthesis:none;--brand: #24211b;--muted: #6d685e;--line: #e1dbcf;--cream: #f3efe6}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;background:var(--brand);color:#fff;border:1px solid var(--brand);padding:15px 23px;border-radius:4px;cursor:pointer;font-size:14px;font-weight:600;line-height:1.3}button:hover,.button:hover{background:#49391d}button:disabled{opacity:.5;cursor:not-allowed}.secondary{background:transparent;color:var(--brand)}.secondary:hover{color:#fff}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #ac6e39;outline-offset:4px}main:focus{outline:none}h1,h2,h3,p{margin-top:0}h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,4vw,58px);font-weight:400;line-height:1.1;letter-spacing:-1.5px;margin-bottom:28px}h2{font-size:27px;font-weight:500;letter-spacing:-.6px}h3{font-size:17px;font-weight:500}p{line-height:1.7;color:var(--muted)}small{font-size:12px;line-height:1.6;color:var(--muted)}.demo-bar{text-align:center;background:#eae6d6;color:#4f4a37;padding:8px 16px;font-size:11px;letter-spacing:.4px}.site-header{max-width:1280px;margin:auto;padding:29px 48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-size:25px;font-weight:800;letter-spacing:-1.2px;display:inline-flex;align-items:center}.site-header nav{display:flex;gap:35px;font-size:13px;align-items:center}.site-header nav a{padding:8px 0}.active{color:var(--brand);font-weight:700}.bag-count{display:inline-block;background:#e9d5a5;border-radius:50%;padding:3px 7px;margin-left:5px;font-size:11px}main{max-width:1280px;padding:36px 48px 72px;margin:auto;min-height:65vh}.eyebrow{display:block;color:var(--brand);font-size:10px;font-weight:700;letter-spacing:2px;margin-bottom:17px}.hero{background:#f1ede3;display:grid;grid-template-columns:1.1fr 1fr;min-height:460px;overflow:hidden;border-radius:5px}.hero>div:first-child{padding:57px 0 48px 48px;z-index:1}.hero h1{font-size:clamp(38px,4.4vw,61px);margin-bottom:21px}.hero p{font-size:14px;margin-bottom:27px}.hero small{display:block;margin-top:17px;font-size:10px}.hero-art{position:relative;display:flex;align-items:center;justify-content:center;background:#e8dfcc;isolation:isolate;overflow:hidden}.hero-art:before{content:"";position:absolute;width:330px;height:440px;border-radius:180px 180px 0 0;background:#d8c7a4;bottom:-70px;z-index:-1}.hero-art img{width:85%;height:95%;object-fit:contain;transform:rotate(-9deg);mix-blend-mode:multiply}.hero-stamp{position:absolute;top:28px;right:26px;z-index:1;border:1px solid #806528;border-radius:50%;width:87px;height:87px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:9px;letter-spacing:1px;line-height:1.5;transform:rotate(12deg)}.hero-caption{position:absolute;bottom:24px;right:24px;font-family:Georgia,serif;font-style:italic;font-size:16px;color:#6c511d}.benefits{display:flex;justify-content:space-around;border-bottom:1px solid var(--line);padding:24px 5px;margin-bottom:54px;font-size:12px;color:#62675b}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:23px}.section-heading h2{margin-bottom:0;font-family:Georgia,serif;font-size:30px}.section-heading>span{font-size:12px;color:var(--muted)}.filters{display:flex;gap:12px;align-items:end;margin-bottom:30px}.filters label{font-size:11px;margin:0}.filters .search{flex:1.5}.filters label:not(.search){flex:1}.filters button{height:43px;padding:10px 22px}.filters input,.filters select{margin-top:7px;font-size:12px;padding:12px;height:43px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 20px}.product-card{min-width:0}.product-image{position:relative;background:#f0eee8;border-radius:4px;overflow:hidden}.product-image img{display:block;width:100%;height:auto;aspect-ratio:10/11;object-fit:contain;transition:transform .3s}.product-card:hover img{transform:scale(1.04)}.product-image>span{position:absolute;left:12px;top:12px;background:#ffffffbf;font-size:9px;letter-spacing:.5px;padding:6px 9px;border-radius:2px}.product-image .product-arrow{inset:auto 12px 12px auto;font-size:18px;border-radius:50%;height:29px;width:29px;padding:3px 6px}.product-description{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-top:14px}.product-description h3{font-size:13px;margin:0}.product-description strong{font-size:12px;white-space:nowrap}.product-card>p{font-size:11px;margin:6px 0}.manifesto{text-align:center;background:#eee6d5;margin-top:65px;padding:44px 20px;border-radius:4px}.manifesto h2{font-family:Georgia,serif;font-size:36px;line-height:1.2;margin-bottom:16px}.manifesto p{font-size:12px;margin:0}.pagination{display:flex;gap:20px;align-items:center;justify-content:center;margin-top:30px;font-size:13px}footer{border-top:1px solid var(--line);max-width:1280px;margin:auto;padding:40px 48px;display:flex;justify-content:space-between;gap:30px}footer .brand{font-size:22px}footer p{font-size:12px;margin:14px 0}footer>div:nth-child(2){display:flex;gap:14px;flex-direction:column;font-size:12px}.skip-link{position:fixed;left:12px;top:-100px;padding:12px;background:#fff;z-index:10}.skip-link:focus{top:12px}.back{display:block;font-size:12px;color:var(--muted);margin-bottom:34px}.empty{padding:65px 20px;text-align:center;grid-column:1/-1}.empty h2{font-family:Georgia,serif;font-size:32px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:64px}.detail-image{background:#eeeae0;border-radius:6px}.detail-image img{width:100%;height:auto;object-fit:contain;display:block}.detail-copy{padding:15px 0}.detail-copy h1{font-size:42px}.detail-copy .price{font-size:24px;color:var(--brand)}.detail-copy>p{font-size:14px}.detail-copy input{max-width:100px}.detail-copy>a{font-size:13px;text-decoration:underline}.detail-note{border-top:1px solid var(--line);padding-top:25px;margin-top:30px;font-size:12px;line-height:1.8;color:var(--muted)}fieldset{border:0;padding:0;margin:0 0 22px;min-width:0}legend{font-size:16px;font-weight:600;margin-bottom:16px}label{display:block;font-size:13px;margin-bottom:18px;color:#42463e}input,select,textarea{display:block;width:100%;margin-top:8px;padding:12px;background:#fff;border:1px solid #c9cdc1;border-radius:3px;color:#292722}textarea{resize:vertical;min-height:100px;overflow-wrap:anywhere}.variant-options,.image-options{display:flex;gap:8px;flex-wrap:wrap}.variant{font-size:12px;background:transparent;color:var(--brand);padding:12px}.variant:hover,.variant.selected{color:#fff;background:var(--brand)}.variant:disabled{background:#e5e4df;text-decoration:line-through;color:#555}.wide{width:100%}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,1fr);gap:35px;align-items:start}.summary{background:var(--cream);padding:28px;border-radius:5px}.summary h2,.panel h2{font-size:21px;margin-bottom:23px}.summary p{font-size:13px;margin:23px 0}.summary small{display:block;margin-top:12px}.summary-line{display:flex;justify-content:space-between;gap:15px;padding:16px 0;border-bottom:1px solid var(--line);font-size:13px;line-height:1.5}.summary-line small{margin-top:2px}.total{font-size:19px;border:0}.cart-row{display:grid;grid-template-columns:90px 1fr 75px 85px;gap:18px;align-items:center;border-bottom:1px solid var(--line);padding:20px 0}.cart-row img{width:90px;height:110px;object-fit:contain;background:var(--cream);border-radius:3px}.cart-row h2{font-size:16px;margin:0 0 5px}.cart-row p{font-size:12px;margin:0}.cart-row strong{font-size:13px;text-align:right}.cart-row label{font-size:10px;margin:0}.cart-row input{padding:9px}.text-button{background:transparent;color:var(--brand);border:0;text-decoration:underline;font-size:12px;padding:8px 0;font-weight:400}.text-button:hover{background:transparent;color:#101c10}.panel{border:1px solid var(--line);padding:30px;border-radius:5px}.panel p{font-size:14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.panel h2{margin-top:26px}.error{background:#f9e9e4;color:#8c3525;padding:14px;border-radius:4px;font-size:13px;line-height:1.7;overflow-wrap:anywhere}.notice{background:#e9e5d6;padding:14px;color:#594d2e;font-size:13px;line-height:1.7}.status{display:inline-block;background:#ede8d6;padding:8px 12px;border-radius:20px;font-size:11px;margin-bottom:15px}.actions{display:flex;gap:12px;flex-wrap:wrap}.login{max-width:460px;margin:30px auto}.login h1{font-size:38px}@media(max-width:1000px){.site-header,main,footer{padding-left:25px;padding-right:25px}.hero>div:first-child{padding:38px 0 35px 30px}.hero{min-height:410px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-description h3{font-size:15px}.filters{flex-wrap:wrap}.filters .search{flex-basis:100%}.product-detail{gap:30px}.checkout-layout{grid-template-columns:1fr}.cart-row{grid-template-columns:90px 1fr 80px 100px}.summary{max-width:100%}}@media(max-width:600px){.site-header{padding:22px 18px}.brand{font-size:21px}.site-header nav{gap:15px;font-size:11px}.site-header nav>a:first-child{display:none}main{padding:22px 18px 45px}.demo-bar{font-size:9px;line-height:1.5}.hero{grid-template-columns:1fr}.hero>div:first-child{padding:35px 26px}.hero h1{font-size:42px}.hero-art{height:230px}.hero-art img{width:90%;height:300px}.hero-art:before{height:290px;width:240px}.hero-stamp{width:65px;height:65px;top:14px;right:17px;font-size:8px}.benefits{font-size:9px;gap:10px;line-height:1.7;padding:20px 0;margin-bottom:35px}.section-heading h2{font-size:25px}.section-heading>span{white-space:nowrap;font-size:10px}.eyebrow{font-size:9px;letter-spacing:1.5px}.filters{gap:8px}.filters input,.filters select{padding:10px 7px;font-size:11px}.filters label:not(.search){flex-basis:25%}.filters button{width:100%}.product-grid{gap:23px 12px}.product-description{display:block}.product-description h3{font-size:13px;margin-bottom:6px}.product-card>p{font-size:10px}.product-image>span{font-size:8px;top:8px;left:8px}.manifesto{margin-top:40px}.manifesto h2{font-size:30px}footer{padding:30px 18px;flex-wrap:wrap}footer>small{width:100%;border-top:1px solid var(--line);padding-top:20px}.product-detail{grid-template-columns:1fr;gap:24px}.detail-copy{padding:0}.detail-copy h1{font-size:36px}.back{margin-bottom:25px}.cart-row{grid-template-columns:65px 1fr 70px;gap:12px}.cart-row img{width:65px;height:85px}.cart-row strong{grid-column:2;text-align:left}.cart-row h2{font-size:14px}.cart-row label{grid-column:3;grid-row:1}.panel,.summary{padding:21px}.form-grid{grid-template-columns:1fr}h1{font-size:36px}.actions button{width:100%}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.site-header,footer{background:#080808;color:#f7f2e8;border-color:#b68b36}.site-header{padding-top:14px;padding-bottom:14px}.brand img{display:block;object-fit:contain;flex-shrink:0;border-radius:50%}.site-header .active,.site-header nav a:hover,footer a:hover{color:#e4bf67}.bag-count{color:#241a08}footer p,footer small{color:#c9c2b5}.eyebrow{color:#785816}@media(max-width:600px){.site-header .brand img{width:86px;height:86px}footer .brand img{width:112px;height:112px}}.cart-confirmation{position:fixed;width:min(460px,100% - 32px);max-height:calc(100dvh - 32px);overflow-y:auto;margin:auto;padding:42px 30px 30px;border:1px solid #d9c493;border-radius:14px;background:#fcfbf8;color:#292722;text-align:center;box-shadow:0 24px 80px #00000040}.cart-confirmation::backdrop{background:#0009}body:has(.cart-confirmation[open]){overflow:hidden}.cart-confirmation-close{position:absolute;top:8px;right:8px;width:44px;height:44px;padding:0;border:0;background:transparent;color:#544b3b;font-size:28px}.cart-confirmation-close:hover{background:#eee6d5}.cart-confirmation-icon{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;margin-bottom:20px;border-radius:50%;background:#eee6d5;color:#785816;font-size:30px}.cart-confirmation h2{margin-bottom:14px;font-family:Georgia,Times New Roman,serif;font-size:28px;line-height:1.25}.cart-confirmation p{font-size:14px;overflow-wrap:anywhere}.cart-confirmation-actions{display:grid;gap:12px;margin-top:26px}.admin-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.admin-heading h1,.admin-heading h2{margin-bottom:12px}.admin-heading p{margin-bottom:0}.admin-tabs{display:flex;gap:8px;border-bottom:1px solid var(--line);margin-bottom:28px}.admin-tabs a{padding:15px 20px;border-bottom:3px solid transparent;font-size:14px}.admin-tabs a.selected{border-color:#b68b36;background:#f0e7d5;font-weight:600}.admin-section{margin-top:24px}.admin-table-wrap{overflow-x:auto;margin-bottom:24px}.admin-table{border-collapse:collapse;width:100%;text-align:left;font-size:14px}.admin-table th{font-size:12px;color:var(--muted);font-weight:600;background:var(--cream)}.admin-table th,.admin-table td{padding:15px 12px;border-bottom:1px solid var(--line);vertical-align:middle}.admin-table td small{display:block;margin-top:5px}.admin-table td:first-child a{text-decoration:underline;text-underline-offset:3px}.admin-table .button{font-size:12px;padding:10px 14px;white-space:nowrap}.admin-variant{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:16px;align-items:center;border-bottom:1px solid var(--line);padding:16px 0;margin-bottom:16px}.admin-variant label{margin:0}.admin-variant>small{max-width:130px}.admin-check{display:flex;align-items:center;gap:12px;padding-top:22px}.admin-check input{width:20px;height:20px;margin:0;accent-color:#6c511d}.admin-images{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:24px}.admin-images figure{margin:0;width:160px}.admin-images img{display:block;object-fit:contain;background:var(--cream);border-radius:4px}.admin-images figcaption{font-size:12px;line-height:1.5;margin-top:8px;overflow-wrap:anywhere}.admin-facts{display:grid;grid-template-columns:80px 1fr;gap:12px;font-size:14px;margin-bottom:24px}.admin-facts dt{color:var(--muted)}.admin-facts dd{margin:0;overflow-wrap:anywhere}.summary-line small{display:block}.refund-warning{color:#8c3525}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:700px){.admin-heading{flex-direction:column;align-items:stretch}.admin-heading h1{font-size:32px}.admin-tabs a{padding:13px 10px;font-size:12px;flex:1;text-align:center}.admin-variant{grid-template-columns:1fr 1fr}.admin-table{min-width:580px}.admin-section .admin-table{min-width:360px}}
