:root{--main-width:860px;--sidebar-width:300px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;line-height:1.6;color:#333;background:#fff}header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}nav{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:2rem;font-weight:700;color:#b46868;text-decoration:none}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav-links a:hover{color:#b46868}.hero{background:linear-gradient(135deg,#f5f5f5 0,#e8e8e8 100%);padding:4rem 2rem;text-align:center}.hero h1{font-size:3.5rem;color:#b46868;margin-bottom:1rem;font-weight:300}.hero h2{font-size:1.8rem;color:#666;margin-bottom:.5rem;font-weight:400}.hero h3{font-size:1.5rem;color:#888;font-weight:300}.container{max-width:1200px;margin:0 auto;padding:3rem 2rem}main{max-width:1200px;margin:0 auto;padding:3rem 2rem}.intro-text{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:3rem}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:4rem}.gallery__item{overflow:hidden;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:transform .3s}.gallery__item:hover{transform:translateY(-5px)}.gallery__item img{width:100%;height:400px;object-fit:cover;display:block}img{height:auto;max-width:100%;vertical-align:top}section{margin-bottom:4rem}section h2{font-size:2.5rem;color:#b46868;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid #b46868}.event-banner{background:#f9f9f9;padding:2rem;border-radius:8px;margin-bottom:3rem;border-left:5px solid #b46868}.event-banner h3{color:#b46868;font-size:1.8rem;margin-bottom:1rem}.event-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.event-images img{width:100%;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.news-box{background:#fff;padding:2rem;border:2px solid #b46868;border-radius:8px;margin-bottom:2rem}.news-box h3{color:#b46868;margin-bottom:1rem}.news-box a{color:#b46868;text-decoration:none}.news-box a:hover{text-decoration:underline}.exhibitions{background:#f9f9f9;padding:2rem;border-radius:8px}.exhibitions h3{color:#b46868;margin-bottom:2rem}.exhibition-item{padding:1rem 0;border-bottom:1px solid #ddd}.exhibition-item:last-child{border-bottom:none}.exhibition-date{font-weight:700;color:#b46868}.exhibition-description{font-size:.95rem;color:#666;line-height:1.6;margin-top:.5rem}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.team-member{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1)}.team-member img{width:100%;height:350px;object-fit:cover}.team-info{padding:1.5rem}.team-info h3{color:#b46868;margin-bottom:.5rem}.team-info h3 a{color:#b46868;text-decoration:none}.team-info h3 a:hover{text-decoration:underline}.team-description{font-size:.95rem;color:#666;line-height:1.6}.team-description a{color:#b46868;text-decoration:none}.team-description a:hover{text-decoration:underline}.wir-section{margin-bottom:4rem}.wir-section h2{font-size:2.5rem;color:#b46868;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid #b46868}.contact-section{background:#f9f9f9;padding:3rem 2rem;border-radius:8px}.contact-info-grid{display:grid;grid-template-columns:repeat(3,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.contact-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1);text-align:center}.contact-card h3{color:#b46868;margin-bottom:1.5rem;font-size:1.5rem}.contact-description{font-size:.95rem;color:#666;line-height:1.8;margin-bottom:1rem}.contact-description a{color:#b46868;text-decoration:none;font-weight:500}.contact-description a:hover{text-decoration:underline}.contact-card p{color:#666;line-height:1.8;margin-bottom:1rem}.contact-card a{color:#b46868;text-decoration:none;font-weight:500}.contact-card a:hover{text-decoration:underline}.contact-link{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background:#b46868;color:#fff!important;border-radius:4px;text-decoration:none!important;transition:background .3s}.contact-link:hover{background:#9a5555;text-decoration:none!important}footer{background:#333;color:#fff;padding:3rem 2rem;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto}footer h4{color:#b46868;margin-bottom:1rem}footer p{line-height:1.8;font-size:.9rem;color:#ccc}.footer-logo{color:#b46868;font-size:2rem;font-weight:700;margin-bottom:1rem}.rental-section{display:grid;grid-template-columns:2fr 1fr;gap:2rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1);margin-bottom:2rem}.rental-info h3{color:#b46868;margin-bottom:1rem}.rental-description{font-size:.95rem;color:#666;line-height:1.6}.rental-description a{color:#b46868;text-decoration:none}.rental-description a:hover{text-decoration:underline}.rental-image img{width:100%;border-radius:8px}@media (max-width:768px){.nav-links{flex-direction:column;gap:1rem}.hero h1{font-size:2.5rem}.hero h2{font-size:1.3rem}.rental-section{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.contact-info-grid{grid-template-columns:1fr}}.gallery-wrapper-grid{display:none}html{scroll-behavior:smooth}#related-posts>div{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5%}