.hero-content h2{font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);text-align:center;width:100%}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;min-height:320px;padding-bottom:3rem}.hero-text-bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(112,66,20,.32);z-index:2;border-radius:0;pointer-events:none}.hero-content>:not(.hero-text-bg){position:relative;z-index:2}.hero{position:relative;overflow:hidden}.hero-carousel-bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:0}.hero-carousel-bg img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top;opacity:0;transition:opacity 1.2s cubic-bezier(.4, 0, .2, 1);z-index:0}.hero-carousel-bg img.active{opacity:1;z-index:1}.hero-content{position:relative;z-index:2}.nav-links a.kb-focus{color:var(--accent-gold);outline:0}:root{--wood-dark:#2a1a0e;--wood-medium:#5d4037;--wood-light:#8d6e63;--accent-gold:#9a5b23;--accent-gold-light:#c07c41;--bg-parchment:#faf3e0;--white:#ffffff;--font-headers:"Playfair Display",serif;--font-text:"Open Sans",sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-text);color:var(--wood-dark);background-color:var(--bg-parchment);line-height:1.6;display:flex;flex-direction:column;min-height:100vh}main{flex-grow:1;transition:transform 360ms cubic-bezier(.4, 0, .2, 1)}.logo,h1,h2,h3{font-family:var(--font-headers);font-weight:600}a{text-decoration:none;color:inherit;transition:color .3s ease}img{max-width:100%;height:auto;display:block}header{background-color:var(--wood-dark);color:var(--white);position:sticky;top:0;z-index:100;box-shadow:0 2px 16px 0 rgba(42,26,14,.18),0 1.5px 6px 0 rgba(0,0,0,.1)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;letter-spacing:1px;color:var(--accent-gold);display:flex;align-items:center;gap:.6em}.logo-img{height:2em;width:auto;display:inline-block;vertical-align:middle}.nav-links{list-style:none;display:flex;gap:2rem}.nav-links a:hover{color:var(--accent-gold)}.menu-toggle{display:flex!important;align-items:center;justify-content:center;position:absolute;top:1rem;right:2rem;font-size:1.6rem;cursor:pointer;background:0 0;border:none;color:var(--white);z-index:10;width:2.5rem;height:2.5rem;line-height:1;padding:0;margin:0}.menu-toggle.open{color:var(--accent-gold)}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--white);background:linear-gradient(rgba(62,39,35,.7),rgba(62,39,35,.7)),url("https://images.unsplash.com/photo-1605338167664-98448eb521bd?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80") center/cover no-repeat}.hero-content{max-width:800px;padding:2rem}.hero-content .btn{align-self:center}.hero h1{font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);text-align:center;width:100%}.hero p{font-size:1.2rem;margin-bottom:2rem;font-weight:300}.btn{display:inline-block;background-color:var(--accent-gold);color:var(--white);padding:.8rem 2rem;border-radius:4px;font-family:var(--font-headers);font-size:1.1rem;transition:background .3s cubic-bezier(.4, 0, .2, 1),color .3s cubic-bezier(.4, 0, .2, 1),border-color .3s cubic-bezier(.4, 0, .2, 1),box-shadow .3s cubic-bezier(.4, 0, .2, 1),transform .18s cubic-bezier(.4, 0, .2, 1);border:1px solid var(--accent-gold)}.btn:focus{outline:0}.btn:focus-visible{outline:2px solid var(--accent-gold);outline-offset:2px}.contact-form button.btn:focus{outline:0}.contact-form button.btn:focus-visible{outline:2px solid var(--accent-gold);outline-offset:2px}.btn:hover{background-color:var(--accent-gold-light);border-color:var(--accent-gold);color:var(--wood-dark);box-shadow:0 2px 12px rgba(154,91,35,.18);transform:translateY(-2px) scale(1.04)}.section{padding:5rem 2rem;max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--wood-medium)}.section-title::after{content:"";display:block;width:60px;height:3px;background-color:var(--accent-gold);margin:1rem auto 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{margin-bottom:1.5rem;font-size:1.1rem;text-align:justify}.about-img{max-width:100%}.about-img img{border-radius:8px;box-shadow:0 10px 20px rgba(62,39,35,.2);display:block;margin:0 auto;max-width:100%;height:auto}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.gallery-item{transition:box-shadow .28s cubic-bezier(.4, 0, .2, 1),transform .18s cubic-bezier(.4, 0, .2, 1);box-shadow:0 4px 24px 0 rgba(42,26,14,.13);transform:translateY(-2px) scale(1.025);position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);cursor:pointer;aspect-ratio:1/1}.gallery-item a{display:block;width:100%;height:100%}.gallery-item img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(62,39,35,.9));color:var(--white);padding:2rem 1rem 1rem;text-align:center;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1;background:color-mix(in srgb,var(--accent-gold-light) 18%,transparent)}.wystawy-container{display:flex;flex-direction:column;gap:4rem}.exhibition-block{width:100%}.exhibition-header{text-align:center;margin-bottom:2rem}.exhibition-header h3{font-size:1.8rem;color:var(--wood-medium);margin-bottom:.5rem}.exhibition-location{font-style:italic;color:var(--wood-light);font-size:1.1rem}.contact-bg{background-color:var(--wood-dark);color:var(--white)}.contact-bg .section-title{color:var(--bg-parchment)}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info h3{color:var(--accent-gold);margin-bottom:1rem;font-size:1.5rem}.contact-info p{margin-bottom:.8rem;font-size:1.1rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{width:100%;padding:1rem;border:none;border-radius:4px;font-family:var(--font-text);background-color:rgba(255,255,255,.1);color:var(--white)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#ccc}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid var(--accent-gold)}.lightbox-container{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000}.lightbox-container.active{display:flex;align-items:center;justify-content:center}.lightbox-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);z-index:1000}.lightbox-content{position:relative;z-index:1001;display:flex;align-items:center;justify-content:center;max-width:90vw;max-height:90vh;animation:lightbox-fade-in .3s ease}@keyframes lightbox-fade-in{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.lightbox-image{max-width:100%;max-height:85vh;width:auto;height:auto;object-fit:contain;border-radius:4px;box-shadow:0 10px 40px rgba(0,0,0,.5)}.lightbox-inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.lightbox-caption{color:var(--white);font-size:1rem;text-align:center;max-width:600px;font-style:italic;padding:0 1rem}.lightbox-close,.lightbox-next,.lightbox-prev{position:absolute;background:rgba(255,255,255,.2);color:var(--white);border:none;font-size:2rem;cursor:pointer;padding:.5rem 1rem;border-radius:4px;transition:background .3s,transform .2s;z-index:1002}.lightbox-close:hover,.lightbox-next:hover,.lightbox-prev:hover{background:rgba(255,255,255,.4)}.lightbox-close{top:1rem;right:1rem;font-size:2.5rem;padding:0 .8rem}.lightbox-next,.lightbox-prev{top:50%;transform:translateY(-50%);font-size:2.5rem}.lightbox-next:hover,.lightbox-prev:hover{transform:translateY(-50%)}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}@media (max-width:600px){.lightbox-image{max-height:70vh}.lightbox-close,.lightbox-next,.lightbox-prev{font-size:1.5rem;padding:.25rem .6rem}.lightbox-close{top:.5rem;right:.5rem}.lightbox-next,.lightbox-prev{font-size:1.8rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}}footer{background-color:#271815;color:#888;text-align:center;padding:1.5rem;font-size:.9rem}@media (max-width:800px){.nav-container{position:relative;flex-wrap:wrap;align-items:center}.logo{order:1;flex:1}.menu-toggle{display:flex;align-items:center;justify-content:center;position:absolute;top:1rem;right:2rem;font-size:1.6rem;cursor:pointer;background:0 0;border:none;color:var(--white);z-index:10;width:2.5rem;height:2.5rem;line-height:1;padding:0;margin:0}.menu-toggle.open{color:var(--accent-gold)}.nav-links{order:3;width:100%;display:flex;flex-direction:column;gap:.25rem;background-color:var(--wood-dark);padding:0 2rem;box-sizing:border-box;max-height:0;overflow:hidden;transition:max-height 360ms cubic-bezier(.4, 0, .2, 1),padding 240ms ease}.nav-links.open{padding:1rem 2rem}.nav-links li a{display:block;padding:.75rem 0;color:var(--white);font-weight:600;font-size:1rem}.hero h1{font-size:2.5rem}.about-grid,.contact-container{grid-template-columns:1fr}.about-img img{max-width:100%;height:auto}}.menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(30,20,10,.45);z-index:99;transition:opacity .3s;opacity:0;pointer-events:none}.menu-overlay.active{opacity:1;pointer-events:auto}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;border:0;padding:0;margin:-1px}.logo-title{display:inline;font:inherit;font-size:inherit;font-weight:inherit;margin:0;padding:0;vertical-align:middle;/*color:#a28c6a*/}.section-galeria{background-color:#f1e8d0}.contact-error{color:#b00;margin:.5em 0;display:none}.btn-submit{width:100%;margin-top:1rem}#scrollToTopBtn{position:fixed;right:2rem;bottom:2rem;z-index:1200;display:none;background:var(--accent-gold);color:var(--white);border:none;border-radius:50%;width:48px;height:48px;box-shadow:0 2px 8px rgba(42,26,14,.13);font-size:2rem;cursor:pointer;transition:opacity .3s}