@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Manrope:wght@200;300;400;500;600;700;800&display=swap";.liquid-glass-card{width:100%;flex-wrap:wrap;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden;border-radius:28px;transition:opacity .26s ease-out;filter:drop-shadow(-8px -10px 46px rgba(0,0,0,.37));backdrop-filter:brightness(1.1) blur(4px) url(#displacementFilter);-webkit-backdrop-filter:brightness(1.1) blur(2px) url(#displacementFilter);position:relative}.liquid-glass-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:28px;box-shadow:inset 6px 6px 0 -6px #ffffffb3,inset 0 0 8px 1px #ffffffb3;pointer-events:none}.liquid-glass-card-inner{position:relative;z-index:1;width:100%}.glass-card{position:relative;backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(12px) saturate(150%);background:#ffffff14;border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 32px #0000005e,inset 0 1px #ffffff1a,inset 0 -1px #ffffff0d;transition:all .3s ease}.glass-card:hover{background:#ffffff1f;border-color:#ffffff40;box-shadow:0 8px 32px #00000073,inset 0 1px #ffffff26,inset 0 -1px #ffffff14}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;background:#0a0a0a;color:#fff;overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.artist-gallery{min-height:100vh;position:relative;background:#0a0a0a;overflow:hidden}.artist-gallery>*{position:relative;z-index:1}.gallery-nav{position:fixed;top:2rem;left:50%;transform:translate(-50%);z-index:1000;animation:slideDown .6s ease-out;max-width:90%}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-2rem)}to{opacity:1;transform:translate(-50%)}}.nav-glass{border-radius:2rem;padding:.5rem}.nav-content{display:flex;align-items:center;gap:.5rem;position:relative;padding:0 .5rem}.mobile-menu-toggle{display:none;position:relative;z-index:1000;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;transition:all .3s ease;border-radius:.5rem}.mobile-menu-toggle:hover{background:#ffffff1a}.mobile-menu-toggle.active{background:#ffffff1f}.menu-icon{width:28px;height:28px;transition:transform .3s ease}.mobile-menu-toggle:hover .menu-icon{transform:scale(1.05)}.nav-items{display:flex;align-items:center;gap:.5rem}.nav-items-mobile{display:none}.nav-item{position:relative;display:flex;flex-direction:column;align-items:center;padding:.3rem 1.5rem;text-decoration:none;color:#fff;font-weight:500;font-size:.95rem;font-family:Cormorant Garamond,serif;letter-spacing:.05em;border-radius:1.25rem;transition:all .3s ease;cursor:pointer;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.nav-item:hover{background:#ffffff26;border:1px solid rgba(255,255,255,.25);transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.nav-item.active{background:#ffffff2e;border:1px solid rgba(255,255,255,.3);color:#fff;box-shadow:0 4px 12px #00000059}.nav-label{position:relative;z-index:1}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.hero-content{position:relative;z-index:10;text-align:center;max-width:1000px;animation:heroFadeIn 1.2s ease-out}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-symbol{font-size:4rem;margin-bottom:2rem;opacity:.4;text-shadow:0 0 20px rgba(255,255,255,.1);animation:symbolRotate 30s linear infinite}@keyframes symbolRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-title{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.hero-title-line{font-size:clamp(3rem,10vw,8rem);font-weight:300;font-family:Cormorant Garamond,serif;color:#fff;letter-spacing:.02em;line-height:1}.hero-title-divider{font-size:clamp(2rem,6vw,5rem);opacity:.4;font-weight:200}.hero-subtitle{font-size:clamp(.95rem,1.5vw,1.2rem);color:#ffffffb3;max-width:800px;margin:0 auto 3rem;font-weight:300;line-height:1.8;letter-spacing:.03em}.hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1rem 2.5rem;font-size:.95rem;font-weight:500;font-family:Manrope,sans-serif;letter-spacing:.03em;border:1px solid rgba(255,255,255,.3);border-radius:0;cursor:pointer;transition:all .3s ease;background:transparent;color:#fff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.cta-button.primary{background:#fff;color:#0a0a0a;border-color:#fff}.cta-button.primary:hover{background:#ffffffeb;transform:translateY(-2px);box-shadow:0 8px 24px #fff3}.cta-button.secondary:hover{background:#ffffff26;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.section-header{text-align:center;margin-bottom:4rem;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section-symbol{font-size:3rem;margin-bottom:1rem;opacity:.3;text-shadow:0 0 20px rgba(255,255,255,.05)}.section-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:300;font-family:Cormorant Garamond,serif;color:#fff;margin-bottom:1rem;letter-spacing:.05em;text-shadow:0 2px 20px rgba(255,255,255,.05)}.section-subtitle{font-size:clamp(.95rem,1.5vw,1.1rem);color:#fff9;font-weight:300;letter-spacing:.05em}.gallery-section{padding:8rem 2rem;max-width:1400px;margin:0 auto}.artwork-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem;padding:1rem 0}.artwork-card{animation:cardFadeIn .6s ease-out backwards}.artwork-card:nth-child(1){animation-delay:.05s}.artwork-card:nth-child(2){animation-delay:.1s}.artwork-card:nth-child(3){animation-delay:.15s}.artwork-card:nth-child(4){animation-delay:.2s}.artwork-card:nth-child(5){animation-delay:.25s}.artwork-card:nth-child(6){animation-delay:.3s}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.card-glass{border-radius:0;height:100%;overflow:hidden}.card-glass:hover{transform:translateY(-4px);background:#ffffff26;border-color:#ffffff4d;box-shadow:0 16px 48px #00000080,inset 0 1px #ffffff26}.card-content{display:flex;flex-direction:column;height:100%}.card-image-wrapper{position:relative;width:100%;padding-top:125%;overflow:hidden;background:#000}.card-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .6s cubic-bezier(.4,0,.2,1);filter:grayscale(10%) brightness(.95)}.card-glass:hover .card-image{transform:scale(1.03);filter:grayscale(0%) brightness(1)}.card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,transparent 70%);display:flex;align-items:flex-end;justify-content:center;padding:2rem;opacity:0;transition:opacity .4s ease}.card-glass:hover .card-overlay{opacity:1}.view-button{padding:.75rem 2rem;background:#fff;color:#0a0a0a;border:1px solid #ffffff;border-radius:0;font-weight:500;font-size:.85rem;font-family:Manrope,sans-serif;letter-spacing:.03em;cursor:pointer;transition:all .3s ease;transform:translateY(20px);opacity:0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.card-glass:hover .view-button{transform:translateY(0);opacity:1}.view-button:hover{background:#ffffffeb;transform:translateY(-2px);box-shadow:0 4px 16px #ffffff4d}.card-info{padding:2rem 1.5rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.card-category{font-size:.7rem;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.15em;font-family:Manrope,sans-serif}.card-title{font-size:1.8rem;font-weight:300;font-family:Cormorant Garamond,serif;color:#fff;margin-bottom:.25rem;letter-spacing:.02em}.card-artist{font-size:.95rem;color:#fff9;font-weight:400;margin-bottom:.5rem}.card-description{font-size:.9rem;color:#ffffff80;font-weight:300;line-height:1.6;font-style:italic}.philosophy-section{padding:8rem 2rem;max-width:1200px;margin:0 auto}.philosophy-glass{border-radius:0;padding:1rem}.philosophy-content{padding:5rem 3rem;text-align:center}.philosophy-symbol{font-size:4rem;margin-bottom:2rem;opacity:.3;text-shadow:0 0 20px rgba(255,255,255,.05)}.philosophy-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:300;font-family:Cormorant Garamond,serif;color:#fff;margin-bottom:4rem;letter-spacing:.03em}.philosophy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:4rem;text-align:left}.philosophy-item{border-left:1px solid rgba(255,255,255,.1);padding-left:1.5rem}.philosophy-principle{font-size:1.3rem;font-weight:500;font-family:Cormorant Garamond,serif;color:#fff;margin-bottom:1rem;letter-spacing:.05em}.philosophy-description{font-size:.95rem;color:#fff9;line-height:1.7;font-weight:300}.philosophy-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:3rem;margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}.stat-item{display:flex;flex-direction:column;gap:.75rem}.stat-number{font-size:3.5rem;font-weight:300;font-family:Cormorant Garamond,serif;color:#fff;line-height:1;letter-spacing:.02em}.stat-label{font-size:.85rem;color:#ffffff80;font-weight:400;text-transform:uppercase;letter-spacing:.15em;font-family:Manrope,sans-serif}.contact-section{padding:8rem 2rem 10rem;max-width:700px;margin:0 auto}.contact-glass{border-radius:0;padding:1rem}.contact-form{padding:3rem;display:flex;flex-direction:column;gap:1.5rem}.form-input,.form-textarea,.form-select{width:100%;padding:1rem 1.5rem;font-size:1rem;border:1px solid rgba(255,255,255,.15);border-radius:0;background:#ffffff08;color:#fff;font-family:Manrope,sans-serif;transition:all .3s ease;font-weight:400}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#fff;background:#ffffff0d}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#fff6}.form-input::placeholder,.form-textarea::placeholder{color:#fff6}.form-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.form-select option{background:#0a0a0a;color:#fff}.form-textarea{min-height:150px;resize:vertical;line-height:1.6}.form-submit{padding:1.25rem;background:#fff;color:#0a0a0a;border:1px solid #ffffff;border-radius:0;font-size:.95rem;font-weight:500;font-family:Manrope,sans-serif;letter-spacing:.03em;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.form-submit:hover{background:#ffffffeb;transform:translateY(-2px);box-shadow:0 8px 24px #fff3}.form-submit:active{transform:translateY(0);box-shadow:0 4px 12px #ffffff26}.gallery-footer{padding:3rem 2rem;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.05)}.footer-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-text{color:#ffffff80;font-size:.85rem;font-weight:300;letter-spacing:.05em;font-family:Cormorant Garamond,serif}.footer-links{display:flex;gap:2rem}.footer-links a{color:#ffffff80;text-decoration:none;font-weight:400;font-size:.85rem;font-family:Cormorant Garamond,serif;letter-spacing:.05em;transition:color .3s ease}.footer-links a:hover{color:#fff}@media (max-width: 1024px){.artwork-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.philosophy-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}}@media (max-width: 768px){.gallery-nav{top:1rem;left:1rem;right:1rem;transform:none;max-width:none}.nav-glass{padding:.25rem}.mobile-menu-toggle{display:block;position:relative;z-index:1000}.nav-content{padding:.25rem .5rem;position:relative}.nav-items-desktop{display:none!important}.nav-items-mobile{display:flex!important;position:fixed!important;top:4rem!important;left:1rem!important;right:1rem!important;flex-direction:column!important;background:#0a0a0af2!important;backdrop-filter:blur(16px) saturate(150%)!important;-webkit-backdrop-filter:blur(16px) saturate(150%)!important;border-radius:1rem!important;padding:1rem!important;gap:.5rem!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-10px)!important;transition:all .3s ease!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:0 20px 60px #000000b3,inset 0 1px #ffffff1a!important;z-index:999!important}.nav-items-mobile.mobile-open{opacity:1!important;visibility:visible!important;pointer-events:all!important;transform:translateY(0)!important}.nav-item{width:100%;padding:1rem 1.5rem;border-radius:.75rem;text-align:left}.nav-item:hover{transform:none;background:#ffffff26;border:1px solid rgba(255,255,255,.25)}.nav-item.active{background:#fff3;border:1px solid rgba(255,255,255,.3)}.hero-section{min-height:100vh;padding:6rem 1.5rem 4rem}.hero-symbol{font-size:3rem;margin-bottom:1.5rem}.hero-title{flex-direction:column;gap:.5rem;margin-bottom:2rem}.hero-title-divider{display:none}.hero-subtitle{font-size:1rem;margin-bottom:2.5rem;padding:0 1rem}.hero-subtitle br{display:none}.hero-cta{flex-direction:column;gap:1rem;width:100%}.cta-button{width:100%;max-width:100%;padding:1.25rem 2rem}.section-header{margin-bottom:3rem}.section-title{margin-bottom:.75rem}.gallery-section,.philosophy-section,.contact-section{padding:4rem 1.5rem}.artwork-grid{grid-template-columns:1fr;gap:2rem}.card-info{padding:1.75rem 1.25rem}.philosophy-content{padding:2.5rem 1.5rem}.philosophy-title{margin-bottom:3rem}.philosophy-grid{grid-template-columns:1fr;gap:2.5rem}.philosophy-stats{grid-template-columns:1fr;gap:2rem}.contact-form{padding:2rem 1.5rem}.form-input,.form-textarea,.form-select{padding:1rem;font-size:1rem}.footer-content{flex-direction:column;text-align:center;gap:1.5rem}.footer-links{justify-content:center;gap:1.5rem;flex-wrap:wrap}}@media (max-width: 480px){.gallery-nav{left:.75rem;right:.75rem}.nav-glass{padding:.25rem}.nav-content{padding:.25rem .5rem}.nav-items-mobile{left:.75rem!important;right:.75rem!important;top:3.5rem!important}.hero-section{padding:5rem 1rem 3rem}.hero-symbol{font-size:2.5rem;margin-bottom:1rem}.hero-title-line{font-size:clamp(2.5rem,12vw,4rem)}.hero-subtitle{font-size:.95rem;padding:0}.section-symbol,.philosophy-symbol{font-size:2rem}.section-header{margin-bottom:2.5rem}.gallery-section,.philosophy-section,.contact-section{padding:3rem 1rem}.card-info{padding:1.5rem 1rem}.card-title{font-size:1.5rem}.philosophy-content{padding:2rem 1rem}.philosophy-title{margin-bottom:2.5rem}.philosophy-stats{gap:1.5rem}.stat-number{font-size:2.5rem}.contact-form{padding:1.5rem 1rem}.footer-content{padding:0 1rem}.footer-links{gap:1rem}}html{scroll-behavior:smooth;scroll-padding-top:120px}body.menu-open{overflow:hidden}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}::-moz-selection{background:#fff3;color:#fff}::selection{background:#fff3;color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#fff3;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}
