:root{--green:#102e24;--green2:#1c4938;--gold:#b88636;--cream:#f8f3eb;--paper:#fffdf9;--ink:#1e2521;--muted:#6e746f;--line:#ded6c9;--shadow:0 18px 45px rgba(16,46,36,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.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}
.topbar{position:sticky;top:0;z-index:20;height:82px;padding:10px clamp(18px,4vw,60px);display:flex;align-items:center;justify-content:space-between;background:rgba(248,243,235,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(184,134,54,.23)}.brand{display:flex;align-items:center;gap:12px;color:var(--green);text-decoration:none}.brand img{width:56px;height:56px;object-fit:cover;border-radius:8px}.brand strong{display:block;font-family:Georgia,serif;font-size:1.15rem}.brand small{display:block;color:var(--muted);margin-top:2px}.cart-button{border:0;border-radius:999px;background:var(--green);color:white;padding:12px 14px 12px 18px;font-weight:750;display:flex;align-items:center;gap:10px;cursor:pointer}.cart-count{display:grid;place-items:center;background:var(--gold);width:26px;height:26px;border-radius:50%}
main{max-width:1280px;margin:auto;padding:0 clamp(18px,4vw,60px) 70px}.intro{padding:54px 0 38px;border-bottom:1px solid var(--line)}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--gold);font-size:.77rem;font-weight:800;margin:0 0 10px}.intro h1{font-family:Georgia,serif;color:var(--green);font-size:clamp(2.35rem,6vw,5.7rem);font-weight:500;line-height:.94;letter-spacing:-.035em;margin:0;max-width:1050px}.intro h1 em{color:var(--gold);font-weight:400}.trade-note{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.trade-note span{border:1px solid var(--line);background:rgba(255,255,255,.6);padding:9px 13px;border-radius:999px;font-size:.9rem;color:var(--green);font-weight:650}.trade-note .free-delivery{border-color:var(--gold);background:var(--gold);color:#fff;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.catalogue{padding-top:42px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-head h2,.cart-head h2{font-family:Georgia,serif;color:var(--green);font-size:clamp(2rem,4vw,3rem);font-weight:500;margin:0}.search input{width:min(310px,42vw);border:1px solid var(--line);background:var(--paper);border-radius:14px;padding:14px 16px;font-size:1rem;color:var(--ink);outline:none}.search input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(184,134,54,.12)}.filters{display:flex;gap:8px;margin-bottom:22px}.filter{border:1px solid var(--line);background:transparent;padding:9px 15px;border-radius:999px;color:var(--green);font-weight:700;cursor:pointer}.filter.active{background:var(--green);color:white;border-color:var(--green)}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product{background:var(--paper);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 7px 20px rgba(16,46,36,.06);transition:transform .25s,box-shadow .25s}.product:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{position:relative;width:100%;display:block;padding:0;border:0;aspect-ratio:1/1.08;background:#e6d6c2;overflow:hidden;cursor:zoom-in}.product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.product-sold-out .product-image img{filter:grayscale(.28) brightness(.72)}.product-image:hover img,.product-image:focus-visible img{transform:scale(1.045)}.product-image:focus-visible{outline:3px solid var(--gold);outline-offset:-3px}.status-badge{position:absolute;left:14px;top:14px;padding:8px 12px;border-radius:999px;background:#b42318;color:#fff;font-size:.78rem;font-weight:900;letter-spacing:.08em;box-shadow:0 6px 18px rgba(0,0,0,.2)}.zoom-hint{position:absolute;right:12px;bottom:12px;padding:7px 10px;border-radius:999px;background:rgba(16,46,36,.86);color:#fff;font-size:.78rem;font-weight:800;opacity:0;transform:translateY(5px);transition:.25s}.product-image:hover .zoom-hint,.product-image:focus-visible .zoom-hint{opacity:1;transform:none}.product-info{padding:18px}.product-ref{font-size:.78rem;font-weight:850;letter-spacing:.1em;color:var(--gold);margin:0 0 8px}.product-title{font-family:Georgia,serif;font-size:1.4rem;color:var(--green);margin:0}.product-meta{color:var(--muted);font-size:.9rem;margin:6px 0 18px}.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px}.price{font-weight:800;color:var(--green)}.price.sold-out{color:#b42318;text-transform:uppercase;letter-spacing:.05em}.add-button{border:0;background:var(--green);color:#fff;padding:11px 14px;border-radius:10px;font-weight:750;cursor:pointer}.add-button.added{background:var(--gold)}.add-button:disabled{background:#c9c4bb;color:#69645d;cursor:not-allowed}.empty{text-align:center;padding:48px;color:var(--muted)}
footer{background:var(--green);color:white;padding:34px clamp(18px,4vw,60px);display:flex;align-items:center;gap:18px}footer img{width:76px;height:76px;border-radius:10px;object-fit:cover}footer strong{font-family:Georgia,serif;font-size:1.35rem}footer p{margin:3px 0;color:#d8e0dc}.whatsapp-link{margin-left:auto;background:var(--gold);color:#fff;text-decoration:none;padding:13px 17px;border-radius:12px;font-weight:800}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:25;display:flex;align-items:center;gap:10px;background:#1e9f56;color:#fff;text-decoration:none;padding:12px 17px 12px 12px;border-radius:999px;font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.22);transition:transform .2s,background .2s}.whatsapp-float:hover{background:#178348;transform:translateY(-2px)}.whatsapp-float:focus-visible{outline:3px solid #fff;outline-offset:3px}.whatsapp-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fff;color:#1e9f56;font-size:1.05rem}
.zoom-modal{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:56px 20px 24px;background:rgba(4,12,9,.93);cursor:zoom-out}.zoom-modal[hidden]{display:none}.zoom-figure{margin:0;display:grid;gap:12px;justify-items:center;max-width:min(94vw,1000px);max-height:90vh;cursor:default;animation:zoom-in .24s ease-out}.zoom-figure img{display:block;max-width:100%;max-height:calc(90vh - 52px);object-fit:contain;border-radius:12px;box-shadow:0 22px 70px rgba(0,0,0,.48)}.zoom-figure figcaption{color:#fff;font-weight:750;text-align:center}.zoom-close{position:fixed;right:18px;top:18px;width:44px;height:44px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:1.8rem;line-height:1;cursor:pointer}.zoom-close:hover{background:rgba(255,255,255,.24)}.zoom-close:focus-visible{outline:3px solid var(--gold);outline-offset:3px}@keyframes zoom-in{from{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}
.backdrop{position:fixed;inset:0;background:rgba(6,20,15,.56);z-index:30}.cart-panel{position:fixed;right:0;top:0;bottom:0;width:min(460px,100%);background:var(--paper);z-index:31;padding:28px;box-shadow:-25px 0 70px rgba(0,0,0,.2);overflow:auto}.cart-head{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--line);padding-bottom:18px}.close{border:1px solid var(--line);background:white;width:42px;height:42px;border-radius:50%;font-size:1.7rem;line-height:1;cursor:pointer}.cart-items{padding:12px 0}.cart-row{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.cart-row img{width:64px;height:64px;border-radius:9px;object-fit:cover}.cart-row strong{display:block;color:var(--green)}.cart-row small{color:var(--muted)}.qty{display:flex;align-items:center;gap:8px}.qty button{width:30px;height:30px;border:1px solid var(--line);background:white;border-radius:8px;cursor:pointer}.cart-empty{text-align:center;color:var(--muted);padding:54px 15px}.cart-empty strong{color:var(--green)}.cart-actions{position:sticky;bottom:-28px;background:var(--paper);border-top:1px solid var(--line);padding:18px 0 28px}.cart-actions p{font-size:.85rem;color:var(--muted)}.order-button,.clear-button{width:100%;border:0;border-radius:12px;padding:14px;font-weight:800;cursor:pointer}.order-button{background:#1e9f56;color:white}.clear-button{background:transparent;color:var(--muted);margin-top:7px}.order-button:disabled{opacity:.42;cursor:not-allowed}
@media(max-width:800px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.intro{padding-top:38px}.intro h1{line-height:1}.section-head{align-items:stretch;flex-direction:column}.search input{width:100%}footer{align-items:flex-start;flex-wrap:wrap}.whatsapp-link{margin-left:0;width:100%;text-align:center}}
@media(max-width:520px){.topbar{height:72px}.brand img{width:48px;height:48px}.brand small{display:none}.product-grid{grid-template-columns:1fr;gap:16px}.product-image{aspect-ratio:1.12/1}.intro{padding:32px 0 28px}.intro h1{font-size:2.75rem}.trade-note{gap:7px}.trade-note span{font-size:.78rem}.cart-panel{padding:20px}.section-head h2{font-size:2.2rem}.whatsapp-float{right:14px;bottom:14px;padding:10px}.whatsapp-float>span:last-child{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.whatsapp-icon{width:42px;height:42px;font-size:1.2rem}}

/* Uniform catalogue presentation: square cards and tighter framing for legacy photos. */
.product-image{aspect-ratio:1/1;background:#f3ede4}
.product-image img{object-position:center;transform:scale(var(--crop,1))}
.product-image:hover img,.product-image:focus-visible img{transform:scale(calc(var(--crop,1) * 1.045))}
@media(max-width:520px){.product-image{aspect-ratio:1/1}}
