:root{--leather:#6b4f2a;--leather-dark:#4a3620;--leather-light:#8a6d43;--cream:#f7f1e6;--cream-deep:#efe4d0;--ink:#2b2320;--muted:#7a6f64;--border:#e3d8c5;--white:#fffdf9;--max-width:1120px;--radius:10px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.65}h1,h2,h3{color:var(--leather-dark);margin:0 0 .5em;font-family:Georgia,Times New Roman,serif;line-height:1.2}h1{font-size:clamp(2rem,4vw,3rem)}h2{font-size:clamp(1.5rem,3vw,2.1rem)}a{color:var(--leather)}img{max-width:100%;height:auto;display:block}main{max-width:var(--max-width);margin:0 auto;padding:2.5rem 1.25rem 4rem}.lead{color:var(--muted);max-width:60ch;font-size:1.15rem}.site-header{z-index:10;background:var(--cream);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.site-header .brand{color:var(--leather-dark);letter-spacing:.01em;font-family:Georgia,serif;font-size:1.3rem;font-weight:700;text-decoration:none}.site-nav{flex-wrap:wrap;gap:1.25rem;display:flex}.site-nav a{color:var(--ink);font-weight:500;text-decoration:none}.site-nav a:hover{color:var(--leather)}.site-footer{background:var(--leather-dark);color:var(--cream);text-align:center;padding:2.5rem 1.5rem}.site-footer a{color:var(--cream)}.site-footer .footer-contact{margin:.5rem 0}.site-footer small{color:var(--cream-deep);opacity:.8}.btn{border-radius:var(--radius);border:1px solid var(--leather);padding:.7rem 1.4rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:inline-block}.btn-primary{background:var(--leather);color:var(--white)}.btn-primary:hover{background:var(--leather-dark);border-color:var(--leather-dark)}.btn-outline{color:var(--leather);background:0 0}.btn-outline:hover{background:var(--leather);color:var(--white)}.btn-row{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.hero{background:linear-gradient(135deg, var(--cream), var(--cream-deep));border-radius:var(--radius);margin-bottom:3rem;padding:clamp(2rem,5vw,4rem)}.hero p{max-width:55ch}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}.hero-img{aspect-ratio:3/2;object-fit:cover;border-radius:var(--radius);width:100%}@media (width<=720px){.hero{grid-template-columns:1fr}}.about-layout{grid-template-columns:320px 1fr;align-items:start;gap:2.5rem;display:grid}.about-portrait{border-radius:var(--radius);border:1px solid var(--border);width:100%}@media (width<=720px){.about-layout{grid-template-columns:1fr}}.grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.5rem;display:grid}.category-section{margin-bottom:3rem;scroll-margin-top:5rem}.category-section>p{color:var(--muted);margin-top:-.25rem}.card{border:1px solid var(--border);border-radius:var(--radius);color:inherit;background:var(--white);flex-direction:column;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex;overflow:hidden}.card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #4a36201f}.card-img{aspect-ratio:1;object-fit:cover;width:100%}.card-body{padding:.9rem 1rem 1.1rem}.card-body h3{margin:0 0 .25rem;font-size:1.1rem}.price{color:var(--leather);margin:0;font-weight:700}.placeholder{text-align:center;background:linear-gradient(135deg, var(--leather), var(--leather-light));color:var(--cream);letter-spacing:.02em;justify-content:center;align-items:center;padding:1rem;font-weight:600;display:flex}.crumbs{color:var(--muted);margin-bottom:1.5rem;font-size:.9rem}.crumbs a{color:var(--muted)}.product-detail{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;display:grid}.product-detail .price{margin:.5rem 0 1rem;font-size:1.4rem}.photo-note{color:var(--muted);margin-top:.75rem;font-size:.85rem;font-style:italic}.gallery-main{border-radius:var(--radius);border:1px solid var(--border);width:100%}.gallery-thumbs{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.6rem;margin-top:.6rem;display:grid}.gallery-thumb-btn{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:8px;padding:0;line-height:0;transition:border-color .15s;overflow:hidden}.gallery-thumb-btn:hover{border-color:var(--leather-light)}.gallery-thumb-btn.active{border-color:var(--leather)}.gallery-thumb{aspect-ratio:1;object-fit:cover;border-radius:6px;width:100%}@media (width<=720px){.product-detail{grid-template-columns:1fr}}
