:root{--icon-dot: "●";--fixed-text-distance: 70px}.fixed-about-link{position:fixed;-webkit-user-select:none;user-select:none;top:var(--fixed-text-distance);left:var(--fixed-text-distance)}.fixed-exhibitions-link{position:fixed;-webkit-user-select:none;user-select:none;bottom:var(--fixed-text-distance);left:var(--fixed-text-distance)}.icon-dot:after{content:var(--icon-dot);padding-left:10px;color:green}.red:after{color:red}.green:after{color:green}.embla{overflow-x:hidden}.embla .embla__container{display:flex}.embla .embla__container .embla__slide{flex:0 0 100%;min-width:0}.gallery{display:flex;height:calc(65dvh - 70px)}.gallery .painting{display:flex;height:100%;align-items:center;justify-content:center;position:relative;flex-direction:column;gap:40px}.gallery .painting img{max-height:100%;max-width:90%;object-fit:contain}.gallery .painting a{text-decoration:underline;display:none}.gallery .painting:has(a) img{cursor:pointer}.details{display:flex;justify-content:center;align-items:center;padding-top:calc(3dvh - 10px);padding-bottom:calc(8dvh - 10px)}.details a{line-height:20px}.all-recent{padding-top:calc(7.5dvh - 35px);padding-bottom:calc(7.5dvh - 10px);display:flex;justify-content:center;align-items:center;gap:4px;-webkit-user-select:none;user-select:none}.all-recent label{cursor:pointer;line-height:20px}.all-recent input[type=radio]{display:none}.all-recent input[type=radio]:checked+label{font-weight:700}.next-prev{display:flex;justify-content:center;align-items:center;gap:4px;padding-top:calc(5dvh - 20px);padding-bottom:calc(5dvh - 20px)}.next-prev span{-webkit-user-select:none;user-select:none}.next-prev .prev,.next-prev .next{cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;width:40px;height:40px}.next-prev .current-painting-index,.next-prev .total-paintings{width:24px;text-align:center}.desktop-only{display:none}@media screen and (min-width: 768px){.embla__container.mobile-adaptive{flex-direction:column}.desktop-only{display:block}.top{height:0}.logo{position:fixed;top:50%;writing-mode:vertical-rl;transform:rotate(180deg) translateY(50%);left:var(--fixed-text-distance);padding:0}.menu-button{display:none}.next-prev.mobile-adaptive{position:fixed;-webkit-user-select:none;user-select:none;right:var(--fixed-text-distance);top:50%;writing-mode:vertical-rl;transform:translateY(-50%)}.next-prev.mobile-adaptive .current-painting-index,.next-prev.mobile-adaptive .total-paintings{height:24px;width:auto}.custom-work{position:fixed;top:var(--fixed-text-distance);right:var(--fixed-text-distance)}.gallery{height:100vh}.gallery .painting{position:relative}.gallery .painting img{height:60%;width:60%;opacity:0;transition:opacity .8s}.gallery .painting img.visible{opacity:1}.gallery .painting a{display:block;position:fixed;bottom:-999px;opacity:0;transition:opacity .1s;transition-delay:0ms}.gallery .painting a.visible{opacity:1;transition-delay:1s;transition:opacity .5s;bottom:var(--fixed-text-distance)}.details-page .gallery img{height:80%;width:80%}.all-recent{height:auto;position:fixed;z-index:999;bottom:var(--fixed-text-distance);right:var(--fixed-text-distance);padding:0}.details{display:none}}.fade-in{animation-name:fadeIn;animation-duration:.4s}.fade-out{animation-name:fadeOut;animation-duration:.4s}@keyframes fadeIn{0%{opacity:0}to{opacity:100}}@keyframes fadeOut{0%{opacity:100}to{opacity:0}}.main-menu-container:has(.main-menu.active)~article{overflow:hidden;height:calc(100vh - 70px)}.details-menu{display:flex;position:fixed;top:0;width:100%;height:70px;background-color:#fff;justify-content:space-between}.details-menu a{display:flex;text-decoration:none;align-items:center}.details-menu a:first-child{margin-left:20px}.details-menu div{display:flex;margin-right:20px;align-items:center}
