@import"https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap";:root{--text-color: rgb(0, 0, 0);--text-color-accent: rgb(132, 132, 132);--text-color-light: rgb(246, 246, 246);--color-accent: #f8eee4;font-family:Crimson Pro,serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{box-sizing:border-box;font-size:90%}*,*:before,*:after{box-sizing:inherit}body{padding:30px;margin:0}a{font-weight:700;color:var(--text-color);text-decoration:underline}a:hover{color:var(--text-color-accent);text-decoration:none}a.no-style{font-weight:500;color:var(--text-color);text-decoration:inherit;text-decoration:underline;text-decoration:none}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.mt-0{margin-top:0}.mt-1{margin-top:1rem}.mb-0{margin-bottom:0}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}img.block{width:100%;display:block}.divider{width:100%;height:4px;background-color:var(--text-color-light)}.gallery-description{padding:0 0 40px;text-align:justify}.gallery{display:flex;gap:1vw;align-items:flex-start;width:100%;margin-left:auto;margin-right:auto}.gallery.skinny{width:60%}.gallery div{display:flex;flex-direction:column;flex:1;gap:1vw}.gallery div img{width:100%;display:block}.gallery div img.square{aspect-ratio:1 / 1;object-fit:cover;object-position:center}.about .profile{margin:0 auto;border-radius:50%;display:block;width:180px}.about p{text-align:justify}.projects .item p{margin-top:6px}.text-accent{color:var(--text-color-accent)}.button{display:inline-block;min-width:200px;background-color:#000;color:#fff;padding:10px;cursor:pointer;text-decoration:none;text-align:center;border:2px solid transparent;transition:all .1s ease-in-out}.button.full{display:block}.button:hover{background-color:#fff;color:#000;border:2px solid #000000}@media(max-width:600px){.gallery{flex-direction:column;gap:5vw}.gallery div{gap:5vw}.about,.projects{width:100%}}.footer{margin-top:60px}.footer p{color:var(--text-color-accent);font-size:.8rem}.footer .logos{margin-top:40px;display:flex;justify-content:center;align-items:center;gap:.8rem}.footer .logos img{width:1.2rem;height:1.2rem;object-fit:contain}.header{display:none;z-index:101}.sidebar{position:fixed;top:0;left:0;width:250px;height:100vh;padding:30px;overflow-y:auto;display:flex;flex-direction:column;background-color:var(--text-color-light);z-index:100;transition:transform .3s ease}.sidebar .menu{color:#545454;flex:1}.sidebar .menu .link{text-decoration:none;display:block;color:var(--text-color-accent)}.sidebar .menu .link:hover,.sidebar .menu .link.active{color:var(--text-color)}.sidebar .logo{cursor:pointer}@media screen and (max-width:768px){.header{display:flex;position:fixed;top:0;left:0;width:100%;height:60px;padding:30px;background-color:var(--text-color-light);align-items:center;justify-content:space-between}.header .menu-icon{width:30px;height:30px}.header .logo h1{margin:0}.sidebar{transform:translate(-100%);width:100%}.sidebar.open{transform:translate(0)}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:8px;width:18px;height:18px;padding:0;background:transparent;border:none;cursor:pointer;z-index:110}.menu-toggle .line{display:block;width:100%;height:2px;background-color:var(--text-color, #000);border-radius:2px;transition:transform .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.menu-toggle.open .line:nth-child(1){transform:translateY(5px) rotate(45deg)}.menu-toggle.open .line:nth-child(2){transform:translateY(-5px) rotate(-45deg)}}.link{color:var(--text-color);text-decoration:underline;cursor:pointer}.link:hover,.link.active{color:var(--text-color-accent);text-decoration:none}.title{font-size:1.1rem;line-height:1;letter-spacing:.2rem;margin:0 0 20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.page{margin-left:250px;margin-top:0;animation:fadeIn .5s ease-out forwards}.page.full-width{margin-left:0}.page>.content{max-width:900px;margin:0 auto;padding-bottom:30px}.page>.content>h2{line-height:1;margin:0}@media screen and (max-width:768px){.page{margin-left:0;margin-top:60px}}.container{width:100%;margin:0}.space{width:100%;height:30px}.subtitle{font-size:1.1rem;line-height:1;letter-spacing:.05rem;margin:0 0 20px}.prints-description{padding:0 0 40px;text-align:justify}.prints{display:grid;grid-template-columns:1fr 1fr;gap:2rem;width:100%;margin-top:20px}.prints .item{display:flex;flex-direction:column}@media(max-width:600px){.prints{grid-template-columns:1fr;gap:2rem}}.product-main-image img{width:100%;height:auto;display:block}.product-details h2{margin-top:20px}.product-details .description{text-align:justify}.product-details .price{margin:0}.product-details .in-stock{margin:0 0 20px;color:#07c875}.product-details .out-of-stock{margin:0 0 20px;color:#c80707}.product-details .available-soon{margin:0 0 20px;color:#e8ba06}.product-details .add-to-cart{padding:1rem;cursor:pointer;width:100%}.product-main-image{position:relative;aspect-ratio:1 / 1;background-color:var(--text-color-light);width:100%;margin:0 auto}.product-main-image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:80%;max-height:80%;background-color:#fff;box-shadow:0 1px 4px #0000000f;display:block;width:auto;height:auto}@media(max-width:768px){.product-container{grid-template-columns:1fr;gap:2rem}}
