@charset "UTF-8";body{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:1.6;color:#333;background-color:#f4f4f4;overflow-x:hidden;}.navbar{background-color:#fafafa;box-shadow:0 2px 4px rgba(0,0,0,0.1);}.navbar-brand{display:flex;align-items:flex-end;text-transform:lowercase;font-size:1.5em;font-weight:800;font-family:Montserrat,sans-serif;color:#5e5e5e;}.navbar-brand img{border-radius:50%;margin-right:10px;}.navbar-brand span{line-height:1;padding-bottom:8px;}.navbar-toggler{border:none;outline:none;}.navbar-collapse{justify-content:flex-end;}.navbar-brand:hover,.navbar-brand:focus{color:#dd9933;}.navbar-nav .nav-item{padding:0 1rem;text-transform:uppercase;}.navbar-nav .nav-item .nav-link{font-size:0.9em;font-weight:700;color:#5e5e5e;text-transform:uppercase;padding-top:1.5rem;}.navbar-nav .nav-item .nav-link:hover,.navbar-nav .nav-item .nav-link:focus{color:#dd9933;}.navbar-nav .nav-item.active .nav-link,.navbar-nav .nav-item.active .nav-link:hover,.navbar-nav .nav-item.active .nav-link:focus{color:#dd9933;background-color:transparent;}.navbar-toggler .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%235e5e5e' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");}.navbar-toggler[aria-expanded="true"]{border-color:#dd9933;}.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23dd9933' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");}.navbar-toggler:focus{outline:none;box-shadow:0 0 0 0.25rem rgba(221,153,51,0.5);}@media(max-width:991px){.navbar-nav{flex-direction:column;width:100%;}.navbar-nav .nav-item{padding:0.5rem 1rem;}.navbar-nav .nav-item .nav-link{padding-top:inherit;}.navbar-collapse{background-color:#f8f9fa;}}#hero{background:linear-gradient(135deg,#6e8efb,#a777e3);color:white;position:relative;overflow:hidden;}.hero-container{height:100%;display:flex;align-items:center;justify-content:center;padding:50px 25px;}.hero-image{width:100%;max-width:416px;height:100%;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,0.2);animation:shadowFlicker 3s infinite;object-fit:contain;}.hero-title{font-size:3em;font-weight:bold;margin-bottom:20px;}.hero-content{display:flex;align-items:center;justify-content:center;gap:20px;}.text-box{flex:0 1 auto;text-align:left;padding-right:20px;width:33%;text-align:center;}.image-box{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;flex:0 1 auto;width:66%;}#hero::before{content:'';position:absolute;top:10%;left:5%;width:100px;height:100px;background:rgba(255,255,255,0.2);transform:rotate(45deg);border-radius:5px;}#hero::after{content:'';position:absolute;bottom:15%;right:5%;width:80px;height:80px;background:rgba(255,255,255,0.2);transform:rotate(45deg);border-radius:5px;}.hero-image:hover{transform:scale(1.02);}@keyframes shadowFlicker{0%,100%{box-shadow:0px 10px 20px rgba(0,0,0,0.2);}50%{box-shadow:0px 15px 30px rgba(0,0,0,0.3);}}.cta-button{padding:15px 30px;background-color:#dd9933;color:white;font-size:1rem;border:none;cursor:pointer;transition:background-color 0.3s ease;text-transform:uppercase;font-weight:bold;border-radius:2px;text-decoration:none;}.cta-button:hover{background-color:#bb8800;}@media(max-width:1760px){#hero::after{display:none;}}@media(max-width:1300px){.hero-title{font-size:2.5em;}}@media(max-width:1200px){#hero::before{display:none;}}@media(max-width:1000px){.hero-title{font-size:2em;}.hero-content{flex-direction:column;}.text-box{padding-right:0;width:100%;text-align:center;}.image-box{order:-1;width:100%;}.cta-button{padding:10px 20px;}#hero::before,#hero::after{display:none;}}@media(max-width:480px){.artwork-info h2,.artwork-info p{font-size:12px;}}.featured-collections{text-align:center;padding:4rem 0;}.featured-collections h2{font-size:2rem;margin-bottom:2rem;}.collection-grid{display:flex;flex-wrap:wrap;justify-content:space-around;}.collection-item{margin:1rem;transition:transform 0.3s ease;display:block;padding:7px;background-color:#313131;box-shadow:4px 4px 15px rgba(0,0,0,0.75);width:fit-content;}.collection-item p{margin-top:0.5rem;}.collection-item a{display:block;padding:18px;background-color:white;box-shadow:inset 0 2px 4px rgba(0,0,0,0.75);}.collection-item a img{max-height:300px;width:auto;height:auto;display:block;}.collection-item:hover{transform:translateY(-5px);}.about-section{display:flex;align-items:center;justify-content:center;padding:50px 0;border-top:2px solid #ccc;border-bottom:2px solid #ccc;background-color:#f7f7f7;}.about-contents{display:flex;align-items:center;justify-content:center;padding:0 50px;max-width:1320px;}.profile-photo{width:350px;height:auto;border-radius:10%;margin-right:30px;}.profile-content{max-width:50%;text-align:left;}@media(max-width:992px){.collection-item a img{max-width:300px;}}@media(max-width:768px){.about-contents,.about-section{flex-direction:column;align-items:center;}.profile-photo{margin:0;margin-bottom:20px;}.profile-content{max-width:80%;text-align:center;}}.faa-shop{background-color:#fff;}.error-page{width:70%;margin:0 auto;}.error-page-title{font-size:44px;padding:24px 0 24px 0;}.error-page-teaser{font-size:24px;padding-bottom:24px;}.site-footer{color:white;background-color:#333;padding:20px 0;display:flex;align-items:center;justify-content:space-between;}.site-footer .footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;}.site-footer .copyright-notice{flex-basis:50%;max-width:50%;}.site-footer .social-media-links{flex-basis:50%;max-width:50%;text-align:right;}.site-footer .social-media-links a{color:#fff;margin:0 10px;font-size:64px;transition:color 0.3s ease;}.site-footer .social-media-links a:hover{color:#dd9933;}@media(max-width:768px){.site-footer .footer-content{flex-direction:column;}.site-footer .copyright-notice,.site-footer .social-media-links{flex-basis:100%;max-width:100%;text-align:center;margin-top:10px;}.site-footer .social-media-links a{margin:0 10px;}}.carousel-item{margin:0 auto;}.carousel-item .col{padding:0 8px;}.carousel-item img{width:100%;height:auto;border-radius:4px;}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:10px;height:10px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#999;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease;}.carousel-indicators .active{opacity:1;}@media(max-width:768px){.carousel-item .col{max-width:50%;}}@media(max-width:576px){.carousel-item .col{max-width:100%;}}@media(min-width:992px){.carousel-item .col-md{flex:0 0 auto;width:25%;}}@media(min-width:768px)and(max-width:991px){.carousel-item .col-sm{flex:0 0 auto;width:33.33333%;}}@media(max-width:767px){.carousel-item .col-6{flex:0 0 auto;width:50%;}}#product-teaser{text-align:center;padding:4rem 0;border-bottom:1px solid #bbb;}#product-teaser p{font-size:1.25em;}@media(max-width:768px){#product-teaser p{font-size:1em;}}.owl-carousel .owl-item img{display:inline-block;max-width:175px;}.owl-carousel .owl-item .item{text-align:center;}.owl-theme .owl-dots .owl-dot span{width:40px;height:10px;border-radius:0;}