*{box-sizing:border-box;margin:0;padding:0}html{font-size:22px}body{color:#333;background-color:#fff;min-height:100vh;margin:0;font-family:Bax Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}body.mobile-nav-open{width:100%;position:fixed;overflow:hidden}body.admin-site{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}#root:has(.home-page){height:100vh;height:100dvh;overflow:hidden}body{cursor:url(/buttons/cursor-1.png),auto}.bax-button-text{letter-spacing:.05em;color:#2c3e50;font-family:Bax Regular,Inter,sans-serif;font-weight:400;line-height:1}.handwritten{letter-spacing:.5px;font-family:Bax Regular,Brush Script MT,cursive;font-weight:400}.handwritten-large{letter-spacing:1px;color:#2c3e50;font-family:Bax Regular,Brush Script MT,cursive;font-size:2.5rem;font-weight:400}.handwritten-button{letter-spacing:.5px;color:#fff;cursor:url(/buttons/cursor-1.png),auto;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:25px;padding:.8rem 1.5rem;font-family:Bax Regular,Brush Script MT,cursive;font-size:1.2rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #667eea4d}.handwritten-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}button,a,img,[role=button],.cursor-pointer{cursor:url(/buttons/cursor-1.png),auto}button:hover,a:hover,img:hover,[role=button]:hover,.cursor-pointer:hover{cursor:url(/buttons/cursor-3.png),auto}.image-hover-effect{position:relative;overflow:hidden}.image-hover-effect:before{content:"";opacity:0;z-index:1;transition:opacity .3s;position:absolute;inset:0}.image-hover-effect:hover:before{opacity:1}.image-hover-effect img{transition:transform .4s}.image-hover-effect:hover img{transform:none}.glow-on-hover{transition:all .3s}.glow-on-hover:hover{transform:translateY(-2px);box-shadow:0 0 20px #667eea4d}.app{flex-direction:column;min-height:100vh;display:flex}.app:has(.home-page){height:100vh;height:100dvh;overflow:hidden}.app:has(.home-page) .main-content{flex:1;min-height:0;padding:0;overflow:hidden}.main-content{flex-direction:column;flex:1;align-items:stretch;width:100%;max-width:none;min-height:0;margin:0;padding:0;display:flex}.main-content>*{box-sizing:border-box;width:100%;min-width:0}.responsive-card-grid{grid-template-columns:1fr;gap:1.5rem;width:100%;min-width:0;display:grid}@media (min-width:540px){.responsive-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.responsive-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.main-content.portfolio-full-width{max-width:none;margin:0;padding:0}.main-content.about-full-width{max-width:none;height:100%;margin:0;padding:0;overflow:hidden}.app .loading{font-family:Bax Regular,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.loading{justify-content:center;align-items:center;min-height:50vh;display:flex}.about-content{background:#fff;padding:3rem;box-shadow:0 4px 6px #0000001a}.about-content p{color:#666;margin-bottom:1.5rem;line-height:1.7}.about-content h3{color:#2c3e50;margin:2rem 0 1rem}@media (max-width:768px){.main-content{padding:1rem}}.navigation{top:0;top:env(safe-area-inset-top,0);z-index:100;will-change:transform;background:#fff;transition:transform .3s ease-in-out;position:sticky;overflow:visible;transform:translateZ(0)}.navigation.nav-hidden{transform:translateY(-100%)}.nav-main{z-index:101;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:relative}.nav-left{flex:1;justify-content:flex-start;gap:2rem;display:flex}.nav-center{flex:1;justify-content:center;display:flex}.logo-container{justify-content:center;display:flex}.logo-gif{border-radius:8px;width:auto;max-width:300px;height:auto;max-height:150px}.logo-button{object-fit:contain;width:auto;max-width:300px;height:auto;max-height:150px;transition:all .2s}.logo-container:hover .logo-button{opacity:.9;transform:scale(1.05)}.nav-right{flex:1;justify-content:flex-end;align-items:center;gap:2rem;display:flex}.nav-link{background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.nav-button-label{font-size:1.5rem;transition:opacity .2s,transform .2s;display:inline-block}.nav-button-label-about,.nav-button-label-shop{font-size:1.5rem}.nav-link:hover .nav-button-label{opacity:.85;transform:scale(1.05)}.nav-link.active .nav-button-label,.nav-link.portfolio-active .nav-button-label{opacity:1}.cart-button{color:#666;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem;font-weight:500;transition:color .2s;display:flex}.cart-button:hover{color:#2c3e50}.cart-button img{width:20px;height:20px}.mobile-menu-button{z-index:101;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:3.75rem;height:3.75rem;padding:0;display:none;position:relative}.menu-icon{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:auto;height:55px;margin:auto;transition:opacity .15s;position:absolute;inset:0}.menu-icon-close,.mobile-menu-button.is-open .menu-icon-hamburger{opacity:0}.mobile-menu-button.is-open .menu-icon-close{opacity:1}@media (hover:hover){.mobile-menu-button:hover .menu-icon{transform:scale(1.05)}}.mobile-menu{opacity:0;visibility:hidden;pointer-events:none;z-index:999;background:#fff;border-bottom:1px solid #e5e5e5;flex-direction:column;gap:.25rem;padding:1rem;transition:opacity .22s,visibility .22s;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 6px #0000001a}.mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto}.mobile-nav-link{text-align:left;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.75rem 1rem;transition:opacity .2s,transform .2s;display:flex}.mobile-nav-button-label{font-size:1.75rem;transition:opacity .2s,transform .2s;display:inline-block}.mobile-menu.open .mobile-nav-link{animation:.25s forwards fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-link:hover .mobile-nav-button-label{opacity:.85;transform:scale(1.05)}.mobile-nav-link.active .mobile-nav-button-label,.mobile-nav-link.portfolio-active .mobile-nav-button-label{opacity:1}.mobile-cart-button{color:#666;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;padding:.75rem 1rem;font-weight:500;transition:color .2s;display:flex}.mobile-cart-button:hover{color:#2c3e50}.mobile-cart-button img{width:20px;height:20px}@media (max-width:1024px){.logo-gif,.logo-button{max-width:250px;max-height:125px}.menu-icon{height:55px}}@media (max-width:1215px){.nav-left,.nav-right{display:none}.mobile-menu-button,.mobile-menu{display:flex}}@media (max-width:768px){.nav-main{justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem;display:flex;position:relative}.nav-left,.nav-right{display:none}.nav-center{flex:1;justify-content:center;align-items:center;min-width:0;display:flex;overflow:visible}.logo-container{justify-content:center;align-items:center;max-width:100%;display:flex}.logo-gif,.logo-button{object-fit:contain;width:auto;max-width:min(280px,100%);height:auto;max-height:100px;display:block}.mobile-menu-button,.mobile-menu{display:flex}}@media (max-width:480px){.logo-gif,.logo-button{max-width:min(240px,100%);max-height:85px}.mobile-menu-button{width:3.25rem;height:3.25rem}.menu-icon{height:45px}.mobile-nav-button-label{font-size:1.5rem}}.footer{background:#fff;flex-shrink:0;width:100%;margin-top:20px;margin-bottom:0;position:relative;bottom:auto}.footer-content{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1rem;padding:.3rem 2rem;display:flex}.footer-left{flex:1;align-items:center;min-width:0;display:flex}.footer-right{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}.footer-author-link{color:#666;cursor:url(/buttons/cursor-1.png),pointer;text-decoration:none;transition:all .2s}.footer-author-link:hover{color:#2c3e50;cursor:url(/buttons/cursor-3.png),pointer}.footer-social{gap:1.5rem;display:flex}.footer-copyright{color:#666;white-space:nowrap;flex-direction:column;flex-shrink:1;justify-content:center;align-items:center;gap:.5rem;min-width:0;font-family:Bax Regular,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,monospace;font-size:.7rem;font-weight:100;display:flex}.footer-copyright p{white-space:nowrap;margin:0}.footer-copyright a{color:#666;cursor:url(/buttons/cursor-1.png),pointer;text-decoration:none}.footer-copyright a:hover{color:#2c3e50;cursor:url(/buttons/cursor-3.png),pointer}.footer-faq-link{color:#666;font-family:Bax Regular,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,monospace;font-size:.7rem;font-weight:400;text-decoration:none;transition:all .2s}.footer-faq-link:hover{color:#2c3e50}.footer-faq-link-circle{color:#666;cursor:url(/buttons/cursor-1.png),pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-family:Bax Regular,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,monospace;font-size:.7rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000001a}.footer-faq-link-circle:hover{color:#2c3e50;cursor:url(/buttons/cursor-3.png),pointer;box-shadow:0 4px 12px #00000026}.footer-social-link{color:#666;cursor:url(/buttons/cursor-1.png),pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-family:Bax Regular,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,monospace;font-size:1.4rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000001a}.footer-social-link:hover{color:#2c3e50;cursor:url(/buttons/cursor-3.png),pointer;box-shadow:0 4px 12px #00000026}.footer-author{color:#666;font-size:.5rem}@media (min-width:1025px){.app:has(.home-page) .footer{position:fixed;bottom:0}.app:has(.about-page) .footer{position:fixed;bottom:0}}.app:has(.exhibition-detail-page) .footer{margin-top:0;position:relative;bottom:auto}.app:has(.products-page) .footer{margin-top:0;position:relative;bottom:auto}.app:has(.product-page) .footer{margin-top:0;position:relative;bottom:auto}.app:has(.exhibitions-page) .footer{margin-top:0;position:relative;bottom:auto}@media (max-width:1024px){.footer{background:#fff;margin-top:0;position:relative;bottom:auto}.footer-content{align-items:flex-start;padding-top:1rem}}@media (max-width:600px){.footer-copyright{white-space:normal;align-items:flex-start}.footer-copyright p{white-space:normal;line-height:1.4}.footer-copyright-break{display:block}}@media (max-width:768px){.footer-content{align-items:flex-start;gap:.5rem;padding:1rem}.footer-right,.footer-social{gap:1rem}.footer-copyright{font-size:.6rem}.footer-social-link{width:36px;height:36px;font-size:1.2rem}.footer-faq-link-circle{width:36px;height:36px;font-size:.65rem}}@media (max-width:480px){.footer-content{align-items:flex-start;gap:.25rem;padding:1rem .5rem}.footer-right,.footer-social{gap:.5rem}.footer-copyright{font-size:.5rem}.footer-social-link{width:32px;height:32px;font-size:1rem}.footer-faq-link-circle{width:32px;height:32px;font-size:.6rem}}.home-page{text-align:center;flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.hero-section{background:#fff;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:0;padding:1rem 0;display:flex;position:relative;overflow:hidden}.hero-section img{object-fit:contain;width:auto;max-width:300px;height:auto;max-height:150px}@media (max-width:1024px){.hero-section img{max-width:250px;max-height:125px}}@media (max-width:768px){.hero-section img{max-width:280px;max-height:100px}}@media (max-width:480px){.hero-section img{max-width:240px;max-height:85px}}.hero-section img:hover{cursor:url(/buttons/cursor-1.png),auto}.quick-nav-section{flex:1;gap:4px;min-height:0;margin:0;padding:0;display:flex;overflow:hidden}.quick-nav-tile{opacity:1;flex:1;min-height:0;position:relative;overflow:hidden}.quick-nav-tile:hover{z-index:10;transition:transform .3s;transform:scale(1.02)translateZ(0)}.quick-nav-tile img{object-fit:cover;width:100%;height:100%}.tile-title{text-align:center;justify-content:center;align-items:center;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.tile-button-label{color:#fff;text-shadow:0 2px 6px #00000073;font-size:2rem;display:inline-block}.portfolio-section{background:#fff;padding:4rem 2rem}.section-title{color:#2c3e50;letter-spacing:.1em;margin-bottom:3rem;font-family:Bax Regular,Inter,sans-serif;font-size:2.7rem;font-weight:300}@media (max-width:1050px){.quick-nav-section{flex:1;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:4px;min-height:0;display:grid}.quick-nav-tile{min-height:0}.tile-button-label{font-size:1.65rem}}@media (max-width:768px){.quick-nav-section{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:4px;display:grid}.tile-button-label{font-size:1.65rem}.tile-button-label-about{font-size:1.5rem}.tile-button-label-shop{font-size:1.4rem}}@media (max-width:480px){.hero-section{padding:.75rem 0}.quick-nav-section{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:3px;display:grid}.tile-title{bottom:1rem}}.app:has(.home-page) .footer{margin-top:0;position:relative}.about-root{box-sizing:border-box;z-index:1;background:linear-gradient(75deg,#0000 35%,#0000002e 35% 65%,#0000 65% 100%,#0000002e 100%) 0 0/8px 8px,linear-gradient(-15deg,#0000 25%,#ffffff1f 25% 55%,#0000 55% 85%,#ffffff1f 85%) 4px 4px/12px 12px;flex-direction:row-reverse;align-items:stretch;gap:20px;width:100vw;height:calc(100vh - 190px);margin:14px calc(50% - 50vw) 80px;padding-left:20px;padding-right:20px;display:flex;position:fixed}.about-page{box-sizing:border-box;flex-direction:column;flex:1;min-width:0;height:100%;min-height:0;display:flex;position:relative}.about-root,.about-content,.about-image{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translate(-50px)}.about-root.element-visible,.about-content.element-visible,.about-image.element-visible{opacity:1;transform:translate(0)}.about-image:not(.element-visible){visibility:hidden;pointer-events:none}.about-image.element-visible{visibility:visible;pointer-events:auto}.app:has(.about-page) .footer{opacity:0;visibility:hidden;transition:opacity .6s ease-out,transform .6s ease-out;transform:translate(-50px)}.app:has(.about-page) .footer.footer-visible{opacity:1;visibility:visible;transform:translate(0)}.loading,.error{color:#7f8c8d;justify-content:center;align-items:center;min-height:50vh;font-size:1.2rem;display:flex}.error{color:#e74c3c}.about-container{width:100%;height:100%;padding:2rem}.about-content{z-index:2;letter-spacing:.03em;box-sizing:border-box;flex-direction:column;flex:1;width:100%;min-height:0;margin:20px 0;padding:10px;font-family:Bax Regular,Inter,sans-serif;display:flex;overflow-y:auto}.about-title{color:#2c3e50;letter-spacing:.05em;margin:0 0 1rem;font-family:Bax Regular,Inter,sans-serif;font-size:3.2rem;font-weight:700;line-height:1.2}.about-subtitle{color:#7f8c8d;letter-spacing:.03em;margin:0 0 .75rem;font-family:Bax Regular,Inter,sans-serif;font-size:1.6rem;font-style:italic;font-weight:400}.about-text{color:#5a6c7d;letter-spacing:.03em;flex:1;padding:0 0 1rem;font-family:Bax Regular,Inter,sans-serif;font-size:1.35rem;line-height:1.7}.about-text h1,.about-text h2,.about-text h3,.about-text h4,.about-text h5,.about-text h6{color:#2c3e50;margin:1.5rem 0 1rem}.about-text h1{font-size:2rem}.about-text h2{font-size:1.75rem}.about-text h3{font-size:1.5rem}.about-text p{margin:1rem 0}.about-text strong{color:#2c3e50;font-weight:600}.about-text em{color:#7f8c8d;font-style:italic}.about-text ul,.about-text ol{margin:1rem 0;padding-left:2rem}.about-text li{margin:.5rem 0}.about-text>:first-child{margin-top:0}.about-image{aspect-ratio:1200/1810;z-index:3;flex:none;justify-content:center;align-self:stretch;align-items:center;width:auto;height:100%;display:flex;position:relative;overflow:hidden}.about-image picture{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.about-image img{object-fit:contain;width:100%;height:100%}.about-image-desktop{display:block}.about-image-mobile{display:none}@media (max-width:1024px){.about-root{background:linear-gradient(75deg,#0000 35%,#0000002e 35% 65%,#0000 65% 100%,#0000002e 100%) 0 0/8px 8px,linear-gradient(-15deg,#0000 25%,#ffffff1f 25% 55%,#0000 55% 85%,#ffffff1f 85%) 4px 4px/12px 12px;flex-direction:column;gap:0;width:100vw;height:auto;margin:0 calc(50% - 50vw);padding:0;display:flex;position:relative}.about-page{flex:none;width:100%;height:auto;min-height:0}.about-content{box-sizing:border-box;flex-direction:column;flex:none;width:90%;max-width:800px;height:auto;margin:20px auto;padding:10px;display:flex;position:relative;overflow-y:visible}.about-image{aspect-ratio:auto;background:linear-gradient(75deg,#0000 35%,#0000002e 35% 65%,#0000 65% 100%,#0000002e 100%) 0 0/8px 8px,linear-gradient(-15deg,#0000 25%,#ffffff1f 25% 55%,#0000 55% 85%,#ffffff1f 85%) 4px 4px/12px 12px;flex:none;align-self:stretch;width:100vw;height:auto;margin:0 calc(50% - 50vw);padding:0;display:block;position:relative;overflow:visible}.about-image-desktop{display:none}.about-image-mobile{box-sizing:border-box;width:90%;max-width:800px;height:auto;margin:0 auto;display:block;position:relative;overflow-y:visible}.about-image picture{width:100%;height:auto;display:block}.about-image img{width:100%;height:auto}.about-title{text-align:center;justify-content:center;font-size:2.5rem;display:flex}.about-subtitle{text-align:center;justify-content:center;font-size:1.3rem;display:flex}.about-text{text-align:center;justify-content:center;display:block}}@media (max-width:768px){.about-root{background:linear-gradient(75deg,#0000 35%,#0000002e 35% 65%,#0000 65% 100%,#0000002e 100%) 0 0/8px 8px,linear-gradient(-15deg,#0000 25%,#ffffff1f 25% 55%,#0000 55% 85%,#ffffff1f 85%) 4px 4px/12px 12px;flex-direction:column;width:100vw;height:auto;margin:0 calc(50% - 50vw);padding:0;display:flex;position:relative}.about-content{box-sizing:border-box;flex-direction:column;width:90%;max-width:800px;height:auto;margin:20px auto;padding:10px;display:flex;position:relative;overflow-y:visible}.about-title{justify-content:center;font-size:2rem;display:flex}.about-subtitle{justify-content:center;font-size:1.1rem;display:flex}.about-text{text-align:center;display:block}}@media (max-width:480px){.about-root{background:linear-gradient(75deg,#0000 35%,#0000002e 35% 65%,#0000 65% 100%,#0000002e 100%) 0 0/8px 8px,linear-gradient(-15deg,#0000 25%,#ffffff1f 25% 55%,#0000 55% 85%,#ffffff1f 85%) 4px 4px/12px 12px;flex-direction:column;width:100vw;height:auto;margin:0 calc(50% - 50vw);padding:0;display:flex;position:relative}.about-content{box-sizing:border-box;flex-direction:column;width:90%;max-width:800px;height:auto;margin:20px auto;padding:10px;display:flex;position:relative;overflow-y:visible}.about-title{justify-content:center;font-size:1.75rem;display:flex}.about-subtitle{justify-content:center;display:flex}.about-text{text-align:center;display:block}}picture{min-width:0;min-height:0}.admin-login{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.admin-login *{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-container{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:3rem;box-shadow:0 20px 40px #0000001a}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{color:#2c3e50;margin:0 0 .5rem;font-size:2rem;font-weight:600}.login-header h2{color:#7f8c8d;margin:0;font-size:1.1rem;font-weight:400}.login-form{flex-direction:column;gap:1.5rem;display:flex}.form-hint{color:#5a6c7d;margin:0 0 .5rem;font-size:.95rem;line-height:1.4}.totp-setup-qr{flex-direction:column;align-items:flex-start;gap:.75rem;margin:.5rem 0;display:flex}.totp-qr-image{background:#fff;border:1px solid #e1e8ed;border-radius:8px;width:220px;height:220px}.totp-setup-qr a{color:#667eea;text-decoration:none}.totp-setup-qr a:hover{text-decoration:underline}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#2c3e50;font-size:.9rem;font-weight:500}.form-group input{border:2px solid #e1e8ed;border-radius:8px;padding:.75rem;transition:border-color .2s}.form-group input:focus{border-color:#667eea;outline:none}.form-group input:disabled{background-color:#f8f9fa}.error-message{color:#e74c3c;text-align:center;background-color:#fdf2f2;border:1px solid #fecaca;border-radius:6px;padding:.5rem;font-size:.9rem}.login-button{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:.875rem;font-weight:500;transition:transform .2s,box-shadow .2s}.login-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 20px #667eea4d}.login-button:disabled{opacity:.7;transform:none}@media (max-width:480px){.admin-login{padding:1rem}.login-container{padding:2rem}.login-header h1{font-size:1.75rem}}.admin-dashboard{background:#f5f7fa;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.admin-dashboard *{font-family:inherit}.admin-header{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem 2rem;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.admin-header h1{color:#1a202c;margin:0;font-size:1.5rem;font-weight:700}.header-actions{align-items:center;gap:1rem;display:flex}.add-button{color:#fff;background:#667eea;border:none;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.add-button:hover{background:#5a67d8}.logout-button{color:#e53e3e;background:#fff;border:1px solid #e53e3e;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.logout-button:hover{color:#fff;background:#e53e3e}.admin-tabs{background:#fff;border-bottom:1px solid #e2e8f0;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.tab-button{color:#718096;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:1rem 1.5rem;font-size:.875rem;font-weight:600}.tab-button:hover{color:#4a5568}.tab-button.active{color:#667eea;border-bottom-color:#667eea}.admin-main{max-width:1400px;margin:0 auto;padding:2rem}.admin-actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.save-order-button{color:#fff;background:#38a169;border:none;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.save-order-button:hover:not(:disabled){background:#2f855a}.cancel-order-button{color:#4a5568;background:#fff;border:1px solid #cbd5e0;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.cancel-order-button:hover:not(:disabled){background:#edf2f7}.loading{text-align:center;color:#718096;padding:4rem;font-size:1rem}.empty-state{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:3rem 2rem}.empty-state h3{color:#1a202c;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.empty-state p{color:#718096;margin:0 0 1.5rem;font-size:.9375rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.product-image{background:#f7fafc;justify-content:center;align-items:center;height:200px;display:flex;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.no-image{color:#cbd5e0;font-size:.875rem}.product-info{flex-direction:column;flex:1;padding:1.25rem;display:flex}.product-info h3{color:#1a202c;margin:0 0 .5rem;font-size:1.125rem;font-weight:600;line-height:1.3}.product-price{color:#667eea;margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.product-stock{color:#718096;margin:0 0 .75rem;font-size:.8125rem}.product-description{color:#4a5568;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 1rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-specs{border-top:1px solid #e2e8f0;margin-top:auto;padding-top:.75rem}.product-specs h4{color:#4a5568;text-transform:uppercase;letter-spacing:.025em;margin:0 0 .5rem;font-size:.75rem;font-weight:600}.product-specs ul{color:#4a5568;margin:0;padding-left:1rem;font-size:.8125rem;list-style:outside}.product-specs li{margin-bottom:.25rem}.product-actions{background:#f7fafc;border-top:1px solid #e2e8f0;gap:.5rem;padding:1rem 1.25rem;display:flex}.edit-button{color:#fff;background:#667eea;border:none;border-radius:6px;flex:1;padding:.5rem 1rem;font-size:.8125rem;font-weight:600}.edit-button:hover{background:#5a67d8}.delete-button{color:#fff;background:#e53e3e;border:none;border-radius:6px;flex:1;padding:.5rem 1rem;font-size:.8125rem;font-weight:600}.delete-button:hover{background:#c53030}.modal-overlay{z-index:1000;background:#f5f7fa;position:fixed;inset:0}.modal-content{background:#fff;flex-direction:column;width:100%;height:100vh;display:flex;overflow:hidden}.about-content-section{padding:0}.about-preview{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:1rem;padding:2rem}.about-preview h2{color:#1a202c;margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}.about-preview-content h3{color:#1a202c;margin:0 0 .25rem;font-size:1.25rem;font-weight:600}.about-preview-content h4{color:#718096;margin:0 0 1rem;font-size:1rem;font-style:italic;font-weight:500}.about-content-preview{color:#4a5568;margin:0 0 1.5rem;line-height:1.7}.about-content-preview h1,.about-content-preview h2,.about-content-preview h3,.about-content-preview h4,.about-content-preview h5,.about-content-preview h6{color:#1a202c;margin:1.5rem 0 .75rem;font-weight:600}.about-content-preview h3{font-size:1.125rem}.about-content-preview p{margin:.75rem 0}.about-content-preview strong{color:#1a202c;font-weight:600}.about-content-preview em{font-style:italic}.about-content-preview ul,.about-content-preview ol{margin:.75rem 0;padding-left:1.5rem}.about-content-preview li{margin:.25rem 0}.about-image-preview{margin-top:1rem}.about-image-preview img{object-fit:cover;border:1px solid #e2e8f0;border-radius:8px;max-width:250px;max-height:250px}.faq-content-section{max-width:1200px;margin:0 auto}.faq-preview{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:1rem;padding:2rem}.faq-preview h2{color:#1a202c;margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}.faq-preview-content h3{color:#1a202c;margin:0 0 .25rem;font-size:1.25rem;font-weight:600}.faq-preview-content h4{color:#718096;margin:0 0 1rem;font-size:1rem;font-style:italic;font-weight:500}.faq-sections-preview{flex-direction:column;gap:1.5rem;margin-top:1.5rem;display:flex}.faq-section-preview{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.25rem}.faq-section-preview h5{color:#1a202c;border-bottom:1px solid #e2e8f0;margin:0 0 .75rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:600}.faq-items-preview{flex-direction:column;gap:.75rem;display:flex}.faq-item-preview{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.875rem}.faq-item-preview strong{color:#1a202c;margin-bottom:.375rem;font-size:.9375rem;font-weight:600;display:block}.faq-item-preview p{color:#4a5568;margin:0;font-size:.875rem;line-height:1.5}.projects-exhibitions-list{flex-direction:column;gap:1rem;display:flex}.admin-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex;overflow:hidden}.item-order-controls{flex-direction:column;flex-shrink:0;gap:.375rem;display:flex}.order-button{color:#4a5568;background:#f7fafc;border:1px solid #e2e8f0;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:.375rem;font-size:1rem;display:flex}.order-button:hover:not(:disabled){background:#edf2f7;border-color:#cbd5e0}.item-image{background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:140px;height:140px;display:flex;overflow:hidden}.item-image img{object-fit:cover;width:100%;height:100%}.item-info{flex-direction:column;flex:1;gap:.5rem;display:flex}.item-type-badge{color:#fff;text-transform:uppercase;letter-spacing:.025em;background:#667eea;border-radius:4px;width:fit-content;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;display:inline-block}.item-info h3{color:#1a202c;margin:0;font-size:1.125rem;font-weight:600;line-height:1.3}.item-description{color:#4a5568;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.item-details{border-top:1px solid #e2e8f0;margin-top:.25rem;padding-top:.75rem}.item-details p{color:#718096;margin:.25rem 0;font-size:.8125rem;line-height:1.4}.item-details strong{color:#4a5568;font-weight:600}.item-media-count{color:#718096;margin:.5rem 0 0;font-size:.8125rem}.item-actions{flex-direction:column;flex-shrink:0;gap:.5rem;display:flex}.item-actions .edit-button,.item-actions .delete-button{min-width:80px;padding:.5rem .75rem}@media (max-width:768px){.admin-header{padding:1rem}.header-content{flex-direction:column;align-items:stretch;gap:1rem}.header-actions{justify-content:stretch}.add-button,.logout-button{flex:1}.admin-main{padding:1.5rem 1rem}.products-grid{grid-template-columns:1fr}.admin-tabs{padding:0 1rem;overflow-x:auto}.tab-button{white-space:nowrap;padding:.875rem 1rem;font-size:.8125rem}.about-preview,.faq-preview{padding:1.25rem}.admin-item-card{flex-direction:column}.item-order-controls{flex-direction:row;justify-content:center;width:100%}.item-image{width:100%;height:180px}.item-actions{flex-direction:row;width:100%}.item-actions .edit-button,.item-actions .delete-button{flex:1}}.sections-list{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.25rem;margin-top:1rem;display:grid}.section-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.25rem;overflow:hidden}.section-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.section-info{flex:1;min-width:0}.section-info h3{color:#1a202c;margin:0 0 .375rem;font-size:1.125rem;font-weight:600;line-height:1.3}.section-description{color:#4a5568;margin:0 0 .5rem;font-size:.875rem;line-height:1.5}.section-images-count{color:#718096;margin:.5rem 0 0;font-size:.8125rem}.section-actions{flex-shrink:0;gap:.375rem;display:flex}.section-actions .move-button{color:#4a5568;background:#f7fafc;border:1px solid #e2e8f0;border-radius:4px;min-width:32px;padding:.375rem;font-weight:700}.section-actions .move-button:hover:not(:disabled){background:#edf2f7}.section-actions .move-button:disabled{opacity:.3}.section-images-preview{border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:.5rem;margin-top:.75rem;padding-top:.75rem;display:flex}.image-preview-thumb{background:#f7fafc;border:1px solid #e2e8f0;border-radius:4px;width:64px;height:64px;position:relative;overflow:hidden}.image-preview-thumb img{object-fit:cover;width:100%;height:100%}.image-preview-info{color:#fff;background:linear-gradient(#0000,#000000b3);padding:.125rem .25rem;font-size:.625rem;position:absolute;bottom:0;left:0;right:0}.image-preview-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.more-images-indicator{color:#718096;background:#f7fafc;border:1px dashed #cbd5e0;border-radius:4px;justify-content:center;align-items:center;width:64px;height:64px;font-size:.75rem;display:flex}.delete-confirm-overlay{z-index:2000;background:#0f172a73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.delete-confirm-modal{background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:100%;max-width:440px;padding:1.25rem;box-shadow:0 20px 60px #0f172a40}.delete-confirm-modal h3{color:#1a202c;margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.delete-confirm-modal p{color:#4a5568;margin:0;font-size:.92rem;line-height:1.45}.delete-confirm-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.cancel-delete-button,.confirm-delete-button{border:none;border-radius:6px;padding:.55rem .95rem;font-size:.85rem;font-weight:600}.cancel-delete-button{color:#2d3748;background:#edf2f7}.cancel-delete-button:hover{background:#e2e8f0}.confirm-delete-button{color:#fff;background:#e53e3e}.confirm-delete-button:hover{background:#c53030}.product-form{background:#fff;flex-direction:column;width:100%;height:100%;display:flex}.product-form .form-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.product-form .form-header h2{color:#1a202c;margin:0;font-size:1.25rem;font-weight:600}.product-form .close-button{color:#718096;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;padding:.5rem;font-size:1.5rem;line-height:1;display:flex}.product-form .close-button:hover{color:#e53e3e;background-color:#fff5f5;border-color:#e53e3e}.product-form .form{background:#f7fafc;flex:1;padding:2rem;overflow-y:auto}.product-form .form-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.product-form .form-section:last-of-type{margin-bottom:0}.product-form .form-section h3{color:#4a5568;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0;margin:0 0 1.5rem;padding-bottom:.75rem;font-size:.8125rem;font-weight:600}.product-form .form-group{width:100%;margin-bottom:1.25rem}.product-form .form-group:last-child{margin-bottom:0}.product-form .form-group label{color:#4a5568;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.product-form .form-group input,.product-form .form-group textarea{color:#1a202c;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;display:block}.product-form .form-group input:focus,.product-form .form-group textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea26}.product-form .form-group input:disabled,.product-form .form-group textarea:disabled{opacity:.7;background-color:#f7fafc}.product-form .form-group textarea{resize:vertical;min-height:100px}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.product-form .form-section-hint{color:#718096;margin:-.5rem 0 1rem;font-size:.8125rem}.product-images-list{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.product-image-item{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;align-items:flex-start;gap:.5rem;padding:.5rem;display:flex}.product-image-thumb{border:1px solid #e2e8f0;border-radius:6px;width:120px;height:120px;position:relative;overflow:hidden}.product-image-thumb img{object-fit:cover;width:100%;height:100%}.main-badge{color:#fff;background:#667eea;border-radius:4px;padding:2px 6px;font-size:.6875rem;font-weight:600;position:absolute;top:4px;left:4px}.product-image-actions{flex-wrap:wrap;gap:.25rem;display:flex}.product-image-actions button{cursor:pointer;color:#4a5568;background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.product-image-actions button:hover:not(:disabled){background:#edf2f7;border-color:#cbd5e0}.product-image-actions button:disabled{opacity:.5;cursor:not-allowed}.product-image-actions .remove-image-btn:hover:not(:disabled){color:#e53e3e;background:#fff5f5;border-color:#e53e3e}.specifications-list{margin-bottom:1rem}.spec-item{background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:center;margin-bottom:.5rem;padding:.75rem 1rem;display:flex}.spec-item:hover{background:#edf2f7}.spec-key{color:#1a202c;min-width:100px;margin-right:.75rem;font-size:.875rem;font-weight:600}.spec-value{color:#4a5568;flex:1;font-size:.875rem}.remove-spec{color:#fff;background:#e53e3e;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.875rem;display:flex}.remove-spec:hover:not(:disabled){background:#c53030}.add-spec{background:#f7fafc;border:1px dashed #cbd5e0;border-radius:6px;padding:1rem}.add-spec .form-row{margin-bottom:.75rem}.add-spec-button{color:#fff;background:#667eea;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.8125rem;font-weight:600}.add-spec-button:hover:not(:disabled){background:#5a67d8}.add-spec-button:disabled{opacity:.5}.product-form .form-actions{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:flex-end;gap:.75rem;padding:1rem 2rem;display:flex}.product-form .cancel-button{color:#4a5568;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.product-form .cancel-button:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0}.product-form .save-button{color:#fff;background:#667eea;border:none;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.product-form .save-button:hover:not(:disabled){background:#5a67d8}.product-form .save-button:disabled,.product-form .cancel-button:disabled{opacity:.5}@media (max-width:768px){.product-form .form-header,.product-form .form,.product-form .form-section{padding:1rem}.form-row{grid-template-columns:1fr;gap:1rem}.product-form .form-actions{padding:1rem}}.about-form{background:#fff;flex-direction:column;width:100%;height:100%;display:flex}.about-form .form-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.about-form .form-header h2{color:#1a202c;margin:0;font-size:1.25rem;font-weight:600}.about-form .close-button{color:#718096;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;padding:.5rem;font-size:1.5rem;line-height:1;display:flex}.about-form .close-button:hover{color:#e53e3e;background-color:#fff5f5;border-color:#e53e3e}.about-form .form{background:#f7fafc;flex-direction:column;flex:1;padding:2rem;display:flex;overflow-y:auto}.about-form .form-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.about-form .form-section:last-of-type{flex-direction:column;flex:1;margin-bottom:0;display:flex}.about-form .form-section h3{color:#4a5568;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0;margin:0 0 1.5rem;padding-bottom:.75rem;font-size:.8125rem;font-weight:600}.about-form .form-group{width:100%;margin-bottom:1.25rem}.about-form .form-group:last-child{margin-bottom:0}.about-form .form-group:has(.rich-text-editor){flex-direction:column;flex:1;display:flex}.about-form .form-group label{color:#4a5568;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.about-form .form-group input,.about-form .form-group textarea{color:#1a202c;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;display:block}.about-form .form-group input:focus,.about-form .form-group textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea26}.about-form .form-group input:disabled,.about-form .form-group textarea:disabled{opacity:.7;background-color:#f7fafc}.about-form .form-group textarea{resize:vertical;min-height:100px}.rich-text-editor{background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex-direction:column;flex:1;min-height:300px;display:flex;overflow:hidden}.rich-text-editor:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.toolbar{background:#f7fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;flex-shrink:0;gap:.375rem;padding:.5rem;display:flex}.toolbar-btn{color:#4a5568;background:#fff;border:1px solid #e2e8f0;border-radius:4px;min-width:32px;padding:.375rem .625rem;font-size:.8125rem;font-weight:600}.toolbar-btn:hover{color:#667eea;background:#edf2f7;border-color:#667eea}.rich-text-content{color:#1a202c;outline:none;flex:1;padding:1rem;font-family:inherit;font-size:1rem;line-height:1.7;overflow-y:auto}.rich-text-content:focus{outline:none}.rich-text-content h1,.rich-text-content h2,.rich-text-content h3,.rich-text-content h4,.rich-text-content h5,.rich-text-content h6{color:#1a202c;margin:1.5rem 0 1rem;font-weight:700}.rich-text-content p{margin:1rem 0}.rich-text-content strong{font-weight:700}.rich-text-content em{font-style:italic}.rich-text-content ul,.rich-text-content ol{margin:1rem 0;padding-left:2rem}.rich-text-content li{margin:.5rem 0}.help-text{color:#718096;margin-top:.5rem;font-size:.8125rem;display:block}.about-form .form-actions{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:flex-end;gap:.75rem;padding:1rem 2rem;display:flex}.about-form .cancel-button{color:#4a5568;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.about-form .cancel-button:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0}.about-form .save-button{color:#fff;background:#667eea;border:none;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.about-form .save-button:hover:not(:disabled){background:#5a67d8}.about-form .save-button:disabled,.about-form .cancel-button:disabled{opacity:.5}@media (max-width:768px){.about-form .form-header,.about-form .form,.about-form .form-section,.about-form .form-actions{padding:1rem}}.projects-exhibitions-form{background:#fff;flex-direction:column;width:100%;height:100%;display:flex}.projects-exhibitions-form .form-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.projects-exhibitions-form .form-header h2{color:#1a202c;margin:0;font-size:1.25rem;font-weight:600}.projects-exhibitions-form .close-button{color:#718096;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;padding:.5rem;font-size:1.5rem;line-height:1;display:flex}.projects-exhibitions-form .close-button:hover{color:#e53e3e;background-color:#fff5f5;border-color:#e53e3e}.projects-exhibitions-form .form{background:#f7fafc;flex:1;padding:2rem;overflow-y:auto}.projects-exhibitions-form .form-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.projects-exhibitions-form .form-section:last-of-type{margin-bottom:0}.projects-exhibitions-form .form-section h3{color:#4a5568;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0;margin:0 0 1.5rem;padding-bottom:.75rem;font-size:.8125rem;font-weight:600}.projects-exhibitions-form .form-section-hint{color:#718096;margin:-.5rem 0 1rem;font-size:.8125rem}.projects-exhibitions-form .form-section h4{color:#4a5568;margin:0 0 .75rem;font-size:.875rem;font-weight:600}.projects-exhibitions-form .form-group{width:100%;margin-bottom:1.25rem}.projects-exhibitions-form .form-group:last-child{margin-bottom:0}.projects-exhibitions-form .form-group label{color:#4a5568;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.projects-exhibitions-form .form-group input[type=text],.projects-exhibitions-form .form-group input[type=date],.projects-exhibitions-form .form-group input[type=number],.projects-exhibitions-form .form-group textarea,.projects-exhibitions-form .form-group select{color:#1a202c;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;display:block}.projects-exhibitions-form .form-group input:focus,.projects-exhibitions-form .form-group textarea:focus,.projects-exhibitions-form .form-group select:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea26}.projects-exhibitions-form .form-group input:disabled,.projects-exhibitions-form .form-group textarea:disabled,.projects-exhibitions-form .form-group select:disabled{opacity:.7;background-color:#f7fafc}.projects-exhibitions-form .form-group textarea{resize:vertical;min-height:120px}.projects-exhibitions-form .form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.type-selector{gap:1rem;display:flex}.type-button{color:#4a5568;background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex:1;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:600}.type-button:hover{color:#667eea;background:#f7fafc;border-color:#667eea}.type-button.active{color:#fff;background:#667eea;border-color:#667eea}.checkbox-label{border-radius:6px;align-items:center;gap:.75rem;padding:.5rem;font-weight:500;display:flex}.checkbox-label:hover{background:#f7fafc}.checkbox-label input[type=checkbox]{accent-color:#667eea;width:18px;height:18px}.image-preview{margin-top:1rem}.image-preview img{object-fit:cover;border:1px solid #e2e8f0;border-radius:6px;max-width:200px;max-height:200px}.tags-list{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.tag-item{color:#fff;background:#667eea;border-radius:16px;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;display:inline-flex}.remove-tag{color:#fff;background:#ffffff4d;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:1rem;line-height:1;display:flex}.remove-tag:hover{background:#ffffff80}.add-tag{gap:.5rem;display:flex}.add-tag input{flex:1}.add-tag-button{color:#fff;background:#667eea;border:none;border-radius:6px;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.add-tag-button:hover:not(:disabled){background:#5a67d8}.add-tag-button:disabled{opacity:.5}.media-upload-buttons{flex-wrap:wrap;gap:1rem;margin-bottom:.5rem;display:flex}.media-upload-buttons .form-group{margin-bottom:0}.media-grid{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.media-grid-item{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;align-items:flex-start;gap:.5rem;padding:.5rem;display:flex}.media-grid-thumb{border:1px solid #e2e8f0;border-radius:6px;width:120px;height:120px;position:relative;overflow:hidden}.media-grid-thumb img{object-fit:cover;width:100%;height:100%}.media-video-placeholder{color:#718096;background:#e2e8f0;justify-content:center;align-items:center;width:100%;height:100%;font-size:.75rem;font-weight:600;display:flex}.thumbnail-badge{color:#fff;background:#667eea;border-radius:4px;padding:2px 6px;font-size:.6875rem;font-weight:600;position:absolute;top:4px;left:4px}.media-type-badge{color:#fff;text-transform:uppercase;background:#0009;border-radius:4px;padding:2px 6px;font-size:.6875rem;font-weight:600;position:absolute;bottom:4px;right:4px}.media-grid-caption{color:#718096;text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:.75rem;overflow:hidden}.media-grid-caption-edit{width:100%;margin-top:.5rem}.media-grid-caption-edit label{color:#718096;margin-bottom:.2rem;font-size:.7rem;display:block}.media-grid-caption-edit input{border:1px solid #e2e8f0;border-radius:4px;width:100%;padding:.35rem .5rem;font-family:inherit;font-size:.8rem}.media-grid-caption-edit input:focus{border-color:#4a5568;outline:none}.media-grid-actions{flex-wrap:wrap;gap:.25rem;display:flex}.media-grid-actions button{cursor:pointer;color:#4a5568;background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.media-grid-actions button:hover:not(:disabled){background:#edf2f7;border-color:#cbd5e0}.media-grid-actions button:disabled{opacity:.5;cursor:not-allowed}.media-grid-actions .remove-media-btn:hover:not(:disabled){color:#e53e3e;background:#fff5f5;border-color:#e53e3e}.add-media{background:#f7fafc;border:1px dashed #cbd5e0;border-radius:6px;flex-direction:column;gap:1rem;padding:1rem;display:flex}.add-media-by-url{margin-top:.5rem}.add-media-button{color:#fff;background:#667eea;border:none;border-radius:6px;align-self:flex-start;padding:.625rem 1rem;font-size:.8125rem;font-weight:600}.add-media-button:hover:not(:disabled){background:#5a67d8}.add-media-button:disabled{opacity:.5}.projects-exhibitions-form .form-actions{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:flex-end;gap:.75rem;padding:1rem 2rem;display:flex}.projects-exhibitions-form .cancel-button{color:#4a5568;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.projects-exhibitions-form .cancel-button:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0}.projects-exhibitions-form .save-button{color:#fff;background:#667eea;border:none;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.projects-exhibitions-form .save-button:hover:not(:disabled){background:#5a67d8}.projects-exhibitions-form .save-button:disabled,.projects-exhibitions-form .cancel-button:disabled{opacity:.5}@media (max-width:768px){.projects-exhibitions-form .form-header,.projects-exhibitions-form .form,.projects-exhibitions-form .form-section{padding:1rem}.projects-exhibitions-form .form-row{grid-template-columns:1fr;gap:1rem}.type-selector{flex-direction:column}.projects-exhibitions-form .form-actions{padding:1rem}}.faq-form{background:#fff;flex-direction:column;width:100%;height:100%;display:flex}.faq-form .form-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.faq-form .form-header h2{color:#1a202c;margin:0;font-size:1.25rem;font-weight:600}.faq-form .close-button{color:#718096;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;padding:.5rem;font-size:1.5rem;line-height:1;display:flex}.faq-form .close-button:hover{color:#e53e3e;background-color:#fff5f5;border-color:#e53e3e}.faq-form .form{background:#f7fafc;flex:1;padding:2rem;overflow-y:auto}.faq-form .form-section{margin-bottom:2rem}.faq-form .form-section:last-of-type{margin-bottom:0}.faq-form .form-section h3{color:#4a5568;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;font-size:.8125rem;font-weight:600}.faq-form .section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.faq-form .section-header h3{margin:0}.add-section-button,.add-item-button{color:#fff;background:#667eea;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.8125rem;font-weight:600}.add-section-button:hover:not(:disabled),.add-item-button:hover:not(:disabled){background:#5a67d8}.add-section-button:disabled,.add-item-button:disabled{opacity:.5}.faq-form .form-group{width:100%;margin-bottom:1rem}.faq-form .form-group:last-child{margin-bottom:0}.faq-form .form-group label{color:#4a5568;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.faq-form .form-group input,.faq-form .form-group textarea{color:#1a202c;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;display:block}.faq-form .form-group input:focus,.faq-form .form-group textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea26}.faq-form .form-group textarea{resize:vertical;min-height:120px;line-height:1.6}.faq-form .form-group input:disabled,.faq-form .form-group textarea:disabled{opacity:.7;background-color:#f7fafc}.empty-state,.empty-state-small{text-align:center;color:#718096;background:#fff;border:1px dashed #cbd5e0;border-radius:8px;padding:2rem}.empty-state-small{padding:1.5rem;font-size:.875rem}.sections-list{flex-direction:column;gap:1.5rem;display:flex}.section-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.section-header-controls{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.order-controls{gap:.5rem;display:flex}.order-button{color:#4a5568;background:#fff;border:1px solid #e2e8f0;border-radius:4px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:.375rem .625rem;font-size:1rem;display:flex}.order-button:hover:not(:disabled){color:#667eea;background:#edf2f7;border-color:#667eea}.order-button:disabled{opacity:.3}.delete-section-button,.delete-item-button{color:#fff;background:#e53e3e;border:none;border-radius:4px;padding:.375rem .75rem;font-size:.8125rem;font-weight:600}.delete-section-button:hover:not(:disabled),.delete-item-button:hover:not(:disabled){background:#c53030}.editable-title{color:#1a202c;cursor:pointer;background:#f7fafc;border:1px solid #0000;border-radius:6px;width:100%;padding:.75rem 1rem;font-size:1rem}.editable-title:hover{background:#fff;border-color:#e2e8f0}.inline-edit{width:100%}.inline-input{color:#1a202c;box-sizing:border-box;background:#fff;border:2px solid #667eea;border-radius:6px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.inline-input:focus{outline:none;box-shadow:0 0 0 3px #667eea26}.items-section{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1.5rem}.items-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.items-header h4{color:#4a5568;margin:0;font-size:.875rem;font-weight:600}.items-list{flex-direction:column;gap:1rem;display:flex}.faq-item-card{box-sizing:border-box;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:1rem}.item-controls{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.faq-form .form-actions{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:flex-end;gap:.75rem;padding:1rem 2rem;display:flex}.faq-form .cancel-button{color:#4a5568;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.faq-form .cancel-button:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0}.faq-form .save-button{color:#fff;background:#667eea;border:none;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.faq-form .save-button:hover:not(:disabled){background:#5a67d8}.faq-form .save-button:disabled,.faq-form .cancel-button:disabled{opacity:.5}@media (max-width:768px){.faq-form .form-header,.faq-form .form{padding:1rem}.faq-form .section-header{flex-direction:column;align-items:stretch;gap:.75rem}.section-header-controls,.item-controls{flex-wrap:wrap;gap:.5rem}.faq-form .form-actions{padding:1rem}}.portfolio-form{background:#fff;flex-direction:column;width:100%;height:100%;display:flex}.portfolio-form .form-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.portfolio-form .form-header h2{color:#1a202c;margin:0;font-size:1.25rem;font-weight:600}.portfolio-form .close-button{color:#718096;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;padding:.5rem;font-size:1.5rem;line-height:1;display:flex}.portfolio-form .close-button:hover{color:#e53e3e;background-color:#fff5f5;border-color:#e53e3e}.portfolio-form .form{background:#f7fafc;flex:1;padding:2rem;overflow-y:auto}.portfolio-form .form-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.portfolio-form .form-section:last-of-type{margin-bottom:0}.portfolio-form .form-section h3{color:#4a5568;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0;margin:0 0 1.5rem;padding-bottom:.75rem;font-size:.8125rem;font-weight:600}.portfolio-form .form-section h4{color:#4a5568;margin:1.5rem 0 1rem;font-size:.875rem;font-weight:600}.portfolio-form .form-group{width:100%;margin-bottom:1.25rem}.portfolio-form .form-group:last-child{margin-bottom:0}.portfolio-form .form-group label{color:#4a5568;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.portfolio-form .form-group input,.portfolio-form .form-group select,.portfolio-form .form-group textarea{color:#1a202c;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;display:block}.portfolio-form .form-group input:focus,.portfolio-form .form-group select:focus,.portfolio-form .form-group textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea26}.portfolio-form .form-group input:disabled,.portfolio-form .form-group select:disabled,.portfolio-form .form-group textarea:disabled{opacity:.7;background-color:#f7fafc}.images-list{border:none;max-height:none;margin-bottom:1.5rem;padding:0;overflow:visible}.image-item{background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:.75rem;padding:1rem}.image-item:last-child{margin-bottom:0}.image-item-content{align-items:center;gap:1rem;display:flex}.image-preview-small{background:#edf2f7;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.image-preview-small img{object-fit:cover;width:100%;height:100%}.media-video-placeholder{color:#4a5568;background:#edf2f7;justify-content:center;align-items:center;width:100%;height:100%;font-size:.75rem;display:flex}.image-details{flex:1;min-width:0}.image-title{color:#1a202c;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem;font-size:.875rem;font-weight:600;overflow:hidden}.image-alt{color:#4a5568;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem;font-size:.8125rem;overflow:hidden}.image-src{color:#718096;text-overflow:ellipsis;white-space:nowrap;font-family:monospace;font-size:.75rem;overflow:hidden}.image-actions{flex-shrink:0;gap:.375rem;display:flex}.move-button,.edit-button,.delete-button{background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:.375rem .5rem;font-size:.8125rem}.move-button{min-width:32px;font-weight:700}.move-button:hover:not(:disabled){color:#667eea;background:#edf2f7;border-color:#667eea}.move-button:disabled{opacity:.3}.edit-button{color:#667eea;border-color:#667eea}.edit-button:hover:not(:disabled){color:#fff;background:#667eea}.delete-button{color:#e53e3e;border-color:#e53e3e}.delete-button:hover:not(:disabled){color:#fff;background:#e53e3e}.add-image-form{background:#f7fafc;border:1px dashed #cbd5e0;border-radius:6px;padding:1.25rem}.image-form-actions{gap:.5rem;margin-top:1rem;display:flex}.add-image-button,.update-button{color:#fff;background:#667eea;border:none;border-radius:6px;padding:.625rem 1rem;font-size:.875rem;font-weight:600}.add-image-button:hover:not(:disabled),.update-button:hover:not(:disabled){background:#5a67d8}.add-image-button:disabled,.update-button:disabled{opacity:.5}.cancel-edit-button{color:#4a5568;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.625rem 1rem;font-size:.875rem}.cancel-edit-button:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0}.portfolio-form .form-actions{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:flex-end;gap:.75rem;padding:1rem 2rem;display:flex}.portfolio-form .cancel-button{color:#4a5568;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.portfolio-form .cancel-button:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0}.portfolio-form .save-button{color:#fff;background:#667eea;border:none;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.portfolio-form .save-button:hover:not(:disabled){background:#5a67d8}.portfolio-form .save-button:disabled,.portfolio-form .cancel-button:disabled{opacity:.5}@media (max-width:768px){.portfolio-form .form-header,.portfolio-form .form,.portfolio-form .form-section{padding:1rem}.image-item-content{flex-direction:column;align-items:flex-start}.image-actions{justify-content:flex-start;width:100%}.portfolio-form .form-actions{padding:1rem}}.projects-page{box-sizing:border-box;width:100%;max-width:1200px;min-height:100vh;margin:0 auto;padding:1rem}.projects-hero{text-align:center;margin-bottom:4rem;padding:2rem 0}.projects-title{color:#2c3e50;margin:0 0 1rem;font-size:2.5rem;font-weight:600}.projects-subtitle{color:#5a6c7d;max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.6}.projects-loading,.projects-error{text-align:center;color:#5a6c7d;padding:3rem 1rem}.projects-error{color:#c0392b}.filter-buttons{justify-content:center;gap:1rem;margin-bottom:3rem;padding:0 1rem;display:flex}.filter-button{color:#2c3e50;background:#fff;border:2px solid #2c3e50;border-radius:6px;padding:.75rem 2rem;font-family:inherit;font-size:1rem;font-weight:500;transition:all .3s}.filter-button:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.filter-button.active{color:#fff;background:#2c3e50}.filter-button.active:hover{background:#34495e;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.no-items-message{text-align:center;color:#7a8a9a;padding:4rem 2rem;font-size:1.1rem}.items-grid{gap:2rem;margin-bottom:4rem;padding:0 1rem}.item-card{cursor:url(/buttons/cursor-1.png),pointer;background:#fff;border-radius:0;flex-direction:column;width:100%;min-width:0;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000001a}.item-card:hover{cursor:url(/buttons/cursor-3.png),pointer;transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.item-card-image{background:#f5f5f5;flex-shrink:0;width:100%;height:250px;overflow:hidden}.item-card-image picture{display:contents}.item-card-image img{object-fit:cover;width:100%;height:250px;transition:transform .3s;display:block}.item-card:hover .item-card-image img{transform:scale(1.05)}.item-card-content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.item-card-title{color:#2c3e50;margin:0 0 .5rem;font-size:1.4rem;font-weight:600}.item-card-location{color:#5a6c7d;margin:0 0 .5rem;font-size:1rem;font-weight:500}.item-card-date{color:#7a8a9a;margin:0 0 1rem;font-size:.9rem}.item-card-description{color:#5a6c7d;flex:1;margin:0 0 1rem;font-size:1rem;line-height:1.6}.item-card-tags{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}@media (min-width:1100px){.items-grid{gap:2.5rem}}@media (max-width:699px){.projects-page{padding:1rem}.projects-hero{margin-bottom:.8rem;padding:.5rem 0}.projects-title{font-size:2rem}.projects-subtitle{font-size:1rem}.items-grid{padding:0}}@media (max-width:400px){.items-grid{gap:1.5rem}}.image-modal{z-index:1000;cursor:url(/buttons/cursor-1.png),auto;background:#fff;justify-content:center;align-items:center;height:100vh;padding:0;display:flex;position:fixed;inset:0}.image-modal .modal-content{isolation:isolate;background:#fff;border-radius:0;flex-direction:column;width:100vw;max-width:100vw;height:100vh;max-height:100vh;display:flex;position:relative;overflow:hidden}.image-modal .modal-close{color:#2c3e50;z-index:20;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .3s;display:flex;position:fixed;top:25px;right:25px;box-shadow:0 2px 8px #00000026}.image-modal .modal-close:hover{background:#f8f9fa;transform:scale(1.05);box-shadow:0 4px 12px #0003}.image-modal .modal-nav{color:#2c3e50;z-index:20;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;padding:.8rem;font-size:.9rem;transition:all .3s;display:flex;position:fixed;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.image-modal .modal-nav:hover{background:#f8f9fa;transform:translateY(-50%)scale(1.1);box-shadow:0 4px 12px #0003}.image-modal .modal-nav-prev{left:25px}.image-modal .modal-nav-next{right:25px}.image-modal .modal-image-container{z-index:1;flex:1;grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr);place-items:center;width:100%;min-width:0;height:100%;min-height:0;padding:0;display:grid;position:relative;overflow:hidden}.image-modal .modal-image{object-fit:contain;object-position:center;image-rendering:auto;zoom:1;image-orientation:from-image;width:auto;min-width:0;max-width:100%;height:auto;min-height:0;max-height:100%;display:block;transform:none}.image-modal .modal-image-container picture{flex:1 1 0;justify-content:center;align-items:center;min-width:0;max-width:100%;min-height:0;max-height:100%;display:flex}.image-modal .modal-image-container picture .modal-image,.image-modal .modal-image-container>.modal-image,.image-modal .modal-image-container>video.modal-image{image-orientation:from-image;display:block;object-fit:contain!important;object-position:center!important;image-rendering:auto!important;zoom:1!important;width:100%!important;min-width:0!important;max-width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;transform:none!important}.image-modal .modal-info{z-index:2;box-sizing:border-box;width:100%;min-height:40px;padding:.5rem 1rem;padding-bottom:calc(.4rem + env(safe-area-inset-bottom));background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;display:flex;position:relative}.image-modal .modal-right-meta{flex-shrink:0;align-items:center;gap:.9rem;min-width:0;display:flex}.image-modal .modal-caption{color:#666;text-align:left;white-space:nowrap;text-overflow:clip;scrollbar-width:thin;flex:1;min-width:0;margin:0;padding-left:.2rem;font-size:.8rem;font-style:italic;font-weight:400;line-height:1.2;overflow:auto hidden}.image-modal .modal-category{color:#666;white-space:nowrap;text-overflow:ellipsis;letter-spacing:.03em;max-width:40vw;margin:0;font-family:Bax Regular,Inter,sans-serif;font-size:.8rem;font-style:italic;font-weight:400;line-height:1.2;overflow:hidden}.image-modal .modal-counter{color:#999;white-space:nowrap;margin:0;font-size:.75rem;font-style:italic;font-weight:400}.image-modal .modal-close:focus-visible,.image-modal .modal-nav:focus-visible{outline-offset:2px;outline:2px solid #2c3e50}@media (max-width:768px){.image-modal .modal-close{width:35px;height:35px;top:15px;right:15px}.image-modal .modal-nav{width:40px;height:40px}.image-modal .modal-nav-prev{left:15px}.image-modal .modal-nav-next{right:15px}.image-modal .modal-image-container{padding:0}.image-modal .modal-info{padding:.5rem 1rem;padding-bottom:calc(.4rem + env(safe-area-inset-bottom))}.image-modal .modal-category{max-width:50vw;font-size:.75rem}.image-modal .modal-caption{font-size:.75rem}.image-modal .modal-counter{font-size:.7rem}}.external-details-link{color:#2c3e50;text-underline-offset:.15em;margin-top:1rem;font-family:Bax Regular,Inter,sans-serif;font-size:1rem;text-decoration:underline;display:inline-block}.external-details-link:hover{color:#1a252f}.exhibition-detail-page{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.exhibition-not-found{text-align:center;padding:4rem 2rem}.exhibition-not-found h2{color:#2c3e50;margin-bottom:1rem;font-size:2rem}.exhibition-not-found p{color:#666;font-size:1.1rem}.exhibition-detail-content{flex-direction:column;gap:2.5rem;width:100%;min-width:0;display:flex}.exhibition-detail-header{border-bottom:2px solid #e0e0e0;padding-bottom:2rem}.exhibition-detail-title{color:#2c3e50;margin:0 0 1rem;font-size:2.5rem;font-weight:600}.exhibition-detail-meta{flex-direction:column;gap:.5rem;display:flex}.exhibition-detail-location{color:#5a6c7d;margin:0;font-size:1.2rem;font-weight:500}.exhibition-detail-date{color:#7a8a9a;margin:0;font-size:1rem}.exhibition-detail-description{color:#5a6c7d;max-width:800px;margin:0;font-size:1.1rem;line-height:1.8}.exhibition-media-section{width:100%;min-width:0;margin-top:1rem}.exhibition-media-grid{gap:1.5rem}.exhibition-media-item{cursor:pointer;background:#fff;border-radius:0;width:100%;min-width:0;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #0000001a}.exhibition-media-item picture{display:contents}.exhibition-media-item:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.exhibition-media-thumbnail{object-fit:cover;width:100%;max-width:100%;height:250px;transition:transform .3s;display:block}.exhibition-media-item:hover .exhibition-media-thumbnail{transform:scale(1.05)}.exhibition-media-item .exhibition-media-caption{color:#5a6c7d;text-align:center;margin:0;padding:1rem;font-size:.95rem}@media (max-width:768px){.exhibition-detail-page{padding:1.5rem 1rem}.exhibition-detail-title{font-size:2rem}.exhibition-detail-location{font-size:1.1rem}.exhibition-detail-description{font-size:1rem}.section-subtitle{font-size:1.5rem}.exhibition-media-thumbnail{height:200px}}@media (max-width:480px){.exhibition-detail-page{padding:1rem .75rem}.exhibition-detail-title{font-size:1.75rem}.exhibition-detail-location{font-size:1rem}.exhibition-detail-description{font-size:.95rem}.section-subtitle{font-size:1.25rem}.exhibition-media-thumbnail{height:180px}}.project-detail-page{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.project-not-found{text-align:center;padding:4rem 2rem}.project-not-found h2{color:#2c3e50;margin-bottom:1rem;font-size:2rem}.project-not-found p{color:#666;font-size:1.1rem}.project-detail-content{flex-direction:column;gap:2.5rem;width:100%;min-width:0;display:flex}.project-detail-header{border-bottom:2px solid #e0e0e0;padding-bottom:2rem}.project-detail-title{color:#2c3e50;margin:0 0 1rem;font-size:2.5rem;font-weight:600;line-height:1.2}.project-detail-meta{flex-direction:column;gap:1rem;display:flex}.project-detail-date{color:#7a8a9a;margin:0;font-size:1rem}.project-detail-tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag{color:#5a6c7d;background:#f0f0f0;border-radius:20px;padding:.25rem .75rem;font-size:.85rem;font-weight:500;display:inline-block}.project-detail-description{color:#5a6c7d;margin:0;font-size:1.2rem;font-weight:500;line-height:1.6}.project-content{color:#5a6c7d;font-size:1.1rem;line-height:1.8}.project-paragraph{margin:0 0 1.5rem}.project-paragraph:last-child{margin-bottom:0}.project-media-section{border-top:2px solid #e0e0e0;width:100%;min-width:0;margin-top:2rem;padding-top:2rem}.section-subtitle{color:#2c3e50;margin:0 0 1.5rem;font-size:1.75rem;font-weight:600}.project-media-grid{gap:1.5rem}.project-media-item{cursor:pointer;background:#fff;border-radius:0;width:100%;min-width:0;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #0000001a}.project-media-item picture{display:contents}.project-media-item:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.project-media-thumbnail{object-fit:cover;width:100%;max-width:100%;height:250px;transition:transform .3s;display:block}.project-media-item:hover .project-media-thumbnail{transform:scale(1.05)}.project-media-caption{color:#5a6c7d;text-align:center;margin:0;padding:1rem;font-size:.95rem}@media (max-width:768px){.project-detail-page{padding:1.5rem 1rem}.project-detail-title{font-size:2rem}.project-detail-description{font-size:1.1rem}.project-content{font-size:1rem}.section-subtitle{font-size:1.5rem}.project-media-thumbnail{height:200px}}@media (max-width:480px){.project-detail-page{padding:1rem .75rem}.project-detail-title{font-size:1.75rem}.project-detail-description{font-size:1rem}.project-content{font-size:.95rem}.section-subtitle{font-size:1.25rem}.project-media-thumbnail{height:180px}}.portfolio-page{box-sizing:border-box;width:100%;max-width:none;min-height:100vh;margin:0;padding:2rem 20px;overflow:hidden}.portfolio-page .loading{text-align:center;color:#666;padding:1rem 0}.portfolio-hero{text-align:center;margin-bottom:3rem;padding:2rem 0}.portfolio-subtitle{color:#666;max-width:700px;margin:0 auto;font-size:1.3rem;line-height:1.6}.section-selector{align-items:center;gap:.75rem;width:100%;min-height:fit-content;margin-bottom:.5rem;padding:1rem 0;display:flex;position:relative}.section-list{box-sizing:border-box;border:1px solid #0000001a;flex-wrap:wrap;flex:1;justify-content:center;align-items:center;width:100%;min-width:0;padding:.5rem .75rem;display:flex;position:relative;overflow:hidden}.section-list.horizontal-scroll-mode{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;contain:layout style paint;flex-wrap:nowrap;justify-content:flex-start;align-items:center;padding:.5rem .75rem;overflow:scroll hidden}.section-list.horizontal-scroll-mode::-webkit-scrollbar{display:none}@media (max-width:1400px){.section-list{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;align-items:center;padding:.5rem .75rem;overflow:scroll hidden}.section-list::-webkit-scrollbar{display:none}.section-button{flex-shrink:0}}.section-scroll-btn{opacity:.7;z-index:10;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;transition:opacity .3s,transform .3s;display:flex}.section-scroll-btn:hover{opacity:1;transform:scale(1.1)}.section-scroll-btn:active{transform:scale(.95)}.section-scroll-btn.disabled{opacity:.3}.section-scroll-btn img{width:28px;height:28px}.section-scroll-left{order:-1}.section-scroll-right{order:1}.section-button{color:#666;white-space:nowrap;text-align:center;letter-spacing:.05em;background:0 0;padding:.25rem .75rem;font-family:Bax Regular,Inter,sans-serif;font-size:1.2rem;font-weight:500;border:none!important;outline:none!important}.section-button:hover{color:#2c3e50}.section-button.selected{color:#2c3e50;background:linear-gradient(45deg,#0000 25%,#0000001a 25% 50%,#0000 50% 75%,#0000001a 75%) 0 0/8px 8px,linear-gradient(-45deg,#0000 25%,#ffffff59 25% 50%,#0000 50% 75%,#ffffff59 75%) 4px 4px/12px 12px;border-radius:4px;border:none!important;outline:none!important}.section-button.selected-joy-lamp{background:linear-gradient(45deg,#0000 25%,#00000026 25% 50%,#0000 50% 75%,#00000026 75%) 0 0/8px 8px,linear-gradient(-45deg,#0000 25%,#ffffff1a 25% 50%,#0000 50% 75%,#ffffff1a 75%) 4px 4px/12px 12px;border:none!important;outline:none!important}.section-button.selected-joy-series{background:linear-gradient(60deg,#0000 30%,#0000001f 30% 60%,#0000 60% 90%,#0000001f 90%) 0 0/10px 10px,linear-gradient(-30deg,#0000 20%,#ffffff14 20% 70%,#0000 70% 100%,#ffffff14 100%) 5px 5px/14px 14px;border:none!important;outline:none!important}.section-button.selected-making-process{background:linear-gradient(75deg,#0000 35%,#0000002e 35% 65%,#0000 65% 100%,#0000002e 100%) 0 0/6px 6px,linear-gradient(-15deg,#0000 25%,#ffffff1f 25% 55%,#0000 55% 85%,#ffffff1f 85%) 3px 3px/16px 16px;border:none!important;outline:none!important}.section-button.selected-exhibitions{background:linear-gradient(30deg,#0000 40%,#00000024 40% 80%,#0000 80% 100%,#00000024 100%) 0 0/9px 9px,linear-gradient(-60deg,#0000 15%,#ffffff17 15% 75%,#0000 75% 100%,#ffffff17 100%) 6px 6px/18px 18px;border:none!important;outline:none!important}.section-button.selected-studio{background:linear-gradient(45deg,#0000 25%,#00000026 25% 50%,#0000 50% 75%,#00000026 75%) 0 0/8px 8px,linear-gradient(-45deg,#0000 25%,#ffffff1a 25% 50%,#0000 50% 75%,#ffffff1a 75%) 4px 4px/12px 12px;border:none!important;outline:none!important}.section-button.selected-drawings{background:linear-gradient(60deg,#0000 30%,#0000001f 30% 60%,#0000 60% 90%,#0000001f 90%) 0 0/10px 10px,linear-gradient(-30deg,#0000 20%,#ffffff14 20% 70%,#0000 70% 100%,#ffffff14 100%) 5px 5px/14px 14px;border:none!important;outline:none!important}.section-button.selected-ceramic-lamps{background:linear-gradient(75deg,#0000 35%,#0000002e 35% 65%,#0000 65% 100%,#0000002e 100%) 0 0/6px 6px,linear-gradient(-15deg,#0000 25%,#ffffff1f 25% 55%,#0000 55% 85%,#ffffff1f 85%) 3px 3px/16px 16px;border:none!important;outline:none!important}.section-button.selected-chair-shoot{background:linear-gradient(30deg,#0000 40%,#00000024 40% 80%,#0000 80% 100%,#00000024 100%) 0 0/9px 9px,linear-gradient(-60deg,#0000 15%,#ffffff17 15% 75%,#0000 75% 100%,#ffffff17 100%) 6px 6px/18px 18px;border:none!important;outline:none!important}.section-button.selected-home-photos{background:linear-gradient(45deg,#0000 25%,#00000026 25% 50%,#0000 50% 75%,#00000026 75%) 0 0/8px 8px,linear-gradient(-45deg,#0000 25%,#ffffff1a 25% 50%,#0000 50% 75%,#ffffff1a 75%) 4px 4px/12px 12px;border:none!important;outline:none!important}.section-button.selected-collaborations,.section-button.selected-x-series{background:linear-gradient(60deg,#0000 30%,#0000001f 30% 60%,#0000 60% 90%,#0000001f 90%) 0 0/10px 10px,linear-gradient(-30deg,#0000 20%,#ffffff14 20% 70%,#0000 70% 100%,#ffffff14 100%) 5px 5px/14px 14px;border:none!important;outline:none!important}.section-button.selected-2024-series{background:linear-gradient(75deg,#0000 35%,#0000002e 35% 65%,#0000 65% 100%,#0000002e 100%) 0 0/6px 6px,linear-gradient(-15deg,#0000 25%,#ffffff1f 25% 55%,#0000 55% 85%,#ffffff1f 85%) 3px 3px/16px 16px;border:none!important;outline:none!important}.section-button.selected-vases{background:linear-gradient(30deg,#0000 40%,#00000024 40% 80%,#0000 80% 100%,#00000024 100%) 0 0/9px 9px,linear-gradient(-60deg,#0000 15%,#ffffff17 15% 75%,#0000 75% 100%,#ffffff17 100%) 6px 6px/18px 18px;border:none!important;outline:none!important}.category-description{text-align:center;letter-spacing:.03em;margin-bottom:.5rem;padding:0 .5rem;font-family:Bax Regular,Inter,sans-serif}.category-description p{color:#666;letter-spacing:.03em;max-width:600px;margin:0 auto;font-family:Bax Regular,Inter,sans-serif;font-size:1.1rem;font-style:italic;line-height:1.7}.photo-gallery{width:100%;margin-bottom:4rem}.gallery-grid{opacity:1;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-auto-rows:200px;gap:.5rem;width:100%;padding:0;display:grid;transform:translateY(0)}.gallery-item{background:#eee;border-radius:2px;width:100%;height:100%;overflow:hidden}.gallery-grid.loaded{opacity:1;transform:translateY(0)}.gallery-load-more-sentinel{width:100%;height:1px}.gallery-image{object-fit:cover;border-radius:2px;width:100%;height:100%;transition:transform .3s}.gallery-video{object-fit:cover;width:100%;height:100%;display:block}.gallery-item.image-hidden{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(-30px)}.gallery-item.image-visible{opacity:1;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(0)}.gallery-item:nth-child(3n){grid-area:span 1/span 2}.gallery-item:nth-child(5n){grid-area:span 2/span 1}.gallery-item:nth-child(7n){grid-row:span 1.5}.gallery-item:nth-child(11n){grid-column:span 1.5}.gallery-item:hover .gallery-image,.gallery-item:hover .gallery-video{transform:scale(1.02)}.portfolio-cta{text-align:center;background:0 0;margin-top:4rem;padding:4rem 2rem}.portfolio-cta h2{color:#2c3e50;letter-spacing:.05em;margin-bottom:1rem;font-family:Bax Regular,Inter,sans-serif;font-size:2.7rem;font-weight:300}.portfolio-cta p{color:#666;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.handwritten-button{letter-spacing:.5px;color:#2c3e50;background:#ffb6c1b3;border:none;border-radius:4px;padding:.8rem 1.5rem;font-family:Bax Regular,Brush Script MT,cursive;font-size:1.2rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 2px 8px #ffb6c133}.handwritten-button:hover{background:#ffb6c1cc;transform:translateY(-1px);box-shadow:0 4px 12px #ffb6c14d}.handwritten-button:active{transform:translateY(0);box-shadow:0 1px 4px #ffb6c133}@media (min-width:1400px){.portfolio-page{padding:2rem 20px}}@media (max-width:1200px){.portfolio-page{padding:1.5rem 15px}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-auto-rows:180px;gap:.4rem}}@media (max-width:768px){.portfolio-page{padding:.5rem 5px}.portfolio-subtitle{font-size:1.1rem}.section-selector{align-items:center;gap:.2rem;min-height:auto;margin-top:0;margin-bottom:.15rem;padding:.15rem 0}.section-list{border:none;flex-wrap:wrap;justify-content:center;align-items:center;gap:.2rem;min-height:auto;padding:.15rem 0;display:flex;overflow:visible}.section-button{flex-shrink:0;padding:.15rem .4rem;font-size:.78rem}.section-list.horizontal-scroll-mode{scrollbar-width:thick;-ms-overflow-style:auto;flex-wrap:nowrap;padding-bottom:.35rem;overflow-x:auto}.section-list.horizontal-scroll-mode::-webkit-scrollbar{height:14px;display:block}.section-list.horizontal-scroll-mode::-webkit-scrollbar-track{background:#00000014;border-radius:7px}.section-list.horizontal-scroll-mode::-webkit-scrollbar-thumb{background:#00000059;border:2px solid #00000014;border-radius:7px}.section-scroll-btn{display:none}.section-scroll-btn img{width:24px;height:24px}.category-description{margin-top:.5rem;margin-bottom:1rem;padding:0 1rem}.category-description p{font-size:.9rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-auto-rows:160px;gap:.3rem}.portfolio-cta{padding:3rem 1.5rem}.portfolio-cta h2{font-size:2rem}.portfolio-cta p{font-size:1.1rem}}@media (max-width:480px){.portfolio-page{padding:.5rem 4px}.section-selector{gap:.2rem;margin-top:0;margin-bottom:.15rem;padding:.15rem 0}.section-list{border:none;flex-wrap:wrap;gap:.2rem;padding:.15rem 0;overflow:visible}.section-button{padding:.15rem .35rem;font-size:.72rem}.section-list.horizontal-scroll-mode::-webkit-scrollbar{height:16px}.section-scroll-btn{display:none}.category-description p{font-size:.8rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-auto-rows:140px;gap:.25rem}.portfolio-cta h2{font-size:1.8rem}}.gallery-image{will-change:transform}html{scroll-behavior:smooth}.section-button:focus,.gallery-image:focus{outline-offset:2px;outline:2px solid #2c3e50}@media (prefers-contrast:high){.gallery-image{border:2px solid #000}}@media (prefers-reduced-motion:reduce){.gallery-image,.section-button{transition:none}}.app:has(.portfolio-page) .footer{margin-top:0;position:relative}.faqs-page{max-width:1200px;min-height:calc(100vh - 240px);margin:0 auto;padding:2rem 2rem 4rem}.faqs-page .loading,.faqs-page .error{text-align:center;color:#718096;padding:4rem 2rem;font-size:1.125rem}.faqs-page .error{color:#e53e3e}.empty-state{text-align:center;color:#718096;padding:3rem 2rem;font-style:italic}.faqs-hero{text-align:center;margin-bottom:4rem;padding:2rem 0}.faqs-title{color:#2c3e50;letter-spacing:.05em;margin-bottom:1rem;font-family:Bax Regular,Inter,sans-serif;font-size:3.2rem;font-weight:700}.faqs-subtitle{color:#7f8c8d;margin:0;font-size:1.5rem;font-style:italic}.faqs-content{flex-direction:column;gap:4rem;display:flex}.section-title{color:#2c3e50;text-align:center;letter-spacing:.05em;margin-bottom:2rem;font-family:Bax Regular,Inter,sans-serif;font-size:2.2rem;font-weight:600}.faqs-section{margin-bottom:2rem}.faq-item{background:#f8f9fa;border-radius:12px;margin-bottom:1.5rem;padding:2rem;transition:all .3s}.faq-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.faq-question{color:#2c3e50;margin:0 0 1rem;font-size:1.3rem;font-weight:600}.faq-answer{color:#5a6c7d;margin:0;font-size:1.1rem;line-height:1.8}.faqs-cta{text-align:center;background:linear-gradient(45deg,#0000 25%,#0000001a 25% 50%,#0000 50% 75%,#0000001a 75%) 0 0/8px 8px,linear-gradient(-45deg,#0000 25%,#ffffff59 25% 50%,#0000 50% 75%,#ffffff59 75%) 4px 4px/12px 12px;border-radius:12px;margin-top:2rem;padding:3rem 2rem}.cta-title{color:#2c3e50;letter-spacing:.05em;margin:0 0 1rem;font-family:Bax Regular,Inter,sans-serif;font-size:2.7rem;font-weight:700}.cta-subtitle{color:#7f8c8d;margin:0 0 2rem;font-size:1.3rem}.faq-contact-button{color:#000;cursor:url(/buttons/cursor-1.png),pointer;background:pink;border:none;border-radius:6px;padding:.75rem 2rem;font-family:Bax Regular,Inter,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .3s;display:inline-block}.faq-contact-button:hover{cursor:url(/buttons/cursor-3.png),pointer;background:plum}@media (max-width:768px){.faqs-page{padding:1.5rem 1rem 3rem}.faqs-title{font-size:2.5rem}.faqs-subtitle{font-size:1.3rem}.section-title{font-size:1.75rem}.faq-item{padding:1.5rem}.faq-question{font-size:1.1rem}.cta-title{font-size:2rem}.cta-subtitle{font-size:1.1rem}.faq-contact-button{padding:.8rem 2rem}}@media (max-width:480px){.faqs-hero{margin-bottom:2rem;padding:1rem 0}.faqs-title{font-size:2rem}.faqs-subtitle{font-size:1.1rem}.faqs-content{gap:2.5rem}.section-title{font-size:1.5rem}.faq-item{padding:1.25rem}.faqs-cta{padding:1.5rem}.cta-title{font-size:1.75rem}.faq-contact-button{padding:.75rem 1.75rem;font-size:.95rem}}.product-card{cursor:url(/buttons/cursor-1.png),pointer;background:#fff;border-radius:0;width:300px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 6px #0000001a}.product-card:hover{cursor:url(/buttons/cursor-3.png),pointer;transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.product-image{justify-content:center;align-items:center;width:300px;height:400px;margin:0;padding:0;display:flex;position:relative;overflow:hidden}.product-image img{object-fit:cover;object-position:center;width:300px;height:400px;margin:0;padding:0;display:block}.product-image-placeholder{color:#718096;background:#f7fafc;justify-content:center;align-items:center;width:300px;height:400px;font-size:.875rem;display:flex}.featured-badge{color:#fff;background:#e74c3c;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:600;position:absolute;top:1rem;right:1rem}.product-info{box-sizing:border-box;flex-direction:column;justify-content:flex-start;margin:0;display:flex}.product-info h3{color:#2c3e50;margin:0;padding:0;font-size:.9rem;line-height:1.4}.product-card.sold-out .product-info h3,.product-card.sold-out .sold-out-label{color:#888}.product-price-row{margin:0;padding:0;line-height:1.4}.product-price{color:#000;font-size:.95rem;font-weight:700}.product-price.sold-out{text-decoration:line-through}.sold-out-label{color:#2c3e50;font-size:.85rem}.product-description{color:#666;margin-bottom:1rem;line-height:1.5}.products-page{max-width:1200px;margin:0 auto;padding:1rem}.products-intro{text-align:center;max-width:900px;margin-bottom:.8rem;margin-left:auto;margin-right:auto;padding:.5rem 0}.products-intro-text{color:#5a6c7d;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.commission-button{color:#000;cursor:pointer;background:pink;border:none;border-radius:6px;padding:.75rem 2rem;font-family:inherit;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .3s;display:inline-block}.products-page .products-grid{box-sizing:border-box;grid-template-columns:repeat(auto-fill,300px);justify-content:center;gap:2rem;width:100%;margin-bottom:4rem;padding:0 1rem;display:grid}@media (min-width:1400px){.products-page .products-grid{grid-template-columns:repeat(auto-fill,300px);gap:2.5rem;max-width:1400px;margin-left:auto;margin-right:auto}}@media (min-width:1100px) and (max-width:1399px){.products-page .products-grid{grid-template-columns:repeat(auto-fill,300px);gap:2rem}}@media (min-width:700px) and (max-width:1099px){.products-page .products-grid{grid-template-columns:repeat(auto-fill,300px);gap:1.5rem}}@media (max-width:699px){.products-page{padding:1rem}.products-intro{margin-bottom:.8rem;padding:.5rem 0}.products-intro-text{margin-bottom:1.25rem;font-size:1rem}.commission-button{padding:.65rem 1.5rem;font-size:.9rem}.products-page .products-grid{grid-template-columns:300px;justify-content:center;gap:2rem;padding:0}}@media (max-width:400px){.products-page .products-grid{gap:1.5rem}}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin:3rem 0 2rem;padding:1rem 0;display:flex}.pagination-button{color:#333;background:#fff;border:1px solid #ddd;border-radius:4px;padding:.6rem 1.2rem;font-family:Bax Regular,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,monospace;font-size:.9rem;font-weight:500;transition:all .2s}.pagination-button:hover:not(:disabled){background:#f5f5f5;border-color:#999}.pagination-button:disabled{opacity:.4}.pagination-numbers{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.pagination-number{color:#333;background:#fff;border:1px solid #ddd;border-radius:4px;justify-content:center;align-items:center;min-width:40px;height:40px;padding:.5rem;font-family:Bax Regular,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,monospace;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.pagination-number:hover{background:#f5f5f5;border-color:#999}.pagination-number.active{color:#fff;background:#333;border-color:#333;font-weight:600}.pagination-number.active:hover{background:#444;border-color:#444}.pagination-ellipsis{color:#666;-webkit-user-select:none;user-select:none;padding:0 .5rem;font-size:.9rem}.no-products{text-align:center;color:#666;padding:3rem 1rem;font-size:1.1rem}@media (max-width:600px){.pagination{gap:.5rem;margin:2rem 0 1.5rem}.pagination-button{padding:.5rem .8rem;font-size:.85rem}.pagination-number{min-width:36px;height:36px;font-size:.85rem}.pagination-numbers{gap:.25rem}}.product-page{max-width:1200px;margin:0 auto;padding:0 2rem}.back-button{color:#2c3e50;background:0 0;border:none;margin-bottom:1rem;padding:.5rem 0;font-family:Bax Regular,Inter,sans-serif;font-size:1rem;transition:color .3s}.back-button:hover{color:#2c3e50}.product-container{grid-template-columns:1fr 1fr;gap:8rem;margin-bottom:4rem;display:grid}.product-images{flex-direction:row;align-items:flex-start;gap:1rem;display:flex}.main-image{flex:1}.main-image img{width:100%;height:auto;display:block}.main-image .product-image-placeholder{color:#718096;background:#f7fafc;justify-content:center;align-items:center;min-height:200px;font-size:.875rem;display:flex}.thumbnail-portfolio{flex-direction:column;gap:1rem;max-width:50px;display:flex}.thumbnail-portfolio img{object-fit:cover;width:50px;height:auto;transition:opacity .3s,filter .3s}.thumbnail-portfolio img.not-selected{opacity:.5;filter:grayscale(30%)}.thumbnail-portfolio img.selected{opacity:1;filter:grayscale(0%)}.product-info h1{color:#2c3e50;font-size:1.5rem}.product-info .price{color:#2c3e50;font-size:1.3rem;font-weight:600}.product-info .price-row{margin-bottom:.5rem}.product-info .price.out-of-stock{color:#000;text-decoration:line-through}.product-info .sold-out-label{color:#999}.product-info .description{color:#5a6c7d;margin-bottom:.5rem;font-size:1.1rem;line-height:1.8}.product-specs{margin-bottom:1rem}.product-specs-title{color:#2c3e50;margin-bottom:.5rem;font-family:Bax Regular,Inter,sans-serif;font-size:1.1rem;font-weight:600}.product-specs-list{color:#5a6c7d;flex-wrap:wrap;gap:0;margin:0;padding:0;font-size:.95rem;line-height:1.6;display:flex}.product-specs-list span{white-space:nowrap}.product-specs-list span:not(:last-child):after{content:", ";margin-right:.5rem}.product-specs-list span strong{color:#2c3e50;margin-right:.2rem;font-weight:600}.product-actions{flex-direction:column;display:flex}.add-to-cart-btn,.buy-now-btn{border:none;flex:1;margin-bottom:.5rem;padding:.3rem .6rem;font-family:Bax Regular,Inter,sans-serif;font-size:1rem;font-weight:600;transition:all .3s}.add-to-cart-btn{color:#2c3e50;background:#f8f9fa;border:2px solid #2c3e50}.add-to-cart-btn:hover,.buy-now-btn{color:#fff;background:#2c3e50}.buy-now-btn:hover{background:#34495e}.commission-text{color:#5a6c7d;margin-bottom:.5rem;font-size:1rem;line-height:1.6}.commission-button{color:#000;background:pink;border:none;border-radius:6px;padding:.75rem 2rem;font-family:inherit;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .3s;display:inline-block}.commission-button:hover{background:plum}.product-modal{z-index:1000;background:#fff;justify-content:center;align-items:center;height:100vh;display:flex;position:fixed;inset:0}.product-modal .modal-content{width:100%;height:100%;background:#fff;flex-direction:column;height:100vh;display:flex;position:relative}.product-modal .modal-close{color:#2c3e50;z-index:1001;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .3s;display:flex;position:fixed;top:25px;right:25px;box-shadow:0 2px 8px #00000026}.product-modal .modal-close:hover{background:#f8f9fa;transform:scale(1.05);box-shadow:0 4px 12px #0003}.product-modal .modal-nav{color:#2c3e50;z-index:1002;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;padding:.8rem;font-size:.9rem;transition:all .3s;display:flex;position:fixed;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.product-modal .modal-nav:hover{background:#f8f9fa;transform:translateY(-50%)scale(1.1);box-shadow:0 4px 12px #0003}.product-modal .modal-nav-prev{left:25px}.product-modal .modal-nav-next{right:25px}.product-modal .modal-image-container{flex:1;grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr);place-items:center;width:100%;min-width:0;height:100%;min-height:0;padding:0;display:grid;overflow:hidden}.product-modal .modal-image-container picture{display:contents}.product-modal .modal-image-container .modal-image{object-fit:contain;object-position:center;image-rendering:auto;zoom:1;image-orientation:from-image;width:auto;min-width:0;max-width:100%;height:auto;min-height:0;max-height:100%;display:block;transform:none}.product-modal .modal-info{box-sizing:border-box;width:100%;min-height:40px;padding:.5rem 1rem;padding-bottom:calc(.4rem + env(safe-area-inset-bottom));background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.product-modal .modal-title{color:#2c3e50;margin:0;font-size:1rem;font-weight:400}.product-modal .modal-counter{color:#5a6c7d;margin:0;font-size:.9rem}@media (max-width:768px){.product-page{padding:1rem}.product-container{grid-template-columns:1fr;gap:2rem}.product-info h1{font-size:2rem}.product-info .price{font-size:1.3rem}.product-specs-list li{font-size:.9rem}.product-actions{flex-direction:column}.add-to-cart-btn,.buy-now-btn{width:100%}.product-modal .modal-close{width:35px;height:35px;top:15px;right:15px}.product-modal .modal-nav{width:45px;height:45px;padding:.6rem}.product-modal .modal-nav-prev{left:10px}.product-modal .modal-nav-next{right:10px}.product-modal .modal-title{font-size:.9rem}.product-modal .modal-counter{font-size:.8rem}}@media (max-width:480px){.product-info h1{font-size:1.75rem}.product-info .price{font-size:1.3rem}.product-modal .modal-title{font-size:.85rem}.product-modal .modal-counter{font-size:.75rem}}.contact-page{max-width:800px;margin:0 auto;padding:2rem}.contact-container{width:100%}.contact-title{color:#2c3e50;margin-bottom:1rem;font-family:Bax Regular,Inter,sans-serif;font-size:2.5rem;font-weight:600}.contact-subtitle{color:#5a6c7d;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.contact-success,.contact-error{border-radius:6px;margin-bottom:2rem;padding:1rem}.contact-success{color:#155724;background:#d4edda;border:1px solid #c3e6cb;scroll-margin-top:1rem}.contact-success-inner{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.contact-success-inner p{flex:1;min-width:0;margin:0}.contact-success-close{color:#155724;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;min-width:2.25rem;min-height:2.25rem;padding:0;font-size:1.5rem;font-weight:300;line-height:1;transition:background-color .2s,color .2s;display:flex}.contact-success-close:hover{color:#0d3d18;background:#00000014}.contact-success-close:focus-visible{outline-offset:2px;outline:2px solid #155724}.contact-error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.contact-form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.contact-form-group{flex-direction:column;gap:.5rem;display:flex}.contact-form-group label{color:#2c3e50;font-family:Bax Regular,Inter,sans-serif;font-size:.95rem;font-weight:500}.contact-form-group input,.contact-form-group textarea{border:1px solid #ddd;border-radius:4px;padding:.75rem;font-family:Bax Regular,Inter,sans-serif;font-size:1rem;transition:border-color .2s}.contact-form-group input:focus,.contact-form-group textarea:focus{border-color:#2c3e50;outline:none}.contact-form-group textarea{resize:vertical;min-height:120px}.contact-submit-button{color:#000;cursor:pointer;background:pink;border:none;border-radius:6px;align-self:flex-start;padding:1rem 2rem;font-family:Bax Regular,Inter,sans-serif;font-size:1.1rem;font-weight:500;transition:background-color .3s}.contact-submit-button:hover:not(:disabled){background:plum}.contact-submit-button:disabled{opacity:.6}@media (max-width:768px){.contact-page{padding:1rem}.contact-title{font-size:2rem}.contact-form-row{grid-template-columns:1fr;gap:1.5rem}.contact-submit-button{width:100%}}
