@import"https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600&family=Source+Sans+3:wght@300;400;600&display=swap";:root{--color-header: #fef2e8;--color-content: #f4eae0;--color-text: #6d4c41;--color-text-dark: #4a342c;--color-white: #fff;--max-width: 1200px;--font-logo: "Josefin Sans", sans-serif;--font-body: "Source Sans 3", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:.95rem;font-weight:300;line-height:1.6;color:var(--color-text);background:var(--color-content) url(/images/bg-pattern.png) repeat center center;background-attachment:fixed;-webkit-font-smoothing:antialiased}a{color:var(--color-text);text-decoration:none;transition:opacity .2s}a:hover{opacity:.7}img{max-width:100%;height:auto;display:block}.page-wrapper{max-width:var(--max-width);margin:0 auto;background:var(--color-content);min-height:100vh;display:flex;flex-direction:column}.site-header{background:var(--color-header);padding:1.25rem 2rem;position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo{font-family:var(--font-logo);font-size:1.1rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-dark);white-space:nowrap}.logo:before,.logo:after{content:"—";margin:0 .4em;opacity:.6}.nav-desktop{display:flex;align-items:center;gap:1.5rem}.nav-desktop a{font-size:.85rem;font-weight:400;letter-spacing:.02em}.nav-desktop a.active{font-weight:600}.cart-link{display:flex;align-items:center;gap:.4rem;font-size:.85rem}.cart-link svg{width:18px;height:18px;stroke:var(--color-text);fill:none;stroke-width:1.5}.menu-toggle{display:none;background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:.85rem;color:var(--color-text);padding:.5rem}.nav-mobile{display:none;flex-direction:column;gap:.75rem;padding:1rem 0 0}.nav-mobile.open{display:flex}main{flex:1}.hero{position:relative;width:100%;overflow:hidden}.hero img{width:100%;height:auto;object-fit:cover}.products-section{padding:2.5rem 2rem}.categories{margin-bottom:2rem}.categories h3{font-family:var(--font-logo);font-size:1rem;font-weight:400;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.1em}.category-list{list-style:none;display:flex;gap:1.5rem}.category-list a{font-size:.9rem}.category-list a.active{font-weight:600;text-decoration:underline;text-underline-offset:3px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem}.product-card{text-align:center}.product-card .product-image{aspect-ratio:2/3;overflow:hidden;margin-bottom:1rem}.product-card .product-image img{width:100%;height:100%;object-fit:cover}.product-card h2{font-family:var(--font-body);font-size:1rem;font-weight:400;margin-bottom:.25rem}.product-card .price{font-size:.95rem;font-weight:400}.about-teaser{display:grid;grid-template-columns:1fr 2fr;gap:2rem;padding:2rem;align-items:start}.about-teaser .about-image{overflow:hidden}.about-teaser .about-image img{width:100%;aspect-ratio:2/3;object-fit:cover;object-position:center 20%}.about-teaser h1{font-family:var(--font-logo);font-size:1.75rem;font-weight:400;margin-bottom:1rem;color:var(--color-text-dark)}.about-teaser p{margin-bottom:1rem;text-align:justify}.about-teaser em{font-style:italic}.page-content{padding:2.5rem 2rem}.page-content h1{font-family:var(--font-logo);font-size:2rem;font-weight:400;margin-bottom:1.5rem;color:var(--color-text-dark);text-align:center}.page-content h2{font-family:var(--font-logo);font-size:1.25rem;font-weight:600;margin:2rem 0 1rem;color:var(--color-text-dark)}.page-content h3{font-family:var(--font-logo);font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--color-text-dark)}.page-content p{margin-bottom:1rem;text-align:justify}.page-hero{width:100%;max-height:400px;overflow:hidden}.page-hero img{width:100%;height:400px;object-fit:cover}.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.about-layout .portrait img{width:100%;aspect-ratio:3/4;object-fit:cover}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;padding:2rem}.gallery-thumb{display:block;width:100%;padding:0;border:none;background:none;cursor:pointer;overflow:hidden}.gallery-thumb img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .3s}.gallery-thumb:hover img{transform:scale(1.02)}.gallery-lightbox{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center}.gallery-lightbox[hidden]{display:none}.gallery-lightbox-backdrop{position:absolute;inset:0;background:#1e140fd9}.gallery-lightbox-dialog{position:relative;z-index:1;width:min(92vw,1100px);max-height:92vh;display:flex;flex-direction:column;align-items:center}.gallery-lightbox-figure{margin:0;width:100%;display:flex;flex-direction:column;align-items:center}.gallery-lightbox-image{max-width:100%;max-height:calc(92vh - 5rem);width:auto;height:auto;object-fit:contain;box-shadow:0 8px 40px #0000004d}.gallery-lightbox-caption{margin-top:.75rem;color:var(--color-white);font-size:.9rem;text-align:center}.gallery-lightbox-counter{margin-top:.5rem;color:#ffffffb3;font-size:.85rem}.gallery-lightbox-close,.gallery-lightbox-prev,.gallery-lightbox-next{position:absolute;border:none;background:transparent;color:var(--color-white);cursor:pointer;line-height:1;transition:opacity .2s}.gallery-lightbox-close:hover,.gallery-lightbox-prev:hover,.gallery-lightbox-next:hover{opacity:.7}.gallery-lightbox-close{top:-2.5rem;right:0;font-size:2.5rem;padding:.25rem .5rem}.gallery-lightbox-prev,.gallery-lightbox-next{top:50%;transform:translateY(-50%);font-size:3.5rem;padding:.5rem 1rem}.gallery-lightbox-prev{left:-3.5rem}.gallery-lightbox-next{right:-3.5rem}.contact-info p{margin-bottom:.5rem}.contact-info strong{font-weight:600}.cart-empty{text-align:center;padding:4rem 2rem}.cart-empty p{font-size:1.1rem;margin-bottom:1.5rem}.btn{display:inline-block;padding:.75rem 2rem;border:2px solid var(--color-text);font-family:var(--font-body);font-size:.9rem;color:var(--color-text);background:transparent;cursor:pointer;transition:background .2s,color .2s}.btn:hover{background:var(--color-text);color:var(--color-white);opacity:1}.site-footer{background:var(--color-content) url(/images/footer-bg.png) repeat center center;padding:2.5rem 2rem 1.5rem;margin-top:auto}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.footer-grid h2{font-family:var(--font-logo);font-size:.95rem;font-weight:600;margin-bottom:.75rem;color:var(--color-text-dark)}.footer-grid p{font-size:.9rem;line-height:1.8}.footer-grid a{display:inline-block}.footer-bottom{text-align:center;font-size:.8rem;opacity:.6;padding-top:1rem;border-top:1px solid rgba(109,76,65,.15)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--color-white);padding:1.25rem 2rem;box-shadow:0 -2px 20px #0000001a;z-index:1000;display:none}.cookie-banner.visible{display:block}.cookie-banner p{font-size:.85rem;margin-bottom:1rem;max-width:900px}.cookie-buttons{display:flex;gap:1rem;flex-wrap:wrap}.cookie-buttons button{padding:.5rem 1.25rem;border:1px solid var(--color-text);background:transparent;font-family:var(--font-body);font-size:.85rem;color:var(--color-text);cursor:pointer}.cookie-buttons button.primary{background:var(--color-text);color:var(--color-white)}@media(max-width:768px){.nav-desktop{display:none}.menu-toggle{display:block}.about-teaser,.about-layout,.footer-grid{grid-template-columns:1fr}.site-header{padding:1rem 1.25rem}.products-section,.page-content,.about-teaser{padding:1.5rem 1.25rem}.gallery-grid{padding:1.25rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.gallery-lightbox-prev{left:.25rem}.gallery-lightbox-next{right:.25rem}.gallery-lightbox-close{top:.5rem;right:.5rem;z-index:2}.gallery-lightbox-dialog{width:100vw;max-height:100vh;padding:3rem 2.5rem 1.5rem}.gallery-lightbox-image{max-height:calc(100vh - 7rem)}.logo{font-size:.9rem;letter-spacing:.1em}}
