nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0;display:flex;justify-content:space-between;align-items:stretch;background:transparent;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:none}.logo{font-family:var(--font-primary);font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--black);cursor:pointer;transition:all .3s ease;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:center;flex:1;border-right:none}.logo:hover{color:var(--pink-dark)}.nav-links{display:flex;list-style:none;margin:0;padding:0;flex:3;justify-content:stretch;position:relative}.nav-links li{display:flex;flex:1}.nav-links button{background:none;border:none;font-family:var(--font-primary);font-size:1rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--black);cursor:pointer;position:relative;transition:all .3s ease;padding:1.5rem;flex:1;display:flex;align-items:center;justify-content:center;border-right:none}.nav-links li:last-child button{border-right:none}.nav-indicator{position:absolute;bottom:0;height:4px;background:var(--pink);transition:left .35s cubic-bezier(.65,0,.35,1),width .35s cubic-bezier(.65,0,.35,1);pointer-events:none;z-index:1}.nav-links button:hover{color:var(--pink-dark);background:#ecb8dc0d}.nav-links button.active{color:var(--pink-dark)}.nav-links button:active{transform:scale(.96);opacity:.8}@media(max-width:768px){nav{top:auto;bottom:0;height:70px;border-bottom:none;border-top:none;padding:0;background:transparent;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;width:100%;padding-bottom:env(safe-area-inset-bottom)}.logo{display:none}.nav-links{width:100%;display:flex;justify-content:stretch;height:100%;flex:1}.nav-links li{flex:1;display:flex}.nav-links button{width:100%;height:100%;font-size:.8rem;padding:0;letter-spacing:.12em;border-right:none;display:flex;align-items:center;justify-content:center}.nav-indicator{bottom:auto;top:0;height:4px}}nav.is-home .logo,nav.is-home .nav-links button{color:var(--white)}@media(max-width:768px){nav.is-home{background:#0003;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}nav.is-home .logo:hover,nav.is-home .nav-links button:hover,nav.is-home .nav-links button.active{color:var(--pink-dark)}.marquee-banner{width:100%;overflow:hidden;background:transparent;padding:1rem 0;white-space:nowrap;border-top:none;border-bottom:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.marquee-track{display:flex;animation:marquee-scroll 240s linear infinite;width:max-content}.marquee-text{font-family:var(--font-primary);font-size:1.2rem;font-weight:500;letter-spacing:.35em;text-transform:uppercase;color:var(--black);padding-right:0;flex-shrink:0}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-fixed-desktop{position:fixed;bottom:0;left:0;right:0;z-index:99;display:block;overflow:hidden}.marquee-fixed-mobile{position:fixed;top:0;left:0;right:0;z-index:99;display:none;overflow:hidden}@media(max-width:768px){.marquee-fixed-desktop{display:none}.marquee-fixed-mobile{display:block}.marquee-text{font-size:.85rem;letter-spacing:.3em}.marquee-banner{padding:.6rem 0}}.home-page{position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden}.hero-carousel{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;overflow:hidden;background:transparent;touch-action:pan-y;-webkit-user-select:none;user-select:none;cursor:grab}.hero-carousel:active{cursor:grabbing}.carousel-track{display:flex;height:100%;width:100%;will-change:transform}.carousel-slide-horizontal{flex-shrink:0;width:100%;height:100%;position:relative}.carousel-slide-horizontal img{width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;cursor:pointer;color:var(--charcoal);width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;opacity:0}.hero-carousel:hover .carousel-nav{opacity:1}.carousel-nav:hover{background:#fff;box-shadow:0 4px 16px #0003;transform:translateY(-50%) scale(1.1)}.carousel-prev{left:1.5rem}.carousel-next{right:1.5rem}.carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot.active{background:#fff;transform:scale(1.4)}.carousel-dot:hover{background:#fffc}@media(max-width:768px){.carousel-nav{display:none}.carousel-dots{bottom:1.5rem}.carousel-dot{width:7px;height:7px;background:#fff9}.carousel-dot.active{background:#fff}}.hero-gradient{position:absolute;bottom:0;left:0;right:0;height:55%;background:linear-gradient(to top,rgba(0,0,0,.65) 0%,rgba(0,0,0,.15) 60%,transparent 100%);pointer-events:none;z-index:5}.hero-cta{background:#ffffff1f;border:1px solid rgba(255,255,255,.45);color:#fff;font-family:var(--font-primary);font-size:.8rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;padding:.65rem 1.4rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto;width:fit-content;margin-top:1.25rem}.hero-cta:hover{background:#ffffff38;border-color:#fffc;transform:translate(-4px)}.hero-caption{position:absolute;bottom:5.5rem;right:2.5rem;z-index:10;color:#fff;text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;pointer-events:none}.hero-caption-title{font-size:clamp(.75rem,1.3vw,1rem);font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-shadow:0 1px 8px rgba(0,0,0,.4)}.hero-caption-year{font-size:.75rem;opacity:.6;letter-spacing:.12em}@media(max-width:768px){.hero-caption{bottom:calc(70px + env(safe-area-inset-bottom,0px) + 1.5rem);right:1.25rem}.hero-cta{font-size:.72rem;padding:.55rem 1.1rem}}.work-page-container{background:var(--white)}.work-preview-fixed{position:fixed;top:0;left:0;width:50vw;height:100vh;z-index:2;display:flex;align-items:center;justify-content:center;padding:5rem 4rem 4rem;pointer-events:none}.work-preview-frame{position:relative;width:100%;max-width:500px;aspect-ratio:4 / 5;overflow:hidden}.preview-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.preview-default{clip-path:inset(0% 0 0 0);transition:clip-path .4s .4s cubic-bezier(.65,0,.35,1)}.work-preview-frame.is-hovering .preview-default{clip-path:inset(100% 0 0 0);transition:clip-path .4s 0s cubic-bezier(.65,0,.35,1)}.preview-series-container{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;clip-path:inset(0 0 0 100%);transition:clip-path .4s 0s cubic-bezier(.65,0,.35,1)}.work-preview-frame.is-hovering .preview-series-container{clip-path:inset(0 0 0 0%);transition:clip-path .4s 0s cubic-bezier(.65,0,.35,1)}.work-preview-frame.is-hovering.first-hover .preview-series-container{transition:clip-path .4s .4s cubic-bezier(.65,0,.35,1)}.preview-slot{transition:clip-path .5s cubic-bezier(.65,0,.35,1)}.slot-active{clip-path:inset(0 0 0 0%)}.slot-inactive{clip-path:inset(0 0 0 100%)}.work-page{margin-left:50vw;max-width:50vw;padding:2rem 3rem 3rem}.series-list{display:flex;flex-direction:column;padding-bottom:20rem}.series-item{display:flex;justify-content:space-between;align-items:flex-start;padding:2.5rem 0;border-bottom:1px solid rgba(0,0,0,.08);cursor:pointer;transition:all .3s ease}.series-item:hover{padding-left:1rem}.series-item:hover .series-title{color:var(--pink-dark)}.series-content{flex:1}.series-title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;line-height:1.2;transition:color .3s ease}.series-meta{font-size:1rem;color:var(--dark-grey);opacity:.7}.series-arrow{font-size:2rem;color:var(--black);opacity:0;transition:all .3s ease;transform:translate(-20px)}.series-item:hover .series-arrow{opacity:1;color:var(--pink-dark);transform:translate(0)}@media(max-width:1100px){.work-preview-fixed{width:45vw;padding:5rem 2rem 3rem}.work-page{margin-left:45vw;max-width:55vw}}@media(max-width:768px){.work-preview-fixed{display:none}.work-page{margin-left:0;max-width:100%;padding:1rem}.series-item{padding:1.5rem 0}.series-title{font-size:1.4rem}.series-arrow{display:none}}.post-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000a6;display:flex;align-items:center;justify-content:center;padding:2rem}.post-detail{position:relative;display:flex;max-width:1000px;height:80vh;width:100%;background:var(--white);box-shadow:0 20px 60px #00000040;overflow:hidden}.post-close{position:absolute;top:1rem;right:1rem;background:#fffffff2;border:none;cursor:pointer;color:var(--black);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.post-close:hover{background:#fff;transform:rotate(90deg);box-shadow:0 4px 12px #00000026}.post-image-wrapper{flex:1;display:flex;align-items:center;justify-content:center;background:#00000008;position:relative;overflow:hidden;touch-action:pan-y;-webkit-user-select:none;user-select:none}.post-image-track{display:flex;height:100%;width:100%;will-change:transform}.post-image-slide{flex-shrink:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.post-image-slide img{max-width:100%;max-height:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.post-info{width:320px;flex-shrink:0;height:100%;padding:2rem;display:flex;flex-direction:column;justify-content:flex-start;border-left:1px solid rgba(44,44,44,.08);overflow-y:auto}.post-series-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.07)}.post-series-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;color:var(--pink-dark);font-weight:700}.post-title{font-family:var(--font-display);font-size:1.8rem;font-weight:400;font-style:italic;margin-bottom:.75rem;line-height:1.3}.post-meta{font-size:.9rem;color:var(--dark-grey);margin-bottom:1.25rem;line-height:1.5}.post-description{font-size:.95rem;line-height:1.7;color:var(--black);flex:1 1 auto;min-height:0}.post-img-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;border:none;cursor:pointer;color:var(--charcoal);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:7}.post-img-nav:hover{background:#fff;box-shadow:0 4px 16px #0003;transform:translateY(-50%) scale(1.1)}.post-img-nav:disabled{opacity:.3;cursor:default}.post-img-prev{left:1rem}.post-img-next{right:1rem}.post-img-dots{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:6;background:#0000002e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:6px 10px;border-radius:20px}.post-img-dot{width:7px;height:7px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:all .25s ease;padding:0}.post-img-dot.active{background:#fff;transform:scale(1.5)}.post-img-dot:hover{background:#ffffffd9}@media(max-width:768px){.post-overlay{padding:0;align-items:stretch}.post-detail{flex-direction:column;height:100vh;max-width:100%}.post-image-wrapper{flex:1;min-height:0}.post-info{width:100%;height:35vh;border-left:none;border-top:1px solid rgba(0,0,0,.1);padding:1.5rem;flex-shrink:0;flex-grow:0;overflow-y:auto}.post-title{font-size:1.4rem}.post-close{top:.75rem;right:.75rem;width:36px;height:36px}.post-img-dots{bottom:1rem}.post-img-nav{display:none}.post-img-dot{width:6px;height:6px}.post-img-dot.active{background:#fff;transform:scale(1.5)}}.cv-page{max-width:1100px;margin:0 auto;padding-top:2rem;min-height:calc(100vh - 8.5rem)}.page-title{font-family:var(--font-display);font-size:2.5rem;font-weight:700;margin-bottom:2.5rem;margin-top:2rem;color:var(--black);text-transform:uppercase}.cv-header{display:grid;grid-template-columns:280px 1fr;gap:3.5rem;margin-bottom:4rem;align-items:start}.cv-photo-wrapper{overflow:hidden;position:relative}.cv-photo-wrapper .cv-photo{display:block;width:100%;aspect-ratio:3/4;object-fit:cover;border:1px solid rgba(44,44,44,.1);box-shadow:0 8px 30px #00000014}.cv-bio h3{font-family:var(--font-display);font-size:1.4rem;font-weight:700;margin-bottom:1.25rem;color:var(--pink);text-transform:uppercase}.cv-bio p{font-size:1rem;line-height:1.8;margin-bottom:.75rem}.cv-section{margin-bottom:3.5rem}.cv-section-title{font-family:var(--font-display);font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:var(--black);text-transform:uppercase}.timeline{position:relative;padding-left:0}.timeline:before{display:none}.timeline-item{position:relative;margin-bottom:2.5rem;cursor:pointer;transition:transform .3s ease}.timeline-item:hover{transform:translate(8px)}.timeline-item:before{display:none}.timeline-item:hover:before{transform:scale(1.3)}.timeline-year{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--pink);margin-bottom:.35rem}.timeline-content h4{font-size:1rem;font-weight:500;margin-bottom:.2rem}.timeline-content p{font-size:.95rem;color:var(--dark-grey)}.cv-press-list{display:flex;flex-direction:column;gap:1.5rem}.cv-press-item{padding:1.5rem;background:#ffffff80;border:1px solid rgba(44,44,44,.06);transition:all .3s ease}.cv-press-item:hover{background:#fffc;box-shadow:0 4px 16px #0000000a}.cv-press-publication{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--pink);margin-bottom:.5rem}.cv-press-title{font-family:var(--font-display);font-size:1.3rem;font-weight:500;margin-bottom:.5rem;line-height:1.4}.cv-press-excerpt{font-size:.95rem;line-height:1.6;color:var(--dark-grey);margin-bottom:.75rem}.cv-press-bottom{display:flex;align-items:center;justify-content:space-between}.cv-press-date{font-size:.85rem;color:var(--dark-grey)}.cv-press-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--black);text-decoration:none;transition:color .3s ease}.cv-press-link:hover{color:var(--pink)}.cv-contact-footer{text-align:center;padding:3rem 1rem 2rem;margin-top:2rem;margin-bottom:60px;border-top:1px solid rgba(44,44,44,.08)}.cv-contact-title{font-family:var(--font-display);font-size:1.6rem;font-weight:400;color:var(--black);margin-bottom:.75rem;letter-spacing:.02em}.cv-contact-name{font-family:var(--font-display);font-size:2.8rem;font-weight:300;font-style:italic;color:var(--pink);margin-bottom:1.5rem;letter-spacing:.03em}.cv-contact-icons{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.cv-contact-icons a{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;border:1px solid rgba(44,44,44,.15);color:var(--black);transition:all .3s ease}.cv-contact-icons a:hover{color:var(--pink);border-color:var(--pink);transform:translateY(-2px);box-shadow:0 4px 12px #c67b9b26}.cv-contact-copy{font-size:.75rem;color:var(--black);opacity:.5;letter-spacing:.05em}@media(max-width:768px){.cv-page{min-height:calc(100vh - 7rem)}.cv-header{grid-template-columns:1fr;gap:2rem}.cv-bio h3{margin-top:.5rem}.page-title{font-size:2rem;margin-top:1.5rem;margin-bottom:2rem}.cv-section-title{font-size:1.5rem}.timeline{padding-left:2rem}.timeline-item:before{left:-2.5rem}.cv-contact-icons a{color:var(--pink);border-color:var(--pink);box-shadow:0 4px 12px #c67b9b26}}.lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.lightbox-content{max-width:1100px;max-height:90vh;display:flex;gap:3rem;align-items:center;position:relative}.lightbox-image{max-width:70%;max-height:85vh;object-fit:contain;box-shadow:0 20px 60px #00000026;border-radius:4px}.lightbox-info{flex:1}.lightbox-info h2{font-family:var(--font-display);font-size:2rem;font-weight:700;margin-bottom:1.25rem;text-transform:uppercase}.lightbox-info p{font-size:.9rem;margin-bottom:.5rem;color:var(--dark-grey)}.close-lightbox{position:absolute;top:2rem;right:2rem;background:#ffffffe6;border:none;cursor:pointer;color:var(--black);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.close-lightbox:hover{transform:rotate(90deg);background:#fff;box-shadow:0 4px 12px #00000026}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;cursor:pointer;color:var(--charcoal);width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.lightbox-nav:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:translateY(-50%) scale(1.1)}.lightbox-prev{left:2rem}.lightbox-next{right:2rem}.lightbox-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.lightbox-dot{width:8px;height:8px;border-radius:50%;border:none;background:#2c2c2c4d;cursor:pointer;transition:all .3s ease;padding:0}.lightbox-dot.active{background:var(--pink);transform:scale(1.4)}.lightbox-dot:hover{background:#2c2c2c80}@media(max-width:768px){.lightbox-content{flex-direction:column;padding:1rem;gap:1rem}.lightbox-image{max-width:100%;max-height:50vh}.lightbox-info h2{font-size:1.4rem;margin-bottom:.75rem}.lightbox-nav{width:40px;height:40px}.lightbox-prev{left:.75rem}.lightbox-next{right:.75rem}.close-lightbox{top:1rem;right:1rem;width:36px;height:36px}.lightbox-dots{bottom:1rem}.lightbox-dot{width:7px;height:7px}}.exhibition-page{max-width:1200px;margin:0 auto;padding-top:2rem}.back-btn{background:none;border:none;font-size:.9rem;text-transform:uppercase;letter-spacing:.15em;color:var(--black);cursor:pointer;margin-bottom:2rem;transition:all .3s ease;font-weight:600}.back-btn:hover{color:var(--pink-dark);transform:translate(-5px)}.exhibition-header{margin-bottom:3rem}.exhibition-title{font-family:var(--font-display);font-size:2.5rem;font-weight:700;margin-bottom:.75rem;text-transform:uppercase}.exhibition-meta{display:flex;gap:2rem;margin-bottom:1.5rem;color:var(--dark-grey)}.exhibition-year{font-size:1.1rem;font-weight:700;color:var(--pink-dark)}.exhibition-location{font-size:1rem;font-weight:500}.exhibition-description{font-size:1rem;line-height:1.8;max-width:800px}.exhibition-works{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.painting-card{cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.painting-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.1));opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}.painting-card:hover:before{opacity:1}.painting-card:hover .painting-image{transform:scale(1.05)}.painting-image{width:100%;aspect-ratio:3/4;object-fit:cover;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 20px #0000000a;transition:transform .5s ease}.painting-card.large .painting-image{aspect-ratio:1}.painting-info{margin-top:.75rem}.painting-title{font-size:1rem;font-weight:500;margin-bottom:.2rem;font-style:italic}.painting-details{font-size:.9rem;color:var(--dark-grey);line-height:1.5}@media(max-width:768px){.exhibition-title{font-size:2rem}.exhibition-works{grid-template-columns:1fr}}:root{--white: #FFFFFF;--black: #000000;--pink: #ecb8dc;--pink-dark: #b04d88;--dark-grey: #333333;--light-grey: #f0f0f0;--charcoal: #1a1a1a;--font-primary: "Montserrat", sans-serif;--font-display: "Montserrat", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{height:100%;overflow-x:hidden;overflow-y:scroll;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}body{font-family:var(--font-primary);color:var(--black);background-color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100%;overflow-x:hidden;overflow-y:scroll}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;text-transform:uppercase;letter-spacing:.05em}a{color:inherit;text-decoration:none}.page{padding-top:5rem;min-height:100vh;padding-bottom:3.5rem}section{padding:2rem}::selection{background:var(--pink);color:#fff}@media(max-width:768px){.page{padding-top:2.5rem;padding-bottom:4rem}section{padding:1rem}}
