@import"https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700&f[]=clash-display@400,500,600&display=swap";:root{--bg: #F4F4F0;--text: #111111;--sub: #555555;--line: rgba(0,0,0,.1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);font-family:Satoshi,sans-serif;font-weight:300;overflow-x:hidden;cursor:none}a{text-decoration:none;color:currentColor;cursor:none}ul{list-style:none}.font-display{font-family:Clash Display,sans-serif;font-weight:500;text-transform:uppercase}.container{padding:0 4vw}@media(max-width:768px){body{cursor:auto}}.navigation{position:fixed;top:0;left:0;width:100%;padding:2rem 4vw;display:flex;justify-content:space-between;align-items:flex-start;z-index:100;mix-blend-mode:difference;color:#fff}.nav-brand{font-weight:600;display:flex;align-items:center}.nav-logo{height:40px;width:auto;display:block;filter:invert(1)}.nav-list{display:flex;gap:2rem}.nav-list a{font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:opacity .3s ease}.nav-list a:hover{opacity:.7}.nav-location{font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.hamburger-menu{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;padding:0;z-index:101}.hamburger-menu span{width:28px;height:2px;background:#fff;transition:all .3s ease}.mobile-menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:var(--text);z-index:99;transition:right .4s ease;display:flex;align-items:center;justify-content:center}.mobile-menu.active{right:0}.mobile-menu-content{display:flex;flex-direction:column;align-items:center;gap:3rem}.mobile-menu-content a{font-size:2rem;text-transform:uppercase;letter-spacing:.05em;color:var(--bg);font-family:Clash Display,sans-serif;font-weight:500;transition:opacity .3s ease}.mobile-menu-content a:hover{opacity:.7}.mobile-location{margin-top:2rem;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;color:var(--bg);opacity:.6}.hamburger-menu.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger-menu.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger-menu.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:768px){.navigation{padding:1.5rem}.nav-list,.nav-location{display:none}.hamburger-menu{display:flex}}.footer{padding:10vh 4vw;border-top:1px solid var(--text);display:flex;justify-content:space-between}.footer-email{font-size:2rem;display:block;margin-bottom:2rem;transition:opacity .3s ease}.footer-email:hover{opacity:.7}.footer-copyright{opacity:.6;font-size:.9rem;line-height:1.6}.footer-right{text-align:right}.footer-right a{transition:opacity .3s ease;font-size:1rem;display:block}.footer-right a+a{margin-top:.75rem;font-size:.8rem;opacity:.5}.footer-right a+a:hover{opacity:1}.footer-right a:hover{opacity:.7}@media(max-width:768px){.footer{flex-direction:column;gap:3rem}.footer-email{font-size:1.5rem}.footer-right{text-align:left}}.cursor-dot{width:10px;height:10px;background:#000;position:fixed;border-radius:50%;pointer-events:none;z-index:999;transform:translate(-50%,-50%);transition:all .1s ease}@media(max-width:768px){.cursor-dot{display:none}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center}.h1-hero{font-size:8.5vw;line-height:.85;letter-spacing:-.03em;margin-bottom:2rem;color:var(--text);mix-blend-mode:normal}.hero-description{max-width:400px;margin-top:2rem}.hero-description p{font-size:1rem;line-height:1.6;opacity:.8}@media(max-width:768px){.h1-hero{font-size:14vw}.hero-description{max-width:100%}}.home-page{width:100%}.studio-works-page{width:100%;padding-top:120px;padding-bottom:10vh}.page-header{padding:4vh 4vw 2vh}.page-title{font-size:3rem;letter-spacing:.05em}.sections-row{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;align-items:start;margin-top:6vh}.sections-row .studio-section{margin-top:0}.sections-row .artwork-card--preview{max-width:100%}.studio-section{margin-top:6vh}.section-header{padding:0 4vw 1.5vh;border-bottom:1px solid rgba(255,255,255,.15);margin-bottom:3vh}.section-title{font-size:1.4rem;letter-spacing:.08em;opacity:.85;text-transform:uppercase}.artworks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:3rem}.back-link{display:inline-block;margin-bottom:1.5rem;font-size:.9rem;letter-spacing:.04em;color:inherit;text-decoration:none;opacity:.7;transition:opacity .2s ease}.back-link:hover{opacity:1}.artwork-card{cursor:pointer;transition:transform .3s ease;color:inherit;text-decoration:none;display:block}.artwork-card--preview{max-width:480px}.artwork-card--static{cursor:default}.artwork-card--static:hover,.artwork-card--static:hover .artwork-image img{transform:none}@media(max-width:768px){.sections-row{grid-template-columns:1fr}.studio-works-page{padding-top:80px}.page-title{font-size:2rem}.section-title{font-size:1.1rem}.artworks-grid{grid-template-columns:1fr;gap:2rem}}.slideshow-overlay{position:fixed;inset:0;background:#000000eb;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn .3s ease}.slideshow-content{max-width:1200px;width:100%;background:var(--bg);padding:2rem;position:relative;animation:slideUp .3s ease}.slideshow-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:3rem;color:var(--text);cursor:pointer;line-height:1;padding:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;z-index:10}.slideshow-close:hover{opacity:.6}.slideshow-image-container{position:relative;display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.slideshow-image{flex:1;max-height:70vh;overflow:hidden;background:#e0e0e0}.slideshow-image img{width:100%;height:100%;max-height:70vh;object-fit:contain;display:block}.slideshow-arrow{background:none;border:none;font-size:4rem;color:var(--text);cursor:pointer;line-height:1;padding:0 .5rem;opacity:.5;transition:opacity .2s ease;flex-shrink:0;-webkit-user-select:none;user-select:none}.slideshow-arrow:hover{opacity:1}.slideshow-info{padding:.5rem 0}.slideshow-info h2{font-size:2rem;margin-bottom:.5rem}.slideshow-meta{font-size:1rem;opacity:.7}.slideshow-counter{font-size:.9rem;opacity:.5;margin-top:.5rem}@media(max-width:768px){.slideshow-overlay,.slideshow-content{padding:1rem}.slideshow-close{font-size:2rem;width:40px;height:40px}.slideshow-info h2{font-size:1.5rem}.slideshow-image,.slideshow-image img{max-height:55vh}.slideshow-arrow{font-size:3rem;padding:0 .25rem}}.refugio-content{margin-top:4vh;padding-bottom:10vh;display:flex;flex-direction:column;align-items:center}.refugio-poster{width:100%;max-width:600px;margin-bottom:5vh}.refugio-poster img{width:100%;height:auto;display:block}.refugio-info{display:flex;flex-direction:column;gap:0;width:100%;max-width:600px}.refugio-detail{display:grid;grid-template-columns:120px 1fr;gap:2rem;font-size:1rem;line-height:1.6;border-bottom:1px solid var(--line);padding:1rem 0}.refugio-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;opacity:.5;padding-top:.15rem}.refugio-press{width:100%;max-width:600px;margin-top:5vh}.refugio-download{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.2rem;margin-bottom:3vh;border:1px solid var(--text);color:inherit;text-decoration:none;font-size:.9rem;letter-spacing:.06em;text-transform:uppercase;transition:background .2s ease,color .2s ease}.refugio-download:hover{background:var(--text);color:var(--bg)}.refugio-download-arrow{font-size:1.1rem}.refugio-press-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;opacity:.5;margin-bottom:1rem}.refugio-press-link{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:center;padding:1.2rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:inherit;text-decoration:none;transition:opacity .2s ease}.refugio-press-link:hover{opacity:.6}.refugio-press-source{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;opacity:.5;grid-column:1;margin-bottom:.3rem}.refugio-press-name{font-size:1rem;grid-column:1}.refugio-press-arrow{font-size:1.4rem;grid-column:2;grid-row:1 / 3;padding-left:1rem;opacity:.4}@media(max-width:768px){.refugio-detail{grid-template-columns:90px 1fr;gap:1rem}}.modal-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{max-width:1200px;width:100%;background:var(--bg);padding:2rem;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:3rem;color:var(--text);cursor:pointer;line-height:1;padding:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;z-index:10}.modal-close:hover{opacity:.6}.modal-image{width:100%;max-height:70vh;overflow:hidden;background:#e0e0e0;margin-bottom:2rem}.modal-image img{width:100%;height:100%;object-fit:contain}.modal-info{padding:1rem 0}.modal-info h2{font-size:2rem;margin-bottom:.5rem}.modal-meta{font-size:1rem;opacity:.7}.modal-description{margin-top:1.2rem;font-size:1rem;line-height:1.6;opacity:.85}.modal-link{display:inline-block;margin-top:1rem;margin-right:1.5rem;font-size:.95rem;color:var(--text);text-decoration:underline;text-underline-offset:3px;opacity:.8;transition:opacity .2s ease}.modal-link:hover{opacity:1}@media(max-width:768px){.modal-overlay,.modal-content{padding:1rem}.modal-close{font-size:2rem;width:40px;height:40px}.modal-info h2{font-size:1.5rem}.modal-image{max-height:60vh}}.projects-page{width:100%;padding-top:120px;padding-bottom:10vh}.page-subtitle{margin-top:1rem;opacity:.6;font-size:1rem}.artworks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:3rem;margin-top:5vh}.artwork-card{cursor:pointer;transition:transform .3s ease}.artwork-card:hover{transform:translateY(-5px)}.artwork-image{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#e0e0e0;margin-bottom:1rem}.artwork-count{position:absolute;bottom:.75rem;right:.75rem;background:#0009;color:#fff;font-size:.8rem;padding:.25rem .6rem;letter-spacing:.04em}.artwork-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.artwork-card:hover .artwork-image img{transform:scale(1.05)}.artwork-image-placeholder{width:100%;height:100%;background:#111}.artwork-info h3{font-size:1.2rem;margin-bottom:.5rem}.artwork-meta{font-size:.9rem;opacity:.7}@media(max-width:768px){.projects-page{padding-top:80px}.artworks-grid{grid-template-columns:1fr;gap:2rem}}.projects{padding-bottom:10vh}.projects .h2-section{margin-bottom:2rem}.texts-page{width:100%;padding-top:120px}@media(max-width:768px){.texts-page{padding-top:80px}}.about{padding:15vh 4vw}.about-image-container{width:100%;max-width:800px;margin:0 auto 5vh;overflow:hidden}.about-image-container img{width:100%;height:auto;display:block}.h2-section{font-size:1.2rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--line);padding-bottom:1rem;margin-bottom:3rem}.p-bio{font-size:1.1rem;line-height:1.7;max-width:1200px}.cv-heading{margin-top:8vh}.cv-intro{margin-bottom:5vh;font-size:1.1rem;line-height:1.7;opacity:.85}.cv-name{font-size:1.2rem;margin-bottom:.5rem}.cv-section{margin-bottom:4vh}.cv-section-title{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;opacity:.5;margin-bottom:1.5rem}.cv-entries{display:flex;flex-direction:column;gap:1.5rem}.cv-entry{display:grid;grid-template-columns:60px 1fr;gap:2rem}.cv-year{font-size:.85rem;opacity:.5;padding-top:.15rem}.cv-detail p{font-size:1.1rem;line-height:1.7}.cv-institution{opacity:.6;font-size:1rem!important}@media(max-width:768px){.about{padding:10vh 4vw}.about-image-container{margin-bottom:3vh}.p-bio{font-size:1rem}}.about-page{width:100%;padding-top:120px}@media(max-width:768px){.about-page{padding-top:80px}}.contact-page{width:100%;padding-top:120px;padding-bottom:10vh}.contact-content{padding:6vh 4vw;display:flex;flex-direction:column;gap:3rem}.contact-item{display:flex;flex-direction:column;gap:.5rem}.contact-label{font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;opacity:.5}.contact-link{font-size:2rem;color:var(--text);text-decoration:none;transition:opacity .2s ease}.contact-link:hover{opacity:.6}@media(max-width:768px){.contact-page{padding-top:80px}.contact-link{font-size:1.3rem}}.legal-page{padding-top:120px;padding-bottom:10vh}.legal-content{max-width:720px;padding-top:4vh}.legal-section{margin-bottom:8vh}.legal-title{font-size:2rem;letter-spacing:.05em;margin-bottom:3vh;padding-bottom:1rem;border-bottom:1px solid var(--line)}.legal-intro{font-size:1rem;line-height:1.7;opacity:.8;margin-bottom:3vh}.legal-block{margin-bottom:2.5vh;padding-bottom:2.5vh;border-bottom:1px solid var(--line)}.legal-block p{font-size:1rem;line-height:1.7}.legal-block p+p{margin-top:.75rem}.legal-label{font-size:.75rem!important;text-transform:uppercase;letter-spacing:.08em;opacity:.5;margin-bottom:.5rem!important}.legal-block a{text-decoration:underline;opacity:.7;transition:opacity .2s ease}.legal-block a:hover{opacity:1}@media(max-width:768px){.legal-page{padding-top:80px}.legal-title{font-size:1.5rem}}#root{width:100%}main{width:100%}
