@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap";:root{color:#19362c;background:#f8f6f0;font-family:DM Sans,system-ui,sans-serif;font-synthesis:none;line-height:1.5;--ink: #19362c;--forest: #1f5a43;--mint: #dcece0;--cream: #f8f6f0;--paper: #fffefa;--coral: #a9472d;--gold: #f0b64b;--border: #d8ded7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button,.button{border:0;border-radius:.55rem;padding:.72rem 1.05rem;color:#fff;background:var(--forest);font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s,background .15s}button:hover,.button:hover{background:#153f2f;transform:translateY(-1px)}button:disabled{opacity:.55;cursor:not-allowed;transform:none}a{color:var(--forest);text-underline-offset:3px}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:#153a2c;line-height:1.13}h1{font-family:Fraunces,Georgia,serif;font-size:clamp(2.1rem,5vw,4rem);letter-spacing:-.035em;margin-bottom:.65rem}h2{font-size:1.45rem}:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.skip-link{position:fixed;z-index:20;left:1rem;top:-5rem;background:var(--ink);color:#fff;padding:.7rem}.skip-link:focus{top:1rem}.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}.site-header{position:sticky;top:0;z-index:10;background:#f8f6f0f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(25,54,44,.12)}.nav-wrap{max-width:1180px;margin:auto;min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.7rem 1.5rem}.brand{font-family:Fraunces,Georgia,serif;font-size:1.35rem;font-weight:700;color:var(--ink);text-decoration:none;white-space:nowrap}.brand span{display:inline-grid;place-items:center;color:#fff;background:var(--coral);width:31px;height:31px;border-radius:50% 50% 45% 45%;margin-right:.35rem}nav{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.55rem 1.2rem}nav>a:not(.button),.link-button{color:var(--ink);font-weight:600;text-decoration:none;background:none;padding:.3rem 0;border-radius:0}nav>a.active{border-bottom:2px solid var(--coral)}.link-button:hover{background:none;color:var(--coral);transform:none}.welcome{color:#66776f;font-size:.9rem}.small{padding:.5rem .75rem;font-size:.9rem}.hero{background:var(--forest);color:#fff;min-height:335px;display:grid;align-items:center;overflow:hidden;position:relative}.hero:before,.hero:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%;width:380px;height:380px;right:6%;top:-160px}.hero:after{width:240px;height:240px;right:18%;top:180px;background:var(--gold);border:0;opacity:.9}.hero>div{width:min(1180px,100%);margin:auto;padding:4.5rem 1.5rem;position:relative;z-index:1}.hero h1{color:#fff;max-width:640px}.hero p:last-child{max-width:600px;font-size:1.12rem;color:#e4efe8}.eyebrow{color:var(--coral);text-transform:uppercase;font-size:.74rem;font-weight:800;letter-spacing:.14em;margin-bottom:.55rem}.hero .eyebrow{color:#f5c66e}.section,.page{max-width:1180px;margin:auto;padding:3.3rem 1.5rem 5rem;min-height:62vh}.page.narrow{max-width:820px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-heading h1,.section-heading h2{margin:0}.count{margin:0;color:#52675c}.filters{display:flex;gap:.75rem;align-items:center;margin-bottom:1.8rem}.filters input,.filters select{height:46px;border:1px solid var(--border);border-radius:.5rem;background:var(--paper);padding:0 .85rem;color:var(--ink)}.filters select{min-width:180px}.search-field{display:flex;flex:1;max-width:580px}.search-field input{flex:1;min-width:100px;border-radius:.5rem 0 0 .5rem}.search-field button{border-radius:0 .5rem .5rem 0}.text-action{color:var(--forest);background:transparent;padding:.4rem;text-decoration:underline}.text-action:hover{color:var(--ink);background:transparent;transform:none}.danger{color:#a23d2e!important}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.card{border:1px solid var(--border);background:var(--paper);border-radius:.85rem;overflow:hidden;min-height:390px;box-shadow:0 5px 18px #1e3c300a}.image-link{display:block;height:225px;overflow:hidden;background:var(--mint)}.image-link img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.image-link:hover img{transform:scale(1.025)}.card-body{padding:1.1rem 1.2rem 1.25rem}.meta{display:flex;justify-content:space-between;align-items:center;gap:.75rem;color:#52665c;text-transform:uppercase;letter-spacing:.08em;font-size:.68rem;font-weight:700}.card h3{font-size:1.28rem;margin:.65rem 0 .2rem}.card h3 a{text-decoration:none;color:var(--ink)}.seller{color:#52665c;font-size:.88rem}.card-foot{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;font-size:1.2rem}.round-link{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--mint);text-decoration:none}.skeleton{background:linear-gradient(110deg,#ecede8 30%,#f7f8f4,#ecede8 70%);background-size:200% 100%;animation:shimmer 1.2s linear infinite}@keyframes shimmer{to{background-position-x:-200%}}.page-state{min-height:50vh;display:grid;place-items:center;color:#65776e}.empty{text-align:center;border:1px dashed #b8c8bd;border-radius:.9rem;background:#ffffff73;padding:4rem 1rem}.empty-icon{margin:0 auto 1rem;border:2px solid var(--coral);width:52px;height:52px;border-radius:50%;display:grid;place-items:center;font-size:1.8rem}.empty p{color:#65776e}.back-link{display:inline-block;margin-bottom:1.5rem;font-weight:600;text-decoration:none}.detail{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,6vw,5rem);align-items:start}.detail-image{background:var(--mint);border-radius:1rem;overflow:hidden;aspect-ratio:1 / .8}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-copy{padding-top:1rem}.detail-copy h1{font-size:clamp(2.2rem,5vw,3.5rem)}.byline{color:#60736a}.detail-price{font-size:1.7rem;font-weight:800;margin:1.4rem 0}.stock{margin:1.5rem 0;font-weight:600}.stock span{color:#49a567;font-size:.65rem}.buy-row{display:flex;align-items:end;gap:.8rem;margin-top:1.3rem}.buy-row label{font-size:.8rem;font-weight:700}.buy-row input{display:block;width:86px;height:46px;margin-top:.3rem;padding:.4rem;border:1px solid var(--border);border-radius:.5rem}.buy-row button{height:46px}.notice{padding:.8rem 1rem;margin:1rem 0;border-radius:.5rem;border-left:4px solid}.notice.error{color:#792b22;background:#fbe7e2;border-color:#bc4b39}.notice.success{color:#245d3a;background:#e1f2e5;border-color:#4e9a63}.auth-layout{max-width:1050px;margin:auto;min-height:680px;padding:4rem 1.5rem;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:5rem}.auth-aside p:last-child{color:#66776f;font-size:1.08rem}.panel{background:var(--paper);border:1px solid var(--border);border-radius:.85rem;box-shadow:0 10px 35px #1e3c300f}.form{padding:clamp(1.5rem,5vw,2.5rem)}.form h1,.form h2{margin-bottom:.7rem}.form>label,.form-row label{display:block;font-weight:700;font-size:.88rem;margin:1rem 0}.form input,.form textarea,.form select{display:block;width:100%;border:1px solid #bdc8c0;color:var(--ink);background:#fff;border-radius:.45rem;padding:.7rem .8rem;margin-top:.35rem}.form small{display:block;font-weight:400;color:#697a72;margin-top:.3rem}.form fieldset{border:0;padding:0;margin:1rem 0}.form legend{font-weight:700;font-size:.88rem;margin-bottom:.4rem}.form .radio{display:inline-flex;align-items:center;gap:.4rem;margin-right:1.25rem}.form .radio input{width:auto;margin:0}.form>button{width:100%;margin-top:.8rem}.form-switch{text-align:center;color:#687970;margin:1.2rem 0 0}.product-form>p{color:#687970}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-buttons{display:flex;gap:.8rem;margin-top:1.4rem}.secondary{background:transparent;color:var(--forest);border:1px solid #9bb2a5}.secondary:hover{color:#fff}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start}.cart-list{border-top:1px solid var(--border)}.cart-item{display:grid;grid-template-columns:105px 1fr auto;gap:1rem;padding:1.2rem 0;border-bottom:1px solid var(--border)}.cart-item img{width:105px;height:95px;border-radius:.55rem;object-fit:cover;background:var(--mint)}.cart-item h2{font-size:1.12rem;margin-bottom:.2rem}.cart-item p{color:#697a72;font-size:.88rem;margin-bottom:.5rem}.cart-actions{display:flex;align-items:end;gap:1rem}.cart-actions label{font-size:.75rem;font-weight:700}.cart-actions input{display:block;width:68px;border:1px solid var(--border);border-radius:.35rem;padding:.3rem}.summary{position:sticky;top:95px;background:var(--ink);color:#fff;border-radius:.8rem;padding:1.5rem}.summary h2{color:#fff}.summary>div{display:flex;justify-content:space-between;margin:.8rem 0}.summary hr{border:0;border-top:1px solid #527065}.summary-total{font-size:1.2rem}.summary button{width:100%;background:var(--gold);color:#223a31;margin:.8rem 0}.summary small{color:#c9d8d0;display:block;text-align:center}.order-list,.sales-list{display:grid;gap:.75rem;margin-top:1.5rem}.order-row{display:flex;align-items:center;justify-content:space-between;background:var(--paper);border:1px solid var(--border);padding:1.15rem;border-radius:.65rem;text-decoration:none;color:var(--ink)}.order-row:hover{border-color:#86a493}.order-row small,.sale small,.receipt-line small{display:block;color:#687970;font-weight:400;margin-top:.15rem}.receipt-head{display:flex;align-items:start;justify-content:space-between;gap:1rem;margin-bottom:2rem}.status,.badge{border-radius:99px;padding:.3rem .65rem;color:#28603c;background:#dcefe1;font-size:.75rem;font-weight:800}.receipt{max-width:720px;padding:1.5rem}.receipt-line{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-top:1px solid var(--border)}.receipt-total{display:flex;justify-content:space-between;border-top:2px solid var(--ink);padding-top:1rem;font-size:1.2rem}.seller-grid{display:grid;gap:.8rem}.seller-item{display:grid;grid-template-columns:105px 1fr auto;align-items:center;gap:1rem;background:var(--paper);border:1px solid var(--border);border-radius:.7rem;padding:.8rem}.seller-item.muted img{filter:grayscale(.9);opacity:.65}.seller-item img{width:105px;height:85px;object-fit:cover;border-radius:.45rem}.seller-item h2{margin:.45rem 0 .2rem;font-size:1.12rem}.seller-item p{margin:0;color:#64766d}.seller-actions{display:flex;align-items:center;gap:.5rem}.badge.archived{color:#744d1e;background:#f4e4c9}.lede{max-width:680px;color:#66776f}.sale{padding:1.2rem 1.4rem}.sale-head{display:flex;justify-content:space-between;color:#5f7168;padding-bottom:.7rem}footer{min-height:120px;color:#dbe9e1;background:var(--ink);padding:2rem max(1.5rem,calc((100% - 1132px)/2));display:flex;justify-content:space-between;align-items:center}footer p{margin:0;font-family:Fraunces,Georgia,serif;font-size:1.3rem}footer a{color:#fff}@media(max-width:800px){.nav-wrap{align-items:flex-start}nav{gap:.45rem .8rem}.welcome{display:none}.hero:after{right:-100px}.product-grid{grid-template-columns:repeat(2,1fr)}.detail,.auth-layout{grid-template-columns:1fr;gap:2rem}.auth-layout{padding-top:2rem}.auth-aside h1{font-size:2.4rem}.cart-layout{grid-template-columns:1fr}.summary{position:static}.seller-item{grid-template-columns:90px 1fr}.seller-actions{grid-column:1 / -1}}@media(max-width:560px){.nav-wrap{display:block;padding:.75rem 1rem}nav{justify-content:flex-start;margin-top:.65rem;font-size:.86rem}.hero{min-height:290px}.hero>div{padding:3.2rem 1rem}.section,.page{padding:2.4rem 1rem 4rem}.product-grid{grid-template-columns:1fr}.filters{align-items:stretch;flex-wrap:wrap}.search-field{flex-basis:100%}.filters label:not(.search-field){flex:1}.filters select{width:100%;min-width:0}.section-heading{align-items:flex-start}.detail{gap:1.2rem}.detail-copy{padding-top:0}.detail-image{aspect-ratio:1}.form-row{grid-template-columns:1fr;gap:0}.cart-item{grid-template-columns:76px 1fr}.cart-item img{width:76px;height:76px}.cart-item>strong{grid-column:2}.seller-item{grid-template-columns:72px 1fr}.seller-item img{width:72px;height:72px}.seller-actions{flex-wrap:wrap}.receipt-head{display:block}footer{display:block}footer a{display:inline-block;margin-top:1rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
